
.imgScale{
    overflow: hidden;
}
.imgScale:hover >img{
    transform: scale(1.05);
    animation-name: toScale;
    animation-duration: 0.5s;
}
@keyframes toScale {
    from {transform: scale(1);}
    to {transform: scale(1.05);}
  }

@media(min-width: 1000px){
 
    .banner{
        background-image: url('../images/youeryuan/banner.png');
    }
    .fiveModel{
        width: 100%;
        background: #F5F5F7;
        border-radius: 32px 32px 0px 0px;
        margin-top: -30px;
        padding-bottom: 100px;
    }
   
    .swiper-fiveModel {
        width: 1200px;
        height: 480px;
        background: #FFFFFF;
        border-radius: 16px;
        margin: 0 auto 40px;
        position: relative;
        overflow: hidden;
        padding-right: 32px;
    }
    .tip{
        height: 48px;
        background: #BC9165;
        border-radius: 16px 0px 16px 0px;
        top: 0;
        position: absolute;
        left: 0;
        z-index: 10;
        color: #fff;
        text-align: center;
        line-height: 48px;
        font-size: 20px;
        font-weight: 500;
        padding: 0 20px;
    }
    #swiper-fiveModel .pc{
        display: flex;
    }
    .youshi-cont{
        width: 479px;
    }
    .youshi-cont .swiper-slide{
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding-left: 40px;
    }
    .youshi-cont .swiper-slide b{
        width: 380px;
        font-weight: 500;
        font-size: 30px;
        color: #000000;
        line-height: 42px;
        font-style: normal;
        margin-bottom: 16px;
        display: block;
    }
    .youshi-cont .swiper-slide p{
        width: 380px;
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 22px;
        font-style: normal;
    }
    .youshi{
        width: 689px;
        margin: 32px 0;
    }
    .youshi img{
        border-radius: 16px;
    } 
    .swiper-fiveModel .swiper-button-next, .swiper-fiveModel .swiper-button-prev{
        width: 36px;
        height: 36px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
     .swiper-fiveModel .swiper-button-next{
        right: 14px;
     }
     .swiper-fiveModel .swiper-button-prev{
        left: 461px;
     }
    .swiperBtn > div{
        margin-right: 16px;
        cursor: pointer;
        width: 36px;
    }
    .mokuai{
        background: #FFFFFF;
        border-radius: 16px;
        margin-bottom: 40px;
        position: relative;
        padding-top: 112px;
        overflow: hidden;
    }
    .mokuai-item{
        padding: 0 60px 64px 40px;
        width: 50%;
        float: left;
        display: flex;
    }
    .mokuai-item img{
        width: 120px;
        height: 120px;
        border-radius: 16px;
        margin-right: 20px;
    }
    .mokuai-item .cont{
        flex: 1;
    }
    .mokuai-item .cont b{
        display: block;
        margin-bottom: 12px;
        font-weight: 600;
        font-size: 20px;
        color: #000000;
        line-height: 30px;
    }
    .mokuai-item .cont p{
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 24px;
    }
    .pingtai{
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        height: 480px;
        background: linear-gradient(296deg, rgba(237, 210, 173, 1), rgba(214, 166, 117, 1));

    }
    .pingtai .tip{
        background: #D6A675;
    }
    .pingtai .tip span{
        position: absolute;
        display: block;
        font-weight: 500;
        font-size: 16px;
        color: #D6A675;
        line-height: 22px;
        background: linear-gradient(0deg, #D6A675 0%, #FFE8D0 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        word-break: keep-all;
        left: 100%;
        transform: translateX(20px);
        top: 6px;
        line-height: 40px;

    }
    .pingtai::after{
        content: '';
        display: block;
        position: absolute;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        background: url('../images/youeryuan/pingtai.png') center no-repeat;
        background-size: 1200px;
        left: 6px;
        top: 6px;
        border-radius: 12px;
        overflow: hidden;
        z-index: 2;
    }
    .pingtai .cont{
        position: absolute;
        z-index: 5;
        color: #fff;
        display: flex;
        width: 100%;
        left: 0;
        top: 311px;
    }
    .pingtai .cont .cont-item{
        flex: 1;
        padding-left: 40px;
    }
    .pingtai .cont .cont-item p{
        width: 520px;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
    }
    .pingtai .cont .cont-item b{
        display: block;
        font-weight: 600;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .news{
        padding-bottom: 100px;
    }
    .news .commonCont{
        padding-bottom: 64px;
    }
    .news .newsList{
        overflow: hidden;
    }
    .news .news-item{
        float: left;
        width: 588px;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        margin-bottom: 24px;
    }
    .news .news-item > img{
        width: 100%;
    }
    .news .news-item:nth-of-type(2n+1){
        margin-right: 24px;
    }
    .news .news-item .cont{
        padding: 27px 47px 40px 40px;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }
    .news .news-item .cont b{
        font-weight: 600;
        font-size: 30px;
        color: #000000;
        line-height: 42px;
        margin-bottom: 9px;
        display: block;
    }
    .news .news-item .cont p{
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 22px;
    }
    .news .news-item .cont.white{
        padding-top: 44px;
    }
    .news .news-item .cont.white b,.news .news-item .cont.white p{
        color: #fff;
    }
   
}
@media(max-width: 1000px){
    .banner{
        background-image: url('../images/youeryuan/banner-m.png');
    }
    
   
    .fiveModel{
        margin-top: -0.4rem;
        width: 100%;
        padding-bottom: 1.28rem;
        background:#F5F5F7;
        border-radius: 0.4rem 0.4rem 0px 0px;
    }
    #swiper-fiveModel{
        width: 100%;
        position: relative;
        height: 10.42rem;
        overflow: hidden;
        margin-bottom: 1.28rem;
    }
    .tip{
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0.3rem;
        padding: 0 0.32rem;
        height: 0.64rem;
        background: #D6A675;
        border-radius: 0.32rem 0px 0.32rem 0px;
        font-weight: 500;
        font-size: 0.28rem;
        color: #FFFFFF;
        line-height: 0.64rem;
        text-align: center;
        font-style: normal;
    }
    #swiper-fiveModel .scrollLeft{
        position: absolute;
        top: 0;
        height: 9.06rem;
        display: flex;
    }
    #swiper-fiveModel .scrollLeft .swiper-slide{
        border-radius: 0.32rem;
        position: relative;
        overflow: hidden;
        width: 100vw;
        /* margin-right: 0.1rem; */
    }
    #swiper-fiveModel .scrollLeft .swiper-slide img{
        width: 6.9rem;
        margin: 0 auto;
        border-radius: 0.32rem;
    }
    #swiper-fiveModel .scrollLeft .swiper-slide .cont{
        position: absolute;
        width: 6.9rem;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        padding: 1.2rem 0.56rem 0.56rem;
    }
    #swiper-fiveModel .scrollLeft .swiper-slide .cont b{
        font-weight: 600;
        color: #262937;
        font-size: 0.4rem;
        line-height: 0.56rem;
        margin-bottom: 0.16rem;
        display: block;
    }
    #swiper-fiveModel .scrollLeft .swiper-slide .cont p{
        font-size: 0.28rem;
        line-height: 0.4rem;
        color: #666;
    }
    #swiper-fiveModel .scrollLeft .swiper-slide .white{
        color: #fff;
    }
    #swiper-fiveModel .scrollLeft .swiper-slide .black{
        color: #000;
    }
    .swiperBtn{
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 0;
        top: auto !important;
        display: flex;
        align-items: center;
        width: 6.9rem !important;
    }
    .swiperBtn >div{
        width: 0.72rem;
        height: 0.72rem;
        margin-right: 0.32rem;
    }
   
    .mokuai{
        background: #fff;
        border-radius: 0.32rem;
        margin-bottom: 0.4rem;
        position: relative;
        padding-top: 1.2rem;
        overflow: hidden;
    }
    .mokuai .tip{
        left: 0;
    }
    .mokuai-item{
        margin-bottom: 0.56rem;
        padding: 0 0.56rem;
        display: flex;
    }
    .mokuai-item img{
        width: 1.12rem;
        height: 1.12rem;
        border-radius: 0.16rem;
        margin-right: 0.24rem;
    }
    .mokuai-item .cont{
        flex: 1;
    }
    .mokuai-item .cont b{
        font-weight: 600;
        font-size: 0.32rem;
        color: #000000;
        line-height: 0.48rem;
        margin-bottom: 0.08rem;
        display: block;
    }
    .mokuai-item .cont p{
        font-weight: 400;
        font-size: 0.28rem;
        color: #666666;
        line-height: 0.44rem;
    }
    .pingtai{
        position: relative;
        border-radius: 0.32rem;
        overflow: hidden;
        height: 11.44rem;
        background: linear-gradient(296deg, rgba(237, 210, 173, 1), rgba(214, 166, 117, 1));

    }
    .pingtai .tip{
        background: #D6A675;
        left: 0.08rem;
    }
    .pingtai .tip span{
        position: absolute;
        display: block;
        font-weight: 500;
        font-size: 0.28rem;
        color: #D6A675;
        line-height: 0.4rem;
        background: linear-gradient(0deg, #D6A675 0%, #FFE8D0 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        word-break: keep-all;
        left: 100%;
        transform: translateX(0.4rem);
        top: 0.08rem;
        line-height: 0.56rem;

    }
    .pingtai::after{
        content: '';
        display: block;
        position: absolute;
        width: calc(100% - 0.16rem);
        height: calc(100% - 0.16rem);
        background: url('../images/youeryuan/pingtai-m.png') center no-repeat;
        background-size: 6.9rem;
        left: 0.08rem;
        top: 0.08rem;
        border-radius: 0.3rem;
        overflow: hidden;
        z-index: 2;
    }
    .pingtai .cont{
        position: absolute;
        z-index: 5;
        color: #fff;
        width: 100%;
        left: 0;
        top: 1.2rem;
        padding: 0 0.56rem;
    }
    .pingtai .cont .cont-item{
        margin-bottom: 0.56rem;
    }
    .pingtai .cont .cont-item p{
        font-weight: 400;
        font-size: 0.28rem;
        color: #FFFFFF;
        line-height: 0.44rem;
        text-align: left;
        font-style: normal;
    }
    .pingtai .cont .cont-item b{
        display: block;
        font-weight: 600;
        font-size: 0.32rem;
        color: #FFFFFF;
        line-height: 0.48rem;
        margin-bottom: 0.08rem;
    }
    .news{
        padding-bottom: 0.88rem;
    }
 
    .news .news-item{
        width: 100%;
        border-radius: 0.32rem;
        overflow: hidden;
        margin-bottom: 0.4rem;
        position: relative;
    }
    .news .news-item > img{
        width: 100%;
    }
   
    .news .news-item .cont{
        position: absolute;
        z-index: 2;
        padding: 0.56rem;
        left: 0;
        top: 0;
    }
    .news .news-item .cont b{
        font-weight: 600;
        font-size: 0.4rem;
        color: #000000;
        line-height: 0.56rem;
        margin-bottom: 0.16rem;
    }
    .news .news-item .cont p{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.28rem;
        color: #666666;
        line-height: 0.4rem;
    }
    .news .news-item .cont.white b,.news .news-item .cont.white p{
        color: #fff;
    }
}


