* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* background-color: #eeeeee; */
}

@font-face {
    font-family: 'Alibaba PuHuiTi 2.0';
    src: url(../font/AlibabaPuHuiTi-2-65-Medium.eot), url(../font/AlibabaPuHuiTi-2-65-Medium.otf), url(../font/AlibabaPuHuiTi-2-65-Medium.ttf), url(../font/AlibabaPuHuiTi-2-65-Medium.woff), url(../font/AlibabaPuHuiTi-2-65-Medium.woff2);
}

body {
    padding-top: 64px;
}

body.active {
    overflow: hidden;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.clear {
    clear: both;
}

p {
    padding: 0;
    margin: 0;
}

p img {
    outline-width: 0px;
    vertical-align: top;
}


/* 样式初始化 */

.find_jt {
    display: flex;
}

.head {
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.con01 {
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.con01_inner {
    max-width: 90%;
    margin: 0 auto;
}

.con01_top {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.con01_line {
    position: absolute;
    width: 2px;
    height: 23px;
    left: 157px;
    top: 7px;
    background: #D9D9D9;
    transform: rotate(90deg);
}

.endlogo {
    width: 51px;
    height: 13px;
    margin-left: 16px;
    object-fit: cover;
    margin-top: 3px;
}

.con01_top span {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: 0.2em;
    color: #484848;
}


/* .con01_top img {
    width: 91px;
    height: 24px;
    margin-left: 10%;
} */

.con01_mid {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.con01_mid ul {
    width: 64%;
    height: 34px;
    display: flex;
    justify-content: space-between;
}

.con01_mid ul li {
    width: 38%;
    position: relative;
    display: flex;
    justify-content: center;
}

.con01_mid ul li:after {
    content: '';
    position: absolute;
    right: 0px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000000;
    top: 6px;
}

.con01_mid ul li:nth-child(3):after {
    display: none;
}

.con01_mid ul li a {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    /* identical to box height */
    letter-spacing: 0.2em;
    color: #484848;
    line-height: 14px;
}

.con02 {
    width: 100%;
    height: auto;
    background: #F1F1F1;
    padding: 30px 0;
}

.con02_inner {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con02L {
    width: 100%;
}

.swiper {
    width: 100%;
    object-fit: cover;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.con02R {
    width: 100%;
    position: relative;
}

.con02R img {
    width: 100%;
    object-fit: cover;
}

.con02R_nr {
    position: absolute;
    top: 40%;
    left: 0%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.con02R_nr h4 {
    font-size: 28px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.con02R_nr a {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 30%;
    border: 1px solid #fff;
    border-radius: 33px;
    padding: 6px 0;
    margin: 10px 0;
    color: #fff;
}

.con01_list {
    width: 100%;
    display: flex;
}

.con01_list ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.con01_list ul li {
    width: 24%;
    margin-right: 3px;
    margin-bottom: 5px;
}

.products_list ul li {
    width: 49%;
    background-color: #fff;
}

.products_list ul li a img {
    object-fit: cover;
}

.con01_list ul li a {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_list ul li a img {
    width: 100%;
    display: block;
}


/* mbhead */

.mbheadder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    height: 64px;
    line-height: 64px;
    background-color: #fff;
}

.headder_R {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headder_R ul {
    display: none;
}

.pc_qh {
    /*width: 12%;*/
    display: flex;
}

.qh02::before {
    content: '';
    border: 1px solid #efedec;
    margin: 0 10px;
}

.qh02 i {
    font-size: 20px;
    color: #000000;
}

.lanlist {
    display: flex;
    width: 120px;
    background: #fff;
    padding: 3px 0px 10px 0px;
    position: fixed;
    z-index: 99;
    top: 59px;
    /* left: 80px; */
    right: 10px;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all .3s ease;
    flex-direction: column
}

.lanlist a {
    display: block;
}

.lanlist a {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    color: #333333;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease;
}

.lanlist a:hover {
    background: #0075c1;
    color: #fff;
}

.lancon {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.lancon i {
    font-size: 20px;
}

.qh01 {
    display: flex;
    align-items: center;
}

.cur {
    opacity: 1 !important;
    transform: translate(0, 0px);
    visibility: visible;
}

.nav_er {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: auto;
    display: flex;
    justify-content: center !important;
    width: 100%;
    z-index: 9;
    background: rgb(255 255 255 / 80%);
    padding: 0px 0 0px;
    height: 55px;
    line-height: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s!important;
}

.headder_R ul li:hover .nav_er {
    opacity: 1!important;
    visibility: visible!important;
    transition: all ease .3s!important;
}

.navnar {
    display: flex;
    justify-content: center !important;
    width: 100%;
}

.navnar li::after {
    display: none;
}

.navnar li {
    display: flex;
    align-items: center;
}

.mbheadder_R {
    display: block;
    align-items: center;
}

.mbnav {
    width: 50px;
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
}

.mbnav span {
    width: 100%;
    background: #333;
    display: block;
    height: 2px;
    margin: 2px 0;
    float: left;
    -webkit-transition: all ease 0.8s, opacity ease 0.3s;
    -moz-transition: all ease 0.8s, opacity ease 0.3s;
    -ms-transition: all ease 0.8s, opacity ease 0.3s;
    -o-transition: all ease 0.8s, opacity ease 0.3s;
    transition: all ease 0.8s, opacity ease 0.3s;
    background-color: #fff;
    width: 27px;
    height: 3px;
    display: block;
    margin-bottom: 5px;
    opacity: 1;
}

.mbheadder_inner {
    width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 55;
    background: #fff;
}


/*
        .mbnav > p span:nth-of-type(1) {
    transform: translateY(6px)rotate(720deg);
    width: 100%;
}
        .mbnav > p.biahuan:nth-of-type(1){
                transform: translateY(6px)rotate(670deg);
        }
        .mbnav > p.biahuan:nth-of-type(2){
                    transform: translateY(0px)rotate(768deg);
        }
        .mbnav > p span:nth-of-type(2) {
    transform: rotate(720deg);
}
        .mbnav > p.biahuan:nth-of-type(3) {
    width: 0;
    opacity: 0;
}
        .mbnav > p span:nth-of-type(3) {
                transform: translateY(-6px)rotate(720deg);
}
*/


/* .span_top {
    width: 34px !important;
}

.span_center {
    width: 34px !important;
} */


/* .span_bottom {
    width: 34px !important;
    display: flex;
    justify-content: flex-end;
    margin-left: 16px;
} */

.mblogo img {
    display: flex;
    height: 30px;
}

.rot {
    transform: rotate(90deg);
    height: 30px;
    line-height: 30px;
    display: block;
    width: 30px;
}

.translate {
    transform: translateY(12px) rotate(45deg) !important;
    margin: 4px 0;
}

.fade_span {
    background-color: transparent !important;
}

.translate1 {
    transform: translateY(-8px) rotate(-45deg) !important;
    margin: 4px 0;
}


/* .span_top {
    width: 34px !important;
}

.span_center {
    width: 34px !important;
} */


/* .span_bottom {
    width: 34px !important;
    display: flex;
    justify-content: flex-end;
    margin-left: 16px;
} */

.rot {
    transform: rotate(90deg);
    height: 30px;
    line-height: 30px;
    display: block;
    width: 30px;
}

.mbnav_hide {
    position: fixed;
    width: 71%;
    height: 100vh;
    top: 0;
    /* left: 0; */
    right: 0;
    background: rgb(0 62 51 / 100%);
    padding: 0 15px;
    overflow-y: scroll;
    z-index: 10;
    max-height: 1080px;
    transition: all ease .3s;
    padding-top: 88px;
}

.mbnav_hide ul {
    width: 100%;
    padding: 10px;
}

.mbnav_hide ul li {
    height: 60px;
    line-height: 60px;
    /* border-bottom: 1px solid rgb(255 255 255 / 10%); */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbnav_hide ul li a {
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #eff3f2;
}

.mbnavnar_hide {
    width: 100%;
}

.mbnavnar_hide dd {
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin: 15px 0;
}

.mbnavnar_hide dd a {
    width: 100%;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #eff3f2;
}

.find {
    width: 225px;
    height: 46px;
    display: block;
    line-height: 46px;
    border: 1px solid #9fb7b2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 28.3px;
    margin: 10px 0px;
}


}
.find_jt {
    display: flex;
}
.find span {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #9fb7b2;
}
.block {
    transition: all .4s;
    transform: rotate(0);
    color: #666;
    transform: rotate( 90deg);
}
.foot {
    width: 100%;
    background-color: #020202;
    padding: 50px 0;
}
.foot_inner {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footL {
    width: 154px;
}
.foot_mid {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    
    position: relative;
}
.foot_mid01 {
    width: 25%;
    margin: 10px;
}
.foot_mid01 ul {
    width: 80%;
    margin: 0 auto;
}
.foot_mid01 ul li {
    display: block;
    width: 100%;
    margin: 6px 0;
}
.foot_mid01 ul li a {
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    /* or 22px */
    
    color: #FFFFFF;
}
.foot_mid02 ul {
    width: 100%;
    margin: 0 auto;
}
.foot_mid02 ul li {
    display: block;
    width: 100%;
    margin: 6px 0;
    text-align: center;
}
.foot_mid02 ul li a {
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    /* or 22px */
    
    color: #FFFFFF;
}
.foot_mid01 h4 {
    width: 100%;
    height: 28px;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height */
    
    color: #FFFFFF;
}
.foot_mid02 h4 {
    width: 100%;
    height: 28px;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height */
    
    color: #FFFFFF;
}
.foot_end {
    width: 480px;
}
.foot_mid02 {
    width: 51%;
    margin: 10px;
}
.foot_end span {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height */
    
    color: #FFFFFF;
    display: block;
    width: 100%;
}
.ffotmid_line {
    width: 1px;
    height: 104px;
    background-color: #fff;
    position: absolute;
    right: 46px;
    top: 19px
}
.column img {
    width: 100%;
}
.column {
    width: 100%;
}
.bath01 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    background-color: #f6f6f6;
}
.bath01_inner {
    max-width: 95%;
    margin: 0 auto;
}
.bath01_list ul li {
    width: 32%;
    background-color: #fff;
}
.bath02 {
    width: 100%;
    background: #f6f6f6;
}
.bath02_inner {
    max-width: 95%;
    margin: 0px auto;
}
.bath02_inner ul li span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    /* identical to box height, or 120% */
    
    text-align: center;
    color: #484848;
}
.bath02_list ul li {
    margin: 0 2.4px;
    width: 32% !important;
}

/* .bath02_list ul li:nth-child(3) {
    margin-left: 4px !important;
    margin-right: 0px !important;
}

.bath02_list ul li:nth-child(6) {
    margin-left: 4px !important;
    margin-right: 0px !important;
} */
.bath02_list ul li a img {
    display: flex;
    justify-content: center;
}
.bath02_list ul li a {
    background-color: #fff;
}
.bath01_list ul li a img {
    display: flex;
    justify-content: flex-end;
}
.bath01_list ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 6px;
    align-items: center;
}
.bath02_list {
    width: 100%;
}
.bath02_list ul {
    display: flex;
    justify-content: flex-start;
}
.bath02_top {
    width: 100%;
    padding: 12px 0;
}
.bath02_top h4 {
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2F8E7E;
}
.bath01_txt {
    width: 55%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.clear_xs {
    width: 50px;
    height: 20px;
    display: block;
    background: #2F8E7E;
    border-radius: 5px;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    /* padding: 4px 0; */
    
    margin: 3px 0;
}
.bath01_txt h4 {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    /* or 120% */
    
    color: #2F8E7E;
}
.bath01_txt span {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    background: #2F8E7E;
    border-radius: 5px;
    /* width: 39px; */
    /* height: 13px; */
    
    display: flex;
    justify-content: center;
    margin: 5px 0;
    padding: 5px;
}
.about01 {
    width: 100%;
}
.about01_inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
.about01_top {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.about01_top h5 {
    width: 100%;
    text-align: center;
}
.about_bt {
    width: 100%;
    margin: 10px 0;
}
.about_bt h2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.about01_p {
    margin: 20px 0;
}
.about01_p p {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    word-break: break-all;
}
.abb {
    width: 100%;
    height: auto;
}
.abb img {
    display: block;
    width: 100%;
    height: auto;
}
.mbfoot {
    background: url(../images/footbg.png);
    height: 323px;
    width: 100%;
    position: relative;
}
.mbfoot_bg {
    position: absolute;
    background: rgba(118, 206, 190, 0.15);
    top: 0;
    left: 0;
    width: 100%;
    height: 323px;
}
.mbfoot_inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 32px 0;
}
.foot_mid {
    width: 330px;
    margin: 20px;
}
.foot_mid ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.foot_mid ul li {
    width: 27px;
    height: 27px;
}
.foot_mid ul li a {
    display: block;
    width: 100%;
    height: 27px;
}
.foot_mid ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foot_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_logo img {
    width: 80px;
    height: 21px;
    object-fit: cover;
}
.mbfoot_inner h6 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #484848;
    font-weight: normal;
}
.foot_enddh {
    width: 100%;
    margin: 15px 0;
}
.foot_enddh ul {
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.foot_enddh ul li {
    display: inline-block;
}
.foot_enddh ul li a {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 135%;
    /* or 18px */
    
    color: #484848;
}
.foot_about {
    width: 100%;
    text-align: center;
    margin-top: 3px;
    padding-bottom: 28px;
    border-bottom: 0.7px solid rgba(72, 72, 72, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_about h4 {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    
    letter-spacing: 0.19em;
    color: #484848;
    border: 0.5px solid #484848;
    width: 104px;
    height: 31px;
    line-height: 31px;
}
.foot_about h4 {
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
}
.column {
    width: 100%;
}
.column img {
    width: 100%;
}
.mbabout01 {
    width: 100%;
}
.mbabout01_inner {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mbabout01_inner h4 {
    padding: 15px 0;
    display: block;
    width: 100%;
    text-align: center;
}
.aboutwz {
    width: 80%;
    margin: 3px 0;
    height: auto;
}
.mbabout02 {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.mbabout02::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 3px;
    background: #484848;
    top: 30px;
    left: 46%;
}
.mbabout02 span {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    
    text-align: center;
    color: #484848;
    display: block;
}
.mbaboutp {
    margin: 11px 0;
}
.mbaboutp p {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    /* or 250% */
    
    text-align: center;
    color: #484848;
}
.mbaboutp01 {
    margin-bottom: 25px;
}
.ab1 {
    max-width: 90%;
    margin: 30px auto;
}
.ab1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab1 ul li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

/* .ab1 ul li:after {
    content: '';
    position: absolute;
    right: -8%;
    width: 1px;
    height: 100%;
    background: #000000;
    top: 0px;
} */
.ab1 ul li:nth-child(2) {
    margin-right: 0;
}
.ab1 ul li:nth-child(2):after {
    display: none;
}
.ab1 ul li span {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.ab1 ul li font {
    display: block;
    font-size: 14px;
    color: #000;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}
.ab2 {
    max-width: 88%;
    margin: 30px auto;
}
.ab2 .ab2_nr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab2 .ab2_nr .ab2left {
    width: 100%;
    /* margin-right: 5%; */
}
.ab2 .ab2_nr .ab2left h4 {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    padding-left: 60px;
}
.ab2 .ab2_nr .ab2left span {
    display: block;
    color: #000;
    font-family: Alibaba PuHuiTi !important;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    text-indent: 2em;
    line-height: 24px;
    font-size: 14px;
}
.ab2 .ab2_nr .ab2left b {
    display: block;
    font-size: 14px;
    color: #000;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    line-height: 24px;
}
.ab2 .ab2_nr .ab2right {
    width: 100%;
}
.ab2 .ab2_nr .ab2right img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.ab3 {
    max-width: 90%;
    margin: 30px auto;
}
.ab3 h4 {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
}
.ab3 .ab3_nr {
    position: relative;
}
.ab3 .ab3_nr .xian {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #093;
}
.ab3 .ab3_nr ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab3 .ab3_nr ul li {
    width: 25%;
    position: relative;
    text-align: center;
}
.ab3 .ab3_nr ul li:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #093;
    top: -3px;
    margin-left: -3px;
}
.ab3 .ab3_nr ul li:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 40px;
    border-right: 2px dashed #093;
    top: 0px;
}
.ab3 .ab3_nr ul li .xinxi {
    margin: 45px 2px 0;
}
.ab3 .ab3_nr ul li .xinxi span {
    display: block;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}
.ab3 .ab3_nr ul li .xinxi font {
    display: block;
    font-size: 14px;
    color: #000;
}
.ab3 .ab3_nr ul li .xinxi font {
    display: block;
    font-size: 14px;
    color: #000;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 8px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}
.contact {
    width: 100%;
    height: auto;
}
.contact_inner {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 66px;
}
.contact_div {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 25px;
}
.contact_div h4 {
    padding-bottom: 10px;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #484848;
}
.contact_div span {
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #b3b3b3;
}
.contact_ewm {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contact_ewm h4 {
    width: 100%;
    display: block;
    text-align: center;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
}
.contact_ewm img {
    height: 168px;
    width: 168px;
    border-radius: 0px;
    margin-top: 6px;
    margin-bottom: 15px;
}