.w1920 {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.w1260 {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}
.w1200 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.w1024 {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}
.w900 {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
.bg_head {
    position: relative;
    width: 100%;
}
.bg_head img {
    width: 100%;
    display: block;
}
.layer01 {
    background: url(../images/bgs02.jpg) center top no-repeat;
    background-size: 100% 100%;
    height: 309px;
}
.ynxxsdkm-summary {
    background: url(../images/bgs05.png) center top no-repeat;
    height: 181px;
}
.ynxxsdkm-summary-title {
    font-size: 22px;
    line-height: 22px;
    color: #b99b6e;
    width: 56%;
    margin: 0 auto;
    padding: 1.8% 0 1.2% 0;
    text-align: center;
}
.ynxxsdkm-summary-desc {
    font-size: 16px;
    line-height: 22px;
    color: #b99b6e;
    width: 50%;
    margin: 0 auto;
   height: 110px;
    overflow-y: scroll;
}
.ynxxsdkm-summary-desc-temp {
    height: 170px;
}
.layer02 {
    background: url(../images/bgs03.jpg) center top no-repeat;
    background-size: 100% 100%;
    height: 900px;
}
.bg-white {
    background: #fff;
    border-radius: 20px;
}
.ynxxsdkm-zbyg-wrapper {
    width: 91.7%;
    margin: 0 auto;
    padding: 2.5% 0 3% 0;
    text-align: center;
}
.ynxxsdkm-zbyg-video {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.ynxxsdkm-zbyg-video video {
    width: 100%;
    height: auto;
}
.ynxxsdkm-zbyg-zbyg {
    font-size: 36px;
    line-height: 37px;
    color: #bfbfbf;
    margin-top: 2.2%;
}
.ynxxsdkm-zbyg-title {
    margin-top: 2%;
    margin-bottom: 1%;
}
.ynxxsdkm-zbyg-title a {
    font-size: 24px;
    line-height: 16px;
    color: #666;
}
.ynxxsdkm-zbyg-desc {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.layer03 {
    background: url(../images/bgs04.jpg) center top no-repeat;
    background-size: 100% 100%;
    height: 596px;
}
.layer-swiper {
    width: 100%;
    margin: 0 auto;
    padding: 1.5%;
    text-align: center;
    padding-bottom: 8%;
}
.swiper-slide img {
    float: left;
    width: 58%;
}
.swiper-slide .layer-swiper-wrapper {
    float: right;
    width: 33.5%;
    margin-top: 15px;
}
.swiper-slide .layer-swiper-wrapper a {
    font-size: 24px;
    line-height: 26px;
    color: #666;
    text-align: center;
}
.swiper-slide .layer-swiper-wrapper p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-indent: 0;
    margin-top: 10px;
}
.swiper-slide .layer-swiper-wrapper .layer-swiper-more {
    text-align: left;
    margin-top: 15px;
}
.swiper-slide .layer-swiper-wrapper .layer-swiper-more a {
    font-size: 14px;
    line-height: 19px;
    color: #6ca9a4;
}
.layer-swiper .swiper-button-next,.layer-swiper .swiper-button-prev {
    width: 61px;
    height: 61px;
    margin-top: -30px;
    top: 90%;
}
.layer-swiper .swiper-button-prev {
    background: url(../images/left.png) no-repeat top center;
    left: 40%;
}
.layer-swiper .swiper-button-next {
    background: url(../images/right.png) no-repeat top center;
    right: 40%;
}

.bottom_bg {
    background: #fff;
}
#bottom {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin: 4.6% auto 5.6% auto;
    color: #949494;
}
#bottom a {
    color: #949494;
    text-decoration: none;
}
#bottom a:hover {
    text-decoration: underline;
    color: #949494;
}
.pcShow {
    display: block;
}
.mobShow {
    display: none;
}

@media only screen and (max-width: 600px){
    .w1920,.w1200,.w1024 {
        margin: 0 auto;
        max-width: 100%;
        width: auto;
        text-align: center;
    }
    .pcShow {
        display: none;
    }
    .mobShow {
        display: block;
    }
    img.mobShow {
        display: inline-block;
    }
    a:hover {
        text-decoration: none;
    }
    .layer01 {
        background: #d0e9e7;
        height: auto;
        border: 1px solid #c5ac89;
    }
    .ynxxsdkm-summary {
        background: none;
        height: auto;
        width: 100%;
        padding: 0 10px;
    }
    .ynxxsdkm-summary-title {
        width: 100%;
        margin: 20px 0 15px 0;
        padding: 0;
    }
    .ynxxsdkm-summary-desc {
        width: 100%;
        margin-bottom: 20px;
    }
    .layer02 {
        background: #fff;
        height: auto;
        padding-top: 15px;
    }
    .layer03 {
        background: none;
        height: auto;
    }
    .ynxxsdkm-zbyg-wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 2.5% 2.5% 3% 2.5%;
        text-align: center;
    }
    .ynxxsdkm-zbyg-title a {
        line-height: 28px;
    }
    .layer-swiper {
        padding-bottom: 0;
    }
    .swiper-slide img {
        float: none;
        width: 59.5%;
        text-align: center;
    }
    .swiper-slide .layer-swiper-wrapper {
        float: none;
        width: 97%;
        text-align: center;
        margin: 15px auto;
    }
    .layer-swiper .swiper-button-next, .layer-swiper .swiper-button-prev {
        top: 50%;
    }
    .layer-swiper .swiper-button-prev {
        left: 0;
    }
    .layer-swiper .swiper-button-next {
        right: 0;
    }
    .bottom_bg {
        background: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #bottom {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    #bottom {
        font-size: 14px;
    }
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2022-05-25 09:33:12" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->