﻿.mySwiper .swiper-slide p{color:#fff}
.wmkc-hshow{display:none}
.wmkc-hotproduct{position: relative;padding-top:3%}
.wmkc-hotproduct .common-wrapper{display:flex;flex-wrap: wrap;}
.wmkc-hotproduct .pro-l{width: 23%;padding-right: 3%;}
.wmkc-hotproduct .pro-r{width: 77%;position: relative;overflow: hidden;}
.wmkc-hotproduct .wmkc-title{font-size: var(--fontsize30);font-weight: var(--fontbold6);color: var(--fontcolor);text-align:left}
.wmkc-hotproduct .l-lsit{border-left: 1px solid #BFBFBF;margin: 20px 0px 50px;padding-right: 10%;}
.wmkc-hotproduct .l-li{padding: 10px 0px 10px 20px;position: relative;font-size: var(--fontsize16);color: var(--fontcolor);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .2s ease-in-out;cursor: pointer;}
.wmkc-hotproduct .l-li.act, .wmkc-hotproduct .l-li:hover {color: var(--color);}
.wmkc-hotproduct .l-li::before {content: '';position: absolute;top: 0px;left: 0px;width: 2px;height: 100%;background: var(--color);opacity: 0;transition: all .2s ease-in-out;}
.wmkc-hotproduct .l-li.act::before, .wmkc-hotproduct .l-li:hover::before {opacity: 1;}
.wmkc-hotproduct .wmkc-more{display: block;padding: 8px 0px;width: 150px;font-size: var(--fontsize14);border: 1px solid var(--color);text-align: center;color: var(--color);border-radius: 4px;transition: all .2s ease-in-out;}
.wmkc-hotproduct .wmkc-more:hover{color: #fff;background: var(--color);}
.wmkc-hotproduct .r-list{display: flex;flex-wrap: wrap;transform: scale(0);position: absolute;top: 0px;left: 0px;opacity: 0;transition: transform .8s ease-in-out, opacity .2s ease-in-out;}
.wmkc-hotproduct .r-list.act{transform: scale(1);position: static;opacity: 1;}
.wmkc-hotproduct .r-list li{width: 31%;margin: 0px 20px 20px 0px;}
.wmkc-hotproduct .r-list li:nth-child(3n){margin-right: 0px;}
.wmkc-hotproduct .r-list li>a{display: block;overflow: hidden;position: relative;}
.wmkc-hotproduct .r-list li>a img{transition: transform .3s linear;}
.wmkc-hotproduct .r-list li:hover img{transform: scale(1.1);}
.wmkc-hotproduct .r-list .r-box{position: absolute;left: 0px;bottom: -70px;background: rgba(42, 42, 42, .85);color: #fff;padding: 8px 15px;width: 100%;display: flex;justify-content: space-between;align-items: center;transition: all .2s ease-in-out;}
.wmkc-hotproduct .r-list li:hover .r-box{bottom: 0;}
.wmkc-hotproduct .r-list .box-title{max-height: 50px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
@media (max-width:1370px) {
.wmkc-hotproduct .pro-l{width: 25%;}
.wmkc-hotproduct .pro-r{width: 75%;}
}
@media (max-width: 1024px) {
.wmkc-hotproduct .pro-l,.wmkc-hotproduct .pro-r{padding-right: 0px;width: 100%;}
.wmkc-hotproduct .pro-l{padding-bottom: 5%;}
.wmkc-hotproduct .wmkc-more{color: #fff;background: var(--color);}
.wmkc-hotproduct .r-list li{width: 49%;margin-right: 2%;}
.wmkc-hotproduct .r-list li:nth-child(3n){margin-right: 2%;}
.wmkc-hotproduct .r-list li:nth-child(2n) {margin-right: 0px;}
.wmkc-hotproduct .r-list .r-box{bottom: 0;}
}
@media (max-width:768px) {
.wmkc-hotproduct .wmkc-title{text-align: center;}
.wmkc-hotproduct .l-lsit,.wmkc-hotproduct .wmkc-more{display: none;}}
.wmkc-hotproduct .pro-l {padding-bottom: 10px;}
.wmkc-hotproduct {background: #eee;}
.home-banner .swiper-slide-active img{animation:none;}
.homemessage-img .lazy-load{display:none;}


@media (min-width:1025px) {
.home-news .homenews-list .homenews-text .homenews-tit{height: 50px;}
.home-news .homenews-list .homenews-text .homenews-des p{height: 67px;}
.home-news .homenews-list .homenews-img img{aspect-ratio: 1;}
}
.home-choose{background:#dddddd url(https://css02.v15cdn.com/m428/images/home-choosebg.webp) no-repeat center/cover}