.zh_left_l{padding: 2px 0;}
.zp_left_i{margin-bottom: 2px;}
.zp_left_i>a{background-color: #fafafa;height: 54px;line-height: 54px;display: block;padding-left: 24px;font-size: 16px;cursor: pointer;}
/* .zp_left_i>a>i{font-family: monospace,serif;float: right;font-style: normal;padding: 20px 10px 0;color: var(--base);line-height: 1;transition: .3s;font-weight: 900;transform: rotate(90deg);} */
.zp_left_i>a>img{float: right;font-style: normal;padding: 24px 10px 0;line-height: 1;transition: .3s;}
.zp_left_a>a{color: var(--base);}
.zp_left_ii{padding: 10px 0;display: none;background-color: #f6f6f6;}
.zp_left_ii>a{display: block;height: 46px;line-height: 46px;font-size: 14px;padding-left: 34px;color: #474747;cursor: pointer;}
.zp_left_ii>a>i{font-family: monospace,serif;font-style: normal;line-height: 1;font-weight: 900;margin-right: 10px;}
.zp_left_ii>a:hover{color: var(--base);}
.zp_left_ii>.zp_left_ia{background-color: var(--base);color: #fff;position: relative;}
.zp_left_ii>.zp_left_ia:hover{color: #fff;}
.zp_left_ii>.zp_left_ia::before{content: '';width: 9px;height: 100%;position: absolute;left: 0;background-color: var(--base);}

.zh_nav_c{padding: 0 15px;width: 100%;}
/* .zp_cate{position: relative;z-index: 1;}
.zp_cate_c{display: flex;width: var(--lg);margin: 0 auto;padding: 40px 0;gap: 10px;}
.zp_cate_i{position: relative;flex: 1;}
.zp_cate_i>a{color: #444;background-color: #f8f8f8;font-size: 14px;cursor: pointer;white-space: nowrap;transition: .3s;height: 60px;line-height: 60px;color: #666;text-align: center;display: block;}
.zp_cate_a>a{color: #fff;background-color: var(--base);}
.zp_cate_ex{position: absolute;top: 100%;left: 0;right: 0;padding: 20px 0;background-color: #fafafa;display: none;}
.zp_cate_ex>a{display: block;text-align: center;height: 50px;line-height: 50px;cursor: pointer;}
.zp_cate_ex>a:hover{background-color: var(--base);color: #fff;}
.zp_cate_ex>.zp_cate_exa{background-color: var(--base);color: #fff;} */

/* .zp_search{padding: 20px 30px;background-color: #f3f3f3;margin-top: 60px;}
.zp_search>input{height: 40px;background-color: #fff;padding: 0 10px;width: 83%;margin-right: 2%;}
.zp_search>a{background-color: var(--base);color: #fff;width: 15%;text-align: center;height: 40px;line-height: 40px;display: inline-block;font-size: 12px;} */

/* .zp_prod{display: flex;flex-wrap: wrap;}
.zp_prod>h1{color: #333;text-align: center;line-height: 3;width: 100%;}
.zp_item{width: 31%;margin-right: 3.5%;margin-bottom: 40px;position: relative;overflow: hidden;transition: .3s;border: 1px solid #e9e9e9;}
.zp_item:nth-child(3n){margin-right: 0;}
.zp_item_img{overflow: hidden;text-align: center;}
.zp_item_img>img{width: 100%;height: 250px;object-fit: cover;transition: .3s;}
.zp_item>h1{text-align: center;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-align: center;font-weight: 600;line-height: 46px;background-color: var(--base);color: #666;background-color: #e9e9e9;transition: .6s;}
.zp_item>p{color: #999;line-height: 2;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;text-align: center;}
.zp_item:hover{box-shadow: 10px 10px 40px 1px #eee;transform: translateY(-5px);}
.zp_item:hover>h1{background-color: var(--base);color: #fff;} */
/* .zp_item:hover>p{opacity: 1;} */
/* .zp_item:hover img{transform: scale(1.1);} */

.zp_prod_t{background-color: #f7f7f7;margin: 30px 0;display: flex;justify-content: space-between;}
.zp_prod_t>img{width: 333px;object-fit: cover;}
.zp_prod_tl{padding-top: 40px;flex: 1;padding-right: 40px;}
.zp_prod_tl>h1{font-size: 26px;font-weight: 600;border-left: 14px solid var(--base);padding-left: 18px;color: var(--base);}
.zp_prod_tl>p{padding-left: 32px;line-height: 2;margin-top: 28px;white-space: pre-wrap;}



@media screen and (max-width: 766px) {
    .zh_left{overflow-x: unset;}
    .zh_left_l{width: 100%;flex-wrap: wrap;}
    .zp_left_i{position: relative;}
    .zp_left_i>a{font-size: 1.4rem;width: 49vw;}
    .zp_left_ii{position: absolute;top: 100%;left: 0%;right: 0;z-index: 1;padding: 0;background: #ddd;;}
    .zp_left_ii>a{font-size: 1.2rem;line-height: 5rem;height: 5rem;padding: 0 2rem;white-space: nowrap;}

    .zh_nav_c{padding: 0;height: 7rem;;}
    .zp_prod_t{flex-direction: column-reverse;margin: 2rem 0;}
    .zp_prod_t>img{width: 100%;height: 20rem;}
    .zp_prod_tl{padding: 2rem 0;}
    .zp_prod_tl>h1{font-size: 2.2rem;}
    .zp_prod_tl>p{margin-top: 2rem;}
}