.box1 {
    position: relative;
    margin-top: -92px;
    height: 800px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.box1 .h1 {
    font-size: 48px;
    color: #000;
    line-height: 1.3;
    top: 265px;
    position: absolute;
}

.box1 .bj {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1600px) {
    .box1 {
        margin-top: -72px;
        height: 600px;
    }

    .box1 .h1 {
        font-size: 35px;
        top: 200px;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    .box1 {
        margin-top: 92px;
        height: 500px;
    }

    .box1 .h1 {
        top: 160px;

    }
}

@media (max-width: 992px) {
    .box1 {
        height: 400px;
    }

    .box1 .h1 {
        top: 120px;
    }
}

@media (max-width: 750px) {
    .box1 {
        height: 4rem;
        margin-top: .2rem;
    }

    .box1 .h1 {
        top: 1.3rem;
        font-size: .36rem;
    }
}

/* box2 */
.box2 {
    background: no-repeat center top;
    background-image: url(../../../front/assets/img/ico15.html);
}

.box2 .max1400 {
    padding-top: 155px;
    padding-bottom: 135px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.AboutText_2 {
    width: 45%;
    display: inline-block;
    padding-right: 80px;
    padding-top: 200px;
    vertical-align: top;
}

.box2Img {
    display: inline-block;
    width: 55%;
    vertical-align: top;
}

.About3 {
    width: calc(100% + 200px);
    padding-bottom: 150px;
    padding-right: 270px;
}

.About3Slide.swiper-slide-active {
    position: relative;
    top: 130px;
    transition: all .3s;
}

.About3 img {
    max-width: 100%;
}

.About3 span {
    display: block;
    font-size: 34px;
    line-height: 1.2;
    color: #CA1C1D;
    margin-top: 35px;
    font-style: italic;
}

.About3 h1 {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #777;
    margin-top: 10px;
    font-style: italic;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .box2 .max1400 {
        padding-top: 100px;
    }

    .AboutText_2 {
        padding-right: 40px;
        padding-top: 120px;
    }
}

@media (max-width: 750px) {
    .box2 .max1400 {
        padding: 0.8rem 0;
    }

    .AboutText_2 {
        width: 100%;
        padding: 0;
    }

    .box2Img {
        width: 100%;
    }

    .About3 {
        width: calc(100% + 1rem);
        padding-right: 2rem;
        margin-top: 0.5rem;
        padding-bottom: 1rem;
    }

    .About3Slide.swiper-slide-active {
        top: 0.4rem;
    }


    .About3 span {
        font-size: .4rem;
        margin-top: 0.3rem;
    }

    .About3 h1 {
        font-size: .26rem;
        line-height: .5rem;
    }
}




.box3 {
    width: 100%;
    text-align: center;
    margin-top: 80px;
    display: flex;
    overflow: hidden;
    font-size: 0;
    align-items: center;
    justify-content: center;
}


.box3left {
    background: url(../../image/ico10_1.png) no-repeat center;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    transition: all .3s;
    border-radius: 100%;
}

.box3right {
    background: url(../../image/ico10_3.png) no-repeat center;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    transition: all .3s;
    border-radius: 100%;
}

.box3p {
    display: inline-block;
    padding: 0 25px;
    font-size: 15px;
    color: #666;
    line-height: 60px;
    vertical-align: top;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 750px) {
    .box3 {
        margin-top: 0.4rem;
    }

    .box3right,
    .box3left {
        width: 0.6rem;
        height: 0.6rem;
    }

    .box3p {
        font-size: .24rem;
        line-height: .6rem;
        padding: 0 0.2rem;
    }
}