﻿/*#about .l-wrap{display: block;}*/
/*#about .home-title{margin: 0;}*/
/*#about .line{width: 40px;height: 3px;background-color: var(--color);margin: 0 auto}*/
/*#about .about-wrap{display: flex;flex-direction: row-reverse;flex-wrap: wrap;align-items: center;margin-top: 20px;}*/
/*#about .about-img{width:50% !important;padding-top: 0 !important;}*/
/*#about .about-con{width: 60% !important;position: relative;background-color: #fbfbfbc9;border-radius: 5px;padding: 20px !important;margin-left: -10%;z-index: 2;box-shadow: 0 1px 10px 0 rgba(51, 51, 51, .1);}*/
/*#about .about-con-tit{font-size: var(--fontsize20);color: #000;margin: 0;text-transform: capitalize;}*/
/*#about .about-con-des p{color: var(--introcolor, #555555);font-size: 16px;line-height: 1.6;margin: 0;}*/
/*#about .about-con .more-btn1{margin-top: 2% !important;}*/
/*@media (max-width:768px) {#about .about-wrap{flex-direction: column-reverse;}*/
/*#about .about-img{width:100% !important;margin-bottom: 0;}*/
/*#about .about-con {width: 100% !important;margin-left: 0;padding: 20px 10px !important;}*/
/*#about .about-con .more-btn1{margin-top: 20px !important;padding: 6px 20px !important;}*/
/*}*/
#partners{position:relative;padding:0 0 2% 0}
#certifications{position:relative;padding:0 0 3% 0}
@media (max-width:1024px){#partners{padding:30px 0}
#certifications{padding:0 0 30px 0}}
#partners .home-title{margin-bottom: 0;}
#partners .par-p{max-width:45%;margin:0 auto 30px}
#partners .par-p p{color:#333;margin:0 auto;text-align:center;line-height:1.7}
#partners .par-list{display: flex;flex-wrap: wrap;justify-content: center;}
#partners .par-li{width:19%;display:flex;justify-content:center;margin-bottom:1%;margin-right:1%;overflow:hidden}
#partners .par-li img{display:block;max-width:100%;border:1px solid #eee;box-shadow:0 0 24px 0 rgba(35,24,21,.11);transition:all .3s ease-in-out}
#partners .par-li:hover img{transform:scale(1.02)}
@media (max-width:1550px){#partners .par-li{width:22%;margin:10px}
}
@media (max-width:1200px){#partners .par-p{min-width:70%;margin-bottom:20px}
#partners .par-list{justify-content:space-between}
#partners .par-li{width:24%;margin:0 0 1% 0}
}
@media (max-width:768px){#partners .par-p{min-width:100%}
#partners .par-list{justify-content:flex-start}
#partners .par-li{width:32%;}
}
@media (max-width:500px){#partners .par-list{justify-content:space-between}
#partners .par-li{width:49%;margin:0 0 2% 0}
}
#certifications .cert-content{position:relative;}
#certifications .cert-list{position:relative;display:flex;justify-content:space-between;flex-wrap: wrap;padding:0 10px;z-index:1}
#certifications .cert-li{width:15%}
#certifications .cert-li img{display:block;max-width:100%;border:1px solid #eee;transition:all .3s ease-in-out}
#certifications .cert-li-img:hover img{transform:scale(1.02)}
#certifications .cert-li-p{display:inline-block;width:100%;margin:30px 0 40px;padding:10px 10px;border:1px solid #fff;border-radius:30px;text-align:center}
#certifications .cert-li-p p{color:#fff;line-height:1}
#certifications .cert-bg{content:'';position:absolute;bottom:0;max-width:1440px;width:100%;height:50%;background:var(--color);z-index:-1}
@media (max-width:1024px){#certifications .cert-list{padding:20px 10px 0 10px}
#certifications .cert-li{width:27%}
#certifications .cert-li-p{margin:25px 0}
#certifications .cert-bg{height:100%}
}
@media (max-width:768px){#certifications .cert-li{width:32%}
}
@media (max-width:500px){#certifications .cert-li{width:48%}
#certifications .cert-li-p{margin:20px 0;padding:10px 0}
}
#cooperation-swiper .cooperation-img img{width: 100%;margin-bottom: 40px;}
.home-weoffer .kche-t214 .kche-t214-des{text-align:center;color:var(--introcolor,#555555)}
.home-weoffer .kche-t214 .kche-t214-list{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;list-style:none;margin-top:40px}
.home-weoffer .kche-t214 .kche-t214-item{width:22%;text-align:center}
.home-weoffer .kche-t214 .kche-t214-item img{width:220px;height:auto;object-fit:cover;border-radius:50%;transition:all 0.1s linear}
.home-weoffer .kche-t214 .kche-t214-p2{font-size:20px;margin-top:10px}
.home-weoffer .kche-t214 .kche-t214-p3{color:var(--introcolor,#555555);font-size:14px;margin-top:10px}
@media (max-width:1024px){.home-weoffer .kche-t214 .kche-t214-item{width:48%;margin-bottom:20px}}


.home-about{padding:4% 0 0;position:relative}
.home-about .l-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.home-about .home-icon{background: var(--color);text-align: center;text-transform: uppercase;margin-bottom: 10px;width: 30px;height: 3px;display: flex;}
.home-about .aboutinfo{width:50%}
.home-about .aboutinfo .home-title{text-align:left;font-weight:var(--fontbold7);text-transform: uppercase;line-height:1.4}
.home-about .aboutinfo p{margin:1em 0;color:var(--introcolor);}
.home-about .aboutinfo .more{font-size:var(--fontsize18);font-weight:var(--fontbold5);height:50px;color:var(--color);display:inline-flex;align-items:center;margin-top:10px;border-radius:10px;transition:all .2s linear}
.home-about .aboutinfo .more:hover{background:var(--color);padding:0 20px;color:#fff}
.home-about .aboutinfo .more em{margin-left:10px;width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;background:var(--color);transform: rotateY(180deg);}
.home-about .aboutimg{flex:1;padding-left:3%}
.home-about .aboutimg img{transition:all .1s linear}
.home-about .aboutimg img:hover{transform:scale(1.02) rotate(1deg)}
@media (max-width:768px){.home-about{padding:50px 0;}
.home-about .l-wrap{flex-direction:column}
.home-about .aboutinfo{width:100%}
.home-about .aboutinfo .more{margin-top:0}
.home-about .aboutimg{width:100%;padding:0;margin-top:20px}}
@media (min-width:1025px) {
body.index header:not(.is-fixed) .head-top .head-contact a{color: #fff;}
body.index header:not(.is-fixed) .lang-icon{color: #fff;}
body.index header:not(.is-fixed) .lang-icon span::before,body.index header:not(.is-fixed) .lang-icon span::after{background: #fff;}
body.index header:not(.is-fixed) .head-nav>ul>li a{color: #fff;}

}
#home-swiper .swiper-wrapper .banner-animate{width:70%;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;color:#fff}
#home-swiper .swiper-wrapper .banner-animate .p1{font-size:var(--fontsize35);text-align:center}
#home-swiper .swiper-wrapper .banner-animate .p1 .color{color:orange;font-size:40px}
#home-swiper .swiper-wrapper .banner-animate .p3{font-size:var(--fontsize24);margin-top:20px}
#home-swiper .home-more{color:#fff;background:orange;border-radius:5px;padding:10px 20px}
#home-swiper .swiper-wrapper .banner-animate{display:flex;flex-direction:column;align-items:center}
@media (max-width:768px){#home-swiper .swiper-wrapper .banner-animate .p1,#home-swiper .swiper-wrapper .banner-animate .p1 .color{font-size:20px}
#home-swiper .swiper-wrapper .banner-animate .p3{font-size:15px}
#home-swiper .swiper-wrapper .banner-animate .p3{margin-top:10px}
#home-swiper .home-more{padding:5px 10px}
}

.home-weoffer{position:relative;padding:4% 0}
.home-weoffer{background:no-repeat top}
.home-weoffer .home-des,.home-weoffer .home-title{color:#fff}
.home-des{color:#555;font-size: var(--fontsize16);text-align: center;max-width: 1000px;margin: 0px auto 10px;}
#serviceswiper{margin-top:40px}
#serviceswiper .swiper-slide{background:#fafafa;width:49%;padding:3% 4%;text-align:center}
#serviceswiper .swiper-slide .p1{font-size:var(--fontsize28);font-weight:var(--fontbold6)}
#serviceswiper .swiper-slide .icon{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:20px 0}
#serviceswiper .swiper-slide .icon li{display:inline-flex;flex-direction:column;margin:10px 20px}
#serviceswiper .swiper-slide .icon li:hover p{color:var(--color)}
#serviceswiper .swiper-slide .icon li>em{height:40px;font-size:45px;color:var(--color);display:flex;align-items:center;justify-content:center}
#serviceswiper .swiper-slide .icon li p{padding-top:5px;font-size:var(--fontsize18)}
@media (min-width:768px){#serviceswiper .swiper-wrapper{display:flex;justify-content:space-between;align-items:flex-start}}
@media (max-width:1024px){#serviceswiper .swiper-slide .icon li p{font-size:var(--fontsize16);font-weight:var(--fontbold4)}}
@media (max-width:768px){#serviceswiper{padding-bottom:50px;margin-top:30px}
#serviceswiper .swiper-slide{padding:20px 15px}
#serviceswiper .swiper-slide .p1{font-size:var(--fontsize22)}
#serviceswiper .swiper-slide .icon li{width:50%;margin:10px 0 0}}
.home-more {margin-right: 20px;min-width: 200px;padding: 0px 20px;height: 50px;background: 0 0;border: 1px solid var(--color);border-radius: var(--borderradius);color: var(--fontcolor);background: var(--color);text-transform: capitalize;display: inline-flex;align-items: center;justify-content: center;transition: all .1s linear;font-size: var(--fontsize18);}
.home-more:hover{color:#fff}
#serviceswiper .serviceswiper-pagination{text-align:center}