.common-head {
    background-color: rgba(255, 255, 255, 0.8);
}

.main-sty {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-fir {
    width: 100%;
}

.swiper{
    --swiper-preloader-color: #00ff33;/* 单独设置预加载圆圈的颜色 */
}

.swiper-button-prev,.swiper-button-next {
    background-image: url('/img/jt-l.svg');
    width: 45px !important;
    height: 80px !important;
    background-size: contain;
}

.swiper-button-next {
    background-image: url('/img/jt-r.svg');
}

.swiper-button-prev::after,.swiper-button-next::after {
    content: unset !important;
}

.swiper-pagination-bullet {
    background-color: #FFFFFF !important;
    opacity: unset !important;
    width: 15px !important;
    height: 15px !important;
    opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
    width: 30px !important;
    height: 15px !important;
    border-radius: 7px !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px !important;
}

.swiper-slide img,.about-img,.third-bg,.imgtext-fir img,.imgtext-sec img,.four-bg,.last-img img {
    width: 100%;
    display: block;
}

.sec-about,.sec-third,.sec-four {
    position: relative;
    width: 100%;
}

.about-text {
    position: absolute;
    top: 50%;
    left: 70px;
    background-color: #FFFFFF;
    min-height: 600px;
    width: 58%;
    transform: translate(0,-50%);
}

.text-detail {
    padding: 60px 80px;
}

.text-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.text-dec {
    margin-bottom: 25px;
}

.title-sty {
    color: #E50013;
}

.line-sty {
    flex: 1;
}

.line-sty img {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.text-sty {
    line-height: 28px;
}

.text-more {
    margin-bottom: 35px;
}

.more-sty {
    display: flex;
    width: 180px;
    height: 50px;
    background: #E50013;
    border-radius: 25px; 
    color: #ffffff;
    justify-content: center;
    align-items: center;
}

.red-icon {
    margin-left: 3px;
    width: 28px;
}

.text-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-img img {
    width: 48%;
    display: block;
}

.img-list,.four-content {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.list-fir,.list-sec {
    display: flex;
    justify-content: space-between;
}

.list-fir {
    margin-bottom: 20px;
}

.imgtext-fir {
    width: 66.5%;
    position: relative;
}

.imgtext-sec {
    width: 32%;
    position: relative;
}

.imgtext-a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.imgtext-a .hover-img {
    display: block;
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.imgtext-a:hover .hover-img {
    transform: scale(1.2); /* 调整缩放比例，可以根据需要调整 */
}

.imgtext-title {
    position: absolute;
    left: 20px;
    bottom: 15px;
    display: flex;
    font-size: 20px;
}

.small-red-icon {
    width: 20px !important;
    margin-right: 10px;
}

.wl-white-icon,.wl-icon {
    width: 20px !important;
    margin-left: 10px;
}

.four-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-left {
    width: 34%;
    overflow: hidden;
}

.content-right {
    position: relative;
    width: 65%;
}

.res-worlds {
    display: none;
}

.mov-sty {
    color: #ffffff;
    margin-bottom: 25px;
}

.active-red {
    color: #E50013 !important;
}

.read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    color: #E50013;
    margin-bottom: 15px;
}

.line-sec-sty {
    margin-bottom: 50px;
}

.line-sec-sty img,.news-content img {
    width: 100%;
    display: block;
}

.res-sty {
    color: #ffffff;
    margin-bottom:25px;
}

.mov-h2,.res-h2 {
    font-size: 32px;
    font-weight: bold;
}

.mov-title span,.res-h2 span {
    cursor: pointer;
}

.span-sty {
    font-size: 20px;
}

.sec-four .swiper-horizontal>.swiper-pagination-bullets,.sec-four .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -40px !important;
}

.swiper-a {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.swiper-dec {
    display: flex;
    padding: 15px 30px;
    font-size: 20px;
    background-color: rgba(20, 20, 20, 0.95)
}

.swiper-logo {
    width: 263px !important;
    position: absolute;
    right: 20px;
    top: 20px;
}

.sec-five,.last-img {
    margin: 50px 15% 50px 15%;
    overflow: hidden;
}

.five-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.news-sty {
    display: flex;
    justify-content: space-between;
}

.news-detail {
    padding: 15px;
}

.news-content {
    width: 32%;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.news-dec {
    line-height: 22px;
}

@media screen and (max-width:1570px ) and (min-width: 1367px) {
    .about-text {
        min-height: 450px;
    }

    .text-detail {
        padding: 35px 45px;
    }


}

@media screen and (max-width:1366px) and (min-width:992px) {
 
    .about-text {
        min-height: 300px;
    }

    .text-detail {
        padding: 20px 30px;
    }

    .title-sty {
        font-size: 26px;
    }

    .text-sty {
        line-height: 22px;
    }

    .text-dec {
        margin-bottom: 15px;
    }

    .text-more {
        margin-bottom: 20px;
    }

    .news-title {
        font-size: 14px;
    }

    .news-dec {
        font-size: 12px;
    }

    .news-detail {
        padding: 15px 5px;
    }

}

@media screen and (max-width:991px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 16px !important;
    }

    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }

    .swiper-pagination-bullet-active {
        width: 20px !important;
        height: 10px !important;
    }

    .about-text,.img-list {
        width: 90%;
        top: 50px;
        left: 50%;
        transform: translate(-50%,0);
    }

    .text-detail {
        padding: 25px 20px;
    }

    .title-sty {
        font-size: 24px;
        text-wrap: nowrap;
    }

    .text-sty {
        line-height: 22px;
        font-size: 14px;
    }

    .text-title {
        margin-bottom: 10px;
    }

    .more-sty  {
        font-size: 13px;
        width: 125px;
        height: 40px;
    }

    .text-img img,.imgtext-fir,.imgtext-sec,.content-left,.content-right {
        width: 100%;
    }

    .res-sty {
        margin-bottom: 15px;
    }

    .text-img img:first-child,.text-dec {
        margin-bottom: 15px;
    }

    .list-fir, .list-sec,.four-content,.news-sty {
        flex-direction: column;
        justify-content: center;
    }

    .list-fir .imgtext-fir .imgtext-a,.list-sec .imgtext-sec .imgtext-a {
        margin-bottom: 20px;
    }

    .four-content {
        width: 90%;
        top: 30px;
        left: 50%;
        transform: translate(-50%,0);
    }

    .mov-sty {
        margin-bottom: 15px;
    }

    .mov-h2, .res-h2 {
        font-size: 24px;
    }

    .span-sty {
        font-size: 16px;
    }

    .read-more {
        font-size: 13px;
        width: 125px;
        height: 40px;
    }
    
    .line-sec-sty {
        margin-bottom: 20px;
    }

    .sec-five {
        margin: 30px 5% 0 5%;
    }

    .last-img {
        margin: 0 0 50px 0;
    }

    .news-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .news-content:last-child {
        margin-bottom: unset;
    }

    .news-sty {
        margin-bottom: 40px;
    }

    .news-title {
        font-size: 16px;
    }

    .news-dec {
        font-size: 14px;
    }

}