﻿@import url(https://js01.v15cdn.com/single-template/public.css);
.flex{display:-webkit-box;display:-ms-flexbox;display:flex}
.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}
.inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
.items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
.justify-normal{-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal}
.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.justify-around{-ms-flex-pack:distribute;justify-content:space-around}
.imgwrap{overflow:hidden;border-radius:6px}
.imgwrap img{-webkit-transition:.2s;transition:.2s;width:100%}
.imgwrap:hover img{-webkit-transform:scale(1.01);transform:scale(1.01)}
.pagesbanner::after{display:none}
.pagesbanner .pagesbanner-animate .p1{font-size:var(--wmpage-font46);font-weight:var(--fontbold6)}
.pagesbanner .pagesbanner-animate .p2{max-width:810px;margin:15px auto 0}
.inner-common-title{font-size:var(--wmpage-font46);font-weight:var(--fontbold7);line-height:1.3}
.inner-common-line{position:relative;margin:20px 0;width:100px}
.inner-common-line .circle{width:8px;height:8px;border-radius:50%;background-color:#000;position:absolute;left:9px;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%}
.inner-common-line .line{width:100%;height:4px;background-color:#7f7f7f;border-radius:4px}
.common-main .inner-common-btn{width:auto;height:auto;background-color:var(--color,#87c812);color:#fff;text-decoration:none!important;padding:10px 20px;border-radius:4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1;margin-top:20px}
@media (max-width:1024px){
.common-main .inner-common-btn{margin-top:10px}
}
.center-title-box{text-align:center;margin-bottom:30px}
.center-title-box .inner-common-line{margin-left:auto;margin-right:auto}
@media (max-width:768px){
.center-title-box{margin-bottom:20px}
}
.bg-full{position:relative}
.bg-full::before{content:"";position:absolute;width:100vw;height:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;z-index:-1;background-color:#f4f4f4}
section.common-main.custom{padding-bottom:0}
@media (max-width:1440px){
:root{--wmpage-font46:32px}
}
@media (max-width:1024px){
:root{--wmpage-font46:24px}
}
.wmpage211-page5 .wmpage211-page5-text{display:inline-block;position:relative;text-transform:uppercase;color:var(--color);font-weight:var(--fontbold6);font-size:var(--wmpage-font17);padding-left:20px;left:50%;transform:translateX(-50%)}
.wmpage211-page5 .wmpage211-page5-text:before{content:'';position:absolute;width:14px;height:7px;background-color:var(--color);border-top-left-radius:7px;border-top-right-radius:7px;left:0;top:50%;transform:translateY(-50%) rotate(-90deg)}
.wmpage211-page5 .wmpage-title{color:var(--wmpage-color22);text-align:center}
.wmpage211-page5 .wmpage211-page5-box{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:30px}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-left{width:22%}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-left li{display:flex;justify-content:space-between;align-items:center;border:1px solid #ddd;border-radius:35px;transition:all .2s linear;cursor: pointer;}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-left li.active{background:var(--color);border:1px solid transparent}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-left li:nth-child(-n+4){margin-bottom:20px}
.wmpage211-page5 .wmpage211-page5-left .wmpage211-page5-letter{padding:15px 25px;color:var(--color);font-weight:var(--fontbold6);font-size:var(--wmpage-font18);flex:1;transition:all .2s linear}
.wmpage211-page5 .wmpage211-page5-left li.active .wmpage211-page5-letter{color:#fff}
.wmpage211-page5 .wmpage211-page5-left .wmpage211-page5-icon{display:inline-flex;justify-content:center;align-items:center;width:45px;height:45px;border-radius:50%;margin:5px;background:#f6f6f6;transition:all .2s linear}
.wmpage211-page5 .wmpage211-page5-left li.active .wmpage211-page5-icon{background:#fff}
.wmpage211-page5 .wmpage211-page5-left .wmpage211-page5-icon em{transform:rotate(-30deg);color:var(--color);transition:all .2s linear}
.wmpage211-page5 .wmpage211-page5-left li.active .wmpage211-page5-icon em{color:var(--wmpage-color22)}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-right{width:75%;position:relative;overflow:hidden}
.wmpage211-page5 .wmpage211-page5-right .wmpage211-page5-item{visibility:hidden;opacity:0;transform:scale(.8);transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility .3s ease-in-out;position:absolute;top:0;left:0;width:100%}
.wmpage211-page5 .wmpage211-page5-right .wmpage211-page5-item.active{visibility:visible;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;opacity:1;transform:scale(1);position:relative}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-img{width:36%}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-img img{width:100%;height:auto;border-radius:30px;object-fit:cover}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-info{width:61%}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-title{font-weight:var(--fontbold6);font-size:var(--wmpage-font20)}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-desc{color:var(--wmpage-color8);margin:10px 0 20px}
.wmpage211-page5 .wmpage211-page5-item ul li{display:flex;align-items:center;color:var(--wmpage-color8);font-weight:var(--fontbold6);margin-top:7px}
.wmpage211-page5 .wmpage211-page5-item ul li em{color:var(--color);font-weight:var(--fontbold5);margin-right:10px}
@media screen and (max-width:1024px){.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-left{width:100%;margin-bottom:30px}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-right{width:100%}
}
@media screen and (max-width:768px){.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-img{width:100%;margin-bottom:30px}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-info{width:100%}
}
.wmkcfaqbox{display: flex;justify-content: space-between;flex-wrap: wrap;}
.wmkcfaqbox .kche-t55{width: 56%;margin: 0 !important;}
.wmkcfaqbox .quote-box{background-color:rgba(0,0,0,.46);padding:30px;width:42%;border-radius:10px}
.wmkcfaqbox .quote-box .wmkcfeedback .send-btn::before{display:none}
.wmkcfaqbox .quote-box .wmkcfeedback .send-btn:hover{background-color:#000}
.wmkcfaqbox .quote-box .title{text-align:left;color: #fff;font-size: var(--fontsize32);font-weight: var(--fontbold6);}
.wmkcfaqbox .quote-box .des{margin-bottom:20px;color: #fff;}
.wmkcfaqbox .quote-box .wmkcfeedback .send-btn{margin-left:0;border-radius:3px;background-color:transparent;border:1px solid #fff}
@media screen and (max-width:1024px) {
.wmkcfaqbox .kche-t55{width: 100%;}
.wmkcfaqbox .quote-box{width: 100%;margin-top: 25px;padding: 20px}
}
.wmpage161-page4Swiper .swiper-slide{padding:15px;margin-bottom:0;overflow:inherit;padding-bottom:80px}
.wmpage161-page4-image{overflow:hidden;position:relative}
.wmpage161-page4-image img{transition:.5s}
.wmpage161-page4-image::before{position:absolute;background:#222429;content:'';top:0;left:0;bottom:0;right:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:.5s;transition:.5s;z-index:1;opacity:.5;transition:.5s}
.wmpage161-page4-text{bottom:-170px;position:absolute;padding:30px 10px 20px;border-radius:5px;left:30px;right:30px;box-shadow:0 0 29px 0 rgb(0 0 0 / 9%);text-align:center;opacity:1;background:#fff;z-index:5;transition:all .3s ease-in-out}
.wmpage161-page4-com p:nth-of-type(1){font-style:normal;line-height:1.2;font-weight:var(--fontbold7);transition:.5s;font-size:var(--fontsize22);margin-bottom:5px;color:#111}
.wmpage161-page4Swiper .swiper-slide:hover .wmpage161-page4-image::before{transform:scale(1.2)}
.wmpage161-page4Swiper .swiper-slide:hover .wmpage161-page4-text{bottom:20px}
.wmpage161-page4Swiper .swiper-pagination-bullet{width:50px;border-radius:unset;height:15px}
.wmpage161-page4-pagination{display:flex;justify-content:center;position:relative;z-index:99}
.wmpage161-page4-title{text-align:center}
.wmpage161-page4-dev{color:var(--color);margin-bottom:10px}
.wmpage161-page4-title .wmpage-title{max-width:45%;margin:0 auto;line-height:1.25}
@media (max-width:1366px){.wmpage161-page4-text{padding:20px 10px}
}
.custom-section{padding:80px 0;max-width:1460px;margin:0 auto}
.custom-section p{color:#000;line-height:1.875}
@media (max-width:1024px){
.custom-section{padding:30px 0}
}
.custom-section1 .custom-section1-left{width:48%;border-radius:6px}
.custom-section1 .custom-section1-right{padding-left:70px;width:52%}
.custom-section1 .custom-section1-right h2{padding-right:20px}
.custom-section1 .custom-section1-right p+p{margin-top:20px}
@media (max-width:768px){
.custom-section1 .custom-section1-left{width:100%;margin-bottom:20px}
.custom-section1 .custom-section1-right{width:100%;padding-left:0}
}
.custom-section2 .wmpage82-page2-mySwiper{margin-top:60px}
.custom-section2 .wmpage82-page2-mySwiper .swiper-slide{text-align:center;padding:15px 10px;-webkit-transition:.3s;transition:.3s}
.custom-section2 .wmpage82-page2-mySwiper .swiper-slide:hover{background-color:#fff}
.custom-section3 .custom3-list{gap:25px}
.custom-section3 .custom3-list .custom3-list-item{width:25%;background-color:#f4f4f4;border-radius:6px;padding:30px;-webkit-transition:.2s;transition:.2s;position:relative}
.custom-section3 .custom3-list .custom3-list-item::before{content:"";width:6px;height:20px;background-color:var(--color);left:0;bottom:37px;border-radius:0 3px 3px 0;position:absolute}
.custom-section3 .custom3-list .custom3-list-item .text{min-height:210px;margin-bottom:15px}
.custom-section3 .custom3-list .custom3-list-item img{width:100%}
.custom-section3 .custom3-list .custom3-list-item h3{margin-top:20px;text-align:center}
.custom-section3 .custom3-list .custom3-list-item:hover{color:#fff;background-color:var(--color)}
.custom-section3 .custom3-list .custom3-list-item:hover .text p{color:inherit}
@media (max-width:1024px){
.custom-section3 .custom3-list{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px 0}
.custom-section3 .custom3-list .custom3-list-item{width:48%;padding:20px}
.custom-section3 .custom3-list .custom3-list-item .text{min-height:180px}
}
@media (max-width:480px){
.custom-section3 .custom3-list .custom3-list-item{width:100%;padding:15px}
}
.custom-section4 .custom4-list{gap:16px}
.custom-section4 .custom4-item{width:16.667%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}
.custom-section4 .custom4-item::before{content:"";height:1px;background-color:#dbdbdb;top:10px;position:absolute;z-index:-1;left:-8px;right:-8px}
.custom-section4 .custom4-item .num{width:20px;height:20px;background-color:var(--color);border-radius:50%;margin:0 auto;color:#fff;margin-bottom:40px;line-height:20px;text-align:center}
.custom-section4 .custom4-item .custom4-item-card{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;border-radius:6px;padding:30px;text-align:center}
.custom-section4 .custom4-item .custom4-item-card .icon{height:128px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:25px}
.custom-section4 .custom4-item .custom4-item-card h3{font-size:var(--wmpage-font22);line-height:1.3;margin-bottom:10px}
@media (max-width:1280px){
.custom-section4 .custom4-list{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px 0}
.custom-section4 .custom4-item{width:31%}
}
@media (max-width:768px){
.custom-section4 .custom4-item{width:48%}
.custom-section4 .custom4-item .num{margin-bottom:15px}
.custom-section4 .custom4-item .custom4-item-card{padding:15px}
.custom-section4 .custom4-item .custom4-item-card h3{font-size:var(--wmpage-font20)}
.custom-section4 .custom4-item .custom4-item-card .icon{width:80px;height:80px;margin:0 auto 15px}
}
.custom-section5 .custom5-list{gap:20px}
.custom-section5 .custom5-list .custom5-list-item{width:20%;text-align:left}
.custom-section5 .custom5-list .custom5-list-item .icon{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}
.custom-section5 .custom5-list .custom5-list-item h3{font-size:var(--wmpage-font22);line-height:1.3;margin-bottom:10px}
@media (max-width:768px){
.custom-section5 .custom5-list{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px 0}
.custom-section5 .custom5-list .custom5-list-item{width:48%}
.custom-section5 .custom5-list .custom5-list-item h3{font-size:var(--wmpage-font20)}
}
.custom-section7 .custom7-list .custom7-list-item{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-img{width:220px;height:220px;border-radius:6px}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-text{padding:15px 0 15px 30px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-text h3{font-size:var(--wmpage-font22);line-height:1.3;margin-bottom:10px}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-text p{margin-bottom:20px}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-text a{font-weight:700}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-text a:hover em{margin-left:15px}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-text a em{border-radius:50%;width:22px;height:22px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:10px;background-color:var(--color);color:#fff;-webkit-transition:.2s;transition:.2s}
@media (max-width:1024px){
.custom-section7 .custom7-list .custom7-list-item{width:100%}
}
@media (max-width:768px){
.custom-section7 .custom7-list .custom7-list-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:48%}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-img{width:100%;height:auto}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-text{padding:10px 0}
.custom-section7 .custom7-list .custom7-list-item .custom7-list-item-text h3{font-size:var(--wmpage-font20)}
}
.wmpage211-page5 .wmpage211-page5-text{display:inline-block;position:relative;text-transform:uppercase;color:var(--color);font-weight:var(--fontbold6);font-size:var(--wmpage-font17);padding-left:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.wmpage211-page5 .wmpage211-page5-text:before{content:"";position:absolute;width:14px;height:7px;background-color:var(--color);border-top-left-radius:7px;border-top-right-radius:7px;left:0;top:50%;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}
.wmpage211-page5 .wmpage-title{color:var(--wmpage-color22);text-align:center}
.wmpage211-page5 .wmpage211-page5-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-left{width:21%}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-left li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ddd;border-radius:35px;-webkit-transition:all .2s linear;transition:all .2s linear;cursor:pointer;background-color:#fff}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-left li.active{background:var(--color);border:1px solid transparent}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-left li:nth-child(-n+4){margin-bottom:20px}
.wmpage211-page5 .wmpage211-page5-left .wmpage211-page5-letter{padding:15px 25px;color:var(--color);font-weight:var(--fontbold6);font-size:var(--wmpage-font18);-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:all .2s linear;transition:all .2s linear;overflow:hidden}
.wmpage211-page5 .wmpage211-page5-left li.active .wmpage211-page5-letter{color:#fff}
.wmpage211-page5 .wmpage211-page5-left .wmpage211-page5-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:45px;height:45px;border-radius:50%;margin:5px;background:#f6f6f6;-webkit-transition:all .2s linear;transition:all .2s linear}
.wmpage211-page5 .wmpage211-page5-left li.active .wmpage211-page5-icon{background:#fff}
.wmpage211-page5 .wmpage211-page5-left .wmpage211-page5-icon em{-webkit-transform:rotate(-30deg);transform:rotate(-30deg);color:var(--color);-webkit-transition:all .2s linear;transition:all .2s linear}
.wmpage211-page5 .wmpage211-page5-left li.active .wmpage211-page5-icon em{color:var(--wmpage-color22)}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-right{width:77%;position:relative;overflow:hidden}
.wmpage211-page5 .wmpage211-page5-right .wmpage211-page5-item{visibility:hidden;opacity:0;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;position:absolute;top:0;left:0;width:100%}
.wmpage211-page5 .wmpage211-page5-right .wmpage211-page5-item.active{visibility:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;opacity:1;-webkit-transform:scale(1);transform:scale(1);position:relative}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-img{width:44%}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-img img{width:100%;height:auto;border-radius:6px;-o-object-fit:cover;object-fit:cover}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-info{width:52%}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-title{font-weight:var(--fontbold7);font-size:var(--wmpage-font24)}
@media (max-width:1024px){
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-title{font-size:var(--wmpage-font20)}
}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-desc{color:var(--wmpage-color8)}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-desc p:first-child{margin-bottom:10px}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-desc div img{margin-top:5px;margin-right:5px}
.wmpage211-page5 .wmpage211-page5-item ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--wmpage-color8);font-weight:var(--fontbold6);margin-top:7px}
.wmpage211-page5 .wmpage211-page5-item ul li em{color:var(--color);font-weight:var(--fontbold5);margin-right:10px}
@media screen and (max-width:1024px){
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-left{width:100%;margin-bottom:30px}
.wmpage211-page5 .wmpage211-page5-box .wmpage211-page5-right{width:100%}
}
@media screen and (max-width:768px){
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-img{width:100%;margin-bottom:20px}
.wmpage211-page5 .wmpage211-page5-item .wmpage211-page5-info{width:100%}
}
.wmpage161-page4Swiper .swiper-slide{padding:15px;margin-bottom:0;overflow:inherit;padding-bottom:50px}
.wmpage161-page4-image{overflow:hidden;position:relative;border-radius:6px}
.wmpage161-page4-image img{-webkit-transition:.5s;transition:.5s}
.wmpage161-page4-image::before{position:absolute;background:#222429;content:"";top:0;left:0;bottom:0;right:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:.5s;transition:.5s;z-index:1;opacity:.5;transition:.5s}
.wmpage161-page4-text{bottom:-170px;position:absolute;padding:30px 10px 20px;border-radius:5px;left:30px;right:30px;-webkit-box-shadow:0 0 29px 0 rgba(0,0,0,.09);box-shadow:0 0 29px 0 rgba(0,0,0,.09);text-align:center;opacity:1;background:#fff;z-index:5;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.wmpage161-page4-com p:nth-of-type(1){font-style:normal;line-height:1.2;font-weight:var(--fontbold7);-webkit-transition:.5s;transition:.5s;font-size:var(--fontsize22);margin-bottom:5px;color:#111}
.wmpage161-page4Swiper .swiper-slide:hover .wmpage161-page4-image::before{-webkit-transform:scale(1.2);transform:scale(1.2)}
.wmpage161-page4Swiper .swiper-slide:hover .wmpage161-page4-text{bottom:20px}
.wmpage161-page4Swiper .swiper-pagination-bullet{width:30px;border-radius:unset;height:10px;border-radius:5px}
.wmpage161-page4Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#000}
.wmpage161-page4-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:99}
.wmpage161-page4-title{text-align:center}
.wmpage161-page4-dev{color:var(--color);margin-bottom:10px}
.wmpage161-page4-title .wmpage-title{max-width:45%;margin:0 auto;line-height:1.25}
@media (max-width:1366px){
.wmpage161-page4-text{padding:20px 10px}
}
.wmkcfaqbox .quote-box{background-color:rgba(0,0,0,.46);padding:30px;width:34%;border-radius:10px}
.wmkcfaqbox .quote-box p{color:#fff}
.wmkcfaqbox .quote-box .wmkcfeedback .send-btn::before{display:none}
.wmkcfaqbox .quote-box .wmkcfeedback .send-btn:hover{background-color:#000}
.wmkcfaqbox .quote-box .title{text-align:left;color:#fff;font-size:var(--fontsize32);font-weight:var(--fontbold6)}
.wmkcfaqbox .quote-box .des{margin-bottom:20px;color:#fff}
.wmkcfaqbox .quote-box .wmkcfeedback .send-btn{margin-left:0;border-radius:3px;background-color:transparent;border:1px solid #fff}
@media screen and (max-width:1024px){
.wmkcfaqbox .quote-box{width:100%;margin-top:25px;padding:20px}
}
.custom-section8 .wmkcfaqbox{margin-top:30px}
.custom-section8 .wmkcfaqbox .cusfaq-list{width:60%}
.custom-section8 .wmkcfaqbox .faq-item{background-color:#fff;border-radius:6px;margin-bottom:20px;padding:18px}
.custom-section8 .wmkcfaqbox .faq-item .faq-tit{font-size:var(--fontsize22);font-weight:var(--fontbold7);display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}
.custom-section8 .wmkcfaqbox .faq-item .faq-tit p{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:10px;overflow:hidden}
.custom-section8 .wmkcfaqbox .faq-item .more-btn{width:40px;height:40px;background-color:var(--color);border-radius:50%;position:relative}
.custom-section8 .wmkcfaqbox .faq-item .more-btn::after,.custom-section8 .wmkcfaqbox .faq-item .more-btn::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:14px;height:3px;background-color:#fff;border-radius:1.5px}
.custom-section8 .wmkcfaqbox .faq-item .more-btn::after{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}
.custom-section8 .wmkcfaqbox .faq-box{display:none;padding-top:15px;border-top:1px solid #e5e5e5;margin-top:15px;margin-right:75px}
.custom-section8 .wmkcfaqbox .faq-item.active .more-btn::after{opacity:0}
@media (max-width:1024px){
.custom-section8 .wmkcfaqbox .cusfaq-list{width:100%}
.custom-section8 .wmkcfaqbox .faq-box{margin-right:0}
.custom-section8 .wmkcfaqbox .faq-item .faq-tit p{font-size:var(--wmpage-font20)}
.custom-section8 .wmkcfaqbox .faq-item .more-btn{width:30px;height:30px}
}
.customwmkc211swiper-pagination{position: absolute;width: 100%;display: flex;justify-content: center;left: 0;bottom: 20px;z-index: 4;}