@media screen and (min-width: 1920px) {
    .container {
        max-width: 1920px;
        min-width: 1050px;
        width: 90%;
    }

    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 1760px) {
    .container {
        max-width: 1920px;
        min-width: 1050px;
        width: 90%;
    }

    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 1749px) and (min-width: 1520px) {
    .container {
        max-width: 1920px;
        min-width: 1050px;
        width: 90%;
    }

    html {
        font-size: 12px;
    }
}

@media screen and (max-width: 1519px) and (min-width: 1180px) {
    .container {
        width: 100%;
        min-width: 1050px;
    }

    html {
        font-size: 10px;
    }
}

@media screen and (max-width: 1179px) and (min-width: 950px) {
    .container {
        width: 100%;
        min-width: 1050px;
    }

    html {
        font-size: 8px;
    }
}

@media screen and (max-width: 954px) {
    .container {
        width: 100%;
    }

    html {
        font-size: 8px;
    }
}

@media screen and (max-width: 953px) and (min-width: 680px) {
    .container {
        width: 100%;
    }

    html {
        font-size: 6px;
    }
}

@media screen and (max-width: 680px) and (min-width: 500px) {
    .container {
        width: 100%;
    }

    html {
        font-size: 5px;
    }
}

@media screen and (max-width: 500px) {
    .container {
        width: 100%;
    }

    html {
        font-size: 4px;
    }
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url(../css/SourceHanSansCN-Regular.ttf);
}

* {
    font-family: "SourceHanSansCN-Regular" !important;

}

ul,
ol {
    list-style: none;
}

.header_row,
.nav_row {
    width: 100%;
    margin: auto;
}

.footer_row {
    width: 90%;
    margin: auto;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:link {
    text-decoration: none;
    color: black;
}

a {
    text-decoration: none;
    color: black;
}

header {
    width: 100%;
    background-color: #1c1c1c;
    height: 42px;
}

header .header_row {
    display: flex;
    justify-content: end;
    /*flex-direction: row-reverse;*/
    align-items: center;
    background-color: #1c1c1c;
    /*margin-right: 100px;*/
    padding-right: 35px;
}

.header_row a {
    margin-left: 15px;
}

header .header_row:after {
    display: block;
    content: "";
    clear: both;
}

header .header_row .mlanguageLogo {
    display: flex;
    height: 42px;
    align-items: center;
    line-height: 42px;
    font-size: 1.14285714rem;
    color: #FFFFFF;
}

header .header_row .mlanguageLogo img {
    width: 1.21428571rem;
    height: 1.21428571rem;
}

header .change-language {
    position: relative;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 0px;
}

header .change-language .language-text {
    position: relative;
    z-index: 2;
    font-size: 1.14285714rem;
    display: block;
    color: white;
}

header .change-language:hover .language-text {
    color: black;
}

header .change-language .language-icon {
    position: relative;
    z-index: 2;
    background: url("../img/global.png") center no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
}

header .change-language:hover .language-icon {
    background-image: url("../img/global_active.png");
}

header .change-language:before {
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 12px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s linear;
}

header .change-language:hover:before {
    opacity: 1;
}

.nav_float {
    position: fixed;
    top: 0;
    z-index: 999;
    background: tan;
}

.nav_Makeid {
    height: 90px;
    width: 100%;
    position: relative;
    background: #FFFFFF;
}

.nav_Makeid .nav_lift,
.nav_Makeid .nav_middle {
    height: 90px;
}

.nav_Makeid .nav_lift {
    text-align: right;
}

.nav_Makeid .makeidLogo {
    width: 54.09%;
}

.nav_Makeid .nav_lift {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    padding-left: 2px;
    line-height: 90px;
}

.nav_Makeid .nav_middle {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    padding-right: 2px;
}

.nav_Makeid .nav_middle .nav_ul {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-right: 5rem;
    justify-content: flex-end;
    align-items: center;
}

.nav_Makeid .nav_middle .nav_ul li {
    float: right;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 90px;
    /* margin-left: 3.21428571rem; */


}

.nav_Makeid .nav_middle .nav_ul > li {
    padding-left: 5rem;
}


.nav_Makeid .nav_middle .nav_ul li a {
    text-emphasis: none;
    padding-bottom: 5px;
    font-size: 1.57142857rem;
    font-weight: Normal;
    word-break: keep-all;
}

.nav_Makeid .nav_middle .nav_ul li a:hover {
    text-decoration: none;
    color: #1c1c1c;
}

.nav_Makeid .nav_middle .nav_ul li .programme {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0px;
    top: 90px;
    background: white;
    box-shadow: 0px 25px 25px -15px #8a8c8e;
}

.nav_Makeid .nav_middle .nav_ul li .programme .programme_div {
    max-width: 1920px;
    margin: auto;
}

.nav_Makeid .nav_middle .nav_ul li .programme .programme_div .programme_div_row {
    margin: auto;
    width: 77%;
}

.nav_Makeid .nav_middle .nav_ul li .programme .programme_div .programme_div_row div {
    text-align: center;
}

.nav_Makeid .nav_middle .nav_ul li .programme .programme_div .programme_div_row i {
    width: 100%;
    padding-top: 3.57142857rem;
    padding-bottom: 3.57142857rem;
    display: inline-block;
    font-style: normal;
}

.nav_Makeid .nav_middle .nav_ul li .programme .programme_div .programme_div_row i a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav_Makeid .nav_middle .nav_ul li .programme .programme_div .programme_div_row i div {
    padding-top: 0.71428571rem;
    height: 3.21428571rem;
    line-height: 3.21428571rem;
}

.nav_Makeid .nav_middle .nav_ul li .programme .programme_div .programme_div_row i samp {
    font-size: 1.57142857rem;
}

.nav_Makeid .nav_middle .nav_ul li .programme .programme_div .programme_div_row i img {
    width: 20.3%;
    height: 20.3%;
}

.nav_Makeid .nav_middle .nav_ul li .programme .programme_div .programme_div_row i:hover samp {
    border-bottom: 2px solid #1c1c1c;
}

.nav_Makeid .nav_middle .nav_ul li .productCenter {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0px;
    top: 90px;
    background: white;
    box-shadow: 0px 25px 25px -15px #8a8c8e;
}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div {
    margin: auto;
    max-width: 1920px;
    width: 90%;
}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div .row {
    margin: auto;
    width: 69%;

}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div .row ol {
    margin-top: 1.07142857rem;
}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div .row .productCenter_ul {
    display: flex;
    padding: 0;
    flex-direction: column;
}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div .row .productCenter_ul li {
    margin: 0;
    height: 3rem;
    line-height: 3rem;
}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div .row .productCenter_ul li a {
    padding: 0;
    font-size: 1.42857143rem;
    font-weight: Normal;
    color: #5C5C5C;

}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div .row .productCenter_ul .li_title {
    color: #5C5C5C;
    font-size: 1.42857143rem;

}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div .row .productCenter_ul .productCenter_ul > li:hover a {
    color: #000;
    border-bottom: 1px solid #000000;
}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div .row .productCenter_Title {
    display: flex;
    padding-top: 4.28571429rem;
    flex-direction: column;
    font-size: 1.57142857rem;
    font-weight: Medium;
    color: #000000;
}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div .row .productCenter_Title samp {
    margin-top: 1.42857143rem;
    height: 2.85714286rem;
    line-height: 2.85714286rem;
}

.nav_Makeid .nav_middle .nav_ul li .productCenter .productCenter_div .row .productCenter_right {
    padding-left: 12.14285714rem;
}

.nav_Makeid .nav_middle .nav_ul li .Makeid {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0px;
    top: 90px;
    background: white;
    box-shadow: 0px 25px 25px -15px #8a8c8e;
}

.nav_Makeid .nav_middle .nav_ul li .Makeid .Makeid_div {
    max-width: 1920px;
    margin: auto;
}

.nav_Makeid .nav_middle .nav_ul li .Makeid .Makeid_div .Makeid_div_row {
    margin: auto;
    width: 91%;
    display: flex;
    justify-content: center;
}

.nav_Makeid .nav_middle .nav_ul li .Makeid .Makeid_div .Makeid_div_row div {
    text-align: center;
}

.nav_Makeid .nav_middle .nav_ul li .Makeid .Makeid_div .Makeid_div_row i {
    width: 100%;
    padding-top: 3.57142857rem;
    padding-bottom: 3.57142857rem;
    display: inline-block;
    font-style: normal;
}

.nav_Makeid .nav_middle .nav_ul li .Makeid .Makeid_div .Makeid_div_row i a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav_Makeid .nav_middle .nav_ul li .Makeid .Makeid_div .Makeid_div_row i div {
    padding-top: 0.71428571rem;
    height: 3.21428571rem;
    line-height: 3.21428571rem;
}

.nav_Makeid .nav_middle .nav_ul li .Makeid .Makeid_div .Makeid_div_row i samp {
    font-size: 1.57142857rem;
}

.nav_Makeid .nav_middle .nav_ul li .Makeid .Makeid_div .Makeid_div_row i img {
    width: 17.18%;
    height: 17.18%;
}

.nav_Makeid .nav_middle .nav_ul li .Makeid .Makeid_div .Makeid_div_row i:hover samp {
    border-bottom: 2px solid #1c1c1c;
}

.nav_Makeid .nav_middle .nav_ul li .service {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0px;
    top: 90px;
    background: white;
    box-shadow: 0px 25px 25px -15px #8a8c8e;
}

.nav_Makeid .nav_middle .nav_ul li .service .service_div {
    max-width: 1920px;
    margin: auto;
}

.nav_Makeid .nav_middle .nav_ul li .service .service_div .service_div_row {
    margin: auto;
    width: 91%;
    display: flex;
    justify-content: center;
}

.nav_Makeid .nav_middle .nav_ul li .service .service_div .service_div_row div {
    text-align: center;
}

.nav_Makeid .nav_middle .nav_ul li .service .service_div .service_div_row i {
    width: 100%;
    padding-top: 3.57142857rem;
    padding-bottom: 3.57142857rem;
    display: inline-block;
    font-style: normal;
}

.nav_Makeid .nav_middle .nav_ul li .service .service_div .service_div_row i a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav_Makeid .nav_middle .nav_ul li .service .service_div .service_div_row i div {
    padding-top: 0.71428571rem;
    height: 3.21428571rem;
    line-height: 3.21428571rem;
}

.nav_Makeid .nav_middle .nav_ul li .service .service_div .service_div_row i samp {
    font-size: 1.57142857rem;
}

.nav_Makeid .nav_middle .nav_ul li .service .service_div .service_div_row i img {
    /*width: 17.18%;*/
    /*height: 17.18%;*/
    width: 37.18%;
    height: 37.18%;
}

.nav_Makeid .nav_middle .nav_ul li .service .service_div .service_div_row i:hover samp {
    border-bottom: 2px solid #1c1c1c;
}

.nav_Makeid .nav_middle .nav_ul li .recruit {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0px;
    top: 90px;
    background: white;
    box-shadow: 0px 25px 25px -15px #8a8c8e;
}

.nav_Makeid .nav_middle .nav_ul li .recruit .recruit_div {
    max-width: 1920px;
    margin: auto;
}

.nav_Makeid .nav_middle .nav_ul li .recruit .recruit_div .srecruit_div_row {
    margin: auto;
    width: 87%;
    display: flex;
    justify-content: center;
}

.nav_Makeid .nav_middle .nav_ul li .recruit .recruit_div .srecruit_div_row div {
    text-align: center;
}

.nav_Makeid .nav_middle .nav_ul li .recruit .recruit_div .srecruit_div_row i {
    width: 100%;
    padding-top: 3.57142857rem;
    padding-bottom: 3.57142857rem;
    display: inline-block;
    font-style: normal;
}

.nav_Makeid .nav_middle .nav_ul li .recruit .recruit_div .srecruit_div_row i a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav_Makeid .nav_middle .nav_ul li .recruit .recruit_div .srecruit_div_row i div {
    padding-top: 0.71428571rem;
    height: 3.21428571rem;
    line-height: 3.21428571rem;
}

.nav_Makeid .nav_middle .nav_ul li .recruit .recruit_div .srecruit_div_row i samp {
    font-size: 1.57142857rem;
}

.nav_Makeid .nav_middle .nav_ul li .recruit .recruit_div .srecruit_div_row i img {
    width: 8.985%;
    height: 8.985%;
}

.nav_Makeid .nav_middle .nav_ul li .recruit .recruit_div .srecruit_div_row i:hover samp {
    border-bottom: 2px solid #1c1c1c;
}

.nav_Makeid .nav_middle .nav_ul li .purchase {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0px;
    top: 90px;
    background: white;
    box-shadow: 0px 25px 25px -15px #8a8c8e;
}

.nav_Makeid .nav_middle .nav_ul li .purchase .purchase_div {
    max-width: 1920px;
    margin: auto;

}

.nav_Makeid .nav_middle .nav_ul li .purchase .purchase_div .purchase_div_row {
    margin: auto;
    width: 75%;
    display: flex;
    justify-content: center;
}

.nav_Makeid .nav_middle .nav_ul li .purchase .purchase_div .purchase_div_row div {
    text-align: center;
}

.nav_Makeid .nav_middle .nav_ul li .purchase .purchase_div .purchase_div_row i {
    width: 100%;
    padding-top: 3.57142857rem;
    padding-bottom: 3.57142857rem;
    display: inline-block;
    font-style: normal;
}

.nav_Makeid .nav_middle .nav_ul li .purchase .purchase_div .purchase_div_row i a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav_Makeid .nav_middle .nav_ul li .purchase .purchase_div .purchase_div_row i div {
    padding-top: 0.71428571rem;
    height: 3.21428571rem;
    line-height: 3.21428571rem;
}

.nav_Makeid .nav_middle .nav_ul li .purchase .purchase_div .purchase_div_row i samp {
    font-size: 1.57142857rem;
}

.nav_Makeid .nav_middle .nav_ul li .purchase .purchase_div .purchase_div_row i img {
    width: 13.89%;
    height: 13.89%;
}

.nav_Makeid .nav_middle .nav_ul li .purchase .purchase_div .purchase_div_row i:hover samp {
    border-bottom: 2px solid #1c1c1c;
}

.nav_Makeid .nav_middle #nav_container {
    position: relative !important;
}

.nav_Makeid .nav_middle .selectImg {
    height: 90px;
    margin-left: 40px;
    padding-right: 15px;
    line-height: 90px;
}

footer {
    background: #e4e4e4;
    padding-bottom: 20px;
}

footer .li_title {
    padding-top: 1.78571429rem;
    padding-bottom: 0.64285714rem;
    font-size: 1.57142rem !important;
    color: #595757;
    font-weight: 500;
}

footer .footer_top {
    display: flex;
    padding: 1.78571429rem 0px 1.42857143rem 0px;
    flex-direction: row-reverse;
    border-bottom: 1px solid #595757;
}

footer .footer_top .foot_img {
    display: flex;
    justify-content: space-between;
    width: 13.5417%;
    margin-right: 6rem;
    /* 二维码图片  浮动定位 */
}

footer .footer_top .foot_img .contact_wx,
footer .footer_top .foot_img .contact_ws,
footer .footer_top .foot_img .contact_wb,
footer .footer_top .foot_img .contact_dy {
    position: relative;
    width: 14.231%;
}

footer .footer_top .foot_img .WXQRcode,
footer .footer_top .foot_img .WSQRcode,
footer .footer_top .foot_img .WBQRcode,
footer .footer_top .foot_img .DYQRcode {
    position: absolute;
    display: none;
    width: 500%;
    margin-top: 0.71428571rem;
    left: 0;
    transform: translateX(-40%);
    overflow: hidden;
    z-index: 4;
}

footer .footer_top .foot_img .WXQRcode img,
footer .footer_top .foot_img .WSQRcode img,
footer .footer_top .foot_img .WBQRcode img,
footer .footer_top .foot_img .DYQRcode img {
    width: 100%;
}


footer .foot_center div {
    display: flex;
    justify-content: center;
}

footer .foot_center div li {
    font-size: 1.285714rem;
    margin-bottom: 1.42857143rem;
}

footer .foot_center div li a {
    color: #595757;
}

footer .foot_center div li a:hover {
    text-decoration: none;
}

footer .footer_bottom {
    text-align: center;
}

footer .footer_bottom img {
    width: 20px;
    height: 20px;
}

footer .footer_bottom a {
    color: #595757;
    font-size: 1rem;
}

footer .footer_bottom a:hover {
    color: #595757;
    text-decoration: none;
}

samp {
    font-family: "Source Han Sans CN";
}

/* 手机版公共页面 ----------------------------*/
/* 导航 */
.headerPE {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 15rem;
}

.headerPEHider {
    height: 100%;
}

.headerPE_root {
    width: 100%;
    height: 15rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #FFFFFF;
}

.MakeidPELogo {
    width: 25%;
    margin-left: 6.625rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-itemss: center;
    align-items: center;
}

.NavigationPEimg {
    width: 7%;
    margin-right: 5rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-itemss: center;
}

.headerPE_Navigation {
    display: none;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #f6f6f6;
    z-index: 9;
}

.headerPE_Navigation_itmes {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 3.25rem;

    border-bottom: 0.375rem solid #E6E6E6;
}

.itmes_img {
    width: 2.5%;
}

/* 顶部下拉模块 ---------------------*/
.drop_downRoot {
    position: relative;
}


/* 解决方案下拉 */
.drop_down_Solution {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 2000px;
    width: 100%;
    background: #f6f6f6;
    z-index: 99999;
}

.leftPEimg {
    width: 2.5%;

    line-height: 1.875rem;
}

/* .leftPEimg img {
  width: 1.375rem;
  height: 2.5rem;
} */

.goBack {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 6rem 0px 5rem 7.5rem;

}

.drop_down_Title {
    width: 93%;
    margin-left: 4.375rem;
    padding-bottom: 1rem;
    padding-left: 3.125rem;
    font-size: 4.5rem;
    border-bottom: 0.375rem #E6E6E6 solid;
}

.SolutionJump {
    display: block;
    padding: 3.75rem 0rem 3.75rem 3.125rem;
    font-size: 3.25rem;
    color: #010101;
    border-bottom: 0.375rem #E6E6E6 solid;
}


/* 产品中心下拉 */
.drop_down_ProductCenter {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 2000px;
    width: 100%;
    background: #f6f6f6;
    z-index: 9;

}

.ProductCenterJump {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 3.75rem 0rem 3.75rem 3.125rem;
    font-size: 3.25rem;
    color: #010101;
    overflow: hidden;
    border-bottom: 0.375rem #E6E6E6 solid;
}

.JumpDetails {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 3.25rem;

}

/* 产品中心打印机 */
.ThreeLevelmenu_ProductCenters {
    display: none;
}

.ThreeLevelmenu_ProductCenter_title {
    margin-left: 8.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 3rem;
}

.ThreeLevelmenu_ProductCenter_items {
    margin-left: 8.75rem;
    padding-bottom: 2rem;
    font-size: 3rem;
}

.ProductCenter_items {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* makeid下拉 */
.drop_down_about {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 2000px;
    width: 100%;
    background: #f6f6f6;
    z-index: 99999;
}

/* 服务与支持下拉 */
.drop_down_support {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 2000px;
    width: 100%;
    background: #f6f6f6;
    z-index: 99999;
}

/* 招贤纳士下拉 */
.drop_down_recruit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 2000px;
    width: 100%;
    background: #f6f6f6;
    z-index: 99999;
}

/* 在线购买 */
.drop_down_purchase {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 2000px;
    width: 100%;
    background: #f6f6f6;
    z-index: 99999;
}

/* 底部 */
.footerPE {
    width: 100%;
    margin-top: 10rem;
}

.footerPE_top {
    display: flex;
    justify-content: center;
    background: #f6f6f6;
}

.footerPE_top_root {
    width: 93%;
}

.footerPE_top_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 3.25rem;
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
    border-bottom: 0.375rem solid #e2e2e2;
    color: #010101;
}

.footerPE_top_contact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 3.25rem;
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
    border-bottom: 0.375rem solid #e2e2e2;
    color: #010101;
}

.footerPE_top_mediaImg {
    display: -webkit-flex;
    display: flex;
    margin-top: 8rem;
    margin-bottom: 22rem;
    -webkit-justify-content: center;
    justify-content: center;
}

.footerPE_bottom {

    display: -webkit-flex;
    display: flex;
    padding: 5rem 0rem 5rem 0rem;
    -webkit-justify-content: center;
    justify-content: center;
    background: #e2e2e2;
    font-size: 2.25rem;
}

.footerPE_bottom_img {
    position: relative;
    width: 6.517%;
}

.footre_drop_down {
    padding-right: 5.625rem;
}

.footre_drop_down img {
    width: 2.5rem;
    height: 2.5rem;
}

.footre_dropDown_programme {
    display: none;
    padding-left: 11.25rem;

}

.footre_dropDown_programme div {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    font-size: 3rem;
    border-bottom: 0.375rem solid #E6E6E6;
}

.footre_dropDown_product {
    display: none;
    padding-left: 11.25rem;

}

.footre_dropDown_product div {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    font-size: 3rem;
    border-bottom: 0.375rem solid #E6E6E6;
}

.footre_dropDown_about {
    display: none;
    padding-left: 11.25rem;

}

.footre_dropDown_about div {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    font-size: 3rem;
    border-bottom: 0.375rem solid #E6E6E6;
}

.footre_dropDown_brace {
    display: none;
    padding-left: 11.25rem;

}

.footre_dropDown_brace div {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    font-size: 3rem;
    border-bottom: 0.375rem solid #E6E6E6;
}

.footre_dropDown_recruit {
    display: none;
    padding-left: 11.25rem;

}

.footre_dropDown_recruit div {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    font-size: 3rem;
    border-bottom: 0.375rem solid #E6E6E6;
}

/* 媒体二维码 */
.WeChatCode {
    display: none;
    position: absolute;
    transform: translateX(-70%);

}

.VideoScreenCode {
    display: none;
    position: absolute;
    transform: translateX(-70%);
}

.TiktokCode {
    display: none;
    position: absolute;
    transform: translateX(-70%);
}

.microblogCdoe {
    display: none;
    position: absolute;
    transform: translateX(-70%);
}

.ovfHiden {
    overflow: hidden;
    height: 100%;
}

.topPE {
    margin-top: 15rem;
}

.footre_dropDown_programme a {
    display: block;
    width: 100%;
    height: 100%;
}

.footre_dropDown_product a {
    display: block;
    width: 100%;
    height: 100%;
}

.footre_dropDown_about a {
    display: block;
    width: 100%;
    height: 100%;
}

.footre_dropDown_brace a {
    display: block;
    width: 100%;
    height: 100%;
}

.footre_dropDown_recruit a {
    display: block;
    width: 100%;
    height: 100%;
}

.footerPE_top_contact > div > a {
    display: block;
    width: 100%;
    height: 100%;
}

.footerPE_top_contact {
    border: 0px;
    padding-bottom: 10rem;
}
