@charset "UTF-8";

/*首页banner*/
.sy_banner {
    width: 100%;
    position: relative;
    z-index: 1;
}

.sy_banner .ul {
    width: 100%;
}

.sy_banner .ul .li {
    height: auto;
}

.sy_banner .ul .li h2,
.sy_banner .ul .li p {
    z-index: 9999;
}

.sy_banner .ul .slick-dots {
    position: absolute;
    bottom: 100px;
    height: 12px;
    text-align: center;
}

.sy_banner .ul .slick-dots li {
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 7px;
    background: rgba(255, 255, 255, 0.4);
}

.sy_banner .ul .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 0);
    border: 3px solid #fff;
}

.sy_banner h2 {
    position: absolute;
    top: 210px;
    left: 350px;
    font-style: italic;
    font-size: 80px;
    letter-spacing: 5px;
    font-family: Source;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: -6px 6px 8px rgba(0, 0, 0, 0.42);
}

.sy_banner p {
    position: absolute;
    top: 330px;
    left: 340px;
    letter-spacing: 5px;
    font-style: italic;
    font-size: 36px;
    font-family: Source;
    font-weight: bold;
    color: #fff;
    text-shadow: -6px 6px 8px rgba(0, 0, 0, 0.42);
}

.sy_banner .img1 {
    position: absolute;
    top: 137px;
    left: 130px;
    width: 50%;
    height: 530px;
}


@media screen and (max-width: 1024px) {
    .sy_banner {
        margin-top: 50px;
    }

    .sy_banner .ul .slick-dots {
        bottom: 20px;
        height: 10px;
    }

    .sy_banner .ul .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }

    .sy_banner .ul .slick-dots li.slick-active {
        border: 2px solid #fff;
    }


}


/* 三个模块 */
.sy_section1 {
    width: 100%;
    margin-top: -166px;
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
    margin-left: 40px;
}

.sy_section1 .ul {
    /* margin: 0 -15px; */
    width: calc(100% + 30px);
    display: flex;
}

.sy_section1 .ul::after {
    content: "";
    display: block;
    clear: both;
}

.sy_section1 .ul .li1 {
    width: 380px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    margin-left: 30px;
    position: relative;
}

.sy_section1 .ul .li1 .qiye {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sy_section1 .ul .li1 .qy_a {
    display: block;
    width: 100%;
    padding: 43px 32px 44px 32px;
    height: 28px;
    font-size: 28px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #333333;
}

.sy_section1 .ul .li1 p {
    font-size: 18px;
    color: #999999;
    padding-left: 53px;
    padding-right: 63px;
    padding-top: 10px;
    padding-bottom: 50px;
}

/* .sy_section1 .ul .li1 a .ico {
    width: 84px;
    display: block;
    margin: 0 auto 22px auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sy_section1 .ul .li1 a:hover .ico {
    transform: rotateY(180deg);
} */

.sy_section1 .ul .li1 .more {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    border: 1px solid #047bf7;
    width: 150px;
    height: 40px;
    background: #0280FF;
    border-radius: 6px;
    transition: all 0.5s;
    position: relative;
}

.sy_section1 .ul .li1 .more:hover {
    transform: scale(1.2);

}

.sy_section1 .ul .li1 .more {
    background: #047bf7;
    color: #fff;
    display: block;
    margin: 0 auto;
}

.sy_section1 .ul .li1 .img2 {
    width: 83px;
    height: 83px;
    margin-top: 40px;
}

@media screen and (max-width: 1680px) {
    .sy_section1 {
        margin-top: -130px;
        padding-bottom: 60px;
    }

    .sy_section1 .ul {
        margin: 0 -10px;
        width: calc(100% + 20px);
    }

    .sy_section1 .ul .li {
        padding: 0 10px;
    }

    .sy_section1 .ul .li a {
        padding: 30px 26px;
    }

    .sy_section1 .ul .li a .ico {
        width: 70px;
        margin: 0 auto 16px auto;
    }

    .sy_section1 .ul .li a .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .sy_section1 .ul .li a .info {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 24px;
        height: 90px;
    }

    .sy_section1 .ul .li a .more {
        font-size: 14px;
        line-height: 32px;
    }

    .sy_banner h2 {
        font-size: 70px;
        position: absolute;
        top: 210px;
        left: 300px;
    }

    .sy_banner p {
        position: absolute;
        top: 310px;
        left: 300px;
        font-size: 30px;
    }

    .sy_banner .img1 {
        position: absolute;
        top: 170px;
        left: 193px;
        width: 40%;
        height: 400px;
    }

    .sy_section1 .ul .li1 {
        width: 307px;
        height: 340px;
    }

    .sy_section1 .ul .li1 .img2 {
        width: 73px;
        height: 73px;
    }


    .sy_section1 .ul .li1 .qy_a {
        font-size: 22px;
        padding: 1px 33px 30px 33px;
        line-height: 56px;
    }

    .sy_section1 .ul .li1 p {
        font-size: 18px;
        color: #999999;
        padding-left: 50px;
        padding-right: 55px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .sy_section1 .ul .li1 .more {
        line-height: 38px;
        width: 140px;
        height: 38px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 26px;
    }

    .sy_banner h2 {
        font-size: 60px;
        margin-left: -100px;
        position: absolute;
        top: 180px;
        left: 300px;
    }

    .sy_banner p {
        position: absolute;
        top: 266px;
        left: 200px;
        font-size: 23px;
    }

    .sy_banner .img1 {
        position: absolute;
        top: 193px;
        left: 113px;
        width: 40%;
        height: 230px;
    }

    .sy_banner ul .li {
        position: relative;
        left: -30px;
    }

    .sy_section1 {
        margin-left: -30px;
    }

    .sy_section1 .ul .li1 p {
        padding-left: 48px;
    }
}

@media screen and (max-width: 1360px) {
    body {
        font-size: 24px;
    }

    .sy_banner p {
        position: absolute;
        top: 250px;
        left: 190px;
    }

    .sy_banner .img1 {
        position: absolute;
        top: 192px;
        height: 200px;
    }

    .sy_banner h2 {
        margin-left: -120px;
        position: absolute;
        top: 170px;
        left: 310px;
    }

    .sy_section1 .ul .li1 p {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .sy_section1 .ul .li1 .img2 {
        width: 63px;
        height: 63px;
    }

    .sy_section1 .ul .li1 {
        height: 320px;
    }

    .sy_section1 .ul .li1 .more {
        width: 120px;
        height: 34px;
        line-height: 34px;
    }

    .sy_section1 .ul .li1 .qy_a {
        font-size: 20px;
        padding-top: 13px;
    }
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 20px;
    }

    .sy_banner h2 {
        font-size: 40px;
        position: absolute;
        top: 170px;
        left: 310px;
    }

    .sy_banner p {
        position: absolute;
        top: 230px;
        font-size: 20px;
    }

    .sy_banner .img1 {
        height: 140px;
        position: absolute;
        top: 195px;
        left: 115px;
    }

    .sy_section1 .ul .li1 {
        width: 257px;
        height: 290px;
    }

    .sy_section1 .ul .li1 .img2 {
        width: 53px;
        height: 53px;
    }

    .sy_section1 .ul .li1 .qy_a {
        font-size: 20px;
    }

    .sy_section1 .ul .li1 p {
        padding-left: 39px;
        padding-right: 33px;
        font-size: 13px;
    }

    .sy_section1 .ul .li1 .more {
        width: 115px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section1 .ul .li1 .qy_a {
        font-size: 18px;
        padding-top: 1px;
    }

    .sy_section1 {
        margin-top: -80px;
        padding-bottom: 30px;
        margin-left: 60px;
    }

    .sy_section1 .ul {
        margin: 0 -6px;
        width: calc(100% + 12px);
    }

    .sy_section1 .ul .li {
        width: 50%;
        padding: 0 6px;
    }

    .sy_section1 .ul .li a {
        padding: 12px;
    }

    .sy_section1 .ul .li1 {
        margin-left: 21px;
        width: 230px;
        height: 260px;
    }

    .sy_section1 .ul .li a .ico {
        width: 54px;
        margin: 0 auto 12px auto;
    }

    .sy_section1 .ul .li a .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .sy_section1 .ul .li a .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
        height: 72px;
    }

    .sy_section1 .ul .li a .info br {
        display: none;
    }

    .sy_section1 .ul .li a .more {
        font-size: 13px;
        line-height: 30px;
        width: 120px;
        height: 30px;
    }

    .sy_banner h2 {
        font-size: 30px;
        position: absolute;
        top: 110px;
        margin-left: -210px;
    }

    .sy_banner p {
        position: absolute;
        top: 155px;
        font-size: 18px;
        left: 94px;
    }

    .sy_banner .img1 {
        position: absolute;
        top: 125px;
        left: 53px;
    }

    .sy_section1 .ul .li1 .img2 {
        width: 43px;
        height: 43px;
    }

    .sy_section1 .ul .li1 p {
        padding-left: 26px;
        padding-right: 25px;
        font-size: 12px;
        padding-bottom: 20px;
    }

    .sy_section1 .qiye {
        width: 170px;
        height: 160px;
    }
}

/* 手机端 */
@media screen and (min-width:320px) and (max-width:720px) {
    .sy_section1 {
        margin-top: -80px;
        padding-bottom: 30px;
        margin-left: 60px;
    }

    .sy_section1 .ul {
        display: block
    }

    .sy_section1 .ul .li a {
        padding: 12px;
    }

    .sy_section1 .ul .li1 {
        margin-left: 0;
        width: 290px;
        height: 250px;
        display: block;
    }

    .sy_section1 .ul .li1:nth-child(1) {
        margin-top: 50px;
    }

    .sy_section1 .ul .li1:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sy_section1 .ul .li a .ico {
        width: 54px;
        margin: 0 auto 12px auto;
    }

    .sy_section1 .ul .li a .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .sy_section1 .ul .li a .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
        height: 72px;
    }

    .sy_section1 .ul .li a .info br {
        display: none;
    }

    .sy_section1 .ul .li a .more {
        font-size: 13px;
        line-height: 30px;
        width: 120px;
        height: 30px;
    }

    .sy_banner h2 {
        font-size: 21px;
        position: absolute;
        top: 21px;
        margin-left: -194px;
    }

    .sy_banner p {
        position: absolute;
        top: 40%;
        font-size: 14px;
        left: 10%;
    }

    .sy_banner .img1 {
        position: absolute;
        top: 125px;
        left: 53px;
    }

    .sy_section1 .ul .li1 .img2 {
        width: 51px;
        height: 51px;
        margin-top: 30px;
    }

    .sy_section1 .ul .li1 p {
        padding-left: 24px;
        padding-right: 25px;
        font-size: 12px;
        padding-bottom: 30px
    }

    .sy_section1 .qiye {
        width: 170px;
        height: 160px;
    }
}

/* 企业数字化升级 */
.sy_section12 {
    width: 1466px;
    height: 711px;
    background-image: url(../../Upload/png/202308/qiye_one.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding-left: 64px;
}

.sy_section12 .content {
    width: 639px;
    height: 420px;
    margin-top: 105px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    padding: 40px 20px 40px 30px;
}

.sy_section12 h1 {
    font-size: 23px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    padding-top: 70px;
}

.sy_section12 .tit2 {
    color: #333333;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    padding-top: 15px;
}

.sy_section12 .content p {
    display: flex;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}

.sy_section12 .content p a {
    width: 523px;
    font-size: 18px;
    color: #1978FF !important;
}

.sy_section12 .content h4 {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #1978FF;
    margin-top: 20px;
    float: right;
    letter-spacing: 2px;
    transition: all 0.5s;
}

.sy_section12 .content h4:hover {
    transform: scale(1.2);
}

.sy_section12 .content img {
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 1680px) {
    body {
        font-size: 28px;
    }

    .sy_section12 {
        width: 1216px;
        height: 591px;
        padding-left: 54px;
    }

    .sy_section12 .w_1340 {
        margin-left: 0;
    }

    .sy_section12 h1 {
        font-size: 22px;
        padding-top: 50px;
    }

    .sy_section12 .tit2 {
        width: 1180px;
        font-size: 15px;
    }

    .sy_section12 .content {
        width: 619px;
        height: 330px;
        margin-top: 95px;
        padding: 35px 20px 8px 30px
    }

    .sy_section12 .content p span {
        font-size: 17px;
        width: 493px;
    }

    .sy_section12 .content p {
        line-height: 41px;
    }

    .sy_section12 .content img {
        margin-top: 15px;
        width: 12px;
        height: 12px;
    }

    .sy_section12 .content h4 {
        font-size: 17px;
        margin-top: -16px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 1600px) {
    .sy_section12 h1 {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 26px;
    }
}

@media screen and (max-width: 1360px) {
    body {
        font-size: 24px;
    }
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 20px;
    }

    .sy_section12 {
        width: 1060px;
        height: 511px;
        padding-left: 44px;
        background-size: cover;
    }

    .sy_section12 h1 {
        font-size: 20px;
        line-height: 1px;
    }

    .sy_section12 .tit2 {
        font-size: 13px;
        padding-top: 20px;
    }

    .sy_section12 .content {
        width: 489px;
        height: 300px;
        margin-top: 85px;
        padding-top: 20px;
    }

    .sy_section12 .content p span {
        font-size: 16px;
        width: 386px;
    }

    .sy_section12 .content h4 {
        font-size: 16px;
        margin-top: -12px;
        margin-right: 6px;
    }

    .sy_section12 .content p {
        line-height: 38px;
    }

    .sy_section12 .content img {
        width: 11px;
        height: 11px;
    }

    .sy_section12 .search {
        margin-right: 4px;
    }

}

@media screen and (max-width: 1024px) {
    body {
        font-size: 18px;
    }

    .sy_section12 {
        width: 930px;
        height: 451px;
        padding-left: 24px;
        background-size: cover;
    }

    .sy_section12 h1 {
        font-size: 18px;
        line-height: 1px;
    }

    .sy_section12 .tit2 {
        font-size: 13px;
        padding-top: 20px;
        width: 820px;
    }

    .sy_section12 .content {
        width: 449px;
        height: 260px;
        margin-top: 45px;
        padding-top: 10px;
        padding-left: 15px;
    }

    .sy_section12 .content p span {
        font-size: 13px;
        width: 386px;
    }

    .sy_section12 .content h4 {
        font-size: 15px;
        margin-top: -12px;
        margin-right: 10px;
    }

    .sy_section12 .content p {
        line-height: 34px;
    }

    .sy_section12 .content img {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }

    .sy_section12 .search {
        margin-right: 4px;
    }
}

@media screen and (min-width:320px) and (max-width:720px) {
    .sy_section12 {
        width: 380px;
        height: 180px;
        padding-left: 0;
        background-size: cover;
        margin-bottom: 320px;
    }

    .sy_section12 .w_1340 {
        padding-left: 0;
    }

    .sy_section12 h1 {
        font-size: 17px;
        padding-left: 15px;
        padding-top: 25px;
    }

    .sy_section12 .tit2 {
        font-size: 12px;
        padding-top: 36px;
        height: 110px;
        line-height: 22px;
        padding-left: 17px;
        width: 223px;
        float: left;

    }

    .sy_section12 .content {
        width: 379px;
        height: 240px;
        margin-top: 165px;
        padding-top: 0;
        padding-left: 12px;
    }

    .sy_section12 .content p span {
        font-size: 13px;
        width: 386px;
    }

    .sy_section12 .content h4 {
        font-size: 15px;
        margin-top: 2px;
        float: left;
        margin-left: 17px;
    }

    .sy_section12 .content p {
        line-height: 34px;
    }

    .sy_section12 .content img {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }

    .sy_section12 .search {
        margin-right: 4px;
    }
}


/* 智能制造升级 */
.sy_section13 {
    width: 1466px;
    height: 711px;
    background-image: url(../../Upload/png/202308/znzz.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 64px;
}

.sy_section13 .content {
    width: 639px;
    height: 393px;
    margin-top: 125px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    padding: 40px 20px 40px 30px;
    float: right;
    margin-right: 64px;
}

.sy_section13 h1 {
    font-size: 23px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    padding-top: 70px;
}

.sy_section13 .tit2 {
    color: #333333;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    padding-top: 15px;
}

.sy_section13 .content p {
    display: flex;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}

.sy_section13 .content p span {
    width: 543px;
    font-size: 18px;
}

.sy_section13 .content h4 {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #1978FF;
    margin-top: -5px;
    margin-right: -5px;
    float: right;
    letter-spacing: 2px;
    transition: all 0.5s;
}

.sy_section13 .content h4:hover {
    transform: scale(1.2);
}

.sy_section13 .content img {
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 1680px) {
    body {
        font-size: 28px;
    }

    .sy_section13 {
        width: 1216px;
        height: 591px;
        padding-left: 54px;
    }

    .sy_section13 .w_1340 {
        margin-left: 0;
    }

    .sy_section13 h1 {
        font-size: 22px;
        padding-top: 50px;
    }

    .sy_section13 .tit2 {
        width: 1180px;
        font-size: 15px;
    }

    .sy_section13 .content {
        width: 619px;
        height: 330px;
        margin-top: 95px;
        padding: 35px 20px 8px 30px;
        margin-right: -296px;
    }

    .sy_section13 .content p span {
        font-size: 17px;
        width: 512px;
    }

    .sy_section13 .content p {
        line-height: 41px;
    }

    .sy_section13 .content img {
        margin-top: 15px;
        width: 12px;
        height: 12px;
    }

    .sy_section13 .content h4 {
        font-size: 17px;
        margin-top: -16px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .sy_section13 h1 {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 26px;
    }
}

@media screen and (max-width: 1360px) {
    body {
        font-size: 24px;
    }
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 20px;
    }

    .sy_section13 {
        width: 1060px;
        height: 511px;
        padding-left: 44px;
        background-size: cover;
    }

    .sy_section13 h1 {
        font-size: 20px;
        line-height: 1px;
    }

    .sy_section13 .tit2 {
        font-size: 13px;
        padding-top: 20px;
    }

    .sy_section13 .content {
        width: 499px;
        height: 300px;
        margin-top: 85px;
        padding-top: 20px;
        margin-right: -256px;
    }

    .sy_section13 .content p span {
        font-size: 16px;
        width: 403px;
    }

    .sy_section13 .content h4 {
        font-size: 16px;
        margin-top: -28px;
    }

    .sy_section13 .content p {
        line-height: 38px;
    }

    .sy_section13 .content img {
        width: 9px;
        height: 9px;
    }

    .sy_section13 .content h4 {
        margin-top: -12px;
        margin-right: 21px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 18px;
    }

    .sy_section13 {
        width: 930px;
        height: 451px;
        padding-left: 24px;
        background-size: cover;
    }

    .sy_section13 h1 {
        font-size: 18px;
        line-height: 1px;
    }

    .sy_section13 .tit2 {
        font-size: 13px;
        padding-top: 20px;
        width: 820px;
    }

    .sy_section13 .content {
        width: 449px;
        height: 260px;
        margin-top: 45px;
        padding-top: 10px;
        padding-left: 15px;
        margin-right: 24px;
    }

    .sy_section13 .content p span {
        font-size: 13px;
        width: 386px;
    }

    .sy_section13 .content h4 {
        font-size: 15px;
        margin-top: -12px;
        margin-right: 10px;
    }

    .sy_section13 .content p {
        line-height: 34px;
    }

    .sy_section13 .content img {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }

    .sy_section13 .search {
        margin-right: 4px;
    }
}

@media screen and (min-width:320px) and (max-width:720px) {
    .sy_section13 {
        width: 380px;
        height: 180px;
        padding-left: 0;
        background-size: cover;
        margin-bottom: 320px;
    }

    .sy_section13 .w_1340 {
        padding-left: 0;
    }

    .sy_section13 h1 {
        font-size: 17px;
        padding-left: 15px;
        padding-top: 25px;
    }

    .sy_section13 .tit2 {
        font-size: 12px;
        padding-top: 38px;
        height: 110px;
        line-height: 22px;
        padding-left: 18px;
        width: 228px;
        float: right;
    }

    .sy_section13 .content {
        width: 379px;
        height: 240px;
        margin-top: 56px;
        padding-top: 0;
        padding-left: 12px;
        float: left;
    }

    .sy_section13 .content p span {
        font-size: 13px;
        width: 386px;
    }

    .sy_section13 .content h4 {
        font-size: 15px;
        margin-top: 2px;
        float: left;
        margin-left: 17px;
    }

    .sy_section13 .content p {
        line-height: 34px;
    }

    .sy_section13 .content img {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }

    .sy_section13 .search {
        margin-right: 4px;
    }
}





/* 生产自动化升级 */
.sy_section14 {
    width: 1466px;
    height: 711px;
    background-image: url(../../Upload/png/202308/production.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding-left: 64px;
}

.sy_section14 .content {
    width: 639px;
    height: 420px;
    margin-top: 80px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    padding: 40px 20px 40px 30px;
}

.sy_section14 h1 {
    font-size: 23px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    padding-top: 70px;
}

.sy_section14 .tit2 {
    color: #333333;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    padding-top: 15px;
}

.sy_section14 .content p {
    display: flex;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}

.sy_section14 .content p span {
    width: 523px;
    font-size: 18px;
}

.sy_section14 .content h4 {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #1978FF;
    margin-top: 20px;
    float: right;
    letter-spacing: 2px;
    margin-right: 10px;
    transition: all 0.5s;
}

.sy_section14 .content h4:hover {
    transform: scale(1.2);
}

.sy_section14 .content img {
    width: 14px;
    height: 14px;
    margin-right: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 1680px) {
    body {
        font-size: 28px;
    }

    .sy_section14 {
        width: 1216px;
        height: 591px;
        padding-left: 54px;
    }

    .sy_section14 .w_1340 {
        margin-left: 0;
    }

    .sy_section14 h1 {
        font-size: 22px;
        padding-top: 50px;
    }

    .sy_section14 .tit2 {
        width: 1100px;
        font-size: 15px;
        line-height: 20px;
    }

    .sy_section14 .content {
        width: 619px;
        height: 330px;
        margin-top: 65px;
        padding: 35px 20px 8px 30px;
        margin-right: -296px;
    }

    .sy_section14 .content p span {
        font-size: 17px;
        width: 502px;
    }

    .sy_section14 .content p {
        line-height: 41px;
    }

    .sy_section14 .content img {
        margin-top: 15px;
        width: 12px;
        height: 12px;
    }

    .sy_section14 .content h4 {
        font-size: 17px;
        margin-top: -16px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .sy_section14 h1 {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 26px;
    }
}

@media screen and (max-width: 1360px) {
    body {
        font-size: 24px;
    }
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 20px;
    }

    .sy_section14 {
        width: 1060px;
        height: 511px;
        padding-left: 44px;
        background-size: cover;
    }

    .sy_section14 h1 {
        font-size: 20px;
        line-height: 1px;
    }

    .sy_section14 .tit2 {
        font-size: 13px;
        padding-top: 20px;
        width: 960px;
    }

    .sy_section14 .content {
        width: 499px;
        height: 300px;
        margin-top: 65px;
        padding-top: 30px;
        margin-right: -266px;
    }

    .sy_section14 .content p span {
        font-size: 16px;
        width: 473px;
    }

    .sy_section14 .content h4 {
        font-size: 16px;
        margin-top: -28px;
    }

    .sy_section14 .content p {
        line-height: 38px;
    }

    .sy_section14 .content img {
        width: 9px;
        height: 9px;
    }

    .sy_section14 .content h4 {
        margin-top: -12px;
        margin-right: 21px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 18px;
    }

    .sy_section14 {
        width: 930px;
        height: 451px;
        padding-left: 24px;
        background-size: cover;
    }

    .sy_section14 h1 {
        font-size: 18px;
        line-height: 1px;
    }

    .sy_section14 .tit2 {
        font-size: 13px;
        padding-top: 20px;
        width: 820px;
    }

    .sy_section14 .content {
        width: 449px;
        height: 260px;
        margin-top: 45px;
        padding-top: 10px;
        padding-left: 15px;
        margin-right: 24px;
    }

    .sy_section14 .content p span {
        font-size: 13px;
        width: 386px;
    }

    .sy_section14 .content h4 {
        font-size: 15px;
        margin-top: -12px;
        margin-right: 10px;
    }

    .sy_section14 .content p {
        line-height: 34px;
    }

    .sy_section14 .content img {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }

    .sy_section14 .search {
        margin-right: 4px;
    }
}

@media screen and (min-width:320px) and (max-width:720px) {
    .sy_section14 {
        width: 380px;
        height: 180px;
        padding-left: 0;
        background-size: cover;
        margin-bottom: 400px;
    }

    .sy_section14 .w_1340 {
        padding-left: 0;
    }

    .sy_section14 h1 {
        font-size: 17px;
        padding-left: 15px;
        padding-top: 25px;
    }

    .sy_section14 .tit2 {
        font-size: 12px;
        padding-top: 36px;
        height: 110px;
        line-height: 22px;
        padding-left: 17px;
        width: 243px;
        float: left;

    }

    .sy_section14 .content {
        width: 379px;
        height: 240px;
        margin-top: 165px;
        padding-top: 0;
        padding-left: 12px;
    }

    .sy_section14 .line1 {
        border: 1px solid #f1f1f1;
        margin-top: 90px;
    }

    .sy_section14 .content p span {
        font-size: 13px;
        width: 386px;
    }

    .sy_section14 .content h4 {
        font-size: 15px;
        margin-top: 2px;
        float: left;
        margin-left: 17px;
    }

    .sy_section14 .content p {
        line-height: 34px;
    }

    .sy_section14 .content img {
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }

    .sy_section14 .search {
        margin-right: 4px;
    }
}



/* 发展历程 */
.sy_section15 {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-left: -260px;
}

.sy_section15 h1 {
    margin-left: 500px;
    font-size: 36px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}

.sy_section15 .content {
    width: 1846px;
    height: 711px;
    background-image: url(../../Upload/png/202308/lc.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.sy_section15 .one,
.sy_section15 .one1,
.sy_section15 .one2,
.sy_section15 .one3,
.sy_section15 .one4 {
    width: 260px;
    height: 200px;
    display: flex;
}

.sy_section15 .one .one_left .line1,
.sy_section15 .one1 .one_left .line1,
.sy_section15 .one2 .one_left .line1,
.sy_section15 .one3 .one_left .line1,
.sy_section15 .one4 .one_left .line1 {
    width: 18px;
    height: 18px;
    background: #0280FF;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.22);
    border-radius: 50%;
}

.sy_section15 .one .one_left .line2,
.sy_section15 .one1 .one_left .line2,
.sy_section15 .one2 .one_left .line2,
.sy_section15 .one3 .one_left .line2,
.sy_section15 .one4 .one_left .line2 {
    width: 2px;
    height: 235px;
    background: linear-gradient(180deg, #CCCCCC 0%, #0280FF 0%, #0280FF 0%, rgba(255, 255, 255, 0) 100%);
    margin-left: 8px;
}

.sy_section15 .one_right h3 {
    height: 26px;
    font-size: 26px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #0280FF;
}

.sy_section15 .one_left {
    margin-top: 7px;
}

.sy_section15 .one_right {
    margin-left: 10px;
    margin-top: 4px;
    transition: all 0.5s;

}

.sy_section15 .one_right:hover {
    margin-left: 10px;
    margin-top: 4px;
    transform: scale(1.06);
}

.sy_section15 .one_right p {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #666666;
    line-height: 52px;
    height: 30px;
}

.sy_section15 .one_right {
    margin-left: 10px;
    margin-top: 4px;
}



.sy_section15 .one {
    position: absolute;
    top: 200px;
    left: 230px
}

.sy_section15 .one1 {
    position: absolute;
    top: 342px;
    left: 480px
}

.sy_section15 .one2 {
    position: absolute;
    top: 300px;
    left: 782px
}

.sy_section15 .one3 {
    position: absolute;
    top: 220px;
    right: 508px
}

.sy_section15 .one4 {
    position: absolute;
    top: 127px;
    right: 227px
}


@media screen and (max-width: 1680px) {
    body {
        font-size: 28px;
    }

    .sy_section15 {
        margin-left: -20px;
    }

    .sy_section15 .w_1340 {
        margin-left: 0;
    }

    .sy_section15 .content {
        width: 1536px;
        height: 651px;
    }

    .sy_section15 .one {
        position: absolute;
        top: 140px;
        left: 190px;
    }

    .sy_section15 .one1 {
        position: absolute;
        top: 270px;
        left: 430px
    }

    .sy_section15 .one2 {
        position: absolute;
        top: 263px;
        left: 689px
    }

    .sy_section15 .one3 {
        position: absolute;
        top: 180px;
        right: 358px
    }

    .sy_section15 .one4 {
        position: absolute;
        top: 117px;
        right: 110px
    }

    .sy_section15 .one .one_left .line1,
    .sy_section15 .one1 .one_left .line1,
    .sy_section15 .one2 .one_left .line1,
    .sy_section15 .one3 .one_left .line1,
    .sy_section15 .one4 .one_left .line1 {
        width: 16px;
        height: 16px;
    }

    .sy_section15 .one .one_left .line2,
    .sy_section15 .one1 .one_left .line2,
    .sy_section15 .one2 .one_left .line2,
    .sy_section15 .one3 .one_left .line2,
    .sy_section15 .one4 .one_left .line2 {
        height: 215px;
    }

    .sy_section15 .one_right h3 {
        font-size: 23px;
    }

    .sy_section15 .one_right p {
        font-size: 15px;
        line-height: 40px;
        height: 27px;
    }

    .sy_section15 h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 26px;
    }

    .sy_section15 {
        margin-left: -90px;
    }

    .sy_section15 .content {
        width: 1566px;
        height: 611px;
    }

    .sy_section15 .one_right h3 {
        font-size: 21px;
    }

    .sy_section15 .one_right p {
        height: 26px;
        line-height: 35px;
    }

    .sy_section15 .one4 {
        position: absolute;
        right: 180px;
    }

    .sy_section15 .one3 {
        position: absolute;
        right: 448px;
    }

    .sy_section15 .one2 {
        position: absolute;
        left: 659px;
    }

    .sy_section15 .one1 {
        position: absolute;
        left: 410px;
    }

    .sy_section15 h1 {
        margin-left: 600px
    }
}

@media screen and (max-width: 1360px) {
    body {
        font-size: 24px;
    }
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 20px;
    }

    .sy_section15 {
        padding-bottom: 0;
    }

    .sy_section15 h1 {
        font-size: 28px;
    }

    .sy_section15 .content {
        width: 1396px;
        height: 571px;
    }

    .sy_section15 .one .one_left .line1,
    .sy_section15 .one1 .one_left .line1,
    .sy_section15 .one2 .one_left .line1,
    .sy_section15 .one3 .one_left .line1,
    .sy_section15 .one4 .one_left .line1 {
        width: 13px;
        height: 13px;
    }

    .sy_section15 .one .one_left .line2,
    .sy_section15 .one1 .one_left .line2,
    .sy_section15 .one2 .one_left .line2,
    .sy_section15 .one3 .one_left .line2,
    .sy_section15 .one4 .one_left .line2 {
        height: 175px;
        margin-left: 5px;
    }

    .sy_section15 .one_right h3 {
        font-size: 18px;
    }

    .sy_section15 .one_right p {
        font-size: 14px;
        height: 24px;
        line-height: 28px;
    }

    .sy_section15 .one1 {
        position: absolute;
        top: 250px;
        left: 400px;
    }

    .sy_section15 .one4 {
        position: absolute;
        top: 107px;
        right: 150px;
    }

    .sy_section15 .one3 {
        position: absolute;
        top: 180px;
        right: 374px;
    }

    .sy_section15 .one1 {
        position: absolute;
        top: 261px;
        left: 380px;
    }

    .sy_section15 .one2 {
        position: absolute;
        top: 233px;
        left: 589px;
    }

    .sy_section15 .one {
        position: absolute;
        top: 140px;
        left: 170px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 18px;
    }

    .sy_section15 .one .one_left .line2,
    .sy_section15 .one1 .one_left .line2,
    .sy_section15 .one2 .one_left .line2,
    .sy_section15 .one3 .one_left .line2,
    .sy_section15 .one4 .one_left .line2 {
        height: 125px;
    }

    .sy_section15 .content {
        width: 1166px;
        height: 411px;
    }

    .sy_section15 h1 {
        margin-left: 210px;
        font-size: 25px;
    }

    .sy_section15 .one {
        position: absolute;
        top: 230px;
        left: 140px;
    }

    .sy_section15 .one4 {
        position: absolute;
        top: 197px;
        right: -116px;
    }

    .sy_section15 .one_right p {
        font-size: 12px;
    }

    .sy_section15 .one1 {
        position: absolute;
        top: 345px;
        left: 320px;
    }

    .sy_section15 .one2 {
        position: absolute;
        top: 323px;
        left: 499px;
    }

    .sy_section15 .one_right h3 {
        font-size: 17px;
    }

    .sy_section15 .one3 {
        position: absolute;
        right: 73px;
        top: 280px;
    }

    .sy_section15 .one_right {
        margin-left: 4px;
    }
}

@media screen and (min-width:320px) and (max-width:720px) {
    .sy_section15 {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .sy_section15 .one .one_left .line2,
    .sy_section15 .one1 .one_left .line2,
    .sy_section15 .one2 .one_left .line2,
    .sy_section15 .one3 .one_left .line2,
    .sy_section15 .one4 .one_left .line2 {
        height: 125px;
    }

    .sy_section15 .content {
        background: none;
    }

    .sy_section15 h1 {
        margin-left: 0;
        font-size: 20px;
    }

    .sy_section15 .one {
        position: absolute;
        top: 50px;
        left: 10px;
        width: 180px;
        height: 160px;
        background: #FFFFFF;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .sy_section15 .one4 {
        position: absolute;
        top: 388px;
        left: 10px;
        width: 180px;
        height: 160px;
        background: #FFFFFF;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .sy_section15 .one_right p {
        font-size: 12px;
    }

    .sy_section15 .one1 {
        position: absolute;
        top: 50px;
        left: 197px;
        width: 180px;
        height: 160px;
        background: #FFFFFF;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .sy_section15 .one2 {
        position: absolute;
        top: 219px;
        left: 9px;
        width: 180px;
        height: 160px;
        background: #FFFFFF;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .sy_section15 .one_right h3 {
        font-size: 17px;
    }

    .sy_section15 .one3 {
        position: absolute;
        left: 196px;
        top: 218px;
        width: 180px;
        height: 160px;
        background: #FFFFFF;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .sy_section15 .one_right {
        margin-left: 0;
        text-align: center;
        margin: 0 auto;
        margin-top: 7px;
    }

    .sy_section15 .one_left {
        display: none;
    }

    .sy_section15 .line1 {
        border: 1px solid #f1f1f1;
        margin-top: 90px;
    }
}

/* 合作伙伴 */
.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: 0px;
    margin-bottom: 60px;
}

.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: 32px;
    }

    .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;
    }

    .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) {
    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: 28px;
    }

    .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: 25px;
        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 (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: 295px;
    }

    .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: 33px;
        margin-left: 7px;
    }

    .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;
    }

}


@media screen and (max-width: 768px) {
    .r_pf {
        display: none;
    }
}

