/*common*/
body{
	background-color: #fff;
	font-family: 'Microsoft YaHei','Helvetica Neue',Helvetica,Roboto,STHeiTi,Arial,sans-serif;
}
a{
	color: #333;
}
a:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active{
	opacity: .8;
}
.text-small{
	font-size: 14px;
}
.text-mini{
	font-size: 12px;
}
.text-large{
	font-size: 18px;
}
.text-middle{
	font-size:16px;
}
.view-body-color{
	background-color:#F4F4F4;
}
.box-clear:after{
	content: '';
	display: block;
	widows: 100%;
	clear: both;
}
.hide{
	display:none;
}

/*page*/
.index-bar{
	height: 46px;
	overflow: hidden;
	display: block;
	background: #3B619F url(logo.png) no-repeat center center;
	background-size: auto 100%;
	line-height: 99;
}
.nav{
	line-height: 2em;
	padding: 5px 0;
	margin: 0;
}
.nav-dot {
	position: relative;
	border-bottom: #ddd solid 1px;
	background-color: #fff;
	display: none;
	margin-left: 0!important;
	margin-right: 0!important;
}
.nav-dot:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	transform: rotate(45deg);
	top: -5px;
	z-index: 99;
	right: 15px;
	/*box-shadow: -1px -1px 0 #3E86CE;*/
}
.nav-dot a{
	color: #c0171a;
	font-weight: 700;
}
.nav-breadcrumb {
	text-align: left;
	overflow: hidden;
	height: 45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	/*margin-right: 40px;*/
}
.nav-breadcrumb a {
	display: inline-block;
	padding: 0 1em 0 0.5em;
	position: relative;
}
.nav-breadcrumb a:before, .nav-breadcrumb a:after{
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	border-top: #1981D8 solid 1px;
	background-color: #3CB8EC;
}
.nav-breadcrumb a:before {
	top: 5px;
	right: -15px;
	transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	-moz-transform: rotate(65deg);
	-webkit-transform: rotate(65deg);
	-o-transform: rotate(65deg);
}
.nav-breadcrumb a:after {
	top: 40px;
	right: -15px;
	transform: rotate(115deg);
	-ms-transform: rotate(115deg);
	-moz-transform: rotate(115deg);
	-webkit-transform: rotate(115deg);
	-o-transform: rotate(115deg);
}
.nav-breadcrumb a:last-child:before, .nav-breadcrumb a:last-child:after{
	display: none;
}
.nav-sub > div > a{
	display: block;
	background-color: #3CB8EC;
	color: #fff;
	margin: 5px;
}
.nav-sub > div.active a{
	background-color: #226FBB;
}
.nav-wrapper{
	line-height: 30px;

}
.nav-wrapper::-webkit-scrollbar{
	display: none;
}
.nav-wrapper > div{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

.list-submenu{
	position:relative;
}

.submenu_icon {
    position: absolute;
    line-height: 42px;
    width: 20px;
    top:0;
}
.submenu_icon_left{
	left:5px;
}
.submenu_icon_right{
	right:5px;
}
.nav-wrapper-list{
	white-space: nowrap;
	overflow-y:hidden;
	overflow-x:scroll;
	height:53px;
	line-height:35px;
	margin:0 25px; 
}
.nav-wrapper-list >div a{
	padding:8px;
}
.nav-wrapper-list > div.active{
	background-color: #3B619F;
	position:relative;
}
.nav-wrapper-list > div.active a{
	color:#fff;
}
.nav-wrapper-list >div.active a:before{
	position: absolute;
	content:'';
	top: 35px;
	z-index: 9999;
	left: 40%;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom:11px solid #fff;
}
.nav-wrapper-list > div.active a:after {
    position: absolute;
    content: '';
    top: 35px;
    z-index: 999;
    left: 40%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #666;
}
.list-threemenu{
	height:50px;
	margin-top: -1px;
}
.list-threemenu_nav{
	white-space:nowrap;
	overflow-y:hidden;
	overflow-x:scroll;
	-webkit-overflow-scrolling:touch;
	height:35px;
	background-color: #fff;
	line-height: 32px;
	margin:0 10px;
	border:1px solid #E0DFE2;
	border-radius:20px;
	padding: 0 10px;

}
.list-threemenu .list-threemenu_nav a{
	padding: 0 8px;
	color:#3B619F;
}
.list-threemenu .list-threemenu_nav >div.active a{
	font-weight: 700;

}


.focus {
	position: relative;
	overflow: hidden;
	display: block;
	line-height: 0;
}
.focus span{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	font-size: 14px;
	text-align: center;
	color: #fff;
	height: 36px;
	line-height: 36px;
	background-color: rgba(0,0,0,.5);
/* 	text-align:left;
padding-left:10px; */
}
.list-header{
	height: 38px;
	position: relative;
	/*background-color: #dfdfdf;*/
}
.list-header:after{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #C0171A;
}
.list-header a{
	font-size: 18px;
    margin-left: 15px;
    padding: 0 18px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    position: relative;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    background-color: #c0171a;
}
.btn-more{
	display: block;
}
.btn-more {
	display: block;
	background-color: #eee;
	margin: 0 15px;
	text-align: center;
	color: #999;
	line-height: 2em;
	height: 2em;
	border-radius: 2em;
}
.btn-info{
	display: block;
	background-color: #3CB8EC;
	background-image: -moz-linear-gradient(top,#53CBF0,#1981D8);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#53CBF0),to(#1981D8));
	background-image: -webkit-linear-gradient(top,#53CBF0,#1981D8);
	background-image: -o-linear-gradient(top,#53CBF0,#1981D8);
	background-image: linear-gradient(to bottom,#53CBF0,#1981D8);
	color: #fff;
	margin: 0 15px;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 2em;
}
footer {
    font-size: 12px;
    border-top: #ddd solid 1px;
    padding: 1em 0.5em;
    text-align: center;
    color: #999;
    line-height: 2;
    margin-top: 30px;
    background-color: #fff;
}
.topbtn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	display: none;
	-webkit-transition: all .5s
}
.topbtn > i{
	font-size: 22px;
}

.page{
	height: 50px;
}
.page a {
	padding: 0 30px;
}
.page a.active{
	background-color: #3B619F;
	color: #fff;
}
.view {
    margin: 15px;
}
.view .title {
    font-weight: bold;
    color:#3B619F;
    text-align: center;
}
.view .meta {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    height: 40px;
    text-align: center;
}
.view .meta span{
	/*float: left;
	margin-right: 10px;*/
}
.view .meta .fontsize{
	float: right;
	margin-right: 0;
}
.view .meta .fontsize em{
	margin-left: 3px;
}
.view .meta .fontsize i{
	font-size: 14px;
}
.view .content, .content p {
	font-size: 16px!important;
	line-height: 2;
}
.view .content img{
	max-width: 100%;
	display: block;
	margin:0 auto;
}
.view .fontlarge, .fontlarge p{
	font-size: 18px!important;
}

.nav-block-link{
	margin: 30px 15px 15px;
}
.nav-block-link a{
	margin-bottom: 20px;
	padding: 10px 0;
}
.list-has-image .aui-img-object {
    max-width: 99px!important;
    width: 99px!important;
}
.view-bar-left{
	width:10%;
}
.aui-bar-middle{
	width:80%;
	text-align:center;
	float: left;
}

.lists-nav-color{
	background-color: #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height:45px;
    line-height: 38px;
}
.lists-nav-color >div{
	width:24%;
}
.lists-nav-color >div >a{
	color:#c0171a;
	font-weight: 700;
}
.lists-nav-color >div >a{
	padding:0;
	color:666;
}
.list-show{
	background-color: #F4F4F4;
}
.btn-previous {
    color: #999;
    background-color: #fff;
}
.view-nav{
	height:40px;
	white-space:nowrap;
	overflow-x:scroll;
	overflow-y:hidden;
	-webkit-overflow-scrolling:touch;
	border-left: 8px solid #fff;
    border-right: 8px solid #fff;
    height: 45px;
    line-height: 38px;
}
.view-nav > div{
	width:24%;
}

.server{
	margin:0 15px;
}
.server >div{
	margin-right:5px;
}
.server >div>a{
	padding:4px 10px;
	line-height: 40px;
}
.server >div>a.active{
	background-color: #4081D1;
	color:#fff;
}
.sidebar_service{
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.service .sidebar_service li{
	float:left;
	width:33.3%;
	text-align: center;
	margin:5px 0;
}
.sidebar_service:after{
	content: '';
	display: block;
	clear: both;
} 
.service .department_service li{
	float:left;
	width:50%;
	margin:5px 0;
}
.department_service:after{
	content: '';
	display: block;
	clear: both;
} 


.sidebar{
	margin:0;
	color:white;
	background-color:#4081D1;
	width:70%;
	height:100%;
	top:0;
	right:-70%;
	position:absolute;
	z-index:9999;
	box-shadow: -3px 0px 7px #4081D1;

}
.sidebar ul{
	width:100%;
	padding:0.5em 0;
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	height:91%;
	position:absolute;
}
.sidebar li{
	margin:0.7em 1em;
	padding:0.3em 0.5em;
	line-height:25px;
	background-color:#fff;
	border-radius:5px;
}
.sidebar a{
	color:#333;
	display: block;
}
.sidebar div{
	text-align: center;
	height:45px;
	font-size:16px;
	line-height: 45px;
	box-shadow: -1px 0px 3px #ccc;
}

.view_bg{
	background-color: #000;
	opacity: 0.5;
	height:100%;
	width:100%;
	z-index:9999;
	position:absolute;
	top:0;
}
.ind-nav{
	background-color: #fff;
	border-left:8px solid #FFF;
	border-right:8px solid #FFF;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	font-weight: 700;
	height: 45px;
    line-height: 38px;
}
.ind-nav > div{
	width:24%;
}
.ind-nav > div > a{
	color:#C0171A;
}
.cont-p p{
	font-size:16px;
	color:#333;
}



/*农业普查专栏*/
.bg_color{
	background-color: #efefef;
}
.etc{
	background:#fff url(logo4.png) no-repeat center center;
	height: 62px;
}
.et-nav{
	background-color: #64a852;
	border-left:8px solid #64a852;
	border-right:8px solid #64a852;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	height: 45px;
	line-height: 38px;
}
.et-nav > div{
	/*padding:0 10px;*/
	width:24%;
}
.et-nav > div > a{
	color:#fff;
}
.et-header{
	border-bottom:2px solid #64a852;
	height: 38px;
    position: relative;
}
.et-header > a{
	font-size: 18px;
    margin-left: 15px;
    padding: 0 18px;
    font-weight: 600;
    display: inline-block;
    color: #666;
    position: relative;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    background-color: #64a852;
    color:#fff;
}
.et-btn-more{
	display: block;
    background-color: #eeeeee;
    margin: 0 15px;
    text-align: center;
    line-height: 2em;
    height: 2em;
    border-radius: 2em;
}
.agro-head{
	background-color:#64a852;
}
.agro-nav{
	background-color: #fff;
	border-color: #fff;
}
.agro-nav >div a{
	color: #64a852;
	font-weight: 700;
}
.view-body-color .page .agro-btn-next{
	background-color: #64a852;
}
/*农业普查专栏结束*/

/*微信公众号*/
.intro-nav > div > a{
/*	color:#3B619F;*/
} 
.weixin{
	height: 50px;
	line-height: 50px;
	background:#F4F4F4 url(app01.png) 12px no-repeat;
	padding-left: 50px;
}
.wx-code{
	padding: 5px;
	margin:0 auto;
}
.wx-code img{
	width: 100%;
}
.wx-text{
	width: 90%;
	margin:0 auto;
}
.wx-text p{
	font-size:1.25em;
	text-indent: 2em;
}
.data-head{
	height: 50px;
	line-height: 50px;
	background:#F4F4F4 url(app-t2.jpg) 10px no-repeat;
	padding-left: 43px;
}
.data-app{
	width:95%;
	margin: 0 auto;
}
.data-app img{
	width: 100%;
}
.data-left{
	display: table-cell;
	width: 50%;
	padding: 5px;
	float:left;
}
.data-right{
	display: table-cell;
	width: 50%;
	padding:5px;
}
.data-text{
	width:90%;
	margin:0 auto;
}
.data-text p{
	text-indent: 2em;
	font-size:1.25em;
}
/*微信公众号结束*/

/*网友留言*/
.tj-nav-ad > div a{
	/*color:#3B619F;*/
}
.rf-advice{
	background-color:#DFECF3;
	padding:20px 10px;
	border-radius: 5px;
	padding-bottom: 35px;
}
.rf-advice input{
	background-color: #f4f4f4;
	border:1px solid #bbc1c5;
}
.rf-advice .advice-con{
	height:150px;
	padding: 10px;
	color:#B0B0B0;
	background-color: #f4f4f4;
}
.submit-li{
	text-align: center;
}
.submit-li .rf-submit{
	width:35%;
	color:#fff;
	background-color: #3B619F;
	border-radius: 5px;
	height:40px;
	line-height: 40px;
}
.submit-li .ad-reset{
	margin-right:5px;
}
.advice-span{
	height:35px;
	line-height: 35px;
	display: block;
	font-size:16px;
	padding-left:10px;
}
.advice-pub{
	padding: 7px 17px;
    background-color: #F4F4F4;
    border: 1px solid #bbc1c5;
}
.pub-can{
	padding-right:20px;
}
.pub-lab{
	height:35px;
}
/*网友留言结束*/