.banner {
    width: 100%;
    height: 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: 84px;
    height: 5px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
    margin: 3px 9px;
}

.banner-pagination .swiper-pagination-bullet-active {
    background-color: #caa773;
}

.banner-pagination {
    width: 100%;
    bottom: 20px;
}

.banner-next,
.banner-prev {
    width: 64px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
}

.banner-next {
    right: 20px;
    background-image: url(../image/right.png);
}

.banner-prev {
    left: 20px;
    background-image: url(../image/left.png);
}

.banner-next:hover,
.banner-prev:hover {
    opacity: 1;
}


.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-pagination-bullet:focus {
    outline: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
    visibility: hidden;
}

.honor-prev,
.honor-next {
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: center center;
}

.honor-next {
    right: -30px;
    background-image: url(http://www.cdtgml.com/icon/honor-right.png);
}

.honor-prev {
    left: -30px;
    background-image: url(http://www.cdtgml.com/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;
        } */
