 *{margin: 0;padding: 0;font-family: '微软雅黑';}
 i{font-style: normal;}
 ul,li,dl,ol {list-style: none;}
 a{text-decoration:none;color: black;}
 a:hover{color: #FF5155;}
 a:active{color: #DADADA;}
 img {border: none;cursor: pointer;}
 .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;
}
 body{
    min-width: 750px;
 }
 .flex {
   width: 100%;
 }

 .head{
    position: relative;
    padding-top: 66px;
 }
 .bgcolor{
    /* background: #2F8A03; */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: block;
    overflow: visible;
 }
 .logo{
    max-width: 1920px;
    height: 66px;
    padding: 0 4%;
    color: #Fff;
    position: relative;
    z-index: 2;
    background: linear-gradient(356deg, rgba(46,135,5)10%, rgba(32,98,26)30%,rgba(27,77,37)53%);
 }
 .logotext{
   margin: 17px 0 0 8px;
    float: left;
    font-weight: bold;
    line-height: normal;
 }
 .logotext p:first-child{
    font-size: 14px;
 } 
 .logotext p:last-child{
    font-size: 10px;
 } 
 
 .banimg a img{
  display: none;
  width: 100%!important;
  height: 670px!important;
 }
 .banimg a:first-child img{
  display: block;
 }

 .nav{
   background: rgba(24, 77, 37, 1);
   position: relative;
   width: 100%;
   z-index: 1;
   text-align: center;
   font-size: 24px;
 }

.nav>div{
  padding: 10px 0;
   margin:  0 auto;
   overflow-x: auto;
   white-space: nowrap;
   height: 93%;
}

.level {
  height: 0;
  overflow: hidden;
  transition: height .2s linear;
}
.level-1 {
  height: auto;
}
.level-2 {
  background: rgb(49 109 64);
}
.level-3 {
  background: rgb(50 151 74);
}
.level.active {
  height: auto;
  display: block;
}
.label {
  width: auto;
  color: #fff;
  padding: 30px 0;
  box-shadow: 0px 0px 1px 0px #ccc inset;
}

.label a{
  color: #fff;
  padding: 20px;
}

 .banner {
   width: 100%;
   position: relative;
   overflow: hidden;
 }

 .banner img {
   width: 100%;
   height: auto;
   display: block;
   
 }


 .title{
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 24px 0 22px;
  max-width: 680px;
  margin: 0 auto;
  justify-content: right;
 }

.title p{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.title p>a{
  display: inline-block;
  padding: 0 40px;
  color: #2F8A03;
}
 
  .news{
    color: #2F8A03;
  }
  .None,.Ntwo{
    max-width: 680px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    color: #2F8A03;
  }
  .None>p{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .None>a,   .None>span>a{
    display: block;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    line-height: 18px;
    font-weight: bold;
    color: #2F8A03!important;
  }
  .None>a>img,   .None>span>a>img{
    margin-left: 15px;
  }
  
  .Ntwo>img{
    height: 239px;
    width: 352px;
  }
  .Ntwo li{
    margin-bottom: 20px;
  }
  .Ntwo ul a{
    color: #2F8A03!important;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0 7px 15px;
    border-bottom: solid 1px #2F8A03;
    display: block;
    position: relative;
  }
  .Ntwo li:last-child{
    margin: 0!important;
  }
  .Ntwo ul a::after{
    content: '';
    background: #2F8A03;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 25%;
  }

  .center-s{
    max-width: 680px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .center-s .None>p{
    margin-bottom: 14px;
  }
  .center-s>div{
    margin-bottom: 30px;
    color: #2F8A03;

  }
  .not-cen>div{
    font-size: 14px;
    font-weight: bold;
    display: flex;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #2F8A03;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  .not-cen p{
    font-size: 16px;
    width: 150px;
    text-align: center;
    line-height:2.7rem;
  }
  .not-cen p span{
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 0;
  }
  .not-cen a{
    color: #2F8A03!important;
    display: block;
    font-weight: 700;
  }

  .notice:first-child .not-cen p{
    width: 80px;
    margin-right: 20px;
    position: relative;
  }
  .notice:first-child .not-cen p::before{
    content: '';
    background: #2F8A03;
    width: 1px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #xswh,#xthd,.bh{
    flex: auto;
    margin-left: 20px;
  }

  
  .None>span, .lmbmin>span {
    display: block;
    margin-top: 9px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    line-height: 18px;
    font-weight: bold;
    color: #2F8A03!important;
}
  #tzgg,#xswh,#zsjy,#xthd{
    color:rgba(47, 138, 3, .4);
  }

  .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;
  }
  .learning .not-cen li p{
    font-weight: 400;
    line-height: 32px;
    height: 32px;
    background: #CFF4BD;
    width: 70px;
    padding: 0;
  }
  .learning .not-cen li{
    margin: 0 20px 0 10px;
  }

  .EAE li{
    margin-bottom: 29px;
    display: flex;
    background: #D6E2CF;
    color: #2F8A03!important;
    height: 163px;
  }
  .EAE li img{
    width: 306px;
    height: 163px;
  }
  .EAE li p{
    font-size: 24px;
    font-weight: 400;
    margin: 40px 0 0 20px;
  }
  .EAE li p a{
    color: #2F8A03!important;
  }
  .EAE li p span{
    margin-top: 10px;
    font-size: 18px;
    display: block;
  }
 
  .SGC-cen{
    background: url(images/bg.png)no-repeat;
    width: 100%;
    height: 130px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
  .SGC-cen p{
    padding-top: 30px;
  }
  .SGC-cen span{
    display: block;
    font-size: 16px;
    padding-top: 10px;
  }
  .SGC>div:last-child a{
    color: #fff!important;
  }

  .SGC>div:last-child{
    display: flex;
    justify-content: left;
    overflow-x: auto;
    /* white-space:nowrap; */
    width: auto;
  }
  .SGC>div:last-child::-webkit-scrollbar{
    display: none;
  }
  .SGC>div:last-child>div{
    display: block;
    margin-right: 3%;
    width: 44%;
  }

  .story{
    position: relative;
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 680px;
  }

  #carousel {
    overflow: hidden;
    display: flex;
    justify-content: left;
  }

  .carousel-item {
    display: flex;
    justify-content: center;
    width: 24%;
    padding: 0 1%;
    position: relative;
    height: 220px;
    overflow: hidden;
  }
  .carousel-item>a:first-child{
    display: none!important;
  }
  .carousel-item a{
    display: block;
    width: 100%;
  }
  .carousel-item img{
    filter: brightness(80%);  
    width: 100%;
    height: 100%;
  }

  .carousel-item p{
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    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: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: rgba(112,149,129);
    position: absolute;
    top: 140px;
  }
  #prev{
    left: 3%;
    transform: rotateX(360deg) rotateY(180deg);
  }
  #next{
    right: 3%;
  }


  .foot{
    width: 100%;
    background: rgb(24,77,37);
    padding: 40px 0;
    font-weight: 400;
  }
  .foot>div{
    max-width: 680px;
    margin: 0 auto;
  }
  .foot a,.foot p{
    color: #fff!important;
    font-size: 16px;
  }
  .foot .Ftop{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot .Ftop div{
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #d8d8d8;
  }
  .foot .Ftop img{
    height: 100px;
  }
    .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;
  }
  .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;
  }

  .lmbmin *{
    color: #2F8A03!important;
  }
  
  .news div.clear{
    display: none;
  }
  
  .nav ul{
    padding: 0!important;
    background: none!important;
  }
  .nav ul>li>ul>li{
    background: rgb(49 109 64);
  }
  .nav ul>li>ul>li>ul>li{
    background: rgb(50 151 74)
  }
  .nav ul>li>ul>li>ul>li>ul>li{
    background: rgb(24 189 62);
  }
  .ztree li {
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 1px 0px #ccc inset;
  }
  .ztree li *{
    font-size: 24px;
    line-height: 24px!important;
    color: #fff;
  }
  .ztree li>span {
    background: #fff!important;
    position: absolute;
    width: 100%!important;
    display: block!important;
  }
  .ztree li>a,.ztree li>span{
    height: 40px!important;
    background: none!important;
    padding: 10px 0!important;
  }
  .ztree li a {
    z-index: 999;
    position: relative;
  }
  .ztree li a span:first-child {
    display: none!important;
  }



.pgCurrent{
    background: #2F8A03;
    color: #fff!important;
    border: 2px solid #2F8A03!important;
}