@charset "utf-8";

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
    font-size: 14px;
    color: #333;
    background: #fff;
    line-height: 1.5;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wechat_service{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    transform: scale(0);
    opacity: 0;
}
.wechat_service .service_container{
    width: 300px;
    height: 300px;
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
    background-color: #fff;
    transition: all 0.2s ease-in 0s;
}
.wechat_service .service_container img{
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
}
.wechat_service .service_container .close{
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.65);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wechat_service .service_container .close span{
    content: "×";
    font-size: 26px;
}
img {
    border: none;
    outline: none;
}

i,em {
    font-style: normal;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    -moz-outline-style: none;
    color: #333;
}

textarea {
    resize: none;
    border: none;
    outline: none;
}

input,button {
    border: none;
    outline: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
/** 按钮动画 **/
.button_fill {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.button_fill:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: rgba(255,255,255,.3) transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.button_fill:hover:after {
    border-width: 330px 330px 0 0;
}
/** 公共头部 **/
.header {
    background: #fff;
}

.header .container {
    display: flex;
    align-items: center;
    height: 88px;
}

.header .logo {
    height: 88px;
    padding-top: 24px;
}

.header .logo img {
    height: 40px;
}

.header .nav_menu {
    display: flex;
    margin-left: 50px;
}

.header .nav_menu > li {
    font-size: 16px;
    margin-right: 20px;
    position: relative;
}

.header .nav_menu > li > a {
    display: block;
    padding: 15px 10px;
}

.header .nav_menu > li:hover > a, .nav_menu > li.active > a {
    color: #006eff;
}

.header .nav_menu > li:hover > a:after {
    position: absolute;
    z-index: 3;
    content: "";
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.header .sub_menu {
    position: absolute;
    display: none;
    z-index: 2;
    width: 220px;
    background: #fff;
    left: 50%;
    top: 54px;
    margin-left: -72px;
    box-shadow: 0 2px 10px 0 rgba(30,36,53,.18);
    -webkit-filter: drop-shadow(0 2px 10px rgba(30,36,53,.18));
    filter: drop-shadow(0 2px 10px rgba(30,36,53,.18));
}

.header .sub_menu > li {
    padding-top: 19px;
    padding-left: 29px;
    height: 78px;
    border-bottom: 1px solid #e6e6e6;
}

.header .sub_menu a {
    display: block;
    color: #666;
    cursor: pointer;
}

.header .sub_menu h2 {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    font-weight: normal;
}

.header .sub_menu p {
    color: #999;
    line-height: 17px;
    font-size: 12px;
}

.header .sub_menu > li:hover h2 {
    color: #006eff;
}

.header .sub_menu > li:hover p {
    color: #666;
}

.header .page_mobile {
    display: none;
}

.header .contact {
    position: absolute;
    right: 0;
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #006eff;
    color: #fff;
    border-radius: 20px;
    top: 22px;
    cursor: pointer;
}
/** 公共底部 **/
.footer {
    font-size: 14px;
    background-color: #00041a;
    color: #F6F6F9
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #aaa;
}

.footer .footer_link {
    padding-top: 58px;
    overflow: hidden;
    border-bottom: 1px solid #353535;
    padding-bottom: 57px; 
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
}

.footer .footer_link .ft-help {
    float: left;
    border-left: 2px solid #353535;
    width: 245px;
    height: 175px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.footer .footer_link .ft-help .i-service {
    width: 42px;
    height: 44px;
    top: 5px;
    background: url(/saas/resource/sale-platform/images/bottom-kf.png) no-repeat;
    position: absolute;
    left: 0;
}

.footer .footer_link .ft-help .bd-hot {
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
}

.footer .footer_link .ft-help .btn-service {
    width: 100px;
    height: 30px;
    transition: all .2s;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    color: #fff;
    cursor: pointer;
}

.footer .footer_link .ft-help .btn-service:hover {
    color: #222;
    background: #fff;
}

.footer .ft-menu {
    float: left;
    width: 850px;
    display: flex;
    justify-content: space-between;
}


.footer .ft-menu .menu-list dt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 13px;
}

.footer .ft-menu .menu-list a {
    display: block;
    line-height: 30px;
}

.footer .ft-menu .menu-1 {
    width: 340px;
    margin-left: 140px;
}

.footer .ft-menu .menu-1 a {
    float: left;
    width: 170px;
}

.footer .ft-menu .menu-2 {
    width: 139px;
}

.footer .ft-menu .menu-3 {
    width: 102px;
    margin-left: 70px;
}

.footer .footer_copy {
    text-align: center;
    padding-bottom: 56px;
    padding-top: 43px;
}

.footer .footer_copy p {
    line-height: 2;
    /*color: #737373;*/
}

.footer .footer_copy p span {
    margin: 0 10px;
}
/** 解决方案 **/
.show_slide {
    width: 100%;
    position: relative;
    height: 580px;
    background: #000;
}

.show_slide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.show_slide .bd ul {
    width: 100% !important;
    height: 580px!important;
}

.show_slide .bd li {
    width: 100% !important;
    padding-top: 240px;
    height: 580px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.show_slide .hd {
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    text-align: center;
}

.show_slide .hd ul {
    width: 1180px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,.4)
}

.show_slide .hd li {
    width: 144px;
    cursor: pointer;
    line-height: 50px;
    position: relative;
    font-size: 18px;
    text-align: center
}

.show_slide .hd li.on:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
}

.show_slide h6 {
    font-size: 24px;
    line-height: 72px;
    font-weight: 500;
}

.show_slide p {
    padding: 15px 50px;
    height: 90px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show_slide .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.show_slide .btn a {
    width: 130px;
    height: 40px;
    display: flex;
    border-radius: 6px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

.show_slide .btn a:last-child {
    background: #006eff;
    border-color: #006eff;
    margin-left: 12px;
}
/** 项目案例 **/
.case_list {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0;
}

.case_list li {
    width: calc(91% / 3);
    height: 480px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(173,184,204,.2);
    margin: 0 1.5% 40px 1.5%;
}

.case_list li a {
    width: 100%;
    height: 100%;
    display: block
}

.case_list .img {
    width: 380px;
    height: 243px;
    overflow: hidden;
}

.case_list .img img {
    width: 100%;
    height: auto;
    transition: .4s;
}

.case_list .img:hover img {
    transition: .4s;
    transform: scale(1.1);
}

.case_list .con {
    padding: 30px 30px 0;
}

.case_list h4 {
    font-size: 26px;
    line-height: 52px;
    height: 52px;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_list p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #6c7380;
    height: 72px;
    margin-top: 5px;
}

.case_list .tag {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.case_list .tag span {
    margin-right: 18px;
    width: 72px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 5px;
    color: #006eff;
    overflow: hidden;
    display: block;
    background: url("/saas/resource/sale-platform/images/icon_bg.png") no-repeat center;
    background-size: 100% 100%;
}
@media screen and (max-width: 768px) {

    .page_mobile .main {
        padding-top: 1.08rem;
    }

    .mobile_header {
        -webkit-transform: translateZ(0);
        height: 1.08rem;
        background: #fff;
        border-bottom: 1px solid #efefef;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 .3rem;
        width: 7.5rem;
    }

    .mobile_header a {
        display: block;
        max-width: 3rem;
        height: .98rem;
    }

    .mobile_header a img {
        width: auto;
        height: 100%;
    }

    .mobile_header .menu-handler {
        width: .43rem;
        height: .43rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile_header .menu-handler i {
        display: block;
        width: .32rem;
        height: .26rem;
        background: url("/saas/resource/sale-platform/images/mob_hander.png") no-repeat center;
        background-size: .32rem .26rem;
    }

    .mobile_menu {
        -webkit-transform: translateZ(0);
        position: fixed;
        top: 1.08rem;
        bottom: 0;
        background: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100000;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transform: rotateX(90deg);
        transform-origin: top;
        transform-style: preserve-3d;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 0;
        font-size: .26rem;
    }

    .mobile_menu.active {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    .mobile_menu .menu_list li {
        border-bottom: 1px solid #f6f6f6;
        line-height: .6rem;
    }

    .mobile_menu .menu_list>li>a {
        padding: 0 .3rem;
        display: block;
        position: relative;
    }

    .mobile_menu .sub_list>a:after {
        content: "";
        position: absolute;
        right: .3rem;
        top: .3rem;
        width: 0;
        height: 0;
        border: 1px solid transparent;
        border-width: 0.1rem 0.08rem 0 0.08rem;
        border-top-color: #666;
    }

    .mobile_menu .sub_menu {
        display: none;
        overflow: hidden;
    }

    .mobile_menu .sub_menu li {
        border-color: #ececec;
    }

    .mobile_menu .sub_menu a {
        padding: 0 .3rem 0 .6rem;
    }

    .mobile_menu .menu_list>li.active .sub_menu {
        background: #f9f9f9;
        display: block;
        -webkit-animation: fadeIn .5s;
        -moz-animation: fadeIn .5s;
        -o-animation: fadeIn .5s;
        animation: fadeIn .5s;
    }

    .mobile_menu .sub_list.active>a:after {
        transform: rotate(180deg);
    }

    .mobile_fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        height: .94rem;
        background: #fff;
        width: 7.5rem;
        z-index: 999;
        display: flex;
        justify-content: space-between;
    }

    .mobile_fixed .weixin {
        width: 3rem;
        font-size: .32rem;
        line-height: .74rem;
        text-align: center;
        color: #fff;
        background: #006eff;
    }

    .mobile_fixed a {
        min-width: 1.5rem;
        text-align: center;
        display: block;
        padding-top: .1rem;
        transition: all .2s;
    }

    .mobile_fixed i {
        width: .35rem;
        display: block;
        margin: .08rem auto 0;
        height: .35rem;
        background: url("/saas/resource/sale-platform/images/mobile_footer01.png") no-repeat center;
        background-size: .3rem .33rem;
    }

    .mobile_fixed .top {
        margin-left: -25%;
    }

    .mobile_fixed.on .top {
        margin-left: 0;
    }

    .mobile_fixed .tel i {
        background: url("/saas/resource/sale-platform/images/mobile_footer02.png") no-repeat center;
        background-size: .32rem .32rem;
    }

    .mobile_fixed .qq i {
        background: url("/saas/resource/sale-platform/images/mobile_footer03.png") no-repeat center;
        background-size: .28rem .33rem;
    }

    .mobile_footer {
        height: 8.8rem;
        background: #00041a;
        padding: 0 .3rem;
    }
    .mobile_footer .ft_link{ padding: .45rem .7rem; display: flex; align-items: center;justify-content: center;text-align: center; border-bottom: 1px solid #717481}
    .mobile_footer .ft_link img{ width: 1.58rem; height: 1.58rem;}
    .mobile_footer .ft_link p{ font-size: .24rem; color: #fff; margin-left: .2rem}
    .mobile_footer .ft_menu{ float: left; width: 100%; padding-top: .4rem; height: 4.15rem;}
    .mobile_footer .ft_menu .menu_list{ float: left;}
    .mobile_footer .ft_menu .menu_list dt{ font-size: .24rem; color: #fff; margin-bottom: .1rem; }
    .mobile_footer .ft_menu .menu_list a{ display: block; line-height: .48rem; font-size: .18rem; color: rgba(255,255,255,.6)}
    .mobile_footer .ft_menu .menu_1{ width: auto;}
    .mobile_footer .ft_menu .menu_1 a{ float: left; width: 1.7rem}
    .mobile_footer .ft_menu .menu_2{ width: 1.7rem; margin-left: .3rem}
    .mobile_footer .ft_menu .menu_3{ width: 1.05rem; margin-left: .4rem}
    .mobile_footer .ft_tel{
        width: 6.7rem;
        height: .92rem;
        border-radius: .06rem;
        border: .02rem solid rgba(255,255,255,.2);
        font-size: .28rem;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        letter-spacing: 2px;
    }
    .mobile_qrcode{
        display: none;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .mobile_qrcode .mask{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }
    .mobile_qrcode .qrcode{
        width: 5rem;
        height: 5rem;
        position: absolute;
        left: 50%;
        margin-left: -2.5rem;
        top: 50%;
        margin-top: -2.5rem;
        background: #fff;
    }
    .mobile_qrcode .qrcode img{
        display: block;
        width: 4rem;
        height: 4rem;
        margin: .5rem auto 0;
    }
    /** 项目案例 **/
    .case_list {
        display: flex;
        flex-wrap: wrap;
    }

    .case_list li {
        width: calc(90% / 2);
        height: 4.36rem;
        background: #fff;
        border-radius: .04rem;
        overflow: hidden;
        box-shadow: 0 .1rem .2rem rgba(173,184,204,.2);
        margin: .25rem 2.5%;
    }

    .case_list li a {
        width: 100%;
        height: 100%;
        display: block
    }

    .case_list .img {
        width: 100%;
        height: 2.12rem;
        overflow: hidden;
    }

    .case_list .img img {
        width: 100%;
        height: auto;
    }

    .case_list .con {
        padding: .2rem .2rem 0;
    }

    .case_list h4 {
        font-size: .28rem;
        line-height: .42rem;
        height: .42rem;
        overflow: hidden;
        font-weight: 500;
        letter-spacing: 1px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .case_list p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: .22rem;
        line-height: .42rem;
        color: #6c7380;
        height: .84rem;
    }

    .case_list .tag {
        border-top: 1px solid #e7e7e7;
        margin-top: .15rem;
        display: flex;
        justify-content: center;
        padding-top: .15rem;
    }

    .case_list .tag span {
        margin-right: .12rem;
        width: .62rem;
        height: .24rem;
        line-height: .24rem;
        text-align: center;
        padding: 0 .05rem;
        color: #006eff;
        overflow: hidden;
        display: block;
        background: url("/saas/resource/sale-platform/images/icon_bg.png") no-repeat center;
        background-size: 100% 100%;
        font-size: .12rem;
    }
}
