.main {
    width: 100%;
}
/* 导航 */
.header-nav, .paging-nav {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88;
}

.header-nav-main {
    width: 1200px;
    height: 80px;
    position: relative;
    line-height: 80px;
    margin: 0 auto;
    overflow: hidden;
}

.header-logo {
    width: 260px;
    height: 80px;
    float: left;
}

    .header-logo a {
        width: 100%;
        height: 100%;
        display: block;
        background: url(../images/top-logo.png) no-repeat center;
    }

.header-nav-link {
    float: right;
}

    .header-nav-link li {
        float: left;
        width: 100px;
        text-align: center;
        margin-left: 4px;
    }

    .header-nav-link a {
        font-size: 16px;
        color: #fff;
    }

        .header-nav-link a.nav-link:hover {
            opacity: .8;
        }

        .header-nav-link a.header-login-btn {
            background: rgba(255,255,255,.8);
            color: #666;
            border-radius: 4px;
            padding: 8px 28px;
        }

        .header-nav-link a.header-register-btn {
            border: 1px solid rgba(255,255,255,.8);
            border-radius: 4px;
            padding: 7px 27px;
            box-sizing: border-box;
        }

        .header-nav-link a.header-login-btn:hover {
            background: rgba(255,255,255,1) !important;
            color: #111;
        }

        .header-nav-link a.header-register-btn:hover {
            border: 1px solid rgba(255,255,255,1);
        }

.header-nav.move-down {
    transition: all 0.3s ease-in-out;
}

.header-nav-btn, .header-nav-btnclose {
    display: none;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 0;
}

    .header-nav-btn:before {
        font-family: "iconfont";
        content: '\e62b';
        color: #fff;
    }

.header-nav-btnclose {
    z-index: 99;
}

    .header-nav-btnclose:before {
        font-family: "iconfont";
        content: '\e605';
        color: #666;
    }

.nav-ul {
    transition: all 0.5s ease-in-out;
}

.nav-hide {
    display: none;
}

.nav-show {
    display: block !important;
}
/* 导航向下滑动时 */
.header-nav.solid, .paging-nav {
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 12px 0px rgba(56,114,169,0.11);
}

    .header-nav.solid .header-logo a, .paging-nav .header-logo a {
        background: url(../images/top-logo2.png) no-repeat center;
    }

    .header-nav.solid .header-nav-link a, .paging-nav .header-nav-link a {
        color: #333;
    }

        .header-nav.solid .header-nav-link a.header-login-btn, .paging-nav .header-nav-link a.header-login-btn {
            background: linear-gradient(0deg,rgba(39,125,253,1),rgba(96,159,253,1));
            color: #FFF;
        }

        .header-nav.solid .header-nav-link a.header-register-btn, .paging-nav .header-nav-link a.header-register-btn {
            border: 1px solid rgba(42,143,246,.9);
            color: #2a8ff6;
        }

        .header-nav.solid .header-nav-link a.header-login-btn:hover, .paging-nav .header-nav-link a.header-login-btn:hover {
            background: rgba(42,143,246,1) !important;
            ;
            color: #FFF;
        }

        .header-nav.solid .header-nav-link a.header-register-btn:hover, .paging-nav .header-nav-link a.header-register-btn:hover {
            border: 1px solid rgba(42,143,246,1);
            color: #2a8ff6;
        }

/* banner */
.banner {
    width: 100%;
}

.banner-pc {
    display: block;
}

.banner-wap {
    display: none;
}

.slide-main {
    width: 100%;
    height: 640px;
    position: relative;
}

.prev, .next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 222;
    top: 300px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    _border: 1px solid none;
}

.prev {
    left: 70px;
}

.next {
    right: 70px;
}

    .prev:hover, .next:hover, .nav-main a:hover, .nav-main a.cur {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }

.item {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 124;
    top: 570px;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .item a {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        margin-right: 11px;
        background: #fff;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter: alpha(opacity=50);
        overflow: hidden;
    }

        .item a.cur {
            width: 14px;
            height: 14px;
            background: #fff;
            opacity: 1;
            -moz-opacity: 1;
            filter: alpha(opacity=100);
        }

.slide-box, .slide {
    display: block;
    width: 100%;
    height: 640px;
    overflow: hidden;
}

.slide-box {
    position: relative;
}

.slide {
    display: none;
    height: 640px;
    padding-top: 89px;
    background: #ff6900;
    position: relative;
    position: absolute;
    z-index: 8;
}

#bgstylea {
    background: linear-gradient(-18deg,rgba(38,132,219,1),rgba(36,84,198,1));
}

#bgstyleb {
    background: linear-gradient(-18deg,rgba(255,159,106,1),rgba(255,125,85,1));
}

#bgstylec {
    background: linear-gradient(-18deg,rgba(38,132,219,1),rgba(36,84,198,1));
}

.slide a {
    display: block;
    width: 100%;
    height: 640px;
    cursor: default;
}

.banner-btn-p {
    text-align: left;
    margin-top: 40px;
}

.slide .banner-btn {
    width: 170px;
    height: 51px;
    margin-right: 16px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    display:inline-block;
    line-height:51px;
    text-align:center;
}

    .slide .banner-btn:hover {
        box-shadow: 0 15px 20px 0 rgba(40, 40, 40, 0.05);
        transform: scale(1.01) translateY(-2px);
    }

.trial-a {
    background: #26a6fa;
}

.consult-a {
    background: #10d7bb;
}

.trial-b {
    background: #ffba6f;
}

.consult-b {
    background: #ff503e;
}

.obj-a, .obj-b, .obj-c, .obj-d, .obj-e, .obj-f {
    position: absolute;
    z-index: 9;
    left: 50%;
}

.obj-a, .obj-b {
    width: 952px;
    text-align: left;
}

.obj-a {
    display: block;
    height: 352px;
    top: 100px;
}

.obj-b {
    top: 170px;
    z-index: 2;
    margin-left: -70px;
}

.obj-c {
    display: block;
    height: 210px;
    top: 240px;
    margin-left: -550px;
    z-index: 3;
}

.obj-d {
    top: 170px;
    z-index: 2;
    margin-left: -70px;
}

    .obj-d p {
        display: block;
        padding-top: 20px;
        font-size: 16px;
        color: #fff;
        clear: both;
    }
/* .obj-e{width:366px;height:170px;margin-left:-460px;top:223px;z-index:12;}
.obj-f{width:692px;height:394px;top:158px;margin-left:-180px;}
.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;} */
@-webkit-keyframes baoAni {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@-moz-keyframes baoAni {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@keyframes baoAni {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}
/* .banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;} */
@-webkit-keyframes saAni {
    from {
        opacity: 0;
        -webkit-transform: scale(0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1,1);
    }
}

@-moz-keyframes saAni {
    from {
        opacity: 0;
        -moz-transform: scale(0,0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1,1);
    }
}

@keyframes saAni {
    from {
        opacity: 0;
        transform: scale(0,0);
    }

    to {
        opacity: 1;
        transform: scale(1,1);
    }
}

.watch-code.code-show {
    display: block;
    animation-name: scode;
    -webkit-animation: scode 0.3s linear 0s normal none;
    -moz-animation: scode 0.3s linear 0s normal none;
    animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
    from {
        opacity: 0;
        -webkit-transform: scale(1,0);
        transform-origin: left bottom;
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform-origin: left bottom;
    }
}

@-moz-keyframes scode {
    from {
        opacity: 0;
        -moz-transform: scale(1,0);
        transform-origin: left bottom;
    }

    to {
        opacity: 1;
        -moz-transform: scale(1,1);
        transform-origin: bottom bottom;
    }
}

@keyframes scode {
    from {
        opacity: 0;
        transform: scale(1,0);
        transform-origin: left bottom;
    }

    to {
        opacity: 1;
        transform: scale(1,1);
        transform-origin: left bottom;
    }
}

.banAnimate .obj-c, .banAnimate .obj-e {
    display: block;
    animation-name: saAnic;
    -webkit-animation: saAnic 0.3s linear 0s normal none;
    -moz-animation: saAnic 0.3s linear 0s normal none;
    animation: saAnic 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnic {
    from {
        opacity: 0;
        left: 47%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@-moz-keyframes saAnic {
    from {
        opacity: 0;
        left: 47%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@keyframes saAnic {
    from {
        opacity: 0;
        left: 47%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

.banAnimate .obj-b, .banAnimate .obj-d, .banAnimate .obj-f {
    display: block;
    animation-name: saAnid;
    -webkit-animation: saAnid 0.3s linear 0s normal none;
    -moz-animation: saAnid 0.3s linear 0s normal none;
    animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@-moz-keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

/* 一张名片打通八大系统 */
.CardSystem {
    width: 100%;
}

.CardSystem-main {
    width: 1200px;
    margin: 0 auto;
}

.title {
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 45px;
}

.system-icon {
    overflow: hidden;
    width: 1240px;
}

.system-icon-div {
    width: 270px;
    height: 300px;
    margin-right: 40px;
    margin-bottom: 30px;
    float: left;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 0 20px;
}

    .system-icon-div .iconfont {
        font-size: 60px;
        color: #fff;
        transition: all 1s ease-in-out;
        display: inline-block;
        margin-top: 56px;
        text-align: center;
        line-height: 84px;
        width: 84px;
        height: 84px;
        border-radius: 50%;
    }

    .system-icon-div:hover .iconfont, .system-icon-div:active .iconfont {
        transform: rotatey(180deg);
        transition: all 0.3s ease-in-out;
    }

    .system-icon-div h2 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 10px;
        cursor: default;
    }

    .system-icon-div p {
        text-align: left;
        line-height: 22px;
        color: #666;
        cursor: default;
    }

.iconCardSystemIcon4 {
    background: linear-gradient(180deg,rgba(43,175,251,1),rgba(19,131,245,1));
    box-shadow: 0px 8px 15px 0px rgba(19,131,245,0.15);
}

.iconCardSystemIcon {
    background: linear-gradient(180deg,rgba(255,225,56,1),rgba(255,172,13,1));
    box-shadow: 0px 8px 15px 0px rgba(255,90,9,0.15);
}

.iconCardSystemIcon7 {
    background: linear-gradient(180deg,rgba(18,235,176,1),rgba(13,208,187,1));
    box-shadow: 0px 8px 15px 0px rgba(17,176,200,0.15);
}

.iconCardSystemIcon5 {
    background: linear-gradient(180deg,rgba(255,158,79,1),rgba(255,110,59,1));
    box-shadow: 0px 8px 15px 0px rgba(255,65,37,0.15);
}

.iconCardSystemIcon3 {
    background: linear-gradient(180deg,rgba(18,235,176,1),rgba(13,208,187,1));
    box-shadow: 0px 8px 15px 0px rgba(17,176,200,0.15);
}

.iconCardSystemIcon6 {
    background: linear-gradient(180deg,rgba(255,158,79,1),rgba(255,110,59,1));
    box-shadow: 0px 8px 15px 0px rgba(255,65,37,0.15);
}

.iconCardSystemIcon1 {
    background: linear-gradient(180deg,rgba(43,175,251,1),rgba(19,131,245,1));
    box-shadow: 0px 8px 15px 0px rgba(19,131,245,0.15);
}

.iconCardSystemIcon2 {
    background: linear-gradient(180deg,rgba(255,225,56,1),rgba(255,172,13,1));
    box-shadow: 0px 8px 15px 0px rgba(255,90,9,0.15);
}

/* 企业遇到的六大难题 */
.Conundrum {
    width: 100%;
    height: 645px;
    margin-top: 50px;
    background: url(../images/conundrum.jpg) no-repeat;
}

.Conundrum-main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.Conundrum-title {
    color: #fff;
}

.Conundrum-con {
    width: 1209px;
    height: 409px;
    overflow: hidden;
}

.Conundrum-div {
    width: 394px;
    height: 200px;
    background: rgba(26,43,60,.6);
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    overflow: hidden;
    padding: 40px 30px;
    box-sizing: border-box;
}

    .Conundrum-div .number {
        width: 68px;
        height: 68px;
        box-sizing: border-box;
        border-radius: 50%;
        text-align: center;
        line-height: 68px;
        color: #fff;
        font-size: 36px;
        font-weight: normal;
        border: 1px solid #fff;
        position: relative;
        float: left;
        margin-right: 30px;
    }

        .Conundrum-div .number img {
            position: absolute;
            right: -1px;
            top: -1px;
        }

    .Conundrum-div:hover, .Conundrum-div:active {
        background: rgba(26,43,60,.8);
        cursor: default;
        transition: all 0.3s ease-in-out;
    }

        .Conundrum-div:hover .number-pic, .Conundrum-div:active .number-pic {
            transform: rotate(410deg);
            transition: all 0.5s ease-in-out;
        }

.Conundrum-txt {
    width: 230px;
    float: left;
}

    .Conundrum-txt h2 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .Conundrum-txt p {
        line-height: 22px;
    }

    .Conundrum-txt h2, .Conundrum-txt p {
        color: #fff;
    }

/* 帮得智慧名片，为企业解决问题 */
.solve {
    width: 100%;
    padding-bottom: 50px;
}

.solve-main {
    width: 1200px;
    margin: 0 auto;
}

.solve-con {
    width: 1200px;
    height: 473px;
    padding-top: 30px;
    background: url(../images/module-bg.png) no-repeat center;
}

.card-module {
    position: relative;
}

    .card-module p {
        position: absolute;
        left: 50%;
    }

        .card-module p img {
            transition: all 0.3s ease-in-out;
        }

        .card-module p:hover img {
            transform: translateY(-10px);
        }

.module-phone {
    z-index: 2;
    margin-left: -116px;
}

.module-1 {
    top: 70px;
    margin-left: -290px;
    z-index: 3;
}

.module-2 {
    top: 30px;
    margin-left: 50px;
    z-index: 3;
}

.module-3 {
    top: 300px;
    margin-left: -15px;
    z-index: 4;
}

.module-4 {
    top: 345px;
    margin-left: -190px;
    z-index: 5;
}

.solve-txt {
    position: absolute;
    top: 55px;
    line-height: 74px;
    cursor: default;
}

    .solve-txt li {
        font-size: 22px;
    }

        .solve-txt li:hover {
            color: rgba(42,143,246,1);
            font-size: 26px;
            transition: all 0.3s ease-in-out;
        }

            .solve-txt li:hover i {
                border-color: rgba(42,143,246,1);
            }

    .solve-txt.left li:nth-child(1), .solve-txt.left li:nth-child(5) {
        width: 315px;
    }

    .solve-txt.left li:nth-child(2), .solve-txt.left li:nth-child(4) {
        width: 280px;
    }

    .solve-txt li:nth-child(3) {
        width: 265px;
        font-size: 26px;
        font-weight: bold;
    }

.card-module .left {
    left: 0;
    text-align: right;
}

.card-module .right {
    right: 0;
    text-align: left;
}

.solve-txt i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #333;
    box-sizing: border-box;
    display: inline-block;
}

.card-module .left i {
    margin-left: 10px;
}

.card-module .right i {
    margin-right: 10px;
}

.solve-txt.right li:nth-child(1), .solve-txt.right li:nth-child(5) {
    margin-left: -50px;
}

.solve-txt.right li:nth-child(2), .solve-txt.right li:nth-child(4) {
    margin-left: -12px;
}

/* 帮得智慧名片，适用于多种家居场景 */
.scene {
    width: 100%;
}

.scene-con {
    width: 100%;
    height: 470px;
    background: #374a5c;
}

    .scene-con ul {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

        .scene-con ul li {
            width: 300px;
            height: 470px;
            text-align: center;
            float: left;
            text-align: center;
        }

            .scene-con ul li p {
                color: #fff;
                font-size: 28px;
            }

    .scene-con li:nth-child(1) {
        background: url(../images/scene1.jpg);
    }

    .scene-con li:nth-child(2) {
        background: url(../images/scene2.jpg);
    }

    .scene-con li:nth-child(3) {
        background: url(../images/scene3.jpg);
    }

    .scene-con li:nth-child(4) {
        background: url(../images/scene4.jpg);
    }

.scene-div-bg {
    height: 100%;
    padding-top: 180px;
    box-sizing: border-box;
    display: block;
    background: rgba(55,74,92,.7);
}

    .scene-div-bg:hover, .scene-div-bg:active {
        background: rgba(39,125,253,.7);
        cursor: default;
    }

        .scene-div-bg:hover i, .scene-div-bg:active i {
            transform: rotatey(180deg);
            transition: all 0.3s ease-in-out;
        }

    .scene-div-bg p {
        transition: all 0.3s ease-in-out;
    }

    .scene-div-bg:hover p, .scene-div-bg:active p {
        transform: translateY(8px);
    }

.scene-con li i {
    width: 80px;
    height: 80px;
    transition: all 0.8s ease-in-out;
    font-size: 56px;
    line-height: 80px;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}
/* 统计 */
.statistic {
    width: 100%;
    height: 164px;
    border-bottom: 1px solid #f0f0f0;
}

.statistic-main {
    width: 1200px;
    height: 164px;
    margin: 0 auto;
    background: url(../images/statistic-bg.png) no-repeat center;
}

.number-con {
    width: 100%;
    padding-top: 36px;
    box-sizing: border-box;
}

    .number-con li {
        width: 33%;
        display: inline-block;
        text-align: center;
    }

    .number-con p {
        font-size: 20px;
        width: 100%;
        display: block;
        clear: both;
        color: #666;
    }

    .number-con h2 {
        font-size: 52px;
        font-weight: bold;
        display: inline-block;
        color: #666;
    }

.mun_top i {
    font-size: 36px;
    color: #666;
    vertical-align: top;
}

.mun_top span {
    font-size: 42px;
    color: #666;
    font-weight: bold;
    vertical-align: super;
}

/* 客户心声 */
.customer {
    width: 100%;
    overflow: hidden;
}

.customer-con {
    width: 1200px;
    margin: 0 auto;
}

.customer-div {
    width: 299px;
    height: 290px;
    margin-bottom: 80px;
    border-right: 1px solid #e8e8e8;
    float: left;
    position: relative;
    text-align: center;
    cursor: default;
    transition: all 0.3s ease-in-out;
}

    .customer-div:nth-child(4), .customer-div:nth-child(8) {
        border-right: none;
    }

.head-portrait {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

    .head-portrait img {
        width: 100%;
    }

.customer-div h2 {
    font-size: 20px;
    margin-top: 10px;
}

.customer-div p {
    font-size: 14px;
    margin-top: 5px;
    position: relative;
}

    .customer-div p:after {
        width: 30px;
        height: 2px;
        border-radius: 2px;
        background: #666;
        display: inline-block;
        content: '';
        position: absolute;
        top: 35px;
        left: 50%;
        margin-left: -15px;
    }

.customer-div span {
    color: #999;
    padding: 0 40px;
    display: inline-block;
    margin-top: 35px;
    line-height: 22px;
    box-sizing: border-box;
    text-align: left;
}

.customer-div-defult {
    height: 290px;
    position: absolute;
    z-index: 2;
    opacity: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

    .customer-div-defult:hover, .customer-div-defult:active {
        opacity: 0;
    }

.customer-div-hide {
    opacity: 0;
    position: absolute;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: 310px;
    height: 340px;
    z-index: 5;
    display: block;
    background: #fff;
}

    .customer-div-hide:hover, .customer-div-hide:active {
        left: -5px;
        top: -20px;
        opacity: 1;
        box-shadow: 0px 3px 20px 0px rgba(56,114,169,0.15);
    }

    .customer-div-hide img {
        width: 115px;
        margin-top: 28px;
    }

    .customer-div-hide span {
        position: relative;
        height: 120px;
        margin-top: 40px;
        color: #333;
        line-height: 22px;
    }

        .customer-div-hide span:before {
            width: 30px;
            height: 2px;
            border-radius: 2px;
            background: #666;
            display: inline-block;
            content: '';
            position: absolute;
            top: -20px;
            left: 50%;
            margin-left: -15px;
        }

/* 页脚内容 */
.footer {
    width: 100%;
    height: 400px;
    background: #3a4654;
}

.footer-nav {
    width: 100%;
    border-bottom: 1px solid #4c5764;
}

.footer-nav-con {
    width: 1200px;
    margin: 0 auto;
    line-height: 74px;
    overflow: hidden;
}

    .footer-nav-con li {
        float: left;
        color: #9ba9b9;
        font-size: 15px;
    }

        .footer-nav-con li a {
            color: #9ba9b9;
            padding: 0 10px;
            transition: all 0.3s ease-in-out;
        }

            .footer-nav-con li a:hover {
                color: #fff;
            }

.footer-main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .footer-main > div {
        width: 33%;
        float: left;
        padding-top: 40px;
    }

.footer-copyright > a {
    margin: 60px 0 10px 0;
    display: inline-block;
}

.footer-copyright p, .footer-copyright p a {
    color: #9ba9b9;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

    .footer-copyright p a:hover {
        color: #fff;
    }

.footer-contacts {
    margin-top: 35px;
}

    .footer-contacts li {
        color: #fff;
        line-height: 36px;
    }

        .footer-contacts li:nth-child(1):before {
            content: '\e694';
            font-family: "iconfont";
            color: #9ba9b9;
            margin-right: 5px;
            display: inline-block;
        }

        .footer-contacts li:nth-child(2):before {
            content: '\e695';
            font-family: "iconfont";
            color: #9ba9b9;
            margin-right: 5px;
            display: inline-block;
        }

        .footer-contacts li:nth-child(3):before {
            content: '\e693';
            font-family: "iconfont";
            color: #9ba9b9;
            margin-right: 5px;
            display: inline-block;
        }

.footer-pic > div {
    width: 136px;
    height: 170px;
    float: right;
    margin-left: 20px;
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
    border: 1px solid #4d5865;
    background: #444f5d;
    border-radius: 6px;
}

    .footer-pic > div span {
        color: #fff;
        display: inline-block;
        margin-top: 10px;
    }

.footer-pic img {
    width: 112px;
    height: 112px;
    border-radius: 3px;
}

/* 浮窗 */
.scroll {
    width: 90px;
    position: fixed;
    z-index: 50;
    right: 40px;
    top: 50%;
}

.scroll-consult {
    width: 90px;
    height: 151px;
}

    .scroll-consult img {
        width: 90px;
    }

.scroll-phone {
    width: 90px;
    height: 90px;
}

.scroll-con {
    margin-bottom: 10px;
    position: relative;
}

.show {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.hide {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.scroll-con > img {
    z-index: 30;
    position: absolute;
}

.scroll-phone > i {
    height: 90px;
    line-height: 90px;
    color: #333;
    text-align: right;
    background: rgba(255,255,255,.7);
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 20;
    font-size: 12px;
    transition: all .3s ease-in-out;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
}

.scroll-phone:hover i {
    opacity: 1;
    left: -200px;
    font-size: 20px;
}

.scroll-phone > i:before {
    content: '\e695';
    font-family: "iconfont";
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    margin-right: 6px;
}

.scroll-tym > i {
    opacity: 0;
    border-radius: 5px;
    left: 0;
    background: rgba(255,255,255,1);
    border: 1px solid #f0f0f0;
    position: absolute;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    padding: 5px 15px;
    font-size: 0;
}

    .scroll-tym > i img {
        width: 112px;
    }

.scroll-tym:hover i {
    opacity: 1;
    left: -148px;
}

/* 申请试用 */
.advert {
    width: 100%;
    height: 70px;
    cursor: default;
    position: fixed;
    bottom: -1px;
    left: 0;
    background: linear-gradient(-90deg,rgba(68,165,247,.8),rgba(87,137,239,.8));
    text-align: center;
}

.advert-con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.superman {
    position: absolute;
    top: -50px;
    left: 0;
    animation: move 2.5s linear infinite;
}

.advert p {
    color: #fff;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
}

.advert a {
    width: 140px;
    height: 40px;
    line-height: 34px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    border-radius: 22px;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 30px;
    top: 15px;
}

.advert:hover {
    background: linear-gradient(-90deg,rgba(68,165,247,.9),rgba(87,137,239,.9));
}

.advert a:hover {
    background: #fff;
    color: #44a5f7;
}

@keyframes move {
    0% {
        top: -50px;
    }

    10% {
        top: -52px;
    }

    20% {
        top: -54px;
    }

    30% {
        top: -56px;
    }

    40% {
        top: -58px;
    }

    50% {
        top: -60px;
    }

    60% {
        top: -58px;
    }

    70% {
        top: -56px;
    }

    80% {
        top: -54px;
    }

    90% {
        top: -52px;
    }

    100% {
        top: -50px;
    }
}

@keyframes move2 {
    0% {
        top: -20px;
    }

    10% {
        top: -22px;
    }

    20% {
        top: -24px;
    }

    30% {
        top: -26px;
    }

    40% {
        top: -28px;
    }

    50% {
        top: -30px;
    }

    60% {
        top: -28px;
    }

    70% {
        top: -26px;
    }

    80% {
        top: -24px;
    }

    90% {
        top: -22px;
    }

    100% {
        top: -20px;
    }
}

@keyframes nav-move {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}

@keyframes nav-move-hide {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

/* 新闻页面 */
.paging-banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
}

    .paging-banner img {
        max-height: 100%;
    }

.paging-main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.news-list {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

    .news-list > a {
        width: 100%;
        padding: 50px 0;
        display: block;
        overflow: hidden;
    }

        .news-list > a:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px 0 rgba(40, 40, 40, 0.05);
        }

    .news-list:first-child > a {
        padding-top: 30px;
    }

.news-pic {
    width: 240px;
    height: 160px;
    overflow: hidden;
    float: left;
}

    .news-pic img {
        width: auto;
        max-height: 100%;
    }

.news-txt {
    width: 930px;
    float: right;
}

    .news-txt > h2 {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 21px;
    }

    .news-txt > span {
        height: 82px;
        font-size: 15px;
        color: #666;
        line-height: 28px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .news-txt > p {
        margin-top: 15px;
    }

    .news-txt p i {
        color: #999;
        font-size: 14px;
        margin-right: 40px;
    }

.publish-time:before {
    content: '\e696';
    display: inline-block;
    margin-right: 5px;
    font-family: 'iconfont';
    font-size: 16px;
}

.browse:before {
    content: '\e697';
    display: inline-block;
    margin-right: 5px;
    font-family: 'iconfont';
    font-size: 16px;
}

.pagination {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

    .pagination a {
        height: 41px;
        box-sizing: border-box;
        display: inline-block;
        color: #333;
        background: #fff;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        padding: 0 20px;
    }

        .pagination a:hover, .pagination a:active, .pagination a.active {
            color: #fff;
            background: #1383f5;
            border: 1px solid #1383f5;
        }

        .pagination a:first-child {
            margin-right: 10px;
        }

        .pagination a.last-child {
            margin-left: 10px;
        }

    .pagination > span {
        color: #999;
        margin-left: 20px;
    }

.news-b {
    background: url(../images/news/news-banner.jpg) no-repeat center;
}

/* 新闻详情页面 */
.paging-crumbs {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    overflow: hidden;
    font-size: 15px;
    color: #999;
}

    .paging-crumbs > a {
        margin-right: 10px;
        color: #999;
    }

        .paging-crumbs > a:hover {
            color: #333;
        }

.article-main {
    width: 1200px;
    margin: 0 auto;
}

.article-title {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

    .article-title > h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .article-title > p {
        color: #999;
    }

        .article-title > p i {
            margin-right: 40px;
        }

.article-con {
    padding-bottom: 80px;
}

/* 关于我们页面 */
.about-nav {
    width: 100%;
    padding: 60px 0;
    border-bottom: 1px solid #f0f0f0;
}

.anchor-con {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

    .anchor-con > a {
        font-size: 16px;
        width: 140px;
        height: 40px;
        position: relative;
        z-index: 5;
        line-height: 40px;
        border-radius: 20px;
        color: #666;
        background: #ececec;
        display: inline-block;
    }

        .anchor-con > a:hover, .anchor-con a.active {
            background: #19b3fa;
            color: #fff;
            box-shadow: 5px 9px 20px 0px rgba(25,147,250,0.15);
        }

    .anchor-con span {
        width: 82px;
        display: inline-block;
    }

        .anchor-con span i:after {
            content: '';
            width: 13px;
            height: 13px;
            background: #fff;
            position: absolute;
            top: -6px;
            left: 50%;
            margin-left: -6px;
            border: 3px solid #ececec;
            border-radius: 100%;
            display: inline-block;
            box-sizing: border-box;
        }

        .anchor-con span i {
            width: 96px;
            height: 1px;
            top: -4px;
            left: -6px;
            background: #ececec;
            position: relative;
            display: inline-block;
        }

.about-bond {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .about-bond > div {
        width: 50%;
        box-sizing: border-box;
    }

.bond-left {
    float: left;
    padding: 80px 20px 100px 0;
    overflow: hidden;
}

.bond-right {
    float: right;
    padding-top: 150px;
    text-align: left;
}

    .bond-right h2, .bluestone-left h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .bond-right p, .bluestone-left p {
        font-size: 15px;
        color: #666;
        line-height: 28px;
    }

.about-bluestone {
    width: 100%;
    height: 513px;
    background: url(../images/aboutus/bluestone-team.jpg) no-repeat right bottom #dcdcdc;
}

.bluestone-con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .bluestone-con > div {
        overflow: hidden;
        width: 50%;
        box-sizing: border-box;
    }

.bluestone-left {
    float: left;
    padding: 100px 0 20px 20px;
}

    .bluestone-left p {
        color: #4c4c4c;
    }

.bluestone-right {
    float: right;
    padding-top: 140px;
}

.kernel {
    width: 1200px;
    margin: 0 auto;
}

    .kernel > h2 {
        font-size: 28px;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

.kernel-con {
    margin-top: 50px;
    padding-bottom: 110px;
}

    .kernel-con:after {
        content: '';
        display: block;
        clear: both;
    }

.kernel-div {
    width: 258px;
    height: 434px;
    box-sizing: border-box;
    cursor: default;
    margin-right: 56px;
    float: left;
    text-align: center;
    box-shadow: 0px 5px 25px 0px rgba(227,227,227,0.5);
}

    .kernel-div:hover {
        box-shadow: 0px 5px 25px 0px rgba(227,227,227,1);
    }

    .kernel-div:last-child {
        margin: 0;
    }

    .kernel-div > div {
        overflow: hidden;
        width: 258px;
        height: 258px;
    }

        .kernel-div > div img {
            width: 100%;
        }

    .kernel-div > h2, .kernel-div > p {
        font-size: 22px;
    }

    .kernel-div > h2 {
        padding-top: 15px;
    }

    .kernel-div > p {
        padding: 3px 0 8px 0;
    }

    .kernel-div > ol {
        font-size: 15px;
        color: #999;
        line-height: 24px;
    }

.recruit {
    width: 100%;
    background: #f7f7f7;
}

.recruit-con {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}

    .recruit-con:after, .recruit-con ul:after {
        content: '';
        clear: both;
        display: block;
    }

    .recruit-con > h2 {
        font-size: 28px;
        width: 100%;
        text-align: center;
        display: block;
    }

    .recruit-con > ul {
        margin-top: 50px;
    }

        .recruit-con > ul li {
            width: 572px;
            height: 130px;
            box-sizing: border-box;
            position: relative;
        }

            .recruit-con > ul li:nth-child(2n) {
                float: right;
            }

            .recruit-con > ul li:nth-child(2n+1) {
                float: left;
            }

            .recruit-con > ul li a {
                width: 100%;
                height: 100%;
                display: block;
                padding: 30px;
                box-sizing: border-box;
                background: #fff;
            }

                .recruit-con > ul li a:after {
                    content: '\e698';
                    font-size: 34px;
                    color: #999;
                    margin-top: -18px;
                    font-family: 'iconfont';
                    position: absolute;
                    right: 30px;
                    top: 50%;
                }

                .recruit-con > ul li a p {
                    font-size: 24px;
                    color: #333;
                }

                .recruit-con > ul li a:hover p {
                    color: #1383f5;
                }

                .recruit-con > ul li a:hover, .recruit-con > ul li a:active {
                    box-shadow: 0px 5px 25px 0px rgba(227,227,227,0.5);
                    transform: translateY(-2px);
                }

            .recruit-con > ul li span {
                font-size: 15px;
                color: #999;
                display: block;
                margin-top: 20px;
            }

.target-fix {
    position: relative;
    top: -120px;
    display: block;
    height: 0;
    overflow: hidden;
}

.about-b {
    background: url(../images/paging-banner1.png) no-repeat center;
}

/* 客户案例 */
.newest {
    width: 1200px;
    margin: 0 auto;
}

    .newest > h2, .long-term > h2 {
        width: 100%;
        text-align: center;
        font-size: 28px;
        padding-top: 60px;
    }

.newest-con {
    margin-top: 60px;
}

    .newest-con:after {
        width: 100%;
        content: '';
        clear: both;
        display: block;
    }

.newest-div {
    width: 380px;
    margin-right: 30px;
    box-sizing: border-box;
    float: left;
    cursor: default;
}

    .newest-div:hover {
        box-shadow: 0px 5px 25px 0px rgba(227,227,227,1);
    }

    .newest-div:last-child {
        margin: 0;
    }

.newest-div-pic {
    font-size: 0;
    width: 380px;
    height: 240px;
    overflow: hidden;
}

    .newest-div-pic img {
        width: 100%;
    }

.newest-div-txt {
    border: 1px solid rgba(240,240,240,1);
    border-top: none;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    height: 410px;
}

.newest-head {
    overflow: hidden;
}

.newest-head-left {
    float: left;
    padding-top: 22px;
}

    .newest-head-left > p {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .newest-head-left > span {
        font-size: 14px;
    }

        .newest-head-left > span i {
            margin-right: 20px;
        }

    .newest-head-left:after {
        content: '';
        display: block;
        margin-top: 30px;
        width: 30px;
        height: 2px;
        background: #277DFD;
    }

.newest-head-right {
    float: right;
}

    .newest-head-right i {
        width: 120px;
        height: 120px;
        border-radius: 100%;
        display: block;
        overflow: hidden;
    }

        .newest-head-right i img {
            width: 100%;
            height: 100%;
        }

.newest-btm {
    line-height: 28px;
    margin-top: 30px;
    font-size: 15px;
    color: #666;
}

.long-term {
    width: 100%;
    padding-top: 40px;
    background: url(../images/case/partner-bg.jpg) no-repeat center bottom;
}

.partner-logo {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

    .partner-logo li {
        text-align: center;
        font-size: 0;
    }

        .partner-logo li img {
            width: 295px;
            height: 166px;
            cursor: pointer;
            box-sizing: border-box;
            border: 1px solid #ededed;
            border-right: 0;
        }

            .partner-logo li img:nth-child(3) {
                width: 294px;
            }

            .partner-logo li img:last-child {
                border-right: 1px solid #ededed;
            }

        .partner-logo li:first-child img {
            border-bottom: 0;
        }

        .partner-logo li:nth-child(2) img {
            border-bottom: 0;
        }

        .partner-logo li:nth-child(4) img {
            border-top: 0;
        }

        .partner-logo li img:hover {
            background: rgba(255,255,255,.8);
        }

/* 渠道合作 */
.cooperate-box1 {
    width: 1200px;
    margin: 0 auto;
}

    .cooperate-box1 > h2, .cooperate-box2 > h2, .cooperate-box3 > h2 {
        font-size: 28px;
        text-align: center;
        padding: 100px 0 60px 0;
    }

.box1-con {
    width: 100%;
    overflow: hidden;
}

.box1-div {
    width: 240px;
    height: 338px;
    float: left;
    cursor: default;
    margin: 0 80px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(240,240,240,1);
    margin-bottom: 30px;
}

    .box1-div:hover {
        box-shadow: 0px 3px 10px 0px rgba(56,114,169,0.15);
    }

        .box1-div:hover i {
            color: #277DFD;
        }

    .box1-div > span {
        position: relative;
        display: block;
        text-align: center;
    }

        .box1-div > span i:first-child {
            width: 48px;
            height: 48px;
            border-radius: 100%;
            background: #277DFD;
            color: #fff;
            display: inline-block;
            text-align: center;
            line-height: 48px;
            font-size: 28px;
            z-index: 5;
            position: inherit;
        }

        .box1-div > span i:last-child {
            width: 100px;
            z-index: 2;
            height: 4px;
            background: #666;
            display: inline-block;
            margin-top: -2px;
            margin-left: -50px;
            position: absolute;
            top: 50%;
            left: 50%;
        }

    .box1-div > p {
        text-align: center;
        margin-top: 30px;
    }

        .box1-div > p span {
            display: block;
            color: #666;
        }

            .box1-div > p span:first-child {
                font-size: 18px;
                margin-bottom: 5px;
            }

            .box1-div > p span:last-child {
                font-size: 14px;
            }

    .box1-div > i {
        color: #999;
        font-size: 90px;
        display: inline-block;
        margin: 40px 0 25px 0;
    }

.cooperate-box2 {
    width: 100%;
}

    .cooperate-box2 > h2 {
        padding-top: 70px;
    }

.cooperate-bg {
    width: 100%;
    height: 576px;
    background: url(../images/cooperation/cooperate-bg.png) no-repeat center;
}

.cooperate-con {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    overflow: hidden;
}

    .cooperate-con li {
        width: 288px;
        height: 200px;
        background: rgba(26,43,60,.6);
        margin-right: 16px;
        margin-bottom: 16px;
        float: left;
        color: #fff;
        text-align: center;
        padding-top: 35px;
        box-sizing: border-box;
    }

        .cooperate-con li:hover {
            background: rgba(26,43,60,.7);
        }

        .cooperate-con li i {
            font-size: 90px;
        }

        .cooperate-con li span {
            font-size: 18px;
            display: block;
            margin-top: 5px;
        }

        .cooperate-con li:nth-child(4), .cooperate-con li:nth-child(8) {
            margin-right: 0;
        }

.box3-con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 100px;
}

.box3-div {
    width: 33.3%;
    float: left;
    text-align: center;
    cursor: default;
}

    .box3-div > i {
        font-size: 90px;
        color: #999;
        margin-bottom: 20px;
        display: inline-block;
    }

    .box3-div > p {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .box3-div > span {
        font-size: 14px;
        color: #666;
    }

    .box3-div:hover i {
        color: #277DFD;
    }

.cooperate-box4 {
    width: 100%;
    background: #F5F5F5;
}

    .cooperate-box4 > h2 {
        font-size: 28px;
        text-align: center;
        padding: 60px 0;
    }

.box4-con {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
    overflow: hidden;
}

.box5-con {
    width: 1200px;
    margin: 100px auto;
    border: 1px solid rgba(240,240,240,1);
    box-shadow: 0px 3px 10px 0px rgba(56,114,169,0.15);
}

    .box5-con > h2 {
        font-size: 28px;
        text-align: center;
        padding: 50px 0;
    }

.box5-form label {
    width: 70px;
    font-size: 15px;
    margin-right: 30px;
    text-align: right;
    display: inline-block;
}

.box5-form input {
    width: 426px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid rgba(240,240,240,1);
    text-indent: 15px;
}

    .box5-form input::-webkit-input-placeholder {
        color: #A9A9A9;
    }

.box5-form li {
    margin-bottom: 30px;
    text-align: center;
}

.box5-btn {
    text-align: center;
    padding-bottom: 60px;
}

    .box5-btn .btn {
        width: 200px;
        height: 40px;
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        background: linear-gradient(0deg,rgba(39,125,253,1),rgba(96,159,253,1));
        border-radius: 5px;
    }

.cooperation-b {
    background: url(../images/cooperation/cooperation.jpg) no-repeat center;
}

/* 渠道合作 */
.proxy-b {
    background: url(../images/cooperation/proxybanner.jpg) no-repeat center;
    height: 480px;
}

    .proxy-b a {
        width: 260px;
        height: 56px;
        background: url(../images/cooperation/btn1.png) no-repeat;
        display: block;
        margin: 0 auto;
        margin-top: 320px;
        transition: all 0.2s ease-in-out;
    }

        .proxy-b a:hover {
            box-shadow: 0 15px 20px 0 rgba(40, 40, 40, 0.05);
            transform: scale(1.004) translateY(-2px);
        }

.proxy-jmlist {
    width: 100%;
    height: 120px;
    background: #f0f0f0;
}

.jmlist-con {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

.jmlist-card {
    width: 307px;
    height: 157px;
    padding-left: 78px;
    box-sizing: border-box;
    background: url(../images/cooperation/cardbg.png) no-repeat;
    position: absolute;
    left: -80px;
    bottom: 0;
}

.jmlist-card-number {
    font-size: 32px;
    color: #0074ef;
    margin-top: 60px;
}

.jmlist-card-txt {
    font-size: 20px;
    color: #444;
}

.jmlist-btn {
    width: 244px;
    height: 106px;
    position: absolute;
    bottom: 0;
    right: -18px;
    background: url(../images/cooperation/btn2.png) no-repeat;
}

    .jmlist-btn a {
        width: 208px;
        height: 70px;
        margin-left: 18px;
        margin-top: 11px;
        display: block;
    }

.txtScroll-top {
    width: 660px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    padding-top: 48px;
    overflow: hidden;
}

.infoList {
    overflow: hidden;
}

    .infoList li {
        height: 30px !important;
        line-height: 30px;
    }

        .infoList li span {
            font-size: 18px;
            color: #444;
            margin-right: 20px;
        }

.proxy-con1 {
    width: 1200px;
    height: 914px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/cooperation/map.png) no-repeat center;
}

.con1-tit {
    text-align: center;
}

    .con1-tit h1 {
        font-size: 48px;
        color: #444444;
        font-weight: bold;
        margin-top: 120px;
    }

    .con1-tit p {
        font-size: 22px;
        color: #999999;
        margin-top: 8px;
    }

.con1-number .statistic-main {
    background: none;
}

.con1-number .mun_top i {
    font-size: 24px;
    vertical-align: bottom;
    color: #222;
}

.con1-number .number-con {
    overflow: hidden;
    padding: 0;
}

    .con1-number .number-con h2 {
        line-height: 48px;
        color: #222;
        font-weight: normal;
        font-size: 60px;
    }

    .con1-number .number-con li {
        width: 25%;
        float: left;
    }

    .con1-number .number-con p {
        margin-top: 30px;
    }

.con1-number {
    margin-top: 160px;
}

    .con1-number .number-con span {
        width: 30px;
        height: 4px;
        background: #0074ef;
        display: inline-block;
        margin-top: 30px;
    }

.con1-download {
    width: 1000px;
    height: 120px;
    border-radius: 14px;
    box-shadow: 0 3px 30px 0.5px rgba(0,116,239,.22);
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    margin-top: 106px;
}

.download-l {
    float: left;
    width: 600px;
    height: 120px;
}

.download-r {
    float: right;
    width: 400px;
    height: 120px;
    position: relative;
    display: block;
    background: linear-gradient(to bottom, #008df5 0, #0086f3 100%);
}

    .download-r:after {
        position: absolute;
        top: 36px;
        right: 54px;
        content: url(../images/cooperation/download.png);
    }

.download-l span {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    color: #444;
    margin-left: 108px;
    line-height: 120px;
    overflow: hidden;
}

    .download-l span:before {
        width: 46px;
        height: 37px;
        top: -29px;
        left: -72px;
        position: absolute;
        content: url(../images/cooperation/dcard.png);
    }

.download-r p {
    font-size: 34px;
    color: #fff;
    margin: 20px 0 5px 54px;
    font-weight: bold;
}

.download-r span {
    font-size: 17px;
    margin-left: 54px;
    color: #fff;
}

.proxy-con2 {
    width: 100%;
    height: 790px;
    position: relative;
    background: linear-gradient(to bottom, #0074ef 0, #93bcd3 100%);
}

    .proxy-con2:before {
        position: absolute;
        top: -98px;
        max-width: 100%;
        overflow: hidden;
        content: url(../images/cooperation/line.png);
    }

.proxy-center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.con2-tit {
    text-align: center;
    padding-top: 90px;
}

    .con2-tit h1 {
        font-size: 48px;
        color: #fff;
        font-weight: bold;
    }

    .con2-tit p {
        font-size: 22px;
        color: #fff;
        margin-top: 8px;
    }

.con2-40 {
    padding-bottom: 30px;
    overflow: hidden;
}

.xiaoshou {
    width: 300px;
    height: 422px;
    position: relative;
    float: left;
    transition: all 0.4s ease-in-out;
}

    .xiaoshou:hover {
        transform: scale(1.003) translateY(-6px);
        z-index: 10;
        box-shadow: 0 3px 30px 0.5px rgba(0,116,239,.22);
    }

.xiaoshou1 {
    background: linear-gradient(to right, #ffffff 0, #f0f4f8 100%);
    margin-top: 83px;
}

.xiaoshou2 {
    background: linear-gradient(to right, #ffffff 0, #f0f4f8 100%);
    margin-top: 73px;
}

.xiaoshou3 {
    background: linear-gradient(to right, #ffffff 0, #f0f4f8 100%);
    margin-top: 63px;
}

.xiaoshou4 {
    background: #fff;
    margin-top: 53px;
}

.xiaoshou1:hover:after, .xiaoshou2:hover:after, .xiaoshou3:hover:after {
    transform: translateY(-16px);
    transition: all 0.6s ease-in-out;
}

.xiaoshou1:after {
    position: absolute;
    z-index: 25;
    bottom: -20px;
    right: -32px;
    content: url(../images/cooperation/arrow.png);
    transition: all 0.4s ease-in-out;
}

.xiaoshou2:after {
    position: absolute;
    z-index: 25;
    bottom: -20px;
    right: -32px;
    content: url(../images/cooperation/arrow.png);
    transition: all 0.4s ease-in-out;
}

.xiaoshou3:after {
    position: absolute;
    z-index: 25;
    bottom: -20px;
    right: -32px;
    content: url(../images/cooperation/arrow.png);
    transition: all 0.4s ease-in-out;
}

.xstit {
    width: 100%;
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
}

.xiaoshou1 .xstit {
    color: #444;
    background: url(../images/cooperation/1.png) no-repeat;
}

.xiaoshou2 .xstit {
    color: #444;
    background: url(../images/cooperation/2.png) no-repeat;
}

.xiaoshou3 .xstit {
    color: #444;
    background: url(../images/cooperation/3.png) no-repeat;
}

.xiaoshou4 .xstit {
    color: #fff;
    background: url(../images/cooperation/4.png) no-repeat;
}

.xscon {
    text-align: center;
}

    .xscon img {
        margin: 30px 0;
    }

    .xscon p, .product p {
        font-size: 24px;
        color: #5975a4;
        margin-bottom: 10px;
    }

    .xscon span, .product span {
        font-size: 16px;
        color: #5975a4;
        line-height: 24px;
        padding: 0 30px;
        display: block;
    }

.proxy-con3 {
    width: 1200px;
    height: 840px;
    margin: 0 auto;
    z-index: 0;
    position: relative;
}

    .proxy-con3:after {
        clear: both;
    }

.con3-left {
    width: 340px;
    margin-top: 100px;
    float: left;
}

.product {
    width: 340px;
    padding: 30px 0;
    margin-bottom: 40px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 30px 0.5px rgba(112,171,218,.2);
    transition: all 0.4s ease-in-out;
}

    .product:hover {
        transform: scale(1.02) translateY(-10px);
        box-shadow: 0 5px 40px 0.5px rgba(112,171,218,.4);
    }

    .product img {
        margin-bottom: 20px;
    }

.con3-center {
    width: 340px;
    margin-top: 160px;
    float: left;
    margin-left: 46px;
}

.con3-right {
    width: 400px;
    float: right;
    padding-top: 226px;
    background: url(../images/cooperation/4bg.png) no-repeat left top;
}

    .con3-right h1 {
        font-size: 48px;
        font-weight: bold;
        color: #444;
        margin-bottom: 50px;
    }

    .con3-right p {
        font-size: 22px;
        color: #999;
    }

    .con3-right a {
        width: 390px;
        height: 74px;
        position: relative;
        margin-top: 80px;
        font-size: 24px;
        padding-left: 36px;
        line-height: 74px;
        box-sizing: border-box;
        display: block;
        color: #fff;
        border-radius: 6px;
        background: linear-gradient(to bottom, #008df5 0, #0086f3 100%);
        box-shadow: 0 2px 50px 0.5px rgba(0,116,239,.3);
    }

        .con3-right a:after {
            content: '';
            width: 42px;
            height: 37px;
            display: block;
            position: absolute;
            right: 30px;
            top: 18px;
            background: url(../images/cooperation/download.png) no-repeat;
            background-size: contain;
        }

.proxy-con4 {
    width: 100%;
    height: 1130px;
    position: relative;
    background: url(../images/cooperation/con4bg.png);
    background-position-y: -580px;
    background-size:auto;
}

    

.con4-center {
    width: 1200px;
    margin: 0 auto;
    z-index:0;
    position: relative;
}

    .con4-center .con1-tit h1 {
        margin-top: 60px;
    }

.con4-list {
    margin-top: 68px;
    width: 1230px;
    height: auto;
    display: block;
}

.zhichi {
    width: 380px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 30px;
    float: left;
    border-radius: 10px;
    box-shadow: 0 3px 50px 0.5px rgba(112,171,218,.16);
}

    .zhichi img {
        width: 100%;
    }

    .zhichi:hover {
        box-shadow: 0 3px 50px 0.5px rgba(112,171,218,.3);
        transition: all 0.3s ease-in-out;
    }

.phone-form {
    width: 564px;
    height: 74px;
    border-radius: 6px;
    position: relative;
    float: left;
    box-shadow: 0 3px 40px 0.5px rgba(112,171,218,.34);
}

.con4-phone {
    width: 800px;
    height: 74px;
    margin: 0 auto;
    margin-top: 45px;
}

    .con4-phone:after {
        clear: both;
    }

    .con4-phone .phone {
        font-size: 18px;
        line-height: 74px;
        margin-left: 30px;
        color: #999;
    }

.phone-form:before {
    content: url(../images/cooperation/phoneicon.png);
    position: absolute;
    left: 21px;
    top: 23px;
}

.phone-input {
    width: 340px;
    height: 74px;
    line-height: 74px;
    float: left;
    font-size: 18px;
    color: #999;
    padding-left: 56px;
    box-sizing: border-box;
}

.phone-btn {
    width: 224px;
    height: 74px;
    float: right;
    background: linear-gradient(to bottom, #008df5 0, #0086f3 100%);
    border-radius: 6px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.proxy-con5 {
    width: 100%;
    height: 662px;
    background: url(../images/cooperation/con5bg.jpg) no-repeat center;
}

.con5-center {
    width: 1220px;
    margin: 0 auto;
    margin-top: 70px;
}

.quanxian {
    width: 285px;
    height: 310px;
    margin-right: 20px;
    float: left;
    text-align: center;
    background: rgba(255,255,255,.1);
    position: relative;
}

    .quanxian p {
        color: #fff;
        display: block;
        font-size: 24px;
        margin: 70px 0 40px 0;
    }

    .quanxian span {
        color: #fff;
        display: block;
        font-size: 16px;
        padding: 4px 0;
    }

    .quanxian i {
        width: 72px;
        height: 98px;
        right: -10px;
        bottom: -40px;
        background: url(../images/cooperation/jinpai.png);
        display: inline-block;
        position: absolute;
    }

.proxy-con6 {
    width: 1200px;
    height: 730px;
    padding-top: 100px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.con6-left {
    width: 390px;
    height: 535px;
    border: 1px solid #0375ee;
    margin-left: 100px;
    float: left;
}

.con6-left {
    text-align: center;
}

    .con6-left p {
        font-size: 16px;
        margin-top: 26px;
    }

    .con6-left h1, .con6-left .con6-phone {
        font-size: 24px;
        color: #444;
    }

    .con6-left img {
        margin: 26px 0;
    }

    .con6-left .con6-zx {
        font-size: 24px;
        color: #fff;
        width: 270px;
        height: 54px;
        margin-top: 30px;
        line-height: 54px;
        background: linear-gradient(to bottom, #008df5 0, #0086f3 100%);
        display: inline-block;
    }

        .con6-left .con6-zx:hover {
            transform: scale(1.01) translateY(-4px);
            box-shadow: 0 2px 50px 0.5px rgba(0,116,239,.3);
            border-radius: 4px;
            transition: all 0.2s ease-in-out;
        }

.con6-right {
    width: 490px;
    float: left;
    margin-left: 110px;
    text-align: center;
}

    .con6-right h1 {
        font-size: 30px;
        padding-top: 6px;
        color: #444;
    }

    .con6-right p {
        font-size: 22px;
        color: #999;
        margin-top: 8px;
        margin-bottom: 38px;
    }

.form-txt {
    width: 490px;
    height: 70px;
    background: #f7f7f7;
    margin-bottom: 20px;
    padding-left: 67px;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-submit {
    width: 350px;
    height: 74px;
    border-radius: 37px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-top: 12px;
    background: linear-gradient(to bottom, #008df5 0, #0086f3 100%);
    box-shadow: 0 2px 30px 0.5px rgba(0,116,239,.2);
}

    .form-submit:hover {
        box-shadow: 0 4px 50px 0.5px rgba(0,116,239,.3);
        transition: all 0.2s ease-in-out;
        transform: scale(1.01) translateY(-1px);
    }

.con6-right a {
    font-size: 18px;
    color: #0086f3;
    margin-top: 24px;
    display: inline-block;
}

.li-name:before {
    content: url(../images/cooperation/name.png);
    position: absolute;
    left: 30px;
    top: 24px;
}

.li-phone:before {
    content: url(../images/cooperation/phoneinput.png);
    position: absolute;
    left: 33px;
    top: 24px;
}

.li-enterprise:before {
    content: url(../images/cooperation/enterprise.png);
    position: absolute;
    left: 30px;
    top: 24px;
}

.con6-ul li {
    position: relative;
}


/* 手机适配 */
@media only screen and (max-width: 1024px) {
    .slide img, .CardSystem-main, .system-icon, .Conundrum-main, .Conundrum-con, .advert-con, .solve-main, .solve-con, .statistic-main, .customer-con, .footer-nav-con, .footer-main, .scene-con ul {
        width: 100%;
    }

    .title {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 22px;
    }
    /* header */
    .header-nav, .header-nav-main, .header-logo {
        height: 52px;
    }

    .header-nav-main {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .header-logo {
        width: 100px;
    }

        .header-logo a {
            background: url(../images/wap/top-logo-wap.png) no-repeat center;
            background-size: contain;
        }

    .header-nav.solid .header-logo a {
        background: url(../images/wap/footer-logo-wap.png) no-repeat center;
        background-size: contain;
    }

    .header-nav.solid {
        background: rgba(255,255,255,1);
    }

    .header-nav-btn {
        display: block;
    }

    .header-nav.solid .header-nav-btn:before {
        color: #666;
    }

    .nav-ul {
        width: 70%;
        height: 100%;
        padding-top: 40px;
        display: none;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        background: rgba(255,255,255,1);
    }

        .nav-ul.nav-hide {
            display: block;
            animation: nav-move-hide 0.2s linear;
        }

        .nav-ul.nav-show {
            display: block;
            right: 0;
            z-index: 99;
            animation: nav-move 0.2s linear;
        }

            .nav-ul.nav-show li {
                float: none;
                width: 70%;
                line-height: 70px;
                border-bottom: 1px solid rgba(120,120,120,.06);
                margin: 0 auto;
                text-align: center;
            }

                .nav-ul.nav-show li a {
                    color: #666 !important;
                    font-size: 20px;
                }

    .nav-wap {
        display: none;
    }

    .wap-linkbg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        display: none;
        background: rgba(26,26,26,.7);
    }
    /* banner */
    .prev, .next {
        display: none;
    }

    .slide {
        padding: 0;
    }

    .slide-main, .slide-box, .slide {
        height: 540px;
    }

    .solve {
        padding-bottom: 10px;
    }

    .card-module p.module-phone, .solve-txt {
        position: initial;
    }

    .solve-txt {
        width: 50%;
        float: left;
        line-height: 20px;
        overflow: hidden;
        margin-top: 40px;
    }

    .solve-main {
        overflow: hidden;
    }

    .solve-txt.left li, .solve-txt.right li {
        width: 94% !important;
        font-weight: normal;
        border: 1px solid #f0f0f0;
        border-bottom: 0;
        margin: 0 !important;
        font-size: 16px !important;
        text-align: center;
        padding: 20px 20px;
        box-sizing: border-box;
    }

    .solve-txt.left li {
        float: right;
        border-right: 0;
    }

        .solve-txt.left li:last-child, .solve-txt.right li:last-child {
            border-bottom: 1px solid #f0f0f0;
        }

    .solve-txt.right li {
        float: left;
    }

    .solve-txt i {
        display: none;
    }

    .item {
        top: 500px;
    }

        .item a {
            width: 6px;
            height: 6px;
        }

            .item a.cur {
                width: 8px;
                height: 8px;
            }

    .banner-wap {
        height: 55px;
        width: auto !important;
    }

    .obj-a, .obj-b, .obj-c, .obj-d, .obj-e, .obj-f {
        position: absolute;
        z-index: 9;
        left: 50%;
    }

    .obj-b {
        width: 90%;
        text-align: left;
        top: 90px;
        z-index: 2;
        margin-left: -45%;
    }

    .slide a {
        height: auto;
    }

    .obj-c {
        width: 80%;
        text-align: center;
        display: block;
        top: 340px;
        margin-left: -40%;
        z-index: 3;
    }

    .obj-d {
        width: 100%;
        top: 90px;
        z-index: 2;
        margin-left: -50%;
    }

        .obj-d p {
            display: block;
            padding-top: 20px;
            font-size: 16px;
            color: #fff;
            clear: both;
        }
    /* .obj-e{width:366px;height:170px;margin-left:-460px;top:223px;z-index:12;}
	.obj-f{width:692px;height:394px;top:158px;margin-left:-180px;} 
	.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}*/
    .banner-btn-p {
        text-align: center;
        margin-top: 20px;
    }

    .slide .banner-btn {
        margin: 0 8px;
        width: 40%;
        height: 44px;
    }

    .banner-pc {
        display: none;
    }

    .banner-wap {
        display: inline-block;
    }
    /* CardSystem */
    .system-icon {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .system-icon-div {
        width: 46%;
        height: auto;
        margin: 0;
        margin-bottom: 4.2%;
        padding: 40px 15px 40px 15px;
    }

        .system-icon-div .iconfont {
            width: 70px;
            height: 70px;
            font-size: 50px;
            line-height: 70px;
            margin: 0;
        }

        .system-icon-div h2 {
            margin-top: 20px;
            font-size: 20px;
        }
    /* Conundrum */
    .Conundrum {
        height: auto;
        background-size: cover;
    }

    .Conundrum-con {
        height: auto;
    }

    .Conundrum-txt h2 {
        margin-bottom: 10px;
    }

    .Conundrum-div {
        width: 94%;
        float: none;
        height: auto;
        margin: 0 auto;
        margin-bottom: 4.2%;
        display: flex;
        align-items: center;
    }
    /* solve */
    .module-phone {
        width: 40%;
        margin-left: 30%;
    }

    .card-module {
        height: 100%;
    }

        .card-module > p > img {
            max-width: 100%;
        }

    .module-1 {
        width: 40%;
        margin-left: -45%;
        top: 6%;
    }

    .module-2 {
        width: 40%;
        margin-left: 5%;
    }

    .module-3 {
        width: 50%;
        margin-left: -16%;
        top: 50%;
    }

    .module-4 {
        width: 50%;
        margin-left: -24%;
        top: 59%;
    }

    .scene-con {
        height: auto;
    }

    .scene-div-bg {
        padding-top: 100px;
    }

    .scene-con ul li {
        width: 50%;
        float: none;
        height: 300px;
    }

    .scene-con ul {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .statistic, .statistic-main {
        height: 100px;
    }

    .number-con {
        padding-top: 25px;
    }

        .number-con h2 {
            font-size: 24px;
        }

        .number-con li {
            float: left;
        }

    .scene-con ul li p {
        font-size: 18px;
    }

    .number-con p {
        font-size: 14px;
        font-weight: bold;
    }

    .mun_top span {
        font-size: 20px;
        vertical-align: text-bottom;
    }

    .mun_top i {
        font-size: 18px;
        font-weight: bold;
    }
    /* customer-con */
    .customer {
        background: #fafafa;
    }

    .customer-con {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .customer-div {
        width: 46%;
        margin-bottom: 4.2%;
        padding-top: 20px;
        padding-bottom: 10px;
        background: #fff;
        border: none;
    }

        .customer-div h2 {
            font-size: 16px;
            margin-top: 6px;
        }

        .customer-div p {
            font-size: 12px;
            margin: 0;
        }

            .customer-div p:after {
                top: 25px;
            }

        .customer-div span {
            padding: 0 20px;
            margin-top: 20px;
        }

    .customer-div-hide {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

        .customer-div-hide:hover {
            left: 0;
            top: -5px;
        }

        .customer-div-hide img {
            margin-top: 20px;
            width: 100px;
        }

        .customer-div-hide span {
            margin-top: 30px;
            height: auto;
        }

            .customer-div-hide span:before {
                top: -15px;
            }

    .head-portrait {
        width: 60px;
        height: 60px;
    }
    /* footer */
    .footer {
        height: auto;
        padding-bottom: 60px;
    }

    .footer-nav, .footer-copyright {
        display: none;
    }

    .footer-main > div {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .footer-pic {
        display: none;
    }

        .footer-pic > div {
            float: none;
            margin: 0;
            margin-top: 20px;
        }
    /* scroll */
    .scroll {
        width: 50px;
        right: 10px;
        bottom: 10%;
        top: auto;
    }

    .scroll-con {
        display: none;
    }

        .scroll-con:nth-child(1) {
            display: none;
        }

    .advert {
        height: 46px;
        background: linear-gradient(-90deg,rgba(68,165,247,1),rgba(87,137,239,1));
        box-shadow: 0px 0px 5px 5px rgba(38,132,219,0.15);
    }

    .superman {
        width: 80px;
        top: -20px;
        left: -10px;
        animation: move2 2.5s linear infinite;
        display: none;
    }

    .advert p {
        line-height: 40px;
    }

        .advert p span {
            display: none;
        }

    .advert a {
        font-size: 16px;
        position: initial;
        border: none;
    }

    .scroll-consult img {
        width: 50px;
    }
    /* 客户案例 */
    .paging-banner {
        width: 100%;
        height: 222px;
        background: url(../images/news/paging-banner1-wap.png) no-repeat center top;
        background-size: contain;
    }

    .newest, .newest-div-pic {
        width: 100%;
    }

    .newest-div {
        width: 94%;
        float: none;
        margin: 0 auto;
        margin-bottom: 3%;
    }

        .newest-div:last-child {
            width: 94%;
            float: none;
            margin: 0 auto;
        }

    .newest > h2, .long-term > h2 {
        width: 100%;
        padding-top: 40px;
        font-size: 22px;
    }

    .partner-logo {
        width: 100%;
        padding: 30px 0;
    }

        .partner-logo li img, .partner-logo li img:nth-child(3) {
            width: 47%;
            height: 120px;
        }

        .partner-logo li img {
            border-right: 1px solid #ededed;
        }

            .partner-logo li img:nth-child(2n) {
                border-left: none;
            }

        .partner-logo li:nth-child(3) img {
            border-bottom: none;
        }

        .partner-logo li:nth-child(4) img {
            border-top: 1px solid #ededed;
        }

    .newest-con {
        margin-top: 30px;
    }

    .long-term {
        padding-top: 0;
    }

    .newest-head-left {
        padding-top: 25px;
    }

    .newest-head-right i {
        width: 100px;
        height: 100px;
    }

    .newest-head-left > p {
        margin-bottom: 20px;
    }

    .newest-div-txt {
        padding: 20px;
        height: auto;
    }

    .newest-btm {
        margin-top: 20px;
    }

    .newest-head-left:after {
        margin-top: 20px;
    }
    /* 最新渠道合作 */
    .proxy-b {
        background: url(../images/wap/proxy.png) no-repeat center;
        background-size: contain;
    }

        .proxy-b a {
            margin-top: 155px;
            width: 200px;
            background-size: contain;
        }

    .proxy-jmlist {
        display: none;
    }

    .proxy-con1 {
        width: 100%;
        height: 450px;
        background-size: 80%;
    }

    .con1-number {
        margin-top: 50px;
    }

        .con1-number .number-con h2 {
            font-size: 20px;
            font-weight: bold;
            line-height: 20px;
        }

        .con1-number .mun_top i {
            font-size: 12px;
        }

        .con1-number .number-con p {
            margin-top: 10px;
            font-size: 10px;
        }

        .con1-number .number-con span {
            margin-top: 10px;
            height: 2px;
        }

    .con1-tit h1 {
        font-size: 22px;
        margin-top: 80px;
    }

    .con1-tit p, .con2-tit p {
        font-size: 15px;
    }

    .con1-download {
        width: 86%;
        height: 60px;
        box-shadow: 0 3px 20px 0.5px rgba(0,116,239,.15);
        margin-top: 40px;
        border-radius: 6px;
    }

    .download-l {
        width: 50%;
        height: 60px;
    }

    .download-r {
        width: 36%;
        text-align: center;
        height: 60px;
    }

    .download-l span {
        font-size: 14px;
        line-height: 60px;
        margin-left: 47px;
    }

        .download-l span:before {
            width: 23px;
            height: 18px;
            left: -32px;
            top: 1px;
            content: '';
            overflow: hidden;
            background: url(../images/cooperation/dcard.png) no-repeat;
            background-size: contain;
        }

    .download-r p {
        font-size: 14px;
        margin: 14px 0 0 10px;
    }

    .download-r span {
        font-size: 9px;
        margin-left: 10px;
        margin-top: -5px;
    }

    .download-r:after {
        display: none;
    }

    .proxy-con2 {
        height: auto;
    }

        .proxy-con2:before {
            background: url(../images/cooperation/line.png) no-repeat right;
            content: '';
            background-size: 200%;
            width: 100%;
            height: 400px;
            top: -30px;
            display: block;
        }

    .proxy-center {
        width: 100%;
    }

    .con2-tit h1 {
        font-size: 22px;
    }

    .con2-40 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    .xiaoshou {
        width: 46%;
        height: auto;
        float: left;
        margin: 0 2%;
    }

    .xiaoshou1, .xiaoshou2 {
        margin-top: 60px;
        height: 350px;
    }

    .xiaoshou3, .xiaoshou4 {
        margin-top: 40px;
        height: 350px;
    }

    .xscon img {
        width: 100%;
    }

    .xscon p, .product p {
        font-size: 16px;
        font-weight: bold;
    }

    .xscon span, .product span {
        font-size: 12px;
        line-height: 18px;
        padding: 0 20px;
    }

    .xiaoshou1:after, .xiaoshou2:after, .xiaoshou3:after {
        display: none;
    }

    .proxy-con3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .con3-left {
        width: 45%;
        float: left;
        margin: 40px 3% 0 3%;
    }

    .con3-center {
        width: 45%;
        float: right;
        margin: 40px 3% 0 3%;
        margin-left: 0;
    }

    .product {
        width: 100%;
        min-height: 240px;
        margin-bottom: 20px;
    }

        .product:hover {
            box-shadow: 0 5px 30px 0.5px rgba(112,171,218,.2);
        }

    .con3-right {
        float: none;
        padding-top: 70px;
        background: url(../images/cooperation/4bg.png) no-repeat center top;
        background-size: 60%;
    }

        .con3-right h1 {
            font-size: 22px;
            text-align: center;
            margin-bottom: 10px;
        }

        .con3-right p {
            width: 80%;
            margin: 0 auto;
            font-size: 15px;
            text-align: center;
            box-sizing: border-box;
        }

        .con3-right a {
            width: 70%;
            height: 54px;
            line-height: 56px;
            margin: 0 auto;
            margin-top: 30px;
            font-size: 16px;
            box-shadow: 0 2px 30px 0.5px rgba(0,116,239,.2);
        }

            .con3-right a:after {
                width: 21px;
                height: 18px;
                top: 19px;
            }

    .product img {
        width: 40px;
    }

    .con4-center, .con4-list, .phone-form {
        width: 100%;
    }

    .zhichi {
        width: 45%;
        margin: 0 2%;
        margin-bottom: 14px;
    }

    .proxy-con4 {
        height: auto;
        padding-bottom: 20px;
        background: url(../images/cooperation/con4bg.png);
        background-position-y: -580px;
        background-size: auto;
    }

       

    .con4-list {
        margin-top: 34px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    .con4-phone {
        width: 80%;
        height: auto;
        margin-top: 24px;
        position: relative;
        z-index: 15;
        text-align: center;
    }

    .phone-form {
        height: 54px;
        float: none;
        box-shadow: 0 3px 30px 0.5px rgba(112,171,218,.2);
    }

    .phone-input {
        width: 60%;
        height: 28px;
        padding-left: 38px;
        font-size: 15px;
        line-height: 28px;
        margin-top: 12px;
    }

    .phone-btn {
        width: 40%;
        height: 54px;
        line-height: 54px;
        font-size: 18px;
    }

    .phone-form:before {
        background: url(../images/cooperation/phoneicon.png) no-repeat;
        background-size: contain;
        content: '';
        width: 10px;
        top: 20px;
        left: 18px;
        height: 15px;
        display: block;
    }

    .con4-phone .phone {
        margin: 0;
        color: #0086f3;
    }

    .con5-center {
        width: 100%;
        margin-top: 40px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    .quanxian {
        width: 45%;
        height: 270px;
        margin: 0 2% 20px 2%;
    }

        .quanxian i {
            display: none;
        }

    .proxy-con5 {
        height: auto;
        padding-bottom: 60px;
        background-size: cover;
    }

    .con2-tit {
        padding-top: 70px;
    }

    .quanxian p {
        margin: 50px 0 30px 0;
    }

    .proxy-con6 {
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .con6-left {
        width: 100%;
        height: auto;
        float: none;
        margin: 0;
        padding-top: 50px;
        padding-bottom: 60px;
        border: none;
        background: #f7f7f7;
    }

    .con6-right {
        width: 100%;
        float: none;
        margin: 0;
    }

        .con6-right h1 {
            font-size: 22px;
            font-weight: bold;
            padding-top: 50px;
        }

        .con6-right p {
            font-size: 15px;
        }

    .form-txt {
        width: 80%;
    }

    .li-name:before {
        left: 60px;
    }

    .li-phone:before {
        left: 61px;
    }

    .li-enterprise:before {
        left: 62px;
    }

    .form-submit {
        width: 80%;
        height: 70px;
    }

    /* 新闻资讯 */
    .paging-main {
        width: 100%;
        margin-top: 30px;
    }

    .news-pic {
        width: 94%;
        margin: 0 auto;
        float: none;
        height: auto;
    }

    .news-txt {
        width: 94%;
        margin: 0 auto;
        float: none;
    }

    .news-list > a {
        padding: 30px 0;
    }

    .news-pic img {
        width: 100%;
    }

    .news-txt > h2 {
        font-size: 16px;
        margin: 15px 0;
    }

    .news-txt > span {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 2;
    }

    .news-list > a:hover {
        transform: translateY(0px);
        box-shadow: none;
    }

    .news-list:first-child > a {
        padding-top: 0;
    }

    .news-txt p {
        margin-top: 20px;
    }

        .news-txt p i {
            font-size: 12px;
            color: #bbb;
        }

    .publish-time:before {
        font-size: 12px;
    }

    .pagination {
        display: none;
    }

    .paging-crumbs {
        width: 100%;
        padding: 10px 3% 40px 3%;
        font-size: 14px;
        box-sizing: border-box;
    }

    .article-main {
        width: 100%;
    }

    .article-title {
        padding: 0 3%;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

        .article-title > h2 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .article-title > p i {
            font-size: 12px;
            color: #bbb;
        }

    .article-con img {
        max-width: 90%;
    }
    /* 关于我们 */
    .about-nav {
        display: none;
    }

    .about-bond, .bluestone-con {
        width: 100%;
    }

        .about-bond > div {
            float: none;
            width: 94%;
            margin: 0 auto;
        }

    .bond-left {
        padding: 20px 0 80px 0;
        text-align: center;
    }

    .bond-right h2, .bluestone-left h2 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .bond-right {
        padding: 40px 0 20px 0;
        text-align: left;
    }

    .bond-left img {
        width: 70%;
    }

    .bluestone-con > div {
        width: 94%;
        float: none;
    }

    .bluestone-left {
        padding: 40px 0;
        margin: 0 auto;
        text-align: left;
    }

        .bluestone-left img {
            width: 70%;
        }

    .about-bluestone {
        background: url(../images/aboutus/team-wap.jpg) no-repeat center bottom #a6a6a6;
        background-size: 100%;
        height: auto;
    }

    .bluestone-left p {
        padding-bottom: 160px;
        color: #333;
    }

    .bluestone-right {
        margin: 0 auto;
        padding-top: 40px;
    }

    .kernel {
        width: 100%;
    }

        .kernel > h2 {
            margin-top: 40px;
            font-size: 22px;
        }

    .kernel-con {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .kernel-div {
        width: 46%;
        height: 340px;
        margin: 0;
        margin-bottom: 3%;
        float: none;
    }

        .kernel-div > div {
            width: 100%;
            height: auto;
        }

        .kernel-div > h2, .kernel-div > p {
            font-size: 18px;
        }

        .kernel-div > h2 {
            padding-top: 10px;
        }

        .kernel-div > p {
            padding-top: 0;
            padding-bottom: 7px;
        }

        .kernel-div > ol {
            font-size: 12px;
            line-height: 18px;
        }

    .kernel-con:after {
        content: none;
    }

    .recruit-con {
        width: 100%;
        padding: 40px 0;
    }

        .recruit-con > h2 {
            font-size: 22px;
        }

        .recruit-con > ul {
            margin-top: 30px;
        }

            .recruit-con > ul li {
                width: 94%;
                height: auto;
                margin: 0 auto;
                margin-bottom: 3%;
            }

                .recruit-con > ul li:nth-child(2n+1) {
                    float: none;
                }

                .recruit-con > ul li:nth-child(2n) {
                    float: none;
                }

                .recruit-con > ul li a p {
                    font-size: 18px;
                }

                .recruit-con > ul li span {
                    font-size: 14px;
                }

                .recruit-con > ul li a {
                    padding: 20px;
                }

                    .recruit-con > ul li a:after {
                        font-size: 28px;
                        margin-top: -16px;
                        right: 10px;
                        color: #bbb;
                    }
}
