@charset "UTF-8";

.ny_banner {
    position: relative;
}

.ny_bannner_title {
    position: absolute;
    top: 33%;
    left: 47%;
    transform: translate(-47%, -33%);
    text-align: center;
}


.ny_bannner_title 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;
    margin-left: 2.625rem;
}

.ny_bannner_title p {
    width: 50rem;
    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: 0;
    text-shadow: -6px 6px 8px rgba(0, 0, 0, 0.42);
    margin-left: -0.375rem;
}

.ny_bannner_title .line4 {
    width: 650px;
    height: 2px;
    margin-top: 75px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F6F7F9, rgba(255, 255, 255, 0));
    margin-left: 1.25rem;
}

.ny_bannner_title 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: 3.25rem;
    transition: all 0.4s ease-in-out;
}

.ny_bannner_title button:hover {
    transform: scale(1.2);
}

@media screen and (max-width:1680px) {
    .ny_bannner_title {
        position: absolute;
        top: 25%;
        left: 47%;
        transform: translate(-47%, -30%);
    }

    .ny_bannner_title h1 {
        font-size: 60px;
    }

    .ny_bannner_title p {
        font-size: 25px;
        margin-top: -5px;
    }


}

@media screen and (max-width:1600px) {
    .ny_bannner_title {
        position: absolute;
        top: 25%;
        left: 47%;
        transform: translate(-47%, -30%);
    }

    .ny_bannner_title h1 {
        font-size: 60px;
    }

    .ny_bannner_title p {
        font-size: 25px;
        margin-top: -2px;
    }

}

@media screen and (max-width:1440px) {
    .ny_bannner_title {
        position: absolute;
        top: 25%;
        left: 47%;
        transform: translate(-47%, -30%);
    }

    .ny_bannner_title h1 {
        font-size: 50px;
    }
    .ny_bannner_title .line4{
        margin-top: 65px;
    }
    .ny_bannner_title p {
        font-size: 24px;
        margin-top: -24px;
    }

    .ny_bannner_title button {
        margin-top: 2.875rem;
    }


}

@media screen and (max-width:1360px) {
    .ny_bannner_title {
        position: absolute;
        top: 20%;
        left: 47%;
        transform: translate(-47%, -20%)
    }

    .ny_bannner_title h1 {
        font-size: 45px;
    }

    .ny_bannner_title p {
        font-size: 20px;
        margin-top: -25px;
        margin-left: -22px;
    }

    .ny_bannner_title button {
        width: 8.125rem;
        height: 2.5rem;
        margin-top: 2.875rem;
        font-size: 16px;
    }

    .ny_bannner_title .line4 {
        width: 762px;
        margin-top: 59px;
    }
    .ny_bannner_title .line4{
        width: 600px;
    }

}

@media screen and (max-width:1280px) {
    .ny_bannner_title {
        position: absolute;
        top: 20%;
        left: 47%;
        transform: translate(-47%, -20%);
    }

    .ny_bannner_title h1 {
        font-size: 45px;
    }
    .ny_bannner_title .line4{
        width: 510px;
    }
    .ny_bannner_title p {
        font-size: 20px;
        margin-top: -24px;
        margin-left: -66px;
    }

    .ny_bannner_title button {
        width: 8.125rem;
        height: 2.5rem;
        margin-top: 2.875rem;
        font-size: 16px;
    }


}

@media screen and (max-width:1024px) {
    .ny_bannner_title {
        position: absolute;
        top: 20%;
    left: 40%;
    transform: translate(-40%, -40%);
    }

    .ny_bannner_title h1 {
        font-size: 45px;
    }

    .ny_bannner_title p {
        font-size: 20px;
        margin-top: -31px;
        margin-left: -66px;
    }

    .ny_bannner_title button {
        width: 8.125rem;
        height: 2.5rem;
        margin-top: 2.875rem;
        font-size: 16px;
    }

}

/* 模块一 */
.ehr_h1 {
    margin-top: 100px;
}

.ehr_h1 .content {
    display: flex;
}

.ehr_h1 .content span {
    display: block;
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(7, 1, 2, 0.14);
    border-radius: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ehr_h1 .content span:hover {
    display: block;
    width: 120px;
    height: 40px;
    background: #0280FF;
    box-shadow: 0px 2px 8px 0px rgba(7, 1, 2, 0.14);
    border-radius: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;

}

.ehr_h1 .content .ehr_content_left a,
.ehr_h1 .content .ehr_content_right a {
    color: #333333;
    font-weight: bold;
}

.ehr_h1 h1 {
    height: 37px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.ehr_h1 p {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 74px;
    text-align: center;
}

.ehr_h1 .ehr_content_left,
.ehr_h1 .ehr_content_right {
    margin-top: 8%;
    position: relative;
}

.ehr_h1 .ehr {
    position: absolute;
    top: 212px;
    left: 92px;
    font-size: 24px;
}

.ehr_h1 .data {
    position: absolute;
    top: 70px;
    left: 200px;
}

.ehr_h1 .ai {
    position: absolute;
    top: 140px;
    left: 240px;
}

.ehr_h1 .yth {
    position: absolute;
    top: 215px;
    left: 275px;
    font-size: 17px;
}

.ehr_h1 .bi {
    position: absolute;
    top: 270px;
    left: 240px;
}

.ehr_h1 .pn {
    font-size: 16px;
    line-height: 18px !important;
    position: absolute;
    top: 350px;
    left: 190px;
}

/* 中间 */
.ehr_h1 .ehr_content2 {
    margin: 8%;
    text-align: center;
}

.ehr_h1 .ehr_content2 li {
    width: 115px;
    height: 32px;
    background: #cce5fe;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0280FF;
    line-height: 32px;
    margin-top: 10px;
}

.ehr_h1 .ehr_content2 .fk {
    display: flex;
}

.ehr_h1 .ehr_content2 .fk_left {
    margin-right: 30px;
    margin-left: 10px;
}

.ehr_h1 .fk_footer button {
    width: 86px;
    height: 32px;
    background: linear-gradient(-55deg, #0D64E7, #0280FF, #23B6FF);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 14px;
}

.ehr_h1 .fk_footer .fk1 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex
}

.ehr_h1 .fk_footer .fk1 button:nth-child(1) {
    margin-left: 39px;
}

.ehr_h1 .fk_footer .fk1 button:nth-child(2) {
    margin-left: 32px;
}

.ehr_h1 .fk_footer .fk2 button:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
}

.ehr_h1 .fk_footer .fk2 {
    margin-left: -16px
}

/* 右边 */
.ehr_h1 .ehr_content_right img {
    transform: rotate(180deg);
}

.ehr_h1 .ehr1 {
    position: absolute;
    top: 212px;
    right: 90px;
    font-size: 24px;
}

.ehr_h1 .pz {
    position: absolute;
    top: 70px;
    left: 92px;
}

.ehr_h1 .nl {
    position: absolute;
    top: 140px;
    left: 40px;
}

.ehr_h1 .rc {
    position: absolute;
    top: 215px;
    left: 30px;
    font-size: 16px;
}

.ehr_h1 .pj {
    position: absolute;
    top: 270px;
    left: 40px;
}

.ehr_h1 .fz {
    font-size: 16px;
    line-height: 18px !important;
    position: absolute;
    top: 350px;
    left: 90px;
    padding-top: 11px;
}




/* 管理模块 */
.ehr_h1 .zp1,
.ehr_h1 .zp2 {
    display: flex;
    text-align: center;
}

.ehr_h1 .zp1 .zp,
.ehr_h1 .zp2 .zp {
    width: 430px;
    height: 230px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 50px 15px 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ehr_h1 .zp1 .zp:hover,
.ehr_h1 .zp2 .zp:hover {
    transform: translateY(-6px);
}

.ehr_h1 .phone_p {
    padding-left: 20px;
    padding-right: 20px;
}

.ehr_h1 .zp_ts {
    margin-left: 30px;
    margin-right: 30px;
}

.ehr_h1 .zp2 {
    margin-top: 20px;
}

.ehr_h1 .zp h2 {
    font-size: 22px;
    color: #333333;
    line-height: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.ehr_h1 .zp p {
    font-size: 17px;
    color: #666666;
    line-height: 24px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.ehr_h1 .zp button {
    background: #0280FF;
    border-radius: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    width: 150px;
    height: 40px;
    margin-top: 84px;
}


.ehr_h1 .ehr_content2 img {
    margin-left: -4px
}

@media screen and (max-width:1680px) {
    .ehr_h1 h1 {
        font-size: 34px;
    }

    .ehr_h1 p {
        font-size: 19px;
    }

    .ehr_h1 .ehr_content2 {
        margin: 70px 25px 70px 45px;
        text-align: center;
    }

    .ehr_h1 .ehr_content2 img {
        margin-left: -35px;
    }
    .ehr_h1 .zp p{
        font-size: 16px;
        color: #666666;
        line-height: 25px;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .ehr_h1 .fk_footer .fk2 {
        margin-left: -24px;
    }
    .ehr_h1 .zp1 .zp, .ehr_h1 .zp2 .zp{
        padding: 40px 40px 15px 40px;
    }
}

@media screen and (max-width:1600px) {
    .ehr_h1 .ehr_content2 {
        margin: 70px 30px 70px 30px;
    }

    .ehr_h1 .fk_footer .fk2 {
        margin-left: -65px;
        margin-right: -50px;
    }

    .ehr_h1 .ehr_content2 img {
        margin-left: 11px;
    }
    .ehr_h1 .zp p{
        font-size: 16px;
        color: #666666;
        line-height: 25px;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width:1440px) {
    .ehr_h1 h1 {
        font-size: 32px;
    }

    .ehr_h1 p {
        font-size: 17px;
        line-height: 56px;
    }

    .ehr_h1 .ehr_content2 {
        margin: 70px 35px 70px 35px;
    }

    .ehr_h1 .ehr_content2 img {
        margin-left: 5px;
    }

    .ehr_h1 .ehr {
        position: absolute;
        top: 180px;
        left: 78px;
        font-size: 20px;
    }

    .ehr_h1 .content span {
        width: 110px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .ehr_h1 .ehr_content_left img,
    .ehr_h1 .ehr_content_right img {
        width: 340px;
    }

    .ehr_h1 .data {
        position: absolute;
        top: 60px;
        left: 160px;
    }

    .ehr_h1 .ai {
        position: absolute;
        top: 120px;
        left: 210px;
    }

    .ehr_h1 .yth {
        position: absolute;
        top: 185px;
        left: 225px;
        font-size: 16px;
    }

    .ehr_h1 .bi {
        position: absolute;
        top: 230px;
        left: 210px;
    }

    .ehr_h1 .pn {
        position: absolute;
        top: 290px;
        left: 160px;
    }

    .ehr_h1 .ehr1 {
        position: absolute;
        top: 180px;
        right: 75px;
        font-size: 20px;
    }

    .ehr_h1 .pz {
        position: absolute;
        top: 60px;
        left: 72px;
    }

    .ehr_h1 .nl {
        position: absolute;
        top: 120px;
        left: 30px;
    }

    .ehr_h1 .rc {
        position: absolute;
        top: 185px;
        left: 16px;
    }

    .ehr_h1 .pj {
        position: absolute;
        top: 230px;
        left: 30px;
    }

    .ehr_h1 .zp1 .zp,
    .ehr_h1 .zp2 .zp {
        padding: 40px 20px 25px 20px;
    }

    .ehr_h1 .fz {
        position: absolute;
        top: 293px;
        left: 70px;
        padding-top: 9px;
    }

    .ehr_h1 .zp h2 {
        font-size: 20px;
    }

    .ehr_h1 .zp p {
        font-size: 16px;
    }

    .ehr_h1 .zp button {
        font-size: 15px;
        width: 130px;
        height: 35px;
        margin-top: 84px;
        line-height: 35px;
    }

}

@media screen and (max-width:1360px) {
    .ehr_h1 h1{
        font-size: 30px;
    }
}

@media screen and (max-width:1280px) {
    .ehr_h1 h1 {
        font-size: 28px;
    }

    .ehr_h1 .ehr_content_left,
    .ehr_h1 .ehr_content_right {
        margin-top: 14%;
    }

    .ehr_h1 p {
        font-size: 16px;
        line-height: 49px;
    }

    .ehr_h1 .ehr_content_left img,
    .ehr_h1 .ehr_content_right img {
        width: 290px;
    }

    .ehr_h1 .ehr_content2 li {
        width: 80px;
        height: 28px;
        line-height: 28px;
    }

    .ehr_h1 .fk_footer button {
        width: 80px;
        height: 29px;
        line-height: 29px;
    }

    .ehr_h1 .ehr_content2 {
        margin: 50px 35px 70px 35px;
    }

    .ehr_h1 .fk_footer .fk1 button:nth-child(1) {
        margin-left: -1px;
    }

    .ehr_h1 .ehr {
        position: absolute;
        top: 153px;
        left: 65px;
        font-size: 20px;
    }

    .ehr_h1 .content span {
        width: 90px;
        height: 31px;
        line-height: 31px;
        font-size: 12px;
    }

    .ehr_h1 .data {
        position: absolute;
        top: 50px;
        left: 140px;
    }

    .ehr_h1 .ai {
        position: absolute;
        top: 100px;
        left: 180px;
    }

    .ehr_h1 .yth {
        position: absolute;
        top: 156px;
        left: 203px;
        font-size: 12px;
    }

    .ehr_h1 .bi {
        position: absolute;
        top: 197px;
        left: 180px;
    }

    .ehr_h1 .pn {
        position: absolute;
        top: 250px;
        left: 140px;
    }

    .ehr_h1 .ehr1 {
        position: absolute;
        top: 154px;
        right: 67px;
    }

    .ehr_h1 .pz {
        position: absolute;
        top: 50px;
        left: 62px;
    }

    .ehr_h1 .nl {
        position: absolute;
        top: 104px;
        left: 20px;
    }

    .ehr_h1 .rc {
        position: absolute;
        top: 160px;
        left: 16px;
        font-size: 12px;
    }

    .ehr_h1 .pj {
        position: absolute;
        top: 200px;
        left: 20px;
    }

    .ehr_h1 .fz {
        position: absolute;
        top: 253px;
        left: 60px;
        padding-top: 7px;
    }

    .ehr_h1 .ehr_content2 .fk_left {
        margin-right: 20px;
    }

    .ehr_h1 .fk_footer .fk1 button:nth-child(2) {
        margin-left: 22px;
    }

    .ehr_h1 .zp h2 {
        font-size: 18px;
    }

    .ehr_h1 .zp p {
        font-size: 14px;
    }

    .ehr_h1 .zp1 .zp,
    .ehr_h1 .zp2 .zp {
        padding: 40px 10px 25px 10px;
    }

    .ehr_h1 .zp button {
        font-size: 14px;
        width: 110px;
        height: 30px;
        margin-top: 84px;
        line-height: 30px;
    }
}

@media screen and (max-width:1024px) {
    .ehr_h1 .ehr_content2 {
        margin: 50px 65px 70px 65px;
    }
    .ehr_h1 .ehr1,.ehr_h1 .ehr{
        font-size: 16px;
    }
    .ehr_h1 .zp h2 {
        font-size: 20px;
    }
    .ehr_h1 .zp p {
        font-size: 16px;
    }
}

@media screen and (max-width:980px) {}

@media screen and (max-width:820px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}



/* -------------模块二------------- */


.ehr_h2 h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}

.ehr_h2 .ehr_h2_top {
    border: 1px dashed #0280FF;
    border-radius: 4px;
}

.ehr_h2 .ehr_h2_top {
    display: flex;
}

.ehr_h2 .ehr_h2_top .pc,
.ehr_h2 .ehr_h2_top .phone {
    width: 612px;
    height: 50px;
    background: #cce5fe;
    border-radius: 4px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    line-height: 50px;
}

.ehr_h2 .ehr_h2_top .bx {
    width: 19px;
    height: 55px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    padding-left: 40px;
    padding-right: 50px;
    padding-top: 5px;
}

.ehr_h2 .ehr_h2_top .pc {
    margin-right: 10px;
}

/* 管理模块 */
.ehr_h2 .ehr_h2_content {
    display: flex;
    border: 1px dashed #0280FF;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ehr_h2 .zpgl_box {
    display: flex;
    margin-left: 40px;
}

.ehr_h2 .ehr_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;
}

.ehr_h2 .ehr_h2_content .zpgl p {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    margin-top: 7%;
    margin-bottom: 13%;
}

.ehr_h2 .ehr_h2_content .zpgl li {
    width: 116px;
    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: 15px;
    margin-right: 15px;
}

.ehr_h2 .ehr_h2_content .zpgl .xms {
    line-height: 16px;
}

.ehr_h2 .ehr_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;
}

.ehr_h2 .ehr_h2_bottom {
    display: flex;
    border: 1px dashed #0280FF;
    border-radius: 4px;
}

.ehr_h2 .ehr_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;
}

.ehr_h2 .ehr_h2_bottom .t_box {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ehr_h2 .ehr_h2_bottom .zt p,
.ehr_h2 .ehr_h2_bottom .jc p {
    height: 0px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0280FF;
    line-height: 38px;
    text-align: center;
}

.ehr_h2 .ehr_h2_bottom .zt,
.ehr_h2 .ehr_h2_bottom .jc {
    border: 1px dashed #0280FF;
    border-radius: 4px;
}

.ehr_h2 .ehr_h2_bottom .zt ul,
.ehr_h2 .ehr_h2_bottom .jc ul {
    display: flex;
    margin-left: 15px;
}

.ehr_h2 .ehr_h2_bottom .zt li {
    width: 110px;
    height: 33px;
    background: #cce5fe;
    border-radius: 4px;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0280FF;
    line-height: 34px;
    margin-top: 7%;
    margin-left: -2px;
    margin-right: 12px;
    text-align: center;
    ;
    margin-bottom: 10px;
}

.ehr_h2 .ehr_h2_bottom .jc {
    margin-left: 10px;
}

.ehr_h2 .ehr_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;
}

@media screen and (max-width:1680px) {
    .ehr_h2 h2 {
        font-size: 34px;
    }

    .ehr_h2 .ehr_h2_top .pc,
    .ehr_h2 .ehr_h2_top .phone {
        width: 523px;
    }

    .ehr_h2 .ehr_h2_content .zpgl li {
        width: 102px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .ehr_h2 .ehr_h2_content .zpgl {
        margin-left: 9px;
    }

    .ehr_h2 .ehr_h2_bottom .zt li {
        margin-right: 12px;
        margin-left: 3px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ehr_h2 .ehr_h2_bottom .zt ul {
        width: 520px;
    }

    .ehr_h2 .ehr_h2_bottom .jc {
        width: 510px;
    }

    .ehr_h2 .ehr_h2_bottom .jc li {
        margin-right: 16px;
        padding-left: 24px;
        padding-right: 25px;
    }
}

@media screen and (max-width:1600px) {
    .ehr_h2 .ehr_h2_top .bx {
        font-size: 16px;
        padding-top: 7px;
    }

    .ehr_h2 .ehr_h2_top .bx {
        font-size: 17px;
        padding-left: 14px;
        padding-right: 30px;
    }

    .ehr_h2 .ehr_h2_top .pc,
    .ehr_h2 .ehr_h2_top .phone {
        width: 496px;
    }

    .ehr_h2 .ehr_h2_content .yy {
        padding-left: 14px;
        font-size: 17px;
    }

    .ehr_h2 .zpgl_box {
        margin-left: 15px;
    }

    .ehr_h2 .ehr_h2_content .zpgl li {
        width: 102px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .ehr_h2 .ehr_h2_content .zpgl {
        padding-bottom: 10px;
        margin-left: 7px;
    }

    .ehr_h2 .ehr_h2_bottom .zy {
        font-size: 17px;
        padding-left: 12px;
        padding-right: 29px
    }

    .ehr_h2 .ehr_h2_bottom .zt ul {
        width: 484px;
    }

    .ehr_h2 .ehr_h2_bottom .zt li {
        margin-left: 0px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .ehr_h2 .ehr_h2_bottom .jc {
        width: 497px;
    }

    .ehr_h2 .ehr_h2_bottom .jc li {
        margin-right: 13px;
        text-align: center;
    }
}

@media screen and (max-width:1440px) {
    .ehr_h2 h2 {
        font-size: 32px;
    }

    .ehr_h2 .ehr_h2_top .bx {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 28px;
    }

    .ehr_h2 .ehr_h2_top .pc,
    .ehr_h2 .ehr_h2_top .phone {
        width: 458px;
    }

    .ehr_h2 .ehr_h2_content .yy {
        padding-left: 13px;
        font-size: 16px;
    }

    .ehr_h2 .zpgl_box {
        margin-left: 16px;
    }

    .ehr_h2 .ehr_h2_content .zpgl li {
        width: 92px;
        margin-left: 7px;
        margin-right: 7px;
    }

    .ehr_h2 .ehr_h2_bottom .zy {
        font-size: 16px;
        padding-left: 13px;
        padding-right: 31px;
    }

    .ehr_h2 .ehr_h2_content .zpgl {
        margin-left: 9px;
    }

    .ehr_h2 .ehr_h2_bottom .zt li {
        margin-right: 8px;
        margin-left: -3px;
        padding-left: 19px;
        padding-right: 18px;
    }

    .ehr_h2 .ehr_h2_bottom .zt ul {
        width: 452px;
    }

    .ehr_h2 .ehr_h2_bottom .jc {
        width: 448px;
    }

    .ehr_h2 .ehr_h2_bottom .jc li {
        margin-right: 6px;
        padding-left: 22px;
        padding-right: 21px;
    }
}

@media screen and (max-width:1360px) {
    .ehr_h2 h2{
        font-size: 30px;
    }
    .ehr_h2 .ehr_h2_content .zpgl li {
        width: 86px;

    }

    .ehr_h2 .ehr_h2_top .pc,
    .ehr_h2 .ehr_h2_top .phone {
        width: 435px;
    }

    .ehr_h2 .ehr_h2_bottom .zt ul {
        width: 432px;
    }

    .ehr_h2 .ehr_h2_bottom .zt li {
        padding-left: 14px;
    }

    .ehr_h2 .ehr_h2_bottom .jc {
        width: 420px;
    }

    .ehr_h2 .ehr_h2_bottom .jc li {
        width: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .ehr_h2 .ehr_h2_bottom .zt p,
    .ehr_h2 .ehr_h2_bottom .jc p {
        line-height: 29px;
    }
}

@media screen and (max-width:1280px) {
    .ehr_h2 h2 {
        font-size: 28px;

    }

    .ehr_h2 .ehr_h2_top .pc,
    .ehr_h2 .ehr_h2_top .phone {
        width: 407px;
    }

    .ehr_h2 .ehr_h2_top .bx {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 24px;
    }

    .ehr_h2 .ehr_h2_content .yy {
        padding-left: 10px;
        font-size: 14px;
    }

    .ehr_h2 .zpgl_box {
        margin-left: 4px;
    }

    .ehr_h2 .ehr_h2_content .zpgl li {
        width: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .ehr_h2 .ehr_h2_bottom .zy {
        font-size: 14px;
        padding-left: 9px;
        padding-right: 27px;
    }

    .ehr_h2 .ehr_h2_bottom .zt ul {
        width: 402px;
    }

    .ehr_h2 .ehr_h2_bottom .zt li {
        padding-left: 12px;
        padding-right: 14px;
    }

    .ehr_h2 .ehr_h2_bottom .jc {
        width: 395px;
    }

    .ehr_h2 .ehr_h2_bottom .jc li {
        padding-left: 15px;
        padding-right: 14px;
    }

    .ehr_h2 .ehr_h2_bottom .jc li {
        margin-top: 8%;
    }

    .ehr_h2 .ehr_h2_content .zpgl .xms1 {
        line-height: 16px;
    }
}

@media screen and (max-width:1024px) {

    .ehr_h2 .ehr_h2_top .pc,
    .ehr_h2 .ehr_h2_top .phone {
        width: 447px;
    }

    .ehr_h2 .zpgl_box {
        margin-left: 17px;
    }

    .ehr_h2 .ehr_h2_content .yy {
        padding-left: 15px;
    }

    .ehr_h2 .ehr_h2_top .bx {
        padding-left: 18px;
        padding-right: 28px;
    }

    .ehr_h2 .ehr_h2_content .zpgl li {
        width: 89px;
    }

    .ehr_h2 .ehr_h2_bottom .zy {
        padding-left: 15px;
        padding-right: 29px;
    }

    .ehr_h2 .ehr_h2_bottom .zt ul {
        width: 441px;
    }

    .ehr_h2 .ehr_h2_bottom .jc {
        width: 438px;
    }

    .ehr_h2 .ehr_h2_bottom .zt li {
        padding-left: 19px;
        padding-right: 16px;
    }

    .ehr_h2 .ehr_h2_bottom .jc li {
        padding-left: 0;
        padding-right: 0;
        margin-left: 17px;
    }
}


/* 适用领域 */
.apply {
    margin: 0 auto;
}

.apply h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-top: 100px;
    margin-bottom: 60px;
    letter-spacing: 2px;
}

.apply .ly_content {
    margin-top: 50px;
    margin-bottom: 90px;
}

.apply .wow2 {
    text-align: center;
}

.apply .ly_content .ly_box1 {
    display: flex;
}

.apply .ly_content .ly_one {
    width: 207px;
    height: 182px;
    background: #FFFFFF;
    box-shadow: 1px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
    padding: 71px;
    padding-bottom: 40px;
    margin-left: 20px;
    margin-top: 20px;
    padding-top: 55px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;

}

.apply .ly_content .ly_one:hover {
    transform: translateY(-6px);
}

.apply .ly_content .ly_one1 {
    margin-left: 0;
}

/* .apply .ly_one img,
.apply .ly_one p,
.apply .ly_one .line,
.apply .ly_two img,
.apply .ly_two p,
.apply .ly_two .line,
.apply .ly_three img,
.apply .ly_three p,
.apply .ly_three .line {
    transition: all .5s ease .1s;
}

.apply .ly_four img,
.apply .ly_four p,
.apply .ly_four .line,
.apply .ly_five img,
.apply .ly_five p,
.apply .ly_five .line,
.apply .ly_six img,
.apply .ly_six p,
.apply .ly_six .line {
    transition: all .5s ease .1s;
}

.apply .ly_one:hover img,
.apply .ly_two:hover img,
.apply .ly_three:hover img,
.apply .ly_four:hover img,
.apply .ly_five:hover img,
.apply .ly_six:hover img {
    transform: scale(1.1);
} */

/* .apply .ly_one:hover p,
.apply .ly_two:hover p,
.apply .ly_three:hover p,
.apply .ly_four:hover p,
.apply .ly_five:hover p,
.apply .ly_six:hover p {
    font-size: 17px;
    font-weight: 400;
    transform: scale(1.4);
} */

.apply .ly_one:hover .line,
.apply .ly_two:hover .line,
.apply .ly_three:hover .line,
.apply .ly_four:hover .line,
.apply .ly_five:hover .line,
.apply .ly_six:hover .line {
    display: block;
}




/* 
.apply .ly_one1 img,
.apply .ly_one1 p,
.apply .ly_one1 .line,
.apply .ly_two1 img,
.apply .ly_two1 p,
.apply .ly_two1 .line,
.apply .ly_three1 img,
.apply .ly_three1 p,
.apply .ly_three1 .line {
    transition: all .5s ease .1s;
}

.apply .ly_four1 img,
.apply .ly_four1 p,
.apply .ly_four1 .line,
.apply .ly_five1 img,
.apply .ly_five1 p,
.apply .ly_five1 .line,
.apply .ly_six1 img,
.apply .ly_six1 p,
.apply .ly_six1 .line {
    transition: all .5s ease .1s;
}

.apply .ly_one1:hover img,
.apply .ly_two1:hover img,
.apply .ly_three1:hover img,
.apply .ly_four1:hover img,
.apply .ly_five1:hover img,
.apply .ly_six1:hover img {
    transform: scale(1.1);
}

.apply .ly_one1:hover p,
.apply .ly_two1:hover p,
.apply .ly_three1:hover p,
.apply .ly_four1:hover p,
.apply .ly_five1:hover p,
.apply .ly_six1:hover p {
    font-size: 17px;
    font-weight: 400;
    transform: scale(1.4);
} */

.apply .ly_one1:hover .line,
.apply .ly_two1:hover .line,
.apply .ly_three1:hover .line,
.apply .ly_four1:hover .line,
.apply .ly_five1:hover .line,
.apply .ly_six1:hover .line {
    display: block;
}

.apply .img_ly {
    margin: 0 auto;
    width: 65px;
    height: 56px;
}

.apply p {
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 16%;
}

.apply .ly_content .line {
    width: 20px;
    height: 3px;
    background: #0280FF;
    margin: 0 auto;
    margin-top: 10%;
    display: none;
}

.apply .ly_content p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

@media screen and (max-width:1680px) {
    .apply h1{
        font-size: 34px;
    }
}

@media screen and (max-width:1440px) {
    .apply h1{
        font-size: 32px;
    }
    .apply .ly_content .img_ly .ly_img1 {
        width: 48px;
        height: 39px;
    }

    .apply .ly_content .img_ly .ly_img2 {
        width: 49px;
        height: 40px;
    }

    .apply .ly_content .img_ly .ly_img3 {
        width: 50px;
        height: 47px;
    }

    .apply .ly_content .img_ly .ly_img4 {
        width: 44px;
        height: 46px;
    }

    .apply .ly_content .img_ly .ly_img5 {
        width: 51px;
        height: 42px;
    }

    .apply .ly_content .img_ly .ly_img6 {
        width: 47px;
        height: 41px;
    }

    .apply .ly_content .img_ly .ly_img7 {
        width: 50px;
        height: 50px;
    }

    .apply .ly_content .img_ly .ly_img8 {
        width: 51px;
        height: 40px;
    }

    .apply .ly_content .img_ly .ly_img9 {
        width: 49px;
        height: 40px;
    }

    .apply .ly_content .img_ly .ly_img10 {
        width: 45px;
        height: 49px;
    }

    .apply .ly_content .img_ly .ly_img11 {
        width: 50px;
        height: 46px;
    }

    .apply .ly_content .img_ly .ly_img12 {
        width: 44px;
        height: 36px;
    }
}

@media screen and (max-width:1360px) {
    .apply .ly_content .img_ly .ly_img8 {
        width: 51px;
        height: 49px;
    }

    .apply .ly_content .img_ly .ly_img7 {
        width: 45px;
        height: 45px;
    }
    .apply h1{
        font-size: 30px;
    }
}

@media screen and (max-width:1280px) {
    .apply h1 {
        font-size: 28px;

    }

    .apply .ly_content .ly_one {
        padding: 28px;
        padding-bottom: 20px;
        width: 137px !important;
        height: 137px !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* 理由 */

.sy_section71 {
    width: 100%;
}

.sy_section71 h5 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 48px;
}

.sy_section71 h1 {
    width: 414px;
    height: 53px;
    font-size: 36px;
    color: #000000;
    line-height: 53px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 120px;
    font-weight: bold;
}

.sy_section71 h1 img {
    width: 100%;
    height: 100%;
}

.sy_section71 .content {
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.sy_section71 .content ul {
    margin: -15px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sy_section71 .content ul::after {
    content: "";
    display: block;
    clear: both;
}

.sy_section71 .content ul li {
    width: 50%;
    float: left;
    padding: 15px;
}

.sy_section71 .content ul li a {
    display: block;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 48px 114px 48px 30px;
}

.sy_section71 .content ul li:nth-child(even) a {
    padding: 48px 30px 48px 114px;
}

.sy_section71 .content ul li a .titbox {
    width: 100%;
    margin-bottom: 26px;
    width: 100%;
    overflow: hidden;
}

.sy_section71 .content ul li a .titbox img {
    width: 56px;
    float: left;
    display: block;
}

.sy_section71 .content ul li a .titbox .tit {
    font-size: 24px;
    color: #333333;
    line-height: 56px;
    float: left;
    padding: 0 14px;
    font-weight: bolder;
}

.sy_section71 .content ul li a .titbox .border {
    width: 20px;
    height: 4px;
    background: #047bf7;
    float: left;
    margin-top: 26px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sy_section71 .content ul li a:hover .titbox .border {
    width: 60px;
}

.sy_section71 .content ul li:nth-child(even) a .titbox img {
    float: right;
}

.sy_section71 .content ul li:nth-child(even) a .titbox .tit {
    float: right;
}

.sy_section71 .content ul li:nth-child(even) a .titbox .border {
    float: right;
}

.sy_section71 .content ul li a .info {
    font-size: 20px;
    color: #555555;
    line-height: 40px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sy_section71 .content .posi {
    width: 266px;
    height: 266px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sy_section71 .content .posi a {
    display: block;
    width: 210px;
    font-size: 30px;
    color: #ffffff;
    line-height: 210px;
    text-align: center;
    background: #047bf7;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: bolder;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media screen and (max-width:1680px) {
    .apply .ly_content .ly_one {
        padding: 38px;
        padding-bottom: 20px;
        width: 180px;
        height: 180px;
    }
    .sy_section71 h1{
        font-size: 34px;
    }

    /* .apply .img_ly {
        width: 50px;
        height: 60px;
    } */

}

@media screen and (max-width:1440px) {
    .sy_section71 h1{
        font-size: 32px;
    }
}

@media screen and (max-width:1360px) {
    .sy_section71 h1 {
        font-size: 30px;
        margin-left: 300px;
    }
}

@media screen and (max-width:1280px) {
    .sy_section71 h1 {
        font-size: 30px;
        margin-left: 300px;
    }
    .sy_section71 .content ul li a .titbox .tit{
        font-size: 22px;
    }
}

@media screen and (max-width:1024px) {
    .sy_section71 .content ul li a .titbox .tit{
        font-size: 20px;
    }
    .sy_section71 .content ul li a .info {
        font-size: 17px;
        line-height: 30px;
    }
    .sy_section71 h1{
        font-size: 28px;
    margin-left: 330px;
    margin-bottom: -4px;
    }
}


/* 合作伙伴 */
.sy_section16 {
    width: 100%;
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
    margin-left: -260px;
}

.sy_section16 h1 {
    margin-left: 500px;
    font-size: 36px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 90px;
}

.sy_section16 .content {
    width: 1920px;
    height: 930px;
    /* background-image: url(../../Upload/png/202308/bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding-left: 64px;
}

.sy_section16 .hkc {
    width: 259px;
    height: 259px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    position: absolute;
    top: 60px;
    left: 770px;
    transition: all 2s;
}

.sy_section16 .hkc img {
    width: 126px;
    height: 47px;
    margin-top: 110px;
    margin-left: 70px;
}
.sy_section16 .hkc:hover{
    transform: scale(1.3);
}
.sy_section16 .xiaomi {
    width: 110px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(7, 1, 2, 0.19);
    border-radius: 50%;
    position: absolute;
    top: 180px;
    left: 360px;
    transition: all 2s;
}

.sy_section16 .xiaomi img {
    width: 73px;
    height: 24px;
    margin-top: 45px;
    margin-left: 18px;

}
.sy_section16 .xiaomi:hover{
    transform: scale(1.3);
}

.sy_section16 .rx {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(7, 1, 2, 0.19);
    border-radius: 50%;
    position: absolute;
    top: 180px;
    left: 650px;
    transition: all 2s;

}

.sy_section16 .rx img {
    width: 48px;
    height: 30px;
    margin-top: 15px;
    margin-left: 6px;

}
.sy_section16 .rx:hover{
    transform: scale(1.3);
}
.sy_section16 .pisx {
    width: 145px;
    height: 145px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    position: absolute;
    top: 170px;
    right: 690px;
    transition: all 2s;
}

.sy_section16 .pisx img {
    width: 86px;
    height: 29px;
    margin-top: 62px;
    margin-left: 32px;

}
.sy_section16 .pisx:hover{
    transform: scale(1.3);
}

.sy_section16 .dr {
    width: 227px;
    height: 227px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    position: absolute;
    top: 150px;
    right: 264px;
    transition: all 2s;
}

.sy_section16 .dr img {
    width: 103px;
    height: 51px;
    margin-top: 94px;
    margin-left: 62px;

}
.sy_section16 .dr:hover{
    transform: scale(1.3);
}
.sy_section16 .lks {
    width: 219px;
    height: 219px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    position: absolute;
    top: 300px;
    left: 170px;
    transition: all 2s;
}

.sy_section16 .lks img {
    width: 166px;
    height: 37px;
    margin-top: 89px;
    margin-left: 32px;

}
.sy_section16 .lks:hover{
    transform: scale(1.3);
}
.sy_section16 .k {
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    position: absolute;
    top: 276px;
    left: 515px;
    transition: all 2s;
}

.sy_section16 .k img {
    width: 34px;
    height: 50px;
    margin-top: 68px;
    margin-left: 72px;

}
.sy_section16 .k:hover{
    transform: scale(1.3);
}

.sy_section16 .rx1 {
    width: 209px;
    height: 209px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    position: absolute;
    top: 350px;
    left: 740px;
    transition: all 2s;
}

.sy_section16 .rx1 img {
    width: 87px;
    height: 58px;
    margin-top: 75px;
    margin-left: 63px;
}
.sy_section16 .rx1:hover{
    transform: scale(1.3);
}

.sy_section16 .lks1 {
    width: 83px;
    height: 83px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(7, 1, 2, 0.19);
    border-radius: 50%;
    position: absolute;
    top: 340px;
    right: 830px;
    transition: all 2s;
}

.sy_section16 .lks1 img {
    width: 60px;
    height: 13px;
    margin-top: 35px;
    margin-left: 14px;

}
.sy_section16 .lks1:hover{
    transform: scale(1.3);
}

.sy_section16 .logo7 {
    width: 98px;
    height: 98px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(7, 1, 2, 0.19);
    border-radius: 50%;
    position: absolute;
    top: 420px;
    right: 320px;
    transition: all 2s;
}

.sy_section16 .logo7 img {
    width: 22px;
    height: 30px;
    margin-top: 35px;
    margin-left: 39px;

}
.sy_section16 .logo7:hover{
    transform: scale(1.3);
}

.sy_section16 .logo {
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(7, 1, 2, 0.19);
    border-radius: 50%;
    position: absolute;
    bottom: 250px;
    left: 220px;
    transition: all 2s;
}

.sy_section16 .logo img {
    width: 54px;
    height: 19px;
    margin-top: 37px;
    margin-left: 17px;

}
.sy_section16 .logo:hover{
    transform: scale(1.3);
}

.sy_section16 .lr {
    width: 245px;
    height: 245px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    position: absolute;
    bottom: 180px;
    left: 420px;
    transition: all 2s;
}

.sy_section16 .lr img {
    width: 149px;
    height: 59px;
    margin-top: 91px;
    margin-left: 43px;

}
.sy_section16 .lr:hover{
    transform: scale(1.3);
}
.sy_section16 .logo5 {
    width: 163px;
    height: 163px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(7, 1, 2, 0.19);
    border-radius: 50%;
    position: absolute;
    bottom: 180px;
    left: 780px;
    transition: all 2s;
}

.sy_section16 .logo5 img {
    width: 103px;
    height: 51px;
    margin-top: 56px;
    margin-left: 28px;

}
.sy_section16 .logo5:hover{
    transform: scale(1.3);
}
.sy_section16 .logo4 {
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    position: absolute;
    bottom: 250px;
    right: 720px;
    transition: all 2s;
}

.sy_section16 .logo4 img {
    width: 122px;
    height: 36px;
    margin-top: 75px;
    margin-left: 25px;

}
.sy_section16 .logo4:hover{
    transform: scale(1.3);
}
.sy_section16 .hkc1 {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(7, 1, 2, 0.19);
    border-radius: 50%;
    position: absolute;
    bottom: 280px;
    right: 550px;
    transition: all 2s;
}

.sy_section16 .hkc1 img {
    width: 35px;
    height: 13px;
    margin-top: 25px;
    margin-left: 14px;

}
.sy_section16 .hkc1:hover{
    transform: scale(1.3);
}
.sy_section16 .logo2 {
    width: 209px;
    height: 209px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    position: absolute;
    bottom: 160px;
    right: 230px;
    transition: all 2s;
}

.sy_section16 .logo2 img {
    width: 141px;
    height: 38px;
    margin-top: 85px;
    margin-left: 34px;

}
.sy_section16 .logo2:hover{
    transform: scale(1.3);
}
.sy_section16 .cx {
    width: 209px;
    height: 209px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    position: absolute;
    top: 320px;
    right: 510px;
    transition: all 2s;
}

.sy_section16 .cx img {
    width: 65px;
    height: 56px;
    margin-top: 75px;
    margin-left: 74px;

}
.sy_section16 .cx:hover{
    transform: scale(1.3);
}

@media screen and (max-width: 1680px) {
    body {
        font-size: 28px;
    }

    .sy_section16 {
        margin-left: -20px;
    }

    .sy_section16 .w_1340 {
        margin-left: 0;
    }

    .sy_section16 h1 {
        font-size: 34px;
    }

    .sy_section16 .content {
        width: 1680px;
    }

    .sy_section16 .hkc {
        width: 239px;
        height: 239px;
        position: absolute;
        top: 60px;
        left: 670px;
    }

    .sy_section16 .hkc img {
        width: 123px;
        height: 44px;
        margin-left: 63px;
    }

    .sy_section16 .xiaomi {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 170px;
        left: 300px;
    }

    .sy_section16 .xiaomi img {
        width: 65px;
        height: 20px;
        margin-top: 36px;
        margin-left: 11px;
    }

    .sy_section16 .rx {
        position: absolute;
        top: 160px;
        left: 560px;
    }

    .sy_section16 .rx img {
        width: 45px;
        height: 27px;
        margin-top: 16px;
        margin-left: 7px;
    }

    .sy_section16 .pisx {
        width: 135px;
        height: 135px;
        position: absolute;
        top: 160px;
        right: 600px;
    }

    .sy_section16 .pisx img {
        width: 83px;
        height: 26px;
        margin-top: 55px;
        margin-left: 29px;
    }

    .sy_section16 .dr {
        width: 217px;
        height: 217px;
    }

    .sy_section16 .lks {
        width: 209px;
        height: 209px;
    }

    .sy_section16 .lks img {
        width: 163px;
        height: 34px;
    }

    .sy_section16 .k {
        width: 170px;
        height: 170px;
        position: absolute;
        top: 266px;
        left: 445px;
    }

    .sy_section16 .rx1 {
        width: 199px;
        height: 199px;
        position: absolute;
        top: 330px;
        left: 650px;
    }

    .sy_section16 .rx1 img {
        width: 87px;
        height: 58px;
    }

    .sy_section16 .lks1 {
        width: 73px;
        height: 73px;
        position: absolute;
        top: 310px;
        right: 730px;
    }

    .sy_section16 .lks1 img {
        width: 57px;
        height: 10px;
        margin-top: 33px;
        margin-left: 11px;
    }

    .sy_section16 .cx {
        width: 199px;
        height: 199px;
    }

    .sy_section16 .cx img {
        margin-top: 70px;
        margin-left: 70px;
    }

    .sy_section16 .logo7 {
        position: absolute;
        top: 410px;
        right: 310px;
    }

    .sy_section16 .logo {
        position: absolute;
        bottom: 260px;
        left: 210px;
    }

    .sy_section16 .logo img {
        width: 51px;
        height: 16px;
        margin-top: 38px;
        margin-left: 19px;
    }

    .sy_section16 .lr {
        position: absolute;
        bottom: 210px;
    }

    .sy_section16 .logo5 {
        width: 153px;
        height: 153px;
        position: absolute;
        bottom: 222px;
        left: 687px;
    }

    .sy_section16 .logo4 {
        width: 170px;
        height: 170px;
        position: absolute;
        bottom: 250px;
        right: 640px;
    }

    .sy_section16 .hkc1 {
        position: absolute;
        bottom: 280px;
        right: 500px;
    }

    .sy_section16 .logo2 {
        width: 199px;
        height: 199px;
        position: absolute;
        bottom: 200px;
        right: 210px;
    }

    .sy_section16 .logo2 img {
        width: 138px;
        height: 35px;
        margin-top: 85px;
        margin-left: 32px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 26px;
    }

    .sy_section16 h1 {
        margin-left: 600px;
        font-size: 32px;
    }

    .sy_section16 {
        margin-left: -100px;
    }

    .sy_section16 .hkc {
        width: 219px;
        height: 219px;
        position: absolute;
        top: 60px;
        left: 670px;
    }

    .sy_section16 .hkc img {
        width: 123px;
        height: 44px;
        margin-left: 53px;
        margin-top: 90px;
    }

    .sy_section16 .xiaomi {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 170px;
        left: 300px;
    }

    .sy_section16 .xiaomi img {
        width: 65px;
        height: 20px;
        margin-top: 36px;
        margin-left: 11px;
    }

    .sy_section16 .rx {
        position: absolute;
        top: 160px;
        left: 560px;
    }

    .sy_section16 .rx img {
        width: 45px;
        height: 27px;
        margin-top: 16px;
        margin-left: 7px;
    }

    .sy_section16 .pisx {
        width: 115px;
        height: 115px;
        position: absolute;
        top: 160px;
        right: 630px;
    }

    .sy_section16 .pisx img {
        width: 80px;
        height: 23px;
        margin-top: 50px;
        margin-left: 22px;
    }

    .sy_section16 .dr {
        width: 207px;
        height: 207px;
        position: absolute;
        top: 160px;
        right: 284px;
    }

    .sy_section16 .dr img {
        margin-top: 74px;
        margin-left: 52px;
    }

    .sy_section16 .lks {
        width: 189px;
        height: 189px;
    }

    .sy_section16 .lks img {
        width: 160px;
        height: 31px;
        margin-left: 14px;
    }

    .sy_section16 .k {
        width: 150px;
        height: 150px;
        position: absolute;
        top: 266px;
        left: 445px;
    }

    .sy_section16 .k img {
        width: 34px;
        height: 50px;
        margin-top: 52px;
        margin-left: 62px;
    }

    .sy_section16 .rx1 {
        width: 179px;
        height: 179px;
        position: absolute;
        top: 300px;
        left: 630px;
    }

    .sy_section16 .rx1 img {
        width: 84px;
        height: 55px;
        margin-top: 65px;
        margin-left: 50px;
    }

    .sy_section16 .lks1 {
        width: 73px;
        height: 73px;
        position: absolute;
        top: 310px;
        right: 730px;
    }

    .sy_section16 .lks1 img {
        width: 57px;
        height: 10px;
        margin-top: 33px;
        margin-left: 11px;
    }

    .sy_section16 .cx {
        width: 179px;
        height: 179px;
        position: absolute;
        top: 290px;
        right: 490px;
    }

    .sy_section16 .cx img {
        margin-top: 60px;
        margin-left: 60px;
    }

    .sy_section16 .logo7 {
        position: absolute;
        top: 400px;
        right: 320px;
        width: 88px;
        height: 88px;
    }

    .sy_section16 .logo7 img {
        margin-top: 30px;
        margin-left: 35px;
    }

    .sy_section16 .logo {
        position: absolute;
        bottom: 300px;
        left: 220px;
        width: 78px;
        height: 78px;
    }

    .sy_section16 .logo img {
        width: 48px;
        height: 14px;
        margin-top: 34px;
        margin-left: 18px;
    }

    .sy_section16 .lr {
        position: absolute;
        bottom: 230px;
        width: 225px;
        height: 225px;
    }

    .sy_section16 .lr img {
        margin-left: 40px;
    }

    .sy_section16 .logo5 {
        width: 133px;
        height: 133px;
        position: absolute;
        bottom: 272px;
        left: 677px;
    }

    .sy_section16 .logo5 img {
        width: 100px;
        height: 48px;
        margin-top: 46px;
        margin-left: 21px;
    }

    .sy_section16 .logo4 {
        width: 150px;
        height: 150px;
        position: absolute;
        bottom: 310px;
        right: 640px;
    }

    .sy_section16 .logo4 img {
        width: 119px;
        height: 34px;
        margin-top: 62px;
        margin-left: 19px;
    }

    .sy_section16 .hkc1 {
        position: absolute;
        bottom: 340px;
        right: 500px;
    }

    .sy_section16 .logo2 {
        width: 179px;
        height: 179px;
        position: absolute;
        bottom: 230px;
        right: 260px;
    }

    .sy_section16 .logo2 img {
        width: 135px;
        height: 33px;
        margin-top: 80px;
        margin-left: 25px;
    }
}

@media screen and (max-width: 1360px) {
    .sy_section16 h1{
        font-size: 30px;
    }
    body {
        font-size: 24px;
    }

    .sy_section16 .hkc {
        width: 199px;
        height: 199px;
        position: absolute;
        left: 660px;
    }

    .sy_section16 .hkc img {
        width: 120px;
        height: 41px;
        margin-left: 43px;
        margin-top: 80px;
    }

    .sy_section16 .pisx {
        width: 95px;
        height: 95px;
        position: absolute;
        top: 160px;
        right: 680px;
    }

    .sy_section16 .pisx img {
        width: 72px;
        height: 19px;
        margin-top: 42px;
        margin-left: 14px;
    }

    .sy_section16 .dr {
        width: 187px;
        height: 187px;
        position: absolute;
        top: 160px;
        right: 374px;
    }

    .sy_section16 .dr img {
        margin-left: 45px;
    }

    .sy_section16 .lks {
        width: 169px;
        height: 169px;
        position: absolute;
        top: 290px;
        left: 190px;
    }

    .sy_section16 .lks img {
        width: 142px;
        height: 29px;
        margin-left: 14px;
        margin-top: 70px;
    }

    .sy_section16 .k {
        width: 130px;
        height: 130px;
        position: absolute;
        top: 266px;
        left: 415px;
    }

    .sy_section16 .k img {
        margin-top: 42px;
        margin-left: 52px;
    }

    .sy_section16 .rx1 {
        width: 159px;
        height: 159px;
        position: absolute;
        top: 290px;
        left: 600px;
    }

    .sy_section16 .rx1 img {
        width: 79px;
        height: 50px;
        margin-top: 55px;
        margin-left: 40px;
    }

    .sy_section16 .lks1 {
        position: absolute;
        top: 310px;
        right: 770px;
    }

    .sy_section16 .cx {
        width: 159px;
        height: 159px;
        position: absolute;
        top: 290px;
        right: 570px;
    }

    .sy_section16 .cx img {
        margin-top: 50px;
        margin-left: 50px;
    }

    .sy_section16 .logo7 {
        width: 78px;
        height: 78px;
        position: absolute;
        top: 380px;
        right: 420px;
    }

    .sy_section16 .logo7 img {
        margin-top: 25px;
        margin-left: 30px;
    }

    .sy_section16 .logo {
        position: absolute;
        bottom: 330px;
        left: 230px;
    }

    .sy_section16 .lr {
        width: 205px;
        height: 205px;
        position: absolute;
        bottom: 280px;
    }

    .sy_section16 .lr img {
        margin-top: 75px;
        margin-left: 30px;
    }

    .sy_section16 .logo5 {
        width: 113px;
        height: 113px;
        position: absolute;
        bottom: 322px;
        left: 647px;
    }

    .sy_section16 .logo5 img {
        width: 90px;
        height: 38px;
        margin-top: 40px;
        margin-left: 13px;
    }

    .sy_section16 .logo4 {
        width: 130px;
        height: 130px;
        position: absolute;
        bottom: 350px;
        right: 720px;
    }

    .sy_section16 .logo4 img {
        width: 99px;
        height: 28px;
        margin-top: 55px;
        margin-left: 17px;
    }

    .sy_section16 .hkc1 {
        position: absolute;
        bottom: 380px;
        right: 580px;
    }

    .sy_section16 .logo2 {
        width: 159px;
        height: 159px;
        position: absolute;
        bottom: 290px;
        right: 350px;
    }

    .sy_section16 .logo2 img {
        width: 125px;
        height: 33px;
        margin-top: 67px;
        margin-left: 19px;
    }
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 20px;
    }

    .sy_section16 h1 {
        font-size: 30px;
    }

    .sy_section16 .content {
        width: 1280px;
        height: 670px;
    }

    .sy_section16 .xiaomi {
        position: absolute;
        top: 120px;
        left: 320px;
    }

    .sy_section16 .hkc {
        width: 179px;
        height: 179px;
        position: absolute;
        left: 640px;
        top: 50px;
    }

    .sy_section16 .hkc img {
        width: 112px;
        height: 39px;
        margin-left: 37px;
        margin-top: 74px;
    }

    .sy_section16 .rx {
        position: absolute;
        top: 120px;
        left: 530px;
    }

    .sy_section16 .pisx {
        width: 95px;
        height: 95px;
        position: absolute;
        top: 130px;
        right: 330px;
    }

    .sy_section16 .pisx img {
        width: 64px;
        height: 17px;
        margin-top: 42px;
        margin-left: 16px;
    }

    .sy_section16 .dr {
        width: 177px;
        height: 177px;
        position: absolute;
        top: 120px;
        right: 64px;
    }

    .sy_section16 .dr img {
        margin-left: 45px;
    }

    .sy_section16 .lks {
        width: 169px;
        height: 169px;
        position: absolute;
        top: 240px;
        left: 190px;
    }

    .sy_section16 .lks img {
        width: 142px;
        height: 29px;
        margin-left: 14px;
        margin-top: 70px;
    }

    .sy_section16 .k {
        width: 130px;
        height: 130px;
        position: absolute;
        top: 206px;
        left: 415px;
    }

    .sy_section16 .k img {
        margin-top: 42px;
        margin-left: 52px;
        width: 31px;
        height: 47px;
    }

    .sy_section16 .rx1 {
        width: 149px;
        height: 149px;
        position: absolute;
        top: 250px;
        left: 590px;
    }

    .sy_section16 .rx1 img {
        width: 68px;
        height: 45px;
        margin-top: 55px;
        margin-left: 41px;
    }

    .sy_section16 .lks1 {
        position: absolute;
        top: 240px;
        right: 420px;
    }

    .sy_section16 .lks1 img {
        width: 54px;
    }

    .sy_section16 .cx {
        width: 149px;
        height: 149px;
        position: absolute;
        top: 260px;
        right: 250px;
    }

    .sy_section16 .cx img {
        margin-top: 50px;
        margin-left: 47px;
        width: 60px;
        height: 54px;
    }

    .sy_section16 .logo7 {
        width: 68px;
        height: 68px;
        position: absolute;
        top: 330px;
        right: 120px;
    }

    .sy_section16 .logo7 img {
        margin-top: 22px;
        margin-left: 27px;
        width: 19px;
        height: 26px;
    }

    .sy_section16 .logo {
        position: absolute;
        bottom: 140px;
        left: 220px;
    }

    .sy_section16 .lr {
        width: 195px;
        height: 195px;
        position: absolute;
        bottom: 90px;
        left: 360px;
    }

    .sy_section16 .lr img {
        margin-top: 69px;
        margin-left: 25px;
        width: 146px;
        height: 56px;
    }

    .sy_section16 .logo5 {
        width: 103px;
        height: 103px;
        position: absolute;
        bottom: 152px;
        left: 617px;
    }

    .sy_section16 .logo5 img {
        width: 70px;
        height: 36px;
        margin-top: 36px;
        margin-left: 17px;
    }

    .sy_section16 .logo4 {
        width: 120px;
        height: 120px;
        position: absolute;
        bottom: 140px;
        right: 380px;
    }

    .sy_section16 .logo4 img {
        width: 89px;
        height: 26px;
        margin-top: 53px;
        margin-left: 17px;
    }

    .sy_section16 .hkc1 {
        position: absolute;
        bottom: 150px;
        right: 270px;
    }

    .sy_section16 .logo2 {
        width: 149px;
        height: 149px;
        position: absolute;
        bottom: 90px;
        right: 60px;
    }

    .sy_section16 .logo2 img {
        width: 105px;
        height: 31px;
        margin-top: 67px;
        margin-left: 21px;
    }

    .sy_section16 .logo img {
        width: 45px;
        height: 14px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 18px;
    }

    .sy_section16 h1 {
        font-size: 28px;
        margin-left: 210px
    }

    .sy_section16 .content {
        width: 1024px;
        height: 530px;
    }

    .sy_section16 .xiaomi {
        position: absolute;
        top: 130px;
        left: 240px;
        width: 70px;
        height: 70px;
    }

    .sy_section16 .xiaomi img {
        width: 50px;
        height: 16px;
        margin-top: 29px;
        margin-left: 11px;
    }

    .sy_section16 .hkc {
        width: 159px;
        height: 159px;
        position: absolute;
        left: 510px;
        top: 70px;
    }

    .sy_section16 .hkc img {
        width: 102px;
        height: 39px;
        margin-left: 32px;
        margin-top: 65px;
    }

    .sy_section16 .rx {
        position: absolute;
        top: 130px;
        left: 410px;
    }

    .sy_section16 .rx img {
        width: 35px;
        height: 26px;
        margin-top: 18px;
        margin-left: 12px;
    }

    .sy_section16 .pisx {
        width: 75px;
        height: 75px;
        position: absolute;
        top: 130px;
        right: 210px;
    }

    .sy_section16 .pisx img {
        width: 54px;
        height: 17px;
        margin-top: 32px;
        margin-left: 14px;
    }

    .sy_section16 .dr {
        width: 157px;
        height: 157px;
        position: absolute;
        top: 120px;
        right: -6px;
    }

    .sy_section16 .dr img {
        margin-left: 36px;
        margin-top: 58px;
        width: 93px;
        height: 51px;
    }

    .sy_section16 .lks {
        width: 149px;
        height: 149px;
        position: absolute;
        top: 230px;
        left: 150px;
    }

    .sy_section16 .lks img {
        width: 122px;
        height: 28px;
        margin-left: 15px;
        margin-top: 64px;
    }

    .sy_section16 .k {
        width: 110px;
        height: 110px;
        position: absolute;
        top: 226px;
        left: 355px;
    }

    .sy_section16 .k img {
        margin-top: 36px;
        margin-left: 45px;
        width: 26px;
        height: 43px;
    }

    .sy_section16 .rx1 {
        width: 129px;
        height: 129px;
        position: absolute;
        top: 260px;
        left: 490px;
    }

    .sy_section16 .rx1 img {
        width: 58px;
        height: 45px;
        margin-top: 44px;
        margin-left: 39px;
    }

    .sy_section16 .lks1 {
        position: absolute;
        top: 230px;
        right: 300px;
    }

    .sy_section16 .lks1 img {
        width: 44px;
        height: 10px;
        margin-top: 33px;
        margin-left: 16px;
    }

    .sy_section16 .cx {
        width: 129px;
        height: 129px;
        position: absolute;
        top: 240px;
        right: 150px;
    }

    .sy_section16 .cx img {
        margin-top: 42px;
        margin-left: 42px;
        width: 50px;
        height: 44px;
    }

    .sy_section16 .logo7 {
        width: 58px;
        height: 58px;
        position: absolute;
        top: 310px;
        right: 40px;
    }

    .sy_section16 .logo7 img {
        margin-top: 18px;
        margin-left: 22px;
        width: 17px;
        height: 26px;
    }

    .sy_section16 .logo {
        position: absolute;
        bottom: 150px;
        left: 200px;
        width: 58px;
        height: 58px;
    }

    .sy_section16 .lr {
        width: 165px;
        height: 165px;
        position: absolute;
        bottom: 100px;
        left: 290px;
    }

    .sy_section16 .lr img {
        margin-top: 56px;
        margin-left: 15px;
        width: 136px;
        height: 56px;
    }

    .sy_section16 .logo5 {
        width: 83px;
        height: 83px;
        position: absolute;
        bottom: 142px;
        left: 507px;
    }

    .sy_section16 .logo5 img {
        width: 60px;
        height: 33px;
        margin-top: 26px;
        margin-left: 13px;
    }

    .sy_section16 .logo4 {
        width: 100px;
        height: 100px;
        position: absolute;
        bottom: 155px;
        right: 270px;
    }

    .sy_section16 .logo4 img {
        width: 79px;
        height: 25px;
        margin-top: 42px;
        margin-left: 13px;
    }

    .sy_section16 .hkc1 {
        position: absolute;
        bottom: 160px;
        right: 160px;
    }

    .sy_section16 .logo2 {
        width: 129px;
        height: 129px;
        position: absolute;
        bottom: 110px;
        right: -20px;
    }

    .sy_section16 .logo2 img {
        width: 95px;
        height: 29px;
        margin-top: 55px;
        margin-left: 20px;
    }

    .sy_section16 .logo img {
        width: 35px;
        height: 12px;
        margin-top: 26px;
        margin-left: 13px;
    }
}

@media screen and (max-width:820px) {
    .sy_section16 h1 {
        font-size: 25px;
        margin-left: 210px
    }

    .sy_section16 .content {
        width: 1024px;
        height: 530px;
    }

    .sy_section16 .xiaomi {
        position: absolute;
        top: 120px;
        left: 200px;
        width: 70px;
        height: 70px;
    }

    .sy_section16 .xiaomi img {
        width: 50px;
        height: 16px;
        margin-top: 29px;
        margin-left: 11px;
    }

    .sy_section16 .hkc {
        width: 139px;
        height: 139px;
        position: absolute;
        left: 440px;
        top: 60px;
    }

    .sy_section16 .hkc img {
        width: 92px;
        height: 35px;
        margin-left: 28px;
        margin-top: 55px;
    }

    .sy_section16 .rx {
        position: absolute;
        top: 110px;
        left: 350px;
    }

    .sy_section16 .rx img {
        width: 35px;
        height: 26px;
        margin-top: 18px;
        margin-left: 12px;
    }

    .sy_section16 .pisx {
        width: 75px;
        height: 75px;
        position: absolute;
        top: 120px;
        right: 140px;
    }

    .sy_section16 .pisx img {
        width: 44px;
        height: 15px;
        margin-top: 32px;
        margin-left: 16px;
    }

    .sy_section16 .dr {
        width: 137px;
        height: 137px;
        position: absolute;
        top: 120px;
        right: -56px;
    }

    .sy_section16 .dr img {
        margin-left: 29px;
        margin-top: 48px;
        width: 83px;
        height: 48px;
    }

    .sy_section16 .lks {
        width: 129px;
        height: 129px;
        position: absolute;
        top: 210px;
        left: 130px;
    }

    .sy_section16 .lks img {
        width: 102px;
        height: 24px;
        margin-left: 15px;
        margin-top: 54px;
    }

    .sy_section16 .k {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 186px;
        left: 295px;
    }

    .sy_section16 .k img {
        margin-top: 26px;
        margin-left: 35px;
        width: 22px;
        height: 40px;
    }


    .sy_section16 .rx1 {
        width: 109px;
        height: 109px;
        position: absolute;
        top: 230px;
        left: 420px;
    }

    .sy_section16 .rx1 img {
        width: 48px;
        height: 42px;
        margin-top: 34px;
        margin-left: 32px;
    }

    .sy_section16 .lks1 {
        position: absolute;
        top: 200px;
        right: 220px;
        width: 53px;
        height: 53px;
    }

    .sy_section16 .lks1 img {
        width: 34px;
        height: 7px;
        margin-top: 25px;
        margin-left: 11px;
    }

    .sy_section16 .cx {
        width: 109px;
        height: 109px;
        position: absolute;
        top: 210px;
        right: 80px;
    }

    .sy_section16 .cx img {
        margin-top: 35px;
        margin-left: 37px;
        width: 40px;
        height: 39px
    }

    .sy_section16 .logo7 {
        width: 58px;
        height: 58px;
        position: absolute;
        top: 280px;
        right: -30px;
    }

    .sy_section16 .logo7 img {
        margin-top: 18px;
        margin-left: 22px;
        width: 17px;
        height: 26px;
    }

    .sy_section16 .logo {
        position: absolute;
        bottom: 200px;
        left: 180px;
        width: 58px;
        height: 58px;
    }

    .sy_section16 .lr {
        width: 145px;
        height: 145px;
        position: absolute;
        bottom: 170px;
        left: 270px;
    }

    .sy_section16 .lr img {
        margin-top: 46px;
        margin-left: 10px;
        width: 126px;
        height: 53px;
    }

    .sy_section16 .logo5 {
        width: 73px;
        height: 73px;
        position: absolute;
        bottom: 182px;
        left: 467px;
    }

    .sy_section16 .logo5 img {
        width: 50px;
        height: 30px;
        margin-top: 24px;
        margin-left: 13px;
    }

    .sy_section16 .logo4 {
        width: 90px;
        height: 90px;
        position: absolute;
        bottom: 215px;
        right: 160px;
    }

    .sy_section16 .logo4 img {
        width: 69px;
        height: 23px;
        margin-top: 38px;
        margin-left: 13px;
    }

    .sy_section16 .hkc1 {
        position: absolute;
        bottom: 230px;
        right: 80px;
    }

    .sy_section16 .logo2 {
        width: 109px;
        height: 109px;
        position: absolute;
        bottom: 170px;
        right: -60px;
    }

    .sy_section16 .logo2 img {
        width: 85px;
        height: 27px;
        margin-top: 45px;
        margin-left: 15px;
    }

    .sy_section16 .logo img {
        width: 35px;
        height: 12px;
        margin-top: 26px;
        margin-left: 13px;
    }
}


@media screen and (max-width: 768px) {
    .sy_section16 {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0;
    }


    .sy_section16 h1 {
        font-size: 20px;
        margin-left: 0
    }

    .sy_section16 .content {
        width: 1024px;
        height: 530px;
    }

    .sy_section16 .xiaomi {
        position: absolute;
        top: 240px;
        left: 440px;
        width: 70px;
        height: 70px;
    }

    .sy_section16 .xiaomi img {
        width: 50px;
        height: 16px;
        margin-top: 29px;
        margin-left: 5px;
    }

    .sy_section16 .hkc {
        width: 159px;
        height: 159px;
        position: absolute;
        left: 300px;
        top: 70px;
    }

    .sy_section16 .hkc img {
        width: 92px;
        height: 34px;
        margin-left: 11px;
        margin-top: 65px;
    }

    .sy_section16 .rx {
        display: none;
    }


    .sy_section16 .pisx {
        display: none;
    }


    .sy_section16 .dr {
        display: none;
    }

    .sy_section16 .lks {
        display: none;
    }

    .sy_section16 .k {
        width: 130px;
        height: 130px;
        position: absolute;
        top: 146px;
        left: 555px;
    }

    .sy_section16 .k img {
        margin-top: 40px;
        margin-left: 7px;
        width: 36px;
        height: 53px;
    }

    .sy_section16 .rx1 {
        width: 119px;
        height: 119px;
        position: absolute;
        top: 260px;
        left: 290px;
    }

    .sy_section16 .rx1 img {
        width: 58px;
        height: 40px;
        margin-top: 42px;
        margin-left: 5px;
    }

    .sy_section16 .lks1 {
        position: absolute;
        top: 140px;
        left: 140px;
        width: 83px;
        height: 83px;
    }

    .sy_section16 .lks1 img {
        width: 59px;
        height: 14px;
        margin-top: 36px;
        margin-left: 6px;
    }

    .sy_section16 .cx {
        width: 119px;
        height: 119px;
        position: absolute;
        top: 350px;
        right: 50px;
    }

    .sy_section16 .cx img {
        margin-top: 30px;
        margin-left: 6px;
        width: 60px;
        height: 54px;
    }

    .sy_section16 .logo7 {
        display: none;
    }



    .sy_section16 .logo {
        display: none;
    }

    .sy_section16 .lr {
        width: 105px;
        height: 105px;
        position: absolute;
        bottom: 120px;
        left: 190px;
    }

    .sy_section16 .lr img {
        margin-top: 33px;
        margin-left: -2px;
        width: 86px;
        height: 38px;
    }

    .sy_section16 .logo5 {
        width: 113px;
        height: 113px;
        position: absolute;
        bottom: 252px;
        left: 67px;
    }

    .sy_section16 .logo5 img {
        width: 70px;
        height: 40px;
        margin-top: 40px;
        margin-left: 4px;
    }

    .sy_section16 .logo4 {
        width: 120px;
        height: 120px;
        position: absolute;
        bottom: 125px;
        right: 250px;
    }

    .sy_section16 .logo4 img {
        width: 79px;
        height: 27px;
        margin-top: 51px;
        margin-left: 7px;
    }

    .sy_section16 .hkc1 {
        display: none;
    }

    .sy_section16 .logo2 {
        display: none;
    }
}

@media screen and (min-width:320px) and (max-width:720px) {
    .sy_section16 {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0;
    }


    .sy_section16 h1 {
        font-size: 20px;
        margin-left: 0
    }

    .sy_section16 .content {
        width: 1024px;
        height: 530px;
    }

    .sy_section16 .xiaomi {
        position: absolute;
        top: 230px;
        left: 20px;
        width: 70px;
        height: 70px;
    }

    .sy_section16 .xiaomi img {
        width: 50px;
        height: 16px;
        margin-top: 29px;
        margin-left: 5px;
    }

    .sy_section16 .hkc {
        width: 129px;
        height: 129px;
        position: absolute;
        left: 130px;
        top: 70px;
    }

    .sy_section16 .hkc img {
        width: 82px;
        height: 29px;
        margin-left: 11px;
        margin-top: 53px;
    }

    .sy_section16 .rx {
        display: none;
    }


    .sy_section16 .pisx {
        display: none;
    }


    .sy_section16 .dr {
        display: none;
    }

    .sy_section16 .lks {
        display: none;
    }

    .sy_section16 .k {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 136px;
        left: 285px;
    }

    .sy_section16 .k img {
        margin-top: 31px;
        margin-left: 7px;
        width: 26px;
        height: 43px;
    }

    .sy_section16 .rx1 {
        width: 99px;
        height: 99px;
        position: absolute;
        top: 230px;
        left: 140px;
    }

    .sy_section16 .rx1 img {
        width: 48px;
        height: 35px;
        margin-top: 34px;
        margin-left: 9px;
    }

    .sy_section16 .lks1 {
        position: absolute;
        top: 130px;
        left: 30px;
    }

    .sy_section16 .lks1 img {
        width: 48px;
        height: 10px;
        margin-top: 38px;
        margin-left: 3px;
    }

    .sy_section16 .cx {
        width: 99px;
        height: 99px;
        position: absolute;
        top: 350px;
        right: 30px;
    }

    .sy_section16 .cx img {
        margin-top: 28px;
        margin-left: 9px;
        width: 50px;
        height: 44px;
    }

    .sy_section16 .logo7 {
        display: none;
    }



    .sy_section16 .logo {
        display: none;
    }

    .sy_section16 .lr {
        width: 75px;
        height: 75px;
        position: absolute;
        bottom: 190px;
        left: 170px;
    }

    .sy_section16 .lr img {
        margin-top: 21px;
        margin-left: -2px;
        width: 76px;
        height: 34px;
    }

    .sy_section16 .logo5 {
        width: 83px;
        height: 83px;
        position: absolute;
        bottom: 282px;
        left: 267px;
    }

    .sy_section16 .logo5 img {
        width: 50px;
        height: 30px;
        margin-top: 27px;
        margin-left: 7px;
    }

    .sy_section16 .logo4 {
        width: 100px;
        height: 100px;
        position: absolute;
        bottom: 195px;
        right: 270px;
    }

    .sy_section16 .logo4 img {
        width: 69px;
        height: 23px;
        margin-top: 41px;
        margin-left: 7px;
    }

    .sy_section16 .hkc1 {
        display: none;
    }

    .sy_section16 .logo2 {
        display: none;
    }

}