body{
  background-size: 100% auto;
  background-color: #f2f2f2;
}


.search{
  width: 95%;
  margin: 0 auto;
  height: 30px;
  display: flex;
  font-size: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.search div{
  flex: 0.6;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, .8);

}
.search button{
  line-height: 30px;
}
.search .local{
  flex: 0.2;
  background-color: rgba(255, 255, 255, .8);
  border: none;
  outline: none;
  padding-left: 10px;
  line-height: 30px;
  color: #333;
  display: flex;
  align-items: center;
}

.local img{
  width: 6px;
  margin-left: 3px;
  
}

.search input{
  padding-left: 5px;
  background: none;
  border: none;
  outline: none;
  border-left: 1px solid #999;
  font-size: 12px;
}

.search .s-btn{
  flex: 0.2;
  border: none;
  outline: none;
  background-color: rgba(116, 163, 5, .8);
  color: #fff;
}

.search .s-btn img{
  width: 9.5px;
  margin-right: 3px;
}

.luoying{
  width: 100%;

}
.luoying img{
  width: 100%;
  height: auto;
}
.nav{
  width: 95%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 0 10px 0;
  position: relative;
  margin: 0 auto;
  margin-top: -35px;
}
.nav li{
 flex: 25%;
 display: flex;
 justify-content: center;
}
.nav li a{
 display: flex;
 flex-direction: column;
 align-items: center;
}
.nav li p{
  text-align: center;
  margin: 8px 0 15px 0;
  color: #333;
  font-size: 14px;
}
.nav div{
  background: linear-gradient(to left,#f39800,#ffc25c);
  /* background: -moz-linear-gradient(to left,#75a406,#75a406); */
  /* background-color: #75a406; */
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.nav div img{
  width: 30px;
  height: 30px;
}
.slog{
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.slog img{
  display: flex;
  margin: 0 auto;
  width: 100%;
}

/*.swiper{
  width: 95%;
  height: 180px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}*/

.qiugou{
  padding: 3px 0;
  width: 95%;
  height: 60px;
  margin: 12px auto;
  box-shadow: 0 0 2px 1px #97c635;
  border-radius: 5px;
  background-color: #fff;
  line-height: 30px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.qiugou ul{
  height: 150px;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  animation: aaa 18s infinite 2s;
}
@k/*eyframes aaa{
  0%{margin-top: 0px;}
  20%{margin-top: -30px;}
  40%{margin-top: -60px;}
  60%{margin-top: -90px;}
  80%{margin-top: -120px;}
  100%{margin-top: -150px;}
}*/

.qiugou li{
  display: flex;
}
.qg1{
  float: left;
  width: 240px;
  /*font-size: 12px;*/
  font-size: 14px;
  margin-left: 5px;
  display: -wekit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qg2{
  /*position: absolute;*/
  float: right;
  right: 0;
  /*font-size: 12px;*/
  font-size: 14px;
  color: #aaaaaa;
  margin-right: 5px;
}


.hot{
  width: 95%;
  margin: 12px auto;
  background-color: #fff;
  border-radius: 4px;
}

.hot .s-img{
  width: 321px;
}
.hot .h-ti{
  display: flex;
  margin: 0 3%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.h-left{
  margin-top: 20px;
}
.h-left1{
  margin-left: 6px;
  font-size: 18px;
  padding-left: 3px;
  font-weight: bold;
  color: #333;
}
.h-left2{
  margin-top: 8px;
  margin-left: 10px;
  font-size: 12px;
  color: #9e9e9e;
}
.h-left3{
  float: left;
}
.h-left3 img{
  height: 21px;
  width: 5px;
}
.h-left span{
  color: #666;
  font-size: 12px;
}

.h-right a{
  line-height: 20px;
  margin-top: 10px;
}

.h-right img{
  width: 8px;
  margin-top: 15px;
}
.nr{
  width: 97%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.nr li{
  width: 33.333333%;
  display: flex;
  justify-content: center;
  float: left;
  margin-bottom: 15px;
}
.nr-a div{
  width: 95%;
  background-color: #f3f4f6;
  border-radius: 4px;
  padding-bottom: 3px;
  margin: 0 auto;
}
.nr-a img{
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nr-a0{
  width: 100%;
  height: 63px;
}

.nr-a1{
  /*height: 30px;*/
  font-size: 14px;
  color: #242424;
  line-height: 15px;
  margin-left: 3px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 4px;
  margin-bottom: 5px;
}
.nr-a2{
  font-size: 12px;
  color: #9f9f9f;
  line-height: 15px;
  margin-left: 3px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
}
.nr-a3{
  font-size: 16px;
  /*color: #73a204;*/
  color: #fc6a30;
  line-height: 18px;
  margin-left: 3px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.nr-a3 span{
  font-size: 12px;
}



.swiper .hs-box{
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  background: linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0));
}

.hs-box .hs-l{
  color: #fff;
  text-align: left;
  font-size: 12px;
  padding: 0 15px;
}
.hs-box h2{
  color: #fff;
  text-align: left;
  padding: 0 15px;
  margin: 4px 0;
  font-size: 14px;
}
.hs-b{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.hs-box .hs-b p{
  color: #75a406;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}

.hs-b span{
  background-color: #222;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}

.new-ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  justify-content: space-around;
}
.new-ul li{
  width: 33%;
  margin-bottom: 10px;
}

.new-ul li a{
  width:90%;
  margin: 0 auto;
  display: flex;
  background-color: #f3f4f6;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.new-ul a div{
  width: 100%;
}
.new-ul a img{
  width: 100%;
  height: 85px;
}

.new-ul a h2{
  font-size: 14px;
  color: #444;
  margin: 8px 0 0px 0;
  padding: 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-ul a span{
  font-size: 12px;
  color: #666;
  padding: 0 4px;
}

.new-ul a p{
  font-size: 14px;
  color: #75a406;
  font-weight: bold;
  margin: 5px 0;
  padding: 0 4px;
}

.choice{
  width: 95%;
  margin: 10px auto;
  padding: 10px 0;
  background: url('../img/bg1.png') no-repeat center;
  background-size: 100% 100%;
  border-radius: 4px;
}

.c-cont{
  display: flex;
  margin: 0 10px;
  justify-content: space-between;
}
.c-cont .lef{
  flex: 49%;
  margin-right: 8px;
  height: 105px;
  position: relative;
}

.c-cont .lef img{
  width: 100%;
  height: 100%;
}
.c-cont .rig{
  flex: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-cont .rig li{
  width: 46%;
  height: 50px;
  position: relative;
  margin: 1px 2px;
}

.c-cont .rig li img{
  width: 100%;
  height: 100%;
}

.choice .c-ti{
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
}
.choice .c-ti span{
  font-size: 20px;
  font-weight: bold;
}

.choice .c-more{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 10px auto 0 auto;
  border: none;
  outline: none;
  line-height: 30px;
  background: url('../img/bg3.png') no-repeat center;
  background-size: 100% 100%;
  color: #333;
  font-size: 14px;
}

.choice .c-more img{
  margin-left: 5px;
  width: 8px;
}

.c-des a{
  display: block;
  width: 100%;
  line-height: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  font-size: 12px;
  padding-left: 5px;
  background: linear-gradient(to right, rgba(0,0,0,.8),rgba(0,0,0,0));

}
.social{
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
.social::-webkit-scrollbar {
  display: none
}
.social li{
  position: relative;
  display: inline-block;
  width: 270px;
  height: fit-content;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.social li .s-show{
  width: 270px;
  height: 135px;
}
.s-user{
  position: absolute;
  top: 100px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-user img{
  width: 43px;
  height: 43px;
  border-radius: 50%;
}

.s-user a{
  font-size: 14px;
  color: #666;
}

.s-article{
  margin: 0 10px;
}

.s-article h2{
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-top: 30px;
}

.s-article div{
  margin: 8px 0 15px 0;
}

.s-article div span{
  font-size: 12px;
  color: #666;
  border: 1px solid #75a406;
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 5px;
}

.s-article p{
  width: 100%;
  white-space: pre-wrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}




.tou{
  width: 100%;
  height: 50px;
  /*display: flex;*/
  background: linear-gradient(to left,#ff8200,#fab034);
  /*background-color: #f39800;*/
  text-align: center;
}
.t-a{
  /* width: 71px; */
  /* height: 24px; */
  /* float: left; */
  /* margin-left: 3%; */
  /*margin-top: 97px;*/
  position: absolute;
  left: 3%;
  top: 16px;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  text-align: left;
}
.t-b{
  /*width: 187px;*/
  /*height: 34px;*/
  /*display: flex;*/
  /*margin: 0 auto;*/
  /*text-align: center;*/
  /*font-size: 15px;*/
  /*line-height: 30px;*/
  /*margin-top: 92px;*/
}
.t-b p{
  line-height: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.t-c{
  /*width: 24px;*/
  /*height: 24px;*/
  /*float: right;*/
  /*margin-top: 96px;*/
  /*margin-right: 3%;*/
  position: absolute;
  top: 15px;
  right: 3%;
}
.t-c img{
  width: 20px;
}
.t-a1{
  width: 15px;
  margin-right: 3px;
  vertical-align: middle;
}
.t-a a {
    color: white;
    font-size: 16px;
}