@charset "utf-8";
.banner_box {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}
.banner {
	width: 100%;
	height: 550px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.banner .banner_img {
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.banner .banner_img li {
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.banner .banner_img li a {
	display: block;
	width: 100%;
	height: 550px;
}
.banner_pn a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/bg_10.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.banner_pn .banner_next {
	background-position: 0 -70px;
	right: 0;
}
.banner_pn .banner_prev {
	left: 0;
}
.banner:hover .banner_next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.banner:hover .banner_prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.banner:hover .banner_next:hover, .banner:hover .banner_prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.banner_list {
	width: 10%;
	position: absolute;
	bottom: 10px;
	top: 40%;
	right: 0;
	text-align: center;
}
.banner_list li {
	margin: 0 2px;
	display: block;
	zoom: 1;
 *display: inline;
}
.banner_list li a {
	background: url(../images/bg_11.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.banner_list li a.flex-active, .banner_list li.active a {
	background-position: 0 0;
}
.banner_quick {
	width: 1200px;
	height: 76px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0px;
	background: url(../images/bg_07.png) repeat;
}
.banner_quick ul {
	width: 100%;
	height: 36px;
	padding-bottom: 33px;
	background: url(../images/bg_05.png) center bottom no-repeat;
}
.banner_quick ul li {
	width: 20%;
	height: 36px;
	line-height: 36px;
	padding-bottom: 33px;
	float: left;
	text-align: center;
	font-size: 22px;
	position: relative;
}
.banner_quick ul li a {
	color: #333;
}
.banner_quick ul li span {
	display: none;
	width: 195px;
	height: 110px;
	padding-bottom: 13px;
	background: url(../images/bg_04.png) center bottom no-repeat;
	position: absolute;
	top: -124px;
	left: 50%;
	margin-left: -98px;
}
.banner_quick ul li span img {
	width: 185px;
	height: 100px;
	border: 5px solid #fff;
}
/*工程案例、荣誉资质*/
.case_honor {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 21px auto 17px;
}
.case {
	width: 600px;
	height: auto;
	overflow: hidden;
}
.case_title {
	width: 600px;
	height: 26px;
	overflow: hidden;
	background: url(../images/bg_12.jpg) center center no-repeat;
}
.case_list {
	width: 600px;
	height: auto;
	overflow: hidden;
	margin: 23px auto 17px;
	position: relative;
}
.case_list ul {
	width: 612px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.case_list ul li {
	width: 192px;
	height: auto;
	margin-right: 12px;
	overflow: hidden;
	float: left;
}
.case_list ul li img {
	display: block;
	margin: 0 auto;
	width: 192px;
	height: 144px;
}
.case_list ul li span {
	display: block;
	margin: 0 auto;
	width: 192px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case_more {
	width: 340px;
	height: 20px;
	overflow: hidden;
	background: url(../images/bg_14.jpg) center center no-repeat;
	margin: 0 auto;
}
.case_more a {
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #006a05;
	color: #ffffff;
}
.honor {
	width: 568px;
	height: auto;
	overflow: hidden;
}
.honor_title {
	/*width: 600px;*/
	height: 26px;
	overflow: hidden;
	background: url(../images/bg_13.jpg) center center no-repeat;
}
.honor_title a {
	display: block;
	width: 70px;
	height: 20px;
	float: right;
	margin-top: 3px;
}
.honor_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 23px;
	position: relative;
}
.honor_list ul {
	width: 582px;
	height: 188px;
	overflow: hidden;
	position: relative;
}
.honor_list ul li {
	width: 184px;
	height: 188px;
	overflow: hidden;
	margin: 0 5px;
	float: left;
}
.honor_list ul li img {
	display: block;
	margin: 0 auto;
	width: 184px;
	height: 144px;
}
.honor_list ul li span {
	display: block;
	margin: 0 auto;
	width: 192px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*中部*/
.middle {
	width: 100%;
	height: 160px;
	overflow: hidden;
	background: url(../images/bg_15.jpg) left center repeat-x;
}
.middle .middle_box {
	display: block;
	margin: 0 auto;
	width: 1200px;
	height: 160px;
	overflow: hidden;
	background: url(../images/bg_16.jpg) center center no-repeat;
}
/*新闻中心、公司简介、联系我们*/
.content {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 28px 0 19px;
	background: #f8fff7;
}
/*新闻中心*/
.news {
	width: 387px;
	height: auto;
	overflow: hidden;
}
.news_title {
	width: 100%;
	height: 32px;
	overflow: hidden;
	background: url(../images/bg_17.jpg) center center no-repeat;
}
.news_title a {
	display: block;
	width: 45px;
	height: 32px;
	float: right;
}
.news_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 17px;
}
.news_content dl {
	width: auto;
	height: 90px;
	padding: 0 0 15px 155px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #dadada;
}
.news_content dl h1 {
	display: block;
	width: 146px;
	height: 90px;
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.news_content dl h1 img {
	width: 146px;
	height: 90px;
}
.news_content dl dt {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 9px;
}
.news_content dl dd {
	width: 100%;
	height: 40px;
	line-height: 20px;
	color: #999999;
	overflow: hidden;
}
.news_content ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 8px auto 0px;
}
.news_content ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}
.news_content ul li span {
	display: block;
	float: right;
	font-size: 12px;
	color: #999999;
	padding-left: 15px;
}
.news_content ul li a {
	display: block;
	width: auto;
	height: auto;
	text-indent: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/bg_20.jpg) 4px center no-repeat;
}
/*公司简介*/
.about {
	width: 378px;
	height: auto;
	overflow: hidden;
	margin-left: 33px;
}
.about_title {
	width: 100%;
	height: 32px;
	overflow: hidden;
	background: url(../images/bg_18.jpg) center center no-repeat;
}
.about_title a {
	display: block;
	width: 45px;
	height: 32px;
	float: right;
}
.about_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
}
.about_content h1 {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 13px;
	font-size: 12px;
	font-weight: normal;
}
.about_content h1 img {
	width: 100%;
	height: 127px;
}
.about_content p {
	display: block;
	margin: 0 auto;
	width: 374px;
	height: 125px;
	line-height: 25px;
	font-size: 14px;
	text-indent: 2em;
}
.about_content p a {
	color: #006a05;
}
/*联系我们*/
.contact {
	width: 378px;
	height: auto;
	overflow: hidden;
}
.contact_title {
	width: 100%;
	height: 32px;
	overflow: hidden;
	background: url(../images/bg_19.jpg) center center no-repeat;
}
.contact_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 9px;
}
.contact_content p {
	width: auto;
	height: 53px;
	line-height: 53px;
	padding-left: 75px;
	overflow: hidden;
	border: 1px solid #ececec;
	margin-bottom: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
