body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch
}

body #app,
html #app {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    color: #2c3e50;
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    font-size: 18px
}

body *,
html * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.box-card {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px
}

.box-card .header {
    font-size: 16px;
    font-weight: 700
}

.box-card .select {
    width: 100%
}

@-webkit-keyframes move_wave_two {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -1920px 0
    }
}

@keyframes move_wave_two {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -1920px 0
    }
}

@media screen and (min-width:1900px) {
    .jumbotron-home-wrapper .shape {
        left: 40% !important
    }

    .jumbotron-home-wrapper:before {
        width: 40% !important
    }
}

@media screen and (max-width:1400px) {
    .jumbotron-home-wrapper:before {
        width: 25% !important
    }

    .jumbotron-home-wrapper .shape {
        left: 25% !important
    }
}

@media screen and (max-width:1200px) {
    .jumbotron-home .home .transitions {
        left: 400px !important
    }

    .jumbotron-home-wrapper:before {
        width: 22% !important
    }

    .jumbotron-home-wrapper .shape {
        left: 22% !important
    }
}

.el-header .homePage .brand .iconfont {
    color: #000
}

.jumbotron .halfBg {
    width: 30%;
    height: 100%;
    background-color: #0111ef;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.jumbotron-home-wrapper {
    overflow: hidden;
    position: relative
}

.jumbotron-home-wrapper .shape {
    margin: 0 auto;
    width: 1440px;
    height: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 632px
}

.jumbotron-home-wrapper .shapeCoverBg {
    float: left;
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.jumbotron-home-wrapper .shapeCover {
    width: 60px;
    height: 310px;
    background-position: -131px 0;
    background-repeat: no-repeat;
    background-size: auto 632px;
    position: absolute;
    left: 738px;
    z-index: 10;
    background-color: #fff
}

#part1.jumbotron-home {
    width: 1440px !important;
    margin: 0 auto
}

.jumbotron-home {
    position: relative;
    top: 0;
    left: 0;
    height: 570px;
    background-repeat: no-repeat;
    background-position: 0 100%
}

.jumbotron-home .home-1 .note {
    margin: 0 110px
}

.jumbotron-home .home-3 .note {
    margin: 0 85px
}

.jumbotron-home .home-4 .note {
    margin: 0 120px;
    text-align: left
}

.jumbotron-home .home-2 .item .note {
    width: 500px;
    margin: 0 110px
}

.jumbotron-home .home-2 .item .note .p:nth-child(6) {
    margin-left: 2rem;
    margin-right: 0
}

.jumbotron-home .home-2 .item .note .p:nth-child(8) {
    margin-left: 0;
    margin-right: 9rem
}

.jumbotron-home .home {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1
}

.jumbotron-home .home .item {
    position: absolute;
    width: 50%;
    left: 0;
    top: 210px;
    text-align: center
}

.jumbotron-home .home .item .title {
    font-size: 3rem;
    padding: .5rem 0;
    font-weight: 600;
    color: #2e3543
}

.jumbotron-home .home .item .note {
    font-size: 1.125rem;
    color: #6c727f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.jumbotron-home .home .item .note .p {
    margin: .5em 1em;
    font-weight: 300
}

.jumbotron-home .home .subBarBox {
    width: 120px;
    height: 5px;
    border-radius: 3px;
    background-color: rgba(119, 143, 255, .2);
    position: absolute;
    left: calc(50% - 60px);
    bottom: 10px;
    cursor: pointer;
    z-index: 888
}

.jumbotron-home .home .subBarBox div {
    width: 30px;
    height: 5px;
    border-radius: 3px;
    position: absolute;
    top: 0
}

.jumbotron-home .home .subBarBox div.fixed1 {
    left: 0
}

.jumbotron-home .home .subBarBox div.fixed2 {
    left: 30px
}

.jumbotron-home .home .subBarBox div.fixed3 {
    left: 60px
}

.jumbotron-home .home .subBarBox div.fixed4 {
    left: 90px
}

.jumbotron-home .home .subBarBox div.active {
    background-color: #011ce5
}

.jumbotron-home .home .transitions {
    position: absolute;
    width: 500px;
    height: 500px;
    left: 759px !important;
    top: 293px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.jumbotron-home .home .transitions>div {
    display: inline-block;
    position: absolute
}

.jumbotron-home .home-1 .transitions .building-1 {
    right: 300px;
    top: 30px;
    opacity: 0
}

.jumbotron-home .home-1 .transitions .building-2 {
    right: 20px;
    top: 20px;
    opacity: 0
}

.jumbotron-home .home-1 .transitions .light-launcher {
    right: 0;
    top: 100px
}

.jumbotron-home .home-1 .transitions .light-launcher .effect {
    position: absolute;
    right: 162px;
    top: 162px
}

.jumbotron-home .home-1 .transitions .keyboard-bg {
    left: 0;
    bottom: -10px
}

.jumbotron-home .home-1 .transitions .keyboard-bg .keyboard {
    position: absolute;
    left: 115px;
    bottom: 35px;
    z-index: 9
}

.jumbotron-home .home-1 .transitions .keyboard-bg .keyboard .effect {
    position: absolute;
    left: 90px;
    bottom: 70px
}

.jumbotron-home .home-1 .transitions .circle {
    right: -20px;
    top: 120px;
    width: 600px;
    height: 400px;
    -webkit-transform: rotate3d(.5, 1, 0, 45deg);
    transform: rotate3d(.5, 1, 0, 45deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.jumbotron-home .home-1 .transitions .circle img {
    opacity: 0;
    position: absolute
}

.jumbotron-home .home-1 .transitions .circle img:first-child {
    right: 0;
    top: 0
}

.jumbotron-home .home-1 .transitions .circle img:nth-child(2) {
    right: 170px;
    top: 120px
}

.jumbotron-home .home-1 .transitions .circle img:nth-child(3) {
    right: 140px;
    top: 100px
}

.jumbotron-home .home-1 .transitions .circle img:nth-child(4) {
    left: 70px;
    top: 220px
}

.jumbotron-home .home-2 .transitions>.base {
    bottom: -80px;
    right: 0
}

.jumbotron-home .home-2 .transitions>.base .squares {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute
}

.jumbotron-home .home-2 .transitions>.base .squares>div {
    position: absolute
}

.jumbotron-home .home-2 .transitions>.base .squares .square-1 {
    right: 154px;
    top: 170px
}

.jumbotron-home .home-2 .transitions>.base .squares .square-2 {
    right: 282px;
    top: 238px
}

.jumbotron-home .home-2 .transitions>.base .squares .square-3 {
    left: 132px;
    top: 160px
}

.jumbotron-home .home-2 .transitions>.base .squares .square-3 .ceil {
    position: absolute;
    left: 0;
    top: -20px
}

.jumbotron-home .home-2 .transitions>.base .building-ceil {
    right: 166px;
    top: 10px;
    width: 0;
    height: 0
}

.jumbotron-home .home-2 .transitions>.base .building-ceil img {
    position: absolute
}

.jumbotron-home .home-2 .transitions>.base .building-ceil img:first-child {
    left: -34px;
    top: 10px
}

.jumbotron-home .home-2 .transitions .tower {
    left: 262px;
    bottom: 180px;
    width: 208px;
    height: 356px
}

.jumbotron-home .home-2 .transitions .tower>div {
    position: absolute
}

.jumbotron-home .home-2 .transitions .tower .outter {
    bottom: -15px;
    left: 6px
}

.jumbotron-home .home-2 .transitions .tower .base {
    bottom: -80px;
    left: -10px
}

.jumbotron-home .home-2 .transitions .tower .inner {
    bottom: 50px;
    left: 82px;
    opacity: 0
}

.jumbotron-home .home-3 .transitions {
    height: 500px
}

.jumbotron-home .home-3 .transitions>.base {
    bottom: 0
}

.jumbotron-home .home-3 .transitions>.base>div {
    position: absolute
}

.jumbotron-home .home-3 .transitions>.base .base-corner {
    position: absolute;
    bottom: 34px;
    right: 121px;
    z-index: 9
}

.jumbotron-home .home-3 .transitions>.base .light {
    opacity: 0
}

.jumbotron-home .home-3 .transitions>.base .light-1 {
    top: -70px;
    right: 170px
}

.jumbotron-home .home-3 .transitions>.base .light-2 {
    right: 400px;
    top: 0
}

.jumbotron-home .home-3 .transitions .box {
    bottom: -130px;
    left: 50px
}

.jumbotron-home .home-3 .transitions .box>div {
    position: absolute
}

.jumbotron-home .home-3 .transitions .box .inner {
    width: 184px;
    height: 123px;
    bottom: 160px;
    left: 86px
}

.jumbotron-home .home-3 .transitions .box .inner img {
    position: absolute
}

.jumbotron-home .home-3 .transitions .box .effect {
    left: 75px;
    bottom: 120px
}

.jumbotron-home .home-3 .transitions .tower {
    right: 78px;
    bottom: 10px
}

.jumbotron-home .home-3 .transitions .tower>div {
    position: absolute
}

.jumbotron-home .home-3 .transitions .tower .words {
    top: 10px;
    left: 40px
}

.jumbotron-home .home-3 .transitions .tower .base {
    bottom: -10px;
    left: 0
}

.jumbotron-home .home-4 .transitions {
    width: 830px;
    height: 630px;
    left: 606px !important;
    top: 252px;
    background-color: #fff
}

.jumbotron-home .home-4 .transitions img {
    width: 833px;
    height: 634px
}



.swiper-pagination-bullet{
	width: 30px;
	height: 5px;
    border-radius: 3px;
    background-color: rgba(119,143,255,.2);
    opacity: 1;
    margin:0!important;
}
.swiper-pagination-bullet-active{
background-color: #011ce5; 
}

.risks-carousel .swiper-pagination{bottom:200px;background-color: transparent;}
.risks-carousel .swiper-pagination-bullet-active{background-color: #fff;}

.risks-carousel:hover .swiper-button-prev{display: block;}
.risks-carousel:hover .swiper-button-next{display: block;}
.swiper-button-prev{background:url("../img/leftIcon.svg") no-repeat;background-size:100% 100%;width: 50px;height: 50px;top: 39%;display: none;animation:fadenumleft 1s 1;}
.swiper-button-next{background:url("../img/rightIcon.svg") no-repeat;background-size:100% 100%;width: 50px;height: 50px;top: 39%;display: none;animation:fadenumright 1s 1;}
.swiper-button-prev:after,.swiper-button-next:after{display: none}
@keyframes fadenumleft{
   0%{opacity: 0;left:0;}
   100%{opacity: 1;left:1%;}
}

@keyframes fadenumright{
   0%{opacity: 0;right:0;}
   100%{opacity: 1;right:1%;}
}



.items .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.items .item .img {
    width: 100px;
    height: 67px;
    margin: 0 auto 10px
}

.items .item .img img,
.items .item .img span {
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.items .item .title {
    font-size: 1.25rem;
    color: #2e3543;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px
}

.items .item .note {
    font-size: .875rem;
    color: #2e3543
}

.items .item .note p {
    margin: 0;
    line-height: 24px
}

.clients,
.contact-us,
.p2p-service,
.risks {
    text-align: center;
    padding-bottom: 0
}

.clients>.title,
.contact-us>.title,
.p2p-service>.title,
.risks>.title {
    font-size: 2.5rem;
    font-weight: 600;
    padding: .5em
}

.p2p-service>.title {
    padding: 57px 0 47px
}

.realtime,
.superiorities {
    background-repeat: repeat-x;
    background-position: top
}

.realtime .container>.title,
.superiorities .container>.title {
    font-size: 2.5rem;
    font-weight: 600;
    padding: 2em 0 .5em;
    text-align: center
}

.superiorities {
    padding-bottom: 2em;
    width: 100%;
    -webkit-animation: move_wave 5s linear infinite;
    animation: move_wave 5s linear infinite
}

.superiorities .container>.title {
    padding: 93px 0 50px
}

.superiorities .items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.superiorities .items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    text-align: center;
    position: relative
}

.superiorities .items .item .img {
    width: 94px;
    height: 82px;
    margin: 0 auto
}

.superiorities .items .item .img .hover {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: 100% 100%
}

.superiorities .items .item .img:hover .normal {
    display: none
}

.superiorities .items .item .img:hover .hover {
    display: inline-block
}

.superiorities .items .item .title {
    font-size: 1.25rem;
    margin: -8px 0 5px
}

.superiorities .items .item .note {
    margin: 0 0 39px;
    font-size: .875rem
}

.superiorities .items .item .note p {
    margin: 0;
    line-height: 24px
}

.realtime {
    position: relative
}

.realtime .bg {
    position: absolute;
    width: 847px;
    height: 558px;
    left: calc(50% - 847px);
    top: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

.realtime .bg-bottom {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: bottom;
    background-repeat: repeat-x;
    -webkit-animation: move_wave_two 5s linear infinite;
    animation: move_wave_two 5s linear infinite
}

.realtime .container>.title {
    padding: 0 0 .5em
}

.realtime .container>.note {
    padding: .2em 0;
    color: #a2a8b5
}

.realtime .container>.note p {
    background: hsla(0, 0%, 84.7%, .13);
    text-align: center;
    font-size: .875rem;
    width: 375px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    margin: 0 auto 10px
}

.realtime .container.inner {
    width: 45% !important;
    left: 55%;
    position: relative;
    margin: 0
}

.realtime .container.inner .items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.realtime .container.inner .items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 2em 0;
    text-align: center
}

.realtime .container.inner .items .item:nth-child(2n) .title {
    width: 100px
}

.realtime .container.inner .items .item .title {
    width: 133px;
    margin: 0 auto;
    position: relative;
    height: 1.8em;
    line-height: 1.8em
}

.realtime .container.inner .items .item .title:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 8px;
    left: 0;
    width: 5px;
    height: 16px;
    background: -webkit-gradient(linear, left bottom, left top, from(#3e5be1), to(#0d3168));
    background: linear-gradient(1turn, #3e5be1, #0d3168);
    border-radius: 5px
}

.realtime>.container {
    position: relative;
    height: 600px
}

.realtime .p {
    position: absolute;
    width: 525px;
    height: 628px;
    bottom: 200px;
    left: 180px
}

.realtime .p>* {
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute
}

.realtime .p .head {
    width: 108px;
    height: 108px;
    top: -15px;
    right: 232px
}

.realtime .p .bottom {
    width: 370px;
    height: 385px;
    bottom: 0;
    right: 0
}

.realtime .p .body {
    width: 223px;
    height: 256px;
    bottom: 305px;
    right: 60px
}

.realtime .p .hand {
    width: 181px;
    height: 177px;
    top: 85px;
    left: 80px;
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.realtime .p .words {
    width: 346px;
    height: 282px;
    left: -140px;
    top: 195px;
    -webkit-transform-origin: 80% top;
    transform-origin: 80% top;
    opacity: .8
}

.risks {
    text-align: center;
    padding-bottom: 83px
}

.risks>.title {
    font-size: 2.5rem;
    font-weight: 600;
    padding: 60px 0
}

.risks .items .item .img {
    width: 45px;
    height: 45px
}

.risks-carousel {
    width: 1200px;
    height: 720px;
    margin: 0 auto
}

.risks-carousel .el-carousel {
    width: 100%;
    height: 100%
}

.risks-carousel .el-carousel .el-carousel__arrow {
    width: 50px;
    height: 50px;
    top: 39%
}

.risks-carousel .el-carousel .el-carousel__arrow.el-carousel__arrow--left {
    background: url(/static/uniwyse/img/leftIcon.svg);
    background-size: 100% 100%
}

.risks-carousel .el-carousel .el-carousel__arrow.el-carousel__arrow--right {
    background: url(/static/uniwyse/img/rightIcon.svg);
    background-size: 100% 100%
}

.risks-carousel .el-carousel .el-carousel__arrow i {
    display: none
}

.risks-carousel .el-carousel .el-carousel__item {
    opacity: 0
}

.risks-carousel .el-carousel .el-carousel__item.is-animating {
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, opacity .4s ease-in-out
}

.risks-carousel .el-carousel .el-carousel__item.is-active {
    opacity: 1
}

.risks-carousel .el-carousel .el-carousel__indicators.dark {
    display: none
}

.risks-carousel .el-carousel .el-carousel__indicators {
    bottom: 200px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5px;
    background: -webkit-gradient(linear, right top, left top, from(#3e5be1), to(#0d3168));
    background: linear-gradient(270deg, #3e5be1, #0d3168);
    border-radius: 3px
}

.risks-carousel .el-carousel .el-carousel__indicators .el-carousel__indicator {
    padding: 0
}

.risks-carousel .el-carousel .el-carousel__indicators .el-carousel__indicator.is-active {
    background-color: #fff;
    border-radius: 3px
}

.risks-carousel .el-carousel .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
    width: 40px;
    height: 5px;
    border-radius: 3px;
    background-color: transparent
}

.risks-carousel .center-img img,
.risks-carousel .center-img span {
    display: inline-block;
    vertical-align: middle
}

.risks-carousel .center-img .scene-3-1 {
    width: 927px;
    height: 600px
}

.risks-carousel .center-img .imgBox {
    width: 1200px;
    height: 540px;
    padding: 50px 60px
}

.risks-carousel .center-img .imgBox img {
    width: 280px;
    height: 360px;
    border-radius: 14px;
    margin: 0 40px
}

.risks-carousel .center-img .imgBox .textBox {
    width: 100%
}

.risks-carousel .center-img .imgBox .textBox span {
    display: inline-block;
    width: 280px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    margin: 30px 40px
}

.risks-carousel .center-img span {
    height: 100%
}

.risks-carousel .scene {
    height: 540px;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    position: relative
}

.risks-carousel .scene.bg-blue {
    background: linear-gradient(95deg, #0f1c3d, #0202ff 20%, #003fc2 85%, #0f1c3d)
}

.risks-carousel .scene.bg-white {
    background: #fff
}

.risks-carousel .scene .scene-1 {
    position: absolute;
    width: 100%;
    height: 100%
}

.risks-carousel .scene .scene-1.scene-1-1 .annotation,
.risks-carousel .scene .scene-1.scene-1-1 .radar,
.risks-carousel .scene .scene-1.scene-1-1 .ring {
    position: absolute
}

.risks-carousel .scene .scene-1.scene-1-1 .annotation {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.risks-carousel .scene .scene-1.scene-1-1 .annotation.ann-bj {
    left: 261px;
    top: 155px
}

.risks-carousel .scene .scene-1.scene-1-1 .annotation.ann-sd {
    left: 282px;
    top: 191px
}

.risks-carousel .scene .scene-1.scene-1-1 .annotation.ann-sh {
    left: 304px;
    top: 257px
}

.risks-carousel .scene .scene-1.scene-1-1 .annotation.ann-zj {
    left: 311px;
    top: 240px
}

.risks-carousel .scene .scene-1.scene-1-1 .annotation.ann-gd {
    left: 253px;
    top: 322px
}

.risks-carousel .scene .scene-1.scene-1-1 .ring.ring-1 {
    right: 70px;
    top: 90px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.risks-carousel .scene .scene-1.scene-1-1 .ring.ring-2 {
    right: 88px;
    top: 115px;
    -webkit-transform: rotate(-85deg);
    transform: rotate(-85deg)
}

.risks-carousel .scene .scene-1.scene-1-1 .ring.ring-3 {
    right: 105px;
    top: 140px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.risks-carousel .scene .scene-1.scene-1-1 .radar {
    left: 490px;
    top: 140px;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.risks-carousel .scene .scene-1.scene-1-2 .clock,
.risks-carousel .scene .scene-1.scene-1-2 .face,
.risks-carousel .scene .scene-1.scene-1-2 .pointer {
    position: absolute
}

.risks-carousel .scene .scene-1.scene-1-2 .clock {
    left: 147px;
    bottom: 61px;
    width: 90px;
    height: 90px
}

.risks-carousel .scene .scene-1.scene-1-2 .clock:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: "";
    width: 8px;
    height: 8px;
    display: block
}

.risks-carousel .scene .scene-1.scene-1-2 .clock .len,
.risks-carousel .scene .scene-1.scene-1-2 .clock:before {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff
}

.risks-carousel .scene .scene-1.scene-1-2 .clock .len.hour {
    width: 30px;
    height: 4px;
    -webkit-transform: translate(-5px, -2px) rotate(-90deg);
    transform: translate(-5px, -2px) rotate(-90deg);
    -webkit-transform-origin: 5px 2px;
    transform-origin: 5px 2px
}

.risks-carousel .scene .scene-1.scene-1-2 .clock .len.minute {
    width: 45px;
    height: 2px;
    -webkit-transform: translate(-5px, -1px) rotate(-90deg);
    transform: translate(-5px, -1px) rotate(-90deg);
    -webkit-transform-origin: 5px 1px;
    transform-origin: 5px 1px
}

.risks-carousel .scene .scene-1.scene-1-2 .face.positive {
    left: 480px;
    bottom: 70px
}

.risks-carousel .scene .scene-1.scene-1-2 .face.negative {
    width: 80px;
    height: 80px;
    left: 570px;
    bottom: 70px
}

.risks-carousel .scene .scene-1.scene-1-2 .face.negative .eye {
    position: absolute;
    top: 28px
}

.risks-carousel .scene .scene-1.scene-1-2 .face.negative .eye.l {
    left: 17px
}

.risks-carousel .scene .scene-1.scene-1-2 .face.negative .eye.r {
    right: 17px
}

.risks-carousel .scene .scene-1.scene-1-2 .pointer {
    right: 160px;
    bottom: 85px
}

.risks-carousel .info {
    text-align: center;
    height: 180px;
    padding: 1.5em
}

.risks-carousel .info .title {
    font-size: 1.125rem;
    font-weight: 600;
    padding: .5em 0
}

.risks-carousel .info .note {
    font-size: .875rem
}

.risks-carousel .info .note p {
    color: #2e3543;
    margin: .4em
}

.contact-us {
    background: linear-gradient(88deg, #0202ff, #003bc5);
    padding: 34px 0 17px;
    color: #fff
}

.contact-us img {
    height: 100%
}

.contact-us .container .item .img {
    width: 58px;
    height: 58px;
    margin: 0 auto
}

.contact-us .container>.title {
    font-size: 2.5rem;
    font-weight: 600
}

.contact-us .note {
    font-size: .875em;
    line-height: 24px
}

.contact-us .note p {
    margin: 0;
    font-weight: 400;
    opacity: .8
}

.contact-us .items {
    padding-top: 3em
}

.contact-us .items .item .title {
    font-size: 1.125rem;
    color: #fff
}

.contact-us .items .item .note {
    width: 200px;
    margin: 0 auto;
    color: #fff
}

.contact-us .items .item .img {
    width: 90px;
    height: 90px
}

.clients>.title {
    font-size: 2.5rem;
    font-weight: 600;
    padding: 118px 0 0
}

.clients .note {
    color: #a2a8b5
}

.clients .note p {
    width: 245px;
    font-size: .875rem;
    margin: 10px auto 0;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    background-color: hsla(0, 0%, 84.7%, .13)
}

.clients .items {
    padding: 53px 0 63px
}

.clients .items .item .img {
    width: 74px;
    height: 74px
}

.controlBox {
    width: 16px;
    overflow: hidden;
    position: fixed;
    top: 20%;
    right: 33px
}

.controlBox .normalIcon {
    background-size: 100% 100%
}

.controlBox .jumpIcon,
.controlBox .normalIcon {
    display: block;
    width: 16px;
    height: 16px
}

.controlBox .jumpIcon {
    cursor: pointer;
    border: 1px solid #979797;
    border-radius: 50%
}

.controlBox .jumpIcon.active {
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8
}

.controlBox .jumpIcon:nth-child(n+3) {
    margin-top: 10px
}

.nav-menu {
    z-index: 999;
    border-radius: 0;
    height: 60px;
    background-color: transparent;
    width: 100%
}

.nav-menu.el-menu--horizontal .brand,
.nav-menu.el-menu--horizontal .el-menu-item {
    height: 60px;
    line-height: 60px
}
.nav-menu.el-menu--horizontal .el-menu-item a{text-decoration:none;}
.nav-menu.el-menu--horizontal .brand {
    float: left;
    padding: 0;
    pointer-events: none;
    color: #2e3543;
    font-family: fantasy;
    font-size:48px;
    text-transform: uppercase;
}

.nav-menu.el-menu--horizontal .brand i {
    font-size: 1.97rem
}

.nav-menu.el-menu--horizontal .brand span {
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.nav-menu.el-menu--horizontal .brand img {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    max-width: 138px;
    max-height: 31px
}

.nav-menu.el-menu--horizontal .el-menu-item {
    float: right;
    padding: 0 1.93em;
    border: 0;
    font-size: 1.125em;
    color: inherit;
    font-weight: 300
}

.nav-menu.el-menu--horizontal .el-menu-item span {
    border-bottom: 2px solid transparent;
    padding: .2em
}

.nav-menu.el-menu--horizontal .el-menu-item.is-active,
.nav-menu.el-menu--horizontal .el-menu-item:hover {
    background-color: transparent;
    color: inherit;
    font-weight: 600
}

.nav-menu.el-menu--horizontal .el-menu-item.is-active {
    pointer-events: none
}

.nav-menu.el-menu--horizontal .menu-right {
    pointer-events: none;
    float: right;
    padding-right: 10px;
    height: 100%
}

.nav-menu.el-menu--horizontal .menu-right .signin-status {
    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;
    height: 100%
}

.nav-menu.el-menu--horizontal .menu-right .signin-status>span {
    margin-right: 5px;
    color: #8a9799
}

.nav-menu.el-menu--horizontal .menu-right .signin-status>span b {
    color: #000;
    font-weight: 400
}

.nav-menu.el-menu--horizontal .menu-right .signin-status .user-logout {
    color: #e66000;
    pointer-events: auto
}

.nav-menu.el-menu--horizontal .menu-right .signin-status .user-logout:hover {
    color: #9e4a00
}

.nav-menu.inverse.el-menu--horizontal .el-menu-item,
.nav-menu.inverse.el-menu--horizontal .el-menu-item.is-active,
.nav-menu.inverse.el-menu--horizontal .el-menu-item:hover {
    color: #419eff
}

.nav-menu.inverse.el-menu--horizontal .el-menu-item.is-active span,
.nav-menu.inverse.el-menu--horizontal .el-menu-item:hover span {
    border-bottom-color: #419eff
}

.el-footer {
    background-repeat: repeat-x;
    background-position: top;
    -webkit-animation: move_wave 5s linear infinite;
    animation: move_wave 5s linear infinite
}

.el-footer .container {
    text-align: center;
    font-size: .8em;
    height: 100%
}

.container {
    margin: 0 auto
}

.relative {
    position: relative
}

.text-muted {
    color: #888
}

.text-danger {
    color: red
}

.margin-r-5 {
    margin-right: 5px
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-box.flex-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

:-moz-placeholder,
:-ms-input-placeholder,
:-webkit-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
    color: #223647;
    opacity: 1
}

.list,
.list li {
    list-style: none;
    margin: 0;
    padding: 0
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis
}

.link {
    color: #419eff;
    text-decoration: none
}

.link:hover {
    color: #006bda;
    text-decoration: underline
}

.box-shadow {
    border: 0;
    -webkit-box-shadow: 1px 1px 2px #bbb;
    box-shadow: 1px 1px 2px #bbb
}

.notification {
    width: 250px;
    padding: 5px
}

.notification .el-notification__title {
    font-size: 14px
}

.notification .el-notification__icon {
    margin-top: 7px
}

.notification .el-notification__icon:before {
    font-size: 28px
}

.notification .el-notification__group.is-with-icon {
    margin-left: 15px
}

.notification .el-notification__group.is-with-icon .el-notification__content {
    font-size: 12px;
    margin-top: 0
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.triangle:before {
    top: -7px;
    left: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f3f3f3;
    border-left: 7px solid transparent
}

.triangle:after,
.triangle:before {
    position: absolute;
    display: inline-block;
    content: ""
}

.triangle:after {
    top: -6px;
    left: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.triangle-right:before {
    left: auto;
    right: 19px
}

.triangle-right:after {
    left: auto;
    right: 20px
}

.wrapper {
    max-width: 100%;
    position: relative
}

.wrapper .container {
    width: 1200px
}

@media screen and (min-width:1900px) {
    .wrapper .container {
        width: 1500px !important
    }
}

@media screen and (max-width:1200px) {
    .wrapper .container {
        width: 96% !important
    }
}

.wrapper .jumbotron {
    position: absolute;
    width: 100%;
    top: 0;
    height: 630px;
    background: -webkit-gradient(linear, left top, right top, from(#3f5aff), color-stop(16%, #0202ff), color-stop(46%, #0202ff), to(#003fc2));
    background: linear-gradient(90deg, #3f5aff, #0202ff 16%, #0202ff 46%, #003fc2)
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.el-container {
    min-height: 100%;
    margin: 0 auto
}

.el-header,
.el-main {
    padding: 0;
    overflow: hidden
}

.el-main {
    padding-top: 60px
}

.el-header {
    z-index: 999;
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    -webkit-box-shadow: 0 1px 1px transparent;
    box-shadow: 0 1px 1px transparent
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.el-menu--horizontal {
    border-bottom: 0
}

.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
    min-width: 5em
}

.el-carousel .el-carousel__container {
    height: 100%
}

@-webkit-keyframes move_wave {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 1920px 0
    }
}

@keyframes move_wave {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 1920px 0
    }
}

@media screen and (max-width:1300px) {
    .team .title {
        font-size: 3em !important
    }

    .team .gallery .gallery-row .box,
    .team .gallery .gallery-row .gallery-col,
    .team .gallery .gallery-row .picture {
        width: 130px !important;
        height: 170px !important
    }
}

.el-header {
    color: #fff
}

.el-header .myheider {
    max-width: 1920px;
    margin: 0 auto
}

.jumbotron-about {
    position: relative;
    height: 570px;
    background-repeat: no-repeat;
    background-position: 30px bottom;
    background-size: 669px 54px
}

.jumbotron-about .bg {
    width: 100%;
    height: 378px;
    position: absolute;
    left: 0;
    top: 120px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.jumbotron-about .title {
    color: #fff;
    font-size: 3rem;
    padding: .25em;
    text-align: center
}

.jumbotron-about .title small,
.jumbotron-about .title span {
    position: relative
}

.jumbotron-about .title small {
    font-size: .25em;
    display: block;
    color: #f0f0f0
}

.jumbotron-about .note {
    font-size: .8em;
    color: #fff;
    opacity: .8;
    position: absolute;
    padding: 15px 0
}

.jumbotron-about .note p {
    margin: 0;
    line-height: 30px
}

.jumbotron-about .note:after,
.jumbotron-about .note:before {
    content: " ";
    background-color: #fff;
    position: absolute;
    width: 2em;
    height: .3em
}

.jumbotron-about .note:before {
    left: 0;
    top: 0
}

.jumbotron-about .note:after {
    right: 0;
    bottom: 0
}

.jumbotron-about .note.left {
    left: 0;
    bottom: 13px
}

.jumbotron-about .note.right {
    right: 0;
    top: 50px
}

.jumbotron-about .history {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 8em;
    color: #fff;
    display: inline-block;
    background-size: cover;
    height: 103px
}

.jumbotron-about .history.h {
    width: 86px;
    height: 103px;
    left: 65px;
    top: 140px
}

.jumbotron-about .history.i {
    width: 17px;
    left: 285px;
    top: 91px
}

.jumbotron-about .history.s {
    width: 86px;
    height: 107px;
    left: 407px;
    top: 184px
}

.jumbotron-about .history.lineS {
    width: 99px;
    height: 5px;
    left: 439px;
    top: 297px
}

.jumbotron-about .history.t {
    width: 85px;
    left: 568px;
    top: 258px
}

.jumbotron-about .history.o {
    width: 101px;
    height: 108px;
    left: 636px;
    top: 408px;
    color: #0bc9d3
}

.jumbotron-about .history.r {
    width: 86px;
    left: 854px;
    top: 380px;
    opacity: .9
}

.jumbotron-about .history.y {
    width: 99px;
    left: 1036px;
    top: 330px
}

.jumbotron-about .history.lineY {
    width: 90px;
    height: 5px;
    left: 1008px;
    top: 440px
}

.timeline {
    padding: 2em 0
}

.timeline .timeline-wrapper {
    width: 68%;
    margin: 0 auto;
    position: relative
}

.timeline .timeline-wrapper .timeline-cell {
    font-size: 1em;
    position: relative;
    margin-top: -2px
}

.timeline .timeline-wrapper .timeline-cell:nth-child(2n) {
    padding-left: 63px
}

.timeline .timeline-wrapper .timeline-cell:nth-child(2n) .time:after {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: -1px;
    bottom: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#f06b43), to(#813a9b));
    background: linear-gradient(90deg, #f06b43, #813a9b)
}

.timeline .timeline-wrapper .timeline-cell:nth-child(odd) .time:after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.timeline .timeline-wrapper .timeline-cell:last-child .time:after {
    display: none
}

.timeline .timeline-wrapper .time {
    font-weight: 700;
    width: 65px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

.timeline .timeline-wrapper .time:after {
    -webkit-transform-origin: 1px 0;
    transform-origin: 1px 0;
    content: "";
    width: 2em;
    height: 1px;
    left: 50%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#813a9b), to(#f06b43));
    background: linear-gradient(90deg, #813a9b, #f06b43);
    position: absolute
}

.timeline .timeline-wrapper .note {
    display: inline-block;
    padding-left: 1.8rem;
    font-weight: 700
}

.team {
    -webkit-animation: move_wave 5s cubic-bezier(.4, .5, .4, .3) infinite;
    animation: move_wave 5s cubic-bezier(.4, .5, .4, .3) infinite;
    background-repeat: repeat-x;
    background-position: center -2px
}

.team .title {
    font-size: 3rem;
    font-weight: 700;
    padding: 1.5em 0 .5em;
    text-align: center
}

.team .gallery {
    text-align: center;
    padding: 2em 0
}

.team .gallery .gallery-row {
    padding: 10px 0
}

.team .gallery .gallery-row .box,
.team .gallery .gallery-row .gallery-col,
.team .gallery .gallery-row .picture {
    width: 103px;
    height: 150px;
    overflow: hidden;
    visibility: hidden
}

.team .gallery .gallery-row .box img,
.team .gallery .gallery-row .gallery-col img,
.team .gallery .gallery-row .picture img {
    height: 136px
}

.team .gallery .gallery-row .picture {
    padding-top: 16px
}

.team .gallery .gallery-row .gallery-col {
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    margin: -38px 5px;
    opacity: .9;
    cursor: pointer
}

.team .gallery .gallery-row .gallery-col:hover {
    opacity: 1
}

.team .gallery .gallery-row .gallery-col .box,
.team .gallery .gallery-row .gallery-col .box .picture {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.team .gallery .gallery-row .gallery-col .box .picture {
    visibility: visible
}

.container[data-v-469f0904] {
    margin: 0 auto
}

.relative[data-v-469f0904] {
    position: relative
}

.text-muted[data-v-469f0904] {
    color: #888
}

.text-danger[data-v-469f0904] {
    color: red
}

.margin-r-5[data-v-469f0904] {
    margin-right: 5px
}

.flex-box[data-v-469f0904] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-box.flex-columns[data-v-469f0904] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

[data-v-469f0904] :-moz-placeholder,
[data-v-469f0904] :-ms-input-placeholder,
[data-v-469f0904] :-webkit-input-placeholder,
[data-v-469f0904] ::-moz-placeholder,
[data-v-469f0904] ::-ms-input-placeholder,
[data-v-469f0904]::-webkit-input-placeholder {
    color: #223647;
    opacity: 1
}

.list[data-v-469f0904],
.list li[data-v-469f0904] {
    list-style: none;
    margin: 0;
    padding: 0
}

.text-ellipsis[data-v-469f0904] {
    overflow: hidden;
    text-overflow: ellipsis
}

.link[data-v-469f0904] {
    color: #419eff;
    text-decoration: none
}

.link[data-v-469f0904]:hover {
    color: #006bda;
    text-decoration: underline
}

.box-shadow[data-v-469f0904] {
    border: 0;
    -webkit-box-shadow: 1px 1px 2px #bbb;
    box-shadow: 1px 1px 2px #bbb
}

.notification[data-v-469f0904] {
    width: 250px;
    padding: 5px
}

.notification .el-notification__title[data-v-469f0904] {
    font-size: 14px
}

.notification .el-notification__icon[data-v-469f0904] {
    margin-top: 7px
}

.notification .el-notification__icon[data-v-469f0904]:before {
    font-size: 28px
}

.notification .el-notification__group.is-with-icon[data-v-469f0904] {
    margin-left: 15px
}

.notification .el-notification__group.is-with-icon .el-notification__content[data-v-469f0904] {
    font-size: 12px;
    margin-top: 0
}

.pull-left[data-v-469f0904] {
    float: left
}

.pull-right[data-v-469f0904] {
    float: right
}

.triangle[data-v-469f0904]:before {
    position: absolute;
    top: -7px;
    left: 19px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f3f3f3;
    border-left: 7px solid transparent;
    content: ""
}

.triangle[data-v-469f0904]:after {
    position: absolute;
    top: -6px;
    left: 20px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ""
}

.triangle-right[data-v-469f0904]:before {
    left: auto;
    right: 19px
}

.triangle-right[data-v-469f0904]:after {
    left: auto;
    right: 20px
}

.wrapper[data-v-469f0904] {
    max-width: 100%;
    position: relative
}

.wrapper .container[data-v-469f0904] {
    width: 1200px
}

@media screen and (min-width:1900px) {
    .wrapper .container[data-v-469f0904] {
        width: 1500px !important
    }
}

@media screen and (max-width:1200px) {
    .wrapper .container[data-v-469f0904] {
        width: 96% !important
    }
}

.wrapper .jumbotron[data-v-469f0904] {
    position: absolute;
    width: 100%;
    top: 0;
    height: 630px;
    background: -webkit-gradient(linear, left top, right top, from(#3f5aff), color-stop(16%, #0202ff), color-stop(46%, #0202ff), to(#003fc2));
    background: linear-gradient(90deg, #3f5aff, #0202ff 16%, #0202ff 46%, #003fc2)
}

.w1200[data-v-469f0904] {
    width: 1200px;
    margin: 0 auto
}

.el-container[data-v-469f0904] {
    min-height: 100%;
    margin: 0 auto
}

.el-header[data-v-469f0904],
.el-main[data-v-469f0904] {
    padding: 0;
    overflow: hidden
}

.el-main[data-v-469f0904] {
    padding-top: 60px
}

.el-header[data-v-469f0904] {
    z-index: 999;
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    -webkit-box-shadow: 0 1px 1px transparent;
    box-shadow: 0 1px 1px transparent
}

.icon[data-v-469f0904] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.el-menu--horizontal[data-v-469f0904] {
    border-bottom: 0
}

.el-menu--collapse .el-menu .el-submenu[data-v-469f0904],
.el-menu--popup[data-v-469f0904] {
    min-width: 5em
}

.el-carousel .el-carousel__container[data-v-469f0904] {
    height: 100%
}

.alert-container[data-v-469f0904] {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.alert-container .icon[data-v-469f0904] {
    font-size: 8em
}

.alert-container .alert-message[data-v-469f0904] {
    background-color: transparent;
    font-size: 1.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -1em;
    text-shadow: 1px 1px 1px #fff
}