﻿.home-banner .swiper-slide>a::after{display:none}
.wmkc-cate .cate-list li .img::after{background:var(--color);}
.wmkc-cate .cate-list li:hover .img::after{opacity: .3;}
.wmkc-pro .swiper-slide .info .title{padding:0;display: inline-block;white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;}
.wmkc-pro .swiper-slide .info .text{min-height: 50px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.wmkc-pro .swiper-slide .info .more{margin-top:10px}
@media (max-width: 500px) {.wmkc-pro .swiper-slide .info .text{min-height:auto}}
.wmkc-adv .adv-list li{height: unset;}
.wmkc-intro{background:#fefefe}
.wmkc-intro .intro-text .wmkc-title,.wmkc-intro .intro-text .p1,.wmkc-intro .intro-text .list .num,.wmkc-intro .intro-text .list .text{color:#111}
.home-certi{padding:4% 0;}
.home-certi .certi-inner{display:flex;align-items: center;justify-content: space-between;}
.home-certi .homecer-btn{width:40px;height:40px;display:flex;justify-content: center;align-items: center;background: var(--color);border-radius: 50%;color:#fff;transition: all .3s;cursor: pointer;}
.home-certi .homecer-btn:hover{background: var(--fontcolor);}
.home-certi .homecerSwiper{max-width:calc(100% - 100px);margin:0 auto;}
.home-certi .homecerSwiper .swiper-slide .cer-img{overflow: hidden;}
.home-certi .homecerSwiper .swiper-slide .cer-img img{width:100%;display:block;transition: all .3s;}
.home-certi .homecerSwiper .swiper-slide:hover .cer-img img{transform: scale(1.03);}
.home-certi .homecerSwiper .swiper-slide p{padding:5px 10px;text-align: center;color:#fff;margin-top:10px;background: var(--color);}
@media (min-width:769px){.home-certi .homecerSwiper-pagination{display:none;}}
@media (max-width:768px){.home-certi{padding:40px 0;}
.home-certi .homecerSwiper{padding-bottom:50px;max-width:100%;}
.home-certi .certi-inner{margin-top:10px;}
.home-certi .homecer-btn{display:none;}}
.home-exhibition .exhi-top-list{display:flex;flex-wrap:wrap;justify-content: space-between;margin:2.5% 0;}
.home-exhibition .exhi-top-list li{width:24%;text-align: center;box-shadow: 0px 3px 20px 0px #DEDEDE;padding:1%}
.home-exhibition .exhi-top-list li img{transition: all .3s;}
.home-exhibition .exhi-top-list li img:hover{transform: scale(1.03);}
.home-exhibition .exhi-inner{display:flex;align-items: center;justify-content: space-between;}
.home-exhibition .homeexhi-btn{width:40px;height:40px;display:flex;justify-content: center;align-items: center;background: var(--color);border-radius: 50%;color:#fff;transition: all .3s;cursor: pointer;}
.home-exhibition .homeexhi-btn:hover{background: var(--fontcolor);}
.home-exhibition .homeexhiSwiper{max-width:calc(100% - 100px);margin:0 auto;}
.home-exhibition .homeexhiSwiper .swiper-slide img{width: 100%;}
.home-exhibition .homeexhiSwiper .swiper-slide p{position: absolute;bottom:10px;background:rgba(0,0,0,0.5);color:#fff;padding:5px 10px;width:90%;text-align: center;left:50%;transform: translateX(-50%);}
@media (min-width:769px){.home-exhibition .homeexhiSwiper .homeexhiSwiper-pagination{display:none}}
@media (max-width:768px){.home-exhibition .homeexhiSwiper{max-width:100%;padding-bottom:50px;}
.home-exhibition .homeexhi-btn{display:none}
.home-exhibition .exhi-top-list{margin:20px 0;}
.home-exhibition .exhi-top-list li{width:49%;}}
.wmkc-about .about-img .dot,.wmkc-about .about-img .box{display:none;}
.wmkc-about .about-img img{width:100%;}
.wmkc-cate .cate-list li .img{background:#fff;}
.wmkc-cate .cate-list li .img img{width:auto;height:auto;}
.wmkc-new .new-list li{display: flex;flex-direction: column;}
.wmkc-new .li-img{position:relative;height:0;padding-bottom:75%;}
.wmkc-new .li-img img{max-height:inherit;position:absolute;top:0;left:0;height:100%;object-fit:contain;}
.wmkc-new .li-text{flex:1;}
.wmkc-factory{margin-bottom:30px;}
.wmkc-factory .swiper-slide .img{position:relative;height:0;padding-bottom:76%;overflow:hidden;}
.wmkc-factory .swiper-slide .img img{max-height:inherit;position:absolute;top:0;left:0;height:100%;object-fit:cover;}
.wmkc-factory .swiper-slide p{text-align:center;margin-top:10px;}
.wmkc-factory .fac-swiper .swiper-slide img{cursor:pointer;}
.popwindow{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0 0 0 / 50%);z-index:999999999;display:none;}
.popwindow-info{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;}
.popwindow-close{width:40px;height:40px;cursor:pointer;position:absolute;right:4vw;top:2vw;transform:scale(1.6);}
.popwindow-close:before{content:'';width:24px;height:2px;background:#fff;position:absolute;transform:rotate(45deg);top:20px;left:8px;}
.popwindow-close:after{content:'';width:24px;height:2px;background:#fff;position:absolute;transform:rotate(-45deg);top:20px;left:8px;}
.popwindow-info img{max-width:calc(98vw - 100px);max-height:calc(90vh - 100px);}
@media (max-width:768px){.popwindow-info img{max-width:92vw;max-height:calc(90vh - 100px);}
.popwindow-close{transform:scale(1.3);right:2vw}}