@charset "utf-8";

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}
.banner .slick-slide{height: 100vh;}

.banner img {
    /* display: block; */
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    bottom: .32rem;
    z-index: 9;
}

.banner .slick-dots li {
    width: .39rem;
    height: .32rem;
    background: url(../images/banner-dots.png) no-repeat center center;
    background-size: .14rem;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dotsa.png) no-repeat center center;
    background-size: 100%;
}

/* s1 */



.tit {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}



.tit h3 b {
    display: inline-block;
    padding-bottom: 25px;
    font-size: 30px;
    color: #3D3D3D;
    position: relative;
}

.tit h3 b::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(270deg, #CA9F3C 0%, rgba(205, 167, 77, 0.53) 81%);
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more a {
    font-size: 16px;
    line-height: 30px;
    color: #9B9B9B;
    padding-right: 40px;
    background: url(../images/more.png) no-repeat right center;
    background-size: 34px;
}

.more a:hover {
    color: #B72607;
}





@media screen and (max-width:1600px) {

    .banner video,
    .banner img {
        /* height: 100%; */
        width: 100%;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .banner a {
        padding-top: 50%;
    }

}




@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
    
    .banner .slick-dots li{
        background-size: .1rem;
    }
    .banner .slick-dots li.slick-active{
        background-size: 70%;
    }
    .banner .slick-slide{height:initial;}

    .banner img {
        display: block;
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
    }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {
    .tit h3 b {
        font-size: 20px !important;
        padding-bottom: 10px !important;
    }
    .tit {
        text-align: left !important;
        margin-bottom: 20px;
    }


}

@media screen and (max-width:480px) {}