/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		

	margin:0 auto;
	font-size:14px;	
	font-family:arial,Microsoft Yahei;	
	color:#727272;

}

h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none; max-width:100%;
}
a{
	cursor:pointer;
	color:#666;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#909090;	
}
ul{
	list-style-type:none;	
	border:0;
	width:auto;
}
em{
	font-style:normal;	
}
span{
	float:none;
	margin:0;	
	
}
.f_l{
	float:left;	
}
.f_r{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
ul,li{
	list-style: none;
	padding:0;
	margin:0;
}
.clearfix{
		clear:both;
	}
.clearfix:after{
		display:block;
		clear:both;
		content:"";
	}
form{ display:block; margin-top:0em;}

/*wrapin 主体容器宽度*/
.wraip{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/
#head{
	width:100%;
	height:auto;
	overflow: hidden;
	background:url(../images/head_bg.jpg) repeat;
}
#head .header{
	width:70%;
	margin:15px auto;
	height: 60px;
}
#head .header .logo{
	float: left;
}
#head .header .head_r{
	display: inline-block;
	float:right;
	margin-top:10px;
    overflow: hidden;
}
#head .header .head_r .exit{
	padding:10px 30px;
	line-height: 35px;
	background-color: #61ba6d;
	color:#fff;
	border-radius: 5px;
	margin-right: 10px;
}
#head .header .head_r .zc{
	padding:10px 30px;
	line-height: 35px;
	background-color: #09b1e2;
	color:#fff;
	border-radius: 5px;
}
#head .nav_list{
	width:100%;
	height: 45px;
	background: -webkit-linear-gradient(left, #61ba6d , #7bc13e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #61ba6d, #7bc13e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #61ba6d, #7bc13e); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #61ba6d , #7bc13e); /* 标准的语法 */
	line-height: 45px;
	overflow: hidden;
}
#head .nav_list .nav{
	width:70%;
	height: 45px;
	margin:0 auto;
	line-height: 45px;
	overflow: hidden;
}
#head .nav_list .nav ul{
	float:left;
	width:70%;
	height: auto;
	overflow: hidden;
}
#head .nav_list .nav ul li{
	float:left;
	width:18%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
    text-align: center;
}
#head .nav_list .nav ul li:hover{
	background:#09b1e2;
}
.cov{
	background:#09b1e2;
}
#head .nav_list .nav .nav_r{
	float:right;
	width:30%;
	height: auto;
	text-align: right;
	background:url(../images/coin.png) center right no-repeat;
	transition: all 1s;
}
#head .nav_list .nav .nav_r img{
	line-height: 45px;
	vertical-align: middle;
	margin-right: 20px;
}
#head .nav_list .nav .nav_r span{
	line-height: 45px;
	vertical-align: middle;
	color:#fff;
	margin-right: 15%;
    font-size: 16px;
    font-weight: bold;
}
#head .nav_list .nav .nav_r:hover{
	background:url(../images/coinhover.png) center right no-repeat;
}
#banner{
	width:100%;
	height: auto;
	overflow: hidden;
}
#banner img{
	box-sizing: 100%;
}
#mid{
	width:70%;
	height: auto;
    margin: 0 auto 15px;
	overflow: hidden;
	padding-bottom: 10px;
}
#mid .mid_left{
	float:left;
	position: relative;
	width: 40%;
    height: 500px;
    background-color: #09b1e2;
    margin-left: 10px;
    box-shadow: 5px 15px 0px 5px rgba(181, 228, 243, 0.8);
    animation: moveleft 1s;
}
@keyframes moveleft{
	0%{ transform: translate(-5%,0); }
	50%{ transform: translate(5%,0); }
	100%{ transform: translate(0,0); }
}
#mid .mid_left h1{
	position:absolute;
	left: -5%;
	top:4%;
	font-size: 18px;
	line-height: 45px;
	color:#fff;
	width: 100%;
	height: 45px;
	background-color: #3e3e3e;
}
#mid .mid_left h1:before{
	display: block;
	position: absolute;
	left:3%;
	top: 100%;
	border:5px rgba(0,0,0,0) solid;
	border-right-color: rgba(29, 28, 28, 0.7);
	border-top-color: rgba(29, 28, 28, 0.7);
	content: "";
}
#mid .mid_left h1 img{
	vertical-align: middle;
	padding-left: 40px;
}
#mid .mid_left h1 span{
	vertical-align: middle;
	padding-left: 20px;
	font-size: 22px;
}
#mid .mid_left .ta_form{
	width:80%;
	height: 315px;
	margin:0 auto;
	overflow: hidden;
	padding-top: 25%;
}
.ta_form p{
    width:100%;
	height:auto;
	line-height:28px;
	color:#fff;
	text-align:center;
}
.ta_form p span{
	font:16px;
	font-weight:bold;
}
#mid .mid_left .ta_form .form_t{
	width:100%;
	height: 40px;
	line-height: 40px;
	color:#fff;
	font-size: 16px;
	margin-bottom: 20px;
}
#mid .mid_left .ta_form .form_t .sp{
	display: inline-block;
	width:80px;
	padding:0 5px 0 20px;
	text-align: right;
}
#mid .mid_left .ta_form .form_t>.it{
	width:60%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	border:none;
	padding-left: 15px;
}
#mid .mid_left .ta_form .form_t>.itt{
	width: 39%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    vertical-align: middle;
    margin-right: 1%;
    padding-left: 15px;
}
#mid .mid_left .ta_form .form_t img{
	vertical-align: middle;
}
#mid .mid_left .ta_form .sub{
	width:70%;
	height: 45px;
	margin:40px auto 20px;
	line-height: 45px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #3e3e3e;
	border-radius: 20px;
	cursor: pointer;
}
#mid .mid_left .ta_form .bz{
	width:100%;
	height: 30px;
	line-height: 30px;
	color:#fff;
	font-size: 14px;
	text-align: center;
}
.mid_left .ext{
	width:80%;
	height: auto;
	margin:0 auto;
	margin-top:20%;
	overflow: hidden;
}
.mid_left .ext .ext_l{
	width:100%;
	height: auto;
	margin:10% 0;
	font-size: 16px;
	text-align: center;
    line-height: 28px;
    color:#fff;
}
.mid_left .ext .ext_l span{
	padding:0 10px;
	font-weight: bold;
	color:#b7fd79;
}
.mid_left .ext .ext_img{
	width:80px;
	height: 130px;
	margin: 10% auto;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
}
.mid_left .ext .ext_ll{
	width: 20%;
    margin: 0 auto;
    padding: 10px 15px;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #07566d;
    border-radius: 5px;
}
.mid_left .ext .ext_img img{
	width:100%;
	height: auto;
	margin: 0 0 20px 0;
}
#mid .mid_right{
	position: relative;
	float: left;
    width: 58%;
    height: 480px;
    margin-left: 0.7%;
    background-color: #f3f3f3;
    box-shadow: 2px 3px 1px 1px rgba(0,0,0,.3);
    margin-top: 20px;
     animation: moveright 1s;
}
@keyframes moveright{
	0%{ transform: translate(5%,0); }
	50%{ transform: translate(-5%,0); }
	100%{ transform: translate(0,0); }
}
#mid .mid_right h1{
	position:absolute;
	top: -5%;
    left: 4%;
	width:100%;
	height: 90px;
    line-height: 90px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color:#fff;
	background:url(../images/tt_bg.png) center no-repeat;
}

#mid .mid_right .inforlist{
	width: 85%;
    height: auto;
    overflow: hidden;
    margin: 12% 0 0 10%;
}
#mid .mid_right .inforlist li{
	position: relative;
	width:95%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 30px;
	margin: 5px 0;
}
#mid .mid_right .inforlist li:before{
	display: block;
	position: absolute;
	left:10px;
	top:50%;
	width:5px;
	height: 5px;
	background-color: #61ba6d;
	content: "";
}
#mid .mid_right .inforlist .t_t{
	background-color: #e9e9e9;
}
#mid .mid_right .inforlist li .text{
	display: inline-block;
	width:80%;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	vertical-align: middle;
}
#mid .mid_right .inforlist li span{
	vertical-align: middle;
	text-align: right;
}
#foot{
	width:100%;
	padding: 15px 0;
	font-size: 14px;
	color:#fff;
	text-align: center;
	overflow: hidden;
	background-color: #3a8c45; 
	border-top:1px #61ba6d solid;
}
#foot a{
	color:#fff;
}
#foot a:hvoer{
	color:#f66;
}

/*注册页面*/
#fm{
	width:100%;
	height: 947px;
	background:url(../images/zc_bg.jpg) top center no-repeat;
	background-size: 100%;
}
#fm .fm_box{
	width:30%;
	height:auto;
	overflow: hidden;
    margin:0 auto;
}
#fm .fm_box .fm_t{
	width:100%;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	font-size: 14px;
}
#fm .fm_box .fm_t a{
	color:#fff;
}
#fm .fm_box .fm_t .t_left{
	float:left;
	width:50%;
	height: 35px;
	line-height: 35px;
	text-align: left;
}
#fm .fm_box .fm_t .t_right{
	float:left;
	width:50%;
	height: 35px;
	line-height: 35px;
	text-align: right;
}

#fm .fm_boxx{
	width:30%;
	height:auto;
	overflow: hidden;
    margin:0 auto;
}
#fm .fm_boxx .fm_t{
	width:100%;
	height: 35px;
	line-height: 35px;
	margin-top:30px;
	font-size: 14px;
}
#fm .fm_boxx .fm_t a{
	color:#fff;
}
#fm .fm_boxx .fm_t .t_left{
	float:left;
	width:50%;
	height: 35px;
	line-height: 35px;
	text-align: left;
}
#fm .fm_boxx .fm_t .t_right{
	float:left;
	width:50%;
	height: 35px;
	line-height: 35px;
	text-align: right;
}
#fm .fm_boxx .boxx{
	width:93%;
	margin:0 auto;
	height: auto;
	padding:20px;
	background-color: #fff;
	overflow: hidden;
}
#fm .fm_boxx .boxx .logo_1{
	width:93%;
	height:auto;
	margin:0 auto;
	text-align: center;
	animation: logox 2s;
}
@keyframes logox{
	0%{
		transform: translate(10%,0);
	}
	50%{
		transform: translate(-10%,0);
	}
	100%{
		transform: translate(0,0);
	}
}
#fm .fm_boxx .boxx form{
	padding:20px;
	width:92%;
	height: auto;
	overflow: hidden;
}





#fm .fm_box .box{
	width:93%;
	margin:0 auto;
	height: auto;
	padding:20px;
	background-color: #fff;
	overflow: hidden;
}
#fm .fm_box .box .logo_1{
	width:93%;
	height:auto;
	margin:0 auto;
	text-align: center;
	animation: logo 2s;
}
@keyframes logo{
	0%{
		transform: translate(10%,0);
	}
	50%{
		transform: translate(-10%,0);
	}
	100%{
		transform: translate(0,0);
	}
}
#fm .fm_box .box form{
	padding:20px;
	width:92%;
	height: auto;
	overflow: hidden;
}
#fm .fm_box .box .f_t{
	width:70%;
	height: 40px;
	line-height: 40px;
	margin:20px auto;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
}
#fm .fm_box .box .f_t .f_tt{
	border:none;
	width:95%;
	height: 40px;
	line-height: 40px;
	padding-left:20px;
}
#fm .fm_box .box .subb{
	width:70%;
	height: 50px;
	line-height: 50px;
	background-color: #017136;
	cursor: pointer;
	margin:40px auto 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color:#fff;
}
#fm .fm_box .sev{
	width:100%;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color:#fff;
	margin-top: 15px;
}
#fm .fm_box .sev a{
	padding:0 20px;
	color:#fff;
}
.midd{
	width:98%;
	height: auto;
	overflow: hidden;
	margin:20px auto;
}
.midd h1{
	width:100%;
	height: 90px;
	line-height: 90px;
	background:url(../images/tt_bg.png) center no-repeat;
	overflow: hidden;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	color:#fff;
	margin-bottom: 20px;
	animation: title 1.5s;
}
@keyframes title{
	0%{
		transform: translate(-10%,0);
	}
	50%{
		transform: translate(10%,0);
	}
	100%{
		transform: translate(0,0);
	}
}
.midd_list{
	width:100%;
	height: auto;
	overflow: hidden;
}
.midd_list li{
	position: relative;
	width:97%;
	height: 40px;
	margin:10px 0;
	line-height: 40px;
	padding-left: 30px;
}
.midd_list li:before{
	display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #61ba6d;
    content: "";

}
.midd_list .midd_t{
	background-color: #e9e9e9;
}

.page{
	width:100%;
	height: 50px;
	background-color: #e9e9e9;
	text-align: center;
}
.page a{
	line-height: 50px;
	font-size: 14px;
	padding:0 20px;

}
.midd_list li .midd_text{
	display: inline-block;
	width:92%;
	height: auto;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	vertical-align: middle;
}
.midd_list li span{
	vertical-align: middle;
}
.page>.pcove{
	background-color: #d0cdcd;
	padding:10px 30px;
	border-radius: 5px;
}
/*信息页面*/
.infor{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:20px auto;
}
.infor h1{
	width:100%;
	height: 90px;
	line-height: 90px;
	background:url(../images/t1_bg.png) center no-repeat;
	overflow: hidden;
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color:#fff;
	animation: title 1.5s;
}
@keyframes title{
	0%{
		transform: translate(-10%,0);
	}
	50%{
		transform: translate(10%,0);
	}
	100%{
		transform: translate(0,0);
	}
}
.infor_list{
	width:100%;
	height: auto;
	overflow: hidden;
}
.infor_list li{
	position: relative;
	width:96%;
	height: 120px;
	margin:10px auto;
	line-height: 40px;
	border-bottom:1px #ccc dashed;
	padding:20px 0;
}
.infor_list li:hover{
	background-color: #f5f5f5;
}
.infor_list li .infor_t{
	width: 92%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
    color:#09b1e2;
    padding-left: 15px;
}

.page{
	width:100%;
	height: 40px;
	background-color: #e9e9e9;
	text-align: center;
	margin:20px 0;
}
.page a{
	line-height: 40px;
	font-size: 14px;
	padding:0 20px;

}
.infor_list li .infor_text{
	width:98%;
	height: 48px;
	margin:0 auto;
	overflow: hidden;
	padding: 10px;
    background-color: #f3f3f3;
}
.infor_list li .infor_text p{
	line-height: 24px;
}
.infor_list li span{
	vertical-align: middle;
}
.page>.pcove{
	background-color: #d0cdcd;
	padding:10px 30px;
	border-radius: 5px;
}

/*项目信息页面*/
.case{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:20px auto;
}
.case h1{
	width:100%;
	height: 90px;
	line-height: 90px;
	background:url(../images/t2_bg.png) center no-repeat;
	overflow: hidden;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	padding-left:20px;
	color:#fff;
	animation: title 1.5s;
}
@keyframes title{
	0%{
		transform: translate(-10%,0);
	}
	50%{
		transform: translate(10%,0);
	}
	100%{
		transform: translate(0,0);
	}
}
.case_list{
	width: 98%;
    height: auto;
    margin: 0 auto;
	overflow: hidden;
}
.case_list li{
	width:100%;
	height: auto;
	margin:10px 0 30px;
	line-height: 40px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}
.case_list li .case_left{
	float:left;
	width:68%;
	height: 220px;
	margin-right: 2%;
	overflow: hidden;
}

.case_list li .case_left h2{
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding:0 10px;
	background-color: #f3f3f3;
}
.case_list li .case_left .case_text{
	display: inline-block;
	width:97.5%;
	height: 72px;
	line-height: 40px;
	margin-top: 30px;
	overflow: hidden;
	padding:10px;
	text-overflow: ellipsis;
	white-space: normal;
	vertical-align: middle;
}
.case_list li .case_left .case_text p{
	line-height: 24px;
}
.case_list li .case_left .more{
	float: right;
	width:100px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color:#fff;
	text-align: center;
	background-color: #09b1e2;
	border-radius: 5px;
	margin-left: 10px;
}
.case_list li .case_right{
	float:left;
    width:25%;
    padding:10px;
    overflow: hidden;
}
.case_list li .case_right img{
	width:100%;
	height: 180px;
	overflow: hidden;
	transition: all 1s;
}
.case_list li:hover{
	background-color: #f2f2f2;
}
.case_list li:hover img{
	transform: scale(1.2);
}

/*下载页面*/
.down{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:20px auto;
}
.down h1{
	width:100%;
	height: 90px;
	line-height: 90px;
	background:url(../images/t3_bg.png) center no-repeat;
	overflow: hidden;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	padding-left:20px;
	color:#fff;
	animation: title 1.5s;
}
@keyframes title{
	0%{
		transform: translate(-10%,0);
	}
	50%{
		transform: translate(10%,0);
	}
	100%{
		transform: translate(0,0);
	}
}
.down_list{
	width:100%;
	height: auto;
	overflow: hidden;
}
.down_list li{
	position: relative;
	width:96%;
	height: 40px;
	margin:10px auto;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px #ccc dashed;
}
.down_list li:hover{
	background-color: #f5f5f5
}
.down_list li .down_text{
	float: left;
    width: 80%;
    padding-left: 20px;
	height: auto;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	vertical-align: middle;
	background:url(../images/coin03.png) left center no-repeat;
}
.down_list li .d_img{
	float: right;
    width: 10%;
    height: 40px;
    vertical-align: middle;
}




.center_text{
	width:100%;
	height: auto;
	overflow: hidden;
}
.center_text .t_nav{
    width: 96%;
    padding: 0 2%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    vertical-align: middle;
    border-bottom: 1px #ccc solid;
    margin: 0 0 20px 0;
}
.center_text .t_nav img{
	vertical-align: middle;
}
.center_text h3{
	width:100%;
	height: auto;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.center_text h4{
	width:100%;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	color:#a7a5a5;
	text-align: center;
	font-weight: normal;
}
.center_text .text_txt{
	width:100%;
	height: auto;
	margin:20px 0;
}
.center_text .text_txt p{
	line-height: 24px;
}

/*内页*/
#mid_artic{
	width: 98.5%;
	height: auto;
	margin:0 auto;
}
#mid_artic .mid_artic_left{
	position: relative;
	float:left;
    width:16%;
    height: auto;
    background-color: #67ae29;
}
#mid_artic .mid_artic_left .t_1{
	position: absolute;
    width: 105%;
    left: -10px;
    height: 70px;
    background-color: #176b23;
}
#mid_artic .mid_artic_left .t_1:before{
	display: block;
    position: absolute;
    left: 0;
    top: 100%;
    border: 5px rgba(0,0,0,0) solid;
    border-right-color: #3d8c48;
    border-top-color: #3d8c48;
    content: "";
}
#mid_artic .mid_artic_left .t_1 .company,#mid_artic .mid_artic_left .t_1 .et{
	width:100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #09b1e2;
	border-radius: 5px;
	margin-top:10px;
	vertical-align: middle;
}
#mid_artic .mid_artic_left .t_1 .company img,#mid_artic .mid_artic_left .t_1 .et img{
	vertical-align: middle;
}
#mid_artic .mid_artic_left .t_1 .company{
	margin-left:10px;
	float:left;
}
#mid_artic .mid_artic_left .t_1 .et{
	margin-right:10px;
	float:right;
}
.cimg{
	margin-right: 10px;
}
#mid_artic .mid_artic_left .t_2{
	width: 70%;
    height: auto;
    margin: 100px auto 30px;
    text-align: center;
    border-bottom: 1px #8ade96 solid;
}
#mid_artic .mid_artic_left .t_2 .t_2img{
	width:80px;
	height: 80px;
	margin:0 auto;
	border-radius: 50%;
	border:3px #67ae29 solid;
	text-align: center;
}
#mid_artic .mid_artic_left .t_2 p{
	height: auto;
	line-height: 24px;
	color: #b6e3bc;
	margin:10px auto 20px;
	vertical-align: middle;
}
#mid_artic .mid_artic_left .t_2 p span{
	font-weight: bold;
	padding:0 10px;
	color:#fff;
}
#mid_artic .mid_artic_left .t_bottom{
	width:100%;
	height: auto;
}
#mid_artic .mid_artic_left .t_bottom .t_3{
	margin:20px auto 20px;
	width:100%;
	height: auto;
	overflow: hidden;
}
#mid_artic .mid_artic_left .t_bottom .t_3>h1{
	position: absolute;
    left: -3%;
    width: 100%;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    height: 59px;
    line-height: 59px;
    background: url(../images/t3_ttbg.png) left center no-repeat;
}
#mid_artic .mid_artic_left .t_bottom .t_3>h1 img{
	vertical-align: middle;
}
#mid_artic .mid_artic_left .t_bottom .t_3>h1 .bg_t{
	margin-right: 15px;
}

#mid_artic .mid_artic_left .t_bottom .t_3 .t_3list{
    margin-top:70px;
    width:100%;
    height: auto;
    margin-bottom: 30px;
}
#mid_artic .mid_artic_left .t_bottom .t_3 .t_3list li{
	position: relative;
	width:92%;
	height: 50px;
	line-height: 50px;
	color:#fff;
	padding-left:30px;
	border-bottom: 1px #3f8649 dashed;
}
#mid_artic .mid_artic_left .t_bottom .t_3 .t_3list li:before{
	display: block;
    position: absolute;
    left: 4px;
    top: 42%;
    border: 5px rgba(0,0,0,0) solid;
    border-left-color: #fff;
	content: "";
}
#mid_artic .mid_artic_left .t_bottom .t_3 .t_3list li:hover{
	background:#09b1e2 url(../images/coin10.png) left center no-repeat;
}
.tcove{
	background:#09b1e2 url(../images/coin10.png) left center no-repeat;
}

#mid_artic .mid_artic_right{
	float:left;
	width:84%;
	height: auto;
	overflow: hidden;
}

#mid_artic .mid_artic_right .tt_top{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #eef1f7;
}
#mid_artic .mid_artic_right .tt_top h1{
	float:left;
	position: relative;
	width:55%;
	height: 70px;
	padding-left: 50px;
	line-height: 70px;
	font-size: 18px;
    font-weight: bold;
	overflow: hidden;

}
#mid_artic .mid_artic_right .tt_top h1:before{
	display: block;
	position: absolute;
	left:25px;
	top:50%;
	margin-top:-8px;
    width:10px;
    height: 16px;
    background-color: #328b3f;
	content: "";
}
#mid_artic .mid_artic_right .tt_top .tt_r{
	float:left;
	width: 39%;
	text-align: right;
	line-height: 70px;
}
#mid_artic .mid_artic_right .tt_txt{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
#mid_artic .mid_artic_right .tt_txt .t_inn{
	width: 85%;
    height: auto;
    margin: 20px auto;
    background-color: #f7faf7;
    border: 1px #e3e3e3 solid;
    padding:30px;
    margin-bottom: 20px;
}
#mid_artic .mid_artic_right .inart{
	width:85%;
	height:auto;
	margin:20px auto;
	padding:20px 5%;
	overflow:hidden;
	text-align: center;
	background:url(../images/ar_bg.jpg) no-repeat;
	background-size:100%;
	border-radius: 10px;
}
#mid_artic .mid_artic_right .inart h1{
	width:100%;
	height: auto;
	padding:15% 0 0;
	font-size: 42px;
	color:#d8211c;
    font-weight: bold;
}
#mid_artic .mid_artic_right .inart h3{
    width:100%;
	height: auto;
	padding:5% 0;
	font-size: 36px;
	color:#333;
    font-weight: bold;
}
#mid_artic .mid_artic_right .inart p{
	width:100%;
	height: auto;
	padding:2% 0 20%;
	font-size: 36px;
	color:#333;
    font-weight: bold;

}
.t_inn h3{
	width:100%;
	height: 50px;
	line-height: 50px;
	margin:20px auto;
	text-align: center;
}
.t_inn .box_com{
	width:50%;
	height: auto;
	overflow: hidden;
	margin:20px auto;
}
.t_inn .box_com form .c_t{
	width:100%;
	height: auto;
	margin:20px 0;
}
.t_inn .box_com form .c_t .c_tt{
	width: 96%;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    border: 1px #ece6e6 solid;
    border-radius: 5px;
    color: #afacac;
}
.t_inn .box_com form .subb{
	width:120px;
	height: 40px;
	margin:30px auto;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	background-color: #176b23;
	border-radius: 5px;
}
#mid_artic .mid_artic_right .tt_txt .t_inn .t_i{
	width:100%;
	height: auto;
	overflow: hidden;
	line-height: 35px;
	margin-bottom: 10px;
}
#mid_artic .mid_artic_right .tt_txt .t_inn .t_i{
	width:100%;
	height: auto;
	overflow: hidden;
	line-height: 35px;
	margin-bottom: 15px;
}
.t_i .tnn {
    display: inline-block;
    width: 400px;
    height: 35px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 5px;
}
.t_i .t_n{
	    float: left;
	display: inline-block;
	width: 150px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
.t_i .tn{
	display: inline-block;
	width: 225px;
	height: 35px;
	font-weight: bold;
	text-align: right;
}
.t_i .t_nn{
	display: inline-block;
	width: 78%;
	height: auto;
	margin-bottom: 5px;
}
.ti{
	width:100%;
	height: auto;
	overflow: hidden;
}
.tin{
	width: 95%;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    color: #969393;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
    border: none;
    vertical-align: middle;
}
.tin_tex{
	width: 92.5%;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    color: #969393;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
    border: none;
}
.tinn{
	width: 96%;
    height: 35px;
    line-height: 18px;
    color:#969393;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
    border: none;
    margin-bottom: 5px;
    background-color: #fff;
}
textarea {
    outline: none;
    font-size: 14px;
    padding: 15px 15px;
    background: none;
    border: 1px solid #d3d4d6;
    width: 95.5%;
    margin: 0 0 1em;

    min-height: 90px;
    vertical-align: middle;
    background-color: #fff;
    border: none;
   /* box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);*/
}
.tin1{
	float:left;
	width: 95%;
	height: 35px;
	color: #969393;
    padding-left: 10px;
	line-height: 35px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
	border:none;
}
.tin12{
	float:left;
	width: 70%;
	height: 35px;
	color: #8a8a8a;
    padding-left: 10px;
	line-height: 35px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
	border:none;
}
.tin11 {
    float: left;
    width: 100%;
    height: 35px;
    color: #8a8a8a;
    padding-left: 10px;
    line-height: 35px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
    border: none;
}
.tin2{
	float:left;
	width: 235px;
    margin-right: 30px;
	height: 35px;
	line-height: 35px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
	border:none;
	margin-bottom: 5px;
}
.t_i .tii,.t_i .ti2{
	float:left;
	width:47%;
	height: 35px;
    line-height: 35px;
	margin-right: 1%;
	height: auto;
	margin-bottom: 5px;
}
.t_i .ti2{
	float:left;
	width:47%;
	height: auto;
}

select {
	border: none;
    display: block;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
}
#citycode{
	width:235px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-left:10px;
	color:#969393;
}
.css_select{
	width:235px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-left:10px;
	color:#969393;
}
.sub_p{
	width:100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}
#sub_a{
	width:200px;
	margin:30px auto;
	height: 50px;
	line-height: 50px;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #176b23;
	border-radius: 5px;
}
#sub{
	display: inline-block;
	width:200px;
	margin:30px 20px 0 0;
	height: 50px;
	line-height: 50px;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #176b23;
	border-radius: 5px;
}
#sub_b {
    display: inline-block;
    width: 200px;
    margin:30px 20px 0 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #09b1e2;
    border-radius: 5px;
}
#sub_d {
    display: inline-block;
    width: 200px;
    height: 50px;
    margin:30px 0 0 0;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #4c4e4e;
    border-radius: 5px;
}

.tt_txt .tablebox{
	width:90%;
	height: auto;
	margin:20px auto;
	overflow: hidden;
	border: 1px #ccc solid;
	box-sizing: border-box;
}
.tablebox table{
	width:100%;
	height: auto;
	overflow: hidden;
}
.tablebox table tr {
    text-align: center;
    vertical-align: middle;
    height: 50px;
}
.tablebox table tr th {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    height: 90px;
    line-height: 50px;
}
.tablebox table td, .tablebox table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
.tablebox .table .t1 {
    width: 98%;
    height: 35px;
    line-height: 18px;
    color: #969393;
    /* box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3); */
    border: none;
    margin-bottom: 5px;
    background-color: #fff;
}
.tdst textarea{
	border:none;
	width:96%;
}
.tdst .tablebox_br{
	width:98%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 5px;
}
.tdst .tablebox_br .t2{
	width:60px;
	line-height: 30px;
	height: auto;
	border:none;
	border-bottom: 1px #333 solid;
	text-align: center;
	box-sizing: border-box;
}
.td_t .t3,.td_tt .t4{
	width:90%;
	line-height: 40px;
	height: auto;
	border:none;
	padding-left: 5px;
}
.tt_txt h1, .tt_txt .pgtop{
	width:90%;
    margin:10px auto;
    height: 40px;
    line-height: 40px;
}
.tt_txt h1{
	font-size: 22px;
	height: auto;
	line-height: 40px;
	text-align: center;
	color:#176b23;

}
.tt_txt .pgtop .pgtop_left{
	float:left;
	width:48%;
	margin-right: 2%

}
.tt_txt .pgtop .pgtop_right{
	float:left;
	width:48%;

}
.pg{
	width:200px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}
/*列表页面*/
.tt_txt .list{
	width:96%;
	height: auto;
	padding:20px;
}
.tt_txt .list h1{
	width: 96%;
	height: auto;
	line-height: 40px;
	text-align: center;
    margin:0 auto 20px;
}
.tt_txt .list h1 .h1{
	width:30%;
	padding:0 10px;
	height: 40px;
	border:none;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
	text-align: center;

}
.tt_txt .list h1 span{
	font-weight: bold;
}
.tt_txt .list .add{
	padding:0px 10px;
	height: 35px;
	line-height: 35px;
	background-color: #176b23;
	border-radius: 5px;
	text-align: center;
	color:#fff;
	margin-bottom: 30px;
	float:right;
}
.tt_txt .list ul{
	width:100%;
	height: auto;
	overflow: hidden;
	border:1px #ccc solid;
	box-sizing: border-box;
}
.tt_txt .list ul li{
	width:100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
	overflow: hidden;
}
.tt_txt .list ul li p{
	line-height: 35px;
}

.a01{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a02{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a03{
	float:left;
	width:20%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a04{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a05{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a06{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a07{
	float:left;
	width:9%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a08{
	float:left;
	width:20%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r01{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r02{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r03{
	float:left;
	width:20%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r04{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r05{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r06{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r07{
	float:left;
	width:9%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a001{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a002{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a003{
	float:left;
	width:18%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a004{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a005{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a006{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a007{
	float:left;
	width:9%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.a008{
	float:left;
	width:20%;
	height: auto;
	line-height: 35px;
	text-align: center;
}

.c01{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c02{
	float:left;
	width:24%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c03{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c04{
	float:left;
	width:24%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c05{
	float:left;
	width:16%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c06{
	float:left;
	width:13%;
	height: auto;
	line-height: 35px;
	text-align: center;
}

.c08{
	float:left;
	width:20%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.l01{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.l02{
	float:left;
	width:12%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.l03{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.l04{
	float:left;
	width:14%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.l05{
	float:left;
	width:16%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.l06{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.l07{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.l08{
	float:left;
	width:12%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r01{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r02{
	float:left;
	width:13%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r03{
	float:left;
	width:20%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r04{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r05{
	float:left;
	width:13%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r06{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r07{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r08{
	float:left;
	width:14%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r09{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.r10{
	float:left;
	width:16%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.rt01{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.rt02{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.rt03{
	float:left;
	width:20%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.rt04{
	float:left;
	width:20%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.rt05{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.rt06{
	float:left;
	width:10%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.rt07{
	float:left;
	width:12%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c001{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c002{
	float:left;
	width:15%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c003{
	float:left;
	width:26%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c004{
	float:left;
	width:6%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c005{
	float:left;
	width:12%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c006{
	float:left;
	width:10%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c007{
	float:left;
	width:12%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c008{
	float:left;
	width:10%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.c009{
	float:left;
	width:12%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.e01{
	float:left;
	width:8%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.e02{
	float:left;
	width:12%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.e03{
	float:left;
	width:5%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.e04{
	float:left;
	width:18%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.e05{
	float:left;
	width:10%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.e06{
	float:left;
	width:14%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.e07{
	float:left;
	width:16%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.e08{
	float:left;
	width:16%;
	height: auto;
	line-height: 35px;
	text-align: center;
}
.tt_txt .list ul li:last-child{
	border-bottom: none;
}
.ctt{
	background-color: #daded7;
}
.ct{
	background-color: #f5f5f5;
}
.tt_txt .list table{
	width:100%;
	height: auto;
	overflow: hidden;
}
.tt_txt .list table tr th{
	height: auto;
	line-height: 28px;
	text-align: center;
}
.tt_txt .list table tr td{
	height: auto;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
}
.tt_txt .list .list_top{
	width:100%;
	height: 40px;
	margin: 20px auto;
	overflow: hidden;
}
.tt_txt .list .list_top .year{
	width:100px;
	height: 40px;
	line-height: 40px;
	float:left;
	background-color: #f5f5f5;
}
#nianfen{
	width:100px;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	border:none;
	padding-left: 10px;
}

.page a{
	padding:5px 15px;
}
.page a:hover{
	background-color: #f5f5f5;
}
.pcov{
	background-color: #f5f5f5;
}
.gb{width:70%; margin:0 auto; font-size:18px;  line-height:30px;}


@media screen and (max-width: 1366px){
	#mid {
    width: 92%;
}
#head .nav_list .nav{
	width:85%;
}

#fm .fm_box {
    width: 40%;
}
#fm {
    width: 100%;
    background: url(../images/zc_bg_1366.jpg) top center no-repeat;
}
#mid_artic .mid_artic_left {
    width: 20%;
}
#mid_artic .mid_artic_right {
    width: 80%;
}
.td_t .t3, .td_tt .t4 {
    width: 96%;
}
#mid_artic .mid_artic_right .inart h1{
	width:100%;
	height: auto;
	padding:15% 0 0;
	font-size: 32px;
	color:#d8211c;
    font-weight: bold;
}
#mid_artic .mid_artic_right .inart h3{
    width:100%;
	height: auto;
	padding:5% 0;
	font-size: 26px;
	color:#333;
    font-weight: bold;
}
#mid_artic .mid_artic_right .inart p{
	width:100%;
	height: auto;
	padding:2% 0 20%;
	font-size: 26px;
	color:#333;
    font-weight: bold;

}

}
@media screen and (max-width: 1200px){
	#mid {
    width: 100%;
}
#fm .fm_box {
    width: 45%;
}
#fm {
    width: 100%;
    background: url(../images/zc_bg_1200.jpg) top center no-repeat;
}
	#mid_artic .mid_artic_left {
    width: 22%;
}
#mid_artic .mid_artic_right {
    width: 78%;
}
#citycode {
    width: 212px;
}
.t_i .tn {
    width: 198px;
}
#mid_artic .mid_artic_right .inart h1{
	width:100%;
	height: auto;
	padding:15% 0 0;
	font-size: 32px;
	color:#d8211c;
    font-weight: bold;
}
#mid_artic .mid_artic_right .inart h3{
    width:100%;
	height: auto;
	padding:5% 0;
	font-size: 26px;
	color:#333;
    font-weight: bold;
}
#mid_artic .mid_artic_right .inart p{
	width:100%;
	height: auto;
	padding:2% 0 20%;
	font-size: 26px;
	color:#333;
    font-weight: bold;

}

}
@media screen and (max-width: 1024px){

#head .header {
    width: 95%;
}
#fm .fm_box {
    width: 55%;
}
#head .nav_list .nav {
    width: 95%;
}
#mid .mid_left .ta_form {
    width: 88%;
}
#fm {
    width: 100%;
    background: url(../images/zc_bg_1024.jpg) top center no-repeat;
}

#mid_artic .mid_artic_left {
    width: 25%;
}
#mid_artic .mid_artic_right {
    width: 75%;
}
.t_i .t_nn {
    width: 72%;
}
#citycode {
    width: 145px;
}
.t_i .tn {
    width: 135px;
}
.tin2 {
    width: 190px;
}
.td_t .t3, .td_tt .t4 {
    width: 95%;
}
#mid_artic .mid_artic_right .inart h1{
	width:100%;
	height: auto;
	padding:15% 0 0;
	font-size: 26px;
	color:#d8211c;
    font-weight: bold;
}
#mid_artic .mid_artic_right .inart h3{
    width:100%;
	height: auto;
	padding:5% 0;
	font-size: 22px;
	color:#333;
    font-weight: bold;
}
#mid_artic .mid_artic_right .inart p{
	width:100%;
	height: auto;
	padding:2% 0 20%;
	font-size: 22px;
	color:#333;
    font-weight: bold;

}








}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	