@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?2z3o0y');
	src:url('fonts/icomoon.eot?#iefix2z3o0y') format('embedded-opentype'),
		url('fonts/icomoon.woff?2z3o0y') format('woff'),
		url('fonts/icomoon.ttf?2z3o0y') format('truetype'),
		url('fonts/icomoon.svg?2z3o0y#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	padding: 0;
	margin:0;
	background-color: #e0e0e0;
	font-size: 18px;
	-webkit-text-size-adjust: none;
}
dt,dl,dd,ul,li,form {
	margin:0px;
	padding:0px;
}
li{
	list-style-type:none;
}
img{
	border:0px;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
}
a{
	text-decoration:none
}
.min-wrap{
	max-width: 1400px;
	min-width:1003px;
	margin: 0 auto;
	background-color: #fff;
}
.main-wrap{
	margin:0 auto;
	width:1003px;
}
.top-banner{
	background:url(../images/top_banner.jpg) no-repeat center bottom;
	height: 340px;
}
.top-banner .logo img{
    padding-top: 50px;
}
.top-banner .top-bar {
	font-size: .75em;
	color: #999;
	line-height: 40px;
	height:40px;
	text-align: right;
	background-color: #f7feff;
}
.top-banner .top-bar a{
	color: #999;
	display: inline-block;
}
.top-banner .top-bar a:hover{
	color: #47af34;
}
.top-banner .four-links{
	float: left;
	margin-left: 10px;
	padding-right: 45px;
}
.top-banner .four-links:first-child{
	padding-left: 0;
}
.top-banner .version-links{
	float: right;
	margin-right: 10px;
}
.small-logo{
	display:none;
}
.find-bar {
    float: right;
    width: 150px;
    height: 34px;
    font-size: 0;
    border-radius: 2px;
    margin-right: 23px;
    margin-bottom: 10px;
    margin-top: 70px;
    position:absolute;
    right:0px;
    top:-300px;
}
.find-bar input[type="text"] {
	border: none;
	background-color: transparent;
	height: 30px;
	line-height: 30px;
	width: 120px;
	outline: none;
	color: #fff;
	vertical-align: top;
	border-bottom: 1px #FFFFFF solid;
	box-sizing: border-box;
}
.find-bar input[type="submit"] {
	border: none;
	background: url(../images/find_bar.png) no-repeat center top;
	height: 20px;
	width: 24px;
	padding: 0;
	outline: none;
	cursor: pointer;
	margin-top: 11px;
}
.find-bar em {
    display: none;
    line-height: 14px;
    font-size: 12px;
    color: #FF6666;
    font-style: normal;
    margin-top: 8px;
}
.m-top{
	margin-top: 20px;
}

.main-pic{
	margin-top: -8px;
}
.main-pic img{
	display: block;
}
.banner-pic{
	display: block;
}
@media screen and (max-width: 1000px){
body{
font-size:16px;
}
	.min-wrap{
		width: 100%;
		min-width:inherit;
	}
	.main-wrap{
		width:auto;
	}
	.top-bar{
		display: none;
	}
	.main-pic{
		display: none;
	}
	.banner-pic{
		display: none;
	}
}
.error {
	color: red;
}
/*导航*/
.main-nav-bar{
	position: relative;
	background-color:#f0f0f0;
	border-bottom:1px solid #e8e8e8;
}
.main-nav-bar .main-wrap{
	margin:0 auto;
}
.nav-bg .main-wrap{
	margin:0 auto;
}
.main-nav {
	font-family: "Microsoft Yahei";
	z-index: 10;
}
.main-nav li {
	float: left;
	position: relative;
	z-index: 1;
}
.main-nav li .nav-node {
	display: block;
	margin-left:50px;
	color: #333;
	line-height: 40px;
}
/*一级菜单*/
.main-nav li.focus .nav-node{
	border-bottom: 1px #ff7900 solid;
	margin-bottom: -1px;
}
/*一级菜单选中*/
.main-nav li.hover .nav-node {
	border-bottom: 1px #ff7900 solid;
	margin-bottom: -1px;
}
/*一级菜单鼠标经过*/
.main-nav li dl {
	display: none;
	left: 18px;
	top:40px;
	position: absolute;
	background-color: #fff;
	border-top: 1px solid #ff7900;
	width: 100%;
}
.main-nav li.hover dl {
	display: block;
}
.main-nav li dl a {
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: .875em;
	color: #fff;
	background-color: #47af34;
	white-space: nowrap;
}
.main-nav li dl a:hover {
	color: #fff;
	background-color: #65c3df;
}
@media screen and (max-width: 1000px){
	.main-nav {
    	margin-top: 35px;
	    margin-right: 0;
	}
	.main-nav-bar{
		height: 48px;
		margin: 0;
		padding: 0;
	}
	.logo{
		display: none;
	}
	.top-banner{
		display:none;
		height: 48px;
		background-image: none;
		background-color: #dbdbdb;
	}
	.main-wrap {
		position: relative;
		width: auto;
	}
	.main-nav-bar:before {
		
	}
	.main-nav-bar:after {
		content: "";
		display: block;
		background: url(../images/11.png) no-repeat center center;
		background-size: 24px 24px;
		height: 48px;
		width: 48px;
		cursor: pointer;
		float: right;
	}
	.main-nav-bar .main-nav {
		display: none;
		position: absolute;
		top: 13px;
		right: 0;
		background-color: #f0f0f0;
		border-left: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
		width: auto;
		z-index: 100;
		height: auto;
	}
	.main-nav-bar .main-nav-block {
		display: block;
		box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	}
	.main-nav li{
		margin-left: 0;
	}
	.main-nav-bar .main-nav li{
		float: none;
		border-top: 1px solid #e0e0e0;
	}
	.main-nav li.hover .nav-node {
		border-bottom: 0;
	}
	.main-nav li.focus .nav-node{
		border-bottom: 0;
		background: #47af34;
		color: #fff;
	}
	.main-nav-bar .main-nav li:first-child{
		border-top: 0;
	}
	.main-nav-bar .main-nav li.line{
		display: none;
	}
	.main-nav-bar .main-nav>li>a {
		white-space: nowrap;
		padding: 0 10px;
		line-height: 2.5em;
		border: none;
		float: none;
		height: auto;
		text-align:center;
		color: black;
		margin-left: 0;
	}
	.main-nav li.hover dl {
		display: none;
	}
	.small-logo{
		display:block;
	}
	.small-logo img{
		padding:10px 7px;
	}
	.find-bar {
		display:block;
		float:none;
		right:initial;
		top:initial;
		margin-top:initial;
		width:75%;
		padding-top:10px;
	}
	.find-bar input[type="text"]{
		background:#ddd;
		border-bottom:0px;
		width:65%;
	}
	.find-bar input[type="submit"]{
		background-color:#ddd;
		margin-top:initial;
		height:30px;
		background-position:center center;
	}
}
/*第一屏*/
.left-wrap{
	float: left;
	width: 400px;
	padding-right:20px;
	margin-top: 20px;
}
.left-wrap>.focus-pic{
	width: 402px;
	margin-right: 20px;
	float: left;
}
.right-wrap{
	float: right;
	width: 573px;
	margin-top: 20px;
}

.box-01{
	background-color: #fff;
}
.box-01 .box-title-bg{
	background-color: #fff;
	border-bottom: 1px #a2d799 solid;
}
.box-01 .box-title-name{
	height:40px;
	font-family:"Microsoft YaHei";
	color:#333;
	line-height:40px;
	float:left;
}
.box-01 .box-title-job{
	height:34px;
	font-family:"Microsoft YaHei";
	color:#333;
	float:left;
}
.box-01>.box-content{
	padding-top:15px;
}
.news-work>li{
	border-top: 1px dotted #ccc;
	padding-top: 3px;
}
.news-work>li:first-child{
	border-top: none;
	padding-top: 0;
}
.news-work>li>a{
	display: block;
    font-size: .875em;
    color: #666;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px;
}
.news-work>li>a:hover {
	color: #ff7900 !important;
}
.box-details>a:hover {
	background-color: #47af34 !important;
}

.box-01>.box-content.box-write{
	padding: 0;
	padding-top: 20px;
	height:170px;
}
.box-01 .box-title-work{
	float:right;
	cursor: pointer;
	font-size: .75em;
	display: block;
	padding: 0 15px;
	font-family: Arial;
}
.box-01 .box-title-more{
	float:right;
	line-height:40px;
	cursor: pointer;
	font-size: .75em;
	display: block;
	padding: 0 15px;
	font-family: Arial;
	height: 40px;
}
.box-01.box-d .box-title-more{
	color:#fff;
}
.button .news-notice{
	background-color: #47af34;
	color: #fff;
	display: block;
	height: 102px;
	width:660px;
	box-sizing:border-box;
	border-right:1px #74D861 solid;
	float: left;
}
.ad a{
	display:block;
	float:left;
	width:100%;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    margin-top: 10px;
}
.ad-1 a{
    display:block;
    margin-top: 10px;
}
.ad.col-4 a{
	width:20%;
}
.ad.col-4 a.last-child{
	display:none;
}
.ad.col-3 a{
	width:33.3333%;
}
.ad.col-2 a{
	width:50%;
}
.ad a img{
	display:block;
	width:100%;
	height:124px;
}
.ad-1 a img{
	display:block;
	width:100%;
	max-height:90px;
}
@media screen and (max-width: 1000px){
	.button .news-notice{
		width: 100%;
	}
}
.box-title-notice{
	float: left;
    width: 30px;
    height: 102px;
    text-align: center;
    background-color: #515151;
    position: relative;
}
.box-title-notice .box-title-name{
	padding: 15px 0;
	font-size: .875em;
}
.box-title-notice:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(81, 81, 81, 0);
	border-left-color: #515151;
	border-width: 5px;
	margin-top: -5px;
}
.box-content-notice{
	margin-left: 48px;
	height: 90px;
	padding-top: 15px;
}
.news-content-notice a{
	display: block;
	font-size: .875em;
	color: #ffffff;
	line-height:1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 75px;
	padding-right: 40px;
	width:50%;
	float:left;
	box-sizing: border-box;
}
.news-content-notice a:hover{
	text-decoration:underline;
}
.news-content-notice em{
	color: #ffffff;
    font-size: .875em;
    display: block;
    font-style: normal;
    font-family: Verdana;
}
.box-title-notice .box-title-name a{
	color: #ffffff;
}
.box-title-notice .box-title-name a:hover{
	color: #ff7900 !important;
}

.box-01 .box-title-more a{
	color:#999;
}
.box-01 .box-title-more a:hover{
	color:#ff7900;
}
.box-01 .small-title{
	display: none;
	font-size: 0.875em;
	color:#333;
	border-left: 8px #47af34 solid;
	padding-left: 10px;
	float:none;
	background-color: #f0f0f0;
	height: 40px;
	line-height: 40px;
	font-family: "Microsoft YaHei";
}
.box-01 .small-more{
	display: none;
	background: #f8f8f8;
	text-align: center;
	font-size: .75em;
	line-height: 40px;
	height: 40px;
	color: #333;
}
.box-01 .small-more a{
	color: #333;
}
.box-details{
	padding-bottom: 6px;
}
.box-details a{
	display: block;
	font-size: .75em;
	float: right;
	line-height: 24px;
	text-align: center;
	width: 66px;
	background-color: #65c3df;
	color: #ffffff;
	margin-top: 10px;
}
@media screen and (max-width: 1000px){
	.box-details a{
		display: none;
	}
}

.box-details span{
	color: #bebebe;
    font-size: .75em;
    line-height: 21px;
    display: block;
    overflow: hidden;
    width: 480px;
    float: left;
    height: 42px;
}
@media screen and (max-width: 1000px){
	.box-details span{
		display: none;
	}
}
@media screen and (max-width: 720px){
	.box-details span{
		display: none;
	}
	.ad.col-4 a.last-child{
		display:block;
        	background-color: #dcd8d8;
        	height:124px;
	}
	.ad-1{
		display:none;
	}
}
ul.news-list li a {
	display: block;
	font-size: .875em;
	color: #666;
	height:36px;
	line-height:36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.news-list li a:hover {
	color: #ff7900 !important;
}
ul.news-list li span{
	color: #999999;
	font-size: .75em;
	line-height: 1.4em;
	display: block;
	overflow: hidden;
}
ul.news-list li em{
	color: #999999;
	font-size: .875em;
	font-style: normal;
	font-weight: normal;
	font-family: verdana,arial;
}

ul.news-list .table{
	width: 100%;
}

ul.news-list .table .content-more{
	background-color: #47af34;
	height: 24px;
	padding: 0 10px;
	line-height: 24px;
	font-size: .75em;
	color: #fff;
	margin-left: 40px;
	display: block;
}
ul.news-list .table .content-more:hover{
	background-color: #65c3df;
	color: #fff !important;
}
ul.news-list.top-news>li{
	padding-top:2px;
}
ul.news-list.top-news>li:first-child{
	border-top: 0;
}
ul.news-list.top-news>li{
	border-top: 1px #f8f8f8 solid;
}
ul.news-list.news-date em{
	line-height:36px;
	height:36px;
	padding: 0;
	float: right;
}
ul.news-list.notice-news>li{
	padding: 1px 0 0px;
}
ul.news-list.twin-row-news>li{
	margin-top: 19px;
}
ul.news-list.twin-row-news>li:first-child{
	margin-top: 0;
}
ul.news-list.twin-row-news>li>a{
	width: 100%;
	font-size: .75em;
	line-height: 1.6em;
	height:3.2em;
	overflow: hidden;
	white-space:normal;
}
@media screen and (max-width: 1000px){
	.box-01{
		background-color: #fff;
	}
	.box-01>.box-content.padding-0{
		padding:15px;
		background-color: #fff;
	}
	.box-01 .box-write{
		background-color: #fff;
	}
	.box-01>.box-content.box-write{
		padding: 0;
		padding-top: 20px;
		height:170px;
	}
	.box-01 .box-title-more{
	}
	.box-01 .small-more{
	}
	ul.news-list .table .content-more{
		display: none;
	}
	ul.news-list.top-news>li>a {
		color: #666;
	}
	ul.news-list.top-news>li:first-child{
		padding:0;
		background-color:#fff;
	}
	ul.news-list.top-news>li{
		padding:0;
		background-color: #fff;
	}
	ul.news-list.notice-news>li{
		padding:0;
	}
	ul.news-list.twin-row-news>li{
		margin-top: 0;
	}
	ul.news-list.twin-row-news>li>a{
		display: block;
		font-size: .875em;
		color: #666;
		line-height:2.571em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
ul.news-list.list-line>li>a{
}
ul.news-list.list-line>li>span{
	line-height: 36px;
	float: right;
	display: inline-block;
}
@media screen and (max-width: 1000px){
	ul.news-list.news-date em{
		display: none;
	}
	ul.news-list.list-line>li>span{
		display: none;
	}
	ul.news-list.list-line>li>p{
		display: none;
	}
}
@media screen and (max-width: 720px){
	ul.news-list.top-news span{
		display: none;
	}
	ul.news-list.notice-news em{
		display: none;
	}
}
ul.news-list.list-line>li{
	border-top:1px solid #ececec ;
	clear: both;
	padding: 8px 0;
}
ul.news-list.list-line>li:first-child{
	border-top: 0;
}
.news-list.list-line.notice-news.mail-list>li{
	padding-bottom: 15px;
}
.news-list.list-line.notice-news.mail-list>li>em{
		display: block;
}

ul.news-list-pic li {
	width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
    float: left;
    text-align: center;
}

ul.news-list-pic li a {
	width: 100%;
}

ul.news-list-pic li a img {
	width: 100%;
}

ul.news-list-pic li span{
	color: #888888;
	line-height: 1.4em;
	font-size: .875em;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 720px){
	ul.news-list-pic li {
		width: 48%;
	    margin-left: 1%;
	    margin-right: 1%;
	    margin-bottom: 30px;
	    float: left;
	    text-align: center;
	}
	.ad.col-4 a{
		width:50%;
		margin-top:0;
	}
}

@media screen and (max-width: 480px){
	ul.news-list-pic li {
		width: 98%;
	    margin-left: 1%;
	    margin-right: 1%;
	    margin-bottom: 30px;
	    float: left;
	    text-align: center;
	}
	.small-logo img {
		width:80%;
	}
}

ul.news-list-pic li span:hover {
	color: #ff7900 !important;
}

.button .wrap{
	background-color: #7dc771;
	color: #fff;
	display: block;
	height: 102px;
	width:171px;
	box-sizing:border-box;
	float: left;
	padding-top: 15px;
	text-align:center;
}
.button .wrap:hover{
	background-color: #65c3df;
}
.button.button-service .wrap{
	width: 25%;
	background-color: #f4f4f4;
	color:#6b6b6b;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 75px;
}
.button.button-service.col-2 .wrap{
	width:50%;
	height:110px;
	padding-top:30px;
}
.button.button-service.col-2 .wrap .title{
	font-size:.875em;
	padding-top:5px;
}
.button .wrap-01{
	background-color: #5DC34A;
	padding-top: 24px;
	box-sizing: border-box;
    border-right: 1px #74D861 solid;
}
.button .wrap-02{
	padding-top: 24px;
	box-sizing: border-box;
    border-right: 1px #74D861 solid;
}
.button>.wrap.donate{
	margin-top: 20px;
	width: 147px;
}
.sub-left-wrap>.button>.wrap.donate{
	margin-top: 20px;
	width: 186px;
}
.sub-left-wrap>.button{
	width: 100%;
}
.button .no-border{
	border-bottom: 0;
}
.button .wrap-03:hover{
	background-color:#65c3df;
	color: #FFF;
}
.button .wrap-03:hover .icon{
	color:#fff;
}
.button .wrap .title-wrap{
	display:inline-block;
}
.button .wrap .title{
	font-family: "Microsoft Yahei";
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	font-size:0.75em;
	padding-top:2px;
}
.button .wrap .title-cn{
	font-family: "Microsoft Yahei";
	font-size: 1em;
	padding-top: 2px;
	float:left;
}
.button .wrap .title-icon{
	font-family:"icomoon";
	font-size:1.3em;
	padding-top:2px;
	float:left;
	padding-right:5px;
}
.button .wrap .icon{
	font-family:"icomoon";
	font-size:1.5em;
	text-align: center;
	color:#999;
}
.button .wrap .icon_1{
	font-family:"icomoon_1";
	font-size:1.2em;
	text-align: center;
	padding-top: 2px;
}

.button .color-red{
	background-color: #e83030;
}
@media screen and (max-width: 1000px){
	.button{
		float:left;
		width: 100%;
	}
	.button .wrap{
		width: 50%;
		border-top:1px #74D861 solid;
	}
	.button>.wrap.donate{
		margin-top: 10px;
		width: 100%;
	}
	.button-service .wrap{
		border-top:none;
	}
}
@media screen and (max-width: 720px){
	.main-wrap{
		margin-top:0;
	}
	.button-service{
		padding: 0 0 10px;
	}
	.button.button-service .wrap{
		background-color:#fff;
	}
	.button .wrap-03:hover {
	  background-color: #65c3df;
	  color: #FFF;
	}
	.button.button-service.col-2 .wrap {
	    height: 75px;
	    padding-top: 10px;
	}
	.meta-float{
		display:none!important;
	}
}

.box-01.box-b .box-title-bg {
	background-color: #fff;
	border-bottom: 0;
}
.box-01.box-b .box-title-name{
	font-size: .975em;
	color:#fff;
	padding:0 20px;
	background: #47af34;
	height: 34px;
	line-height: 34px;
}
.box-01.box-b .triangle{
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 12px solid #47af34;
	float: left;
}
.box-01.box-b .box-title-more{
	float: right;
	color: #999;
	padding: 0;
}
.box-01.box-b .box-title-more:hover{
	color: #ff7900;
}

.box-01.box-c .box-title-bg {
	background-color: #fff;
}
.box-01.box-c .tab-content {
	padding-top:15px;
}
.box-01.box-c .box-title-name{
	font-size: .975em;
	color:#333;
	text-align: center;
	background-color: #fff;
	border:1px #a2d799 solid;
}
.box-01.box-c .box-title-name>span{
	display:block;
	height:50px;
	background:#fff;
	display: block;
	padding:0 10px;
}
.box-01.box-c .box-title-job{
	font-size: .975em;
	color:#333;
	background-color: #fff;
	width: 80px;
}
.box-01.box-c .box-title-job>span{
	display:block;
	background:#fff;
	display: block;
}

.box-01.box-c>.box-title-bg>.tab-title{
	float: left;
}
.box-01.box-c >.box-title-bg>.tab-title>.tab-node{
	height: 40px;
	font-size: .975em;
	color: #333;
	line-height: 40px;
	font-family: "Microsoft YaHei";
	float: left;
	margin-right:10px;
}
.box-01.box-c >.box-title-bg>.tab-title>.tab-node>.line{
	border-right:1px #ececec solid;
	margin:0 10px;
}
.box-01.box-c .tab-content .tab-node{
	display:none;
}
.box-01.box-c .tab-content .node-focus{
	display:block;
}
.box-01.box-c .box-title-work{
	padding-right: 0;
	color: #999;
}
.box-01.box-c .box-title-work:hover{
	color:#ff7900;
}
.box-01.box-c .box-title-more{
	padding-right: 0;
	color: #999;
}
.box-01 .box-title-more:after{
	content:">>";
	font-family:Simsun;
}
.box-01.box-c .box-title-more:hover{
	color:#ff7900;
}
.box-01.box-d .box-title-more:hover{
	color:#ff7900;
}
.box-01.box-c .box-c-more{
	background: #f8f8f8;
	text-align: right;
	font-size: .75em;
	line-height: 38px;
	height: 38px;
	color: #999;
	display: block;
	padding-left: 20px;
	padding-right: 15px;
}
.box-01.box-d .box-title-bg {
	background-color: #515151;
	border-bottom: 0;
}
.box-01.box-d .box-title-name{
	color: #fff;
	padding-left: 20px;
}
.box-01.box-e{
	border: 1px #e5e5e5 solid;
}
.box-01.box-e .box-title-bg {
	background-color: #FFF;
	border-bottom: 0;
	border-top:2px #47af34 solid;
}
.box-01.box-e .box-title-name{
	padding-left: 20px;
}
@media screen and (max-width: 1000px){
	.box-01.box-b .box-title-bg {
		width: 100%;
	}
}
.r-list-wrap-01{
	width:406px;
	margin-right:20px;
	float: left;
}
.r-list-wrap-02{
	width: 147px;
	float: left;
}
@media screen and (max-width: 1000px){
	.r-list-wrap-01{
		width:100%;
		margin-right:0;
		float: none;
	}
	.r-list-wrap-02{
		width:100%;
		float:none;
	}
}

.copyright{
	background-color: #47af34;
	text-align: center;
	color: #f0f0f0;
	font-size: .75em;
	line-height: 2em;
	margin-top: 15px;
	padding: 15px 0;
}
.copyright a {
	color: #f0f0f0;
	padding: 0 5px;
}
.copyright a:hover {
	text-decoration: underline;
}
.small-copyright{
	background-color: #47af34;
	text-align: center;
	color: #c5e2c1;
	font-size: .75em;
	line-height: 3em;
	display: none;
	height: 3em;
}
@media screen and (max-width: 1000px){
	.copyright{
		display: none;
	}
	.small-copyright{
		display: block;
	}
}
.link{
	table-layout: fixed;
	margin-top: 10px;
	padding: 10px;
	background-color: #e8e8e8;
}
.link td{
	width:25%;
	text-align: center;
	height: 30px;
}
.link td select{
    margin: 0;
    padding: 5px;
    border: 1px solid #c3c3c3;
    background-color: #f9f9f9;
    outline: none;
}

@media screen and (max-width: 1000px){
	.link{
		display: none;
	}
	.news-content-share {
		display:none;
	}
}


/*翻页*/
.page-tile {
	border: 1px solid #eee;
	border-width: 1px 0;
	font-family: Verdana, Arial;
	border-bottom: 0;
}
.page-tile:after {
	display: block;
	content: "";
	clear: both;
}
.page-tile>*{
	color: #888;
	display: block;
	float: left;
	padding: 0 .5em;
	min-width: 1.5em;
	text-align: center;
	border-right: 1px solid #eee;
	font-size: .75em;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.page-tile>*:before {
	font-size: 1.25em;
}
.page-tile span.more:before {
	content: "…";
}
.page-tile a.first:before {
	content: "\2039"
}
.page-tile a.prev:before {
	content: "\2039"
}
.page-tile a.next:before {
	content: "\203A"
}
.page-tile a.last:before {
	content: "\203A\203A"
}
.page-tile span.focus {
	background-color: #e8e8e8;
}
.box-notice {
	overflow: hidden;
}

.mobile-page{
	display: none;
	text-align: center;
	font-size: .875em;
	line-height: 44px;
	background: #f0f0f0;
}
.mobile-page span{
	padding: 0 15px;
}
.mobile-page span a{
	color: #333;
}
.mobile-page .no-click{
	color: #aaa;
}
@media screen and (max-width: 720px){
	.mobile-page{
		display: block;
	}
	.page-tile{
		display: none;
	}
}
/*工具栏*/
.accessible-wrap {
	display: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.accessible-body {
	position: fixed;
	z-index: 10;
	width: 100%;
	min-width: 1000px;
	text-align: right;
	padding: 10px 0;
	font-size: .875em;
	background-color: white !important;
	border-bottom: 1px solid #ddd;
}
.accessible-body-fixed {
	height: 47px;
}
.accessible-body span {
	display: inline-block;
	padding: 0 10px;
	margin-left: 6px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f3f3f3 !important;
	line-height: 24px;
	color: #444 !important;
	cursor: pointer;
}
.contrast, .contrast * {
	background: black !important;
	color: white !important;
}
/*打印*/
.news_content_other {
	padding: 10px 0;
}

.news-content-function {
	float: right;
	font-size: .875em;
}
.news-content-function>span {
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
}
.news-content-function>span:hover {
	text-decoration: underline;
}
.news-content-function>span:before {
	content: "[";
}
.news-content-function>span:after {
	content: "]";
}

.sub-left-wrap{
	float: left;
	width: 186px;
	padding-right:20px;
	margin-top:20px;
}
.sub-right-wrap{
	float: right;
	width: 797px;
}
.sub-button .wrap{
	color: #333;
	display: block;
	font-family: "Microsoft Yahei";
	font-size: .875em;
	padding: 20px 10px;
	text-align: center;
	background-color: #ecfbea;
}
.sub-button .wrap:after{
	content: "";
	width: 20px;
	height: 3px;
	background-color: #47af34;
	display: block;
	margin: 0 auto;
	margin-top: 9px;
}
.sub-button .wrap-focus:after{
	background-color: #fff;
}
.sub-button .wrap:hover{
	background-color: #d1ebcc;
	color: #333;
}
.sub-button .wrap-focus:hover{
	background-color: #47af34;
	color: #fff;
}
.sub-button .wrap-focus{
	background-color: #47af34;
	color: #fff;
}
.sub-button.sub-button-02 .wrap-focus{
	background-color: #e54137;
    color: #fff;
}
.sub-button.sub-button-02 .wrap{
	border:1px solid #efefef;
	line-height:60px;
	height:60px;
	border-top:0;
}
.sub-button.sub-button-02 span{
	font-family:宋体;
}
.sub-button .color-blue{
	background-color: #47af34;
	font-size: 1em;
	color: #fff;
	padding-left: 15px;
	border: 0;
}
.sub-button .color-blue:hover{
	background-color: #47af34;
	color: #fff;
}
.sub-button span{
	display: block;
	padding:0 5px 0 15px;
	float: left;
	width: 15px;
	display:none;
}
@media screen and (max-width: 1000px){
	.sub-left-wrap{
		width: 17%;
		padding-right: 0;
	}
	.sub-right-wrap{
		width: 81%;
	}

}
@media screen and (max-width: 720px){
	.sub-left-wrap{
		display: none;
	}
	.sub-right-wrap{
		width: 100%;
	}
}
.single-ariticle{
	font-size: 0.875em;
	line-height: 2.2em;
	text-indent: 2em;
	padding: 10px;
}

.content-box{
	border: 1px #ececec solid;
	padding: 10px 30px;
	font-size: .875em;
	line-height: 1.875em;
	margin-top:20px;
}
.content-box .big-title{
	padding: 0.5em 0;
	font-size: 1.75em;
	text-align: center;
	color: #333;
	font-family: "Microsoft Yahei";
}
.content-box .small-title{
	font-size: .875em;
	text-align:center;
	color:#999;
	line-height:1em;
	border-bottom:1px #eaeaea solid;
	padding-bottom: 1.25em;
}
.content-box img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.location {
	color: #555;
	font-size: 0.875em;
	font-family: Simsun;
	line-height: 2em;
	cursor: default;
}
.location:before {
	content: "B";
	display: inline-block;
	vertical-align: top;
	font-size: 1.2em;
	font-family:"icomoon";
}
.location span {
	font-size: 1em;
}
.location span a {
	color: #555555;
}
.location span a:HOVER {
	color: #FF6600;
}
.location span:before {
	content: " > ";
}
.location span:first-child:before {
	content: "";
}
@media screen and (max-width: 720px){
	.location {
		height: 2.4em;
		line-height: 2.4em;
	}
	.location:before {
		font-size: 1em;
		padding-right: 3px;
	}
	.content-box{
		margin-top:0;
		border: none;
	}
	.content-box .big-title{
		font-size: 1.45em;
		text-align: left;
	}
	.content-box .small-title{
		text-align:left;
	}
}
.news_content_description {
	font-size: .875em;
	color: #888;
	border: 1px dotted #ccc;
	background-color: #f3f3f3;
	line-height: 1.75em;
	padding: 10px 15px;
	margin-top: 15px;
	border-radius: 5px;
}
.news_content_description:before {
	content: "摘要: ";
}
.news_content_content {
	line-height: 1.875em;
	color: #333;
}
.news-title-img{
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
}
/*附件*/
.news_content_attachments a {
	color: #666;
	font-size: 0.875em;
}
.news_content_attachments a:hover {
	color: #c30000;
}
.news_content_attachments a:before {
	content: "r";
	font-family:"icomoon";
	padding-right: 5px;
	font-size: 1.25em;
}

.pic-wrap{
	padding-left:3%;
	padding-top:25px;
	padding-bottom:25px;
}
ul.pic-list a{
	display: block;
	width: 22%;
	float: left;
	font-size: .875em;
	color: #666;
	margin-right:3%;
	margin-bottom: 25px;
}
ul.pic-list a>span{
	display: block;
	font-size: .875em;
	color: #666666;
	line-height:2.571em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.pic-list a>span:hover{
		color: #ff7900;
}
ul.pic-list a>img{
	display: block;
	width: 100%;
}
@media screen and (max-width: 720px){
	.pic-wrap{
		padding-left:3%;
		padding-top:15px;
		padding-bottom:5px;
	}
	ul.pic-list a{
		display: block;
		width: 47%;
	}
}
@media screen and (max-width: 360px){
	ul.pic-list a{
		margin-bottom:5px;
	}
	.pic-wrap{
		padding-left:3%;
		padding-right: 3%;
	}
	ul.pic-list a{
		display: block;
		width: 100%;
	}
}

.suggestion_input_wrap{
	background-color: #f6f6f6;
	padding-bottom: 10px;
}
.suggestion_input_title {
	font-size: .875em;
	color: #666;
	line-height: 2em;
	padding-bottom: 10px;
}
.suggestion_input_area {
	display: block;
	border: 1px solid #ddd;
	width: 100%;
	height: 80px;
}
.suggestion_input_submit_wrap {
	text-align: right;
	padding: 10px 0;
	font-size: .875em;
}
.suggestion_input_captcha_img {
	vertical-align: top;
	width: 75px;
	cursor: pointer;
}
.suggestion_input_captcha {
	width: 60px;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 22px;
	padding: 3px;
}
.suggestion_input_submit {
	margin-left: 10px;
	border: none;
	background-color: #47af34;
	height: 28px;
	padding: 0 10px;
	color: white;
	border-radius: 2px;
	cursor: pointer;
}
.suggestion_list_wrap {
}
.suggestion_list>li {
	border-top: 1px solid #eaeaea;
	margin: 15px 0;
	padding: 5px 0;
}
.suggestion_list>li>em {
	font-style: normal;
	font-size: .875em;
	line-height: 2em;
	margin-left: 5px;
	color: #8c8c8c;
}
.suggestion_list>li>b {
	font-weight: normal;
	font-size: .875em;
	line-height: 2em;
	color: #aaa;
}
.suggestion_list>li>div {
	font-weight: normal;
	font-size: .875em;
	line-height: 1.75em;
}
.suggestion_list>li>span {
	font-weight: normal;
	font-size: .875em;
	line-height: 1.75em;
	color: #FF790A;
	display: block;
}
.suggestion_content_replay {
	font-size: .875em;
	color: #ff4c00;
	border: 1px dotted #ccc;
	background-color: #f3f3f3;
	line-height: 1.75em;
	padding: 5px 15px;
	margin: 5px 5px 20px;
	border-radius: 5px;
}
ul.news-list.list-full {
    padding-bottom: 20px;
    min-height: 360px;
}
ul.news-list.list-dark>li>a {
    color: #333333;
    font-size: .875em;
}
ul.news-list.list-dark>li>a:before {
	content:".";
}
ul.news-list.list-full>li>em {
	padding-left: .5em;
}
ul.news-list>li>em {
    color: #999999;
    line-height: 26px;
    font-size: .75em;
    display: block;
    font-style: normal;
    font-family: Arial;
    padding-bottom: 7px;
}
.gb-detail {
	font-size: 14px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	min-height: 200px;
	padding-bottom: 20px !important;
}
.gb-detail>h1{
	font-family: "Microsoft Yahei";
	font-weight: normal;
	font-size: 14px;
	margin-top: 25px;
	color: #444;
}
.gb-detail>em{
	display: block;
	color: #999;
	line-height: 40px;
	font-style: normal;
	font-family: Arial;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.gb-detail>div{
	color: #666;
}
.gb-detail>p{
	margin: 0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 40px;
	border: 1px dotted #ccc;
	background-color: #f3f3f3;
	padding: 8px 10px;
	border-radius: 5px;
	color: #666;
}
.gb-detail>h1:before{
	content: "标题：";
	font-weight: bold;
	color: #333;
}
.gb-detail>div:before{
	content: "内容：";
	font-weight: bold;
	color: #333;
}
.gb-detail>span{
	display: block;
	color: #D56128;
	margin: 20px 0;
}
.gb-detail>span:before{
	content: "状态：";
	font-weight: bold;
	color: #333;
}
.gb-detail>p:before{
	display: block;
	content: "来信回复：";
	color: #3F7F7F;
	line-height: 30px;
}
.gb-detail>p:after{
	display: block;
	content: attr(data-date);
	font-size: 12px;
	color: #999;
	line-height: 40px;
	font-weight: normal;
	font-family: Arial;
}

@media screen and (max-width: 1000px){
	.left-wrap{
		width: 38%;
		margin-top: 0;
		padding-top: 20px;
		padding-right: 0px;
		overflow: hidden;
	}
	.right-wrap{
		width: 60%;
		margin-top: 0;
		padding-top: 20px;
		overflow: hidden;
	}
	.left-wrap .focus-pic{
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 720px){
	.left-wrap{
		width: 100%;
		float: none;
		padding-top: 0;
	}
	.right-wrap{
		width: 100%;
		float: none;
		margin:0 auto;
		padding-top: 0;
	}
	.box-01 .box-title-more{
		display: none;
	}
	.box-01 .small-more{
		display:block;
	}

	.box-01 .box-title-bg{
		display: none;
	}
	.box-01 .small-title{
		display: block;
	}
	.box-01.box-c .tab-content .tab-node{
		display:block;
		padding: 15px;
	}
	.box-01.box-c .box-c-more{
		text-align: center;
	}
	ul.news-list.news-date em{
		display: none;
	}
	.box-01 .box-content{
		padding: 15px;
	}
	.box-01.box-c .tab-content{
		padding: 0;
	}
}
.sub-box {
	margin-top:20px;
	border: 1px #eaeaea solid;
	border-top: 2px #d1ebcc solid;
}
.sub-box.sub-box-02{
	border-top: 2px #eaeaea solid;
}
.sub-box .box-title-bg{
	display: block;
	margin: 0 15px;
	border-bottom: 1px #d1ebcc solid;
}
.sub-box.sub-box-02 .box-title-bg {
    border-bottom: 1px #e8ece7 solid;
    padding: 10px 0;
    font-size:20px;
}
.sub-box .box-title-name{
	color: #333;
	display: inline-block;
	float: left;
}
.sub-box .box-content{
	padding: 5px 20px 5px 20px;
}
.sub-box .sub-nav{
	padding: 25px 15px;
	display: none;
	background: #f0f0f0;
	border: 1px #dadada solid;
	border-width: 1px 0;
	width: 100%;
	box-sizing:border-box;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	padding-bottom: 0;
}
.sub-box .sub-nav a{
  display: block;
  padding: 0 15px 20px 5px;
  font-size: .875em;
  float: left;
  color: #333;
}
.sub-box .arrow-down{
	display: none;
	content: "";
	height: 40px;
	width: 40px;
	background: url(../images/arrow-down.png) no-repeat center center;
	background-size: 24px 24px;
	cursor: pointer;
	float: right;
	margin-right: 4px;
}
.sub-box .arrow-up{
	background: url(../images/arrow-up.png) no-repeat center center;
	background-size: 24px 24px;
}
@media screen and (max-width: 720px){
	.sub-box{
		position: relative;
		margin-top:0;
		background-color: #fff;
	}
	.sub-box .box-title-name{
		border: 0;
	}
	.sub-box .box-title-bg {
	    background-color: #f0f0f0;
	    margin:0;
	    padding: 0 0 0 15px;
	}
	.sub-box .sub-nav{
		display: none;
		position: absolute;
	}
	.sub-box .sub-nav-block{
		display: block;
	}
	.sub-box .arrow-down{
		display: block;
	}
	.sub-box .arrow-up{
		display: block;
	}
	.sub-box .box-content{
		padding: 0 15px 5px 15px;
	}
}
.sub-box .second-title{
	display: none;
}
.sub-box .third-title{
	height:40px;
	font-size: 0.875em;
	line-height: 40px;
	padding: 0 10px;
	margin-left: 8px;
	color: #333;
	display: block;
	float: left;
	font-family: "Microsoft Yahei";
}
.sub-box .third-focus{
	color:#ff7900;
	border-bottom: solid #ff7900 1px;
}
.sub-box .mobile-third-title{
	display: none;
	padding: 10px;
	padding-bottom: 0;
	border-bottom: 1px #ececec solid;
}
.sub-box .mobile-third-title a{
	float: left;
	display: block;
	padding: 0 12px;
	margin: 0 10px 10px 0;
	height: 30px;
	line-height: 30px;
	font-size: .75em;
	border-radius: 15px;
	background-color: #f9f9f9;
	border: 1px #dedede solid;
	color: #333;
}
.sub-box .mobile-third-title .third-focus{
	background-color: #47af34;
	border-color: #47af34;
	color: #fff;
}
@media screen and (max-width: 720px){
	.sub-box .second-title{
		display: block;
	}
	.sub-box .third-title{
		display: none;
	}
	.sub-box .mobile-third-title{
		display: block;
	}
}

/*网上调查样式*/
.box-01.scene{
	margin-bottom: 20px;
}
.box-01.scene .scene-left{
	float:left;
}
.box-01.scene .scene-title-chart{
	float:left;
}
.box-01.scene .scene-title-chart img{
	display:block;
}
.box-01.scene .box-title{
	padding-top:30px;
	padding-left:30px;
}
.box-01.scene .box-content{
	padding:30px;
	font-size:.875em;
	color:#888;
	line-height:30px;
}
.box-01.scene .title-cn{
	font-size:1.5em;
	font-family:"Microsoft Yahei";
}
.box-01.scene .title-en{
	font-family:"Microsoft Yahei";
	color:#808080;
}
.box-01.scene .sub-title{
	color:red;
	background:url(../images/approve.png) 0px 5px no-repeat;
	padding-left: 25px;
	padding-bottom:10px;
}

.box-01.scene .box-content>.sub-content>li{
	border-bottom:1px dashed #ccc;
}

.box-01.scene .box-content>.sub-content>li>a{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:50px;
	display:block;
}

.box-01.scene .box-content>.sub-content>li>em{
	float:right;
	color: #999;
	line-height: 36px;
	display: block;
	font-style: normal;
}

.box-01.scene .box-content>.sub-content>li>a:before{
	content:">";
	margin-right:8px;
}
.box-01.scene .box-content>.sub-content>li{
	line-height:40px;
}
.box-01.scene .box-content>.sub-content>a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #ef6966;
	text-align: center;
	color: #fff;
	font-size: 1.125em;
	font-family: "Microsoft Yahei";
}
.scene-button{
	table-layout:fixed;
	font-family:"Microsoft Yahei";
	width:376px;
	border-collapse:collapse;
}
.scene-button td{
	height:70px;
	line-height:70px;
}
.scene-button a{
	display:block;
	width:100%;
	height:100%;
	background-color:#d1d9db;
	text-align:center;
}
.scene-button a:hover{
	background-color: #ef6966;
	color: #fff;
}
.survey-title{
	line-height:30px;
	font-family: "Microsoft Yahei";
	font-size:1.5em;
	color:green;
}
.survey-content{
	font-size:.875em;
	color:#666;
	line-height:30px;
}
.survey-sub-title{
	font-family: "Microsoft Yahei";
	font-size:1.25em;
	color: #333;	
}
.survey-sub-title-2{
	font-family: "Microsoft Yahei";
	font-size:1.25em;
	color:#333;	
}
.survey-table{
	width: 100%;
	padding-top: 10px;
}
.survey-content tr td li input{
	vertical-align:text-bottom; 
	margin: 0 10px -1px 24px;
}
.survey-content tr td textarea{
	width: 90%;
	height: 80px;
	margin: 5px 25px;
}
.survey-content input[type="submit"]{
	float:left;
	margin-left: 25px;
	background-color: #ef6966;
	width: 100px;
	color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	line-height:40px;
	height:40px;
	font-family: "Microsoft Yahei";
	text-align:center;
	font-size:14px;
}
.survey-content a{
	float:left;
	display:block;
	background-color: #8cc540;
	width: 100px;
	color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	line-height:40px;
	height:40px;
	font-family: "Microsoft Yahei";
	margin-left:20px;
	text-align:center;
	font-size:14px;
}
.survey-head .joiner,.survey-head .status,.survey-head .joiner{
	float: left;
	background: url(../images/v-line.png) right center no-repeat;
	padding-right: 20px;
	font-size:.875em;	
}
.survey-head{
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
}
.survey-table .options {
	width: 100%;
	padding: 8px 0;
	float: left;
	display: block;
}
.survey-table .bars {
	width: 80%;
	margin-left: 20px;
}
.survey-table .bar {
	width: 80%;
	min-width: 100px;
	height: 14px;
	overflow: hidden;
	background-color: #e3e3e3;
	float: left;
	margin: 10px 0;
	margin-right: 10px;
}
.survey-table tr td>div:first-child{
	margin-left: 20px;
}
.survey-table .precent {
	background-color: #f9c171;
	border-right: 1px solid #fff;
	height: 14px;
	width: 0%;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari 和 Chrome */
	-o-transition: width 1s; /* Opera */
}
.survey-table .options,.survey-table .bars{
	float: left;
	font-family: "Arial","Microsoft Yahei";
}
.cf29 {
	color: #f29149;
}
.survey-table .data {
	float: left;
	height: 34px;
	line-height: 34px;
	font-size:1.2em;
}

.survey-description{
	color: #999;
	padding: 15px 0 0 25px;
	line-height: 2.25em;
}

.survey-table .reply_view{
	font-size: .875em;
	color: #669;
	text-decoration: underline;
}

.survey-table .reply_view:HOVER{
	color: #F9C171;
}

.reply_view_list ul li{
	margin: 10px;
}
.box-01.scene .m_page{
	display: none;
}
@media screen and (max-width: 1000px) {
	.box-01.scene .pc_page{
		display: none;
	}
	.box-01.scene .m_page{
		display: table;
	}
	.survey-table .bars {
		width: 100%;
	}
}
.news-content-share {
  float: left;
}
#_ideConac img{
  padding-top:20px;
}
#_span_jiucuo img{
  padding-top:20px;
}
/*网站地图页 start*/
.map-box.content-box {
	font-size: 1em;
}
.map-box>.location {
	font-size: .75em;
	height: 2em;
    margin-top: 10px;
}
.map>li {
    border-top: 1px solid #e8e8e8;
    padding: 10px 5px;
    font-family: "Microsoft Yahei";
    line-height: 2.4em;
}
.map>li:first-child {
    border-top: none;
}
.map>li .wrap {
    padding: 5px 0;
}
.map>li .title {
    display: block;
    color: #333;
    border-left: 8px solid #FF4F4F;
    padding-left: 10px;
    margin: 10px 0;
    line-height: 16px;
}
.map>li .node {
    display: inline-block;
    color: #4095ce;
    font-size: 0.875em;
    line-height: 2em;
    padding-right: 25px;
    margin-left: 19px;
}
.map>li .list {
    line-height: .75em;
    margin-bottom: 5px;
    padding-left: 19px;
}
.map>li .sub-node {
    display: inline-block;
    color: #888;
    font-size: 0.75em;
    line-height: 2em;
    padding-right: 10px;
    font-family: Simsun;
}
.map>li .sub-node:before {
    content: ">";
    font-family: Simsun;
    padding-right: 5px;
}
.map a:hover {
    color: #ff7900;
}
/*网站地图页end*/
