@font-face {
    font-family: AlibabaBold;
    src: url(../fonts/Alibaba-PuHuiTi-Bold.ttf) format("ttf")
}
@font-face {
    font-family: AlibabaLight;
    src: url(../fonts/Alibaba-PuHuiTi-Light.ttf) format("ttf")
}
@font-face {
    font-family: AlibabaMedium;
    src: url(../fonts/Alibaba-PuHuiTi-Medium.ttf) format("ttf")
}
@font-face {
    font-family: AlibabaRegular;
    src: url(../fonts/Alibaba-PuHuiTi-Regular.ttf) format("ttf")
}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased
}

a,body,button,div,footer,form,h1,h2,h3,header,html,img,input,label,li,nav,p,select,span,table,textarea,ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

li,ul {
    list-style: none
}

button,input,select,textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
    border: none;
    background: none;
    color: inherit
}

button:focus,input:focus,textarea:focus {
    outline: none
}

button:hover,input[type=submit]:hover {
    cursor: pointer
}

input::-ms-clear {
    display: none
}

textarea {
    overflow: auto
}

a {
    color: inherit;
    text-decoration: none
}

a,img,svg,video {
    display: block
}

img,video {
    width: 100%;
    height: auto
}

iframe,svg {
    width: 100%;
    height: 100%
}

iframe {
    top: 0;
    left: 0
}

.sr-only,iframe {
    position: absolute
}

.sr-only {
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    outline: 0
}

#issue-ej-w {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    background: #f0f1f1;
    color: #242424
}

#issue-ej {
    position: absolute;
    top: 47%;
    left: 0;
    width: 100%
}

#mobile-turn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.7vw
}

#issue-ub-w,#mobile-turn {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f0f1f1;
    color: #242424
}

#issue-ub-w {
    z-index: 9999;
    text-align: center
}

#issue-ub {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%
}

.old-browser #issue-ub-w {
    display: block
}

.content {
    position: relative;
    margin: auto;
    height: 100%
}

html {
    font-family: akkurat;
    font-size: 16px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f0f1f1
}

#app-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw
}

#app {
    margin: auto;
    max-width: 2000px
}

#gl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.line-wrap {
    position: relative
}

.line {
    bottom: 0;
    overflow: hidden
}

.line,.line span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.line span {
    content: "";
    bottom: .05vw
}

.line-white span {
    border-bottom: 1px solid #fff
}

.line-yellow span {
    border-bottom: 1px solid #ffe21c
}

.line-grey span {
    border-bottom: 1px solid #5b6870
}

.line-0 span:first-child {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1) .2s;
    transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1) .2s;
    transition: transform 1s cubic-bezier(.23,1,.32,1) .2s;
    transition: transform 1s cubic-bezier(.23,1,.32,1) .2s,-webkit-transform 1s cubic-bezier(.23,1,.32,1) .2s
}

.line-0 span:last-child {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%)
}

.is-desktop .line-wrap:hover .line-0 span:first-child,.line-0 span:last-child {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1);
    transition: transform 1s cubic-bezier(.23,1,.32,1);
    transition: transform 1s cubic-bezier(.23,1,.32,1),-webkit-transform 1s cubic-bezier(.23,1,.32,1)
}

.is-desktop .line-wrap:hover .line-0 span:first-child {
    -webkit-transform: translateX(102%);
    transform: translateX(102%)
}

.is-desktop .line-wrap:hover .line-0 span:last-child {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1) .2s;
    transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1) .2s;
    transition: transform 1s cubic-bezier(.23,1,.32,1) .2s;
    transition: transform 1s cubic-bezier(.23,1,.32,1) .2s,-webkit-transform 1s cubic-bezier(.23,1,.32,1) .2s
}

.line-1 span:first-child {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
    opacity: 0
}

.line-1 span:last-child {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform 1.2s cubic-bezier(.23,1,.32,1);
    transition: transform 1.2s cubic-bezier(.23,1,.32,1);
    transition: transform 1.2s cubic-bezier(.23,1,.32,1),-webkit-transform 1.2s cubic-bezier(.23,1,.32,1);
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
    opacity: 1
}

.is-desktop .line-wrap:hover .line-1 span:first-child {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform 1s cubic-bezier(.23,1,.32,1);
    transition: transform 1s cubic-bezier(.23,1,.32,1);
    transition: transform 1s cubic-bezier(.23,1,.32,1),-webkit-transform 1s cubic-bezier(.23,1,.32,1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.is-desktop .line-wrap:hover .line-1 span:last-child {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0F76D9
}

.logo {
    position: absolute;
    z-index: -1
}

.logo svg {
    position: relative;
    z-index: -1;
    fill: #0130bf
}
#head-info{
    opacity: 0;
}
#head-info,#nav-head-info{
    position: absolute;
    font-size: 12px;
    color: rgba(255,255,255,.8);
    font-family: 'AlibabaLight';
    font-weight: 300;
}
#head-info .info:first-child,#nav-head-info .info:first-child{
    border-bottom: 1px solid rgba(255,255,255,.5);
}
#nav-header,#nav-next {
    top: 0
}

#nav-next {
    position: fixed;
    z-index: 2
}

#nav-header {
    position: absolute;
    background: #0F76D9
}

#nav-next-shadow {
    opacity: 0
}

#nav-next-shadow,#nav-next-shadow:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#nav-next-shadow:after {
    content: "";
    -webkit-box-shadow: 0 0 40px 10px rgba(0,0,0,.1);
    box-shadow: 0 0 40px 10px rgba(0,0,0,.1)
}

.nav-logo {
    position: absolute
}
.st0{fill:#fff;}
.nav-logo svg {
    fill: #fff
}

#nav-language-wrap {
    position: absolute;
    left: 0;
    height: 100%
}

#nav-language {
    position: absolute;
    opacity: 0
}

#nav-language-name {
    float: left;
    color: #fff;
    font-weight: 600
}

#nav-language-arrow {
    float: left
}

#nav-language-arrow svg {
    fill: #fff;
    opacity: .15
}

#nav-language-bg,#nav-language-bg-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

#nav-language-bg {
    background: #0F76D9;
}

#nav-header-logo {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    will-change: transform;
    opacity: 0
}

#nav-header-logo,#nav-header-logo svg {
    pointer-events: none
}

#nav-list-container {
    position: absolute;
    height: 100%;
    background: #fff
}

#nav-list-wrap {
    position: absolute
}

#nav-list {
    display: flex;
    font-family: 'AlibabaRegular';
}
#nav-list .nav-li{
    flex:1;
}
#nav-about {
    float: right
}

#nav-about,.nav-li {
    cursor: pointer;
    opacity: 0
}

#nav-about span:first-child,.nav-li span {
    color: #1A1A1A;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    pointer-events: none
}

#nav-about span {
    float: left
}

#nav-about span svg {
    fill: #c2cdd8
}

#nav-about span:last-child {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.is-desktop #nav-about:hover span,.is-desktop .nav-li:hover span {
    opacity: .5
}

#nav-whitepaper {
    position: absolute;
    opacity: 0
}

#nav-whitepaper-icon {
    float: left;
    opacity: .9;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.is-desktop #nav-whitepaper:hover #nav-whitepaper-icon {
    opacity: 1
}

#nav-whitepaper-icon svg {
    fill: #fff
}

#nav-whitepaper-name {
    position: relative;
    float: left;
    color: #fff;
    font-weight: 600;
    opacity: .8;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    overflow: hidden
}

.is-desktop #nav-whitepaper:hover #nav-whitepaper-name {
    opacity: 1
}

#nav-position-wrap {
    position: absolute;
    left: 0;
    height: 100%;
    background: #0F76D9
}

#nav-position {
    position: absolute
}

#nav-position-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#nav-position-list li {
    border-radius: 100%;
    background: rgba(249,249,249,.3);
}

#nav-position-current {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 100%
}

#nav-select-container {
    position: absolute;
    top: 0;
    height: 100%
}

#nav-select-wrap-w {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    pointer-events: none
}

#nav-select-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all
}

#nav-select-name-list,#nav-select-menu-list {
    width: 100%;
    display: flex;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
#nav-select-name-list li,#nav-select-menu-list .nav-select-menu-li{
    flex:1;
    text-align: center;
}
#nav-select-wrap li,#nav-select-menu-list .nav-select-menu-li {
    color: #1A1A1A;
    font-family: 'AlibabaRegular';
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}
#nav-select-wrap #nav-select{
    width: 100%;
}
.is-desktop #nav-select-wrap:hover li {
    opacity: .6
}

#nav-select-name-list li span {
    opacity: 1;
    -webkit-transition: opacity .1s linear,-webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: opacity .1s linear,-webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1),opacity .1s linear;
    transition: transform 1s cubic-bezier(.19,1,.22,1),opacity .1s linear,-webkit-transform 1s cubic-bezier(.19,1,.22,1)
}

#nav-select-name-list li span,#nav-select-name-list li span.prev,#nav-select-menu-list .prev {
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0)
}

#nav-select-name-list li span.next,#nav-select-menu-list .next {
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

#nav-select-name-list li span.active,#nav-select-menu-list .active {
    -webkit-transition: opacity .2s linear,-webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: opacity .2s linear,-webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1),opacity .2s linear;
    transition: transform 1s cubic-bezier(.19,1,.22,1),opacity .2s linear,-webkit-transform 1s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #0F76D9;
}

#nav-select-arrow {
    float: left;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .7s cubic-bezier(.19,1,.22,1);
    transition: transform .7s cubic-bezier(.19,1,.22,1);
    transition: transform .7s cubic-bezier(.19,1,.22,1),-webkit-transform .7s cubic-bezier(.19,1,.22,1)
}

#nav-select-wrap.active #nav-select-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1s cubic-bezier(.19,1,.22,1)
}

#nav-select-arrow svg {
    fill: #c2ced8
}

#nav-select-menu {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

#nav-select-menu-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

#nav-select-menu-list {
    position: relative;
    align-items: center;
}

#nav-select-menu-list li {
    pointer-events: all;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    opacity: 1
}

.is-desktop #nav-select-menu-list li:hover {
    color: #0F76D9
}

#nav-register-wrap {
    position: absolute;
    top: 0;
    height: 100%;
    background: #fff;
    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
}

#nav-register {
    position: relative;
    background: #f0f1f1;
    border-radius: 4px
}

#nav-register input {
    position: absolute;
    top: 0;
    left: 2px
}

#nav-register input::-webkit-input-placeholder {
    color: #5c6870
}

#nav-register input:-ms-input-placeholder {
    color: #5c6870
}

#nav-register input::-ms-input-placeholder {
    color: #5c6870
}

#nav-register input::placeholder {
    color: #5c6870
}

#nav-register button {
    position: absolute;
    top: 2px;
    right: 2px;
    height: calc(100% - 4px);
    background: #fff;
    font-family: avantgarde;
    letter-spacing: .08em
}

.nav-register-info {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    pointer-events: none
}

.is-desktop #nav-register button:hover .nav-register-info {
    opacity: .6
}

.nav-register-info span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

.nav-register-info span:first-child {
    opacity: 1
}

#nav-burger {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    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;
    cursor: pointer
}

#nav-burger-line-wrap {
    position: relative;
    width: 1rem;
    height: .85rem/* 34px */;
}

.nav-burger-line {
    position: absolute;
    right: 0;
    width: .75rem;
    height: .1rem;
    background: #1A1A1A;
    border-radius: 2px;
}

.nav-burger-line:first-child {
    top: 0
}

.nav-burger-line:first-child,.nav-burger-line:nth-child(3) {
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}

.nav-burger-line:nth-child(3) {
    top: .7rem;
}

.nav-burger-line:nth-child(2),.nav-burger-line:nth-child(4) {
    top: .35rem/* 14px */;
    -webkit-transition: all .3s cubic-bezier(.19,1,.22,1);
    transition: all .3s cubic-bezier(.19,1,.22,1)
}

#nav-burger-line-wrap.active .nav-burger-line:first-child {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.19,1,.22,1);
    transition: all .3s cubic-bezier(.19,1,.22,1)
}

#nav-burger-line-wrap.active .nav-burger-line:nth-child(3) {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.19,1,.22,1);
    transition: all .3s cubic-bezier(.19,1,.22,1)
}

#nav-burger-line-wrap.active .nav-burger-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}
#nav-burger-line-wrap .nav-burger-line:after{
    position: absolute;
    content: '';
    width: .15rem/* 6px */;
    height: .15rem/* 6px */;
    border-radius: 50%;
    background: #1A1A1A;
    left: -.25rem;
    margin-top: -.005rem/* 1px */;
}
#nav-burger-line-wrap.active .nav-burger-line:after{
    display: none;
}
#nav-burger-line-wrap.active .nav-burger-line:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}

.pagination {
    position: absolute;
    font-family: avantgarde
}

.pagination-no {
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.pagination-no div {
    padding: 1px 0 0
}

.pagination-light .pagination-no {
    border: 1px solid #fff;
    color: #fff;
    opacity: .8
}

.pagination-dark .pagination-no {
    border: 1px solid #313749;
    color: #313749
}

.pagination-txt {
    position: absolute;
    left: 0;
    letter-spacing: .1em;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translate3d(-100%,0,0);
    transform: rotate(-90deg) translate3d(-100%,0,0)
}

.pagination-txt:after {
    content: "";
    position: absolute
}

.pagination-light .pagination-txt {
    color: #fff
}

.pagination-light .pagination-txt:after {
    background: #fff
}

.pagination-dark .pagination-txt {
    color: #313749
}

.pagination-dark .pagination-txt:after {
    background: #313749
}

.register {
    position: relative;
    background: #f0f1f1;
    border-radius: 4px
}

.register input {
    position: absolute;
    top: 0;
    left: 2px
}

.register input::-webkit-input-placeholder {
    color: #5c6870
}

.register input:-ms-input-placeholder {
    color: #5c6870
}

.register input::-ms-input-placeholder {
    color: #5c6870
}

.register input::placeholder {
    color: #5c6870
}

.register button {
    position: absolute;
    top: 2px;
    right: 2px;
    height: calc(100% - 4px);
    background: #0F76D9;
    font-family: avantgarde;
    letter-spacing: .08em;
    color: #fff
}

.register-info {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    pointer-events: none
}

.register button:hover .register-info {
    opacity: .6
}

.register-info span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

.register-info span:first-child {
    opacity: 1
}

#p404 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
    background: #f0f1f1;
    text-align: center
}

#p404 a {
    font-family: avantgarde;
    color: #242424
}
.header-content-box{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left:0;
    z-index: 3;
}
#header-bg,#header-bg-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#header-bg {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}
#header{
    min-height: calc(100vh + 1px)
}
#header-content,.header-content {
    position: relative;
    margin: auto
}

#header-top-timer-wrap {
    color: #fff;
    opacity: 0
}

#header-top-timer-wrap:after {
    content: "";
    display: block;
    clear: both
}

#header-top-timer-title {
    font-weight: 600;
    opacity: .43
}

.header-top-timer-box {
    position: relative;
    float: left;
    height: 100%
}

.header-top-timer-box-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    opacity: .16
}

.header-top-timer-box:first-child .header-top-timer-box-border {
    border-left: 1px solid
}

.header-top-timer-box-no-wrap {
    font-family: avantgarde;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.header-top-timer-box-no {
    position: relative;
    float: left;
    opacity: 0
}

.header-top-timer-box-no-top {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header-top-timer-box-no-bottom {
    float: left
}

#header-top #header-top-title,.slide__text-heading {
    font-family: 'AlibabaBold';
    font-weight: bold;
    color: #fff;
}

.header-top-title-line {
    display: block
}

.header-top-title-line:after {
    content: "";
    display: block;
    clear: both
}

.header-top-title-word {
    float: left;
    opacity: 0
}

#header-top-description,.slide__text-desc {
    font-family: 'AlibabaRegular';
    color: #fff
}

#header-top-description span {
    display: block;
    opacity: 0
}

#header-top-register {
    opacity: 0
}

#header-top-question {
    font-weight: 600;
    color: #fff;
    opacity: 0
}

#header-top-question a {
    display: inline;
    color: #ffe21c
}

#header-bottom {
    overflow: hidden
}

#header-bottom,#header-bottom-bg {
    position: absolute;
    left: 0;
    bottom: 0
}
#header-bottom-bg {
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

#header-bottom-list {
    position: relative
}

#header-bottom-list li {
    position: absolute
}

.header-bottom-list-title {
    color: #1A1A1A;
    font-family: 'AlibabaMedium';
    opacity: 0;
}

.header-bottom-list-description {
    color: #1A1A1A;
    font-family: 'AlibabaLight';
    font-weight: 300;
}

.header-bottom-list-description span {
    display: block;
    opacity: 0
}

#header-bottom-position {
    position: absolute;
    opacity: 0
}

#header-bottom-position-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.header-bottom-position-li {
    position: relative;
    float: left;
    cursor: pointer
}

#header-bottom-position-current {
    position: absolute
}

#header-bottom-position-current div,.header-bottom-position-li div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    pointer-events: none
}

.header-bottom-position-li div {
    background: #e5e8e8
}

#header-bottom-position-current div {
    background: #1e50e6
}

#header-scroll {
    position: absolute;
    cursor: pointer;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: translate3d(100%,0,0) rotate(90deg);
    transform: translate3d(100%,0,0) rotate(90deg);
    opacity: 0
}

#header-scroll-txt {
    float: left;
    color: #fff;
    pointer-events: none;
    font-weight: 300;
    -webkit-transform: translate3d(-160%,-34%,0) rotate(-90deg);
    transform: translate3d(-160%,-34%,0) rotate(-90deg);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.77,0,.175,1);
    transition: -webkit-transform 1.2s cubic-bezier(.77,0,.175,1);
    transition: transform 1.2s cubic-bezier(.77,0,.175,1);
    transition: transform 1.2s cubic-bezier(.77,0,.175,1),-webkit-transform 1.2s cubic-bezier(.77,0,.175,1);
    width: 20px;
    font-size: 14px!important;
    line-height: 18px!important;
}

#header-scroll:hover #header-scroll-txt {
    -webkit-transform: translate3d(-65%,-33%,0) rotate(-90deg);
    transform: translate3d(-65%,-33%,0) rotate(-90deg);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1);
    transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),-webkit-transform .7s cubic-bezier(.77,0,.175,1);
}

#header-scroll-arrow {
    position: relative;
    float: left;
    pointer-events: none
}
#section1{
    position: relative;
    background: rgba(246,250,255,.7);
}
#home-tit .step{
    color: #0F76D9;
    font-family: 'AlibabaRegular';
    position: relative;
}
#home-tit .step:after{
    position: absolute;
    content: '';
    height: 1px;
    background: #0F76D9;
    top:12px;
}
#home-tit .tit-bd{
    color: #1a1a1a;
}
#home-tit .text{
    font-family: 'AlibabaMedium';
}
#home-tit .info{
    font-family: 'AlibabaLight';
    font-weight: 300;
    font-style: normal;
}
#home-tit.home-tit-white .step,#home-tit.home-tit-white .tit-bd{
    color: #fff;
}
#home-tit.home-tit-white .step:after{
    background: #fff;
}
#area-1-img-box{
    position: relative;
}
#area-1-radio{
    background: #9dd1f6;
    border-radius: 100%;
}
#area-1-dashed,#area-1-radio,#area-2-dashed1,#area-2-dashed2,#area-3-dashed,#area-3-radius{
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}
#area-1-dashed,#area-2-dashed2,#area-3-dashed{
    background: url(../media/dashed1.png) no-repeat center center;
    background-size: cover;
}
#s-2{
    background: #0f76d9;
}
#area-2-dashed1{
    background: url(../media/dashed2.png) no-repeat center center;
    background-size: cover;
}
#area-2-img-box,#area-3-img-box{
    position: relative;
}
#area-2-img:after{
    position: absolute;
    content: '';
    background: url(../media/img-bg.png) no-repeat center top;
    background-size: cover;
}
#area-2-img,#area-3-img,#area-1-img,#s-2-info{
    opacity: 0;
}
#area-1-img img,#area-2-img img,#area-3-img img,#area-3-img,#area-1-img{
    position: relative;
    z-index: 2;
}
#area-1-img:after,#area-3-img:after{
    position: absolute;
    content: '';
    width: 540px;
    height: 517px;
    background: url(../media/bg-pc1.png) no-repeat center center;
    background-size: cover;
    top:0;
    left:50%;
    margin-left: -270px;
}
#area-3-radius{
    border-radius: 50%;
    background: #e6c3b6;
}
#s-2 {
    overflow: hidden;
}
#s-2-info{
    display: flex;
    justify-content: space-between;
}

#s-2-info .list .info{
    font-family: 'AlibabaLight';
    font-weight: 300;
    color: #fff;
}
#s-2-txt h2 {
    font-family: avantgarde;
    display: inline;
    color: #fff;
}

#s-2-txt p {
    display: inline;
    color: #81b7fa;
}

.s-2-list-icon {
    position: relative;
}

.s-2-list-icon-square {
    background: #0F76D9;
}
.s-2-list-icon-square{
    position: relative;
}
#s-2-list-icon-0-circle,#s-2-list-icon-0-arrow-right,#s-2-list-icon-0-arrow-left{
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
#s-2-list-icon-0-circle {
    background: url(../media/icon3.png) no-repeat center center;
    background-size: cover;
    z-index: 6;
}

#s-2-list-icon-0-arrow-right {
    background: url(../media/icon4.png) no-repeat center center;
    background-size: cover;
    z-index: 5;
}

#s-2-list-icon-0-arrow-left {
    background: url(../media/icon5.png) no-repeat center center;
    background-size: cover;
    z-index: 4;
}

#s-2-list-icon-1-circle {
    background: #21cb81;
    border-radius: 100%;
    opacity: .8
}

#s-2-list-icon-1-arrow-up,#s-2-list-icon-1-circle {
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0)
}

#s-2-list-icon-1-arrow-up {
    background: url(../media/icon2.png) no-repeat center center;
    background-size: cover;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

#s-2-list-icon-2-circle-0 {
    position: absolute;
    background: #21cb81;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center right
}

#s-2-list-icon-2-circle-1 {
    position: absolute;
    background: url(../media/icon1.png) no-repeat center center;
    background-size: cover;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center left;
    transform-origin: center left
}
#s-2-list-icon-3-arrow-up-0{
    position: absolute;
    background: url(../media/icon6.png) no-repeat center center;
    background-size: cover;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 2;
}
#s-2-list-icon-3-arrow-up-1 {
    position: absolute;
    opacity: 0;
    background: #21cb81;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#s-2-list-icon-4-square,#s-2-list-icon-4-square1,#s-2-list-icon-4-square2 {
    position: absolute;
    background: #21cb81;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

#s-2-list-icon-4-circle {
    position: absolute;
    background: url(../media/icon7.png) no-repeat center center;
    background-size: cover;
    -webkit-transform: scale(0);
    transform: scale(0)
}

#s-2-list-icon-5-circle {
    background: #21cb81
}

#s-2-list-icon-5-rect {
    position: absolute;
    background: #ffe21c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.s-2-list-title {
    font-family: 'AlibabaMedium';
    color: #1A1A1A;
    opacity: 0
}

.s-2-list-txt {
    font-family: 'AlibabaLight';
    font-weight: 300;
    color: rgba(26,26,26,.8);
    opacity: 0
}

#s-3 {
    z-index: 2;
    margin: -1px 0 0
}

#s-3,#s-3-top {
    position: relative
}

#s-3-top-bg-wrap {
    overflow: hidden
}

#s-3-top-bg {
    position: absolute
}

#s-3-top-txt {
    color: #fff
}

#s-3-top-txt-title {
    font-family: avantgarde
}

#s-3-top-txt-p span {
    font-weight: 600
}

#s-3-top-list-wrap {
    overflow: hidden
}

#s-3-top-list-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transform: translate3d(0,-101%,0);
    transform: translate3d(0,-101%,0)
}

#s-3-top-list {
    position: relative;
    color: #5b6870
}

#s-3-top-list li {
    position: relative;
    opacity: 0
}

#s-3-top-list li:after {
    content: "";
    position: absolute;
    background: #0F76D9;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#s-3-bottom {
    margin: -1px 0 0;
    background: #fff;
}

#s-3-bottom-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-3-bottom-list-icon-circle {
    position: relative
}

.s-3-bottom-list-icon-circle-bg {
    background: #0F76D9;
    position: relative;
}

.s-3-bottom-list-icon-circle-parallelogram {
    position: absolute;
}

.s-3-bottom-list-icon-circle-parallelogram:nth-child(3){
    background: url(../media/icon10.png) no-repeat center center;
    background-size: cover;
}

.s-3-bottom-list-icon-circle-parallelogram:nth-child(2){
    background: #21cb81;
    border-radius: 4px;
}

#s-3-bottom-list-icon-circle-quarter-circle-0 {
    position: absolute;
    background: url(../media/icon12.png) no-repeat center center;
    background-size: cover;
    -webkit-transform: scale(0);
    transform: scale(0)
}

#s-3-bottom-list-icon-circle-circle {
    position: absolute;
    background: url(../media/icon11.png) no-repeat center center;
    background-size: cover;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.s-3-bottom-list-icon-circle-shape,.s-3-bottom-list-icon-circle-shape1 {
    position: absolute;
}

.s-3-bottom-list-icon-circle-shape:nth-child(2) {
    background: url(../media/icon13.png) no-repeat center center;
    background-size: cover;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.s-3-bottom-list-icon-circle-shape:nth-child(3) {
    background: url(../media/icon14.png) no-repeat center center;
    background-size: cover;
    -webkit-transform: scale(0);
    transform: scale(0)
}
.s-3-bottom-list-icon-circle-shape1:nth-child(2) {
    background: #e6c3b6;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 2;
}

.s-3-bottom-list-icon-circle-shape1:nth-child(3) {
    background: url(../media/icon15.png) no-repeat center center;
    background-size: cover;
    -webkit-transform: scale(0);
    transform: scale(0)
}
.s-3-bottom-list-title {
    font-family: 'AlibabaMedium';
    font-weight: bold;
    color: #1A1A1A;
    opacity: 0
}

.s-3-bottom-list-p {
    color: rgba(26,26,26,.8);
    font-family: 'AlibabaLight';
    font-weight: 300;
    opacity: 0
}

#s-4 {
    overflow: hidden;
    position: relative;
    background: #fff;
}
#s-4:after{
    position: absolute;
    content: '';
    width: 100%;
    background: url(../media/yi-bg1.jpg) no-repeat center top;
    background-size: cover;
    left: 0;
    top:0;
}
#s-4-txt {
    position: relative;
    z-index: 2;
    color: #fff
}

#s-4-txt-title {
    font-family: 'AlibabaBold';
    font-weight: bold;
}
#s-4-txt-p{
    font-family: 'AlibabaRegular';
    font-weight: normal;
}
#s-4-list-wrap {
    position: relative;
    z-index: 2;
    background: #fff;
}

#s-4-list:after {
    content: "";
    display: block;
    clear: both
}

.s-4-li {
    position: relative;
    font-family: 'AlibabaMedium';
    color: #E5E5E5;
    line-height: 63px;
    transition: all ease .3s;
    cursor: pointer;
}

.s-4-li:hover,.s-4-li.is-seleted {
    color: #0F76D9;
    position: relative;
}
.s-4-li:hover:after,.s-4-li.is-seleted:after{
    background: #0F76D9;
    height: 1px;
    position: absolute;
    content: '';
    left: -55px;
    top:30px;
}
.slide-s4 .slide-s4-title{
    font-family: 'AlibabaMedium';
    font-weight: bold;
    color: #1A1A1A;
}
.slide-s4 .slide-s4-p{
    font-family: 'AlibabaLight';
    font-weight: 300;
    color: rgba(26,26,26,.8);
}
#s-4-card-w,#s-4-card-wrap,#s-4-card-shadow {
    display: none;
}

#s-5 {
    margin: -1px 0 0;
    color: #fff;
    overflow: hidden;
    background: #fff;
}

#s-5-bg {
    position: absolute;
    height: 100%;
    background: url(../media/yi-bg2.jpg) no-repeat center top;
    background-size: cover;
    left: 0;
    width: 100%;
}

#s-5-title,#s-5-desc {
    font-family: 'AlibabaMedium';
    position: absolute;
    font-weight: normal;
}
.s-5-list-milestone{
    font-family: 'AlibabaMedium';
}
.s-5-list-text{
    font-family: 'AlibabaLight';
    font-weight: 300;
}
#s-5-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#s-5-list li:after {
    content: "";
    display: block;
    clear: both
}

.s-5-list-diamond-wrap {
    position: relative
}

.s-5-list-diamond-wrap:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .4
}

#s-5-list li:last-child .s-5-list-diamond-wrap:after {
    display: none
}

.s-5-list-diamond {
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.s-5-list-q {
    font-family: avantgarde
}

#s-6 {
    z-index: 2;
    background: #F8FBFF;
    position: relative;
    color: #1A1A1A;
}
#area-6-l .about-tit,#area-6-r .info{
    font-family: 'AlibabaMedium';
}
#area-6-l .about-info,#area-6-l .cooperate-box .cooperate-tit{
    font-family: 'AlibabaLight';
    font-weight: 300;
}
#area-6-l .cooperate-box{
    border-top: 1px solid #EBEBEB;
}
.flex-direction-nav{
    display: none;
}
.cooperate-box .cooperateSlides .slides .slides-list{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.cooperate-box .cooperateSlides .slides .slides-list .list a{
    display: block;
}
.cooperate-box .cooperateSlides .flex-control-nav{
    width: 100%;
    position: absolute;
    left: 0;
    bottom:52px;
    text-align: center;
    box-sizing: border-box;
}
.cooperate-box .cooperateSlides .flex-control-nav li{
    display: inline-block;
    padding:0 4px;
}
.cooperate-box .cooperateSlides .flex-control-nav li a{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(26,26,26,.1);
    text-indent: -9999em;
}
.cooperate-box .cooperateSlides .flex-control-nav li a.flex-active{
    background: #0F76D9;
}
#s-7 {
    position: relative;
    background: #0F76D9;
    color:#fff;
}
#area-7-l #process-tit,#area-7-r .service-item .name{
    font-family: 'AlibabaMedium';
}
#area-7-l #process-radius{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    border:1px dashed rgba(255,255,255,.5);
    border-radius: 50%;
    animation: circle 5s infinite linear;
}
#area-7-l .process-box-bd{
    position: relative;
}
@keyframes circle{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
#area-7-l .meng-logo{
    position: absolute;
    left: 50%;
    top:50%;
}
#area-7-l .meng-logo .st0{
    fill: #9DD1F6;
}
#area-7-l .process-item{
    position: absolute;
    display: flex;
    align-items: center;
}
#area-7-l .process-item .icon{
    border:1px solid #fff;
    border-radius: 50%;
    background: #0F76D9;
}
#area-7-l .process-item .name{
    font-family: 'AlibabaRegular';
    color: #9DD1F6;
}
#area-7-r .process-service{
    border:1px solid rgba(255,255,255,.5);
}
#area-7-r .service-item {
    border-top:1px solid rgba(255,255,255,.5);
    display: flex;
    align-items: center;
}
#area-7-r .service-item:first-child{
    border-top: 0;
}
#area-7-r .service-item .info{
    font-family: 'AlibabaLight';
    font-weight: 300;
    flex: 1;
}
#footer {
    position: relative;
    margin: -1px 0 0;
    background: #373A3A;
    font-family: 'AlibabaLight';
    font-weight: 300;
}
.footer-l,.footer-r,.copyright, .footer-l .ft-erweima, .footer-l .ft-bd{
    position: absolute;
}
.footer-l .ft-erweima, .footer-l .ft-bd{
    top:0;
}
.footer-l .ft-bd .ft-info,.footer-l .ft-bd .ft-info a{
    color: rgba(255,255,255,.7);
}
.footer-l .ft-bd .ft-info a{
    display: inline-block;
}
.footer-l .ft-bd .ft-info a:hover{
    color: #fff;
}
.footer-l,.footer-l .ft-erweima{
    left: 0;
}
.footer-r{
    right: 0;
}
.footer-r ul li{
    border-top: 1px solid rgba(255,255,255,.5);
}
.footer-r ul li:last-child{
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.footer-r ul li,.footer-r ul li a{
    color: rgba(255,255,255,.5);
}
.footer-r ul li:hover,.footer-r ul li a:hover{
    color: rgba(255,255,255,.9);
    cursor: pointer;
}
.copyright{
    width: 100%;
    left: 0;
    bottom:0;
    height: 40px;
    line-height: 40px;
    border-top: 2px solid rgba(151,151,151,.1);
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,.5);
}
.home-content{
    margin:0 auto;
    position: relative;
    height: 100%;
}
@media (max-width: 900px) and (max-height:420px) {
    .is-mobile #mobile-turn {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1399px) {
    .content {
        width:1440px
    }

    #logo-0 {
        top: 251px;
        left: -117px;
        width: 206px;
        height: 200px;
    }

    #logo-1 {
        top: -266px;
        right: -54;
        width: 340px;
        height: 356px;
    }

    #logo-2 {
        top: -730px;
        left: 926px;
    }

    .nav {
        left: calc(50% - 590px);
        width: 1180px;
        height: 80px
    }

    #nav-next {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    #nav-language-wrap {
        width: 402px
    }

    #nav-language {
        top: 28px;
        left: 277px;
        height: 30px
    }

    #nav-language-name {
        font-size: 12px;
        line-height: 30px
    }

    #nav-language-arrow {
        margin: 12px 0 0 6px;
        width: 10px;
        height: 6px
    }

    #nav-list-container {
        left: 402px;
        width: 778px
    }

    #nav-list-wrap {
        top: 27px;
        left: 29.5px;
        width: 747px;
        height: 30px
    }

    #nav-about,#nav-list {
        line-height: 30px;
    }
    #nav-list{
        padding:0 78px 0 52px;
    }
    #nav-about,.nav-li {
        text-align:center;
    }

    #nav-about span,.nav-li span {
        font-size: 16px;
    }

    #nav-about span:last-child {
        margin: 7px 0 0 9px;
        width: 14px;
        height: 14px
    }

    #nav-whitepaper {
        position: absolute;
        left: 975px;
        top: 100px
    }

    #nav-whitepaper-icon {
        margin: 0 13px 0 0;
        width: 19px;
        height: 22px
    }

    #nav-whitepaper-name {
        margin: 4px 0 0;
        font-size: 12px
    }

    #nav-position-wrap {
        width: 402px
    }

    #nav-position {
        display: none;
    }

    #nav-position-current,#nav-position-list li {
        width: 6px;
        height: 6px
    }

    #nav-select-container {
        left: 402px;
        width: 778px;
        background: #fff
    }
    #nav-select-wrap {
        top: 27px;
        height: 30px
    }
    #nav-select-wrap #nav-select #nav-select-name-list,#nav-select-menu-list{
        padding:0 80px;
    }
    #nav-select-name-list li ,#nav-select-menu-list li{
        font-size: 16px;
        line-height: 30px;
    }

    #nav-select-arrow {
        margin: 12px 0 0;
        width: 10px;
        height: 6px
    }
    #nav-register-wrap {
        right: 0;
        width: 538px
    }

    #nav-register {
        width: 510px;
        height: 54px
    }

    #nav-register button {
        width: 154px;
        font-size: 11px
    }

    .nav-register-info {
        top: 20px;
        height: 14px;
        line-height: 14px
    }

    #nav-register input {
        padding: 0 0 0 18px;
        font-size: 15px;
        width: calc(100% - 160px);
        height: 54px;
        line-height: 54px
    }

    #nav-register input::-webkit-input-placeholder {
        font-size: 15px
    }

    #nav-register input:-ms-input-placeholder {
        font-size: 15px
    }

    #nav-register input::-ms-input-placeholder {
        font-size: 15px
    }

    #nav-register input::placeholder {
        font-size: 15px
    }

    #nav-burger {
        display: none
    }

    .nav-logo {
        top: 19px;
        left: 40px;
        width: 180px;
        height: 44px
    }
    #head-info,#nav-head-info{
        top:25px;
        right: 48px;
    }
    .pagination {
        top: 65px;
        left: 51px;
        font-size: 14px
    }

    .pagination-no {
        width: 41px;
        height: 41px;
        line-height: 41px
    }

    .pagination-txt {
        top: 88px;
        padding: 2px 0 0;
        line-height: 41px
    }

    .pagination-txt:after {
        top: 20.5px;
        right: -30px;
        width: 13px;
        height: 2px
    }

    .register {
        width: 452px;
        height: 54px
    }

    .register button {
        width: 154px;
        font-size: 11px
    }

    .register-info {
        top: 20px;
        height: 14px;
        line-height: 14px
    }

    .register input {
        padding: 0 0 0 18px;
        font-size: 16px;
        width: calc(100% - 160px);
        height: 54px;
        line-height: 54px
    }

    .register input::-webkit-input-placeholder {
        font-size: 16px
    }

    .register input:-ms-input-placeholder {
        font-size: 16px
    }

    .register input::-ms-input-placeholder {
        font-size: 16px
    }

    .register input::placeholder {
        font-size: 16px
    }
    .home-content{
        width: 1180px;
    }
    #header-content,.header-content {
        width: 1180px;
        min-height: calc(100vh + 1px)
    }

    #header-top {
        padding: 150px 0 248px
    }

    #header-top-timer-title {
        font-size: 13px
    }

    #header-top-timer {
        margin: 15px 0 0;
        height: 72px
    }

    .header-top-timer-box {
        width: 81px
    }

    .header-top-timer-box-content {
        padding: 15px 0 0 22px
    }

    .header-top-timer-box-name {
        font-size: 11px
    }

    .header-top-timer-box-no-wrap {
        margin: 6px 0 0;
        font-size: 25px
    }

    .header-top-timer-box-no {
        width: 16px
    }

    #header-top-title,.slide__text-heading {
        margin: 145px 0 0;
        font-size: 46px;
        line-height: 63px
    }

    #header-top-description ,.slide__text-desc{
        margin: 22px 0 0;
        font-size: 20px;
        line-height: 27px
    }

    #header-top-register {
        margin: 42px 0 0
    }

    #header-top-question {
        margin: 18px 0 0;
        font-size: 14px
    }
    
    #header-bottom {
        width: 580px;
        height: 190px
    }
    #header-bottom-list li {
        top: 46px;
        left: 66px
    }

    .header-bottom-list-title {
        font-size: 40px
    }

    .header-bottom-list-description {
        margin: 14px 0 0;
        font-size: 16px;
        line-height: 18px
    }

    #header-bottom-position {
        bottom: 21px;
        right: 25px;
        width: 51px;
        height: 17px
    }

    #header-bottom-position-current,.header-bottom-position-li {
        padding: 4px;
        width: 9px;
        height: 9px
    }

    #header-scroll {
        top: 388px;
        right: 42px;
        height: 42px
    }

    #header-scroll-txt {
        font-size: 20px;
        margin: 1px 0 0;
        line-height: 42px;
        font-family: 'AlibabaLight';
    }

    #header-scroll-arrow {
        margin: 0 0 0 15px;
        width: 57px;
        height: 42px
    }
    
    #section1{
        height: 770px;
    }
    #area-1-l,#area-1-r,#area-2-l,#area-2-r{
        position: absolute;
        top:0;
    }
    #area-2-l{
        top:72px;
    }
    #area-1-l,#area-2-l{
        width: 580px;
        left: 0;
    }
    #area-1-r{
        background: #fff;
    }
    #area-1-r,#area-2-r{
        width: 600px;
        left: 580;
    }
    #home-tit{
        padding-left: 66px;
    }    
    #home-tit .step{
        font-size: 20px;
        line-height: 24px;
    }
    #home-tit .step:after{
        width: 106px;
        left: -112px;
    }
    #home-tit .tit-bd{
        padding-top: 10px;
    }
    #home-tit .text{
        font-size: 26px;
    }
    #home-tit .info{
        font-size: 16px;
        padding-left:10px;
    }
    #area-1-l #home-tit{
        margin-top: 86px;
    }
    #area-1-img-box{
        width: 520px;
        padding:40px 0 45px;
        margin-top: 15px;
    }
    #area-1-img{
        width: 474px;
        margin-left: 10px;
    }
    #area-1-radio{
        width: 110px;
        height: 110px;
        top:0;
        right: 0;
    }
    #area-1-dashed{
        left: -34px;
        bottom:0;
        width: 100px;
        height: 88px;
    }
    #s-2 {
        height: 770px
    }
    #s-2 #home-tit{
        margin-top: 76px;
    }
    #s-2-info{
        padding:22px 37px 0 48px;
        flex-wrap:wrap;
    }
    #s-2-info .list{
        width: 208px;
        margin-top: 60px;
    }
    #s-2-info .list .num{
        width: 42px;
    }
    #s-2-info .list:first-child .num{
        width: 36px;
    }
    #s-2-info .list .info{
        color:#fff;
        line-height: 22px;
        margin-top: 16px;
    }
    #area-2-r{
        padding-top: 65px;
    }
    #area-2-img-box{
        float: right;
        width: 489px;
        height: 468px;
        padding:15px 0 20px;
    }
    #area-2-img{
        width: 473px;
        position: relative;
        z-index: 2;
    }
    #area-2-img:after{
        width: 540px;
        height: 517px;
        top:0;
        left: 50%;
        margin-left: -270px;
    }
    #area-2-dashed1{
        top:0;
        left: -25px;
        width: 63px;
        height: 55px;
    }
    #area-2-dashed2{
        bottom:0;
        right: -18px;
        width: 100px;
        height: 88px;
    }
    #s-2-list{
        padding:46px 0 0 110px;
    }
    #s-2-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding:40px 0 32px;
    }

    .s-2-list-icon {
        width: 75px;
        margin-top:10px;
    }

    .s-2-list-icon-square {
        width: 46px;
        height: 46px;
    }

    #s-2-list-icon-0-circle,#s-2-list-icon-0-arrow-left,#s-2-list-icon-0-arrow-right {
        width: 29px;
        height: 11px;
        left: 9px;
    }

    #s-2-list-icon-0-circle {
        top: 12px;
    }

    #s-2-list-icon-0-arrow-right {
        top: 18px;
    }

    #s-2-list-icon-0-arrow-left {
        top: 25px;
    }

    #s-2-list-icon-1-circle {
        top: 11px;
        left: 13px;
        width: 25px;
        height: 25px
    }

    #s-2-list-icon-1-arrow-up {
        top:18px;
        left: 10px;
        width: 24px;
        height: 11px;
    }

    #s-2-list-icon-2-circle-0 {
        top: 8px;
        left: 8px;
        width: 21px;
        height: 21px
    }

    #s-2-list-icon-2-circle-1 {
        top: 21px;
        left: 22px;
        width: 15px;
        height: 15px
    }

    #s-2-list-icon-3-arrow-up-0 {
        top: 10px;
        left: 23px;
        width: 15px;
        height: 14px;
    }

    #s-2-list-icon-3-arrow-up-1 {
        top: 11px;
        left: 12px;
        width: 24px;
        height: 24px;
    }

    #s-2-list-icon-4-square{
        top:10px;
        left: 18px;
        width: 12px;
        height: 10px;
    }
    #s-2-list-icon-4-square1,#s-2-list-icon-4-square2{
        width: 8px;
        height: 8px;
        top:30px;
    }
    #s-2-list-icon-4-square1{
        left: 10px;
    }
    #s-2-list-icon-4-square2{
        left: 30px;
    }

    #s-2-list-icon-4-circle {
        top: 20px;
        left: 13px;
        width: 22px;
        height: 10px
    }

    #s-2-list-icon-5-rect {
        top: 10px;
        left: 30px;
        width: 8px;
        height: 22px
    }

    #s-2-list-icon-5-circle {
        top: -6px;
        left: 19px;
        width: 26px;
        height: 26px
    }

    .s-2-list-title {
        font-size: 18px
    }

    .s-2-list-txt {
        margin-top: 10px;
        font-size: 16px;
        width: 400px;
    }

    #s-2-list li:nth-child(2) .s-2-list-txt,#s-2-list li:nth-child(3) .s-2-list-txt {
        width: 370px
    }
    #s-3{
        height: 770px;
    }
    #s-3-bottom {
        height: 100%;
    }
    #area-3-left {
        left: 0px;
        width: 580px;
        height: 100%;
        position: absolute;
    }
    #area-3-img-box{
        width: 516px;
        padding:28px 0 45px;
        margin-top: 44px;
    }
    #area-3-dashed{
        width: 100px;
        height: 88px;
        top:0;
        left:-35px;
    }
    #area-3-img{
        width: 473px;
        margin-left: 10px;
    }
    #area-3-radius{
        width: 110px;
        height: 110px;
        bottom:0;
        right:0px;
    }
    #area-3-left #home-tit{
        margin-top: 48px;
    }
    #s-3-bottom-list {
        position: absolute;
        top: 0;
        left: 580px;
        width: 600px;
        padding: 165px 0 0 110px;
    }
    #s-3-bottom-list li{
        padding:30px 0 24px;
    }
    .s-3-bottom-list-icon {
        margin-top: 15px;
        width: 75px
    }
    .s-3-bottom-list-icon-circle-bg{
        width: 46px;
        height: 46px;
    }
    .s-3-bottom-list-title {
        font-size: 18px
    }

    .s-3-bottom-list-p {
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 24px;
        width: 406px
    }
    .s-3-bottom-list-icon-circle-parallelogram{
        left: 9px;
    }
    .s-3-bottom-list-icon-circle-parallelogram:nth-child(3) {
        top: 17px;
        width: 27px;
        height: 11px;
        left:10px;
    }

    .s-3-bottom-list-icon-circle-parallelogram:nth-child(2) {
        top: 9px;
        width: 28px;
        height: 28px;
    }
    #s-3-bottom-list-icon-circle-circle,#s-3-bottom-list-icon-circle-quarter-circle-0{
        width: 28px;
        height: 13px;
        left:8px;
    }
    #s-3-bottom-list-icon-circle-quarter-circle-0 {
        top: 24px;
    }

    #s-3-bottom-list-icon-circle-circle {
        top: 9px;
    }

    .s-3-bottom-list-icon-circle-shape:nth-child(2) {
        top: 10px;
        left: 9px;
        width: 28px;
        height: 27px;
    }

    .s-3-bottom-list-icon-circle-shape:nth-child(3) {
        top: 14px;
        left: 6px;
        width: 34px;
        height: 8px;
    }
    .s-3-bottom-list-icon-circle-shape1:nth-child(2){
        width: 15px;
        height: 15px;
        left: 16px;
        top:10px;
    }
    .s-3-bottom-list-icon-circle-shape1:nth-child(3){
        width: 27px;
        height: 14px;
        left: 10px;
        top:20px;
    }
    #s-4 {
        height: 1146px
    }
    #s-4:after{
        height: 600px;
    }
    #s-4-txt {
        padding:200px 0 0 695px;
    }

    #s-4-txt-title {
        font-size: 40px;
    }

    #s-4-txt-p {
        font-size: 20px;
        padding-top: 14px;
    }

    #s-4-list-wrap {
        margin-top: 204px;
        height: 640px;
    }

    #s-4-list {
        width: 380px;
        position: absolute;
        left: 0;
        padding-top: 94px;
    }

    .s-4-li {
        font-size: 40px;
        padding-left: 105px;
        margin:20px 0;
        float: left;
    }
    .slide-s4-content{
        padding: 95px 108px 0 0;
    }
    .s-4-li:hover,.s-4-li.is-seleted {
        font-size: 46px;
    }
    .s-4-li:hover:after,.s-4-li.is-seleted:after{
        width: 144px;
    }
    .slide-s4 .slide-s4-title{
        font-size: 18px;
    }
    .slide-s4 .slide-s4-p{
        font-size: 16px;
        line-height: 22px;
    }
    .slide-s4-list{
        padding:28px 0;
    }
    .slide-s4-p{
        padding-top: 10px;
    }
    #s-4-list-link-wrap {
        margin: 30px 0 0
    }
    #s-5 {
        height: 770px;
    }

    #s-5-bg {
        top: -640px;
    }

    #s-5-title,#s-5-desc {
        left: 58px;
    }
    #s-5-title{
        font-size: 40px;
        top:110px;
    }
    #s-5-desc{
        font-size: 16px;
        top:172px;
    }
    #s-5-list {
        position: absolute;
        top: 108px;
        left: 655px
    }

    #s-5-list li {
        height: 114px
    }

    .s-5-list-q {
        width: 91px;
        font-size: 40px
    }

    .s-5-list-diamond-wrap {
        width: 47px
    }

    .s-5-list-diamond-wrap:after {
        top: 20px;
        left: 10px;
    }

    .s-5-list-diamond {
        margin: 17px 0 0 3px;
        width: 15px;
        height: 15px
    }

    .s-5-list-milestone{
        font-size: 20px;
        padding-top: 9px;
    }
    .s-5-list-text{
        font-size: 16px;
        padding-top: 15px;
    }
    #s-6 {
        height: 734px;
    }
    #area-6-l,#area-6-r,#area-7-l,#area-7-r{
        position: absolute;
        top:0;
    }
    #area-6-l,#area-7-l{
        width: 578px;
        left: 0;
    }
    #area-6-l{
        background: #fff;
        height: 804px;
        padding:0 52px;
        box-sizing: border-box;
    }
    #area-6-r,#area-7-r{
        width: 602px;
        left: 578px;
    }
    #area-6-l .about-tit{
        font-size: 40px;
        padding:110px 0 20px;
    }
    #area-6-l .about-info{
        font-size: 16px;
        line-height: 24px;
    }
    #area-6-l .cooperate-box{
        margin-top: 82px;
        padding-top: 52px;
    }
    #area-6-l .cooperate-box .cooperate-tit{
        font-size: 18px;
    }
    .cooperate-box .cooperateSlides .slides .slides-list .list{
        margin:8px 0 2px;
        width: 226px;
        height: 68px;
    }
    .cooperate-box .cooperateSlides .slides .slides-list .list a{
    }
    .cooperate-box .cooperateSlides .slides .slides-list .list img{
        display: block;
        max-height: 68px;
    }
    #area-6-r .info{
        font-size: 18px; 
        flex:1;
        padding-left: 25px;
    }
    #area-6-r ul{
        padding:126px 0 0 100px;
    }
    #area-6-r ul li{
        display: flex;
        align-items: center;
        padding-bottom: 40px;
    }
    #area-6-r ul li .img-box{
        width: 120px;
    }
    #area-6-r ul li .img-box .img{
        margin:0 auto;
    }
    #area-6-r ul li:nth-child(4){
        padding-bottom: 30px;
    }
    #area-6-r ul li:nth-child(1) .img{
        width: 99px;
    }
    #area-6-r ul li:nth-child(2) .img{
        width: 108px;
    }
    #area-6-r ul li:nth-child(3) .img{
        width: 94px;
    }
    #area-6-r ul li:nth-child(4) .img{
        width: 107px;
    }
    #area-6-r ul li:nth-child(5) .img{
        width: 81px;
    }
    #s-7 {
        height: 812px;
    }
    #area-7-l{
        padding-top: 140px;
    }
    #area-7-l #process-tit{
        font-size: 40px;
    }
    #area-7-l #process-box{
        padding-top: 68px;
    }
    #area-7-l .process-box-bd{
        width: 390px;
        height: 390px;
    }
    #area-7-r{
        padding: 165px 0 0 20px;
    }
    #area-7-r .process-service{
    }
    #area-7-r .service-item{
        padding-left: 36px;
    }
    #area-7-r .service-item .name{
        font-size: 20px;
        line-height: 168px;
        padding-right: 78px;
    }
    #area-7-r .service-item .info{
        font-size: 16px;
    }
    #footer {
        height: 382px
    }
    .footer-box{
        padding-top: 116px;
    }
    .footer-l .ft-bd{
        left: 204px;
    }
    .footer-r{
        width: 286px;
    }
}

@media (min-width: 501px) and (max-width:1398px) {
    .content {
        width:100vw
    }
    #logo-0 {
        top: 12.97222vw;
        left: -10vw;
        width: 15.74966vw;
        height: 15.49722vw;
    }

    #logo-1 {
        top: -17vw;
        right: -54px;
        width: 25.94966vw;
        height: 27.19722vw;
    }

    #logo-2 {
        top: -50.69444vw;
        left: 64.30556vw
    }

    .pagination {
        top: 4.51389vw;
        left: 3.54167vw;
        font-size: .97222vw
    }

    .pagination-no {
        width: 2.84722vw;
        height: 2.84722vw;
        line-height: 2.84722vw
    }

    .pagination-txt {
        top: 6.11111vw;
        padding: .13889vw 0 0;
        line-height: 2.84722vw
    }

    .pagination-txt:after {
        top: 1.42361vw;
        right: -2.08333vw;
        width: .90278vw;
        height: .13889vw
    }

    .register {
        width: 31.38889vw;
        height: 3.75vw
    }

    .register button {
        width: 10.69444vw;
        font-size: .76389vw
    }

    .register-info {
        top: 1.38889vw;
        height: .97222vw;
        line-height: .97222vw
    }

    .register input {
        padding: 0 0 0 1.25vw;
        font-size: 1.11111vw;
        width: calc(100% - 10.69444vw - 6px);
        height: 3.75vw;
        line-height: 3.75vw
    }

    .register input::-webkit-input-placeholder {
        font-size: 1.11111vw
    }

    .register input:-ms-input-placeholder {
        font-size: 1.11111vw
    }

    .register input::-ms-input-placeholder {
        font-size: 1.11111vw
    }

    .register input::placeholder {
        font-size: 1.11111vw
    }
    .home-content{
        width: 80.55556vw;
    }
    #header-content,.header-content {
        min-height: calc(100vh + 1px);
        width: 80.55556vw;
    }

    #header-top {
        padding: 10.41667vw 0 17.22222vw
    }

    #header-top-timer-title {
        font-size: .90278vw
    }

    #header-top-timer {
        margin: 1.04167vw 0 0;
        height: 5vw
    }

    .header-top-timer-box {
        width: 5.625vw
    }

    .header-top-timer-box-content {
        padding: 1.04167vw 0 0 1.52778vw
    }

    .header-top-timer-box-name {
        font-size: .76389vw
    }

    .header-top-timer-box-no-wrap {
        margin: .41667vw 0 0;
        font-size: 1.73611vw
    }

    .header-top-timer-box-no {
        width: 1.11111vw
    }

    #header-top-title,.slide__text-heading {
        margin: 9.06944vw 0 0;
        font-size: 2.96667vw;
        line-height: 3.58333vw
    }

    #header-top-description ,.slide__text-desc{
        margin: 1.52778vw 0 0;
        font-size: 1.38889vw;
        line-height: 2.36667vw
    }

    #header-top-register {
        margin: 2.91667vw 0 0
    }

    #header-top-question {
        margin: 1.25vw 0 0;
        font-size: .97222vw
    }

    #header-bottom {
        width: 34.58333vw;
        height: 9.66667vw
    }
    #header-bottom-list li {
        top: 2.24722vw;
        left: 4.21944vw
    }

    .header-bottom-list-title {
        font-size: 2.21111vw
    }

    .header-bottom-list-description {
        margin: 1.11111vw 0 0;
        font-size: 1.07222vw;
        line-height: 1.25vw
    }

    #header-bottom-position {
        bottom: 1.45833vw;
        right: 1.73611vw;
        width: 3.54167vw;
        height: 1.18056vw
    }

    #header-bottom-position-current,.header-bottom-position-li {
        margin: .27778vw;
        width: .625vw;
        height: .625vw
    }

    #header-scroll {
        top: 43.88889vw;
        right: 3.33333vw;
        height: 2.91667vw
    }

    #header-scroll-txt {
        font-size: 1.04167vw;
        margin: .06944vw 0 0;
        line-height: 2.91667vw
    }

    #header-scroll-arrow {
        margin: 0 0 0 1.25vw;
        width: 3.95833vw;
        height: 2.91667vw
    }
    #section1{
        height: 46vw;
    }
    #area-1-l,#area-1-r,#area-2-l,#area-2-r{
        position: absolute;
        top:0;
    }
    #area-1-l,#area-2-l{
        width: 34.58333vw;
        left: 0;
    }
    #area-1-r{
        background: #fff;
    }
    #area-1-r,#area-2-r{
        width: 45.97223vw;
        left: 34.58333vw;
    }
    #home-tit{
        padding-left: 3vw;
    }    
    #home-tit .step{
        font-size: 20px;
        line-height: 24px;
    }
    #home-tit .step:after{
        width: 6vw;
        left: -6.5vw;
    }
    #home-tit .tit-bd{
        padding-top: 10px;
    }
    #home-tit .text{
        font-size: 1.8vw;
    }
    #home-tit .info{
        font-size: 16px;
        padding-left:10px;
    }
    #area-1-l #home-tit{
        margin-top: 4vw;
    }
    #area-1-img-box{
        width: 32.48333vw;
        padding:2vw 0 2.1vw;
        margin-top: 1vw;
    }
    #area-1-img{
        width: 30vw;
    }
    #area-1-radio{
        width: 6vw;
        height: 6vw;
        top:0;
        right: 0;
    }
    #area-1-dashed{
        left: -1.2vw;
        bottom:0;
        width: 4.5vw;
        height: 4vw;
    }
    #s-2 {
        height: 52.66667vw
    }

    #s-2 #home-tit{
        margin-top: 4vw;
    }
    #s-2-info{
        padding:22px 1vw 0 2vw;
        flex-wrap:wrap;
    }
    #s-2-info .list{
        width: 13.5vw;
        margin-top: 4vw;
    }
    #s-2-info .list .num{
        width: 2.8vw;
    }
    #s-2-info .list .info{
        line-height: 22px;
        margin-top: 16px;
    }
    #area-2-l{
        top:4vw;
    }
    #area-2-r{
        padding-top: 4vw;
    }
    #area-2-img-box{
        float: right;
        width: 37vw;
        height: 36vw;
        padding:3vw 0 0vw;
    }
    #area-2-img{
        width: 32vw;
        position: relative;
        z-index: 2;
        margin:0 auto;
    }
    #area-2-img:after{
        top:0;
        left: 50%;
    }
    #area-2-dashed1{
        top: 2vw;
        left: 1vw;
        width: 3.5vw;
        height: 3.1vw;
    }
    #area-2-dashed2{
        bottom: 4vw;
        right: 1vw;
        width: 4.5vw;
        height: 4vw;
    }
    #s-2-list{
        padding: 3vw 0 0 4.4vw;
    }
    #s-2-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding:1.5vw 0 2.2vw;
    }

    .s-2-list-icon {
        width: 75px;
        margin-top:4px;
    }

    .s-2-list-icon-square {
        width: 46px;
        height: 46px;
    }

    #s-2-list-icon-0-circle,#s-2-list-icon-0-arrow-left,#s-2-list-icon-0-arrow-right {
        width: 29px;
        height: 11px;
        left: 9px;
    }

    #s-2-list-icon-0-circle {
        top: 12px;
    }

    #s-2-list-icon-0-arrow-right {
        top: 18px;
    }

    #s-2-list-icon-0-arrow-left {
        top: 25px;
    }

    #s-2-list-icon-1-circle {
        top: 11px;
        left: 13px;
        width: 25px;
        height: 25px
    }

    #s-2-list-icon-1-arrow-up {
        top:18px;
        left: 10px;
        width: 24px;
        height: 11px;
    }

    #s-2-list-icon-2-circle-0 {
        top: 8px;
        left: 8px;
        width: 21px;
        height: 21px
    }

    #s-2-list-icon-2-circle-1 {
        top: 21px;
        left: 22px;
        width: 15px;
        height: 15px
    }

    #s-2-list-icon-3-arrow-up-0 {
        top: 10px;
        left: 23px;
        width: 15px;
        height: 14px;
    }

    #s-2-list-icon-3-arrow-up-1 {
        top: 11px;
        left: 12px;
        width: 24px;
        height: 24px;
    }

    #s-2-list-icon-4-square{
        top:10px;
        left: 18px;
        width: 12px;
        height: 10px;
    }
    #s-2-list-icon-4-square1,#s-2-list-icon-4-square2{
        width: 8px;
        height: 8px;
        top:30px;
    }
    #s-2-list-icon-4-square1{
        left: 10px;
    }
    #s-2-list-icon-4-square2{
        left: 30px;
    }

    #s-2-list-icon-4-circle {
        top: 20px;
        left: 13px;
        width: 22px;
        height: 10px
    }

    #s-2-list-icon-5-rect {
        top: 10px;
        left: 30px;
        width: 8px;
        height: 22px
    }

    #s-2-list-icon-5-circle {
        top: -6px;
        left: 19px;
        width: 26px;
        height: 26px
    }

    .s-2-list-title {
        font-size: 1.25vw
    }

    .s-2-list-txt {
        margin: .8vw 0 0;
        font-size: 1.11111vw;
        line-height: 1.66667vw;
        width: 27.77778vw
    }

    #s-3-top {
        height: 55.83333vw
    }

    #s-3-top-bg-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    #s-3-top-bg {
        top: -65%;
        left: -10%;
        width: 120%
    }

    #s-3-top-txt {
        position: absolute;
        top: 18.81944vw;
        left: 61.59722vw;
        width: 27.08333vw
    }

    #s-3-top-txt-title {
        font-size: 3.125vw
    }

    #s-3-top-txt-p {
        font-size: 1.59722vw;
        line-height: 2.5vw
    }

    #s-3-top-list-wrap {
        position: absolute;
        bottom: 0;
        left: 57.5vw;
        width: 32.77778vw;
        height: 17.08333vw
    }

    #s-3-top-list {
        padding: 1.66667vw 0 0 6.52778vw;
        width: 20.13889vw;
        font-size: 1.11111vw;
        line-height: 1.66667vw
    }

    #s-3-top-list li {
        margin: 2.08333vw 0 0
    }

    #s-3-top-list li:after {
        top: .48611vw;
        left: -2.08333vw;
        width: .55556vw;
        height: .55556vw
    }

    #s-3-bottom {
        height: 50.41667vw
    }

    #area-3-left {
        left: 0;
        width: 34.58333vw;
        height: 100%;
        position: absolute;
        background: #fff
    }
    #area-3-img-box{
        width: 33vw;
        padding:1.3vw 0 2.8vw;
        margin-top: 3vw;
    }
    #area-3-dashed{
        width: 4.5vw;
        height: 4vw;
        top:0;
        left:-.8vw;
    }
    #area-3-img{
        width: 30vw;
        margin-left: 10px;
    }
    #area-2-img:after,#area-1-img:after, #area-3-img:after{
        width: 34vw;
        height: 32.6vw;
        margin-left: -17vw;
    }
    #area-3-radius{
        width: 8vw;
        height: 8vw;
        bottom:0;
        right:-.5vw;
    }
    #area-3-left #home-tit{
        margin-top: 48px;
    }
    #s-3-bottom-list {
        position: absolute;
        top: 0;
        left: 34.58333vw;
        width: 45.97223vw;
        padding: 6vw 0 0 5vw;
    }
    #s-3-bottom-list li{
        padding:1.5vw 0 1vw;
    }
    .s-3-bottom-list-icon {
        margin-top: 15px;
        width: 75px
    }
    .s-3-bottom-list-icon-circle-bg{
        width: 46px;
        height: 46px;
    }
    .s-3-bottom-list-title {
        font-size: 18px
    }

    .s-3-bottom-list-p {
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 24px;
        width: 34vw
    }
    .s-3-bottom-list-icon-circle-parallelogram{
        left: 9px;
    }
    .s-3-bottom-list-icon-circle-parallelogram:nth-child(3) {
        top: 17px;
        width: 27px;
        height: 11px;
        left:10px;
    }

    .s-3-bottom-list-icon-circle-parallelogram:nth-child(2) {
        top: 9px;
        width: 28px;
        height: 28px;
    }
    #s-3-bottom-list-icon-circle-circle,#s-3-bottom-list-icon-circle-quarter-circle-0{
        width: 28px;
        height: 13px;
        left:8px;
    }
    #s-3-bottom-list-icon-circle-quarter-circle-0 {
        top: 24px;
    }

    #s-3-bottom-list-icon-circle-circle {
        top: 9px;
    }

    .s-3-bottom-list-icon-circle-shape:nth-child(2) {
        top: 10px;
        left: 9px;
        width: 28px;
        height: 27px;
    }

    .s-3-bottom-list-icon-circle-shape:nth-child(3) {
        top: 14px;
        left: 6px;
        width: 34px;
        height: 8px;
    }
    .s-3-bottom-list-icon-circle-shape1:nth-child(2){
        width: 15px;
        height: 15px;
        left: 16px;
        top:10px;
    }
    .s-3-bottom-list-icon-circle-shape1:nth-child(3){
        width: 27px;
        height: 14px;
        left: 10px;
        top:20px;
    }
    #s-4 {
        height: 69.58333vw
    }

    #s-4:after{
        height: 28vw;
    }
    #s-4-txt {
        padding:8vw 0 0 45vw;
    }

    #s-4-txt-title {
        font-size: 3vw;
    }

    #s-4-txt-p {
        font-size: 20px;
        padding-top: 14px;
    }

    #s-4-list-wrap {
        margin-top: 7vw;
        height: 43vw;
    }

    #s-4-list {
        width: 23vw;
        position: absolute;
        left: 0;
        padding-top: 6vw;
    }
    .s-4-li:hover, .s-4-li.is-seleted {
         font-size: 3vw; 
    }
    .s-4-li:hover:after, .s-4-li.is-seleted:after {
        width: 9vw;
    }
    .s-4-li {
        font-size: 2.5vw;
        padding-left: 6vw;
        margin:1.5vw 0;
        float: left;
    }
    .slide-s4-content{
        padding: 6vw 7vw 0 0;
    }
    .slide-s4 .slide-s4-title{
        font-size: 18px;
    }
    .slide-s4 .slide-s4-p{
        font-size: 16px;
        line-height: 22px;
    }
    .slide-s4-list{
        padding:3vw 0;
    }
    .slide-s4-p{
        padding-top: 10px;
    }
    #s-4-list-link-wrap {
        margin: 30px 0 0
    }
    #slide-s4-container-wrap{
        width: 45vw;
    }
    #s-5{
        height: 49vw;
    }
    #s-5-bg {
        top: -42vw;
        height: 110%
    }

    #s-5-title,#s-5-desc {
        left: 3vw;
    }
    #s-5-title{
        font-size: 2.5vw;
        top:8vw;
    }
    #s-5-desc{
        font-size: 16px;
        top:12.2vw;
    }
    #s-5-list {
        position: absolute;
        top: 7.5vw;
        left: 44.7vw;
    }

    #s-5-list li {
        height: 114px
    }

    .s-5-list-q {
        width: 91px;
        font-size: 40px
    }

    .s-5-list-diamond-wrap {
        width: 47px
    }

    .s-5-list-diamond-wrap:after {
        top: 20px;
        left: 10px;
    }

    .s-5-list-diamond {
        margin: 17px 0 0 3px;
        width: 15px;
        height: 15px
    }

    .s-5-list-milestone{
        font-size: 1.4vw;
        padding-top: 9px;
    }
    .s-5-list-text{
        font-size: 1.2vw;
        padding-top: 15px;
    }

    #s-6 {
        height: 50vw;
    }
    #area-6-l,#area-6-r,#area-7-l,#area-7-r{
        position: absolute;
        top:0;
    }
    #area-6-l,#area-7-l{
        width: 39.48333vw;
        left: 0;
    }
    #area-6-l{
        background: #fff;
        height: 54vw;
        padding:0 3vw;
        box-sizing: border-box;
    }
    #area-6-r,#area-7-r{
        left: 39.48333vw;
    }
    #area-6-l .about-tit{
        font-size: 3vw;
        padding:5vw 0 20px;
    }
    #area-6-l .about-info{
        font-size: 1.2vw;
        line-height: 1.8vw;
    }
    #area-6-l .cooperate-box{
        margin-top: 3.2vw;
        padding-top: 2vw;
    }
    #area-6-l .cooperate-box .cooperate-tit{
        font-size: 18px;
    }
    .cooperate-box .cooperateSlides .flex-control-nav{
        bottom:2vw;
    }
    .cooperate-box .cooperateSlides .slides .slides-list .list{
        margin:8px 0 10px;
        width: 16vw;
        height: 4.8vw;
    }
    .cooperate-box .cooperateSlides .slides .slides-list .list img{
        display: block;
        max-height: 4.8vw;
    }
    #area-6-r .info{
        font-size: 18px; 
        flex:1;
        padding-left: 25px;
    }
    #area-6-r ul{
        padding:5vw 0 0 6vw;
    }
    #area-6-r ul li{
        display: flex;
        align-items: center;
        padding-bottom: 2.4vw;
    }
    #area-6-r ul li .img-box{
        width: 8vw;
    }
    #area-6-r ul li .img-box .img{
        margin:0 auto;
    }
    #area-6-r ul li:nth-child(4){
        padding-bottom: 1.8vw;
    }
    #area-6-r ul li:nth-child(1) .img{
        width: 90%;
    }
    #area-6-r ul li:nth-child(2) .img{
        width: 95%;
    }
    #area-6-r ul li:nth-child(3) .img{
        width: 90%;
    }
    #area-6-r ul li:nth-child(4) .img{
        width: 95%;
    }
    #area-6-r ul li:nth-child(5) .img{
        width: 88%;
    }
    #s-7 {
        height: 47.75vw;
    }
    #area-7-l{
        padding-top: 7vw;
    }
    #area-7-l #process-tit{
        font-size: 2.6vw;
    }
    #area-7-l #process-box{
        padding-top: 4vw;
    }
    #area-7-l .process-box-bd{
        width: 26vw;
        height: 26vw;
    }
    
    #area-7-r{
        padding: 8vw 0 0 20px;
        width: 39vw;
    }
    #area-7-r .process-service{
    }
    #area-7-r .service-item{
        padding-left: 1.5vw;
    }
    #area-7-r .service-item .name{
        font-size: 20px;
        line-height: 10vw;
        padding-right: 3vw;
    }
    #area-7-r .service-item .info{
        font-size: 16px;
    }

    #footer {
        height: 22.06944vw
    }
    .footer-box{
        padding-top: 4vw;
    }
    .footer-l .ft-bd{
        left: 184px;
    }
    .footer-r{
        width: 15vw;
    }
}

@media (max-width: 500px) {
    .logo {
        width:71.9237vw;
        height: 74.42105vw
    }

    #logo-0 {
        width: 5.15rem/* 206px */;
        height: 5.95rem/* 238px */;
        left:1.125rem/* 45px */;
        top:15.5rem/* 620px */;
    }

    #logo-1 {
        width: 10.25rem/* 410px */;
        height: 8.5rem/* 340px */;
        top:-311px;
        right: -4px;
    }

    #logo-2 {
        top: -76.84211vw;
        left: calc(-57.98658vw + 141px)
    }

    .nav {
        left: 0;
        width: 100%;
        height: 3rem/* 120px */;
    }
    #nav-head-info,#nav-header{
        display: none;
    }
    #nav-select-menu{
        height: calc(100vh - 3rem);
        top:3rem;
    }
    #nav-burger {
        width: 3.8rem/* 152px */;
    }
    #nav-select-menu-list{
        display: block;
    }
    #nav-select-menu-list .nav-select-menu-li{
        text-align: left;
        padding:0 1.25rem/* 50px */;
        line-height: 2.5rem/* 100px */;
        font-size: 1rem/* 40px */;
    }
    #nav-position-wrap {
        width: calc(100vh - 3.8rem);
    }

    #nav-position {
        top: 1.3rem/* 52px */;
        left: 9.625rem/* 385px */;
        width: 4rem/* 160px */;
        height: .3rem/* 12px */;
        position: relative;
    }

    #nav-position-current,#nav-position-list li {
        width: .3rem/* 12px */;
        height: .3rem/* 12px */;
    }
    #nav-position-list li.active{
        background: #fff;
    }
    #nav-register-wrap,#nav-select-wrap-w {
        display: none
    }
    #header-bottom{
        width: 16.5rem/* 660px */;
        height: 7rem/* 290px */;
        left: 50%;
        margin-left: -8.25rem/* 330px */;
        bottom: -3.14rem;
        text-align: center;
    }
    #header-bottom-list li{
        position: relative;
        padding-top: 2.1rem/* 90px */;
    }
    .header-bottom-list-title{
        font-size: 1.25rem/* 50px */;
        font-family: 'AlibabaBold';
        font-weight: bold;
    }
    .header-bottom-list-description{
        font-size: .6rem/* 24px */;
        margin-top: .35rem/* 14px */;
    }
    #nav-select-container {
        left: 0;
        width: 100%
    }
    .nav-logo {
        top: 5.89474vw;
        left: 6.31579vw;
        width: 25.57895vw;
        height: 6vw
    }
    #header{
        position: relative;
        z-index: 1;
    }
    #header-bg-wrap,#header-bg{
        overflow: hidden;
    }
    .pagination {
        display: none
    }
    #section1{
        background: #fff;
    }
    #area-1-l{
        background: #F8FBFF;
        padding:6.0rem 0 3.5rem/* 140px */;
    }
    #home-tit{
        padding-left: 2.9rem/* 116px */;
    }
    #home-tit .step{
        font-size: .7rem/* 28px */;
        line-height: 1rem/* 40px */;
    }
    #home-tit .step:after{
        width: 2.65rem/* 106px */;
        left: -2.9rem/* 116px */;
        top:.475rem/* 19px */;
    }
    #home-tit .tit-bd .text{
        font-size: 1rem/* 40px */;
        font-weight: bold;
    }
    #home-tit .tit-bd .info{
        font-size: .6rem/* 24px */;
        font-family: 'AlibabaRegular';
    }
    #area-1-img-box{
        width: 17.05rem/* 682px */;
        height: 16.875rem/* 675px */;
        margin:2.25rem auto 0;
    }
    #area-1-radio{
        width: 6rem/* 240px */;
        height: 6rem/* 240px */;
        right: -1.3rem/* 52px */;
        top:-1.75rem/* 70px */;
    }
    #area-1-dashed{
        width: 3.75rem/* 150px */;
        height: 3.65rem/* 146px */;
        left:-1.125rem/* 45px */;
        bottom:-.3rem;
    }
    #area-1-img img{
        position: relative;
        z-index: 1;
    }
    #area-1-img:after{
        width: 18.75rem/* 750px */;
        height: 18.25rem/* 730px */;
        background: url(../media/bg-m1.png) no-repeat center center;
        background-size: cover;
        top:50%;
        left: 50%;
        margin-left: -9.375rem/* 375px */;
        margin-top: -9.125rem/* 365px */;
    }
    #slide-s4-container-wrap {
        display: none
    }

    .home-content{
        width: 100%;
    }
    #header-content,.header-content {
        padding: 0 6.31579vw;
        min-height: calc(100vh + 1px)
    }

    .slide__text{
        text-align: left!important;
        padding-left: 2.1rem !important/* 84px */;
    }
    .slide-0 .slide__text{
        top:14.25rem/* 570px */;
    }
    #header-top-title ,.slide__text-heading{
        font-size: 1.5rem/* 60px */;
        line-height: 2.05rem/* 82px */;
    }
    .header-top-title-word {
        width: 100%
    }
    .slide-1 .slide__text{
        top:13.75rem/* 550px */;
    }
    .slide-1 .slide__text .slide__text-heading{
        padding-right: 7.5rem/* 300px */;
    }
    .slide-2 .slide__text{
        top:13.125rem!important/* 525px */;
    }
    .slide-2 .slide__text .slide__text-heading span{
        font-size: 1rem/* 40px */;
    }
    .slide-2 .slide__text .slide__text-heading em{
        padding-right: 5rem;
        display: inline-block;
    }
    #header-top-description ,.slide__text-desc{
        font-size: .65rem/* 26px */;
        line-height: .875rem/* 35px */;
        margin-top: .4rem/* 16px */;
    }
    #header-scroll {
        display: none
    }
    #area-1-r{
        margin-top: -1.6rem;
    }
    .s-2-list-txt-wrap{
        text-align: center;
    }
    .s-2-list-icon {
        margin: 0 auto;
        width: 3.21rem;
        height: 3.21rem
    }

    .s-2-list-icon-square {
        width: 100%;
        height: 100%
    }
    #s-2-list-icon-0-circle,#s-2-list-icon-0-arrow-right,#s-2-list-icon-0-arrow-left{
        width: 1.95rem/* 78px */;
        height: .775rem/* 31px */;
        left: .625rem/* 25px */;
    }
    #s-2-list-icon-0-circle {
        top:.7rem/* 28px */;
    }

    #s-2-list-icon-0-arrow-right {
        top:1.15rem/* 46px */;
    }

    #s-2-list-icon-0-arrow-left{
        top: 1.6rem/* 64px */;
    }


    #s-2-list-icon-1-circle {
        top: .75rem/* 30px */;
        left: .85rem/* 34px */;
        width: 1.75rem/* 70px */;
        height: 1.75rem/* 70px */
    }

    #s-2-list-icon-1-arrow-up {
        width: 1.65rem/* 66px */;
        height: .75rem/* 30px */;
        top:1.2rem/* 48px */;
        left: .7rem/* 28px */;
    }
    .s-2-list-txt-wrap{
        text-align: center;
    }
    #s-2-list-icon-2-circle-0 {
        top: .6rem/* 24px */;
        left: .625rem/* 25px */;
        width: 1.45rem/* 58px */;
        height: 1.45rem/* 58px */
    }

    #s-2-list-icon-2-circle-1 {
        top: 1.45rem/* 58px */;
        left: 1.5rem/* 60px */;
        width: 1rem/* 40px */;
        height: 1rem/* 40px */
    }

    #s-2-list-icon-3-arrow-up-0 {
        width: 1.025rem/* 41px */;
        height: .975rem/* 39px */;
        top:.625rem/* 25px */;
        left: 1.6rem/* 64px */;
    }

    #s-2-list-icon-3-arrow-up-1 {
        width: 1.65rem/* 66px */;
        height: 1.65rem/* 66px */;
        top:.75rem/* 30px */;
        left: .85rem/* 34px */;
    }

    #s-2-list-icon-4-square {
        top: .625rem/* 25px */;
        left: 1.25rem/* 50px */;
        width: .85rem/* 34px */;
        height: .725rem/* 29px */;
    }

    #s-2-list-icon-4-circle {
        top: 1.3rem/* 52px */;
        left: .875rem/* 35px */;
        width: 1.525rem/* 61px */;
        height: .7rem/* 28px */;
    }
    #s-2-list-icon-4-square1,#s-2-list-icon-4-square2{
        width: .575rem/* 23px */;
        height: .575rem/* 23px */;
        top:2rem/* 80px */;
    }
    #s-2-list-icon-4-square1{
        left: .7rem/* 28px */;
    }
    #s-2-list-icon-4-square2{
        left: 2.05rem/* 82px */;
    }
    #s-2-list li{
        padding-bottom: 2.7rem/* 108px */;
    }
    .s-2-list-title {
        font-size: .8rem/* 32px */;
        padding-top: 1.4rem/* 56px */;
    }

    .s-2-list-txt {
        font-size: .7rem/* 28px */;
        padding-top: .4rem/* 16px */;
    }
    #s-2{
        padding-top: 2.5rem/* 100px */;
    }
    #s-2-phone {
        margin: 0 0 0 -14.52632vw;
        width: 105.26316vw
    }
    #area-2-img-box{
        padding: 2.5rem/* 100px */ 0 2rem/* 80px */;
    }
    #area-2-img{
        width: 16.5rem/* 660px */;
        margin:0 auto;
    }
    #area-2-dashed1{
        width: 2.2rem/* 88px */;
        height: 1.95rem/* 78px */;
        left: .65rem/* 26px */;
        top:2rem/* 80px */;
    }
    #area-2-dashed2{
        width: 3.525rem/* 141px */;
        height: 3.1rem/* 124px */;
        right: .3rem/* 12px */;
        bottom: 1.15rem/* 46px */;
    }
    #s-2-info{
        display: block;
        text-align: center;
        padding: .5rem 0/* 20px */;
    }
    #s-2-info .list{
        padding-bottom: 1.95rem/* 78px */
    }
    #s-2-info .list .num{
        width: 2.1rem/* 84px */;
        margin:0 auto;
    }
    #s-2-info .list:first-child .num{
        width: 1.75rem/* 70px */;
    }
    #s-2-info .list .info{
        font-size: .7rem/* 28px */;
        padding-top: .35rem/* 14px */;
    }
    #s-3 {
    }
    
    #s-3-bottom {
        padding: 2.5rem/* 100px */ 0 0;
    }
    #area-3-img-box{
        padding-top: 2.5rem/* 100px */;
    }
    #area-3-img{
        width: 16.5rem/* 660px */;
        margin:0 auto;
    }
    #area-3-img:after{
        width: 18.25rem/* 730px */;
        height: 17.5rem/* 700px */;
        margin-left: -9.125rem/* 365px */;
        top:0;
        background: url(../media/bg-m1.png) no-repeat center center;
        background-size: cover;
    }
    #area-3-dashed{
        width: 3.3rem/* 132px */;
        height: 2.9rem/* 116px */;
        left: 0;
        top:1.65rem/* 66px */;
    }
    #area-3-radius{
        width: 3.575rem/* 143px */;
        height: 3.575rem/* 143px */;
        right: 0;
        bottom:-1.05rem/* 42px */;
    }
    #s-3-bottom-list {
        text-align: center;
        padding:2.55rem/* 102px */ 2.3rem/* 92px */ 0;
    }

    .s-3-bottom-list-icon {
        margin: auto;
        width: 4.45rem/* 178px */;
    }

    .s-3-bottom-list-txt {
        padding: 0 0 0 2.42105vw
    }

    .s-3-bottom-list-title {
        font-size: .8rem/* 32px */;
        padding-top: 1.5rem/* 60px */;
    }
    #s-3-bottom-list li{
        padding-bottom: 2.5rem/* 100px */;
    }
    .s-3-bottom-list-p {
        line-height: .95rem/* 38px */;
        font-size: .7rem/* 28px */;
        padding-top: .5rem/* 20px */;
    }
    .s-3-bottom-list-icon-circle-bg{
        width: 3.21rem;
        height: 3.21rem;
    }
    .s-3-bottom-list-icon-circle-parallelogram {
        left:.625rem/* 25px */;
    }
    .s-3-bottom-list-icon-circle-parallelogram:nth-child(3) {
        width: 1.825rem/* 73px */;
        height: .675rem/* 27px */;
        top:1.2rem/* 48px */;
    }

    .s-3-bottom-list-icon-circle-parallelogram:nth-child(2) {
        width: 1.95rem/* 78px */;
        height: 1.95rem/* 78px */;
        top:.625rem/* 25px */;
    }
    #s-3-bottom-list-icon-circle-quarter-circle-0,#s-3-bottom-list-icon-circle-circle{
        width: 1.95rem/* 78px */;
        height: .925rem/* 37px */;
        left: .625rem/* 25px */;
    }
    #s-3-bottom-list-icon-circle-quarter-circle-0 {
        top: 1.7rem/* 68px */;
        background: url(../media/icon12.png) no-repeat center center;
        background-size: 100%;
    }

    #s-3-bottom-list-icon-circle-circle {
        top:.625rem/* 25px */;
        background: url(../media/icon11.png) no-repeat center center;
        background-size: 100%;
    }

    .s-3-bottom-list-icon-circle-shape:nth-child(2) {
        width: 1.95rem/* 78px */;
        height: 1.875rem/* 75px */;
        top:.7rem/* 28px */;
        left: .625rem/* 25px */;
    }

    .s-3-bottom-list-icon-circle-shape:nth-child(3) {
        width: 2.35rem/* 94px */;
        height: .575rem/* 23px */;
        top:.95rem/* 38px */;
        left: .4rem/* 16px */;
    }
    .s-3-bottom-list-icon-circle-shape1:nth-child(2){
        width: 1.05rem/* 42px */;
        height: 1.05rem/* 42px */;
        top:.625rem/* 25px */;
        left: 1.1rem/* 44px */;
    }
    .s-3-bottom-list-icon-circle-shape1:nth-child(3){
        width: 1.8rem/* 72px */;
        height: .9rem/* 36px */;
        top:1.4rem/* 56px */;
        left: .7rem/* 28px */;

    }
    #s-4 {
        text-align: center;
        background: url(../media/bg-m4.jpg) no-repeat center top #F8FBFF;
        background-size: 100%;
    }

    #s-4-txt {
        padding-top: 2.5rem/* 100px */;
    }

    #s-4-txt-title {
        font-size: 1.25rem/* 50px */;
        padding-top: .35rem/* 14px */;
    }

    #s-4-txt-p {
        font-size: .6rem/* 24px */;
    }

    #s-4-list-wrap {
        display: none;
    }
    #m-s-4-list-warp .slides .m-s-4-li{
        background: #fff;
        margin:2.05rem/* 82px */ 1.125rem/* 45px */ 0;
        padding:2rem/* 80px */ 1.60rem 1.25rem/* 50px */;
        text-align: center;
    }
    #m-s-4-list-warp .m-s-4-li .m-s-4-list-tit{
        font-size: 1.15rem/* 46px */;
        color: #0F76D9;
        font-family: 'AlibabaBold';
        font-weight: bold;
        padding-bottom: .5rem/* 20px */
    }
    #m-s-4-list-warp .m-s-4-li .m-s-4-li-box{}
    #m-s-4-list-warp .m-s-4-li .m-s-4-li-box .m-s-4-li-item{
        padding:.75rem/* 30px */ 0;
    }
    #m-s-4-list-warp .m-s-4-li .m-s-4-li-box .m-s-4-li-item .desc{
        font-size: .8rem/* 32px */;
        color: #1A1A1A;
        font-family: 'AlibabaMedium';
    }
    #m-s-4-list-warp .m-s-4-li .m-s-4-li-box .m-s-4-li-item .info{
        color: rgba(26,26,26,.8);
        font-size: .7rem/* 28px */;
        line-height: .95rem/* 38px */;
        font-family: 'AlibabaLight';
        font-weight: 300;
        margin-top: .5rem/* 20px */;
    }
    #m-s-4-list-warp .flex-control-nav{
        text-align: center;
        padding:0;
        margin:1rem/* 40px */ auto 2rem/* 80px */;
    }
    #m-s-4-list-warp .flex-control-nav li{
        display: inline-block;
        padding:0 .15rem/* 6px */;
    }
    #m-s-4-list-warp .flex-control-nav li a{
        display: block;
        width: .4rem/* 16px */;
        height: .4rem/* 16px */;
        border-radius: 50%;
        background:rgba(26,26,26,.1);
        text-indent: -9999em;
    }
    #m-s-4-list-warp .flex-control-nav li a.flex-active{
        background: #0F76D9;
    }
    #s-4-card-shadow {
        top: 440vw;
        left: 16.84211vw;
        width: 84.21053vw;
        height: 15.23112vw
    }

    #s-4-card-wrap {
        top: 369.47368vw;
        left: 16.84211vw;
        width: 89.47368vw;
        height: 58.74535vw
    }

    #s-5 {
        position: relative;
        background: url(../media/bg-m5.jpg) no-repeat center top;
        background-size: cover;
        padding:2.5rem/* 100px */ 0 2.3rem/* 92px */;
    }

    #s-5-bg {
        display: none;
    }
    #s-5-title,#s-5-desc{
        text-align: center;
        position: relative;
    }
    #s-5-title {
        font-size: 1.25rem/* 50px */;
    }
    #s-5-desc{
        font-size: .6rem/* 24px */;
        color: rgba(255,255,255,.8);
        padding-top: .3rem/* 12px */;
    }
    #s-5-list,#s-5-title {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    #s-5-list {
        padding:104px 0 0 1.25rem/* 50px */;
    }

    .s-5-list-bd{
        flex:1;
        min-width: 0;
        padding-bottom: 2.25rem;
    }
    .s-5-list-q {
        width: 22.10526vw;
        font-size: 10.52632vw
    }

    .s-5-list-diamond-wrap {
        width: 2.05rem/* 82px */;
    }

    .s-5-list-diamond-wrap:after {
        top: 2.10526vw;
        left: 2.21053vw
    }

    .s-5-list-diamond {
        width: .8rem;
        height: .8rem;
        margin-top: .3rem;
    }

    .s-5-list-milestone {
        font-size: .8rem/* 32px */
    }

    .s-5-list-text {
        font-size: .7rem/* 28px */;
        line-height: .95rem/* 38px */;
        margin-top: .4rem;
    }

    #s-5-list li:nth-child(2) .s-5-list-text{
        padding-right: 4rem/* 160px */;
    }
    #s-5-list li:nth-child(3) .s-5-list-text{
        padding-right: 1.7rem;
    }
    #s-6{
        text-align: center;
    }
    #area-6-l{
        padding-top: 2.5rem/* 100px */;
    }
    #area-6-l .about-tit{
        font-size: 1.25rem/* 50px */;
        font-family: 'AlibabaBold';
        font-weight: bold;
    }

    #area-6-l .about-info{
        font-size: .7rem/* 28px */;
        line-height: 1.25rem/* 50px */;
        padding: 1.25rem/* 50px */ 1.875rem/* 75px */ 1.75rem/* 70px */;
    }
    #area-6-l .about-info p:first-child{
        padding-bottom: .75rem/* 30px */;
    }
    #area-6-l .cooperate-box{
        border-top: 0;
        background: #fff;
        margin:0 1.125rem/* 45px */;
        padding-bottom: 2rem/* 80px */;
    }
    #area-6-l .cooperate-tit{
        padding-top: 1.5rem/* 60px */;
        font-family: 'AlibabaRegular'!important;
        font-weight: normal!important;
    }
    #area-6-l .slides .slides-list{
        padding:1rem/* 40px */ 1rem/* 40px */ .5rem/* 20px */;
    }
    #area-6-l .slides .slides-list .list{
        width: 6.2rem/* 248px */;
        height: 1.875rem;
    }
    #area-6-l .cooperate-box .cooperateSlides .flex-control-nav{
        position: relative;
        bottom: 0;
        margin:0;
        padding:0;
    }
    #area-6-l .cooperate-box .cooperateSlides .flex-control-nav li{
        padding:0 .15rem/* 6px */;
    }
    #area-6-l .cooperate-box .cooperateSlides .flex-control-nav li a{
        width: .4rem/* 16px */;
        height: .4rem/* 16px */;
    }
    #area-6-r ul{
        padding-top: 2.5rem/* 100px */;
    }
    #area-6-r li{
        padding-bottom: 2.5rem/* 100px */;
    }
    #area-6-r li .img{
        margin:0 auto;
    }
    #area-6-r li:nth-child(1) .img{
        width: 6.075rem/* 243px */;
    }
    #area-6-r li:nth-child(2) .img{
        width: 6.675rem/* 267px */;
    }
    #area-6-r li:nth-child(3) .img{
        width: 5.75rem/* 230px */;
    }
    #area-6-r li:nth-child(4) .img{
        width: 6.6rem/* 264px */;
    }
    #area-6-r li:nth-child(5) .img{
        width: 5rem/* 200px */;
    }
    #area-6-r .info{
        font-size: .7rem/* 28px */;
        padding-top: .75rem/* 30px */;
        font-family: 'AlibabaRegular';
    }
    #s-7 {
        padding:2.5rem/* 100px */ 1.125rem/* 45px */;
    }
    #area-7-l #process-tit{
        text-align: center;
        font-family: 'AlibabaBold';
        font-weight: bold;
        font-size: 1.25rem/* 50px */;
    }
    #area-7-l #process-box{
        display: none;
    }
    #area-7-r{
        padding-top: 2.7rem/* 108px */;
    }
    #area-7-r .service-item{
        display: block;
        text-align: center;
        padding:2.25rem 0;
    }
    #area-7-r .service-item .name{
        font-size: .8rem/* 32px */;
    }
    #area-7-r .service-item .info{
        font-size: .7rem/* 28px */;
        padding-top: .75rem/* 30px */;
    }
    #footer {
        padding:2.5rem/* 100px */ 1.125rem/* 45px */ 0;
    }
    .footer-l, .footer-r, .copyright, .footer-l .ft-erweima, .footer-l .ft-bd{
        position: relative;
    }
    .ft-erweima{
        width: 5rem;
        height: 5rem;
        margin: 0 auto 1.5rem/* 60px */;
    }
    .ft-logo{
        width: 8.5rem/* 340px */;
        height: 2.075rem/* 83px */;
        margin:0 auto;
    }
    .footer-r{
        display: none;
    }
    .footer-l .ft-bd .ft-info{
        color: #fff;
        font-size: .7rem/* 28px */;
        line-height: 1.3rem/* 52px */;
        padding-left: 1.5rem/* 60px */;
        margin:1rem/* 40px */ 0;
    }
     .footer-l .ft-bd .ft-info a{
        color: #fff;
     }
    .footer-l .ft-bd .ft-info span{
        display: none;
    }
    .contact-info{
        padding:.35rem/* 14px */ 0 1rem/* 40px */ 1.25rem/* 50px */;
    }
    .ft-info:nth-child(1){
        background: url(../media/ym-add.png) no-repeat .05rem/* 2px */ .25rem/* 10px */;
        background-size: .65rem/* 26px */;
    }
    .ft-info:nth-child(2){
        background: url(../media/ym-tel.png) no-repeat left .25rem/* 10px */;
        background-size: .75rem/* 30px */;
    }
    .ft-info:nth-child(3){
        background: url(../media/ym-email.png) no-repeat left .3rem/* 12px */;
        background-size: .75rem/* 30px */;
    }
}

@media (min-width: 1001px) {
    #loader-logo {
        display:none
    }
}

@media (max-width: 1000px) {
    #loader {
        z-index:3;
        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
    }

    #loader-logo {
        width: 25.57895vw;
        height: 6vw;
        opacity: 0
    }

    #loader-logo svg {
        fill: #fff
    }
}

@media (min-width: 1001px) and (max-width:1398px) {
    .nav {
        left:calc(50% - 40.27778vw);
        width: 80.55556vw;
        height: 5.83333vw
    }

    #nav-next {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    #nav-language-wrap {
        width: 24.58333vw
    }

    #nav-language {
        top: 1.94444vw;
        left: 19.23611vw;
        height: 2.08333vw
    }

    #nav-language-name {
        font-size: .83333vw;
        line-height: 2.08333vw
    }

    #nav-language-arrow {
        margin: .83333vw 0 0 .41667vw;
        width: .69444vw;
        height: .41667vw
    }

    #nav-list-container {
        left: 24.58333vw;
        width: 55.97222vw
    }

    #nav-list-wrap {
        top: 1.875vw;
        left: 2.04861vw;
        width: 51.875vw;
        height: 2.08333vw
    }

    #nav-about,#nav-list {
        line-height: 2.08333vw;
        padding:0 3vw;
    }

    #nav-about,.nav-li {
        text-align: center;
    }

    #nav-about span,.nav-li span {
        font-size: .97222vw
    }

    #nav-about span:last-child {
        margin: .48611vw 0 0 .625vw;
        width: .97222vw;
        height: .97222vw
    }

    #nav-whitepaper {
        position: absolute;
        left: 67.70833vw;
        top: 6.94444vw
    }

    #nav-whitepaper-icon {
        margin: 0 .90278vw 0 0;
        width: 1.31944vw;
        height: 1.52778vw
    }

    #nav-whitepaper-name {
        margin: .27778vw 0 0;
        font-size: .83333vw
    }

    #nav-position-wrap {
        width: 30.13889vw
    }

    #nav-position {
        top: 2.70833vw;
        right: 3.47222vw;
        width: 6.31944vw;
        height: .41667vw;
        display: none;
    }

    #nav-position-current,#nav-position-list li {
        width: .41667vw;
        height: .41667vw
    }

    #nav-select-container {
        left: 30.13889vw;
        width: 50.41667vw;
        background: #fff
    }

    #nav-select-wrap {
        top: 1.875vw;
        height: 2.08333vw
    }

    #nav-select-name-list li,#nav-select-menu-list li {
        font-size: .97222vw;
        line-height: 2.08333vw;
        flex:1;
    }

    #nav-select-arrow {
        margin: .83333vw 0 0;
        width: .69444vw;
        height: .41667vw
    }


    #nav-register-wrap {
        right: 0;
        width: 37.36111vw
    }

    #nav-register {
        width: 35.41667vw;
        height: 3.75vw
    }

    #nav-register button {
        width: 10.69444vw;
        font-size: .76389vw
    }

    .nav-register-info {
        top: 1.38889vw;
        height: .97222vw;
        line-height: .97222vw
    }

    #nav-register input {
        padding: 0 0 0 1.25vw;
        font-size: 1.04167vw;
        width: calc(100% - 10.69444vw - 6px);
        height: 3.75vw;
        line-height: 3.75vw
    }

    #nav-register input::-webkit-input-placeholder {
        font-size: 1.04167vw
    }

    #nav-register input:-ms-input-placeholder {
        font-size: 1.04167vw
    }

    #nav-register input::-ms-input-placeholder {
        font-size: 1.04167vw
    }

    #nav-register input::placeholder {
        font-size: 1.04167vw
    }

    #nav-burger {
        display: none
    }

    .nav-logo {
        top: 1.41666vw;
        left: 2.125vw;
        width: 11vw;
        height: 3vw
    }
    #head-info,#nav-head-info{
        top: 1.81666vw;
        right: 1vw;
    }
}

@media (min-width: 501px) and (max-width:1000px) {
    .nav {
        left:0;
        width: 100%;
        height: 9.33333vw
    }

    #nav-header {
        display: none
    }

    #nav-burger {
        width: 11.11111vw
    }

    #nav-position-wrap {
        width: calc(100% - 11.11111vw)
    }

    #nav-position {
        top: 4.27778vw;
        right: 3.22222vw;
        width: 10.72222vw;
        height: .77778vw
    }

    #nav-position-current,#nav-position-list li {
        width: .77778vw;
        height: .77778vw
    }

    #nav-register-wrap,#nav-select-wrap-w {
        display: none
    }

    #nav-select-container {
        left: 0;
        width: 100%
    }

    #nav-select-menu {
        top: calc(9.33333vw - 1px);
        height: calc(100vh - 9.33333vw - 2px)
    }

    #nav-select-menu-list {
        padding: 6.66667vw 0 0 4.83333vw
    }

    #nav-select-menu-list li {
        font-size: 3.33333vw;
        line-height: 6.66667vw;
        color: #5c6870
    }

    .nav-logo {
        top: 3.11111vw;
        left: 3.33333vw;
        width: 13.5vw;
        height: 3.16667vw
    }
}

@media (min-width: 501px) {
    #nav-select-menu {
        transform: translate3d(0, 0%, 0px)!important;
    }
    #slide-s4-container-wrap {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 585px;
        height: 100%;
    }

    #slide-s4-container {
        position: relative;
        margin: auto;
        height: 100%;
        max-width: 2000px;
        overflow: hidden
    }

    #slide-s4-wrap {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        pointer-events: all
    }

    #slide-s4-sail,#slide-s4-wrap {
        height: 100%;
    }

    #slide-s4-sail {
        background: #0F76D9;
        opacity: 0
    }

    #slide-s4-close-wrap,#slide-s4-close {
        display: none;
    }
    .slide-s4 {
        position: absolute;
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
        background: #fff;
        left:110%;
        overflow: hidden
    }
    .slide-s4:first-child{
        left:0;
    }

    .slide-s4-content-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .slide-s4-content {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    #p404 a {
        font-size: 1.4vw;
        line-height: 2.4vw
    }
    #area-7-l .process-item .name{
        font-size: 16px;
        line-height: 50px;
    }
    #area-7-l .process-item .icon{
        width: 50px;
        height: 50px;
    }
    #area-7-l .process-item .icon img{
        margin: 0 auto;
    }
    #area-7-l .process-item:nth-child(1){
        top:27px;
        left: -65px;
    }
    #area-7-l .process-item:nth-child(2){
        right: -98px;
        top:35px;
    }
    #area-7-l .process-item:nth-child(3){
        bottom: 22px;
        left: -58px;
    }
    #area-7-l .process-item:nth-child(4){
        bottom:30px;
        right: -118px;
    }
    #area-7-l .meng-logo{
        width: 196px;
        height: 48px;
        margin-left: -98px;
        margin-top: -24px;
    }

    #area-7-l .process-item:nth-child(1) .name,#area-7-l .process-item:nth-child(2) .name{
        padding:0 12px;
    }
    #area-7-l .process-item:nth-child(3) .name,#area-7-l .process-item:nth-child(4) .name{
        padding:0 16px;
    }
    #area-7-l .process-item:nth-child(1) .icon img{
        width: 26px;
        margin-top: 12px;
    }
    #area-7-l .process-item:nth-child(2) .icon img{
        width: 29px;
        margin-top: 12px;
    }
    #area-7-l .process-item:nth-child(3) .icon img{
        width: 24px;
        margin-top: 11px;
    }
    #area-7-l .process-item:nth-child(4) .icon img{
        width: 30px;
        margin-top: 10px;
    }
    .footer-box{
        position: relative;
    }
    .footer-l .ft-erweima{
        width: 142px;
        height: 142px;
    }
    .footer-l .ft-erweima img{
        width: 100%;
        height: 100%;
    }
    .footer-l .ft-bd{
        width: 350px;
    }
    .footer-l .ft-bd .ft-logo{
        width: 180px;
        height: 46px;
    }
    .footer-l .ft-bd .ft-logo{
        margin-bottom: 16px;
    }
    .footer-l .ft-bd .ft-info{
        font-size: 16px;
        line-height: 30px;
    }
    .footer-r{
        line-height: 44px;
        font-size: 16px;
    }
}