.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.w100 {
    position: relative;
    width: 100%;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.w100 > img {
    width: 100%;
}

.full {
    width: 100%;
}

.tc {
    text-align: center;
}

.font20 {
    font-size: 20px;
}

* {
    font-family: 'PingFang SC';
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle;
}

.section-wrap {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 180px);
    font-size: 20px;
    color: #7B568A;
    padding-bottom: 180px;
    background: url("../images/bg.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
}
.icon-x span { display: none; }

.section-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.main-wrap {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.main-wrap > .p2 {
    text-align: center;
    padding-bottom: 40px;
}

.section-1 {
    position: relative;
    max-width: 1536px;
    width: 100%;
    margin: 0 auto;
}

.section-1 .video-wrapper {
    position: absolute;
    top: 15%;
    left: 14%;
    z-index: 2;
    max-width: 724px;
    width: 48%;
    cursor: pointer;
    opacity: 0;
}

.section-1 .video-wrapper .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 10%;
}

.section-1 .video-info {
    position: absolute;
    top: 37%;
    right: 14%;
    z-index: 1;
}

.section-wrap .p1 {
    font-size: 20px;
}

.section-wrap .p2 {
    font-size: 24px;
    font-weight: 500;
}

.section-1 .video-info .p1 {
    padding: 12px 0 20px;
}

.title-img1 {
    width: 100%;
    max-width: 299px;
}

.title-img {
    display: block;
    max-width: 935px;
    width: 80%;
    margin: 69px auto 12px;
}

.hd-box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd-box1 .item {
    position: relative;
    background: url("../images/bg-s2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 48%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 26%;
}

.hd-box1 .item:nth-child(2) {
    background: url("../images/bg-s3.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.hd-box1 .item h2 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;
}

.hd-box3 {
    background: url("../images/bg-s4.png") 0 0 no-repeat;
    background-size: 100% 100%;
    min-height: 260px;
    padding-top: 44px;
    line-height: 34px;
}

.hd-box3 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 16px;
}

.hd-box3 p,
.hd-box4 p {
    padding-left: 11%;
}

.hd-box4 {
    background: url("../images/bg-s4.png") 0 0 no-repeat;
    background-size: 100% 100%;
    min-height: 210px;
    padding-top: 54px;
    line-height: 34px;
}

.mb-40 {
    margin-bottom: 40px!important;
}
.mb-24 {
    margin-bottom: 24px!important;
}
.scroll-wrapper {
    width: 100%;
    overflow: hidden;
}

.scroll-wrapper .scroll-content {
    display: flex;
    width: max-content;
}

.scroll-left {
    animation: scroll-left 20s linear infinite;
}
.scroll-right {
    animation: scroll-right 20s linear infinite;
}

.scroll-wrapper .scroll-content img {
    width: 260px;
    height: 496px;
    margin-right: 32px;
    object-fit: cover;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

#videobox {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    text-align: center;
    top: 0;
    z-index: 9999;
}

#videobox .js-video {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(20%);
    border-radius: 8px;
}

#videobox video {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center center;
}

#videobox .icon-x {
    color: #ffffff;
    position: absolute;
    right: 15px;
    bottom: 100%;
    font-size: 50px;
    z-index: 999;
    cursor: pointer;
}

.section-wrap .pc {
    display: block;
}

.section-wrap .h5 {
    display: none;
}

@media (max-width: 768px) {
    .section-wrap .pc {
        display: none;
    }

    .section-wrap .h5 {
        display: block;
    }

    .section-wrap {
        font-size: 14px;
        padding-bottom: 34px;
        background: #ffede9 url("../images/h5/bg.jpg") 0 0 no-repeat;
        background-size: 100%;
    }
    .main-wrap {
        overflow: hidden;
    }
    .bg-bom {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
    }
    .title-img {
        display: block;
        width: 130%;
        margin: 24px auto 12px;
        margin-left: -15%;
    }
    .section-wrap .p2 {
        font-size: 14px;
    }
    .main-wrap > .p2 {
        text-align: center;
        padding-bottom: 24px;
    }
    .hd-box1 {
        flex-direction: column;
    }
    .hd-box1 .item {
        width: 100%;
        height: 160px;
        margin-bottom: 12px;
        padding-left: 50%;
    }
    .hd-box1 .item:nth-child(1) {
        background: url("../images/h5/bg-s2.png") 0 0 no-repeat;
        background-size: 100% 100%;
    }
    .hd-box1 .item:nth-child(2) {
        background: url("../images/h5/bg-s3.png?1") 0 0 no-repeat;
        background-size: 100% 100%;
    }
    .hd-box1 .item h2 {
        font-size: 18px;
    }
    .scroll-wrapper {
        margin-bottom: 11px;
    }
    .scroll-wrapper .scroll-content img {
        width: 150px;
        height: 286px;
        margin-right: 11px;
        object-fit: cover;
    }
    .hd-box3 {
        background: url(../images/h5/bg-s4.png) 0 0 no-repeat;
        background-size: 100% 100%;
        padding: 18px;
        line-height: 1.5;
        min-height: initial;
    }
    .hd-box3 h2 {
        font-size: 18px;
        padding-bottom: 16px;
    }
    .hd-box4 {
        background: url(../images/h5/bg-s4.png) 0 0 no-repeat;
        background-size: 100% 100%;
        padding: 18px;
        line-height: 1.5;
        min-height: initial;
    }
    .hd-box3 p, .hd-box4 p {
        padding-left: initial;
    }
    .hd-box4 p {
        display: flex;
        padding-bottom: 10px;
    }
    .hd-box4 p:last-child {
        padding-bottom: 0;
    }
    #videobox .icon-x {
        bottom: 72%;
        font-size: 30px;
    }

}

@media (max-width: 320px) {

}