@charset "utf-8";

/* CSS Document */
.banner {
    padding-top: 80px;
}

.banner h1 {
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}

.banner h2 {
    font-size: 18px;
    color: #535353;
    text-align: center;
    font-weight: normal;
    margin: 20px 0 60px;
}

.banner .swiper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.current-swiper {
    width: 650px;
    height: 370px;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 99;
}

.left-swiper {
    position: absolute;
    left: 117px;
    top: 52px;
    z-index: 1;
}

.right-swiper {
    position: absolute;
    right: 117px;
    left: auto;
    top: 52px;
    z-index: 1;
}

.nocurrent-swiper {
    width: 479px;
    height: 273px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.nocurrent-swiper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 240, 240, 0.9);
    z-index: 99;
}

.slide1 {
    background: url(../images/swiper/p1.jpg) no-repeat right 50%/auto 100% #fff;
}

.slide2 {
    background: url(../images/swiper/p2.jpg) no-repeat right 50%/auto 100% #e2e3e8;
}

.slide3 {
    background: url(../images/swiper/p3.jpg) no-repeat right 50%/auto 100% #f0faf9;
}

.slide4 {
    background: url(../images/swiper/p4.jpg) no-repeat right 50%/auto 100% #f0faf9;
}

.swiper-slide-caption {
    height: 80%;
}

.title-decorated {
    font-size: 15px;
    color: #666;
    line-height: 26px;
}

.name {
    border-bottom: 1px solid #dddddd;
    text-align: left;
    display: inline-block;
    color: #333;
}

.detail {
    line-height: 24px;
    color: #7e7a7a;
    font-size: 14px;
}

.title {
    padding-top: 70px;
    margin-left: 45px;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    color: #666;
}

.nocurrent-swiper .title {
    padding-top: 44px;
    margin-left: 30px;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
}

.nocurrent-swiper .name {
    height: 46px;
    line-height: 46px;
    font-size: 30px;
    padding-right: 46px;
    margin-left: 30px;
}

.name:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    /* background: url(../images/swiper/curr_sectbg.png) no-repeat center center; */
}

.nocurrent-swiper .name:before {
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
}

.nocurrent-swiper .detail {
    font-size: 12px;
    line-height: 20px;
    width: 235px;
    margin-left: 30px;
}

.swiper-button-prev {
    width: 46px;
    height: 46px;
    background: url(../images/swiper/curr_prev.png) no-repeat center center;
}

.swiper-button-next {
    width: 46px;
    height: 46px;
    background-size: auto;
    background-image: url(../images/swiper/curr_next.png);
}


.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .banner .swiper {
        width: 100%;
        max-width: 1200px;
    }

    .current-swiper {
        width: 60%;
        height: auto;
        min-height: 370px;
    }

    .left-swiper {
        left: 5%;
        top: 52px;
    }

    .right-swiper {
        right: 5%;
        top: 52px;
    }

    .nocurrent-swiper {
        width: 40%;
        height: auto;
        min-height: 273px;
    }

    .swiper-slide-caption {
        height: auto;
        min-height: 80%;
    }
}

@media (max-width: 768px) {
    .banner {
        padding-top: 40px;
    }

    .banner .swiper {
        width: 100%;
        position: static;
    }

    .current-swiper {
        width: 100%;
        height: auto;
        min-height: 300px;
        margin: 0;
    }

    .left-swiper,
    .right-swiper {
        display: none;
        /* Hide side swipers on mobile */
    }

    .nocurrent-swiper {
        display: none;
    }

    .swiper-slide-caption {
        height: auto;
        padding: 20px;
    }

    .title-decorated {
        font-size: 14px;
        line-height: 1.4;
    }

    .name {
        font-size: 28px;
        padding-bottom: 5px;
        padding-right: 40px;
    }

    .name:before {
        width: 25px;
        height: 25px;
        right: 5px;
    }

    .detail {
        font-size: 14px;
        line-height: 1.5;
    }

    .slide1,
    .slide2,
    .slide3,
    .slide4 {
        background-size: cover;
        background-position: center;
    }

    .row {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    .name,
    .detail {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .banner h1 {
        font-size: 24px;
    }

    .banner h2 {
        font-size: 16px;
        margin: 10px 0 30px;
    }

    .current-swiper {
        min-height: 250px;
    }

    .swiper-slide-caption {
        padding: 15px;
    }

    .title-decorated {
        font-size: 13px;
    }

    .name {
        font-size: 24px;
        padding-right: 30px;
    }

    .detail {
        font-size: 13px;
    }
}