.swiper1 {
    width: 100%;
    height: 5.7rem;
    overflow: hidden;
    position: relative
}

.swiper_img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden
}

    .swiper1 .swiper_img img {
        height: 100%;
        width: auto;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }


@media screen and (max-width: 768px) {
    .swiper1 .swiper_img .textbox .title {
        font-size: .3rem
    }

    .swiper1 .swiper_img .textbox .subtitle {
        font-size: .2rem
    }
}

.mainbox .swiper2 .swiper-button-next, .mainbox .swiper2 .swiper-button-prev {
    color: #000
}

.mainbox .swiper2 .swiper_box {
    border: 1px solid #bbb;
    padding-top: 120%;
    position: relative
}

    .mainbox .swiper2 .swiper_box > a {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0
    }

        .mainbox .swiper2 .swiper_box > a .box_top {
            text-align: center;
            height: 100%;
            overflow: hidden
        }

            .mainbox .swiper2 .swiper_box > a .box_top img {
                width: 100%;
                height: auto;
                margin-top: 10%;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .mainbox .swiper2 .swiper_box > a .box_top img:hover {
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1)
                }

        .mainbox .swiper2 .swiper_box > a .box_bottom {
            font-size: 0.14rem;
            background-color: #4b4b4baf;
            color: white;
            padding-bottom: 0.26rem;
            padding-top: 0.2rem;
            position: absolute;
            bottom: -0.6rem;
            width: 100%;
            height: 0.6rem;
            -webkit-transition: bottom .3s;
            transition: bottom .3s
        }

@media screen and (max-width: 768px) {
    .mainbox .swiper2 .swiper_box > a .box_bottom {
        bottom: 0rem
    }
}

.mainbox .swiper2 .swiper_box:hover .box_bottom {
    bottom: 0
}

@media screen and (max-width: 768px) {
    .mainbox .btn_left, .mainbox .btn_right {
        visibility: hidden
    }
}

.resolve_section .topimg {
    display: block;
    width: 100%;
    padding-top: 36%;
    margin-bottom: 2%;
    overflow: hidden
}

    .resolve_section .topimg img {
        position: absolute;
        width: 100%;
        top: -1.6rem;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer
    }

    .resolve_section .topimg:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

.resolve_section .imgtextbox {
    left: .36rem;
    top: .46rem
}

    .resolve_section .imgtextbox .imgtext {
        font-size: 0.28rem;
        line-height: 0.6rem;
        color: #101010;
        font-weight: bold
    }

    .resolve_section .imgtextbox .img_subtext {
        font-size: 0.16rem;
        line-height: 0.4rem;
        color: #101010
    }

.resolve_section .bottom_img_box .leftimg, .resolve_section .bottom_img_box .rightimg {
    width: 49%;
    padding-top: 32%;
    overflow: hidden
}

    .resolve_section .bottom_img_box .leftimg a, .resolve_section .bottom_img_box .rightimg a {
        display: block
    }

    .resolve_section .bottom_img_box .leftimg img, .resolve_section .bottom_img_box .rightimg img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .resolve_section .bottom_img_box .leftimg img:hover, .resolve_section .bottom_img_box .rightimg img:hover {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            cursor: pointer
        }

.partner_section {
    padding-bottom: 1.2rem
}

    .partner_section .partners {
        max-width: 9.6rem;
        margin: 0 auto
    }

@media screen and (max-width: 768px) {
    .partner_section .partners {
        width: 4rem
    }
}

.partner_section .partners .item {
    width: 1.5rem;
    height: 0.8rem;
    margin: 0.1rem 0.2rem
}

    .partner_section .partners .item img {
        width: 100%;
        height: 100%
    }

.sectionbox {
    max-width: 13.63rem;
    margin: 0 auto;
    padding-top: 0.6rem
}

@media screen and (max-width: 768px) {
    .sectionbox {
        padding-top: 0
    }
}

.sectionbox .title {
    font-size: 0.36rem;
    text-align: center;
    margin: 0.5rem;
    font-weight: bold
}

.mySwiper {
    width: 100%;
    overflow: hidden
}
