.ripple-enter-active,
.ripple-leave-active {
    -webkit-transition: opacity 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 1s cubic-bezier(.23, 1, .32, 1), transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 1s cubic-bezier(.23, 1, .32, 1), transform .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1)
}

.ripple-leave-to {
    opacity: 0 !important
}

.ripple-enter {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.jl-ripple,
.ripple {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.ripple {
    background-color: #eee;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-clip: padding-box;
    border-radius: 50%;
    opacity: .1
}

.ad2-header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1999;
    height: 0;
    line-height: 60px;
    -webkit-animation: silde-in .6s cubic-bezier(.22, .58, .12, .98) .6s forwards;
    animation: silde-in .6s cubic-bezier(.22, .58, .12, .98) .6s forwards;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #666
}

.ad2-header ul{
    display: inline-block;
    vertical-align: middle;
    padding-left: 55px
}

.ad2-header ul li{
    display: inline-block;
    padding: 0 55px;
    font-size: 14px;
    cursor: pointer;
    position: relative
}

.ad2-header .active{
    position: relative;
    color: #ee231b;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.ad2-header .header-content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    -webkit-animation: easy-in .3s ease-in-out 1s forwards;
    animation: easy-in .3s ease-in-out 1s forwards
}

.ad2-header .logo{
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 140px
}

.ad2-header .opr-btn{
    position: absolute;
    right: 0;
    top: 0
}

.ad2-header .opr-btn button{
    outline: none;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #ee231b;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px
}

.ad2-header .opr-btn .bright{
    background-color: #fff;
    color: #ee231b;
    border: 1px solid
}

.active-shadow{
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    border-bottom: 0
}

@-webkit-keyframes silde-in {
    0% {
        height: 0
    }

    to {
        height: 60px
    }
}

@keyframes silde-in {
    0% {
        height: 0
    }

    to {
        height: 60px
    }
}

@-webkit-keyframes easy-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes easy-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.float-nav {
    position: fixed;
    left: calc(100% - 100px);
    z-index: 1999;
    width: 0;
    height: 0;
    overflow: hidden;
    top: calc(50% - 115px);
    -webkit-animation: btn-in .8s ease-in-out 2s forwards;
    animation: btn-in .8s ease-in-out 2s forwards
}

.float-nav li {
    color: #ee231b;
    position: relative;
    display: block;
    cursor: pointer;
    background-color: #ffeaeb;
    text-align: center;
    width: 80px;
    padding: 10px 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.float-nav li h4 {
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px
}

.float-nav li i {
    font-size: 36px;
    line-height: 1em
}

.float-nav li .img-label {
    position: absolute;
    top: 0;
    left: -160px;
    width: 150px;
    display: none;
    height: 150px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -webkit-animation: break-in .3s ease-in-out;
    animation: break-in .3s ease-in-out
}

.float-nav li .img-label img {
    width: 120px
}

.float-nav li:hover {
    color: #fff;
    background-color: #ee231b;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.float-nav li:hover a {
    color: #fff
}

.float-nav li:hover .img-label {
    display: block !important
}

.nav-content {
    overflow: hidden
}

.icon-yonghu4 {
    font-weight: 700;
    font-size: 23px !important
}

.to-top {
    position: fixed;
    right: 20px;
    bottom: 5%;
    z-index: 1999;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    opacity: 0;
    -webkit-animation: break-in .5s ease-in-out 2s forwards;
    animation: break-in .5s ease-in-out 2s forwards
}

.to-top i {
    font-size: 25px;
    color: #fff
}

a {
    color: #ee231b
}

@-webkit-keyframes btn-in {
    to {
        width: 80px;
        height: 332px
    }
}

@keyframes btn-in {
    to {
        width: 80px;
        height: 332px
    }
}

@-webkit-keyframes break-in {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@keyframes break-in {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .2
    }

    to {
        opacity: 1
    }
}

section  h3 {
    font-size: 34px;
    line-height: 1em;
    padding-top: 60px;
    position: relative;
    color: #333;
    width: 100%;
    text-align: center;
    z-index: 99
}

 section h4 {
    font-weight: 400
}

 section h3,
 section h4,
 section p {
    line-height: 1em
}

button {
    border: 0;
    outline: 0;
    cursor: pointer
}

.subtitle {
    font-size: 30px;
    color: #eee;
    text-align: center;
    margin-top: -15px;
    line-height: 1em;
    font-weight: lighter;
    font-family: sans-serif
}

.title-explain {
    text-align: center;
    color: #bbb;
    font-size: 18px;
    padding: 20px 0 60px
}

.normal-text {
    font-size: 14px;
    color: #999;
    line-height: 1em
}

.advantage2 {
    position: relative;
    width: 100%
}

.cover {
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px
}

.min-label {
    width: 1200px;
    margin: 0 auto
}

.main-btn {
    width: 150px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #ee231b;
    background-color: #fff;
    border: 1px solid #ee231b;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 35px auto 60px
}

.icon {
    line-height: 1em
}

.content {
    width: 1200px;
    margin: 0 auto
}

.fade-in {
    opacity: 0
}

.transi-up {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
}

.open-in {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.transi-up-02 {
    opacity: 0;
    -webkit-transform: translate3d(0, 220px, 0);
    transform: translate3d(0, 220px, 0)
}

.transi-right {
    opacity: 0;
    -webkit-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0)
}

.transi-left {
    opacity: 0;
    -webkit-transform: translate3d(220px, 0, 0);
    transform: translate3d(220px, 0, 0)
}

.is-visiable .transi-up {
    opacity: 1;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.is-visiable .open-in {
    opacity: 1;
    -webkit-transition: opacity .4s, -webkit-transform .8s;
    transition: opacity .4s, -webkit-transform .8s;
    transition: opacity .4s, transform .8s;
    transition: opacity .4s, transform .8s, -webkit-transform .8s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.is-visiable .fade-in,
.is-visiable .transi-right {
    opacity: 1;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s
}

.is-visiable .transi-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.is-visiable .transi-left,
.is-visiable .transi-up-02 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.is-visiable .scale-in,
.is-visiable .transi-left,
.is-visiable .transi-up-02 {
    opacity: 1;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s
}

.is-visiable .scale-in {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.is-visiable .delay-1 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.is-visiable .delay-2 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.is-visiable .delay-3 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.is-visiable .delay-4 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.is-visiable .delay-5,
.is-visiable .delay-6 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.is-visiable .delay-7 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.is-visiable .delay-8 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.is-visiable .delay-9 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.is-visiable .delay-10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.is-visiable .delay-11 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.is-visiable .delay-12 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.is-visiable .delay-13 {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.is-visiable .delay-15 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.is-visiable .delay-16 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.is-visiable .delay-21 {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}

.is-visiable .delay-26 {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s
}

.is-visiable .delay-31 {
    -webkit-transition-delay: 3.1s;
    transition-delay: 3.1s
}

.is-visiable .delay-36 {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s
}

.slide-fade-enter-active,
.slide-fade-leave-active {
    -webkit-transition: opacity .3s ease !important;
    transition: opacity .3s ease !important
}

.slide-fade-enter,
.slide-fade-leave-to {
    opacity: 0 !important
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes leftIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes leftIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes rightIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rightIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes downIn {
    0% {
        opacity: .5;
        -webkit-transform: translate3d(0, 220px, 0);
        transform: translate3d(0, 220px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes upIn {
    0% {
        opacity: .5;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@keyframes upIn {
    0% {
        opacity: .5;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@-webkit-keyframes downInMin {
    0% {
        opacity: .5;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes downInMin {
    0% {
        opacity: .5;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes openIn {
    0% {
        height: 0
    }

    to {
        height: 300px
    }
}

@keyframes openIn {
    0% {
        height: 0
    }

    to {
        height: 300px
    }
}

@-webkit-keyframes turn {
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@keyframes turn {
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

@-webkit-keyframes waveIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes waveIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-webkit-keyframes float1 {
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@keyframes float1 {
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

.have-btn,
.scheme .main-btn,
.superiority .content button {
    background-color: transparent;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.have-btn:before,
.scheme .main-btn:before,
.superiority .content button:before {
    width: 0;
    height: 40px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F44336;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: -1
}

.have-btn:hover,
.scheme .main-btn:hover,
.superiority .content button:hover {
    color: #fff !important
}

.have-btn:hover:before,
.scheme .main-btn:hover:before,
.superiority .content button:hover:before {
    width: 100%
}

.advantage-title {
	background: url(../image/banBg.png) top center no-repeat;
    height: 830px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-top: 150px
}

.advantage-title img {
    margin: 0 auto
}

.advantage-title span {
    color: #fff000
}

.advantage-title p {
    font-size: 28px;
    padding-bottom: 25px;
    -webkit-animation: upIn .8s ease-in-out;
    animation: upIn .8s ease-in-out
}

.advantage-title p span {
    padding-right: 5px
}

.advantage-title h2 {
    line-height: 1em;
    font-weight: 400;
    padding-top: 25px;
    font-size: 34px;
    opacity: 0;
    -webkit-animation: fadeIn .8s ease-in-out .8s forwards;
    animation: fadeIn .8s ease-in-out .8s forwards
}

.advantage-title .examples {
    margin-top: 55px;
    opacity: 0;
    -webkit-animation: fadeIn .8s ease-in-out 1.3s forwards;
    animation: fadeIn .8s ease-in-out 1.3s forwards
}

.advantage-title .title-tags {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .15);
    height: 80px;
    line-height: 80px;
    opacity: 0;
    -webkit-animation: fadeIn .5s ease-in-out 1.8s forwards;
    animation: fadeIn .5s ease-in-out 1.8s forwards
}

.advantage-title .title-tags ul {
    width: 1200px;
    margin: 0 auto
}

.advantage-title .title-tags ul h4,
.advantage-title .title-tags ul i,
.advantage-title .title-tags ul li {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.advantage-title .title-tags ul li {
    width: 20%;
    position: relative
}

.advantage-title .title-tags ul li:after {
    position: absolute;
    left: 0;
    height: 20px;
    top: calc(50% - 10px);
    content: "";
    width: 1px;
    background-color: #fff
}

.advantage-title .title-tags ul li:last-child:before {
    position: absolute;
    right: 0;
    height: 20px;
    top: calc(50% - 10px);
    content: "";
    width: 1px;
    background-color: #fff
}

.advantage-title .title-tags ul li:hover h4 {
    padding-left: 25px
}

.advantage-title .title-tags ul li:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.advantage-title .title-tags ul h4 {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 20px;
    padding-left: 15px
}

.advantage-title .title-tags ul i {
    font-size: 40px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.advantage-title .tol-title {
    opacity: 0;
    -webkit-animation: fadeIn .8s ease-in-out .3s forwards;
    animation: fadeIn .8s ease-in-out .3s forwards
}

.advantage-title .cir1 {
    position: absolute;
    right: -176px;
    top: -140px;
    opacity: 0;
    -webkit-animation: twinkle 5s ease-in-out 1.3s infinite;
    animation: twinkle 5s ease-in-out 1.3s infinite
}

.advantage-title .cir2 {
    position: absolute;
    left: 254px;
    top: 230px;
    opacity: 0;
    -webkit-animation: twinkle 3.2s ease-in-out .2s infinite;
    animation: twinkle 3.2s ease-in-out .2s infinite
}

.advantage-title .cir3 {
    position: absolute;
    left: 1400px;
    top: 400px;
    opacity: 0;
    -webkit-animation: twinkle 2.1s ease-in-out .1s infinite;
    animation: twinkle 2.1s ease-in-out .1s infinite
}

.advantage-title .cir4 {
    position: absolute;
    left: -70px;
    top: 430px;
    opacity: 0;
    -webkit-animation: twinkle 3.7s ease-in-out .5s infinite;
    animation: twinkle 3.7s ease-in-out .5s infinite
}

.advantage-title .cir5 {
    position: absolute;
    right: -70px;
    top: 480px;
    -webkit-animation: twinkle 4.2s ease-in-out 1.2s infinite;
    animation: twinkle 4.2s ease-in-out 1.2s infinite
}

.main-function .content {
    padding-bottom: 60px
}

.main-function .content h4 {
    font-size: 20px;
    color: #333;
    padding: 75px 0 15px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main-function .content p {
    font-size: 14px;
    color: #999;
    width: 100%;
    padding: 0 30px;
    line-height: 1.5em
}

.main-function .icon {
    font-size: 50px;
    color: #999;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main-function .content-body {
    text-align: center
}

.main-function .content-body .content-li {
    display: inline-block;
    padding-top: 50px;
    height: 250px;
    margin: 0 20px 20px 0;
    width: calc(25% - 15px);
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative
}

.main-function .content-body .content-li .icon-border {
    position: absolute;
    width: 100%
}

.main-function .content-body .content-li:nth-child(4n) {
    margin-right: 0
}

.main-function .content-body .content-li:after,
.main-function .content-body .content-li:before {
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    width: 0;
    content: "";
    display: block;
    position: absolute
}

.main-function .content-body .content-li:after {
    left: 0;
    top: 0
}

.main-function .content-body .content-li:after,
.main-function .content-body .content-li:before {
    -webkit-transition: border-color 0s ease-in .4s, width .2s ease-in .2s, height .2s ease-in 0s;
    transition: border-color 0s ease-in .4s, width .2s ease-in .2s, height .2s ease-in 0s
}

.main-function .content-body .content-li:before {
    bottom: 0;
    right: 0
}

.main-function .content-body .content-li:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
    -webkit-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important
}

.main-function .content-body .content-li:hover:after,
.main-function .content-body .content-li:hover:before {
    height: 100%;
    width: 100%
}

.main-function .content-body .content-li:hover:after {
    border-right-color: #ee231b;
    border-top-color: #ee231b;
    -webkit-transition: width .15s ease-out 0s, height .15s ease-out .15s;
    transition: width .15s ease-out 0s, height .15s ease-out .15s
}

.main-function .content-body .content-li:hover:before {
    border-bottom-color: #ee231b;
    border-left-color: #ee231b;
    -webkit-transition: border-color 0s ease-out .3s, width .15s ease-out .3s, height .15s ease-out .45s;
    transition: border-color 0s ease-out .3s, width .15s ease-out .3s, height .15s ease-out .45s
}

.main-function .content-body .content-li:hover .icon-border {
    -webkit-animation: floatings 1.2s ease-in-out infinite;
    animation: floatings 1.2s ease-in-out infinite
}

.main-function .content-body .content-li:hover .icon-border .icon,
.main-function .content-body .content-li:hover h4 {
    color: #ee231b
}

.main-function .content-body .content-li ul {
    width: calc(100% - 50px);
    margin: 0 auto
}

.main-function .content-body .content-li ul li {
    display: inline-block
}

.main-function .content-body .content-li ul li p {
    padding: 0;
    font-size: 12px
}

.main-function .content-body .content-li ul li p span {
    padding: 0 5px
}

.main-function .content-body .content-li ul li:last-child span,
.main-function .content-body .content-li ul li:nth-child(3n) span {
    display: none
}

.superiority {
    height: 730px;
    background-image: url(http://b.judadan.com/jlbox-1254333763.cos.ap-shanghai.myqcloud.com/static/images/ad2-sup-bg.png)
}

.superiority .subtitle {
    color: #fff
}

.superiority .title-explain {
    color: #333;
    position: relative
}

.superiority .title-shadow {
    position: absolute;
    left: calc(50% - 352px);
    bottom: 40px;
    z-index: -1
}

.superiority .content {
    text-align: center
}

.superiority .content .icon-border {
    margin: 50px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px 1px hsla(0, 0%, 88.2%, .38);
    box-shadow: 0 0 12px 1px hsla(0, 0%, 88.2%, .38)
}

.superiority .content .icon {
    font-size: 42px;
    line-height: 110px;
    color: #bbb
}

.superiority .content h4 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 20px;
    color: #666;
    border-bottom: 1px solid #eee;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.superiority .content p {
    font-size: 14px;
    color: #999;
    line-height: 1.35em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 35px 0 32px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 2.7em
}

.superiority .content a {
    margin-top: 8px;
    display: none;
    height: 0;
    line-height: 40px;
    font-size: 14px;
    color: #ee231b;
    width: 130px;
    border: 1px solid #ee231b;
    overflow: hidden;
    position: relative;

    z-index: 99
}

.superiority ul li {
    display: inline-block;
    vertical-align: top;
    width: 222px;
    margin-right: 14.5px;
    padding: 0 20px 38px;
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 400px
}

.superiority ul li:last-child {
    margin-right: 0
}

.superiority ul li:hover {
    height: 450px;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .35)
}

.superiority ul li:hover a {
    display: inline-block;
    -webkit-animation: btnOpenIn .3s ease-in-out forwards;
    animation: btnOpenIn .3s ease-in-out forwards
}

.superiority ul li:hover .icon-border {
    -webkit-box-shadow: 0 0 30px 0 rgba(255, 42, 21, .3);
    box-shadow: 0 0 30px 0 rgba(255, 42, 21, .3);
    background-color: #ee231b;
    -webkit-animation: downIn .4s ease-in-out forwards;
    animation: downIn .4s ease-in-out forwards
}

.superiority ul li:hover .icon {
    color: #fff
}

.superiority ul li:hover h4 {
    color: #ee231b
}

.superiority ul li:hover p {
    color: #666
}

.scheme {
    text-align: center
}

.scheme .content p {
    text-align: right;
    vertical-align: middle;
    font-size: 18px;
    color: #666
}

.scheme .content .icon-bg,
.scheme .content p {
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.scheme .content .icon-bg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #bbb;
    position: relative
}
.scheme .content .icon-bg:nth-child(odd) {
	background-color:#0ddd83;
	}
.scheme .content .icon-bg:nth-child(even) {
	background-color:#0a6afa;
	}

.scheme .content .icon-bg:before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    z-index: -2;
    border-radius: 50%;
    background-color: #d7e3f6
}

.scheme .content .icon {
    font-size: 26px;
    vertical-align: middle
}

.scheme .left-li li {
    text-align: right
}

.scheme .left-li li:first-child,
.scheme .left-li li:last-child {
    margin-right: -80px
}

.scheme .left-li .icon-bg {
    margin: 0 72px 0 28px
}

.scheme .right-li li {
    text-align: left
}

.scheme .right-li li:first-child,
.scheme .right-li li:last-child {
    margin-left: -80px
}

.scheme .right-li .icon-bg {
    margin: 0 28px 0 72px
}

.scheme .poster {
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: floatings2 1.8s ease-in-out infinite;
    animation: floatings2 1.8s ease-in-out infinite
}

.scheme .main-btn {
    position: relative
}

.scheme ul {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    z-index: 99
}

.scheme ul li {
    margin-bottom: 57px
}

.scheme ul li:nth-child(2) {
    margin-bottom: 67px
}

.scheme ul li:last-child {
    margin-bottom: 0
}

.scheme ul li:hover .icon-bg {
    background-color: #ee231b
}

.scheme ul li:hover .icon-bg:before {
    background-color: #ffeded;
    -webkit-animation: easeOpenGo 1.8s ease-in-out forwards;
    animation: easeOpenGo 1.8s ease-in-out forwards
}

.scheme ul li:hover p {
    color: #ee231b
}

.cooperate {
    background-color: #f5f5f5
}

.cooperate .content {
    padding: 40px 0
}

.cooperate .subtitle {
    color: #ddd
}

.cooperate li {
    margin-right: 30px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    width: 30%;
}

.cooperate li:nth-child(3n) {
    margin-right: 0
}

.cooperate li:hover {
    -webkit-animation: tranUp .5s ease-in-out forwards;
    animation: tranUp .5s ease-in-out forwards
}

.cooperate li:hover .content-img {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08)
}

.cooperate li .title-img {
    border-radius: 50%;
    position: absolute;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    left: calc(50% - 50px)
}

.cooperate li .content-img {
    margin-top: 50px;
    border-radius: 10px
}

.true-buyer {
    height: 720px;
    background-image: url(http://b.judadan.com/jlbox-1254333763.cos.ap-shanghai.myqcloud.com/static/images/ad2-trueBuyer-bg.png);
    background-position: bottom
}

.true-buyer .content {
    position: relative;
    height: 100%;
    z-index: 99
}

.true-buyer .content .buyers {
    position: absolute
}

.true-buyer .content .buyers:before {
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -1;
    border-radius: 50%;
    border: 1px solid #eee
}

.true-buyer .content .buyers img {
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    z-index: 3
}

.true-buyer .content .buyers:hover:before {
    -webkit-animation: easeOpenGo 2s ease-in-out;
    animation: easeOpenGo 2s ease-in-out
}

.true-buyer .content .buyers:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.true-buyer .content .btn {
    position: absolute;
    left: calc(50% - 70px);
    top: calc(43% - 70px);
    z-index: -1
}

.true-buyer .content button {
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #ee231b;
    line-height: 1.2em;
    font-size: 24px;
    font-weight: 700;
    cursor: inherit
}

.true-buyer .content button:before {
    position: absolute;
    content: "";
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    z-index: -2;
    border-radius: 50%;
    background-color: #fff0ef;
    -webkit-animation: easeGo 2.2s ease-in-out infinite;
    animation: easeGo 2.2s ease-in-out infinite
}

.true-buyer .content button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(#fff, #ffb6af, #ff9288);
    -webkit-animation: easeOpenGo 2.2s ease-in-out infinite;
    animation: easeOpenGo 2.2s ease-in-out infinite
}

.bottom {
    background-image: url(../image/ad2-sup-bg.png);
    height: 150px;
    text-align: center
}

.bottom p {
    font-size: 18px;
    color: #fff;
    padding-top: 30px
}

.bottom .main-btn {
    margin-top: 25px;
    background-color: transparent;
    position: relative;
    color: #ee231b;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 99
}

.bottom .main-btn:before {
    width: 100%;
    height: 40px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    cursor: pointer;
    z-index: -1
}

.bottom .main-btn:hover {
    color: #fff;
    border-color: #fff
}

.bottom .main-btn:hover:before {
    width: 0
}

@-webkit-keyframes btnOpenIn {
    0% {
        height: 0
    }

    to {
        height: 40px
    }
}

@keyframes btnOpenIn {
    0% {
        height: 0
    }

    to {
        height: 40px
    }
}

@keyframes downIn {
    0% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes tranUp {
    to {
        -webkit-transform: translateY(-6px) scale(1.05);
        transform: translateY(-6px) scale(1.05)
    }
}

@keyframes tranUp {
    to {
        -webkit-transform: translateY(-6px) scale(1.05);
        transform: translateY(-6px) scale(1.05)
    }
}

@-webkit-keyframes floatings {
    50% {
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0)
    }
}

@keyframes floatings {
    50% {
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0)
    }
}

@-webkit-keyframes floatings2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes floatings2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeOpenGo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes easeOpenGo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes easeGo {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 1
    }

    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes easeGo {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 1
    }

    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes twinkle {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes twinkle {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.l,.r{
    position: fixed;
    top: 50%;
    margin-top: -80px;


}
.l img,.r img{
        height: 200px;
}
.l{
    left: 25px;
}
.r{
    right: 25px;
}
