.footer {
    margin-top: 0
}

.banner .swiper-pagination {
    z-index: 1;
    text-align: left;
    bottom: 6vw;
    left: 5%
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet {
    height: 1px;
    width: 10px;
    margin-right: 5px;
    background-color: #bababa;
    border: none;
    border-radius: 5px;
    opacity: .5;
    display: inline-block;
    vertical-align: bottom
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #39af37 !important;
    width: 35px;
    height: 3px;
    opacity: 1
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative
}

.banner .swiper-container {
    height: 100%;
    height: auto;
    max-height: 940px
}

.banner .arrow {
    position: absolute;
    left: 6.5%;
    bottom: 30px;
    z-index: 2
}

.banner .swiper-slide {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    opacity: .9;
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 3s all ease;
    -ms-transition: 3s all ease;
    -webkit-transition: 3s all ease
}

.banner .swiper-slide-active img {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    animation-delay: 1s
}

.banner .swiper-pagination {
    width: 82%;
    left: 9%;
    bottom: 6vw
}

.banner-lis {
    display: flex;
    flex-direction: column;
    gap: 1rem 0
}

.mymore {
    color: #fff;
    background-color: #39af37;
    display: block;
    width: 9em;
    text-align: center;
    box-sizing: border-box;
    padding: .5em 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2em;
    max-width: 100%;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
    -webkit-transition: .3s all ease
}

.mymore.mob {
    display: none
}

.tss {
    position: relative;
    margin: 1rem 0 0 0
}

.tss .box {
    text-align: center
}

.tss .box .aaa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .8rem 0;
    text-align: center
}

.tss .box .aaa>div:nth-of-type(1) {
    font-size: 2rem;
    color: #43ba21;
    font-weight: bold;
    text-shadow: 2px 2px 1px rgba(0,0,0,.1254901961)
}

.tss .box .aaa>div:nth-of-type(n+2) {
    font-size: 1.45rem;
    line-height: 2;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.1254901961)
}

.tss .box .aaa .linkto {
    padding: .7rem 2rem;
    border-radius: 5px;
    border: 2px solid #39af37;
    color: #fff;
    display: inline-flex;
    width: auto;
    background: #39af37;
    margin: 1rem auto 0 auto
}

.tss .box .BannerShow_b1 img {
    width: 100%
}

.ss1 {
    margin: 4vw auto 0 auto
}

.ss1 .box .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 20px 0
}

.ss1 .box .top .l span {
    display: block;
    color: #222;
    font-size: 2.4vw;
    letter-spacing: .1vw
}

.ss1 .box .top .l b {
    font-weight: normal;
    display: block;
    color: #222;
    font-size: 1.8vw
}

.ss1 .box .top .r {
    color: #333;
    font-size: 13px
}

.ss1 .box .ccc {
    display: flex
}

.ss1 .box .ccc .a {
    width: 48%;
    margin-right: 4%
}

.ss1 .box .ccc .a .fm {
    height: 40vh
}

.ss1 .box .ccc .a:nth-child(2n) {
    margin-right: 0
}

.ss1 .box .more {
    margin: 4.6vw 0;
    text-align: center
}

.ss1 .box .more a {
    font-size: 15px;
    color: #333;
    font-family: verdana;
    display: block
}

.ss1 .box .more a::after {
    content: "";
    display: inline-block;
    width: .4vw;
    height: .4vw;
    border: 3px solid #333;
    border-left: 0;
    margin: 0 3%
}

.ss1 .box .more a::before {
    content: "";
    display: inline-block;
    width: .4vw;
    height: .4vw;
    border: 3px solid #333;
    border-right: 0;
    margin: 0 3%
}

.ss1 .box .more a:hover {
    letter-spacing: .3vw
}

@media screen and (max-width: 1125px) {
    .tss {
        position:relative
    }

    .tss .box {
        text-align: center
    }

    .tss .box .aaa {
        display: block;
        padding: 3.8vw 0 3.8vw 0
    }

    .tss .box .aaa .text_en {
        font-size: 2.5vw
    }

    .tss .box .aaa .text {
        font-size: 1.8vw;
        line-height: 2.6vw
    }
}

@media screen and (max-width: 640px) {
    .ss1 {
        margin:4vw auto 0 auto
    }

    .ss1 .box .top {
        padding: 0 0 20px 0
    }

    .ss1 .box .top .l span {
        font-size: 4.4vw;
        letter-spacing: .1vw
    }

    .ss1 .box .top .l b {
        font-size: 3.8vw
    }

    .ss1 .box .top .r {
        font-size: 12px
    }

    .ss1 .box .ccc .a {
        width: 48%;
        margin-right: 4%
    }

    .ss1 .box .ccc .a .fm {
        height: 23vh
    }

    .ss1 .box .ccc .a:nth-child(2n) {
        margin-right: 0
    }

    .ss1 .box .more {
        margin: 4vw 0;
        text-align: center
    }

    .tss {
        position: relative
    }

    .tss .box {
        text-align: center
    }

    .tss .box .aaa {
        display: block;
        padding: 4.8vw 0 4.8vw 0
    }

    .tss .box .aaa .text_en {
        font-size: 4.5vw
    }

    .tss .box .aaa .text {
        font-size: 3.8vw;
        line-height: 4.6vw
    }
}
