.app_item {
    margin-top: 32px
}

.app_item:first-child {
    margin-top: 0
}

.asia_mian {
    --img-w: 415px;
    --img-w: calc((696 / 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: 32px;
    margin: 35px 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
}

.innerPro_type {
    background: unset;
    padding: calc((120 / 19.2) * 1%) 0;
    margin: 0
}

.web_th .title {
    font-size: 36px
}

.innerPro_type2 {
    background: #fafafa
}

.type_item:nth-child(even) .type_pic_item {
    order: 2
}

.type_item:nth-child(odd) .type_info_item {
    order: 2
}

.li_style {
    margin-top: 40px
}

.li_style li {
    margin-top: 16px
}

.li_style li.column span {
    display: block
}

.li_style li span {
    color: #333;
    font-weight: bold
}


.com_pd {
    padding: calc((120 / 19.2) * 1%) 0
}

.web_th .title.l0 .txt::before {
    left: 0;
    margin: 0
}





.cells {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: flex-end
}

.cells .prev {
    margin-right: 27px;
    transform: rotate(90deg)
}

.cells .next {
    transform: rotate(-90deg)
}

.cells .com_pn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--commonColor);
    box-shadow: 0 0 0 8px rgba(2, 103, 179, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s all ease
}

.cells .com_pn::before {
    position: relative;
    content: "";
    display: block;
    border-top: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 2px
}


.cells .swiper-pagination-progressbar {
    width: 100%;
    height: 2px;    position: unset;
    margin-right: 30px
}

.cells .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--commonColor)
}


.box4_swiper {
  height: unset;
    overflow: hidden;
    align-items: center;
    --l-w: 446px;
    --l-w: calc((446 / 11.36) * 1%);
    --pd: 50px;
}


.flex_main .lll {
    width: var(--l-w);
}.rrr .title {
    font-family: Work Sans;
    font-weight: bold;
    font-size: 24px;
    color: var(--commonColor);
    line-height: 36px;
}.rrr .desc {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 16px;
}
.flex_main .lll {
    padding-bottom: calc((315 / 11.36) * 1%);
    border-radius: 8px 8px 8px 8px;
}
.cells {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
}
.cells .swiper-button-prev, .cells .swiper-button-next {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    background: #333;
    flex-shrink: 0;    position: unset;margin-left: 5px;
}
/* .cells .swiper-button-prev{
    margin-right: 32px;
} */
.cells .swiper-button-prev:hover, .cells .swiper-button-next:hover {
    background: var(--commonColor);
}

.cells .swiper-pagination {
    width: 468px;
    height: 3px;
}
.hr_seiper {
    margin-top: 45px;
}
.jr_icon{
    width: 100%;
    max-width: 950px;
    margin: 50px auto  20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}.jr_icon::before{
    content: '';
    position: absolute;
    height: 2px;width: 100%;
    border-bottom: 1px dashed #CDCED0  ;
    top: 50%;z-index: 0;
}
.jr_icon span{
    padding: 13px;
    border-radius: 50%;z-index: 1;
    background-color: #333;    display: inline-block;
}
.jr_icon span:hover{
     background-color: #0267B3 ;  
}
.jr_icon .avt{
   background-color: #0267B3 ;  
}

.swiper_solution {
    margin-top: 40px;
}


.solution_inner .swiper-slide {
    width: 25%;    transition: all 0.5s 
ease;
}
.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;
}

.home_solu_info {
    position: absolute;
   
    z-index: 3;
    text-align: center;
    padding: 0 20px 5%;
    color: #fff;
    width: 100%;
    bottom: 10px;
}

.home_solu_info .icon {
    height: 64px;
    display: none;
    margin: 0 auto;
}

.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 .title::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 34px;
    margin-left: -17px;
    height: 0;
    border-radius: 5px;
    background: #fff;
    content: '';
}

.home_solu_info .brief {
    line-height: 28px;
    height: 0;
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
    /* max-height: 196px;
    overflow-y: auto; */
}

.solution_inner:hover .swiper-slide {
    width: 18%;
}

.solution_inner .swiper-slide:hover {
    width: 44%;
}

.solution_inner .swiper-slide:hover .home_solu_info .icon {
    display: none;
}

.solution_inner .swiper-slide:hover .home_solu_item .solu_pic::before {
    height: 0;
}

.solution_inner .swiper-slide:hover .home_solu_item::before {
    height: 100%;
}

.solution_inner .swiper-slide:hover .home_solu_info .title::before {
    height: 3px;
}

.solution_inner .swiper-slide:hover .home_solu_info {}

.solution_inner .swiper-slide:hover .home_solu_info .brief {
    height: unset;
    overflow: unset;
}

.solution-prev,
.solution-next {
    display: none;
}

.solution-pagination {
    display: none;
}

.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;
}




/* .type_item:nth-child(even) .type_pic_item {
    order: 2;
}
.type_item:nth-child(odd) .type_pic_item {
    order: 1;
}
 */










@media screen and (max-width:1300px) {
    .asia_mian .img img {
        height: 100%
    }
}

@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: 70%;
        margin: 0
    }

    .asia_mian .info {
        margin-top: 20px
    }
    /* .flex_main .lll{
        width: 100%;
        margin: 0;
        padding: 0;} */
       .flex_main .lll {
        position: relative;
        padding-bottom: 70%;width: 100%;
    }
}