#ban-jpg-mp4 {
    max-height: 800px;
    overflow: hidden;
    display-radio: 1;
    background-color: rgba(218,218,218,1)
}

.slide_warp {
    background-position: center center;
    background-size: cover;
    height: 100%;
    overflow: hidden
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-container {
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    overflow: hidden
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-slide {
    overflow: hidden;
    background: #fff;
    z-index: 10
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-slide-active {
    z-index: 11
}

#ban-jpg-mp4 .e_bannerA-2 .p_slide {
    background-position: center center;
    background-size: cover;
    background: none
}

#ban-jpg-mp4 .e_bannerA-2 .p_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
	
}

#ban-jpg-mp4 .e_bannerA-2 .p_video {
    width: 100%;
    height: 100%;
    overflow: hidden;
 
}

#ban-jpg-mp4 .e_bannerA-2 .P_link_img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: all ease 2s;
    transform: scale(1.1)
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-slide-active .P_link_img {
    transform: scale(1)
}

#ban-jpg-mp4 .e_bannerA-2 .p_videoPoster {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: transform ease 2s;
    transform: scale(1);
    cursor: pointer;
    z-index: 19
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-slide-active .p_videoPoster {
    transform: scale(1)
}

#ban-jpg-mp4 .e_bannerA-2 .P_link_img > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.0);
    width: 100%;
    height: 100%
}

#ban-jpg-mp4 .e_bannerA-2 .p_videoPoster img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.1);
    width: auto;
    height: 100%
}

#ban-jpg-mp4 .e_bannerA-2 .p_info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 84%;
    max-width: 1300px;
    padding-right: 0%;
    padding-left: 0%;
    z-index: 22;
    transform: translate(-50%,-120%);
    display: block
}

#ban-jpg-mp4 .e_bannerA-2 .p_info_fivebox {
    width: 100%;
    text-align: center; 
	
}

#ban-jpg-mp4 .e_bannerA-2 .p_entitle {
    color: #fff;
    font-size: 24px;
    text-align: left;
    line-height: 1.6;
    text-shadow: 3px 0 10px rgb(22 78 145 / 0%);
    transition: all ease 2s .5s;
    opacity: 0;
    transform: translateY(40px);
}

#ban-jpg-mp4 .e_bannerA-2 .p_entitle svg {
    fill: #ffffff;
    width: 120px
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-slide-active .p_entitle {
    opacity: 1;
    transform: translateY(0px)
}

#ban-jpg-mp4 .e_bannerA-2 .p_entitle img {
    max-width: 150px;
    opacity: 0.9
}

#ban-jpg-mp4 .e_bannerA-2 .p_btitle {
    color: #fff;
    font-size: 2.4vw;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px #000000;
    margin-top: 20px;
    transition: all ease 2s .7s;
    opacity: 0;
    transform: translateY(40px); 
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-slide-active .p_btitle {
    opacity: 1;
    transform: translateY(0px)
}

#ban-jpg-mp4 .e_bannerA-2 .p_summary {
    color: #fff;
    font-size:0.8vw;
    text-shadow: 0 1px 1px #000000;
    line-height: 1.2;
    margin-top: 20px;
    transition: all ease 2s 1s;
    opacity: 0;
    transform: translateY(40px);
    margin-left: 0;
    margin-right: auto;
    text-align: left; 
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-slide-active .p_summary {
    opacity: 1;
    transform: translateY(0px)
}

#ban-jpg-mp4 .e_bannerA-2 .p_cspan {
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px;
    max-width: 60px;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    height: 5px;
    justify-content: center;
    background: #fff;
    transition: all 2s ease 0.8s;
    opacity: 0;
    transform: translateY(40px)
}

#ban-jpg-mp4 .e_bannerA-2 .p_button {
    display: none;
    margin-top: 40px;
    border-radius: 30px;
    border: 2px solid #bd2122;
    background: #bd2122;
    width: 100%;
    max-width: 200px;
    LINE-HEIGHT: 46px;
    height: 46px;
    padding: 0px 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-left: 0;
    margin-right: auto;
    font-family: "1abe3658-7f50-443f-b299-5d295f882377";
    opacity: 0;
    transform: translateY(40px);
    transition: all ease .3s,transform ease 2s 1s,opacity ease .8s .9s
}

#ban-jpg-mp4 .e_bannerA-2 .p_button:hover {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #bd2122
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-slide-active .p_button {
    opacity: 1;
    transform: translateY(0px)
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-slide-active .p_cspan {
    opacity: 1;
    transform: translateY(0px)
}

#ban-jpg-mp4 .e_bannerA-2 .p_cspan::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    margin-right: auto;
    border-radius: 0;
    background: #fff;
    display: none
}

#ban-jpg-mp4 .e_bannerA-2 .p_cspan::after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 5px;
    margin-right: auto;
    border-radius: 0;
    background: #bd2122;
    display: none
}

#ban-jpg-mp4 .e_bannerA-2 .p_scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 40px;
    color: #fff;
    width: 90px;
    z-index: 10;
    display: none
}

#ban-jpg-mp4 .e_bannerA-2 .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px
}

#ban-jpg-mp4 .e_bannerA-2 .p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative
}

#ban-jpg-mp4 .e_bannerA-2 .p_scrool i:before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 3px;
    animation: scrollmouse 2s linear infinite
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}

#ban-jpg-mp4 .e_bannerA-2 .p_kongjian {
    position: absolute;
    right: 0;
    width: 100%;
    border-left: 1px solid rgb(255 255 255 / 10%);
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    max-width: 100px;
    pointer-events: none;
    display: none
}

#ban-jpg-mp4 .e_bannerA-2 .p_btn_next {
    color: #fff;
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,.8);
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    margin: 0 auto;
    background: none
}

#ban-jpg-mp4 .e_bannerA-2 .p_btn_next::after {
    font-size: 16px
}

#ban-jpg-mp4 .e_bannerA-2 .p_btn_next:hover {
    background: #bd2122;
    border: 1px solid #bd2122
}

#ban-jpg-mp4 .e_bannerA-2 .p_btn_next:hover::after {
    color: #ffffff
}

#ban-jpg-mp4 .e_bannerA-2 .p_btn_prev {
    color: #fff;
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,.8);
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    position: static;
    margin: 0px 20px 0px 0px;
    background: none
}

#ban-jpg-mp4 .e_bannerA-2 .p_btn_prev::after {
    font-size: 16px
}

#ban-jpg-mp4 .e_bannerA-2 .p_btn_prev:hover {
    background: #bd2122;
    border: 1px solid #bd2122
}

#ban-jpg-mp4 .e_bannerA-2 .p_btn_prev:hover::after {
    color: #ffffff
}

#ban-jpg-mp4 .e_bannerA-2 .videoContent {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
	 z-index: -2;
    cursor: pointer
}

#ban-jpg-mp4 .e_bannerA-2 .videoContent video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) grayscale(0)
}

#ban-jpg-mp4 .e_bannerA-2 .p_video_button {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 160px;
    z-index: 110;
    max-width: 100px;
    height: 50px
}

#ban-jpg-mp4 .e_bannerA-2 .p_videobtm {
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    top: auto;
    bottom: 0;
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease .3s;
    display: block;
    position: absolute;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: none
}

#ban-jpg-mp4 .e_bannerA-2 .p_video_button svg {
    margin: 0 auto;
    width: 15px
}

#ban-jpg-mp4 .e_bannerA-2 .p_arr {
    max-width: 120px;
    width: 100%;
    position: absolute;
    right: 7%;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    display: none
}

#ban-jpg-mp4 .e_bannerA-2 .p_videobtm:hover {
    background: #b72024;
    border: 2px solid #b72024
}

#ban-jpg-mp4 .e_bannerA-2 .video_cover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url() repeat;
    z-index: 21;
    opacity: 0
}

#ban-jpg-mp4 .e_bannerA-2 .video_cover:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom,rgba(0,0,0,.3) 0,rgba(0,0,0,0) 100%);
    z-index: 22
}

#ban-jpg-mp4 .e_bannerA-2 .brand {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    padding-right: 18px;
    position: absolute;
    right: 50px;
    top: 35.37%;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

#ban-jpg-mp4 .e_bannerA-2 .brand:before {
    content: "";
    width: 62px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 2;
    -webkit-animation: screen-arrow 1.5s infinite ease;
    animation: screen-arrow 1.5s infinite ease
}

#ban-jpg-mp4 .e_bannerA-2 .brand:after {
    content: "";
    width: 333px;
    height: 1px;
    background: rgba(255,255,255,.2);
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 1
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-yj-pagination {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: auto;
    right: auto;
    transform: translate(50%,-50%);
    width: auto;
    height: auto;
    left: 5%;
    bottom: 20%
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-yj-pagination-bullet {
    margin: 3px 5px !important;
    background: hsl(0deg 0% 100% / 40%);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all ease .3s
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-yj-pagination-bullet-active {
    height: 30px;
    border-radius: 15px;
    background: rgb(255 255 255)
}

#ban-jpg-mp4 .e_bannerA-2 .swiper-yj-pagination-bullet:hover {
    background: rgb(255 255 255)
}

#ban-jpg-mp4 .m-ring {
    width: 313px;
    height: 313px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 1.875%;
    bottom: 9.25%;
    z-index: 9;
    display: none
}

#ban-jpg-mp4 .m-ring:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: rgba(255,255,255,.2);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
}

#ban-jpg-mp4 .m-ring:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px
}

#ban-jpg-mp4 .m-ring .ring-left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

#ban-jpg-mp4 .m-ring .ring-left:after {
    content: "";
    width: 313px;
    height: 313px;
    border: 2px solid rgba(255,255,255,.2);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-right-color: rgba(255,255,255,.5);
    border-bottom-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#ban-jpg-mp4 .m-ring .ring-right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

#ban-jpg-mp4 .m-ring .ring-right:after {
    content: "";
    width: 313px;
    height: 313px;
    border: 2px solid rgba(255,255,255,.2);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-left-color: rgba(255,255,255,.5);
    border-bottom-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#ban-jpg-mp4 .m-ring.on:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 5s linear;
    -moz-transition: 5s linear;
    -ms-transition: 5s linear;
    -o-transition: 5s linear;
    transition: 5s linear
}

#ban-jpg-mp4 .m-ring.on .ring-right:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: 2.5s linear;
    -moz-transition: 2.5s linear;
    -ms-transition: 2.5s linear;
    -o-transition: 2.5s linear;
    transition: 2.5s linear
}

#ban-jpg-mp4 .m-ring.on .ring-left:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 2.5s linear;
    -moz-transition: 2.5s linear;
    -ms-transition: 2.5s linear;
    -o-transition: 2.5s linear;
    transition: 2.5s linear;
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -ms-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s
}

@media screen and (max-width: 768px) {
    #ban-jpg-mp4 .e_bannerA-2 .p_info_fivebox {
        width:100%;
        padding-bottom: 0px;
		padding-top:50px;
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_info {
        width: 90%;
        padding-right: 10px;
        padding-left: 10px;
        top: 50%;
		transform: translate(-50%,-110%);
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_scrool {
        display: none
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_summary {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
        margin-top: 10px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_entitle {
        font-size: 14px
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_btitle {
        font-size: 20px;
        margin-top: 5px;
        line-height: 1.5
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_cspan::before {
        width: 25px;
        height: 2px
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_kongjian {
        max-width: 55px;
        display: none
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_arr {
        max-width: 55px;
        display: none
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_video_button {
        max-width: 55px;
        bottom: 106px;
        height: 28px
    }

    #ban-jpg-mp4 .e_bannerA-2 .swiper-yj-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 3px !important
    }

    #ban-jpg-mp4 .e_bannerA-2 .swiper-yj-pagination-bullet-active {
        width: 20px
    }

    #ban-jpg-mp4 .e_bannerA-2 .swiper-yj-pagination-bullet:hover {
        height: 6px
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_btn_prev {
        width: 28px;
        height: 28px;
        margin: 5px auto 0
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_video_button span {
        width: 28px;
        height: 28px
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_btn_next {
        width: 28px;
        height: 28px
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_btn_prev::after {
        font-size: 12px
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_btn_next::after {
        font-size: 12px
    }

    #ban-jpg-mp4 .e_bannerA-2 .swiper-container {
        height: 25vh;
        margin-top: 0px
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_cspan {
        margin-top: 0px;
        display: none
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_video_button svg {
        width: 12px
    }

    #ban-jpg-mp4 .e_bannerA-2 .swiper-yj-pagination {
        right: auto;
        top: auto;
        bottom: 15px;
        left: auto;
        width: 100%;
        justify-content: center;
        height: auto;
        transform: unset;
        flex-direction: row
    }

    #ban-jpg-mp4 .e_bannerA-2 .brand {
        right: -15px
    }

    #ban-jpg-mp4 .e_bannerA-2 .videoContent video {
        height: 100%;
        width: 100%
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_scrool span {
        display: none
    }

    #ban-jpg-mp4 .e_bannerA-2 .video_cover:before {
        display: none
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_button {
        display: none
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_entitle img {
        max-width: 60px
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_entitle svg {
        width: 50px
    }

    #ban-jpg-mp4 .m-ring {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #ban-jpg-mp4 .e_bannerA-2 .p_summary {
        max-width:1000px
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #ban-jpg-mp4 .e_bannerA-2 .swiper-container {
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_entitle img {
        max-width: 120px
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_info {
        padding-right: 5%;
        padding-left: 5%
    }

    #ban-jpg-mp4 .e_bannerA-2 .p_button {
        display: none
    }

    #ban-jpg-mp4 .m-ring {
        display: none
    }

    #ban-jpg-mp4 .e_bannerA-2 .swiper-yj-pagination01 {
        left: 2%
    }
}

@media screen and (max-width: 1440px) and (min-width: 1281px) {
    #ban-jpg-mp4 .e_bannerA-2 .p_info {
        width:94%;
        max-width: 1000px
    }
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
    #ban-jpg-mp4 .e_bannerA-2 .p_info {
        width:94%;
        max-width: 800px
    }

    #ban-jpg-mp4 .e_bannerA-2 .swiper-yj-pagination {
        bottom: 23%
    }
}
 #ban-jpg-mp4 .e_bannerA-2 .p_btitle span {
    /* 核心：文字完全透明 */
    color: transparent !important;
    /* 描边强制生效 */
    -webkit-text-stroke: 2px #fff !important; /* 合并写法，兼容性更好 */
    text-stroke: 2px #fff !important;
    /* 清空所有干扰样式 */
    background: none !important;
    text-shadow: none !important;
    border: none !important;
    outline: none !important;
    font-weight: 800 !important;
    font-family: "Lexend Deca", sans-serif !important;
}
