 *{margin: 0;padding: 0;font-family: '微软雅黑';}
 i{font-style: normal;}
 ul,li,dl,ol {list-style: none;}
 html{font-size: 62.5%;}
 a{text-decoration:none;color: black;}
 a:hover{color: #ff5155;}
 a:active{color: #dadada;}
 img {border: none;cursor: pointer;max-width: 100%;}
 input:-moz-placeholder,
 textarea:-moz-placeholder { 
     color: rgba(255, 255, 255,.3);
 }
 input:-ms-input-placeholder,
 textarea:-ms-input-placeholder { 
  color: rgba(255, 255, 255,.3);
 }
 input::-webkit-input-placeholder,
 textarea::-webkit-input-placeholder { 
  color: rgba(255, 255, 255,.3);  
 }
 .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow-y {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1919px) and (min-width: 768px) {
  html {
      zoom: 90%;
  }
  @-ms-viewport { width: 1920px; }
}

.search{
  float: right;
  margin-top: 60px;
  /* background: url(/uploads/image/_t013timages/sosuo.svg)no-repeat 18px; */
}

.search td input{
  border-radius: 50px;
  width: 240px!important;
  height: 48px;
  text-indent: 4em;
  background: none;
  color: #fff;
  border: solid 2px #fff;
  outline: none;
  font-size: 16px;
}

.xxsy{
  width: 170px;
  height: 45px;
  border: solid 2px #fff;
  border-radius: 50px;
  background: none;
  color: #fff;
  font-size: 22px;
  margin: 42px 10px;
  font-weight: bold;
  cursor: pointer
}


 body{
    min-width: 1600px;
 }
 .flex {
   display: flex;
   justify-content: center;
   width: 100%;
   overflow: hidden;
 }

 .head{
    position: relative;
 }
 .bgcolor{
    background: linear-gradient(356deg, rgba(46,135,5)10%, rgba(32,98,26)30%,rgba(27,77,37)53%);
    /* background: #2f8a03; */
 }
 .logo{
    max-width: 1920px;
    min-width: 1600px;
    width: 100%;
    height: 170px;
    padding: 0 24px;
    color: #fff;
 }
 .logotext{
   margin: 46px 0 0 16px;
    float: left;
    font-weight: bold;
    line-height: normal;
 }
 .logotext p:first-child{
    font-size: 36px;
 } 
 .logotext p:last-child{
    font-size: 24px;
 } 

 .banimg a img{
  display: none;
 }
 .banimg a:first-child img{
  display: block;
 }

 .nav{
   background: linear-gradient(180deg, #001d0d 0%, rgba(17, 78, 45, 0) 63%);
   position: absolute;
   width: 100%;
   height: 306px;
   top: 0;
   left: 50%;
   transform: translatex(-50%);
   z-index: 1;
 }
 .nav .flex{
   font-size: 22px;
   font-weight: bold;
   height: 131px;
   border-bottom: solid 1px #fff3;
 }
 .nav .flex>li{
   margin: 36px 10px;
   position: relative;
 }
 .nav .flex li a{
   color: #fff!important;
   display: block;
   padding: 14px 20px;
 }

 .nav .flex li:hover ul,.nav .flex li:hover a{
  background: rgba(47, 138, 3,.7);
}

.nav .flex ul{
  height: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
}
.nav .flex li:hover>ul,.sjxl li:hover ul{
  height: auto!important;
  overflow: visible;
  text-align: center;
}
.nav .flex li ul a{
  font-size: 18px;
  font-weight: 400;
  overflow: visible;
  padding: 14px 0;
}
.nav .flex li ul a:hover{
  background: rgba(47, 138, 3,.9);
}
.sjxl{
  position: relative;
}
.sjxl li{
  position: relative;
}
.sjxl li ul{
  position: absolute;
  top: o;
  left: auto;
}
.nav .flex>li:last-child .sjxl ul{
  left: -100%;
}
.sjxl ul{
  right: -100%;
  top: 0;
}

.banimg{
  max-height: 670px;
  overflow: hidden;
  min-height: 400px;
}


 .banner {
   width: 100%;
   position: relative;
   background: url(/uploads/image/_t013timages/list_banner.jpg) no-repeat center center;
   background-size: 100% auto;
 }

 .banner img {
   width: 100%;
   height: auto;
   display: block;
   min-height: 100%;
   min-width: 100%;
 }


 .title{
  font-weight: bold;
  font-size: 28px;
  position: relative;
  padding: 47px 0 76px;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: right;
 }
 .title a{
  color: #2f8a03!important;
 }
 .title>img{
  position: absolute;
  top: 44px;
  left: 1%;
  animation: ld .6s none alternate;

 }
.title p{
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}

.title p>a{
  display: inline-block;
  padding: 0 40px;
}


 @keyframes ld {
  0% {
    transform: rotate(0deg); 
  }
  40% {
    transform: rotate(20deg); 
  }
  80% {
    transform: rotate(-10deg); 
  }
  100% {
    transform: rotate(0deg); 
  }
  }
  .news{
    color: #2f8a03;
  }
  .none,.ntwo{
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    color: #2f8a03;
  }
  .none>p,  .none .lmbmin>p{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .none a{
    color: #2f8a03!important;
  }
  .none>span,  .lmbmin>span{
    display: block;
    margin-top: 18px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    line-height: 18px;
    font-weight: bold;
    color: #2f8a03!important;
  }
  .none>a>img{
    margin-left: 15px;
  }

  .ntwo>img{
    height: 500px;
    width: 973px;
  }
  .ntwo li{
    margin-bottom: 20px;
  }
  .ntwo ul a{
    color: #2f8a03!important;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 0 16px 33px;
    border-bottom: solid 1px #2f8a03;
    display: block;
    position: relative;
    height: auto;
    line-height: initial;
  }
  .ntwo li:last-child{
    margin: 0!important;
  }
  .ntwo .div_ztylb_list a::after{
    content: '';
    background: #2f8a03;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 25%;
  }

  .center-s{
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
  }
  .center-s .none>p,  .center-s .none .lmbmin>p{
    margin-bottom: 14px;
  }
  .center-s>div{
    width: 44%;
    margin-bottom: 80px;
    color: #2f8a03;

  }
  .not-cen>div{
    font-size: 24px;
    font-weight: bold;
    display: flex;
    height: 90px;
    line-height: 90px;
    border-bottom: solid 1px #2f8a03;
    font-weight: bold;
  }
  .not-cen p{
    font-size: 24px;
    width: 150px;
    text-align: center;
    padding: 10px 0;
    line-height: 5rem;
  }
  .not-cen p span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
  }
  .not-cen a,.not-cen a *{
    color: #2f8a03!important;
    display: block;
    font-weight: 700;
  }

  .notice:first-child .not-cen p{
    width: 134px;
    margin-right: 50px;
    position: relative;
  }
  .notice:first-child .not-cen p::before{
    content: '';
    background: #2f8a03;
    width: 1px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
  }

  .learning .not-cen p{
    padding: 10px 0;
    line-height: 6rem;
  }
   .learning .not-cen span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    height: 22px;
    background: #2f8a03;
    color: #fff;
    text-align: center;
    margin-top: 15px;
  }
  .learning .not-cen li p{
    font-weight: 400;
    line-height: 47px;
    height: 47px;
    background: #cff4bd;
    width: 73px;
    padding: 0;
  }
  .learning .not-cen li{
    margin: 0 30px;
  }

  .eae li{
    margin-bottom: 29px;
    display: flex;
    background: #d6e2cf;
    color: #2f8a03!important;
    min-height: 163px;
    max-height: 163px;
  }
  .eae li img{
    width: 306px;
    height: 163px;
  }
  .eae li p{
    font-size: 24px;
    font-weight: 400;
    margin: 49px 0 0 27px;

  }
  .eae li p a{
    color: #2f8a03!important;
  }
  .eae li p span{
    margin-top: 10px;
    font-size: 18px;
    display: block;
  }
 
  .sgc-cen{
    background: url(/uploads/image/_t013timages/bg.png)no-repeat;
    width: 100%;
    height: 196px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
  }
  .sgc-cen p{
    padding-top: 30px;
  }
  .sgc-cen span{
    display: block;
    font-size: 24px;
    padding-top: 10px;
  }
  .sgc>div:last-of-type a{
    color: #fff!important;
  }

  .story{
    position: relative;
    margin: 0 auto;
    padding-bottom: 60px;
    max-width: 1920px;
    min-height: 564px;
  }

  #carousel {
    overflow: hidden;
    display: flex;
    justify-content: left;
  }

  .carousel-item {
    display: flex;
    justify-content: center;
    width: 24%;
    margin: 0 1%;
    position: relative;
    height: 417px;
    overflow: hidden;
    background:#ccc
  }

  .carousel-item a{
    display: block;
    width: 100%;
  }
  .carousel-item img{
    filter: brightness(80%);
    width: 100%;
    height: 100%;
  }

  .carousel-item p{
    position: absolute;
    top: 322px;
    left: 50%;
    transform: translatex(-50%);
    font-size: 24px;
    font-weight: 700;
    word-wrap: break-word;
    white-space: normal;
    width: 79%;
  }
  .carousel-item p a{
    color: #fff;
  }

  #carousel-controls {
    text-align: center;
    margin-top: 10px;
  }

  #prev, #next {
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background-color: rgba(112,149,129);
    position: absolute;
    top: 280px;
  }
  #prev{
    left: 3%;
    transform: rotatex(360deg) rotatey(180deg);
  }
  #next{
    right: 3%;
  }


  .foot{
    width: 100%;
    background: rgb(24,77,37);
    padding: 60px 0 60px;
    font-weight: 400;
  }
  .foot>div{
    max-width: 1600px;
    margin: 0 auto;
  }
  .foot a,.foot p{
    color: #fff!important;
  }
  .foot .ftop{
    display: flex;
    justify-content: space-between;
  }
  
  .foot .ftop>div{
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #d8d8d8;
    padding-left: 100px;
  }
  .foot .ftop a{
    display: block;
    line-height: 120px;
    font-size: 22px;
    margin-left: 60px;
  }

  .foot .fbottom{
    display: flex;
    justify-content: right;
    padding-top: 40px;
    font-size: 18px;
    align-items: flex-start;
  }
  .foot .fbottom>li{
    margin-right: 60px;
    width: 20%;
  }
  /* .foot .fbottom>li:nth-child(2){
    width: 14%;
  } */
  .foot .fbottom li p,.foot .fbottom li a{
    margin-bottom: 10px;
  }
  .foot .fbottom li>p:first-child{
    font-weight: 700;
  }
  .foot .fbottom ul{
    display: flex;
    flex-wrap: wrap;
  }
  .foot .fbottom ul li{
    width: 50%;
  }
  .foot .fbottom li>div>div a{
    text-align: left;
    display: block;
  }


  .wp_nav .nav-item a span.item-name{
    padding: 0!important;
  }



  .articlelist1_li{
    background: none!important;
  }
  
  .div_ztylb {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .news_icon{
    display: none;
  }
  
  .search tr{
    position: relative;
  }
  .search tr td:last-child{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
  }
  .wp_search .search{
    background: url(/uploads/image/_t013timages/sosuo.svg)no-repeat 18px!important;
    width: 50px!important;
    height: 50px!important;
    margin: 0;
  }

  .news div.clear{
    display: none;
  }


.pgcurrent{
    background: #2f8a03;
    color: #fff!important;
    border: 2px solid #2f8a03!important;
}