.hz_box{
    background-color: #f6f7fe;
    border-radius: 10px;
    text-align: center;
}
.hz_box img{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.hz_box p{
    padding: 10px;
}

.system{
    padding: 3% 0 3%;
}

.system .p1{
    font-size: 20px;
    line-height: 50px;
}

.system p{
    font-size: 16px;
    color: #666666;
}

.system .system_box{
    margin: 5%;
}

.solution{
    padding: 3% 0 3%;
}

.solution .center{
    margin: 30px;
}

.solution .radius{
    background: #0e87f0;
    border-radius: 50px;
    color: #ffffff;
    padding: 10px;
    line-height: 10px;
    font-size: 16px;
}

.program{
    background: #F4F5F9;
    padding: 3% 0 3%;
}
.partners{
    padding: 3% 0 3%;
}
.video{
    background: #F4F5F9;
    padding: 3% 0 3%;
}
.video .m_v{
    width: 100%;
}
.video .m_p1{
    font-size: 22px;
    line-height: 50px;
}
.video .m_p2{
    font-size: 16px;
}

.thumbs {
    width: 100%;
    height: 45px;
    margin: auto;
    text-align: center;
    /*border-bottom: solid 4px #e9eaed;*/
    display: flex;
    justify-content: space-between;
    overflow: visible;
    position: relative
}

.thumbs .swiper-wrapper {
    position: absolute;
    /*bottom: -4px;*/
    left: 0;
    z-index: 1
}

.thumbs .item {
    cursor: pointer;
    font-size: 18px;
    color: #333;
    padding-bottom: 20px
}

.thumbs .item.swiper-slide-thumb-active {
    color: #6d90f5;
    font-weight: 700;
    border-bottom: solid 4px #6d90f5
}

.principal {
    padding-top: 65px;
}
.principal .box {
    width: 80%;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 1%;
    margin-top: 3%;
}

.principal .box .step {
    width: 57%;
    height: 230px;
    /*box-shadow: 0px 0px 10px 0px rgba(66, 65, 65, 0.17);*/
    background: #fff;
    border-radius: 20px;
    padding: 87px 97px 0 67px;
    position: relative
}

.principal .box .step .number {
    position: absolute;
    left: 67px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 80px;
    /*color: #d6dffb;*/
    color: #0e87f0;
    font-weight: 500;
    /*font-weight: 700*/
}

.principal .box .step .title {
    font-size: 30px;
    color: #333;
    font-weight: 700
}

.principal .box .step .describe {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    padding-top: 20px
}

.principal .swiper-button-prev,
.principal .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url(../image/left.png) no-repeat center/cover
}

.principal .swiper-button-next {
    background: url(../image/right.png) no-repeat center/cover
}


.mobile{
    padding-top: 0.933rem;
    position: relative;
    padding-bottom: 1.97rem;
}

.mobile .item img{
    display: block;
    width: 22.20rem;
    height: 15.20rem;
    margin: auto;
    margin-bottom: .96rem
}

.mobile .item .title{
    font-size: .4rem;
    color: #333;
    font-weight: 700;
    margin-bottom: .2rem;
    text-align: center;
}

.mobile .item .describe{
    font-size: .32rem;
    color: #666;
    text-align: center;
}
.mobile .swiper-slide{
    width: 100%!important;
}
.mobile .swiper-pagination2{
    position: absolute;
    bottom: 0.586rem;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.mobile .swiper-pagination-bullet-active {
    background: #5a7ee6 !important;
}
.mobile .swiper-pagination-bullet {
    width: 3rem !important;
    height: 0.2rem !important;
    border-radius: 0 !important;
    border: none !important;
    background: #ced7f2 !important;
    margin: 0 0.14rem;
}
.mobile .item .title {
    font-size: 1rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 0.2rem;
    text-align: center;
}

.mobile .item .describe {
    font-size: 0.52rem;
    color: #666;
    text-align: center;
}

.content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /*padding-top: 65px;*/
    /*padding-bottom: 50px;*/
    justify-content: space-between
}

.content .solution {
    width: 200px;
    padding-top: 30px
}

.content .solution .title {
    font-size: 18px;
    color: #5a7ee6;
    line-height: 50px;
    font-weight: 700
}

.content .solution .describe {
    font-size: 16px;
    color: #666;
    line-height: 22px
}

.swiper-box{
    padding-top: .533rem;
    padding-bottom: 1.21rem;
}

.swiper-box .swiper-slide .item{
    width: 90%;
    height: 3.8rem;
    background: #f7f5f5;
    margin: 0 auto .3rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display:flex;
    align-items: center;
    transform: skewX(-15deg);
    border-radius: .15rem;
    box-shadow: 0.01rem 0.1rem 0.05rem #E3E2EB;
    box-sizing: border-box;
    padding-right: .66rem;
}

.swiper-box .number{
    font-size: 1.8rem;
    color: #b8bee4;
    margin-left: .573rem;
}

.swiper-box .txt-box{
    margin-left: .253rem;
}

.swiper-box .swiper-slide .item .txt-box .title{
    color: #5a7ee6;
    font-size: 0.92rem;
    line-height: 1.5rem;
    text-shadow: 2px 2px 2px #ccc;
}

.swiper-box .swiper-slide .item .txt-box .describe{
    color: #666666;
    font-size: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-shadow: 2px 2px 2px #ccc;
}

.xcx_mobile .swiper-slide{
    width: 100% !important;
}

@media (max-width: 767px) {
    .mobile{
        display: block!important;
    }
    .computer{
        display: none!important;
    }
    .xcx_mobile{
        display: block!important;
    }
    .xcx_pc{
        display: none!important;
    }
    .system .p1{
        font-size: 18px!important;
    }
    .system p{
        font-size: 14px!important;
    }
    .video .m_p1 {
        font-size: 18px!important;
    }
    .video .m_p2 {
        font-size: 14px!important;
    }
}
@media (min-width: 992px){
    .mobile{
        display: none!important;
    }
    .computer{
        display: block!important;
    }
    .xcx_mobile{
        display: none!important;
    }
    .xcx_pc{
        display: block!important;
    }
}