.about_banner{
	width: 100%;
	height: auto;
	max-height: 500px;
	zoom: 1;
	overflow: hidden;
}
.about_banner img{
	width: 100%;
}
.garden_title {min-width: 1200px;width: 1200px;height: 90px;text-align: center;margin-bottom: 16px;background: url(../img/title-bg.png)center bottom no-repeat;margin: 0 auto;margin-top: 50px;}
.garden_title h2 {font-size: 40px;color: #444444;}
.garden_title p {font-size: 18px;color: #444444;}

.about_box{margin: 0 auto;width: 1200px;min-width: 1200px;zoom: 1;overflow: hidden;padding: 40px 0px;}
.about_but {width: 400px;margin: 0 auto 50px;height: 50px;}
.about_but ul li{width: 135px;height: 50px;float: left;text-align: center;line-height: 50px;border: 1px solid #85E381;margin: 0px 32px;cursor: pointer;font-size: 18px;}
.about_but ul li:hover{background: #85E381;color: #FFFFFF;}
.about_but ul .active{background: #85E381;color: #FFFFFF;}


.about_top{width: 1200px;height: auto;zoom: 1;overflow: hidden;margin-top: 30px;}
.about_top div ul li{width: 330px;height: 290px;border: 1px solid #85E381;float: left;margin: 10px 35px;}
.about_top_img{width: 100%;height: 215px;overflow: hidden;}
.about_top_img img{width: 100%;height: 100%;transition: all 0.6s;}
.about_top div ul li:hover .about_top_img img{transform: scale(1.1);}
.about_top_text{border-top:1px solid #85E381;}
.about_top_text h2{display:block;font-size: 16px;text-align: center;color: #333333;margin: 8px 0px;}
.about_top_text p{text-align: center;color: #666;}
.about_top>div:nth-child(2){
	display: none;
}
