.za_list{}
.za_item{padding: 20px 0 100px;}

.zf_left_l{background-color: #fff;}
.za_left_i{padding: 0 40px;cursor: pointer;}
.za_left_a{background-color: var(--base);}
.za_left_i>a{line-height: 68px;border-bottom: 1px solid #ddd;display: block;font-size: 18px;}
.za_left_a>a{background-color: var(--base);color: #fff;}

.za_base_t{display: flex;justify-content: space-between;align-items: center;}
.za_base_tl{width: 50%;}
.za_base_tl>h2{font-size: 22px;color: var(--base);}
.za_base_tl>h1{font-size: 32px;color: #333;margin: 10px 0 20px;}
.za_base_tl>p{line-height: 2;font-size: 16px;margin-bottom: 1rem;}
.za_base_t>img{width: 40%;}
.za_base_b{margin-top: 60px;display: flex;justify-content: space-between;}
.za_base_b>img{width: 24%;}

.za_serve{}
.za_serve>h1{color: var(--base);font-size: 32px;;}
.za_serve>h2{font-size: 22px;margin: 20px 0;}
.za_serve>p{line-height: 2;font-size: 16px;margin: 30px 0;}
.za_serve_v{display: flex;justify-content: space-between;align-items: center;gap: 40px;}
.za_serve_v>p{line-height: 2.6;font-size: 16px;}
.za_serve_w{display: flex;justify-content: space-between;margin-top: 60px;}

.za_cult{}
.za_cult>h1{color: var(--base);font-size: 32px;;}
.za_cult>h2{font-size: 22px;margin: 20px 0;}
.za_cult_w{display: flex;justify-content: space-between;margin-top: 40px;}
.za_cult_i{width: 46%;background-color: #fff;display: flex;justify-content: space-between;padding: 50px 30px;align-items: center;}
.za_cult_l>h1{font-size: 24px;line-height: 2;}
.za_cult_l>p{font-size: 16px;color: #666;}

.za_title{}
.za_title>h1{font-size: 30px;}
.za_title>span{width: 80px;border-top: 3px solid var(--base);display: inline-block;margin: 30px 0 20px;}

.za_page{padding: 50px 0 100px;display: flex;justify-content: center;}
.paginationjs-prev.disabled{display: none;}
.paginationjs-next.disabled{display: none;}
.paginationjs .paginationjs-pages li{border: 0;margin: 0 5px;}
.paginationjs .paginationjs-pages li.active{border: 0;}
.paginationjs .paginationjs-pages li:last-child{border: 0;}
.paginationjs .paginationjs-pages li>a{border-radius: 10px;background-color: #f9f9f9;height: 42px;line-height: 42px;min-width: 42px;}
.paginationjs .paginationjs-pages li.active>a{background-color: var(--base);height: 42px;line-height: 42px;min-width: 42px;}
.paginationjs .paginationjs-pages li:last-child>a{border-radius: 10px;}
.paginationjs .paginationjs-pages .paginationjs-ellipsis>a{background-color: #f9f9f9;}

.za_dot{position: absolute;bottom: -40px;text-align: center;left: 50%;transform: translateX(-50%);}
.za_dot>li{display: inline-block;width: 10px;height: 10px;font-size: 0;outline: 0;margin-right: 10px;transition: all .5s;cursor: pointer;background-color: #ddd;border-radius: 50%;}
.za_dot>li:last-child{margin-right: 0;}
.za_dot>.slick-active{background-color: var(--base);}
.za_dot>li button{display: none;}

.za_arrow{position: absolute;top: 50%;transform: translateY(-50%);color: #e2e1e1;font-size: 70px;font-weight: bold;z-index: 2;font-family: monospace,serif;}
.slick_prev{left: 0;}
.slick_next{right: 0;}

.za_honor_ic{padding: 20px;margin: 20px;background-color: #fff;}
.za_honor_ic>img{width: 100%;height: 300px;object-fit: contain;}
.za_honor_ic>h1{text-align: center;font-size: 16px;line-height: 3;}

.za_video_w{margin-top: 40px;display: flex;flex-wrap: wrap;}
.za_video_i{width: 31%;margin-right: 3.5%;margin-bottom: 40px;padding: 20px;text-align: center;position: relative;overflow: hidden;transition: .3s;background-color: #fff;cursor: pointer;}
.za_video_i:nth-child(3n){margin-right: 0;}
.za_video_i>img{width: 100%;height: 200px;object-fit: cover;}
.za_video_i>img:first-child{width: unset;height: unset;position: absolute;top: 80px;left: 50%;transform: translateX(-50%);}
.za_video_i>h1{font-size: 16px;line-height: 2;margin-top: 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.za_video_i:hover{transform: translateY(-5px);box-shadow: 0 0 20px 1px #eee;}

.za_frame{position: fixed;margin: 0 auto;left: 0;top: 0;right: 0;bottom: 0;z-index: 120;display: none;background-color: rgba(0,0,0,.5)}
.za_frame>iframe{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 80vw;height: 90vh;}
.za_frame>i{position: absolute;top: 3vw;right: 6vw;font-style: normal;font-weight: bold;font-size: 50px;color: #fff;z-index: 21;cursor: pointer;}




@media screen and (max-width: 766px) {
    .zf_cont{padding: 0;}
    .zf_left_l{width: 400vw;}
    .za_left_i>a{font-size: 1.6rem;line-height: 6rem;}

    .za_item{padding: 6rem 0;}

    .za_base_t{flex-direction: column;}
    .za_base_tl{width: 100%;}
    .za_base_t>img{width: 100%;}
    .za_base_tr{width: 100%;}
    .za_base_b{flex-direction: column;gap: 1.5rem;margin-top: 1.5rem;}
    .za_base_b>img{width: 100%;}

    .za_serve_v{flex-direction: column;gap: 2rem;}
    .za_serve_v>p{line-height: 2;}
    .za_serve_v>img{width: 100%;}
    .za_serve_w{flex-direction: column;gap: 1.5rem;margin-top: 1.5rem;}

    .za_cult_w{flex-direction: column;gap: 1.5rem;}
    .za_cult_i{width: 100%;}
    .za_cult_i>img{width: 30%;}

    .za_honor_ic{margin: .5rem;padding: .5rem;}
    .za_honor_ic>img{height: 24rem;}
    .za_honor_ic>h1{line-height: 2;font-size: 1.4rem;}

    .za_video_w{margin-top: 2rem;}
    .za_video_i{width: 100%;margin-right: 0;padding: 1.5rem;}

}