.section-title{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    font-family: PingFang SC;
    color: #000;
    margin-top: 64px;
}
.section-desc{
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
    font-family: PingFang SC;
    color: #999;
}
.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: 20px;
    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;
    background-color: #b3e1fc;
}
.banner-title{
    font-size: 60px;
    font-family: fz;
    font-weight: 400;
    color: #000000;
    /* line-height: 40px; */
    margin: 206px 0 22px;
    background-repeat: no-repeat;
    background-size: left center;
    /* color: transparent; */
    background-size: contain;
    line-height: 1;
}
.banner-desc{
    /* width: 580px; */
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 72px;
}
.banner-btn{
    width: 120px;
    padding: 14px 0;
}
.banner-slide1{
    background-image: url(/public/img/koubei/banner-bg1.png);
}
.banner-slide2{
    background-image: url(/public/img/koubei/banner-bg2.png);
}
.banner-slide2 .container{position: relative;}
.banner-slide2 .banner-img-list{
    position: absolute;
    right: 0;
    top: 204px;
}
.banner-slide2 .banner-img-list .banner-img-item{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 194px;
    margin-left: 20px;
    padding-top: 164px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    position: relative;
    display: inline-block;
}
.banner-slide2 .banner-img-list .banner-img-item:nth-child(1){background-image: url(/public/img/koubei/banner-inner-bg.png);}
.banner-slide2 .banner-img-list .banner-img-item:nth-child(2){background-image: url(/public/img/koubei/banner-inner-bg2.png);}
.banner-slide2 .banner-img-list .banner-img-item:nth-child(3){background-image: url(/public/img/koubei/banner-inner-bg3.png);}
.banner-slide2 .banner-img-list .banner-img-item .banner-img{
    position: absolute;
    width: 60px;
    bottom: 116px;
    left: 0;
    right: 0;
    -webkit-animation: dropUD 6s ease infinite;
            animation: dropUD 6s ease infinite;
    margin: auto;
}
.banner-slide2 .banner-img-list .banner-img-item:nth-child(1)  .banner-img{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    width: 66px;
}
.banner-slide2 .banner-img-list .banner-img-item:nth-child(2)  .banner-img{
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    width: 60px;
}
.banner-slide2 .banner-img-list .banner-img-item:nth-child(3)  .banner-img{
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    width: 42px;
} 
.banner-img-item:hover .banner-img{
    -webkit-animation: dropUD 6s ease infinite;
            animation: dropUD 6s ease infinite;
}
@-webkit-keyframes dropUD{
    0%{
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%{
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}
@keyframes dropUD{
    0%{
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%{
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}


.com_crumb{
    color: #333333;
    margin: 24px 0;
}
.com_crumb .com_crumb_link::after{border-color: #333333;}



.koubei-main{
    margin-top: 44px;
    margin-bottom: 0;
}
.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;
    border: 1px solid #DADADA;
    border-radius: 6px;
    color: #333;
    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); color: #fff;
}
.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;
    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: 490px;
    display: none;
    padding-left: 670px;
    background-position: left center;
    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-show-item .btns{
    /* display: flex; */
    margin-top: 36px;
}
.koubei-show-item .btn-theme2{
    border: 2px solid #3269FF;
    border-radius: 6px;
    padding: 12px 0;
    background-color: #fff;
    color: #3269FF;
}
.koubei-main .btn{
    width: 140px;
    margin:0 24px 0 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.koubei-show-item1{
    background-image: url(/public/img/koubei/koubei-l1.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/koubei/koubei-l2.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/koubei/koubei-l3.png);
}
.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;
}



.core-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 48px -12px 14px;
}
.core-item{
    padding: 24px; min-width: 280px;
    border: 1px solid #DADADA;
    border-radius: 12px;
    margin: 0 12px;
    height: 180px;
    background-position: 350px center ;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background-color ease .3s;
    transition: background-color ease .3s;
    overflow: hidden;
}
.core-item:nth-child(1){ background-image: url(/public/img/koubei/core-i1.png);}
.core-item:nth-child(2){ background-image: url(/public/img/koubei/core-i2.png);}
.core-item:nth-child(3){ background-image: url(/public/img/koubei/core-i3.png);}
.core-item:nth-child(4){ background-image: url(/public/img/koubei/core-i4.png);}
.core-item:hover{background-position: center;background-color: #3269FF;-webkit-transition: background-position ease .8s;transition: background-position ease .8s;}
.core-i-name{
    font-size: 24px;
    color: #000000;
    line-height: 1;
}
.core-i-tags{
    margin: 13px -4px 20px; display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-transition: margin-top ease .5s;
    transition: margin-top ease .5s;
}
.core-i-tag{
    font-size: 16px;
    color: #666666;
    line-height: 1;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    padding: 4px 7px;
    margin: 0 4px;
    word-break: keep-all;
}
.core-i-info{
    width: 232px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.core-item:hover .core-i-name{color: #fff;}
.core-item:hover .core-i-tags{margin-top: 56px;}
.core-item:hover .core-i-tag{background-color: rgba(255, 255, 255, .1);color: #fff;}
.core-item:hover .core-i-info{display: none;}

.adv-show-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    margin-top: 64px;
}
.adv-show-item-title{
    font-size: 24px;
    margin: 36px 0 12px;
    font-weight: bold;
    color: #000000;
    line-height: 1;
}
.adv-show-item-desc{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    width: 260px;
}



.yingx-nav-cont{
    margin-top: 64px;
    font-size: 18px;
    color: #000000;
    line-height: 1;
    margin-bottom: 60px;
    text-align: center;
}
.yingx-nav-item{
    display: inline-block;
    margin: 0 56px;
    position: relative;
    cursor: pointer;
}
.yingx-nav-item.active,.yingx-nav-item:hover{
    font-weight: 600;
    color: #3269FF;
}
.yingx-nav-item.active::after{
    content: "";
    bottom: -12px;
    position: absolute;
    width: 36px;
    height: 4px;
    background: #3269FF;
    left: 0;
    border-radius: 2px;
}
.yingx-show-item{
    display: none;
}
.yingx-show-item.active{
    display: block;
}
.yingx-show-item .container{
    width: 1160px;
    margin-bottom: 48px;
}
.yingx-img-cont{
    width: 200px;
    height: 275px;
    background: #3269FF;
    border-radius: 6px 0 0 6px;
    margin-top: 30px;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
}
.yingx-img-cont .yingx-img{
    width: 80px;
    height: 80px;
    margin-bottom: 36px;
}

.yingx-show-item-cont{
    width: 960px;
    float: right;
    height: 305px;
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 12px 12px 12px 0px;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.yingx-show-t{
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    margin-bottom: 30px;
}
.yingx-show-t::before,.yingx-show-t::after{
    position: absolute;
    content: "";
    width: 10px; height: 8px;
    display: block;
}
.yingx-show-t::before{
    left: -42px; top: -10px;
    background: url(/public/img/koubei/icon-quote1.png) no-repeat center / contain;
}
.yingx-show-t::after{
    background: url(/public/img/koubei/icon-quote2.png) no-repeat center / contain;
    right: -42px; top: -10px;
}
.yingx-show-info{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    width: 810px;
}
.yingx-section .btn{
    width: 120px;margin: 0 auto 80px;
}


.start-section{
    padding: 84px 0;
    background-color: #3269FF;
    background-image: url(/public/img/koubei/dot-bg.png);
    background-position: center;
}
.start-section .section-title{
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 28px;
}
.start-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.start-main .btn{
    width: 160px;
    height: 48px;
    border-radius: 6px;
    font-weight: bold;
    margin: 0 6px;
    font-size: 14px;
    cursor: pointer;
}
.start-main .btn-link{
    width: 160px;
    height: 48px;
    background: #FFFFFF;
    color: #3269FF;
    line-height: 48px;
}
.start-main div.btn{
    background: rgba(50,105,255,0);
    border: 2px solid #FFFFFF;
    color: #FEFEFE;
    line-height: 44px;
}
.start-main .btn:hover{
    -webkit-box-shadow: 4px 6px 0px 0px #003fec;
            box-shadow: 4px 6px 0px 0px #003fec;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}


@media (max-width: 768px){
    .section-title{
        font-size: 24px;
        margin-top: 28px;
        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;
        text-align: center;
    }
    .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-slide1{
        background-image: url(/public/img/koubei/banner-bg1-m.png);
    }
    .banner-slide2{
        background-image: url(/public/img/koubei/banner-bg2-m.png);
    }
    .banner-slide2 .banner-desc{
        margin:0 auto 203px
    }
    .banner-slide2 .container{position: relative;}
    .banner-slide2 .banner-img-list{
        position: absolute;
        right: 0; top: 225px;left: 0; 
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .banner-slide2 .banner-img-list .banner-img-item{
        width: 102px;
        margin: 0;
        padding-top: 90px;
        font-size: 15px;
        line-height: 1;
    }
    .banner-slide2 .banner-img-list .banner-img-item .banner-img{
        width: 30px;
        bottom: 66px;
    }
    .banner-slide2 .banner-img-list .banner-img-item:nth-child(1)  .banner-img{
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
        width: 38px;
    }
    .banner-slide2 .banner-img-list .banner-img-item:nth-child(2)  .banner-img{
        -webkit-animation-delay: 2s;
                animation-delay: 2s;
        width: 33px;
    }
    .banner-slide2 .banner-img-list .banner-img-item:nth-child(3)  .banner-img{
        -webkit-animation-delay: 3s;
                animation-delay: 3s;
        width: 22px;
    } 
    @-webkit-keyframes dropUD{
        0%{
            -webkit-transform: translateY(0);
                    transform: translateY(0);
        }
        50%{
            -webkit-transform: translateY(-4px);
                    transform: translateY(-4px);
        }
    } 
    @keyframes dropUD{
        0%{
            -webkit-transform: translateY(0);
                    transform: translateY(0);
        }
        50%{
            -webkit-transform: translateY(-4px);
                    transform: translateY(-4px);
        }
    }


    .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: #fff;
        border: 1px solid #DADADA;
        border-bottom: none;
        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: #fff;
        border: 1px solid #DADADA;
        border-top: none;
        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;
    }
    .koubei-show-item .btns{
        margin: 18px auto; text-align: center;
    }
    .koubei-main .btn{
        margin: 0 12px;
    }




    
    .core-main{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 16px 0 12px;
    }
    .core-item{
        border-radius: 6px;
        margin: 9px 0;
        height: 128px;
        background-position: 100vw center;
        background-size: contain;
    }
    .core-i-name{
        font-size: 18px;
    }
    .core-i-tags{
        margin: 12px -3px 16px; 
    }
    .core-i-tag{
        font-size: 12px;
        border-radius: 1px;
        padding: 2px 10px;
        margin: 0 3px;
    }
    .core-i-info{
        width: auto;
        font-size: 15px;
        line-height: 18px;
    }
    .core-item:hover .core-i-tags{margin-top: 36px;}
    .core-item:hover .core-i-tag{padding: 8px 16px;}
    .core-item:hover{background-position: right center;}


    .adv-show-cont{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 32px;
    }
    .adv-show-item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: justify;
        margin-bottom: 21px;
        padding: 0 20px;
    }
    .adv-show-item .adv-show-img{
        width: 24px;
        height: 24px;
        margin-right: 18px;
    }
    .adv-show-item-title{
        font-size: 15px;
        margin: 0 0 12px;
    }
    .adv-show-item-desc{
        font-size: 12px;
        line-height: 18px;
        width: auto;
    }
    
    


    .yingx-nav-cont{
        margin-top: 24px;
        font-size: 15px;
        margin-bottom: 38px;
    }
    .yingx-nav-item{
        margin: 0 40px;
    }
    .yingx-nav-item.active::after{
        bottom: -6px;
        width: 28px;
        height: 2px;
    }
    .yingx-show-item .container{
        width: auto;
        margin-bottom: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .yingx-img-cont{
        width: 315px;
        height: 130px;
        border-radius: 3px 3px 0 0;
        margin: 0 auto;
        font-size: 15px;
    }
    .yingx-img-cont .yingx-img{
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }
    .yingx-show-item-cont{
        width: auto;
        float: none;
        height: 240px;
        border-radius: 6px;
    }
    .yingx-show-t{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px;
        width: 220px;
        text-align: center;
    }
    .yingx-show-t::before,.yingx-show-t::after{
        width: 5px; height: 4px;
    }
    .yingx-show-t::before{
        left: -18px; top: -3px;
    }
    .yingx-show-t::after{
        right: -18px; top: -3px;
    }
    .yingx-show-info{
        font-size: 12px;
        line-height: 20px;
        width: 300px;
        text-align: justify;
    }
    .yingx-section .btn{
        width: 90px;margin: 0 auto 50px;
    }
    
    

    .start-section{
        padding: 40px 0;
    }
    .start-section .section-title{
        font-size: 24px; padding: 0;
        margin: 0 0 18px;
    }
    .start-section .section-title::after{
        content: none;
    }
    .start-main .btn{
        width: 120px;
        height: 32px;
        border-radius: 3px;
        font-size: 12px;
    }
    .start-main .btn-link{
        width: 90px;
        height: 32px;
        line-height: 32px;
    }
    .start-main div.btn{
        border: 1px solid #FFFFFF;
        line-height: 30px;
    }
    .start-main .btn:hover{
        -webkit-box-shadow: 2px 3px 0px 0px #003fec;
                box-shadow: 2px 3px 0px 0px #003fec;
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
    }
}