/*article start*/
article > div.ar_Top{
	width:100%;
	height:55px;
	line-height:55px;
	border-bottom:1px solid #d9d9d9;
}
div.ar_top_Con{
	width:1100px;
	height:100%;
	margin:0px auto;
}
div.ar_top_l{
	font-weight:bold;
	width:360px;
	height:100%;
	float:left;
}
div.ar_top_l > a{
	font-weight:100;
	color:#383636;
	padding-right:8px;
}
/*搜索框*/
div.search{
	width:260px;
	height:100%;
	float:right;
	position:relative;
}
div.search > form > input.txt{
	width:220px;
	height:28px;
	border:1px solid #CCCBCB;
	border-right:0px;
	position:absolute;
	top:50%;
	margin-top:-14px;
	left:0px;
}
div.search > form > input.btn{
	width:40px;
	height:30px;
	background:#a1d941 url('../images/search.png')no-repeat center;
	border:0px;
	position:absolute;
	top:50%;
	margin-top:-14px;
	right:0px;
}
div.search > form > label.seaTxt{
	position:absolute;
	color:#383636;
	text-indent:10px;
}
div.about{
	width:100%;
	height:380px;
	margin:40px 0px;
}
div.ab_L{
	width:670px;
	height:380px;
	float:left;
}
div.ab_R{
	width:400px;
	height:30px;
	line-height:30px;
	float:right;
	border-bottom:1px solid #d9d9d9;
}
div.lag {
	position:relative;
}
div.lag > h2{
	float:left;
	font-weight:100;
	font-size:18px;
	color:#006bde;
}
div.lag > h2 > span{
	color:#A0A0A0;
	font-size:16px;
}
div.lag > span{
	width:158px;
	border-top:0.5px solid #a1d941;
	position:absolute;
	left:0px;
	bottom:-31px;
}
div.lag > div.more{
	float:right;
}
div.lag > div.more > a{
	color:#383636;
	font-size:14px;
}
div.lag > div.more > a > span{
	width:15px;
	height:15px;
	line-height:14px;
	display:inline-block;
	border-radius:50%;
	background:#a1d941;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
div.ab_Txt{
	margin-top:15px;
}
div.ab_Txt > p{
	text-indent:25px;
	line-height:30px;
}
div.icon > ul > li{
	width:185px;
	height:50px;
	border-radius:3px;
	border:1px solid #c9c9c9;
	float:left;
	margin-top:25px;
}
div.icon > ul > li:nth-child(1),div.icon > ul > li:nth-child(3){
	margin-right:25px;
}
div.icon > ul > li > a{
	width:180px;
	height:50px;
	display:block;
	margin:0px auto;
	background:url("../images/about_bg.jpg")repeat-x left bottom;
	position:relative;
}
div.icon > ul > li > a > p{
	width:90px;
	height:32px;
	text-indent:12px;
	font-weight:bold;
	font-size:15px;
	color:#649216;
	float:left;
}
div.icon > ul > li > a > p > span{
	font-size:10px;
	text-transform:uppercase;
	color:#666;
	font-weight:100;
	position:absolute;
	left:0px;
	bottom:2px;
}
div.icon > ul > li > a > img{
	position:absolute;
	right:12px;
	bottom:10px;
}
/*新闻中心部分*/
div.news{
	width:100%;
	height:256px;
}
div.news_L{
	width:730px;
	height:100%;
	float:left;
}
div.news_R{
	width:340px;
	height:100%;
	float:right;
}
div.news_L_lag{
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:15px;
}
div.news_img{
	width:311px;
	height:210px;
	position:relative;
	overflow:hidden;
	float:left;
}
div.news_Icon{
	width:500%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
div.news_Icon > ul > li{
	width:311px;
	height:210px;
	float:left;
}
div.news_img > div.news_btn{
	width:311px;
	height:30px;
	line-height:30px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:111;
}
div.news_img > div.news_btn > ul{
	float:right;
	margin:12px 10px 0px 0px;
}
div.news_img > div.news_btn > ul li{
	width:8px;
	height:8px;
	border-radius:50%;
	background:#fff;
	float:left;
	margin-right:5px;
}
div.news_img > div.news_btn > ul li:hover{
	background:#a1d941;
}
div.news_img > div.news_btn > ul li.hover{
	background:#a1d941;
}
div.news_Con{
	width:388px;
	height:210px;
	float:right;
}
div.news_Con > p{
	font-size:15px;
	font-weight:bold;
	color:#006bde;
}
div.news_Con > p > span{
	display:block;
	line-height:27px;
	color:#666;
	font-weight:100;
}
div.news_Txt{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #d9d9d9;
}
div.news_Txt > ul > li{
	line-height:26px;
	background:url('../images/list.png')no-repeat center left;
	text-indent:10px;
}
div.news_Txt > ul > li > a{
	color:#000;
}
div.news_Txt > ul > li > span{
	color:#555;
	float:right;
}
div.news_Txt > ul > li > a:hover{
	color:#006bde;
}
/*最新公告*/
div.news_R_lag{
	height:30px;
	line-height:30px;
	border-bottom:1px solid #d9d9d9;
}
div.news_R_Txt{
	margin-top:18px;
}
div.news_R_Txt > ul > li{
	width:100%;
	line-height:31px;
	border-bottom:1.5px dotted #ddd;
	margin-top:3.2px;
	background:url('../images/list.png')no-repeat center left;
	text-indent:10px;
}
div.news_R_Txt > ul > li > a{
	color:#000;
}
div.news_R_Txt > ul > li > a:hover{
	color:#006bde;
}
/*产品部分*/
div.products{
	width:1100px;
	height:auto;
	margin:30px auto 20px;
}
div.pro_lag{
	height:30px;
	border-bottom:1px solid #d9d9d9;
	margin:20px 0px 15px 0px;
}
div.pro_img{
	width:1100px;
	height:195px;
	margin:0px auto;
}
/*div.pro_img > ul > li{
	width:208px;
	height:156px;
	float:left;
	margin-right:15px;
}
div.pro_img > ul > li:last-child{
	margin-right:0px;
}
div.pro_img > ul > li > a{
	width:208px;
	height:156px;
	display:block;
	color:#000;
}
div.pro_img > ul > li > a > p{
	width:100%;
	line-height:40px;
	text-align:center;
}*/
.pro_img ul li{
	width:208px;
	height:195px;
	float:left;
	margin-right:15px;
}
.pro_img ul li:last-child{
	margin-right:0px;
}
.pro_img ul li a{
	width:208px;
	height:156px;
	display:block;
	color:#000;
}
.pro_img ul li a p{
	width:100%;
	line-height:40px;
	text-align:center;
}
/*end*/
