@charset "utf-8";
/* CSS Document */



/*主页样式*/
#box{
	width:100%;
}
.top_bg{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#2bad0e;
}
.logo{
	float:left;
	width:35%;
	padding-bottom:4%;
	padding-top:2.5%;
	padding-left:1.2%;
}
.top_txt{
	float:right;
	padding-top:6%;
	padding-right:2.5%;
}
.top_txt h2{
	float:right;
	font-family:微软雅黑;
	font-weight:normal;
	font-size:24px;
	color:#fff;
	padding-right:15px;
}
.top_txt img{float:right;width:35%;padding-top:3px;}
.adv{float:left;width:100%;}
.adv img{height:58px;}
.adv1{float:left;width:90%;}
.adv2{float:right;width:9%;}
.main{
	float:left;
	width:100%;
	height:auto;
	background:url(../images/bg1.jpg) repeat;
}
.menu_bg{
	float:left;
	width:100%;
	background:#fff;
	margin-top:10px;
	padding-bottom:10px;
}
.nav1{
	float:left;
	width:100%;
	margin-top:5px;
}
.nav1 table{
	border-top:2px solid #eee;
	border-left:2px solid #eee;
	font-family:微软雅黑;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:16px;
}
.nav1 table tr td{
	border-bottom:2px solid #eee;
	border-right:2px solid #eee;
}
.nav1 table tr td a{color:#000;}
.nav1 table tr td a:hover{color:#39b516;}


.buss_bg{
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;
	background:#fff;
}
.adv3{
	float:left;
	width:100%;
	height:65px;
	padding-top:12px;
}
.adv3 img{width:100%;height:58px;}
.buss_tab{
	clear:both;
	float:left;
	width:96%;
	margin:1.5% 2%;
}
.buss_tab table{
	width: 100%;
	border-top:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
}
.buss_tab table tr td{
	padding:1.2%;
	border-right:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
}
.buss_tab table tr td img{width:100%;height:65px;}


.ser_bg{
	float:left;
	width:100%;
	height:auto;
	margin-top:18px;
	background:#fff;
}
.ser_tit{
	float:left;
	width:96%;
	height:50px;
	margin:0 2%;
	line-height:50px;
	background:#f3f3f3;
	text-align:center;
	font-family:微软雅黑;
	font-size:18px;
	color:#1d1d1d;
	margin-top:20px;
	margin-bottom:15px;
}

.ser_list1 a{color:#2b2b2b;}
.ser_list1 a:hover{color:#39b516;}
.ser_list1 h2{
	float:left;
	font-size:18px;
	color:#39b516;
	width:16%;
	font-weight:normal;
	font-family:微软雅黑;
	line-height:33px;
}
.ser_list1 ul{
	float:left;
	width:80%;
	line-height:33px;
	margin:0 2%;
	font-family:微软雅黑;
}
.ser_list1 ul li{
	float:left;
	font-size:16px;
	color:#2b2b2b;
	margin-right:1%;
}

.ser_list2{
	float:left;
	width:100%;
	font-family:微软雅黑;
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
}
.ser_list2 table{
	height:45px;
	line-height:45px;
	text-align:center;
	border-top:2px solid #eee;
	border-left:2px solid #eee;
}
.ser_list2 table tr td{
	border-bottom:2px solid #eee;
	border-right:2px solid #eee;
}
.ser_list2 table tr td a{color:#2b2b2b;}
.ser_list2 table tr td a:hover{color:#39b516;}


.bottom_bg{
	float:left;
	width:96%;
	margin-top:18px;
	padding:0 2%;
	background:#fff;
}
.bottom_tab{padding:15px 0;border-bottom:1px solid #e5e5e5;}
.bottom_tab table tr td{width:17%;text-align:center;}
.bottom_tab table tr td img{height:30px;padding-bottom:5px;}
.bottom_tab table tr td p{
	font-family:微软雅黑;
	font-size:12px;
	color:#2b2b2b;
}
.bottom_tab table tr td p a{color:#2b2b2b;}
.bottom_tab table tr td p a:hover{color:#39b516;}
.copyRight{
	text-align:center;
	padding:20px 0;
	font-family:微软雅黑;
	font-size:12px;
	color:#2b2b2b;
}








/*共有样式*/
/*翻页---------------------------------------------------------------*/
.page{
	width:96%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:8px;
	text-align:center;
}
.page ul li{
	float:left;	
	padding:0 8px;
	line-height:25px;
	border:1px solid #b3b3b3;
	text-align:center;
	margin-left:8px;
	font-family:微软雅黑;
	font-size:12px;
	margin-top:2px;
} 
.page ul li a{color:#747474;}
.page ul li a:hover{text-decoration:underline;}
.adv8{float:left;width:100%;margin-top:20px;}
.adv8 img{
	width:100%;
	height:40px;
}

/*底部发帖---------------------------------------------------------------*/
.fb_bg{
	clear:both;
	background:#fafafa;
	padding:0 2%;
	font-family:微软雅黑;
}
.fb_bg table{color:#272727;font-size:12px;line-height:20px;}
.btn3{
	width:95px;
	height:28px;
	background:#2bad0e;
	border:none;
	color:#fff;
	font-family:微软雅黑;
	font-size:14px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
	margin-top:20px;
}
.txt1{
	border:1px solid #e1e1e1;
	width:96%;
	height:33px;
	padding:0 2%;
	margin-top:8px;
	font-family:微软雅黑;
	font-size:12px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.txt2{
	border:1px solid #e1e1e1;
	width:96%;
	height:230px;
	padding:10px 2%;
	margin-top:12px;
	font-family:微软雅黑;
	font-size:16px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.fb_txt1{
	color:#d20202;
	line-height:22px;
}
.btn4{
	width:185px;
	height:48px;
	background:#2bad0e;
	border:none;
	color:#fff;
	font-family:微软雅黑;
	font-size:24px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor:pointer;
	margin-top:20px;
}
.fb_line1{
	border-bottom:1px dashed #cacaca;
	padding-bottom:10px;
	padding-top:10px;
}
.fb_line1 a{color:#2bad0e;}
.fb_line1 a:hover{text-decoration:underline;}
.fb_line1 span{color:#2bad0e;}
.txt3{
	border:1px solid #e1e1e1;
	width:84px;
	height:26px;
	margin-top:17px;
	font-family:微软雅黑;
	font-size:12px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding-left:3px;
	padding-right:3px;
}
.btn5{
	width:120px;
	height:60px;
	background:#2bad0e;
	border:none;
	color:#fff;
	font-family:微软雅黑;
	font-size:16px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
	margin-top:20px;
}
.foot_bg{
	float:left;
	width:100%;
	font-family:微软雅黑;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	background:#ededed;
	height:40px;
	line-height:40px;
	font-size:14px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.foot_bg a{color:#d80303;}
.foot_bg a:hover{color:#2bad0e;}



/*2016.6.4*/
.app{
	width: 100%;
	padding: 2% 2%;
	background: #fff;
	height: auto;
	overflow: hidden;
	border-top: 3px solid #ddd;
}
.app ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-family: Arial, Microsoft YaHei, sans-serif;
	font-size: 14px;
	padding: 20px 0;
	background: #fff;
}
.app ul li:hover,
.app ul li:active{background: #ededed;}
.app ul li i {
	height: 45px;
	display: block;
}
.app ul li img {
	max-height: 45px;
	vertical-align: middle;
}
.app ul li p {
	color: #707070;
	margin-top: 10px;
}
.appbot {
	text-align: center;
	border-top: 6px solid #ddd;
	color: #2b2b2b;	
	padding: 3% 2%;
	line-height: 20px;
    margin-bottom: 50px;}
.appbot a{color: #6d6d6d;}
.appbot a:hover{color: #2b2b2b;}
@media screen and (max-width: 480px) {
	.app ul li{padding: 15px 0;}
	.app ul li i{height: 35px;}
	.app ul li img{max-height: 35px;}
}
@media screen and (max-width: 400px) {
	.app ul li{padding: 12px 0;}
	.app ul li i{height: 25px;}
	.app ul li img{max-height: 25px;}
}
@media screen and (max-width: 320px) {
	.app ul li {
		font-size: 13px;
		padding: 10px 0;
	}
}