*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    color: #333;
    background: #fff;
    font: 14px/1.5 MicrosoftYaHeiUI, sans-serif;
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    border: none
}

em, i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select, textarea {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

::-ms-clear, ::-ms-reveal {
    display: none
}

.fix {
    *zoom: 1
}

.fix:after, .fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.c {
    clear: both
}

.col-l, .l {
    float: left
}

.col-r, .r {
    float: right
}

.wp {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden
}

@font-face {
    font-family: MicrosoftYaHeiUI;
    src: url(../fonts/msyh.ttc)
}

@font-face {
    font-family: MicrosoftYaHeiUI-Bold;
    src: url(../fonts/msyhbd.ttc)
}

@font-face {
    font-family: MicrosoftYaHeiUI-Light;
    src: url(../fonts/msyhl.ttc)
}

.g-btn {
    font-family: MicrosoftYaHeiUI-Bold;
    position: relative;
    display: block;
    font-size: 16px;
    width: 180px;
    height: 56px;
    line-height: 52px;
    border: 2px solid #e10185;
    color: #e10185;
    border-radius: 28px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.g-btn:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    right: -6px;
    bottom: -6px;
    border: 2px solid rgba(225, 1, 133, .2);
    border-radius: 28px
}

.g-btn.tac {
    margin: 0 auto
}

.g-btn:hover {
    background-color: #e10185;
    color: #fff
}

.w120 {
    width: 120px
}

.g-tit1 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 48px;
    line-height: 80px
}

.g-tit1.tac {
    text-align: center;
    padding: 0 100px
}

.g-tit1.tar {
    text-align: right;
    padding: 0 100px
}

.g-tit1.color {
    color: #e10185;
    margin-bottom: 95px
}

.bgfc {
    background: #fcf3ff
}

.bgfe {
    background: #fef2fe
}

.menuBtn {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #e10185;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 30px
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

body {
    padding-top: 120px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 100
}

.header .wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.logo {
    /*flex: 1*/
    height: 30px;
    width: 128px;
}

.hdr {
    display: flex
}

.nav {
    display: flex
}

.nav a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav a:hover {
    color: #e10185
}

.nav a.on {
    color: #e10185
}

.nav a.on:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #e10185;
    border-radius: 3px
}

.header .btn_documentation {
    width: 168px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #e10185;
    border-radius: 25px;
    text-align: center;
    color: #e10185;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header .btn_documentation:hover {
    background-color: #e10185;
    color: #fff
}

.lang_box {
    position: relative;
    margin: 0 50px 0 16px
}

.lang_box .tit {
    font-size: 16px;
    line-height: 50px;
    color: #000;
    padding-right: 16px;
    background: url(../images/icon-down.png) no-repeat right center;
    cursor: pointer
}

.lang_box .con a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 57px;
    padding-left: 23px
}

.lang_box .con a.on, .lang_box .con a:hover {
    color: #e10185
}

.lang_box .con a.on:before, .lang_box .con a:hover:before {
    background-color: #e10185
}

.lang_box .con a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%
}

.banner {
    position: relative;
    text-align: center;
    height: 778px;
    padding: 216px 0 0
}

.banner .s1 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 68px;
    color: #de2993;
    margin-bottom: 20px
}

.banner .s2 {
    font-size: 22px;
    color: #777;
    margin-bottom: 52px;
    padding: 0 90px
}

.banner .btn-arrow {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 30px;
    height: 30px;
    background: url(../images/icon_arrow.png) no-repeat center;
    margin-left: -15px;
    animation: Ani 1s linear infinite alternate;
    -webkit-animation: Ani 1s linear infinite alternate
}

.ban {
    height: 480px;
    padding: 116px 0 0
}

.ban .s1 {
    font-family: MicrosoftYaHeiUI;
    font-size: 60px;
    line-height: 64px
}

.footer {
    background: linear-gradient(120deg, #e40091 0, #e4007c 100%)
}

.fd-top {
    overflow: hidden;
    padding: 92px 0 106px
}

.fd-intro {
    position: relative;
    float: left;
    width: 326px;
    color: #fff;
    margin-right: 92px
}

.fd-intro:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 308px;
    background: rgba(255, 255, 255, .15)
}

.fd-intro .s1 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 32px
}

.fd-intro .s2 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 22px
}

.fd-intro a {
    font-family: MicrosoftYaHeiUI;
    color: #fff;
    background: 0 0;
    border: 2px solid #fff;
    width: 168px
}

.fd-intro a:before {
    border-color: rgba(255, 255, 255, .2)
}

.fd-intro a:hover {
    background-color: #fff;
    color: #e10185
}

.fd-nv .tit {
    font-size: 24px;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: .5px
}

.fd-nv .con a {
    display: block;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.fd-nv .con a:hover {
    opacity: .7
}

.copyright {
    padding: 22px 0 20px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .15);
    text-align: center
}

.fd-share a {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/share.png) no-repeat;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.fd-share a.a1 {
    background-position: 0 0
}

.fd-share a.a2 {
    background-position: 0 -50px
}

.fd-share a.a3 {
    background-position: 0 -100px
}

.fd-share a.a4 {
    background-position: 0 -152px
}

.fd-share a.a5 {
    background-position: 0 -200px
}

.fd-share a.a6 {
    background-position: 0 -250px
}

.fd-share a:hover {
    opacity: .8
}

.goTop {
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    background: #1ed5ff url(../images/goTop.png) no-repeat center;
    -webkit-background-size: 20px auto;
    background-size: 20px auto
}

.main > div {
    overflow: hidden
}

.index-row1 {
    padding: 100px 0 150px
}

.g-box {
    overflow: hidden
}

.g-box .tit-btn {
    float: left;
    width: 50%;
    padding-right: 80px
}

.g-box .tit-btn h3 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 68px;
    line-height: 1;
    color: #000;
    margin-bottom: 66px
}

.g-box .tit-btn2 h3 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 54px
}

.g-box .txt {
    overflow: hidden
}

.g-box .txt h3 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 30px;
    color: #e10185;
    margin-bottom: 12px
}

.g-box .txt p {
    font-size: 16px;
    line-height: 1.875
}

.index-row2 {
    padding: 100px 0 120px
}

.index-row2 .pic {
    margin-top: 12px;
    text-align: center
}

.index-row2 .pic img {
    display: block
}

.z-why {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 52px -75px 0
}

.z-why li {
    width: 33.33%
}

.z-why .inner {
    margin: 0 40px 40px
}

.z-why .icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin: 0 auto 6px
}

.z-why .icon img {
    display: inline-block;
    vertical-align: middle
}

.z-why h3 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 30px;
    text-align: center
}

.z-why h3:after {
    content: '';
    display: block;
    margin: 6px auto 16px;
    width: 20px;
    height: 4px;
    background: #e10185
}

.z-why p {
    font-size: 16px;
    line-height: 1.875;
    color: #777;
    text-align: center;
    padding: 0 6px
}

.index-row3 {
    overflow: hidden;
    padding: 100px 0 110px
}

.z-list1 {
    overflow: hidden
}

.z-list1 li {
    padding: 40px 0 32px;
    border-bottom: 1px solid #e10185
}

.z-list1 .s1 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 30px;
    color: #e10185;
    margin-bottom: 14px
}

.z-list1 .s2 {
    font-size: 16px;
    line-height: 1.875
}

.index-row4 {
    padding: 70px 0 120px
}

.index-row5 {
    padding: 110px 0 100px;
    overflow: hidden
}

.index-row6 {
    padding: 100px 0 100px
}

.swiper-news {
    overflow: hidden;
    padding: 52px 20px 0 220px
}

.swiper-news .pic {
    position: relative;
    padding-top: 50%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px
}

.swiper-news .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swiper-news .swiper-slide:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.swiper-news .txt .s1 {
    color: #1ed5ff;
    margin-bottom: 6px
}

.swiper-news .txt .s2 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 24px;
    color: #e10185;
    margin-bottom: 22px
}

.swiper-news .txt .s3 {
    font-size: 16px;
    line-height: 1.875;
    color: #777
}

.swiper-container-horizontal.swiper-container-horizontal > .swiper-scrollbar {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 600px;
    margin: 35px auto 0;
    height: 9px;
    background-color: transparent
}

.swiper-container-horizontal.swiper-container-horizontal > .swiper-scrollbar:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee
}

.swiper-container-horizontal.swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #1ed5ff;
    border-radius: 5px
}

.z-list2 {
    margin-right: -45px;
    padding: 42px 0 0
}

.z-list2 li {
    float: left;
    width: 33.33%
}

.z-list2 .inner {
    position: relative;
    background-color: #fff;
    padding: 30px 35px 0;
    height: 380px;
    border: 2px solid rgba(225, 1, 133, .96);
    border-radius: 10px;
    margin-right: 45px
}

.z-list2 .inner:before {
    content: '';
    position: absolute;
    top: -13px;
    right: 13px;
    bottom: 12px;
    left: -13px;
    border: 2px solid rgba(225, 1, 133, .96);
    border-radius: 10px;
    pointer-events: none
}

.z-list2 .s1 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 30px;
    color: #000;
    padding: 0 13px;
    margin-bottom: 15px
}

.z-list2 .s2 a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 78px;
    border-bottom: 1px solid #eee;
    background: url(../images/icon-arrow2.png) no-repeat right 10px center;
    padding: 0 60px 0 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.z-list2 .s2 a:hover {
    background-image: url(../images/icon-arrow2_on.png)
}

.z-list2 .s2 a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #1ed5ff;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.z-list2 .s2 a:hover:after {
    width: 100%
}

.index-row7 {
    padding: 100px 0 110px
}

.what-list {
    overflow: hidden;
    margin: 0 -55px;
    padding: 52px 0 0
}

.what-list li {
    float: left;
    width: 33.33%
}

.what-list .inner {
    margin: 0 55px
}

.what-list .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 12px
}

.what-list .icon img {
    display: inline-block;
    vertical-align: middle
}

.what-list .s1 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 30px
}

.what-list .s1:after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #e10185;
    margin: 6px 0 34px
}

.what-list .s2 {
    font-size: 16px;
    line-height: 1.875;
    color: #777
}

.arch-list {
    margin: 0 -40px
}

.arch-list li {
    float: left;
    width: 50%
}

.arch-list li:first-child {
    margin-top: 70px
}

.arch-list li:last-child {
    margin-top: -60px
}

.arch-list .inner {
    margin: 0 40px
}

.arch-list .box {
    background: #fcf3ff;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 45px 45px 52px 50px
}

.arch-list .s1 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 30px;
    line-height: 35px;
    color: #e10185;
    margin-bottom: 15px
}

.arch-list .s2 {
    font-size: 16px;
    line-height: 30px
}

.why-row2 {
    padding: 110px 0
}

.why-row6 {
    margin-bottom: 100px;
}

.why-row6 .g-tit1 {
    margin-top: 50px;
}

.swiper-technology {
    overflow: hidden;
    padding: 60px 20px 0 200px
}

.swiper-technology .swiper-slide {
    position: relative;
    width: 382px;
    height: 500px;
    background: linear-gradient(120deg, #e40096 0, #e4007b 100%);
    border-radius: 10px;
    color: #fff;
    padding: 70px 40px 0 40px;
    z-index: 2
}

.swiper-technology .num {
    position: absolute;
    top: -50px;
    left: 0;
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 120px;
    color: #fff;
    opacity: .1
}

.swiper-technology .s1 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 30px
}

.swiper-technology .s1:after {
    content: '';
    display: block;
    margin: 20px 0;
    width: 20px;
    height: 4px;
    background: #fff
}

.swiper-technology .s2 {
    font-size: 16px;
    line-height: 1.875;
    word-break: break-word
}

.swiper-technology .s3 {
    position: absolute;
    bottom: 26px;
    left: 40px;
    font-size: 16px
}

.why-row3 {
    padding: 80px 0 120px
}



.swiper-technology.swiper-container-horizontal > .swiper-scrollbar {
    margin-top: 80px
}

.swiper-people {
    overflow: hidden;
    padding: 58px 15px 0
}

.swiper-people .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    padding: 70px 0 52px;
    height: 280px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.swiper-executive .swiper-slide {
    background: rgba(255, 255, 255, .3);
    border: 2px solid #e10185;
}

.swiper-advisors .swiper-slide {
    background: rgba(255, 255, 255, .3);
    border: 2px solid #1ed5ff
}

.swiper-people .swiper-slide:hover {
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .15)
}

.swiper-people .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px
}

.swiper-people .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.swiper-people .s1 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 15px;

}

.swiper-people .s3 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 26px;
    color: #e10185;
    text-align: center;
    margin-bottom: 8px
}

.swiper-people .s2 {
    font-size: 16px;
    color: #000;
    text-align: center
}

.why-row5 {
    padding: 100px 0 120px
}


.swiper-people .swiper-pagination {
    position: static;
    padding: 42px 0 0
}

.swiper-people .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: 0 0;
    opacity: 1
}

.swiper-executive .swiper-pagination-bullet {
    border: 2px solid #1ed5ff
}

.swiper-advisors .swiper-pagination-bullet {
    border: 2px solid #e10185
}

.swiper-executive .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1ed5ff;
    border: 2px solid #fcf3ff
}

.swiper-advisors .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e10185;
    border: 2px solid #fff
}

.why-row8 {
    position: relative;
    padding: 0 0 100px 600px
}

.swiper-rebrand_main {
    overflow: hidden
}

.swiper-rebrand_main .swiper-slide {
    padding: 84px 66px 0
}

.swiper-rebrand_main .tit {
    font-family: MicrosoftYaHeiUI-Bold;
    color: #000;
    margin-bottom: 46px
}

.swiper-rebrand_main .tit .s1 {
    font-size: 16px;
    margin-bottom: 6px
}

.swiper-rebrand_main .tit .s2 {
    font-size: 48px
}

.z-rebrand {
    margin: 0 -20px;
    overflow: hidden
}

.z-rebrand li {
    float: left;
    width: 33.33%
}

.z-rebrand .inner {
    margin: 0 20px 40px;
    background: #fcf3ff;
    border-radius: 10px;
    overflow: hidden;
    height: 280px;
    padding: 30px 30px 0 52px
}

.z-rebrand .s1 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 24px;
    color: #e10185;
    margin-bottom: 5px;
    cursor: pointer
}

.z-rebrand .s2 a {
    display: block;
    font-size: 16px;
    line-height: 1.875
}

.z-rebrand .s2 a:before {
    content: '•';
    display: inline-block;
    vertical-align: 0;
    margin-right: 5px
}

.z-rebrand .s2 a:hover {
    color: #e10185
}

.swiper-rebrand_slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 600px;
    padding: 84px 0 0 131px;
    background: linear-gradient(120deg, #e40096 0, #e4007b 100%);
    overflow: hidden
}

.swiper-rebrand_slide .box {
    position: relative;
    height: 820px;
    overflow: hidden
}

.swiper-rebrand_slide .box:before {
    content: '';
    position: absolute;
    top: 66px;
    bottom: 66px;
    width: 1px;
    left: 30px;
    background: rgba(255, 255, 255, .4)
}

.swiper-rebrand_slide .swiper-slide {
    padding: 90px 0 0 85px
}

.swiper-rebrand_slide .swiper-slide .s1 {
    position: relative;
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 48px;
    color: #fff;
    line-height: 45px;
    opacity: .2;
    cursor: pointer
}

.swiper-rebrand_slide .swiper-slide .s1:after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: 0 0;
    margin: 20px 0 30px
}

.swiper-rebrand_slide .swiper-slide-active .s1 {
    opacity: 1
}

.swiper-rebrand_slide .swiper-slide-active .s1:after {
    background-color: #fff
}

.swiper-rebrand_slide .swiper-slide-active .s1:before {
    content: '';
    position: absolute;
    top: 18px;
    left: -60px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%
}

.swiper-rebrand_slide .swiper-slide .s2 {
    display: none
}

.swiper-rebrand_slide .swiper-slide-active {
    padding-top: 0
}

.swiper-rebrand_slide .swiper-slide-active .s2 {
    display: block
}

.swiper-rebrand_slide .swiper-slide .s2 a {
    display: block;
    font-size: 24px;
    line-height: 45px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.swiper-rebrand_slide .swiper-arrows {
    position: absolute;
    left: 0;
    width: 66px;
    height: 66px;
    background: url(../images/arrow_bg.png) no-repeat center;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swiper-rebrand_slide .swiper-arrows:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swiper-rebrand_slide .swiper-arrows:hover {
    background-image: url(../images/arrow_bg_on.png)
}

.swiper-rebrand_slide .swiper-arrows.swiper-top {
    top: 0
}

.swiper-rebrand_slide .swiper-arrows.swiper-bottom {
    bottom: 0
}

.swiper-rebrand_slide .swiper-arrows.swiper-top:after {
    background-image: url(../images/prev.png)
}

.swiper-rebrand_slide .swiper-arrows.swiper-bottom:after {
    background-image: url(../images/next.png)
}

.swiper-rebrand_slide .swiper-arrows.swiper-top:hover:after {
    background-image: url(../images/prev_on.png)
}

.swiper-rebrand_slide .swiper-arrows.swiper-bottom:hover:after {
    background-image: url(../images/next_on.png)
}

.why-row1 {
    padding: 100px 0 115px
}

.build-row3 {
    padding: 110px 0
}

.build-row4 {
    padding: 110px 0 120px
}

.z-solutions {
    overflow: hidden;
    margin: 50px -40px 0
}

.z-solutions li {
    float: left;
    width: 50%
}

.z-solutions .inner {
    display: block;
    height: 400px;
    background: #fff;
    border: 2px solid #e10185;
    border-radius: 10px;
    margin: 0 40px;
    padding: 40px 50px 0
}

.z-solutions .s1 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 30px
}

.z-solutions .s1::after {
    content: '';
    display: block;
    margin: 8px 0 34px;
    width: 20px;
    height: 4px;
    background: #e10185
}

.z-solutions .s2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px
}

.build-row6 {
    padding: 100px 0 0
}

.z-case {
    padding: 40px 0 0
}

.z-case li {
    overflow: hidden;
    margin-bottom: 80px
}

.z-case .pic {
    float: left;
    width: 50%
}

.z-case .pic a {
    display: block;
    position: relative;
    padding-top: 57.33%
}

.z-case .pic a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.z-case .txt {
    overflow: hidden;
    padding: 28px 50px 20px 70px
}

.z-case .txt h3 {
    margin-bottom: 12px
}

.z-case .txt h3 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 30px;
    color: #e10185
}

.z-case .txt p {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 40px
}

.z-case li:nth-child(even) .pic {
    float: right
}

.z-case li:nth-child(even) .txt {
    padding-left: 0
}

.build-row7 {
    padding: 20px 0 128px
}

.build-row7 .g-tit1 {
    margin-bottom: 40px
}

.community-row1 {
    padding: 100px 0 90px
}

.z-join {
    margin: 0 -15px;
    overflow: hidden;
    padding: 38px 0 0
}

.z-join li {
    float: left;
    width: 33.33%
}

.z-join .inner {
    display: flex;
    align-items: center;
    margin: 0 15px 30px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    height: 100px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.z-join i {
    flex: 0 0 120px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.z-join i.i1 {
    background-image: url(../images/c-icon1.png)
}

.z-join i.i2 {
    background-image: url(../images/c-icon2.png)
}

.z-join i.i3 {
    background-image: url(../images/c-icon3.png)
}

.z-join i.i4 {
    background-image: url(../images/c-icon4.png)
}

.z-join i.i5 {
    background-image: url(../images/c-icon5.png)
}

.z-join i.i6 {
    background-image: url(../images/c-icon6.png)
}

.z-join i.i7 {
    background-image: url(../images/c-icon7.png)
}

.z-join i.i8 {
    background-image: url(../images/c-icon8.png)
}

.z-join i.i9 {
    background-image: url(../images/c-icon9.png)
}

.z-join a:hover i.i1 {
    background-image: url(../images/c-icon1_on.png)
}

.z-join a:hover i.i2 {
    background-image: url(../images/c-icon2_on.png)
}

.z-join a:hover i.i3 {
    background-image: url(../images/c-icon3_on.png)
}

.z-join a:hover i.i4 {
    background-image: url(../images/c-icon4_on.png)
}

.z-join a:hover i.i5 {
    background-image: url(../images/c-icon5_on.png)
}

.z-join a:hover i.i6 {
    background-image: url(../images/c-icon6_on.png)
}

.z-join a:hover i.i7 {
    background-image: url(../images/c-icon7_on.png)
}

.z-join a:hover i.i8 {
    background-image: url(../images/c-icon8_on.png)
}

.z-join a:hover i.i9 {
    background-image: url(../images/c-icon9_on.png)
}

.z-join .txt .s1 {
    font-size: 20px;
    color: #000029;
    margin-bottom: 3px
}

.z-join .txt .s2 {
    font-size: 16px
}

.z-join .inner:hover {
    border-color: #e10185
}

.community-row2 {
    padding: 110px 0
}

.community-row4 {
    padding: 100px 0 80px
}

.g-marquee1 {
    margin-top: 80px
}

.g-marquee {
    height: 112px;
    overflow: hidden;
    margin-bottom: 50px
}

.g-marquee ul {
    overflow: hidden
}

.g-marquee ul li {
    float: left;
    width: 280px;
    height: 112px;
    line-height: 108px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 37px
}

.g-marquee ul li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 40%
}

.g-marquee ul li:hover {
    border-color: #e10185 !important
}

.index-row5 .g-btn {
    margin-top: 80px
}

.community-row4 .g-marquee li {
    background: #fcf3ff;
    border-color: #fcf3ff
}

@media only screen and (max-width: 1699px) {
    .z-rebrand .inner {
        padding: 20px 10px 0 20px;
        margin: 0 10px 20px
    }

    .z-rebrand .s1 {
        font-size: 20px
    }

    .z-rebrand .s2 a {
        font-size: 15px
    }
}

@media only screen and (max-width: 1399px) {
    .swiper-rebrand_slide {
        width: 350px;
        padding: 50px 0 0 30px
    }

    .why-row8 {
        padding: 0 0 100px 350px
    }

    .swiper-rebrand_slide .swiper-slide .s2 a {
        font-size: 18px;
        line-height: 2
    }

    .swiper-rebrand_slide .swiper-slide .s1 {
        font-size: 32px
    }

    .swiper-rebrand_main .swiper-slide {
        padding: 84px 30px 0
    }
}

@media only screen and (min-width: 1200px) {
    .fd-nv {
        float: left;
        overflow: hidden
    }

    .fd-nv li {
        float: left
    }

    .fd-nv li + li {
        margin-left: 140px
    }

    .fd-share {
        float: right
    }

    .goTop {
        display: none
    }

    .swiper-news .swiper-slide {
        width: 500px
    }

    .mo-con {
        display: none
    }

    @keyframes Ani {
        from {
            bottom: 100px
        }
        to {
            bottom: 90px
        }
    }
    @-moz-keyframes Ani {
        from {
            bottom: 100px
        }
        to {
            bottom: 90px
        }
    }
    @-webkit-keyframes Ani {
        from {
            bottom: 100px
        }
        to {
            bottom: 90px
        }
    }
    @-o-keyframes Ani {
        from {
            bottom: 100px
        }
        to {
            bottom: 90px
        }
    }
    .lang_box .con {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -60px;
        padding: 0 16px;
        width: 120px;
        background: #fff;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
        border-radius: 5px
    }

    .lang_box .con a + a {
        border-top: 1px solid #eee
    }

    .lang_box:hover .con {
        display: block
    }

    .g-tit1.lh60 {
        line-height: 60px
    }
}

@media only screen and (max-width: 1199px) {
    .menuBtn {
        display: block
    }

    body {
        padding: 60px 0 0
    }

    .header {
        height: 60px
    }

    .pc-con {
        display: none
    }

    .wp {
        width: auto;
        padding: 0 20px
    }

    .fd-top {
        padding: 40px 0 30px
    }

    .swiper-logo .pic {
        height: 70px;
        line-height: 70px
    }

    .fd-intro {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 28px
    }

    .fd-intro .s1 {
        font-size: 24px;
        line-height: 1.8;
        margin-bottom: 0
    }

    .fd-intro .s2 {
        font-size: 12px
    }

    .fd-nv {
        margin-bottom: 28px
    }

    .fd-nv li {
        margin-bottom: 12px
    }

    .fd-nv .tit {
        font-size: 15px;
        line-height: 2.6;
        background: url(../images/icon-arrow.png) no-repeat right center;
        -webkit-background-size: 14px auto;
        background-size: 14px auto;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        margin-bottom: 5px
    }

    .fd-nv .tit.on {
        background-image: url(../images/icon-up.png)
    }

    .fd-intro:after {
        display: none
    }

    .fd-nv .con {
        display: none
    }

    .fd-nv .con .box {
        display: flex;
        flex-wrap: wrap
    }

    .fd-nv .con a {
        width: 33.33%;
        font-size: 12px;
        line-height: 40px;
        white-space: nowrap
    }

    .fd-nv .con a:nth-child(3n+2) {
        text-align: center
    }

    .fd-nv .con a:nth-child(3n) {
        text-align: right
    }

    .fd-share {
        display: flex;
        align-items: center
    }

    .fd-share a {
        margin-bottom: 0;
        margin-right: 20px
    }

    .copyright {
        display: none
    }

    .g-btn {
        font-size: 12px;
        width: 120px !important;
        height: 38px;
        line-height: 36px;
        border-width: 1px !important
    }

    .g-btn:before {
        left: 3px;
        top: 3px;
        right: -3px;
        bottom: -3px;
        border-width: 1px !important
    }

    .fd-intro a {
        background: #fff;
        color: #e10185
    }

    .z-list2 li {
        float: none;
        width: auto;
        margin-bottom: 30px
    }

    .z-list2 .s1 {
        font-size: 18px
    }

    .z-list2 .inner {
        height: auto;
        padding: 15px;
        border-width: 1px
    }

    .z-list2 .s2 a {
        font-size: 14px;
        line-height: 48px;
        -webkit-background-size: 20px auto;
        background-size: 20px auto
    }

    .z-list2 .inner:before {
        border-width: 1px;
        top: -10px;
        right: 10px;
        bottom: 10px;
        left: -10px
    }

    .g-tit1 {
        font-size: 24px;
        line-height: 1.5
    }

    .index-row7 {
        padding: 50px 0 20px
    }

    .swiper-news {
        padding: 30px 0
    }

    .index-row5, .index-row6 {
        padding: 50px 0 30px
    }

    .index-row3 {
        padding: 50px 0
    }

    .swiper-news .txt .s1 {
        font-size: 12px
    }

    .swiper-news .txt .s2 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .swiper-news .txt .s3 {
        font-size: 14px
    }

    .swiper-container-horizontal.swiper-container-horizontal > .swiper-scrollbar {
        margin-top: 20px
    }

    .g-tit1.tar {
        padding: 0
    }

    .swiper-logo1 {
        margin: 30px 0 20px
    }

    .g-box .tit-btn {
        float: none;
        width: auto;
        padding-right: 0
    }

    .g-box .tit-btn2 h3 {
        font-size: 22px !important;
        line-height: 30px;
        margin-bottom: 10px
    }

    .g-box .txt h3 {
        font-size: 22px
    }

    .z-list1 li {
        padding: 20px 0
    }

    .z-list1 .s1 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .z-list1 .s2 {
        font-size: 14px
    }

    .z-why {
        margin: 20px 0;
        justify-content: flex-start
    }

    .z-why li {
        width: 50%
    }

    .z-why .inner {
        margin: 0 20px 20px
    }

    .z-why .icon {
        width: 70px;
        height: 70px;
        line-height: 70px
    }

    .z-why h3 {
        font-size: 18px
    }

    .z-why p {
        font-size: 14px
    }

    .z-why h3:after {
        width: 10px;
        height: 2px;
        margin: 3px auto 8px
    }

    .z-list1 {
        margin-bottom: 30px
    }

    .index-row2, .index-row4 {
        padding: 50px 0
    }

    .mo-con .g-btn {
        margin-bottom: 5px
    }

    .index-row1 {
        padding: 50px 0
    }

    .g-tit1.color {
        margin-bottom: 30px
    }

    .g-box .tit-btn h3 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .g-box .txt p {
        font-size: 14px
    }

    .g-box .txt {
        margin-bottom: 30px
    }

    .banner .s1 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 10px
    }

    .banner .s2 {
        font-size: 16px;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .hdr {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 101;
        padding: 20px 20px 50px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1)
    }

    .header .btn_documentation {
        font-size: 12px;
        width: 120px;
        height: 36px;
        line-height: 34px;
        border-radius: 18px;
        margin-right: 50px
    }

    .logo {
        flex: 0 0 120px
    }

    .nav {
        display: block
    }

    .nav a {
        font-family: MicrosoftYaHeiUI-Bold;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
        padding: 0;
        line-height: 40px
    }

    .nav a.on {
        padding-left: 15px
    }

    .nav a.on:after {
        bottom: auto;
        margin-left: 0;
        top: 16px;
        left: 0
    }

    .lang_box {
        margin: 0
    }

    .lang_box .tit {
        display: none
    }

    .lang_box .con {
        display: flex;
        position: static;
        width: auto;
        overflow: hidden
    }

    .lang_box .con a {
        font-size: 14px;
        padding-left: 12px;
        margin-right: 25px
    }

    .lang_box .con a:before {
        width: 4px;
        height: 4px;
        margin-top: -2px
    }

    .g-tit1.tac {
        padding: 0
    }

    .swiper-logo {
        margin-bottom: 20px !important
    }

    .arch-list {
        margin: 0 -20px
    }

    .arch-list .inner {
        margin: 0 20px
    }

    .swiper-technology {
        padding: 30px 20px 0 50px
    }

    .swiper-technology .s1 {
        font-size: 22px
    }

    .swiper-technology .s2 {
        font-size: 14px
    }

    .why-row3 {
        padding: 30px 0 50px
    }

    .swiper-technology .swiper-slide {
        padding: 50px 20px 0
    }

    .why-row1, .why-row2, .why-row5 {
        padding: 50px 0
    }

    .what-list .s1 {
        font-size: 20px
    }

    .what-list .s1:after {
        margin: 6px 0 10px
    }

    .arch-list .s1 {
        font-size: 24px
    }

    .why-row8 {
        padding: 0
    }

    .swiper-rebrand_slide {
        position: static;
        width: auto;
        padding: 30px
    }

    .swiper-rebrand_main .swiper-slide {
        padding: 30px
    }

    .swiper-rebrand_slide .box {
        height: 260px
    }

    .swiper-rebrand_slide .swiper-slide .s2 a {
        font-size: 14px
    }

    .swiper-rebrand_slide .swiper-slide .s1 {
        font-size: 24px;
        line-height: 1.5
    }

    .swiper-rebrand_slide .swiper-slide .s1:after {
        width: 10px;
        height: 2px;
        margin: 10px 0 15px
    }

    .swiper-rebrand_slide .swiper-slide-active {
        padding-top: 80px
    }

    .swiper-rebrand_slide .swiper-slide-active .s1:before {
        top: 50px
    }

    .swiper-rebrand_main .tit {
        margin-bottom: 20px
    }

    .swiper-rebrand_main .tit .s2 {
        font-size: 28px
    }

    .build-row3, .build-row4 {
        padding: 50px 0
    }

    .z-solutions {
        margin: 30px -20px 0
    }

    .z-solutions .inner {
        padding: 20px 20px 0;
        height: 280px;
        margin: 0 20px
    }

    .z-solutions .s1 {
        font-size: 20px
    }

    .z-solutions .s2 {
        font-size: 14px;
        line-height: 24px;
        height: 96px;
        margin-bottom: 30px
    }

    .z-solutions .s1::after {
        margin: 5px 0 20px
    }

    .build-row6 {
        padding: 50px 0 0
    }

    .z-case .txt {
        padding: 20px
    }

    .z-case .txt h3 a {
        font-size: 20px
    }

    .z-case .txt p {
        font-size: 14px
    }

    .z-case li {
        margin-bottom: 30px
    }

    .build-row7 {
        padding: 20px 0 50px
    }

    .z-join i {
        flex: 0 0 80px
    }

    .z-join .txt .s1 {
        font-size: 18px
    }

    .z-join .txt .s2 {
        font-size: 12px
    }

    .community-row1, .community-row2, .community-row4 {
        padding: 50px 0
    }

    .g-marquee {
        height: 76px
    }

    .g-marquee ul li {
        margin: 0 15px;
        width: 188px;
        height: 76px;
        line-height: 72px
    }

    .g-marquee {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 959px) {
    .banner {
        height: 360px;
        padding: 40px 0 0
    }

    @keyframes Ani {
        from {
            bottom: 40px
        }
        to {
            bottom: 30px
        }
    }
    @-moz-keyframes Ani {
        from {
            bottom: 40px
        }
        to {
            bottom: 30px
        }
    }
    @-webkit-keyframes Ani {
        from {
            bottom: 40px
        }
        to {
            bottom: 30px
        }
    }
    @-o-keyframes Ani {
        from {
            bottom: 40px
        }
        to {
            bottom: 30px
        }
    }
    .z-why .inner {
        margin: 0 5px 20px
    }

    .z-rebrand li {
        width: 50%
    }

    .what-list {
        margin: 0 -20px
    }

    .what-list .inner {
        margin: 0 20px
    }

    .what-list .s2 {
        font-size: 14px
    }

    .arch-list .box {
        padding: 20px;
        margin-bottom: 20px
    }

    .swiper-people .s1 {
        font-size: 18px
    }

    .swiper-people .s2 {
        font-size: 14px
    }

    .z-case .pic {
        float: none !important;
        width: auto
    }

    .z-case .txt {
        padding: 20px 0
    }

    .z-case .txt p {
        margin-bottom: 20px
    }

    .z-case {
        padding: 20px 0 0
    }

    .z-join li {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .z-why p {
        font-size: 12px;
        padding: 0;
        line-height: 1.4
    }

    .z-why .icon {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .index-row2 .pic {
        padding-bottom: 30px;
        white-space: nowrap;
        overflow-x: auto
    }

    .index-row2 .pic::-webkit-scrollbar {
        height: 5px
    }

    .index-row2 .pic::-webkit-scrollbar-track {
        background: #eee
    }

    .index-row2 .pic::-webkit-scrollbar-thumb {
        background: #1ed5ff
    }

    .index-row2 .pic::-webkit-scrollbar-thumb:window-inactive {
        background: #1ed5ff
    }

    .index-row2 .pic img {
        display: inline-block;
        width: 700px;
        max-width: none
    }

    .swiper-container-horizontal.swiper-container-horizontal > .swiper-scrollbar {
        width: 300px
    }

    .swiper-logo .pic {
        height: 60px;
        line-height: 60px
    }

    .arch-list li, .what-list li {
        float: none;
        width: auto;
        margin-bottom: 20px
    }

    .what-list .icon {
        margin: 0 auto
    }

    .what-list .s1 {
        text-align: center
    }

    .what-list .s1:after {
        margin: 6px auto 10px
    }

    .arch-list li:last-child {
        margin-top: 0
    }

    .swiper-technology {
        padding: 20px
    }

    .swiper-people .swiper-slide {
        height: 240px;
        padding: 20px 0
    }

    .swiper-people {
        padding: 30px 0 0
    }

    .z-rebrand li {
        float: none;
        width: auto
    }

    .z-rebrand .inner {
        height: auto;
        padding: 15px
    }

    .z-solutions li {
        float: none;
        width: auto;
        margin-bottom: 20px
    }

    .z-join li {
        float: none;
        width: auto
    }

    .z-join .inner {
        margin-bottom: 15px
    }

    .g-marquee {
        height: 60px
    }

    .g-marquee ul li {
        width: 120px;
        height: 60px;
        line-height: 56px
    }

    .g-tit1 {
        font-size: 23px
    }

    .g-marquee1 {
        margin-top: 30px
    }

    .index-row5 .g-btn {
        margin-top: 30px
    }
}
