@charset "utf-8";

/*================================左边=================================*/
#left {
	display:block;
	float:left;
	width: 606px;
	overflow: hidden;
}
#left .about{
	width: 332px;
	background-image: url(../images/01_04.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 262px;
}
#left .about p{
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: 22px;
	color: #a6a6a6;
}

#left .products {
	float: left;
	width: 332px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#left .products ul {
	padding-top: 35px;
	padding-left: 6px;
}

#left .products ul li {
	line-height: 30px;
	text-decoration: none;
}

#left .products ul li a {
	display: block;
	float: left;
	font-size: 13px;
	padding-left: 10px;
	width: 230px;
	color: #5BAF33;
	height: 30px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5BAF33;
}
#left .products ul li a:hover {
	background-image: url(../images/21.jpg);
	background-repeat: no-repeat;
	float: left;
	color: #83AE38;
	background-repeat: no-repeat;
	text-decoration: none;
}
#left .contact {
	width: 221px;
	background-image: url(../images/01_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 206px;
}
#left .contact p {
	padding-top: 51px;
	padding-left: 28px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 24px;
}

#left .images {
	display: block;
	float: left;
	
}
#left .banner {
	width: 606px;
	background-repeat: no-repeat;
	height: 542px;
	background-image: url(../images/01_03.jpg);
	float: left;
	display: block;
}
