.main-content__wrapper {
    height:auto;
}
.swiper-control-frame {
    width: 1076px;
    margin:0 162px;
    overflow: hidden;
}
.swiper-control__wrapper-left {
    height:632px;
    width: 38px;
}
.swiper-control {
    display:block;
    outline:none;
    border:0;
    text-decoration: none;
    width:100%;
    height:100%;
}
.swiper-control__left {
    background:url(../images/arrow-left-small.png) left 330px no-repeat;
}
.swiper-control__wrapper-right {
    width: 38px;
    height:632px;
}
.swiper-control__right {
    background:url(../images/arrow-right-small.png) right 330px no-repeat;
}
.wrapper-page-content {
    width: 100%;
    height:525px;
    background: #f6f3eb;
}
.swiper-thumbs {
    width:964px;
    overflow: hidden;
    height:90px;
    padding: 10px 0;
}
.swiper-thumbs .swiper-slide {
    width: 90px;
    height: 100%;
    opacity: 0.4;
    background-color:#fff;
    cursor: pointer;
}
.swiper-thumbs .swiper-slide:nth-child(1) {
    margin-left: 10px;
}

.swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-thumb__control {
    display:block;
    height: 100%;
    width: 18px;
    cursor: pointer;
    outline:none;
    border:0;
    text-decoration: none;
}
.swiper-thumb__control-left {
    background: #1e5d86 url(../images/arrow-left-mid.png) center center no-repeat;
}
.swiper-thumb__control-right {
    background:#1e5d86 url(../images/arrow-right-mid.png) center center no-repeat;
}
.swiper-thumb-frame {
    height:90px;
}
.swiper-slide-brief-txt {
    display:none;
}
.swiper-slide-brief {
    z-index: 2;
    width:inherit;
    position: absolute;
    height: 70px;
    padding: 20px 12px;
    background: rgba(0, 0, 0, 0.5);
    color:#fff;
    bottom:0;
    font-size:12px;
    overflow: hidden;
}
.swiper-content-pagination {
    width: 80px;
    font-size: 19px;
    color: #1e5d86;
}

.content-title-lan {
    width: 100px;
    color: #1e5d86;
    font-size: 15px;
}