body{
    background-color: #FFFFFF;
    font-family: 'PingFang SC',-apple-system-font, BlinkMacSystemFont, 'Microsoft YaHei UI', 'Microsoft YaHei', sans-serif, Arial !important;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
/* 主体 */
.container{
    max-width: 1260px;
    width: 1260px;
    margin: auto;
}
.global-m-show{
    display: none  !important;
}
.global-m-hide{
    display: block  !important;
}
.no-scroll::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.no-scroll {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
}
/* 文本输入框删除按钮 */
input::-ms-clear{display: none;}
/* 密码框小眼睛 */
input::-ms-reveal{display: none;}

/* 在线咨询隐藏 */
/* .online-style .online,.ttalk-entrance .e{
    display: none;
}
.online-style .online-hover .action{
    display: none;
}
.online-style{
    display: none;
} */
.this_tt_click_dom{
    display: none;
}
/* 隐藏弹框滚动条 */
.layui-layer-page .layui-layer-content{
    overflow-x: hidden !important;
}


/* 移动端图片放大兼容 */
/* .viewer-canvas{
    display: flex;
    align-items: center;
}
.viewer-canvas>img{
    width: 100% !important;
    margin-left: 0 !important;
    height: auto !important;
    margin-top: 50% !important;
} */




/* 头 */
.header{
    height: 68px;
    position: relative;
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.header-place{
    height: 68px;
    width: 100%;
}
.header .main{
    height: 100%;
    display: flex;
    align-items: center;
}
.header .logo{
    width: 134px;
    height: 48px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/logo-top.png);
}
.header .navs{
    flex: 1;
    display: flex;
    padding-left: 40px;
    height: 100%;
}
.header .navs .max-ul{
    display: flex;
    align-items: center;
}
.header .navs .max-ul .max-li{
    transition: all 0.3s;
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.header .navs .max-ul .max-li .max-title{
    /* padding: 0 10px; */
    font-size: 16px;
    font-weight: 400;
    color: #343951;
    line-height: 22px;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 4px;
}
.header .navs .max-ul .max-li .max-title::after{
    content: ' ';
    display: block;
    height: 2px;
    background: #2B75EB;
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0;
    transition: all 0.3s;
}
.header .navs .max-ul .max-li:hover .max-title,.header .navs .max-ul .max-li.active .max-title{
    color: rgba(43, 117, 235, 1);
}
.header .navs .max-ul .max-li:hover .max-title::after,.header .navs .max-ul .max-li.active .max-title::after{
    width: 100%;
    left: 0;
}


.header .navs .max-ul .max-li .boxs{
    position: absolute;
    background-color: #ffffff;
    left: 50%;
    top: 68px;
    max-height: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.1);
    border-radius: 4px;
    overflow: hidden;
    /* transition: all 0.3s; */
}
.header .navs .max-ul .max-li:hover .boxs{
    height: auto;
    max-height: 10000px;
    opacity: 1;
}
.header .navs .max-ul .max-li:hover .boxs ul{
    padding-top: 16px;
    padding-bottom: 16px;
}
.header .navs .max-ul .max-li:hover .boxs ul li{
    padding: 8px 24px;
    display: flex;
    align-items: center;
}
.header .navs .max-ul .max-li:hover .boxs ul li img{
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.header .navs .max-ul .max-li:hover .boxs ul li a{
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}
.header .navs .max-ul .max-li:hover .boxs ul li a.active{
    color: rgba(43, 117, 235, 1);
}
.header .navs .max-ul .max-li:hover .boxs ul li:hover a{
    color: rgba(43, 117, 235, 1);
}


/* 不同宽度 */
.header .navs .max-ul .max-li .boxs{
    width: 144px;
    margin-left: -72px;
    margin-top: -13px;
}
.header .navs .max-ul .max-li:nth-child(2) .boxs{
    width: 254px;
    margin-left: -127px;
}
.header .navs .max-ul .max-li:nth-child(4) .boxs{
    /* width: 198px;
    margin-left: -99px; */

    width: 244px;
    margin-left: -120px;
}
.header .navs .max-ul .max-li:nth-child(6) .boxs ul li{
    padding-left: 34px;
}
.header .navs .max-ul .max-li:nth-child(7) .boxs ul li{
    padding-left: 34px;
}
.header .navs .max-ul .max-li:nth-child(8) .boxs ul li{
    padding-left: 42px;
}

/* .header .navs .max-ul .max-li .boxs.boxs-a{
    width: 254px;
    margin-left: -127px;
}
.header .navs .max-ul .max-li .boxs.boxs-b{
    width: 144px;
    margin-left: -72px;
}

.header .navs .max-ul .max-li .boxs.boxs-c{
    width: 198px;
    margin-left: -99px;
} */


.header .apply-for{
    width: 95px;
    height: 36px;
    background: #2B75EB;
    border-radius: 4px;

    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    display: block;
    transition: all 0.3s;
}
.header .apply-for:hover{
    background: rgba(22, 93, 255, .7);
}

.header .navs .max-ul .max-li .boxs .title-sub a{
    font-size: 15px;
    font-weight: bold !important;
    color: #333333 !important;
}
.header .navs .max-ul .max-li .boxs .ee1 {
    margin-top: 15px;
}


/* 底部立即试用 */
.footer-immediately{
    width: 100%;
    height: 217px;
    padding-top: 45px;
    background-image: url(../images/k02.png);
    background-size: cover;
    background-position: top;
}
.footer-immediately .title{
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}
.footer-immediately .title-des{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 10px;
}
.footer-immediately .apply{
    width: 180px;
    background: linear-gradient(180deg, #29C386 0%, #46D5C8 100%);
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.21);
    border-radius: 4px;
    margin: auto;
    margin-top: 18px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    padding: 12px 0;
}
.footer-immediately .apply:hover{
    background: #00BC9F;
    /* color: rgba(22, 93, 255, 1); */
}


/* 底部 */
.footer{
    background: #444444;
}
.footer .main{
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
}
.footer .main .info{

}
.footer .main .info .logo{
    width: 154px;
    height: 55px;

}
.footer .main .info .logo img{
    width: 100%;
    height: 100%;
}
.footer .main .info .desc-sub{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 24px;
}
.footer .main .info .desc-sub li{
    margin-bottom: 4px;
}
.footer .main .info .qr-code{
    padding-top: 24px;
}
.footer .main .info .qr-code .box{
    float: left;
    margin-right: 40px;
}
.footer .main .info .qr-code .box img{
    width: 110px;
    height: 110px;
}
.footer .main .info .qr-code .box p{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 8px;
    text-align: center;
}



.footer .main .list{

}
.footer .main .list .box{
    float: left;
    margin-left: 43px;
}
.footer .main .list .box .max-title{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
}
.footer .main .list .box .line{
    width: 37px;
    height: 1px;
    background: #7C7C7C;
    margin-top: 27px;
}
.footer .main .sub-list{
    padding-top: 20px;
}
.footer .main .sub-list .text-box{
    margin-bottom: 8px;
}
.footer .main .sub-list .text-box a{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.footer .main .sub-list .text-box a:hover{
    color: #F0F0F0;
}
.footer .main .sub-list .blod-title a{
    font-weight: bold;
    color: #FFFFFF;
}




.footer .records{
    border-top: 1px solid #616161;
    padding-top: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    padding-bottom: 24px;
}
.footer .records .box{
    margin-bottom: 8px;
}


/* 全局合作咨询 */
.coop-zxzx{
    background: none;
    background-color: rgba(0, 0, 0, 0) !important;
}

/* 全局下拉 */
.global-select-main{
    position: absolute;
    height: 0;
    width: 100%;
    z-index: 100;
    top: 48px;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 5px rgb(0 0 0 / 5%), 0px 16px 24px 2px rgb(0 0 0 / 4%), 0px 8px 10px -5px rgb(0 0 0 / 8%);
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    overflow: hidden;
    opacity:0;
    transition: all 0.3s;
}
.global-select-main .list{
    padding: 8px 12px;
    max-height: 0;
    overflow-y: auto;
}
.global-select-main .list .box{
    font-size: 14px;
    height: 40px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 40px;
    margin-bottom: 4px;
    cursor: pointer;
    padding: 0 12px;
}

.global-select-main .list .box:hover,.global-select-main .list .box.active{
    background: #ECF2FE;
    border-radius: 3px;
}






/* 全局右侧吸附浮层 */
.global-supernatant{
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -130px;
    z-index: 1000;
}
.global-supernatant .main{
    width: 70px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 5px 10px 0px rgba(11, 115, 243, 0.2);
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.global-supernatant .main .item{
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 3px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
}
.global-supernatant .main .item img{
    width: 30px;
    height: 30px;
}
.global-supernatant .main .item .moren{
    display: initial;
}
.global-supernatant .main .item .active{
    display: none;
}
.global-supernatant .main .item:hover .active{
    display: initial;
}
.global-supernatant .main .item:hover .moren{
    display: none;
}


.global-supernatant .main .item .title{
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin-top: 8px;
}
.global-supernatant .main .item:hover .title{
    color: #2B75EB;
}
.global-supernatant .main .item .is-show1{
    position: absolute;
    padding-right: 4px;
    left: -138px;
    top: -15px;
}
.global-supernatant .main .item .is-show1 .qrcode{
    width: 120px;
    height: 120px;
    border-radius: 4px;
    position: relative;
    /* background-image: url(../images/dd11.png);
    background-size: cover;
    background-position: center; */
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.global-supernatant .main .item .is-show1 .qrcode .more2{
    position: absolute;
    width: 6px;
    height: 12px;
    right: -6px;
    top: 54px;
}
.global-supernatant .main .item .show{
    display: none;
    /* box-shadow: 0px 5px 10px 0px rgba(11, 115, 243, 0.2); */
}
.global-supernatant .main .item:hover .show{
    display: block;
}
.global-supernatant .main .item .is-show1 .qrcode img{
    height: 120px;
    width: 120px;
}


.global-supernatant .main .item .is-show2{
    position: absolute;
    padding-right: 4px;
    left: -220px;
    top: 21px;
}
.global-supernatant .main .item .is-show2 .qrcode{
    width: 202px;
    height: 50px;
    /* background-image: url(../images/dd10.png);
    background-size: cover;
    background-position: center; */
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    padding-left: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.global-supernatant .main .item .is-show2 .qrcode img{
    width: 30px;
    height: 30px;
    margin-right: 16px;
}
.global-supernatant .main .item .is-show2 .qrcode .more2{
    position: absolute;
    width: 6px;
    height: 12px;
    right: -6px;
    top: 19px;
    margin-right: 0;
}
.global-supernatant a{
    display: block;
}



/* 申请试用弹框 */
.global-apply-for{
    display: none;
}
.global-apply-for .main{
    width: 1060px;
}
.global-apply-for .main .top{
    text-align: center;
    position: relative;
}
.global-apply-for .main .top .title{
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
}
.global-apply-for .main .top .close{
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    margin-top: 13px;
}
.global-apply-for .main .top .desc{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
}
.global-apply-for .main .detail{
    width: 100%;
    height: 413px;
    margin-top: 34px;
    background-color: #ffffff;
}
.global-apply-for .main .detail .cover{
    padding: 71px 115px 76px 85px;
    float: left;
}
.global-apply-for .main .detail .cover img{
    width: 419px;
    height: 275px;
}
.global-apply-for .form{
    padding-top: 64px;
    width: 350px;
    float: left;
}
.global-apply-for .form .item{
    margin-bottom: 10px;
}
.global-apply-for .form .item input{
    width: 100%;
    height: 32px;
    border-radius: 2px;
    border: 1px solid rgba(151, 151, 151, 0.3);
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}
.global-apply-for .form .item input::placeholder{
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.global-apply-for .form .item .submit{
    width: 100%;
    height: 32px;
    background: #2B75EB;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    border: none;
}
.global-apply-for .form .item .nc-container{
    position: relative;
    width: 100%;
}
.global-apply-for .form .item .nc-container #nc_1_wrapper{
    width: 100%;
}
.global-apply-for .nc-container .nc_scale span{
    height: 34px;
}



/* 全局图片放大 */
.global-photo-zoom{
    display: none;
}
.global-photo-zoom .shade{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 100000;
    top: 0;
    left: 0;
}
.global-photo-zoom .center{

}
.global-photo-zoom .center img{
    position: fixed;
    z-index: 100001;
    opacity: 0;

}


/* 全局banner区域 */
.global-banner{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    /* background-color: red; */
    padding-top: 110px;
}
.global-banner .title{
    font-size: 42px;
    font-weight: 500;
    color: #ffffff;
    line-height: 49px;
}
.global-banner .sub-title{
    width: 549px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    margin-top: 16px;
}
.global-banner .operation{
    margin-top: 24px;
}
.global-banner .operation .but{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #32D5BC;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    /* font-weight: 500; */
    color: #FFFFFF;
    position: relative;
    text-align: left;
    padding-left: 20px;
}
.global-banner .operation .but:hover{
    background: #00bc9f;
}

/* 申请使用按钮小箭头图标 */
.global-banner .operation .but::after{
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 12px;
    background-image:url(../images/icons/right.png);
    
}



/* 全局移动端样式 */
@media screen and (max-width: 1260px){
    /* 主体 */
    .container{
        width: 100%;
    }
    .m-container{
        padding: 0 16px;
        margin: auto;
    }
    .global-m-show{
        display: block !important;
    }
    .global-m-hide{
        display: none !important;
    }


    /* 申请试用 */
    .global-apply-for{
        /* width: 100vw;
        padding: 0 16px; */
    }
    .global-apply-for .main{
        width: 90vw;
    }
    .global-apply-for .main .detail .cover{
        display: none;
    }
    .global-apply-for .main .detail{
        padding: 16px;
        height: auto;
    }
    .global-apply-for .form{
        width: 100%;
        float: none;
        padding-top: 20px;
    }


    /* 移动端头部 */
    .m-header{
        width: 100%;
        height: 46px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        background: rgba(255, 255, 255, 1);
    }
    .m-header.active{
        background: rgba(255, 255, 255, 1);
    }
    .m-header .main{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    .m-header .main .navs{
        display: flex;
        align-items: center;
    }
    .m-header .main .navs .consult{
        width: 80px;
        height: 50px;
        background: linear-gradient(90deg, #2CABFF 0%, #165DFF 100%);
        text-align: center;
        line-height: 50px;
    }
    .m-header .main .navs .consult span{
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
    }
    .m-header .main .navs .menus{
        width: 24px;
        height: 24px;
        margin-left: 16px;
    }
    .m-header .main .navs .menus img{
        width: 100%;
        height: 100%;
        transition: all 0.3s;
    }
    .m-header .no-menus{
        display: block;
    }
    .m-header .yes-menus{
        display: none;
    }
    .m-header.active .no-menus{
        display: none;
    }
    .m-header.active .yes-menus{
        display: block;
    }
    .m-header .main .logo{
        width: 90px;
        height: 33px;
        background-image: url(../images/m-logo.png);
        background-size: cover;
        background-position: center;
    }

    .m-header .m-menus-list{
        position: fixed;
        /* padding-top: 32px; */
        height: calc(100vh - 46px);
        /* width: calc(100vw - 60px); */
        width: 100%;
        top: 46px;
        z-index: 100;
        /* background: #2F2F2F; */
        right: -100%;
        transition: all 0.3s;
        /* overflow-y: auto; */
        overflow: hidden;
        z-index: 1000;
    }
    .m-header .m-menus-list .ulmain{
        height: 100%;
        width: calc(100vw - 60px);
        overflow-y: auto;
        margin-left: 60px;
        background: #2F2F2F;
    }
    .m-header .m-menus-list .lull{
        width: 60px;
        height: 100%;
        float: left;
    }
    .m-header.active .m-menus-list{
        right: 0;
    }
    .m-header .m-menus-list .m-header-title {
        font-size: 15px;
        font-weight: 400;
        color: #FFFFFF;

        line-height: 40px;
        height: 40px;
        padding: 0 20px 0 20px;
        justify-content: space-between;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #414045;
    }
    .m-header .m-menus-list .m-header-title .icon{
        width: 24px;
        height: 24px;
    }
    .m-header .m-menus-list .m-header-title .ii3{
        display: block;
    }
    .m-header .m-menus-list .m-header-title .ii4{
        display: none;
    }
    .m-header .m-menus-list .li2{
        padding-left: 40px;
    }
    .m-header .m-menus-list .m-header-title.lave2{
        font-weight: normal;
        padding-left: 0;
    }
    .m-header .m-menus-list .sub-list .li2{
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s;
    }
    .m-header .m-menus-list .box.active .sub-list .li2{
        opacity: 1;
        height: 40px;
        background-color: #3B3B3B;
        border-bottom: 1px solid #414045;
    }
    .m-header .m-menus-list .box.active .sub-list .li2.active .m-header-title{
        color: #ffffff;
    }
    .m-header .m-menus-list .box.active .max-title{
        color: #ffffff;
    }
    .m-header .m-menus-list .box.active .m-header-title .ii3{
        display: none;
    }
    .m-header .m-menus-list .box.active .m-header-title .ii4{
        display: block;
    }
    .m-header .mian-fzx{
        padding:30px 20px;
        width: 100%;
        bottom: 0;
        height: 72px;
    }
    .m-header .mian-fzx .sub-main{
        width: 277px;
        height: 34px;
        background: #2B75EB;
        border-radius: 2px;
        text-align: center;
    }
    .m-header .mian-fzx .sub-main span{
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 34px;
    }
    .m-header.active .consult{
        display: none;
    }
    .m-header-place{
        height: 46px;
        width: 100%;
        display: block;
    }

    /* 移动端的banner */
    .m-global-banner{
        padding-top: 50px;
        padding-left: 32px;
        padding-right: 32px;
        height: 375px;
        background-size: cover;
        background-position: center;
        /* background-color: red; */
    }
    .m-global-banner .title{
        font-size: 23px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 28px;
    }
    .m-global-banner .sub-title{
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        margin-top: 13px;
    }


    /* 全局申请试用 */
    .footer-immediately{
        width: 100%;
        height: 160px;
        padding-top: 25px;
        background-image: url(../images/k01.png);
        background-size: cover;
        background-position: center;
    }
    .footer-immediately .title,.footer-immediately .title-des{
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }
    .footer-immediately .title-des{
        margin-top: 0;
    }
    /* .footer-immediately .m-desc{
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        line-height: 17px;
        margin-top: 6px;
        text-align: center;
    } */
    .footer-immediately .apply{
        margin-top: 17px;
        width: 140px;
        /* height: 34px; */
        background: #32D5BC;
        border-radius: 2px;
        /* line-height: 34px; */
        padding: 9px 0;
    }
    .footer-immediately .apply:hover{

        /* background: none;
        color: #ffffff; */
    }

    .m-footer{
        background: #444444;
        padding: 40px 14px 30px 14px;
    }
    .m-footer .menus{

    }
    .m-footer .menus ul{
        display: flex;
        justify-content: center;
    }
    .m-footer .menus ul li{
        float: left;
        padding: 0 8.5px;
        margin-bottom: 20px;
    }
    .m-footer .menus ul li a{
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 17px;
    }
    .m-footer .clause{
        padding-left: 5px;
        padding-right: 5px;
    }
    .m-footer .clause .main{
        border-top: 1px solid #64676B;
        padding-top: 20px;
        text-align: center;
    }
    .m-footer .clause .main a{
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 17px;
        padding: 0 20px;
    }
    .m-footer .sub-list{
        padding: 0 5px;
        padding-top: 20px;
    }
    .m-footer .sub-list .item{
        height: 40px;
        border: 1px solid #64676B;
        padding-left: 16px;
        padding-right: 13px;
        display: flex;
        align-items: center;
        font-size: 18px;
        /* font-weight: bold; */
        color: #FFFFFF;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .m-footer .sub-list .item img{
        width: 25px;
        height: 25px;
        margin-right: 12px;
    }
    .m-footer .records{
        font-size: 10px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
        padding: 0 5px;
    }


}



/*清除浮动*/
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

/*省略隐藏*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
/* 省略隐藏交互方案 */
.ellipsis2hover{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    transition: all 0.3s;
}
/* .ellipsis2hover:hover{
    overflow: initial;
    -webkit-line-clamp: 20;
} */

/*隐藏滚动条*/
.layui-layer{
    box-shadow: none !important;
}
.layui-layer-page .layui-layer-content::-webkit-scrollbar{
    display: none;
}
.layui-layer-page .layui-layer-content{
    -ms-overflow-style: scrollbar;
}

/* ie 兼容 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cooperation-consultation .c-header .close{
        right: 32px;
    }
}




/* 一些动画 */
@-webkit-keyframes slideUpIn450 {
    0% {
        transform: translate3d(0,450%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@keyframes slideUpIn450 {
    0% {
        transform: translate3d(0,450%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@-webkit-keyframes slideUpIn300 {
    0% {
        transform: translate3d(0,300%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@keyframes slideUpIn300 {
    0% {
        transform: translate3d(0,300%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@-webkit-keyframes slideUpIn150 {
    0% {
        transform: translate3d(0,150%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@keyframes slideUpIn150 {
    0% {
        transform: translate3d(0,150%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@-webkit-keyframes slideUpIn100 {
    0% {
        transform: translate3d(0,100%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@keyframes slideUpIn100 {
    0% {
        transform: translate3d(0,100%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@-webkit-keyframes slideUpIn60 {
    0% {
        transform: translate3d(0,60%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@keyframes slideUpIn60 {
    0% {
        transform: translate3d(0,60%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@-webkit-keyframes slideUpIn30 {
    0% {
        transform: translate3d(0,30%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@keyframes slideUpIn30 {
    0% {
        transform: translate3d(0,30%,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@-webkit-keyframes slideUpIn100px {
    0% {
        transform: translate3d(0,100px,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@keyframes slideUpIn100px {
    0% {
        transform: translate3d(0,100px,0);
        visibility: hidden
    }

    to {
        transform: translateZ(0);
        visibility: visible
    }
}

@-webkit-keyframes slideUpInTop20px {
    0% {
        transform: translate(0px, 20px);
        visibility: hidden
    }

    to {
        transform: translate(0px, 0px);
        visibility: visible
    }
}

@keyframes slideUpInTop20px {
    0% {
        transform: translate(0px, 20px);
        visibility: hidden
    }

    to {
        transform: translate(0px, 0px);
        visibility: visible
    }
}

.animate {
    visibility: hidden;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.slideUpIn300 {
    visibility: visible;
    -webkit-animation-name: slideUpIn300;
    animation-name: slideUpIn300
}

.slideUpIn150 {
    visibility: visible;
    -webkit-animation-name: slideUpIn150;
    animation-name: slideUpIn150
}

.slideUpIn100 {
    visibility: visible;
    -webkit-animation-name: slideUpIn100;
    animation-name: slideUpIn100
}

.slideUpIn60 {
    visibility: visible;
    -webkit-animation-name: slideUpIn60;
    animation-name: slideUpIn60
}

.slideUpIn30 {
    visibility: visible;
    -webkit-animation-name: slideUpIn30;
    animation-name: slideUpIn30
}

.slideUpInTop20 {
    visibility: visible;
    -webkit-animation-name: slideUpInTop20px;
    animation-name: slideUpInTop20px
}

@-webkit-keyframes jump {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10%);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10%);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes transform3d {
    0%, 100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}
@keyframes transform3d {
    0%, 100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@media screen and (max-width: 370px){

    .m-footer .menus ul li{
        padding: 0 3px;
    }


}



    .globa-cookie{
        padding: 20px 50px;
        display: flex;
        justify-content: space-between;
        background-color: rgba(128, 133, 139, .9);
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        align-items: center;
        display: none;
        z-index: 10000000;
    }
    .globa-cookie .info{
        color: #ffffff;
        font-size: 14px;
        flex: 1;
    }
    .globa-cookie .info .title{
        font-weight: bold;
        font-size: 16px;
        line-height: 32px;
    }
    .globa-cookie .yes-no{
        display: flex;

    }
    .globa-cookie .yes-no button{
        width: 108px;
        height: 40px;
        margin-right: 10px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

    .globa-cookie .yes-no button::after{
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        background: #ffffff;
        transition: all 0.3s;
        z-index: -1;
    }
    .globa-cookie .yes-no button:hover::after{
        left: 0;

    }
    .globa-cookie .yes-no button:hover{
        color: #1e5096;
        border: 1px solid #ffffff;
    }
    .globa-cookie .yes-no .yes{
        background-color: #1e5096;
        font-size: 14px;
        color: #ffffff;
        border: 1px solid #1e5096;
    }
    .globa-cookie .yes-no .no{
        background-color: none;
        background: none;
        border: 1px solid #ffffff;
        font-size:14px;
        color: #ffffff;

    }
    @media screen and (max-width: 768px) {
        .globa-cookie{
            flex-flow: column;
            z-index: 1000000;
        }
        .globa-cookie .yes-no{
            margin-top: 20px;
            width: 100%;
            justify-content: center;
        }
    }






    /* 交互 */
    .global-jiaohu1{
        transition: all 0.3s;

    }
    .global-jiaohu1:hover{
        background: #FFFFFF !important;
        box-shadow: 0px 0px 18px 0px rgba(195, 195, 195, 0.5);
    }

    /* banner 表单设置 */
    .banner_left{
        float: left;
        width: 70%;
    }
    .banner_apply{
        float: left;
        width: 30%;
        margin-top: -40px;
    }
    .banner_apply .ba_title{
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 25px;
        padding-bottom: 8px;
    }
    .banner_apply .form_input {
        width: 100%;
        height: 36px;
        background: #FFFFFF;
        border-radius: 4px;
        display: flex;
        align-items: center;
        padding: 0 16px;
        margin-top: 8px;
    }
    
    .banner_apply .form_input .input{
        height: 100%;
        flex: 1;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        line-height: 34px;
        min-width: 100px;
    }
    .banner_apply .form_fcode{
        margin-top: 8px;
        display: table;
        width: 100%;
        position: relative;
    }
    .banner_apply .form_fcode .input{
        width: calc(100% - 108px);
        height: 36px;
        color: #000;
        background: #FFFFFF;
        border-radius: 4px;
        display: flex;
        align-items: center;
        padding: 0 16px;
        float: left;
    }
    .input::placeholder {
        color: #999999;
    }
    .banner_apply .get_code{
        cursor: pointer;
        float: right;
        width: 104px;
        height: 36px;
        background: #32D5BC;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 36px;
        text-align: center;
        position: absolute;
        right: 0;
    }
    .banner_apply  input {
        border: none;
        background: none;
    }
    .banner_apply .form_agree {
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 18px;
        position: relative;
        margin-top: 8px;
    }
    .banner_apply .form_agree label{
        display: inline-flex;
        align-items: center;
    }
    .banner_apply .form_agree .checkg{
        display: none;
    }
    .banner_apply .form_agree .checkg+span{
        width: 16px;
        height: 16px;
        border:1px solid #FFFFFF;
        display: inline-block;
        border-radius: 2px;
        margin-right: 8px;
      }
    .banner_apply .form_agree .checkg:checked+span{
        background-color: #2B75EB;
        border: 1px solid #2B75EB;
        position: relative;
    }
    /*通过绝对定位来确定对勾的位置*/
    .banner_apply .form_agree .checkg:checked+span:after{
        content: '\2714';/*这是html特殊字符的css编码*/
        color:#fff;
        position: absolute;
        top: -1px;
        left: 2px;
        font-size: 14px;/*用字号来调整对勾的大小*/
    }

    .banner_apply .form_btn{
        margin-top: 32px;
        width: 100%;
        height: 40px;
        background: #FEC64F;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
    }
    .banner_apply .form_btn input{
        color: #FFFFFF;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }
    .banner_apply .form_agree a{
        color: #FFFFFF;
    }
  
    .header .hphone{
        font-family: DINAlternate-Bold, DINAlternate;
        font-size: 18px;
        font-weight: bold;
        color: #343951;
        line-height: 21px;
        text-shadow: 0px 2px 11px rgba(0,0,0,0.1);
        margin-right: 50px;
        position: relative;
    }
    .header .hphone::before{
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(../images/icons/tel.png);
        position: absolute;
        left: -18px;
        top: 3px;
    }
    .banner_apply .get_code.disabled{
        pointer-events:none;
    }
    /* 表单成功提交我知道了 */
    .overlayfath{
        display: none;
      }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* 设置背景颜色为半透明黑色 */
        z-index: 9999; /* 设置 z-index 值确保遮罩层位于其他元素之上 */
        display: flex;
        justify-content: center;
    }
    
    .overlay .opencontent {
        position: relative;
        z-index: 10000; /* 设置 z-index 值确保内容层位于遮罩层之上 */
        background: #FFFFFF;
        box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
        width: 364px;
        height: 180px;
        margin-top: 10%;
        border-radius: 4px;
        padding: 32px;
    }
    .overlay .opencontent .o_title{
        font-weight: 600;
        color: #000000;
        font-size: 18px;
        line-height: 24px;
    }
    .overlay .opencontent .o_desc{
        line-height: 20px;
        margin-top:8px;
        font-weight: 400;
        color: #666666;
        font-size: 14px;
    }
    .overlay .opencontent .o_btn{
        cursor: pointer;
        margin-top:24px;
        background: #2B75EB;
        font-weight: 400;
        color: #FFFFFF;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }