.com_pd {
    padding: calc((100 / 19.2) * 1%) 0
}

.pdt {
    padding-top: calc((100 / 19.2) * 1%)
}

.mat {
    margin-top: calc((100 / 19.2) * 1%)
}

.pdb {
    padding-bottom: calc((100 / 19.2) * 1%)
}



.box1 .box_main {
    --l-w: 702px;
    --l-w: calc((702 / 14.8) * 1%);
    --pd: 90px;
    --pd: calc((90 / 14.8) * 1%);
    margin-top: 0;
    align-items: center
}

.box1 .box_main .img {
    padding-bottom: calc((415 / 14.8) * 1%);
    border-radius: 12px 12px 12px 12px;
    transition: all .3s ease;
}

.box1 .box_main .web_th .title {
    text-align: left
}

.box1 .box_main .web_th .title .txt::before {
    left: 0;
    margin: 0
}

.box1 .box_main .rrr .brief {
    text-align: left
}

.box2 {
    background: #fafafa
}

.box2 .lists .item {
    --l-w: 620px;
    --l-w: calc((620 / 14.8) * 1%);
    --pd: 50px;
    --pd: calc((50 / 14.8) * 1%);
    margin-top: 32px;
    align-items: center
}

.box2 .lists .item:nth-child(even) .img {
    order: 2
}

.box2 .lists .item .img {
    padding-bottom: calc((410 / 14.8) * 1%);
    transition: all .3s ease;
}

.box2 .lists .item .rrr .title {
    position: relative;
    padding-bottom: 10px;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 36px
}

.box2 .lists .item .rrr .title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 81px;
    height: 4px;
    background: var(--commonColor);
    border-radius: 26px 26px 26px 26px
}

.box2 .lists .item .rrr .pubMoreBg {
    margin-top: 32px
}

.box5 {
    padding-top: calc((120 / 19.2) * 1%)
}

.box5 .box_swiper4 {
    padding: 52px 64px;
    border-radius: 12px 12px 12px 12px;
    border: 3px solid #eeeeee
}

.box5 .box_swiper4 .sw_top {
    --l-w: 677px;
    --l-w: calc((677 / 14.8) * 1%);
    --pd: 16px
}

.box5 .box_swiper4 .title {
    margin-top: 24px
}

.box5 .imgs {
    margin-top: 38px;
    --pd: 50px;
    --mt: 30px;
    margin-bottom: 38px
}

.box5 .imgs .img {
    padding-bottom: calc((260 / 13.45) * 1%);
    transition: all .3s ease;
}

.box3 {
    background: #fafafa
}

.box3 .lists {
    --pd: 22px;
    --mt: 20px;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.box3 .lists .item {
    width: calc(50% - var(--pd) / 2);
    margin-top: var(--mt);
    background: rgba(2, 103, 179, 0.08);
    border-radius: 8px 8px 8px 8px;
    padding: 35px 40px 62px
}

.box3 .lists .item:nth-child(-n + 2) {
    margin-top: 0
}

.box3 .lists .title {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 52px;
    display: flex;
    align-items: center
}

.box3 .lists .title::before {
    content: "";
    background: url(../img/project1.png) no-repeat center;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%
}

.box3 .lists .desc {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 7px
}

.box3 table {
    margin-top: 24px
}

.why_choose {
    background: #fafafa
}

.why_choose .brief {
    text-align: left
}

.why_choose .brief ul li {
    margin-top: 16px
}

.why_choose .brief ul li.column span {
    display: block
}

.why_choose .brief ul li span {
    color: #333;
    font-weight: bold
}

.why_choose .build_tit1 {
    font-family: Work Sans, Work Sans;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    margin-top: 34px
}

.why_choose .pro_table2_2 tr td:first-child {
    font-weight: normal
}

.high {
    background: unset
}

.high .web_th .brief {
    margin-top: 36px
}

.high .high_swiper {
    position: relative;
    --pd: 58px;
    --pd: calc((58 / 14.8) * 1%);
    --pre-next-w: 44px;
    margin-top: 24px
}

.high .high_swiper .item .img,
.high .high_swiper .item .info {
    width: calc(50% - var(--pd) / 2)
}

.high .high_swiper .item .img {
    padding-bottom: 32.5%;
    height: 360px;
    padding: 0
}

.high .high_swiper .item .title {
    font-family: Work Sans, Work Sans;
    font-weight: 800;
    font-size: 24px;
    color: #0267B3;
    line-height: 48px
}

.high .high_swiper .item .desc {
    margin-top: 18px;
    font-family: Work Sans, Work Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px
}

.high .high_swiper .item .info {
    padding: 50px 0 calc(72px + var(--pre-next-w));
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.high .high_swiper .swiper-pagination-progressbar,
.high .high_swiper .swiper-button-next,
.high .high_swiper .swiper-button-prev {
    position: unset
}

.high .high_swiper .swiper-button-next,
.high .high_swiper .swiper-button-prev {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: var(--pre-next-w);
    height: var(--pre-next-w);
    line-height: var(--pre-next-w);
    border-radius: 6px;
    background: #333
}

.high .high_swiper .swiper-button-next:hover,
.high .high_swiper .swiper-button-prev:hover {
    background: var(--commonColor)
}

.high .high_swiper .swiper-button-prev {
    margin-right: 6px
}

.high .high_swiper .swiper-pagination-progressbar {
    width: 100%;
    height: 2px;
    margin-right: 11px
}

.high .high_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--commonColor)
}

.high .high_swiper .cell {
    width: calc(30% - var(--pd) / 2);
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 999;
    display: flex;
    align-items: center
}

.high .high_swiper .cell>div {
    display: flex
}

.box4 {
    position: relative;
    padding-top: calc((54 / 19.2) * 1%)
}

.box4 .web_th .title .txt {
    color: #fff
}

.box4 .web_th .title .txt::before {
    background: #fff
}

.box4 .bg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: calc((293 / 19.2) * 1%);
    background: var(--commonColor)
}

.box4 .process_par {
    margin-top: 21px
}

.box4 .process_par .swiper-button-prev,
.box4 .process_par .swiper-button-next {
    top: 55%;
    margin: 0
}

.box4 .process_par .swiper-button-prev {
    left: 10%
}

.box4 .process_par .swiper-button-next {
    right: 10%
}

.box4 .img {
    padding-bottom: calc((518 / 4.78) * 1%)
}

.box4 .img:hover .info {
    padding: 68px 28px;
    height: calc(100% - 40px * 2)
}

.box4 .img:hover .desc {
    margin-top: 20px;
    max-height: 224px;
    overflow-y: auto
}

.box4 .img .info {
    width: calc(100% - 47px * 2);
    position: absolute;
    bottom: 40px;
    left: 47px;
    background: #ffffff;
    border-radius: 12px 12px 12px 12px;
    padding: 15px;
    height: auto
}

.box4 .img .title {
    font-family: Work Sans;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    text-align: center
}

.box4 .img .desc {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    transition: all .3s ease;
    max-height: 0;
    overflow: hidden
}

.box6 .lists {
    background: url(../img4/bg6.png) no-repeat center / cover;
    margin-top: 32px;
    --pd: 12px;
    --mt: 20px;
    height: 590px;
    padding: 30px 54px
}

.box6 .lists .item {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #ffffff;
    padding: 20px;
    align-self: flex-end
}

.box6 .lists .item:hover,
.box6 .lists .item.active {
    padding: 40px 20px
}

.box6 .lists .item:hover .desc,
.box6 .lists .item.active .desc {
    max-height: 500px;
    margin-top: 10px;
    overflow-y: auto
}

.box6 .lists .item .title {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    text-align: center;
    margin: 0
}

.box6 .lists .item .desc {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: all .3s ease
}


.flex_end {
    display: flex;

    justify-content: flex-start;
}

.recle {
    width: 50%;
    max-width: 475px;

}

.flex_end .rrr {
    flex: 1;
    max-width: 740px;
    padding-left: 100px;
}

/* new */
.hovde {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.hovde img {
    width: 30%;
    border-radius: 0;
    transition: all .3s ease;
}

.rrr .topa {
    width: 166px;
    display: inline-block;
    background: #0267B3;
    border-radius: 4px 4px 4px 4px;
    font-family: Work Sans, Work Sans;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 48px;
    margin: 14px 0;
}


.hos_list .type_item:nth-child(odd) .type_pic_item {
    order: inherit;
    margin-top: 0px;
}

.hos_list .type_item:nth-child(even) .type_pic_item {
    order: 2;
    margin-top: 0px;
}

.type_info .dian {




    display: flex;
    align-items: center;
}

.type_info .dian::before {
    margin-right: 9px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--commonColor);
    border-radius: 50%;
}

.info_co p {
    margin-top: 10px;
}

.flat_tab1 {
    margin-top: 8px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-family: "MyriadPro-Regular";
}

.flat_tab1 tr th {
    background: var(--commonColor);
    color: #fff;
    border: 1px solid var(--commonColor);
    font-family: "Open Sans-Bold";
    line-height: 26px;
    padding: 9px 12px;
    font-size: 20px;
}

.flat_tab1 tr td {
    border: 1px solid #666;
    line-height: 1.25;
    padding: 9px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.pack_tab1 {

    margin-top: 32px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-family: "MyriadPro-Regular";

}

.pack_tab1 tr th {
    background: var(--commonColor);
    color: #fff;
    border: 1px solid var(--commonColor);
    font-family: "Open Sans-Bold";
    line-height: 26px;
    padding: 24px 0;
    font-size: 18px;
    width: 33%;
}

.pack_tab1 tr td {
    border: 1px solid #666;
    line-height: 1.25;
    padding: 21px 10px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.hos_tabt {
    font-family: Work Sans, Work Sans;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin: 32px 0 20px;
    text-align: left;
}

.type_info_item .chin3 {
    margin-top: 48px;
}

.type_pad54 {

    padding: 54px;
    background: #F4FAFF;
    border-radius: 12px 12px 12px 12px;
}


.ppadtop {
    margin-top: 20px;
}

.type_in {
    padding: 9% 8% 0 1%;

}

.type_in p:nth-child(1) {
    font-family: Work Sans, Work Sans;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}

.flex_end {
    display: flex;
    /* justify-content: space-between; */
    margin: 30px 0 0;
    align-items: center;
}

.flex_end .nei {
    width: 52%;
}

.flex_end .tuji {
    width: 42%;
}

.n_pst {
    font-family: Work Sans, Work Sans;
    font-weight: bold;
    font-size: 24px;
    color: #0267B3;
    margin-top: 36px;
}

.font20 {
    font-family: Work Sans, Work Sans;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
}

.tuji .pubPic {
    padding-bottom: 60%;
    border-radius: 6px;

}

.tuji .pubPic:nth-child(2) {
    margin-top: 14%;
}

.prong {
    margin: 20px 0 5px;
}

.laastp {
    margin-top: 30px;
}

.tyit {
    margin-top: 10px;
    width: 58%;

}

.alitem {
    align-items: center;
}

.opins {
    width: 37%;
}

.opins .opins_pic {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 57%;
}

.opinsri {
    width: 60%;
    height: auto;
}

.p_cent,
.p_centop {
    text-align: center;
}

.p_centop {
    margin-top: 16px;
}

.pack_op .type_op:nth-child(even) .type_pic_item {
    order: 2;
    margin-top: 0px;
}

.martop25 {
    margin-top: 25px;
}

.op_dian .dian {
    display: flex;
    align-items: center;
}

.op_dian .dian::before {
    margin-right: 9px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--commonColor);
    border-radius: 50%;
}

.box5 {
    padding-bottom: calc((120 / 19.2) * 1%);
}

.martop32 {
    margin-top: 32px;
}

.opinsri .opbot {
    margin-bottom: 10px;
}

.cent_se {
    margin: 30px 0;
}

.hover_scale {
    padding: 9%;
}

.list_num .item {
    width: 32.5%;
}

.list_num {
    justify-content: space-between;
    margin-top: 2%;
}

.box_swiper4 .swiper-slide {
    border-radius: 12px 12px 12px 12px;
    border: 3px solid #EEEEEE;
    padding: 0 13px 13px 13pxs;
}

.martb0 {
    margin: 0;
}

.martop20 {
    margin-top: 20px;
}

.martop48 {
    margin-top: 48px;
}

.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: 66%;
}

.quote_inner .web_th .title {
    color: #fff;
    text-align: left;
    font-family: "Work Sans-Bold";
}

.web_th .title .txt {
    color: inherit;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.quote_inner .web_th .title .txt::before {
    height: 0;
    opacity: 0;
}

.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;
}

.con_po {
    background: linear-gradient(to bottom, #fff 50%, transparent 50%);
    margin-bottom: 40px;
}

.com_faq_js_main {
    padding-bottom: 6%;
}

.pubPic img {
    transition: all .3s ease;
}

.pubPic:hover img {
    transform: scale(1.1);
}

.item2_title {
    position: relative;
    color: #333333;
}

.item2_title::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0267B3;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);

}

.fei_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fei_ul li {
    width: 48%;
    display: flex;
    margin-top: 10px;
    align-items: center;
    position: relative;
    padding-left: 24px;

}

.Z-type li {
    display: flex;
    margin-top: 10px;
    align-items: center;
    position: relative;
    padding-left: 24px;
}

.Z-type li::before,
.fei_ul li::before {
    margin-right: 9px;
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    background: url(https://cdn.exportstart.com/images/a1416/emi-9561.webp) no-repeat center;

    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.padleft24 {
    padding-left: 24px;
}

.laylfex {
    display: flex;

}

.high_lef {
    width: 288px;
    margin-right: 15px;
    margin-top: 24px;
}

.high_lef span {
    background: #FAFAFA;
    border-radius: 4px;
    font-family: Work Sans, Work Sans;
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 288px;
    color: #333333;
    line-height: 60px;
    cursor: pointer;
    margin-bottom: 5px;
    text-align: center;
}

.high_lef .spactive {
    background: #0267B3;
    color: #FFFFFF;
}

.title24 {
    font-family: Work Sans, Work Sans;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}

.hover_scale img {
    object-fit: contain !important;
}

.paddin0 {
    padding-top: 0;
}

.why_choose {
    padding-bottom: 0;
}

.kuang {
    width: 86%;
    margin: 47px auto 0;
    /* 使元素居中 */

    /* height: 300px; */
    border-top: 8px solid #B0CBE4;
    border-bottom: 8px solid #B0CBE4;
    position: relative;

    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.kuang::after {
    content: '';
    height: 100%;
    width: 210px;
    display: block;
    border-radius: 50%;
    border: 8px solid #B0CBE4;
    position: absolute;
    /* z-index: -1; */
    right: -105px;
    top: -8px;
    clip-path: inset(0 0 0 50%);
}

.ku_list {
    width: 30%;
    position: relative;
    margin-bottom: 54px;
    text-align: center;
}

.ku_list::before {
    content: '';
    width: 14PX;
    height: 14px;
    border-radius: 50%;
    background-color: #0267B3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}

.ku_list .ku_itt {
    margin-top: 18px;
    font-weight: bold;
    color: #000;
}

.kx {
    width: 86%;
    margin: 0 auto;
    /* 使元素居中 */
    display: flex;
    justify-content: space-around;
    /* flex-direction: row-reverse;翻转代码 */
}

.kx .ku_list {
    width: 30%;
    position: relative;
}

@media only screen and (min-width: 950px) {
    .kx {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width:1366px) {
    .box6 .lists .item {
        padding: 40px 20px
    }

    .box6 .lists .item .desc {
        max-height: 500px;
        margin-top: 10px;
        overflow-y: auto
    }
}

@media screen and (max-width:950px) {

    .type_item:nth-child(even) .type_pic_item,
    .pack_op .type_op:nth-child(even) .type_pic_item {
        order: unset !important;
    }

.fei_ul li {
    width: 100%;}
    .laylfex {
        display: block;
    }

.high_lef {
    width: 100%;
    margin: 15px 2px;
    display: flex;
    justify-content: flex-start;flex-wrap: wrap;

}.high_lef span {
   width: auto;
        padding: 0 15px;
        margin: 5px 10px;
}

    .quote_inner {
        padding: 5% 5% 5% 12%;
    }


    .type_pad54 {
        padding: 30px 0 0 0;
    }

    .flex_end .nei,
    .flex_end .tuji,
    .opins,
    .opinsri {
        width: 100%;
    }

    .opinsri {
        margin-top: 20px;
    }

    .type_info_item {
        margin-bottom: 20px;
    }

    .list_num3 .hover_scale {
        padding: 25%;
        margin-bottom: 10px !important;
    }

    .kuang::after {
        content: '';
        opacity: 0;
    }.kx {
        flex-direction: row-reverse;
    }



    .flex_end {
        display: block;
    }


    .flat_tab1 {
        margin: 10px auto;
    }



    .recle {
        width: 100%;
        max-width: 100%;
    }

    .imgwh {
        width: 100%;
    }

    .flex_end .rrr {
        max-width: 100%;
        padding: 20px 0;
    }

    .high .high_swiper .item .img,
    .high .high_swiper .item .info {
        width: 100%
    }

    .high .high_swiper .item .img {
        height: 0;
        padding-bottom: 65%
    }

    .high .high_swiper .item .info {
        padding: 20px 0 calc(30px + var(--pre-next-w))
    }

    .high .high_swiper .cell {
        width: 100%;
        bottom: 0
    }

    .box1 .box_main .img,
    .box2 .lists .item .img {
        position: relative;
        padding-bottom: 70%
    }

    .box2 .lists .item:nth-child(even) .img {
        order: unset
    }

    .com_sw_style1 .swiper-slide {
        justify-content: center;
        padding: 20px;
        width: 100%
    }

    .com_sw_style1 .swiper-slide .title {
        margin-right: 20px;
        font-size: 18px
    }

    .box5 .box_swiper4 {
        padding: 20px
    }

    .box5 .imgs .img {
        padding-bottom: 70%
    }

    .box3 .lists {
        margin-top: 20px
    }

    .box3 .lists .item {
        width: 100%;
        margin-top: var(--mt) !important;
        padding: 20px
    }

    .box3 .lists .item:first-child {
        margin-top: 0 !important
    }

    .box3 .lists .title {
        font-size: 18px
    }

    .box3 .lists .title::before {
        width: 26px;
        height: 26px
    }

    .high .high_swiper .item .title,
    .box6 .lists .item .title,
    .box2 .lists .item .rrr .title {
        font-size: 18px
    }

    .box6 .lists {
        height: unset;
        padding: 20px
    }

    .com_form input[type="submit"] {
        zoom: .8 !important
    }

    .box4 .img .desc {
        margin-top: 20px;
        max-height: 224px;
        overflow-y: auto
    }

.jazh{
    padding: 0  25px !important;
}


}.jazh .item2_title{
    margin: 10px 0;
}

