@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration: none;
}

body{
	
}


.banner{
	position: relative;
}

.dh{
	position: relative;
	height: 100px;
	margin-top: -50px;
}

.dhw{
	background: #f9f9f9;
	box-shadow: 0 0 5px #999;
	padding: 0 5%;
	width: 90%;
	margin: 0 auto;
	position: relative;
	border-radius: 50px;
}

.dhl{
	float: left;
}

.dhl h3{
	line-height: 100px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.dhr{
	float: right;
	line-height: 100px;
}

.dhr a{
	font-size: 0.9rem;
	color: #333;
	margin: 0 10px;
	text-transform: uppercase;
}

.dhr a:nth-child(2){
	color: #999;
}







.footer417 .wid{
	width: 80%!important;
}

.zy{
	padding: 5rem 0;
}








.about{
	
}

.aboutcon p{
	font-size: 0.9rem;
	line-height: 2rem;
	color: #333;
}

.whcon{
	position: relative;
	margin-top: 5rem;
}

.whl{
	float: left;
	width: 50%;
}

.whl img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.whcon:hover .whl img{
	box-shadow: 0 0 5px #888;
	transform: scale(0.95);
	-moz-transform: scale(0.95);
-ms-transform: scale(0.95);
-webkit-transform: scale(0.95);
-o-transform: scale(0.95);
}

@media (min-width:992px){
	.whr{
		position: absolute;
		left: 55%;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	}
}


.whr h3{
	font-size: 1.8rem;
	margin-bottom: 3rem;
	text-transform: uppercase;
}

.whr p{
	font-size: 0.9rem;
	line-height: 2rem;
	color: #333;
}













.pro{
	
}

.prol{
	float: left;
	width: 20%;
}

.prol ul{
	margin-bottom: 0;
}

.prol ul li{
	line-height: 4rem;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
	padding-left: 1rem;
	
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.prol ul li:hover{
	border-bottom: 1px solid #000;
}

.prol ul li .flw{
	width: 88%;
	white-space: nowrap;
    overflow: hidden;
	text-overflow:ellipsis;
	float: left;
}

.prol li a{
	font-size: 0.9rem;
	color: #666;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.prol li a span{
	position: absolute;
	right: 1rem;
	color: #666;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.prol ul li:hover a{
	color: #000;
}

.prol ul li:hover span{
	color: #000;
	right: 0;
}

.prol ul li.proflactive{
	border-bottom: 1px solid #000;
}

.prol ul li.proflactive a{
	color: #000;
}

.prol ul li.proflactive span{
	color: #000;
	right: 0;
}












.pror{
	float: right;
	width: 75%;
}

.pror ul li{
	float: left;
	width: 32%;
	margin-bottom: 2rem;
}

.pror ul li:nth-child(3n+2){
	margin-left: 2%;
	margin-right: 2%;
}

.pror ul p{
	font-size: 0.9rem;
	color: #333;
	margin-bottom: 0;
	line-height: 1.8rem;
	
	white-space: nowrap;
    overflow: hidden;
	text-overflow:ellipsis;
}

.proimg{
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
}

.proimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
	
	
}

.pro a:hover .proimg 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);
}









.pron{
	margin-top: 100px;
}

.prony{
	float: right;
	width: 75%;
}

.pronyl{
	float: left;
	width: 60%;
}

.pronyr{
	float: right;
	width: 35%;
}

.pronyr h3{
	font-size: 1.8rem;
}

.sx p,.sx a{
	font-size: 0.9rem;
	color: #333;
}

.sxxian{
	margin: 2rem 0;
	width: 100%;
	height: 1px;
	background: #999;
}






















.sb{
	
}

.sbcon ul li{
	float: left;
	width: 25%;
	margin-bottom: 2rem;
	padding: 1%;
}

/*.sbcon ul li:nth-child(3n+2){
	margin-left: 2%;
	margin-right: 2%;
}*/













.process{
	
}

.processcon ul li{
	float: left;
	width: 48%;
	margin-bottom: 2rem;
}

.processcon ul li:nth-child(odd){
	margin-right: 2%;
}

.processcon ul li:nth-child(even){
	margin-left: 2%;
}

.processcon iframe{
	width: 100%;
	height: 30rem;
}

.processcon p{
	font-size: 0.9rem;
	color: #333;
	margin-bottom: 0;
	line-height: 1.8rem;
	
	white-space: nowrap;
    overflow: hidden;
	text-overflow:ellipsis;
}


















.lxcon{
	position: relative;
}

@media (min-width:992px){
	.lxl{
		position: absolute;
		width: 40%;
		left: 0;
		top: 50%;

		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	}
}


.lxl h3{
	font-size: 1.5rem;
	margin-bottom: 3rem;
}

.lxl p{
	font-size: 0.9rem;
	margin-bottom: 1rem;
	color: #333;
}

.lxr{
	float: right;
	width: 55%;
}










.page{
	margin-top: 4rem;
	text-align: center;
}

.page .pagination{
	margin: 0 auto;
}

.page ul li.active span{
	background: #000!important;
	color: #fff!important;
	border-color: #000!important;
}

.page ul li a{
	color: #000;
}

.page ul li:hover a{
	background: #000;
	color: #fff;
	border-color: #000;
}







/*sjpro*/
.sjpro{
	position: relative;
	z-index: 555;
}

.sjpro ul{
	margin-bottom: 0;
}

.sjpro .list{width: 100%;}
.sjpro .list ul li{background:#000;border-bottom: 1px solid #fff;}
.sjpro .list ul li a{padding-left: 0.9rem;color: #fff; font-size:0.9rem; display: block; height:3rem;line-height: 3rem;position: relative;}
.sjpro .list ul li .inactive{ background:url(../images/off.png) no-repeat 95% center;}
.sjpro .list ul li .inactives{background:url(../images/on.png) no-repeat 95% center;} 
.sjpro .list ul li ul{display: none;}
.sjpro .list ul li ul li { border-left:0; border-right:0; background-color:#EDEDED; border-bottom: 1px solid #fff;overflow: hidden}
.sjpro .list ul li ul li ul{display: none;}
.sjpro .list ul li ul li a{ padding-left:1rem;color: #111}
.sjpro .list ul li ul li ul li { background-color:#EDEDED; border-color:#fff; }
.last{ background-color:#d6e6f1; border-color:#6196bb; }
.sjpro .list ul li ul li ul li a{ color:#111; padding-left:2rem;}
/*sj*/



@media (min-width:768px) and (max-width:991px){
	.banner,.dh{
		display: none;
	}
	
	.zy{
		margin-top: 80px;
	}
	
	.zyzi{
		margin-bottom: 4rem;
	}
	
	.zyzi h3{
		font-size: 1.6rem;
		text-align: center;
		text-transform: uppercase;
	}
	
	.wid{
		width: 90%;
		margin: 0 auto;
	}
	
	.whl,.whr{
		width: 100%;
		float: none;
	}
	
	.whr h3{
		font-size: 1.6rem;
		margin-top: 4rem;
		text-align: center;
	}
	
	.sjpro{
		margin-top: 80px;
	}
	
	.pro{
		margin-top: 0;
	}
	
	.pror,.prony{
		width: 100%;
		float: none;
	}
	
	.process ul li{
		width: 100%;
		margin: 0 0 2rem 0!important;
	}
	
	.lxl{
		width: 100%;
		left: 0;
	}
	
	.lxl h3{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.lxr{
		float: none;
		width: 100%;
		margin-top: 3rem;
	}
}







@media (max-width:768px){
	.banner,.dh{
		display: none;
	}
	
	.zy{
		margin-top: 60px;
		padding: 4rem 0;
	}
	
	.zyzi{
		margin-bottom: 3rem;
	}
	
	.zyzi h3{
		font-size: 1.6rem;
		text-align: center;
		text-transform: uppercase;
	}
	
	.wid{
		width: 90%;
		margin: 0 auto;
	}
	
	.whl,.whr{
		width: 100%;
		float: none;
	}
	
	.whcon{
		margin-top: 4rem;
	}
	
	.whr h3{
		font-size: 1.6rem;
		margin-top: 4rem;
		text-align: center;
	}
	
	.sjpro{
		margin-top: 60px;
	}
	
	.pro{
		margin-top: 0;
	}
	
	.procon ul li{
		width: 48%;
		margin: 0 0 2rem 0!important;
	}

	.procon ul li:nth-child(odd){
		margin-right: 2%!important;
	}

	.procon ul li:nth-child(even){
		margin-left: 2%!important;
	}
	
	.pror,.prony,.pronyl,.pronyr{
		width: 100%;
		float: none;
	}
	
	.sx{
		margin-top: 2rem;
	}
	
	.sbcon ul li{
		width: 48%;
		margin: 0 0 2rem 0!important;
	}

	.sbcon ul li:nth-child(odd){
		margin-right: 2%!important;
	}

	.sbcon ul li:nth-child(even){
		margin-left: 2%!important;
	}
	
	.processcon ul li{
		width: 100%;
		height: auto;
		margin: 0 0 2rem 0!important;
	}
	
	.lxl{
		width: 100%;
		left: 0;
	}
	
	.lxl h3{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.lxr{
		float: none;
		width: 100%;
		margin-top: 3rem;
	}
}
