header{ background-color: #839e38;}
#full-section .text-wrap{width: 810px;}
/* 1023px */
@media (max-width: 1023px) {
    #full-section .text-wrap{ width: 250px; top: 38%;}
}


#section1{ padding: 120px 0;}
#section1 .service-box > .tit-wrap{ display: none;}
#section1 .wrap1438{ overflow: hidden;}


.service-box {display: none;}
.service-box.active {display: block;}
.service-wrap {display: flex; justify-content: space-between; align-items: flex-start;}


#tab{ display: flex; justify-content: space-between; flex-wrap: nowrap; width: 800px; left: 0; right: 0; margin: 0 auto; margin-bottom: 80px; }
#tab li{ width: 200px; height: 150px; position: relative; text-align: center; padding-top: 20px;}
#tab li:after{ content: ''; position: absolute; display: block; width: 1px; height: 100px; right: 0; top: 25px; background-color: #505050;}
#tab li:nth-child(4):after{ content: ''; display: none;}

#tab li div{ display: block; width: 100%; height: 100%; cursor: pointer;}
#tab li .img-wrap{ display: inline-block; width: 80px; height: 48px; position: relative; margin-bottom: 20px;}
#tab li .img{ background-size: contain;}
#tab li:nth-child(1) .img{ background-image: url(../img/service/icon01.png);}
#tab li:nth-child(2) .img{ background-image: url(../img/service/icon02.png);}
#tab li:nth-child(3) .img{ background-image: url(../img/service/icon03.png);}
#tab li:nth-child(4) .img{ background-image: url(../img/service/icon04.png);}
#tab li h3{ font-size: 20px; padding-bottom: 14px;}
#tab li div p{ font-size: 14px; opacity: 0; transition: .5s;}

#tab li:nth-child(1) div:hover .img{ background-image: url(../img/service/icon01-h.png);}
#tab li:nth-child(2) div:hover .img{ background-image: url(../img/service/icon02-h.png);}
#tab li:nth-child(3) div:hover .img{ background-image: url(../img/service/icon03-h.png);}
#tab li:nth-child(4) div:hover .img{ background-image: url(../img/service/icon04-h.png);}
#tab li div:hover p{ opacity: 1;}

#tab li:nth-child(1) div.active .img{ background-image: url(../img/service/icon01-h.png);}
#tab li:nth-child(2) div.active .img{ background-image: url(../img/service/icon02-h.png);}
#tab li:nth-child(3) div.active .img{ background-image: url(../img/service/icon03-h.png);}
#tab li:nth-child(4) div.active .img{ background-image: url(../img/service/icon04-h.png);}
#tab li div.active p{ opacity: 1;}

#section1 .left{ width: 773px; height: 413px; padding-bottom: 13px; padding-left: 13px; position: relative;}
#section1 .left .deco{ width: 355px; height: 306px; position: absolute; display: block; left: 0; bottom: 0; background-color: #d7eb9e; z-index: -1;}
#section1 .left .s-full-pag{ bottom: 29px;}

#section1 .img-wrap{ width: 760px; height: 400px; overflow: hidden; position: relative;}
#section1 .right{ width: calc(100% - 773px); height: 413px; padding-top: 13px; padding-left: 50px; position: relative;}
#section1 .right h3{ position: relative; top: -10px; display: inline-block; line-height: 34px; font-size: 24px; position: relative; margin-bottom: 22px;}
#section1 .right h3 span{ font-size: 16px; padding-left: 8px;}
#section1 .right h3:after{ content: ''; position: absolute; display: block; width: calc(100% - 5px); height: 10px; background-color: #d7eb9e; bottom: 5px; left: 0; z-index: -1;}
#section1 .right .content{ font-size: 12px; line-height: 24px;}
#section1 .right .control-wrap{ position: absolute; bottom: 13px; left: 50px;}
#section1 .right .s-full-next, #section1 .right .s-full-prev{ position: relative; display: inline-block; text-align: center; width: 40px; height: 40px; line-height: 38px;}
#section1 .right .s-full-next i, #section1 .right .s-full-prev i{ font-size: 37px;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{ opacity: .5;}
#section1 .right .s-full-next{ right: -5px; top: 0;}
#section1 .right .s-full-prev{ left: 0; top: 0;}
.s-full-swiper{ overflow: hidden;}
#section1 .left .s-full-pag{ width: 100%;}

#btm-up1{ position: relative; transition: 1.2s; transition-delay: .3s; top: 100px; opacity: 0;}
#btm-up2{ position: relative; transition: 1.2s;  transition-delay: .8s; top: 100px; opacity: 0; }
#btm-up3{ position: relative; transition: 1.2s;  transition-delay: 1.3s; top: 100px; opacity: 0; }

#btm-up1.up{ top: 0; opacity: 1;}
#btm-up2.up{ top: 0; opacity: 1;}
#btm-up3.up{ top: 0; opacity: 1;}

#tab.up{ opacity: 1; top: 0;}
/* 1023px */
@media (max-width: 1023px) {
    #section1{ padding: 40px 0;}
    #section1 .service-box > .tit-wrap{ display: block;}
    #section1 .service-box > .tit-wrap img{ margin-right: 5px; width: 15px; object-fit: cover;}
    #section1 .service-box > .tit-wrap h3{ position: relative; top: -1px; display: inline-block; line-height: 15px; font-size: 18px; position: relative; margin-bottom: 12px;}
    #section1 .service-box > .tit-wrap h3 span{ font-size: 11px; padding-left: 5px;}
    #section1 .service-box > .tit-wrap h3:after{ content: ''; position: absolute; display: block; width: calc(100% - 5px); height: 6px; background-color: #d7eb9e; bottom: 0; left: 0; z-index: -1;}

    #tab{ flex-wrap: wrap; width: 100%; left: 0; right: 0; margin: 0 auto; margin-bottom: 40px;}
    #tab li{ width: 50%; height: 100px; padding-top: 10px;}
    #tab li:after{ height: 80px; top: 10px; background-color: #505050;}
    #tab li:nth-child(1):before, #tab li:nth-child(2):before{ content: ''; position: absolute; display: block; width: 80%; height: 1px; left: 0; right: 0; margin: 0 auto; bottom: 0; background-color: #505050;}
    #tab li:nth-child(2n):after{ content: ''; display: none;}
    #tab li .img-wrap{ width: 45px; height: 40px; margin-bottom: 5px;}
    #tab li h3{ font-size: 13px; padding-bottom: 5px;}
    #tab li div p{ font-size: 11px; opacity: 1; transition: .5s;}

    #section1 .left .s-full-pag{ bottom: 15px;}
    #section1 .left{ width: 100%; height: calc(53.33vw + 10px); padding-bottom: 10px; padding-left: 10px; padding-right: 10px; position: relative; margin-bottom: 24px;}
    #section1 .left .deco{ width: 39.20vw; height: 33.87vw; position: absolute; display: block; left: 0; bottom: 0; background-color: #d7eb9e; z-index: -1;}
    #section1 .left .full-swiper{ position: relative;}
    #section1 .img-wrap{ width: 100%; height: 53.33vw; overflow: hidden; position: relative;}
    #section1 .right{ width: 100%; height: auto; padding-top: 0; padding-left: 10px; }
    #section1 .right .tit-wrap{ display: none;}
    #section1 .right .content{ font-size: 11px; line-height: 19px;}
    #section1 .right .control-wrap{ display: none;}

    #btm-up1{ top: 0; opacity: 1;}
    #btm-up2{ top: 0; opacity: 1;}
    #btm-up3{ top: 0; opacity: 1;}

    #tab{ opacity: 1; top: 0;}

}