.main-content-wrapper {
    padding-top: 133px;
}

/* Banner */
.index-banner {
    background-color: #fff;
}

.index-banner .banner-top {
    padding: 27px 30px;
    display: flex;
    align-items: center;
}

.index-banner .banner-type {
    font-size: 14px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #202325;
    position: relative;
    padding-left: 24px;
    height: 20px;
    line-height: 20px;
}

.index-banner .banner-type::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ca101a;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.index-banner .banner-title {
    font-size: 36px;
    font-family: Bodoni-11-Book;
    font-weight: normal;
    color: #595757;
    margin-top: 0;
    word-break: break-all;
}


.index-banner .banner-title {
    font-size: 36px;
    font-family: Bodoni-11-Book;
    font-weight: normal;
    color: #595757;
    margin-top: 20px;
    word-break: break-all;
}

.index-banner .static-ratio-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    position: relative;
    overflow: hidden;
}

.index-banner .static-ratio-wrapper-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.index-banner .banner-container {
    width: 100%;
    height: 100%;
}

.index-banner .banner-slide {
    width: 100%;
    overflow: hidden;
}

.index-banner .banner-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background-color: transparent;
}

.banner-video.video-js .vjs-tech {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner-video .vjs-big-play-button {
    background-image: url(/img/about/play.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    top: 50%;
    left: 50%;
    border: 0;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
}


.banner-video .vjs-big-play-button:focus,
.banner-video:hover .vjs-big-play-button {
    border-color: transparent;
    background-color: transparent;
}

.banner-video .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
}


.index-banner .swiper-pagination-bullets {
    bottom: 32px;
}

.index-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #FAF8F8;
    opacity: 0.53;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.index-banner .swiper-pagination-bullet-active {
    width: 34px;
    height: 15px;
    background: #FAF8F8;
    border-radius: 10px;
    opacity: 1;
}

@media screen and (max-width: 1600px) {
    .banner-video .vjs-big-play-button {
        width: 120px;
        height: 120px;
        margin-top: -60px;
        margin-left: -60px
    }
}


@media screen and (max-width: 1024px) {
    .main-content-wrapper {
        padding-top: 70px;
    }

    .index-banner .banner-top {
        padding: 18px 20px 50px 20px;
    }

    .index-banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #FAF8F8;
    }

    .index-banner .swiper-pagination-bullet-active {
        width: 15px;
        height: 8px;
        background: #FAF8F8;
    }

    .index-banner .banner-type {
        font-size: 10px;
        padding-left: 14px;
        height: 12px;
        line-height: 12px;
    }

    .index-banner .banner-type::before {
        width: 8px;
        height: 8px;
        margin-top: -5px;
    }

    .index-banner .banner-title {
        font-size: 22px;
        margin-top: 10px;
    }

    .banner-video .vjs-big-play-button {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px
    }

    .index-banner .swiper-pagination-bullets {
        bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .banner-video .vjs-big-play-button {
        width: 68px;
        height: 68px;
        margin-top: -34px;
        margin-left: -34px
    }
}


/* Banner */

.section-title {
    padding: 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-title h1 {
    font-size: 50px;
    font-family: Bodoni-11-Book;
    font-weight: normal;
    color: #595757;
    margin: 0;
}

.section-title h1 a {
    font-size: 18px;
    font-family: Bodoni-11-Book;
    font-weight: 400;
    color: #ca101a;
    -webkit-transition: -webkit-text-decoration .3s;
    transition: -webkit-text-decoration .3s;
    transition: text-decoration .3s;
    transition: text-decoration .3s, -webkit-text-decoration .3s;
    cursor: pointer;
    padding-left: 10px;
}

.section-title a:hover {
    text-decoration: underline;
}

.section-title-right {
    padding-left: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.work-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.work-category::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #BFBFBF;
    z-index: 1;
}

.work-category-item {
    padding: 12px 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #595757;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.work-category-item.active {
    background-color: #fff;
    color: #000000;
}

.work-category-item::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 15%;
    right: 15%;
    height: 2px;
    background-color: transparent;
    z-index: 1;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.work-category-item.active::after {
    left: 15%;
    right: 15%;
    background-color: #ca101a;
}

.section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.awards-swiper,
.work-swiper {
    width: 100%;
}

.awards-swiper .swiper-scrollbar,
.work-swiper .swiper-scrollbar {
    display: none;
}

.work-item-wrapper {
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 40px;
}

.work-item-wrapper > a:focus {
    outline: none !important;
    text-decoration: none !important;
}

.work-item-wrapper:nth-child(4n) {
    margin-right: 0;
}


@media screen and (max-width: 1660px) {
    .work-item-wrapper {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .section-content {
        padding-left: 20px;
        display: block;
    }

    .section-content.bottom-banner-content {
        padding-right: 20px;
    }

    .section-title {
        margin-bottom: -24px;
        padding: 40px 20px 0 20px;
    }

    .section-title h1 {
        font-size: 21px;
        font-weight: normal;
        color: #595757;
        line-height: 28px;
    }

    .section-title h1 a {
        display: none;
    }

    .section-title-right {
        display: none;
    }

    .awards-swiper,
    .work-swiper {
        padding-top: 40px;
        padding-right: 10px;
    }

    .awards-swiper .swiper-scrollbar,
    .work-swiper .swiper-scrollbar {
        display: block;
        top: 10px;
        left: 63%;
        width: 27%;
        right: 10%;
        border-radius: 0;
        height: 2px;
    }

    .awards-swiper .swiper-scrollbar-drag,
    .work-swiper .swiper-scrollbar-drag {
        border-radius: 0;
        background: #ca101a;
    }

    .work-item-wrapper {
        margin-bottom: 0;
        width: 72%;
    }

    .work-item-wrapper:nth-child(4n) {
        margin-right: 1.33%;
    }
}


.section-bottom {
    display: none;
    padding: 0 20px 0 0;
}

.section-divider-line {
    margin: 33px 0 0 0;
    height: 1px;
    background: #AAAAAA;
}

.bottom-banner-content {
    margin-top: 20px;
}


@media screen and (max-width: 1740px) {
    .section-title-right {
        padding-left: 4%;
    }

    .work-category-item {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1660px) {
    .section-title-right {
        padding-left: 2%;
    }
}

@media screen and (max-width: 1440px) {
    .work-category-item {
        padding: 8px 20px;
        font-size: 14px;
    }
}


@media screen and (max-width: 1280px) {
    .section-title {
        padding: 50px 20px;
    }

    .section-title-right {
        padding-left: 20px;
    }

    .work-category-item {
        padding: 0 8px 8px 8px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {

    .awards-swiper .swiper-wrapper,
    .work-swiper .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .section-content {
        padding-left: 20px;
        display: block;
    }

    .section-content.bottom-banner-content {
        padding-right: 20px;
    }

    .section-title {
        margin-bottom: -24px;
        padding: 40px 20px 0 20px;
    }

    .section-title h1 {
        font-size: 21px;
        font-weight: normal;
        color: #595757;
        line-height: 28px;
    }

    .section-title h1 a {
        display: none;
    }

    .section-title-right {
        display: none;
    }

    .awards-swiper,
    .work-swiper {
        padding-top: 40px;
        padding-right: 10px;
    }

    .awards-swiper .swiper-scrollbar,
    .work-swiper .swiper-scrollbar {
        display: block;
        top: 10px;
        left: 63%;
        width: 27%;
        right: 10%;
        border-radius: 0;
        height: 2px;
    }

    .awards-swiper .swiper-scrollbar-drag,
    .work-swiper .swiper-scrollbar-drag {
        border-radius: 0;
        background: #ca101a;
    }

    .section-bottom {
        display: block;
    }

    .section-mobile-subtitle {
        padding: 35px 0;
        font-size: 17px;
        font-family: Bodoni-11-Book;
        font-weight: normal;
        color: #595757;
    }

    .section-mobile-more {
        border: 1px solid #AAAAAA;
        border-radius: 17px;
        padding: 25px 20px;
        font-size: 12px;
        font-family: SourceHanSansCN-Medium;
        font-weight: 500;
        color: #ca101a;
        width: 50%;
        text-align: center;
        cursor: pointer;
    }
}

@media screen and (max-width: 800px) {
    .bottom-banner-content {
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .fullscreen-mask {
        display: none !important;
    }
}


.full-screen-content {
    height: 100%;
}


.galley-swiper {
    width: 100%;
    height: 100%;
}

.galley-slide {
    background: rgba(0, 0, 0, .9);
}

.galley-swiper .swiper-button-next {
    background-image: url(/img/galley-right.png);
    right: 26px
}

.galley-swiper .swiper-button-prev {
    background-image: url(/img/galley-left.png);
    left: 26px;
}


.galley-swiper .swiper-button-close {
    background-image: url(/img/galley-close.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 32px;
    right: 26px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background-size: 100%;
}

.galley-swiper .swiper-button-next,
.galley-swiper .swiper-button-prev {
    width: 78px;
    height: 78px;
    top: 50%;
    margin-top: -39px;
    border-radius: 50%;
    background-size: cover;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {

    .galley-swiper .swiper-button-close {
        width: 42px;
        height: 42px;
        top: 32px;
        right: 20px;
    }


    .galley-swiper .swiper-button-next,
    .galley-swiper .swiper-button-prev {
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }

    .galley-swiper .swiper-button-next {
        right: 20px;
    }

    .galley-swiper .swiper-button-prev {
        left: 20px;
    }
}

.galley-swiper .swiper-zoom-container {
    width: 90%;
    margin: 0 auto;
}

.galley-swiper .swiper-zoom-container > canvas,
.galley-swiper .swiper-zoom-container > img,
.galley-swiper .swiper-zoom-container > svg {
    max-width: 80%;
    max-height: 90%;
    user-select: none;
}




