@charset "utf-8";

.p1520{

width: 1520px;

margin: 0 auto;
}



.bannerrs a{
    display: block;
}


.bannerrs a img{
    display: block;
    width: 100%;

}

.bannerrs .page{
    font-size: 0;
    bottom: 39px;
}
.bannerrs .page span{
    width: 14px;
    height: 14px;
    opacity: 1;
    margin: 0 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    position: relative;
    vertical-align: middle;
}
.bannerrs .page span:after{
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.bannerrs .page span.active{
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
.bannerrs .page span.active:after{
    opacity: 1;
    visibility: visible;
}


.bannerrs .btn{
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.bannerrs .prev{
    left: 40px;
    background-image: url("../images/prev01.png");
}
.bannerrs .next{
    right: 40px;
    background-image: url("../images/next01.png");
}


.list2w{
    position: relative;
    padding: 0 .54rem 0 .75rem;
}

.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: 300px;
    border-radius: 10px;
}

.list2w a .txt-box h3{
    font-size: 16px;
    line-height: 30px;
    color: #060606;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.list2w a .txt-box h5{
    font-size: 14px;
    line-height:20px;
    color: #8f0b12;
    margin-bottom: 5px;
}
.list2w a .txt-box p{
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    height: 40px;
}
.list2w a .txt-box{
    padding-top: 15px;
}
.list2w a:hover .pic{
    box-shadow:  0 8px 20px rgba(10, 10, 10, 0.39);
}



.list2w .btn{
    width: 43px;
    height: 81px;
    background: no-repeat 50%/100%;
}

.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}

.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    transform: scale(1.1);
}
.pic img:hover,
.bg-mask:hover .cover_img .a{
    transform: scale(1.05);
}



.s1-l .swiper-slide a {
    display: block;
    position: relative
}

.s1-l .swiper-slide a .pic {
    padding-top: 62.6%
}

.s1-l .swiper-slide a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.s1-l .swiper-slide a .info {
    padding: .2rem 1rem .2rem .35rem;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #005692
}

.s1-l .swiper-slide a .info h3 {
    line-height: .36rem;
    font-size: 0.2rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s1-l .swiper-slide a .info h3 i {
    background-image: linear-gradient(#fff, #fff)
}

.s1-l .pubpage {
    position: absolute;
    right: 0.35rem;
    bottom: 0.35rem;
    z-index: 9
}
.s1-l .banner-prev {
            position: absolute;
            left: 0;
            width: 10%;
            top: 0;
            bottom: 0;
            transition: all .6s;
            cursor: pointer;
            z-index: 9;
        }

        .s1-l .banner-next {
            position: absolute;
            right: 0;
            width: 10%;
            top: 0;
            bottom: 0;
            transition: all .6s;
            cursor: pointer;
            z-index: 9;
        }

        .s1-l .banner-prev span {
            position: absolute;
            left: 50%;
            top: 47%;
            transform: translate(-50%, -50%);
            width: 1.27rem;
            height: 1.52rem;
            background: url(../images/prev.png) no-repeat center center;
            background-size: .5rem auto;
            z-index: -1;
            cursor: pointer;
            transition: .6s;
            opacity: 0;
        }

        .s1-l .banner-next span {
            position: absolute;
            left: 50%;
            top: 47%;
            transform: translate(-50%, -50%);
            width: 1.27rem;
            height: 1.52rem;
            background: url(../images/next.png) no-repeat center center;
            background-size: .5rem auto;
            z-index: -1;
            cursor: pointer;
            transition: .6s;
            opacity: 0;
        }

        .s1-l:hover  .banner-prev span {
            opacity: 1;
            z-index: 9;
        }

        .s1-l:hover .banner-next span {
            opacity: 1;
            z-index: 9;
        }

        .s1-l .banner-prev span:hover {
            opacity: 1;
            z-index: 9;
        }

        .s1-l .banner-next span:hover {
            opacity: 1;
            z-index: 9;
        }

.pubpage {
    display: flex;
    align-items: center
}

.pubpage span {
    width: 0.08rem;
    height: 0.04rem;
    background-color: #f4f5f7;
    opacity: 0.5;
    margin: 0 1px;
    transition: all 0.6s;
    border-radius: 0
}

.pubpage span.swiper-pagination-bullet-active {
    width: 0.19rem;
    background-color: #c8a163;
    opacity: 1
}

.pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

a:hover .pic div {
    width: 110%;
    height: 110%
}



@media (max-width: 1520px){
.p1520{

width: 100%;

margin: 0 auto;
}
}

@media (max-width: 1025px){
    .bannerrs .btn{
        width: 45px;
        height: 45px;
    }
    .bannerrs .prev{
        left: 10px;
    }
    .bannerrs .next{
        right: 10px;
    }
    .bannerrs .page{
        bottom: 20px;
    }
    .bannerrs .page span{
        width: 10px;
        height:10px;
    }
}