.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: 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%, #f4faff 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;
}


.kea{
    display: flex;
    justify-content: space-between  ;    align-items: center;

    flex-wrap: wrap;
}
.kea .ke_le {
   width: 39%;
    height: auto;    padding-right: 11%;
    
} 

.kea .ke_ri {
  width: 52%;
    height: auto;
    
}

.kea .ke_le  .btdarg{
    font-family: Work Sans, Work Sans;
font-weight: 600;
color: #333333;
font-size: 36px;position: relative;
}
.kea .ke_le  .btdarg strong{
font-weight: 800;
font-size: 32px;
}

.kea .ke_le  .btdarg::before {
    position: absolute;
    left: 0;
    width: 80px;
    bottom: -10px;
    background: var(--commonColor);
    content: "";
    height: 6px;
    border-radius: 6px;
    
}

.keul{
    padding-left: 20px;
}
.keul li>p{
    font-family: Work Sans, Work Sans;
font-weight: 600;
font-size: 18px;
color: #333333;margin-top: 15px;
line-height: 24px;position: relative;
cursor: pointer;
}

.keul li>p::before {
    position: absolute;
       left: -20px;
    font-size: 25px;
    bottom: 0px;
    /* background: var(--commonColor); */
    content: "+";
    
    
}
.keul li>.pact{
color: var(--commonColor);
}
.keul li>.pact::before {
    position: absolute;
       left: -20px;
        font-size: 46px;
    bottom: 5px;
    
    content: "-";
    
    
}


.keul li div{
    display: none;
    margin-top: 8px;
}



.keitem img{ transition: all .3s ease;
width: 42px;
}
.keitem .hid{display: none;}
.keitem:hover .hid{display: block;}
.keitem:hover .sho{display: none;}
.keitem:hover .sho{display: none;}
.keitem:hover .title , .keitem:hover .desc{
    color: #0267B3;
}


.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));
   
}

@media screen and (min-width:1600px) {
.flex_main3_1 .rrr{
     padding-left: calc((100% - 1480px) / 2)
}
}
@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;
    }




.kea .ke_le {
    width: 100%;
   
    padding-right: 0;
    margin-bottom: 25px;
}.kea .ke_ri {
    width: 100%;}


.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
    }

}