#pc-banner {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#pc-banner .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#pc-banner .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#pc-banner .swiper-container .swiper-slide {
    width: 1200px;
    height: 500px;
}
/* #pc-banner .swiper-container .swiper-slide-prev{
    transform: translateX(600px);
}
#pc-banner .swiper-container .swiper-slide-next{
    transform: translateX(-600px);
}
#pc-banner .swiper-slide-active{
    z-index: 999;
} */
#pc-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

#pc-banner .swiper-pagination {
    margin-bottom: 40px;
}

#pc-banner .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.7;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 4px;
}

#pc-banner .swiper-pagination-bullet-active {
    background: rgba(218, 5, 2, 1);
}

/* @media screen and (max-width: 668px) {
    .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .swiper-pagination-bullet {
        background: #00a0e9;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }

    .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #fff;
        border: 3px solid #00a0e9;
        margin-bottom: 0;
    }
} */

#pc-banner .button {
    width: 1200px;
    margin: 0 auto;
    bottom: 250px;
    position: relative;
}

#pc-banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center 50%/50% 50% no-repeat;
}

#pc-banner .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center 50%/50% 50% no-repeat;
}

#pc-banner .button div:hover {
    background-color: #3e3e3e;
}



#pc-banner .layer-mask {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: all 0.5s;
    background-color: #3e3e3e;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

#pc-banner .swiper-slide-active .layer-mask {
    display: none;
}


#pc-banner .swiper_text_box {
    width: 300px;
    height: 180px;
    background: rgba(218, 5, 2, 0.8);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 100px;
    margin-top: -90px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    padding: 24px 30px 18px;
    box-sizing: border-box;
}
#pc-banner .swiper_text_box .home_swiper_text{
    max-height: 72px;
}

#pc-banner .paging {
    width: 100%;
    /* position: absolute;
    bottom: 0;
    left: 0; */
    /* padding: 24px 30px 18px; */
    box-sizing: border-box;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 1);
    line-height: 19px;
    font-weight: 500;
    margin-top: 36px;
}

#pc-banner .paging::before {
    content: '';
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    display: block;
    margin-bottom: 17px;
}
