@charset "UTF-8";

.ny_banner {
    position: relative;
}

.ny_bannner_titleMes {
    position: absolute;
    bottom: 60%;
    left: 50%;
    transform: translate(-50%, 40%);
    text-align: center;
}


.ny_bannner_titleMes h1 {
    font-size: 60px;
    font-family: ' Source-KeynoteartHans';
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 6px 5px rgba(0, 0, 0, 0.35);
    font-style: italic;
    letter-spacing: .3125rem;
}

.ny_bannner_titleMes p {
    height: 1.75rem;
    font-size: 28px;
    font-family: Source-KeynoteartHans;
    font-weight: bold;
    color: #FFFFFF;
    font-style: italic;
    text-align: center;
    margin-top: -0.125rem;
    letter-spacing: .125rem;
    position: absolute;
    top: 7.1rem;
    left: 9.625rem;
    text-shadow: -6px 6px 8px rgba(0, 0, 0, 0.42)
}

.ny_bannner_titleMes .line4 {
    width: 610px;
    height: 2px;
    margin-top: 75px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F6F7F9, rgba(255, 255, 255, 0));
    margin-left: 7.5rem
}

.ny_bannner_titleMes button {
    width: 8.75rem;
    height: 3.125rem;
    background: #0280FF;
    border-radius: .375rem;
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: .125rem;
    margin-top: 2.875rem;
    margin-left: -4.75rem;
    transition: all 0.4s ease-in-out;
}

.ny_bannner_titleMes button:hover {
    transform: scale(1.2);
}

@media screen and (max-width:1680px) {
    .ny_bannner_titleMes {
        position: absolute;
        bottom: 65%;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .ny_bannner_titleMes h1 {
        font-size: 50px;
    }

    .ny_bannner_titleMes p {
        font-size: 25px;
        margin-top: -5px;
    }


}

@media screen and (max-width:1600px) {
    .ny_bannner_titleMes {
        position: absolute;
        bottom: 70%;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .ny_bannner_titleMes h1 {
        font-size: 50px;
    }

    .ny_bannner_titleMes p {
        font-size: 25px;
        margin-top: -2px;
    }

}

@media screen and (max-width:1440px) {
    .ny_bannner_titleMes {
        position: absolute;
        bottom: 70%;
        left: 50%;
        transform: translate(-50%, 40%);
    }

    .ny_bannner_titleMes h1 {
        font-size: 40px;
        margin-left: 30px;
    }

    .ny_bannner_titleMes .line4 {
        margin-left: 3.5rem;
    }

    .ny_bannner_titleMes p {
        font-size: 24px;
        margin-top: -24px;
        position: absolute;
        top: 7.1rem;
        left: 7.625rem;
    }

    .ny_bannner_titleMes button {
        margin-top: 2.875rem;
        margin-left: 0.25rem;
    }
}

@media screen and (max-width:1360px) {
    .ny_bannner_titleMes {
        position: absolute;
        bottom: 70%;
        left: 50%;
        transform: translate(-50%, 30%);
    }

    .ny_bannner_titleMes h1 {
        font-size: 35px;
        margin-left: 100px;
    }

    .ny_bannner_titleMes p {
        font-size: 20px;
        margin-top: -35px;
        margin-left: 44px;
    }

    .ny_bannner_titleMes button {
        width: 8.125rem;
        height: 2.5rem;
        margin-top: 2.875rem;
        font-size: 16px;
        margin-left: 80px;
    }

    .ny_bannner_titleMes .line4 {
        width: 552px;
        margin-top: 59px;
    }
}

@media screen and (max-width:1280px) {
    .ny_bannner_titleMes {
        position: absolute;
        bottom: 90%;
        left: 50%;
        transform: translate(-50%, 10%);
    }

    .ny_bannner_titleMes h1 {
        font-size: 35px;
    }

    .ny_bannner_titleMes p {
        font-size: 20px;
        margin-top: -34px;
        margin-left: 44px;
    }

    .ny_bannner_titleMes button {
        width: 8.125rem;
        height: 2.5rem;
        margin-top: 2.875rem;
        font-size: 16px;
    }
}

@media screen and (max-width:1024px) {
    .ny_bannner_titleMes {
        position: absolute;
        bottom: 70%;
        left: 50%;
        transform: translate(-50%, 30%);
    }

    .ny_bannner_titleMes .line4 {
        margin-left: 7.5rem;
        margin-top: 63px;
    }

    .ny_bannner_titleMes h1 {
        font-size: 35px;
    }

    .ny_bannner_titleMes p {
        font-size: 22px;
        margin-top: -31px;
        margin-left: 44px;
    }

    .ny_bannner_titleMes button {
        width: 8.125rem;
        height: 2.5rem;
        margin-top: 2.875rem;
        font-size: 16px;
    }

}

/* light MES 管理系统 */
.gxbg .gxbg_content {
    display: flex;
    text-align: center;
}

.gxbg .content h1 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}

.gxbg .img_h1 h1 {
    position: relative;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000;
    line-height: 27px;
}


.gxbg .gxbg_zdh {
    width: 310px;
    height: 390px;
    background: linear-gradient(110deg, #D0E7FF, #F8FCFF);
    box-shadow: 0px 4px 10px 0px rgba(101, 101, 101, 0.1);
    border-radius: 10px;
    padding-top: 25px;
}

.gxbg .gxbg_zdh1 {
    margin-left: 20px;
    margin-right: 20px;
}

.gxbg .gxbg_zdh img {
    width: 170px;
    height: 170px;
    margin-top: 20px;
}

.gxbg .gxbg_zdh2 {
    margin-right: 20px;
}

.gxbg .gxbg_zdh h2 {
    height: 24px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 40px;
}

.gxbg .gxbg_zdh .p1 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding-left: 25px;
    padding-right: 25px;
}

.gxbg .gxbg_zdh .p2,
.gxbg .gxbg_zdh .p3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    text-align: center;
}

.gxbg .gxbg_zdh img {
    margin-bottom: 15px;
    transition: all 0.4s linear;
}

.gxbg .gxbg_zdh img:hover {
    transform: scale(1.1);
}

@media screen and (max-width:1680px) {
    .gxbg {
        margin-bottom: 10%;
    }

    .gxbg .img_h1 h1 {
        font-size: 34px;
    }


}

@media screen and (max-width:1600px) {
    .gxbg .gxbg_zdh h2 {
        font-size: 20px;
    }

    .gxbg .gxbg_zdh .p2,
    .gxbg .gxbg_zdh .p3 {
        font-size: 15px;
    }

    .gxbg .img_h1 p {
        position: absolute;
        top: 13px;
        left: 359px;
    }

    .gxbg .gxbg_zdh img {
        width: 130px;
        height: 130px;
        margin-top: 10px;
        margin-bottom: -5px;
    }

    .gxbg .gxbg_zdh .p1 {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gxbg .gxbg_zdh {
        width: 310px;
        height: 320px;
    }

    .gxbg .img_h1 h1 {
        font-size: 34px;
    }

}

@media screen and (max-width:1440px) {
    .gxbg .gxbg_zdh h2 {
        font-size: 18px;
        padding-bottom: 35px;
    }

    .gxbg .gxbg_zdh {
        width: 300px;
        height: 280px;
    }

    .gxbg .gxbg_zdh img {
        width: 122px;
        height: 122px;
        margin-top: 0px;
        margin-bottom: -8px
    }

    .gxbg .img_h1 p {
        position: absolute;
        top: 13px;
        left: 319px;
    }

    .gxbg .gxbg_zdh .p1 {
        font-size: 14px;
    }

    .gxbg .img_h1 h1 {
        font-size: 32px;
    }
}

@media screen and (max-width:1360px) {
    .gxbg .img_h1 h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:1280px) {
    .gxbg .gxbg_zdh h2 {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .gxbg .gxbg_zdh {
        width: 300px;
        height: 240px;
    }

    .gxbg .gxbg_zdh img {
        width: 102px;
        height: 102px;
        margin-top: 0px;
        margin-bottom: -8px
    }

    .gxbg .img_h1 p {
        position: absolute;
        top: 13px;
        left: 319px;
    }

    .gxbg .gxbg_zdh .p1 {
        font-size: 12px;
    }

    .gxbg .img_h1 h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:1024px) {
    .gxbg .img_h1 p {
        position: absolute;
        top: 13px;
        left: 306px;
    }
    .gxbg .img_h1 h1 {
        font-size:28px;
    }
}


/* -------------模块二------------- */
.list {
    font-size: 30px !important;
    line-height: 17px !important;
}

.ehr_1 {
    display: flex;
    border: 1px dashed #0280FF;
    margin: 10px 20px 10px 20px;
}

.lightmes_h2 p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 27px;
    text-align: center;
    margin-bottom: 30px;
}

.lightmes_h2 h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 10px;
}

.lightmes_h2 .lightmes_h2_top {
    border: 1px dashed #0280FF;
    border-radius: 4px;
}


.lightmes_h2 .lightmes_h2_top .pc,
.lightmes_h2 .lightmes_h2_top .phone,
.lightmes_h2 .lightmes_h2_top .phone1 {
    width: 360px;
    height: 40px;
    background: #cce5fe;
    border-radius: 4px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    line-height: 40px;
}

.lightmes_h2 .lightmes_h2_top .bx {
    height: 55px;
    line-height: 55px;
    font-size: 16px !important;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 8px;
}

.lightmes_h2 .lightmes_h2_top .phone {
    margin-left: 10px;
    margin-right: 10px;
}

/* 管理模块 */
.lightmes_h2 .lightmes_h2_content {
    display: flex;
    border: 1px dashed #0280FF;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lightmes_h2 .zpgl_box {
    display: flex;
    margin-left: 10px;
}

.lightmes_h2 .lightmes_h2_content .zpgl {
    border: 1px dashed #0280FF;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
    margin-left: 8px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.lightmes_h2 .lightmes_h2_content .zpgl p {
    height: 14px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    margin-top: 7%;
    margin-bottom: 13%;
}

.lightmes_h2 .lightmes_h2_content .zpgl li {
    width: 147px;
    height: 35px;
    background: #cce5fe;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0280FF;
    line-height: 35px;
    margin-top: 5%;
    margin-left: 15px;
    margin-right: 15px;
}

.lightmes_h2 .lightmes_h2_content .zpgl .xms {
    line-height: 16px;
}

.lightmes_h2 .lightmes_h2_content .yy {
    width: 19px;
    height: 55px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    padding-left: 40px;
    padding-top: 185px;
}

.lightmes_h2 .lightmes_h2_bottom {
    display: flex;
    border: 1px dashed #0280FF;
    border-radius: 4px;
}

.lightmes_h2 .lightmes_h2_bottom .zy {
    width: 19px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    padding-left: 37px;
    padding-right: 50px;
    padding-top: 15px;
}

.lightmes_h2 .lightmes_h2_bottom .t_box {
    display: flex;
    margin: 10px 0 10px 20px;
}

.lightmes_h2 .lightmes_h2_bottom .zt p,
.lightmes_h2 .lightmes_h2_bottom .jc p {
    height: 0px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    line-height: 38px;
    text-align: center;
}

.lightmes_h2 .lightmes_h2_bottom .zt,
.lightmes_h2 .lightmes_h2_bottom .jc {
    border: 1px dashed #0280FF;
    border-radius: 4px;
}

.lightmes_h2 .lightmes_h2_bottom .zt ul,
.lightmes_h2 .lightmes_h2_bottom .jc ul {
    display: flex;
    margin-left: 15px;
}

.lightmes_h2 .lightmes_h2_bottom .zt li {
    width: 204px;
    height: 36px;
    background: #cce5fe;
    border-radius: 4px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    line-height: 36px;
    margin: 10px 12px 10px -2px;
    text-align: center;
}

.lightmes_h2 .lightmes_h2_bottom .jc {
    margin-left: 10px;
}

.lightmes_h2 .lightmes_h2_bottom .jc li {
    width: 118px;
    height: 33px;
    background: #cce5fe;
    border-radius: 4px;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0280FF;
    line-height: 33px;
    margin-top: 7%;
    margin-left: 10px;
    text-align: center;
    margin-right: 21px;
}

.lightmes_h2 .lightmes_h2_bottom .t_box .zt .list1 {
    position: relative;
}

.lightmes_h2 .lightmes_h2_bottom .t_box .zt span {
    width: 66px;
    height: 17px;
    line-height: 17px;
    background: #0280FF;
    opacity: 0.6;
    border-radius: 2px;
    color: #fff;
    font-size: 8px;
    -webkit-transform: scale(0.8);
    display: inline-block;
    position: absolute;
    top: 0;
    right: -6px;
}

.lightmes_h2 .lightmes_h2_bottom .t_box .zt .list2 {
    position: relative;
}

.lightmes_h2 .lightmes_h2_bottom .t_box .zt span {
    width: 66px;
    height: 17px;
    line-height: 17px;
    background: #0280FF;
    opacity: 0.6;
    border-radius: 2px;
    color: #fff;
    font-size: 8px;
    -webkit-transform: scale(0.8);
    display: inline-block;
    position: absolute;
    top: 0;
    right: -6px;
}


@media screen and (max-width:1680px) {
    .lightmes_h2 h2 {
        font-size: 34px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl {
        margin-left: 9px;
    }

    .lightmes_h2 .lightmes_h2_bottom .zt li {
        margin-right: 12px;
        margin-left: 3px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .lightmes_h2 .lightmes_h2_bottom .zt ul {
        width: auto;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc {
        width: 510px;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc li {
        margin-right: 16px;
        padding-left: 24px;
        padding-right: 25px;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone,
    .lightmes_h2 .lightmes_h2_top .phone1 {
        width: 300px !important;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone {
        width: 293px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl li {
        width: 130px;
    }

    .lightmes_h2 .lightmes_h2_bottom .zt li {
        width: 169px;
    }
}

@media screen and (max-width:1600px) {
    .lightmes_h2 .lightmes_h2_top .bx {
        font-size: 16px;
        padding-top: 7px;
    }

    .lightmes_h2 .lightmes_h2_top .bx {
        font-size: 17px;
        padding-left: 24px;
        padding-right: 20px;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone {
        width: 496px;
    }

    .lightmes_h2 .lightmes_h2_content .yy {
        padding-left: 14px;
        font-size: 17px;
    }

    .lightmes_h2 .zpgl_box {
        margin-left: 15px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl li {
        width: 126px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl {
        padding-bottom: 10px;
        margin-left: 7px;
    }

    .lightmes_h2 .lightmes_h2_bottom .zy {
        font-size: 17px;
        padding-left: 12px;
        padding-right: 29px
    }

    .lightmes_h2 .lightmes_h2_bottom .zt li {
        width: 161px;
        margin-left: 0px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc {
        width: 497px;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc li {
        margin-right: 13px;
        text-align: center;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone,
    .lightmes_h2 .lightmes_h2_top .phone1 {
        width: 295px !important;
    }

    .lightmes_h2 .lightmes_h2_bottom .t_box .zt span {
        font-size: 7px;
        -webkit-transform: scale(0.7);
        position: absolute;
        top: -4px;
        right: -10px;
    }
}

@media screen and (max-width:1440px) {
    .lightmes_h2 h2 {
        font-size: 32px;
    }

    .lightmes_h2 p {
        font-size: 18px;
    }

    .lightmes_h2 .lightmes_h2_top .bx {
        font-size: 16px;
        padding-top: 7px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl p {
        font-size: 14px;
    }

    .lightmes_h2 .lightmes_h2_top .bx {
        font-size: 17px;
        padding-left: 24px;
        padding-right: 20px;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone {
        width: 496px;
    }

    .lightmes_h2 .lightmes_h2_content .yy {
        padding-left: 14px;
        font-size: 17px;
    }

    .lightmes_h2 .zpgl_box {
        margin-left: 15px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl li {
        width: 110px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl {
        padding-bottom: 10px;
        margin-left: 7px;
    }

    .lightmes_h2 .lightmes_h2_bottom .zy {
        font-size: 17px;
        padding-left: 12px;
        padding-right: 29px
    }

    .lightmes_h2 .lightmes_h2_bottom .zt li {
        width: 142px;
        margin-left: 0px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc {
        width: 497px;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc li {
        margin-right: 13px;
        text-align: center;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone,
    .lightmes_h2 .lightmes_h2_top .phone1 {
        width: 260px !important;
    }
}

@media screen and (max-width:1360px) {
    .lightmes_h2 p {
        font-size: 16px;
    }

    .lightmes_h2 h2 {
        font-size: 30px;
    }

    .lightmes_h2 .lightmes_h2_top .bx {
        font-size: 16px;
        padding-top: 7px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl p {
        font-size: 14px;
    }

    .lightmes_h2 .lightmes_h2_top .bx {
        font-size: 15px;
        padding-left: 24px;
        padding-right: 20px;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone {
        width: 496px;
    }

    .lightmes_h2 .lightmes_h2_content .yy {
        padding-left: 14px;
        font-size: 17px;
    }

    .lightmes_h2 .zpgl_box {
        margin-left: 15px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl li {
        width: 103px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl {
        padding-bottom: 10px;
        margin-left: 7px;
    }

    .lightmes_h2 .lightmes_h2_bottom .zy {
        font-size: 17px;
        padding-left: 12px;
        padding-right: 29px
    }

    .lightmes_h2 .lightmes_h2_bottom .zt li {
        width: 134px;
        margin-left: 0px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc {
        width: 497px;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc li {
        margin-right: 13px;
        text-align: center;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone,
    .lightmes_h2 .lightmes_h2_top .phone1 {
        width: 245px !important;
        font-size: 15px;
    }
}

@media screen and (max-width:1280px) {
    .lightmes_h2 p {
        font-size: 16px;
    }

    .lightmes_h2 h2 {
        font-size: 30px;
    }

    .lightmes_h2 .lightmes_h2_top .bx {
        font-size: 16px;
        padding-top: 7px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl p {
        font-size: 14px;
    }

    .lightmes_h2 .lightmes_h2_top .bx {
        font-size: 15px;
        padding-left: 24px;
        padding-right: 20px;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone {
        width: 496px;
    }

    .lightmes_h2 .lightmes_h2_content .yy {
        padding-left: 14px;
        font-size: 17px;
    }

    .lightmes_h2 .zpgl_box {
        margin-left: 15px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl li {
        width: 94px;
        margin-left: 8px;
        margin-right: 8px;
        font-size: 12px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl {
        padding-bottom: 10px;
        margin-left: 7px;
    }

    .lightmes_h2 .lightmes_h2_bottom .zy {
        font-size: 17px;
        padding-left: 12px;
        padding-right: 29px
    }

    .lightmes_h2 .lightmes_h2_bottom .zt li {
        width: 123px;
        margin-left: 0px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc {
        width: 497px;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc li {
        margin-right: 13px;
        text-align: center;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone,
    .lightmes_h2 .lightmes_h2_top .phone1 {
        width: 225px !important;
        font-size: 15px;
    }
}

@media screen and (max-width:1024px) {
    .lightmes_h2 h2 {
        font-size: 28px;
    }
    .lightmes_h2 .lightmes_h2_top .bx {
        font-size: 16px;
        padding-top: 7px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl p {
        font-size: 14px;
    }

    .lightmes_h2 .lightmes_h2_top .bx {
        font-size: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone {
        width: 496px;
    }

    .lightmes_h2 .lightmes_h2_content .yy {
        padding-left: 14px;
        font-size: 17px;
    }

    .lightmes_h2 .zpgl_box {
        margin-left: 15px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl li {
        width: 107px;
        margin-left: 8px;
        margin-right: 8px;
        font-size: 12px;
    }

    .lightmes_h2 .lightmes_h2_content .zpgl {
        padding-bottom: 10px;
        margin-left: 7px;
    }

    .lightmes_h2 .lightmes_h2_bottom .zy {
        font-size: 17px;
        padding-left: 12px;
        padding-right: 29px
    }

    .lightmes_h2 .lightmes_h2_bottom .zt li {
        width: 138px;
        margin-left: 0px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc {
        width: 497px;
    }

    .lightmes_h2 .lightmes_h2_bottom .jc li {
        margin-right: 13px;
        text-align: center;
    }

    .lightmes_h2 .lightmes_h2_top .pc,
    .lightmes_h2 .lightmes_h2_top .phone,
    .lightmes_h2 .lightmes_h2_top .phone1 {
        width: 245px !important;
        font-size: 15px;
    }
}


.hxys_zp62 {
    margin-top: 180px;
    margin-bottom: 180px;
}

.hxys_zp62 .content h1 {
    height: 36px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: -70px;
    margin-bottom: 60px;
}

.hxys_zp62 .content_hx {
    display: flex;
}

.hxys_zp62 .content_hx .hx1 {
    width: 260px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
}

.hxys_zp62 .content_hx h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.hxys_zp62 .content_hx .hx1:nth-child(1) {
    margin-left: 0;
}

.hxys_zp62 .content_hx .hx1 p {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 21px;
    margin-top: 20px
}

.hxys_zp62 .content_hx .hx1:hover {
    transform: scale(1.1);
}

.hxys_zp62 .content_hx .hx1 img {
    transition: all 0.4s linear;
}

@media screen and (max-width:1680px) {
    .hxys_zp62 .content_hx .hx1 p {
        font-size: 19px;
    }

    .hxys_zp62 {
        margin-top: 180px;
        margin-bottom: 200px;
    }

    .hxys_zp62 .content_hx .hx1 {
        width: 240px;
        height: 250px;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hxys_zp62 .content_hx .hx1 p {
        font-size: 13px;
    }

    .hxys_zp62 .content h1 {
        font-size: 34px;
    }
}

@media screen and (max-width:1600px) {
    .hxys_zp62 .content_hx .hx1 {
        width: 340px;
        height: 250px;
        padding-top: 3%;
    }

    .hxys_zp62 .content_hx .hx1 img {
        width: 93px;
        height: 89px;
        margin-bottom: 0;
    }

    .hxys_zp62 .content_hx .hx1 p {
        font-size: 14px;
    }

    .hxys_zp62 .content h1 {
        font-size: 34px;
    }
}

@media screen and (max-width:1440px) {
    .hxys_zp62 .content h1 {
        font-size: 32px;
    }

    .hxys_zp62 .content_hx .hx1 p {
        font-size: 13px;
    }

    .hxys_zp62 .content_hx h2 {
        font-size: 19px;
    }
}

@media screen and (max-width:1360px) {
    .hxys_zp62 .content h1 {
        font-size: 30px;
    }

    .hxys_zp62 .content_hx .hx1 {
        width: 340px;
        height: 220px;
        padding-top: 4%;

    }

    .hxys_zp62 .content_hx h2 {
        font-size: 18px;
    }

    .hxys_zp62 .content_hx .hx1 img {
        width: 73px;
        height: 69px;
    }

    .hxys_zp62 .content_hx .hx1 p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
}

@media screen and (max-width:1280px) {
    .hxys_zp62 .content h1 {
        font-size: 30px;
    }

    .hxys_zp62 .content_hx .hx1 {
        width: 340px;
        height: 210px;
        padding-top: 3%;
    }

    .hxys_zp62 .content_hx h2 {
        font-size: 18px;
    }

    .hxys_zp62 .content_hx .hx1 img {
        width: 83px;
        height: 79px;
        margin-bottom: -5px;
    }

    .hxys_zp62 .content_hx .hx1 p {
        font-size: 12px;
    }
}

@media screen and (max-width:1024px) {
    .hxys_zp62 .content h1 {
        font-size: 28px;
    }
}



/* 内容 */
.hxys_zp166 .content .h1_1 {
    height: 36px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: -50px;
    margin-bottom: -50px;
}

.hxys_zp166 .content_zp1,
.hxys_zp166 .content_zp2 {
    display: flex;
    margin-top: 10%;
    margin-bottom: 10%;
}

.hxys_zp166 .content_zp1 .hxys_zp1_left,
.hxys_zp166 .content_zp1 .hxys_zp1_right,
.hxys_zp166 .content_zp2 .hxys_zp1_left,
.hxys_zp166 .content_zp2 .hxys_zp1_right {
    width: 50%;
}

.hxys_zp166 .content_zp1 .hxys_zp1_left img:hover,
.hxys_zp166 .content_zp2 .hxys_zp1_left img:hover {
    transform: scale(1.1);

}


.hxys_zp166 .content_zp1 .hxys_zp1_right {
    padding-left: 3%;
    margin-top: 1%;
}

.hxys_zp166 .content_zp1 .hxys_zp1_left img,
.hxys_zp166 .content_zp2 .hxys_zp1_left img {
    width: 100%;
    transition: all 0.4s linear;
}

.hxys_zp166 .hxys_zp1_right h1 {
    height: 32px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
    padding-left: .625rem;
}

.hxys_zp166 .hxys_zp1_right .hxys_line {
    width: 40px;
    height: 4px;
    background: #0280FF;
    border-radius: 2px;
    margin-top: 2%;
    margin-bottom: 5%;
    margin-left: .625rem;
}

.hxys_zp166 .hxys_zp1_right .span {
    color: #0280FF;
    font-size: 30px;
    float: left;
}

.hxys_zp166 .hxys_zp1_right a {
    float: right;
    margin-top: -1px
}

.hxys_zp166 .hxys_zp1_right p {
    height: 84px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #666666;
    line-height: 27px;
    display: flex;
}

@media screen and (max-width:1680px) {
    .hxys_zp166 .hxys_zp1_right1 p {
        height: 64px;
        line-height: 27px;
    }

    .hxys_zp166 .hxys_zp1_right1 a {
        padding-right: 10px;
    }

    .hxys_zp166 .hxys_zp1_right a {
        padding-right: 57px;
    }


    .hxys_zp66 .content_hx .hx1 p {
        font-size: 19px;
    }

    .hxys_zp166 .content .h1_1 {
        font-size: 34px;
    }

    .hxys_zp166 .hxys_zp1_right h1 {
        font-size: 28px;
    }
}

@media screen and (max-width:1600px) {
    .hxys_zp166 .content .h1_1 {
        font-size: 34px;
    }

    .hxys_zp166 .hxys_zp1_right h1 {
        font-size: 28px;
    }

    .hxys_zp166 .hxys_zp1_right .zp_p3 {
        margin-bottom: -23px;
        height: 68px;
    }

    .hxys_zp166 .hxys_zp1_right a {
        padding-right: 57px;
    }

    .hxys_zp66 .content_hx .hx1 p {
        font-size: 17px;
    }

    .hxys_zp166 .hxys_zp1_right .zp_p6 {
        margin-top: 10px;
    }
}

@media screen and (max-width:1440px) {
    .hxys_zp166 .hxys_zp1_right h1 {
        font-size: 25px;
    }

    .hxys_zp166 .content .h1_1 {
        font-size: 32px;
    }

    .hxys_zp166 .hxys_zp1_right p {
        height: 72px;
        font-size: 17px;
        line-height: 25px;
    }

    .hxys_zp166 .hxys_zp1_right .hxys_line {
        margin-bottom: 3%;
    }

    .hxys_zp166 .hxys_zp1_right1 p {
        height: 57px;
        line-height: 22px;
    }

    .hxys_zp166 .hxys_zp1_right .hxys_line {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hxys_zp166 .hxys_zp1_right p {
        height: 74px;
        line-height: 22px;
    }

    .hxys_zp166 .content_zp1 .hxys_zp1_right {
        margin-top: 0px;
    }

}

@media screen and (max-width:1360px) {

    .hxys_zp166 .content .h1_1 {
        font-size: 30px;
    }

    .hxys_zp166 .hxys_zp1_right h1 {
        font-size: 20px;
    }

    .hxys_zp166 .hxys_zp1_right1 a {
        padding-right: 0;
    }

    .hxys_zp166 .hxys_zp1_right .span {
        font-size: 20px;
    }

    .hxys_zp166 .hxys_zp1_right p {
        height: 84px;
        font-size: 16px;
    }

    .hxys_zp166 .hxys_zp1_right .hxys_line {
        margin-top: 4px;
        margin-bottom: 6px;
    }

    .hxys_zp166 .hxys_zp1_right .zp_p5 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1280px) {

    .hxys_zp166 .hxys_zp1_right h1 {
        font-size: 20px;
    }

    .hxys_zp166 .hxys_zp1_right .hxys_line {
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .hxys_zp166 .hxys_zp1_right a {
        float: right;
        padding-right: 30px;
        font-size: 15px;
    }

    .hxys_zp166 .hxys_zp1_right p {
        height: 58px;
        font-size: 16px;
    }

    .hxys_zp166 .hxys_zp1_right .zp_p5 {
        margin-bottom: 30px;
    }

    .hxys_zp166 .hxys_zp1_right .span {
        font-size: 20px;
    }
}

@media screen and (max-width:1024px) {
    .hxys_zp166 .hxys_zp1_right p {
        font-size: 16px;
        height: 72px;
    }
    .hxys_zp166 .content .h1_1 {
        font-size: 28px;
    }
}

/* 行业解决 */
.hxys_zp167 {
    margin-bottom: 130px;
}

.hxys_zp167 .h1_1 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}

.hxys_zp167 .content {
    width: 1340px;
    height: 600px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0 auto;
}

.hxys_zp167 .zp167_box {
    margin: 0 auto;
    text-align: center;
    width: 1196px;
    padding-top: 90px;
}

.hxys_zp167 .zp167_box img {
    width: 100%;
}

@media screen and (max-width:1680px) {
    .hxys_zp167 .h1_1 {
        font-size: 34px;
    }
    .hxys_zp167 .content{
        width: 1160px;
        height: 550px;
    }
    .hxys_zp167 .zp167_box {
        width: 1036px;
        }
}

@media screen and (max-width:1600px) {
    .hxys_zp167 .content {
        width: 1080px;
        height: 560px;
    }

    .hxys_zp167 .zp167_box {
        width: 976px;
        padding-top: 110px;
    }

    .hxys_zp167 .h1_1 {
        font-size: 34px;
    }
}

@media screen and (max-width:1440px) {
    .hxys_zp167 .content {
        width: 970px;
        height: 460px;
    }

    .hxys_zp167 .zp167_box {
        width: 856px;
        padding-top: 90px;
    }

    .hxys_zp167 .h1_1 {
        font-size: 32px;
    }
}

@media screen and (max-width:1360px) {
    .hxys_zp167 .h1_1 {
        font-size: 30px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:1280px) {
    .hxys_zp167 .h1_1 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .hxys_zp167 .content {
        width: 860px;
        height: 430px;
    }

    .hxys_zp167 .zp167_box {
        width: 786px;
        padding-top: 90px;
    }
}

@media screen and (max-width:1024px) {
    .hxys_zp167 .h1_1 {
        font-size: 28px;
    }
}

.zp_title {
    padding-right: 4.375rem;
}