.about-ban {
	background-image: url(../images/ban-about.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;
}
.news-ban {
	background-image: url(../images/ban-news.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;
}
.product-ban {
	background-image: url(../images/ban-product.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;
}




.middle {
	background-color: #f7f7f7;
}
.middle2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 40px;
}
.left {
	width: 220px;
	float: left;
}
.left2 {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
}
.left2 h1 {
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006ed9;
	font-weight: bold;
	color: #333333;
}
.left2 li {
	line-height: 40px;
	text-indent: 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	font-size: 14px;
	color: #666666;
	background-image: url(../images/subico01.png);
	background-repeat: no-repeat;
	background-position: 18px;
	
}
.left2 .aa {
	background-color: #006ed9;
	color: #FFFFFF;
	display:block;
	background-image: url(../images/subico02.png);
	background-repeat: no-repeat;
	background-position: 18px;
}

.left2 a {
	color: #666666;
	display:block;
}
.left2 a:hover {
	background-color: #fafafa;
	height: 40px;
	color: #006ed9;
	background-image: url(../images/subico01.png);
	background-repeat: no-repeat;
	background-position: 18px;
}
.lx {
	border: 1px solid #dbdbdb;
	margin-top: 15px;
	padding: 8px;
	background-color: #FFFFFF;
}
.lx p {
	line-height: 24px;
}



.right {
	float: right;
	width: 750px;
	background-color:#FFFFFF;
	border: 1px solid #E1E1E1;
	border-top:none;
	padding-bottom:30px;
}
.location{
	width:750px;
	float:left;
	height:36px;
	line-height:36px;
	margin-top:1px;
	font-size:12px;
	background-image: url(../images/h1_bg.jpg);
	background-repeat: no-repeat;
}
.location .home{
	float:left;
	color: #006ED9;
	font-size: 16px;
	background-image: url(../images/jt.png);
	background-repeat: no-repeat;
	background-position: 8px;
	text-indent: 24px;
	font-weight: bold;
}
.location .weizhi{
	float:right;
	margin-left:3px;
	margin-right: 8px;
}
.location .weizhi a.on{ color:#267ac0;}


.about {
	padding-top: 12px;
	padding-right: 16px;
	padding-left: 16px;
}
.about p {
	font-size: 14px;
	line-height: 26px;
	padding-top: 8px;
	color: #666666;
}



/******************新闻样式************************/
.news {
	padding-top: 12px;
	margin-left: 15px;
}

.news ul {
	height: 38px;
	margin-right: 8px;
	padding-left: 12px;
	background-image: url(../images/xu2.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
}
.news li {
	font-size: 12px;
	color: #999999;
	list-style-type: none;
	float: left;
	line-height: 38px;
	height: 38px;

}
.news_wz {
	width: 640px;
}
.news_wz a {
	color: #434343;
	text-decoration: none;
	font-size: 13px;
}
.news_wz a:hover {
	color: #006ed9;
	text-decoration: underline;
}

/*新闻内页开始*/

.news-tit{
	text-align:center;
	font-size:18px;
	color: #006ED9;
	padding-top: 30px;
	font-weight: bold;
}
.news-tit span{ text-align:center;  display:block; line-height:25px;}
.news_detail {
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 15px;
}
.news_detail p {
	font-size: 14px;
	line-height: 24px;
	color: #434343;
	padding-top: 6px;
}



.pages{
	line-height:25px;
	border-top:1px dotted #ccc;
	margin-top:25px;
	padding-top:10px;
	font-size:12px;
	color:#666666;
	margin-right: 12px;
	margin-left:15px;
} 

.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; font-weight:bold; background-color:#2B5BAD;}



/******************产品样式************************/
.product {padding-top: 20px; margin-left:8px;}

.product img {
	width:210px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
}
.product li { width:226px;  background-color:#f1f1f1; 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:#006ed9; 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: 25px;
	padding-left: 12px;
	padding-right: 12px;
}


.pro_detail p {
	font-size: 14px;
	line-height: 24px;
	color: #434343;
}




#rpro-text{
	width:720px;
	padding-top: 10px;
}
#rpro-text a{
	display:block;
	text-decoration:none;
	float:left;
	font-size:12px;
	color:#2f2e2e;
	text-align:center;
	_margin:11px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
}
#rpro-text a label{
	line-height: 24px;
}
#rpro-text img{
	border:solid 1px #dbdbdb;
	width:200px;
	height:150px;
	padding: 2px;
}
#rpro-text img:hover{border:solid 1px #006ed9;}
#rpro-text a:hover{color:#006ed9;}



/******************留言样式************************/
.message {
	padding-top: 20px;
	padding-left: 8px;
}
.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: 250px;
	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 h1 {
	background-color: #006ed9;
	height: 34px;
	width: 140px;
	font-size: 15px;
	line-height: 34px;
	text-align: center;
	margin-left:67px;
	margin-top: 10px;
	color:#fff;
	
}
.message h1 a { display:block;color:#fff;}

.message h1 a:hover {
	background-color: #F4C02E;
	color:#FFFFFF;
	-webkit-transition: all 0.5s;transition: all 0.5s;
}

.page { clear: left; margin-top: 6px; margin: 0 auto; text-align: center; line-height: 35px; }
.page a, .page font, .page i { border: 1px solid #DDD; color: #333; padding: 5px 10px; text-decoration: none; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.page b { border: 1px solid #018CCF; padding: 5px 10px; text-decoration: none; background: #018CCF; color: #FFF; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.page a:hover { border: 1px solid #018CCF; padding: 5px 10px; text-decoration: none; background: #018CCF; color: #FFF; font-size: 12px; }
