.banner {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius:10px;
    background-color: #efefef;
    opacity: 1;
    margin: 0px 3px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;
}

.banner-pagination .swiper-pagination-bullet-active {
    background-color: #FE9265;  width: 18px;
}

.banner-pagination {
    width: 100%;
    bottom: 10px;
}

.banner-next,
.banner-prev {
    width: 45px;
    height: 77px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6; background-color:#efefef;margin-top:-300px; cursor:pointer; background-size:40px;
}

.banner-next {
    right: -50px; 
    background-image: url(../images/fa2.png);
}

.banner-prev {
    left: -50px; background-image: url(../images/fanhui.png);
    
}

.banner-next:hover,
.banner-prev:hover {
    opacity: 1;
}
 

.honor-prev,
.honor-next {
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: center center;
}

.honor-next {
    right: -30px;
    background-image: url(/icon/honor-right.png);
}

.honor-prev {
    left: -30px;
    background-image: url(/icon/honor-left.png);
}

.partner {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.partner-slide {
    background: #fff;
    height: calc((100% - 20px) / 2);
    /* border: 1px solid #dfdfdf; */
    box-sizing: border-box;
}

.partner-slide img {
    width: 100%;
    /* -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray;
            opacity: 0.7; */
}

/* .partner-slide img:hover {
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -ms-filter: grayscale(0);
            -o-filter: grayscale(0);
            filter: grayscale(0);
            opacity: 1;
        } */
