.app_item {
    margin-top: 32px
}

.app_item:first-child {
    margin-top: 0
}

.web_th .title.l0 .txt::before {
    left: 0;
    margin: 0;
}

.asia_mian {
    --img-w: 415px;
    --img-w: calc((700 / 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: 60px 0;
}

.asia_mian .info .desc strong {
    font-size: 20px;
    color: #333
}

.asia_mian .info .desc p {
    margin-top: 10px
}

.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;
}


.tospeed {
    font-family: Work Sans, Work Sans;
    font-weight: 600;
    font-size: 16px;
    /* color: #666666; */
    line-height: 28px;
    margin-top: 25px;
}


.imgthr {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.imgthr .imlist {
    width: 32%;
    padding-bottom: 20%;
    position: relative;

}

.imgthr img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mar30 {
    margin-top: 30px;
}

.righ {
    margin-top: 20px;
}


.box_1027_1 {
    --l-w: calc((920 / 19.2) * 1%);
    --pd: 63px;
    justify-content: unset;
}

.box_1027_1 .lll {
    height: 518px
}

.box_1027_1 .lll img {
    height: 100%
}

.box_1027_1 .rrr {
    background: #fafafa;
    padding: var(--pd);
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}


.flex_main3_1 .rrr {
    width: calc(100% - var(--l-w));
    /* padding-left: calc((100% - 1480px) / 2) */
}



.bg_main {
    margin-top: 3%;
   
background-repeat: no-repeat;
background-position: center;
    padding: 120px 0;
}


.bg_main .web_th .title .txt {
    color: #FFFFFF;
}

.advan_le p {
    border-bottom: 1px dashed #4f6e9c;
    color: #fff;
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 12px;
    font-weight: 600;
    position: relative;
    max-width: 230px;
}

.advan_le p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* 使圆点垂直居中 */
    width: 4px;
    /* 圆点的宽度 */
    height: 4px;
    /* 圆点的高度 */
    border-radius: 50%;
    /* 使其成为圆形 */
    background-color: #fff;
    /* 圆点颜色 */
}

.advan_le .active {
    border-bottom: 1px dashed #fff;
}

.advan_le .active::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #0969bf;
    border: 2px solid white;
    border-radius: 50%;

    position: absolute;
    left: 0;
    top: 50%;
}

.advan{
    display: flex;
    justify-content: space-between;
      align-items: center;margin-top: 20px;
}
.advan .advan_le{
    width: 60%;
}
.advan .advan_ri{
  width: 40%;
}

.conp .tiap{
    font-family: Work Sans, Work Sans;
font-weight: 600;
font-size: 24px;
color: #FFFFFF;
line-height: 52px;
text-align: left;
font-style: normal;
}
.conp .cent{
    font-family: Work Sans, Work Sans;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
line-height: 28px;
text-align: left;
font-style: normal;
}

.type_info_item p{
    margin-bottom: 25px;
}

.opera{
    margin-top: 23px;
}
.opera .firsp{
    font-family: Work Sans, Work Sans;
font-weight: 600;
font-size: 20px;
color: #0267B3;
line-height: 28px;
text-align: left;
font-style: normal;
}






@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;
    }





    .imgthr .imlist {
        width: 100%;
        padding-bottom: 60%;

        margin: 10px 0;
    }

    .box_1027_1 .lll {
        height: 0;
        padding-bottom: 70%;
        position: relative
    }

    .box_1027_1 .rrr {
        width: 100%;
        margin: 0;
        padding: 30px
    }


    .advan .advan_le{
        display: none;
    }
    .advan .advan_ri{
       width: 98%;
       margin: 0 auto;
    }

}