/*
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*/
.banner-z .slick-prev {
    background: url(/images/xzjt20250916.png) no-repeat center;
    position: absolute;
    left: 35%;
    z-index: 999999999;
    border: none;
    outline: none;
    bottom: 0.55rem;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100% 100%;
    color: transparent;
        cursor: pointer;}
.banner-z .slick-next {
     background: url(/images/xyjt20250916.png) no-repeat center;
    position: absolute;
    right: 35%;
    z-index: 999999999;
    border: none;
    outline: none;
    bottom: 0.55rem;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100% 100%;
    color: transparent;
        cursor: pointer;}
 .banner-z {
        position: relative
    ;}

    .banner-z .slick-dots button {
        display: none !important;}

  .banner-z .slick-dots li {
    display: inline-block;
    margin: 0 0.3rem;
    opacity: 1;
    cursor: pointer;
    width: .12rem;
    height: .12rem;
    background: #fff;
    border-radius: 50vw;}

    .banner-z .slick-dots .slick-active {
        background: url(/images/banner_d.svg) no-repeat center;
        width: .46rem;
    height: .46rem;
    border-radius: 0;
   background-size: 100% 100%;
    background-repeat: no-repeat;}

    .banner-z .con {
        width: 100%;
        height: 100vh;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    ;}

  .banner-z .slick-dots {
    overflow: hidden;
    position: absolute;
    bottom: 0.5rem;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin: 0;
    display: flex !important
;
    align-items: center;
    justify-content: center;}



    .banner-z .slick-dots li:last-child span {
        display: none
    ;}

    .banner-z .slick-dots button {
        display: block;
        font-size: 16px;
        color: #fff;
        border: none;
        outline: 0;
        background-color: transparent;
        cursor: pointer;
        font-weight: 700
    ;}

    .banner-z .slick-dots .slick-active button {
        font-size: 26px;
        padding-bottom: 20px
    ;}

    .banner-z .xie {
        margin-left: -10px;
        width: 27px;
        height: 1px;
        display: inline-block;
        background-color: #fff;
        opacity: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg)
    ;}

    .banner-z .slick-active .xie {
        opacity: 1
    ;}

    .banner-z .line {
        margin-left: -7px;
        width: 19px;
        height: 1px;
        display: inline-block;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        background-color: #fff;
        margin-bottom: 2px
    ;}

    .banner-z .slick-active .line {
        width: 58px
    ;}

    .banner-z .dot {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #fff;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        opacity: 0
    ;}

    .banner-z .slick-active .dot {
        opacity: 1
    ;}

    .banner-z .con video {
        width: 100%;
        height: 100%;
        object-fit: fill;}

    @media only screen and (max-width: 1600px) {
        .banner-z .con {
            height: 90vh;}
    }
    @media only screen and (max-width: 1400px) {
        .banner-z .con {
            height: 70vh;}
    }
    @media only screen and (max-width: 1200px) {
        .banner-z .con {
            height: 60vh;}
    }
    @media only screen and (max-width: 1000px) {
        .banner-z .con {
            height: 50vh;}
    }
      @media only screen and (max-width: 800px) {
      
      .banner-z .slick-dots .slick-active{
      width: .2rem;
    height: .2rem;}
      .banner-z .slick-dots li {
margin: 0 0.1rem;
    width: 0.05rem;
    height:0.05rem;}        
 .banner-z .slick-next{right: 25%;    bottom: 0.4rem;}     
    .banner-z .slick-prev{left: 25%;    bottom: 0.4rem;}        
        .banner-z .con {
            height: 40vh;}
    }
    @media only screen and (max-width: 400px) {
        .banner-z .slick-dots li {
            margin: 0 0.06rem;
            width: 0.12rem;
            height: 0.12rem;}

        .banner-z .slick-dots .slick-active {
            width: 0.2rem;
            height: 0.2rem;
            background-size: 100%;}

        .banner-z .con {
            max-height: 200px;}
    }
