/*
* 主色：#4f46e5
*/
@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../font/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('..font/AlibabaPuHuiTi-3-65-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../font/AlibabaPuHuiTi-3-75-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../font/AlibabaPuHuiTi-3-85-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../font/AlibabaPuHuiTi-3-85-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "AlibabaPuHuiTi";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    background: #f4f7fc;
    color: #1A2233;
}

* {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

img {
    border: 0
}

a {
    text-decoration: none;
    color: #1A2233
}

a:hover {
    color: #4f46e5
}

em,
i {
    font-style: normal
}

u {
    text-decoration: none
}

strong {
    font-weight: border
}


input:focus {
    outline: 1px solid #4f46e5;
    /* 浏览器默认蓝色轮廓线 */
}

body.bgys {
    background: #fff
}

.clear {
    clear: both
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.w1256 {
    width: 1256px;
    margin: 0 auto
}

.w1126 {
    width: 1126px;
    margin: 0 auto
}

.w1600 {
    width: 1580px;
    margin: 0 auto;
    margin-bottom: 36px
}

/* 头部开始*/
.header {
    z-index: 10;
    width: 100%;
    height: 68px;
    position: fixed;
    top: 0;
    left: 0;
    background: #f4f7fc
}

.headbgno .header {
    background: 0 0
}

.header.flex {
    background: #fff;
    color: #333
}

.logo {
    float: left
}

.logo a {
    display: block;
    height: 68px;
    line-height: 68px;
    width: 164px;
    /* background: url(../images/logo.png) no-repeat 50%; */
    /* background-size: 164px */
}
.logo a img {
    display: block;
    height: 36px;
    margin-top: 14px;
    
}


.nav {
    float: right
}

.nav>ul {
    float: left
}

.nav>ul>li {
    position: relative;
    float: left
}

.nav>ul>li>a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 40px;
    padding: 0 20px;
    /*改20px*/
    line-height: 68px;
    font-size: 16px;
    align-items: center;
    justify-content: space-between
}

.nav>ul>li>a>i {
   
    right: 5px;
    background: url(../images/ico_jt4.png) no-repeat 50%;
    display: block;
    width: 12px;
    height: 4px;
    padding-right: 0px;
}

#menu_close {
    position: absolute;
    right: 60px;
    top: 40px;
    background: url(../images/ico_close.png) no-repeat 50%;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
}

.wt84 {
    width: 84%;
}

.marg_b50 {
    margin-bottom: 50px !important;
}

.marg_b20 {
    margin-bottom: 20px !important;
}

.marg_b40 {
    margin-bottom: 40px !important;
}

.marg_b60 {
    margin-bottom: 60px !important;
}

.marg_b36 {
    margin-bottom: 36px !important;
}

.marg_t20 {
    margin-top: 20px !important;
}

.padd_t20 {
    padding-top: 20px !important;
}

.padd_b20 {
    padding-bottom: 20px !important;
}

.marg_t10 {
    margin-top: 10px !important;
}

.marg_t15 {
    margin-top: 15px !important;
}

.marg_t12 {
    margin-top: 12px !important;
}

.pad_t0 {
    padding-top: 0 !important;
}

.padding60 {
    padding: 60px 0 !important
}

.pad_b60 {
    padding-bottom: 60px !important
}

.pad_b40 {
    padding-bottom: 40px !important
}

.pad80 {
    padding: 80px 0 !important
}

.font40 {
    font-size: 40px !important;
    letter-spacing: 0.02em !important;
    font-weight: 600 !important;
    line-height: 40px !important
}

.font40-68 {
    font-size: 40px !important;
    letter-spacing: 0.02em !important;
    font-weight: 600 !important;
    line-height: 68px !important;
}

.op1 {
    opacity: 1 !important;
}

.col {
    color: #4F46E5
}

.bta em.op1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
}
/*下拉菜单*/
.nav .drop-menu{
   
    position: absolute ;
    background: #fff ;
    width: 164px;
    border-radius: 9px;
    z-index: 2 ;
    top: 100% ;
    left: 50% ;
    transform: translateX(-50%) scaleY(0.8) translateY(-20px) ;
    transform-origin: top center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) ;
    pointer-events: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    min-width: 164px;
    padding: 8px 0;
}
.nav>ul>li.lm3:hover .drop-menu,
.nav>ul>li:hover .drop-menu{
    display: block;
    transform: translateX(-50%) scaleY(1) translateY(0); 
    opacity: 1;
    pointer-events: auto ;
}
.nav .drop-menu li {
    text-align: center;
    padding: 0;
}

.nav .drop-menu li a {
    padding: 12px 0px ;
    font-size: 14px ;
    color: #333 ;
    display: block ;
    text-align: center ;
    transition: all 0.3s ease ;
    text-decoration: none;
    position: relative ;
    width: 100% ;
    background: none ;
}

.nav .drop-menu li a:hover {
    color: #2E2CFE ;
    background: none ;
}

.nav .drop-menu li a:after {
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    height: 2px;
    width: 0;
    transform: translate(-50%);
    border-radius: 2px;
    background-color: #2E2CFE;
}

.nav .drop-menu li a:hover:after {
    width: 32px;
}

/* 二级菜单选中状态样式 */
.nav .drop-menu li.active a {
    color: #4f46e5;
    background: none;
}

.nav .drop-menu li.active a:after {
    width: 32px;
    background-color: #4f46e5;
}

/*下拉菜单*/

/*改*/
.nav>ul>li.lm3>a {
    padding: 0 29px 0 15px;
}

.nav>ul>li.lm3:hover .zlmcd {
    opacity: 0 !important
}

.nav>ul>li.lm3:hover .zlmcd ul {
    display: none !important
}

.nav>ul>li.on>a,
.nav>ul>li:hover>a,
.nav>ul>li.active>a {
    color: #4f46e5
}

.nav>ul>li.lm6>div.zlmcd {
    display: none
}

.nav>ul>li.lm6>a>i {
    display: none !important
}

.nav>ul>li.lm2>div.zlmcd {
    display: none
}

.nav>ul>li.lm2>a>i {
    display: none !important
}

.nav>ul>li.lm24>div.zlmcd {
    display: none
}

.nav>ul>li.lm24>a>i {
    display: none !important
}

/*改*/
.zlmcd {
    position: absolute;
    background: #fff;
    width: 200px;
    border-radius: 9px;
    z-index: 2;
    top: 67px;
    transform-origin: top center;
    transform: scaleY(.8) translateY(-20px);
    opacity: 0;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
    pointer-events: none
}

.nav>ul>li.on .zlmcd {
    transform: scaleY(1) translateY(0);
    opacity: 1;
    pointer-events: auto
}

.nav>ul>li.on .zlmcd ul {
    display: block;
    animation: fadeIn .4s ease
}

.nav>ul>li .zlmcd.cp3 {
    display: none;
}

.nav>ul>li .zlmcd.cp27 {
    display: none;
}

.zlmcd ul {
    display: none;
    padding-bottom: 50px
}

.zlmcd ul span {
    font-weight: 600;
    display: block;
    font-size: 18px;
    margin: 20px;
    border-bottom: 1px solid #ddd;
    color: #4f46e5;
    padding-bottom: 10px
}

.zlmcd ul li {
    line-height: 42px;
    padding: 0 20px
}

.zlmcd ul li:hover {
    background: #f5f4fe
}

.zlmcd ul li a {
    font-size: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

.zlmcd ul li:hover a {
    color: #4f46e5
}

.zlmcd ul li a i {
    display: block;
    width: 20PX;
    height: 20px;
    margin-right: 5px
}

.zlmcd ul li a i.lmico5 {
    background: url(../images/lmico5.png) no-repeat 50%
}

.zlmcd ul li a i.lmico6 {
    background: url(../images/lmico6.png) no-repeat 50%
}

.zlmcd ul li a i.lmico8 {
    background: url(../images/lmico8.png) no-repeat 50%
}

.zlmcd ul li a i.lmico9 {
    background: url(../images/lmico9.png) no-repeat 50%
}

.zlmcd ul li:hover a i.lmico5 {
    background: url(../images/lmico5-on.png) no-repeat 50%
}

.zlmcd ul li:hover a i.lmico6 {
    background: url(../images/lmico6-on.png) no-repeat 50%
}

.zlmcd ul li:hover a i.lmico8 {
    background: url(../images/lmico8-on.png) no-repeat 50%
}

.zlmcd ul li:hover a i.lmico9 {
    background: url(../images/lmico9-on.png) no-repeat 50%
}

.zlmcd ul li a:after {
    content: "";
    display: block;
    height: 42px;
    width: 12px;
    background: url(../images/ico_jt5.png) no-repeat 50%;
    margin-left: auto
}

.zlmcd ul li:hover a:after {
    background: url(../images/ico_jt5_on.png) no-repeat 50%
}

.nav>ul>li.active>a:before,
.nav>ul>li.on>a:before,
.nav>ul>li:hover>a:before {
    width: 32px
}


.header.flex .nav>ul>li.active>a:before,
.header.flex .nav>ul>li.on>a:before,
.header.flex .nav>ul>li:hover>a:before {
    background: #4f46e5
}

.nav>ul>li>a:before {
    transition: width .3s ease;
    content: "";
    position: absolute;
    bottom: 1rem;
    left: 50%;
    height: 2px;
    width: 0;
    --tw-translate-x: -50%;
    transform: translate(-50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    border-radius: 2px;
    --tw-bg-opacity: 1;
    background-color: #4f46e5
}

.submenu-container {
    transform-origin: top center;
    transform: scaleY(.8) translateY(-20px);
    opacity: 0;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
    pointer-events: none;
    position: fixed;
    top: 67px;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 2
}

.nav>ul>li.on .submenu-container {
    transform: scaleY(1) translateY(0);
    opacity: 1;
    pointer-events: auto
}

.cpmenu {
    display: none
}

.cpmenu .cpcd>a img {
    width: 100%
}

.nav>ul>li:hover .submenu-container .cpmenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    animation: fadeIn .4s ease
}

.nav>ul>li:hover .submenu-container .jjfa_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    animation: fadeIn .4s ease
}
.jjfa_menu{padding: 20px 0}
.jjfa_menu ul{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;    width: 100%;
    flex-wrap: wrap;padding-bottom:16px;justify-content: space-between;}

.jjfa_menu ul li {width: 18.33%;margin-bottom: 20px;height:64px;line-height:64px}
.jjfa_menu ul li a{display: flex;line-height: 64px;border-radius: 12px;text-align: center;    align-items: center;
        padding: 0 20px;font-size: 16px;}
.jjfa_menu ul li:hover a{background:url(../image/ico_jt9.png) no-repeat  90% center #f5f4fe;}
.jjfa_menu ul li a em{    padding-left: 34px;display: block;background:url(../image/ico_cd2.png) no-repeat left center;}

.jjfa_menu ul li a  i{    display: block;
    font-size: 12px;
    color: #ff5454;
    padding-left: 15px;
    background: url(../image/hot.png) no-repeat 0;
    margin-left: 15px;}
 
.cpmenu .cpcd {
    width: 320px;
    text-align: center;
    background: url(../images/cpcdbg.png) no-repeat bottom #f4f7fc;
    padding: 42px 61px 66px 59px;
}

.cpmenu .cpcd a.allpro>span {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 24px 0 34px;
    background: url(../images/ico_cd.png) no-repeat 0, url(../images/ico_jt6.png) no-repeat 100%;
    font-size: 16px;
    font-weight: 500
}

.cpmenu .cpcd a.allpro {
    margin-top: 0
}

.cpmenu .cpcd>a {
    display: block;
    margin-top: 40px
}

.cpmenu .cpcd>a img {
    border-radius: 10px;
    display: block
}

.cpmenu .cpcd ul li {
    display: block;
    line-height: 44px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 5px
}

.cpmenu .cpcd ul li.on,
.cpmenu .cpcd ul li:hover {
    color: #fff;
    background: #4f46e5
}

.cpcdbox {
    padding: 70px 60px;
    flex: 1;
}

.cpcdbox ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.cpcdbox ul li {
    width: 22%;
    margin-right: 3%;
    margin-bottom: 2%
}

.cpcdbox ul li a span {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.cpcdbox ul li a span:before {
    content: "";
    display: block;
    width: 3px;
    flex: 0 0 3px;
    height: 16px;
    margin-right: 10px;
    border-radius: 1.5px;
    background: #4f46e5
}

.cpcdbox ul li a span i {
    display: block;
    font-size: 12px;
    color: #ff5454;
    padding-left: 15px;
    background: url(../images/hot.png) no-repeat 0;
    margin-left: 20px
}

.cpcdbox ul li a u {
    line-height: 24px;
    color: #1A2233;
    display: inline-block;
    opacity: 0.8;
    width: 280px;
    letter-spacing: 0.04em;
}

.cpcdbox .tabcpbox.on {
    display: block
}

.cpcdbox .tabcpbox {
    display: none
}

.tel {
    float: left;
    margin: 0 0 0 90px;
    /*改90px*/
    line-height: 68px
}

.tel i {
    display: block;
    animation: tada 3s infinite;
    width: 24px;
    height: 24px;
    background: url(../images/tel.png) no-repeat 50%;
    margin-right: 6px;
    background-size: contain;
    
}

.tel a {
    color: #15181C;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 12px;
}
/*头部结束*/
/*左侧客服开始*/

.kfside {
        position: fixed;
        right: 30px;
        top: 35%;
        z-index: 9999
    }

    .kfside ul {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
        -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
        -ms-box-shadow: 0 4px 10px rgb(0 0 0/8%);
        -moz-box-shadow: 0 4px 10px rgb(0 0 0/8%);
        -o-box-shadow: 0 4px 8px rgb(0 0 0/8%);
    }

    .kfside li {
        display: block;
        text-align: center;
        margin: 0 8px;
        border-bottom: 1px #ddd solid;
        padding: 8px 0;
        cursor: pointer;
        position: relative;
    }

    .kfside li:last-child {
        border-bottom: 0;
    }

    .kfside li .kfbtn span {
        font-size: 12px;
        opacity: 0.8;
    }

    .kfside li .kfbtn i {
        display: block;
        width: 100%;
        height: 24px;
        background-size: 24px !important;
        margin-bottom: 4px;
    }

    .kfside li .kfbtn {
        width: 56px;
        height: 56px;
        border-radius: 4px;
        display: flex;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kfside li:hover .kfbtn {
        background: #4f46e5;
        color: #fff;
    }

    .kfside.flex li .kfbtn span {
        color: #fff;
    }

    .kfside.flex ul {
        background: #4f46e5;
    }

    .kfside.flex li:hover .kfbtn {
        background: #fff;
        color: #4f46e5;
    }

    .kfside.flex li:hover .kfbtn span {
        color: #4f46e5;
    }

    .kfside li i.ico1 {
        background: url(../images/fixed-service.png) no-repeat center;
    }

    .kfside li:hover i.ico1 {
        background: url(../images/fixed-service-white.png) no-repeat center;
    }

    .kfside.flex li i.ico1 {
        background: url(../images/fixed-service-white.png) no-repeat center;
    }

    .kfside.flex li:hover i.ico1 {
        background: url(../images/fixed-service-purple.png) no-repeat center;
    }


    .kfside li i.ico2 {
        background: url(../images/weixin.png) no-repeat center;
    }

    .kfside li:hover i.ico2 {
        background: url(../images/weixin-white.png) no-repeat center;
    }

    .kfside.flex li i.ico2 {
        background: url(../images/weixin-white.png) no-repeat center;
    }

    .kfside.flex li:hover i.ico2 {
        background: url(../images/weixin-purple.png) no-repeat center;
    }


    .kfside li i.ico3 {
        background: url(../images/fixed-phone.png) no-repeat center;
    }

    .kfside li:hover i.ico3 {
        background: url(../images/fixed-phone-white.png) no-repeat center;
    }

    .kfside.flex li i.ico3 {
        background: url(../images/fixed-phone-white.png) no-repeat center;
    }

    .kfside.flex li:hover i.ico3 {
        background: url(../images/fixed-phone-purple.png) no-repeat center;
    }

    .kfside #tophead {
        background: #fff;
        padding: 8px;
        border-radius: 8px;
        margin-top: 10px;
        cursor: pointer;
        box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
        -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
        -ms-box-shadow: 0 4px 10px rgb(0 0 0/8%);
        -moz-box-shadow: 0 4px 10px rgb(0 0 0/8%);
        -o-box-shadow: 0 4px 8px rgb(0 0 0/8%);
    }

    .kfside #tophead i {
        background: url(../images/top.png) no-repeat center;
        width: 56px;
        height: 56px;
        display: block;
        background-size: 24px !important;
        border-radius: 8px;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
    }

    .kfside #tophead:hover i {
        background: url(../images/top-white.png) no-repeat center #4f46e5;
    }

    .kfside.flex #tophead i {
        background: url(../images/top-white.png) no-repeat center;
    }

    .kfside.flex #tophead:hover i {
        background: url(../images/top-purple.png) no-repeat center #fff;
    }

    .kfside.flex #tophead {
        background: #4f46e5;
    }
    .kfabs{display: none;    position: absolute;width: 240px;
    }
.kfabs>div{width: 200px;    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
    -ms-box-shadow: 0 4px 10px rgb(0 0 0/8%);
    -moz-box-shadow: 0 4px 10px rgb(0 0 0/8%);
    -o-box-shadow: 0 4px 8px rgb(0 0 0/8%);padding:12px;background:#fff;border-radius:8px;display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;position: relative;    align-items: center;margin-left: -12px;}


.kfabs>div a{display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;    align-items: center;}

 
.kfabs>div:before{
        width: 0px;
        height: 0px;
        content: "";
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fff;
        position: absolute;
        top: 50%;
        right: -8px;    margin-top: -12px;
      } 

.kfside li:hover .kfabs{display: block;}


.kfabs.btn1 i{display: block;background:url(../images/service.gif) no-repeat  center;width: 54px;height: 54px;background-size: 54px;flex: 0 0 54px;margin-right: 10px;}
.kfabs.btn1 span{flex: 1;text-align:left;font-size: 14px;letter-spacing: 0.04em;}
.kfabs.btn1{left:-240px;top:-2px; }

.kfabs.btn1 span em{opacity:0.6;display: block;font-size: 12px;}
.kfabs.btn2 span em{display: block;font-size: 12px;/*color:#595959;*/}

.kfabs.btn2 span em i{color:#ff8624;}
.kfabs.btn2{left:-206px;top:-75px; width: 206px;}
.kfabs.btn2 img{width: 158px;}
.kfabs.btn2>div{flex-direction: column;width: 166px;}
.kfabs.btn2>div span{letter-spacing: 0.04em;font-weight:500}
 .kfabs.btn3 i{background:url(../images/tel.png) no-repeat 50%;width: 24px;height: 24px;flex: 0 0 24px;margin-right: 10px; background-size: contain;}
 .kfabs.btn3 span {color:#4f46e5;font-size: 12px;}
.kfabs.btn3{left:-240px;top:10px; }
.zxzxa,.wapewm {
    display: none;
}
/*左侧客服结束*/

/*尾部开始*/

.footer {
    background: #1A2233;
    padding-top: 60px
}

.footl {
    float: left;
    width: 68%
}

.footl img {
    display: block;
    margin-bottom: 35px
}

.fnav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.fnav ul {
    float: left;
    margin-right: 60px
}

.fnav h3 a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

.fnav ul:nth-child(4) {
    margin-right: 0
}

.fnav ul h3 {
    margin-bottom: 16px;
    line-height: 24px;
    opacity: 0.8
}

.fnav ul li {
    margin-bottom: 12px
}

.fnav ul li:last-child {
    margin-bottom: 0;
}

.fnav ul li a {
    color: #cdcdcd;
    font-size: 12px;
}

.fnav ul li a:hover {
    color: #276ef9
}

.fnav h3 a:after {
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background: #a9a9a9;
    position: absolute;
    left: -10px;
    top: 7px;
}

.fnav ul:nth-child(1) h3 a:after {
    display: none;
}

.fnav ul.three_list {
    width: 300px;
    overflow: hidden;
    margin-right: 0px;
}

.three_list li {
    width: 33%;
    float: left;
}

.fnav ul.three_list h3 {
    text-align: center;
}

.rl {
    text-align: right
}

/*增加*/
.twoline_list {
    column-count: 2;
    column-gap: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    padding-right: 10px;
}

.twoline_list li {
    break-inside: avoid;
}

.fnav ul ul {
    margin-right: 0
}

.fnav ul:nth-child(2) h3 a:after {
    margin-left: -38px
}


.footr {
    float: right;
    width: 300px
}

.footr .ftel {
    margin-bottom: 40px
}

.footr .ftel em {
    background: url(../images/tel2.png) no-repeat 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    width: 100px;
    float: right;
    margin-bottom: 7px;
}

.footr .ftel em,
.footr .ftel span {
    display: block;
    color: #fff !important;
    text-align: right
}

.footr .ftel span {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
}

.footr ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.footr ul li {
    width: 120px;
    text-align: center
}

.footr ul li span {
    display: block;
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
    letter-spacing: 0.04rem;
}
.footr ul li img {
    width: 120px;
}

.footr span {
    font-size: 14px;
    color: #1d1d1d;
    display: block;
    line-height: 40px
}

.db,
.footr span {
    text-align: center
}

.db {
    line-height: 45px;
    height: 45px;
    color: #fff;
    opacity: 0.7
}

.db,
.firend {
    font-size: 12px
}

.firend {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    margin-top: 40px
}

.firend a,
.firend span {
    color: #fff;
    opacity: 0.7
}

.blank {
    height: 70px
}

.hbg {
    position: fixed;
    display: none;
    z-index: 9;
    background: rgb(0 0 0/38%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.hbg.on {
    display: block
}
.wapkf{display:none;}


/*尾部结束*/


@media (max-width:1440px) {

    /*1440头部开始*/
    .index_hzhb .w1200,
    .hzhb .w1200,
    .zynl .w1200,
    .w1600,
    .wmdys .w1200 {
        width: 1200px;
    }

    .cpmenu .cpcd {
        width: 220px;
        padding: 32px 41px 46px 39px;
    }

    .cpcdbox {
        padding: 40px 30px;
    }

    #menu_close {
        top: 40px;
        right: 30px;
    }




    .cpcdbox ul li a u {
        width: 100%
    }

    .cpcdbox ul li {
        width: 31%;
        margin-right: 3%
    }

    .cpcdbox ul li:nth-child(3n) {
        margin-right: 0
    }

    /*1440头部结束*/

}


@media screen and (max-width:740px) {
    html {
        --design-width: 375;
        font-size: calc(100vw / var(--design-width))
    }

    body {
        font-size: 14rem;
        overflow-x: hidden;
    }

    .pcShow {
        display: none;
    }

    .wapShow,
    .product .zxzx,
    .anli .zxzx {
        display: block;
    }

    /*740头部开始*/
    .header {
        height: 48rem;
        z-index: 999;
        background: #fff;
    }

    .headbgno .header {
        background: #fff;
    }

    .bta {
        margin-bottom: 20rem
    }

    .bta span {
        font-size: 24rem;
        font-weight: bold;
        line-height: 30rem;
    }

    .bta span i {
        display: block;
        font-size: 0;
        white-space: pre;
        line-height: 0;
    }

    .bta em {
        font-size: 13rem;
        line-height: 24rem;
        letter-spacing: 0em;
        margin-top: 4rem
    }

    .bta span.font40 {
        font-size: 24rem !important;
        line-height: 30rem !important
    }

    .cpjsa .w1200 .marg_b40 {
        margin-bottom: 12rem !important
    }

    .cpjsa .w1200 .bta span.font40 {
        letter-spacing: 0em !important;
        font-size:20rem !important;
    }

    .marg_b60 {
        margin-bottom: 20rem !important;
    }

    .logo {
        padding-left: 16rem
    }

    .logo a {
        height: 48rem;
        line-height: 48rem;
        background-size: auto 32rem !important;
        width: 160rem;
        /* background: url(../images/logo.png) no-repeat left center; */
    }
    .logo a img {
        height: 32rem;
        margin-top: 8rem;
    }

    .menu {
        display: block;
        padding: 4rem;
        width: 16rem;
        position: absolute;
        right: 16rem;
        top: 12rem;
        z-index: 12
    }

    .menu i {
        display: block;
        background: #333;
        width: 100%;
        height: 2px;
        margin-bottom: 4px;
        border-radius: 2px;
        -webkit-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
    }

    .menu i:last-child {
        width: 75%;
        margin-bottom: 0;
    }

    .menu.on i {
        background: #4F46E5;
    }

    .menu.on i:last-child {
        margin-left: 25%;
    }

    .indexhead .menu i,
    .nav {
        background: #fff
    }

    .nav {
        position: fixed;
        top: 0;
        height: 100%;
        width: 74%;
        margin-left: 0;
        right: -74%;
        -webkit-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        z-index: 11
    }

    .nav.on {
        right: 0%;
        overflow-x: auto
    }

    .nav>ul {
        float: none;
        padding-top: 48rem;
        margin: 0 20rem;
        border-bottom: 1px #ddd solid;
    }

    .nav>ul>li {
        float: none;
        margin-right: 0;
        text-align: center;
        line-height: 24rem;
        z-index: 10;
        margin-bottom: 20rem;
    }

    .nav>ul>li>a {
        line-height: 24rem;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16rem;
        justify-content: flex-start;
    }

    .nav>ul>li:first-child>a {
        background: url(../images/ico_lmic1@2.png) no-repeat left center;
        padding-left: 28rem;
        background-size: 16rem
    }

    .nav>ul>li.lm5>a {
        background: url(../images/ico_lmic2@2.png) no-repeat left center;
        padding-left: 28rem;
        background-size: 16rem
    }

    .nav>ul>li.lm4>a {
        background: url(../images/ico_lmic3@2.png) no-repeat left center;
        padding-left: 28rem;
        background-size: 16rem
    }

    .nav>ul>li.lm3>a {
        background: url(../images/ico_lmic4@2.png) no-repeat left center;
        padding-left: 28rem;
        background-size: 16rem
    }

    .nav>ul>li.lm24>a {
        background: url(../images/ico_lmic5@2.png) no-repeat left center;
        padding-left: 28rem;
        background-size: 16rem
    }

    .nav>ul>li.lm6>a {
        background: url(../images/ico_lmic6@2.png) no-repeat left center;
        padding-left: 28rem;
        background-size: 16rem
    }

    .nav>ul>li.lm2>a {
        background: url(../images/ico_lmic7@2.png) no-repeat left center;
        padding-left: 28rem;
        background-size: 16rem
    }

    .nav>ul>li.lm1>a {
        background: url(../images/ico_lmic8@2.png) no-repeat left center;
        padding-left: 28rem;
        background-size: 16rem
    }

    .nav>ul>li:first-child.active>a {
        background: url(../images/ico_lmic1@2_on.png) no-repeat left center;
        background-size: 16rem
    }

    .nav>ul>li.lm5.active>a {
        background: url(../images/ico_lmic2@2_on.png) no-repeat left center;
        background-size: 16rem
    }

    .nav>ul>li.lm4.active>a {
        background: url(../images/ico_lmic3@2_on.png) no-repeat left center;
        background-size: 16rem
    }

    .nav>ul>li.lm3.active>a {
        background: url(../images/ico_lmic4@2_on.png) no-repeat left center;
        background-size: 16rem
    }

    .nav>ul>li.lm24.active>a {
        background: url(../images/ico_lmic5@2_on.png) no-repeat left center;
        background-size: 16rem
    }

    .nav>ul>li.lm6.active>a {
        background: url(../images/ico_lmic6@2_on.png) no-repeat left center;
        background-size: 16rem
    }

    .nav>ul>li.lm2.active>a {
        background: url(../images/ico_lmic7@2_on.png) no-repeat left center;
        background-size: 16rem
    }

    .nav>ul>li.lm1.active>a {
        background: url(../images/ico_lmic8@2_on.png) no-repeat left center;
        background-size: 16rem
    }




    .nav>ul>li a:hover {
        color: #333
    }

    .nav>ul>li>ul {
        background: #333;
        position: static
    }

    .nav>ul>li>a i {
        background: url(../images/ico_jt41.png) no-repeat 50%;
        width: 24px;
        height: 24px;
        display: inline-block;
        position: initial;
        background-size: 10rem;
    }

    .nav>ul>li:last-child {
        float: none;
        background: 0 0;
        padding-top: 0;
        margin-top: 0
    }

    .nav>ul>li.active>a:before,
    .nav>ul>li:hover>a:before,
    .zlmcd {
        display: none
    }

    .nav>ul>li.active>a:before,
    .nav>ul>li.on>a:before,
    .nav>ul>li:hover>a:before {
        width: 0
    }
    
    /* 在移动端完全禁用PC端的hover效果 */
    @media screen and (max-width: 740px) {
        .nav>ul>li:hover .drop-menu {
            display: none !important;
            opacity: 0 !important;
            pointer-events: none !important;
            transform: translateX(-50%) scaleY(0.8) translateY(-20px) !important;
        }
        
        .nav>ul>li:hover .zlmcd {
            display: none !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }
        
        /* 确保移动端只显示通过点击触发的二级菜单 */
        .nav>ul>li:not(.on) .drop-menu,
        .nav>ul>li:not(.on) .zlmcd {
            display: none !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }
    }
    
    /* 强制移动端二级菜单样式，防止任何PC端样式干扰 */
    @media screen and (max-width:740px) {
        .nav>ul>li .drop-menu {
            position: static !important;
            width: auto !important;
            transform: none !important;
            opacity: 0 !important;
            pointer-events: none !important;
            box-shadow: none !important;
            border-radius: 0 !important;
            padding: 0 !important;
            margin: 0 !important;
            min-width: auto !important;
            left: auto !important;
            top: auto !important;
            z-index: auto !important;
            transition: none !important;
        }
        
        .nav>ul>li.on .drop-menu {
            opacity: 1 !important;
            pointer-events: auto !important;
            padding: 0 20rem !important;
            margin-top: 10rem;
        }
    }

    .zlmcd {
        position: static;
        width: auto;
        opacity: 1;
        border-radius: 0;
        transform: scaleY(1) translateY(0);
        padding: 0 20px
    }

    .zlmcd {
        padding: 0 28rem;
    }

    .zlmcd ul {
        padding-bottom: 0;
        display: block
    }

    .zlmcd ul span {
        display: none
    }

    .zlmcd ul li {
        padding: 0
    }

    .zlmcd ul li:hover {
        background: 0 0
    }

    .zxzxa,
    .wapewm {
        display: block;
    }

    .zxzxa {
        margin: 16rem 20rem 20rem;
    }

    .zxzxa a {
        height: 30rem;
        line-height: 32rem;
        text-align: center;
        font-size: 12rem;
        font-weight: 600;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        border: 1px solid #4F46E5;
        font-size: 12rem;
        font-weight: 600;
        color: #4F46E5;
    }


    .zxzxa i {
        display: block;
        width: 30rem;
        height: 30rem;
        background: url(../images/ico_kf1.png) no-repeat 50%;
        background-size: 16rem;
    }

    .tel {
        margin: 0 20rem 20rem 20rem;
        float: none;
    }

    .tel a {
        height: 24rem;
        font-size: 12rem;
        color: #1A2233;
        font-weight: 500
    }

    .tel i {
        margin-right: 6rem;
        width: 16rem;
        height: 16rem;
        background: url(../images/tel@2.png) no-repeat 50%;
        background-size: contain;
    }

    .wapewm {
        margin: 0 20rem 20rem 20rem;
    }

    .wapewm ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

    .wapewm ul li {
        text-align: center;
    }

    .wapewm ul li img {
        display: block;
        width: 100rem;
        margin-bottom: 6rem;
    }

    .wapewm ul li span {
        letter-spacing: 0.04em;
        display: block;
        font-size: 12rem;
        line-height: 16rem;
        color: #6f737e;
    }

    .cp3 a {
        display: block;
        font-size: 14rem;
        color: #565b68;
        line-height: 20rem;
        text-align: left;
        margin-top: 12rem;
    }

    .cp3 ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between
    }

    .nav>ul>li.on .zlmcd {
        display: block;
        opacity: 1;
        height: 192rem;
        overflow-y: scroll;
    }

    .nav>ul>li.lm3:hover .zlmcd {
        opacity: 1 !important;
    }

    .nav>ul>li.on.lm3 .zlmcd ul {
        display: none !important;
        flex-wrap: wrap;
        text-align: left
    }

    .submenu-container {
        display: none !important
    }


    .zlmcd ul li a:after {
        display: none
    }

    .indexhead .nav>ul>li>ul li a {
        color: #fff
    }

    .nav>ul>li.on>ul {
        display: block
    }
    
    /* 修复移动端drop-menu二级菜单显示 - 增加优先级防止PC端样式覆盖 */
    .nav>ul>li.on .drop-menu {
        display: block !important;
        position: static !important;
        width: auto !important;
        transform: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 20rem !important;
        margin-top: 10rem;
        /* 强制覆盖PC端样式 */
        min-width: auto !important;
        left: auto !important;
        top: auto !important;
        z-index: auto !important;
        transition: none !important;
    }
    
    .nav>ul>li.on .drop-menu li {
        text-align: left !important;
        padding: 8rem 0 !important;
    }
    
    .nav>ul>li.on .drop-menu li a {
        padding: 0 !important;
        font-size: 14rem !important;
        color: #666 ;
        text-align: left !important;
        position: relative !important;
        background: none !important;
        width: auto !important;
        transition: none !important;
    }
    .childrenActive a {
        color: #4f46e5 !important;
        
    }
    .childrenActive a:after {
        width: 32px !important;
        background-color: #4f46e5 !important;
        opacity: 1;
    }
    
    .nav>ul>li.on .drop-menu li a:after {
        display: none !important;
    }
    
    /* 确保移动端hover状态不会触发PC端样式 */
    .nav>ul>li.on:hover .drop-menu {
        display: block !important;
        position: static !important;
        width: auto !important;
        transform: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 20rem !important;
        margin-top: 10rem;
        min-width: auto !important;
        left: auto !important;
        top: auto !important;
        z-index: auto !important;
        transition: none !important;
    }

    /*740头部结束*/


    .w1200,
    .w1256,
    .w1600,
    .w1126 {
        width: 100%
    }

    /*740尾部开始*/


    .wapkf {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        line-height: 58rem;
        height: 58rem;
        background: #fff;
        display: block;
        z-index: 999;
    }

    .wapkf ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
    }

    .wapkf ul li {
        width: 33%;
        position: relative;
    }

    .wapkf ul li i {
        display: block;
        height: 58rem;
        width: 24rem;
        margin-right: 6rem;
    }

    .wapkf ul li a {
        color: #1A2233;
        font-size: 16rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wapkf ul li i.ico1 {
        background: url(../images/ico_fkf.png) no-repeat center;
        background-size: 24rem;
    }

    .wapkf ul li i.ico2 {
        background: url(../images/ico_fwx.png) no-repeat center;
        background-size: 24rem;
    }

    .wapkf ul li i.ico3 {
        background: url(../images/ico_ftel.png) no-repeat center;
        background-size: 24rem;
    }

    .wapkf ul li:after {
        position: absolute;
        right: 0;
        content: "";
        display: block;
        width: 1px;
        height: 20rem;
        background: #1A2233;
        top: 50%;
        margin-top: -10rem;
        opacity: 0.1
    }

    .wapkf ul li:last-child:after {
        display: none;
    }

    .footer {
        padding: 30rem 16rem;
        background-size: auto 100%;
        margin-bottom: 58rem
    }

    .footl .ftel span {
        font-size: 18px
    }

    .footl {
        margin-bottom: 20px
    }

    .footl img {
        margin: 0 auto 20px;
        width: 150rem;
    }

    .footl {
        width: 100%;
        float: none
    }

    .fnav {
        display: none
    }

    .footr {
        width: 100%;
        float: none;
        text-align: center
    }

    .footr ul {
        justify-content: space-around
    }

    .footr ul li {
        line-height: 0;
    }

    .footr ul li img {
        width: 100rem;
    }

    .footr ul li span {
        font-size: 12rem;
        line-height: 16rem;
        margin-top: 8rem
    }

    .db {
        margin-top: 8rem;
        height: auto;
        line-height: 14rem;
        font-size: 10rem;
    }

    .footr .ftel {
        margin-bottom: 20rem;
    }

    .footr .ftel em {
        margin: 0 auto;
        float: none;
        background: none;
        padding-left: 0;
        line-height: 16rem;
        font-size: 12rem;
        opacity: 0.7;
        text-align: center;
    }

    .footr .ftel span {
        text-align: center;
        font-size: 32rem;
        line-height: 45rem;
        color: #fff!important;
    }

    .firend {
        margin-top: 30rem;
        padding: 8rem 0;
        font-size: 10rem;
    }


    .newnr h1.title {
        font-size: 18rem;
        line-height: 28rem;
        padding: 20rem 0 0;
    }

    .newxbt {
        margin: 16rem 0;
    }

    .newxbt span {
        line-height: 20rem;
        font-size: 12rem;
        height: 20rem;
        border-radius: 0 12rem 0 12rem;
    }

    .newxbt span a {
        padding: 0 6rem;
    }

    .newxbt em {
        line-height: 20rem;
        font-size: 12rem;
        margin-left: 12rem;
    }

    .newxbt em:before {
        content: "";
        display: block;
        width: 1px;
        height: 8rem;
        background: #e9e9eb;
        margin-right: 12rem
    }

    .newxbt em i {
        height: 8rem;
        margin: 0 12rem;
        width: 1px;
        background: #e9e9eb;
    }

    .newbody {
        font-size: 14rem;
        line-height: 24rem
    }

    .newnext {
        margin: 20rem 0;
        padding-top: 20rem;
        border-top: 1px #eaeaec solid;
        gap: 20rem;
    }

    .newnext a {
        width: 148rem;
        line-height: 44rem;
        font-size: 18rem;
        margin-right: 0;
        color: #5f6470;
    }

    .xgwztj {
        margin-bottom: 20rem;
    }

    .xgwztj h3 {
        line-height: 20rem;
        font-size: 16rem;
        background: url(../images/ico_xg1.png) no-repeat 0;
        background-size: 20rem;
        color: #1A2233;
        margin-bottom: 16rem;
    }

    .xgwztj ul li {
        margin-bottom: 5.7rem;
        padding-bottom: 5.9rem
    }

    .xgwztj ul li a {
        line-height: 20rem;
        height: 20rem;
        font-size: 12rem;
    }

    .xgwztj ul li a span {
        font-size: 12rem;
        width: calc(100% - 125rem)
    }

    .xgwztj ul li a em {
        font-size: 13rem;
        width: 75rem;
    }




    /*IT人力外包*/
    .banner_renli {
        height: auto;
        margin-top: 48rem;
        padding: 40rem 13rem;
    }

    .banner_renli h1 {
        font-size: 32rem;
        line-height: 45rem;
        padding: 0 0 30rem;
    }

    .banner_renli h1 br {
        display: block;
        line-height: 0
    }

    .banner_renli ul {
        flex-wrap: wrap;
        align-items: center;
        gap: 20rem 12rem;
    }

    .banner_renli ul li {
        width: calc(50% - 6rem);
        margin: 0;
        height: auto;
        padding-bottom: 11rem;
    }

    .banner_renli ul li b {
        font-size: 22rem;
        margin-top: 0;
        padding: 13rem 0 5rem;
        line-height: 31rem;
        margin: 0;
    }

    .banner_renli ul li span {
        font-size: 13rem;
        line-height: 19rem;
    }

    .wbfw {
        padding: 30rem 12rem 2rem
    }

    .wbfw ul {
        justify-content: center;
        margin-bottom: 0;
    }

    .wbfw ul li {
        width: calc(33% - 7rem);
        padding: 10rem 0 13.5rem;
        margin-bottom: 8rem;
        height: auto;
        margin-right: 7rem;
        border-radius: 8rem
    }

    .wbfw ul li:nth-child(3n) {
        margin-right: 0
    }

    .wbfw ul li:hover {
        -webkit-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }

    .wbfw ul li span {
        line-height: 20rem;
        font-size: 11rem;
        font-weight: 600;
    }

    .wbfw .wbmore a {
        display: none;
    }

    .wbfw ul li i {
        height: 76rem;
        background-size: auto 100% !important;
    }

    .rlwb {
        padding: 20rem 12rem 30rem
    }

    .rlwb ul {
        gap: 20rem 11rem;
    }

    .rlwb ul li {
        width: 48%;
        height: auto;
        padding: 4rem;
        border-radius: 7rem;
        margin-bottom: 0;
    }

    .rlwb ul li:hover {
        -webkit-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }

    .rlwb ul li span {
        padding-left: 0;
        font-size: 14rem;
        margin-bottom: 8rem;
        padding-bottom: 8rem;
        line-height: 18rem;
        font-weight: 600;
    }

    .rlwb ul li span i {
        position: absolute;
        width: 52px;
        height: 52px;
        background-size: 100% !important;
        top: -30rem;
        left: -12rem;
    }

    .rlwb ul li span u {
        display: block;
        font-size: 0;
        line-height: 0;
    }

    .rlwb ul li p {
        height: auto;
        font-size: 11rem;
        line-height: 16rem;
    }

    .rlwb ul li div {
        height: 100%;
        border-radius: 7rem;
        box-sizing: border-box;
        padding: 8rem 10rem;
    }

    .rlwb ul li i.ico1 {
        background: url(../images/ico_rl11.png) no-repeat 50%;
    }

    .bta.marg_b50 {
        margin-bottom: 30rem !important;
    }

    .fwlc {
        padding: 30rem 33rem 48rem;
        background: url(../images/lcbg1.png) no-repeat bottom;
        background-size: auto 40rem;
        margin-bottom: 0;
    }

    .fwlc ul {
        gap: 44rem 20rem;
    }

    .fwlc ul li {
        width: calc(50% - 10rem);
        margin-bottom: 0;
        border-radius: 12rem;
        height: auto;
        padding: 44rem 0 20rem;
    }

    .fwlc ul li:nth-child(odd) {
        margin-top: 0
    }

    .fwlc ul li h3 {
        font-size: 18rem;
        font-weight: 500;
        line-height: 26rem;
        margin-bottom: 8rem;
    }

    .fwlc ul li span {
        font-size: 14rem;
        line-height: 20rem;
    }

    .fwlc ul li:hover,
    .wmdys ul li:hover {
        -webkit-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }

    .fwlc ul li i {
        height: 85rem;
        top: -42rem;
        background-size: auto 100% !important;
    }

    .fwlc ul li:nth-child(3) span {
        line-height: 20rem;
    }

    .fwlc .w1600 {
        margin-bottom: 0;
    }

    .wmdys {
        padding: 20rem 12rem
    }

    .wmdys .w1200 {
        width: 100%
    }

    .xzfy .w1200 {
        width: 100%
    }

    .wmdys ul {
        gap: 12rem;
        justify-content: center;
    }

    .wmdys ul li {
        width: calc(50% - 6rem);
        margin-bottom: 0px;
        height: auto;
        padding: 10rem 8rem 20rem;
    }

    .wmdys ul li i {
        height: 80px;
        background-size: auto 100% !important;
    }

    .wmdys .bta.marg_b40 {
        margin-bottom: 20rem !important;
    }

    .wmdys ul li h3 {
        font-size: 16rem;
        line-height: 18rem;
        padding-bottom: 16rem;
        margin-bottom: 12rem;
    }

    .wmdys ul li p {
        letter-spacing: -0.02em;
        font-size: 12rem;
        line-height: 20rem;
        color: #1A2233;
        opacity: 0.6;
    }


    .hyfg {
        padding: 10rem 13rem 30rem;
        background: none;
    }

    .hyfg dl dt {
        height: 28px;
        line-height: 28px;
        border-radius: 0px;
        background: none;
        overflow-x: scroll;
        white-space: nowrap;
        transition: transform 0.5s ease-in-out;
        padding: 4rem;
        justify-content: flex-start;
    }

    .hyfg dl dt::-webkit-scrollbar {
        height: 0;
    }

    .hyfg dl dt li {
        font-size: 12rem;
        width: auto;
        line-height: 28rem;
        padding: 0 12rem;
        margin-right: 16rem;
    }

    .hyfg dl dd {
        margin-top: 12rem;
        padding: 20rem 20rem 30rem;
        border-radius: 24rem;
    }

    .hyfg dl dd ul>div>img {
        border-radius: 24rem;
    }

    .hyfg dl dd ul.on>div {
        align-items: center;
        flex-direction: column
    }

    .hyfg dl dd ul>div>img {
        width: 100%;
        height: auto;
        margin-right: 0
    }

    .hyfg dl dd ul .hyfgr {
        width: 100%;
        margin-top: 16rem
    }

    .hyfg dl dd ul .hyfgr h3 {
        font-size: 24rem;
        line-height: 40rem;
    }

    .hyfg dl dd ul .hyfgr p {
        font-size: 16rem;
        line-height: 24rem;
        margin: 8rem 0 20rem
    }

    .hyfg dl dd ul .hyfgr div img {
        width: 34%;
        margin-right: 0;
        height: auto
    }

    .hyfg dl dd ul .hyfgr div {
        flex-wrap: wrap;
        gap: 12rem 17rem;
    }

    .hyfg .indicator {
        display: none;
    }

    .hyfg dl dt li.on {
        border-radius: 8rem;
        background: #4F46E5;
    }

    .renli .xzfy {
        padding: 0rem 14rem 30rem;
        background: none;
        margin-top: 0;
    }

    .wbzx {
        padding: 20rem 14rem 30rem
    }

    .wbzxbox {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 20rem;
    }

    .wbzxl {
        width: 100%;
        padding: 12rem 12rem 20rem 16rem;
        margin-bottom: 0rem;
    }

    .wbzxl ul li span {
        font-size: 14px
    }

    .wbzxl ul li em {
        font-size: 12px
    }

    .wbzxr {
        width: 100%;
        margin-bottom: 20rem;
    }

    .wbzxr a {
        line-height: 0
    }

    .wbzxr a img {
        height: 172rem;
    }

    .wbzxr a span {
        font-size: 14rem;
        line-height: 44rem
    }

    .wbzxl h3 {
        line-height: 38rem;
    }

    .wbzxl h3 i {
        font-size: 16rem;
        background-size: auto 100% !important;
        padding-left: 50rem;
    }

    .wbzxl h3 a {
        font-size: 14rem;
    }

    .wbzxl ul li {
        height: 28rem;
        line-height: 28rem;
        margin-bottom: 8rem;
        padding-bottom: 8rem;
    }

    .wbzxl ul li:last-child {
        margin-bottom: 0;
    }

    .wbzxl ul li a span {
        font-size: 13rem;
        width: calc(100% - 125rem);
    }

    .wbzxl ul li em {
        font-size: 13rem;

        width: 75rem;
    }


    /*产品列表页*/
    .cpbox {
        margin-top: 48rem
    }

    .nav-btn {
        display: none;
    }

    .cpnav {
        padding: 0 0 0 12rem;
    }

    .nav-container {
        border-radius: 0;
        background: none;
        padding: 20rem 0;
        margin: 0;
        height: 32rem;
    }

    .nav-list-container {
        margin: 0;
    }

    .nav-list {
        overflow-x: scroll;
        white-space: nowrap;
        column-gap: 30rem;
        height: 32rem;
    }

    .nav-list::-webkit-scrollbar {
        height: 0;
    }

    .nav-list li {
        line-height: 24rem;
        width: auto;
    }

    .nav-list li:last-child {
        margin-right: 20rem
    }

    .nav-list li a {
        font-size: 14rem;
        padding: 0;
        color: #9297a1;
    }

    .nav-list li.active:after {
        transition: width .3s ease;
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        height: 3px;
        border-radius: 3px;
        width: 80%;
        --tw-translate-x: -50%;
        transform: translate(-50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
        --tw-bg-opacity: 1;
        background: #4f46e5;
    }

    .nav-list li.active a {
        background: none;
        color: #4F46E5;
    }



    


    .kfabs {
        display: none;
        position: absolute;
        width: 240px;
    }

    .kfabs>div {
        width: 200px;
        box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
        -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
        -ms-box-shadow: 0 4px 10px rgb(0 0 0/8%);
        -moz-box-shadow: 0 4px 10px rgb(0 0 0/8%);
        -o-box-shadow: 0 4px 8px rgb(0 0 0/8%);
        padding: 12px;
        background: #fff;
        border-radius: 8px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        position: relative;
        align-items: center;
        margin-left: -12px;
    }


    .kfabs>div a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }


    .kfabs>div:before {
        width: 0px;
        height: 0px;
        content: "";
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fff;
        position: absolute;
        top: 50%;
        right: -8px;
        margin-top: -12px;
    }

    .kfside li:hover .kfabs {
        display: block;
    }


    .kfabs.btn1 i {
        display: block;
        background: url(../images/service.gif) no-repeat center;
        width: 54px;
        height: 54px;
        background-size: 54px;
        flex: 0 0 54px;
        margin-right: 10px;
    }

    .kfabs.btn1 span {
        flex: 1;
        text-align: left;
        font-size: 14px;
        letter-spacing: 0.04em;
    }

    .kfabs.btn1 {
        left: -240px;
        top: -2px;
    }

    .kfabs.btn1 span em {
        opacity: 0.6;
        display: block;
        font-size: 12px;
    }

    .kfabs.btn2 span em {
        display: block;
        font-size: 12px;
        /*color:#595959;*/
    }

    .kfabs.btn2 span em i {
        color: #ff8624;
    }

    .kfabs.btn2 {
        left: -206px;
        top: -75px;
        width: 206px;
    }

    .kfabs.btn2 img {
        width: 158px;
    }

    .kfabs.btn2>div {
        flex-direction: column;
        width: 166px;
    }

    .kfabs.btn2>div span {
        letter-spacing: 0.04em;
        font-weight: 500
    }

    .kfabs.btn3 i {
        background: url(../images/tel.png) no-repeat 50%;
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        margin-right: 10px;
        background-size: contain;
    }

    .kfabs.btn3 span {
        color: #4f46e5;
        font-size: 12px;
    }

    .kfabs.btn3 {
        left: -240px;
        top: 10px;
    }

    .cpbox .rjcpb {
        padding: 0rem 12rem 20rem;
    }

    .cpbox .rjcpb ul {
        gap: 12rem;
        margin-bottom: 0;
    }

    .cpbox .rjcpb ul li {
        width: calc(50% - 6rem)
    }


    .casenav {
        margin-top: 0px;
    }

    .casenav .cpnav {
        padding: 0 0 0 24rem;
    }

    .casenav .nav-container {
        padding: 12rem 0 19rem;
    }

    .casenav .nav-container {
        height: 37rem
    }

    .casenav .nav-list {
        height: 37rem;
    }

    .casenav .nav-list li {
        line-height: 32rem;
    }

    .casenav .nav-list li a {
        font-size: 16rem;
    }

    .caselist {
        padding: 0 24rem 14rem;
    }

    .caselist ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16rem;
    }

    .caselist ul li a {
        overflow: hidden;
    }

    .casexs>i {
        margin-bottom: 8rem;
        background-size: auto 136rem;
        height: 152px;
        background-position: top;
    }

    .casexs h3 {
        line-height: 32rem;
        font-size: 16rem;
        margin: 0 0 4rem 0;
    }

    .casexs p {
        font-size: 14rem;
        line-height: 22rem;
        margin-bottom: 8rem;
    }

    .casexs span u {
        font-size: 12rem;
        line-height: 24rem;
        height: 24rem;
        padding: 0 12rem;
    }

    .casexs span i {
        font-size: 12rem;
        background-size: 10rem !important;
        line-height: 22rem;
        height: 24rem;
        background: url(../images/ico_jt71.png) no-repeat right center;
        background-size: 14rem
    }

    .caselist ul li:hover .caseyc {
        opacity: 1;
        transform: scale(1, 1);
        height: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }

    .caseyc {
        padding: 12rem 16rem 11rem;
    }

    .caseyc h3 {
        font-size: 16rem;
        line-height: 24rem;
        margin-bottom: 10rem;
    }

    .caseyc p {
        font-size: 12rem;
        color: #fff;
        opacity: 0.8;
        line-height: 20rem;
        border-bottom: 1px #6159e8 solid;
    }

    .caseyc span {
        font-size: 12rem;
        color: #fff;
        opacity: 0.8;
        line-height: 20rem;
    }

    .caseyc u {
        line-height: 26rem;
        height: 26rem;
        font-size: 14rem;
        width: 134rem;
        margin-left: -67rem;
    }



    .newnr time {
        font-size: 12rem;
        margin: 14rem 0 20rem;
    }

    .jjfades {
        display: none;
    }

    .jjfabody h3.title {
        font-size: 16rem;
        line-height: 24rem;
        padding-bottom: 12rem;
        margin-bottom: 16rem;
    }

    .casebodyb {
        margin-bottom: 20rem;
        font-size: 14rem;
        line-height: 24rem;
        letter-spacing: -0.04em;
    }

    .jjfa_view .rmtj {
        margin-bottom: 40rem;
    }

    .jjfa_view .newnext {
        display: flex;
    }


    

    .about_nav {
        padding: 12rem 0 0 24rem;
    }

    .about_nav ul {
        justify-content: flex-start;
        line-height: 37rem;
        overflow-x: scroll;
        white-space: nowrap;
        transition: transform 0.5s ease-in-out;
        height: 37rem
    }

    .about_nav ul::-webkit-scrollbar {
        height: 0;
    }

    .about_nav ul li {
        font-size: 16rem;
        line-height: 32rem;
        margin-right: 40rem;
        height: 37rem;
    }

    .about_nav ul li:before {
        height: 2px;
    }

    .about_nav.flex {
        padding: 0 0 0 24rem;
        top: 48rem;
        box-sizing: border-box;
    }

    .about_nav.flex ul {
        height: 30rem;
        line-height: 24rem;
    }

    .about_nav.flex ul li {
        height: 30rem;
        font-size: 13rem;
        line-height: 24rem;
    }

    .aboutus {
        padding: 30rem 0 0;
    }

    .aboutus dl {
        flex-direction: column;
    }

    .aboutus dl dt {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 0px;
        margin-right: 0;
        padding: 0 17rem;
    }

    .aboutus dl dt h3 {
        font-size: 20rem;
        line-height: 30rem;
        text-align: center;
        margin-bottom: 20rem;
    }

    .aboutus dl dt p {
        font-size: 14rem;
        line-height: 20rem;
        text-align: center;
        margin-bottom: 30rem;
    }

    .aboutus dl dd {
        line-height: 0;
        width: 100%
    }

    .about_nav ul li:hover {
        color: #1A2233;
    }

    .about_nav ul li:hover:before {
        width: 0
    }

    .about_nav ul li.active:before {
        width: 48rem
    }

    .about_nav ul li.active {
        color: #4f46e5;
    }

    .about .bta span {
        line-height: 40rem;
    }

    .about .hzhb {
        padding: 40rem 13rem 41rem 14rem;
    }

    .about .hzhb .marg_b36 {
        margin-bottom: 30rem !important;
    }

    .about .hyqw.bgjb {
        background: #f4f7fc;
        padding: 30rem 16rem 0rem;
    }

    .about .hyqw .gdmorea {
        display: flex;
        margin-top: 24rem;
    }

    .xzfy.pad_t0 {
        background: none;
        padding: 30rem 13rem 20rem 14rem !important;
        margin-top: 0
    }


    .banner_soft {
        height: auto;
        margin-top: 48rem;
        padding: 60rem 0rem;
    }

    .banner_soft h3 {
        letter-spacing: 0em;
        font-size: 40rem;
        margin: 0;
    }

    .banner_soft h3 em {
        font-size: 52rem;
        margin: 0 6rem 0 0;
    }

    .banner_soft h3 br {
        display: block;
        line-height: 0;
    }

    .banner_soft p {
        flex-wrap: wrap;
        margin-bottom: 40rem;
        padding: 0 43rem;
        gap: 11rem 25rem;
        justify-content: flex-start;
    }

    .banner_soft p em.mlt {
        padding-right: 0;
    }

    .banner_soft p span {
        border-right: 0px #fff solid;
        padding-right: 0px;
        margin-right: 0px;
        line-height: 30px;
        flex: auto;
        justify-content: flex-start;
        font-size: 12.76rem;
        position: relative;
    }

    .banner_soft p span em {
        font-size: 21.26rem;
    }

    .banner_soft p span:nth-child(1) {
        padding: 0;
        flex: 120rem 0 0;
        width: 120rem
    }

    .banner_soft p span:nth-child(2) {
        padding: 0;
    }

    .banner_soft p span:nth-child(3) {
        padding: 0;
        flex: 120rem 0 0;
        width: 120rem
    }

    .banner_soft p span:nth-child(4) {
        padding: 0;
    }

    .banner_soft p span:after {
        content: "";
        display: block;
        width: 1px;
        height: 12.83px;
        background: #fff;
        position: absolute;
        right: -11rem;
    }

    .banner_soft p span:nth-child(2):after,
    .banner_soft p span:nth-child(4):after {
        display: none;
    }

    .tdgm {
        padding: 30rem 16rem 10rem;
    }

    .tdgm dl dd.pcShow {
        display: none;
    }

    .tdgm dl dd.wapShow {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-column-gap: 6rem;
        -moz-column-gap: 6rem;
        -o-column-gap: 6rem;
        column-gap: 6rem;
    }

    .tdgm dl dt {
        margin-bottom: 9rem;
        line-height: 0
    }

    .tdgm dl dd.wapShow img {
        width: calc(50% - 3rem);
    }

    .lxwm {
        padding: 20rem 11rem 40rem 19rem;
    }

    .lxwm dl {
        flex-direction: column;
    }

    .lxwm dl dt {
        width: 100%
    }

    .lxwm dl dd {
        width: 100%;
        padding: 16rem 20rem 20rem 20rem;
        box-sizing: border-box;
    }

    .lxwm dl dd h3 {
        line-height: 40rem;
        font-size: 20rem;
    }

    .lxwm dl dd ul.lxdz li {
        font-size: 12rem;
        line-height: 24rem;
        padding-left: 20rem;
    }

    .lxwm dl dd ul.lxdz li.ico1 {
        background: url(../images/ico_lx11.png) no-repeat left 5px;
        background-size: 16rem;
    }

    .lxwm dl dd ul.lxdz li.ico2 {
        background: url(../images/ico_lx21.png) no-repeat left 5px;
        background-size: 16rem;
    }

    .lxwm dl dd ul.lxdz li.ico3 {
        background: url(../images/ico_lx31.png) no-repeat left 5px;
        background-size: 16rem;
    }

    .lxwm dl dd ul.lxdz {
        margin: 0;
    }

    .lxwm dl dd ul.zxewm {
        display: none;
    }

    .banner_jjfa {
        padding: 72rem 0rem;
        height: auto;
        margin-top: 48rem;
        background: url(../images/banner_jjfa1.png) no-repeat center;
        background-size: 100% 100%;
        margin-bottom: 0;
    }

    .banner_about_l,
    .banner_jjfa_l {
        width: 100%
    }

    .banner_jjfa_l {
        margin-top: 0;
        text-align: center;
    }

    .banner_jjfa_l h3 {
        font-size: 32rem;
        line-height: 45rem;
        letter-spacing: 0;
        margin-bottom: 19rem;
    }

    .banner_jjfa_l p {
        font-size: 14rem;
        line-height: 28rem;
        letter-spacing: 0em;
    }

    .banner_jjfa_l p i {
        line-height: 0;
        display: block;
        font-size: 0;
    }

    .jjfa_list {
        padding: 20.2rem 18.7rem 0rem 19.7rem;
    }

    .jjfa_list ul {
        margin-bottom: 0;
    }

    .jjfa_list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20.2rem;
    }

    .jjfa_list ul li:hover>div {
        -webkit-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }

    .jjfa_list ul li>div {
        min-height: auto;
    }

    .jjfa_list ul li i {
        height: 189rem;
        line-height: 189rem;
        font-size: 43rem;
    }

    .jjfa_list ul li span {
        bottom: 0;
        display: none;
    }

    .jjfa_list ul li p:after,
    .jjfa_list ul li:hover p:after {
        display: none;
    }

    .jjfa_list ul li .jjfabox {
        padding: 20rem 19.8rem 20rem 18rem;
    }

    .jjfa_list ul li .jjfabox h3 {
        line-height: 24rem;
        font-size: 18rem;
        margin-bottom: 12rem;
    }

    .jjfa_list ul li .jjfabox p {
        font-size: 12rem;
        line-height: 22rem;
        letter-spacing: 0em;
    }

    .softkf .banner_ewm {
        padding: 3.4rem;
        border-radius: 4rem;
        left: 33rem;
    }

    .softkf {
        height: 116rem;
    }

    .softkf .banner_ewm span {
        display: none;
    }

    .softkf .banner_ewm img {
        width: 54rem;
        margin-bottom: 0;
    }

    .pczs img {
        width: auto;
        height: 116rem;
    }

    .softkf .pczs {
        right: 33rem;
        left: auto;
        margin-left: 0;
        width: auto;
    }


    .fwnl_rj {
        padding: 30rem 17rem 30rem 18rem
    }

    .fwnl_rj ul {
        gap: 12rem;
    }

    .fwnl_rj ul li {
        width: calc(50% - 6rem);
        padding: 10rem 10rem 20rem 12rem;
        margin-bottom: 0;
    }

    .fwnl_rj ul li:nth-child(3),
    .fwnl_rj ul li:nth-child(4) {
        padding: 10rem 7rem 20rem 6rem;
    }

    .fwnl_rj ul li img {
        height: 58rem;
    }

    .fwnl_rj ul li h3 {
        font-size: 16rem;
        padding: 12rem 0 17rem;
        line-height: 22rem;
    }

    .fwnl_rj ul li p {
        padding: 0;
        font-size: 10rem;
        height: auto;
        width: 100%;
        line-height: 14rem;
        word-break: break-all;
    }

    .fwnl_rj ul li a {
        width: auto;
        margin: 17rem 22rem 0;
        line-height: 24rem;
        font-size: 9.42rem;
    }

    .fwnl_rj ul li:hover {
        -webkit-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }

    .qylbbox li:hover {
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }

    .fwnl_rj ul li a i {
        background-size: 14rem !important;
        margin-right: 2rem;
    }

    .btb {
        font-size: 24px;
        margin-bottom: 30px
    }


    .khal.caselist {
        padding: 20rem 17rem 20rem 18rem;
    }

    .khal.caselist ul {
        gap: 12rem;
    }

    .khal.caselist ul li {
        width: calc(50% - 6rem);
        margin-bottom: 0px;
    }

    .khal.caselist ul li:nth-child(3n) {
        margin-right: 0;
    }

    .khal.caselist ul li:nth-child(4n) {
        margin-right: 0;
    }

    .khal .casexs>i {
        height: 92rem;
        margin: -8rem -8rem 0;
        border-radius: 0 0 10rem 10rem;
    }

    .khal .casexs {
        padding: 8rem 8rem 9rem;
        overflow: hidden;
    }

    .khal .casexs h3 {
        font-size: 12rem;
        line-height: 18rem;
        margin: 8rem 0 2rem 0;
    }

    .khal .casexs p {
        font-size: 10rem;
        line-height: 14rem;
        margin-bottom: 7.5rem;
    }

    .khal .casexs span u {
        font-size: 8rem;
        line-height: 14rem;
        padding: 0 6rem;
        height: 14rem;
        border-radius: 0px 6rem 0px 6rem;
    }

    .khal .casexs span i {
        font-size: 8rem;
        line-height: 14rem;
        height: 14rem;
    }

    .khal .marg_t20 {
        margin-top: 20rem !important;
    }

    .kfhzlc {
        padding: 20rem 16rem 20rem 19rem;
        background: url(../images/kfhzlcbg1.png) no-repeat bottom #fff;
        background-size: 100%;
    }

    .kfhzlc ul li i {
        height: 40rem;
        width: 40rem;
        background-size: 100% !important;
        position: absolute;
        right: 8rem;
        top: 8rem;
    }

    .kfhzlc ul li u {
        background: url(../images/ico_bq11.png) no-repeat;
        background-size: 100%;
    }

    .kfhzlc ul {
        gap: 26rem 16rem;
        margin-top: 0;
    }

    .kfhzlc ul li {
        width: calc(50% - 8rem);
        margin-bottom: 0px;
        padding: 8rem 8rem 12rem 12rem;
        height: auto;
    }

    .kfhzlc ul li:nth-child(7) {
        height: auto;
    }

    .kfhzlc ul li:nth-child(odd) {
        margin-top: 0px;
    }

    .kfhzlc ul li h3 {
        font-size: 14rem;
        line-height: 40rem;
        text-align: left;
        margin: 0;
    }

    .kfhzlc ul li p {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: wrap;
    }

    .kfhzlc ul li p.pcShow {
        display: none;
    }

    .kfhzlc ul li p.wapShow {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .kfhzlc ul li p span {
        width: 50%;
        font-size: 12rem;
        line-height: 17rem;
        background: url(../images/d1.png) no-repeat left;
        padding-left: 9px;
        text-align: left;
        box-sizing: border-box;
    }

    .kfhzlc ul li:nth-child(5) p span:last-child {
        width: 100%;
    }

    .kfhzlc ul li:nth-child(7) p span,
    .kfhzlc ul li:nth-child(8) p span {
        width: 100%;
    }

    .bigbta {
        margin-bottom: 30rem;
    }

    .bigbta span {
        font-size: 20rem;
        line-height: 32rem
    }

    .bta span.sltd {
        font-size: 20rem;
        line-height: 32rem
    }

    .lxdrjtd {
        padding: 30rem 17rem 30rem 16rem;
        height: auto;
        background: #4F46E5;
    }

    .lxdrjtd dl dd {
        margin-bottom: 0px;
        flex-wrap: wrap;
    }

    .lxdrjtd dl dd img {
        margin-bottom: 8rem;
        width: calc(50% - 3rem);
    }

    .lxdrjtd dl dd img:nth-child(4),
    .lxdrjtd dl dd img:nth-child(5) {
        margin-bottom: 0;
    }

    .lxdrjtd dl dd img:first-child {
        width: 100%;
    }

    .ruanjian .xzfy {
        margin-top: 0;
        padding: 40rem 13rem 30rem 14rem !important;
        background: none;
    }

    .ruanjian .hyqw {
        background: none;
    }

    .ruanjian .zynl {
        padding: 20rem 23rem 30rem 23rem;
    }

    .ruanjian .zynl .marg_b60 {
        margin-bottom: 40rem !important;
    }

    .rjkfhy {
        padding: 30rem 10rem 30rem 9rem;
        background-color: transparent;
    }

    .rjkfhy .marg_b40 {
        margin-bottom: 20rem !important;
    }

    .rjkfhy ul {
        gap: 9.7rem 9rem;
    }

    .rjkfhy ul li {
        width: calc(33% - 6rem);
        height: auto;
        margin-bottom: 0;
        padding: 10rem 0 8rem;
        box-shadow: 0px 3.33px 8.31px 0px rgba(194, 203, 223, 0.3);
    }

    .rjkfhy ul li span {
        font-size: 10rem;
        line-height: 14rem;
    }

    .rjkfhy ul li i {
        height: 27rem;
        background-size: 27rem !important;
        margin-bottom: 8rem;
    }


    .rjhzbz {
        padding: 30rem 20rem;
        background: #fff;
    }

    .rjhzbz .font40-68 {
        line-height: 32rem !important;
        font-size: 20rem !important;
    }

    .rjhzbz dl {
        flex-direction: column;
        height: auto;
        background: none
    }

    .rjhzbz dl.pcShow {
        display: none;
    }

    .rjhzbz dl.wapShow {}

    .rjhzbz dl dt {
        width: 100%
    }

    .rjhzbz dl dd {
        width: 100%
    }

    .rjhzbz dl li {
        position: initial;
        text-align: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .rjhzbz dl h3 {
        margin-bottom: 20px;
    }

    .rjhzbz .wapShow {
        display: block;
    }

    .rjhzbz .wapShow ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        column-gap: 54rem;
        margin-bottom: 30rem;
    }

    .rjhzbz .wapShow ul li img {
        width: 100%;
    }

    .rjhzbz .wapShow p {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-bottom: 12rem;
        padding-bottom: 12rem;
        border-bottom: 1px #ddd solid
    }

    .rjhzbz .wapShow p span {
        font-size: 16rem;
        color: #AA79F6;
        white-space: nowrap;
        margin-right: 16rem;
        font-weight: 600
    }

    .rjhzbz .wapShow p u {
        opacity: 0.8;
        line-height: 18rem;
        font-size: 12rem;
    }

    .rjhzbz .wapShow p.two span {
        margin-right: 0;
        margin-left: 16rem;
        color: #FFAC4A;
    }

    .rjhzbz .wapShow p:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }


    .gdmoreb a {
        width: 40%;
        line-height: 36px;
        font-size: 14px
    }



    .banner_case {
        height: auto;
        margin-top: 48rem;
        padding: 60rem 24rem 44rem;
        background: url(../images/banner_case1.png) no-repeat center;
        background-size: 100% 100%;
    }

    .banner_case ul {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .banner_case span {
        font-size: 16rem;
        line-height: 28rem;
    }

    .banner_case h3 {
        font-size: 24rem;
        margin: 0px 0 12rem;
        line-height: 34rem
    }

    .banner_case h3 u {
        display: block;
        font-size: 0;
        line-height: 0
    }

    .banner_case a {
        font-size: 14rem;
        line-height: 36rem;
        width: 168rem;
        margin-top: 12rem;
    }

    .kfside {
        display: none;
    }

    .ico_col1,
    .ico_col2,
    .ico_col3 {
        padding: 0 !important;
    }

    .tcglqjt ul li:nth-child(1),
    .tcglqjt ul li:nth-child(2),
    .tcglqjt ul li:nth-child(3) {
        padding-right: 20rem !important;
    }

    .tcglqjt ul li:nth-child(5),
    .tcglqjt ul li:nth-child(6),
    .tcglqjt ul li:nth-child(7) {
        padding-left: 20rem !important;
    }

    .casebody h3.title {
        font-size: 20rem;
        line-height: 30rem;
        margin-bottom: 20rem;
    }

    .casetj {
        padding: 0 16rem 20rem;
    }

    /*740尾部结束*/
}

/* 表单提交模块样式 */
.form-submission {
    padding: 60px 0;
    background: url(/template/pc/skin/images/form_bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
}



.form-submission .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.form-content {
    text-align: center;
    margin: 0 auto;
}

.form-header {
    margin-bottom: 40px;
}

.form-title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1.3;
}
.mobile{
    display: none;
}

.form-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
}

.contact-form {
    width: 100%;
}

.form-fields {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
}

.form-group {
    flex: 1;
    width:285px;
    position: relative;
}

.form-group input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.form-group input::placeholder {
    color: #999;
}

.form-group input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.form-group input.error {
    border: 1px solid #ef4444;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}

.error-message {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #ef4444;
    margin-top: 5px;
    display: none;
}

.error-message.show {
    display: block;
}

.submit-btn {
    width:285px;
    height: 50px;
    padding: 0 30px;
    background: #4f46e5;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.submit-btn:hover {
    background: #4338ca;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .form-submission {
        padding: 60px 0;
    }

    .form-title {
        font-size: 32px;
    }

    .form-subtitle {
        font-size: 15px;
    }

    .form-fields {
        gap: 15px;
    }

    .form-group {
        min-width: 180px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .form-submission {
        padding: 50px 0;
    }

    .form-title {
        font-size: 28px;
        display: none;
    }
    .mobile{
        display: block;
    }

    .form-subtitle {
        font-size: 14px;
    }

    .form-fields {
        flex-direction: column;
        gap: 15px;
    }

    .form-group {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .submit-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .form-submission {
        padding: 40px 0;
    }

    .form-title {
        font-size: 24px;
        display: none;
    }
    .mobile{
        display: block;
    }

    .form-subtitle {
        font-size: 13px;
    }

    .form-group input {
        height: 45px;
        font-size: 13px;
    }

    .submit-btn {
        height: 45px;
        font-size: 13px;
        border:1px solid #fff;
    }
}