.bt {
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: auto;
   
    line-height: 50px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    transform: translate(-50%);
    background-color: rgb(0 0 0 / 50%);
    z-index: 9999;
    padding: 0 20px;}
.banner-z .slick-dots li button {
    display: none;}

button {
    font-size: 100%;
    border: none;
    outline: none;}

.banner-z {
    font-size: 0;
    z-index: 2;}

.banner-z .slick-active .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);}

.banner-z a {
    display: block;}

.banner-z .img {
    padding-top: 44%;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s;
    -o-transition: transform 0.5s linear 0s;
    -webkit-transition: -webkit-transform 0.5s linear 0s;
    transition: -webkit-transform 0.5s linear 0s;
    -o-transition: -o-transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s, -moz-transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s, -webkit-transform 0.5s linear 0s, -moz-transform 0.5s linear 0s, -o-transform 0.5s linear 0s;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    -o-background-size: cover;
    background-size: cover;}

.banner-z .slick-arrow {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 32px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    -o-background-size: auto;
    background-size: auto;
    cursor: pointer;
    transform: translateY(-50%);}

.banner-z .slick-arrow.slick-prev {
    left: 5%;
    background-image: url(images/left-20250528.png);}

.banner-z .slick-arrow.slick-next {
    right: 5%;
    background-image: url(images/right-20250528.png);}

.banner-z .slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);}

.banner-z .slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;}

.banner-z .slick-dots li.slick-active {
    background: #c50815;}
@media screen and (max-width: 900px) {
 .bt{display:none;}
}
.fwjgDepart {
    margin-left: 0!important;}
.fwjgDepart a {
    flex: 0 0 calc(50% - 25px);
    height: 76px;
    line-height: 76px;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.3s;}
.fwjgDepart a:hover {
    background: #fff;
    color: #AE0A29;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.3s;}
