/*a-top*/
.atit{
	text-align: center;
	color: #8fbc45;
}
.atit h3{
	font-size: 30px;
}
.atit span{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding:10px 0 50px;
}
.a-top{
	background-color: #fff;
	padding:50px 60px;
	margin-bottom: 20px;
	text-align: justify;
}
.mlogo{
	width: 200px;
}
.a-top h3{
	font-size: 25px;
	padding: 10px 0 15px;
	color:#3d3a3a;
	line-height: 1.5;
}
.a_p1{
	line-height: 2;
	font-weight: 600;
	padding-bottom: 15px;
}
.a_p1 strong{
	font-size: 20px;
}
.a-top p{
	line-height: 2;
	padding-bottom:15px;
}
.a-top p strong{
	font-size: 18px;
}
.ab_ul{
	margin: 0 -1%;
	padding: 10px 0;
}
.ab_ul li{
	width: 12.2857%;
	margin: 0 1%;
	float: left;
	text-align: center;
}
.aaig{
	width: 100%;
}
/*a-mid*/
.a-mid{
	height: 280px;
	margin-bottom: 50px;
}
.a-mid .awrap{
	height: 100%;
}
.am-item{
	background-size: cover;
	height: 100%;
	width:33.3333%;
	background-position: right bottom;
	position: relative;
	float: left;
	background-color: #fff;
}
.am-item a{
	display: block;
	width: 100%;
	height: 100%;
}
.am-tit{
	position: absolute;
	width:80%;
	text-align: center;
	left: 10%;
	top:50%;
	padding: 45px 0;
	color: #adf03f;
	margin-top: -73px;
	border:1px solid #adf03f;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.am-item a:hover .am-tit{
	width: 84%;
	left: 8%;
}
.am-tit p{
	font-size:27px;
	font-weight: 600;
}
.am-tit span{
	text-transform: uppercase;
}
.a-cu{
	position: relative;
}
.a-cu:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
/*business*/
.business{
	padding:50px 0;
}
.business ul{
	margin:0 -0.5%;
}
.business ul li{
	float: left;
	width: 32.33333%;
	margin:10px 0.5%;
	box-shadow: 2px 2px 2px  #eee;
}
.business ul li .bu-img{width: 100%;overflow: hidden;}
.business ul li .bu-img img{
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.business ul li a{
	display: block;
}
.business ul li a:hover img{
	transform:scale(1.2);
}
.business .bu-con{
	padding:20px;
	background-color: #fff;
	
}
.business .bu-con p{
	font-size: 23px;
	margin-bottom: 15px;
	color:#8fbc45;
	padding-left: 49px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 40px;
}
.bu1 .bu-con p{
	background-image: url(../images/h1.jpg);
}
.bu2 .bu-con p{
	background-image: url(../images/h2.jpg);
}
.bu3 .bu-con p{
	background-image: url(../images/h3.jpg);
}
.business .bu-con span{
	display: block;
	font-size: 14px;
	color:#777;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*文化*/
.wenhua{
	padding-top: 100px;
	background-color: #fff;
}
.w-tit{
	padding:50px 0;
	text-align: center;
	font-size: 30px;
	color: #8fbc45;
	font-weight: 600;
}
.wh-item{
	width: 900px;
	margin:0 auto;
	text-align: center;
	padding-bottom: 45px;
}
.wh-item1{
	width: 900px;
	margin:0 auto;
	padding-bottom: 45px;
}
.xt p{
	font-size: 20px;
	color: #8fbc45;
	font-weight: 600;
}
.xt span{
	display:block;
	color: #8fbc45;
	padding:10px 0;
}
.xt-con{
	padding-top: 19px;
}
.xt-con p{
	line-height: 2;
	font-size: 15px;
}
.xt-con p strong{
	color: #8fbc45;
}
.xt-con h6{
	font-size: 16px;
	color: #8fbc45;
	line-height: 2;
}

@media (max-width:1080px){
	.a-mid{
		height:300px;
	}
	.wh-item,.wh-item1{
	    width: 90%;
	    margin:0 auto;
	}
}
@media (max-width:768px){
	.business ul li{
		float: none;
		width: 480px;
		margin:0 auto 10px;
	}
	.business .bu-con p{
		margin-bottom: 10px;
	}
	.business{
		padding: 30px 0;
	}
	.a-mid{
		height:230px;
	}
	.a-top{
		padding:20px;
	}
	.atit h3,.am-tit p{
		font-size: 20px;
	}
	.atit span{
		padding:5px 0 15px;
		font-size:12px;
	}
	.business .bu-con p{
		font-size: 18px;
	}
	.w-tit{
		padding:30px 0;
		font-size: 25px;
	}
	.wh-item,.wh-item1{
		padding-bottom: 30px;
	}
	.am-item{
		float: none;
		width: 480px;
		margin:0 auto 10px;
		height: 230px;
	}
	.ac-ka{display: none;}
	.a-mid{
		height: auto;
	}
	.mlogo{
		width: 150px;
	}
	.a-top h3{
		font-size: 20px;
	}
	.a_p1 strong{
		font-size: 18px;
	}

}
@media (max-width:640px){
	.business ul li,.am-item{
		width: 380px;
	}
	.business .bu-con span{
		font-size: 13px;
	}
	.atit h3,.am-tit p{
		font-size: 18px;
	}
	.w-tit{
		padding:28px 0;
		font-size: 18px;
	}
	.wh-item,.wh-item1{
		padding-bottom: 20px;
	}
	.xt p{
		font-size: 16px;
	}
	.xt span{
		font-size: 15px;
	}
	.xt-con p{
		font-size: 14px;
	}
	.xt-con{
		padding-top: 10px;
	}
	.ab_ul{
		text-align: center;
	}
	.ab_ul li{
		display: inline-block;
		width: 20%;
		float: none;
	}
}
@media (max-width:435px){
	
	.business ul li,.am-item{
		width:300px;
	}
	.am-item{
		height: 180px;
	}
}
@media (max-width:350px){
	.business ul li,.am-item{
		width:280px;
	}
}