.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{width: 1200px;margin: 0 auto;height: auto;zoom: 1;padding: 30px 0px;}
.about_box ul{
	width: 1200px;
	height: 400px;
	padding: 15px;
	border-bottom: 1px dashed #7D7D7D;
}
.about_box ul:hover{
	border-bottom:0px;
	box-shadow: 0px 0px 15px #7D7D7D;
}
.about_box1 ul li{text-align:center;}
.about_box2 ul{
	height: 250px;
}
.about_box3 ul{
	height: 300px;
}
.about_box2 ul li:nth-child(1){
	text-indent: 2em;
}
.about_box3 ul li:nth-child(2),.about_box1 ul li:nth-child(2){
	text-indent: 2em;
}
.about_box4 ul{
	height: 300px;
}
.about_box4 ul li:nth-child(1){
	text-indent: 2em;
}
.about_box5 ul{
	height: 480px;
}
.about_box5 ul li:nth-child(2){
	text-indent: 2em;
}

.about_box6 ul{
	height: 300px;
}
.about_box6 ul li:nth-child(1){
	text-indent: 2em;
}

.about_box ul li{
	width: 48%;
	height: 100%;
	float: left;
	font-size: 18px;
	line-height: 34px;
	margin: 0px 1%;
	cursor:pointer;
}

.about_box ul li img{
	width: 100%;
	height: 100%;
}

.about_box1 ul li img{
	width: auto;
	height: 100%;
}