@media (max-width: 767px) {
    .theTitle {
        height: unset !important;
        font-size: 30px !important;
    }

    .contentRightTitle1 {
        font-size: 2.8vw !important;
        margin-bottom: 0 !important;
    }

    .contentRightText1 {
        font-size: 1vw !important;
        line-height: unset !important;
    }

    .contentLeftTitle {
        font-size: 2.8vw !important;
        margin-bottom: 0 !important;
    }

    .contentLeftText {
        font-size: 1vw !important;
        line-height: unset !important;
    }

    .contentRightTitle2 {
        font-size: 2.8vw !important;
        margin-bottom: 0 !important;
    }

    .contentRightText2 {
        font-size: 1vw !important;
        line-height: unset !important;
    }

    .contentMidTitle {
        font-size: 7vw !important;
        -webkit-text-stroke: unset !important;
        text-shadow: unset !important;
    }

    .contentMidText {
        font-size: 5vw !important;
        -webkit-text-stroke: unset !important;
        text-shadow: unset !important;
    }

    .contentbottom {
        padding-top: 30px !important;
    }

    #contentbottomTitle {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }

    #contentbottomText {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }

    #contentbottomImg {
        width: 88% !important;
    }
}

.banner {
    width: 100%;
}

.swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.swiper-slide>img {
    width: 100%;
}

.theTitle {
    width: 100%;
    height: 440px;
    background: #000;
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentRight {
    width: 100%;
    position: relative;
    font-size: 0;
}

.contentRight>img {
    width: 100%;
    height: 100%;
}

.contentRightBox {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(0, -50%);
}

.contentRightTitle1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contentRightText1 {
    font-size: 25px;
    line-height: 50px;
}

.contentLeft {
    width: 100%;
    position: relative;
    font-size: 0;
}

.contentLeft>img {
    width: 100%;
    height: 100%;
}

.contentLeftBox {
    width: 32%;
    position: absolute;
    top: 50%;
    right: 55%;
    transform: translate(0, -50%);
}

.contentLeftTitle {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contentLeftText {
    font-size: 25px;
    line-height: 50px;
}

.contentRightTitle2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contentRightText2 {
    font-size: 25px;
}

.contentMid {
    width: 100%;
    position: relative;
}

.contentMid>img {
    width: 100%;
    height: 100%;
}

.contentMidBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    font-family: OPPOSans-M;
    text-shadow: 0px 1px 0px #1553AC;
    -webkit-text-stroke: 1px #1B59B5;
}

.contentMidTitle {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    white-space: nowrap;
}

.contentMidText {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

.contentbottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000;
    padding-top: 100px;
}

#contentbottomTitle {
    font-size: 50px;
    color: #fff;
    margin-bottom: 50px;
}

#contentbottomText {
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
}

#contentbottomImg {
    width: 55%;
}