@charset "gb2312";
/************************************
Last Updated: 2017-05-03
Author: bin.ouyang@chinacreator.com
*************************************/
body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
	padding: 0;
	list-style: none;
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}


header,
section,
footer {
	display: block;
	margin: 0;
	padding: 0
}

/*全局样式*/

a {
	color: #4d4d4d;
	text-decoration: none;
	outline: none;
}

.label-block {
	width: 100%;
	display: block;
}

a:hover,
a:active {
	text-decoration: none;
}

.blank10 {
	height: 10px;
	display: block;
}

.page {
	max-width: 750px;
	margin: 0 auto;
	background: #e6ecf2;
}

.content {
	margin-bottom: 10px;
}

.logo {
	background: #3764c7;
	padding: .1rem 0;
	position: relative;
	height: 100%;
}
.logo div {
	position: relative;
}

.logo div img{
   height:.36rem
}

.logo span {
	text-align: center;
	width: .22rem;
	height: .22rem;
	position: absolute;
	cursor: pointer;
}

.logo span.pull-left {
	top: 15%;
	left: .15rem;
}

.logo span.pull-right {
	top: 35%;
	right: .15rem;
}

.logo span i {
	color: #fff;
	font-size: .21rem;
	display: inline-block;
	cursor: pointer;
}

#nav {
	text-align: center;
	padding: .07rem .3rem .1rem;
	background: #fff;

}

#nav .row>div {
	border-right: #4c4c4c solid 1px;
	margin: .07rem 0;
	line-height: .1em;
	padding: 0px .05rem;
	min-width: 25%;

}

#nav .row>div.col-xs-3{
		width: auto;
}

#nav .row>div:first-child {
	border-left: #4c4c4c solid 1px;
}

#nav .row a {
	line-height: 1em;
	height: 1em;
	display: inline-block;
	outline: none;
	color: #333333;
	text-decoration: none;
	font-size: .16rem;
	white-space: nowrap;
	font-weight: 400;
}

#nav .list-row .col-xs-3:nth-child(5){
	border-left: #4c4c4c solid 1px;
}

#nav .row a.active {
	color: #e61717;
        font-weight: 500;
}

/*焦点图*/
.focus {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.focus .hd {
	position: absolute;
	height: .28rem;
	line-height: .28rem;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.focus .hd li {
	display: inline-block;
	width: .08rem;
	height: .08rem;
	border-radius: .04rem;
	text-indent: -9999px;
	border: #fff solid 1px;
	overflow: hidden;
	margin: 0 .05rem;
}

.focus .hd li.on {
	background: #e61717;
	border-color: #e61717;
	width: .2rem;
}

.focus .bd {
	position: relative;
	z-index: 0;
}

.focus .bd li {
	position: relative;
}

.focus .bd li img {
	width: 100%;
	height: auto;
	display: block;
	max-height: 3.0rem
}

.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}

.focus .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size:.16rem;
	text-indent: .1rem;
	height: .28rem;
	line-height: .28rem;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	margin-bottom: 0px
}


/*大按钮导航*/
.big-nav {
	padding: 15px 15px 5px 15px;
	text-align: center;
	background: #fff;
}
.big-nav li{ float:left; font-size:.14rem; width:20%;}
.big-nav li p{ padding-top:.1rem;white-space: nowrap;}
.big-nav li img{ width: .40rem; vertical-align: middle;}

.tabBox {
	background: #f7f9fc;
	border-bottom: 1px solid #e1e3e6;
}

.tabBox .hd {
	padding: 0px .07rem;
	border-bottom: 1px solid #3764c7;
}

.tabBox .hd ul {
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}

.tabBox .hd ul li {
	height: .4rem;
	line-height: .4rem;
	float: left;
	color: #515151;
	text-align: center;
	position: relative;
}

.tabBox .hd ul li a {
	font-size: .18rem;
	padding: 0px 10px;
	white-space: nowrap;
	color: #808080;
	font-weight: 600;
	display: block;
}
.tabBox .hd ul li a:hover {
	text-decoration:none;
}

.tabBox .hd ul>span {
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.tabBox .hd ul>span a {
	background: url(../img/more.png) center no-repeat;
	line-height: .4rem;
	width: 20px;
	display: block;
}

.tabBox .hd ul .on {
	border-bottom: 2px solid #3764c7;
}

.tabBox .hd ul .on a {
	color: #3764c7;
	/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}

.tabBox .bd {
	background: #fff;
}

.tabBox .bd ul {
	padding: 5px 7px 0px;
}

.tabBox .bd li {}

.tabBox .bd a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tabBox .bd li a {
	color: #474747;
	font-size: 1em;
	padding: 0 2px;
}

/*新闻列表*/
.hot-row {
	overflow: hidden;
}

.hot-row>img {
	height: 40px
}

.hot-row .tit {
	background: #f7f9fc;
	border-bottom: 1px solid #3764c7;
	position: relative;
}

.hot-row .tit h1 {
	height: .4rem;
	line-height: .4rem;
	color: #515151;
	display: inline-block;
	font-size: .18rem;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px;
	color: #3764c7;
	border-bottom: 2px solid #3764c7;
	position: relative;
font-weight:600
}
.hot-row .tit h1  a:hover{
	text-decoration:none;
}

.hot-row .tit img {
	height: 40px;
}

.hot-row .tit>span {
	cursor: pointer;
}

.hot-row .tit>span.more {
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.hot-row .tit>span.more a {
	background: url(../img/more.png) center no-repeat;
	line-height: .4rem;
	width: 20px;
	display: block;
}

.hot-row .tit>span.pull-right {
	padding-top: 5px;
	padding-right: 15px
}

.hot-con {
	padding: 5px 7px 0px 5px;
	background: #fff;
}

.hot-con .commonList_dot li{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	clear:both;
}

.hot-con .commonList_dot li span{
	margin-left:30px;
color:#666
}
.commonList_dot li span.dd{
	margin-left:0px;
    float: right;
	color:#999;
}
.commonList_dot {
	margin-bottom: 0px;
}

.commonList_dot li {
	line-height: 35px;
	border-bottom: #ebebeb solid 1px;
	background: url(../img/li_dot.png) 3px 13px no-repeat;
	padding-left: 20px;
	font-size:.16rem;
}

.commonList_dot li  a{
	color: #474747;
}
.commonList_dot li.nowrap {	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
}

.commonList_dot li span.date{	
	color: #999;
	white-space: nowrap;
}

.commonList_dot li:last-child {
	border-bottom: none;	
}

/*上下*/
.commonList_dot li.top-img {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none !important;
	display: inline-block;
	line-height: 1em;
	border: none;
	padding-top: 10px;
	width: 49%;
	display: inline;
	height: auto;
	float: left;
	position: relative;
	clear:none;
}
.commonList_dot li.top-img:nth-child(1){ margin-right: .04rem;}
.commonList_dot li.top-img:nth-child(2){ margin-left:.04rem;}

.commonList_dot .top-img a.lb{
	padding: 0px !important;
	margin: 0px　!important;
	position: relative;
	display: block;
	
}

.commonList_dot .top-img a img {
	width: 100%;
	height: 1.1rem;
}

.commonList_dot .top-img  p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 18px;
	background: rgba(0,0,0,.6);
	color: #fff;
	padding: 3px 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin-bottom: 0px;
	
}

.commonList_dot .top-img  p a{color: #fff;}
/*左右*/

.commonList_dot .t {
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 7px;
	background: none;
	padding-left: 5px;
}

.commonList_dot .t:last-child{
	margin-bottom: 0px;
}

.commonList_dot .t .pic {
	width: 30%;
	float: left;
	display: block;
	background: #eee;
	min-height: 60px
}

.commonList_dot .t .pic img {
	width: 100%;
	height: 19vw;
}

.commonList_dot .t .con {
	margin-left: 33%;
	line-height: 20px;
}

.commonList_dot .t .con a{
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 30px;
}

.commonList_dot .t .con p {
	font-size: 12px;
	color: #999;
}

/*专题*/
.banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.banner .hd {
	width: 100%;
	height: .05rem;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.banner .hd ul {
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	height: .05rem;
	background-color: rgba(51, 51, 51, 0.5);
}

.banner .hd ul li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.banner .hd ul .on {
	background: #e61717;
}

.banner .bd {
	position: relative;
	z-index: 0;
}

.banner .bd li {}

.banner .bd li img {
	width: 100%;
	height: auto;
	
	overflow: hidden;
}

.banner .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
	display: block;
	/* 取消链接高亮 */
}
.banner .bd li a .title{
	background: rgba(0,0,0,.4);
	line-height: .28rem;
	font-size: .14rem;
	color: #fff;
	margin-bottom: 0px;
	padding: .03rem .1rem;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
/*病虫信息*/
.data-con .row{
    margin-right: -7px;
    margin-left: -7px;
    height:41px;
    overflow:hidden
}

 .data-con .row div{
    padding-right: 3.5px;
    padding-left: 3.5px;
    margin-top:7px
}

.data-con select.form-control{
	padding:.06rem;
	font-size:.14rem;
}

.data-con .d-tit{
	margin-bottom: -20px;
}

.data-con .d-tit h4{
	margin-bottom: 0px;
}


.leader-con ul li {
	margin: 5px 1%;
	padding: 5px 5px;
	width: 18%;
	float: left;
	background: #eee;
	border: #bbb solid 1px;
	border-radius: 4px;
}

.leader-con ul li img {
	width: 100%;
	margin-bottom: 10px;
}

.leader-con ul li p {
	line-height: 1.2em;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hot-echart {
	background: #fff;
padding: .2rem .1rem 0 .1rem;
}

.hot-echart #echarts {
	width: 100%;
	height: auto;
}
/*站内搜索*/
.hot_search {
	background-color: #fff !important;
	background: url(../img/ztbg.png) top center repeat;
	padding: .2rem .12rem;
	border-top: #EBEBEB solid 1px;
}
.hot_search .lb{ font-size:.18rem; line-height:.34rem;padding-right: 3.5px;padding-left: 3.5px;}
.hot_search .input-radio{
	position: relative;
	overflow: hidden;
}
.hot_search .input-radio .form-control{
	background: #fff;
	border: 1px solid #3764c7;
	border-radius: 34px;
}

.hot_search .input-radio .icon-btn{
	position: absolute;
	right: 0px;
	top: 0px;
	
}

.hot_search .input-radio .icon-btn button{
	border: none;
	background: transparent;
	color: #3864c7;
}

/*知识查询*/
.icon-list li{ width:20%; float:left;background:url(../img/icon_list_zbbg.png) center 4px no-repeat; background-size:90%; padding:0 5px; text-align:center;font-size:.14rem;}
.icon-list li a{ font-size:.14rem; color:#3273c6; text-align:center;}
.icon-list li img{ width: .74rem; margin-bottom:.16rem; vertical-align: middle;}

/*返回顶部*/
.top{ position: fixed; bottom: .15rem; right: .15rem; display: none;}
.top img { width: .48rem; height: auto;}

/*翻页*/
.pagination>li>a{ font-size:.16rem;}
/*底部*/
.footer {
	background: #1b4282;
	margin-top: 0px;
}

.footer div {
	line-height: .35rem;
}

.footer div.copyRight { color:#fff; font-size:.14rem; display:block; border-top:1px solid #fff; text-align:center; margin:0 15px;}

.footer span {
	color: #fff;
	font-size:.14rem;
}
.footer span a{ color:#fff;}
.container1 {margin:0 auto; text-align:center; max-width:750px;}


.a11,.a22 {background: #337ab7; color: #ffffff;font-size:.14rem; text-align: center; border-radius: 5px; display: block; margin: 10px;}
