.info {
    background: url('../img/info.png') no-repeat center / 100% 100%;

    color: #fff;
}

.info .info-box {
    padding: 30px 10px;
    min-width: 1440px;
    width: 75vw;
}

.info .info-box .info-item {
    margin-right: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 240px;
    padding: 20px 30px;
}

.info .info-box .info-item:last-child {
    margin-right: 0;
}

.info .info-box .info-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
    transition: all 0.6s;
}

.info .info-box .info-item img:hover {
    transform: scale(1.1);
}

.info .info-box .info-item p:nth-child(2) {
    font-size: 24px;
    margin-bottom: 20px;
}

.info .info-box .info-item p:nth-child(3) {
    font-size: 16px;
}

#swiper .swiper-slide img.back {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

#bannerSwiper .swiper-slide .content {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 142px;
    color: #000;
    width: 100%;
}

#bannerSwiper .swiper-slide .content .title {
    font-size: 83px;
    font-weight: bold;
    margin-top: 84px;
    margin-bottom: 50px;
}

#bannerSwiper .swiper-slide .content .desc {
    font-size: 26px;
    width: 648px;
    line-height: 42px;
    margin-bottom: 19px;
    height: 190px;
}

#bannerSwiper .swiper-slide .content .link {
    width: 200px;
    height: 64px;
    border-radius: 30px;
    background: #FF8E01;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 64px;
    position: relative;
}

#bannerSwiper .swiper-slide .content .link img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 23px;
    top: 20px;
}

#bannerSwiper .swiper-pagination {
    color: #000;
    font-size: 12px;
    bottom: 116px;
    left: 142px;
    text-align: left;
    font-size: 24px;
    line-height: 1;
}

#bannerSwiper .swiper-pagination .swiper-pagination-current {
    font-size: 64px;
    font-weight: bold;
}

#bannerSwiper .swiper-button-prev {
    bottom: 116px;
    left: 292px;
    top: unset;
    color: #fff;
    width: 24px;
    height: 24px;
    background: url('../img/prev.png') no-repeat center / 100% 100%;
}

#bannerSwiper .swiper-button-next {
    bottom: 116px;
    left: 334px;
    top: unset;
    color: #fff;
    width: 24px;
    height: 24px;
    background: url('../img/next.png') no-repeat center / 100% 100%;
}

.vid {
    min-width: 1235px;
    width: 64.32291vw;
    margin: 0 auto;
    padding: 78px 0;
}

.vid .title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.vid .title .tit-left span:nth-child(1) {
    font-size: 48px;
    color: #FF8E01;
    line-height: 39px;
    margin-right: 10px;
}

.vid .title .tit-left span:nth-child(2) {
    color: #BBB;
    font-size: 24px;
    line-height: 39px;
}

.vid .title .tit-right {
    height: 50px;
    line-height: 50px;
    color: #FF8E01;
    display: flex;
    align-items: center;
}

.vid .title .tit-right img {
    margin-left: 30px;
}

.vid .video-box {
    display: flex;
    min-height: 400px;
    height: 20.8333vw;
}

.vid .video-box .video-list {
    margin-right: 16px;
    min-width: 285px;
    width: 14.84375vw;
    min-height: 400px;
    height: 20.8333vw;
    overflow-y: auto;
    padding-right: 10px;
}

.vid .video-box .video-list::-webkit-scrollbar-button {
    display: none;
}

.vid .video-box .video-list::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.vid .video-box .video-list::-webkit-scrollbar-button {
    display: none;
}

.vid .video-box .video-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 2px;
}

.vid .video-box .video-list::-webkit-scrollbar-thumb {
    background-color: #FF8E01;
    border-radius: 6px;
}

.vid .video-box .video-list div {
    padding: 30px 12px;
    color: #666;
    font-size: 16px;
}

.vid .video-box .video-list div:hover {
    cursor: pointer;
    color: #fff;
    background: url('../img/vid.png') no-repeat center / 100% 100%;
}

.vid .video-box .video-list .active {
    cursor: pointer;
    color: #fff;
    background: url('../img/vid.png') no-repeat center / 100% 100%;
}

.vid .video-box .video-play {
    flex: 1;
    position: relative;
}

.vid .video-box .video-play #video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.vid .video-box .video-play .player {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
}

.vid .video-box .video-play .player img {
    margin: auto;
    display: block;
    position: absolute;
    top: 50%; /* 定位到父容器的中间 */
    left: 50%; /* 可选：水平居中 */
    transform: translate(-50%, -50%); /* 将自身向上和向左偏移一半的高度和宽度 */

}

.news {
    width: 1235px;
    min-width: 64.322916vw;
    margin: 0 auto;
}

.news .title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.news .title .tit-left span:nth-child(1) {
    font-size: 48px;
    color: #FF8E01;
    line-height: 39px;
    margin-right: 10px;
}

.news .title .tit-left span:nth-child(2) {
    color: #BBB;
    font-size: 24px;
    line-height: 39px;
}

.news .title .tit-right {
    display: flex;

}

.news .title .tit-right span {
    height: 40px;
    width: 120px;
    font-size: 15px;
    text-align: center;
    display: block;
    line-height: 40px;
    cursor: pointer;
}

.news .title .tit-right span.active {
    color: #fff;
    background: #FF8E01;
}

.news .news-block {
    display: flex;

}

.news .news-content {
    display: none;
}

.news .news-block .block-left {
    min-width: 484px;
    width: 25.20833vw;
}

.news .news-block .block-left img {
    width: 100%;
    height: auto;
}

.news .news-block .block-left .news-time {
    display: flex;
    padding: 25px 18px 24px 28px;
    background-color: #FF8E01;
}

.news .news-block .block-left .news-time .time {
    color: #fff;
    text-align: center;
    min-width: 65px;
}

.news .news-block .block-left .news-time .time div:nth-child(1) {
    font-size: 30px;
    margin-bottom: 10px;
}

.news .news-block .block-left .news-time .time div:nth-child(2) {
    word-break: keep-all;
}

.news .news-block .block-left .news-time .news-cont {
    /* flex: 1; */
    margin-left: 18px;
    color: #fff;
    width: 78%;
}

.news .news-block .block-left .news-time .news-cont div:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 66%; */
}

.news .news-block .block-left .news-time .news-cont div:nth-child(2) {
    margin: 18px 0 12px;
    height: 1px;
    background-color: #fff;
}

.news .news-block .block-left .news-time .news-cont div:nth-child(3) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示2行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-block .block-right {
    flex: 1;
    margin-left: 68px;
}

.news .news-block .block-right a {
    display: flex;
    line-height: 53px;
    justify-content: space-between;
    border-bottom: 1px solid #DFDFDF;
    font-size: 14px;
}

.news .news-block .block-right a span:nth-child(1) {
    color: #555;
    font-size: 14px;
}

.news .news-block .block-right a span:nth-child(2) {
    color: #888;
    font-size: 10px;
}

.news .more {
    margin: 30px auto 0;
    text-align: center;
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 200px;
    font-size: 16px;
    color: #FF8E01;
}

.news .more a {
    color: #FF8E01;
}

.news .more img {
    position: absolute;
    right: 13px;
    top: 13px;
}

.smart {
    height: 45.260vw;
    min-height: 869px;
    margin: 0 0 129px;
    background: url('../img/smart.png') no-repeat center / 100%;
}

#smart-swiper {
    min-width: 1000px;
    width: 50vw;
    min-height: 563px;
    height: 29.3229vw;
    /* padding: 0 90px; */
}

.smart .titles {
    padding-top: 100px;
    /* margin-left: ; */
    min-width: 1000px;
    width: 52.083vw;
    /* margin: 0 auto; */
}

/* #smart-swiper .swiper-slide {
  width: 1000px;
  margin: 0 90px;
} */
.smart .titles span:nth-child(1) {
    font-size: 48px;
    margin-right: 10px;
    color: #FF8E01;
}

.smart .titles span:nth-child(2) {
    font-size: 24px;
    color: #fff;
}

.smart-cont {
    position: relative;
    min-width: 1180px;
    width: 61.458vw;
    margin: 0 auto;
}

.smart-cont .swiper-button-prev {
    width: 64px;
    height: 64px;
    background: url('../img/to-left.png') no-repeat center / 64px 64px;
}

.smart-cont .swiper-button-next {
    width: 64px;
    height: 64px;
    background: url('../img/to-right.png') no-repeat center / 64px 64px;
}

#smart-swiper .swiper-slide img.right-pic {
    position: absolute;
    z-index: 5;
    top: 40px;
    right: 0;
    width: 30vw;

    /* box-shadow: 0 10px 10px #00000025; */
}

@media screen and (max-width: 1500px) {
    #smart-swiper .swiper-slide img.right-pic {
        width: 45vw;
    }

}

#smart-swiper .swiper-slide .blocks {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    min-width: 698px;
    min-height: 474px;
    width: 36.35416vw;
    height: 24.6875vw;
    border: 3px solid #FF8E01;
    box-sizing: border-box;
    padding: 40px 80px;
    overflow-y: auto;
    color: #000;
}

#smart-swiper .swiper-slide .blocks .head {
    font-size: 24px;
    margin-bottom: 40px;
}

#smart-swiper .swiper-slide .blocks .items {
    font-size: 16px;
    color: #7B7B7B;
    margin-bottom: 20px;
}

#smart-swiper .swiper-slide .blocks .line {
    border-bottom: 1px solid #99999950;
    margin-bottom: 30px;
}

#smart-swiper .swiper-slide .blocks .more {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FF8E01;
    color: #fff;
    font-size: 16px;
    position: relative;
}

#smart-swiper .swiper-slide .blocks .more a {
    color: #fff;
}

#smart-swiper .swiper-slide .blocks .more img {
    position: absolute;
    right: 13px;
    top: 13px;
}

.smart .swiper-pagination {
    bottom: -77px;
    left: 50%;
    transform: translateX(-50%);
}

.smart .swiper-pagination .swiper-pagination-bullet {
    width: 33px;
    height: 10px;
    border-radius: 10px;
    margin-right: 5px;
    background: #D6D6D6;
}

.smart .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FF8E01;
}

.smart .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.plat {
    padding: 90px 0 156px;
    /* padding-top: 90px; */
    background: rgb(246, 246, 246);
    /* padding: 0 50px; */
}

.plat .titles {
    min-width: 1235px;
    width: 64.32vw;
    margin: 0 auto 58px;
}

.plat .titles span:nth-child(1) {
    font-size: 48px;
    color: #FF8E01;
    margin-right: 10px;
}

.plat .titles span:nth-child(2) {
    font-size: 24px;
    color: #BBBBBB;
}

.plat .plat-box {
    /* margin: 0 50px; */
    display: flex;
}

.plat .plat-box a {
    display: block;
    flex: 1;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0 10px 10px #99999925;
    overflow: hidden;
}

.plat .plat-box a:last-child {
    margin-right: 0;
}

.plat .plat-box a img {
    /* max-width: 100%; */
    /* max-height: 180px; */
    transition: all 0.6s;
    transform: scale(1);
    width: 100%;
    aspect-ratio: 32/18;
}

.plat .plat-box a .text {
    padding: 0 10px;
}

.plat .plat-box a .text div:nth-child(1) {
    padding: 36px 0 20px;
    text-align: center;
    font-size: 24px;
    color: #000;
}

.plat .plat-box a .text div:nth-child(2) {
    color: #666;
    margin-bottom: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plat .plat-box a:hover .text div:nth-child(1) {
    color: #FF8E01;
}

.plat .plat-box a:hover .text div:nth-child(2) {
    color: #FF8E01;
}

.plat .plat-box a:hover img {
    transform: scale(1.1);
}

.pro-center {
    /* width: 1000px; */

    background: rgb(246, 246, 246);
}

.pro-block {
    margin: 0 auto;
    width: 64.32vw;
    min-width: 1235px;
}

.pro-block .titles {
    padding: 100px 0 40px;
}

.pro-block .titles span:nth-child(1) {
    font-size: 48px;
    color: #FF8E01;
    margin-right: 10px;
}

.pro-block .titles span:nth-child(2) {
    font-size: 24px;
    color: #BBBBBB;
}

.pro-block .content {
    display: flex;
    flex-wrap: wrap;
}

.pro-block .content .items {
    /* flex: 1; */
    width: 33.33%;
    box-sizing: border-box;
    /* border: 1px solid #33333310; */
    border-left: 1px solid #33333310;
    border-top: 1px solid #33333310;
    padding: 20px;

}

.pro-block .content .items:nth-child(3n) {
    border-right: 1px solid #33333310;
}

.pro-block .content .items:nth-child(4n) {
    border-bottom: 1px solid #33333310;
}

.pro-block .content .items:nth-child(5n) {
    border-bottom: 1px solid #33333310;
}

.pro-block .content .items:nth-child(6n) {
    border-bottom: 1px solid #33333310;
}

.pro-block .content .active {
    background: url('../img/pro-back.png') no-repeat center / 100% 100%;
    color: #fff;
}

.pro-block .content .items img {
    min-height: 112px;
    height: 0.58333vw;
    width: auto;
    margin: 5px auto 12px;
    display: block;
}

.pro-block .content .items div:nth-child(2) {
    text-align: center;
    font-size: 16px;
    margin-bottom: 12px;
    color: #000;
}

.pro-block .content .items div:nth-child(3) {
    text-align: center;
    font-size: 14px;
    margin-bottom: 7px;
    color: #666;
    height: 40px;
}

.pro-block .content .active div:nth-child(2), .pro-block .content .active div:nth-child(3) {
    color: #fff;
}

.pro-block .content .items:hover {
    background: url('../img/pro-back.png') no-repeat center / 100% 100%;
    color: #fff;
}

.pro-block .content .items:hover div:nth-child(2), .pro-block .content .items:hover div:nth-child(3) {
    color: #fff;
}

.pro-block .desc {
    margin-top: 23px;
    display: flex;
}

.pro-block .desc .desc-left {
    min-width: 408px;
    height: 484px;
    width: 21.25vw;
    position: relative;
}

.pro-block .desc .desc-left > img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70%;
    margin-top: 20%;
    object-fit: cover;
}

.pro-block .desc .desc-left .tit {
    position: absolute;
    top: 28px;
    left: 35px;
    color: #F19027;
    font-size: 32px;
    padding-bottom: 12px;
    border-bottom: 2px solid #F19027;
    z-index: 3;
}

.pro-block .desc .desc-left .text {
    position: absolute;
    left: 35px;
    top: 153px;
    right: 35px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
}

.pro-block .desc .desc-left .more {
    width: 200px;
    height: 50px;
    background: #FF8E01;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    position: absolute;
    bottom: 28px;
    left: 65px;
    z-index: 3;
    text-align: center;
}

.pro-block .desc .desc-left .more a {
    color: #fff;
    position: relative;
    display: block;
}

.pro-block .desc .desc-left .more a img {
    position: absolute;
    right: 13px;
    top: 13px;
}

.pro-block .desc .desc-right {
    flex: 1;
    margin-left: 0.78125vw;
    display: flex;
    flex-wrap: wrap;
}

.pro-block .desc .desc-right a {
    /* flex: 1; */
    margin-right: 15px;
    display: block;
    min-width: 395px;
    box-sizing: border-box;
    min-height: 232px;
    overflow: hidden;
    width: 20.572vw;
    height: 12.0833vw;
}

.pro-block .desc .desc-right a:nth-child(2n) {
    margin-right: 0;
}

.pro-block .desc .desc-right a img {
    width: 100%;
    height: 100%;
    /* height: 180px; */
    display: block;
    background-color: #fff;
    object-fit: contain;
}

.pro-block .desc .desc-right a:hover {
    border: 3px solid #FF8E01;
    box-shadow: 0 10px 10px #FF8E0125;
}

.pro-block .desc .desc-right a:nth-child(1) {
    margin-bottom: 0.78125vw;
}

.pro-block .desc .desc-right a:nth-child(2) {
    margin-bottom: 0.78125vw;
}

.smart-mobile {
    display: none;
}

@media only screen and (max-width: 980px) {

    html,
    body {
        overflow-x: hidden;
        overflow-y: auto;
        /* padding: 0 8px; */
    }

    .w1430,
    .w1190,
    .w1170 {
        padding: 0 0;
    }

    .smart {
        display: none;
    }

    .pro-block .desc .desc-right a {
        width: 100%;
        margin-right: 0;
    }

    .smart-mobile {
        display: block;
        background: url(../img/smart.png) no-repeat center / 100% 100%;
        margin-bottom: 30px;
    }

    .smart-mobile .smart-mobile-tit .smart-cont {
        min-width: unset;
        width: 100%;
        padding-bottom: 30px;
        position: relative;
    }

    #smart-swiper-mobile .blocks {
        background: #fff;
        border: 3px solid #FF8E01;
        box-sizing: border-box;
        padding: 20px 40px;
        overflow-y: auto;
        color: #000;
    }

    #smart-swiper-mobile .swiper-slide {
        padding: 0px 20px 20px;
    }

    #smart-swiper-mobile .blocks .head {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #smart-swiper-mobile .blocks .items {
        font-size: 14px;
        color: #7B7B7B;
        margin-bottom: 20px;
    }

    #smart-swiper-mobile .swiper-slide .blocks .more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #FF8E01;
        color: #fff;
        font-size: 16px;
        position: relative;
    }

    #smart-swiper-mobile .swiper-slide .blocks .more a {
        color: #fff;
    }

    #smart-swiper-mobile .swiper-slide .blocks .more img {
        position: absolute;
        right: 13px;
        top: 8px;
    }

    #smart-swiper-mobile .swiper-slide .blocks .line {
        border-bottom: 1px solid #99999950;
        margin-bottom: 30px;
    }

    .smart-swiper-mobile-pagination {
        left: 50%;
        transform: translateX(-50%);
    }

    .smart-mobile .smart-mobile-tit .smart-cont .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #FF8E01;
    }

    #smart-swiper-mobile {
        margin-bottom: 10px;
    }

    .smart-cont .smart-swiper-mobile-button-prev {
        top: 30%;
        width: 48px;
        height: 48px;
        left: 30px;
        background-size: 48px 48px;
        /*right: 50px;*/
    }

    .smart-cont .smart-swiper-mobile-button-next {
        top: 30%;
        width: 48px;
        height: 48px;
        right: 30px;
        background-size: 48px 48px;
        /*left: 50px;*/
    }

    .news .title .tit-right span {
        width: 85px;
    }

    .smart-mobile .swiper-pagination .swiper-pagination-bullet {
        width: 33px;
        height: 10px;
        border-radius: 10px;
        margin-right: 5px;
        background: #D6D6D6;
    }

    .smart-mobile .smart-mobile-tit .smart-cont img {
        /* width: 100%; */
        max-height: 400px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .smart-mobile .smart-mobile-tit .titles {
        padding: 30px 0;
    }

    .smart-mobile .smart-mobile-tit .titles span:nth-child(1) {
        font-size: 24px;
        margin-right: 10px;
        color: #FF8E01;
    }

    .smart-mobile .smart-mobile-tit .titles span:nth-child(2) {
        font-size: 12px;
    }

    .info .info-box {
        display: block;
    }

    /* .info .info-box .info-item {
      margin-bottom: 10px;
    } */
    .plat .plat-box {
        display: block;
    }

    .plat .plat-box a {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .plat .plat-box a .text div:nth-child(1) {
        font-size: 16px;
    }

    .plat .plat-box a .text div:nth-child(2) {
        font-size: 14px;
    }

    .news {
        width: 100%;
    }

    .news .news-block .block-left .news-time .news-cont {
        width: 73%;
        margin-left: 12px;
    }

    .news .news-block .block-left .news-time {
        padding-left: 18px;
        padding-right: 12px;
    }

    .news .news-block .block-left {
        width: 100vw;
        min-width: unset;
    }

    .news .news-block .block-left img {
        height: 200px;
    }

    .news .news-block .block-right {
        flex: 0 0 100%;
        margin-left: 0;
    }

    .news .news-block {
        flex-wrap: wrap;

    }

    .news .title .tit-left span:nth-child(1) {
        font-size: 24px;
    }

    .news .title .tit-left span:nth-child(2) {
        font-size: 12px;
    }

    .plat .titles span:nth-child(1) {
        font-size: 24px;
    }

    .plat .titles span:nth-child(2) {
        font-size: 12px;
    }

    .info .info-box .info-item {
        height: 200px;
    }

    .vid {
        /* display: none; */
        width: 100vw;
        /* padding: 0; */
    }

    .vid .title .tit-left span:nth-child(1) {
        font-size: 24px;
    }

    .vid .title .tit-left span:nth-child(2) {
        font-size: 12px;
    }

    .vid .video-box {
        height: auto;
        flex-wrap: wrap;
    }

    .vid .video-box .video-play {
        flex: 0 0 100%;
        height: 280px;
    }

    .vid .video-box .video-play .player-back {
        background-size: 100%;
    }

    .vid .video-box .video-list {
        width: 100%;
        overflow-x: auto;
        display: flex;
        height: auto;
    }

    .vid .video-box .video-list div {
        flex: 0 0 auto;
        /* height: 90px; */
        max-width: 120px;
    }

    .pro-block .titles span:nth-child(1) {
        font-size: 24px;
    }

    .pro-block .titles span:nth-child(2) {
        font-size: 12px;
    }

    #bannerSwiper {
        height: 30vh;
    }

    .pro-block {
        width: 100%;
    }

    .pro-block .content .items {
        width: 100%;
    }

    .pro-block .desc {
        flex-wrap: wrap;
    }

    .pro-block .desc .desc-left {
        /* margin-left: 15px; */
        margin-bottom: 15px;
        width: 100%;
        margin-left: 0;
    }

    .pro-block .desc .desc-right {
        margin-left: 0;
    }

    #bannerSwiper .swiper-pagination {
        left: 20px;
        bottom: 20px;
    }

    #bannerSwiper .swiper-button-prev {
        /* bottom: 20px;
        left: 180px; */
        display: none;
    }

    #bannerSwiper .swiper-button-next {
        display: none;
    }

    #bannerSwiper .swiper-slide .content {
        display: none;
    }

    .pro-block .desc .desc-right a:nth-child(3) {
        margin-bottom: 15px;
    }

    /* .vid .video-box .video-list div:hover {
      color: #666;
      background: unset;
    } */
    .pro-block {
        min-width: unset;
    }

    .plat .titles {
        min-width: unset;
        width: 100vw;
    }

    #body .w1430 {
        min-width: unset;
        margin: 0;
        width: 100%;
    }

    #body .vid {
        min-width: unset;
        padding: 40px 0 0;
    }

    #body .vid .video-box .video-list {
        min-height: unset;
    }

    #body .tops {
        padding-top: 40px;
    }

    #body .plat {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #bannerSwiper .swiper-pagination .swiper-pagination-current {
        font-size: 32px;
    }

    #bannerSwiper .swiper-pagination {
        font-size: 16px;
    }
}

/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
/*}*/

/*body {*/
/*    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
/*    color: #333;*/
/*    min-height: 100vh;*/
/*    padding: 20px;*/
/*}*/

/*.container {*/
/*    margin: 0 auto;*/
/*    top: 0;*/
/*}*/

/*!* 移动端导航容器 *!*/
/*.mobile-nav-container {*/
/*    display: none;*/
/*    background: linear-gradient(90deg, #2c3e50 0%, #4a6491 100%);*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);*/
/*    margin-bottom: 30px;*/
/*    overflow: hidden;*/
/*}*/

/*.mobile-nav-header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 15px 20px;*/
/*    background: #2c3e50;*/
/*}*/

/*.mobile-logo {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    color: white;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*}*/

/*.mobile-logo img {*/
/*    height: 40px;*/
/*    margin-right: 10px;*/
/*}*/

/*.mobile-hamburger {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    cursor: pointer;*/
/*}*/

/*.mobile-bar {*/
/*    width: 25px;*/
/*    height: 3px;*/
/*    background-color: white;*/
/*    margin: 3px 0;*/
/*    transition: 0.3s;*/
/*}*/

/*.mobile-nav-menu {*/
/*    max-height: 0;*/
/*    overflow: hidden;*/
/*    transition: max-height 0.5s ease-out;*/
/*}*/

/*.mobile-nav-menu.active {*/
/*    max-height: 500px;*/
/*}*/

/*.mobile-nav-item {*/
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
/*}*/

/*.mobile-nav-link {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 15px 20px;*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    font-weight: 500;*/
/*}*/

/*.mobile-dropdown {*/
/*    max-height: 0;*/
/*    overflow: hidden;*/
/*    background: rgba(0, 0, 0, 0.1);*/
/*    transition: max-height 0.3s ease-out;*/
/*}*/

/*.mobile-dropdown.active {*/
/*    max-height: 300px;*/
/*    overflow-y: scroll;*/
/*}*/

/*.mobile-dropdown-item {*/
/*    padding: 12px 20px 12px 40px;*/
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
/*}*/

/*.mobile-dropdown-link {*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    display: block;*/
/*    font-size: 14px;*/
/*}*/

/*.mobile-language {*/
/*    padding: 15px 20px;*/
/*    text-align: center;*/
/*    border-top: 1px solid rgba(255, 255, 255, 0.2);*/
/*}*/

/*.mobile-language a {*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    font-weight: 500;*/
/*    background: rgba(255, 255, 255, 0.15);*/
/*    padding: 8px 16px;*/
/*    border-radius: 5px;*/
/*    display: inline-block;*/
/*}*/

/*.hot-line {*/
/*    padding: 15px 20px;*/
/*    text-align: center;*/
/*    background: rgba(0, 0, 0, 0.1);*/
/*    color: white;*/
/*}*/

/*.telephone {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-top: 8px;*/
/*}*/

/*.telephone img {*/
/*    height: 20px;*/
/*    margin-right: 10px;*/
/*}*/

/*.telephone p {*/
/*    margin: 0;*/
/*    font-weight: 600;*/
/*}*/

/*!* 内容区域样式 *!*/
/*.content {*/
/*    background: white;*/
/*    border-radius: 10px;*/
/*    padding: 30px;*/
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);*/
/*    margin-bottom: 30px;*/
/*}*/

/*h1 {*/
/*    color: #2c3e50;*/
/*    margin-bottom: 20px;*/
/*}*/

/*p {*/
/*    line-height: 1.6;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.code-container {*/
/*    background: #2c3e50;*/
/*    color: #f8f9fa;*/
/*    padding: 20px;*/
/*    border-radius: 8px;*/
/*    overflow-x: auto;*/
/*    margin: 25px 0;*/
/*    font-family: 'Fira Code', monospace;*/
/*}*/

/*.footer {*/
/*    text-align: center;*/
/*    padding: 20px;*/
/*    color: #6c757d;*/
/*    font-size: 0.9rem;*/
/*}*/

/*!* 响应式设计 *!*/
/*@media (max-width: 768px) {*/
/*    .mobile-nav-container {*/
/*        display: block;*/
/*    }*/

/*    .desktop-nav {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media (min-width: 769px) {*/
/*    .mobile-nav-container {*/
/*        display: none;*/
/*    }*/
/*}*/