﻿.about-ban {
	background-image: url(../images/ban-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
}
.news-ban {
	background-image: url(../images/ban-news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
}
.contact-ban {
	background-image: url(../images/ban-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
}
.job-ban {
	background-image: url(../images/ban-job.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
}
.service-ban {
	background-image: url(../images/ban-service.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
}
.ability-ban {
	background-image: url(../images/ban-ability.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
}
.product-ban {
	background-image: url(../images/ban-product.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
}



.middle2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}


.left {
	float: left;
	width: 220px;
	
}
.left2 {
	background-color: #FFFFFF;
	padding-bottom: 5px;
	border: 1px solid #DBDBDB;
	border-top:none;
	-moz-border-radius-topleft:10px 10px;
	-moz-border-radius-topright:10px 10px;
	-webkit-border-bottom-left-radius:10px 10px;
	-webkit-border-bottom-right-radius:10px 10px;
 	border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
	padding-bottom:15px;
}

.left h1 {
	line-height: 42px;
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
	height: 42px;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 15px;
	font-weight: bold;
}
.left2 li {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	margin-right: 14px;
	margin-left: 14px;
	background-image: url(../images/li_bg.jpg);
	background-repeat: no-repeat;
}
.left2 a {

}
.left2 .on {
	background-image: url(../images/li_bg2.jpg);
	background-repeat: no-repeat;
	color: #04a353;
	font-weight:bold;
	display:block;
}

.left2 li a:hover {
	background-image: url(../images/li_bg2.jpg);
	background-repeat: no-repeat;
	display:block;
}
.lx {
	background-color: #FFFFFF;
	margin-top:10px;
}
.lx h2 {
	padding-top: 5px;
}
.lx p {
	line-height: 24px;
	padding-left: 12px;
	padding-right: 8px;
}

.lx img:hover {
	filter: alpha(opacity=80);
-moz-opacity: 0.80;
opacity: 0.80;
-webkit-transition: all 1.0s;
transition: all 1.0s;
behavior: url(../js/PIE.htc);
background-image:none;
}

.right {
	float: right;
	width: 735px;
	background-color: #FFFFFF;
}
.right h1 {
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #333333;
}
.about {
	padding-top: 15px;
	padding-left: 2px;
}
.about p {
	font-size: 14px;
	line-height: 24px;
	padding-top: 5px;
}



/******************新闻样式************************/
.news2 {
	padding-top: 15px;
	padding-left: 5px;

}

.news2 ul {
	padding-left: 12px;
	height: 34px;
	background-image: url(../images/dd.jpg);
	background-repeat: no-repeat;
	line-height: 34px;
	background-position: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.news2 li {
	font-size: 12px;
	color: #999999;
	list-style-type: none;
	float: left;
	line-height: 34px;
	height: 34px;

}
.news_wz {
	width: 640px;
}
.news_wz a {
	color: #666666;
	text-decoration: none;
}
.news_wz a:hover {
	color: #04a353;
	text-decoration: underline;
}

/*新闻内页开始*/

.news-tit{
	text-align:center;
	font-size:18px;
	color: #04a353;
	padding-top: 30px;
	font-weight: bold;
}
.news-tit span{ text-align:center;  display:block; line-height:25px;}
.news_detail {
	padding-top: 15px;
}
.news_detail p {
	font-size: 14px;
	line-height: 24px;
	color: #434343;
	padding-top: 6px;
}



.pages{
	line-height:25px;
	border-top:1px dashed #ccc;
	margin-top:25px;
	padding-top:10px;
	font-size:12px;
	color:#666666;
	margin-right: 12px;
} 
.pages a{text-decoration:none;margin-left:3px;padding:2px 5px;border:1px solid #E5E5E5; color:#666666;}
.pages a:hover{text-decoration:none;border:1px solid #dbdbdb;color:#FFF; background-color:#04a353;-webkit-transition: all 0.5s;transition: all 0.5s;}


/******************产品样式************************/
.product {padding-top: 20px;}

.product img {
	width:210px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
}


.product li { width:226px;  background-color:#e3e3e3; float:left; margin:0px 10px 15px 8px;text-align:center;}
.product li a{ width:226px; color:#666666; display:block; }
.product li a:hover {width:226px; background-color:#04a353; color:#ffffff;  -webkit-transition: all 0.5s;transition: all 0.5s;}
.product li a label{ line-height:36px; font-size:14px;}

.pro_detail {
	padding-top: 15px;
}
.pro_detail h2 {
	font-size: 14px;
	background-image: url(../images/detail_h1.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 30px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #04a353;
	margin-bottom: 8px;
	width: 691px;
}

.pro_detail p {
	font-size: 12px;
	line-height: 24px;
	color: #434343;
}



#rpro-text{
	padding-top: 10px;
}
#rpro-text a{
	display:block;
	text-decoration:none;
	float:left;
	font-size:12px;
	color:#2f2e2e;
	text-align:center;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 12px;
}
#rpro-text a label{
	line-height: 24px;
	width:210px;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;display:block;
}
#rpro-text img{
	border:solid 1px #dbdbdb;
	width:210px;
	height:175px;
	padding: 2px;
}
#rpro-text img:hover{border:solid 1px #04a353;}
#rpro-text a:hover{color:#04a353;}


/******************下载样式************************/
.downs {
	padding-left: 12px;
	margin-right: 20px;
	padding-bottom: 12px;
}
.downs ul {
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.downs li {
	list-style-type: none;
	font-size: 12px;
	color: #666666;
	float: left;
}
.downs .d1 {
	width: 400px;
	line-height: 30px;
}
.downs .d2 {
	width: 200px;
	line-height: 30px;
}
.d1 a {
	color: #666666;
	text-decoration: none;
}
.d1 a:hover {
	color: #04a353;
	text-decoration: underline;
}



/******************留言样式************************/
.message {
	padding-top: 15px;
}
.message li {
	list-style-type: none;
	line-height: 24px;
	color: #666666;
	font-size: 12px;
	padding-left: 8px;
	float: left;
	text-align: right;
	margin-top: 10px;
	width: 50px;
}
.message .txt_wb {
	width: 250px;
	text-align: left;
}
.message .txt_wz {
	text-align: left;
	width: 350px;
}

.message .box {
	height: 24px;
	width: 200px;
	border: 1px solid #CCCCCC;
	text-indent: 5px;
	line-height: 24px;
}

.message .box1 {
	width: 250px;
	border: 1px solid #CCCCCC;
	text-indent: 5px;
	line-height: 24px;
}
.message p {
	margin-top: 10px;
	margin-left: 65px;
}
