﻿/* CSS Document */
body{
	font-size:12px;
	font-family:"微软雅黑";
	margin:0;
	padding:0;
	color:#555555;
}
a{
	text-decoration:none;
	color:#555555;
	cursor:pointer;
}
img{
	display:block;
	border:none;	
}
form,ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
.header{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#fcf9f5;
}
.header .logo_line{
	height:152px;
	width:1200px;
	margin:0 auto;
	background-image:url(../images/logo.gif);
}
.header .logo_line .search{
	background-image:url(../images/serch_bg.gif);
	width:160px;
	height:28px;
	line-height:28px;
	float:right;
	margin-top:50px;
}
.header .logo_line .search .keyword{
	border:10px;
	background:none;
	display:block;
	float:left;
	width:120px;
	margin-left:5px;
	height:24px;
	line-height:24px;
	font-size:12px;
	font-weight:bold;
}
.header .logo_line .search .button{
	border:0;
	background-image:url(../images/serch_button.gif);
	width:17px;
	height:20px;
	background-repeat:no-repeat;
	float:left;
	margin-top:5px;
	cursor:pointer;
}
.header .logo_line .nav{
	height:40px;
	line-height:40px;
	float:right;
	clear:both;
	margin-top:30px;
	text-align:right;
}
.header .logo_line .nav a{
	font-size:14px;
	color:#000000;
	margin-left:15px;
	margin-right:15px;
}
.header .logo_line .nav a:hover{
	color:#329137;	
}
.banner{
	width:100%;
	height:445px;
	overflow:hidden;
	margin:0 auto;
	background-position:center;
}

.banner ul li{
	width:100%;
	position:absolute;
	height:445px;
	display:none;
}
.banner ul li span{
	width:100%;
	display:block;
	height:445px;
	background-position:center;
}
#link{
	width:100%;
	position:absolute;
	z-index:1;
	margin-top:415px;
	text-align:center;
}
#link a{
	display:inline-block;
	width:10px;
	height:10px;
	margin-left:5px;
	background-color:#ccc;
	cursor:pointer;
}
#link .now{
	background-color:#000;
}
.products{
	background-image:url(../images/products_bg.gif);
	height:261px;
	width:100%;	
}
.products .p_main{
	width:1200px;
	height:261px;
	margin:0 auto;
}
.products .p_main .title{
	font-size:20px;
	height:52px;
	line-height:52px;
	color:#fff;	
}
.products .p_main .list{
	width:1200px;
	height:189px;
	overflow:hidden;
	padding-top:20px;	
}
.products .p_main .list .l{
	width:12px;
	height:28px;
	background-image:url(../images/l.gif);
	float:left;
	display:block;
	background-repeat:no-repeat;
	margin-top:60px;
}
.products .p_main .list .r{
	width:12px;
	height:28px;
	background-image:url(../images/r.gif);
	float:left;
	display:block;
	background-repeat:no-repeat;
	margin-top:60px;
}
.products .p_main .list .box{
	width:1176px;
	height:189px;
	overflow:hidden;
	float:left;
}
.products .p_main .list .box ul{
	float:left;
	height:189px;	
}
.products .p_main .list .box ul li{
	width:259px;
	height:189px;
	float:left;
	padding-left:17px;
	padding-right:18px;
}
.products .p_main .list .box ul li .img{
	display:block;
	width:259px;
	height:156px;	
}
.products .p_main .list .box ul li .img img{
	width:259px;
	height:156px;
}
.products .p_main .list .box ul li .txt{
	height:33px;
	line-height:33px;
	color:#fff;
	font-size:14px;
	text-align:center;
	display:block;
}
.products .p_main .list .box ul li .txt a{
	color:#fff;	
}
.main{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:20px auto 0 auto;
}

.main .title{
	height:58px;
	line-height:58px;
	font-size:24px;
	color:#000;
	float:left;
}
.main .more{
	background-image:url(../images/more.gif);
	width:90px;
	height:21px;
	display:block;
	color:#fff;
	text-indent:35px;
	line-height:21px;
	margin-top:10px;
}
.main .about{
	height:330px;
	width:342px;
	float:left;
	overflow:hidden;
}
.main .about .img{
	width:342px;
	height:137px;
	overflow:hidden;
}
.main .about .img img{
	width:342px;
	height:137px;	
}
.main .about .txt{
	font-size:14px;
	line-height:22px;
	margin-top:10px;
	overflow:hidden;
}
.main .news{
	margin-left:56px;
	float:left;
	width:408px;
	height:330px;
	overflow:hidden;
}
.main .news .top_news{
	width:408px;
	height:72px;
	overflow:hidden;	
}
.main .news .top_news .img{
	width:102px;
	height:72px;
	float:left;
	margin-right:10px;
}
.main .news .top_news .img img{
	width:102px;
	height:72px;	
}
.main .news .top_news .t1{
	color:#fb0707;
	font-size:14px;
	display:block;
}
.main .news .top_news .t2{
	line-height:20px;
	display:block;
	margin-top:10px;
}
.main .news ul li{
	height:40px;
	line-height:20px;
	background-image:url(../images/ico.gif);
	background-repeat:no-repeat;
	background-position:5px 30px;
	padding-left:20px;
	padding-top:10px;
	border-bottom:1px dotted #ccc;
}
.main .news ul li a{
	display:block;
	font-size:14px;
}
.main .news ul li span{
	display:block;	
}
.main .contact{
	height:330px;
	overflow:hidden;
	width:341px;
	float:right;	
}
.main .contact .join{
	display:block;
	background-image:url(../images/b1.gif);
	width:167px;
	height:58px;
	float:left;	
}
.main .contact .feedback{
	float:left;
	background-image:url(../images/b2.gif);
	width:167px;
	height:58px;
	margin-left:5px;	
}
.main .contact .ad{
	background-image:url(../images/ad1.jpg);
	width:341px;
	height:62px;
	float:left;
	margin-top:10px;
}
.main .contact .txt{
	background-repeat:no-repeat;
	line-height:24px;
	font-size:13px;
	float:left;
}

.footer{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#c2c2c2;
	height:39px;
	padding-top:28px;
	padding-bottom:28px;
	margin-top:30px;
	font-size:13px;
}
.info{
	width:1200px;
	height:40px;
	margin:0 auto;
	overflow:hidden;
	line-height:20px;
	color:#323232;	
}
.info a{
	color:#323232;
	margin-left:5px;
	margin-right:5px;
}
.info .l_info{
	float:left;	
}

.info .r_info{
	float:right;	
}

.main .left{
	width:250px;
	height:auto;
	overflow:hidden;
	float:left;	
}
.main .left .nav{
	height:auto;
	overflow:hidden;
}
.main .left .nav .nav_title{
	width:250px;
	height:48px;
	line-height:48px;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	background-image:url(../images/nav_bg.gif);

	text-align:center;
}
.main .left .nav ul{
	width:250px;
	height:auto;
	overflow:hidden;
	background-color:#ebeae5;
}
.main .left .nav ul li{
	width:250px;
	height:50px;
	line-height:50px;
	text-align:center;
	background-image:url(../images/li_bg.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.main .left .nav ul li a{
	color:#555;
	font-size:16px;
}
.main .left .nav ul li a:hover{
	color:#30aa00;
}
.main .left .nav ul li .now{
	color:#30aa00;
}
.main .left .num{
	width:250px;
	height:158px;
	background-image:url(../images/number.jpg);
	margin-top:10px;	
}
.main .right{
	width:880px;
	height:auto;
	overflow:hidden;
	float:right;
}
.main .right .local{
	height:48px;
	line-height:48px;
	border-bottom:1px solid #dcdcdc;
	padding-left:12px;
	background-image:url(../images/local_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.main .right .local b{
	float:left;
	font-size:20px;	
}
.main .right .local span{
	color:#30aa00;
	font-size:12px;
	float:right;
	background-image:url(../images/ico3.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}
.main .right .local a{
	color:#666;
}
.main .right .local a:hover{
	color:#30aa00;
}
.main .right ul{
	overflow:hidden;
	height:auto;
	padding-bottom:20px;
}
.main .right .imglist li{
	width:222px;
	height:252px;
	margin-left:16px;
	margin-right:16px;
	margin-top:10px;
	overflow:hidden;
	float:left;
}
.main .right .imglist li .img{
	width:222px;
	height:222px;
	display:block;
}
.main .right .imglist li .img img{
	width:222px;
	height:222px;
}
.main .right .imglist li .txt{
	width:222px;
	height:30px;
	display:block;
	text-align:center;
	font-size:14px;
	line-height:30px;
}
.main .right .newslist{
	margin-top:10px;	
}
.main .right .newslist li{
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #ccc;
	background-image:url(../images/ico.jpg);
	text-indent:0px;
	background-position: 10px center;
	background-repeat:no-repeat;
}
.main .right .newslist li a{
	display:inline-block;	
}
.main .right .newslist li span{
	float:right;
	display:inline-block;	
}
.main .right .top_news_list{
	height:280px;
	overflow:hidden;
	margin-top:20px;	
}
.main .right .top_news_list li{
	width:209px;
	height:254px;
	background-image:url(../images/top_news_bg.gif);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	padding:13px;
	margin-left:9px;
	margin-right:9px;
}
.main .right .top_news_list li .img{
	width:207px;
	height:141px;
	margin:0 auto;
}
.main .right .top_news_list li .img img{
	width:207px;
	height:141px;
}
.main .right .top_news_list li .txt{
}
.main .right .top_news_list li .txt .t1{
	font-size:14px;
	color:#333333;
	line-height:40px;
}
.main .right .top_news_list li .txt .zhaiyao{
	line-height:22px;
	color:#666;
}
.main .right .list{
	height:auto;
	overflow:hidden;	
}
.main .right .list li{
	margin-top:20px;
	height:68px;
	overflow:hidden;	
}
.main .right .list li .time{
	width:72px;
	height:68px;
	float:left;
	margin-right:18px;	
}
.main .right .list li .time b{
	display:block;
	height:44px;
	text-align:center;
	color:#525252;
	font-size:32px;
	font-family:Arial;
	background-color:#dadada;
	line-height:44px;
}
.main .right .list li .time span
{
	display:block;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#fff;
	background-color:#cf3e26;
}


.main .right .t{
	margin-top:15px;
	font-size:20px;
	line-height:30px;
	text-align:center;
}
.main .right .c{
	padding:10px;
	height:auto;
	overflow:hidden;
	line-height:24px;
	font-size:14px;
}


/*通用样式*/

.pageline{
	width:auto;
	height:auto;
	text-align:right;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:10px;
	overflow:hidden;
	clear:both;
}
.pageline i{
	color:#999;
	margin-right:20px;
}
.pageline a{
	display:inline-block;
	height:20px;
	width:20px;
	text-align:center;
	margin-left:5px;
	text-decoration:none;
	border:1px solid #3ca615;
	background-color:#3ca615;
	color:#ffffff;
}

.pageline a:hover{
	background-color:#fe7200;
	border:1px solid #fe7200;
	color:#ffffff;
	
}
.pageline .current{
	display:inline-block;
	height:20px;
	width:20px;
	text-align:center;
	margin-left:5px;
	background-color:#fe7200;
	border:1px solid #fe7200;
	color:#fff;
}
.pageline .disabled{
	display:inline-block;
	height:20px;
	width:20px;
	text-align:center;
	margin-left:5px;
	border:1px solid #ececec;
	color:#ececec;
}
/*评论*/
.comment_box{}
	.comment_list li{padding:15px 0;border-bottom:1px solid #EEE;}
	.comment_list li .floor{float:right;font-size:18px;color:#DDD;}
	.comment_list li .avatar{display:block;background:#FFF;border-radius:2px 2px 2px 2px;float:left;height:36px;overflow:hidden;width:36px;}
	.comment_list li .avatar img{width:36px;height:36px;}
	.comment_list li .inner{margin-left:48px;}
	.comment_list li .inner p{font-size:13px;}
	.comment_list li .inner .meta{padding-top:3px;color:#999;border:none;}
	.comment_list li .answer{margin-left:48px;padding:10px;background:#F6F6F6;border:1px solid #E6E6E6;border-radius:3px 3px 3px 3px;}
	.comment_list li .answer .meta{color:#999;margin-bottom:5px;padding:0;border:none;}
.comment_editor{padding:10px 0; width:100%;}

.form_box dl{clear:both;padding:8px 0;font-size:12px;line-height:28px;}
	.form_box dl dt{display:block;float:left;width:150px;text-align:right;}
	.form_box dl dt em{padding-right:5px;color:#FF0000;font-style:normal;}
	.form_box dl dd{margin-left:150px; padding-left:10px;}
	.form_box dl dd i{display:block;line-height:28px;color:#999;font-size:12px;font-style:normal;}
	.form_box dl dd em{line-height:28px;color:#999;font-size:12px;font-style:normal;}
	.form_box dl dd .btn_submit{padding:10px 30px;border:1px solid #cf3e26;background:#cf3e26;color:#fff;font-size:14px;line-height:1em;cursor:pointer;font-family:'Microsoft YaHei';}
	.base_tit{border-bottom:1px solid #DADADA;color:#444;font-size:14px;margin:20px auto 2px 0;padding-bottom:5px;}
	.base_tit span{float:right;font-size:12px;font-weight:100;margin:5px 0 0 0;color:#ccc;}
	.base_tit span a{color:#999;}
input.txt{width:200px;}
.input{display:inline;margin-right:5px;padding:5px;height:18px;line-height:18px;vertical-align:middle;background:#fff;color:#999px;border:1px solid #CACACA;border-radius:4px 4px 4px 4px;font-family:'Microsoft YaHei';}
