.banner{overflow: hidden;}
.banner .swiper-container{
    position: relative;transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);
    transition:all 2s;-webkit-transition:all 2s;-moz-transition:all 2s;-o-transition:all 2s;-ms-transition:all 2s;}
.banner.cur .swiper-container{transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);}

.wrap_banner{width: 16.8rem;max-width: 90%;margin: auto;}
.banner video{position: absolute;top:0;left: 0; width:100%; height: 100%; object-fit: fill;object-fit: cover; object-position: center;}
.banner{position: relative;}
.banner_text{ position: absolute;left: 0; width:100%; top: 2.9rem; box-sizing:border-box;color:#fff;z-index: 9;}
.banner_text h3{line-height: 1.1;font-weight: bold;}
.banner_text p{text-transform: uppercase;margin-top: 0.2rem;}


.banner_text{opacity: 0;visibility:hidden;
    transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;-ms-transition:all 1s;
    -webkit-transform: translateX(200px); -moz-transform: translateX(200px);-o-transform: translateX(200px);-ms-transform: translateX(200px);transform: translateX(200px);}

.banner li.ani-slide .banner_text{
    visibility: visible;opacity: 1;
    -webkit-transform: translateX(0px); -moz-transform: translateX(0px);-o-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);
}
.banner li.swiper-slide-active .banner_text{
    visibility: visible;opacity: 1;
    -webkit-transform: translateX(0px); -moz-transform: translateX(0px);-o-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);
}
.banner_text .index_more {padding-top: 0.4rem;}
.banner .ban_img{height: 100vh !important}
.banner .ban_img>img{display: none;}

.banner_bg{position: absolute;left: 0;top:0;width: 100%;height: 100%;background:rgba(0,0,0,0.1);display: none;}

.banner .swiper-slide-active .ban_imgin{/*transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);*/}
.banner .ban_imgin{ height: 100%; -webkit-transition: opacity 2s ease-in,-webkit-transform 2s linear;transition: opacity 2s ease-in,transform 2s linear;}
.banner .ban_imgin img{display: none;}


.banner .video_button{position: absolute;    bottom: 2px;
    left: 145px;width: 100%;height: 100%;z-index: 2;color: #fff;display: none;}
.banner .video_button::after{display: none;}

.banner .video_button span{width: 40px;height: 40px;line-height:40px;border:2px solid #fff;border-radius:50%;text-align: center;}

.bannerpage{position: absolute;left: 0;bottom: 0.25rem;width: 100%;padding: 0 0.72rem;display: flex;align-items: center;justify-content: center;}
.bannerpage span{height: 0.1rem;width: 0.1rem;background: #fff;opacity: 1;position: relative;margin: 0 0.05rem;}
.bannerpage .swiper-pagination-bullet-active{width: 0.15rem;height: 0.15rem;background: #e40000;}

.baner_butout{display: none;}


.banner .section-down-arrow{
    border: none !important;
    overflow: visible;
    text-align: center;
    opacity: 1;
    height: auto;
    animation: nudgeMouse 2.4s cubic-bezier(.25, .46, .45, .94) infinite;

    line-height: 0;
    position: absolute;
    bottom: 0.5rem;
    left: calc((100% - 16.8rem) / 2);

    width: 24px;
    z-index: 101;
}



@keyframes nudgeMouse {
    0% {
        transform: translateY(0);
    }

    45% {
        transform: translateY(8px);
    }

    100%,
    65% {
        transform: translateY(0);
    }
}

@keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -120;
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        transform: scaleY(1) translateY(-10px);
    }

    45% {
        opacity: 0;
        transform: scaleY(.5) translateY(13px);
    }
}

.banner .section-down-arrow:before{
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    margin-left: -1px;
    top: 16px;
    background-color: rgba(255, 255, 255, 1);
    width: 2px;
    height: 6px;
    border-radius: 10px;
    transition: background-color .55s cubic-bezier(.5, .1, .07, 1);
    animation: trackBallSlide 2.4s cubic-bezier(0, 0, .725, 1) infinite;
}

.banner .section-down-arrow::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 24px;
    height: 32px;
    margin-left: -12px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 62;
}

.banner .nectar-scroll-icon{
    width: 24px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.banner .nectar-scroll-icon-path{
    fill: transparent;
    stroke-width: 2px;
    stroke-dashoffset: 120;
    stroke-dasharray: 120;
    animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1);
}

/*.banner .section-down-arrow:hover .nectar-scroll-icon-path,*/
/*.site_banner .section-down-arrow:hover .nectar-scroll-icon-path {*/
/*stroke-dashoffset: 0;*/
/*animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1);*/
/*}*/
@media only screen and (max-width:1660px) {
    .banner .section-down-arrow{left: 5%;}
}

@media only screen and (max-width:1440px) {
    /*.banner_text h3{font-size: 60px;}*/
}
@media only screen and (max-width:1024px) {
    .baner_butout{bottom: 20px;}
    .baner_but div{width:30px;height: 40px;margin-top: -20px;}
    .baner_but{height: auto;}
    .banner .swiper-pagination{bottom:20px;}
    .wrap_banner,.bannerpage{padding: 0 3%}
    .banner .swiper-container{
        position: relative;transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);}
    .banner.cur .swiper-container{transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);}
    .banner .ban_img{height: 60vh !important}
    .banner_text h3{line-height: 1.2;}
    .banner .section-down-arrow{left: 8%;}
}
@media only screen and (max-width:767px) {
    .banner video,.player{display: none !important;}
    .banner_text{width:100%;}
    .wrap_banner,.bannerpage{padding: 0 3%}
    .banner .video_button{display: block;z-index: 9;}
    .banner .video_button em{height:30px; position: absolute;left:0;bottom:5px;width:100%;font-size: 26px;}
    .banner .video_button span{top:40%;}

    .baner_butout{position: static;width:auto;}
    .baner_but{position: static;margin: 0;padding: 0;overflow: inherit;}
    .baner_but div{position: absolute;top:50%;margin-top: -20px;}
    .baner_but div.swiper-button-prev{left:5px;right:auto;}
    .baner_but div.swiper-button-next{right:5px;}
    .banner .swiper-slide-active .ban_imgin{transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);}
    .banner_text .index_more{padding-top: 10px}
    .banner .ban_img{height: 40vh !important}
    .bannerpage span{width: 8px;height: 8px;margin: 0 6px;}
    .bannerpage .swiper-pagination-bullet-active{width: 12px;height: 12px;}

    .banner_text p{display: none;}
}





@-webkit-keyframes fadeInUptab {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInUptab {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInUptab {
    -webkit-animation-name: fadeInUptab;
    animation-name: fadeInUptab
}


@-webkit-keyframes fadeIntab {
    0% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIntab {
    0% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}
.fadeIntab {
    -webkit-animation-name: fadeIntab;
    animation-name: fadeIntab
}

.jie {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*index01*/
.index01{background: url(../images/index01.jpg) no-repeat center;background-size: cover;padding: 1.2rem 0 1.7rem;box-sizing: border-box;overflow: hidden;}
.index01-tt dl{display: flex;justify-content: space-between;}
.index01-tt dd,.index01-tt dt{width: 50%;}
.index01-tt dd{padding-right: 5%;box-sizing: border-box;}
.index01-tit{margin-bottom: 0.9rem;}
.index01-tit h2{font-weight: bold;}
.index01-txt span{display: block;width: 1.46rem;height: 0.02rem;background: #cb0000;margin-bottom: 0.65rem;}
.index01-edit{line-height: 1.8;text-align: justify;}
.index01-edit p{margin-bottom: 0.35rem;}
.index01-bb{margin-top: 0.8rem;}
.index01-bb ul{display: flex;justify-content: space-between;gap: 0.95rem;}
.index01-bb li{float: left;width: 25%;color: #cb0000;border-bottom: 1px solid #cb0000;}
.index01-bb li dd{margin-bottom: 0.4rem;}
.index01-bb li dd i{font-weight: bold;}
.index01-bb li span{font-weight: 300;}
.index01-bb li em{display: inline-block;vertical-align: top;}
.index01-bb dt{font-weight: bold;padding-bottom: 0.2rem;}
.index01-tt,.index01-bb{padding: 0 0.8rem;box-sizing: border-box;}

.index03{padding: 1rem 0;box-sizing: border-box;overflow: hidden;}
.index-tit{text-align: center;margin-bottom: 0.55rem;}
.index-tit h2{font-weight: bold;}
.index03-con ul{margin-left: -0.12rem;margin-right: -0.12rem;}
.index03-con li{float: left;width: 33.3%;padding: 0 0.12rem;box-sizing: border-box;overflow: hidden;}
.index03-con dd{overflow: hidden;}
.index03-con dt{margin-top: 0.3rem;}
.index03-con dt p{font-weight: bold;margin-top: 0.1rem;line-height: 1.5em;height: 3em;overflow: hidden;}

.hisImg{width: 100%;}
.index04{position: relative;overflow: hidden;}
.index04 .wrap_1680{position: relative;}
.index04 .index-tit{position: absolute;width: 100%;top: 1rem;z-index: 5;}
.history_con{position: absolute;width: 100%;bottom: 1.72rem;z-index: 3;padding: 0 4%;box-sizing: border-box;height: 5.5rem;}
.history_con .swiper-container{height: 100%;}
.history_con ul{display: flex;align-items: end;height: 100%;}
.history_con li{height: 2.5rem;position: relative;float: left;width: 16.666%;overflow: hidden;}
.history_con li:before{content: "";width: 0.16rem;height: 0.16rem;background: url(../images/dot.png) no-repeat center;background-size: cover;position: absolute;
    left: 0;bottom: 0;z-index: 3;}
.history_con li:after{content: "";display: block;width: 1px;background: #cb0000;height: 100%;position: absolute;left: 0.08rem;bottom: 0;z-index: 2;}
.history_con dl{padding: 0 0.1rem 0 0.3rem;box-sizing: border-box;position: relative;z-index: 1;}
.history_con dd h3{font-weight: bold;margin-bottom: 0.1rem;}
.history_con dd p{font-weight: 400;}
.history_con li{ transform: translateY(-0.08rem); -webkit-transform: translateY(-0.08rem); -moz-transform: translateY(-0.08rem); -ms-transform: translateY(-0.08rem); -o-transform: translateY(-0.08rem); }
.history_con li+li{ transform: translateY(-0.02rem); -webkit-transform: translateY(-0.02rem); -moz-transform: translateY(-0.02rem); -ms-transform: translateY(-0.02rem); -o-transform: translateY(-0.02rem); }
.history_con li+li+li{ transform: translateY(-0.23rem); -webkit-transform: translateY(-0.23rem); -moz-transform: translateY(-0.23rem); -ms-transform: translateY(-0.23rem); -o-transform: translateY(-0.23rem); }
.history_con li+li+li+li{ transform: translateY(-0.7rem); -webkit-transform: translateY(-0.7rem); -moz-transform: translateY(-0.7rem); -ms-transform: translateY(-0.7rem); -o-transform: translateY(-0.7rem); }
.history_con li+li+li+li+li{ transform: translateY(-1.46rem); -webkit-transform: translateY(-1.46rem); -moz-transform: translateY(-1.46rem); -ms-transform: translateY(-1.46rem); -o-transform: translateY(-1.46rem); }
.history_con li+li+li+li+li+li{ transform: translateY(-2.63rem); -webkit-transform: translateY(-2.63rem); -moz-transform: translateY(-2.63rem); -ms-transform: translateY(-2.63rem); -o-transform: translateY(-2.63rem); }


/*index02*/
.index02{padding-top: 1rem;overflow: hidden;box-sizing: border-box;}
.index02-tab{margin-bottom: 0.2rem;}
.index02-tab ul{border-bottom: 0px solid #c2c2c2;display: flex;justify-content: center;}
.index02-tab ul li{box-sizing: border-box;padding: 0 0.5rem;cursor: pointer;transition: all .5s;}
.index02-tab ul li p{padding: 0.15rem 0.25rem;box-sizing: border-box;position: relative;border-radius: 30px;}
.index02-tab ul li p:after{content: "";height: 0.03rem;background: #cb0000;position: absolute;bottom: -1px;left: 50%;width: 0;
    transition: all .5s;display: none;}
.index02-tab ul li.on{color: #fff;font-weight: bold;}
.index02-tab ul li.on p{background: #cb0000;}
.index02-tab ul li.on p:after{width: 100%;left: 0;}

/*.index02-bot{margin-top: 20px;}*/
.pro-item{width: 100%;height: 100%;position: relative;transition: all 2s;display: none;}
.pro-item.on{animation: modular1-top 2s;z-index: 1;display: block;}
.proImg{position: absolute;width: 100%;height: 100%;}
.imgItem{width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all 1s;opacity: 1;}
.imgItem.on{animation: modular1-bg 1s;z-index: 1;visibility: visible;}
.pro-item:first-child .imgItem-list li span{width: 0.2rem;height: 0.2rem;}
@keyframes modular1-top {
    0% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0px)
    }
}
@keyframes modular1-bg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.pro-con{height: 100%;padding-top: 1.7rem;box-sizing: border-box;overflow: hidden;position: relative;z-index: 3;color: #000;}
.pro-con dd{width: 19.3%;float: left;}
.pro-con dd ul{display: block;}
.pro-con dd li p{padding: 0 0.18rem;height: 0.45rem;line-height: 0.45rem;margin-bottom: 0.15rem;display: inline-block;border-radius: 30px;cursor: pointer;
    transition: all .3s;}
.pro-con dd li.on p{background: #cb0000;color: #fff;}
.pro-con dt{width: 30%;float: left;}
.pro-con dt h3{line-height: 1.1;}
.sort-item{display: none;}
.sort-item.on{display: block;}
.sort-txt{margin-top: 0.35rem;}
.sort-list{margin-top: 0.45rem;}
.sort-list p{margin-bottom: 0.2rem;padding-left: 0.15rem;position: relative;}
.sort-list p:before{content: "";display: block;width: 0.04rem;height: 0.04rem;background: #fff;border-radius: 100%;top: 50%;margin-top: -0.02rem;position: absolute;left: 0;}
.sort-link{margin-top: 0.5rem;}
.sort-link a{
    width: auto;
    padding: 0 0.32rem;
    height: 0.4rem;
    background-color: #fff;
    display: inline-block;
    line-height: 0.4rem;
    text-align: center;
    color: #000000;
    border-radius: 45px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.sort-link a span{position: relative;z-index: 2;}
.sort-link a i{margin-left: 0.1rem;position: relative;z-index: 2;}
.sort-link a::before{content: ""; position: absolute; z-index: 1; lefT:0; top:0; width:0; height: 100%;
    background: #cb0000;
    transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;
    -o-transition: all 0.5s;-ms-transition: all 0.5s;
}

.lhl_but{display: none;}
@media only screen and (min-width:1025px) {
    .index02-tab ul li:hover{color: #cb0000;}
    .index02-tab ul li.on:hover{color: #fff;}
    .pro-con dd li:hover p{opacity: .8;}
    .pro-con dd li.on:hover p{opacity: 1;}
    .sort-link a:hover{color: #fff!important;}
    .sort-link a:hover i{color: #fff;}
    .sort-link a:hover::before{width: 100%;}
}
@media only screen and (max-width:1280px) {
    .pro-con dt{width: 35%;}
}
@media only screen and (max-width:1024px) {
    .index01-tt,.index01-bb{padding: 0 0;box-sizing: border-box;}
    .index01-txt p br{display: none;}
    .pro-con{padding-top: 5%;}
    .pro-con dt{width: 65%;}
    .pro-con dd{width: 25%;}
    .pro-con dd li p{height: 30px;line-height: 30px;margin-bottom: 2px;}
    .pro-con dt h3{line-height: inherit;}
    .sort-txt{margin-top: 10px;}
    .sort-list{margin-top: 20px;}
    .sort-list p{margin-bottom: 5px;}
    .sort-link{margin-top: 20px;}

    .hisImg{display: none;}
    .index04{padding: 1rem 0;box-sizing: border-box;}
    .index04 .wrap_1680{width: 100%;max-width: 100%;}
    .index04 .wrap_1680:after{content: "";display: block;width: 100%;height: 1px;background: #cb0000;position: absolute;bottom: 0.08rem;}
    .index04 .index-tit{position: static;}
    .history_con{position: static;height: auto;width: 90%;margin: auto;padding: 0;}
    .history_con dl{padding: 0 0.1rem 0 0.2rem;}
    .history_con li{transform: translateY(0)!important;height: 2rem;}
}
@media only screen and (max-width:767px) {
    .index01{padding: 30px 0 10px;}
    .index01-tt dl{display: block;}
    .index01-tt dd, .index01-tt dt{width: 100%;}
    .index01-tt dd{padding-right: 0;}
    .index01-tit{margin-bottom: 20px;}
    .index01-edit p{margin-bottom: 10px;}
    .index01-bb ul{display: block;}
    .index01-bb li{width: 48%;margin-bottom: 30px;}
    .index01-bb li:nth-child(2n){float: right;}
    .index01-bb li dd{margin-bottom: 10px;}
    .index01-bb dt p{line-height: 18px;height: 36px;}

    .index01-txt span,.index01-txt p{display: none;}

    .index02{padding-top: 30px;}
    .index02-tab ul li{padding: 0 3px;}
    .index02-tab ul li p{padding: 0.15rem 0.18rem;}
    .index03{padding: 30px 0 10px;}
    .index03-con ul{margin-left: 0;margin-right: 0;}
    .index03-con li{width: 100%;padding: 0;margin-bottom: 30px;display: none;}
    .index03-con li:first-child{display: block;}
    .history_con dl{padding: 0 10px 0 20px;}
    .history_con li{height: 130px;}

    /*.index02-bot{height: 400px!important;}*/
    .pro-swiper{padding: 0 40px;box-sizing: border-box;position: relative;}
    .pro-swiper .lhl_but div{background: none;line-height: 30px;height: 30px;margin-top: -15px;text-align: center;font-size: 16px;}
    .pro-swiper .lhl_but div.swiper-button-prev{left: 0;}
    .pro-swiper .lhl_but div.swiper-button-next{right: 0;}
    .pro-con{padding-top: 50px;}
    .pro-con dd,.pro-con dt{width: 100%;}
    .pro-con dd ul{display: flex;}
    .pro-con dd li p{width: 100%;text-align: center;}
    .pro-con dt{margin-top: 30px;}
    .lhl_but{display:block}
    .lhl_but .swiper-button-next.swiper-button-disabled,.lhl_but .swiper-button-prev.swiper-button-disabled{
        opacity: 1;
        cursor: pointer;
        pointer-events: inherit;
    }
    .lhl_but .swiper-button-next.swiper-button-disabled.disabled,.lhl_but .swiper-button-prev.swiper-button-disabled.disabled{
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }
    .sort-txt{display: none;}
    .sort-link a{height: 30px;line-height: 30px;}
    .sort-list{margin-top: 30px;}
}

/*2025 10-21*/
.imgItem-list li{position: absolute;padding-right: 0.68rem;}
.imgItem-list li span{width: 0.28rem;height: 0.28rem;position: relative;display: block;cursor: pointer;}
.imgItem-list li span:after{content: "";position: absolute;width: 0.6rem;height: 0.6rem;left: 50%;margin-left: -0.3rem;top: 50%;margin-top: -0.3rem;
background: rgba(33,92,166,.1);border-radius: 100%;
    animation: blink 2s infinite;
}
.imgItem-list li span img{width: 100%;position: relative;z-index: 2;}
.imgItem-div{position: absolute;white-space: nowrap;left: 0.58rem;display: none;}
.imgItem-div a{padding: 0.03rem 0.4rem;box-sizing: inherit;background: #fff;border-radius: 20px;color: #215ca6;box-shadow: 0 0 10px rgba(0,0,0,.1);}

.imgItem-list li.on{z-index: 3;}
.imgItem-list li.on .imgItem-div{display: block;}
@keyframes blink {
    0%, 100% { opacity: 1;transform: scale(1);}
    50% { opacity: 0;transform: scale(0);}
}

/*@media only screen and (min-width:1025px) {*/
.imgItem-list li:hover{z-index: 3;}
.imgItem-list li:hover .imgItem-div{display: block;}
/*}*/
@media only screen and (max-width:767px) {
    .imgItem-div{font-size: 14px;left: 0.58rem;}
}