@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration: none;
}








.dh{
	height: 45px;
	line-height: 45px;
	
}

.dh-r{
	font-size: 12px;
	text-align: left;
	color: #a9a9a9;
}

.dh .dh-r a{
	color: #a9a9a9;
	padding: 0 1%;
	font-size: 12px;
}

.dh .dh-r a:hover{
	color: #515769;
}

.dh .dh-r img{
	width: 15px;
	margin-top: -3px;
	
}

.app{
	background: #cdcdcd!important;
	color: #000!important;
}

.sx{
	margin-top: 3%;
	padding: 0 15px;
}

.sx h3{
	font-size: 20px;
	background: #01568f;
	padding: 8px 0 8px 3%;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 2%;
}

.sx p{
	font-size: 14px;
	margin-bottom: 10px;
}

.sx a{
	color: #555;
}

.sx h4{
	font-size: 16px;
	color: #01568f;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
	font-weight: 600
}

.sx img{
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
}

.sxxian{
	border: 1px dashed rgba(221,221,221,1.00);
	margin: 3% 0 1%;
}

.page{
	text-align: center;
	margin-top: 5%;
}

.page ul li{
	float: left;
	font-size: 14px;
}

.page ul{
	display: inline-block;
}

.page ul li a{
	padding: 6px 12px;
	color: #01568f;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	
}

.page b{
	color: #01568f;
	margin: 0 3px;
}

.page .active a{
	color: #fff;
cursor: default;
background-color: #01568f;
border-color: #01568f;
}

.page .active a:hover{
	color: #fff;
}

.fenye a{text-decoration:none;color:#3c3c3c;background:#fff;border:1px solid #cccccc;padding:3px 8px;padding-bottom:2px;margin-right:3px;cursor:pointer}
.fenye .red{background:#01568f!important; color:#fff; border:0; padding:3px 8px;}
.fenye a.active{background:#01568f;border:1px solid #cccccc;color:#fff}
.fenye a:hover{text-decoration:none;color:#fff;background:#01568f;border:1px solid #cccccc}




























.about{
	padding: 3% 0;

}

.aboutzi{
	margin-bottom: 5%;
}

.aboutzi h2{
	text-align: center;
	font-size: 24px;
}

.about p{
	font-size: 14px;
	line-height: 28px;
	text-indent: 28px;
}

.about img{
	border-radius: 5px;
	box-shadow: 0 0 5px #888;
}










.profl{
	
}

.profl ul{
	margin-bottom: 0;
}

.profl ul li{
	float: left;
	border:1px solid #01568f;
	padding:8px 25px;
	margin: 30px 30px 0 0; 
	color: #333;
}
.profl ul a:hover li{
	background: #01568f;
	color: white;
}

.active{
	background: #01568f!important;
	color: white!important;
}

.pro{
	padding: 3% 0;

}

.prozi{
	margin-bottom: 5%;
}

.prozi h2{
	text-align: center;
	font-size: 24px;
}


.pros{
	margin-top: 3%;
}

.prodcon p{
	text-align: center;
	font-size: 16px;
	margin: 3% 0 0;
	color: #333;
}

.prodcon .col-md-4{
	position: relative;
    overflow: hidden;
	margin-bottom: 3%;
}

.prodcon img{
	transition: all .5s;
	-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
	border: 1px solid rgba(235,235,235,1.00);
}

/*.prodcon figcaption {
    padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    border:5px solid #3D94EA;
}*/

.prodcon figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.prodcon figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 79%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	content: '';
	-webkit-transition: -webkit-transform 0.9s;
	transition: transform 0.9s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-113%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-113%,0);
}

.prodcon .col-md-4:hover img {
	opacity: 0.8;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	transform: scale(1.05);
	-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
}

.prodcon .col-md-4:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.prodcon .col-md-4:hover p{
	color: #01568f;
}

.prodimg{
	background: black;
	overflow: hidden;
}


.procon img{
	margin: 0 auto;
	border: 1px solid rgba(219,219,219,1.00);
}



















.shebei{
	padding: 3% 0;
	background: #f8f8f8;
}

.shebeizi{
	margin-bottom: 5%;
}

.shebeizi h2{
	text-align: center;
	font-size: 24px;
}

.sbcon{
	margin-top: 3%;
}

.sbcon .col-md-4{
	float: left;
}

.sbcon p{
	text-align: center;
}





.honor{
	padding: 3% 0;
	background: #f8f8f8;
}

.honorzi{
	margin-bottom: 5%;
}

.honorzi h2{
	text-align: center;
	font-size: 24px;
}

.honcon .col-md-4{
	float: left;
}

.honcon p{
	text-align: center;
}






















.online{
	padding: 3% 0;
}

.onlinezi{
	margin-bottom: 5%;
}

.onlinezi h2{
	text-align: center;
	font-size: 24px;
}


.mes ul li{
	float: left;
	width: 40%;
	margin-right: 10%;
	margin-bottom: 2%;
	border-bottom: 1px solid #B9B9B9;
}

.mes ul li:nth-child(5){
	border-bottom: none;
}

.mes label{
	color:#4E4E4E
}

.mes ul li input{
	border: none;
	background: none;
	width: 60%;
	font-size: 14px;
	color:#323232;
	padding-left: 2%;
}

.mes ul .wide{
	width: 40%;
}

.mes ul li textarea{
	width: 100%;
	font-size: 14px;
	color:#323232;
	padding: 1%;
	height: 150px;
	margin-top: 4%;
}

.mes .submit{
	background: #01568f;
	color: white;
	padding: 2% 2%;
	padding: 10px 4%;
	border: none;
	margin-bottom: 5%;
}























.news{
	padding: 3% 0;
}

.newszi{
	margin-bottom: 5%;
}

.newszi h2{
	text-align: center;
	font-size: 24px;
}

.newscon{
	margin-top: 6%;
}

.newscon ul{
	margin-bottom: 0;
}

.newscon ul li{
	float: left;
	width: 33%;
	padding: 15px;
}

.newsimg{
	overflow: hidden;
}

.newsimg img{
	border-radius: 5px;
	transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
	
}

.newscon a:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
}

.newscon h3{
	font-size: 20px;
	margin-top: 6%;
	margin-bottom: 3%;
	color: #01568f;
}

.newscon p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 0;
}

.newscon h4{
	font-size: 14px;
	color: #999;
}

.newsxian{
	background: rgba(146,146,146,.5);
	height: 1px;
	width: 100%;
	margin: 5% 0 8%;
	position: relative;
	
}

.xianxian{
	position: absolute;
	height: 1px;
	width: 0%;
	background: #01568f;
	transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.newscon a:hover .xianxian{
	width: 100%;
}

.newscon span{
	float: right;
}

.newsscon{
	padding: 0 15px;
}

.newsscon p{
	font-size: 14px;
	line-height: 28px;
	text-indent: 28px;
	margin-bottom: 10px;
	color: #555;
}








































.contact{
	padding: 3% 0;
}

.contact .col-md-6{
	float: left;
}

.contactzi{
	margin-bottom: 5%;
}

.contactzi h2{
	text-align: center;
	font-size: 24px;
	color: #515769;
}

.contact h3{
	font-size: 20px;
	margin-bottom: 4%;
}

.contact ul li{
	float: left;
	width: 100%;
	margin: 1% 0 2%;
	font-size: 14px;
}



































@media (min-width:768px) and (max-width:991px){
	.banner{
		padding-top: 88px;
	}
	.newscon .col-md-4{
		margin-bottom: 3%;
	}
	.pros ul li{
		width: 48%;
		margin: 0 1% 3%
	}
	.prodcon .col-md-4,.sbcon .col-md-4,.honcon .col-md-4{
		width: 50%;
		float: left;
	}
}














@media (max-width:767px){
	.banner{
		display: none;
	}
	.contact,.online,.news,.about,.shebei,.honor{
		padding-top: 100px;
	}
	.shebei,.honor{background: none;}
	
	.mes ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.mes ul .wide{
		width: 100%;
	}
	.newscon .col-md-4{
		margin-bottom: 5%;
	}
	.pros ul li{
		width: 48%;
		margin: 0 1% 3%
	}
	.pro{
		padding-top: 20px;
	}
	.profl{
		padding-top: 80px;
	}
	.profl ul li{
		width: 50%;
		margin: 0;
		padding: 8px 0;
		text-align: center;
	}
	.prodcon .col-md-4,.sbcon .col-md-4,.honcon .col-md-4{
		width: 50%;
		float: left;
		padding: 3px;
	}
	.prodcon p{
		font-size: 14px;
	}
	.proconimg{
		padding: 0 15px;
	}
	#baguetteBox-overlay .full-image img{
		width: 100%!important;
	}
	.newscon ul li{
		width: 100%;
	}
	.mes .submit{
		padding: 10px 10%;
	}
}





