.main-content-wrapper {
    padding-top: 0;
    padding-bottom: 50px
}

.nav-container {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.nav-transparent .nav-container {
    background-color: rgba(0, 0, 0, 0.1)
}

.nav-transparent .nav-container .nav-logo .slogan {
    color: #fff
}

.nav-transparent .nav-container .nav-menu-items .nav-item {
    color: #fff
}

.nav-transparent .nav-container .has-sub-nav {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC45NDEwOTQgMC4yNjU2MjVINC4wMDExSDcuMDYxMUg4LjAwMTFMNC4wMDExIDUuMzQwNjZMMCAwLjI2NTYyNUgwLjk0MTA5NFoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==)
}

.nav-transparent .nav-container .nav-menu-items .contact .nav-item {
    border-color: #fff
}

.nav-transparent .nav-container .nav-menu-items .contact span {
    color: #fff
}

.nav-transparent .nav-container .nav-menu-items .contact sup {
    color: #fff
}

.nav-transparent .nav-container .nav-logo .logo {
    display: none
}

.nav-transparent .nav-container .nav-logo .logo.white {
    display: block
}

.top-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30%;
    padding-left: 6%
}

.top-banner-inner p:first-child {
    font-size: 56px;
    font-family: Bodoni-11-Book;
    color: #fff
}

.top-banner-inner p:last-child {
    font-size: 36px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px
}

@media screen and (max-width:1280px) {
    .top-banner {
        padding-left: 40px;
        padding-right: 40px
    }

    .top-banner-inner p:first-child {
        font-size: 40px
    }

    .top-banner-inner p:last-child {
        font-size: 30px
    }
}

@media screen and (max-width:1024px) {
    .nav-container {
        -webkit-transition: none;
        transition: none
    }

    .top-banner {
        padding-top: 60%
    }

    .main-content-wrapper {
        padding-top: 70px
    }
}

@media screen and (max-width:600px) {
    .top-banner {
        padding-left: 20px;
        padding-right: 20px
    }

    .top-banner-inner p:first-child {
        font-size: 21px
    }

    .top-banner-inner p:last-child {
        font-size: 14px
    }
}

.section-container {
    background-color: #fff
}

.section-top {
    padding: 46px 30px 30px 30px
}

.section-top .left-corner {
    font-size: 14px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #202325;
    position: relative;
    padding: 0 22px;
    letter-spacing: 1.5px
}

.section-top .left-corner::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ca101a;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -6px
}

.left-company {
    font-size: 56px;
    font-family: Bodoni-11-Book;
    font-weight: normal;
    color: #595757;
    margin: 0;
    padding: 0 30px
}

.about-company {
    padding-bottom: 60px
}

.about-company .title {
    font-size: 56px;
    font-family: Bodoni-11-Book;
    color: #595757;
    text-align: center;
    margin: 50px 0 0 0;
    letter-spacing: 1.5px
}

.about-company .title-cn {
    font-size: 26px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #202325;
    text-align: center;
    margin: 32px 0 0 0
}

.company-desc {
    font-size: 22px;
    font-family: SourceHanSansCN-Light;
    font-weight: 400;
    color: #000;
    line-height: 40px;
    margin: 50px 0 0 0;
    padding: 0 8%;
    text-align: justify;
}

.company-picture {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.company-picture-item {
    width: 33%;
    margin-right: .5%;
    cursor: pointer;
    overflow: hidden;
}

.company-picture-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.company-picture-item img {
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}


.company-picture-swiper .swiper-button-next {
    background-image: url('/img/galley-right.png')
}

.company-picture-swiper .swiper-button-prev {
    background-image: url('/img/galley-left.png')
}

.company-picture-swiper .swiper-button-next,
.company-picture-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
    background-size: cover;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
}

.company-picture-swiper:hover .swiper-button-next,
.company-picture-swiper:hover .swiper-button-prev {
    opacity: 1;
}

.company-picture-swiper .swiper-button-next.swiper-button-disabled,
.company-picture-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.company-picture-swiper .swiper-scrollbar,
.awards-swiper .swiper-scrollbar {
    display: none
}

.hidden-target {
    position: relative;
    height: 0;
    overflow: hidden;
    top: -70px;
}

.what-we-do {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0
}

.what-we-do-right {
    padding-right: 8%
}

.what-we-do-left {
    width: 37%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.what-we-do-left .work {
    font-size: 14px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #202325;
    letter-spacing: 1.5px;

}

.what-we-do-left .title-en {
    font-size: 56px;
    font-family: Bodoni-11-Book;
    font-weight: bold;
    color: #000;
    letter-spacing: 1.5px;
    margin: 0
}

.what-we-do-left .title-cn {
    font-size: 26px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #202325;
    letter-spacing: 1.5px;
    margin: 0
}

.what-we-do-left .more-wrapper {
    margin-top: 30px;
    cursor: pointer
}

.circle-right-arrow {
    width: 38px;
    height: 38px;
    margin-left: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(/img/about/right-arrow-circle.png);
    -webkit-transition: background-image .3s;
    transition: background-image .3s;
    position: relative;
}

.what-we-do-left .more-wrapper:hover .circle-right-arrow {
    background-image: url(/img/about/right-arrow-circle-red.png);
}

.circle-right-arrow img {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.what-we-do-left .more-wrapper img {
    width: 38px;
    height: 38px;
    margin-left: 20px
}

.what-we-do-left .more-wrapper a {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #202325;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 38px;
    line-height: 38px;
    letter-spacing: 2px;
}

.what-we-do-right p {
    font-size: 22px;
    font-family: SourceHanSansCN-Light;
    font-weight: 400;
    color: #000;
    line-height: 40px;
    text-align: justify;
}

.what-we-do-right-en {
    margin-top: 40px
}

.section-more {
    display: none;
    border: 1px solid #aaa;
    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;
    margin-top: 30px;
    letter-spacing: 1px
}

.our-honor {
    margin-top: 50px
}

.our-honor .honor-video-container {
    width: 100%;
    height: 100%;
}

.honor-video-container .video-js {
    width: 100%;
    height: 100%
}

.honor-video-container .video-js .vjs-tech {
    object-fit: cover;
    object-position: center;
}

.honor-video-container .video-js .vjs-poster {
    background-size: cover
}

.honor-video-container .video-js .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
}

.honor-video-container .video-js .vjs-big-play-button span {
    display: none
}

.honor-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.honor-content .what-we-do-right {
    padding-right: 0;
    padding-left: 8%
}

.awards-swiper {
    margin-top: 50px
}

.awards-swiper .swiper-button-next {
    background-image: url('/img/galley-right.png')
}

.awards-swiper .swiper-button-prev {
    background-image: url('/img/galley-left.png')
}

.awards-swiper .swiper-button-next,
.awards-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
    background-size: cover;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
}

.awards-swiper:hover .swiper-button-next,
.awards-swiper:hover .swiper-button-prev {
    opacity: 1;
}

.awards-swiper .swiper-button-next.swiper-button-disabled,
.awards-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}


.awards-swiper .awards-slide-item img {
    width: 100%
}

.major-clients {
    padding: 60px 8%;
    margin-top: 50px
}

.major-clients .title-en {
    font-size: 56px;
    font-family: Bodoni-11-Book;
    font-weight: bold;
    color: #595757;
    text-align: center;
    letter-spacing: 1.5px;
}

.major-clients .title-cn {
    font-size: 26px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 10px 0 0 0;
    letter-spacing: 1.5px;
}

.major-clients .major-clients-intro {
    margin-top: 50px
}

.major-clients .major-clients-intro p {
    font-size: 22px;
    font-family: SourceHanSansCN-Light;
    font-weight: 400;
    color: #000;
    line-height: 40px;
    margin: 0 0 48px 0;
    text-align: justify;
}

.major-clients .major-clients-intro p.en {
    font-family: SourceHanSansCN-Light;
}

.bottom-banner-section {
    margin-top: 51px
}

@media screen and (max-width:1600px) {

    .honor-video-container .video-js .vjs-big-play-button {
        width: 120px;
        height: 120px;
        margin-top: -60px;
        margin-left: -60px
    }
}

@media screen and (max-width:1440px) {
    .what-we-do-right {
        padding-right: 4%
    }

    .what-we-do-right p {
        font-size: 20px
    }

}

@media screen and (max-width:1280px) {

    .major-clients .title-en {
        font-size: 40px
    }

    .major-clients .title-cn {
        font-size: 24px
    }

    .major-clients .major-clients-intro p {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width:1024px) {
    .about-company {
        padding: 0 20px 30px 20px
    }

    .section-top {
        padding: 20px 0
    }

    .section-top .left-corner {
        display: none
    }

    .left-company {
        display: none
    }

    .about-company .title {
        font-size: 20px;
        text-align: left;
        margin: 0
    }

    .about-company .title-cn {
        font-size: 14px;
        text-align: left;
        margin: 15px 0 0 0
    }

    .company-desc {
        padding: 0;
        font-size: 13px;
        font-weight: 400;
        color: #000;
        line-height: 21px;
        margin: 20px 0 0 0
    }

    .company-picture,
    .awards-gallery {
        padding-left: 20px;
        margin-top: 30px
    }

    .company-picture-swiper,
    .awards-swiper {
        padding-top: 40px;
        padding-right: 10px
    }

    .company-picture-swiper .swiper-scrollbar,
    .awards-swiper .swiper-scrollbar {
        display: block;
        top: 10px;
        left: 63%;
        width: 27%;
        right: 10%;
        border-radius: 0;
        height: 2px
    }

    .company-picture-swiper .swiper-scrollbar-drag,
    .awards-swiper .swiper-scrollbar-drag {
        border-radius: 0;
        background: #b92b26
    }

    .company-picture-item {
        width: 70%;
    }

    .awards-swiper .awards-slide-item {
        width: 65%
    }

    .what-we-do {
        display: block;
        padding: 60px 20px;
        margin-top: 50px
    }

    .what-we-do-left {
        width: 100%;
        display: block;
        text-align: left
    }

    .what-we-do-left .work {
        display: none
    }

    .what-we-do-left .title-en {
        font-size: 19px
    }

    .what-we-do-left .title-cn {
        font-size: 14px;
        margin-top: 8px
    }

    .what-we-do-left .more-wrapper {
        display: none
    }

    .what-we-do-right {
        padding-right: 0;
        padding-top: 30px
    }

    .what-we-do-right p {
        font-size: 13px;
        line-height: 21px
    }

    .what-we-do-right-en {
        margin-top: 30px
    }

    .section-more {
        display: block
    }

    .our-honor {
        margin-top: 0
    }

    .honor-video-container .video-js .vjs-big-play-button {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px
    }

    .honor-content.what-we-do {
        margin-top: 0
    }

    .honor-content .what-we-do-right {
        padding-left: 0;
        padding-right: 0
    }

    .major-clients {
        padding: 60px 20px 40px 20px
    }

    .major-clients .title-en {
        font-size: 19px;
        text-align: left
    }

    .major-clients .title-cn {
        font-size: 14px;
        margin-top: 8px;
        text-align: left
    }

    .major-clients .major-clients-intro p {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 20px
    }
}


@media screen and (max-width:600px) {

    .honor-video-container .video-js .vjs-big-play-button {
        width: 68px;
        height: 68px;
        margin-top: -34px;
        margin-left: -34px
    }
}
