.center70 {
    width: 70%;
    margin: 0 auto
}

img {
    display: block;
    width: auto;
    max-width: 100%
}

body {
    color: #333;
    font-family: Microsoft YaHei, PingFang SC, Arial,  sans-serif
}

@media screen and (max-width:1200px) {
    .center70 {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .center70 {
        width: 96%
    }
}

section.swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    z-index: 1
}

section.swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 700px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

section.swiper-container .swiper-wrapper .swiper-slide a .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    color: #fff
}

section.swiper-container .swiper-wrapper .swiper-slide a .text .title {
    font-weight: 400;
    margin-bottom: 3vw
}

section.swiper-container .swiper-wrapper .swiper-slide a .text .title p:first-child {
    font-size: 3vw
}

section.swiper-container .swiper-wrapper .swiper-slide a .text .title p:last-child {
    font-size: 4vw
}

section.swiper-container .swiper-wrapper .swiper-slide a .text .note {
    font-size: 1.5vw
}

section.module {
    /* margin-bottom: 50px; */
    padding: 50px 0 0;
}

section.module .module-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0
}

section.module .module-title h2.title i.icon-logo {
    display: block;
    width: 80px;
    height: 80px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/public/index/icon-logo.png)
}
section.module .module-title h2.title{
    display: flex;
    align-items: center;
}
section.module .module-title h2.title span {
    display: block;
    font-size: 6.0rem;
    font-weight: 700
}
section.module .module-title h2.title span.en{
    font-size: 4.0rem;
    color: #ff001f;
    padding-left: 5px;
}
section.module .module-title a.more {
    font-size: 2.6rem;
    color: white;
    background-color: #bbb;
    padding: 3px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
section.module .module-title a.more:hover{
    background-color: #ff001f;
}

section.news-container .news-view .news-swiper {
    width: 60%
}

section.news-container .news-view .news-swiper .swiper-button-next,
section.news-container .news-view .news-swiper .swiper-button-prev {
    color: grey;
    top: auto;
    bottom: 0;
    height: 30px
}

section.news-container .news-view .news-swiper .swiper-button-next:after,
section.news-container .news-view .news-swiper .swiper-button-prev:after {
    font-size: 3.0rem
}

section.news-container .news-view .news-swiper .swiper-wrapper .swiper-slide .img {
    display: block;
    margin-bottom: 20px
}

section.news-container .news-view .news-swiper .swiper-wrapper .swiper-slide .text h3.new-title {
    font-size: 3.0rem;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 10px
}

section.news-container .news-view .news-swiper .swiper-wrapper .swiper-slide .text h3.new-title a {
    color: inherit
}

section.news-container .news-view .news-swiper .swiper-wrapper .swiper-slide .text .new-note {
    font-size: 1.8rem;
    line-height: 2;
    color: #4d4d4d;
    margin-bottom: 30px
}

section.news-container .news-view .news-swiper .swiper-wrapper .swiper-slide .text .new-note a {
    color: inherit
}

section.news-container .news-view .news-swiper .swiper-wrapper .swiper-slide .text .new-date {
    font-size: 2.0rem;
    color: grey
}

section.news-container .news-view .lately-new {
    width: calc(40% - 40px);
    margin-left: 40px;
    padding-top: 10px
}

section.news-container .news-view .lately-new h3.lately-title {
    font-size: 3.2rem;
    color: #1a1a1a;
    font-weight: 700;
    padding-left: 10px;
    position: relative;
    vertical-align: middle;
    margin-bottom: 15px
}

section.news-container .news-view .lately-new h3.lately-title:after {
    content: "";
    position: absolute;
    height: 60%;
    width: 2px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ff001f
}

section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item {
    padding-bottom: 20px;
    margin-bottom: 15px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item:not(:last-child) {
    border-bottom: 1px solid #d5d5d5
}

section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item h4.new-title {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 8px
}

section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item h4.new-title a {
    color: inherit
}

section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item p.new-note {
    font-size: 1.8rem;
    color: #4d4d4d;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px
}

section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item p.new-date {
    font-size: 2.0rem;
    color: grey
}

section.technology-container ul.technology-list li.technology-item {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

section.technology-container ul.technology-list li.technology-item:hover {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

section.technology-container ul.technology-list li.technology-item>a {
    display: block
}
section.technology-container ul.technology-list li.technology-item>a .left-img{
    padding-top: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.technology-container ul.technology-list li.technology-item>a .left-img,
section.technology-container ul.technology-list li.technology-item>a .left-img img {
    width: 100%
}

section.technology-container ul.technology-list li.technology-item>a .right-text {
    padding: 10px 20px
}

section.technology-container ul.technology-list li.technology-item>a .right-text h3.technology-title {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

section.technology-container ul.technology-list li.technology-item>a .right-text p.technology-note {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

section.character-container ul.character-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section.character-container ul.character-list li.character-item {
    margin: 0 10px 50px;
    width: calc(33.33333% - 20px)
}

section.character-container ul.character-list li.character-item a.img {
    display: block;
    margin-bottom: 20px;
    overflow: hidden
}

section.character-container ul.character-list li.character-item a.img img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

section.character-container ul.character-list li.character-item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

section.character-container ul.character-list li.character-item .character-text {
    padding: 0 20px
}

section.character-container ul.character-list li.character-item .character-text .character-title {
    font-size: 2.8rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: justify;
    margin-bottom: 10px
}

section.character-container ul.character-list li.character-item .character-text .character-title a {
    color: inherit
}

section.character-container ul.character-list li.character-item .character-text .character-info {
    font-size: 2.0rem;
    color: #4d4d4d
}

section.character-container ul.character-list li.character-item .character-text .more-btn {
    width: 16px;
    height: 28px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/public/index/more-btn.png)
}

section.partner-container .partner-wrapper h2.partner-title {
    font-size: 2.8rem;
    font-weight: 700
}

section.partner-container .partner-wrapper .partner-bg-container {
    padding: 60px 0;
    margin: 50px 0;
    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;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}
section.partner-container .partner-wrapper:last-child .partner-bg-container{
    margin-bottom: 0;
}

section.partner-container .partner-wrapper .partner-bg-container .partner-slide-container ul.slide-list {
    position: relative
}

section.partner-container .partner-wrapper .partner-bg-container .partner-slide-container ul.slide-list li.slide-item {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section.partner-container .partner-wrapper .partner-bg-container .partner-slide-container ul.slide-list li.slide-item img {
    max-width: 100%
}

section.message-container .message-list .message-item {
    text-align: center
}

section.message-container .message-list .message-item .left-img {
    width: 80px;
    margin: 0 auto
}

section.message-container .message-list .message-item .right-text {
    padding: 0 10%
}

section.message-container .message-list .message-item .right-text .message-title {
    font-size: 20px;
    margin: 30px;
    color: #666
}

section.message-container .message-list .message-item .right-text .message-note {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    font-style: italic
}

section.message-container .swiper-button-next,
section.message-container .swiper-button-prev {
    color: #fff;
    background-color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    opacity: .3
}
section.message-container .swiper-button-next:hover,
section.message-container .swiper-button-prev:hover{
    opacity: .9;
}
section.message-container .swiper-button-next:after,
section.message-container .swiper-button-prev:after {
    font-size: 20px
}

section.life-container ul.life-list {
    display: flex;
    flex-wrap: wrap;
}

section.life-container ul.life-list li.life-item {
    margin: 0 10px 20px;
    width: calc(25% - 20px);
    position: relative;
    cursor: pointer
}

section.life-container ul.life-list li.life-item .img img {
    width: 100%
}

section.life-container ul.life-list li.life-item h3.text {
    position: absolute;
    width: 100%;
    font-size: 2.8rem;
    height: 80px;
    line-height: 80px;
    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;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: rgba(22, 6, 26, .8);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

section.life-container ul.life-list li.life-item:hover h3.text {
    height: 100%
}

@media screen and (max-width:1910px) {
    /* section.module {
        margin-bottom: 50px
    } */

    section.module .module-title h2.title i.icon-logo {
        width: 60px;
        height: 60px
    }

    section.module .module-title h2.title span {
        font-size: 5.0rem
    }
    section.module .module-title h2.title span.en {
        font-size: 3.5rem
    }

    section.module .module-title a.more {
        font-size: 2.3rem
    }

    section.news-container .news-view .lately-new {
        width: calc(40% - 30px);
        margin-left: 30px;
        padding-top: 5px
    }

    section.news-container .news-view .lately-new h3.lately-title {
        font-size: 2.6rem;
        padding-left: 10px;
        margin-bottom: 10px
    }

    section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item {
        padding-bottom: 15px;
        margin-bottom: 10px
    }

    section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item h4.new-title {
        font-size: 2.6rem;
        font-weight: 700;
        margin-bottom: 8px
    }

    section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item h4.new-title a {
        color: inherit
    }

    
    section.technology-container ul.technology-list li.technology-item>a {
        display: block
    }

    section.technology-container ul.technology-list li.technology-item>a .right-text {
        padding: 5px 10px
    }

    section.technology-container ul.technology-list li.technology-item>a .right-text h3.technology-title {
        font-size: 18px;
        margin-bottom: 5px
    }

    section.technology-container ul.technology-list li.technology-item>a .right-text p.technology-note {
        font-size: 12px
    }

    section.character-container ul.character-list li.character-item .character-text {
        padding: 0 10px
    }

    section.character-container ul.character-list li.character-item .character-text .character-title {
        font-size: 2.2rem;
        margin-bottom: 10px
    }

    section.character-container ul.character-list li.character-item .character-text .character-info {
        font-size: 2.0rem;
        color: #4d4d4d
    }

    section.life-container ul.life-list li.life-item {
        margin: 0 5px 10px;
        width: calc(25% - 10px)
    }

    section.life-container ul.life-list li.life-item h3.text {
        position: absolute;
        width: 100%;
        font-size: 2.2rem;
        height: 60px;
        line-height: 60px;
        font-weight: 400
    }
}

@media screen and (max-width:1200px) {
    section.swiper-container .swiper-wrapper .swiper-slide a {
        height: 600px
    }

    section.news-container .news-view .news-swiper {
        width: 100%
    }

    section.news-container .news-view .lately-new {
        width: 100%;
        margin-left: 0;
        padding-top: 30px
    }
}

@media screen and (max-width:768px) {
    section.module {
        margin-bottom: 30px;
        padding: 20px 0 0;
    }

    section.module .module-title {
        padding: 10px;
        margin-bottom: 10px;
    }

    section.module .module-title h2.title i.icon-logo {
        width: 28px;
        height: 28px
    }

    section.module .module-title h2.title span {
        font-size: 2.6rem
    }
    section.module .module-title h2.title span.en {
        font-size: 1.8rem
    }

    section.module .module-title a.more {
        font-size: 1.4rem
    }

    section.swiper-container .swiper-wrapper .swiper-slide {
        position: relative;
        z-index: 1
    }

    section.swiper-container .swiper-wrapper .swiper-slide a {
        height: 400px
    }

    section.swiper-container .swiper-wrapper .swiper-slide a .text {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
        width: 90%;
        color: #fff
    }

    section.swiper-container .swiper-wrapper .swiper-slide a .text .title p:first-child {
        font-size: 8vw
    }

    section.swiper-container .swiper-wrapper .swiper-slide a .text .title p:last-child {
        font-size: 6vw
    }

    section.swiper-container .swiper-wrapper .swiper-slide a .text .note {
        font-size: 4vw
    }

    section.news-container .news-view .news-swiper {
        margin-bottom: 20px
    }

    section.news-container .news-view .news-swiper .swiper-button-next:after,
    section.news-container .news-view .news-swiper .swiper-button-prev:after {
        font-size: 2.0rem
    }

    section.news-container .news-view .news-swiper .swiper-wrapper .swiper-slide .text h3.new-title {
        font-size: 2.4rem
    }

    section.news-container .news-view .news-swiper .swiper-wrapper .swiper-slide .text .new-note {
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 15px
    }

    section.news-container .news-view .news-swiper .swiper-wrapper .swiper-slide .text .new-date {
        font-size: 1.6rem;
        color: grey
    }

    section.news-container .news-view .lately-new {
        margin-left: 0;
        padding-top: 20px
    }

    section.news-container .news-view .lately-new h3.lately-title {
        font-size: 2.4rem;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item {
        margin-bottom: 20px
    }

    section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item h4.new-title {
        font-size: 2.2rem
    }

    section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item p.new-note {
        font-size: 1.6rem
    }

    section.news-container .news-view .lately-new ul.lately-news-list li.lately-new-item p.new-date {
        font-size: 1.6rem;
        color: grey
    }

    section.technology-container ul.technology-list li.technology-item {
        width: 100%
    }

    section.technology-container ul.technology-list li.technology-item a .left-img {
        width: 100%;
        margin-bottom: 10px
    }

    section.technology-container ul.technology-list li.technology-item a .left-img img {
        width: 100%
    }

    section.technology-container ul.technology-list li.technology-item a .right-text {
        width: 100%;
        padding: 0
    }

    section.character-container ul.character-list li.character-item {
        margin: 5px 5px 10px;
        width: calc(50% - 5px)
    }

    section.character-container ul.character-list li.character-item:nth-child(odd) {
        margin-left: 0
    }

    section.character-container ul.character-list li.character-item:nth-child(2n) {
        margin-right: 0
    }

    section.character-container ul.character-list li.character-item .character-text .character-title {
        font-size: 1.6rem
    }

    section.character-container ul.character-list li.character-item .character-text .character-info {
        font-size: 1.2rem
    }

    section.character-container ul.character-list li.character-item .character-text .more-btn {
        width: 13px;
        height: 14px
    }

    section.partner-container .partner-wrapper .partner-bg-container {
        margin: 10px 0;
        padding: 30px 0
    }

    section.partner-container .partner-wrapper .partner-bg-container .partner-slide-container ul.slide-list li.slide-item {
        padding: 0 5px
    }

    section.life-container ul.life-list li.life-item {
        margin: 0 5px 10px;
        width: calc(50% - 5px)
    }

    section.life-container ul.life-list li.life-item:nth-child(odd) {
        margin-left: 0
    }

    section.life-container ul.life-list li.life-item:nth-child(2n) {
        margin-right: 0
    }

    section.life-container ul.life-list li.life-item h3.text {
        position: absolute;
        width: 100%;
        font-size: 1.4rem;
        height: 30px;
        line-height: 30px;
        font-weight: 400
    }
}

.center70 {
    width: 70%;
    margin: 0 auto
}

img {
    display: block;
    width: auto;
    max-width: 100%
}

body {
    color: #333;
    font-family: Microsoft YaHei, PingFang SC, Arial,  sans-serif
}

@media screen and (max-width:1200px) {
    .center70 {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .center70 {
        width: 96%
    }
}

.center70 {
    width: 70%;
    margin: 0 auto
}

img {
    display: block;
    width: auto;
    max-width: 100%
}

body {
    color: #333;
    font-family: Microsoft YaHei, PingFang SC, Arial,  sans-serif
}

@media screen and (max-width:1200px) {
    .center70 {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .center70 {
        width: 96%
    }
}

body,
html {
    height: 100%
}

header.header-container {
    z-index: 9;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
}

header.header-container .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

header.header-container .header-wrapper .left-logo {
    width: 137px;
    height: 34px;
    text-indent: -1000px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

header.header-container .header-wrapper .left-logo.left-logo-white {
    display: none
}

header.header-container .header-wrapper .right-nav {
    width: calc(90% - 137px)
}

header.header-container .header-wrapper .right-nav nav.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

header.header-container .header-wrapper .right-nav nav.header-nav a {
    display: block;
    font-size: 2.5rem;
    line-height: 34px;
    height: 34px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

header.header-container .header-wrapper .right-nav nav.header-nav a.active,
header.header-container .header-wrapper .right-nav nav.header-nav a:hover {
    color: #ff001f;
    border-bottom: 2px solid #ff001f
}

header.header-container.bg-white {
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

header.header-container.bg-white .header-wrapper .left-logo {
    display: none
}

header.header-container.bg-white .header-wrapper .left-logo.left-logo-white {
    display: block
}

header.header-container.bg-white .header-wrapper .right-nav nav.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.header-container.bg-white .header-wrapper .right-nav nav.header-nav a {
    color: inherit
}

header.header-container.bg-white .header-wrapper .right-nav nav.header-nav a.active,
header.header-container.bg-white .header-wrapper .right-nav nav.header-nav a:hover {
    color: #ff001f;
    border-bottom: 2px solid #ff001f
}

.mobile-header-container {
    z-index: 999;
    padding: 20px 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: 0;
    display: none
}

.mobile-header-container .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-header-container .header-wrapper .left-logo {
    width: 137px;
    height: 34px;
    text-indent: -1000px;
    position: relative;
    z-index: 99;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.mobile-header-container .header-wrapper .left-logo.left-logo-white {
    display: none
}

.mobile-header-container .header-wrapper .nav-btn {
    position: relative;
    z-index: 99;
    width: 36px;
    /* height: 14px; */
    cursor: pointer
}

.mobile-header-container .header-wrapper .nav-btn span {
    display: block;
    width: 36px;
    margin-bottom: 3px;
    height: 4px;
    background-color: #fff;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}
.mobile-header-container .header-wrapper .nav-btn span:last-child{
    margin-bottom: 0;
}

.mobile-header-container .header-wrapper .nav-btn.active span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg)
}
.mobile-header-container .header-wrapper .nav-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-header-container .header-wrapper .nav-btn.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg)
}
.mobile-header-container.bg-white {
    background-color: #fff
}

.mobile-header-container.bg-white .header-wrapper .left-logo {
    display: none
}

.mobile-header-container.bg-white .header-wrapper .left-logo.left-logo-white {
    display: block
}

.mobile-header-container.bg-white .header-wrapper .nav-btn span {
    background-color: #ff001f
}

.mobile-popup-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, .8);
    padding-top: 10%;
    display: none
}

.mobile-popup-nav nav.header-nav {
    width: 100%
}

.mobile-popup-nav nav.header-nav a {
    width: 100%;
    display: block;
    font-size: 2.5rem;
    line-height: 3;
    color: #fff;
    padding-bottom: 5px;
    text-align: center;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.mobile-popup-nav nav.header-nav a:hover {
    color: #ff001f
}

.mobile-popup-nav.bg-white {
    background-color: #fff
}

.mobile-popup-nav.bg-white nav.header-nav a {
    color: #4f4f4f
}

@media screen and (max-width:1910px) {
    header.header-container .header-wrapper .right-nav nav.header-nav a {
        font-size: 2.0rem
    }
}

@media screen and (max-width:1200px) {
    header.header-container {
        display: none
    }

    .mobile-header-container {
        display: block
    }
}

@media screen and (max-width:768px) {
    .mobile-popup-nav {
        padding-top: 20%
    }
}

footer.footer-container .footer-up {
    padding: 40px 0;
    background-color: #070a2b
}

footer.footer-container .footer-up .foot-up-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact {
    width: 50%
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact h2 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #fff
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl {
    color: #b6b7b7;
    font-weight: 400;
    margin-bottom: 50px
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dt {
    font-size: 2.8rem;
    margin-bottom: 20px
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd {
    font-size: 2.0rem
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd.w50 {
    width: 50%
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd.w50 .title {
    padding-right: 10px;
    line-height: 2
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd.w50 .cont p {
    line-height: 2
}

footer.footer-container .footer-up .foot-up-wrap .foot-qrcode {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer.footer-container .footer-up .foot-up-wrap .foot-qrcode ul.qrcode-list li.qrcode-item {
    margin: 0 20px
}

footer.footer-container .footer-up .foot-up-wrap .foot-qrcode ul.qrcode-list li.qrcode-item img {
    width: 123px
}

footer.footer-container .footer-up .foot-up-wrap .foot-qrcode ul.qrcode-list li.qrcode-item p {
    line-height: 3;
    font-size: 1.4rem;
    color: #b6b7b7;
    text-align: center
}

footer.footer-container .footer-copyright {
    padding: 15px 0;
    text-align: center;
    background-color: #000219;
    color: grey;
    font-size: 1.4rem
}

footer.footer-container .footer-copyright a {
    color: grey
}

footer.footer-container .footer-copyright a:hover {
    text-decoration: underline
}

@media screen and (max-width:1910px) {
    footer.footer-container .footer-up .foot-up-wrap .foot-contact {
        width: 60%
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact h2 {
        font-size: 2.2rem;
        padding-bottom: 16px;
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact h2:after {
        width: 40px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl {
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dt {
        font-size: 2.4rem;
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd {
        font-size: 1.8rem
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-qrcode {
        width: 40%
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-qrcode ul.qrcode-list li.qrcode-item {
        margin: 0 10px
    }
}

@media screen and (max-width:768px) {
    footer.footer-container .footer-up .foot-up-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact {
        width: 100%
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact h2 {
        font-size: 2.2rem;
        padding-bottom: 16px;
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact h2:after {
        width: 40px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl {
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dt {
        font-size: 2.4rem;
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd {
        font-size: 1.6rem
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-qrcode {
        width: 100%
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-qrcode ul.qrcode-list li.qrcode-item {
        margin: 0 10px
    }
}

.center70 {
    width: 70%;
    margin: 0 auto
}

img {
    display: block;
    width: auto;
    max-width: 100%
}

body {
    color: #333;
    font-family: Microsoft YaHei, PingFang SC, Arial,  sans-serif
}

@media screen and (max-width:1200px) {
    .center70 {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .center70 {
        width: 96%
    }
}

section.href-member {
    background-color: #ff001f;
    padding: 60px 0;
    text-align: center;
    margin-top: 50px;
}

section.href-member .member-btn {
    padding: 10px 40px;
    font-size: 2.8rem;
    color: #fff;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 30px;
    display: inline-block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

section.href-member .member-btn:hover {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #ff001f
}

@media screen and (max-width:768px) {
    section.href-member {
        padding: 20px 0
    }

    section.href-member .member-btn {
        padding: 6px 10px;
        font-size: 1.4rem;
        color: #fff;
        font-weight: 400;
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #fff;
        border-radius: 30px;
        display: inline-block;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    section.href-member .member-btn:hover {
        background-color: #fff;
        border: 2px solid rgba(0, 0, 0, 0)
    }
}
@media screen and (max-width: 768px){
    section.home-swiper.swiper-container{
        height: 100vh;
    }
    section.swiper-container .swiper-wrapper .swiper-slide a{
        height: 100%;
    }
}