.section-theme-b{
    background-color: #161A23;
    min-width: 1240px;
    color: #fff;
}
.section-theme-w{
    background-color: #fff;
    color: #333333;
}
.section-title{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-top: 64px;
}
.section-desc{
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
    color: #999;
}
.section-theme-b .section-title{color: #fff;}
.section-theme-w .section-title{color: #000;}
.section-theme-w .section-title h1{
	display:inline;
	font-size:36px;
}

.btn.btn-cm{
    font-size: 14px;line-height: 1;
    padding: 14px 0;
}

.banner-section{
    min-width: 1240px;
    position: relative;
}
.banner-swiper.swiper-container{
    min-width: 1240px;
}
.banner-section .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 120px;
    text-align: left;
    width: 1240px;
    margin: auto;
    left: 0;
    right: 0;
}
.banner-section .swiper-pagination-bullet {
    width: 72px;
    height: 2px;
    position: relative;
    border-radius: 20px;
    margin: 0 8px 0 0!important;
    overflow: hidden;
}
.banner-section .swiper-pagination-bullet-active::after{
    /* transform: translateX(0); */
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    animation: bannerSwiper linear 5s;
    /* transform: translateX(-100%); */
    background-color: var(--theme-color);
    border-radius: 1px;
    -webkit-animation:bannerSwiper linear 5s;
    left: 0;
}
.banner-section .swiper-pagination-bullet-active{
    background-color: #00000033;
    opacity: 1;
}
@keyframes bannerSwiper
{
    from {-webkit-transform: translateX(-100%);transform: translateX(-100%);}
    to {-webkit-transform: translateX(0);transform: translateX(0);}
}

@-webkit-keyframes bannerSwiper /*Safari and Chrome*/
{
    from {-webkit-transform: translateX(-100%);transform: translateX(-100%);}
    to {-webkit-transform: translateX(0);transform: translateX(0);}
}
.banner-swiper .swiper-slide{
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1240px;
}
.banner-title{
    font-size: 60px;
    font-family: fz;
    font-weight: 400;
    color: #000000;
    /* line-height: 40px; */
    margin: 176px 0 30px;
    background-repeat: no-repeat;
    background-size: left center;
    /* color: transparent; */
    background-size: contain;
    line-height: 1;
}
.banner-desc{
    width: 500px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 44px;
}
.banner-btn{
    width: 120px;
    padding: 14px 0;
}

.banner-swiper .swiper-slide.banner-slide1{
    background-image: url(/public/img/index_banner1.jpg);
    background-color: #dee5ef;
}
.banner-swiper .swiper-slide.banner-slide2{
    background-image: url(/public/img/index_banner2.jpg);
    background-color: #eaffff;
}
.banner-swiper .swiper-slide.banner-slide3{
    background-image: url(/public/img/index_banner3.png);
}
.banner-swiper .swiper-slide.banner-slide4{
    background-image: url(/public/img/index_banner4.jpg);
    background-color: #b4e2fd;
}
.banner-swiper .swiper-slide.banner-slide8{
    background-image: url(/public/img/index_banner8.jpg);
    background-color: #b4e2fd;
}
.banner-swiper .swiper-slide.banner-slide7{
    background-image: url(/public/img/index_banner7.jpg);
}
.banner-swiper .swiper-slide.banner-slide1 .banner-title{
    margin-top: 176px;
    height: 56px;
    /* background-image: url(/public/img/index_banner1-text.png); */
    margin-bottom: 30px;
}
.banner-swiper .swiper-slide.banner-slide2 .banner-title{
    margin-top: 160px;
    height: 157px;
    /* background-image: url(/public/img/index_banner2-text.png); */
    padding-bottom: 30px; line-height: 70px;
    position: relative;
    margin-bottom: 48px;
    /* background-size: auto 128px; */
}
.banner-swiper .swiper-slide.banner-slide2 .banner-title::after{
    content: "";
    position: absolute;left: 0;bottom: 0;
    width: 64px;
    height: 6px;
    background: var(--theme-color);
    border-radius: 2px;
}
.banner-tip{
    padding-right: 36px;
    margin-right: 36px;
    border-right: 1px solid #999;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 1;
}
.banner-tip:last-child{border: none;}
.banner-tip-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
}
.banner-swiper .swiper-slide.banner-slide3{
    background-image: url(/public/img/index_banner3.png);
}
.banner-swiper .swiper-slide.banner-slide3 .banner-title{
    margin-top: 200px;
    margin-bottom: 24px;text-shadow: 3px 3px 6px #3269ff8a;
    height: 55px; text-align: center; color: #fff;
    /* background-position: center; */
    /* background-image: url(/public/img/index_banner3-text.png); */
}
.banner-swiper .swiper-slide.banner-slide3 .banner-desc{
    font-size: 16px;
    /* font-weight: bold; */
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    width: auto;text-shadow: 4px 3px 2px #3269ff8a;
}
.banner-swiper .swiper-slide.banner-slide3 .banner-desc span:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 24px;
    margin-right: 24px;
}
.banner-swiper .swiper-slide.banner-slide3 .banner-btn{
    margin: 48px auto 0;
}

.banner-swiper .swiper-slide.banner-slide1 .banner-title,
.banner-swiper .swiper-slide.banner-slide4 .banner-title{
    margin-top: 136px;
    margin-bottom: 24px; line-height: 1;
    color: #000; 
}
.banner-swiper .swiper-slide.banner-slide1 .banner-desc,
.banner-swiper .swiper-slide.banner-slide4 .banner-desc{
    font-size: 24px;
    color: #000;
    line-height: 1; position: relative;
    padding-bottom: 26px;
    margin-bottom: 18px; white-space: nowrap;
}
.banner-swiper .swiper-slide.banner-slide1 .banner-desc::after,
.banner-swiper .swiper-slide.banner-slide4 .banner-desc::after{
    content: ""; position: absolute;
    width: 64px; height: 6px; border-radius: 2px;
    background-color: var(--theme-color);
    display: block; bottom: 0;
}
.banner-swiper .swiper-slide.banner-slide1 .banner-desc2{
    max-width: 600px;
}
.banner-swiper .swiper-slide.banner-slide1 .banner-desc2,
.banner-swiper .swiper-slide.banner-slide4 .banner-desc2{
    font-size: 20px;
    color: #333;
    line-height: 1.25;
}
.banner-swiper .swiper-slide.banner-slide1 .banner-btn,
.banner-swiper .swiper-slide.banner-slide4 .banner-btn{
    margin: 48px 0 0;
}


.banner-b-cont{
    position: absolute;
    height: 100px;
    background: rgba(255,255,255,.6);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.banner-b-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.banner-b-item{
    padding: 22px 9px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;height: 100px;
}
.banner-b-item:hover{
    background-color: #fff;
}
.banner-b-item:hover .banner-b-title{color: var(--theme-color);}

.banner-b-img-cont{
    width: 64px;
    float: left;
}
.banner-b-img{
    width: 48px;height: auto;display: block;
}
.banner-b-title{
    font-size: 18px;
    color: #000000; margin-left: 64px;
    line-height: 1; display: block;
}
.banner-b-text{
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px; margin-left: 64px;
    color: #333333;
    opacity: .6;
}


/* 双11 start   banner6*/
.banner-swiper .swiper-slide.banner-slide6{
    background-image: url(/public/img/index_banner6.jpg);
    background-color: rgba(180, 226, 253, 1);
}
.banner-swiper .swiper-slide.banner-slide6 .banner-title{
    height: 84px; width: 660px; color: transparent; margin-bottom: 8px;margin-top: 116px;
    background: url(/public/img/index_banner6_title.png) no-repeat left center / auto 83px;
}
.banner-swiper .swiper-slide.banner-slide6 .banner-stitle{
    height: 32px; width: 660px; color: transparent;
    background: url(/public/img/index_banner6_stitle.png) no-repeat left center / auto 32px;
}
.banner-swiper .swiper-slide.banner-slide6 .banner-tip-cont{
    margin-top: 18px; position: relative; padding-top: 24px;
    width: 660px;
}
.banner-swiper .swiper-slide.banner-slide6 .banner-tip-cont::before{
    content: "";
    left: 0;
    top: 0;
    width: 64px;
    height: 6px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(50, 105, 255, 1); position: absolute;
}
.banner-swiper .swiper-slide.banner-slide6 .banner-tip-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.banner-swiper .swiper-slide.banner-slide6 .banner-tip-cont .banner-tip-inline{
    font-size: 18px;
    line-height: 32px;
    color: rgba(56, 56, 56, 1);
    padding-left: 18px;
    width: 302px; position: relative;
}
.banner-swiper .swiper-slide.banner-slide6 .banner-tip-cont .banner-tip-inline::before{
    content: "";
    left: 0;
    top: 12px; position: absolute;
    width: 6px; display: block;
    height: 6px;
    border-radius: 5px;
    background: rgba(50, 105, 255, 1);
}
.banner-swiper .swiper-slide.banner-slide6 .btn{margin-top: 32px;}

@media (max-width: 768px){
    .banner-swiper .swiper-slide.banner-slide6{
        background-image: url(/public/img/index_mob_banner6.png);
    }
    .banner-swiper .swiper-slide.banner-slide6 .container{
        width: 302px;
    }
    .banner-swiper .swiper-slide.banner-slide6 .banner-title{
        height: 42px; width: 100%; color: transparent; margin-bottom: 4px;margin-top: 90px;
        background-size: auto 42px;
    }
    .banner-swiper .swiper-slide.banner-slide6 .banner-stitle{
        height: 22px; width: 100%;
        background-size: auto 22px;
    }
    .banner-swiper .swiper-slide.banner-slide6 .banner-tip-cont{
        margin-top: 12px; padding-top: 20px;
        width: 100%;
    }
    .banner-swiper .swiper-slide.banner-slide6 .banner-tip-cont::before{
        width: 32px;
        height: 3px;
    }
    .banner-swiper .swiper-slide.banner-slide6 .banner-tip-flex{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
    .banner-swiper .swiper-slide.banner-slide6 .banner-tip-cont .banner-tip-inline{
        font-size: 12px;
        line-height: 18px;
        padding-left: 12px;
        width: auto;
    }
    .banner-swiper .swiper-slide.banner-slide6 .banner-tip-cont .banner-tip-inline:nth-child(even) {
        width: 120px;
    }
    .banner-swiper .swiper-slide.banner-slide6 .banner-tip-cont .banner-tip-inline::before{
        top: 6px;
        width: 4px;
        height: 4px;
    }
    .banner-swiper .swiper-slide.banner-slide6 .btn{margin: 32px auto 0 0;}
    
    
}

/* 双11 end    banner6*/


/* banner 改版 - index8--------------S */
.banner-slide8 .box{
    display: flex;
    margin-top: 96px;
    justify-content: space-between;
    /* align-items: center; */
}
.banner-slide8 .banner-title{
    margin-top: 114px;
    margin-bottom: 24px;
}
.banner-slide8 .banner-desc{
    font-size: 18px; line-height: 24px;
    width: auto;
}
.banner-slide8 .banner-r-cont{
    padding: 40px 64px 48px;
    border-radius: 24px;
    background-color: #fff;
}
.banner-slide8 .banner-r-cont .banner-form-tt{
    font-size: 24px; line-height: 28px;
    margin-bottom: 6px;
    color: #000;
    text-align: center;
    font-weight: 600;
}
.banner-slide8 .banner-r-cont .banner-form-tt i{
    font-style: normal;
    color: #3269FF;
}
.banner-slide8 .banner-r-cont .info{
    background-color: rgba(50, 105, 255, 0.1);
    font-size: 16px;
    padding: 4px 0;
    text-align: center;
    width: 100%;
    line-height: 26px;
    color: rgba(50, 105, 255, 1);
    border-radius: 100px;
    margin-bottom: 24px;
}
.banner-slide8 .banner-r-cont .tip{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    /* padding-left: 22px; */
    /* background-position: left center; */
    /* background-repeat: no-repeat; */
    /* background-size: 18px auto; */
    margin-bottom: 14px;
}
.banner-slide8 .banner-r-cont .tip i{
    background-color: rgba(50, 105, 255, 1);
    color: #fff;
    padding: 0 10px;
    font-style: normal;
    border-radius: 100px;
}
.banner-slide8 .banner-r-cont .banner-line{
    margin-bottom: 12px;
    width: 234px; height: 40px;
}
.banner-slide8 .banner-r-cont .banner-line input{
    padding: 11px 19px;
    font-size: 12px; color: #999999;
    width: 100%;
    border: 1px solid #E1E1E6;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: transparent;
}
.banner-slide8 .banner-r-cont .banner-btn{
    width: 100%; padding: 9px 0;
    text-align: center;
    border-radius: 20px;
    font-size: 14px; line-height: 1;
    background-color: #3269FF;
    color: #fff;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #fff;
    cursor: pointer;
}
/* banner 改版 - slide8--------------E */


/* banner 改版 - index7--------------S */
.banner-slide7 .banner-title{
    color: #fff; margin-top: 150px; line-height: 74px;
    margin-bottom: 8px;
}
.banner-slide7 .tip{
    margin-bottom: 30px;
    letter-spacing: 36px;
    font-size: 18px;
    color: #fff;
}
.banner-slide7 .banner-tip{
    padding: 6px 24px;
    color: #fff;
    position: relative;
    border-radius: 50px;
    float: left;
}
.banner-slide7 .banner-tip::before,
.banner-slide7 .banner-tip{
    background:linear-gradient(12deg, rgb(255 255 255) 0%, rgba(255,255, 255,.2) 50%,rgb(255 255 255) 100%)
    /* background: linear-gradient(45deg, rgb(255 255 255) 0%, rgb(179 146 255) 100%); */
}
.banner-slide7 .banner-tip::after{
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 50px;
    bottom: 1px;
    right: 1px;
    z-index: 1;
    transition: all .5s;
    background-color: #000;
}
.banner-slide7 .banner-tip span{
    position: relative;
    z-index: 10;
}
.banner-slide7 .banner-tip + .banner-tip{
    margin-left: 12px;
}
.banner-slide7 .btn{
    margin-top: 64px;
    padding: 11px 35px;
    border-radius: 50px;
    width: fit-content;
}
/* banner 改版 - index7--------------S */

.fln-main {
    margin: 78px 0 38px;
    position: relative;
    padding: 0 110px;
    background: url(/public/img/fln-bg.png) no-repeat center / contain;
}
.fln-i-box-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.fln-i-box{
    width: 420px; height: 240px;
    position: relative;
    background-image: url(/public/img/fln-inner-bg.png);
    background-repeat: no-repeat;
    background-size: 1020px auto;
}
.fln-i-box::before{
    /* content: ""; */
    background-color: rgba(231,242,255,80%); -webkit-filter: blur(17px); filter: blur(17px); 
    position: absolute; top: 0; bottom: 0; right: 0; left: 0; overflow: hidden;
}
.fln-i-box:nth-child(1){
    background-position: top left;
}
.fln-i-box:nth-child(2){
    background-position: top right;
}
.fln-i-box:nth-child(3){
    background-position: bottom left;
}
.fln-i-box:nth-child(4){
    background-position: bottom right;
}
.fln-i-box:nth-child(3),
.fln-i-box:nth-child(4){margin-top: 100px;}
.fln-i-inner{
    padding: 0 36px 0;
    text-align: center;
    width: 420px; height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; border: 1px solid #fff;    border-radius: 18px; 
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            z-index: 1;
    position: absolute;
}
.fln-i-box-title{
    font-family: Microsoft YaHei;
    font-size: 30px; line-height: 1;
    font-weight: bold; color: #000;
}
.fln-i-box-tip{
    font-family: Microsoft YaHei;
    margin: 12px 0 21px;
    font-size: 18px; line-height: 1;
    color: #3269FF;
}
.fln-i-box-info{
    font-size: 18px; line-height: 24px;
    color: #333;
}
.fln-i-inner-sp{
    padding: 8px 12px; border: 1px solid #3269FF; 
    color: #3269FF; font-size: 18px; line-height: 1;
    border-radius: 50px; background-color: #e8f3ff;
    display: inline-block;margin-top: 18px;min-width: 100px;
    text-align: center;
    position: relative;
}
.fln-i-inner-sp:nth-child(1){margin-top: 0;}
.fln-i-inner-sp::before{
    content: ""; display: block;
    position: absolute;
    width: 1px; height: 18px; background-color: #3269FF;
    bottom: 36px;
}
.fln-i-inner-sp:nth-child(1)::before{content: none;}
.fln-i-boxl .fln-i-inner-sp::before{
    right: 50px;
}
.fln-i-boxr .fln-i-inner-sp::before{
    left: 50px;
}
.fln-i-side{
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: nowrap;
}
.fln-i-boxl .fln-i-side{
    right: 400px;  -webkit-box-align: end;  -ms-flex-align: end;  align-items: flex-end;
}
.fln-i-boxr .fln-i-side{
    left: 400px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.fln-i-line{
    font-family: Microsoft YaHei;
    font-size: 24px; font-weight: 600;
    position: absolute;    z-index: 2;
}
.fln-i-line:nth-child(2){
    top: 270px;
    left: 78px;
}
.fln-i-line:nth-child(3){
    top: 90px;
    left: 0;
    right: 0;
    text-align: center;
}
.fln-i-line:nth-child(4){
    top: 270px;
    right: 78px;
}
.fln-i-line:nth-child(5){
    bottom: 90px;
    left: 0;
    right: 0;
    text-align: center;
}
.fln-section{
    background-color: #f8f9fb;
}
.fln-section .btn {
    width: 120px;
    margin: 0 auto 64px;
}




.koubei-main{
    margin-top: 48px;
    margin-bottom: 64px;
}
.koubei-nav-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.koubei-nav-item{
    width: 386px;
    padding: 48px 0 48px 160px;
    background-color: #272A32;
    border-radius: 6px;
    color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.koubei-item-img-h{
    position: absolute;
    left: 51px;bottom: 0;
    z-index: -99;
    opacity: 0;
}
.koubei-item-img-s{
    position: absolute;
    left: 55px;bottom: 0;
    opacity: 1;
    z-index: 99;
}
.koubei-nav-item:hover,.koubei-nav-item.active{
    background-color: var(--theme-color);
}
.koubei-nav-item:hover .koubei-item-img-h,
.koubei-nav-item.active .koubei-item-img-h{
    opacity: 1;
    z-index: 99;
}
.koubei-nav-item:hover .koubei-item-img-s,
.koubei-nav-item.active .koubei-item-img-s{
    z-index: -99;
    opacity: 0;
}
.koubei-item-title{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
}
.koubei-nav-item:hover .koubei-item-title,
.koubei-nav-item.active .koubei-item-title{
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.koubei-show-item{
    height: 480px;
    display: none;
    padding-left: 730px;
    background-position: left center;
    color: #FFFFFF;
    background-repeat: no-repeat;
}
.koubei-show-item.active{
    display: block;
}
.koubei-show-item-title{
    margin-top: 28px;
}
.koubei-item-img-cont{
    width: 108px; height: auto;
}
.koubei-item-title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1;
}
.koubei-show-wd-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1;
}
.koubei-show-wd-desc{
    font-size: 16px;
    line-height: 24px;
}
.koubei-main .btn{
    width: 140px;
    margin: auto;
}
.koubei-show-item1{
    background-image: url(/public/img/ps3r676f6oiv85xxyags46atv483y7zq6tafe8f08b4-ada4-4961-b0f9-0ba3502066b1.png);
}
.koubei-show-item1 .koubei-show-item-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2px;
}
.koubei-show-item1 .koubei-show-item-title .koubei-item-title{
    margin-top: 30px;
}
.koubei-show-item1 .koubei-show-item-title .koubei-item-img-cont{
    margin-left: -12px;
}
.koubei-show-item1 .koubei-show-wd-title{
    margin-top: 28px;
    display: block;
}
.koubei-show-item1 .koubei-show-wd-desc{
    margin-top: 12px;
}

.koubei-show-item2{
    background-image: url(/public/img/ps3r676f6oiv85xxyags46atv483y7zq6tafe8f08b4-ada4-4961-b0f9-0sfet2066b1.png);
}
.koubei-show-item2 .koubei-show-item-title .koubei-item-title{
    margin-top: 12px;
    margin-bottom: 34px;
}
.koubei-show-item2 .koubei-show-wd-desc{
    margin-top: 22px;
}

.koubei-show-item3{
    background-image: url(/public/img/ps3r676f6oiv85xxyags46atv483y7adrw214kiyufb4-ada4-4961-b0f9-0ba3502066b1.png);
    padding-left: 800px;
}
.koubei-show-item3 .koubei-show-item-title .koubei-item-title{
    margin-top: 12px;
    margin-bottom: 34px;
}
.koubei-show-item3 .koubei-show-wd-desc{
    margin-top: 19px;
}
.koubei-show-item3 .koubei-show-wd-info{
    margin-top: 11px;
    font-size: 14px;color: #666666;
}


.fabu-section{
    min-width: 1240px;background-image: url(/public/img/index_w-bg.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: top center;
}
.fabu-nav-cont{
    margin-top: 46px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; height: 245px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* background-color: #F9F9F9; */
}
.fabu-nav-item{
    height: 225px;
    /* width: 300px; */
    overflow: hidden;
    background-color: #F9F9F9;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.fabu-nav-item:nth-child(1){border-radius: 12px 0 0 12px;}
.fabu-nav-item:nth-last-child(1){border-radius: 0 12px 12px 0;}

.fabu-nav-item.active,.fabu-nav-item:hover{
    z-index: 20;
    background: #3269FF;
    border-radius: 12px;
    top: 10px;
}
.fabu-nav-item.active{
    height: 245px;
    /* transform: scale(1.16); */
}
.fabu-split{
    height: 225px;
    position: relative;
    background-color: #F9F9F9;
    width: 3px;
}
.fabu-split::after{
    display: block;
    width: 1px;
    height: 131px;
    content: "";
    margin: 0 20px;
    background: #DADADA;
    position: absolute;
    top: 0;bottom: 0;right: 0;left: 0;
    margin: auto;
}   
.fabu-nav-item-title{
    font-size: 24px;
    margin-top: 48px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    line-height: 1;
}
.fabu-nav-item-info{
    font-size: 16px;
    color: #333333;
    line-height: 1;
    text-align: center;
    margin: 18px 0 24px;
}
.fabu-nav-item-info span{
    display: inline;
    color: var(--theme-color);
}
.fabu-nav-item.active .fabu-nav-item-title,
.fabu-nav-item.active .fabu-nav-item-info,
.fabu-nav-item.active .fabu-nav-item-info span,
.fabu-nav-item:hover .fabu-nav-item-title,
.fabu-nav-item:hover .fabu-nav-item-info,
.fabu-nav-item:hover .fabu-nav-item-info span{
    color: #fff;
}
.fabu-nav-item.active .fabu-nav-item-info span,
.fabu-nav-item:hover .fabu-nav-item-info span{
    font-weight: 600;
}
.fabu-nav-item-list > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
}
.fabu-nav-item-img{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 6px;
}
.fabu-show-cont{
    margin-top: 34px;
    margin-bottom: 76px;
}
.fabu-show-item{
    display: none;
}
.fabu-show-item.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.fabu-show-text-cont{
    width: 300px;
    height: 364px;
    background: #3269FF;
    border-radius: 12px;
    padding: 48px 36px 0;
}
.fabu-show-text-title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    padding-bottom: 22px;
    margin-bottom: 20px;
    position: relative;
}
.fabu-show-text-title::after{
    content: "";
    position: absolute;
    width: 36px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    left: 0;
    bottom: 0;
}
.fabu-show-text-info{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}
.fabu-show-text-t2{
    margin: 32px 0 14px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.fabu-show-table-cont{
    margin-top: 26px;
    background-color: #3269FF;
    border-radius: 0 12px 12px 0;
    padding: 12px 12px 12px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.fabu-show-table-cont ul{
    background-color: #fff;
    height: 294px;
    width: 100%;border-radius: 0 6px 6px 0;
    border-collapse: collapse!important;
}

.fixed-table-container,  .table-theme.table,  .table-theme.table thead>tr>th,  .table-theme.table>tbody>tr>td{border: none;}
.fixed-table-container table {
    width: 100%;
    padding: 8px;
}
.table-theme.table>thead>tr>th {
    background-color: transparent;
}

.table-theme.table, .table-theme.table thead>tr>th, .table-theme.table>tbody>tr>td{
    border: none;
}
 .fixed-table-footer{
    display: none;
}
 .table-theme.table>thead>tr>th{
    background-color: transparent;
}
.table-theme .title{
	float:left;
}
.table-theme .clear{
	clear:both;
}
.table-theme .title .th-inner {
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 label{
    margin: 0;
}
.table-theme .title .th-inner{
	padding:18px 0px;
	width:103px;
    background: #F9F9F9;
    border-top: 1px solid #E6E9EC;
    border-bottom: 1px solid #E6E9EC;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.table-theme thead th:nth-child(1) .th-inner{
    border-left: 1px solid #E6E9EC;
    border-radius: 10px 0 0 10px;
}
.table-theme thead th:nth-last-child(1) .th-inner{
    border-right: 1px solid #E6E9EC;
    border-radius: 0 10px 10px 0;
}
.table-theme .title .inner_l{
	width:154px;
}
.table-theme .content{
	font-size:16px;
	line-height:1.5rem;
}
.table-theme .content a:hover {
    background-color: #f0f0f0;
    display: block;
}
.table-theme .content span{
    display: block;
    float: left;
    width: 103px;
    text-align: center;
    padding: 12px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-theme .content_l span{
	width:154px;
}
.fabu-show-table-cont .fabu-comming{
    height: 294px;border-radius: 0 6px 6px 0;
    background-color: #fff;
    background-image: url(/public/img/comming.png);
    background-repeat: no-repeat;
    background-position: center 24px;
    background-size: 500px auto;
}

.adv-section{
    padding-bottom: 64px;
}
.adv-main{
    margin-top: 48px;
}
.adv-nav-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.adv-nav-item{
    width: 280px;
    height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #272A32;
    border-radius: 6px;
    color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.adv-nav-item.active,.adv-nav-item:hover{
    background-color: var(--theme-color);
}
.adv-item-img-cont{
    width: 42px;
    height: 100%;
    margin-right: 24px;
}
.adv-item-img-h{
    position: absolute;
    top: 36px;
    z-index: -99;
}
.adv-item-img-s{
    position: absolute;
    top: 36px;
    z-index: 99;
}
.adv-nav-item:hover,.adv-nav-item.active{
    background-color: var(--theme-color);
}
.adv-nav-item:hover .adv-item-img-h,
.adv-nav-item.active .adv-item-img-h{
    z-index: 99;
}
.adv-nav-item:hover .adv-item-img-s,
.adv-nav-item.active .adv-item-img-s{
    z-index: -99;
}
.adv-item-title{
    font-size: 18px;
    line-height: 24px;
}
.adv-show-item{
    z-index: -99;
    position: absolute;
}
.adv-show-item.active{
    z-index: 10;
}
.adv-show-cont{
    height: 360px;
    position: relative;
    margin-top: 48px;
}
.adv-show-item{
    padding: 0 40px; width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #161a23;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.adv-show-item:nth-child(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.adv-show-item-title{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}
.adv-show-item-desc{
    width: 480px;
    height: 120px;
    font-size: 16px;
    color: #E9F0F8;
    line-height: 24px;
}
.adv-show-item-tag{
    float: left;
    font-size: 14px;
    color: #4489FE;
    line-height: 1;
    padding: 8px 10px;
    border: 1px solid #4489FE;
    border-radius: 6px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.adv-show-item .btn{
    width: 120px;
    margin-top: 36px;
}



.industry-main{
    margin-top: 48px;
    padding-bottom: 64px;
}
.industry-list-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.industry-section .industry-list{
    width: 606px;
    height: 211px;
    position: relative;
    padding-right: 22px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}
.industry-list-bg{
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: left center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.industry-section .industry-list:hover .industry-list-bg{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.industry-section .industry-list:nth-child(1) .industry-list-bg{
    background-image: url(/public/img/ps7gvwpnvemexpn67ub36r8tuthidalp2m9d660a7a-6eef-43db-9787-561de92e6315.png);
}
.industry-section .industry-list:nth-child(2) .industry-list-bg{
    background-image: url(/public/img/psvkzpe3blyn7ah07iep5otjac9fro8cy8mdd7d7d72-12e5-4f9c-9393-2f42b417480c.png);
}
.industry-section .industry-list:nth-child(3) .industry-list-bg{
    background-image: url(/public/img/psn6idqgibt8qok45jv4olkl97dfk6r294a1ad336-3e3a-4550-a625-653f0e906237.png);
}
.industry-section .industry-list:nth-child(4) .industry-list-bg{
    background-image: url(/public/img/psk95vs8lt7tk9fhd0ekmcmej65or3qfgkbf23e8b3b-423f-46ae-a7d1-97d9f4f6a089.png);
}
.industry-section .industry-list-icon {
    position: relative;
    padding-top: 120px;
    font-size: 24px;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
    line-height: 1;
    height: 100%;
    width: 220px;
    background-image: url(/public/img/ps0a0hk4p5bhvu2o333tbe7e3p9xnwp30q4182a8009-07d2-402a-9cbe-093c0c5c4b95.png);
}
.industry-section .industry-list-icon::before{
    content: "";
    position: absolute;
    width: 48px;
    height: 50px;
    top: 56px;
    left: 50%;
    margin-left: -24px;
    background-repeat: no-repeat;
    background-position: center;
}
.industry-section .industry-list:nth-child(1) .industry-list-icon::before{
    background-image: url(/public/img/psbeebyuvxd557z4amjnruqykajq84okmo3d30ad69-113b-44d5-b2c3-1054eda4e687.png);
}
.industry-section .industry-list:nth-child(2) .industry-list-icon::before{
    background-image: url(/public/img/ps8okg8l421u2wn06sd0vy5b9dtkx9ti1bc8bd7236-9542-44f9-8ba0-ca63f14706e3.png);
}
.industry-section .industry-list:nth-child(3) .industry-list-icon::before{
    background-image: url(/public/img/ps9fja6q28fk9dgfa8efzhgo850lxslzi5n5d3b7851-8643-4ad4-9c78-041d9c91f04b.png);
}
.industry-section .industry-list:nth-child(4) .industry-list-icon::before{
    background-image: url(/public/img/pslnjtkwy8m6koysgf7yckp9axgc6139ll6a0e4038d-88ee-4de6-b9f5-5c679bec2760.png);
}
.industry-section .get-list-p{
    width: 340px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: justify;
}
.industry-list-title,.industry-list-words{
    position: absolute;
    right: 22px;
}
.industry-list-title{
    top: 128px;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}
/* .industry-list.active .industry-list-title{
} */
.industry-section .industry-list:hover .industry-list-title{
    /* z-index: -1; */
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
}
.industry-list-words{
    top: 104px;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}
.industry-section .industry-list:hover .industry-list-words{
    z-index: 10;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.industry-main .btn{
    width: 180px;margin: 18px auto 0;
}




.case-section{
    padding-bottom: 64px;
}
.case-swiper{
    height: 544px;
    margin-top: 40px;
}
.case-section .btn{
    width: 120px;margin: 48px auto 0;
}
.case-main{position: relative;}
.caseTop-button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    /* top: 190px; */
    z-index: 100;
    cursor: pointer;
}
.case-main .caseTop-button-prev {
    background-image: url(/public/img/psq4vw7fq728cwwmfgg0uxnzrbwzkr2zpcb729190-b8e7-49db-b5aa-7ee2ba23eb55.png);
    left: -120px;
    right: auto;
}
.case-main .caseTop-button-next {
    background-image: url(/public/img/psq4vw7fq728cwwmfgg0uxnzrbwzkr2zpcb729190-b8e7-49db-b5aa-7ee2ba23ebf5.png);
    right: -120px;
    left: auto;
}
.caseTop-button {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    background-size: cover;
}
.swiper-button-next, .swiper-button-prev{display: none;}
.case-swiper .swiper-slide{
    position: relative;overflow: hidden;
    display: flex; align-items: center;
    height: 466px;
    border-radius: 12px;
    background-color: #272A32;
    border: 1px solid rgba(234,239,251,60%);
}
.case-item-img-cont{
    width: 526px;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
}
.case-item-img-cont .img{
    display: block;
    margin: auto;
    border-radius: 12px;
    width: 100%;
}
.case-item-text-cont{
    flex: 1;
    height: 466px;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.case-item-tt-cont{
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 24px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 42px;
}
.case-item-tt-cont::after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 4px;
    background: #3269FF;
    border-radius: 2px;
}
.case-item-desc{
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    flex: 1;
    /* height: 130px; */
    color: rgba(255, 255, 255, 0.6);
}
.case-item-sp{
    display: flex;
}
.case-item-sp-i{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.case-item-sp-i + .case-item-sp-i{
    margin-left: 120px;
}
.case-item-sp-i > div{
    color: #3269FF;
}
.case-item-sp-i > div > i{
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    font-family: "Montserrat";
    font-style: normal;
}
.swiper-container-horizontal>.swiper-scrollbar {
    height: 6px;
    background: rgba(39, 42, 50, 1);
    -webkit-transform: scale(.15);
            transform: scale(.15)
}
.swiper-scrollbar-drag {
    background: rgba(249, 249, 249, 1);
    height: 15px;
    top: -4px;
    bottom: -1px;
}



.yingx-section{
    position: relative;
    min-width: 1240px;
}
.yingx-section .section-title,
.yingx-section .section-desc{
    position: relative;
    z-index: 20;
}
.yingx-nav-cont{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
}
.yingx-nav-item{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 160px;
    background-color: #292929;
    position: relative;
    cursor: pointer;
}
.yingx-nav-item:nth-child(1){
    border-radius: 6px 0 0 6px;
}
.yingx-nav-item:nth-child(4){
    border-radius: 0 6px 6px 0;
}
.yingx-nav-item.active,.yingx-nav-item:hover{
    background-color: #3269FF;
}
.yingx-nav-item.active::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -5px;
    border-top: 8px solid #3269FF;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.yingx-nav-item-num{
    font-size: 42px;
    font-family: Montserrat;
    font-weight: bold;
    color: #3269FF;
    line-height: 1;
    position: relative;
    top: 50px;
    left: 55px;
}
.yingx-nav-item.active .yingx-nav-item-num{
    color: #fff;
}
.yingx-nav-item-num::after{
    content: "";
    position: absolute;
    width: 35px;
    height: 40px;
    background-color: #292929;
    border-top: 1px solid #3269FF;
    -webkit-transform: skew(0,-42deg);
            transform: skew(0,-42deg);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    left: 28px;
    top: 28px;
}
.yingx-nav-item:hover .yingx-nav-item-num,
.yingx-nav-item.active .yingx-nav-item-num{
    color: #fff;
}
.yingx-nav-item:hover .yingx-nav-item-num::after,
.yingx-nav-item.active .yingx-nav-item-num::after{
    background-color: #3269FF;
    border-top-color: #fff;
}
.yingx-nav-item-text{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    position: absolute;
    left: 115px;
    top: 70px;
}
.yingx-main{
    /* position: relative; */
    margin-top: 48px;
}
.yingx-show-cont{
    height: 480px;
}
.yingx-show-item{
    display: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.yingx-show-item .container{
    position: relative;
}
.yingx-show-item:nth-child(1){
    background-image: url(/public/img/ps9amsmafogvlwrdqwa8to9n4lse7u7db4993ed6c-48c3-4261-84fc-40389e5a5523.png);
    background-color: #fff;
}
.yingx-show-item:nth-child(2){
    background-image: url(/public/img/ps9amsmafogvlwrdqwa8to9n4lse7u7d123d3ed6c-48c3-4261-84fc-40389e5a5523.png);
    background-color: #e1e8f0;
}
.yingx-show-item:nth-child(3){
    background-image: url(/public/img/ps9amsmafogvlwrdqwa8to9n4lse7u7yrw2d3ed6c-48c3-4261-84fc-40389e5a5523.png);
    background-color: #dbe2f0;
}
.yingx-show-item:nth-child(4){
    background-image: url(/public/img/ps9amsmafogvlwrdqwa8tywo9n4lse7u7d123d3ed6c-48c3-4261-84fc-40389e5a55231.png);
    background-color: #dbe2f0;
}
.yingx-show-item.active{display: block;}
.yingx-show-cont+.btn{
    position: absolute;
    width: 160px;
    bottom: 66px;
    margin: auto;
    left: 0;
    right: 0;
}
.yingx-show-item-cont{
    position: absolute;
    top: 467px;
    left: 140px;
}
.yingx-show-t{
    font-size: 30px;
    font-weight: bold;
    color: #010101;
    line-height: 1;
    margin-bottom: 30px;
}
.yingx-show-list{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    line-height: 24px;
}


.help-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px;
    margin-bottom: 64px;
}
.help-item-type{
    width: 388px;height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000000;
    padding-top: 48px;padding-left: 24px;
    margin-bottom: 18px;
}
.help-item-type > p{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1;
}
.help-item-type > span{
    -webkit-transform: scale(.75);
            transform: scale(.75);
    font-size: 12px;
    display: block;
    line-height: 1;
    -webkit-transform-origin: left;
            transform-origin: left;
}
.help-main >a:nth-child(1) .help-item-type{
    background-image: url(/public/img/pszhvm76397rtvbjwbcmpxjyfawcmr1mlce8e23c4-66c8-4454-bcea-b320710059db.png);
}
.help-main >a:nth-child(2) .help-item-type{
    background-image: url(/public/img/psq103415v43hlue8gmjvyck8lmyqhcz94ede1eb14d-fdb1-4e4e-afd3-d061ad51bf18.png);
}
.help-main >a:nth-child(3) .help-item-type{
    background-image: url(/public/img/psnusjwrew6mnsz24w1n3eakvuojoobgavi4e4a83f0-a7d3-41e0-b257-baced9dacc45.png);
}
.help-cont{
    width: 388px;
}
.help-list{
    border-top: 1px dotted #4E5461;
    padding: 18px 0;
}
.help-list:nth-child(1){
    border: none;
}
.help-list-title{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 12px;
}
.help-list-title:hover{
    color: var(--theme-color);
}
.help-list-desc{
    font-size: 14px;
    color: #999;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.help-section .btn{
    width: 160px;margin: 0 auto 64px;
}


.news-section{
    min-width: 1240px;background-image: url(/public/img/index_w-bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
}
/* .news-nav-cont{
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 48px;
}
.news-nav-item{
    width: 160px;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    font-size: 16px;
    line-height: 1;
    background: var(--theme-color);
    border-radius: 6px;
    margin: 0 12px;
    cursor: pointer;
}*/

.news-nav-cont{
    line-height: 52px;
    width: 500px;
    margin: 24px auto 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    position: relative;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.news-nav-item{
    position: relative;
    float: left;
    height: 55px;
    margin: 0 20px;
    padding: 0 10px;
    font-size: 18px;
    cursor: pointer;
}
.news-nav-item a{color: inherit;}
.news-nav-cont::before {
    content: "";
    border-color: #1664ff;
    position: absolute;
    bottom: -2px;
    background-color: #1664ff;
    width: 92px;
    height: 3px; -webkit-transition: left ease .2s; transition: left ease .2s;
    border-radius: 5px;
}
.news-nav-cont:after {
    position: absolute;
    bottom: 0;
    margin-left: -6px;
    content: ''; -webkit-transition: left ease .2s; transition: left ease .2s;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #1664ff;
    border-left: 6px solid transparent;
}
.news-nav-cont-1::before{left: calc(72px + 0px);}
.news-nav-cont-1::after{left: calc(-12px + 132px *1);}
.news-nav-cont-2::before{left: calc(72px + (132px * 1));}
.news-nav-cont-2::after{left: calc(-12px + 132px *2);}
.news-nav-cont-3::before{left: calc(72px + (132px * 2));}
.news-nav-cont-3::after{left: calc(-12px + 132px *3);}

.news-show-item{
    display: none;
}
.news-show-item.active{
    display: block; 
}
.news-list-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* justify-content: space-between; */
}
.news-list{
    margin-bottom: 12px;
    width: 390px;
    padding-bottom: 24px;
}
.news-list-img-cont{
	width:350px;
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
}
.news-list-img{
    display: block;
    width: 100%;
	height:100%;
}
.news-list-title{
    font-size: 18px;
    font-weight: bold; cursor: pointer;
    color: #333333;
    line-height: 1; display: block;
    margin: 18px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list-title:hover{
    color: var(--theme-color);
}
.news-list-desc{
    font-size: 14px;
    color: #999999;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list-date{
    font-size: 15px;
    color: #999999;
    line-height: 1;
	margin:12px auto;
	text-align:right;
	padding-right:40px;
}
.news-section .btn-cm{
    margin: 12px auto 64px;
    width: 160px;
}




.ask-section{
    background-color: #c7ddf8;
    background-image: url(/public/img/ps3p8lb10tl4vlzjx8ou1oer89d9f80chlv5948c091-02b5-4d29-b2e6-fc57e6034152.png);
    min-width: 1240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.ask-section .section-title{
    margin: 0;
}
.ask-section .section-desc{
    margin: 22px 0 48px;
}
.ask-section .btn-cm{
    width: 160px;
    margin: auto;
}


/* --------add */
.link-section{background-color: #fbfdfd; display:none;}
.link-section .link-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; padding: 66px 40px 80px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}

.link-section .link-l-info {
    width: 48%;
    margin-right: 36px;
    padding-right: 68px;
    border-right: 1px solid #fff;
}

.link-section .link-r-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.link-section .link-l-info-adlist{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.link-section .link-l-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: left;
}


.link-section .link-l-info-li-item > span {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
    display: block;
    text-align: center;
}

.link-section .link-l-info-adli {
    list-style: none; position: relative;
    padding-left: 12px; margin-right: 36px;
    line-height: 1.5;color: #444;
}
.link-section .link-l-info-adli::before{
    content: ""; position: absolute;
    left:0 ; top: 50%; margin-top: -2px;
    width: 4px; height: 4px; border-radius: 50%;
    background-color: #3269ff;
}
/* .link-section .link-l-info-adli a:hover{color: #3269ff;} */
.link-section .split{
    width: 1px; height: 68px; background-color: #dadada;
}
/* ------------ */






@media (max-width: 1360px){
    .case-main {
        width: 1080px;
        margin: auto;
    }
    .case-swiper .swiper-slide{
        height: 400px;
    }
    .case-item-img-cont{
        width: 450px;
    }
    .case-item-tt-cont{
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 36px;
    }
    .caseTop-button{
        top: 224px;
    }
    .case-item-sp-i + .case-item-sp-i{
        margin-left: 100px;
    }
    .case-item-text-cont {
        height: 398px;
        padding: 48px;
    }
}



@media (max-width: 768px){
    .section-theme-b{
        min-width: auto;
    }   
	.section-theme-w .section-title h1{
		font-size:24px;
	}
    .section-title{
        font-size: 24px;
        margin-top: 40px;
        padding-bottom: 22px;
        position: relative;
    }
    .section-title::after{
        content: "";
        position: absolute;
        width: 40px;
        height: 4px;
        background: #3269FF;
        border-radius: 2px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .section-desc{
        font-size: 12px;
        line-height: 18px;
        margin-top: 14px;
    }
    .btn.btn-cm{
        font-size: 12px;
        padding: 10px 0;
    }

    .banner-section{
        min-width: initial;
    }
    .banner-swiper.swiper-container{
        min-width: initial;
    }
    .banner-swiper .swiper-slide{
        height: 500px;
        min-width: initial;
    }
    .banner-section .swiper-container-horizontal>.swiper-pagination-bullets{text-align: center;width: auto; bottom: 82px;}
    .banner-title{
        font-size: 30px;
        line-height: 1;
        margin: 94px 0 15px;
    }
    .banner-desc{
        width: auto;
        max-width: 500px;
        margin: 0 auto 15px;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }
    .banner-btn{
        width: 90px;
        padding: 10px 0;
        margin: auto;
    }
    .banner-swiper .swiper-slide.banner-slide1{
        background-image: url(/public/img/index_mob_banner1.png);
    }
    .banner-swiper .swiper-slide.banner-slide2{
        background-image: url(/public/img/index_mob_banner2.png);
    }
    .banner-swiper .swiper-slide.banner-slide3{
        background-image: url(/public/img/index_mob_banner3.png);
    }
    .banner-swiper .swiper-slide.banner-slide4{
        background-image: url(/public/img/index_mob_banner4.png);
    }
    .banner-swiper .swiper-slide.banner-slide8{
        background-image: url(/public/img/index_mob_banner4.png);
    }
    .banner-swiper .swiper-slide.banner-slide7{
        background-image: url(/public/img/index_mob_banner7.png);
    }
    .banner-swiper .swiper-slide.banner-slide1 .banner-title{
        margin-top: 94px;
        height: 28px;
        margin-bottom: 12px; text-align: center;
        /* background-position: top center; */
    }
    .banner-swiper .swiper-slide.banner-slide2 .banner-title{
        margin-top: 94px;
        height: 72px;
        line-height: 28px;
        font-size: 24px;
        /* background-image: url(/public/img/index_banner2-text.png); */
        padding-bottom: 24px;
        margin-bottom: 24px;
        /* background-size: auto 48px; */
    }
    .banner-swiper .swiper-slide.banner-slide2 .banner-title::after{
        width: 32px;
        height: 3px;
    }
    .banner-tip{
        padding-right: 18px;
        margin-right: 18px;
        font-size: 12px;
        float: none;
        border: none;
        margin-bottom: 20px;
    }
    .banner-tip-title{
        font-size: 16px;
        margin-bottom: 6px;
    }
    .banner-swiper .swiper-slide.banner-slide3{
        background-image: url(/public/img/index_mob_banner3.png);
    }
    .banner-swiper .swiper-slide.banner-slide3 .banner-title{
        margin-top: 140px;
        margin-bottom: 16px;
        height: 28px;
    }
    .banner-swiper .swiper-slide.banner-slide3 .banner-desc{
        font-size: 13px;
    }
    .banner-swiper .swiper-slide.banner-slide3 .banner-desc span:nth-child(2){
        padding-left: 12x;
        padding-right: 12x;
        margin-left: 12x;
        margin-right: 12x;
    }
    .banner-swiper .swiper-slide.banner-slide3 .banner-btn{
        margin: 24px auto 0;
    }

    .banner-swiper .swiper-slide.banner-slide1 .banner-title,
    .banner-swiper .swiper-slide.banner-slide4 .banner-title{
        margin-top: 92px; font-size: 30px;
        margin-bottom: 24px;
        text-align: center;
    }
    .banner-swiper .swiper-slide.banner-slide1 .banner-desc,
    .banner-swiper .swiper-slide.banner-slide4 .banner-desc{
        font-size: 14px;         padding-bottom: 18px;
        margin-bottom: 18px;
    }
    .banner-swiper .swiper-slide.banner-slide1 .banner-desc::after,
    .banner-swiper .swiper-slide.banner-slide4 .banner-desc::after{
        width: 32px; height: 3px;margin: auto;left: 0;right: 0;
    }
    .banner-swiper .swiper-slide.banner-slide1 .banner-desc2{
        max-width: 60vw; margin-left: auto; margin-right: auto;
    }
    .banner-swiper .swiper-slide.banner-slide1 .banner-desc2,
    .banner-swiper .swiper-slide.banner-slide4 .banner-desc2{
        font-size: 12px; text-align: center;
    }
    .banner-swiper .swiper-slide.banner-slide1 .banner-btn,
    .banner-swiper .swiper-slide.banner-slide4 .banner-btn{
        margin: 24px auto;
    }

    

    /* banner 改版 - index8--------------S */
    .banner-slide8 .left,
    .banner-slide8 .banner-r-cont{
        display: none;
    }
    .banner-slide8 .banner-title{
        margin-top: 16px; font-size: 30px;
        text-align: center;
        margin-bottom: 24px;
    }
    .banner-slide8 .banner-desc{
        font-size: 14px;
    }
    .banner-slide8 .box{
        justify-content: center;
    }


    /* banner 改版 - index6--------------E */
    
    /* banner 改版 - index7--------------S */
    .banner-swiper .swiper-slide.banner-slide7{
        background-position: -120px center;
    }
    .banner-slide7 .banner-title{
        margin-top: 106px;
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1;
        text-align: center;
    }
    .banner-slide7 .tip{
        margin-bottom: 18px;
        letter-spacing: 14px;
        font-size: 14px;
        text-align: center;
    }
    .banner-slide7 .banner-tip-cont{
        display: flex;
        justify-content: space-between;
        margin-bottom: 48px;
    }
    .banner-slide7 .banner-tip + .banner-tip{
        margin-left: 0;
    }
    .banner-slide7 .banner-tip{
        padding: 6px 14px;
        margin: 0;
    }
    .banner-slide7 .btn{
        margin-top: 24px;
        padding: 11px 35px;
        border-radius: 50px;
        width: fit-content;
    }
    /* banner 改版 - index7--------------S */


    .banner-b-cont{
        height: 74px;
        /* padding-top: 12px; */
    }
    .banner-b-cont .container{
        overflow-x: scroll;
    }
    .banner-b-main{
        width: 1100px;
    }
    .banner-b-item{
        width: 200px;    height: 74px;
        padding-top: 12px;
    }
    .banner-b-img-cont{
        width: 34px;
        height: 100%;
    }
    .banner-b-img{
        width: 24px;
        margin-top: 9px;
    }
    .banner-b-title{
        font-size: 15px; margin-left: 0;
    }
    .banner-b-title:hover{color: var(--theme-color)}
    .banner-b-text{
        font-size: 12px;
        line-height: 16px;margin-left: 0;
    }

    .fln-main {
        margin: 48px 0 24px;
        position: relative;
        height: 240px;
        background: url(/public/img/fln-mob-bg.png) no-repeat center / contain;
    }
    .fln-i-box-list,
    .fln-i-line{display: none;}

    .koubei-main{
        margin-top: 21px;
        margin-bottom: 40px;
    }
    .koubei-nav-cont {
        max-width: 400px;
        margin: 0 auto 32px;
    }
    .koubei-nav-item{
        width: 108px;
        height: 100px;
        padding: 66px 0 0;
        border-radius: 3px;
        text-align: center;
    }
    .koubei-item-img-h{
        width: 50%;
        left: 33px;top: 0;bottom: initial;
    }
    .koubei-item-img-s{
        width: 36%;
        left: 35px;top: 0;bottom: initial;
    }
    .koubei-nav-item:nth-child(1) .koubei-item-img-s {
        top: 15px;
        left: 34px;
    }
    .koubei-nav-item:nth-child(2) .koubei-item-img-s {
        top: 16px;
        left: 34px;
    }
    .koubei-nav-item:nth-child(3) .koubei-item-img-s {
        top: 10px;
    }
    .koubei-item-title{
        font-size: 12px;
    }
    .koubei-show-item{
        height: auto;
        display: none;
        padding-top: 220px;
        padding-left: 0;
        background-position: top center;
    }
    .koubei-show-item-title{
        margin-top: 15px;
    }
    .koubei-item-img-cont{
        width: 54px;
    }
    .koubei-item-title{
        font-size: 15px;
    }
    .koubei-show-wd-title{
        font-size: 14px;
    }
    .koubei-show-wd-desc{
        font-size: 12px;
        line-height: 18px;
    }
    .koubei-main .btn{
        width: 90px;
    }
    .koubei-show-item-title{
        border-radius: 12px 12px 0 0;
        max-width: 354px;
        margin: auto;
        background-color: #272A32;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
    }
    .koubei-show-text{
        border-radius: 0 0 12px 12px;
        max-width: 354px;
        margin: auto;
        background-color: #272A32;
        text-align: center;
        padding-bottom: 6px;
        margin-bottom: 24px;
    }
    .koubei-show-item-title .koubei-item-title{
        margin-bottom: 24px;
        padding-bottom: 14px;
        position: relative;
        text-align: center;
    }
    .koubei-show-item-title .koubei-item-title::after{
        position: absolute;
        content: "";
        width: 32px;
        height: 2px;
        background: #3269FF;
        border-radius: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .koubei-show-item-title img.koubei-item-img {
        width: 100%;
    }
    .koubei-show-item1{
        background-size: 354px;
    }
    .koubei-show-item1 .koubei-show-item-title{
        padding-bottom: 0;    
    }
    .koubei-show-item1 .koubei-show-item-title .koubei-item-title{
        margin-top: 0;
    }
    .koubei-show-item1 .koubei-show-item-title .koubei-item-img-cont{
        margin-left: 12px;
    }
    .koubei-show-item1 .koubei-show-wd-title{
        margin-top: 0;
    }
    .koubei-show-item1 .koubei-show-wd-desc{
        max-width: 280px;
        margin: 6px auto 15px;
    }
    
    .koubei-show-item2{
        background-size: 354px;
    }
    .koubei-show-item2 .koubei-show-item-title .koubei-item-img-cont{
        margin-left: 12px;
    }
    .koubei-show-item2 .koubei-show-wd-desc{
        margin-top: 0;
        padding-bottom: 22px;
    }
    .koubei-show-item2 .koubei-show-item-title .koubei-item-title{
        margin-bottom: 14px;
    }
    
    .koubei-show-item3{
        background-size: 354px;
        padding-left: 0;
    }
    .koubei-show-item3 .koubei-show-item-title .koubei-item-img-cont{
        margin-left: 12px;
    }
    .koubei-show-item3 .koubei-show-item-title .koubei-item-title{
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .koubei-show-item3 .koubei-show-wd-desc{
        margin-top: 0;
    }
    .koubei-show-item3 .koubei-show-wd-info{
        font-size: 12px;
        width: 80%;
        margin: 8px auto 20px;
    }





        
    .fabu-section{
        min-width: 355px;
    }
    .fabu-nav-cont{
        height: 120px;
        margin: 24px auto 0;    -webkit-box-pack: center;    -ms-flex-pack: center;    justify-content: center;
    }
    .fabu-nav-item{
        height: 80px; -webkit-box-flex: initial; -ms-flex: initial; flex: initial;
        width: 64px;
    }
    .fabu-nav-item.active,.fabu-nav-item:hover{
        border-radius: 3px;
    }
    .fabu-nav-item.active{
        -webkit-transform: scale(1.02);
                transform: scale(1.02);
        width: 150px;
        height: 120px;
        background: #3269FF;
        border-radius: 6px;
    }
    .fabu-nav-item.active .fabu-nav-item-title{
        font-size: 15px;
        margin-top: 24px;
    }
    .fabu-split{
        height: 80px;
        width: 3px;
    }
    .fabu-split::after{
        height: 18px;
    }   
    .fabu-nav-item-title{
        font-size: 12px;
        margin-top: 36px;
    }
    .fabu-nav-item-info{
        display: none;
        font-size: 12px;
        margin: 9px 0 12px;
    }
    .fabu-nav-item-list > ul{
        display: none;
        width: 114px;
    }
    .fabu-nav-item.active .fabu-nav-item-list > ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .fabu-nav-item.active .fabu-nav-item-info{
        display: block;
    }
    .fabu-nav-item-img{
        width: 24px;
        height: 24px;
        border-radius: 3px;
    }
    .fabu-show-item.active{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
    }
    .fabu-show-cont{
        margin: 18px auto 40px;
    }
    .fabu-show-text-cont{
        width: 345px;
        height: auto;
        background: #3269FF;
        border-radius: 12px;
        padding: 24px 18px 22px;
    }
    .fabu-show-text-title{
        font-size: 15px;
        padding-bottom: 20px;
        margin-bottom: 14px;
    }
    .fabu-show-text-title::after{
        width: 18px;
        height: 2px;
    }
    .fabu-show-text-info{
        font-size: 12px;
        line-height: 15px;
    }
    .fabu-show-text-t2{
        margin: 21px 0 6px;
        font-size: 14px;
    }
    .fabu-show-table-cont{
        margin-top: 0;
        width: 325px;
        border-radius: 0 0 12px 12px;
        padding: 0 6px 6px;
    }
    .fabu-show-table-cont ul{
        border-radius: 0 0 6px 6px;
    }
    .fabu-show-table-cont table{
        background-color: #fff;
        height: 294px;
        width: 100%;
        border-collapse: collapse!important;
    }
    .table-theme thead th .th-inner{
        padding: 14px 0;
        font-size: 12px;
    }
    .table-theme thead th:nth-child(1) .th-inner{
        border-radius: 6px 0 0 6px ;
    }
    .table-theme thead th:nth-last-child(1) .th-inner{
        border-radius: 0 6px 6px 0;
    }
    .table-theme.table > tbody > tr > td {
        padding:10px 4px!important;
        font-size: 12px;
    }
    .table-theme th,
    .table-theme td{display: none;}
    .table-theme th:nth-child(1),
    .table-theme th:nth-child(2),
    .table-theme th:nth-child(3),
    .table-theme th:nth-child(4),
    .table-theme td:nth-child(1),
    .table-theme td:nth-child(2),
    .table-theme td:nth-child(3),
    .table-theme td:nth-child(4){display: table-cell;}

    .fabu-show-table-cont ul{min-height: 294px;height: auto;}
    .table-theme>li.content span{font-size: 12px;}
    .table-theme>li,.table-theme>li.content span{display: none;}
    .table-theme>li.content span:nth-child(1),
    .table-theme>li.content span:nth-child(2),
    .table-theme>li.content span:nth-child(3),
    .table-theme>li.content span:nth-child(4),
    .table-theme>li:nth-child(1),
    .table-theme>li:nth-child(2),
    .table-theme>li:nth-child(3),
    .table-theme>li:nth-child(4),
    .table-theme>li.content{display: block;}

    .table-theme>li.content a{display: -webkit-box;display: -ms-flexbox;display: flex;}

    .table-theme>li.content span:nth-child(1),
    .table-theme>li:nth-child(1){width: 96px;}
    
    .table-theme>li.content span:nth-child(2),
    .table-theme>li:nth-child(2){width: 70px;}
    
    .table-theme>li.content span:nth-child(3),
    .table-theme>li:nth-child(3){width: 80px;}
    
    .table-theme>li.content span:nth-child(4),
    .table-theme>li:nth-child(4){width: 64px;}
    .table-theme .title .th-inner{width: 100%; white-space: normal;font-size: 14px;}

    .fabu-show-table-cont .fabu-comming{border-radius: 0 0 6px 6px;}


    .adv-section{
        padding-bottom: 40px;
    }
    .adv-main{
        margin-top: 21px;
    }
    .adv-nav-cont{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .adv-nav-item{
        width: 48%;
        height: 60px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        border-radius: 3px;
        margin-bottom: 15px;
    }
    .adv-item-img-cont{
        width: 21px;
        height: 100%;
        margin-right: 12px;
        margin-left: 18px;
    }
    .adv-item-img-cont .img{
        width: 21px;
    }
    .adv-item-img-h{
        top: 19px;
    }
    .adv-item-img-s{
        top: 19px;
    }
    .adv-item-title{
        font-size: 12px;
        line-height: 15px;
    }
    .adv-show-cont{
        height: auto;
        position: relative;
        margin-top: 0;
    }
    .adv-show-item{
        padding: 0; width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        position: initial;
        display: none;
    }
    .adv-show-item:nth-child(even){
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .adv-show-item.active{display: -webkit-box;display: -ms-flexbox;display: flex;}
    .adv-show-img-cont,.adv-show-img{
        width: 345px;
    }
    .adv-show-text-bg{
        width: 345px;
        height: auto;
        background: #272A32;
        border-radius: 32px;
        padding: 32px 32px 24px;
        margin-top: 15px;
    }
    .adv-show-item-title{
        padding-bottom: 22px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1;position: relative
    }
    .adv-show-item-title::after{
        content: "";
        position: absolute;
        width: 40px;
        height: 4px;
        background: #3269FF;
        border-radius: 2px;
        bottom: 0;left: 0;
    }
    .adv-show-item-desc{
        width: 100%;
        height: auto;
        padding-bottom: 32px;
        font-size: 12px;
        line-height: 15px;

    }
    .adv-show-item-tag{
        font-size: 12px;
        padding: 2px 4px;
        border-radius: 3px;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .adv-show-item .btn{
        width: 90px;
        margin: 24px auto 0;
    }
    

    
    .industry-main{
        margin-top: 24px;
        padding-bottom: 40px;
    }
    .industry-list-cont{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .industry-section .industry-list{
        width: 345px;
        height: 120px;
        padding-right: 23px;
        border-radius: 3px;
        margin-bottom: 18px;
    }
    .industry-section .industry-list-icon {
        padding-top: 70px;
        font-size: 15px;
        width: 130px;
        background-size: contain;
    }
    .industry-section .industry-list-icon::before{
        width: 24px;
        top: 40px;
        margin-left: -12px;
        background-position: top center;background-size: contain;
    }
    .industry-section .get-list-p{
        width: 180px;
        font-size: 12px;
        line-height: 18px;
    }
    .industry-list-title{
        top: 60px;
    }
    .industry-list-words{
        top: auto;
        bottom: 8px;
    }
    .industry-main .btn{
        width: 150px;margin: 6px auto 0;
    }




    
    .case-section{
        padding-bottom: 40px;
    }
    .case-swiper{
        height: auto;
        margin-top: 36px;
        padding-bottom: 32px;
    }
    .case-section .btn{
        width: 90px;margin: 24px auto 0;
    }
    .caseTop-button {
        display: none;
    }
    .case-swiper .swiper-slide{
        flex-direction: column;
        height: auto;
    }
    .case-main {
        width: auto;
    }
    .case-item-img-cont{
        width: 100%;
        max-height: 210px;
    }
    .case-item-text-cont{
        height: auto;
        padding: 36px 28px;
    }
    .case-item-tt-cont{
        font-size: 18px;
        line-height: 24px;
    }
    .case-item-tt-cont::after{
        width: 40px;
    }
    .case-item-desc{
        font-size: 14px;
        margin-bottom: 24px;
        height: auto;
        line-height: 20px;
    }
    .case-item-sp-i{
        line-height: 16px;
        font-size: 12px;
    }
    .case-item-sp-i + .case-item-sp-i{
        margin-left: 36px;
    }
    .case-item-sp-i > div > i{
        font-size: 24px;
        line-height: 32px;
    }





    .yingx-section{
        min-width: 355px;
    }
    .yingx-nav-item{
        height: 48px;
    }
    .yingx-nav-item:nth-child(1){
        border-radius: 3px 0 0 3px;
    }
    .yingx-nav-item:nth-child(4){
        border-radius: 0 3px 3px 0;
    }
    .yingx-nav-item.active::after{
        bottom: -4px;
        margin-left: -2px;
        border-top: 4px solid #3269FF;
        border-right: 2px solid transparent;
        border-left: 2px solid transparent;
    }
    .yingx-nav-item-num{
        display: none;
    }
    .yingx-nav-item-num::after{
        display: none;
    }
    .yingx-nav-item-text{
        font-size: 12px;
        line-height: 48px;
        position: initial;
        text-align: center;
    }
    /* .yingx-section .section-title::after{
        content: none;
    } */
    .yingx-main{
        margin-top: 24px;
    }
    .yingx-show-cont{
        height: 240px;
    }
    .yingx-show-cont+.btn{
        width: 130px;
        bottom: 32px;
    }
    .yingx-show-item-cont{
        top: 214px;
        left: 15px;
    }
    .yingx-show-t{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .yingx-show-list{
        font-size: 12px;
        line-height: 18px;
    }



    
    .help-main{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 24px;
        margin-bottom: 4px;
    }
    .help-item-type{
        width: 345px;height: 120px;
        padding-top: 36px;padding-left: 19px;
        margin-bottom: 12px;
        border-radius: 4px;
    }
    .help-cont{
        width: 345px;
    }
    .help-list-cont{
        margin-bottom: 6px;
    }
    .help-list{
        padding: 12px 0 18px;
    }
    .help-list-title{
        font-size: 15px;
    }
    .help-list-desc{
        font-size: 12px;
    }
    .help-section .btn{
        width: 90px;margin: 0 auto 40px;
    }
    





    .news-section{
        min-width: 355px;
    }
    .news-nav-cont{
        width: 80vw;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .news-nav-item{
        width: 20vw;
        padding: 10px 0;
        font-size: 12px;
        border-radius: 3px;
        margin: 0;
        text-align: center;
    }
    .news-nav-cont::before {
        bottom: -1px;
        width: 18vw;
        height: 2px;
    }
    .news-nav-cont-1::before{left: calc(11vw + 0px);}
    .news-nav-cont-1::after{left: calc(20vw *1);}
    .news-nav-cont-2::before{left: calc(11vw + (20vw * 1));}
    .news-nav-cont-2::after{left: calc(20vw *2);}
    .news-nav-cont-3::before{left: calc(11vw + (20vw * 2));}
    .news-nav-cont-3::after{left: calc(20vw *3);}

    .news-list-cont{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .news-list{
        margin-bottom: 24px;
        width: 346px;
    }
    .news-list-img-cont{
        height: 196px;
        border-radius: 3px;
    }
    .news-list-title{
        font-size: 15px;
        margin: 18px 0 12px;
    }
    .news-list-desc{
        font-size: 12px;
    }
    .news-section .btn-cm{
        margin: 8px auto 10px;
        width: 90px;
    }




    
    .ask-section{
        min-width: 355px;
        padding: 50px 0;
    }
    .ask-section .section-title{
        font-size: 24px;
    }
    .ask-section .section-desc{
        margin: 12px 0 24px;
    }
    .ask-section .btn-cm{
        width: 90px;
    }

    .ask-section .ask-mainC {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .ask-section .ask-l-info {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        margin-bottom: 64px;
    }


}










/* temp */
.koubei-main .btn,
.adv-show-item .btn,
.ask-main .btn,
.yingx-show-cont+.btn{padding: 14px 0;}
.ask-main .btn{width: 140px;margin: auto;}

.about-section{
    background-image: url(/public/img/a02390df5f2d8403d86069806b618f95f4b7ba6e1d0a0-PCGUsR.png);
    background-position-x: left;
    background-position-y: top;
    background-size: 150%;
    background-repeat: no-repeat;
}
.about-main{
    margin: 48px auto 64px;
    width: 660px;
    font-size: 16px;
    line-height: 1.75;
}
.about-main p{
	margin: 8px 0 12px;
	text-align: justify;
	text-indent: 2em;
}
@media (max-width: 768px){
    .about-main{
        width: 80%;
        margin: 24px auto 36px;
        font-size: 13px;
    }
}




/* --------------------特价媒体--------------------- */

.media-com-section{
    padding-bottom: 64px;
}
.media-com-section.c-bg{
    background-color: #F9F9F9;
}
.media-com-section .section-title-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 64px;
    margin-bottom: 24px;
}
.media-com-section .section-title-cont .section-title-text{
    font-family: PingFang-SC;
    text-align: left; width: 100%;
}
.media-com-section .section-title{
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    line-height: 51px;
    text-align: left;
    margin-top: 0;
}
.media-com-section .section-desc{
    font-size: 16px;
    margin-top: 8px;
    line-height: 23px;
    text-align: left;
    color: rgba(101, 112, 139, 0.8);
}
.media-com-section .btn.btn-cm{
    font-size: 16px;line-height: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    border-radius: 2px;
    background-size: 100%;
}
.media-com-section .btn-cm:hover, .btn-cm:focus {
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(242,93,36,20%);
            box-shadow: 0 5px 10px rgba(242,93,36,20%);
    background-size: 180%;
}

.media-com-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -15px;
}
.media-com-item{
    position: relative;
    margin: 0 15px 28px;
    width: 287px;
    -webkit-transition: -webkit-box-shadow ease .2s;
    transition: -webkit-box-shadow ease .2s;
    transition: box-shadow ease .2s;
    transition: box-shadow ease .2s, -webkit-box-shadow ease .2s;
}
.media-com-item:hover{
    -webkit-box-shadow: 2px 3px 5px 0px rgba(50, 105, 255, 71%);
            box-shadow: 2px 3px 5px 0px rgba(50, 105, 255, 71%);
}
.media-item-cm-body::after{
    content: "";
    position: absolute;
    width: 74px;
    height: 66px;
    right: -2px;
    top: -2px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAAABzwahEAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAFxSURBVGiB5du7UQMxFAXQswxFkBBSBi5gO6EFJzZVuBMKoBUn7mKJYIbx2t6v9KS9kaTk6swLNWrat3339fIhWRqfvl+P6Qr789ReTtrLKV1j52B3PqYr7E/zt9qdjzqHhM1ZJ9/8220I31ydbAR/DWcT+H441eNvw6kafx9OtfjHcKrED4NTHX44nKrw4+BUgx8Ppwr8NDjF46fDKRo/D06x+PlwisQvA6c4/HJwisIvC6cY/PJwisCvAyc8fj04ofHrwgmLXx9OSHwaOOHw6eCEwqeFEwafHk4IfB442fH54GTF54WTDZ8fThZ8DDjJ8XHgJMXHgpMMHw9OEnxMOKvj48JZFR8bzmr4+HBWwZcBZ3F8OXAWxZcFZzF8eXAWwZcJZza+XDiz8GXDmYwvH84kfB1wRuPrgTMKXxecwfj64AzC1wnnIb5eOHfxdcO5ia8fTi9+G3Cu8NuBk/7FJlLat33n/dw9575I6vz+o/0BkvABmT0buUoAAAAASUVORK5CYII=) no-repeat center / 100% 100%;
    z-index: 20;
}
.media-item-cm-body::before{
    content: attr(data-tip);
    position: absolute;
    color: #fff;
    -webkit-transform: rotate(43deg);
            transform: rotate(43deg);
    right: 0;
    z-index: 30;
    width: 74px;
    text-align: center;
    top: 15px;
    right: -10px;
}
.media-com-item-footer{
    background-color: #3269FF;
    background-repeat: no-repeat;
    padding: 18px 16px;
    background-size: contain;
}
.media-com-item-footer .media-com-item-tag-list{
    margin-bottom: 12px;
}
.media-com-item-footer .media-com-item-tag{
    margin-right: 6px; vertical-align: middle;
    font-size: 12px; line-height: 1; display: inline-block;
    padding: 5px 8px; border-radius: 2px; 
}
.media-com-item-footer .media-com-item-tag.media-com-item-tag-type-1{
    color: #003DE3; 
    background: linear-gradient(90deg, #B3F5FC 0%, #85EEFB 100%);
}
.media-com-item-footer .media-com-item-tag.media-com-item-tag-type-2{
    color: #B4F6FD;
    border: 1px solid #B4F6FD;
}
.media-com-item-footer .media-com-item-price-now{
    font-size: 12px;
    color: #B4F6FD;
    line-height: 24px;
    margin-right: 12px;
}
.media-com-item-footer .media-com-item-price-now i{
    font-size: 24px;
    font-style: normal;
}
.media-com-item-footer .media-com-item-price-before{
    font-size: 12px;
    text-decoration: line-through;
    color: #FFFFFF;
    line-height: 24px;
}
.media-com-item-footer .media-com-item-button{
    width: 100%;
    background: rgba(249, 249, 249, 1);
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    color: #3269FF;
    line-height: 1;
    margin-top: 18px;
    padding: 12px 0;
}

.media-com-main-set .media-com-item-footer{
    background-image: url(/public/img/10f03c6fc50ecd407430302d54387a26be6f087b1786c-3Rn0jP2.jpg);
}
.media-com-main-xs .media-com-item-footer{
    background-image: url(/public/img/02f34c2383c997f3cb48898046e81040378f5e0462e43-BO4vaY_fw12002.jpg);
}

.media-item-al-body{
    border-radius: 2px 2px 0 0;
    border: 2px solid rgba(50, 105, 255, 0.2);
    padding: 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -2px;
    background: linear-gradient(180deg, rgba(50, 105, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.media-item-al-body .media-item-al-img{
    display: block;
    width: 80px; height: 80px;
    border-radius: 12px;
    object-fit: contain;
    margin-right: 18px;
}
.media-item-al-body .media-item-al-title{
    font-size: 18px;
    color: #000000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 156px;
}
.media-item-al-body .media-item-al-desc{
    font-size: 16px;
    color: #65708B;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 156px;
}
.media-item-al-body .media-item-al-tag{
    background-color: rgba(234, 239, 251, 0.6);
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 12px;
    color: #65708B;
    display: inline-block;
    line-height: 1;
}

.media-item-set-body{
    border-radius: 2px 2px 0 0;
    border: 2px solid rgba(50, 105, 255, 0.2);
    padding: 24px 18px;
    margin-bottom: -2px;
    background: linear-gradient(180deg, rgba(50, 105, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.media-item-set-body .media-item-set-title{
    font-size: 18px;
    color: #000000;
    line-height: 1;
}
.media-item-set-body .media-item-set-tag{
    display: inline-block;
    background-color: rgba(234, 239, 251, 0.6);
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 12px;
    color: #65708B;
    vertical-align: middle;
    line-height: 1;
    margin: 12px 0 24px;
}
.media-item-set-body .media-item-set-info{
    font-size: 16px;
    color: #000000;
    line-height: 1;
    margin-bottom: 4px;
}
.media-item-set-body .media-item-set-media{
    margin-top: 12px;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    padding-left: 14px;    width: 79px;
    display: inline-block;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    background: url(/public/img/media_pub_arr_btm2.png) no-repeat left center / 8px auto;
}
.media-com-section .btn-section-btm{
    width: 140px;
    height: 42px;
    border-radius: 6px;
    background: rgba(50, 105, 255, 1);
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    background-size: 100%;
    color: #fff;
    margin: auto;
}
.media-com-section .section-title-btnLink{
    width: 164px;
    height: 42px;
    border-radius: 6px;
    background: #3269FF;
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    background-size: 100%;
    text-align: center;
}

.countdown{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(101, 112, 139, 0.8);
    line-height: 18px;
    flex-shrink: 0;
    margin-left: 32px;
}
.countdown .tt{display: inline;}
.countdown .countdownNum{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background: rgba(50, 105, 255, 1);
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    line-height: 36px;
    margin: 0 12px;
}

.media-xs-section .filter-tags .tag{
    padding: 1px 8px;
    margin: 8px 12px 0 0;
    min-width: 80px; text-align: center;
    background: rgba(249, 249, 249, 1);
    font-size: 16px; display: inline-block;
    font-weight: 400;
    line-height: 23px; cursor: pointer;
    color: rgba(50, 105, 255, 1);
    transition: all ease .2s;
}
.media-xs-section .filter-tags .tag.active{
    background-color: rgba(50, 105, 255, 1);
    color: rgba(249, 249, 249, 1);
}
.media-xs-section .filter-tags .tag:hover{
    background-color: rgba(249, 249, 249, 1);
    color: #003de3;
}

@media (max-width: 768px) {
    
        
    .media-com-section{
        padding-bottom: 32px;
    }

    .media-com-section .section-title-cont{
        margin-top: 46px;
        margin-bottom: 24px;
    }
    .media-com-section .section-title-cont.countBox{
        flex-direction: column;
    }
    .media-com-section .section-title{
        font-size: 24px; line-height: 34px;
        text-align: center;
    }
    .media-com-section .section-desc{
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
        text-align: center;
    }
    .media-com-section .btn.btn-cm{
        font-size: 14px;
    }

    .media-com-main{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
    }
    .media-com-item{
        margin: 0 0 28px;
        width: 92%;
    }
    .media-com-item-footer{
        background-position: right;
        padding: 24px 20px;
    }
    .media-com-item-footer .media-com-item-tag-list{
        margin-bottom: 14px;
    }
    .media-com-item-footer .media-com-item-tag{
        margin-right: 4px; font-size: 14px; 
        padding: 8px 11px;
    }
    .media-com-item-footer .media-com-item-price-now{
        font-size: 14px;
        line-height: 30px;
        margin-right: 18px;
    }
    .media-com-item-footer .media-com-item-price-now i{
        font-size: 30px;
    }
    .media-com-item-footer .media-com-item-price-before{
        font-size: 14px;
        line-height: 30px;
    }
    .media-com-item-footer .media-com-item-button{
        font-size: 14px;
        margin-top: 24px;
        padding: 16px 0;
    }


    
    .media-item-al-body{
        border: 1px solid rgba(50, 105, 255, 0.2);
        padding: 32px 18px;
    }
    .media-item-al-body .media-item-al-img{
        width: 86px; height: 86px;
        border-radius: 6px;
        margin-right: 24px;
    }
    .media-item-al-body .media-item-al-desc{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        white-space: normal;
        width: auto;
    }
    .media-item-al-body .media-item-al-tag{
        padding: 6px 16px;
    }


    .media-item-set-body{
        padding: 32px 20px;
    }
    .media-item-set-body .media-item-set-tag{
        padding: 6px 18px;
        margin: 15px 0 32px;
    }
    .media-item-set-body .media-item-set-info{
        font-size: 15px;
    }
    .media-item-set-body .media-item-set-media{
        margin-top: 12px;
        font-size: 12px;
        width: 32%;
        display: inline-block;
        background-size: 6px auto;
    }

    .media-com-section .btn-section-btm{
        margin-bottom: 16px;
    }
    .media-com-section .section-title-btnLink{
        /* width: 90px; height: 36px; font-size: 14px;
        font-weight: 400; flex-shrink: 0;
        line-height: 36px; */
        display: none;
    }    

    .countdown{
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        text-align: center;
        padding: 24px 0;
        background-color: #f9f9f9;
        margin-top: 20px; margin-left: 0;
    }
    .countdown .tt{
        color: rgba(50, 105, 255, 1);
        margin-bottom: 12px; display: block;
    }
    /* .countdown br{display: block;} */
    .countdown .countdownNum{
        width: 36px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
    }
    .media-xs-section .filter-tags{
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        margin-top: 8px;
    }
    .media-xs-section .filter-tags .tag{
        padding: 1px 4px;
        margin: 8px 10px 0 0;
        min-width: 64px; 
        font-size: 14px; 
        line-height: 20px; 
    }

}
/* --------------------特价媒体--------------------- */