.container{
  width: 1200px;
  margin:auto;
}
.item-equal-box{
  width: 48%;
}
.equal-box-title{
  position: relative;
}
.title-tag{
  width: 144px;
  height: 44px;
  background: url('../images/tbg.png') no-repeat;
  background-size: 200% 100%;display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  text-indent: 25px;
  letter-spacing: 1px;
}
.long-tag{
  min-width:210px;
  display:inline-block;
}
.line-long{
  display: inline-block;
  vertical-align: bottom;
  width: 75%;
  min-width: 725px;
}
.line-long img{
  width: 105%;
}
.title-tag-line{
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.title-tag-line::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  bottom: 6px;
  left: 4px;
  z-index: -1;
}
.more-info{
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  color: #525252;
}
/*县域访谈*/
.interview-list li{
  min-width: 570px;
  max-width: 660px;
  height: 155px;
  overflow: hidden;
}
.interview-list li a{
  display: block;
}
.interview-list li:first-child{
  border-bottom: 1px dashed #bab9b9;
  padding-bottom: 10px;
}
.interview-list-img{
  display: inline-block;
  width: 200px;
  height: 140px;
  margin-top: 10px;
  overflow: hidden;
}
.interview-list-img img{
  width: 100%;
}
.interview-des-title{
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f0982c;
}
.interview-list-des{
  display: inline-block;
  width: 57%;
  margin-left: 6%;
  margin-top: 10px;
  vertical-align: top;
}
.interview-des-content{
  margin-top: 10px;
  max-height: 98px;
  overflow: hidden;
  font-size: 14px;
}
.interview-des-content a{
  color: #323232;
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: justify;
}
/*创建亮点*/
.highlights{
  margin-top: 10px;
}
.lights-btn li{
  background: #ebebeb;
  color: #5e5e5e;
  text-align: center;
  font-size: 19px;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 20px 43px;
}
.lights-btn li.active{
  background: #5cb5f9;
  color: #fff;
}
.show-news{
  width: 340px;
  margin-left: 15px;
}
.show-img {
  width: 340px;
  height: 140px;
  overflow: hidden;
}
.show-img img{
  display: none;
  cursor: pointer;
}
.show-des{
  width: 340px;
  margin-top: 10px;
  max-height: 130px;
  overflow: hidden;
}
.show-des a{
  color: #323232;
  font-size: 14px;
  line-height: 22px;
  display: none;
}
/*溯源查询*/
.tab-content{
  padding:20px;
  height: 100%;
  position: relative;
}
.resource-tab-btn{
  float: left;
  width: 16%;
  border-right: 1px solid #e5e5e5;
  height: 100%;
  opacity: 0;
}
.resource-tab-btn ul{
  height: 100%;
}
.resource-tab-btn ul li{
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  height: 33.33%;
}
.resource-tab-btn ul li:last-child{
  border-bottom: 0;
}
.resource-tab-nav{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top:-43px;
  width: 80px;
}
.resource-tab-btn ul li i{
  display: block;
  width: 50px;
  height: 50px;
  background: url('../images/icon.png') no-repeat;
  margin: 0 auto 10px;
}
.resource-tab-btn ul li .trace-query i{
  background-position: 0px -48px;
}
.resource-tab-btn ul li.active .trace-query i{
  background-position: 0px 2px;
}
.resource-tab-btn ul li .credit-ranking i{
   background-position: 0px -336px;
  
}
.resource-tab-btn ul li.active .credit-ranking i{
   background-position: 0px -288px;
}
.resource-tab-btn ul li .trace-gift i{
  background-position: 0px -144px;
}
.resource-tab-btn ul li.active .trace-gift i{
  background-position: 0px -94px;
}
.resource-tab-btn ul li:nth-child(3) i{
  background-position: 0px -242px;
}
.resource-tab-btn ul li.active .product-recommend i{
  background-position: 0px -192px;
}
.resource-tab-btn ul li span{
  font-size: 20px;
  color: #868686;
}
.resource-tab-btn ul li.active span{
  color: #0166b5;
  font-weight: bold;
}
.resource-tab-show{
  width: 83.9%;
  min-height: 600px;
  float: left;
  display: none;
  position: relative;
  height: 100%;
}
.resource-tab-login li{
  float: left;
  border: 1px solid #e5e5e5;
  width: 23%;
  margin-right: 2.3%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.resource-tab-login li:last-child{
  margin-right: 0;
  float: right;
}
.resource-tab-login li i{
  display: block;
  width: 60px;
  height: 60px;
  margin:auto;
  background: url('../images/icons.png') no-repeat;
  margin-bottom: 10px;
}
.resource-tab-login li:nth-child(1) i{
  background-position: -3px -60px;
}
.resource-tab-login li:nth-child(1) span{
  color: #5ccc9a;
}
.resource-tab-login li:nth-child(2) i{
  background-position: -3px -192px;
}
.resource-tab-login li:nth-child(2) span{
  color: #f3aa4b;
}
.resource-tab-login li:nth-child(3) i{
  background-position: -3px -132px;
}
.resource-tab-login li:nth-child(3) span{
  color: #66afe6;
}
.resource-tab-login li:nth-child(4) i{
  background-position: -3px -0px;
}
.resource-tab-login li:nth-child(4) span{
  color: #99adf2;
}
.resource-search{
  border: 1px solid #e5e5e5;
  margin-top: 2.5%;
  padding: 6.5% 2%;
  background: url('../images/sh.jpg')no-repeat;
  background-position-x: 200px;
  background-position-y: 10px;
}
.search-input-group{
  width: 80%;
  text-align: right;
  margin-bottom: 15px;
  position: relative;
}
.search-input-group span{
  margin-right: 10px;
  color: #323232;
}
.search-input-group input{
  width: 70%;
  border: 1px solid #e5e5e5;
  height: 20px;
  padding: 3px;
}
.search-entrance{
  width: 48%;
  vertical-align: top;
}
.resource-news{
  width: 42%;
  vertical-align: top;
  margin-right: 3%;
  padding-top: 3%;
}

.search-entrance-title{
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 40px;
}
.search-entrance-btn{
  margin-top: 30px;
  width: 80%;
  text-align: right;
}
.search-entrance-btn a{
  display: inline-block;
  width: 34%;
  background: #40a3e7;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}
.search-entrance-btn a:last-child{
  margin-left: 3%;
}
.resource-link{
  margin-top: 4%;
}
.resource-link ul li{
  float: left;
}

.resource-news-title{
  font-size: 20px;
  text-align: center;
  color: #323232;
}
.resource-news-content{
  margin-top: 20px;
  font-size: 14px;
  color: #323232;
  text-align: justify;
  line-height: 22px;
}
.resource-link-title{
  margin-left: 35px;
  position: relative;
  margin-bottom: 20px;
  color: #323232;
  font-size: 18px;
}
.resource-link-title span::before{
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: -35px;
  width: 30px;
  height: 30px;
  background: url('../images/icons.png') no-repeat;
  background-position: -9px -435px;
}
.resource-link ul li{
  width: 16.6%;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resource-link ul li a{
  color: #838383;
}
.resource-link ul li a:hover{
  color: #5cb5f9;
}
/*企业巡礼*/
.map-main{
  width: 80%;
  height: 80%;
  background: #ddd;
}
.map-detail{
  width: 32%;
  height: 70%;
  border: 1px solid #dddddd;
  position: absolute;
  right: 5%;
  top: 13%;
  padding: 20px 0;
  display: none;
}

.map-detail ul li{
  padding-left: 15%;
  position: relative;
  margin-bottom: 11%;
}
.map-detail ul li::before{
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #c8c8c8;
  position: absolute;
  left: 8%;
  top: 20px;
}
.map-detail ul li::after{
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background: #c8c8c8;
  position: absolute;
  left: 8%;
  top: 20px;
}
.map-detail ul li:last-child::after{
  content: '';
  background: #fff;
  height: 30px;
  top: 21px;
}
.map-detail ul li .detail-logo{
  display: inline-block;
  width: 47px;
  height: 47px;
  overflow: hidden;
}
.map-detail ul li .detail-logo img{
  width: 100%;
  vertical-align: bottom;
}
.map-detail ul li .detail-des{
  position: absolute;
  left: 115px;
  top: 0px;
}
.map-detail ul li .detail-des .detail-des-title{
  font-weight: bold;
}
.map-detail ul li .detail-des .detail-des-from{
  margin-top: 10px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 205px;
}
.crop-des{
  width: 340px;
  position: absolute;
  border: 1px solid #e5e5e5;
  box-shadow: 3px 3px 3px #d0d0d0;
  background: #fff;
  color: #424242;
  padding:20px 40px 20px 20px;
  font-size: 14px;
  line-height: 20px;
}
.crop-des::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -8px;
  width: 36px;
  height: 31px;
  background: url('../images/crop_des_arrow.png') no-repeat;
  background-position: 100% 100%;
}
/*产品推荐*/
.recommendation-list-nav{
  position: absolute;
  top: 0;
  left: 0px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.recommendation-list-nav li{
  float: left;
  padding: 20px;
  cursor: pointer;
  color: #323232;
}
.recommendation-list-nav li.active{
  color: #1691ee;
  position: relative;
}
.recommendation-list-nav li.active::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #1691ee;
  left: 0px;
  bottom: 0px;
}
.recommendation-show{
  display: none;
  margin-top: 62px;
}
.recommendation-show li{
  width: 25%;
  float: left;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
}
.product-img{
  padding:20px;
  text-align: center;
  position: relative;
}
.product-img-opacity{
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  width: 89%;
  height: 54px;
  bottom: 20px;
  left: 6.5%;
  color: #fff;
  padding-top: 10px
}
/*农安讲堂*/
.title-nav{
  display: inline-block;
}
.title-nav ul li{
  float: left;
  margin: 0 15px;
  cursor: pointer;
  padding: 0 10px;
}
.title-nav ul li.active{
  color: #178bee;
  position: relative;
}
.title-nav ul li.active::after{
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  display: block;
  bottom: -11px;
  left: 0px;
  background: #188eee;
}
/*日程安排*/
.icon-play{
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.icon-play img{
  vertical-align: bottom;
}
.Schedule > span.schedule-time{
  float: right;
  padding-left: 10px;
}
.schedule-detail .schedule-detail-img{
  width: 920px;
  height: 330px;
  overflow: hidden;
  margin-left: 5px;
}
.schedule-detail-des{
  width: 910px;
  padding: 10px 5px 0;
  height: 108px;
  overflow: hidden;
  text-align: justify;
}
.play-name{
  padding-left: 10px;
  padding-right: 10px;
}
.course-content{
  display: none;
  margin-top: 15px;
}
.course-content .ad{
  min-width: 220px;
  width:20%;
}
.course-content .ad img{
  width: 100%;
}
.video-list{
  width: 78%;
}
.video-list ul li{
  width: 23%;
  float: left;
  margin-right: 2.5%;
  cursor: pointer;
  height: 222px;
}
.video-list ul li:nth-child(4n){
  margin-right: 0;
}
.video-list ul li:nth-child(5),
.video-list ul li:nth-child(6),
.video-list ul li:nth-child(7),
.video-list ul li:nth-child(8){
  margin-bottom: 0;
}
.video-img{
  position: relative;
}
.video-img>img{
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.btn-play{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.video-des{
  margin-top: 5px;
}
.video-des{
  color: #323232;
  font-size: 15px;
  text-align: justify;
  max-height: 40px;
  overflow: hidden;
  /*text-overflow:ellipsis;*/
}
/*友情链接*/
.link-list{
  margin-top: 20px;
}
.link-list ul li{
  display: inline-block;
  margin-bottom: 25px;
  width: 33%;

}
.link-list ul li a{
  cursor: pointer;
  font-size: 15px;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.link-list ul li:nth-child(6n){
  margin-right: 0;
}
.link-list ul li a{
  display: block;
}
.link-list ul li a img{
  width: 100%;
  vertical-align: bottom;
}
/*优酷视频播放器*/
.videoplayer {display: none;border: none; position:fixed !important;  padding:1px;top: 50%;left: 50%;z-index:6; margin: auto;margin-top: -280px;margin-left: -400px;height: 582px;overflow: hidden;}
/*.videoplayer {display: none;height: auto;border: none; position:fixed !important;  padding:1px;z-index:6; left: 50%;top: 50%;margin-left: -44%;margin-top: -32.5%;}*/

.videoplayer h1 {
  background-color: #f5f5f5;
  margin: 0;
  width: 100%;
  text-align: left;
  height: 55px;
  line-height: 50px;
  font-size: 18px;
  padding-left: 20px;
  background: #f5f5f5;
}
.fullbg{
  background-color:gray;
  left:0;
  opacity:0.5;
  position:absolute;
  top:0;
  z-index:3;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity:0.5;
}
.closeBtn {
  background: url(../images/X.png) no-repeat;
  color: #000;
  border-radius: 12px;
  line-height: 25px;
  text-align: center;
  height: 25px;
  width: 25px;
  font-size: 18px;
  padding: 1px;
  position: absolute;
  top: 15px;
  right: 10px;
  background-size: 100% 100%;
}
.closeBtn:hover {
  cursor: pointer;
  color: #fff;
}
/**/
.masklayer {
	display:none;
	height: 100%;
	width: 100%;
	z-index: 1110;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #999;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.popLogin{
    display:none;position:fixed;left:0;top:0;right:0;bottom:0;width:425px;height:365px;
    margin: auto;z-index: 1200;background: #fff;border-radius: 8px;
    *left: 50%;
    *top: 50%;
    *margin-top: -122.5px;    /* 高度的一半 */
    *margin-left: -135px;    /* 宽度的一半 */
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop));
    _margin-top:70px;}
.popLogin iframe {padding: 16px 32px 0 32px;border: none;width: 361px;height: 289px;box-sizing: content-box;}
.popTitle{height:60px;line-height:60px;font-size:20px;color:#fe6734;text-align:center;}
.logInpt{position:relative;width:230px;margin:0 20px 16px;}
#btnLogin {text-decoration: none;color: #fff}
.logInpt .loginInpt{width: 206px;height:30px;padding: 6px 12px;border-radius:4px;font-size:18px;box-sizing:content-box}
.logInpt .tips_label{left: 18px;top: 11px;font-size:18px;}
.popLogin .close_alert_tiyan {
  left: 388px;
  position: absolute;
  top: -40px;
  z-index: 311;
}
.popLogin .loginTitle {text-align: center;height: 50px;line-height: 50px;font-size: 24px;color: #ed6c00;margin-top: 10px;}
.loginBtn{display:block;width:80px;height:38px;line-height:38px;margin:0 18px;text-align:center;border:none;border-radius:3px;background:#fe6834;color:#fff;cursor:pointer;}
.getPwd{line-height:40px;margin-left:20px;cursor:pointer;}

.message{min-width:180px;max-width:350px;min-height:30px;line-height:28px;text-align:center;font-size:14px;background-color:#fb6901;border-radius:10px;color:#fff !important;display:none;padding:0 10px;position:absolute;top:-40px;left:28%;z-index:9999}
.message .message-text{
  color: #fff;
}
.message-block{position:relative;color:#fff}
.message-arrow{width:0;height:0;border-width:7px 7px 0 0;_border-width:0;border-style:solid;border-color:#fb6901 transparent transparent;position:absolute;top:30px;*top:24px;left:10px}
