.freeSystem .title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #868686;
    padding: 95px 0 50px 0;
}

.freeSystem .title .name {
    font-size: 32px;
    color: #282828;
    margin-bottom: 12px;
}

.freeSystem ul {
    width: 1200px;
    margin: 0 auto;
}

.freeSystem ul li {
    float: left;
    cursor: pointer;
    margin-top: 33px;
}

.freeSystem ul li {
    float: left;
    cursor: pointer;
    margin-top: 33px;
}

.freeSystem ul li .item1 {
    border: 1px solid #eee;
    width: 209px;
    height: 471px;
    text-align: center;
    padding: 0 40px;
    font-size: 14px;
    color: #999;
}

.freeSystem ul li .item2 {
    width: 363px;
    margin-top: -31px;
    overflow: hidden;
    display: none;
}

.freeSystem ul li .item1 .iconfont {
    font-size: 50px;
    margin: 38px auto 35px auto;
    color: #2e80fb;
}

.freeSystem ul li .item1 .name {
    font-size: 18px;
    color: #282828;
    margin-bottom: 10px;
}

.freeSystem ul li .item1 .list {
    margin-top: 50px;
}

.freeSystem ul li .item1 .list .item {
    font-size: 16px;
    color: #282828;
    margin-top: 25px;
}

.freeSystem ul li .item2 .bgcolor {
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(to right, #2a7efb, #5498fe);
    background: -ms-linear-gradient(to right, #2a7efb, #5498fe);
    background: -webkit-linear-gradient(to right, #2a7efb, #5498fe);
    background: linear-gradient(to right, #2a7efb, #5498fe);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#2a7efb", endColorstr="#5498fe", gradientType="1");
    font-size: 14px;
    color: #fff;
    padding: 25px 37px;
}

.freeSystem ul li .item2 .list {
    width: 100%;
    height: 448px;
    border: 1px solid #2a7efb;
    padding: 0 20px 0 32px;
    padding-top: 10px;
}

.freeSystem ul li .item2 .bgcolor .name {
    font-size: 18px;
    margin-bottom: 10px;
}

.freeSystem ul li .item2 .list .item .iconfont {
    font-size: 60px;
    color: #2a7efb;
    margin-right: 12px;
}

.freeSystem ul li .item2 .list .item .dis {
    display: inline-block;
    vertical-align: middle;
}

.freeSystem ul li .item2 .list .item .dis .name {
    margin-bottom: 2px;
}

.freeSystem ul li .item2 .list .item .dis .explanation {
    color: #999;
    font-size: 14px;
    width: 230px;
    overflow: hidden;
}

.freeSystem ul li .item1.on {
    display: none;
}

.freeSystem ul li .item2.on {
    display: block;
}

.freeSystem ul li .item2.on {
    display: block;
}

.freeSystem ul li .item2 .more {
    text-align: center;
    margin-top: 37px;
}

.freeSystem ul li .item2 .more a {
    color: #2a7efb;
    font-size: 16px;
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.freeSystem .freeBnt {
    display: block;
    font-size: 16px;
    color: #fff;
    width: 190px;
    height: 56px;
    background-color: #2a7efb;
    border: 5px solid #e9f2ff;
    text-align: center;
    line-height: 46px;
    margin: 57px auto 62px auto;
    cursor: pointer;
}

.set_2_button {
    position: relative;
    transition: all 1s;
    overflow: hidden;
}

.set_2_button:before {
    content: "→";
    position: absolute;
    left: -100%;
    transition: all 0.5s;
}

.set_2_button span {
    display: inline-block;
    transition: all 0.5s;
}

.set_2_button:hover:before {
    left: 48%;
    transition: all 1s;
}

.set_2_button:hover>span {
    transform: translateX(300%);
    transition: all 1s;
}

.operate {
    overflow: hidden;
    background: rgba(247, 247, 252, 1);
    padding-bottom: 68px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.operate .section-title {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
}

.operate .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.section-title p {
    font-size: 16px;
    color: #95989d;
    width: 930px;
    margin: 0 auto;
}

.operate .list1 ul li {
    float: left;
    width: 380px;
    margin-right: 30px;
    text-align: center;
    background: #fff;
    padding-bottom: 38px;
}

.operate .list1 ul li p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 48px;
}

.operate .list1 ul li p:nth-child(3) {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    padding: 0 10px;
}

.operate .list1 ul li:last-child {
    margin-right: 0;
}

.operate .list1 ul li a {
    display: block;
    width: 180px;
    height: 44px;
    background: #3da1f9;
    background: -moz-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #3da1f9), color-stop(100%, #476dfd));
    background: -webkit-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -o-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -ms-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3da1f9', endColorstr='#ff6c55', GradientType=1);
    box-shadow: 0 3px 10px 0 #3da1f9;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(243, 243, 248, 1);
    line-height: 44px;
    text-align: center;
    margin: 24px auto 0;
}

.safe-sass {
    background-image: url(../images/2280.png);
    background-repeat: no-repeat;
    padding: 70px 0;
    background-size: cover;
    background-position: 50%;
}

.safe-sass>h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}

.safe-sass>h1,
.safe-sass>p {
    color: #333;
    text-align: center;
}

.safe-sass>p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 72px;
}

.safe-sass .features {
    margin-top: 56px;
    margin-bottom: 48px;
    text-align: center;
}

.safe-sass .features .item {
    display: inline-block;
    text-align: left;
}

.safe-sass .features .item+.item {
    margin-left: 72px;
}

.safe-sass .features .item img {
    width: 48px;
    margin-right: 16px;
}

.safe-sass .features .item .text,
.safe-sass .features .item img {
    display: inline-block;
    vertical-align: middle;
}

.safe-sass .features .item .text h1 {
    font-size: 16px;
    line-height: 22px;
    color: #323233;
    margin-bottom: 8px;
}

.safe-sass .features .item .text p {
    font-size: 14px;
    line-height: 20px;
    color: #969799;
}

.safe-sass .primary {
    width: 140px;
    padding: 10px 0;
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
    display: block;
    margin: 72px auto 0;
    background: #38f;
    color: #fff;
}

.marketing {
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
}

.school {
    background-color: #f8f8f8;
    padding-bottom: 60px;
}

.marketing .title {
    padding-top: 40px;
    font-size: 36px;
    font-weight: 400;
}

.marketing .main {
    color: #888;
    margin: 19px 0 50px;
    font-size: 16px;
}

.marketing .list_three {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 512px;
}

.marketing .list_three .list {
    height: 512px;
    border-bottom: 5px solid #ec4343;
    transition: all 0.2s;
    border: 1px solid #e5e5e5;
    padding-top: 83px;
    padding-left: 31px;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    width: 284px;
    float: left;
    background-color: #fff;
    margin-right: 20px;
}

.marketing .list_three .sprites_one {
    width: 86px;
    height: 93px;
    background: url(../images/03-icon.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 35px;
    top: -34px;
    z-index: 5;
}

.marketing .list_three .top {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

.marketing .list_three .list .bottom {
    text-align: center;
    margin-left: -31px;
}

.marketing .list_three .top_list li img {
    vertical-align: middle;
    margin-right: 10px;
}

.marketing .list_three .top_list li .one {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.marketing .list_three .top_list li .two {
    margin-left: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 26px;
    margin-top: 2px;
}

.marketing .list_three .list .bottom {
    text-align: center;
    margin-left: -31px;
}

.marketing .list_three .bottom a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 44px;
    display: inline-block;
    width: 180px;
    height: 44px;
    background: linear-gradient(45deg, #3da1f9, #476dfd);
    background: -moz-linear-gradient(45deg, #3da1f9, #ff6c55);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3da1f9), color-stop(100%, #476dfd));
    background: -webkit-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -o-linear-gradient(left, #3da1f9 0%, #476dfd 100%);
    background: -ms-linear-gradient(left, #3da1f9 0%, #476dfd 100%);
    background: linear-gradient(to right, #3da1f9 0%, #476dfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3da1f9', endColorstr='#476dfd ', GradientType=1);
    box-shadow: 0 3px 10px 0 #3da1f9;
    border-radius: 22px;
}

.marketing .list_three .list_three_four .sprites_one {
    background-position: -263px 0;
}

.marketing .list_three .list_three_three .sprites_one {
    background-position: -174px 0;
}

.marketing .list_three .list_three_two .sprites_one {
    background-position: -86px 0;
}

.marketing .list li {
    height: auto;
}

.marketing_news {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 10px;

    border-radius: 6px;
    background-color: #fff;
}

.new_list {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 7px 0;
    text-align: left;
}

.news-item h2 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    text-align: left;
    font-weight: 400;
}

.news-item .img {
    position: relative;
    display: block;
    height: 150px;
    padding-bottom: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.news-item .img img {
    width: 100%;
    transition: all .5s;
}

.news-item {
    float: left;
    width: 335px;
    margin-left: 47px;
    overflow: hidden;
}

.news-item h2 a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 30px;
}

.news-item h2 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}

.news-item p:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #aaa;
    border-radius: 50%;
}

.news-item h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #1069f5;
}



.video-mg,
.videoContent .video-mb {
    background: rgba(0, 0, 0, .3);
    height: 100%
}

.video-mg,
.videoContent,
.videoContent .video-mb {
    position: fixed;
    left: 0;
    top: 0
}

.swiper-banner {
    min-width: 1200px;
    height: 480px;
}

.video-mg {
    width: 100%;
    display: none
}

.videoContent {
    width: 85%;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000
}

.videoContent .video-mb {
    width: 100%
}

.grey-bg {
    background: #f8f8f8
}

.videoContentClose {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -38px;
    right: -38px;
    color: #fff;
    z-index: 1;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.videoContentClose:hover {
    background: rgba(230, 230, 230, .5)
}

.example_video_1-dimensions {
    width: 100% !important;
    height: 100% !important
}

.vjs-big-play-button {
    left: 45% !important;
    top: 45% !important
}




.example {
    padding: 100px 0
}

.example .example-content {
    width: 1200px;
    margin: 0 auto
}

.example .example-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 100px
}

.example .example-item:nth-child(even) {
    flex-direction: row-reverse;
}

.example .example-item:last-child {
    margin: 0
}

.example .example-text {
    width: 560px;
    height: 360px
}

.example .example-text .example-title {
    line-height: 42px;
    margin: 47px 0 2px;
    font-size: 30px;
    color: #081E42
}

.example .example-text .example-tip {
    line-height: 25px;
    font-size: 18px;
    color: #081E42
}

.example .example-text .example-instruct {
    width: 460px;
    line-height: 28px;
    color: #415070;
    margin: 20px 0 60px
}

.example .example-text .example-btn-wrap {
    font-size: 0
}

.example .example-text .example-btn {
    display: inline-block;
    width: 110px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    font-size: 14px;
    text-align: center
}

.example .example-text .example-btn__free {
    background: #2A75ED;
    color: #fff
}

.example .example-text .example-btn__quick {
    border: 1px solid #2A75ED;
    color: #2371F1;
    margin-left: 18px
}

.example .example-text__left {
    padding-left: 80px
}

.example .example-text__right {
    padding-left: 66px
}

.example .example-img {
    width: 560px;
    height: 360px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 360px
}

.example .example-img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center;
    transform-origin: center
}

.example .example-img__pay {
    background-image: url(../images/pay.jpg)
}

.example .example-img__edu {
    background-image: url(../images/edu.png)
}

.example .example-img__content {
    background-image: url(../images/content.jpg)
}

.mores {
    background: #F4F6F9
}

.mores .mores-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 48px;
    overflow: hidden
}

.mores .mores-title {
    line-height: 50px;
    margin: 80px 0 60px;
    text-align: center;
    color: #071D43;
    font-size: 36px
}

.mores .mores-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mores .mores-item {
    width: 370px;
    background: #fff;
    overflow: hidden;
    margin: 0 0 52px;
    color: #081E42
}

.mores .mores-item__img {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 370px;
    overflow: hidden
}

.mores .mores-item__img:hover .mores-item__getmore {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mores .mores-item__img .mores-item__getmore {
    display: block;
    width: inherit;
    height: inherit;
    text-align: center;
    background: rgba(8, 30, 66, .6);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.mores .mores-item__img .mores-item__btn {
    display: inline-block;
    width: 129px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    margin: 75px 0 0
}

.mores .mores-item__img-live {
    background-image: url(../images/live.jpg)
}

.mores .mores-item__img-dk {
    background-image: url(../images/dk.jpg)
}

.mores .mores-item__img-meeting {
    background-image: url(../images/meeting.jpg)
}

.mores .mores-item__img-nx {
    background-image: url(../images/nx.jpg)
}

.mores .mores-item__img-publish {
    background-image: url(../images/publish.jpg)
}

.mores .mores-item__img-ads {
    background-image: url(../images/ads.jpg)
}

.mores .mores-item__title {
    padding: 0 14px;
    line-height: 25px;
    margin: 20px 0 6px;
    font-size: 18px
}

.mores .mores-item__tip {
    padding: 0 14px;
    margin: 0 0 20px
}

.data {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/data.png);
    background-size: cover
}

.data .data-content {
    width: 1200px;
    height: 465px;
    margin: 0 auto;
    overflow: hidden
}

.data .data-title {
    line-height: 50px;
    text-align: center;
    margin: 80px 0 70px;
    font-size: 36px;
    color: #fff
}

.data .data-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.data .data-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff
}

.data .data-item__icon {
    display: inline-block;
    height: 56px;
    line-height: 48px;
    font-size: 48px;
    vertical-align: top;
    margin-top: 6px
}

.data .data-item_header {
    line-height: 90px;
    font-size: 64px;
    font-weight: 500
}

.data .data-item_content {
    line-height: 25px;
    font-size: 18px
}

.gain {
    background: #fff
}

.gain .gain-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center
}

.gain .gain-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 227px;
    margin: 100px 0 40px
}

.gain .gain-header__item {
    width: 56px
}

.gain .gain-header__img {
    width: 56px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 56px;
    margin: 0 0 10px
}

.gain .gain-header__img-zmedia {
    background-image: url(../fonts/zmedia.svg)
}

.gain .gain-header__img-media {
    background-image: url(../fonts/media.svg)
}

.gain .gain-header__img-edu {
    background-image: url(../fonts/edu.svg)
}

.gain .gain-header__img-px {
    background-image: url(../fonts/px.svg)
}

.gain .gain-header__img-publish {
    background-image: url(../fonts/publish.svg)
}

.gain .gain-header__img-v {
    background-image: url(../fonts/v.svg)
}

.gain .gain-header__text {
    color: #081E42
}

.gain .gain-tips {
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    margin: 40px 0;
    color: #42516E
}

.gain .gain-customer {
    width: 1200px;
    margin: 0 0 100px
}

.gain .gain-btn {
    display: block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    color: #42516E;
    margin: 40px auto 100px;
    border: 1px solid #42516e;
    border-radius: 2px
}

.gain .gain-btn:hover {
    color: #2A75ED
}

.gain .gain-more {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin: 60px 0 100px
}

.gain .gain-more a {
    color: #888
}

.gain .gain-more_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 22px;
    vertical-align: top;
    margin: 1px 0 0 10px
}

.gain .gain-item,
.gain .gain-qrcode {
    width: 183px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat
}

.gain .gain-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 100px;
    padding: 0 50px
}

.gain .gain-item {
    position: relative;
    overflow: hidden;
    background-size: cover
}

.gain .gain-item:hover {
    z-index: 10;
    -webkit-box-shadow: 0 8px 22px 0 rgba(42, 117, 237, .16);
    box-shadow: 0 8px 22px 0 rgba(42, 117, 237, .16)
}

.gain .gain-item:hover .gain-qrcode {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px)
}

.gain .gain-item1 {
    background-image: url(../images/1.png)
}

.gain .gain-item2 {
    background-image: url(../images/2.png)
}

.gain .gain-item3 {
    background-image: url(../images/3.png)
}

.gain .gain-item4 {
    background-image: url(../images/4.png)
}

.gain .gain-item5 {
    background-image: url(../images/5.png)
}

.gain .gain-item6 {
    background-image: url(../images/6.png)
}

.gain .gain-item7 {
    background-image: url(../images/7.png)
}

.gain .gain-item8 {
    background-image: url(../images/8.png)
}

.gain .gain-item9 {
    background-image: url(../images/9.png)
}

.gain .gain-item10 {
    background-image: url(../images/10.png)
}

.gain .gain-item11 {
    background-image: url(../images/11.png)
}

.gain .gain-item12 {
    background-image: url(../images/12.png)
}

.gain .gain-item13 {
    background-image: url(../images/13.png)
}

.gain .gain-item14 {
    background-image: url(../images/14.png)
}

.gain .gain-item15 {
    background-image: url(../images/15.png)
}

.gain .gain-item16 {
    background-image: url(../images/16.png)
}

.gain .gain-item17 {
    background-image: url(../images/17.png)
}

.gain .gain-item18 {
    background-image: url(../images/18.png)
}

.gain .gain-item19 {
    background-image: url(../images/19.png)
}

.gain .gain-item20 {
    background-image: url(../images/20.png)
}

.gain .gain-item21 {
    background-image: url(../images/21.png)
}

.gain .gain-item22 {
    background-image: url(../images/22.png)
}

.gain .gain-item23 {
    background-image: url(../images/23.png)
}

.gain .gain-item24 {
    background-image: url(../images/24.png)
}

.gain .gain-name {
    line-height: 22px;
    margin: 98px 0 0;
    font-size: 16px;
    text-align: center
}

.gain .gain-qrcode {
    position: absolute;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    background-color: #fff;
    background-size: 110px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.gain .gain-qrcode1 {
    background-image: url(../images/wx25.png)
}

.gain .gain-qrcode2 {
    background-image: url(../images/wx26.png)
}

.gain .gain-qrcode3 {
    background-image: url(../images/wx27.png)
}

.gain .gain-qrcode4 {
    background-image: url(../images/wx28.png)
}

.gain .gain-qrcode5 {
    background-image: url(../images/wx29.png)
}

.gain .gain-qrcode6 {
    background-image: url(../images/wx30.png)
}

.gain .gain-qrcode7 {
    background-image: url(../images/wx31.png)
}

.gain .gain-qrcode8 {
    background-image: url(../images/wx32.png)
}

.gain .gain-qrcode9 {
    background-image: url(../images/wx33.png)
}

.gain .gain-qrcode10 {
    background-image: url(../images/wx34.png)
}

.gain .gain-qrcode11 {
    background-image: url(../images/wx35.png)
}

.gain .gain-qrcode12 {
    background-image: url(../images/wx36.png)
}

.gain .gain-qrcode13 {
    background-image: url(../images/wx37.png)
}

.gain .gain-qrcode14 {
    background-image: url(../images/wx38.png)
}

.gain .gain-qrcode15 {
    background-image: url(../images/wx39.png)
}

.gain .gain-qrcode16 {
    background-image: url(../images/wx40.png)
}

.gain .gain-qrcode17 {
    background-image: url(../images/wx41.png)
}

.gain .gain-qrcode18 {
    background-image: url(../images/wx42.png)
}

.gain .gain-qrcode19 {
    background-image: url(../images/wx43.png)
}

.gain .gain-qrcode20 {
    background-image: url(../images/wx44.png)
}

.gain .gain-qrcode21 {
    background-image: url(../images/wx45.png)
}

.gain .gain-qrcode22 {
    background-image: url(../images/wx46.png)
}

.gain .gain-qrcode23 {
    background-image: url(../images/wx47.png)
}

.gain .gain-qrcode24 {
    background-image: url(../images/wx48.png)
}

.safe {
    background: #F4F6F9
}

.safe .safe-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center
}

.safe .safe-title {
    line-height: 50px;
    font-size: 36px;
    color: #071D43;
    margin: 100px 0 60px
}

.safe .safe-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 22px;
    margin: 0 0 100px
}

.safe .safe-item {
    width: 164px
}

.safe .safe-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130px
}

.safe .safe-img__skill {
    background-image: url(../images/skill.png)
}

.safe .safe-img__safe {
    background-image: url(../images/safe.png);
    background-size: 110px
}

.safe .safe-img__service {
    background-image: url(../images/service.png);
    background-size: 110px
}

.safe .safe-img__good {
    background-image: url(../images/good.png)
}

.safe .safe-img__convenient {
    background-image: url(../images/convenient.png)
}

.safe .safe-name {
    line-height: 25px;
    color: #081E42;
    font-size: 18px;
    margin: 10px 0 4px
}

.safe .safe-tip {
    line-height: 20px;
    color: #081E42
}

.customer {
    background: #fff;
    overflow: hidden
}

.customer .customer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 100px 0 0
}

.customer .customer-item {
    width: 110px;
    cursor: pointer
}

.customer .customer-item_customer1 {
    background: url(../images/1.png) center no-repeat
}

.customer .customer-item_customer2 {
    background: url(../images/2.png) center no-repeat
}

.customer .customer-item_customer3 {
    background: url(../images/3.png) center no-repeat
}

.customer .customer-item_customer5 {
    background: url(../images/5.png) center no-repeat
}

.customer .customer-item_customer6 {
    background: url(../images/6.png) center no-repeat
}

.customer .customer-item_customer7 {
    background: url(../images/7.png) center no-repeat
}

.customer .customer-item_customer8 {
    background: url(../images/8.png) center no-repeat
}

.customer .customer-item_avatar {
    position: relative;
    width: 80px;
    height: 80px;
    background-size: auto 80px;
    border-radius: 50%;
    margin: 0 auto
}

.customer .customer-item_avatar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%
}

.customer .customer-item_name {
    line-height: 25px;
    color: #081E42;
    font-size: 18px;
    margin: 13px 0 2px
}

.customer .customer-item_channel {
    line-height: 17px;
    font-size: 12px;
    color: #42516E
}

.customer .customer-item_selected .customer-item_avatar:before {
    display: none
}

.customer .customer-content {
    margin: 0 auto;
    padding: 60px 0 100px;
    overflow: hidden
}

.customer .customer-show {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 707px;
    height: 269px;
    padding: 60px 54px;
    background: #fff;
    -webkit-box-shadow: 0 10px 40px 0 #e2e4ee;
    box-shadow: 0 10px 40px 0 #e2e4ee;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.customer .customer-show:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    background: rgba(255, 255, 255, .4)
}

.customer .swiper-slide-active {
    -webkit-box-shadow: 0 16px 48px 0 #e2e4ee;
    box-shadow: 0 16px 48px 0 #e2e4ee;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.customer .swiper-slide-active:before {
    background: 0 0
}

.customer .customer-item_customer-big1 {
    background: url(../images/pic_customers1.png) center no-repeat
}

.customer .customer-item_customer-big2 {
    background: url(../images/pic_customers2.png) center no-repeat
}

.customer .customer-item_customer-big3 {
    background: url(../images/pic_customers3.png) center no-repeat
}

.customer .customer-item_customer-big5 {
    background: url(../images/pic_customers5.png) center no-repeat
}

.customer .customer-item_customer-big6 {
    background: url(../images/pic_customers6.png) center no-repeat
}

.customer .customer-item_customer-big8 {
    background: url(../images/pic_customers8.png) center no-repeat
}

.customer .customer-show_img {
    width: 128px;
    height: 128px;
    background-size: 128px;
    border-radius: 50%;
    margin: 0 40px 0 0;
    background-repeat: no-repeat;
    background-position: center
}

.customer .customer-show_text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.customer .customer-show_text-header {
    line-height: 33px;
    color: #081E42;
    margin: 0 0 16px;
    font-size: 24px
}

.customer .customer-show_text-header span {
    font-size: 14px;
    color: #415070;
    margin: 0 0 0 5px
}

.customer .customer-show_text-footer {
    font-size: 14px;
    line-height: 28px;
    color: #415070
}

.img-text-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px
}

.img-text-container:after {
    content: '';
    display: block;
    clear: both
}

.img-text-container .img-text-imgs-list {
    float: left;
    width: 450px;
    margin-right: 90px;
    height: 600px
}

.img-text-container .img-text-imgs-list img {
    width: 100%
}

.img-text-container.right .img-text-imgs-list {
    float: right;
    margin-right: 0
}

.img-text-container.right .img-text-list li:hover {
    background: #fff
}

.img-text-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.img-text-list li {
    width: 520px;
    padding: 20px 20px 20px 70px;
    text-align: left;
    position: relative
}

.img-text-list li:hover {
    background: #f8f8f8
}

.img-text-list li .iconfont {
    font-size: 32px;
    color: #2A75ED;
    float: left;
    position: absolute;
    left: 20px;
    top: 20px
}

.img-text-list li h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #081E42;
    margin: 0
}

.img-text-list li p {
    font-size: 14px;
    color: #888;
    margin: 10px 0 0
}

.channelAdvantage,
.channelAdvantage div {
    height: 50px;
    line-height: 50px
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: .85;
    background: #fff
}

.swiper-container:hover .channelAdvantage {
    display: block
}

.channelAdvantage {
    display: none;
    position: absolute;
    width: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    outline: 0;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, .2)
}

.channelAdvantage div:before {
    color: #fff
}

.channelAdvantage.btnNext {
    right: 0
}

.channelAdvantage.btnPrev {
    left: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    /*background-size: cover;*/
}

.swiper-button-prev {
    background: url(../images/arrow_left.png) no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-button-next {
    background: url(../images/arrow_right.png) no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
}

.section-1 {
    background: #fff;
    border-radius: 5px;
    height: 125px;
    box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 3;
}

.section-1 .list {
    overflow: hidden;
}

.section-1 .list li {
    float: left;
    width: 25%;
    padding-top: 35px;
}

.section-1 .list li a {
    overflow: visible;
    display: block;
}

.section-1 .list li .img {
    float: left;
    transition: all .2s;
    width: 51px;
    height: 59px;
    margin-left: 40px;
    background: url(../images/01-icon.png) no-repeat;
}

.section-1 .list li.item-1 .img {
    background-position: left top;
}

.section-1 .list li.item-2 .img {
    background-position: -60px top;
}

.section-1 .list li.item-3 .img {
    background-position: -120px top;
}

.section-1 .list li.item-4 .img {
    background-position: -180px top;
}

.section-1 .list li.item-1 a:hover .img {
    background-position: left bottom;
}

.section-1 .list li.item-2 a:hover .img {
    background-position: -60px bottom;
}

.section-1 .list li.item-3 a:hover .img {
    background-position: -120px bottom;
}

.section-1 .list li.item-4 a:hover .img {
    background-position: -180px bottom;
}

.section-1 .list li .text {
    float: left;
    width: 170px;
    margin-left: 20px;
}

.section-1 .list li h3 {
    font-size: 18px;
    margin-bottom: 7px;
}

.section-1 .list li p {
    font-size: 14px;
    color: #95989d;
    white-space: nowrap;
}