@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration: none;
}


.banner{
	position: relative;
	
}

.dh{
	padding: 15px 0;
}

.dhr a{
	color: #666;
	font-size: 14px;
}










.about{
	padding:5% 0;
	background: #f9f9f9;
}

.aboutzi{
	margin-bottom: 50px;
}

.aboutzi h2{
	text-align: center;
	font-size: 2rem;
}

.aboutcon p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	text-indent: 1.8rem;
	color: #333;
}

.wh{
	margin-top: 50px;
}

.whl{
	float: left;
	width: 50%;
}

.whr{
	float: right;
	width: 45%;
}

.whr h3{
	font-size: 1.1rem;
	color: #4d9b67;
	margin: 30px 0 10px;
}

.whr p{
	font-size: 0.9rem;
	color: #333;
}










.profl{
	margin-bottom: 5%;
}

.profl ul li{
	float: left;
	padding: 8px 20px;
	margin-right: 1px;
}

.profl ul li:hover{
	background: #4d9b67;
}

.profl ul a:hover{
	color: #fff;
}

.profl a{
	color: #4d9b67;
}

.profl ul a.active{
	color: #fff;
}

.profl ul a.active li{
	background: #4d9b67;
}



.pro{
	padding:2% 0 5% 0;
	background: #f9f9f9;
}

.prozi{
	margin-bottom: 50px;
}

.prozi h2{
	text-align: center;
	font-size: 2rem;
}

.procon ul li{
	float: left;
	width: 32%;
	
	margin-bottom: 2%!important;
	position: relative;
}

.procon ul li:nth-child(3n+2){
	margin: 0 2%;
}

.proimg{
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	padding-bottom: 26px;
}

.proimg img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon ul li: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);
}

.procon p{
	font-size: 15px;
	text-align: center;
	padding: 7px 0;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	background: #4d9b67;
}






.prool{
	float: left;
	width: 55%;
}

.proocon .sx{
	float: right;
	width: 40%;
	padding-top: 15px;
}

.proocon .sx a{
	color: #111;
	/*float: right;*/
}

.proocon .sx a:hover{
	color: #4d9b67;
}

.proocon .sx p{
	color: #111;
	font-size: 0.9rem;
}

.proocon .sx .xian{
	background: #ddd;
	height: 1px;
	width: 100%;
	margin: 2rem 0
}


.projs{
	margin-top: 5%;
}

.projs h2{
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 10px;
	background: #4d9b67;
	color: #fff;
	padding: 10px 0;
}

.projs img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.projscon{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}

















.fac{
	padding:5% 0;
	background: #f9f9f9;
}

.faczi{
	margin-bottom: 50px;
}

.faczi h2{
	text-align: center;
	font-size: 2rem;
}


.faccon ul li{
	float: left;
	width: 33%;
	padding: 1%;
}

.facimg{
	overflow: hidden;
	border: 1px solid #ccc;
}

.facimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.fac ul li: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);
}

.fac p{
	font-size: 0.9rem;
	color: #333;
	text-align: center;
}













.news{
	padding: 5% 0;
	background: #f9f9f9;
}

.newszi{
	margin-bottom: 50px;
}

.newszi h2{
	text-align: center;
	font-size: 2rem;
}


.newscon ul li{
	float: left;
	width: 32%;
	padding: 1rem;
	transition: all .5s;
	-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.newscon ul li:hover{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.newscon ul li:nth-child(3n+2){
	margin: 0 1%;
}

.newsimg{
	overflow: hidden;
}

.newsimg img{
	
	transition: all .5s;
	-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.news ul li: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: 1.2rem;
	color: #4d9b67;
	margin-bottom: 1rem;
	margin-top: 2rem;
	overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
}

.newscon p{
	color: #333;
	font-size: 0.9rem;
	line-height: 1.8rem;

}

.newscon span{
	color: #666;
	font-size: 0.9rem;
}


.newsscon{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}

.newsscon img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1rem 0;
}

.fanhui{
	margin-top: 5%;
}

.fanhui a{
	color: #333;
	float: right;
	font-size: 0.9rem;
}













.online{
	padding:5% 0;
	background: #f9f9f9;
}

.onlinezi{
	margin-bottom: 50px;
}

.onlinezi h2{
	text-align: center;
	font-size: 2rem;
}


.mes{
	
}

.mes ul li{
	float: left;
	width: 45%;
	margin-bottom: 2%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.mes ul li:nth-child(1),.mes ul li:nth-child(3){
	margin-right: 5%;
}

.mes ul li:nth-child(2),.mes ul li:nth-child(4){
	margin-left: 5%;
}

.mes ul li:nth-child(5){
	border-bottom: none;
}

.mes label{
	color: #4d9b67;
	font-size: 14px;
}

.mes ul li input{
	border: none;
	background: none;
	width: 60%;
	font-size: 14px;
	color:#323232;
	padding-left: 2%;
}

.mes ul .wide{
	width: 100%;
}

.mes ul li textarea{
	width: 100%;
	font-size: 14px;
	color:#323232;
	padding: 1%;
	height: 350px;
	margin-top: 4%;
	border: 1px solid #ccc;
}

.mes .submit{
	background: #4d9b67;
	color: white;
	padding: 2% 2%;
	padding: 1rem 5rem;
	border: none;
	font-size: 0.9rem;
}














.contact{
	padding: 5% 0 5%;
	background: #f9f9f9;
}

.contactzi{
	margin-bottom: 50px;
}

.contactzi h2{
	text-align: center;
	font-size: 2rem;

}

.contact img{
	transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
	margin-bottom: 12px;
	width: 55px;
	height: 55px;
}

.contact p:hover img{
		transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
}











.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:#4d9b67!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:#4d9b67;border:1px solid #cccccc}



