/* 设置默认字体 */
@import "https://at.alicdn.com/t/font_1280711_739h8fty1tv.css";
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
html,body{
    min-width: 1250px;
    overflow-x: hidden!important;
}
body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
}
ul, ol, li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
em,i,address{
    font-style: normal;
}
select, select:hover {
    outline: none;
    border-color: #000;
}
body, button, input, select, textarea, *:focus {
    outline: none;
}
a:hover,a:active,a:visited{
    text-decoration: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}
input[type="submit"],input[type="reset"],input[type="button"],button {
    -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="text"] {
    -webkit-appearance: none;
}
input::placeholder,.textarea::placeholder{
    font-size: 14px;
    color: #999;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
legend {
    border: 0;
    padding: 0;
    *margin-left: -7px
}
input[type="submit"],input[type="reset"],input[type="button"],button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical
}
optgroup {
    font-weight: bold;
}
.fl {
    float: left
}
.fr {
    float: right
}
.t-left {
    text-align: left
}
.t-center {
    text-align: center
}
.t-right {
    text-align: right
}
.f14{
    font-size: 14px;
}
.elip{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.transition{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.box-shadow {
    box-shadow: rgba(0 ,0 ,0 , .2);
}
.container{
    width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.link{
    text-align: center;
}
.link a{
    display: inline-block;
    padding: 12px 40px;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    letter-spacing: 1px;
}
.link a.blue{
    background: #02adfd;
    background: linear-gradient(to right ,#0099ff , #02adfd);
}
.link a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 3px;
    content: '';
    border: 1px solid;
}
.link a.blue:before{
    border-color: #02adfd;
}
.link a.red{
    background: #ff4530;
}
.link a.red:before{
    border-color: #ff4530;
}
.link a.yellow{
    background: #ff8500;
    background: linear-gradient(to right , #ff4530 ,#ff8500 );
}
.link a.yellow:before{
    border-color: #ff8500;
}
.link a:hover:before {
    -webkit-animation-name: hover-ripple-out;
    animation-name: hover-ripple-out;
}
@-webkit-keyframes hover-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes hover-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.bger{
    background: #f5f7f9;
}
.p60{
    padding: 60px 0;
}
.banner{
    position: relative;
    background: url("/lanqingting/publics/pc/img/banner-bg1.png") no-repeat center/cover;
    background: #0080d9 linear-gradient(to right bottom, #00c6fb 15%, #3d3dcc 80%);
    height: 700px;
}
.banner .container{
    position: absolute;
    left:0;
    right:0;
    top:45%;
    transform: translateY(-50%);
}
.banner-left{
    width: 650px;
    float: left;
}
.banner .banner-left .banner-title{
    font-size: 48px;
    line-height: 1.3;
    color: #fee955;
    font-weight: 700;
}
.banner .banner-left .banner-des{
    color: #eee;
    margin-top: 25px;
    line-height: 1.75;
    font-size: 15px;
    text-align: justify;
}
.banner-right{
    width: 550px;
    float: right;
    text-align: right;
}
.banner-right img{
    max-width: 470px;
    max-height: 450px;
}
.banner-yingxiao .banner-left{
    padding-top: 100px;
}
.banner-dyy .banner-left{
    padding-top: 80px;
}
.banner-rz .banner-left{
    padding-top: 70px;
}
.banner-case .banner-left{
    padding-top: 30px;
}
.banner-case .banner-right img{
    max-width: 500px;
}
.banner-about .banner-left{
    padding-top: 20px;
}

.title{
    text-align: center;
    position: relative;
    height: 72px;
    width: 100%;
}
.title .title1{
    position: absolute;
    z-index: 3;
    font-size: 36px;
    letter-spacing: 3px;
    /*color: #13abf8;*/
    text-align: center;
    width: 100%;
    top: 0;
    line-height: 1;
    font-weight: 300;
}
.title .title2{
    position: absolute;
    z-index: 2;
    font-size: 72px;
    color: rgba(0, 102, 204, 0.2);
    /*text-shadow: 0px 10px 8px rgba(11, 117, 255, 0.3);*/
    opacity: 0.2;
    text-align: center;
    line-height: 1;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
.title .title3 {
    padding-top: 45px;
    color: #999;
    line-height: 1.5;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #fff;
}
/*****animate*****/
.animated {
    -webkit-animation-duration: 1.25s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1.25s;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0,50px,0);
        opacity: 0;
        transform: translate3d(0,50px,0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0,50px,0);
        opacity: 0;
        transform: translate3d(0,50px,0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100px,0,0);
        opacity: 0;
        transform: translate3d(-100px,0,0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100px,0,0);
        opacity: 0;
        transform: translate3d(-100px,0,0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100px,0,0);
        opacity: 0;
        transform: translate3d(100px,0,0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100px,0,0);
        opacity: 0;
        transform: translate3d(100px,0,0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0,-50px,0);
        opacity: 0;
        transform: translate3d(0,-50px,0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0,-50px,0);
        opacity: 0;
        transform: translate3d(0,-50px,0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes bounceIn {
    0% {
        -webkit-transform: scale(.8);
        opacity: 0;
        transform: scale(.8);
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        -webkit-transform: scale(.8);
        opacity: 0;
        transform: scale(.8);
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
/*****首页*****/
#index:before{
    padding-top: 0;
}
#index h2{
    font-size: 36px;
    font-weight: 300;
    /*color: #222;*/
    color: #fff;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
#index .des{
    color: #f3f3f3;
    text-align: justify;
    line-height: 1.75;
    font-size: 15px;
    text-align: justify;
    margin: 20px 0 35px;
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    transition-delay: 80ms;
}
#index .des p{
    margin-bottom: 10px;
}
#index .link{
    text-align: left;
    margin-top: 15px;
    -webkit-transition-delay: .16s;
    -moz-transition-delay: .16s;
    transition-delay: .16s;
}
.index-home{
    height: 100vh;
    background: url("/lanqingting/publics/pc/img/index-home.jpg") no-repeat center/cover!important;
}
.index-dyy{
    background: url("/lanqingting/publics/pc/img/index-dyy.png") no-repeat center/cover;
}
.index-rz{
    background: url("/lanqingting/publics/pc/img/index-rz.jpg") no-repeat center/cover;
}
/*.index-yx{
    background: #0080d9;
    background:url("/lanqingting/publics/pc/img/index-yx.png") no-repeat right bottom,linear-gradient(to right bottom, #00c6fb 15%, #3d3dcc 80%);
}*/
.index-yx{
    background: #0080d9;
    background:linear-gradient(to right bottom, #00c6fb 15%, #3d3dcc 80%);
}
.index-yx-1,.index-yx-2{
    position: absolute;
    bottom: 0;
    right: 0;
    /*width: 991px;
    height: 700px;*/
    width: 51.6vw;
    height: 78vh;
}
.index-yx-1{
    background: url("/lanqingting/publics/pc/img/index-yx2.png") no-repeat bottom right/contain;
 }
.index-yx-1{
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 2s;
    transition: all 2s;
}
.index-yx-2{
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 2s;
    transition: all 2s;
    background: url("/lanqingting/publics/pc/img/index-yx3.png") no-repeat bottom right/contain;
}
.index-yx.active .index-yx-1,.index-yx.active .index-yx-2{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.index-about{
    background: url("/lanqingting/publics/pc/img/index-about.jpg") no-repeat center/cover;
}
.index-contact{
    background: url("/lanqingting/publics/pc/img/index-contact.jpg") no-repeat center/cover;
}
.index-contact .des ul{
    margin-top: 15px;
}
.index-contact .wxkf{
    position: relative;
}
.index-contact .wxkf img{
    position: absolute;
    width: 144px;
    height: 144px;
    border: 1px solid #ddd;
    border-radius: 3px;
    left: 0;
    top:-155px;
    padding: 3px;
    background: #fff;
    visibility: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.index-contact .wxkf:after{
    display: block;
    content: '';
    width:0;
    height:0;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    border-top:8px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -12px;
    visibility: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.index-contact .wxkf:hover img,.index-contact .wxkf:hover:after{
    visibility: visible;
    transform: translateY(-10px);
}
.float01{
    width: 73px;
    height: 134px;
    background: url(/lanqingting/publics/pc/img/float.png) no-repeat;
    position: absolute;
    z-index: 0;
    bottom: 160px;
    left: 150px;
    -webkit-animation:move1 5s infinite ease ;
    animation:move1 5s infinite ease ;
}
.float02{
    width: 70px;
    height: 156px;
    background: url(/lanqingting/publics/pc/img/float.png) no-repeat -73px 0;
    position: absolute;
    z-index: 0;
    bottom: 160px;
    left: 400px;
    -webkit-animation:move2 3s infinite linear ;
    animation:move2 3s infinite linear ;
}

.float03{
    width: 109px;
    height: 203px;
    background: url(/lanqingting/publics/pc/img/float.png) no-repeat -143px 0;
    position: absolute;
    z-index: 0;
    bottom: 115px;
    right:500px;
    -webkit-animation:move3 5s infinite linear ;
    animation:move3 5s infinite linear ;
}

.float04{
    width: 2px;
    height: 183px;
    background: url(/lanqingting/publics/pc/img/float.png) no-repeat -252px 0;
    position: absolute;
    z-index: 0;
    bottom: 215px;
    right:150px;
    -webkit-animation:move4 2s infinite ease ;
    animation:move4 2s infinite ease ;
}

.float05{
    width: 2px;
    height: 183px;
    background: url(/lanqingting/publics/pc/img/float.png) no-repeat -252px 0;
    position: absolute;
    z-index: 0;
    bottom: 215px;
    right:300px;
    -webkit-animation:move4 3s infinite ease ;
    animation:move4 3s infinite ease ;
}

.float06{
    width: 2px;
    height: 183px;
    background: url(/lanqingting/publics/pc/img/float.png) no-repeat -252px 0;
    position: absolute;
    z-index: 0;
    bottom: 115px;
    left:50px;
    -webkit-animation:move5 2.5s infinite ease ;
    animation:move5 2.5s infinite ease ;
}
@keyframes move1 {
    0%, 100% {
        bottom: -80px;
        opacity: .6;
    }
    50% {
        opacity: .6;
    }
    100% {
        bottom: 400px;
        opacity: 0;
    }
}

@keyframes move2 {
    0%, 100% {
        bottom: -80px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        bottom: 300px;
        opacity: 0;
    }
}

@keyframes move3 {
    0%, 100% {
        bottom: -80px;
        opacity: 0;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        bottom: 300px;
        opacity: 0;
    }
}

@keyframes move4 {
    0%, 100% {
        bottom: -80px;
        opacity: 0;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        bottom: 400px;
        opacity: 0;
    }
}

@keyframes move5 {
    0%, 100% {
        bottom: -80px;
        opacity: 0;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        bottom:500px;
        opacity: 0;
    }
}
.move6{
    -webkit-animation: move6 4s 3s linear infinite alternate;
    animation: move6 4s 3s linear infinite alternate;
}
@-webkit-keyframes move6 {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
@keyframes move6 {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15px);
    }
}
.move7{
    -webkit-animation: move7 3s 2s linear infinite alternate;
    animation: move7 3s 2s linear infinite alternate;
}
@-webkit-keyframes move7 {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-20px);
    }
}
@keyframes move7 {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-20px);
    }
}

.index-home .box{
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}
.index-home .line,.index-home-logo{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 600px;
    height: 600px;
    margin: 40px auto 0;
    transform: translateY(-50%);
}
.index-home .line img{
    opacity: 0;
}
.index-home .line > i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
}
.index-home .line .circle01{
    background: url("/lanqingting/publics/pc/img/s-3.png") no-repeat center/contain;
    width: 640px;
    height: 640px;
    margin: -20px 0 0 -20px;
}
.index-home .line .circle02{
    background: url("/lanqingting/publics/pc/img/s-2.png") no-repeat center/contain;
    width: 680px;
    height: 680px;
    margin: -40px 0 0 -40px;
}
.index-home .line .fly{
    opacity: 0;
}
.ani-opcity{
    -webkit-animation: ani-opacity .5s .2s linear forwards;
    animation: ani-opacity .5s .2s linear forwards;
}
@-webkit-keyframes ani-opacity {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes ani-opacity {
    from { opacity: 0; }
    to { opacity: 1; }
}

.index-home-logo{
    text-align: center;
}
.index-home-logo .fly{
    opacity: 0;
    z-index: 10;
    margin: 100px auto 10px;
}
.index-home-logo .cb{
    width: 70px!important;
    height: 102px!important;
}
.index-home-logo .st{
    width: 24px!important;
    height: 102px!important;
}
.index-home-logo .fly *{
    -webkit-animation-delay: 2s!important;
    animation-delay: 2s!important;
}
.index-home-logo .up{
    color: #fff;
    opacity: 0;
}
.index-home-logo h2{
    color: #fff!important;
    letter-spacing: 5px;
    opacity: 0;
    text-shadow: 0 0 5px #01c4fe;
    font-size: 36px!important;
}
.index-home-logo p{
    margin: 15px 0 30px;
    letter-spacing: 1px;
    line-height: 1.75;
}
.index-home-logo a{
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    border-radius: 22px;
}
.index-home-logo .item{
    padding-bottom: 5px;
}
.index-home-logo .active h2{
    -webkit-animation-name: ani-up;
    animation-name: ani-up;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index-home-logo .active p{
    -webkit-animation-name: ani-up;
    animation-name: ani-up;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.index-home-logo .active a{
    -webkit-animation-name: ani-up;
    animation-name: ani-up;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.index-home-logo a:hover{
    color: #01c4fe;
    border-color: #01c4fe;
    box-shadow: 0 0 20px 0 #01c4fe;
}
.ani-logo{
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: ani-logo .4s .1s fowrds cubic-bezier(.79,0,.36,1.01);
    animation: ani-logo .4s .1s both cubic-bezier(.79,0,.36,1.01);
}
@-webkit-keyframes ani-logo {
    from {
        opacity: 0;
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes ani-logo {
    from {
        opacity: 0;
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.ani-up{
    -webkit-animation-name: ani-up;
    animation-name: ani-up;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes ani-up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes ani-up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.pathway {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    pointer-events: none;
}
@media (max-width: 1200px) {
    .pathway{
        display: none;
    }
}
.pathway > div {
    position: absolute;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
}

.pathway .pathway-dec {
    position: absolute;
    display: block;
}

.pathway .pathway-lite01 {
    top: 188px;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

.pathway .pathway-lite01 .pathway-dec.dec01 {
    top: 70px;
    left: 86px;
}

.pathway .pathway-lite01 .pathway-dec.dec02 {
    top: 112px;
    right: 12px;
}

.pathway .pathway-lite02 {
    top: 124px;
    -webkit-animation-duration: .48s;
    animation-duration: .48s;
}

.pathway .pathway-lite02 .pathway-dec {
    bottom: 12px;
    left: 246px;
}

.pathway .pathway-lite03 {
    top: 92px;
    -webkit-animation-duration: .56s;
    animation-duration: .56s;
}

.pathway .pathway-lite03 .pathway-dec {
    top: 90px;
    left: 240px;
}

.pathway .pathway-lite04 {
    top: 85px;
    left: -256px;
    -webkit-animation-duration: .64s;
    animation-duration: .64s;
}

.pathway .pathway-lite04 .pathway-dec {
    top: 74px;
    right: 420px;
}
.pathway .pathway-dec {
    position: absolute;
    display: block;
}
.pathway-lite01 {
    background-image:url(/lanqingting/publics/pc/img/spr_bannerPathway.png);
    background-position:0px -2075px;
    background-repeat:no-repeat;
    width: 1128px;
    height: 430px;
}
.pathway-lite02 {
    background-image:url(/lanqingting/publics/pc/img/spr_bannerPathway.png);
    background-position:0px -1487px;
    background-repeat:no-repeat;
    width: 1582px;
    height: 583px;
}
.pathway-lite03 {
    background-image:url(/lanqingting/publics/pc/img/spr_bannerPathway.png);
    background-position:0px -805px;
    background-repeat:no-repeat;
    width: 1772px;
    height: 677px;
}
.pathway-lite04 {
    background-image:url(/lanqingting/publics/pc/img/spr_bannerPathway.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
    width: 2431px;
    height: 800px;
}
.pathway-lite01 .pathway-dec.dec01 {
    background-image:url(/lanqingting/publics/pc/img/spr_head.png?h=86a4c4);
    background-position:-156px -117px;
    background-repeat:no-repeat;
    width: 40px;
    height: 40px;
}
.pathway-lite01 .pathway-dec.dec02 {
    background-image:url(/lanqingting/publics/pc/img/spr_head.png?h=86a4c4);
    background-position:-97px -117px;
    background-repeat:no-repeat;
    width: 54px;
    height: 54px;
}
.pathway-lite02 .pathway-dec {
    background-image:url(/lanqingting/publics/pc/img/spr_head.png?h=86a4c4);
    background-position:0px -117px;
    background-repeat:no-repeat;
    width: 92px;
    height: 92px;
}
.pathway-lite03 .pathway-dec {
    background-image:url(/lanqingting/publics/pc/img/spr_head.png?h=86a4c4);
    background-position:-201px -117px;
    background-repeat:no-repeat;
    width: 34px;
    height: 34px;
}
.pathway-lite04 .pathway-dec {
    background-image:url(/lanqingting/publics/pc/img/spr_head.png?h=86a4c4);
    background-position:-240px -117px;
    background-repeat:no-repeat;
    width: 34px;
    height: 34px;
}
.ani-opcity2{
    -webkit-animation: ani-opacity 1s .3s linear both;
    animation: ani-opacity 1s .3s linear both;
}
.ani-line01{
    -webkit-animation: ani-line 40s linear infinite;
    animation: ani-line 40s linear infinite;
}
.ani-line02{
    -webkit-animation: ani-line 30s linear infinite reverse;
    animation: ani-line 30s linear infinite reverse;
}
@-webkit-keyframes ani-line {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ani-line {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ani-pathway{
    -webkit-animation: ani-pathway both;
    animation: ani-pathway both;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

@-webkit-keyframes ani-pathway {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes ani-pathway {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}




.section .section-left {
    width: 50%;
    float: left;
    position: relative;
    z-index: 30;
}
.section .section-right{
    width: 45%;
    float: right;
    position: relative;
    z-index: 30;
}
.section.index-dyy .section-right .box{
    position: relative;
    padding-top: 35px;
}
.section.index-dyy img.dyy1{
    width: 500px;
    height: 310px;
    display: block;
    margin: 0 auto;
    -webkit-transition-delay: .24s;
    -moz-transition-delay: .24s;
    transition-delay: .24s;
}
.section.index-dyy img.dyy2{
    position: absolute;
    width: 100px;
    height: 55px;
    top: 120px;
    left: 55px;
    -webkit-transition-delay: .28s;
    -moz-transition-delay: .28s;
    transition-delay: .28s;
}
.section.index-dyy img.dyy3{
    position: absolute;
    width: 110px;
    height: 65px;
    top: 190px;
    left: 90px;
    -webkit-transition-delay: .32s;
    -moz-transition-delay: .32s;
    transition-delay: .32s;
}
.section.index-dyy img.dyy4{
    position: absolute;
    width: 130px;
    height: 85px;
    top: 180px;
    left: 300px;
    -webkit-transition-delay: .36s;
    -moz-transition-delay: .36s;
    transition-delay: .36s;
}
.section.index-dyy .waves{
    -webkit-transition-delay: .24s;
    -moz-transition-delay: .24s;
    transition-delay: .24s;
    opacity: .65;
}
.section.index-dyy .wave{
    position: absolute;
    left: -50px;
    top: -145px;
    height: 600px;
    width: 600px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-name: wv;
    -moz-animation-name: wv;
    animation-name: wv;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.section.index-dyy .wave1 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}
.section.index-dyy .wave2 {
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    animation-delay: -2s;
}
.section.index-dyy .wave3 {
    -webkit-animation-delay: -4s;
    -moz-animation-delay: -4s;
    animation-delay: -4s;
}
.section.index-dyy .wave4 {
    -webkit-animation-delay: -6s;
    -moz-animation-delay: -6s;
    animation-delay: -6s;
}
@keyframes wv {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        transform: scale(.5);
    }

30% {
    opacity: .7;
    -webkit-transform: scale(.65);
    -moz-transform: scale(.65);
    transform: scale(.65);
}

70% {
    opacity: .1;
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    transform: scale(.85);
}

100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
}




.section.index-rz .container{
    position: relative;
}
.section.index-rz .section-right{
    position: absolute;
    width: 610px;
    height: 350px;
    right: 0;
}
.section.index-rz .box{
    height: 100%;
    position: relative;

}
.section.index-rz .img{
    position: absolute;
}
.section.index-rz .img2{
    left: 0;
    top: 0;
    height: 345px;
    width: 476px;
    z-index: 5;
    -webkit-transition-delay: 155ms;
    -moz-transition-delay: 155ms;
    transition-delay: 155ms;
}
.section.index-rz .img3{
    left: 410px;
    top: 108px;
    height: 75px;
    width: 101px;
    -webkit-transition-delay: 215ms;
    -moz-transition-delay: 215ms;
    transition-delay: 215ms;
}
.section.index-rz .img4{
    left: 480px;
    top: 105px;
    height: 97px;
    width: 120px;
    -webkit-transition-delay: 275ms;
    -moz-transition-delay: 275ms;
    transition-delay: 275ms;
}
.section.index-rz .img5{
    left: 520px;
    top: 155px;
    height: 75px;
    width: 101px;
    -webkit-transition-delay: 335ms;
    -moz-transition-delay: 335ms;
    transition-delay: 335ms;
    z-index: 5;
}
.section.index-rz .img6{
    left: 400px;
    top: 205px;
    height: 85px;
    width: 138px;
    -webkit-transition-delay: 335ms;
    -moz-transition-delay: 335ms;
    transition-delay: 335ms;
}
.section.index-rz .img7{
    left: 350px;
    top: 171px;
    height: 50px;
    width: 100px;
    -webkit-transition-delay: 335ms;
    -moz-transition-delay: 335ms;
    transition-delay: 335ms;
}




.ani * {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -moz-transition-property: transform,opacity,-moz-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform,-moz-transform;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
.in * {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;
}
.out * {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.section.index-about .num-box ul{
    margin: 0 -10px 45px;
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s;
}
.section.index-about .num-box ul li{
    width: 20%;
    float: left;
    text-align: center;
}
.section.index-about .num-box ul li .num{
    font-size: 32px;
    color: #01c4fe;
}
.section.index-about .num-box ul li .num-des{
    font-size: 14px;
    color: #ddd;
    margin: 5px 0 0;
}
.section.index-about .section-right{
    text-align: center;
    padding-top: 50px;
}


/****入驻****/
.rz-service{
    padding: 60px 0 40px;
}
.rz-service ul.u1{
    text-align: center;
    font-size: 0;
    margin: 25px -10px 0;
}
.rz-service ul.u1 li{
cursor:pointer;
    display: inline-block;
    width: calc(100% / 7 - 20px);
    margin: 0 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
}
.rz-service ul.u1 li h2{
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
}
.rz-service ul.u2{
    margin: 35px -10px 0;
}
.rz-service ul.u2 li{
cursor:pointer;
    float: left;
    margin: 0 10px 20px;
    padding-top: 40px;
    width: 285px;
    height: 150px;
    text-align: center;
    border: 1px solid #eff0f0;
}
.rz-service ul.u2 li i{
    font-size: 55px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.rz-service ul.u2 li:nth-child(1) i{
    color: #F30;
}
.rz-service ul.u2 li:nth-child(2) i{
    color: #96ef06;
}
.rz-service ul.u2 li:nth-child(3) i{
    color: #13abf8;
}
.rz-service ul.u2 li:nth-child(4) i{
    color: #F77A6A;
}
.rz-service ul.u2 li:nth-child(5) i{
    color: #0099ff;
}
.rz-service ul.u2 li:nth-child(6) i{
    color: #862ad5;
}
.rz-service ul.u2 li:nth-child(7) i{
    color: #70CC5F;
}
.rz-service ul.u2 li:nth-child(8) i{
    color: #E2C77B;
}
.rz-service ul.u2 li:nth-child(9) i{
    color: #ff5858;
}
.rz-service ul.u2 li:nth-child(10) i{
    color: #18b1ea;
}
.rz-service ul.u2 li:nth-child(11) i{
    color: #fd8403;
}
.rz-service ul.u2 li:nth-child(12) i{
    color: #20d8ca;
}
.rz-service ul.u2 li p{
    color: #555;
}
.rz-service ul.u2 li:hover i{
    font-size: 56px;
}
.rz-project{
    background: url("../images/rz07.jpg") fixed no-repeat center/cover;
}
.rz-project .title1,.rz-project .title3{
    color: #fff;
}
.rz-project .title2{
    color: rgba(255, 255, 255, 0.25);
}
.rz-project .box{
    text-align: center;
}
.rz-project .box ul li{
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 100px;
    margin: 50px 50px 20px;
}
.rz-advantage .box{

}
.new-oper-two-boy {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 30px 0;
    margin-top: 25px;
}
.new-op-ml-title {
    margin-bottom: 30px;
}
.new-oper-two-left {
    width: 40%;
    float: left;
}
.n-op-tit-l {
    text-align: right;
}
.n-op-tit-l .name {
    font-size: 18px;
    line-height: 36px;
    display: block;
    color: #02adfd;
}
.n-op-tit-l .line {
    display: block;
    width: 55px;
    height: 2px;
    background: #02adfd;
    float: right;
    margin-top: 6px;
}
.new-oper-two-middle {
    width: 16%;
    float: left;
}
.new-oper-two-middle i {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background-image: url("../images/icon.png");
}
.new-oper-two-middle i.i1{
    background-position: 0 0;
}
.new-oper-two-middle i.i2{
    background-position: -51px 0;
}
.new-oper-two-middle i.i3{
    background-position: -102px 0;
}
.new-oper-two-middle i.i4{
    background-position: -155px 0;
}
.new-oper-two-middle i.i5{
    background-position: -207px 0;
}
.new-oper-two-right {
    width: 42%;
    float: left;
}
.n-op-tit-r .name {
    font-size: 18px;
    line-height: 36px;
    display: block;
}
.n-op-tit-r .line {
    display: block;
    width: 55px;
    height: 2px;
    background: #999;
    float: left;
    margin-top: 6px;
}
.new-oper-two-b-in {
    margin: 20px 0 40px;
}
.n-op-boy-l .sm-nr-op {
    text-align: right;
}
.sm-tit-op{
    color: #444;
}
.sm-nr-op p {
    line-height: 25px;
    color: #999;
    font-size: 15px;
}
p.disFw.tar.sm-tit-op{
    text-align: right;
}
.c-master {

}
.new-oper-two-boy .line{
    left: 0;
    margin: 0;
}
.rz-require{

}
.rz-require .box>div {
    width: 570px;
    float: left;
    border-radius: 8px;
    transition: all .5s;
}

.rz-require .div-1 {
    margin-right: 60px;
}

.rz-require .box>div h3 {
    background: #02adfe;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 64px;
}
.rz-require .box{
    margin-top: 35px;
}
.rz-require .box>div {
    box-shadow: 0 0 10px #d7d7d7;
    overflow: hidden;
}

.rz-require .div1_b {
    padding: 22px 28px 35px;
    background: #fff;
}

.rz-require .div1_b li {
    overflow: hidden;
    color: #555;
    line-height: 46px;
    border-bottom: 1px dashed #e6e6e6;
}

.rz-require .div1_b li span.fr {
    width: 202px;
    text-align: left;
}

.rz-require .zhu {
    font-size: 12px;
    color: #e94709;
    font-weight: 700;
    vertical-align: top;
}

.rz-require .pt {
    display: inline-block;
    font-size: 12px;
    color: #999;
    width: 316px;
    line-height: 1.5;
}

.rz-require .lianxi {
    float: right;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0 10px #fbdcd1;
}
.rz-require .div-1 .lianxi{
    background: #02adfe;
}
.rz-require .div-2 .lianxi{
    background: #01c4fe;
}
.rz-require .box>div.div-2 h3 {
    background: #01c4fe;
}

.rz-process{

}
.rz-process h3{
    color: #0accbe;
}
.rz-process ul{
    margin: 35px -30px 0;
}
.rz-process ul li{
    float: left;
    width: 180px;
    text-align: center;
    position: relative;
}
.rz-process ul li i{
    width: 80px;
    height: 80px;
    display: inline-block;
    background-image: url("../images/icon.png");
}
.rz-process ul li:nth-child(1) i{
    background-position: 0 -51px;
}
.rz-process ul li:nth-child(2) i{
    background-position: -80px -51px;
}
.rz-process ul li:nth-child(3) i{
    background-position: -160px -51px;
}
.rz-process ul li:nth-child(4) i{
    background-position: -240px -51px;
}
.rz-process ul li:nth-child(5) i{
    background-position: -320px -51px;
}
.rz-process ul li:nth-child(6) i{
    background-position: -400px -51px;
}
.rz-process ul li:nth-child(7) i{
    background-position: -480px -51px;
}

.rz-process ul li p{
    color: #555;
    margin-top: 10px;
}
.rz-process ul li em{
    color: #ddd;
    font-size: 24px;
    position: absolute;
    top: 27px;
    right: -15px;
}
.rz-process .link{
    margin-top: 60px;
}


/*****营销*****/
.yx-service ul{
    margin: 60px -14px 0;
}
.yx-service ul li{
    width: 279px;
    min-height: 310px;
    padding: 50px 30px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 0px rgba(54,54,54,0.1);
    border-radius: 10px;
    border-radius: 5px;
    float: left;
    margin: 0 14px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.yx-service ul li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.yx-service ul li i{
    font-size: 50px;
    color: #0099ff;
   background-image:-webkit-linear-gradient(bottom,#0099ff,#63bdde,#84d9f9);
    /*background-image:-webkit-linear-gradient(bottom,#e77a51,#fd8403,yellow);*/
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.yx-service ul li h2:nth-of-type(1){
    font-size: 18px;
    color: #000;
    margin: 15px 0;
}
.yx-service ul li h2{
    font-size: 15px;
    color: #777;
    line-height: 25px;
    letter-spacing: 1px;
}
.yx-project .link{
    margin-top: 50px;
}
.putSer {
    width: 100%;
    margin-top: 60px;
}
.putSer .putSer-ct {
    float: left;
    width: 300px;
    padding-bottom: 108px;
}
.putSer .putSer-ct.odd {
    background-color: #fcfcfc;
}
.putSer .putSer-ct.even {
    background-color: #ffffff;
}
.putSer div.icon {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 88px auto 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.putSer .dynamic {
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.putSer .put1 .icon {
    width: 75px;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat 0 -131px;
}
.putSer .put1 .dynamic {
    top: 27px;
    right: -10px;
    width: 47px;
    height: 47px;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat 0 -221px;
}
.putSer .put1:hover .dynamic {
    -webkit-animation: move-put1 1s ease-in-out;
    -o-animation: move-put1 1s ease-in-out;
    animation: move-put1 1s ease-in-out;
}
.putSer .put2 .icon {
    width: 85px;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -75px -131px;
}
.putSer .put2 .dynamic {
    right: 10px;
    bottom: 25px;
    width: 38px;
    height: 26px;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -47px -221px;
}
.putSer .put2:hover .dynamic {
    -webkit-animation: move-put2 1s ease-in-out;
    -o-animation: move-put2 1s ease-in-out;
    animation: move-put2 1s ease-in-out;
}
.putSer .put3 .icon-ct {
    width: 64px;
    height: 80px;
    margin: 0 auto;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -160px -141px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.putSer .put3 .dynamic {
    right: 0;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 6px;
    margin: 0 auto;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -83px -222px;
}
.putSer .put3:hover .icon-ct {
    -webkit-animation: move-put31 2s ease-in-out;
    -o-animation: move-put31 2s ease-in-out;
    animation: move-put31 2s ease-in-out;
}
.putSer .put3:hover .dynamic {
    -webkit-animation: move-put3 2s ease-in-out;
    -o-animation: move-put3 2s ease-in-out;
    animation: move-put3 2s ease-in-out;
}
.putSer .put4 .icon-ct {
    right: 0;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -224px -131px;
}
.putSer .put4 .dynamic {
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 66px;
    height: 55px;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -173px -221px;
}
.putSer .put4:hover .icon-ct {
    -webkit-animation: move-put4 1.5s linear;
    -o-animation: move-put4 1.5s linear;
    animation: move-put4 1.5s linear;
}
.putSer .putSer-item {
    margin-top: 32px;
    text-align: center;
}
.putSer .putSer-item .tit {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
}
.putSer .putSer-item .desc {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    padding: 0 30px;
}
.putSer .putSer-item strong {
    font-weight: bold;
}
@keyframes move-put1 {
    0% {
        right: -10px;
    }
    50% {
        right: 20px;
    }
    100% {
        right: -10px;
    }
}
@keyframes move-put2 {
    0% {
        right: 10px;
    }
    50% {
        right: 45px;
    }
    100% {
        right: 10px;
    }
}
@keyframes move-put21 {
    0% {
        background-position: center bottom;
    }
    25% {
        background-position: 0 bottom;
    }
    50% {
        background-position: center bottom;
    }
    75% {
        background-position: right bottom;
    }
    100% {
        background-position: center bottom;
    }
}
@keyframes move-put3 {
    0% {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -moz-transform: scale(0.7, 0.7);
        -webkit-transform: scale(0.7, 0.7);
        -o-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
    100% {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes move-put31 {
    0% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        /* Safari 和 Chrome */
        -moz-transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        /* Safari 和 Chrome */
        -moz-transform: rotateY(360deg);
    }
    100% {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        /* Safari 和 Chrome */
        -moz-transform: rotateY(360deg);
    }
}
@keyframes move-put4 {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.bigData {
    overflow: hidden;
}
.bigData .tab {
    position: relative;
    height: 59px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    line-height: 59px;
    color: #999;
    text-align: center;
}
.bigData .tab ul {
    display: table;
    margin: 0 auto;
}
.bigData .tab .lst {
    float: left;
    width: 160px;
    margin: 0 74px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bigData .tab .lst.crt {
    color: #333;
}
.bigData .tab .bg {
    position: absolute;
    left: 365px;
    bottom: -1px;
    height: 2px;
    width: 160px;
    background-color: #ff8800;
}
.bigData .bD-item {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bigData .bD-item.crt {
    display: block;
}
.bigData .bD-item:first-child {
    padding: 60px 34px 0;
}
.bigData .bD1-bg {
    width: 774px;
    height: 99px;
    margin: 11px auto 0;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat 0 -741px;
}
.bigData .bD1-center {
    position: relative;
    height: 150px;
}
.bigData .bD1-center .bD4 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 292px;
    height: 151px;
    margin: 0 auto;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -560px -290px;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
}
.bigData .bD1-center .bD4:hover {
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -560px -444px;
}
.bigData .bD1-center .bD4:hover .level1 {
    -webkit-animation: bd_move1 0.5s ease-in-out;
    -o-animation: bd_move1 0.5s ease-in-out;
    animation: bd_move1 0.5s ease-in-out;
}
.bigData .bD1-center .bD4:hover .level2 {
    -webkit-animation: bd_move2 0.7s ease-in-out;
    -o-animation: bd_move2 0.7s ease-in-out;
    animation: bd_move2 0.7s ease-in-out;
}
.bigData .bD1-center .bD4 .level1 {
    width: 150px;
    height: 150px;
    background-color: rgba(255, 179, 0, 0.03);
}
.bigData .bD1-center .bD4 .level2 {
    width: 120px;
    height: 120px;
    margin-top: 15px;
    background-color: rgba(255, 179, 0, 0.1);
}
.bigData .bD1-center .bD4 .level3 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-top: 25px;
    background: #ffb300;
    text-align: center;
}
.bigData .bD1-center .bD4 .level3 em{
    font-size: 40px;
    color: #fff;
}
.bigData .bD1-tit {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}
.bigData .bD1-desc {
    font-size: 14px;
    line-height: 20px;
    color: #a8a8a8;
    text-align: center;
    margin-top: 10px;
}
.bDct-item {
    float: left;
    position: relative;
    width: 280px;
    height: 155px;
    margin: 0 48px;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
}
.bDct-item.bD1 {
    transform: none;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat 0 -276px;
}
.bDct-item.bD1:hover {
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -280px -276px;
}
.bDct-item.bD1:hover .level1 {
    -webkit-animation: bd_move1 0.5s ease-in-out;
    -o-animation: bd_move1 0.5s ease-in-out;
    animation: bd_move1 0.5s ease-in-out;
}
.bDct-item.bD1:hover .level2 {
    -webkit-animation: bd_move2 0.7s ease-in-out;
    -o-animation: bd_move2 0.7s ease-in-out;
    animation: bd_move2 0.7s ease-in-out;
}
.bDct-item.bD1 .level1 {
    background-color: rgba(255, 81, 71, 0.03);
}
.bDct-item.bD1 .level2 {
    background-color: rgba(255, 81, 71, 0.1);
}
.bDct-item.bD1 .level3 {
    background: #ff5147;
}
.bDct-item.bD2 {
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat 0 -431px;
}
.bDct-item.bD2:hover {
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -280px -431px;
}
.bDct-item.bD2:hover .level1 {
    -webkit-animation: bd_move1 0.5s ease-in-out;
    -o-animation: bd_move1 0.5s ease-in-out;
    animation: bd_move1 0.5s ease-in-out;
}
.bDct-item.bD2:hover .level2 {
    -webkit-animation: bd_move2 0.7s ease-in-out;
    -o-animation: bd_move2 0.7s ease-in-out;
    animation: bd_move2 0.7s ease-in-out;
}
.bDct-item.bD2 .level1 {
    background-color: rgba(0, 204, 102, 0.03);
}
.bDct-item.bD2 .level2 {
    background-color: rgba(0, 204, 102, 0.1);
}
.bDct-item.bD2 .level3 {
    background: #00cc66;
}
.bDct-item.bD3 {
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat 0 -586px;
}
.bDct-item.bD3:hover {
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -280px -586px;
}
.bDct-item.bD3:hover .level1 {
    -webkit-animation: bd_move1 0.5s ease-in-out;
    -o-animation: bd_move1 0.5s ease-in-out;
    animation: bd_move1 0.5s ease-in-out;
}
.bDct-item.bD3:hover .level2 {
    -webkit-animation: bd_move2 0.7s ease-in-out;
    -o-animation: bd_move2 0.7s ease-in-out;
    animation: bd_move2 0.7s ease-in-out;
}
.bDct-item.bD3 .level1 {
    background-color: rgba(87, 174, 255, 0.03);
}
.bDct-item.bD3 .level2 {
    background-color: rgba(87, 174, 255, 0.1);
}
.bDct-item.bD3 .level3 {
    background: #57aeff;
}
.bDct-item .level1 {
    width: 140px;
    height: 140px;
}
.bDct-item .level2 {
    width: 110px;
    height: 110px;
    margin-top: 15px;
}
.bDct-item .level3 {
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    margin-top: 25px;
}
.bDct-item .level3 em{
    font-size: 36px;
    color: #fff;
}
.bDct-item i,
.bD1c-ct i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@keyframes bd_move1 {
    0% {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
    50% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
    }
    100% {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}
@keyframes bd_move2 {
    0% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
    }
    100% {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}

.form{
    margin-top: 40px;
}
.form ul{
    margin: 0 -9px;
}
.form ul li{
    margin: 0 9px;
}
.form ul li.lt{
    width: 388px;
    float: left;
}
.form ul li .input{
    width: 100%;
    padding: 15px;
    font-size: 15px;
    border: 1px solid #ddd;
}
.form ul li:nth-of-type(1),.form ul li:nth-of-type(2){
    position: relative;
}
.form ul li:nth-of-type(1):after,.form ul li:nth-of-type(2):after{
    content: '*';
    display: block;
    position: absolute;
    right: 10px;
    color: red;
    font-size: 18px;
    top:40%;
}
.form ul li .textarea {
    margin-top: 15px;
    font-size: 15px;
    height: 150px;
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
}
.form .link{
    margin-top: 35px;
}
.communication-con{
    background: url("/lanqingting/publics/pc/img/kcbys.png") no-repeat center;
    width: 439px;
    height: 430px;
    margin: 100px auto 0;
    position: relative;
}
.communication-con-item{
    position: absolute;
    text-align: center;
    white-space:nowrap;
}
.communication-con-item h5{
    font-size:18px;
    margin-bottom: 10px;
    line-height:24px;
}
.communication-con-item p{
    font-size:14px;
    margin-top: -5px;
    color: #666;
}
.nort-1{
    top: -15%;
    left: 18%;
}
.nort-2{
    text-align: right;
    top: 14%;
    left: -28%;
}
.nort-3{
    text-align: left;
    top: 18%;
    left: 97%;
}
.nort-4{
    text-align: left;
    top: 52%;
    left: -36%;
}
.nort-5{
    text-align: left;
    top: 52%;
    left: 104%;
}
.nort-6{
    text-align: left;
    top: 82%;
    left: -15%;
}
.nort-7{
    text-align: left;
    top: 82%;
    left: 85%;
}
.weibo-line-1{
    width: 100%;
    height: 1px;
    color: #f8f8f8;
}
/*****代运营*****/
.dyy-service .service-box ul {
    margin: 35px -14px 0;
}
.dyy-service .service-box ul li{
    float: left;
    width: 279px;
    height: 340px;
    padding: 40px 30px;
    margin: 0 14px;
    text-align: center;
    border-radius: 10px;
    vertical-align: top;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(54,54,54,0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.dyy-service .service-box ul li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.dyy-service .service-box ul li i{
    font-size: 50px;
    color: #02adfd;
    background-image:-webkit-linear-gradient(bottom,#02adfd,#84d9f9,#80ece2);
    /*background-image:-webkit-linear-gradient(bottom,#e77a51,#fd8403,yellow);*/
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.dyy-service .service-box ul li h2:nth-of-type(1){
    font-size: 18px;
    color: #000;
    margin: 20px 0 10px;
}
.dyy-service .service-box ul li h2{
    font-size: 15px;
    color: #777;
    line-height: 25px;
    letter-spacing: 1px;
}
.problems{

}
.problems h4{
    text-align: center;
}
.problems h4 span {
    display: inline-block;
    background: #F0F0F0;
    color: #666;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: 0 2px 4px #cacece;
}
.problems h4 span:hover{
    color: #fff;
    background: #333;
}
.problems-content {
    width: 446px;
    height: 446px;
    margin: 70px auto;
    position: relative;
}
.problems-content .r1 {
    width: 446px;
    height: 446px;
    border: 1px dashed #02adfd;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    background: #f9f9f9
}
.problems-content .r {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}
.problems-content .r2 {
    width: 300px;
    height: 300px;
    background: #02adfd;
    background: -webkit-linear-gradient(bottom,#02adfd,#84def9,#80ece2);
    background: -webkit-linear-gradient(bottom,#02adfd,#84d9f9,#80ece2);
}
.problems-content .r3 {
    width: 260px;
    height: 260px;
    background: #fff;
    text-align: center;
    color: #333;
    position: relative
}
.problems-content .r3 .r3b {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%)
}
.fly .cb{
    width: 60px;
    height: 86px;
}
.fly .st{
    width: 20px;
    height: 86px;
    transform-origin: right;
    animation: st 2s infinite alternate;
}
.fly .cb1{
    background: url("/lanqingting/publics/pc/img/logo.png") no-repeat 0 -160px;
    transform-origin: right;
    animation: cb 2s infinite alternate;
}
.fly .cb2{
    transform-origin: left;
    animation: cb 2s infinite alternate;
}
@keyframes cb
{
    from {transform: rotateY(0deg);}
    to {transform: rotateY(45deg);}
}
@-webkit-keyframes cb
{
    from {transform: rotateY(0deg);}
    to {transform: rotateY(45deg);}
}
@keyframes st
{
    from {transform: translateY(0);}
    to {transform: translateY(-2px);}
}
@-webkit-keyframes st
{
    from {transform: translateY(0);}
    to {transform: translateY(-2px);}
}
.problems-content .r3 p:nth-of-type(1){
    font-size: 22px;
    margin: 10px 0 3px;
}
.problems-content .r3 p:nth-of-type(2){
    font-size: 14px;
    color: #666;
}
.problems-content .item {
    position: absolute;
    width: 320px
}
.problems-content .item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    height: 1px;
    background: #84d9f9;
}
.problems-content .item .title {
    font-size: 18px;
    padding: 15px 0;
    height: auto;
    text-align: left;
}
.problems-content .item1 .title,.problems-content .item2 .title,.problems-content .item3 .title{
    text-align: right;
}
.problems-content .item .title i{
    font-size: 24px;
    vertical-align: middle;
    color: #81e7e8;
}
.problems-content .item .stitle {
    color: #777;
}
.problems-content .item .entitle {
    font-size: 14px;
    line-height: 22px;
    color: #888;
    width: 245px
}
.problems-content .item .rline {
    position: absolute;
    height: 15px
}
.problems-content .item .rline:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #02adfd;
    position: absolute;
    right: 0;
    top: 0
}
.problems-content .item .rline:after {
    content: '';
    display: block;
    width: 47px;
    height: 1px;
    background: #84d9f9;
    position: absolute;
    right: 15px;
    top: 7px
}
.problems-content .item1 {
    left: -298px;
    top: -8px;
    padding-right: 48px;
    text-align: right;
}
.problems-content .item1 .rline {
    transform: rotate(45deg);
    transform-origin: 100% 0;
    right: -45px;
    top: 83px
}
.problems-content .item1 .rline:after {
    width: 42px
}
.problems-content .item2 {
    left: -357px;
    top: 209px;
    padding-right: 15px;
    text-align: right;
}
.problems-content .item2 .rline {
    top: 41px;
    right: -47px
}
.problems-content .item3 {
    left: -157px;
    top: 433px;
    width: 340px;
    padding-right: 48px;
    text-align: right;
}
.problems-content .item3 .rline {
    transform: rotate(-45deg);
    transform-origin: 100% 0;
    right: -35px;
    top: 3px
}
.problems-content .item3 .rline:after {
    width: 42px
}
.problems-content .item4 {
    width: 344px;
    padding-left: 48px;
    right: -344px;
    top: 22px
}
.problems-content .item4 .rline {
    transform: rotate(135deg);
    transform-origin: 100% 0;
    left: -35px;
    top: 94px
}
.problems-content .item4 .rline:after {
    width: 42px
}
.problems-content .item5 {
    width: 345px;
    padding-left: 58px;
    right: -355px;
    top: 308px
}
.problems-content .item5 .rline {
    transform: rotate(-135deg);
    transform-origin: 100% 0;
    left: -45px;
    top: 14px
}
.problems-content .item5 .rline:after {
    width: 42px
}
.problems .help{
    font-size: 22px;
    text-align: center;
    background: #ff5858;
    background: -o-linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    background: -moz-linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    background: -webkit-linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    background: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    height: 100px;
    color: #fff;
    letter-spacing: 1px;
}
.problems .help p{
    display: inline-block;
    line-height: 1.3;
    height: 55px;
    margin-top: 25px;
}
.problems .help a{
    color: #333;
    display: inline-block;
    margin-left: 15px;
    background: #f2f2f2;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border-radius: 3px;
    vertical-align: top;
    margin-top: 28px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.problems .help a:hover{
    color: #222;
}
.card-area{
    margin: 55px 0 20px;
}
.card-area .card-item {
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    background-color: #fafafa;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 40px 0 50px 0;
    position: relative;
    cursor: pointer;
}
.card-area li{
    width: 292px;
    float: left;
}
.card-area li:nth-child(1) .icon{
    background: #f53338;
}
.card-area li:nth-child(2) .icon{
    background: #2e80e2;
}
.card-area li:nth-child(3) .icon{
    background: #2fc27e;
}
.card-area li:nth-child(4) .icon{
    background: #f90;
}
.card-area .card-active {
    background-color: #0ba1e4;
    border: 1px solid #0ba1e4;
    box-shadow: 0 0 20px 0 rgba(45,183,245,.5);
    color: #fff;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    z-index: 11;
}
.card-item .card-title h3{
    font-size: 17px;
    color: #222;
    letter-spacing: 1px;
    margin: 20px 0 15px 0;
    text-align: center;
}
.card-item.card-active .card-title h3{
    color: #fff;
}
.card-item .icon{
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}
.card-item .icon i{
    color: #fff;
    font-size: 36px;
}
.card-item .card-content{
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    height: 85px;
    line-height: 1.5;
    text-align: justify;
}
.card-area .card-active .card-content{
    color: #fff;
}
.distribution {
    position: relative;
}
.distribution h3 ,.distribution h4{
    color: #fff;
}
.distribution .num-box{
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-top: 120px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.distribution .num-box ul li{
    float: left;
    padding: 0 30px;
    color: #f6d220;
    border-right: 1px solid rgba(246, 210, 32, 0.25);
    text-align: center;
}
.distribution .num-box ul li:last-child{
    border: none;
}
.distribution ul li .num{
    font-size: 42px;
}
.distribution ul li .des{
    color: #eee;
    font-size: 15px;
}

.china-map {
    width: 605px;
    height: 500px;
    margin: -70px auto 0;
    background: url(/lanqingting/publics/pc/img/map.png) no-repeat center/contain;
    position: relative;
}
.region-list {
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}
@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}
@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}
.area-box .dot {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff5858;
    opacity: 1;
    filter: alpha(opacity=100);
}
.area-box .pulse {
    position: absolute;
    top: -28px;
    left: -28px;
    height: 66px;
    width: 66px;
    border: 2px solid #ff5858;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    -moz-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0;
}
.area-box .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.area-box .delay-02 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
.area-box .delay-03 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}
.region-list.active .area-box .dot {
    background: #00ceff;
}
.region-list.active .area-box .pulse {
    border-color: #00ceff;
    top: -41px;
    left: -41px;
    height: 88px;
    width: 88px;
    -webkit-box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
    -moz-box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
    box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
}
.region-list.waite .area-box .dot {
    background: #f90;
}
.region-list.waite .area-box .pulse {
    border-color: #f5b65c;
}
.show-regin {
    position: absolute;
    left: 2px;
    height: 0;
    top: 0;
    width: 11px;
    opacity: 0;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin {
    height: 127px;
    opacity: 1;
}
.show-regin span {
    position: absolute;
    left: 8px;
    top: -11px;
    padding: 6px 10px;
    font-size: 14px;
    color: #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
}
.postition-10 .show-regin span {
    left: 0;
}
.postition-6 .show-regin span {
    left: -72px;
}
.area-box {
    z-index: 77;
}
.show-regin {
    z-index: 66;
}
.region-list.active .show-regin span {
    position: relative;
    color: #ccc;
}
.region-list.waite .show-regin span {
    color: #ccc;
}
.postition-1 .area-box .pulse {
    border: 2px solid #06ec8e;
}
.postition-1 .area-box .dot {
    background: #06ec8e;
}
.postition-1 {
    left: 500px;
    top: 300px;
}
.postition-2 {
    left: 490px;
    top: 400px;
}
.postition-3 {
    left: 435px;
    top: 420px;
}
.postition-4 {
    left: 358px;
    top: 337px;
}
.dyy-rz{
    background: #009fd9;
    -o-background: linear-gradient(-60deg, #13abf8 0%, #009fd9 100%);
    -moz-background: linear-gradient(-60deg, #13abf8 0%, #009fd9 100%);
    -webkit-background: linear-gradient(-60deg, #13abf8 0%, #009fd9 100%);
    background: linear-gradient(-60deg, #13abf8 0%, #009fd9 100%);
}
.dyy-rz .title1,.dyy-rz .title3{
    color: #fff;
}

.dyy-dz .box{
    margin-top: 75px;
}
.dyy-dz ul li{
    width: 595px;
    margin-bottom: 10px;
}
.dyy-dz ul li:nth-of-type(odd),.dyy-dz ul li:nth-of-type(odd) .des ,.dyy-dz ul li:nth-of-type(odd) .tit{
    float: left;
}
.dyy-dz ul li:nth-of-type(1) .tit,.dyy-dz ul li:nth-of-type(4) .tit{
    border-radius: 0 60px 0 60px;
}
.dyy-dz ul li:nth-of-type(2) .tit,.dyy-dz ul li:nth-of-type(3) .tit{
    border-radius: 60px 0 60px 0;
}
.dyy-dz ul li:nth-of-type(even),.dyy-dz ul li:nth-of-type(even) .des,.dyy-dz ul li:nth-of-type(odd) .tit{
    float: right;
}
.dyy-dz ul li .des{
    width: 350px;
    height: 200px;
    padding-top: 25px;
}
.dyy-dz ul li .des h4{
    font-size: 18px;
}
.dyy-dz ul li .des h4:after{
    display: block;
    content: '';
    width: 2em;
    height: 2px;
    margin: 10px 0;
}
.dyy-dz ul li:nth-of-type(1) .des h4{
    color: #009ee8;
}
.dyy-dz ul li:nth-of-type(2) .des h4{
    color: #ff5858;
}
.dyy-dz ul li:nth-of-type(3) .des h4{
    color: #0cbd75;
}
.dyy-dz ul li:nth-of-type(4) .des h4{
    color: #f09819;
}
.dyy-dz ul li .des p{
    font-size: 15px;
    color: #666;
    line-height: 1.75;
    text-align: justify;
}
.dyy-dz ul li .tit{
    width: 200px;
    height: 200px;
    color: #fff;
    padding-top: 55px;
    text-align: center;
}
.dyy-dz ul li:nth-of-type(1) .tit,.dyy-dz ul li:nth-of-type(1) h4:after{
    background: #009ee8;
}
.dyy-dz ul li:nth-of-type(2) .tit,.dyy-dz ul li:nth-of-type(2) h4:after{
    background: #ff5858;
}
.dyy-dz ul li:nth-of-type(3) .tit,.dyy-dz ul li:nth-of-type(3) h4:after{
    background: #0cbd75;
}
.dyy-dz ul li:nth-of-type(4) .tit,.dyy-dz ul li:nth-of-type(4) h4:after{
    background: #f09819;
}
.dyy-dz ul li .tit i{
    font-size: 36px;
    line-height: 1.3;
}

.dyy-case h3{
    background: #fff;
}
.dyy-case .link,.rz-case .link,.yx-case .link{
    margin-top: 30px;
}


/****案例文章****/
.category{
    text-align: center;
    margin-top: 35px;
}
.category ul li{
    display: inline-block;
    margin: 0 5px;
}
.category ul li a{
    display: block;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px 30px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.category ul li:hover a{
    border-color: #00b0e8;
    color: #00b0e8;
}
.category ul li.cur a{
    background: #00B0E8 linear-gradient(to right ,#0099ff , #02adfd);
    color: #fff;
    border-color: #00B0E8;
    border-radius: 2px;
}

.archives ul{
    margin: 35px -15px 0;
}
.archives ul li{
    width: 390px;
    margin: 0 10px 20px;
    float: left;
    border: 1px solid #eee;
}
.archives ul li a{
    display: block;
}
.archives ul li .pic{
    overflow: hidden;
    height: 250px;
    position: relative;
}
.archives ul li .pic figure{
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
}
.archives ul li .pic .view{
    opacity: 0;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.archives ul li:hover .pic .view{
    opacity: 1;
    height: 100%;
    background: rgba(0,0,0,.65);
}
.archives ul li .pic span{
    position: absolute;
    display: block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    color: #fff;
    width: 120px;
    margin: 107px 0 0 134px;
    border-radius: 18px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.archives ul li:hover .pic span{
    opacity: 1;
}
.archives ul li .pic span:hover{
    background: #02adfd;
    border-color: #02adfd;
}
.archives ul li h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 15px;
    color: #333;
}
.pageniation {
    text-align: center;
    margin: 30px 0 60px;
}
.pageniation ul li {
    display: inline-block;
}
.pageniation ul li a {
    display: block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #0099ff;
    background: #fff;
    border: 1px solid #0099ff;
}
.pageniation ul li.thisclass a,.pageniation ul li a:hover {
    background: #0099ff;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#show-archive{
    background: #f5f7f9;
    padding-bottom: 60px;
}
#show-archive:before {
    padding-top: 130px;
}
#show-archive article{
    padding: 35px 25px 25px 25px;
    background: #fff;
    width: 900px;
    border-right: 1px solid #eee;
    float: left;
}
#show-archive article>h2{
    text-align: center;
    font-size: 28px;
    color: #222;
}
#show-archive article .meta {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin: 8px 0 20px 0;
    border-bottom: 1px dotted #E9E9E9;
    padding-bottom: 20px;
}
#show-archive article .body{
    color: #555;
    line-height: 1.75;
    letter-spacing: 1px;
    text-align: justify;
}
#show-archive .pages {
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px dashed #eee;
    color: #666;
    letter-spacing: 1px;
}
#show-archive .pages ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 30px;
    font-size: 15px;
}
#show-archive .pages ul li,#show-archive .pages ul li a{
    color: #666;
}
#show-archive .pages ul li a:hover{
    color: #00B0E8;
}
#show-archive aside {
    width: 285px;
    float: right;
    margin-left: 15px;
    padding: 20px 15px;
    background: #fff;
    margin-bottom: 15px;
}
#show-archive aside h5 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #E9E9E9;
}
#show-archive aside ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
}
#show-archive aside ul li a {
    font-size: 14px;
    color: #555;
}
#show-archive aside ul li i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    background: #f5f5f5;
    font-size: 12px;
    color: #616161;
    margin-right: 5px;
}
#show-archive aside ul li:nth-of-type(1) i {
    background: #0099ff;
    color: #fff;
}
#show-archive aside ul li:nth-of-type(2) i {
    background: #01c4fe;
    color: #fff;
}
#show-archive aside ul li:nth-of-type(3) i {
    background: #84d9f9;
    color: #fff;
}

/*****关于****/
.profile .box{
    /*margin-top: 25px;*/
}
.profile i{
    display: block;
    width: 1px;
    height: 90px;
    background-color: #ccc;
    margin: 50px auto 0;
    position: relative;
    z-index: 3;
}
.profile .box{
    /*background: rgba(255, 255, 255, 0.85);*/
    z-index: 1;
    position: relative;
    padding:  0;
    text-align: center;

}
.profile .num-box ul li{
    display: inline-block;
    width: 200px;
    border-right: 1px solid #eee;
}
.profile .num-box ul li:last-child{
    border: none;
}
.profile .num-box ul li .num{
    font-size: 48px;
    font-weight: bold;
}
.profile .num-box ul li .des{
    font-size: 14px;
    color: #666;
}
.profile .box .intro{
    /*margin-top: 55px;*/
    line-height: 30px;
    color: #666;
    text-align: left;
}
.profile .box .intro p{
    margin-bottom: 10px;
}
.culture{
    background: url("/lanqingting/publics/pc/img/01.jpg") no-repeat fixed center/cover;
}
.culture .title1{
    color: #fff;
    font-size: 40px;
}
.culture .title2{
    color: #82878f;
}
.culture small{
    font-size: 16px;
    color: #afafaf;
    display: block;
    line-height: 1.5;
    text-align: center;
}
.culture ul {
    margin: 35px -12px 0;
}
.culture ul li{
    margin: 12px;
    float: left;
    width: 384px;
    position: relative;
    padding: 25px 0 25px 140px;
    border: 1px solid #999;
    background: rgba(255, 255, 255, 0.25);
}
.culture ul li i{
    position: absolute;
    top: 45px;
    left: 45px;
    font-size: 50px;
    color: #00b0e8;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.culture ul li:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.culture ul li h4{
    font-size: 18px;
    color: #fff;
}
.culture ul li .en{
    font-size: 14px;
    color: #afafaf;
    text-transform: uppercase;
}
.culture ul li p{
    font-size: 14px;
    line-height: 24px;
    color: #eee;
}
.contact-us{
    background: #fff;
    margin-top: 50px;
    box-shadow: 0 0px 15px rgba(0,0,0,0.1);
}
.contact-us-left{
    width: 800px;
    height: 500px;
    float: left;
    padding: 100px;
}
.contact-us-left h2{
    font-size: 24px;
    color: #333;
    padding-bottom: 30px;
    font-weight: 300;
}
.contact-us-left p{
    font-size: 16px;
    color: #666;
    line-height: 37px;
}
.contact-us-left ul{
    margin-top: 30px;
}
.contact-us-left ul li{
    float: left;
    margin-right: 20px;
    transition: 0.3s;
}
.contact-us-left ul li a{
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    border: 1px solid #555;
    font-size: 14px;
    color: #555;
    transition: 0.3s;
}
.contact-us-left ul li:hover a{
    color: #fff;
    border: 1px solid #0ba1e4;
    background: #0ba1e4;
}
.contact-us-left ul li a i{
    font-size: 20px;
    vertical-align: middle;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.contact-us-left ul li:hover i{
    color: #fff;
    transform: translateX(-5px);
}
.contact-us-left ul li a.wxkf{
    position: relative;
}
.contact-us-left ul li a.wxkf img{
    position: absolute;
    top: -45px;
    right: -120px;
    border: 1px solid #ddd;
    border-radius: 3px;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.contact-us-left ul li:hover a.wxkf img{
    visibility: visible;
    right: -135px;
    
}
.contact-us-right{
    width: 400px;
    height: 500px;
    float: left;
    position: relative;
}
.contact-us-right .txt{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 1;
    transition: 0.8s;
}
.telephone {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff
}
.telephone .tel-number {
    font-size: 30px;
    font-weight: 400;
    text-align: right
}
.official-plat {
    width: 100%;
    height: 100%;
    margin-top: 35px;
    position: relative
}
.official-plat ul {
    float: right;
    margin-top: 7px
}
.official-plat ul li span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    line-height: 32px;
    text-align: center;
    float: left;
    margin-right: 12px
}
.official-plat ul li i{
    font-size: 18px;
}
.official-plat ul li .weixin-logo {
    background: #46BB36;
}
.official-plat ul li .weibo-logo {
    background: #D81E06;
}
.official-plat ul li .kf-logo {
    background: #ED6501;
}
.official-plat ul li {
    height: 45px
}
.official-plat ul a {
    display: inline-block;
    height: 32px;
    width: 100%;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 12px
}
.official-plat> p {
    display: inline-block;
    width: 132px;
    height: 132px;
    border: 1px solid #ddd;
    background-color: #fff
}
.official-plat .weixin {
    position: absolute;
    top: 0;
    left: 10px;
}
.official-plat .weibo {
    position: absolute;
    top: 0;
    left: 10px;
    display: none
}
#wx-corner {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 12px;
    right: -20px;
    z-index: 10
}
#wb-corner {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 58px;
    right: -20px;
    z-index: 10
}
.five-superiority {
    width: 100%;
    border-bottom: 1px solid #27aede;
    padding: 15px 0;
}
.five-superiority-list li {
    float: left;
    width: 20%;
    height: 40px;
    text-align: center;
    border-left: 1px solid #27aede
}
.five-superiority-list li:first-child {
    border-left: 0
}
.five-superiority-list li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px
}
.five-superiority-list li a:hover {
    color: #bfe7f5
}
.five-superiority-list li a.superiority-text {

}
.five-superiority-list .superiority-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    background: url("/lanqingting/publics/pc/img/icon.png") no-repeat -268px 0;
}
.five-superiority-list .superiority-icon i{
    font-size: 18px;
}
.marquee-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.marquee {
    width: 8000%;
    height: 60px;
}
.wave-list-box {
    float: left;
}
.wave-list-box ul {
    float: left;
    height: 60px;
    overflow: hidden;
    zoom: 1;
}
.wave-list-box ul li {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 30px;
    list-style: none;
}
.wave-box {
    position: relative;
    height: 60px;
    background: #f5f7f9;
}


