.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.pages a {
    width: 46px;
    height: 46px;
    font-size: 16px;
    color: #888;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
    margin-right: 14px;
}

.pages a:last-child {
    margin-right: 0;
}

.pages .next {
    width: 110px;
}

.pages .active {
    background: #B9956D;
    color: #fff;
    border: none;
}

.cooperation {
    padding-top: 120px;
    background-color: #F7F7F7;
}

.cooperation .title_eng,
.cooperation .title_chinese,
.certificate .title_eng,
.certificate .title_chinese {
    text-align: center;
}

.certificate {
    padding-top: 106px;
}

.certificate .swiper-container {
    margin-top: 60px;
}

.certificate .swiper-wrapper {
    padding-bottom: 110px;
}

.certificate .swiper-slide {
    width: 50%;
}

.certificate .swiper-slide img {
    width: 100%;
    -webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 60%, rgba(255, 255, 255, .1));
}

.certificate .swiper-slide-active img {
    -webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 75%, rgba(255, 255, 255, .1));
}

.certificate .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: auto !important;
}

.certificate .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background: #B9956D;
    border-radius: 3px;
    margin-right: 5px;
}

.cooperation .mySwiper2 {
    margin-top: 60px;
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    object-fit: cover;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.mySwiper {
    padding: 30px 0 !important;
    box-sizing: border-box;
}

.mySwiper .swiper-slide {
    /* width: 25%; */
    height: auto;
    opacity: 1;
    padding: 22px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.mySwiper .swiper-slide::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 47px;
    background-color: #EDEDED;
}

.mySwiper .swiper-slide-thumb-active::after {
    content: unset;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    background-color: #B9956D;
}

.mySwiper img {
    margin: 0 auto;
    position: relative;
}

.mySwiper .swiper-slide-thumb-active span {
    display: none;
}

.mySwiper .long {
    width: 100%;
    transform: scale(0.9);
    margin-top: 4%;
}

.small1 {
    display: block;
}

.small2 {
    display: none;
}

.mySwiper .swiper-slide-thumb-active .small1 {
    display: none;
}

.mySwiper .swiper-slide-thumb-active .small2 {
    display: block;
    width: auto;
}

.cooperation .swiper-button-prev {
    left: -46px !important;
    background-image: url(../images/arrow-left-bold.png) !important;
    width: 28px !important;
    height: 28px !important;
    background-size: 28px 28px !important;
}

.swiper-button-next {
    right: -46px !important;
    background-image: url(../images/arrow-right-bold.png) !important;
    width: 28px !important;
    height: 28px !important;
    background-size: 28px 28px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: unset !important;
}

.certificate .swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 0 !important;
    top: auto !important;
}

.certificate .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #B9956D !important;
}

.text {
    position: absolute;
    top: 50%;
    left: 18%;
    width: 53%;
    transform: translateY(-50%);
}

.text .title {
    font-size: 32px;

    /* font-weight: 500; */
    color: #FFFFFF;
}

.text .desc {
    font-size: 16px;

    color: #FFFFFF;
    margin-top: 42px;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.crumbs{
    padding: 40px 0;
    border-bottom: 1px solid #EEEEEE;
}

.crumbs>.container{
    display:flex;
    align-items:center;
}

.crumbs .one{
    margin-right: 50px;
    color:#000000;
    font-size:16px;
    transition:0.3s;
}

.crumbs .one:last-of-type{
    margin: 0;
}

.crumbs .one.active,
.crumbs .one:hover{
    color: #B9956D;
}

.list-wrapper img {
    width: 100%;
    display: block;
}

.list-wrapper {
    box-sizing: border-box;
    padding: 100px 0 40px;
}

.list-wrapper .list .one {
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #C7C7C7;
    padding: 30px 40px;
    transition: 0.3s;
    margin-top: 20px;
}

.list-wrapper .list .one:first-of-type {
    margin: 0;
}

.list-wrapper .list .one.active {
    border-color: #B9956D;
    background-color: #B9956D;
}

.list-wrapper .list .one>.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-wrapper .list .one>.title .partner {
    display: flex;
    align-items: center;
}

.list-wrapper .list .one>.title .partner>.p-icon {
    width: 38px;
    margin-right: 10px;
}

.list-wrapper .list .one>.title .partner>.p-name {
    font-size: 24px;
    color: #333;
    transition: 0.3s;
    font-weight: normal;
}

.list-wrapper .list .one.active>.title .partner>.p-name {
    color: #FFFFFF;
}

.list-wrapper .list .one>.title .icon {
    width: 32px;
}

.list-wrapper .list .one>.title .icon:hover {
    cursor: pointer;
}

.list-wrapper .list .one>p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: #888;
    line-height: 1.5;
    margin-top: 20px;
    transition: 0.3s;
}

.list-wrapper .list .one.active>p {
    color: #FFFFFF;
    -webkit-line-clamp: initial;
}

.list-wrapper .list .one>.title .partner>.p-icon>.normal,
.list-wrapper .list .one>.title .icon>.normal,
.list-wrapper .list .one.active>.title .partner>.p-icon>.active,
.list-wrapper .list .one.active>.title .icon>.active {
    display: block;
}

.list-wrapper .list .one>.title .partner>.p-icon>.active,
.list-wrapper .list .one>.title .icon>.active,
.list-wrapper .list .one.active>.title .partner>.p-icon>.normal,
.list-wrapper .list .one.active>.title .icon>.normal {
    display: none;
}

@media screen and (max-width: 1300px) {

    /* .container {
        width: 1100px !important;
    } */
    .cooperation .mySwiper2,
    .cooperation_sw {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 1200px) {

    /* .container {
        width: 87% !important;
    } */
    .cooperation .mySwiper2,
    .cooperation_sw {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
    
    .crumbs {
        padding: 30px 0;
    }

    .cooperation,
    .certificate {
        padding-top: 60px;
    }

    .text .desc {
        height: 120px;
        overflow: scroll;
    }

    .list-wrapper .list .one>.title .partner>.p-name {
        font-size: 20px;
    }

    .list-wrapper {
        padding: 60px 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .crumbs {
        padding: 20px 0;
    }
    
    .crumbs .one{
        margin-right: 30px;
        font-size: 14px;
    }
    
    .list-wrapper .list .one>.title .partner>.p-icon {
        width: 30px;
    }

    .list-wrapper .list .one>.title .partner>.p-name {
        font-size: 20px;
    }

    .list-wrapper {
        padding: 40px 0;
    }

    .list-wrapper .list .one>.title .icon {
        width: 28px;
    }

    .cooperation,
    .certificate {
        padding-top: 30px;
    }

    .cooperation .mySwiper2,
    .certificate .swiper-container {
        margin-top: 30px;
    }

    .certificate .swiper-wrapper {
        padding-bottom: 50px;
    }

    .text .title {
        font-size: 26px;
    }

    .text .desc {
        font-size: 14px;
        margin-top: 21px;
        height: 120px;
        overflow: scroll;
    }

    .cooperation .mySwiper2,
    .cooperation_sw {
        transform: scale(1);
    }

    .cooperation .swiper-button-prev {
        left: 0 !important;
    }

    .cooperation .swiper-button-next {
        right: 0 !important;
    }

    .cooperation .mySwiper2 {
        height: 200px;
    }

    .cooperation_sw {
        height: auto;
    }

    .mySwiper .swiper-slide {
        /* padding: 20px 0; */
        height: 100px;
    }

    .mySwiper .swiper-slide img {
        transform: scale(0.7);
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 54% !important;
    }
}

@media screen and (max-width: 570px) {
    .list-wrapper .list .one>.title .partner>.p-name {
        font-size: 18px;
    }

    .list-wrapper .list .one>p {
        font-size: 14px;
    }

    .text {
        left: 13%;
        width: 65%;
    }

    .mySwiper .swiper-slide {
        padding: 20px 0;
        height: 100px;
    }

    .mySwiper .swiper-slide img {
        transform: scale(0.5);
    }

    .cooperation .mySwiper2,
    .cooperation_sw {
        transform: scale(1);
    }

    .cooperation .mySwiper2 {
        height: 200px;
    }

    .cooperation_sw {
        height: auto;
    }

    .text {
        width: 90%;
        left: 6%;
        margin-top: 0;
    }

    .text .title {
        font-size: 18px;
    }

    .text .desc {
        margin-top: 10px;
        overflow: scroll;
        height: 120px;
    }
}

@media screen and (max-width: 414px) {}