/*初始化*/
*{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #101010;
}
/*顶部*/
.header {
    height: 4.375rem;
    line-height: 4.375rem;
    display: flex;
    /*justify-content: space-around;*/
    justify-content: center;
}
.header .guide{
    margin: 0 210px;
}
/*logo*/
.header img {
    width: 9.375rem;
    margin-top: 0.625rem;
}
/*向导链接*/
.header .guide a{
    font-size: 1.125rem;
    font-weight: 400;
    margin-right: 2.5rem;
}
.header .guide a:nth-of-type(1){
    color: #108ee9;
}
.header .guide a:hover{
    color: #108ee9;
}
/*业务按钮*/
.header .buttonGroup button{
    width: 7.5rem;
    height: 2.5rem;
    border: 0.0625rem solid #108ee9;
    border-radius: 0.3125rem;
    font-size: 1rem;
    cursor: pointer;
}
.header .buttonGroup .login{
    margin-right: 1.25rem;
    background: #ffffff;
    color: #108ee9;
}
.header .buttonGroup .free{
    background: #108ee9;
    color: #ffffff;
}

/*中部*/
/*轮播图*/
.swiper{
    width: 100%;
    height: 100%;
}

.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination{
    margin-bottom: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}


.swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #ffffff;
}

.main{
    width: 100%;
    height: 100%;
}

.main .swiper .swiperText{
    position: absolute;
    top: 0;
    margin: 10% 0 0 20%;
    /*margin: 10% 0 0 20%;*/
    /*top: 13.125rem;
    left: 22.5rem;*/
    z-index: 999;
    color: #ffffff;
}
.main .swiper .swiperText .info{
    display: inline-block;
    background: #ff4800;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 1.875rem;
    margin-top: 1.25rem;
    padding: 0.875rem 2.625rem;
}
.main .swiper .swiperText .title img{
    /*font-size: 3.75rem;*/
    /*font-weight: 700;*/
    /*margin: 2.5rem 0;*/
    width: 50%;
}

.main .swiper .swiperText .content{
    font-size:1.625rem;
    margin-bottom: 0.625rem
}

.main .swiper .swiperText .content,.main .swiper .swiperText .info{
    margin-left: 120px;
}

/*产品介绍*/

/*顶部介绍*/
.main .goods .top{
    display: flex;
    justify-content: center;
    margin:5rem 0 5rem;
}
.main .goods .top>div{
    text-align:center;
}
.main .goods .top>div:nth-of-type(1){
    margin-right: 15rem;
}
.main .goods .top>div img{
    width: 13.75rem;
}
.main .goods .top>div .title{
    font-size: 1.75rem;
    margin: 0.625rem 0;
}
.main .goods .top>div .text{
    font-size: 1.125rem;
    color: #999999;
    margin-bottom: 10px;
}

/*中部介绍*/
.main .goods .main{
    background: url("https://oss.cunyu.co/cdn/landing_page/bubble.png");
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 6.25rem;
}

.main .goods .main .introduce .image,.main .goods .main .introduce .infoBox{
    margin-right: 2%;
}

.main .goods .main .introduce .infoBox .info .title{
    font-size: 1.75rem;
    /*font-weight: 200;*/
    margin-bottom: 1.5625rem;
}
.main .goods .main .introduce .infoBox .info .text{
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
    font-weight: 400;
    color: #AEAEAE;
}
.main .goods .main .introduce .infoBox .info .content{
    font-size: 1rem;
    margin-bottom: 0.625rem;
}

.main .goods .main .introduce .image img{
    width: 100%;
}

/*按钮 立即体验*/
.main .goods .main .introduce .infoBox .button{
    width: 10rem;
    height: 3.125rem;
    background: #ffffff;
    color: #108ee9;
    border: 0.0625rem solid #108ee9;
    border-radius: 0.3125rem;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 1.25rem
}

/*内容*/
.main .goods .main .introduce .infoBox .info{
    text-align: left;
}

.main .goods .main .introduce{
    width:75%;
    display:flex;
    justify-content:space-around;
    align-items: center;
    margin-top: 6.25rem;
}

/*底部介绍*/

.main .goods .footer .title{
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    color: #101010;
}

/* pc端 */
.main .goods .footer .pc_box{
    display: block;
}

.pc_box .pc .info_box img{
    width: 100%;
}

.main .goods .footer .pc_box .pc .info_box .info .info_title{
    font-size: 28px;
    margin-bottom: 15px;
}
.main .goods .footer .pc_box .pc .info_box .info .info_text{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
}

.main .goods .footer .pc_box .pc .info_box .info{
    position: absolute;
    left: 25px;
    bottom: 15px;
}

.main .goods .footer .pc_box .pc .info_box{
    margin:0 20px;
    color: #ffffff;
    position: relative;
}

.main .goods .footer .pc_box .pc{
    display: flex;
    justify-content: center;
}

/* 移动端 */
.main .goods .footer .mobile_box{
    display: none;
}

.main .goods .footer .mobile_box .mobile .info_box img{
    width: 44px;
}
.main .goods .footer .mobile_box .mobile .info_box .info{
    margin-top: 5px;
}

.main .goods .footer .mobile_box .mobile .info_box{
    margin: 0 30px;
}

.main .goods .footer .mobile_box .mobile{
    display: flex;
    justify-content: center;
    text-align: center;
}

/*按钮 立即体验*/
.main .goods .footer .button{
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ffffff;
    color: #108ee9;
    border: 0.0625rem solid #108ee9;
    border-radius: 0.3125rem;
    font-size: 1rem;
    cursor: pointer;
    margin: 60px auto 0;
}

.main .goods .footer{
    margin-bottom: 100px;
}

/*行业通用*/

.main .industry .title{
    color: #101010;
    font-size: 28px;
    text-align: center;
    padding: 100px 0 60px;
}

.main .industry .industry_box .industry_title{
    position: absolute;
    color: #ffffff;
    left: 10px;
    bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}

.main .industry .industry_box .industry_item{
    position: relative;
    margin: 11px;
}

.main .industry .industry_box .industry_info{
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* pc端 */
.main .industry .industry_box{
    display: flex;
    justify-content: center;
}

/*按钮 立即体验*/
.main .industry .button{
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ffffff;
    color: #108ee9;
    border: 0.0625rem solid #108ee9;
    border-radius: 0.3125rem;
    font-size: 1rem;
    cursor: pointer;
    margin: 60px auto 0;
}

/* 移动端 */
.main .industry .industry_mobile{
    display: none;
}

.main .industry{
    background: #f5f5f5;
    padding-bottom: 100px;
}

.main .industry .industry_mobile .industry_mobile_box .industry_info_mobile .industry_mobile_item{
    width: 170px;
    height: 150px;
    margin-bottom: 10px;
}
.main .industry .industry_mobile .industry_mobile_box .industry_info_mobile .industry_mobile_title{
    text-align: center;
    color: #101010;
    font-size: 18px;
    font-weight: 700;
}

.main .industry .industry_mobile .industry_mobile_box .industry_info_mobile{
    margin-bottom: 30px;
}

.main .industry .industry_mobile .industry_mobile_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}



/*客户评价*/
.client{
    margin-bottom: 100px;
}
.client .title{
    text-align: center;
    font-size: 28px;
    color: #101010;
    margin: 100px auto 40px;
}

.slide-box {
    position: relative;
    margin: 30px auto;
    height: 420px;
    max-width: 1200px;
    min-width: 700px;
    /* background-color: antiquewhite; */
}

.banner-box {
    position: relative;
    height: 100%;
    width: 100%;
}

.banner-item {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 90%;
    background-color: #ffffff;
    box-sizing: border-box;
    /*border-radius: 10px;*/
    border: 1px solid #b4b4b4;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 0;
    /*opacity: 0.5;
    transform: opacity 0.5s;*/
}

.banner-item>img {
    display: block;
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -7%;
}
.banner-item .banner-author{
}
.banner-item .banner-title{
    margin: 3% auto;
    color: #AEAEAE;
}

.banner-item>.banner-text{
    z-index: 100;
    color: #101010;
    padding: 0 50px;
}

.banner-item.left {
    /*left: 0;*/
    left: 40%;
    top: 21px;
    /*transform: translateX(100%);*/
    z-index: 51;
}

.banner-item.right {
    left: 60%;
    top: 21px;
    /*transform: translateX(175%);*/
    z-index: 51;
}

.banner-item.leftLeft {
    height: 80%;
    left: 30%;
    top: 42px;
    /*transform: translateX(65%);*/
    z-index: 50;
}

.banner-item.rightRight {
    height: 80%;
    left: 70%;
    top: 42px;
    /*transform: translateX(210%);*/
    z-index: 50;
}

.banner-item.middle {
    width: 320px;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: 100;
}

.banner-item.middle{
    opacity: 1;
}

.slide-left-btn, .slide-right-btn {
    position: absolute;
    top: 50%;
    z-index: 200;
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-weight: 900;
    color: #b4b4b4;
    border: none;
    background: none;
}

.slide-left-btn:hover, .slide-right-btn:hover {
    color: #fff;
}

.slide-left-btn {
    left: 1%;
}

.slide-right-btn {
    right: 1%;
}

.pagination-box {
    display: none;
    margin-top: 10px;
    width: 100%;
    /*display: flex;*/
    justify-content: center;
}

.pagination-box>span {
    width: 20px;
    height: 6px;
    border-radius: 3px;
    margin: 0 4px;
    background-color: #b4b4b4;
}

.pagination-box>span.chose {
    background-color: #ff4444;
}

/*合作伙伴*/
.coop{
    width: 100%;
    text-align: center;
    margin-bottom: 150px;
}
.coop .coop_title{
    font-size: 28px;
    color: #101010;
    margin-bottom: 50px;
}
.coop .coop_box .coop_item_box{
    display: flex;
    justify-content: center;
}
.coop .coop_box img{
    height: 30px;
    margin: 10px 80px;
}

/*免费注册*/
.free{
    width: 100%;
    height: 250px;
    text-align: center;
    position: relative;
    margin:0 auto 40px ;
    background: url('./image/freeBanner.png') no-repeat center;
}
.free_text{
    width: 100%;
    color: #ffffff;
    position: absolute;
    line-height: 50px;
    font-size: 28px;
    font-weight: bold;
    margin: 3% auto;
}

.free_text button{
    background: #ffe9d2;
    border: none;
    border-radius: 5px;
    padding: 14px 65px;
    cursor: pointer;
}


/*底部*/
.bodyFooter{
    width: 100%;
    height: 246px;
    background: #2d2d2d;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer_content{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.footer_content>div{
    margin: 0 7px;
}
.footer_code{
    margin-top: 30px;
    font-size: 14px;
}
/*产品*/
.footer_good{
    display: flex;
    padding-right: 58px;
}
.footer_good>div{
    margin: 0 20px;
}
.footer_good{
    font-size: 16px;
    color: #ffffff;
}
.footer_good .good_title{
    font-weight: bold;
    font-size: 18px;
    color: #AEAEAE;
    margin-bottom: 20px;
}
.footer_good_item .good_item,.footer_good_help .good_item{
    cursor: pointer;
    line-height: 30px;
}
/*二维码 QR*/
.footer_QRCode{
    display: flex;
    text-align: center;
}
.footer_QRCode>div{
    /*margin:0 10px;*/
    margin:0 30px;
}
.footer_QRCode img {
    width: 120px;
}

/* 动态二维码 加工样式 */
.footer_QRCode #qrcode {
    position: relative;
}

.footer_QRCode #qrcode img {
    width: 100px;
}

.footer_QRCode #qrcode #qrcodeLogo {
    width: 30px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    top: 45px;
    left: 45px;
}

.footer_QRCode #qrcode #qrcodeLogo img {
    width: 30px;
}

/*响应式布局*/
@media screen and (max-width: 992px){

    .main .swiper .swiperText{
        position: absolute;
        top: 0;
        margin: 0 0 0 20%;
        /*top: 13.125rem;
        left: 22.5rem;*/
        z-index: 999;
        color: #ffffff;
    }

    .main .swiper .swiperText .title{
        font-size: 36px;
        font-weight: 700;
        margin: 20px 0;
    }

    .main .goods .top>div:nth-of-type(1){
        margin-right: 50px;
    }

    .main .goods .main .introduce .infoBox{
        width: 100%;
    }

    .main .goods .main .introduce .image, .main .goods .main .introduce .infoBox{
        margin-right: 5%;
    }

    .main .goods .main .introduce .infoBox .info .title{
        font-size: 20px;
    }

    .main .goods .main .introduce .infoBox .info .text{
        font-size: 16px;
    }


}
@media screen and (max-width: 767px){
    /*html,body{
        width: 375px;
    }*/
    /*顶部*/
    .header{
        justify-content: space-around;
    }
    .header .guide{
        display: none;
    }
    .header .buttonGroup .free{
        display: none;
    }


/*中部*/

    .main .swiper .swiper-slide img {
        width: 200%;
    }
    .main .swiper .swiper-slide{
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .swiper-pagination-bullet{
        width: 0.625rem;
        height: 10px;
        margin-left: 20px;
    }

    .swiper-pagination{
        margin-bottom: 0.3125rem;
    }

    .main .swiper .swiperText{
        margin-top: 8%;
        text-align: center;
    }

    .main .swiper .swiperText .title{
        font-size: 36px;
        font-weight: 700;
        margin: 0 0 20px;
    }
    .main .swiper .swiperText .content{
        font-size:18px;
        margin-bottom: 10px
    }
    .main .swiper .swiperText .info{
        font-size: 18px;
        padding: 14px 25px;
    }

    .main .swiper .swiperText{
        position: absolute;
        top: 0;
        margin-left: 5%;
    }

    .main .swiper .swiperText .title img{
        margin-right: 5%;
        width: 80%;
    }

    .main .swiper .swiperText .content,.main .swiper .swiperText .info{
        margin-left: 0px;
    }

    .main .goods .top> div.title {
        font-size: 24px;
    }
    .main .goods .top> div.text {
        font-size: 16px;
    }
    .main .goods .top >div:nth-of-type(1) {
        margin-right: 0;
    }

    .main .goods .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin: 20px 0;
        padding-bottom: 50px;
        background: #f5f5f5;
    }

    .main .goods .main .introduce .infoBox .info .title{
        font-size: 18px;
        margin-bottom: 0;
    }
    .main .goods .main .introduce .infoBox .info .text{
        font-size: 14px;
        margin: 10px 0;
    }
    .main .goods .main .introduce .infoBox .info .content{
        display:none;
    }
    .main .goods .main .introduce .infoBox .info{
        margin-top: 0;
    }

    .main .goods .main .introduce .infoBox {
        width: revert;
    }

    /*按钮 立即体验*/
    .main .goods .main .introduce .infoBox .button{
        width: 125px;
        height: 35px;
        margin-top: 0;
    }

    .main .goods .main .introduce .image img{
        width: 170px;
        height: 100px;
    }

    .main .goods .main .introduce{
        width:90%;
        margin-top: 50px;
    }

    .main .goods .main .introduce:nth-of-type(2) .infoBox{
        margin-left: 20px;
    }

    /*中部介绍*/
    .main .goods .main{
        background: none;
    }

    .main .goods .footer .pc_box{
        display: none;
    }
    .main .goods .footer .mobile_box{
        display: block;
    }
    .main .goods .footer .button{
        margin: 40px auto 60px;
    }

    /*通用行业*/
    .main .industry{
        /*padding-bottom: 0;*/
    }

    .main .industry .title{
        padding: 60px 0 40px;
    }
    .main .industry .industry_box{
        display: none;
    }
    .main .industry .industry_mobile{
        display: block;
    }
    .main .industry .button{
        margin: 0 auto;
    }
    /*客户评价*/
    .client{
        /*margin-top: 200px;*/
        margin-bottom: 0;
        height: 410px;
    }

    .client .title{
        margin: 20px auto;
    }

    .slide-box {
        max-width: 375px;
        min-width: 375px;
    }

    .banner-item{
        width: 200px;
        height: 60%;
        top: 0;
    }

    .banner-item.middle {
        width: 170px;
        height: 70%;
        z-index: 100;
        top: 0;
    }

    .banner-item.left {
        left: 0;
        top: 21px;
        transform: translateX(27%);
        z-index: 51;
    }

    .banner-item.right {
        left: 0;
        top: 21px;
        transform: translateX(63%);
        z-index: 51;
    }

    .banner-item.leftLeft {
        height: 50%;
        left: 0;
        top: 42px;
        transform: translateX(5%);
        z-index: 50;
        font-size: 12px;
    }

    .banner-item.rightRight {
        height: 50%;
        left: 0;
        top: 42px;
        transform: translateX(85%);
        z-index: 50;
        font-size: 12px;
    }

    .banner-item>img {
        width: 48px;
        height: 48px;
    }

    .banner-item .banner-title{
        margin: 3% auto;
    }

    .banner-item>.banner-text{
        font-size: 12px;
        z-index: 100;
        color: #101010;
        padding: 0 10px;
    }

    .coop{
        margin-bottom: 50px;
    }

    .coop .coop_title{
        margin-bottom: 20px;
    }

    .coop .coop_box img{
        height: 20px;
        margin: 10px 10px;
    }

    /*免费注册*/
    .free{
        width: 375px;
        text-align: center;
        position: relative;
        margin:0 auto 40px ;
        background-position: 50% 50%;
    }
    .free_text{
        color: #ffffff;
        position: absolute;
        top: 20%;
        line-height: 50px;
        font-size: 28px;
        font-weight: bold;
    }

    .free_text button{
        background: #ffe9d2;
        border: none;
        border-radius: 5px;
        padding: 14px 65px;
        cursor: pointer;
    }


/*底部*/
    .bodyFooter{
        display: block;
        height: 175px;
    }
    .footer_good{
        display: none;
    }

    .footer_content .footer_QRCode{
        margin: 30px auto 0;
    }

    .footer_QRCode>div{
        margin:0 25px;
    }

    .footer_QRCode img {
        /*width: 80px;*/
    }
    .QRCode_text{
        font-size: 12px;
    }
    .footer_code{
        margin-top: 20px;
        text-align: center;
        font-size: 12px;
    }

}
