html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin:0;
  padding:82px 0 0 0 !important;
  font:14px/1 pingfang sc,microsoft yahei,hiragino sans gb,microsoft yahei ui,source han sans cn, arial,sans-serif !important;
  color:#333333;
  background-color: #ffffff;
}
select,textarea,button{
  font:14px/1 pingfang sc,microsoft yahei,hiragino sans gb,microsoft yahei ui,source han sans cn, arial, sans-serif;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
@font-face {
  font-family: 'iconfont';
  src:  format('woff2'),
        format('woff'),
        format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "bth";
  src: ;
}
@font-face {
    font-family: 'din';
    src: ;
}
.din {
    font-family: din;
}
body.bgfa{
  background-color: #fafafa;
}
body.pd0{
  padding:0 0 0 0 !important;
}
.wrap{
  display: table;
  width: 100%;
}
.wrapper{
  display: table;
  width:1400px;
  margin-left: auto;
  margin-right: auto;
}
.w100{
  display: table;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#333333;
  text-decoration:none;
  outline: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color:#046c39;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#cccccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* mozilla firefox 19  */
   color:#cccccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* mozilla firefox 4 to 18 */
   color:#cccccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#cccccc;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.m12{
  margin-top:12px;
}
.m15{
  margin-top:15px;
}
.m10{
  margin-top:10px;
}
.m20{
  margin-top:20px;
}
.m30{
  margin-top:30px;
}
.m35{
  margin-top:35px;
}
.m40{
  margin-top:40px;
}
.m50{
  margin-top:50px;
}
.m70{
  margin-top:70px;
}
.m100{
  margin-top:100px;
}
.mb5{
  margin-bottom: 5px;
}
.mb30{
  margin-bottom: 30px;
}
.mb50{
  margin-bottom: 50px;
}
.mb80{
  margin-bottom: 80px;
}
.mr50{
    margin-right: 50px !important;
}
.f16{
  font-size: 16px !important;
}
.line:last-child{
  border-bottom: none;
}
.tcenter{
  text-align: center !important;
}
.tleft{
  text-align: left !important;
}
.red{
    color:#ff0000 !important;
}
.blue{
    color:#3860f4 !important;
}
a.cblue{
    color:#3860f4 !important;
}
a.cblue:hover{
    color: #1ca6b8 !important;
}
.imgs{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.pc{
    display: block !important;
}
.h5{
    display: none !important;
}
.abr{
    position: relative;
}
/*header*/
.header{
    display: block;
    width: 100%;
    height: 82px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
.header.show{
    position: fixed !important;
    top: 0;
    left: 0;
    background: #ffffff !important;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.35s;
}
.header .wrapper{
    width: 1680px;
}
.header.home{
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}
.header .logo{
    float: left;
    margin: 12px 0;
    width: 279px;
}
.header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.head-right{
    float: right;
    width: auto;
    height: 70px;
}
.header .nav{
    float: left;
    display: flex;
    padding-right: 5px;
}
.header .nav li{
    padding: 0 22px;
    position: relative;
}
.header .nav li a{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 80px;
    font-weight: 400;
}
.header .nav li:hover a,.header .nav li.cur a{
    color: #046c39;
    font-weight: bold;
    text-align: center;
}
.header .nav li.cur:after,.header .nav li:hover:after{
    position: absolute;
    top: 80px;
    left: 50%;
    content: '';
    display: block;
    width: 52px;
    height: 2px;
    background-color: #046c39;
    transform: translate(-50%, 0);
}
.header .nav li dl{
    display: none;
}
.header .nav li:hover dl{
    position: absolute;
    left: 50%;
    top: 82px;
    padding: 0 0;
    display: block;
    width: auto;
    min-width: 130px;
    border-radius: 0;
    background-color: #ffffff;
    transform: translate(-50%, 0);
    box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 20%);
    z-index: 100;
}
.header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}
.header .nav li:hover dl dd{
    text-align: left;
    width: 100%;
    /*position: relative;*/
}
.header .nav li:hover dl dd:last-child{
  border-bottom: none;
}
.header .nav li:hover dl dd a{
    width: 100%;
    font-size: 18px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    font-weight: 400;
    white-space: nowrap;
}
.header .nav li:hover dl dd a:hover,.header .nav li:hover dl dd.cur a,.header .nav li dl dd:hover a{
    color: #ffffff;
    background-color: #39aa3a;
}
.header .nav li dl dd dl.subnav,.header .nav li dl dd dl dd dl.threenav{
    left: 100%;
    transform: translate(0, 0);
    top: 0;
    display: none;
}
.header .nav li dl dd:hover dl.subnav,.header .nav li dl dd dl dd:hover dl.threenav{
    display: block;
    background-color: #ffffff;
    z-index: 105;
}
.header .nav li dl dd:hover dl.subnav a{
    color: #666666;
    background-color: #ffffff;
}
.header .nav li dl dd:hover dl.subnav a:hover{
    color: #39aa3a;
}
.header .head-other{
    float: left;
    display: flex;
    align-items: center;
    height: 82px;
    position: relative;
    padding-left: 18px;
}
.header .head-other:after{
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #b6b6b6;
}
.header .head-other .icon-search,.header .head-other .icon-en{
    display: block;
    margin: 0 13px;
    width: 24px;
    height: 24px;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
    border-radius: 20px;
}
.header .head-other .icon-search:hover,.header .head-other .icon-en:hover{
    opacity: 0.8;
}
.header .head-other .icon-search a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(/uploads/image/swimages/icon-search.png) no-repeat center center;
    background-size: auto 16px;
}
.header .head-other .icon-en a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(/uploads/image/swimages/icon-en.png) no-repeat center center;
    background-size: 16px auto;
}
.header .head-other .icon-phone{
    display: block;
    margin-left: 23px;
    padding-left: 33px;
    font-size: 20px;
    font-weight: 700;
    background: url(/uploads/image/swimages/icon-phone.png) no-repeat left center;
    background-size: auto 20px;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 14px;
    width: 22px;
    height: 22px;
    background: url(/uploads/image/swimages/icon-menu.png) no-repeat center center;
    background-size: 20px auto;
}
.m-menu{
    display: none;
}
.h2title{
    display: block;
    text-align: center;
}
.h2title .title{
    display: block;
    font-size: 32px;
    padding: 15px 0;
    font-weight: bold;
}
.h2title .line{
    display: block;
    margin: 0 auto;
    width: 68px;
    height: 4px;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
    border-radius: 11px;
}
.swiper-button-prev,.swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -20px;
    border-radius: 50%;
    border: 1px solid #999999;
}
.swiper-button-prev{
    left: -90px;
}
.swiper-button-next{
    right: -90px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #999999;
    font-size: 18px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background: linear-gradient(270deg, #43b244 0%, #138f14 100.58%);
    border: none;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #ffffff;
}
/*home*/
.homebanner{
    display: table;
    width: 100%;
    height: 780px;
    position: relative;
    overflow: hidden;
}
.homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .swiper-button-prev{
    left: 24px;
}
.homebanner .swiper-button-next{
    right: 24px;
}
.homebanner .swiper-button-prev,.homebanner .swiper-button-next{
    border: none;
    background: #22ab23;
}
.homebanner .swiper-button-prev:hover,.homebanner .swiper-button-next:hover{
    opacity: 0.8;
}
.homebanner .swiper-button-next:after,.homebanner .swiper-button-prev:after{
    color: #ffffff;
    font-size: 18px;
}
.homebanner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homebanner .swiper-pagination{
    display: none;
}
.homenumber{
    display: flex;
    width: 100%;
    height: 152px;
    position: relative;
}
.homenumber li{
    display: block;
    width: 33.33%;
    height: 100%;
    position: relative;
}
.homenumber li .hnb-con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-left: 170px;
    display: flex;
    align-items: flex-start;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    z-index: 110;
}
.homenumber li .hnb-con em{
    position: absolute;
    left: 45px;
    top: 22px;
    font-size: 40px;
    color: rgba(4, 108, 57, 0.2)
}
.homenumber li .hnb-con .number{
    display: block;
    font-size: 48px;
    color: #046c39;
    font-weight: bold;
}
.homenumber li .hnb-con .number i{
    font-size: 20px;
    vertical-align: top;
    margin-left: 10px;
}
.homenumber li .hnb-con .text{
    margin-top: 14px;
    display: block;
    font-size: 20px;
    color: #046c39;
}
.homenumber li .hnb-con .icon{
    position: absolute;
    right: 26px;
    bottom: 0;
    width: 90px;
    height: 90px;
}
.homenumber li .hnb-con .icon.hnb01{
    background: url(/uploads/image/swimages/icon-hnb01.png) no-repeat center right;
    background-size: auto 100%;
}
.homenumber li .hnb-con .icon.hnb02{
    background: url(/uploads/image/swimages/icon-hnb02.png) no-repeat center right;
    background-size: auto 100%;
}
.homenumber li .hnb-con .icon.hnb03{
    background: url(/uploads/image/swimages/icon-hnb03.png) no-repeat center right;
    background-size: auto 100%;
}
.homenumber li .bg{
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
    opacity: 0.15;
}
.homenumber li.cur .bg,.homenumber li:hover .bg{
    position: absolute;
    height: 207px;
    opacity: 1;
    border-radius: 12px 12px 0px 0px;
    z-index: 101;
}
.homenumber li.cur .hnb-con,.homenumber li:hover .hnb-con{
    height: 207px;
    bottom: 0;
}
.homenumber li.cur .hnb-con em,.homenumber li:hover .hnb-con em{
    top: 30px;
    color: #ffffff
}
.homenumber li.cur .hnb-con .number,.homenumber li.cur .hnb-con .text,
.homenumber li:hover .hnb-con .number,.homenumber li:hover .hnb-con .text{
    color: #ffffff;
}
.homenumber li.cur .hnb-con .icon,.homenumber li:hover .hnb-con .icon{
    width: 150px;
    height: 150px;
}
.homeservice{
    display: block;
    padding: 80px 0 80px 0;
    background: #f3fbf5;
}
.hs-list{
    display: block;
    width: 100%;
    padding-top: 90px;
}
.hs-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.hs-list li{
    display: flex;
    width: 327px;
    height: 253px;
    padding: 0 40px;
    background-color: #ffffff;
    margin-right: 30px;
    margin-bottom: 36px;
    border-radius: 6px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.hs-list li:hover{
    color: #ffffff;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
}
.hs-list li:nth-child(4n){
    margin-right: 0;
}
.hs-list li .icon{
    display: block;
    width: 100%;
    height: 75px;
}
.hs-list li .icon img{
    display: block;
    margin: 0 auto 0 auto;
    height: 100%;
}
.hs-list li img.hover{
    display: none;
}
.hs-list li:hover .icon img{
    display: none;
}
.hs-list li:hover .icon img.hover{
    display: block;
}

.hs-list li .icon.hs01{
    background: url(/uploads/image/swimages/icon-hs-list01.png) no-repeat center center;
    background-size: auto 70px;
}
.hs-list li:hover .icon.hs01{
    background: url(/uploads/image/swimages/icon-hs-list01v.png) no-repeat center center;
    background-size: auto 70px;
}
.hs-list li .icon.hs02{
    background: url(/uploads/image/swimages/icon-hs-list02.png) no-repeat center center;
    background-size: auto 70px;
}
.hs-list li:hover .icon.hs02{
    background: url(/uploads/image/swimages/icon-hs-list02v.png) no-repeat center center;
    background-size: auto 70px;
}
.hs-list li .icon.hs03{
    background: url(/uploads/image/swimages/icon-hs-list03.png) no-repeat center center;
    background-size: auto 70px;
}
.hs-list li:hover .icon.hs03{
    background: url(/uploads/image/swimages/icon-hs-list03v.png) no-repeat center center;
    background-size: auto 70px;
}
.hs-list li .title{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 6px;
}
.hs-list li .desc{
    display: block;
    margin-top: 15px;
    font-size: 15px;
    line-height: 24px;
    color: #555555;
}
.hs-list li:hover .desc{
    color: #ffffff;
}
.homemore{
    display: block;
    margin: 6px auto 0 auto;
    width: 130px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
    border-radius: 16px 0px;
}
.homemore a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.homemore:hover{
    opacity: 0.8;
}
.homesupplychain{
    display: block;
    padding: 80px 0 100px 0;
    background-color: #f3fff6;
}
.hs-tab{
    display: flex;
    margin-top: 70px;
    height: 127px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.hs-tab li{
    display: block;
    width: 121px;
    height: 127px;
    padding:15px 0;
    margin: 0 33px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.hs-tab li:hover,.hs-tab li.cur{
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
    border-radius: 16px 0px;
    color: #ffffff;
}
.hs-tab li .icon{
    width: 100%;
    height: 65px;
}
.hs-tab li .icon img{
    display: block;
    margin: 0 auto 0 auto;
    height: 100%;
}
.hs-tab li img.hover,.hs-tab li.cur .icon img{
    display: none;
}
.hs-tab li:hover .icon img{
    display: none;
}
.hs-tab li:hover .icon img.hover,.hs-tab li.cur .icon img.hover{
    display: block;
}
.hs-tab li .icon.hst01{
    background: url(/uploads/image/swimages/icon-hst-list01.png) no-repeat center center;
    background-size: auto 65px;
}
.hs-tab li:hover .icon.hst01,.hs-tab li.cur .icon.hst01{
    background: url(/uploads/image/swimages/icon-hst-list01v.png) no-repeat center center;
    background-size: auto 65px;
}
.hs-tab li .icon.hst02{
    background: url(/uploads/image/swimages/icon-hst-list02.png) no-repeat center center;
    background-size: auto 65px;
}
.hs-tab li:hover .icon.hst02,.hs-tab li.cur .icon.hst02{
    background: url(/uploads/image/swimages/icon-hst-list02v.png) no-repeat center center;
    background-size: auto 65px;
}
.hs-tab li .text{
    padding-top: 15px;
    font-size: 16px;
}
.hs-con{
    display: flex;
    padding-top: 55px;
    justify-content: space-between;
}
.hs-con .text{
    flex: 0 0 710px;
    width: 710px;
}
.hs-con .text .title{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #046c39;
    padding-top: 45px;
}
.hs-con .text .entitle{
    display: block;
    padding-top: 18px;
    font-size: 16px;
    color: #046c39;
}
.hs-con .text .desc{
    display: block;
    padding-top: 22px;
    font-size: 16px;
    line-height: 30px;
}
.hs-con .pic{
    flex: 0 0 595px;
    width: 595px;
    height: 376px;
}
.hs-con .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hs-con .homemore{
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
}
.hs-box{
    display: none;
}
/*about*/
.about-nav{
    display: block;
    width: 100%;
    height: 70px;
    background: #f6f6f6;
}
.about-nav ul{
    padding-top: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.about-nav li{
    display: block;
    width: auto;
    padding: 0 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin: 0 80px;
    position: relative;
}
.about-nav li.cur a,.about-nav li:hover a{
    font-weight: bold;
    color: #169217;
}
.about-nav li.cur:after,.about-nav li:hover:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #169217;
}
.about-profile{
    display: block;
    padding: 80px 0 80px 0;
    background-color: #ffffff;
}
.about-profile .ap-con{
    display: flex;
    padding-top: 70px;
    justify-content: space-between;
}
.about-profile .ap-text{
    display: block;
    width: 46%;
}
.about-profile .ap-text .title{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #046c39;
    padding: 10px 0 0 0;
}
.about-profile .ap-text .desc{
    display: block;
    padding-top: 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.about-profile .ap-pic{
    display: block;
    width: 672px;
    height: 462px;
    position: relative;
}
.about-profile .ap-pic img{
    position: absolute;
    right: 0;
    top: 0;
    width: 636px;
    height: 423px;
    z-index: 12;
}
.about-profile .ap-pic .app-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 636px;
    height: 428px;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
    z-index: 10;
}
.about-certificate{
    display: block;
    padding: 90px 0 80px 0;
    background-color: #f6f6f6;
}
.ac-box{
    display: block;
    margin-top:90px;
    min-height:500px;
    position: relative;
}
.ac-list{
    display: block;
    width: 100%;
    min-height:500px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.ac-list .swiper-slide{
    display: block;
    width: 327px;
    height: 440px;
    cursor: pointer;
    padding: 40px 60px 0 60px;
    background-color: #ffffff;
    position: relative;
    margin-right: 30px;
}
.ac-list .swiper-slide:hover{
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
}
.ac-list .swiper-slide .pic{
    display: flex;
    width: 100%;
    height: 305px;
    align-items: center;
}
.ac-list .swiper-slide img{
    display: block;
    width: 100%;
    max-height: 305px;
}
.ac-list .swiper-slide span{
    display: block;
    margin-top: 42px;
    font-size: 18px;
    text-align: center;
}
.ac-list .swiper-slide:hover span{
    color: #ffffff
}
.ac-list .swiper-slide:hover .icon-zoom{
    display: block;
}
.ac-list .swiper-slide .icon-zoom{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    background: url(/uploads/image/swimages/icon-zoom.png) no-repeat center center;
    background-size: 70px 70px;
    z-index: 100;
}
.ac-box .swiper-button-next,.ac-box .swiper-button-prev{
    top: 42%;
}
.ac-list .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:0px;
}
.ac-list .swiper-pagination-bullet{
    background: #e0e0e0;
    width:12px;
    height:12px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.ac-list .swiper-pagination-bullet-active{
    background: #22ab23;
    opacity: 1;
    border:none;
}
.about-team{
    display: block;
    padding: 80px 0 90px 0;
    background-color: #ffffff;
}
.at-box{
    display: block;
    margin-top:90px;
    position: relative;
}
.at-list2{
    display: block;
    margin: 0 auto;
    width: 410px;
    min-height:170px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
    margin-top: 8px;
}
.at-list2 .swiper-slide{
    width: 110px;
}
.at-list2 .swiper-slide-thumb-active .text{
    display: block;
}
.at-thumbs{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.at-list2 .swiper-slide-thumb-active img{
    width: 110px;
    height: 110px;
}
.at-thumbs img{
    display: block;
    margin: 0 auto;
    width: 83px;
    height: 83px;
    object-fit: cover;
}
.at-thumbs .text{
    display: none;
}
.at-thumbs strong{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}
.at-thumbs span{
    display: block;
    margin-top: 8px;
    font-size: 14px;
}
.at-list{
    display: block;
    width: 100%;
    min-height:302px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.at-list .atl-bg{
    display: block;
    margin: 0 auto;
    width: 1224px;
    height: 302px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    padding: 60px 190px 50px 190px;
    background: url(/uploads/image/swimages/bg-atl.png) no-repeat center top;
    background-size: 100% auto;
}
.about-case{
    display: block;
    padding: 70px 0 80px 0;
    background-color: #f6f6f6;
}
.acase-list{
    display: block;
    width: 100%;
    padding-top: 80px;
}
.acase-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.acase-list li{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 174px;
    height: 106px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
}
.acase-list li:nth-child(7n) {
    margin-right: 0;
}
.acase-list li img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.homenews{
    display: block;
    padding: 80px 0 100px 0;
    background: #f6f6f6  no-repeat center bottom;
    background-size: 100% auto;
}
.hnl-box{
    display: block;
    width: 1401px;
    padding-top: 68px;
    position: relative;
}
.hnl-list{
    display: block;
    width: 100%;
    min-height:615px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.hnl-list .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:0px;
}
.hnl-list .swiper-pagination-bullet{
    background: #e0e0e0;
    width:12px;
    height:12px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.hnl-list .swiper-pagination-bullet-active{
    background: #22ab23;
    opacity: 1;
    border:none;
}
.about-team{
    display: block;
    padding: 80px 0 90px 0;
    background-color: #ffffff;
}
.hn-list{
    display: flex;
    width: 100%;
}
.hnl-list .swiper-slide{
    display: block;
    width: 33.33333333333333%;
    height: 545px;
    background-color: #ffffff;
}
.hnl-list .swiper-slide:nth-child(2n) a{
    display: flex;
    flex-direction: column-reverse;
}
.hnl-list .swiper-slide:hover{
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
}
.hnl-list .swiper-slide .pic{
    display: block;
    width: 100%;
    height: 272px;
    overflow: hidden;
    z-index: 9;
    position: relative;
}
.hnl-list .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hnl-list .swiper-slide .pic .hn-nav{
    position: absolute;
    left: 20px;
    top: 24px;
    width: 78px;
    height: 30px;
    background: #22ab23;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
}
.hnl-list .swiper-slide:hover .text,.hnl-list .swiper-slide:hover .text .desc,.hnl-list .swiper-slide:hover .text .more{
    color: #ffffff;
}
.hnl-list .swiper-slide .text{
    display: block;
    position: relative;
    width: 100%;
    height: 273px;
    padding: 22px 22px;
    z-index: 10;
}
.hnl-list .swiper-slide .text:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    position: absolute;
    top: -12px;
    left: 50%;
    z-index: 90;
    opacity: 1;
    transform: translate(-50%, 0);
}
.hnl-list .swiper-slide:hover .text:after{
    border-bottom: 12px solid #2ca12d;
}
.hnl-list .swiper-slide:nth-child(2n) a .text:after{
    top: unset;
    bottom: -12px;
    border-top: 12px solid #ffffff;
    border-bottom: 0;
}
.hnl-list .swiper-slide:hover:nth-child(2n) a .text:after{
    border-top: 12px solid #2ca12d;
}
.hnl-list .swiper-slide .text .time{
    display: block;
    font-size: 16px;
    padding-top: 5px;
}
.hnl-list .swiper-slide .text .title{
    display: block;
    font-size: 20px;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
}
.hnl-list .swiper-slide .text .desc{
    display: block;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    line-height: 24px;
    color: #555555;
    margin-top: 20px;
}
.hnl-list .swiper-slide .text .more{
    display: block;
    margin-top: 26px;
    font-size: 16px;
    color: #046c39;
    text-decoration: underline;
}
.homeclient{
    display: block;
    padding: 80px 0 100px 0;
    background: #f6f6f6  no-repeat center bottom;
    background-size: 100% auto;
}
.hcl-box{
    display: block;
    margin-top:90px;
    position: relative;
}
.hcl-list{
    display: block;
    width: 100%;
    min-height:250px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
}
.hcl-list .swiper-slide{
    display: flex;
    align-items: center;
    width: 100%;
    height: 250px;
    padding: 30px;
    background: url(/uploads/image/swimages/bg-hcl.png) no-repeat center center;
    background-size: 100% 100%;
}
.hcl-list .hcl-bg{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hcl-list .hcl-bg .logo{
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 38px;
    height: 100px;
    border-right: 1px solid #e6e6e6;
}
.hcl-list .hcl-bg .logo img{
    display: block;
    width: 293px;
    height: auto;
}
.hcl-list .hcl-bg .text{
    display: block;
    margin-left: 70px;
    width: 860px;
    font-size: 16px;
    line-height: 26px;
}
.hclient-list{
    display: block;
    width: 100%;
    padding: 80px 20px 0 20px;
    padding-top: 80px;
}
.hclient-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hclient-list .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin: 0 .5% 20px .5%;
    background-color: #ffffff;
}
.hclient-list .swiper-slide img{
    display: block;
    max-width: 100%;
    max-height: auto;
}

.hclient-list .hcll-list{
    padding-bottom: 5px;
}

.hclient-list .hcll-list .swiper-wrapper {
    transition-timing-function: linear;
}

.hclient-list .swiper-pagination{
    display: block;
    bottom: 15px;
}
.hclient-list .swiper-pagination-bullet{
    background: #e0e0e0;
    width:12px;
    height:12px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.hclient-list .swiper-pagination-bullet-active{
    background: #22ab23;
    opacity: 1;
    border:none;
}
.hcl-list .swiper-pagination{
    display: block;
    bottom: 15px;
}
.hcl-list .swiper-pagination-bullet{
    background: #e0e0e0;
    width:12px;
    height:12px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.hcl-list .swiper-pagination-bullet-active{
    background: #22ab23;
    opacity: 1;
    border:none;
}
/*subbanner*/
.subbanner{
    display: block;
    width: 100%;
    height: 285px;
}
.subbanner .wrapper{
    height: 100%;
    position: relative;
}
.subbanner.banner-about{
    background: url(/uploads/image/swimages/img-banner-about.jpg) no-repeat center;
    background-size: cover !important;
}
.subbanner.banner-service{
    background: url(/uploads/image/swimages/img-banner-service.jpg) no-repeat center;
    background-size: cover !important;
}
.subbanner.banner-laws{
    background: url(/uploads/image/swimages/img-banner-laws.jpg) no-repeat center;
    background-size: cover !important;
}
.subbanner.banner-tools{
    background: url(/uploads/image/swimages/img-banner-tools.jpg) no-repeat center;
    background-size: cover !important;
}
.subbanner.banner-tools-down{
    background: url(/uploads/image/swimages/img-banner-tools-down.jpg) no-repeat center;
    background-size: cover !important;
}
.subbanner.banner-supplychain{
    background: url(/uploads/image/swimages/img-banner-supplychain.jpg) no-repeat center;
    background-size: cover !important;
}
.subbanner.banner-contact{
    background: url(/uploads/image/swimages/img-banner-contact.jpg) no-repeat center;
    background-size: cover !important;
}

.subbanner .title{
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 18px;
    text-align: center;
}
.subbanner .line{
    display: block;
    margin: 0 auto;
    width: 68px;
    height: 4px;
    border-radius: 2px;
    background-color: #ffffff;
}
.subbanner .path{
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 16px;
    color: #ffffff;
}
.subbanner .path a{
    color: #ffffff;
}
.subbanner .path a:hover{
    text-decoration: underline !important;
}
.content{
    display: block;
    width: 1400px;
    margin: 85px auto 85px auto;
}
/*pages*/
.sh-pages {
    padding: 30px 0;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.sh-pages a{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
    font-size: 20px;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
    border: 1px solid #cccccc;
}
.sh-pages a:hover{
    background: #169217;
    color: #fff;
    border: 1px solid #169217;
}
.sh-pages a i{
    margin-right: 0;
    font-size: 20px;
    color: #aaaaaa;
}
.sh-pages a:hover i{
    color: #ffffff;
}
.sh-pages span {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    background: #169217;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 5px;
}
/*supplychain*/
.supplychain-nav{
    display: block;
    width: 100%;
    height: 70px;
    background: #f6f6f6;
}
.supplychain-nav ul{
    padding-top: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.supplychain-nav li{
    display: block;
    width: auto;
    padding: 0 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin: 0 30px;
    position: relative;
}
.supplychain-nav li.cur a,.supplychain-nav li:hover a{
    font-weight: bold;
    color: #169217;
}
.supplychain-nav li.cur:after,.supplychain-nav li:hover:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #169217;
}
.supplychain-list{
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 0 80px 0;
}
.supplychain-list ul,.supplychain-list .wrapper{
    display: block;
}
.supplychain-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px 30px 36px;
    border-bottom: 1px solid #e9e9e9;
}
.supplychain-list li:hover{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.supplychain-list li .text{
    flex: 0 0 82%;
    width: 82%;
    display: flex;
}
.supplychain-list li .text .item{
    width: 20%;
}
.supplychain-list li .text .item span{
    display: block;
    font-size: 14px;
    color: #666666;
}
.supplychain-list li .text .item strong{
    padding-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.supplychain-list li .text .item strong a{
    text-decoration: underline;
}
.supplychain-list li .text .item strong a:hover{
    text-decoration: underline !important;
    color: #046c39;
}
.supplychain-list li .btn{
    flex: 0 0 18%;
    width: 18%;
    display: flex;
    justify-content: space-between;
}
.supplychain-list li .btn a{
    display: block;
    width: 95px;
    height: 36px;
    background: #ffffff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 32px;
}
.supplychain-list li .btn a:hover{
    background-color: #3aac3b;
    color: #ffffff;
    border: 1px solid #3aac3b;
}
.supplychain-so{
    display: block;
    width: 266px;
    height: 35px;
    margin-top: 8px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
.supplychain-so input{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    padding: 0 5px;
    border: none;
}
.supplychain-so button{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 100%;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
    background: url(/uploads/image/swimages/icon-sup-so.png) no-repeat center center;
    background-size: 20px 20px;
}
.supplychain-so button:hover{
    opacity: 0.8;
}
.form-item{
    display: block;
    margin-top: 30px;
    position: relative;
}
.form-item.flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.form-inline{
    width: 45%;
}
.form-item.m50{
    margin-top: 50px;
}
.form-item.m80{
    margin-top: 80px;
}
.form-label{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}
.form-label em{
    color: #ff0000;
    margin-right: 5px;
}
.form-label-inline{
  display: inline-block;
  width: 22%;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}
.form-input{
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
}
.form-input:hover,.form-input:focus{
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(57, 170, 58,1)
}
.form-input.error{
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(255,0,0,1);
}
.form-select{
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
}
.form-textarea{
    width: 100%;
    height: 150px;
    font-size: 16px;
    padding: 15px 16px;
    border: 1px solid #e0e0e0;
}
.form-textarea:hover,.form-textarea:focus{
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(57, 170, 58,1)
}
.form-text{
    display: block;
    font-size: 15px;
    margin-top: 30px;
    color: #666666;
}
.form-text a{
    color: #5417f4;
}
.form-text a:hover{
    color: #3607b3;
}
.form-tips{
    display: block;
    margin-top: 45px;
    color: #666666;
    font-size: 18px;
}
.form-text-inline{
  display: inline-block;
  width: 77%;
  font-size: 15px;
  color: #666666;
  margin-bottom: 12px;
}
.form-text-inline span{
  padding-left: 10px;
  color: #999999;
}
.form-box{
    display: flex;
    margin-top: -5px;
    font-size: 16px;
    line-height: 28px;
    flex-direction: row;
    flex-wrap: wrap;
}
.form-box label{
    margin-right: 15px;
}
.form-checkbox{
    width: 16px;
    height: 16px;
    vertical-align: -2.5px;
    margin-right: 8px;
}
.form-btn{
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background-color: #39aa3a;
}
.form-btn.w500{
    display: block;
    width: 500px;
    margin: 0 auto;
}
.form-btn:hover{
    opacity: 0.8;
}
/*tool*/
.tools-pesticide{
    display: block;
    padding: 65px 0;
}
.tools-pesticide .wrapper{
    padding: 60px 150px 80px 150px;
    background: #ffffff;
    box-shadow: 1px 2px 50px rgba(153, 153, 153, 0.2);
}
.tools-pesticide .h2title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 60px;
}
.toolsdown-list{
    display: block;
    width: 100%;
    height: auto;
    padding: 95px 0 95px 0;
}
.toolsdown-list .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.toolsdown-list li{
    display: block;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 42px;
    height: 138px;
    padding: 30px 40px 28px 40px;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background: url(/uploads/image/swimages/icon-yun.png) no-repeat right bottom;
    background-size: 126px auto;
    position: relative;
}
.toolsdown-list li:hover{
    box-shadow: 0px 0px 12px rgb(4 108 57 / 30%);
}
.toolsdown-list li:nth-child(2n){
    margin-right: 0;
}
.toolsdown-list li .title{
    display: block;
    font-size: 20px;

}
.toolsdown-list li .size{
    display: block;
    font-size: 14px;
    color: #666666;
    padding-top: 36px;
}
.toolsdown-list li .btn{
    position: absolute;
    right: 30px;
    bottom: 28px;
    width: 70px;
    height: 30px;
}
.toolsdown-list li .btn a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #1790ff;
    border:1px solid #1790ff;
}
.toolsdown-list li .btn a:hover{
    color: #169217;
    border:1px solid #169217;
}
.sub-number{
    display: block;
    padding: 30px 0;
    height: 233px;
    background-color: #f3fff6;
}
.sub-number .wrapper{
    display: flex;
    justify-content: space-between;
   height: 100%;
}
.sub-number li{
    display: flex;
    width: 310px;
    height: 100%;
    justify-content: space-between;
    padding-right: 50px;
    align-items: center;
    background: url(/uploads/image/swimages/line.png) no-repeat right center;
}
.sub-number li:last-child{
    padding-right: 20px;
    background:none;
}
.sub-number li .text{
    width: 170px;
}
.sub-number li .text span{
    display: block;
    font-size: 18px;
}
.sub-number li .text strong{
    display: block;
    font-size: 48px;
    font-weight: bold;
    padding-top: 15px;
    color: #39aa3a;
}
.sub-number li .icon{
    display: block;
    width: 56px;
    height: 56px;
}
.sub-number li .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.compliance{
    display: block;
    padding: 60px 0 80px 0;
}
.btn-more{
    display: block;
    padding-top: 40px;
}
.btn-more a{
    display: block;
    margin: 0 0 0 auto;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
    border-radius: 18px;
}
.btn-more a:hover{
    opacity: 0.9;
}
.compliance-box{
    display: block;
    margin-top:40px;
    min-height:420px;
    position: relative;
}
.compliance-list{
    display: block;
    width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    min-height:420px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.compliance-list .swiper-slide{
    display: block;
    width: 380px;
    height: 412px;
    background-color: #ffffff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.compliance-list .swiper-slide .pic{
    display: block;
    width: 100%;
    height: 252px;
    overflow: hidden;
}
.compliance-list .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.compliance-list .swiper-slide .text{
    display: block;
    width: 100%;
    height: 160px;
    padding: 25px 15px;
}
.compliance-list .swiper-slide .title{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.compliance-list .swiper-slide .more{
    display: block;
    padding-top: 25px;
    text-align: center;
    font-size: 16px;
    text-decoration-line: underline;
}
.compliance-box .swiper-button-prev{
    left: 20px;
}
.compliance-box .swiper-button-next{
    right: 20px;
}
.compliance-box .swiper-pagination{
    display: none;
}
.tool-sobanner{
    display: block;
    width: 100%;
    height: 455px;
    background: url(/uploads/image/swimages/img-tool-sobanner.jpg) no-repeat center;
    background-size: cover;
}
.tool-sobanner .wrapper{
    height: 100%;
    position: relative;
    padding-top: 90px;
}
.tool-sobanner .title{
    display: block;
    font-size: 36px;
    color: #ffffff;
}
.tool-sobanner .tool-sobox{
    padding-top: 40px;
    display: block;
    width: 100%;
}
.ts-tab{
    display: flex;
    padding-bottom: 18px;
}
.ts-tab li{
    display: block;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.ts-tab li.cur{
    background-color: #39aa3a;
    color: #ffffff;
}
.ts-tab li.cur:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #39aa3a;
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: 90;
    opacity: 1;
    transform: translate(-50%, 0);
}
.tool-sobanner .path{
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 16px;
    color: #ffffff;
}
.tool-sobanner .path a{
    color: #ffffff;
}
.tool-sobanner .path a:hover{
    text-decoration: underline !important;
}
.tool-sobanner .ts-box{
    display: block;
    width: 100%;
    height: 70px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 4px;
    position: relative;
}
.tool-sobanner .ts-box input{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding-left: 56px;
    line-height: 70px;
    border: none;
    background: url(/uploads/image/swimages/icon-so.png) no-repeat 16px center;
    background-size: 27px;
}
.tool-sobanner .ts-box button{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 152px;
    height: 54px;
    background: #39aa3a;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tool-sobanner .ts-box button:hover{
    opacity: 0.9;
}
.tool-sobanner .ts-box button img{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
}
.tool-sobanner .ts-text{
    display: block;
    padding-top: 16px;
    font-size: 16px;
}
.tool-sobanner .ts-text a{
    color: #046c39;
}
.tool-sobanner .ts-text a:hover{
    text-decoration: underline !important;
}
/*service*/
.service-nav{
    display: block;
    width: 100%;
    height: 70px;
    background: #f6f6f6;
}
.service-nav ul{
    padding-top: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.service-nav li{
    display: block;
    width: auto;
    padding: 0 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin: 0 80px 0 0;
    position: relative;
}
.service-nav li.cur a,.service-nav li:hover a{
    font-weight: bold;
    color: #169217;
}
.service-nav li.cur:after,.service-nav li:hover:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #169217;
}
.service-list{
    display: block;
    padding: 95px 0 110px 0;
}
.service-list .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.service-list li{
    display: block;
    width: 327.5px;
    height: 375px;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
    border: 1px solid #eaeaea;
    cursor: pointer;
    margin-right: 30px;
    margin-bottom: 30px;
}
.service-list li:nth-child(4n) {
    margin-right: 0;
}
.service-list li .pic{
    display: block;
    width: 327.5px;
    height: 210px;
    overflow: hidden;
}
.service-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-list li:hover .text{
    bottom: 0;
}
.service-list li .text{
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 215px;/*165*/
    padding: 25px 17px;
    background: #f8f8f8;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.service-list li .icon{
    display: block;
    margin: 0 auto;
    width: 37px;
    height: 37px;
}
.service-list li .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.service-list li .title{
    display: block;
    font-size: 18px;
    margin-top: 17px;
}
.service-list li .desc{
    display: block;
    color: #666666;
    height: 35px;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.3;
    overflow: hidden;
}
.service-list li:hover .btn{
    display: block;
}
.service-list li .btn{
    display: none;
    margin: 16px auto 0 auto;
    width: 108px;
    height: 32px;
    background: #189419;
    border-radius: 52px;
    transition: all 0.4s ease-in-out;
}
.service-list li .btn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
}
.service-box{
    display: flex;
    justify-content: space-between;
    padding: 72px 0 90px 0;
}
.service-info{
    display: block;
    width: 74%;
    padding: 40px 0;
}
.service-info .h1title{
    display: block;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e9e9e9;
}
.service-info .h1title .si-nav{
    float: right;
    width: auto;
    margin-right: 26px;
    margin-top: 3px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    color: #1d7b4c;
    padding: 0 12px;
    background-color: #cde2d7;
}
.service-info .time{
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding: 32px 0 22px 0;
    line-height: 22px;
    border-bottom: 1px solid #e9e9e9;
}
.service-info .news-content{
    display: block;
    padding: 20px 0 30px 0;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}
.service-info .news-content img{
    display: block;
    margin: 50px auto;
    max-width: 100%;
    height: auto;
}
.service-info .page-box{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
    border-top: 1px solid #e9e9e9;
}
.service-info .page-next{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.service-info .page-btn{
    width: 105px;
    height: 38px;
}
.service-info .page-btn a{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #046c39;
    font-weight: 400;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #046c39;
}
.service-info .page-btn a:hover{
    opacity: 0.6;
}
/*contact*/
.cus-map{
    display: flex;
    width: 100%;
    height: 400px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.cus-map .map{
    flex: 0 0 697px;
    width: 697px;
    height: 400px;
    margin-right: 53px;
}
.cus-map .map img{
    display: block;
    width: 100%;
    height: 100%;
}
.cus-map .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 40px 0;
}
.cus-map .title{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.cus-map .desc{
    display: block;
    margin-top: 55px;
    font-size: 16px;
    color: #666666;
}
.cus-map .desc p{
    margin: 0 0 28px 0;
    height: 20px;
    line-height: 20px;
    padding-left: 35px;
}
.cus-map .desc p.icon-phone{
    background: url(/uploads/image/swimages/icon-c-phone.png) no-repeat left center;
    background-size: auto 20px;
}
.cus-map .desc p.icon-add{
    background: url(/uploads/image/swimages/icon-c-lbs.png) no-repeat left center;
    background-size: auto 20px;
}
.cus-map .desc p.icon-mail{
    background: url(/uploads/image/swimages/icon-c-mail.png) no-repeat left center;
    background-size: auto 20px;
}
.cus-map .btn{
    display: block;
    padding-top: 35px;
}
.cus-map .btn a{
    display: block;
    width: 129px;
    height: 37px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #046c39;
    border-radius: 20px 0px;
    color: #147545;
}
.cus-map .btn a:hover{
    opacity: 0.8;
}
.cus-list{
    display: block;
    margin-top: 95px;
}
.cus-list ul{
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cus-list li{
    display: block;
    width: 680px;
    height: 212px;
    padding: 36px 55px 30px 55px;
    margin-right: 40px;
    margin-bottom: 56px;
    background: #ffffff  no-repeat right bottom;
    background-size: auto 160px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.cus-list li:hover{
    box-shadow: 0px 0px 12px rgba(4, 108, 57, 0.30);
}
.cus-list li:nth-child(2n) {
    margin-right: 0;
}
.cus-list li .title{
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #046c39;
    margin-bottom: 35px;
}
.cus-list li .desc{
    display: block;
    font-size: 16px;
}
.cus-list li .desc p{
    margin-top: 0;
    margin-bottom: 20px;
}
.cus-list li .desc p span{
    display: inline-block;
    width: 65px;
    text-align: justify;
    text-align-last: justify;
}
/*rbox*/
.rb-contact{
    display: block;
    margin-top: 22px;
    font-size: 16px;
}
.rb-contact p{
    margin: 0 0 18px 0;
    height: 18px;
    line-height: 18px;
    padding-left: 28px;
}
.rb-contact p.icon-phone{
    background:  no-repeat left center;
    background-size: auto 15px;
}
.rb-contact p.icon-qq{
    background: url(/uploads/image/swimages/icon-rbc-qq.png) no-repeat left center;
    background-size: auto 15px;
}
.rb-contact p.icon-mail{
    background: url(/uploads/image/swimages/icon-rbc-mail.png) no-repeat left center;
    background-size: auto 15px;
}
.right-com{
    display: block;
    width: 22%;
}
.rbox{
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.08);
}
.rbtitle{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
}
.rbtitle img{
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 20px;
}
.rbanner{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.rbanner img{
    display: block;
    width: 100%;
    height: auto;
}
.rnews-list{
    display: block;
    width: 100%;
    height: auto;
}
.rnews-list li{
    display: block;
    width: 100%;
    height: 42px;
    overflow: hidden;
    margin-top: 12px;
    line-height: 42px;
    font-size: 16px;
    padding-left: 15px;
    border-bottom: 1px solid #efefef;
    position: relative;
}
.rnews-list li:last-child{
    border-bottom: none;
}
.rnews-list li:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #43b244;
}
.rbox .more{
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 32px;
    background: #ffffff;
    border: 1px solid #43b244;
}
.rbox .more a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #43b244;
}
.rbox .more a:hover{
    opacity: 0.8;
}
/*laws*/
.laws-box{
    display: flex;
    justify-content: space-between;
    padding: 72px 0 90px 0;
}
.laws-experts-list{
    display: block;
    width: 74%;
}
.laws-experts-list ul{
    display: block;
    width: 100%;
    padding: 10px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.laws-experts-list li{
    display: block;
    width: 100%;
    height: 200px;
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e9;
}
.laws-experts-list li:last-child{
    border-bottom: none;
}
.laws-experts-list li a{
    display: flex;
    width: 100%;
    height: 140px;
}
.laws-experts-list li .pic{
    flex: 0 0 215px;
    width: 215px;
    height: 140px;
    margin-right: 24px;
    position: relative;
    overflow: hidden;
}
.laws-experts-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.laws-experts-list li .pic .lel-nav{
    position: absolute;
    top: 8px;
    left: 8px;
}
.laws-experts-list li .pic .lel-nav span{
    display: inline-block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    margin-right: 6px;
}
.laws-experts-list li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.laws-experts-list li .text .title{
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
}
.laws-experts-list li .text .desc{
    display: block;
    margin-top: 22px;
    font-size: 16px;
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    color: #555555;
}
.laws-experts-list li .text .botbox{
    display: flex;
    width: 100%;
    padding-top: 18px;
    align-items: center;
    justify-content: space-between;
}
.laws-experts-list li .text .tag{
    display: flex;
}
.laws-experts-list li .text .tag span{
    display: inline-block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background-color: #f1f1f1;
    color: #8a8a8a;
    margin-right: 12px;
}
.laws-experts-list li .text .time{
    font-size: 14px;
    color: #666666;
}
.laws-info{
    display: block;
    width: 74%;
    padding: 20px 0 40px 0;
}
.laws-info .h1title{
    display: block;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 0 0 30px 0;
}
.laws-info .h1title .si-nav{
    float: right;
    width: auto;
    margin-right: 26px;
    margin-top: 3px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    color: #1d7b4c;
    padding: 0 12px;
    background-color: #cde2d7;
}
.laws-info .h1box{
    display: flex;
    width: 100%;
    padding: 20px 0;
    padding-top: 18px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}
.laws-info .h1box .tag{
    display: flex;
}
.laws-info .h1box .tag span{
    display: inline-block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background-color: #f1f1f1;
    color: #8a8a8a;
    margin-right: 12px;
}
.laws-info .h1box .time{
    font-size: 14px;
    color: #666666;
}
.laws-info .news-content{
    display: block;
    padding: 20px 0 30px 0;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}
.laws-info .news-content img{
    display: block;
    margin: 50px auto;
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
}
.laws-info .page-box{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
    border-top: 1px solid #e9e9e9;
}
.laws-info .page-next{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.laws-info .page-btn{
    width: 105px;
    height: 38px;
}
.laws-info .page-btn a{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #046c39;
    font-weight: 400;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #046c39;
}
.laws-info .page-btn a:hover{
    opacity: 0.6;
}
.laws-filter{
    display: block;
    width: 100%;
    height: auto;
    padding:0 0 20px 0;
    margin-bottom: 20px;
    background-color: #ffffff;
}
.laws-filter .title{
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}
.laws-filter .fl-item{
    display: flex;
    height: auto;
    align-items: flex-start;
    align-content: flex-start;
    padding: 5px 0;
    position: relative;
}
.laws-filter .fl-item .icon-up{
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.laws-filter .fl-item label{
    font-size: 16px;
    line-height: 32px;
    width: 82px;
    color: #666666;
}
.laws-filter .fl-item .fli-link{
    display: flex;
    width: 92%;
    height: 38px;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: flex-start;
}
.laws-filter .fl-item .fli-link.show{
    height: auto;
}
.laws-filter .fl-item .fli-link a{
    display: flex;
    align-items: center;
    line-height: 28px;
    height: 30px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 15px;
    margin:0 20px 10px 0;
    color: #666666;
    border:1px solid #666666;
}
.laws-filter .fl-item .fli-link a.cur,.laws-filter .fl-item .fli-link a:hover{
    color: #046c39;
    border:1px solid #046c39;
}
.laws-training-list{
    display: block;
    width: 74%;
}
.laws-training-list ul{
    display: flex;
    width: 100%;
    padding: 10px 0 0 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.laws-training-list li{
    display: block;
    width: 31.5%;
    height: 265px;
    margin-right: 2.2%;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.laws-training-list li:hover{
    box-shadow: 0px 0px 12px rgb(4 108 57 / 30%);
}
.laws-training-list li:nth-child(3n){
    margin-right: 0;
}
.laws-training-list li .pic{
    display: block;
    width: 100%;
    height: 158px;
    position: relative;
    overflow: hidden;
}
.laws-training-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.laws-training-list li .pic .lel-nav{
    position: absolute;
    top: 15px;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 8px;
}
.laws-training-list li .pic .lel-nav span{
    display: inline-block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    margin-right: 0;
    border-radius: 4px;
}
.laws-training-list li .pic .lel-nav span.green{
    background-color: #43b244;
}
.laws-training-list li .text{
    display: block;
    width: 100%;
    height: 107px;
    padding: 5px 15px;
}
.laws-training-list li .text .title{
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    font-weight: bold;
    line-height: 30px;
    font-size: 18px;
}
.laws-training-list li .text .botbox{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.laws-training-list li .text .time{
    font-size: 14px;
    color: #666666;
}
.laws-training-list li .text .btn{
    display: block;
    width: 82px;
    height: 28px;
}
.laws-training-list li .text .btn a{
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #43b244;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #43b244;
}
.laws-training-list li .text .btn a:hover{
    opacity: 0.8;
}
.laws-training-info{
    display: block;
    width: 74%;
    padding: 0 0 40px 0;
}
.lti-desc{
    display: flex;
    width: 100%;
    padding: 35px 22px;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.lti-desc .pic{
    display: block;
    flex: 0 0 326px;
    width: 326px;
    height: 212px;
    margin-right: 24px;
}
.lti-desc .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lti-desc .lti-text{
    flex: 0 1 auto;
    width: auto;
}
.lti-desc .lti-text .title{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.lti-desc .lti-text .lti-con{
    display: block;
    font-size: 15px;
    line-height: 21px;
    color: #666666;
    margin-top: 12px;
}
.lti-desc .lti-text .lti-con p{
    padding-left: 18px;
    background: url(/uploads/image/swimages/icon-training01.png) no-repeat left center;
    background-size: 12px 12px;
    margin: 0 0 10px 0;
}
.lti-nav{
    width: 100%;
    height: 70px;
    margin-top: 36px;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 0 60px;
    padding-top: 10px;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}
.lti-nav li{
    display: block;
    width: auto;
    padding: 0 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin: 0 50px 0 0;
    position: relative;
    cursor: pointer;
}
.lti-nav li.cur a,.service-nav li:hover a{
    font-weight: bold;
    color: #169217;
}
.lti-nav li.cur:after,.service-nav li:hover:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #169217;
}
.lti-box{
    display: block;
    background: #ffffff;
    margin-top: 30px;
    padding: 20px 30px;
    font-size: 16px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.ltib-title{
    display: block;
    width: 100%;
    padding: 16px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.ltib-title strong{
    display: block;
    padding-left: 12px;
    font-size: 20px;
    border-left: 3px solid #1c961d;
}
.activity-introduction{
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 45px;
}
.activity-list{
    display: block;
    padding-top: 10px;
    padding-bottom: 45px;
}
.activity-list li{
    display: flex;
    padding: 13px 0 13px 0;
}
.activity-list li .pic{
    width: 165px;
    height: 226px;
    margin-right: 30px;
}
.activity-list li .text{

}
.activity-list li .title{
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}
.activity-list li .subtitle{
    display: block;
    padding-top: 25px;
    font-size: 16px;
    color: #046c39;
    font-weight: bold;
}
.activity-list li .desc{
    display: block;
    font-size: 14px;
    padding-top: 18px;
    line-height: 1.5;
    color: #666666;
}
/*recruitmen*/
.recruitment-nav{
    display: block;
    width: 100%;
    height: 70px;
    background: #f6f6f6;
}
.recruitment-nav ul{
    padding-top: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.recruitment-nav li{
    display: block;
    width: auto;
    padding: 0 8px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin: 0 40px;
    position: relative;
}
.recruitment-nav li.cur a,.recruitment-nav li:hover a{
    font-weight: bold;
    color: #169217;
}
.recruitment-nav li.cur:after,.recruitment-nav li:hover:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #169217;
}
.recruitment-list{
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 0 80px 0;
}
.recruitment-list ul{
    display: block;
}
.recruitment-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px 30px 36px;
    border-bottom: 1px solid #e9e9e9;
}
.recruitment-list li:hover{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.recruitment-list li .text{
    flex: 0 0 82%;
    width: 82%;
    display: flex;
}
.recruitment-list li .text .item{
    width: 33%;
}
.recruitment-list li .text .item span{
    display: block;
    font-size: 14px;
    color: #666666;
}
.recruitment-list li .text .item strong{
    padding-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.recruitment-list li .btn{
    flex: 0 0 18%;
    width: 18%;
    display: flex;
    justify-content: space-between;
}
.recruitment-list li .btn a{
    display: block;
    width: 95px;
    height: 36px;
    background: #ffffff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 32px;
}
.recruitment-list li .btn a:hover{
    background-color: #3aac3b;
    color: #ffffff;
    border: 1px solid #3aac3b;
}
.menu-mask{
    position: fixed;
    top: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}
.icon-close{
    position: absolute;
    bottom: -55px;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -16px;
    cursor: pointer;
}
.icon-close img{
    display: block;
    width: 100%;
    height: 100%;
}
.popjob{
    width: 600px;
    padding: 30px 45px 45px 45px;
    height: auto;
    min-height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    transform: translatey(-50%);
    background-color: #ffffff;
    border-radius: 0;
}
.popjob .line{
    display: block;
    position: absolute;
    left: 45px;
    top: 0;
    width: 30px;
    height: 4px;
    background-color: #002f7b;
}
.popjob .title{
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #046c39;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 18px;
    position: relative;
}
.popjob .title strong:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 3px;
    background-color: #046c39;
}
.popjob .desc{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: justify;
    line-height: 1.6;
    padding-top: 15px;
}
.popjob .desc strong{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-top: 25px;
    margin-bottom: 8px;
}
.popjob .desc p{
    display: block;
    margin: 0 0 0 0;
}
.popjob .desc .info{
    display: flex;
    width: 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.popjob .desc .info .item{
    display: block;
    width: 50%;
    font-size: 16px;
    line-height: 1.6;
}
.popjob .form-item{
    margin-top: 20px;
}
.popjob .btn{
    display: block;
    padding-top: 10px;
}
.popjob .btn a{
    display: block;
    width: 142px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #3773d2;
    font-size: 20px;
    font-weight: 400;
    color: #3773d2;
}
.popjob .btn a:hover{
    opacity: 0.8;
}
.job-send{
    display: flex;
    width: 100%;
    padding: 30px 0 50px 0;
}
.job-send .item{
    display: block;
    width: 50%;
    text-align: center;
}
.job-send .item img{
    display: block;
    margin: 0 auto 15px auto;
    width: 90px;
    height: 90px;
}
.job-send .item span{
    display: block;
    font-size: 16px;
}
.job-send .item strong{
    display: block;
    font-size: 20px;
    padding-top: 25px;
}
.job-send-ercode{
    display: block;
    width: 185px;
    margin: 0 auto;
}
.job-send-ercode img{
    display: block;
    width: 100%;
    height: auto;
}
.job-send-ercode span{
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
/* new add */
.result-form{
    display: flex;
    width: 100%;
    padding-bottom: 25px;
    justify-content: space-between;
}
.result-form .rf-btn{
    display: flex;
    width: 110px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    align-items: center;
    line-height: 40px;
    color: #ffffff;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
    border-radius: 20px;
    justify-content: center;
    cursor: pointer;
}
.result-form .rf-btn:hover{
    opacity: 0.8;
}
.icon-down{
    display: block;
    width: 15px;
    margin-left: 5px;
    height: 8px;
    background: url(/uploads/image/swimages/icon-f-up.png) no-repeat center center;
    background-size: auto 8px;
}
.result-form .rf-btn.cur .icon-down{
    margin-top: 3px;
    transform:rotate(180deg);
}
.result-form .rf-item{
    display: flex;
    width: auto;
}
.result-form .rf-item input{
    display: block;
    width: 260px;
    padding: 0 28px;
    margin-left: 20px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #dddddd;
}
.result-form .rf-item button{
    width: 110px;
    height: 40px;
    font-size: 16px;
    line-height: 36px;
    color: #43b244;
    background: rgba(4, 108, 57, 0.1);
    border: 1px solid #43b244;
    border-radius: 20px;
    margin-left: 20px;
    cursor: pointer;
}
.result-form .rf-item button:hover{
    color: #ffffff;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
}
.result-info{
    height: auto;
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 30px 50px;
    background: #ffffff;
    border: 1px solid #dddddd;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.result-info .title{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.result-info .desc{
    display: block;
    padding-top: 12px;
    font-size: 16px;
    line-height: 26px;
}
.result-statement{
    display: block;
    margin-top: 22px;
    margin-bottom: 80px;
    padding: 30px 50px;
    height: 267px;
    background: #f3fff6;
    border: 1px solid #43b244;
}
.result-statement .title{
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.result-statement .desc{
    display: block;
    margin-top: 18px;
    font-size: 14px;
    line-height: 24px;
}
.result-filter{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding:25px 28px 25px 28px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid rgba(67, 178, 68, 0.2);
}
.result-filter .title{
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}
.result-filter .fl-item{
    display: flex;
    height: auto;
    align-items: flex-start;
    align-content: flex-start;
    padding: 5px 0;
    position: relative;
}
.result-filter .fl-item .icon-up{
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 16px;
    color: #666666;
}
.result-filter .fl-item label{
    font-size: 14px;
    line-height: 34px;
    width: 90px;
    color: #666666;
}
.result-filter .fl-item .fli-link{
    display: flex;
    width: 92%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.result-filter .fl-item .fli-link a{
    display: flex;
    align-items: center;
    line-height: 30px;
    height: 34px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 18px;
    margin:0 20px 10px 0;
    color: #666666;
    border:1px solid #ffffff;
}
.result-filter .fl-item .fli-link a.cur,.result-filter .fl-item .fli-link a:hover{
    color: #046c39;
    background: rgba(4, 108, 57, 0.1);
    border:1px solid #046c39;
}
.rtable{
    display: block;
}
.rt-th{
    display: flex;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    align-items: center;
    font-size: 14px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}
.rt-th.line-green{
    border-bottom: 1px solid #43b244;
}
.rt-th.bg{
    background-color: #f3fff6;
}
.rt-th .t01{
    flex: 0 0 22%;
    width: 22%;
}
.rt-th .t02{
    flex: 0 0 14%;
    width: 14%;
}
.rt-th .t03{
    flex: 0 0 14%;
    width: 14%;
    display: flex;
    align-items: center;
}
.rt-th .t03 img{
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.rt-th .t04{
    flex: 0 0 14%;
    width: 14%;
    display: flex;
    align-items: center;
}
.rt-th .t04 img{
    width: 19px;
    height: 19px;
    margin-right: 5px;
}
.rt-th .t05{
    flex: 0 0 20%;
    width: 20%;
}
.rt-th .t06{
    flex: 0 0 10%;
    width: 10%;
}
.rt-th .t07{
    flex: 0 0 6%;
    width: 6%;
    display: flex;
    align-items: center;
}
.rt-th .t07 a{
    display: flex;
    align-items: center;
}
.rt-th .t07 i{
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 5px;
    background:url(/uploads/image/swimages/icon-view-down.png) no-repeat center center;
    background-size: 100%;
}
.rt-item.cur .rt-th .t07 i{
    background:url(/uploads/image/swimages/icon-view-up.png) no-repeat center center;
    background-size: 100%;
}
.rt-th .green,.green{
    color: #43b244;
}
.rt-th .red{
    color: #df0000;
}
.rt-box{
    display: block;
}
.rt-item{
    display: block;
}
.rt-con{
    display: none;
    padding: 15px 17px;
    line-height: 1.7;
    background: rgba(221, 221, 221, 0.2);
    border-bottom: 1px solid #eaeaea;
}
.rt-item.cur .rt-con{
    display: block;
}
.rt-con .h3title{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.rt-con a{
    text-decoration: underline;
    color: #43b244;
}
.cx-table{
    margin-bottom: 30px;
}
.cx-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #ffffff;
}
.cx-table td{
    padding-left: 45px;
    line-height: 40px;
    border:1px solid #dddddd;
}
.cx-table td.bg{
    background-color: #f3fff6;
}
/*footer*/
.footer{
    display: table;
    width: 100%;
    height: 465px;
    color: #ffffff;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
}
.footer .foot-box{
    display: flex;
    padding: 48px 0 48px 0;
    justify-content: space-between;
}
.foot-contact{
    flex: 0 0 30%;
    width: 30%;
}
.footer .foot-logo{
    display: block;
    width: 100%;
    height: auto;
}
.footer .foot-logo img{
    display: block;
    width: 375px;
    height: auto;
}
.footer .foot-follow{
    display: flex;
    padding-top: 28px;
    padding-bottom: 10px;
}
.footer .foot-follow a{
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 32px;
    text-indent: -99999px;
}
.footer .foot-follow a.icon-weixin{
    background: url(/uploads/image/swimages/icon-weixin.png) no-repeat center center;
    background-size: 100%;
}
.footer .foot-follow a.icon-weibo{
    background: url(/uploads/image/swimages/icon-weibo.png) no-repeat center center;
    background-size: 100%;
}
.footer .foot-follow a.icon-rss{
    background: url(/uploads/image/swimages/icon-rss.png) no-repeat center center;
    background-size: 100%;
}
.footer .foot-follow a.icon-toutiao{
    background: url(/uploads/image/swimages/icon-toutiao.png) no-repeat center center;
    background-size: 100%;
}
.footer .foot-follow a.icon-in{
    background: url(/uploads/image/swimages/icon-in.png) no-repeat center center;
    background-size: 100%;
}
.footer .foot-follow a.icon-souhu{
    background: url(/uploads/image/swimages/icon-souhu.png) no-repeat center center;
    background-size: 100%;
}
.footer .foot-follow a.icon-zhihu{
    background: url(/uploads/image/swimages/icon-zhihu.png) no-repeat center center;
    background-size: 100%;
}
.footer .foot-follow a:hover{
    opacity: 0.8;
}
.footer .foot-phone{
    display: block;
    font-size: 14px;
}
.footer .foot-phone p{
    margin: 15px 0;
}
.footer .foot-phone p strong{
    font-size: 24px;
}
.footer .foot-email{
    margin-top: 32px;
    width: 373px;
    height: 42px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #ffffff;
    border-radius: 40px;
    position: relative;
}
.footer .foot-email input{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    border-radius: 40px;
    border: none;
    background: transparent;
}
.footer .foot-email input::-webkit-input-placeholder{
    color:rgba(255,255,255,0.8);
}
.footer .foot-email input::-moz-placeholder{   /* mozilla firefox 19  */
    color:rgba(255,255,255,0.8);
}
.footer .foot-email input:-moz-placeholder{    /* mozilla firefox 4 to 18 */
    color:rgba(255,255,255,0.8);
}
.footer .foot-email input:-ms-input-placeholder{    /* ie  */
    color:rgba(255,255,255,0.8);
}
.footer .foot-email .icon-email{
    position: absolute;
    right: 12px;
    top: 0;
    width: 26px;
    height: 42px;
    background: url(/uploads/image/swimages/icon-email.png) no-repeat center center;
    background-size: 100%;
}
.footer .foot-nav{
    flex: 0 0 70%;
    width: 70%;
    display: flex;
    padding-top: 15px;
    padding-right: 5px;
    justify-content: flex-end;
}
.footer .foot-nav li{
    display: inline-block;
    width: auto;
    padding-left: 6.5%;
    height: auto;
    text-align: left;
}
.footer .foot-nav li:first-child{
    padding-left: 0;
}
.footer .foot-nav li h3{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.footer .foot-nav li h3 a{
    line-height: 1;
    font-size: 16px;
    color: #ffffff;
}
.footer .foot-nav li a{
    display: block;
    line-height: 1.8;
    font-size: 14px;
    white-space: nowrap;
    color: rgba(255,255,255,0.8);
}
.footer .foot-nav li a:hover{
    color: rgba(255,255,255,1);
    text-decoration: underline !important;
}
.footer .foot-copyright{
    display: flex;
    padding: 22px 0;
    font-size: 16px;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .foot-copyright a{
    color: #ffffff;
}
.footer .foot-copyright a:hover{
    text-decoration: underline !important;
}

/*im*/
.right-im{
    display: block;
    position: fixed;
    right: 15px;
    top: 50%;
    transform:translate(0,-10%);
    width: 65px;
    padding: 0 0;
    height: auto;
    z-index: 100000;
}
.right-im li{
    width: 64px;
    height: 64px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 1px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.right-im li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 45px 0 5px 0;
    font-size: 13px;
    color: #333333;
}
.right-im li a:hover{
    color: #ffffff;
}
.right-im li.im-online{
    background:#ffffff url(/uploads/image/swimages/im-online.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-online:hover{
    background:#43b244 url(/uploads/image/swimages/im-online-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-qq{
    background:#ffffff url(/uploads/image/swimages/im-qq.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-qq:hover{
    background:#43b244 url(/uploads/image/swimages/im-qq-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-weixin{
    background:#ffffff url(/uploads/image/swimages/im-weixin.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-weixin:hover{
    background:#43b244 url(/uploads/image/swimages/im-weixin-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-inquiry{
    background:#ffffff url(/uploads/image/swimages/im-inquiry.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-inquiry:hover{
    background:#43b244 url(/uploads/image/swimages/im-inquiry-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-gotop{
    background:#ffffff url(/uploads/image/swimages/im-gotop.png) no-repeat center top;
    background-size: 45px 45px;
    text-indent: -9999px;
    height: 46px;
    padding-top: 0;
}
.right-im li.im-gotop:hover{
    background:#43b244 url(/uploads/image/swimages/im-gotop-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-qq:hover .im-ercode,.right-im li.im-weixin:hover .im-ercode{
    display: block;
}
.right-im .im-ercode{
    display: none;
    position: absolute;
    right: 75px;
    top: 0;
}


.slidetxtbox{ display: none; width:450px; background: #fff; z-index:2; box-shadow: 0vw 0.125vw 1vw 0vw rgb(0 0 0 / 20%); position: absolute; left: -50px;}
.slidetxtbox::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 200px;
    height: 100%;
    background: linear-gradient(104.32deg, #43b244 0%, #138f14 100.58%);
    z-index: 0;
}
.slidetxtbox .hd{ height:100%; width: 200px; position: relative; z-index: 2; position:relative; }
.slidetxtbox .hd ul{padding: 0px;}
.slidetxtbox .hd ul li{ cursor:pointer;}
.slidetxtbox .hd ul li a{line-height: 3vw; color: #fff; font-weight: normal; text-align: center; }
.slidetxtbox .hd ul li.on{ background:#fff;}
.slidetxtbox .hd ul li.on a{
    color: #138f14;
}
.slidetxtbox .bd ul{  zoom:1; width: 250px;}
.slidetxtbox .bd li{ width: 100%; padding: 0px !important;}
.slidetxtbox .bd li a{line-height: 3vw !important; text-align: left !important;padding: 0 20px}

.header .nav li:hover .slidetxtbox{
    display: flex;
}
.header .nav li:hover .slidetxtbox a{
    color: #fff;
    font-weight: normal;

}

.header .nav li:hover .bd li a{
    color: #333;
    font-weight: normal;
}

.header .nav li:hover .slidetxtbox li.on a{
    color: #138f14;
    font-weight: normal;
}

.header .nav li:hover .slidetxtbox a:hover{
    color: #138f14;
}

.header .nav li .slidetxtbox li:hover:after,.header .nav li .slidetxtbox li a:hover:after{
    position: absolute;
    top: 80px;
    left: 50%;
    content: '';
    display: block;
    width: 52px;
    height: 0px;
}
.menumobile{
    display: none;
}

.search_tc {
	position: fixed;
	z-index: 1000000;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(-100%);
	transition: all 0.3s ease;
}

.search_tc.into {
	position: fixed;
	transform: translatey(0%);
	transition: all 0.3s ease;
}

.search_tc .search_close {
	position: absolute;
	right: 3%;
	top: 3%;
	cursor: pointer;
}

.search_tc .search_nr {
	width: 60%;
	display: flex;
	max-width: 800px;
}

.search_tc .search_nr .text {
	width: calc(100% - 70px);
	border: 0px;
	line-height: 70px;
	box-sizing: border-box;
	padding: 0px 5%;
	font-size: 18px;
}

.search_tc .search_nr .btn {
	width: 70px;
	height: 70px;
	background: url(/uploads/image/swimages/btn_search1.png) no-repeat;
	border: 0px;
	cursor: pointer;
}
