.app_item {
    margin-top: 32px
}

.app_item:first-child {
    margin-top: 0
}

.asia_mian {
    --img-w: 415px;
    --img-w: calc((649 / 14.8) * 1%);
    --pd: 42px;
    margin-top: 36px
}

.asia_mian .img {
    width: var(--img-w);
    height: auto;
    margin-right: var(--pd)
}

.asia_mian .info {
    width: calc(100% - var(--img-w) - var(--pd))
}

.asia_mian .info .tit {
    font-family: Work Sans, Work Sans;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 32px
}

.asia_mian .info .desc {
    font-family: Work Sans, Work Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin: 30px 0;
}

.asia_mian .info .desc strong {
    font-size: 20px;
    color: #333
}

.asia_mian .info .desc p {
    margin-top: 30px
}

.asia_mian .info .desc p:first-child {
    margin-top: 0
}

.mar30{
    margin-top: 30px;
}

.righ{
    margin-top: 20px;
}


.con_po {
    background: linear-gradient(to bottom, #fff 50%, #fafafa 50%);
}.quote_inner {
    max-width: 1160px;
    margin: 0 auto;
    background: var(--commonColor);
    border-radius: 120px 12px 120px 12px;
    padding: 5%;
    box-sizing: border-box;
}

.quote_inner .web_th {
    width: 72%;
}

.quote_inner .web_th .title {
    color: #fff;
    text-align: left;font-size: 32px;
    font-family: "Work Sans-Bold";
}
.quote_inner .web_th .brief {
    color: #fff;
    text-align: left;
    line-height: 2;
    margin-top: 2px;
}
.quote_btn .pubMoreBg {
    width: auto;
    height: 64px;
    border-radius: 50px;
    font-size: 20px;
    font-family: "Work Sans-Bold";
    line-height: 64px;
    background: #fff;
    color: #333;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 36px;
}
.quote_btn .pubMoreBg::before {
    border-radius: 50px;
    background: var(--commonColor);
    border-color: #fff;
    color: var(--commonColor);
}
.quote_btn .pubMoreBg:hover {
    color: #fff;
}

.fafafa{
        background: #fafafa;
}



.how{
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    margin: 30px 0;
}
.how .hList{
    width: 31%;
   
    margin: 0 auto;
    padding: 20px 0;
}

.how .tit{
    font-family: Work Sans, Work Sans;
font-weight: 600;
font-size: 18px;
color: #333333;
line-height: 28px;position: relative;
}
.how .tit::before{
        background: url(../img/vector.png) no-repeat center / contain;
    content: "";
    display: block;
    width: 20px;
    height: 18px;
    position: absolute;
    left: -23px;
    top: 7px;
    
    
}

.how .desc{
font-family: Work Sans, Work Sans;
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 28px;
}




.swiper_solution {
    margin-top: 40px;
}.solution-prev, .solution-next {
    display: none;
}.solution_inner .swiper-slide {
    width: 23.5%; 
    margin:0 0.5%;
    transition: all 0.5s 
ease;border-radius: 5px;
    overflow: hidden;
}.home_solu_item {
    position: relative;
}
.home_solu_item::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background: linear-gradient(to top, rgba(1, 44, 77, 0.8), transparent);
    content: '';
    z-index: 2;
}.home_solu_item .solu_pic {
    height: 480px;
    z-index: 1;
}.home_solu_item .solu_pic::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .26);
    z-index: 1;
}
.pubPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_solu_info {
    position: absolute;
    z-index: 3;
    text-align: center;
    padding: 0 20px 5%;
    color: #fff;
    width: 100%;
    bottom: 10px;
}.home_solu_info .title {
    font-family: 'Work Sans-Bold';
    line-height: 24px;
    margin: 10px 0;
    position: relative;
    max-height: 53px;
    overflow: hidden;
    padding: 0 0 8px;
}.home_solu_info .brief {
    line-height: 28px;
    height: 0;
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
}

.solution_inner .swiper-slide:hover {
    width: 43%;
}.solution_inner .swiper-slide:hover .home_solu_item::before {
    height: 100%;
}.solution_inner .swiper-slide:hover .home_solu_item .solu_pic::before {
    height: 0;
}
.solution_inner .swiper-slide:hover .home_solu_info .brief {
    height: unset;
    overflow: unset;
}
.solution_inner:hover .swiper-slide {
    width: 17%;
}

.solution_inner .swiper-slide:hover {
    width: 43%;
}





@media screen and (max-width:950px) {
    .web_th .title {
        font-size: 26px
    }

    .type_info_item {
        order: 2
    }

    .box_1027_1 .lll {
        height: 0;
        padding-bottom: 70%;
        position: relative
    }

    .box_1027_1 .rrr {
        width: 100%;
        margin: 0;
        padding: 30px
    }

    .asia_mian {
        flex-wrap: wrap
    }

    .asia_mian .img,
    .asia_mian .info {
        width: 100%
    }

    .asia_mian .img {
        padding-bottom: 61%;
        margin: 0
    }

    .asia_mian .info {
        margin-top: 20px
    }


.asia_mian .info .desc{
    margin: 10px 0;
}

.how .hList {
    width: 100%;padding:0 25px ;
}






   .quote_inner {
        flex-direction: column;
        border-radius: 80px 25px 80px 25px;
        padding: 34px 20px 40px;
    }
    .quote_inner .web_th {
        width: 100%;
    }    .quote_btn {
        margin-top: 15px;
    }


.swiper_solution  .swiper-slide{
    margin-right: 17px !important;
}


}