.ya_banner>img{width: 100%;}

.ya_item{padding: 100px 0;}

.ya_prof_t{margin-top: 50px;}
.ya_prof_t>img{float: right;margin-top: 20px;margin-left: 20px;}
.ya_prof_t>p{font-size: 16px;line-height: 2;color: #333;text-indent: 2em;}
.ya_prof_t>div{display: none;}
.ya_prof_t>div>p{font-size: 16px;line-height: 2;color: #333;text-indent: 2em;}
.ya_prof_a{text-align: center;margin-top: 50px;}
.ya_prof_a>a{width: 130px;height: 40px;line-height: 40px;text-align: center;color: #888;font-size: 14px;border: 1px solid #999;border-radius: 5px;display: inline-block;transition: .3s;cursor: pointer;}
.ya_prof_a>a:hover{background-color: var(--base);border-color: var(--base);color: #fff;}

.ya_show{background: url('/images/12.jpg') no-repeat center;background-size: cover;padding: 100px 0;}
.ya_show_c{text-align: center;color: #fff;}
.ya_show_c>h1{font-size: 32px;font-weight: bold;}
.ya_show_c>h2{font-size: 26px;margin-top: 1em;}
.ya_show_c>img{margin-top: 50px;cursor: pointer;transition: .3s;}
.ya_show_c>img:hover{transform: rotate(180deg)}
.ya_video{position: fixed;margin: 0 auto;left: 0;top: 0;right: 0;bottom: 0;z-index: 20;display: none;background-color: rgba(0,0,0,.5)}
.ya_video>video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 80vw;}
.ya_video>i{position: absolute;top: 3vw;right: 6vw;font-style: normal;font-weight: bold;font-size: 50px;color: #fff;z-index: 21;cursor: pointer;}

.ya_his{padding: 0;}
.ya_his>img{width: 100%;}

.ya_cult_w{margin-top: 50px;display: flex;justify-content: space-between;}
.ya_cult_i{width: 31%;background-color: #f7f7f7;padding: 28px;text-align: center;position: relative;overflow: hidden;}
.ya_cult_i>h1{font-size: 22px;font-weight: bold;color: #666;margin-bottom: 26px;}
.ya_cult_i>h1>img{margin-right: 10px;vertical-align: middle;}
.ya_cult_i>img{width: 100%;}
.ya_cult_i>h2{font-size: 22px;color: #666;font-weight: bold;margin-top: 70px;}
.ya_cult_t{position: absolute;left: 0;top: 99%;right: 0;height: 100%;background: url('/images/cult/4.png') no-repeat center;background-size: cover;color: #fff;padding: 40px 12%;transition: .5s;}
.ya_cult_t>h1{padding-bottom: 20px;border-bottom: 1px solid #fff;margin-bottom: 20px;}
.ya_cult_t>h1>img{vertical-align: middle;margin-right: 10px;}
.ya_cult_t>p{line-height: 2.2;font-size: 14px;}
.ya_cult_i:hover .ya_cult_t{top: 0;}

/* .ya_cons_c>img{margin-top: 100px;width: 100%;transition: .3s;}
.ya_cons_c>img:hover{transform: scale(1.1)} */

.ya_honor_w{margin-top: 50px;}
.ya_honor_i{transition: .3s;margin: 10px 30px;}
.ya_honor_i:hover{transform: scale(1.1);}
.ya_arrow{position: absolute;top: 100px;z-index: 2;font-weight: bold;font-size: 60px;border-radius: 20px;text-align: center;color: #666;cursor: pointer;transition: .3s;font-family: monospace,serif;}
.slick_prev.ya_arrow{left: 0;}
.slick_next.ya_arrow{right: 0;}


.ya_popup{display: none;align-items: center;justify-content: center;position: fixed;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 100;}
.ya_popup>i{position: absolute;right: 20px;top: 20px;color: #fff;font-size: 60px;font-style: normal;cursor: pointer;}


@media screen and (max-width: 992px) {
    .ya_banner>img{height: 21rem;object-fit: cover;}

    .ya_item{padding: 6rem 0;}

    .ya_prof_t>p{font-size: 1.4rem;}
    .ya_prof_t>div>p{font-size: 1.4rem;}
    .ya_prof_t>img{float: unset;margin: 2rem 0;width: 100%;}
    .ya_prof_a>a{font-size: 1.4rem;}

    .ya_show{padding: 4.2rem 0;}
    .ya_show_c>h1{font-size: 1.8rem;line-height: 2;}
    .ya_show_c>h2{font-size: 1.4rem;line-height: 2;}

    .ya_cult_w{flex-direction: column;}
    .ya_cult_i{width: 100%;margin-bottom: 2rem;}
    .ya_cult_i>h1{font-size: 2.2rem;}
    .ya_cult_t{padding: 4rem 1.5rem;}


    .ya_his{padding-bottom: 0;}
    
}