@charset "utf-8";
.header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	padding: 0 60px;
}
.headers{
	background: #20232f;
}
.blank{
	height: 100px;
}
.logo{
	padding: 25px 0;
}
.menu ul li{
	float: left;
	padding: 25px 0;
	position: relative;
}
.menu ul li:after{
	position: absolute;
	width: 1px;
	height: 0;
	left: 50%;
	top: 0;
	background: #fff;
	content: "";
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.menu ul li a{
	height: 50px;
	color: rgba(255,255,255,.5);
	font-size: 16px;
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	width: 110px;
}
.menu ul li a span{
	display: block;
	height: 50px;
	line-height: 50px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.menu ul li a em{
	display: block;
	height: 50px;
	line-height: 50px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.menu ul li:hover a,.menu ul li.active a{
	text-decoration: none;
	color: #fff;
}
.menu ul li:hover a span,.menu ul li.active a span{
	margin-top: -50px;
}
.menu ul li:hover:after,.menu ul li.active:after{
	height: 32px;
}
.ifot{
	position: relative;
	z-index: 500;
	height: auto !important;
}
.contact{
	background: #fff;
	padding: 20px 0;
	position: relative;
	z-index: 500;
}
.cntt dd{
	font-size: 20px;
	margin-top: 5px;
}
.cnlist{
	margin-top: 20px;
}
.cnbox{
	width: 16.66666667%;
}
.cnbox .cnbt i{
	display: block;
	width: 70px;
	height: 70px;
	background-color: #eee;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(0,0,0,.1);
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
/*联系我们图标，尺寸应小于70x70*/
.cnbox .cnbt i.i1{
	background-image: url(../images/cnico1.png);
}
.cnbox .cnbt i.i2{
	background-image: url(../images/cnico2.png);
}
.cnbox .cnbt i.i3{
	background-image: url(../images/cnico3.png);
}
.cnbox .cnbt i.i4{
	background-image: url(../images/cnico4.png);
}
.cnbox .cnbt i.i5{
	background-image: url(../images/cnico5.png);
}
.cnbox .cnbt i.i6{
	background-image: url(../images/cnico6.png);
}
.cnbox .cnbb{
	margin-top: 20px;
}
.cnbox .cnbb dd{
	font-size: 14px;
	color: #999;
}
.cnbox .cnbb p{
	font-size: 16px;
	margin-top: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.cnbox:hover .cnbt i.i1{
	background-image: url(../images/cnico1h.png);
}
.cnbox:hover .cnbt i.i2{
	background-image: url(../images/cnico2h.png);
}
.cnbox:hover .cnbt i.i3{
	background-image: url(../images/cnico3h.png);
}
.cnbox:hover .cnbt i.i4{
	background-image: url(../images/cnico4h.png);
}
.cnbox:hover .cnbt i.i5{
	background-image: url(../images/cnico5h.png);
}
.cnbox:hover .cnbt i.i6{
	background-image: url(../images/cnico6h.png);
}
.cnbox:hover .cnbt i{
	background-color: #0d5db4;
	transform: translateY(-5px);
	box-shadow: 0 0 0 10px rgba(0,0,0,.1);
}
.cnbox:hover .cnbb p{}

.footer{
	padding: 20px 60px;
	background: #1c1623;
	border-top: 5px solid #0d5db4;
	color: #aaa;
}
.footer a{
	color: #aaa;
	display: inline-block;
}
.ftl{
	color: #aaa;
}
.ftl a{
	margin-right: 20px;
}
.footer a:hover{
	color: #fff;
}
.mainset{
	background: url(../images/mbg.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 40px;
}
.mainsets{
	padding-top: 0;
}
.main{
	padding: 40px 0;
}
.idxbtn{
	display: inline-block;
	position: absolute;
	right: 50px;
	bottom: 50px;
	color: #333;
	padding: 10px 60px;
	padding-right: 90px;
	border: 1px solid #333;
	font-size: 16px;
	background-color: #fff;
	background-position: 132px center;
	background-repeat: no-repeat;
	background-image: url(../images/index_11.png);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.idxbtn:hover{
	background-color: #0d5db4;
	color: #fff;
	border-color: transparent;
	background-image: url(../images/index_11h.png);
	background-position: 150px center;
}
.prdlist{
	margin-top: -40px;
}
.prditem{
	height: 400px;
	background: #fff;
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	margin-top: 40px;
}
.prdit_img{
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	width: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.prdbannerc{
	height: 200px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.prdit_imgtt{
	position: absolute;
	font-size: 36px;
	color: #fff;
	top: 50%;
	margin-top: -21px;
	left: 35%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
/*.prdit_imgtt:before{
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: #fff;
	right: -70px;
	top: 50%;
}*/
.prdit_c{
	position: absolute;
	right: -100%;
	top: 0;
	height: 100%;
	background: #fff;
	width: 500px;
	padding: 80px;
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.prdit_c h3{
	font-size: 36px;
	padding-bottom: 20px;
	position: relative;
}
.prdit_c h3:before{
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 60px;
	background: #20232F;
	left: 0;
	bottom: 5px;
}
.prdit_c p{
	font-size: 16px;
	line-height: 40px;
	color: #666;
}
.prdmore{
	position: absolute;
	right: 50px;
	bottom: 50px;
	display: block;
	height: 50px;
	line-height: 48px;
	padding: 0 50px;
	border: 1px solid #aaa;
}
.prditem:hover{
	/*border-radius: 40px;*/
	box-shadow: 0 0 40px rgba(0,0,0,.3);
}
.prditem:hover .prdit_img{
	width: 700px;
}
.prditem:hover .prdit_c{
	right: 0;
}
.prditem:hover .prdit_img .prdit_imgtt{
	opacity: 0;
}
.cl{
	width: 280px;
}
.cl ul{
	width: 280px;
	position: relative;
	z-index: 1001;
}
.cl ul.prdul{
	margin-top: -1px;
}
.cl ul.prdul li{
	position: relative;
	margin-top: 1px;
}
.cl ul.prdul li .prdli_t{
	height: 36px;
	line-height: 36px;
	color: #aaa;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	padding-right: 40px;
	padding-left: 10px;
	background: rgba(0,0,0,.2);
}
.cl ul.prdul li .prdli_t span{
	position: relative;
	z-index: 3;
}
.cl ul.prdul li .prdli_t i.fa{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	z-index: 3;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.cl ul.prdul li .prdli_t:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	height: 100%;
	width: 0;
	background: #0D5DB4;
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.cl ul.prdul li .prdli_t:hover,.cl ul.prdul li.active .prdli_t{
	color: #fff;
}
.cl ul.prdul li .prdsub{
	display: none;
}
.cl ul.prdul li .prdsub .prdsubitem{
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.cl ul.prdul li .prdsub .prdsubitem:last-child{
	border-bottom: none;
}
.cl ul.prdul li .prdsub .prdsubitem a{
	color: #aaa;
}
.cl ul.prdul li .prdsub .prdsubitem a.fl{
	width: 70%;
	padding-left: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.cl ul.prdul li .prdsub .prdsubitem a.fr{
	font-size: 12px;
	width: 30%;
	text-align: right;
	padding-right: 18px;
	text-decoration: underline;
	color: #999;
}
.cl ul.prdul li .prdsub .prdsubitem:hover,.cl ul.prdul li .prdsub .prdsubitem.active{
	background: rgba(13,93,180,.2);
}
.cl ul.prdul li .prdsub .prdsubitem:hover a.fl,.cl ul.prdul li .prdsub .prdsubitem.active a.fl{
	color: #fff;
	padding-left: 30px;
}
.cl ul.prdul li .prdsub .prdsubitem a.fr:hover{
	color: #FFBA00;
}
.cl ul.prdul li.active .prdsub{
	display: block;
}
.cl ul.prdul li.active .prdli_t:before{
	animation: w .3s ease forwards;
	-webkit-animation: w .3s ease forwards;
}
.cl ul.prdul li.active .prdli_t i.fa{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
} 
@keyframes w{
	from{
		width: 0;
	}
	to{
		width: 100%;
	}
}
@-webkit-keyframes w{
	from{
		width: 0;
	}
	to{
		width: 100%;
	}
}

.cl ul.cled{
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -600px;
	overflow: hidden;
	overflow-y: auto;
}
.cr{
	width: 920px;
}
.infcont{
	background: #fff;
	padding: 30px;
	min-height: 500px;
	border-left: 5px solid #0D5DB4;
}
.maincontainer{
	margin-left: 240px;
}
.infott{
	font-size: 30px;
	text-align: center;
}
.infocitem2{			/* 这个花是自己抄的 */
	margin-top: 50px;
	padding-bottom: 70px;
	background-image: url(../images/spline.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.infocitem{
	margin-top: 50px;
	padding-bottom: 70px;
	background-image: url(../images/spline.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.infocitem:last-child{
	background-image: none;
	padding-bottom: 0;
}
.infocitem:first-child{
	margin-top: 0;
}
.smltt{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.smltt span{
	font-size: 20px;
	color: #0D5DB4;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
}
.smltt span:before{
	position: absolute;
	content: "";
	height: 16px;
	width: 3px;
	background: #0D5DB4;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.bigtxt{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	
	font-size: 20px;
	color: #0D5DB4;

	position: relative;
	padding-left: 10px;
}
.bigtxt span{

}
.bigtxt span:before{
	position: absolute;
	content: "";
	height: 32px;
	width: 5px;
	background: #0D5DB4;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.infocitemb{
	margin-top: 10px;
	line-height: 32px;
}
.infocitemb p{
	text-indent: 30px;
}
.infocitemb img{
	max-width: 100%;
}
.infocitemb ul li{
	position: relative;
	padding-left: 10px;
}
.infocitemb ul li:before{
	position: absolute;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666;
	left: 0;
	top: 14px;
}
.iftab{
	border-collapse: collapse;
	text-align: left;
}
.iftab p{
	text-indent: 0;
}
.iftab th{
	background: #eee;
}
.iftab th,.iftab td{
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 26px;
}
.iftab td.tdl{
	background: #F5F5F5;
	text-align: right;
}
.iftab tr:hover,.iftab tr:hover td.tdl{
	background: #eff7ff;
}
.techbanner{
	height: 200px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.tcul{
	padding-right: 20px;
}
.tcul li{
	position: relative;
	padding-bottom: 10px;
}
.tcul li:before{
	position: absolute;
	left: 7px;
	width: 0;
	border-left: 2px dotted #aaa;
	top: 0;
	bottom: 0;
	content: "";
}
.tcul li .tcult{
	position: relative;
	font-size: 18px;
	padding-left: 25px;
	line-height: 36px;
	cursor: pointer;
}
.tcul li .tcult p{
	height: 36px;
	overflow: hidden;
	padding-right: 12px;
	color: #aaa;
}
.tcul li .tcult i.fa{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	color: #aaa;
}
.tcul li .tcult span{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #20232F;
	border: 2px solid #aaa;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.tcul_sub{
	padding-left: 25px;
	display: none;
}
.tcul_sub a{
	display: block;
	margin-top: 10px;
	color: #999;
	padding: 0 20px;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.tcul_sub a:before{
	position: absolute;
	content: "";
	width: 30px;
	height: 0;
	border-top: 2px dotted #aaa;
	left: -18px;
	top: 50%;
	margin-top: -1px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.tcul_sub a:hover,.tcul_sub a.active{
	color: #D63F3F;
	padding-left: 30px;
}
.tcul_sub a:hover:before,.tcul_sub a.active:before{
	width: 40px;
}
.tcul li:hover .tcult p{
	color: #fff;
}
.tcul li:hover .tcult span{
	background: #d63f3f;
}
.tcul li.active .tcult span{
	background: #d63f3f;
}
.tcul li.active .tcult i.fa{
	transform: rotate(180deg);
}
.tcul li.active .tcul_sub{
	display: block;
}
.ifitt span{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
}
.joinitem{
	margin-top: 40px;
}
.jnitl{
	height: 200px;
	border: 3px solid #20232F;
	width: 200px;
	padding: 22px;
	text-align: center;
	position: relative;
}
.jnitl p{
	font-size: 60px;
	position: relative;
}
.jnitl p:before{
	position: absolute;
	display: block;
	content: "";
	width: 2px;
	height: 40px;
	left: 50%;
	margin-left: -1px;
	bottom: -60px;
	margin-bottom: 20px;
	background: #20232F;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.jnitl dd{
	margin-top: 46px;
}
.jnitr{
	width: 970px;
	margin-left: 30px;
	height: 200px;
	border: 1px solid #20232F;
	padding: 30px;
}
.jnitr h3{
	font-size: 24px;
	padding-bottom: 10px;
	position: relative;
}
.jnitr h3:before{
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	background: #20232F;
	bottom: 0;
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.jnitr .jnitrb{
	height: 97px;
	padding-top: 10px;
	line-height: 21px;
	overflow-y: auto;
}
.joinitem:hover .jnitl p:before{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	background: #D63F3F;
}
.joinitem:hover .jnitl{
	border-color: #D63F3F;
	color: #D63F3F;
}
.joinitem:hover .jnitr{
	border-color: #D63F3F;
}
.joinitem:hover .jnitr h3{
	color: #D63F3F;
}
.joinitem:hover .jnitr h3:before{
	background: #D63F3F;
}
.map{
	height: 300px;
}
.comname{
	color: #20232F;
	font-size: 32px;
}
.comname span{
	display: inline-block;
	position: relative;
}
.comname span:before{
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	right: -60px;
	top: 50%;
	content: "";
	background: #20232F;
}
.cnctt{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	position: relative;
	padding-bottom: 10px;
}
.cnctt:before{
	position: absolute;
	height: 2px;
	width: 20px;
	background: #20232F;
	left: 0;
	bottom: 0;
	content: "";
}
.cnalist a{
	display: inline-block;
	margin-right: 20px;
	margin-top: 15px;
	color: #20232F;
	padding: 5px 20px;
	border: 1px solid #20232F;
}
.cnalist a:hover{
	background: #D63F3F;
	color: #fff;
	border-color: #D63F3F;
}
.cgitem{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.cnalist span{
	display: inline-block;
	margin-top: 20px;
	margin-right: 30px;
}
.cntable{
	font-size: 16px;
	border-collapse: collapse;
}
.cntable td{
	padding: 20px;
	border: 1px solid #999;
}
.cntable dd{
	margin-top: 10px;
}
.cntable td a{
	color: #D63F3F;
}
.cntable td.tdl{
	font-size: 20px;
	color: #999;
	font-weight: bold;
}
.cntable td a:hover{
	text-decoration: underline;
}
.cntable tr:hover{
	background: #eee;
}
.backbtn{
	position: fixed;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(13,93,180,.7);
	color: #fff;
	font-size: 20px;
	bottom: 140px;
	right: 20px;
	border-radius: 50%;
	z-index: 999;
	opacity: .7;
}
.backbtn:hover{
	opacity: 1;
}
@media only screen and (min-width: 400px) and (max-width: 1199px) {
	.cl ul.cled{
		left: 0;
		margin-left: 0;
	}
	.header{
		padding: 0 20px;
	}
	.page-viewn{
		left: 0;
		margin-left: 0;
	}
	.header,.contact,.footer,.mainset{
		width: 1199px;
	}
}