﻿/* 轮播css */

/* css 重置 */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #fff;
    font-family: "Microsoft YaHei" !important;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    bottom: 2%;
    z-index: 3;
    width: 100%;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    text-align: center;
    width: 100%;
}

.slideBox .hd ul li {
    cursor: pointer;
    width: 12px;
    height: 6px;
    background: #cdcdcd;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: 0 .5em;
    display: inline-block;
    border-radius: 6px;
    transition: width .5s ease;
}

.slideBox .hd ul li.on {
    background: red !important;
    width: 18px;
}

.slideBox .bd {
    height: 100%;
    width: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    height: 100%;
    width: 100%;
}

.slideBox .bd ul li {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}

.slideBox .bd li>a {
    display: block;
    width: 990px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}
.ld-smart-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* line 8, ../_scss/perspectiveRules.scss */

.ld-smart-container .ld-3d-parent {
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform-style: preserve-3d;
    perspective: 9000px;
    opacity: 1;
}
.ld-smart-container .ld-transform-target {
    position: relative;
    -webkit-transform-style: flat;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform-style: preserve-3d;
}
.ld-smart-container .ld-3d-object {
    position: absolute;
    pointer-events: none;
    -webkit-transform-style: flat;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
}

/* 菜单css */
.menu-shade-layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: black;
    display: none;
    z-index: 102;
    -webkit-transition: display 0.5s ease 1s;
    -moz-transition:  display 0.5s ease 1s;
    transition: display 0.5s ease 1s;
}
.menu-shade-layer.on{
    display:block;
    /*overflow:hidden;*/
}
.menu .center {
    left: 1050px;
    /* right: -250px; */
    top: -50%;
    position: absolute;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu .center .pieces {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -600px;
    top: 1200px;
}

.menu .center .pieces .future_ui__piece {
    position: absolute;
}


.menu .center .pieces .future_ui__piece:nth-of-type(1) {
    border-radius: 2px;
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
}
.menu .center .pieces .future_ui__piece:nth-of-type(2) {
    border-radius: 2px;
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
}
.menu .center .pieces .future_ui__piece:nth-of-type(3) {
    border-radius: 2px;
    -webkit-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
}
.menu .center .pieces .future_ui__piece:nth-of-type(4) {
    border-radius: 2px;
    -webkit-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
}
.menu .center .pieces .future_ui__piece:nth-of-type(5) {
    border-radius: 2px;
    -webkit-transform: rotateZ(50deg);
    transform: rotateZ(50deg);
}

.menu .center .pieces .future_ui__piece:nth-of-type(6) {
    border-radius: 2px;
    -webkit-transform: rotateZ(60deg);
    transform: rotateZ(60deg);
}
.menu .center .pieces .future_ui__piece:nth-of-type(7) {
    border-radius: 2px;
    -webkit-transform: rotateZ(70deg);
    transform: rotateZ(70deg);
}
.menu {
    position: fixed;
    z-index: 104;
    top:0;
    width: 40%;
    height: 70vh;
    -webkit-animation: intro_box 0.2s  forwards;
    animation: intro_box 0.2s  forwards;
    opacity: 0;
    -webkit-perspective-origin: 50% -200px;
    perspective-origin: 50% -200px;
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
    -webkit-perspective: 1100;
    perspective: 1100;
    /*background: -webkit-radial-gradient(top left ellipse, rgba(222, 11, 70, 0.26) -160%, rgba(255, 255, 255, 0) 103%), -webkit-radial-gradient(center, ellipse cover, #0C1019 0%, #0B0B0E 100%);*/
    /*background: radial-gradient(ellipse at top left, rgba(222, 11, 70, 0.26) -160%, rgba(255, 255, 255, 0) 103%), -webkit-radial-gradient(center, ellipse cover, #0C1019 0%, #0B0B0E 100%);*/
    overflow: hidden;
}

.menu .grain {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    /*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/217233/overlay.png");*/
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    pointer-events: none;
    top: 0;
    opacity: 1;
    bottom: 0;
}

.menu .center {
    -webkit-transform: translateY(-21px) translateZ(-870px) rotateX(69deg) rotateY(-26deg) rotatez(-647deg) scale(0.9);
    transform: translateY(-21px) translateZ(-870px) rotateX(69deg) rotateY(-26deg) rotatez(-647deg) scale(0.9);
    height: 50px;
    width: 50px;
    -webkit-animation: wiggle 20s infinite linear;
    animation: wiggle 60s infinite linear;
}

.menu .center .core {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #de0b46;
    box-shadow: 0px 0px 70px 20px #de0b46;
}



.menu .center .pieces {
    -webkit-transform: translateX(1040px) translateY(100px);
    transform: translateX(1040px) translateY(100px);
}

.menu .center .pieces .tip {
    font-size: 17px;
    position: absolute;
    left: 105%;
    opacity: 0;
    -webkit-transition: all .2s .3s;
    transition: all .2s .3s;
    font-weight: 400;
    color: #85DFE4;
    width: 100%;
    top: 70px;
}

.menu .center .pieces span {
    position: absolute;
    top: 9px;
    width: 270px;
    LEFT: 74PX;
    -webkit-transform: translateZ(70px) rotateZ(0deg);
    transform: translateZ(70px) rotateZ(0deg);
    -webkit-transition: all .2s .1s;
    transition: all .2s .1s;
}

.menu .center .pieces .line {
    width: 0px;
    height: 5px;
    left: -547px;
    -webkit-transform: rotatez(4deg);
    transform: rotatez(4deg);
    top: 17px;
    background: #DE0B46;
    position: absolute;
    opacity: 0;
}

.menu .center .pieces .future_ui__piece {
    border: 3px solid #DE0B46;
    position: absolute;
    font-weight: 900;
    padding: 30px;
    font-size: 36px;
    line-height:36px;
    /*box-shadow: 0px 0px 25px rgba(222, 11, 70, 0.27);*/
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1s .1s;
    transition: all 1s .1s;
    color: white;
    text-align: left;
    height: 20px;
    color: white;
    border-radius: 100px !important;
    /*box-shadow: 0px 0px 25px rgba(222, 11, 70, 0.27);*/
    -webkit-transform-origin: -400px 0px;
    transform-origin: -400px 0px;
    background-color: #000000de;
}

.menu .center .pieces .future_ui__piece:nth-of-type(1) {
    width: 244px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(2) {
    width: 216px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(3) {
    width: 218px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(4) {
    width: 230px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(5) {
    width: 206px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(6) {
    width: 233px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(7) {
    width: 224px;
}


.menu .center .pieces .future_ui__piece:nth-of-type(1) {
    -webkit-transform: rotateZ(-45deg) rotateY(0deg);
    transform: rotateZ(-45deg) rotateY(0deg);
    width: 316px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(1):hover {
    cursor: pointer;
    color: white;
    /*-webkit-animation: blink .4s .4s;*/
    /*animation: blink .4s .4s;*/
    background: #DE0B46;
    -webkit-transform: rotate(-45deg) translatex(20px);
    transform: rotate(-45deg) translatex(20px);
    box-shadow: 0px 0px 55px rgba(222, 11, 70, 0.77);
}

.menu .center .pieces .future_ui__piece:nth-of-type(1):hover span {
    position: absolute;
    top: 12px;
    width: 270px;
    text-shadow: 0px 13px 0px rgba(30, 30, 30, 0.4);
    left: 240px;
    -webkit-transform: translateZ(100px) rotateZ(0deg);
    transform: translateZ(100px) rotateZ(0deg);
}

.menu .center .pieces .future_ui__piece:nth-of-type(1):hover .tip {
    opacity: 1;
    left: 110%;
}

.menu .center .pieces .future_ui__piece:nth-of-type(1):hover .line {
    opacity: 1;
    width: 547px;
    -webkit-transition: all .4s .2s;
    transition: all .4s .2s;
}

.menu .center .pieces .future_ui__piece:nth-of-type(2) {
    -webkit-transform: rotateZ(-35deg) rotateY(0deg);
    transform: rotateZ(-35deg) rotateY(0deg);
    width: 255px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(2):hover {
    cursor: pointer;
    color: white;
    /*-webkit-animation: blink .4s .4s;*/
    /*animation: blink .4s .4s;*/
    background: #DE0B46;
    -webkit-transform: rotate(-35deg) translatex(20px);
    transform: rotate(-35deg) translatex(20px);
    box-shadow: 0px 0px 55px rgba(222, 11, 70, 0.77);
}

.menu .center .pieces .future_ui__piece:nth-of-type(2):hover span {
    position: absolute;
    top: 12px;
    width: 270px;
    text-shadow: 0px 13px 0px rgba(30, 30, 30, 0.4);
    left: 240px;
    -webkit-transform: translateZ(100px) rotateZ(0deg);
    transform: translateZ(100px) rotateZ(0deg);
}

.menu .center .pieces .future_ui__piece:nth-of-type(2):hover .tip {
    opacity: 1;
    left: 110%;
}

.menu .center .pieces .future_ui__piece:nth-of-type(2):hover .line {
    opacity: 1;
    width: 547px;
    -webkit-transition: all .4s .2s;
    transition: all .4s .2s;
}

.menu .center .pieces .future_ui__piece:nth-of-type(3) {
    -webkit-transform: rotateZ(-25deg) rotateY(0deg);
    transform: rotateZ(-25deg) rotateY(0deg);
    width: 315px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(3):hover {
    cursor: pointer;
    color: white;
    /*-webkit-animation: blink .4s .4s;*/
    /*animation: blink .4s .4s;*/
    background: #DE0B46;
    -webkit-transform: rotate(-25deg) translatex(20px);
    transform: rotate(-25deg) translatex(20px);
    box-shadow: 0px 0px 55px rgba(222, 11, 70, 0.77);
}

.menu .center .pieces .future_ui__piece:nth-of-type(3):hover span {
    position: absolute;
    top: 12px;
    width: 270px;
    text-shadow: 0px 13px 0px rgba(30, 30, 30, 0.4);
    left: 240px;
    -webkit-transform: translateZ(100px) rotateZ(0deg);
    transform: translateZ(100px) rotateZ(0deg);
}

.menu .center .pieces .future_ui__piece:nth-of-type(3):hover .tip {
    opacity: 1;
    left: 110%;
}

.menu .center .pieces .future_ui__piece:nth-of-type(3):hover .line {
    opacity: 1;
    width: 547px;
    -webkit-transition: all .4s .2s;
    transition: all .4s .2s;
}

.menu .center .pieces .future_ui__piece:nth-of-type(4) {
    -webkit-transform: rotateZ(-15deg) rotateY(0deg);
    transform: rotateZ(-15deg) rotateY(0deg);
    width: 309px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(4):hover {
    cursor: pointer;
    color: white;
    /*-webkit-animation: blink .4s .4s;*/
    /*animation: blink .4s .4s;*/
    background: #DE0B46;
    -webkit-transform: rotate(-15deg) translatex(20px);
    transform: rotate(-15deg) translatex(20px);
    box-shadow: 0px 0px 55px rgba(222, 11, 70, 0.77);
}

.menu .center .pieces .future_ui__piece:nth-of-type(4):hover span {
    position: absolute;
    top: 12px;
    width: 270px;
    text-shadow: 0px 13px 0px rgba(30, 30, 30, 0.4);
    left: 240px;
    -webkit-transform: translateZ(100px) rotateZ(0deg);
    transform: translateZ(100px) rotateZ(0deg);
}

.menu .center .pieces .future_ui__piece:nth-of-type(4):hover .tip {
    opacity: 1;
    left: 110%;
}

.menu .center .pieces .future_ui__piece:nth-of-type(4):hover .line {
    opacity: 1;
    width: 547px;
    -webkit-transition: all .4s .2s;
    transition: all .4s .2s;
}

.menu .center .pieces .future_ui__piece:nth-of-type(5) {
    -webkit-transform: rotateZ(-5deg) rotateY(0deg);
    transform: rotateZ(-5deg) rotateY(0deg);
    width: 271px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(5):hover {
    cursor: pointer;
    color: white;
    /*-webkit-animation: blink .4s .4s;*/
    /*animation: blink .4s .4s;*/
    background: #DE0B46;
    -webkit-transform: rotate(-5deg) translatex(20px);
    transform: rotate(-5deg) translatex(20px);
    box-shadow: 0px 0px 55px rgba(222, 11, 70, 0.77);
}

.menu .center .pieces .future_ui__piece:nth-of-type(5):hover span {
    position: absolute;
    top: 12px;
    width: 270px;
    text-shadow: 0px 13px 0px rgba(30, 30, 30, 0.4);
    left: 240px;
    -webkit-transform: translateZ(100px) rotateZ(0deg);
    transform: translateZ(100px) rotateZ(0deg);
}

.menu .center .pieces .future_ui__piece:nth-of-type(5):hover .tip {
    opacity: 1;
    left: 110%;
}

.menu .center .pieces .future_ui__piece:nth-of-type(5):hover .line {
    opacity: 1;
    width: 547px;
    -webkit-transition: all .4s .2s;
    transition: all .4s .2s;
}

.menu .center .pieces .future_ui__piece:nth-of-type(6) {
    -webkit-transform: rotateZ(5deg) rotateY(0deg);
    transform: rotateZ(5deg) rotateY(0deg);
    width: 269px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(6):hover {
    cursor: pointer;
    color: white;
    /*-webkit-animation: blink .4s .4s;*/
    /*animation: blink .4s .4s;*/
    background: #DE0B46;
    -webkit-transform: rotate(5deg) translatex(20px);
    transform: rotate(5deg) translatex(20px);
    box-shadow: 0px 0px 55px rgba(222, 11, 70, 0.77);
}

.menu .center .pieces .future_ui__piece:nth-of-type(6):hover span {
    position: absolute;
    top: 12px;
    width: 270px;
    text-shadow: 0px 13px 0px rgba(30, 30, 30, 0.4);
    left: 240px;
    -webkit-transform: translateZ(100px) rotateZ(0deg);
    transform: translateZ(100px) rotateZ(0deg);
}

.menu .center .pieces .future_ui__piece:nth-of-type(6):hover .tip {
    opacity: 1;
    left: 110%;
}

.menu .center .pieces .future_ui__piece:nth-of-type(6):hover .line {
    opacity: 1;
    width: 547px;
    -webkit-transition: all .4s .2s;
    transition: all .4s .2s;
}

.menu .center .pieces .future_ui__piece:nth-of-type(7) {
    -webkit-transform: rotateZ(15deg) rotateY(0deg);
    transform: rotateZ(15deg) rotateY(0deg);
    width: 258px;
}

.menu .center .pieces .future_ui__piece:nth-of-type(7):hover {
    cursor: pointer;
    color: white;
    /*-webkit-animation: blink .4s .4s;*/
    /*animation: blink .4s .4s;*/
    background: #DE0B46;
    -webkit-transform: rotate(15deg) translatex(20px);
    transform: rotate(15deg) translatex(20px);
    box-shadow: 0px 0px 55px rgba(222, 11, 70, 0.77);
}

.menu .center .pieces .future_ui__piece:nth-of-type(7):hover span {
    position: absolute;
    top: 12px;
    width: 270px;
    text-shadow: 0px 13px 0px rgba(30, 30, 30, 0.4);
    left: 240px;
    -webkit-transform: translateZ(100px) rotateZ(0deg);
    transform: translateZ(100px) rotateZ(0deg);
}

.menu .center .pieces .future_ui__piece:nth-of-type(7):hover .tip {
    opacity: 1;
    left: 110%;
}

.menu .center .pieces .future_ui__piece:nth-of-type(7):hover .line {
    opacity: 1;
    width: 547px;
    -webkit-transition: all .4s .2s;
    transition: all .4s .2s;
}
@supports (-ms-ime-align:auto) {
    .menu .center .pieces .future_ui__piece{
        background-color: #101010;
    }
    .menu .center .pieces span{
        transform: translateZ(2px) rotateZ(0deg);
    }
    .menu .center .pieces :nth-of-type(1).future_ui__piece:hover span{
        top: 89px;
        left: 300px;
    }
    .menu .center .pieces :nth-of-type(2).future_ui__piece:hover span{
        top: 62px;
        left: 300px;
    }
    .menu .center .pieces :nth-of-type(3).future_ui__piece:hover span{
        top: 38px;
        left: 300px;
    }
    .menu .center .pieces :nth-of-type(4).future_ui__piece:hover span{
        top: 0px;
        left: 300px;
    }
    .menu .center .pieces :nth-of-type(5).future_ui__piece:hover span{
        top: -18px;
        left: 300px;
    }
    .menu .center .pieces :nth-of-type(6).future_ui__piece:hover span{
        top: -50px;
        left: 300px;
    }
    .menu .center .pieces :nth-of-type(7).future_ui__piece:hover span{
        top: -90px;
        left: 300px;
    }
}
@-moz-document url-prefix(){
    .menu{
        width: 600px;
    }
    .menu .center{
        left: 1140px;
        top: -420px;
    }
}
.menu .center .pieces .blank {
    opacity: 0.1;
    background: none;
    pointer-events: none;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.27);
    border: 6px solid #3D4B6D !important;
}

/* animations */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes inalt {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes inalt {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: translateY(0) translateZ(-840px) rotateX(64deg) rotateY(-21deg) rotatez(80deg) scale(0.9);
        transform: translateY(0) translateZ(-840px) rotateX(64deg) rotateY(-21deg) rotatez(80deg) scale(0.9);
    }
    25% {
        -webkit-transform: translateY(0) translateZ(-820px) rotateX(66deg) rotateY(-24deg) rotatez(84deg) scale(0.9);
        transform: translateY(0) translateZ(-820px) rotateX(66deg) rotateY(-24deg) rotatez(84deg) scale(0.9);
    }
    50% {
        -webkit-transform: translateY(0) translateZ(-840px) rotateX(62deg) rotateY(-23deg) rotatez(82deg) scale(0.9);
        transform: translateY(0) translateZ(-840px) rotateX(62deg) rotateY(-23deg) rotatez(82deg) scale(0.9);
    }
    75% {
        -webkit-transform: translateY(0) translateZ(-840px) rotateX(63deg) rotateY(-19deg) rotatez(78deg) scale(0.9);
        transform: translateY(0) translateZ(-840px) rotateX(63deg) rotateY(-19deg) rotatez(78deg) scale(0.9);
    }
    100% {
        -webkit-transform: translateY(0) translateZ(-840px) rotateX(64deg) rotateY(-21deg) rotatez(80deg) scale(0.9);
        transform: translateY(0) translateZ(-840px) rotateX(64deg) rotateY(-21deg) rotatez(80deg) scale(0.9);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: translateY(0) translateZ(-840px) rotateX(64deg) rotateY(-21deg) rotatez(80deg) scale(0.9);
        transform: translateY(0) translateZ(-840px) rotateX(64deg) rotateY(-21deg) rotatez(80deg) scale(0.9);
    }
    25% {
        -webkit-transform: translateY(0) translateZ(-820px) rotateX(66deg) rotateY(-24deg) rotatez(84deg) scale(0.9);
        transform: translateY(0) translateZ(-820px) rotateX(66deg) rotateY(-24deg) rotatez(84deg) scale(0.9);
    }
    50% {
        -webkit-transform: translateY(0) translateZ(-840px) rotateX(62deg) rotateY(-23deg) rotatez(82deg) scale(0.9);
        transform: translateY(0) translateZ(-840px) rotateX(62deg) rotateY(-23deg) rotatez(82deg) scale(0.9);
    }
    75% {
        -webkit-transform: translateY(0) translateZ(-840px) rotateX(63deg) rotateY(-19deg) rotatez(78deg) scale(0.9);
        transform: translateY(0) translateZ(-840px) rotateX(63deg) rotateY(-19deg) rotatez(78deg) scale(0.9);
    }
    100% {
        -webkit-transform: translateY(0) translateZ(-840px) rotateX(64deg) rotateY(-21deg) rotatez(80deg) scale(0.9);
        transform: translateY(0) translateZ(-840px) rotateX(64deg) rotateY(-21deg) rotatez(80deg) scale(0.9);
    }
}

@-webkit-keyframes intro_box {
    0% {
        opacity: 0;
       height:0;
    }
    20% {
        opacity: 1;
        height:14vh;
    }
    40% {
        height:28vh;
    }
    60% {
        height:42vh;
    }
    80% {
        height:56vh;
    }
    100% {
        opacity: 1;
        height:70vh;
    }
}

@keyframes intro_box {
    0% {
        opacity: 0;
        height:0;
    }
    20% {
        opacity: 1;
        height:14vh;
    }
    40% {
        height:28vh;
    }
    60% {
        height:42vh;
    }
    80% {
        height:56vh;
    }
    100% {
        opacity: 1;
        height:70vh;
    }
}

/* --------------------------------

解决方案css

-------------------------------- */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

.projects-container {
    font-family: "microsoft yahei";
}

.is-loaded .cd-title:hover {
    opacity: 0
}

.projects-container {
    font-size: 1.6rem;
    font-family: "Microsoft YaHei", sans-serif;
    color: #ffffff;
    background-color: #000;
}

a {
    color: #9e1c51;
    text-decoration: none;
}

/* --------------------------------

Main Components

-------------------------------- */

.solution {
    position: relative;
}
/*.solution #close{*/
    /*transition: all 1s;*/
/*}*/
/*.solution #close:hover {*/
    /*transform: scale(1.5);*/
/*}*/
.projects-container {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.cd-single-project:hover .cd-title {
    opacity: 0;
}

.projects-container::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.projects-container .cd-single-project {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    /* on mobile -  move items outside the viewport */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.projects-container .cd-single-project::after {
    /* background image */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 25vh;
    width: 100%;
    background-image: url("../img/img-1-small.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: opacity 0.5s, height 0.4s;
    -moz-transition: opacity 0.5s, height 0.4s;
    transition: opacity 0.5s, height 0.4s;
}

.projects-container .cd-single-project::before {
    /* never visible - this is used in jQuery to detect if the background image has been loaded  */
    content: 'img/img-1-small.jpg';
    display: none;
}

.projects-container .cd-single-project:nth-of-type(2) {
    top: 25vh;
}

.projects-container .cd-single-project:nth-of-type(2)::after {
    background-image: url("../img/img-2-small.jpg");
}

.projects-container .cd-single-project:nth-of-type(2)::before {
    content: 'img/img-2-small.jpg';
}

.projects-container .cd-single-project:nth-of-type(3) {
    top: 50vh;
}

.projects-container .cd-single-project:nth-of-type(3)::after {
    background-image: url("../img/img-3-small.jpg");
}

.projects-container .cd-single-project:nth-of-type(3)::before {
    content: 'img/img-3-small.jpg';
}

.projects-container .cd-single-project:nth-of-type(4) {
    top: 75vh;
}

.projects-container .cd-single-project:nth-of-type(4)::after {
    background-image: url("../img/img-4-small.jpg");
}

.projects-container .cd-single-project:nth-of-type(4)::before {
    content: 'img/img-4-small.jpg';
}

.projects-container .cd-single-project.is-loaded {
    /* move items in the viewport when background img have been loaded */
}

.projects-container .cd-single-project.is-full-width {
    /* selected item */
    top: 0;
    height: auto;
    z-index: 1;
    cursor: auto;
    -webkit-transition: z-index 0s 0s, top 0.4s 0s;
    -moz-transition: z-index 0s 0s, top 0.4s 0s;
    transition: z-index 0s 0s, top 0.4s 0s;
}

.projects-container .cd-single-project.is-full-width::after {
    height: 100vh;
}

@media only screen and (min-width: 1024px) {
    .projects-container::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
    .projects-container .cd-single-project {
        width: 20vw;
        height: 100%;
        opacity: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: width 0s;
        -moz-transition: width 0s;
        transition: width 0s;
    }
    .projects-container .cd-single-project:first-of-type::after {
        background-image: url("../img/fa_dfl01.png");
    }
    .projects-container .cd-single-project:nth-of-type(2) {
        top: 0;
        left: 20vw;
    }
    .projects-container .cd-single-project:nth-of-type(2)::before {
        content: 'img/fa_dfl02.png';
    }
    .projects-container .cd-single-project:nth-of-type(2)::after {
        background-image: url("../img/fa_dfl02.png");
    }
    .projects-container .cd-single-project:nth-of-type(3) {
        top: 0;
        left: 40vw;
    }
    .projects-container .cd-single-project:nth-of-type(3)::before {
        content: 'img/fa_dfl03.png';
    }
    .projects-container .cd-single-project:nth-of-type(3)::after {
        background-image: url("../img/fa_dfl03.png");
    }
    .projects-container .cd-single-project:nth-of-type(4) {
        top: 0;
        left: 60vw;
    }
    .projects-container .cd-single-project:nth-of-type(4)::before {
        content: 'img/fa_dfl04.png';
    }
    .projects-container .cd-single-project:nth-of-type(4)::after {
        background-image: url("../img/fa_dfl04.png");
    }
    .projects-container .cd-single-project:nth-of-type(5) {
        top: 0;
        left: 80vw;
    }
    .projects-container .cd-single-project:nth-of-type(5)::before {
        content: 'img/fa_dfl05.png';
    }
    .projects-container .cd-single-project:nth-of-type(5)::after {
        background-image: url("../img/fa_dfl05.png");
    }
    .projects-container .cd-single-project::after {
        height: 100vh;
        width: 100%;
        opacity: 0;
    }
    .projects-container .cd-single-project.is-loaded {
        /* show items when background img have been loaded */
        opacity: 1;
    }
    .projects-container .cd-single-project.is-loaded::after {
        opacity: 1;
    }
    .projects-container .cd-single-project.is-full-width {
        /* selected item */
        left: 0vw;
        width: 100vw;
        -webkit-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
        -moz-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
        transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
    }
}

@media only screen and (min-width: 1170px) {
    .projects-container .cd-single-project::after {
        /*background-attachment: fixed;*/
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
        -moz-transition: -moz-transform 0.8s, opacity 0.5s;
        transition: transform 0.8s, opacity 0.5s;
    }
    .projects-container .cd-single-project.is-loaded::after {
        opacity: 0.1;
    }
    .projects-container .cd-single-project:hover::after,
    .projects-container .cd-single-project.is-full-width.is-loaded::after {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-title {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 12.5vh;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.cd-title {
    height: 100%;
}

.cd-title>* {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-title h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 700;
}

.cd-title p {
    font-size: 1.4rem;
    font-family: "Microsoft YaHei";
    /*font-style: italic;*/
    line-height: 1.2;
    padding: .4em 2em;
    display: none;
    opacity: .6;
}

@media only screen and (min-width: 1024px) {
    .cd-title {
        top: 85vh;
        width: 20vw;
        opacity: 0;
        -webkit-transform: translateY(-50%) translateX(-20px);
        -moz-transform: translateY(-50%) translateX(-20px);
        -ms-transform: translateY(-50%) translateX(-20px);
        -o-transform: translateY(-50%) translateX(-20px);
        transform: translateY(-50%) translateX(-20px);
    }
    .is-loaded .cd-title {
        opacity: 1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: -webkit-transform 0.6s, opacity 0.6s, left 0.4s;
        -moz-transition: -moz-transform 0.6s, opacity 0.6s, left 0.4s;
        transition: transform 0.6s, opacity 0.6s, left 0.4s;
    }
    .is-loaded.is-full-width .cd-title {
        left: 37.5vw;
        -webkit-transition: -webkit-transform 0.6s, opacity 0s, left 0.4s;
        -moz-transition: -moz-transform 0.6s, opacity 0s, left 0.4s;
        transition: transform 0.6s, opacity 0s, left 0.4s;
    }
    .cd-title p {
        display: block;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-title h2 {
        font-size: 3.6rem;
    }
}

.cd-project-info {
    clear: both;
    visibility: hidden;
    opacity: 0;
    margin-top: 100vh;
    padding: 4em 0;
    cursor: auto;
    background-color: #ffffff;
    color: #3f538e;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
}

.is-full-width .cd-project-info {
    visibility: visible;
    opacity: 1;
}

.cd-project-info p {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    line-height: 2;
}

@media only screen and (min-width: 1024px) {
    .cd-project-info {
        position: relative;
        z-index: 1;
    }
}

.projects-container .cd-close,
.projects-container .cd-scroll {
    display: block;
    z-index: 1;
    width: 44px;
    height: 44px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    -webkit-transition: -webkit-transform 1s 0s, visibility 0s 1s;
    -moz-transition: -moz-transform 1s 0s, visibility 0s 1s;
    transition: transform 1s 0s, visibility 0s 1s;
}

.projects-container .cd-close {
    position: fixed;
    top: 30px;
    right: 5%;
    background: url("../img/cd-icon-close-mobile.svg") no-repeat center center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

@media only screen and (min-width: 1170px) {
    .projects-container .cd-close {
        background-image: url("../img/cd-icon-close-desktop.svg");
    }
}

.projects-container .cd-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    background: url("../img/cd-icon-arrow-mobile.svg") no-repeat center center;
}

@media only screen and (min-width: 1170px) {
    .projects-container .cd-scroll {
        background-image: url("../img/cd-icon-arrow-desktop.svg");
    }
}

.project-is-open .cd-close,
.project-is-open .cd-scroll {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
    transition: transform 0.4s 0s, visibility 0s 0s;
}

.project-is-open .cd-scroll {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-animation: cd-translate 1.2s 0.4s;
    -moz-animation: cd-translate 1.2s 0.4s;
    animation: cd-translate 1.2s 0.4s;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    animation-iteration-count: 2;
}

.no-touch .project-is-open .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.no-touch .project-is-open .cd-scroll:hover {
    -webkit-transform: translateX(-50%) scale(1.2);
    -moz-transform: translateX(-50%) scale(1.2);
    -ms-transform: translateX(-50%) scale(1.2);
    -o-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
}

@-webkit-keyframes cd-translate {
    0% {
        -webkit-transform: translateX(-50%) scale(1);
    }
    50% {
        -webkit-transform: translateY(10px) translateX(-50%) scale(1);
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1);
    }
}

@-moz-keyframes cd-translate {
    0% {
        -moz-transform: translateX(-50%) scale(1);
    }
    50% {
        -moz-transform: translateY(10px) translateX(-50%) scale(1);
    }
    100% {
        -moz-transform: translateX(-50%) scale(1);
    }
}

@keyframes cd-translate {
    0% {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
    50% {
        -webkit-transform: translateY(10px) translateX(-50%) scale(1);
        -moz-transform: translateY(10px) translateX(-50%) scale(1);
        -ms-transform: translateY(10px) translateX(-50%) scale(1);
        -o-transform: translateY(10px) translateX(-50%) scale(1);
        transform: translateY(10px) translateX(-50%) scale(1);
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

/* --------------------------------

手风琴css

-------------------------------- */

.container {
    margin: 10px auto;
    width: 100% !important;
    height: 100vh;
    background-color: #000;
}
.container.wrapper-banner{
    margin:0;
    padding:0;
}
.fsbanner,
.fsbanner>div>span {
    /* obrigatório */
    display: none;
}
.fsbanner>div {
    height: 100% !important;
}
div.fsbanner {
    /* obrigatorio */
    position: relative;
    overflow: hidden;
    /* opcional */
    height: 100%;
    color: white;
    font-size: 14px;
    /*font-family:Verdana;*/
    /*font-weight: bold;*/
    border-radius: 5px;
    /*opacity: 1;*/
    /*-webkit-text-stroke: 1px black;*/
}

/*div.fsbanner:hover{*/

/*opacity: 1;*/

/*}*/

.fsbanner>div {
    position: absolute;
    background-size: cover;
    cursor: pointer;
    top: 0px;
    left: 0px;
    opacity: 1;
    
    /*opacity: 0.01;*/
}
.fsbanner.community>div:nth-of-type(1)::after{
    background-image: url("../img/fa_sq_01.jpg");
}
.fsbanner.community>div:nth-of-type(2)::after{
     background-image: url("../img/fa_sq_02.jpg");
}
.fsbanner.community>div:nth-of-type(3)::after{
     background-image: url("../img/fa_sq_03.jpg")
}
.fsbanner.website>div:nth-of-type(1)::after{
    background-image: url("../img/fa_gw_01.jpg");
}
.fsbanner.website>div:nth-of-type(2)::after{
    background-image: url("../img/fa_gw_02.jpg");
}
.fsbanner.website>div:nth-of-type(3)::after{
    background-image: url("../img/fa_gw_03.jpg")
}
.fsbanner.website>div:nth-of-type(4)::after{
    background-image: url("../img/fa_gw_04.jpg")
}
.fsbanner.shopping>div:nth-of-type(1)::after{
    background-image: url("../img/fa_sc_01.jpg");
}
.fsbanner.shopping>div:nth-of-type(2)::after{
    background-image: url("../img/fa_sc_02.jpg");
}
.fsbanner.shopping>div:nth-of-type(3)::after{
    background-image: url("../img/fa_sc_03.jpg")
}
.fsbanner.shopping>div:nth-of-type(4)::after{
    background-image: url("../img/fa_sc_04.jpg");
}
.fsbanner.shopping>div:nth-of-type(5)::after{
    background-image: url("../img/fa_sc_05.jpg");
}
.fsbanner.shopping>div:nth-of-type(6)::after{
    background-image: url("../img/fa_sc_06.jpg")
}
.fsbanner.shopping>div:nth-of-type(7)::after{
    background-image: url("../img/fa_sc_07.jpg")
}
.fsbanner.chat>div:nth-of-type(1)::after{
    background-image: url("../img/fa_mi_01.jpg");
}
.fsbanner.chat>div:nth-of-type(2)::after{
    background-image: url("../img/fa_mi_02.jpg");
}
.fsbanner.chat>div:nth-of-type(3)::after{
    background-image: url("../img/fa_mi_03.jpg")
}
.fsbanner.chat>div:nth-of-type(4)::after{
    background-image: url("../img/fa_mi_04.jpg");
}
.fsbanner.payment>div:nth-of-type(1)::after{
    background-image: url("../img/fa_zf_01.jpg");
}
.fsbanner.payment>div:nth-of-type(2)::after{
    background-image: url("../img/fa_zf_02.jpg");
}
.fsbanner.payment>div:nth-of-type(3)::after{
    background-image: url("../img/fa_zf_03.jpg")
}
.fsbanner.payment>div:nth-of-type(4)::after{
    background-image: url("../img/fa_zf_04.jpg");
}
/*.fsbanner>div.group-article::after {*/
    /*background-image: url("../img/fa_sc_01.jpg");*/
/*}*/
.fsbanner>div.active::after{
    background-position: center center;
    background-size:cover;
}
/*.fsbanner>div.topic-circle::after {*/
    /*background-image: url("../img/fa_sc_02.jpg");*/
/*}*/

.fsbanner>div:hover::after {
    opacity: 1;
}

.fsbanner>div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    /* background-image: url(../img/img-1-small.jpg); */
    background-repeat: no-repeat;
    background-position: top left;
    /* background-size: cover; */
    opacity: 0.2;
}

.fsbanner>div:hover .name {
    background-color: #fe5151;
    width: 100% !important;
    left: 0px;
    text-align: center;
    bottom: 0px;
    line-height: 30px;
    /* margin-top: 10px; */
    padding-bottom: 35px;
    padding-top: 10px;
    top: auto;
}

.fsbanner>div .name {
    font-family: “Microsoft YaHei” ! important;
    display: block;
    position: absolute;
    left: 10px;
    bottom: 30%;
    text-align: center;
    /*top: 50%;*/
    z-index: 2;
}

.fsbanner>div .name.minimized {
    /* css3 */
    /*transform: rotate(-90deg);*/
    /*transform-origin: left top 0;*/
    /* pode ser necessário ajustar isso dependendo da fonte escolhida */
    bottom: 13px;
    left: 10px;
    top: auto;
}
.fsbanner>div .name.minimized .name-text{
    display:none !important;
}

.fsbanner>div .name.minimized p {
    width: 40px;
    margin: auto;
    margin-bottom: 27px;
}
.fsbanner.website .name.minimized p,.fsbanner.community .name.minimized p,.fsbanner.chat .name.minimized p,.fsbanner.payment .name.minimized p{
    margin-left: 22px;
}
.fsbanner>div .name::after {
    content: " ";
    opacity: 1;
}

/*.fsbanner > div .name {*/

/*top: 50%;*/

/*left: 120px;*/

/*}*/

.fsbanner>div .name p {
    width: 20px;
    margin: auto;
    font-size: 32px;
    margin-bottom: 20px;
}

.fsbanner>div:hover span p {
    width: auto;
    /*height: 40px;*/
    margin-top: 32px;
    margin-bottom: 10px;
}
.fsbanner>div:hover.shequ span p{
    width: auto!important;
}
/* --------------------------------

服务流程css

-------------------------------- */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

article,
section {
    display: block
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted
}

svg:not(:root) {
    overflow: hidden
}

.is-not-displayed {
    display: none
}

.l-container {
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    /*font-size: 62.5% !important;*/
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #4f4737
}

@media (min-width: 62.5em) {
    body {
        line-height: 2.0
    }
}

::-moz-selection {
    background: #66b6c7;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #66b6c7;
    color: #fff;
    text-shadow: none
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media (min-width: 39.375em) {
    .csstransforms.csstransitions .blurb {
        opacity: 0;
        -webkit-transform: translateY(3.07692em);
        -ms-transform: translateY(3.07692em);
        transform: translateY(3.07692em);
        transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform
    }
    .csstransforms.csstransitions .blurb.is-revealed {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.blurb__image,
.blurb__content {
    display: block
}

@media (min-width: 39.375em) {
    .blurb__image,
    .blurb__content {
        display: inline-block;
        vertical-align: middle
    }
}

.blurb__image {
    margin: 0 auto .76923em
}

@media (min-width: 39.375em) {
    .blurb__image {
        margin: 0;
        margin-right: 1.53846em;
        width: 4.61538em
    }
}

/*@media (min-width: 62.5em) {*/

/*.blurb__image {*/

/*width: auto*/

/*}*/

/*}*/

@media (min-width: 39.375em) {
    .blurb__content {
        max-width: 12.69231em
    }
}

@media (min-width: 62.5em) {
    .blurb__content {
        max-width: 18.07692em
    }
}

.blurb__content__heading {
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    line-height: 2.2;
    font-style: normal;
    font-weight: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #0085a1
}

.blurb__content__body {
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    line-height: 2.2;
    color: #0085a1;
    -webkit-font-smoothing: antialiased
}

.blurb--on-dark .blurb__content__heading,
.blurb--on-dark .blurb__content__body {
    color: #fff
}

.heading-set {
    margin-bottom: 12.5%;
    text-decoration: none;
    display: block
}

@media (min-width: 39.375em) {
    .heading-set {
        margin-bottom: 0
    }
}

.heading-set__primary {
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: #0085a1;
    margin-bottom: 1.06667em
}

.heading-set__primary:after {
    display: block;
    width: 34px;
    height: 0;
    /*border-bottom: 4px solid;*/
    content: "";
    color: inherit;
    margin-top: 1.5em
}

.heading-set__secondary {
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: auto;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    color: #0085a1
}

@media (min-width: 62.5em) {
    .heading-set__secondary {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: auto
    }
}

#svg-approach-process text {
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    font-size: 10px;
    font-size: 10px;
    font-size: 16px;
    line-height: 2.2;
    font-style: normal;
    font-weight: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 39.375em) and (max-width: 62.5em) {
    .csstransitions.no-ie #svg-approach-process #node-7 {
        -webkit-transform: translateY(5.76923em);
        -ms-transform: translateY(5.76923em);
        transform: translateY(5.76923em)
    }
}

.csstransitions.no-ie #svg-approach-process #path-1 path,
.csstransitions.no-ie #svg-approach-process #path-2 path,
.csstransitions.no-ie #svg-approach-process #path-3 path,
.csstransitions.no-ie #svg-approach-process #path-4 path {
    transition: 0.5s
}

.csstransitions.no-ie #svg-approach-process #path-1.is-revealed path,
.csstransitions.no-ie #svg-approach-process #path-2.is-revealed path,
.csstransitions.no-ie #svg-approach-process #path-3.is-revealed path,
.csstransitions.no-ie #svg-approach-process #path-4.is-revealed path {
    stroke-dashoffset: 0
}

.csstransitions.no-ie #svg-approach-process #path-1 path {
    stroke-dasharray: 640;
    stroke-dashoffset: 640
}

.csstransitions.no-ie #svg-approach-process #path-2 path {
    stroke-dasharray: 930;
    stroke-dashoffset: 930;
    transition-duration: 0.7s
}

.csstransitions.no-ie #svg-approach-process #path-3 path {
    stroke-dasharray: 1050;
    stroke-dashoffset: 1050;
    transition-duration: 1s
}

.csstransitions.no-ie #svg-approach-process #path-4 {
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.2s
}

.csstransitions.no-ie #svg-approach-process #path-4.is-revealed {
    opacity: 1
}

.csstransitions.no-ie #svg-approach-process #arrow-1,
.csstransitions.no-ie #svg-approach-process #arrow-2,
.csstransitions.no-ie #svg-approach-process #arrow-3,
.csstransitions.no-ie #svg-approach-process #arrow-4,
.csstransitions.no-ie #svg-approach-process #arrow-5,
.csstransitions.no-ie #svg-approach-process #arrow-6 {
    opacity: 0;
    transition: 0.4s
}

.csstransitions.no-ie #svg-approach-process #arrow-1.is-revealed,
.csstransitions.no-ie #svg-approach-process #arrow-2.is-revealed,
.csstransitions.no-ie #svg-approach-process #arrow-3.is-revealed,
.csstransitions.no-ie #svg-approach-process #arrow-4.is-revealed,
.csstransitions.no-ie #svg-approach-process #arrow-5.is-revealed,
.csstransitions.no-ie #svg-approach-process #arrow-6.is-revealed {
    opacity: 1
}

.csstransitions.no-ie #svg-approach-process #right-moving-arrows,
.csstransitions.no-ie #svg-approach-process #left-moving-arrows,
.csstransitions.no-ie #svg-approach-process #down-moving-arrows,
.csstransitions.no-ie #svg-approach-process #up-moving-arrows {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#svg-approach-process #up-moving-arrows {
    -webkit-animation-name: approach-process-up-arrows;
    animation-name: approach-process-up-arrows
}

@-webkit-keyframes approach-process-up-arrows {
    0% {
        -webkit-transform: translateY(2.30769em);
        transform: translateY(2.30769em);
        opacity: 0;
        fill: #fff
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2.30769em);
        transform: translateY(-2.30769em)
    }
}

@keyframes approach-process-up-arrows {
    0% {
        -webkit-transform: translateY(2.30769em);
        transform: translateY(2.30769em);
        opacity: 0;
        fill: #fff
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2.30769em);
        transform: translateY(-2.30769em)
    }
}

#svg-approach-process #down-moving-arrows {
    -webkit-animation-name: approach-process-down-arrows;
    animation-name: approach-process-down-arrows
}

@-webkit-keyframes approach-process-down-arrows {
    0% {
        -webkit-transform: translateY(-2.30769em);
        transform: translateY(-2.30769em);
        opacity: 0;
        fill: #fff
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2.30769em);
        transform: translateY(2.30769em)
    }
}

@keyframes approach-process-down-arrows {
    0% {
        -webkit-transform: translateY(-2.30769em);
        transform: translateY(-2.30769em);
        opacity: 0;
        fill: #fff
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2.30769em);
        transform: translateY(2.30769em)
    }
}

#svg-approach-process #left-moving-arrows {
    -webkit-animation-name: approach-process-left-arrows;
    animation-name: approach-process-left-arrows
}

@-webkit-keyframes approach-process-left-arrows {
    0% {
        -webkit-transform: translateX(2.30769em);
        transform: translateX(2.30769em);
        opacity: 0;
        fill: #fff
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2.30769em);
        transform: translateX(-2.30769em)
    }
}

@keyframes approach-process-left-arrows {
    0% {
        -webkit-transform: translateX(2.30769em);
        transform: translateX(2.30769em);
        opacity: 0;
        fill: #fff
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2.30769em);
        transform: translateX(-2.30769em)
    }
}

#svg-approach-process #right-moving-arrows {
    -webkit-animation-name: approach-process-right-arrows;
    animation-name: approach-process-right-arrows
}

@-webkit-keyframes approach-process-right-arrows {
    0% {
        -webkit-transform: translateX(-2.30769em);
        transform: translateX(-2.30769em);
        opacity: 0;
        fill: #fff
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2.30769em);
        transform: translateX(2.30769em)
    }
}

@keyframes approach-process-right-arrows {
    0% {
        -webkit-transform: translateX(-2.30769em);
        transform: translateX(-2.30769em);
        opacity: 0;
        fill: #fff
    }
    5% {
        opacity: 1
    }
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2.30769em);
        transform: translateX(2.30769em)
    }
}

.l-approach-process {
    padding: 12.5%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #ebf5f7;
    padding-bottom: 30px
}

.l-approach-process:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 39.375em) {
    .l-approach-process {
        padding: 0;
        padding-bottom: 30px;
    }
}

@media (min-width: 39.375em) {
    .l-approach-process .l-approach-heading {
        float: right;
        margin-top: 8.33333%;
        margin-bottom: 28.46154em
    }
}

@media (min-width: 62.5em) {
    .l-approach-process .l-approach-heading {
        margin-bottom: 36.53846em
    }
}

.l-approach-process .l-approach-blurbs {
    clear: right;
    float: left;
    font-weight: 400;
}

.l-approach-process .l-approach-content {
    float: right;
    margin-top: 50px;
}

.l-approach-process__line-art {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    margin: auto;
    padding-top: 40px;
}

@media (min-width: 0) and (max-width: 39.375em) {
    .l-approach-process__line-art {
        display: none
    }
}

@media (min-width: 39.375em) {
    .l-approach-process__line-art {
        width: 53.84615em;
        margin-top: -8.76923em
    }
}

@media (min-width: 62.5em) {
    .l-approach-process__line-art {
        width: 68.30769em;
        margin-top: 0
    }
}

.l-approach-process__line-art #svg-approach-process {
    width: 100%
}

@media (min-width: 39.375em) {
    .csstransforms.csstransitions .l-approach-heading {
        opacity: 0;
        -webkit-transform: translateY(3.07692em);
        -ms-transform: translateY(3.07692em);
        transform: translateY(3.07692em);
        transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform
    }
    .csstransforms.csstransitions .l-approach-heading.is-revealed {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width: 39.375em) {
    .l-approach-heading {
        max-width: 34.61538em;
        width: 33.33333%;
        float: left;
        margin: 0 8.33333%
    }
}

@media (min-width: 39.375em) {
    .csstransforms.csstransitions .l-approach-content {
        opacity: 0;
        -webkit-transform: translateY(3.07692em);
        -ms-transform: translateY(3.07692em);
        transform: translateY(3.07692em);
        transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform
    }
    .csstransforms.csstransitions .l-approach-content.is-revealed {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.l-approach-content .markdown-block p {
    font-size: 16px;
    color: #646464;
}

@media (min-width: 39.375em) {
    .l-approach-content {
        width: 33.33333%;
        float: left;
        margin: 0 8.33333%;
        max-width: 34.61538em
    }
}

.l-approach-content .heading-set {
    margin-bottom: 3.07692em
}

.l-approach-blurbs {
    margin-bottom: 16.66667%
}

.l-approach-blurbs .blurb+.blurb {
    margin-top: 3.07692em
}

@media (min-width: 39.375em) {
    .l-approach-blurbs {
        width: 33.33333%;
        float: left;
        margin: 0 8.33333%
    }
}

/**
服务态度
 */

section.business {
    background-color: white;
    height: 900px !important;
}

.business .box {
    position: relative;
    margin-top: -55px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.business .box .caption {
    width: 100%;
    text-align: center;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.business.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.business .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 320px;
    height: 31px;
    background: url(../img/words03.png) no-repeat 0px -294px;
}

.business .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
}

.business .box ul.items {
    margin: 0 auto;
    margin-top: 60px;
    width: 1318px !important;
    margin-bottom: 102px;
}

.business .box ul.items li {
    width: 200px;
    height: 300px;
    margin: 0 8px;
    background: url(../img/business/bg_red.png) no-repeat 0px 400px;
    /*background-color: white;*/
    overflow: hidden;
    text-align: center;
}

.business .box ul.items li i {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 43px;
    height: 69px;
}

.business .box ul.items li.pc i {
    width: 86px;
    background: url(../img/business/fw_tb01.png) no-repeat -62px -72px;
}

.business .box ul.items li.mobi i {
    width: 74px;
    background: url(../img/business/fw_tb02.png) no-repeat -66px -72px;
}

.business .box ul.items li.sys i {
    width: 76px;
    background: url(../img/business/fw_tb03.png) no-repeat -66px -72px;
}

.business .box ul.items li.app i {
    width: 74px;
    background: url(../img/business/fw_tb04.png) no-repeat -68px -70px;
}

.business .box ul.items li.host i {
    width: 79px;
    background: url(../img/business/fw_tb05.png) no-repeat -66px -68px;
}

.business .box ul.items li.sev i {
    width: 79px;
    background: url(../img/business/fw_tb06.png) no-repeat -66px -72px;
}

.business .box ul.items li u {
    display: block;
    position: absolute;
    width: 156px;
    height: 156px;
    margin-left: 16px;
    background: url(../img/business/words03.png) no-repeat 0px -363px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.business .box ul.items li u.cl {
    clip: rect(0px, 156px, -10px, 78px);
}

.business.active .box ul.items li u.cl {
    clip: rect(0px, 156px, 156px, 78px);
}

.business .box ul.items li u.cr {
    clip: rect(156px, 78px, 156px, 0px);
}

.business.active .box ul.items li u.cr {
    clip: rect(0px, 78px, 156px, 0px);
}

.business .box ul.items li strong {
    display: block;
    margin-top: 68px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.business .box ul.items li p {
    position: relative;
    top: 200px;
    color: White;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.business .box ul.items li p span {
    line-height: 10px;
    height: 10px;
    display: block;
}

.business .box ul.items li .active {
    background: url(../img/business/gw_jt.png) no-repeat 40px;
}

.business .box ul.items li.mobi .active,
.business .box ul.items li.sev .active {
    background: url(../img/business/gw_jt.png) no-repeat 20px;
}

.business .box ul.items li:hover {
    background-position: 0px 0px;
    -webkit-transition: all .5s ease-in-out .3s;
    -moz-transition: all .5s ease-in-out .3s;
    -ms-transition: all .5s ease-in-out .3s;
    -o-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
}

.business .box ul.items li:hover i {
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
}

.business .box ul.items li.pc:hover i {
    background: url(../img/business/fw_tb07.png) no-repeat -62px -72px;
}

.business .box ul.items li:hover u {
    background: url(../img/business/words.png) no-repeat 0px -363px;
}

.business .box ul.items li.mobi:hover i {
    background: url(../img/business/fw_tb08.png) no-repeat -66px -72px;
}

.business .box ul.items li.sys:hover i {
    background: url(../img/business/fw_tb09.png) no-repeat -66px -72px;
}

.business .box ul.items li.app:hover i {
    background: url(../img/business/fw_tb10.png) no-repeat -68px -70px;
}

.business .box ul.items li.host:hover i {
    background: url(../img/business/fw_tb11.png) no-repeat -66px -68px;
}

.business .box ul.items li.sev:hover i {
    background: url(../img/business/fw_tb12.png) no-repeat -66px -72px;
}

.business .box ul.items li:hover u.cl {
    clip: rect(0px, 156px, -10px, 78px);
}

.business .box ul.items li:hover u.cr {
    clip: rect(156px, 78px, 156px, 0px);
}

.business .box ul.items li:hover strong {
    color: White;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    font-size: 24px;
    margin-top: 38px;
}
.business .box ul.items li:hover span{
    color: white;
    font-size: 12px;
    margin-bottom: 12px;
}
.business .box ul.items li span{
    color: rgb(156,156,156);
;
}
.business .box ul.items li:hover p {
    top: 20px;
    -webkit-transition: all .3s ease-in-out .5s;
    -moz-transition: all .3s ease-in-out .5s;
    -ms-transition: all .3s ease-in-out .5s;
    -o-transition: all .3s ease-in-out .5s;
    transition: all .3s ease-in-out .5s;
}

.business .box label {
    display: block;
    margin: 0 auto;
    margin-top: -40px;
    width: 697px;
    height: 21px;
    text-align: center;
    font-weight: 400;
}

/**
关于我们 css
 */

.about {
    height: 914px;
    background: url(../img/about/gw_bj.jpg) 100% 100%;
}

.about .about-content .about-content-text {
    font-size: 18px;
    color: white;
    min-width:1100px;
    width: 60%;
    /* text-align: center; */
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 74px;
}

.about-count {
    line-height: 39px;
    margin-bottom: 36px;
}

.about-img {
    width: 100px;
    background-color: white;
    line-height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

.about .about-content .col-md-3 img,
.about .about-content .col-md-3 p {
    transition: all 1s;
}

.about .about-content .col-md-3:hover img,
.about .about-content .col-md-3:hover p {
    transform: scale(1.2);
}

/**
联系我们 css
 */

.contact {
    background-color: black;
    position: relative;
}
.contact .shade-layer{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: black;
    opacity: 0;
    display: none;
}
.contact.on .shade-layer{
    display: block;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
.contact.on .contact-panel{
    height: 220px;
}
.contact.on .contact-panel .contact-row{
    display:block;
}
.contact .contact-panel .contact-row{
    display:none;
}

.contact .contact-panel {
    width: 80%;
    margin: 0 auto;
    background-color: white;
    position: absolute;
    z-index: 2;
    left: 10%;
    height: 116px;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    z-index:101;
    transition: height 0.3s ease;

}
.contact .contact-panel .row {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}
.contact .contact-panel .row img{
    margin-right: 10px;
}
.contact-end{
    line-height: 30px;
    height: 30px;
    width: 100%;
    color: white!important;
    text-align: center;
    background-color: #1f1e1e;
}
.contact-end img{
    margin-left: 50px;
    margin-right: 10px;
}

#allmap {
    height: 732px;
    width: 100%;
}
.contact-end a:hover, a:focus{
    color: white;
}
.switch-box {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: white;
    border: 1px #DADADA solid;
    text-align: center;
    margin: 0 auto;
    /* padding-top: 170px; */

    left: 48%;
    bottom:-30px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.switch-box img {
    margin-top: 14px;
}
