@charset "utf-8";

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}
body {
    /* display: none; */
    width: 100vw;
    overflow-x: hidden;
    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;
}
.bold{
    font-weight: bold;
}
.shadow-card{
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(8, 13, 33, 0.1);
}
.double-shadow-card{
    background-color: #fff;
    box-shadow: 0 4px 10px -4px rgba(8, 13, 33, 0.1) inset, 0 4px 10px -4px rgba(8, 13, 33, 0.1);
}
.hover-card{
    transition: transform 0.1s ease-in-out;
}
.hover-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(8, 13, 33, 0.15);
}
.phone-swiper{
    color: #fff;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}
.phone-swiper div{
    text-align: center;
}
.big-swiper{
    height: 395px;
}
.big-swiper div{
    margin-top: -150px;
}
.big-swiper div h1{
    font-size: 35px;
}
.big-swiper div p{
    font-size: 15px;
    margin-top: 30px;
    width: 85vw;
}
.phone-swiper  h1{
    font-size: 35px;
}
.phone-swiper  p {
    width: 85vw;
    margin: 20px auto;
    font-size: 15px;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-column{
    flex-direction: column;
}

img {
    border: none;
    outline: none;
}

i,em {
    font-style: normal;
}
button{
    cursor: pointer;
}
ul, li {
    list-style: none;
}

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

textarea {
    resize: none;
    border: none;
    outline: none;
}
.flex{
    display: flex;
}
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 .container {
    display: flex;
    align-items: center;
    height: 100px;
}

.header .logo {
    width: 210px;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

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

}

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

.header .nav_menu > li > a {
    display: flex;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}

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

.header .page_mobile {
    display: none;
}

.header .contact {
    cursor: pointer;
    margin-left: 20%;
    font-size: 15px;
}
.header .contact button{
    font-size: 15px;
    margin-left: 20px;
    background-color: #2c75ff;
    color: #fff;
    padding: 9px 12px;
    border-radius: 5px;

}
.index_slide .hd{
    top: 80%;
    text-align: inherit !important;
    padding-left: 18.6%;
}
.index_slide .hd li{
    width: 38px !important;
}
/** 公共底部 **/
.footer {
    font-size: 16px;
    background-color: #212529;
    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;
}

.footer .footer_link .ft-help {
    float: left;
    border-right: 1px solid #353535;
    width: 283px;
    padding-left: 60px;
    position: relative;
}

.footer .footer_link .ft-help .i-service {
    width: 42px;
    height: 44px;
    top: 5px;
    background: url(https://pb-operation.oss-cn-hangzhou.aliyuncs.com/sites/qzhdy-com/shared/theme/qzhdy2024/style/images/bottom-kf.png?x-oss-process=image/resize,m_lfit,w_1440/format,webp/quality,Q_88) no-repeat;
    position: absolute;
    left: 0;
}
.footer .footer_link .ft-help .hd-hot{
    font-size: 15px;
    opacity: 0.7;
}
.footer .footer_link .ft-help .bd-hot {
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
}

.footer .footer_link .ft-help .btn-service {
    width: 110px;
    height: 35px;
    font-size: 13px;
    transition: all .2s;
    border: 1px solid #fff;
    margin-bottom: 20px;
    text-align: center;
    line-height: 35px;
    display: block;
    color: #fff;
}

.footer .footer_link .ft-help .btn-service:hover {
    color: #222;
    background: #fff;
}
.footer .footer_link .txt-scan{
    
}
.footer .ft-menu {
    float: left;
    width: 850px;
}
.footer .ft-menu .menu-list {
    float: left;
    margin-left: 30px;
}

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

.footer .ft-menu .menu-list a {
    display: block;
    line-height: 50px;
    color: rgb(209, 209, 209);
}

.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: 130px;
    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;
    justify-content: space-between;
    padding: 35px 0;
    margin: 0 auto;
    width: 1200px;
}

.case_list li {
    width: 380px;
    height: 460px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(173,184,204,.2);
    margin-bottom: 40px;
}

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

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

.case_list .img .img1 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .4s;
}

.case_list .img:hover .img1 {
    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("https://pb-operation.oss-cn-hangzhou.aliyuncs.com/sites/qzhdy-com/shared/theme/qzhdy2024/style/images/icon_bg.png?x-oss-process=image/resize,m_lfit,w_1440/format,webp/quality,Q_88") no-repeat center;
    background-size: 100% 100%;
}
/** 自适应尺寸 **/
.page_mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .page_pc {
        display: none;
    }

    .page_mobile {
        display: block;
        width: 100vw;
        overflow: hidden;
    }

    .page_mobile .main {
        padding-top: 1rem;
        background-color: #FAFAFA;
    }

    .zt2021_header {
        position: fixed;
        width: 7.5rem!important;
        height: .5rem!important;
        background: url(https://pb-operation.oss-cn-hangzhou.aliyuncs.com/sites/qzhdy-com/shared/theme/qzhdy2024/style/images/zt2021_banner3.png?x-oss-process=image/resize,m_lfit,w_1440/format,webp/quality,Q_88) no-repeat center;
        background-size: 100% 100%;
        left: 0;
        top: 0;
        display: flex!important;
        justify-content: flex-end;
        align-items: center;
        padding-right:-0.6rem;
        z-index: 999;
    }
    .zt2021_header .btn{
        display: block;
        width: 1.2rem;
        height: .4rem;
        background: url(https://pb-operation.oss-cn-hangzhou.aliyuncs.com/sites/qzhdy-com/shared/theme/qzhdy2024/style/images/zt2021_banner1.png?x-oss-process=image/resize,m_lfit,w_1440/format,webp/quality,Q_88) no-repeat center;
        background-size: 1.2rem .4rem;
        animation: myBreath 1s linear infinite;
        cursor: pointer;
    }
    @keyframes myBreath {
        0%{
            transform: scale(0.88);
        }
        50%{
            transform: scale(1);
        }
        100%{
            transform: scale(0.88);
        }
    }

    .header-top{
        -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;
        width: 7.5rem;
        box-shadow: 0 0.1rem 0.2rem -0rem rgba(8, 13, 33, 0.1);
        padding: 0 .3rem;
    }
    .mobile_header .mask{
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: 1;
    }
    .mobile_header a {
        display: block;
        width: 1.86rem;
        height: .43rem;
    }

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

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

    .mobile_header .menu-handler i {
        display: block;
        width: .32rem;
        height: .26rem;
        background: url("https://pb-operation.oss-cn-hangzhou.aliyuncs.com/sites/qzhdy-com/shared/theme/qzhdy2024/style/images/mob_hander.png?x-oss-process=image/resize,m_lfit,w_1440/format,webp/quality,Q_88") no-repeat center;
        background-size: .32rem .26rem;
    }
    .mobile_header .menu-handler img{
        width: .32rem;
    }
    .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;
        /* iphonex 等安全区设置，底部安全区适配 */
        padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */
        padding-bottom: env(safe-area-inset-bottom); /* 兼容 iOS >= 11.2 */
        height: 0.94rem; /* 高度 */
        background: #fff;
        width: 7.5rem; /* 宽度 */
        z-index: 888;
        display: flex;
        justify-content: space-between;
      }      

    .mobile_fixed .official {
        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("https://pb-operation.oss-cn-hangzhou.aliyuncs.com/sites/qzhdy-com/shared/theme/qzhdy2024/style/images/mobile_footer01.png?x-oss-process=image/resize,m_lfit,w_1440/format,webp/quality,Q_88") 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("https://pb-operation.oss-cn-hangzhou.aliyuncs.com/sites/qzhdy-com/shared/theme/qzhdy2024/style/images/mobile_footer02.png?x-oss-process=image/resize,m_lfit,w_1440/format,webp/quality,Q_88") no-repeat center;
        background-size: .32rem .32rem;
    }

    .mobile_fixed .weixin i {
        background: url("https://pb-operation.oss-cn-hangzhou.aliyuncs.com/sites/qzhdy-com/shared/theme/qzhdy2024/style/images/mobile_footer03.png?x-oss-process=image/resize,m_lfit,w_1440/format,webp/quality,Q_88") no-repeat center;
        background-size: .35rem .35rem;
    }

    .mobile_footer {
        height: 8.8rem;
        background: #00041a;
        padding: 0 .3rem;
    }
    .mobile_footer .ft_link{ padding: .45rem .7rem; display: flex; align-items: 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: .26rem; 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: 1.7rem;}
    .mobile_footer .ft_menu .menu_1 a{ float: left; width: 1.7rem}
    .mobile_footer .ft_menu .menu_2{ width: 2.5rem; 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);
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        z-index: 0!important;
    }
    .mobile_qrcode .qrcode{
        width: 5rem;
        height: 5rem;
        position: absolute;
        left: 50%;
        margin-left: -2.5rem;
        top: 50%;
        margin-top: -2.5rem;
        background: #fff;
        z-index: 1;
    }
    .mobile_qrcode .qrcode img{
        display: block;
        width: 4rem;
        height: 4rem;
        margin: .5rem auto 0;
    }
    /** 项目案例 **/
    .case_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: .3rem;
    }

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

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

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

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

    .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("https://pb-operation.oss-cn-hangzhou.aliyuncs.com/sites/qzhdy-com/shared/theme/qzhdy2024/style/images/icon_bg.png?x-oss-process=image/resize,m_lfit,w_1440/format,webp/quality,Q_88") no-repeat center;
        background-size: 100% 100%;
        font-size: .12rem;
    }
}

/* 公共样式 移动端头部 */
div.user-popup .user-content {
    z-index: 999;
    box-shadow: 0px 10px 15px -15px #999 inset;
    position: fixed;
    top: 1.08rem;
    left: 0;
    background: #fff;
    width: 100vw;
    height: 0px;
    overflow: hidden;
    align-items: center;
    padding-bottom: 0.3rem;
    transition: 0.3s;
    padding: 0 0.3rem;
  }
  div.user-popup .item {
    font-weight: normal;
    padding: 0 0.1rem;
  }
  div.user-popup .tips {
    color: #2c75ff;
    padding: 15px 0.4rem;
    border: 1px solid #2c75ff;
    font-size: 0.21rem;
    border-radius: 0.1rem;
  }
  div.user-popup div.title {
    font-size: 0.45rem;
    text-align: left;
    align-self: start;
    margin: 15px 0;
  }
  div.user-popup .btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 5px;
  }
  div.user-popup .btns a{
    width: 47%;
    height: 45px;
    font-size: 15px;
    
  }
  div.user-popup .btns button{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
  }
  div.user-popup .btns .register {
    color: #fff;
    background-color: #2c75ff;
  }
  div.user-popup .btns .login {
    color: #2c75ff;
    background: #fff;
    border: 1px solid #2c75ff;
  }
  .mask {
    display: none;
    width: 100vw;
    height: 100vh;
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998 !important;
    opacity: 0.6;
  }
  .category-content {
    z-index: 999;
    box-shadow: 0px 10px 15px -15px #999 inset;
    position: fixed;
    top: 1.08rem;
    left: 0;
    background: #fff;
    height: 100vh !important;
    width: 100vw;
    display: none;
    height: auto;
    overflow: hidden;
    align-items: center;
    padding-bottom: 0.3rem;
  }
  .category-content ul .item {
    border-bottom: 1px solid #e9e9e9;
    padding: 0;
  }
  .category-content ul .item .title {
    padding: 0 0.3rem;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 0.32rem;
    font-weight: normal;
  }
  .category-content ul .item .title a{
   
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 0.32rem;
    font-weight: normal;
  }
  .category-content ul .item .select {
    font-weight: bold;
    color: #2c75ff;
  }
  .category-content ul .item img {
    width: 15px;
    height: 8px;
  }
  .category-content ul .item .cate-item {
    padding: 0 0.3rem;
    background: #F3F3F9;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .category-content ul .item .cate-item li {
    height: 40px;
    line-height: 40px;
    font-size: 0.28rem;
    font-weight: normal;
  }
  .category-content ul .item .cate-item li a {
    color: #666;
  }
  
  .index_customer {
    padding-top: 45px;
    background: rgba(246,246,249,1);
}

.index_customer .customer_content {
    overflow: hidden;
    width: 100%;
    padding: 45px 0 50px;
}

.index_customer .customer_content ul {
    height: 86px;
    margin-bottom: 24px;
    width: 100%;
    list-style-type: none;
    white-space: nowrap;
    -webkit-animation: move 150s linear infinite;
    animation: move 150s linear infinite;
    font-size: 0;
}

.index_customer .customer_content ul:nth-of-type(odd) {
    padding-left: 80px;
}
.index_customer .index_title{
    text-align: center;
    font-size: 32px;

}
.index_customer h3{
    font-weight: normal ; 
}
.index_customer .customer_content li {
    display: inline-block;
    width: 200px;
    height: 86px;
    margin-right: 54px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
}

.index_customer .customer_content li img {
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-3302px);
        transform: translateX(-3302px)
    }
}

#swiper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  #swiper .bd {
    width: 100%;
    height: 100%;
  }
  #swiper .bd ul {
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;
    list-style-type: none;
    transition: transform   2s linear;
  }
  #swiper .bd ul li {
    position: relative;
    width: 100vw;
    height: 100%;
  }
  #swiper .bd ul li img {
    width: 100vw;
    height: 100%;
  }
  #swiper .dot {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
  }
  #swiper .dot ul {
    padding: 0;
    list-style-type: none;
    display: flex;
  }
  #swiper .dot ul li {
    cursor: pointer;
    border-radius: 3px;
    width: 35px;
    height: 6px;
    background-color: #FFF;
    margin: 0 10px;
  }
  #swiper .item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: all 1s linear;
    transform: translateY(300px);
    margin: 0;
    opacity:0;
  }
  #swiper .move{
    opacity:1;
    transform:translateY(0);
  }
  #swiper .container{
      display: flex;
      flex-direction: row;
      width: 1200px;
      left: 50%;
      margin-left: -600px;
      justify-content: space-between;
  }
  #swiper .container .left{
    width: 30vw;
    color: #FFF;
  }
  #swiper .container .left  P{
    margin-top: 5px;
    font-size: 20px;
  }
  #swiper .container .left  button{
    width: 150px;
    height: 40px;
    margin-top: 30px;
    
    background-image: linear-gradient(90deg,#FFB62E,#FF712E);
  }
  #swiper .container .left  button a{
    color:#FFF;
    font-size: 15px;
  }
  #swiper .container .left  h3{
    font-size: 40px;
}
  #swiper  .container .right{
    align-self: flex-end;
    width: 400px;
}
#swiper  .container .right img{
    height: 100%;
    width: 100%;
}
.page_mobile .main .section4 {
    width: 100vw;
    font-size: 0;
    margin-top: 0.6rem;
    position: relative;
  }
  .page_mobile .main .section4 img {
    width: 100%;
  }
  .page_mobile .main .section4 .create-btn {
    width: 2.81rem;
    height: 0.89rem;
    text-align: center;
    line-height: 0.89rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 1.4rem);
    bottom: 0.7rem;
    background-color: #fff;
    border-radius: 40px;
    color: #006cff;
    font-size: 12px;
  }
  .page_mobile .main .section5 {
    font-size: 0.48rem;
    margin-top: 0.4rem;
    background-color: #fff;
  }
  .page_mobile .main .section5 .mobile_title {
    text-align: center;
    padding: 0 0.35rem;
  }
  .page_mobile .main .section5 .customer_content {
    overflow: hidden;
    width: 100%;
    padding: 0.45rem 0 0.5rem;
  }
  .page_mobile .main .section5 .customer_content ul {
    height: 0.86rem;
    margin-bottom: 0.24rem;
    width: 100%;
    list-style-type: none;
    white-space: nowrap;
    animation: move 100s linear infinite;
    font-size: 0;
  }
  .page_mobile .main .section5 .customer_content ul:nth-of-type(odd) {
    padding-left: 0.8rem;
  }
  .page_mobile .main .section5 .customer_content ul li {
    display: inline-block;
    width: 2rem;
    height: 0.86rem;
    margin-right: 0.54rem;
    overflow: hidden;
    box-shadow: 0 0.02rem 0.08rem 0 rgba(0, 0, 0, 0.08);
  }
  .page_mobile .main .section5 .customer_content ul li img {
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  @keyframes move {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-33.02rem);
      transform: translateX(-33.02rem);
    }
  }