@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration: none;
}

.fr{
	float: right;
}

.fl{
	float: left;
}





.zyw{
	width: 70%;
	margin: 0 auto;
}


.pronav{
	padding: 15px 0;
	background: #f8f8f8;

}

.pronav ul{
	margin-bottom: 0;
}

.pronav ul li{
	height: 33px;
	line-height: 33px;
	color: #3b3b3b;
	font-size:15px;
	padding: 0 22px;
	margin-right: 3%;

	float: left;
	overflow: hidden;
	position: relative;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.pronav a{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #1677b4;
}


.pronav ul li::before{
    content: "";
	background:#1677b4;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transition:0.5s;
	transform: scale(0,0);
	z-index: 1;
}

.pronav ul li:hover:before{
	transform: scale(1,1);
}

.pronav ul li:hover a{
	color: #fff!important;
}

.pronav .proa{
    background: #1677b4!important;
}

.pronav .proa a{
	color: #fff!important;
}

/*.pronav ul li:hover{
	background: #1677b4!important;
}

.pronav ul li:hover a{
	color: #fff!important;
}*/




.about{
	padding: 3% 0;
background: url(../images/bg.png);
	background-repeat: repeat-y;
    background-position: center;
	background-attachment: fixed;
}

.aboutw{
	
	background: #f8f8f8;
	padding: 3%;
}

.aboutzi{
	margin-bottom: 5%;
}

.aboutzi h2{
	text-align: center;
	font-size: 28px;
}

.about p{
	font-size: 14px;
	line-height: 28px;
	text-indent: 28px;
	color: #333;
}

.about img{
	margin: 3% auto 0;
max-width:100%;
height:auto;
}












.pro{
	padding: 3% 0;
background: url(../images/bg.png);
	background-repeat: repeat-y;
    background-position: center;
	background-attachment: fixed;
}

.prow{
	
	background: #f8f8f8;
	padding: 3%;
}

.prozi{
	margin-bottom: 5%;
}

.prozi h2{
	text-align: center;
	font-size: 28px;
}


.proimg{
	overflow: hidden;
}

.proimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.procon ul li{
	float: left;
	width: 31%;
	margin: 1%;
}

.procon ul li:hover img{
	transform:scale(1.15);
	-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-webkit-transform:scale(1.15);
-o-transform:scale(1.15);
}

.procon p{
	font-size: 14px;
	text-align: center;
	padding: 14px 0;
	color: #333;
}



.proo{
	float: right;
	width: 73%;
}

.proocon{
	float: left;
	width: 60%;
}

.prodccon img{
	margin: 0 auto;
}

.projs{
	font-size: 14px;
	margin-bottom: 10px;
	color: #333;
}

.projs h3{
	background: #1677b4;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 120px;
	padding: 10px 0;
	text-align: center;
	border-radius: 5px;
    margin: 40px 0 20px;
}

.projs *{
	font-size: 14px;
	margin-bottom: 10px;
	color: #333;
}



.pro .pror{
	float: right;
	width: 35%;
	/*padding-top: 15px;*/
}


.pro .sx a{
	color: #111;
	/*float: right;*/
}
.pro .sx p{
	color: #111;
	font-size: 15px;
}

.pro .sx .xian{
	background: #ddd;
	height: 1px;
	width: 100%;
	margin: 2rem 0
}



.projscon{
	background: #fff;
	padding: 3%;
	margin-top: 3%;
	box-shadow:  0 0 5px #c8c8c8;
	
}

.projscon h2{
	text-align: center;
	font-size: 28px;
	margin-bottom: 5%;
}

.projsconp{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	margin-bottom: 10px;
}

.projsconp *{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

.projscon img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}



.preview { width: 100%;margin-top: 10px;position: relative;}
.preview .swiper-slide {width: 19%!important;height: 100%;margin-right: 1%;}
.view .arrow{position: absolute;top: 50%;margin-top: -50px;width: 50px; height: 100px;z-index: 10;}
.view .arrow-left {background: url("../images/ar-left3.png") no-repeat center;left: 10px;}
.view .arrow-right {background: url("../images/ar-right3.png") no-repeat center;right: 10px;}
.view img{
	margin: 0 auto;
}
.preview img {padding: 2px;}
.preview .active-nav img {padding: 0;border: 1px solid #1677b4;}
.preview  img {padding: 0;border: 1px solid #ccc;}





















.fac{
	padding: 3% 0;
background: url(../images/bg.png);
	background-repeat: repeat-y;
    background-position: center;
	background-attachment: fixed;
}

.facw{
	
	background: #f8f8f8;
	padding: 3%;
}

.faczi{
	margin-bottom: 5%;
}

.faczi h2{
	text-align: center;
	font-size: 28px;
}

.faccon ul li{
	float: left;
	width: 23%;
	margin: 1%;
}

.facimg{
	overflow: hidden;
}

.facimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.faccon ul li:hover img{
	transform:scale(1.15);
	-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-webkit-transform:scale(1.15);
-o-transform:scale(1.15);
}













.zs{
	padding: 3% 0;
background: url(../images/bg.png);
	background-repeat: repeat-y;
    background-position: center;
	background-attachment: fixed;
}

.zsw{
	
	background: #f8f8f8;
	padding: 3%;
}

.zszi{
	margin-bottom: 5%;
}

.zszi h2{
	text-align: center;
	font-size: 28px;
}
.zs ul li{
	float: left;
	width: 33%;
	padding: 1%;
	margin-bottom: 1%;
}

.zs img{
	box-shadow: none!important;
}

.zs p{
	font-size: 14px;
	color: #333;
	text-align: center;
}














.news{
	padding: 3% 0;
background: url(../images/bg.png);
	background-repeat: repeat-y;
    background-position: center;
	background-attachment: fixed;
}

.newsw{
	
	background: #f8f8f8;
	padding: 3%;
}

.newszi{
	margin-bottom: 2%;
}

.newszi h2{
	text-align: center;
	font-size: 28px;
}


.lanren .box { width: 100%; height: 300px; border-bottom: 1px solid #e7e7e7; position: relative;overflow: hidden; }
.lanren .content { position: absolute; z-index: 2; background-color: #1677b4; width: 100%; height: 100%; line-height: 100px; left: -100%; top: -100%; text-align: center; color: #fff; font-size: 40px; }
.lanren .content.trans { -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; backface-visibility: hidden; }

.neirong{
	z-index: 3;
	width: 100%;
	padding: 82px 0%;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
	-moz-transition: .5s;
-ms-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
}

.time{
	width: 15%;
	padding-left: 5%;
	vertical-align: middle;
	transition: .5s;
	-moz-transition: .5s;
-ms-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
}

.neirong_c{
	width: 73%;
	overflow: hidden;
}

.neirong_c .nr_t{
	float: left;	
	width: 74%;
	padding: 18px 0 18px 4%;
	transition: .5s;
	-moz-transition: .5s;
-ms-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
}
.neirong_c .nr_p{
	width: 20%;
	height:160px;
	float: left;
	transition: .5s;
	-moz-transition: .5s;
-ms-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
	overflow: hidden;
}

.neirong_c img{
	width: 100%;
}

.neirong:hover h5,.neirong:hover h4,.neirong:hover p{
	color: #fff;
}

.nr_hide{
	transition: .5s;
	-moz-transition: .5s;
-ms-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
}

.neirong h5{
	color: #3b3b3b;
	font-size: 24px;
	margin-top: 18px;
	transition: .5s;
	-moz-transition: .5s;
-ms-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
	margin-bottom: 20px;
}



.neirong h4{
	color: #1677b4;;
	transition: .5s;
	-moz-transition: .5s;
-ms-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
	font-size: 18px;
}

.neirong p{
	color: #333;
	font-size: 14px;
	line-height: 28px;
	transition: .5s;
	-moz-transition: .5s;
-ms-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
}

.time p{
	font-size: 18px;color: #1677b4;
}

.neirong_c p{
	margin-top: 25px;
	transition: .5s;
	-moz-transition: .5s;
-ms-transition: .5s;
-webkit-transition: .5s;
-o-transition: .5s;
}


@media (max-width:1500px){
	.lanren .box{
		height: 230px;
	}
	.neirong{
		padding: 52px 0;
	}
	.neirong_c .nr_t{
		padding-top: 0;
	}
}


.newsscon{
	font-size: 14px!important;
	line-height: 28px;
	margin-bottom: 20px;
	color: #333;
}

.newsscon *{
	font-size: 14px!important;
	line-height: 28px;
	margin-bottom: 10px;
	color: #333;
}

.fanhui{
	margin-top: 5%;
}

.fanhui a{
	color: #333;
	float: right;
	font-size: 14px;
}























.online{
	padding: 3% 0;
background: url(../images/bg.png);
	background-repeat: repeat-y;
    background-position: center;
	background-attachment: fixed;
}

.onlinew{
	
	background: #f8f8f8;
	padding: 3%;
}

.onlinezi{
	margin-bottom: 5%;
}

.onlinezi h2{
	text-align: center;
	font-size: 28px;
}


.mescon p{
	line-height: 50px;
    font-size: 12px;
    color: #8b8b8b;
	text-align: center;
}

.mescon input{
	width: 47%;
	margin: 0 1.5% 3%;
	height: 35px;
    border: 1px solid #1677b4;
    text-indent: 20px;
	color: #333!important;
	font-size: 14px;
	float: left;
}
.mescon input::-webkit-input-placeholder {
    color: #333;
}
.mescon input:-moz-placeholder {
    color: #333;
}
.mescon input::-moz-placeholder {
    color: #333;
}
.mescon input:-ms-input-placeholder {
    color: #333;
}

.mescon textarea{
	width: 97%;
	margin: 0 1.5%;
	height: 200px;
	border: 1px solid #1677b4;
	font-size: 14px;
	padding: 10px 20px;
}

.mescon textarea::-webkit-textarea-placeholder {
    color: #333;
}
.mescon textarea:-moz-placeholder {
    color: #333;
}
.mescon textarea::-moz-placeholder {
    color: #333;
}
.mescon textarea:-ms-textarea-placeholder {
    color: #333;
}

.mescon .submit{
	float: none;
	height: 40px;
	line-height: 40px;
	width: 150px;
	background: #1677b4;
	color: #fff!important;
	border: none;
	margin: 5% 0 0% 1.5%;
	text-indent:0px;
}











.contact{
	padding: 3% 0;
background: url(../images/bg.png);
	background-repeat: repeat-y;
    background-position: center;
	background-attachment: fixed;
}

.contactw{
	
	background: #f8f8f8;
	padding: 3%;
}

.contactzi{
	margin-bottom: 5%;
}

.contactzi h2{
	text-align: center;
	font-size: 28px;
}

.lxl{
	float: left;
	width: 60%;
}

.lxr{
	float: right;
	width: 35%;
}

@media (max-width:1500px){
	.lxr{
	float: right;
	width: 40%;
}
	.lxl{
	float: left;
	width: 58%;
}
}

.lxr h3{
	font-size: 18px;
	color: #1677b4;
	margin-top: 20px;
	margin-bottom: 50px;
}

.lxr ul li{
	font-size: 14px;
	line-height: 23px;
	color: #333;
	margin-bottom: 40px
}
.lxr ul li:hover{
	color: #1677b4;
}

.lxr img{
	width: 23px;
	height: 23px;
	margin-right: 20px;
	float: left;
}













.fenye{
	margin-top: 5%;
}

.fenye *{
	font-size: 14px!important;
}

.fenye a{text-decoration:none;color:#3c3c3c;background:#fff;border:1px solid #cccccc;padding:3px 8px;padding-bottom:2px;margin-right:3px;cursor:pointer;font-size: 14px}
.fenye .red{background:#1677b4!important; color:#fff; border:0; padding:3px 8px;}
.fenye a.active{background:#000;border:1px solid #cccccc;color:#fff}
.fenye a:hover{text-decoration:none;color:#fff;background:#1677b4;border:1px solid #cccccc}







