@charset "utf-8";

@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX';src: url('/template/kongqineng/skin/css/fonts/HELVETICANEUELTPRO-THEX.OTF');font-weight: normal;font-style: normal;
}


ul li {
	list-style: none;

}

a {
	text-decoration: none;
}

img {
	border: none;
}


input,textarea {
	font-family: "MicroSoft雅黑",Arial;
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}

html,body {

	color: #929292;
	height: 100%;
	background: #fff
}

.fw {
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

#pageWrapper {
}

#header {
	width: 100%;
	height: auto;
	position: fixed;
	padding-top: 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	font-size: 14px;
	transition: all ease .3s;
	z-index: 99;
}

.nobanner #header {
	background: rgba(33, 33, 33, 0.9);
}

#header .content {
	padding: 0 40px;
}

#header.mini {
	background: rgba(23, 28, 32, 1);
	padding-top: 10px
}

#header.mini  ul li.navitem {
	padding-bottom: 0;
}

#header #logo {
	width: auto;
	height: 40px;
	display: block;
	float: left;
	margin-right: 50px
}

#header ul#nav {
}

#header ul li.navitem {
	padding: 0 20px 10px 20px;
	width: auto;
	height: 50px;
	line-height: 40px;
	float: left;
	position: relative;
	transition: all ease .3s
}

#header ul li.navitem:hover ul.subnav {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	visibility: visible;
}

#header ul li.navitem a {
	color: #fff;
	transition: all ease-out .3s;
}

#header ul li.navitem a.active,#header ul li.navitem:hover a {
	color: #00C0FF
}

#header ul li.navitem ul.subnav {
	position: absolute;
	width: 250px;
	border-top: #00C0FF 3px solid;
	top: 58px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
	visibility: hidden;
}

#header ul li.navitem ul.subnav li {
	border-bottom: #2e2f29 1px solid
}

#header ul li.navitem ul.subnav li a {
	padding: 14px 30px;
	height: 20px;
	line-height: 20px;
	background: rgba(0,0,0,.7);
	display: block;
	color: #bbb9b9;
	font-size: 12px;
	transition: all ease-out .2s;
	box-sizing:content-box;
}

#header ul li.navitem ul.subnav li a i {
	float: right;
	margin-top: 5px;
	transition: all ease-out .2s;
	opacity: 0
}

#header ul li.navitem ul.subnav li a:hover {
	text-indent: 10px;
	background: rgba(0,0,0,1);
	color: #fff
}

#header ul li.navitem ul.subnav li a:hover i {
	opacity: 1
}

#sitecontent {
	height: auto;
	min-height: 1000px;
}

#indexPage{
	position:relative;
	z-index:2;
	background:#FFF;
}


#indexPage #mslider {
	height: 700px;
	width: 100%;
	position: relative;
	overflow: hidden
}

#indexPage #mslider .bx-wrapper {
	position: fixed;
	width: 100%;
}

#indexPage #mslider ul li {
	width: 100%;
	height: 700px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

#indexPage #mslider ul li div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: auto;
}

#indexPage #mslider ul li p {
	color: #fff;
	text-align: center;
}

#indexPage #mslider ul li p.title {
	font-size: 52px;
	line-height: 70px;
	height: 70px;
	transition-delay: 0
}

#indexPage #mslider ul li p.subtitle {
	font-size: 16px;
	height: 20px;
	transition-delay: 0.2s
}

#indexPage #mslider ul li a {
	width: 100%;
	height: 100%;
	display: table;
}

#indexPage #mslider ul li a i {
	text-indent: 20px;
	font-size: 24px
}

#indexPage #mslider ul li p,#indexPage #mslider ul li a {
	transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	opacity: 0
}

#indexPage #mslider ul li.active p,#indexPage #mslider ul li.active a {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	opacity: 1
}

#indexPage #mproject .bgmask,#indexPage #mnews .bgmask,#indexPage #mservice .bgmask,#indexPage #mpage .bgmask {
	background-color: rgba(255,255,255,.8);
}

#indexPage .module {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 2
}

#indexPage .module:last-child {
	border: none
}

#indexPage .module .bgmask {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none
}



#indexPage .module.bgShow .bgmask {
	display: block
}

#indexPage .module.bgShow .content {
	position: relative;
}

.bx-controls-direction .bx-next:hover,.bx-controls-direction .bx-prev:hover {
}

@-webkit-keyframes bxbutton {
	10% {
		-webkit-transform: translateZ(6px) rotate(4deg) skewX(7deg);
	}

	20% {
		-webkit-transform: translateZ(-6px) rotate(-4deg) skewX(-7deg);
	}

	30% {
		-webkit-transform: translateZ(5px) rotate(4deg) skewX(6deg);
	}

	40% {
		-webkit-transform: translateZ(-5px) rotate(-4deg) skewX(-6deg);
	}

	50% {
		-webkit-transform: translateZ(4px) rotate(4deg) skewX(5deg);
	}

	60% {
		-webkit-transform: translateZ(-4px) rotate(-4deg) skewX(-5deg);
	}

	70% {
		-webkit-transform: translateZ(3px) rotate(5deg)  skewX(4deg);
	}

	80% {
		-webkit-transform: translateZ(-3px) rotate(-5deg) skewX(-4deg);
	}

	90% {
		-webkit-transform: translateZ(2px) rotate(4deg skewX(3deg));
	}

	100% {
		-webkit-transform: translateZ(-2px) rotate(-4deg) skewX(-3deg);
	}
}

@keyframes bxbutton {
	10% {
		transform: translateZ(6px) rotate(4deg) skewX(7deg);
	}

	20% {
		transform: translateZ(-6px) rotate(-4deg) skewX(-7deg);
	}

	30% {
		transform: translateZ(5px) rotate(4deg) skewX(6deg);
	}

	40% {
		transform: translateZ(-5px) rotate(-4deg) skewX(-6deg);
	}

	50% {
		transform: translateZ(4px) rotate(4deg) skewX(5deg);
	}

	60% {
		transform: translateZ(-4px) rotate(-4deg) skewX(-5deg);
	}

	70% {
		transform: translateZ(3px) rotate(5deg)  skewX(4deg);
	}

	80% {
		transform: translateZ(-3px) rotate(-5deg) skewX(-4deg);
	}

	90% {
		transform: translateZ(2px) rotate(4deg skewX(3deg));
	}

	100% {
		transform: translateZ(-2px) rotate(-4deg) skewX(-3deg);
	}
}

#indexPage #mservice {
	background-color: #fff;
	padding:30px 0px 0px 0px;
}

#indexPage #mservice .content {
}

.content .header span{
        display: inline-block;
    }
	.content .header .left {margin-right:10px;}
	.content .header .right {margin-left:10px;}
.content .header .left,.content .header .right{
        width: 45%;
        height: 1px;
        border-top: 1px solid #eee;
        vertical-align: middle;
    }

.content .header p {
	text-align: center;
}

.content .header p.title10 {
	color: #444;
	font-size: 24px;
	line-height:36px;
}

#mcontact .content .header p.title10 a{
	color: #FFF;
}

.content .header p.title10 a{
	color: #333;
}

.content .header p.subtitle {
	color: #c1c1c1;
	font-size: 12px;
	line-height: 30px;
}

#indexPage .slider_control {
	display: block;
	font-size: 36px;
}

#indexPage .slider_control i {
	color: #a1a1a1
}

#indexPage .slider_control.fr {
	text-align: right
}

#indexPage #mservice .slider_wrapper {
	overflow: hidden;

}

#indexPage #mservice .slider_control {
	width: 60px;
	height: 180px;
}

#indexPage #mservice .slider_control i {
	margin-top: 80px
}

#indexPage #mservice .slider_wrapper .slider {
	padding-left:0;
}

.serviceitem {
	margin-right: 50px;
	width: 320px;
	height: 230px;
	float: left
}

.serviceitem a {
	display: block;
	text-align:center;
	background:url(/template/kongqineng/skin/images/base/serviceitem-bg.png) center center no-repeat;
}
.serviceitem a img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.serviceitem div {
	text-align: center;
	margin-top: 15px
}

.serviceitem div p.title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #595959;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	transition: all ease-out .2s
}

.serviceitem div p.description {
	color: #F8B62B;
	font-size: 12px;
	line-height: 24px;
	height: 30px;
	overflow: hidden;
	width: 100%
}

.serviceitem:hover .title {
	color: #00c0ff
}

#indexPage #mservice .slider_control {
	color: #898989
}

#indexPage #mservice .slider_control:hover {
	color: #141414;
}

#indexPage #mproject {
	padding:0px 0;
}

#projectlist .projectitem2 {
	width: 25%;
	height: auto;
	float: left;
	position: relative;
	background: :#000
}



#projectlist .projectitem2 a {
	display: block;
	overflow: hidden;
	margin:0px 25px;
}

#projectlist .projectitem2 a img {
	width: 100%;
	height: auto;
	transition: all ease-out .3s
}

#projectlist .projectitem2 a:hover img {
	transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
}

#projectlist .projectitem2 .project_info {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
	overflow:hidden;
}

#projectlist .projectitem2 a:hover .project_info {
	background: rgba(0,0,0,.7)
}

#projectlist .projectitem2 .project_info p {
	text-align: center;
	color: #fff;
	padding: 0 20px
}

#projectlist .projectitem2 .project_info div {
	position: relative;
	top: 50%;
	margin-top: -15px;
}

#projectlist .projectitem2 .project_info p.title10 {
	margin-top: 10px;
	color: rgba(0,0,0,0);
	font-size: 14px;
	transition: all ease-out .3s;
	margin-bottom:0;
	line-height:1.4em;
}

#projectlist .projectitem2 a:hover .project_info p.title10 {
	margin-top: 0px;
	color: #00C0FF;
	line-height:1.4em;
}

#projectlist .projectitem2 .project_info p.subtitle {
	margin-top: 16px;
	color: rgba(0,0,0,0);
	font-size: 12px;
	transition: all ease-out .3s;
	line-height:1.4em;
	height:14px;overflow:hidden;
}

#projectlist .projectitem2 a:hover .project_info p.subtitle {
	margin-top: 0px;
	color: #b7b7b7;
	font-size: 12px
}

#projectmore {
	width: 100%;
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: block;
	background: #343434;
	transition: all ease-out .3s;
	text-indent: 0px;
	position: relative;
	z-index: 1;
	text-decoration: none;
}

#projectmore:hover {
	width: 100%;
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: block;
	background: #00C0FF;
	text-indent: -50px;
	text-decoration: none;
}
#projectmore i{
margin-left:1em;
opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);
	text-indent: -20px;

}

#projectmore:hover i{
opacity: 1;-moz-opacity: 1;filter:alpha(opacity=100);
	text-indent: 0;

}





.module-slider .description {
	margin: 0 auto;
	font-size: 13px;
	color: #848484;
	line-height: 24px;
	max-width:720px;
	text-align:center;
	padding:0 20px;
}

#indexPage a.more {
	border: #dfdfdf 1px solid;
	background: rgba(255,255,255,.0);
	width: 310px;
	height: 58px;
	display: block;
	margin: 30px auto 40px;
	line-height: 58px;
	font-size: 20px;
	color: #00C0FF;
	text-indent: 125px;
	border-radius: 30px;
	transition: all ease-out .3s;
	text-decoration: none;
}

#indexPage a.more:hover {
	border-color: #b6b6b6;
	text-indent: 115px;
}

#indexPage a.more i {
	text-indent: -10px;
	font-size: 24px;
	color: transparent;
	transition: all ease-out .3s
}

#indexPage a.more:hover i {
	text-indent: 18px;
	color: #707070;
}

#indexPage #mpage {
	background-color: #ffffff;
	padding:100px 0 50px ;
}

#indexPage #mpage .slider_wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto
}

#indexPage #mpage .slider_wrapper ul {
	padding-left:0;	
}

#indexPage #mpage .slider_wrapper li {
	width: 100%;
	height: auto;
}

#indexPage #mpage .slider_wrapper li .fimg {
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 400px
}

#indexPage #mteam {
margin:0px;

	padding:0px 0px 30px 0px;
}

#index-3 {margin:0px;padding:0px;}
#index-3 .content {
background-color: #303030;
padding:20px 0px;
text-align:center;
}

.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}


#indexPage #mteam .header img {
	float: none;
	display: block;
	margin: 10px auto 10px auto;
	-webkit-backface-visibility: hidden;
}

#indexPage #mteam .header p.title {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #fff;
	font-size: 24px
}

#indexPage #mteam .header p.subtitle {
	color: #a5a5a5;
	font-size: 12px
}

#indexPage #mteam .description {
	color: #bebebe
}

#indexPage #mteam .slider_control {
	z-index:9;
}

#indexPage #mteam .slider_wrapper {
	padding:40px;
}

#indexPage #mteam .slider_control a i {
	color: #a1a1a1;
	transition: all ease-out .3s;
}

#indexPage #mteam .slider_control a:hover i {
	color: #fff
}

#indexPage #mnews {
	background-color: #f8f8f8;
	height: auto;
	padding:20px 0 0 ;
}

#indexPage #mnews .title10 a{
	color:#444;
}



/*列表样式开始*/
#newslist .newstitem {
	width: 100%;
	border-bottom: rgba(0,0,0,0.05) 1px solid;
	transition: all ease-out .2s;
	position: relative;
    padding:10px 0px;
}

#newslist .newscontent {
	display: block;
	position: relative;
	z-index: 1;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
}

#newslist .newsinfo {
	display:block;
	text-decoration: none;
	margin-left: 50px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newsdate {
	width: 180px;margin-right:30px;
}



@media(max-width: 600px){
	#newslist .newsdate {
		display:none;
	}
}


#newslist .newsdate p {
	font-family: "HELVETICANEUELTPRO-THEX",Arial;
}

#newslist .newsinfo .md {
	color: #dcdcdc;
	font-size: 60px;
	line-height: 50px;
	text-align: right
}

#newslist .newsinfo .year {
	color: #bdbdbd;
	font-size: 16px;
	text-align: right;
}

#newslist .newsbody {

}

#newslist .newsbody .title10 {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #464646;
}
#newslist .newsbody .title10 a{
	color: #464646;
}

#newslist .newsbody .description {
	height: 42px;
	line-height: 22px;
	font-size: 13px;
	color: #6a6a6a;
	margin-top: 10px;
	overflow: hidden
}

#newslist .newstitem i {
	font-size: 36px;
	margin-top: 20px;
	color: rgba(0,0,0,0);
	transition: all ease-out .3s;
	text-indent: -30px;
	position: absolute;
	right:20px;
	top:50%;
	margin-top:-10px;
}

#newslist .newstitem:hover i {
	font-size: 36px;
	color: #fff;
	text-indent: 0px;
}



#newslist .newstitem:hover .newsinfo {
	transform: translate3d(-50px,0,0);
	-webkit-transform: translate3d(-50px,0,0);
	-moz-transform: translate3d(-50px,0,0);
}

#newslist .newstitem:hover p {
	color: #fff
}

#newslist .newstitem:hover a {
	color: #fff
}

#newslist .newstitem:hover {
	background: #00C0FF
}

/*列表样式结束*/




#indexPage #mnews .news_wrapper {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#indexPage #mpartner {
	background-color: #fff;
	height: 200px
}

#indexPage #mpartner .content {
	padding: 60px 0
}

#indexPage #mpartner .slider_wrapper {
	height: 80px;
	overflow: hidden;
	margin: 0 auto
}

#indexPage #mpartner .slider_control {
	height: 40px;
	width: 40px;
	margin-top: 14px
}

#indexPage #mpartner .slider_control a {
	height: 40px;
	width: 40px;
	display: block;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	transition: all ease-out .3s;
}

#indexPage #mpartner .slider_control a i {
	color: #ffffff;
	margin-left: 16px;
	margin-top: 7px;
	font-size: 24px
}

#indexPage #mpartner .slider_control.next {
	text-align: left
}

#indexPage #mpartner .slider_control.next a i {
	margin-left: 18px
}

#indexPage #mpartner .slider_control a:hover {
	background-color: #00C0FF
}

#indexPage #mpartner .slider_wrapper ul li {
	width: 160px;
	height: 80px;
	float: left
}

#indexPage #mpartner .slider_wrapper ul li img {
	width: 160px;
	height: 80px;
	transition: all .3s ease-out 0s;
}

#indexPage #mcontact {
	background-color: #080808;
	padding:50px 0 ;
}

#indexPage .container2 {
	max-width:1920px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
}



#indexPage #mcontact .content {
}

#indexPage #mcontact .header p.title {
	color: #fff;
}

#indexPage #mcontact .header p.subtitle {
	color: #c1c1c1;
}

#contactinfo {
}

#contactinfo h3 {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 25px;
	font-weight: 100
}

#contactinfo p {
	line-height: 24px;
	font-size: 13px;
	color: #aaa;
	height: 24px;
	width: 100%
}

#contactinfo > a {
	color: #989898;
	text-decoration: underline
}

#contactinfo div {
	margin-top: 24px
}

#contactinfo div a {
	color: #efefef;
	width: 30px;
	height: 30px;
	display: block;
	font-size: 16px;
	background: #2e2f2f;
	margin-right: 10px;
	text-align: center;
	border-radius: 15px;
	transition: all 0.2s ease-out 0s;
}

#contactinfo div a:hover {
	color: #fff;
	background: #000;
}

#contactinfo div a i {
	margin-top: 7px;
	font-size: 16px
}
#contactform{margin:20px 0;}
#contactform p .inputtxt {
	height: 40px;
	line-height: 40px;
	padding: 10px 20px;
	color: #333;
	background-color: #000;
	border: #3f3f3f 1px solid;
	margin-bottom: 10px;
	width:100%;
}

#contactform p textarea.inputtxt {
	height: 100px;width:100%;
	resize: none;
	overflow: hidden
}

#contactform p .inputsub {
	width: 100%;
	background-color: #00C0FF;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 0;
	border:none;
}

#contactform .inputtxt.active {
	border-color: #00C0FF
}

#pages {
	padding: 40px 0;
	height: 36px;
	text-align: center
}

#pages a {
	width: 36px;
	height: 36px;
	background: f8f8f8;
	display: inline-block;
	color: #a9a9a9;
	line-height: 36px;
	text-align: center;
	font-family: Arial;
	margin-right: 5px;
	transition: background-color 0.2s ease-out
}

#pages span {
	margin-right: 5px
}

#pages a i {
	font-size: 24px;
	top: 2px;
	position: relative
}

#pages a.active,#pages a:hover {
	background: #00C0FF;
	color: #fff;
}

.nobanner .npagePage {
	padding-top: 80px
}

#banner {
	width: 100%;
	max-height: 380px;
	position: relative;
	overflow:hidden;
}
#banner img{width:100%;height:auto;margin:0 auto;}

 #banner div {
	background-color: #39383E;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	width: 100%;
	height: 380px;
}

.npagePage .content {
	background: #fff;
	position: relative;
	z-index: 1
}

#plheader {
	padding-bottom: 30px
}

#category {
	text-align: center;
	margin:0;
	padding:10px;
	padding-bottom: 10px
}

#category li {
	display: inline-block;
	margin-bottom:10px;
}

#category li.hasmore {
	height: 107px
}

#category li.hasmore div {
	position: absolute;
	width: 100%;
	left: 0
}

#category li.hasmore div ul {
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: rgba(0,0,0,0.10) 1px solid
}

#category a {
	line-height: 16px;
	height: 16px;
	padding: 8px 16px;
	color: #616161;
	border: #d2d2d2 1px solid;
	margin-right: 2px;
	display: inline-block;
	box-sizing: content-box;
}

#category li.hasmore div ul a {
	border: none
}

#category a.active,#category a:hover {
	background: #00C0FF;
	color: #fff;
	border-color: #00C0FF
}

#category li.hasmore div ul a.active,#category li.hasmore div ul a:hover {
	background: #7d7d7d;
	color: #fff
}

#teamlist {
	margin: 0 auto;
	width: 1100px;
}

#teamlist .wrap {
}

.teamitem {
	margin-bottom: 50px
}

.teamitem a {
	display: block;
	position: relative;
	overflow:hidden;
	text-align:center;
}
.teamitem a img{
	width:100%;
	height:auto;
}
.teamitem a div.wrap {
	height: 50px;
	width: 100%;
	background: #da0000;
	position: absolute;
	bottom: -50px;
	color: #fff;
	transition: all ease-out .2s;
	transform: translate(0,0px)
}

.teamitem a:hover div.wrap {
	transform: translate(0,-50px)
}

.teamitem a div.wrap div {
	width: 14px;
	height: 14px;
	margin: 18px auto;
	position: relative
}

.teamitem a div.wrap span {
	display: block;
	background: #fff;
	position: absolute;
}

.teamitem a div.wrap span.h {
	width: 14px;
	height: 2px;
	top: 6px
}
.teamitem .teaminfo p.title11{
	text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
.teamitem a div.wrap span.v {
	width: 2px;
	height: 14px;
	left: 6px
}

.teamitem .teaminfo {
	margin-top: 33px;
	text-align: center
}

.teamitem .teaminfo .title {
	font-size: 18px;
	color: #000000;
}

.teamitem .teaminfo .subtitle {
	font-size: 12px;
	color: #9a9a9a;
	margin-top: 5px
}

.teamitem .teaminfo .description {
	font-size: 12px;
	color: #949494;
	margin-top: 5px;
	line-height: 20px;
	height: 5px;
	overflow: hidden
}

#teampost {
	padding-top: 50px
}

#teampost #teamimage {
	width: 408px;
	float: left;
}

#teampost #teamimage img {
	float: none;
	width: 408px;
}

#teampost #teambody {
	margin-left: 450px;
}

#teambody .theader .title {
	color: #343434;
	font-size: 30px
}

#teambody .theader .subtitle {
	color: #626262;
	font-size: 14px
}

#teambody .theader .postbody {
	margin-top: 36px
}

#servicelist {
	width: 1060px;
	margin: 0 auto
}

#servicelist .wrap {
	margin-right: -50px
}

#servicelist .serviceitem {
	margin-bottom: 50px
}

#projectwrap {
	padding-top: 50px;
	min-height: 600px
}

#projectbody {
	width: 800px;
	float: left;
}

#projectimages {
	background: #fff;
}

#projectimages li {
	margin-bottom: 10px
}

#projectimages li img {
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 100%
}

#projectbody .postbody {
	padding-bottom: 20px;
}

#projectinfo {
	width: 340px;
	margin-left: 40px;
	float: left
}

#projectih {
	width: 340px
}

#projecttags {
	margin-top: 40px
}

#projecttags a {
	transition: all ease-out .3s;
	float: left;
	font-size: 13px;
	color: #989898;
	padding: 5px 10px;
	background: #f3f3f3;
	margin-right: 5px;
	margin-bottom: 5px
}

#projecttags a:hover {
	color: #fff;
	background: #ADADAD;
}

#projectib {
	margin-right: -10px;
	margin-top: 20px
}

#projectib .projectitem2 {
	width: 165px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 14px
}

#projectib .projectitem2 img {
	width: 100%;
	height: auto;
	float: none
}

#projectib .projectitem2 a .project_info {
	width: 100%;
	height: 30px
}

#projectib .projectitem2 a .project_info p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#projectib .projectitem2 a .project_info p.title {
	margin-top: 10px;
	color: #333;
	font-size: 12px;
	transition: all ease-out .3s;
}

#projectib .projectitem2 a .project_info p.subtitle {
	margin-top: 0px;
	color: #b7b7b7;
	font-size: 12px;
	transition: all ease-out .3s;
}

#projectinfo .header {
	padding: 0;
	border-bottom: #cccccc 1px dotted;
	width: 340px
}

#projectinfo .header p {
	text-align: left
}

#projectinfo .header .description {
	color: #6a6a6a;
	font-size: 13px;
	line-height: 24px;
	margin: 30px 0
}

.postbody {
	line-height: 24px;
	font-size: 13px;
	color: #6a6a6a
}

.postbody a {
	color: #6a6a6a
}

.postbody2 {
	line-height: 24px;
	font-size: 13px;
	color: #6a6a6a
}

.postbody2 a {
	color: #6a6a6a
}



.postbody a:hover {
	text-decoration: underline
}

.postbody img {
	float: none;
	max-width: 100%;
}

.lowB #header,.lowB #indexPage #mslider .bx-wrapper,.lowB .npagePage #banner div {
	position: relative
}

.lowB #indexPage .module.bgShow {
	background-attachment: scroll
}

.lowB #header {
	background: rgb(23, 28, 32)
}

.lowB .nobanner .npagePage {
	padding: 0
}

#footer {
	background: #000;
	width: 100%;
	position: relative;
	z-index: 1	;	
	padding: 20px 20px;

}


#footer p {
	padding: 0px 20px;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	text-align:center;
	margin:0 ;
}
#footer p a{
	color: #FFF;
	margin:0;
}
#footer p span{
	padding: 0px .5em;
}


#shares {
	height: 140px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99
}

#shares a {
	width: 30px;
	height: 30px;
	display: block;
	background: #8b8b8b;
	background-color: rgba(31,31,31,.6);
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#shares a i {
	margin-top: 7px
}

#shares a#sshare {
	cursor: default;
}

#shares a#sweibo {
	background-color: #ea493c
}

#shares a#sweixin {
	background-color: #24b727
}

#shares a#gotop {
	background-color: #666666;
	background-color: rgba(0,0,0,.6);
	margin-top: 20px;
	font-size: 22px
}

#shares a#gotop i {
	margin-top: 3px
}

.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.6);
	overflow-y: auto;
	z-index: 100;
	display: none
}{height:auto;cursor:default;
}

#fixed_weixin .fixed-container {
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
width: 220px;
height: auto;
padding: 20px 20px 0 20px;
background: #fff;
position: absolute;
left: 50%;
top: 50%;
margin-left: -110px;
margin-top: -140px
}

#fixed_weixin .fixed-container div {
height: 220px
}

#fixed_weixin .fixed-container p {
height: 40px;
line-height: 40px;
text-align: center;
font-size: 14px;
color: #000
}

#fixed_mp .fixed-container {
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
width: 258px;
height: 298px;
background: #fff;
position: absolute;
left: 50%;
top: 50%;
margin-left: -129px;
margin-top: -149px
}

#fixed_mp .fixed-container img {

width: 258px;
height: auto;
}

#fixed_mp .fixed-container p {
padding: 0 20px;
text-align: center;
font-size: 14px;
color: #000
}

.hide,.popup {
display: none;
}

.show {
display: block;
}

#projectinfo .description a {
padding: 10px 40px;
color: #fff;
background: #00c0ff;
transition: all ease .3s
}

#projectinfo .description a:hover {
background: #02b2ed
}

#online_open {
width: 30px;
height: 30px;
background: #00d420;
cursor: pointer;
position: fixed;
right: -40px;
bottom: 160px;
z-index: 99999;
font-size: 18px;
color: #fff;
text-align: center;
line-height: 30px;
}

#online_open i {
margin-top: 6px
}

#online_lx {
width: 180px;
height: auto;
border-radius: 5px;
background-color: #fff;
-webkit-box-shadow: 0 5px 9px rgba(4,0,0,.17);
box-shadow: 0 5px 9px rgba(4,0,0,.17);
position: fixed;
right: 10px;
bottom: 160px;
z-index: 99999
}

#olx_head {
padding: 20px;
line-height: 16px;
height: 16px;
background: #00d420;
border-radius: 4px 4px 0 0;
color: #fff;
font-size: 14px
}

#olx_head i {
font-size: 18px;
color: #fff;
cursor: pointer
}

#olx_qq li a {
padding: 12px 28px;
height: 18px;
line-height: 18px;
background: #f5f5f5;
color: #353434;
display: block;
border-bottom: #fff 1px solid;
transition: all ease-out .3s;
font-size: 12px
}

#olx_qq li a i {
transition: all 0.3s ease-out 0s;
color: #5e5e5e;
font-size: 16px;
vertical-align: middle;
margin-right: 16px
}

#olx_qq li a:hover {
color: #fff;
background: #565656
}

#olx_qq li a:hover i {
color: #00d420;
}

#olx_tel {
padding: 20px 28px
}

#olx_tel div {
color: #434343;
line-height: 14px;
height: 14px;
margin-bottom: 10px
}

#olx_tel div i {
font-size: 18px;
margin-right: 20px;
vertical-align: middle
}

#olx_tel p {
line-height: 18px;
font-family: HELVETICANEUELTPRO-THEX;
font-size: 16px
}

#mslider li video {
position: absolute;
}

#indexPage #mslider ul li div.mask {
background-color: transparent;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0
}

.netmask {
display: block
}

.netmask div {
position: absolute;
left: 50%;
top: 50%;
margin-left: -20px;
margin-top: -20px
}

.netmask.loading div i {
display: block;
background: url(/template/kongqineng/skin/images/loading.gif);
width: 40px;
height: 40px
}

.netmask div i:before {
display: none;
font-size: 40px;
color: #fff;
}

.netmask.success div i:before {
display: block
}

.sliderArrow {
display: none;
font-size: 0;
}

#page404 {
padding-top: 200px
}

#page404 span {
font-size: 150px;
font-family: "HELVETICANEUELTPRO-THEX",Arial;
color: #efefef;
}

#page404 div {
margin-left: 320px;
padding-left: 26px;
border-left: #e9e9e9 1px solid;
height: 70px;
}

#page404 div p.title {
color: #787878;
font-size: 36px;
line-height: 36px
}

#page404 div p.subtitle {
color: #787878;
font-size: 14px;
margin-top: 10px
}

#projectlist.masonry {
margin: 0 auto;
}

#headSHBtn {
display: ;
}

#shares a i.fa-mobile {
color: transparent;
background-image: url(/templates/ue_content/templates/images/shouji.png);
background-repeat: no-repeat;
font-size: 23px;
}

.postbody hr {
height: 1px;
border: none;
border-top: 1px dotted rgb(211, 211, 211);
margin-top: 20px;
margin-bottom: 20px;
}

.postbody p {
word-wrap: break-word;
word-break: normal;
 /* word-break:break-all*/
}

.navitem .fa-angle-down {
color: transparent;
font-size: 0;
}

@font-face {
font-family: 'NeoSansStd-Regular';src: url('/template/kongqineng/skin/css/fonts/NeoSansStd-Regular.otf');font-weight: normal;font-style: normal;
}

@font-face {
font-family: 'NeoSansStd-Light';src: url('/template/kongqineng/skin/css/fonts/NeoSansStd-Light.otf');font-weight: normal;font-style: normal;
}

@font-face {
font-family: 'NeoSansStd-Medium';src: url('/template/kongqineng/skin/css/fonts/NeoSansStd-Medium.otf');font-weight: normal;font-style: normal;
} 



/*#indexPage #mslider ul li div.sliderArrow {



    width: 0; color: transparent;



}*/




#header #nav{padding-left:0;}
#header{left:0; }
#header.show{left:-250px;}

#header #headSHBtn{position: absolute;display:block;left:280px;top:30px;
height:40px;width:40px;}

#header #headSHBtn div{display:block;height:40px;width:50px;position:relative;}


#header #headSHBtn span{display:block;height:6px;width:100%;background:#FFF;
position: absolute;
top:50%;
margin-top:-3px;
-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
transform: scaleX(0);
transition: 600ms;border:1px solid #00C0FF;
}
#header #headSHBtn div:before{content:"";display:block;height:6px;width:100%;background:#FFF;
position: absolute;
-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
transition: 600ms;
transform: rotate(225deg);top:50%;margin-top:-3px;border:1px solid #00C0FF;
}
#header #headSHBtn div:after{content:"";display:block;height:6px;width:100%;background:#FFF;
position: absolute;bottom:0;
-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
transition: 600ms;
transform: rotate(-225deg);top:50%;margin-top:-3px;border:1px solid #00C0FF;
}


#header #headSHBtn.active div{}
#header #headSHBtn.active div span{transform: scaleX(1);}
#header #headSHBtn.active div:before{transform: rotate(0);top:0;margin-top:0px;}
#header #headSHBtn.active div:after{transform: rotate(0);top:auto;bottom:0;margin-bottom:0;}






#sitecontent{padding-left:250px;}

#sitecontent.show{padding-left:0;}




.bx-viewport ul.slider{padding-left:0}

.links10{padding-top:30px ;padding-bottom:30px;max-width:1200px;padding-left:15px;padding-right:15px;margin:0 auto;}
.links10 img{width:100%;height:auto;}
.links10 .col-md-2 ,
.links10 .col-xs-4{margin-bottom:5px;margin-top:5px;}



#mteam .carousel{padding:0 10%;}

.container2 {	max-width:1200px;padding-left:15px;padding-right:15px;margin:0 auto;}


#verify{height:30px;
    background-color: rgba(0,0,0,.3);
    border: 1px solid #171717;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    color: #bcbcbc;
    width: 100px;}



#checkcode{height:30px;width:auto;vertical-align:top;}

@media (min-width: 768px) {
.navbar {
display:none;
}

#header {
display:block;
}
}


@media (max-width: 767px) {

#sitecontent {
padding:0px;
}



#header {
display:none;
}

}





.s1-item{text-align:center;margin:20px 0;}
.s1-item a{display:block;text-decoration: none;}
.s1-item h4{font-size:16px;margin:20px 0;}
.s1-item p{line-height:22px;height:44px;overflow:hidden;color:#999;}



.s1-tiem{border:1px solid #CCC;margin:-1px 0 0 -1px;padding-bottom:20px;}
.s1-tiem p{margin:0 ;height:20px;line-height:20px;text-align:center;font-size:16px;color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

.s1-tiem1 p{height:40px;line-height:40px;}
.s1-tiem1{padding-bottom:40px;}






.contactinfo-ditu{height:120px;width:100%;}








.TabTitle{border-bottom:1px solid #CCC;margin:0 0 20px;}

.TabTitle ul{padding:0;margin:0;}
.TabTitle ul li{float:left;margin-right:10px;}
.TabTitle ul li{display:block;float:left;line-height:40px;padding:0 20px;background:#CCC;color:#333;font-size:16px;cursor: pointer;}
.TabTitle ul li.active{background:#00C0FF;color:#FFF;}


.TabContent .none{display:none;}
.TabContent{margin:20px ;font-size:14px;line-height:180%;}





.carousel{margin:0px 0 0 ;}




.list-pic3{margin:15px 0;}

.list-pic3 a{display:block;position:relative;text-decoration: none;}
.list-pic3 a p{position: absolute;left:0;right:0;margin:0;bottom:-35px;height:35px;line-height:35px;text-align:center;color:#FFF;padding:0 15px;
background:#00C0FF;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition: 600ms;
}


.list-pic3 a:hover p{bottom:0;}



.list-subtitle{text-align:center;margin:0px 0 10px;}
.list-subtitle-item{padding-right: 5px;   padding-left: 5px;margin-bottom:1px;}
.list-subtitle-item a{display:block;color: rgb(91,91,91);background-color: rgb(237,237,237);font-size: 20px;height: 40px;line-height:40px;text-decoration: none;}
.list-subtitle-item a.active{color: rgb(249,141,76);}



.list-subtitle2{}
.list-subtitle-item2{float:left;margin:1px 1px 1px 1px;} 
.list-subtitle-item2 img{height:99px;width:99px;-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }
.list-subtitle-item2 a.active img,
.list-subtitle-item2 a:hover img{-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none; }






.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FFF;
    background-color: #00C0FF;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFF;
    background-color: #00C0FF;
}



.bg1{background:url(/template/kongqineng/skin/images/base/bg1.jpg);}





.TabContent2 .none{display:none;}


.TabContent2{margin:20px 0 0 ;}
.s2-text{}
.s2-text h2{color: #000;font-size: 22px;}
.s2-text h4{color: #ff7f01;font-size: 18px;}
.s2-text p{margin-top:30px;color: #7b7b7b;font-size: 16px;line-height: 25px;overflow:hidden;}
@media screen and (min-width:992px) and (max-width:1199px){
.s2-text p{height:100px;}
}
@media screen and (min-width:768px) and (max-width:991px){
.s2-text p{height:75px;}
}
.s2-img{overflow:hidden;}
.s2-img img{width:100%;height:auto;}



.TabTitle2{margin:20px 0 0 ;}
.TabTitle2 ul{padding:0;margin:0;border:1px solid #EEE;border-left:none;border-bottom:none;}
.TabTitle2 li{position:relative;float:left;padding:1px ;width:16.66666666%;border-left:1px solid #EEE;border-bottom:1px solid #EEE;color:#999;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.TabTitle2 li img{width:65px;height:65px;float:left;  -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.TabTitle2 li a{color:#999;line-height:65px;text-decoration: none;font-weight: bold;}
.TabTitle2 li.active a{color:rgb(249,141,76);}
.TabTitle2 li.active a img{-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter: none;}
@media screen and (min-width:768px) and (max-width:1199px){
.TabTitle2 li{width:33.33333%;border-left:1px solid #EEE;}
}
@media screen and (min-width:0) and (max-width:767px){
.TabTitle2 li{width:50%;border-left:1px solid #EEE;border-bottom:1px solid #EEE;}
}

.TabTitle2 li.active:before{content:"";display:block;height:8px;position: absolute;bottom:0;left:10px;right:10px;background:url(/template/kongqineng/skin/images/base/TabTitle2-ico.png) center bottom no-repeat;}



#contactlist{}
#contactlist .glyphicon {font-size: 1.2;margin-right:1em;}

.foot-weixin{}
.foot-weixin img{width:200px;height:auto;max-width:100%;margin:20px 0 0;}


/* 友情链接 */
.home-links {   background:#333; color: #666; }
.home-links .hr  {padding:15px 0px 0px 0px; }
.home-links-left {padding:0px;}
.home-links .links-logo img {
float:left; margin:10px;
opacity: 0.2;
}
.home-links .links-logo img:hover {opacity: 1; transition: 400ms;}
.home-links .links-a { clear:both; margin: 0 auto; font-size: 14px; padding-bottom: 60px; }
.home-links .links-a a { color: #666; padding: 10px; line-height: 300%; }

.cat-sub {padding:15px 0px;text-align:center;}
.cat-sub a {color:#333;padding:3px 10px;border:1px solid #333;border-radius: 3px;}


#mcontact{background:#595959;}

#mpage2 {padding-top:20px;color:#333;}
#mpage2 a {color:#333;}


.form_message input.guestbook_input,
input#nickname,
input#guestemail,
input#title,
input#guesttel,
textarea.guestbook_textarea
{width:100%;border:none;height:30px;line-height:30px;margin-bottom:5px;}
textarea.guestbook_textarea {height:50px;}

#mpage .content .header p.title10 a,
#mservice .content .header p.title10 a
{color:#333;}


.video-btn{
      position: absolute;
      width:600px;
      height: 300px;

      top:50%;
      left: 50%;
      margin-top: -150px;
      margin-left:-300px;
      display: none;
      z-index: 101;
    }
 .video-area{
      float:left;
      width:500px;
      height: 300px;

    }
#mpage2 a.video-shut{
      height:20px;
      width:20px;
      font-size:20px;
      color:white;
      float:left;
      text-align: center;
      /*line-height: 50px;*/

      display: block;
      padding:0px 0px 0px 10px;
    }
 

#shadow{
     position: absolute;
     opacity: 0.5;
     filter:alpha(opacity=50);
     bottom:0;
     left: 0;
     right: 0;
     top: 0;
     background:black;
     z-index: 100;
     display: none;
   }
 
@media (max-width: 768px) {
#sitecontent {
   margin-top:68px;
}
}

