:root{--color:#005cac}
@-webkit-keyframes aperture{
0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
100%{opacity:0;-webkit-transform:scale(2);transform:scale(2)}
}
@keyframes aperture{
0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
100%{opacity:0;-webkit-transform:scale(2);transform:scale(2)}
}
.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.flex-ai-c{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.flex-ai-fs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.flex-ai-fe{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.flex-jc-c{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.flex-jc-sb{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}
.flex-jc-sa{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}
.flex-jc-fe{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.flex-jc-fs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.flex-jc-ai-c{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.flex-jc-ai-sb{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}
.index main *,.index main ::after,.index main ::before{-webkit-box-sizing:border-box;box-sizing:border-box}
.more-btn1{display:inline-block;color:var(--color);padding:8px 0;-webkit-transition:color .5s,padding .5s,border .5s;transition:color .5s,padding .5s,border .5s;position:relative;z-index:1;overflow:hidden;border-radius:2px;text-transform:lowercase}
.more-btn1::before{content:"";display:block;position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background-color:var(--color);z-index:-1;-webkit-transition:opacity .6s,-webkit-transform .8s cubic-bezier(0,0,.2,1);transition:opacity .6s,-webkit-transform .8s cubic-bezier(0,0,.2,1);transition:transform .8s cubic-bezier(0,0,.2,1),opacity .6s;transition:transform .8s cubic-bezier(0,0,.2,1),opacity .6s,-webkit-transform .8s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0);opacity:0}
@media (min-width:769px){
.more-btn1:hover::before{-webkit-transform:scale(20);transform:scale(20);opacity:1}
.more-btn1:hover{color:#fff}
}
.home-title{font-size:40px;font-weight:var(--fontbold5);text-align:center;margin:20px 0;text-transform:capitalize}
@media (min-width:901px) and (max-width:1280px){
.home-title{font-size:32px}
}
.home-label{font-size:14px;font-weight:var(--fontbold5);color:var(--color);text-transform:uppercase;text-align:center}
.home-label::after,.home-label::before{content:"";display:inline-block;width:34px;height:1px;background:var(--color);vertical-align:middle}
.home-label::before{margin-right:10px}
.home-label::after{margin-left:10px}
#brand{padding:3.5% 0 5%}
#brand .brand-list{margin-top:6%;padding-left:3%}
#brand .brand-list li{position:relative;font-weight:var(--fontbold5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#brand .brand-list li .brand-number{font-size:50px;line-height:1;position:relative;z-index:1}
@media (max-width:1280px){
#brand .brand-list li .brand-number{font-size:40px}
}
#brand .brand-list li .brand-number .text-shadow{font-size:113px;font-weight:var(--fontbold5);color:#fff;text-shadow:0 0 2px #ccc;position:absolute;top:50%;right:0;z-index:-1;line-height:1;-webkit-transform:translate(12px,-50%);transform:translate(12px,-50%)}
@media (max-width:1280px){
#brand .brand-list li .brand-number .text-shadow{font-size:80px}
}
#brand .brand-list li .brand-label{-webkit-box-flex:1;-ms-flex:1;flex:1;text-transform:uppercase;padding-left:20px}
#brand .brand-list li .brand-label span{display:block}
#about{background-color:#f8f8f8;padding:4% 0}
#about .about-con{width:56%;padding:2% 6% 0 0}
#about .about-con .home-label{text-align:left}
#about .about-con .home-label:after{display:none}
#about .about-con .home-title{text-align:left;line-height:1.2;max-width:750px}
#about .about-con .about-des{color:#444;line-height:1.75}
#about .about-con .more-btn1{border:1px solid #c2c2c2;border-radius:0;padding:10px 30px;border-bottom:2px solid var(--color);margin-top:6%;background-color:#f8f8f8}
#about .about-con .more-btn1:hover{border-color:var(--color)}
#about .about-img{width:43.75%;position:relative;z-index:1}
#about .about-img .lazy-wrap::after{padding-bottom:0}
#projects{position:relative;padding-top:7vw}
#projects::before{content:"";display:block;width:100%;height:65%;position:absolute;top:0;left:0;background-color:#222}
#projects::after{content:"Customer case";display:block;width:100%;text-align:center;position:absolute;top:0;left:0;font-size:7vw;font-family:Rajdhani;color:#555;opacity:.15;text-transform:uppercase;line-height:1.1}
#projects .l-wrap{position:relative;z-index:1;color:#fff}
#projects .projects-des{line-height:1.75;text-align:center;max-width:550px;margin:0 auto;padding:10px 0}
#projects #home-projects{margin-top:30px;padding:7% 0}
#projects #home-projects .swiper-slide{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scale(.64);transform:scale(.64)}
#projects #home-projects .swiper-slide.swiper-slide-prev{-webkit-transform:scale(.64) translateX(-28%);transform:scale(.64) translateX(-28%)}
#projects #home-projects .swiper-slide.swiper-slide-next{-webkit-transform:scale(.64) translateX(28%);transform:scale(.64) translateX(28%)}
#projects #home-projects .swiper-slide.swiper-slide-active{-webkit-transform:scale(1.57);transform:scale(1.57)}
#projects #home-projects .swiper-slide.swiper-slide-active .projects-cont{opacity:1}
#projects #home-projects .swiper-slide:hover .projects-cont p{color:var(--color)}
#projects #home-projects .swiper-slide .projects-cont{position:absolute;bottom:10%;left:15%;width:70%;background-color:rgba(255,255,255,.9);text-align:center;font-weight:var(--fontbold5);opacity:0;-webkit-transition:opacity .3s .1s;transition:opacity .3s .1s;padding:10px 0}
#projects #home-projects .swiper-slide .projects-cont p{font-size:12px;color:var(--fontcolor);text-transform:capitalize;-webkit-transition:color .3s;transition:color .3s}
#projects #home-projects .swiper-slide .projects-cont a{display:inline-block;font-weight:400;text-transform:lowercase;font-size:14px;-webkit-transform:scale(.8);transform:scale(.8)}
#projects #home-projects .swiper-slide .projects-cont a:hover{color:var(--color)}
#product{padding:4% 0}
#product .pro-list{margin-top:4%}
#product .pro-list li{width:23.75%;margin:0 1.5% 20px 0}
#product .pro-list li:nth-of-type(4n){margin-right:0}
#product .pro-list li .pro-img{border:1px solid #e8e8e8;overflow:hidden}
#product .pro-list li .pro-img .lazy-wrap::after{padding-bottom:0}
#product .pro-list li .pro-cont{padding:10px 15px}
#product .pro-list li .pro-cont .pro-name{text-align:left;display:block;font-weight:var(--fontbold5);text-transform:capitalize;margin:0 0 10px 0;display:block;display:-webkit-box;display:-moz-box;max-height:3em;line-height:1.5em;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
#product .pro-list li:hover .pro-name{color:var(--color)}
#product .pro-list li:hover .pro-img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
#product .all-products{position:relative;text-align:center;font-size:14px;font-weight:var(--fontbold5);text-transform:uppercase}
#product .all-products::before{content:"";display:block;width:100%;height:1px;background-color:#ebebeb;position:absolute;top:20px;left:0}
#product .all-products::after{content:"";display:block;width:128px;height:1px;background-color:#fff;position:absolute;top:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
#product .all-products a{display:inline-block;position:relative;z-index:1}
#product .all-products a:hover{color:var(--color)}
#product .all-products span:nth-of-type(1){display:block;width:40px;height:40px;background:var(--color);border-radius:50%;color:#fff;font-size:30px;text-align:center;line-height:38px;margin:0 auto 20px;font-weight:var(--fontbold4)}
#info{background:#f5f5f5 left top/100% no-repeat;padding:6% 0 5%}
#info .info-cont{color:#fff}
#info .info-cont .info-title{font-size:50px;font-weight:var(--fontbold5);max-width:500px;text-transform:capitalize;margin-bottom:5%}
@media (min-width:901px) and (max-width:1280px){
#info .info-cont .info-title{font-size:32px}
}
#info .video-btn{width:60px;height:60px;background:rgba(56,83,216,0);border:1px solid #fff;border-radius:50%;position:relative;margin-right:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#info .video-btn em{color:#fff;font-size:34px}
#info .video-btn::after,#info .video-btn::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:1px solid #fff;opacity:0}
#info .video-btn::before{-webkit-animation:aperture 1.5s ease infinite;animation:aperture 1.5s ease infinite}
#info .video-btn::after{-webkit-animation:aperture 1.5s ease infinite .4s;animation:aperture 1.5s ease infinite .4s}
#info .video-layer{position:fixed;top:0;bottom:0;right:0;left:0;z-index:100000;background-color:rgba(0,0,0,.9);display:none}
#info .video-layer .layer-close{width:40px;height:40px;border-radius:50%;display:block;margin:30px 30px 30px auto;background-color:var(--color)}
#info .video-layer .layer-close em{font-size:20px;line-height:1;color:#fff}
#info .video-layer .video-layer-cont{width:92%;margin:0 auto;max-width:800px;position:relative;top:calc(50% - 100px);-webkit-transform:translateY(-50%);transform:translateY(-50%);max-height:80vw}
#info .video-layer .video-layer-cont>iframe,#info .video-layer .video-layer-cont>lite-youtube,#info .video-layer .video-layer-cont>video{display:block;margin:0 auto;max-width:100%;max-height:100%}
#info .info-bottom{background-color:#fff;margin-top:4%}
#info .info-item{width:33.33%;padding:50px 5% 100px;position:relative;z-index:1;overflow:hidden;background:url(https://css02.v15cdn.com/m422/img/home/info-item-bg.webp) center/cover no-repeat}
@media (min-width:901px) and (max-width:1280px){
#info .info-item{padding-left:3%;padding-right:3%}
}
#info .info-item .info-item-tit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;position:relative}
@media (min-width:901px) and (max-width:1280px){
#info .info-item .info-item-tit{margin-bottom:10px}
}
#info .info-item .info-item-tit em{font-size:50px;color:var(--color);line-height:1;-webkit-transition:color .3s;transition:color .3s}
@media (min-width:901px) and (max-width:1280px){
#info .info-item .info-item-tit em{font-size:32px}
}
#info .info-item .info-item-tit span{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:20px;font-size:26px;font-weight:var(--fontbold5);color:#222;-webkit-transition:color .3s;transition:color .3s;text-transform:capitalize}
@media (min-width:901px) and (max-width:1280px){
#info .info-item .info-item-tit span{font-size:22px;padding-left:10px}
}
#info .info-item .info-item-des{position:relative;font-size:16px;line-height:26px;color:#666;-webkit-transition:color .3s;transition:color .3s}
#info .info-item::after{display:block;font-size:114px;line-height:1;font-weight:var(--fontbold5);color:#f0f0f0;position:absolute;bottom:0;right:6%;-webkit-transform:translateY(30%);transform:translateY(30%);z-index:1}
#info .info-item:nth-of-type(1)::after{content:"01"}
#info .info-item:nth-of-type(2)::after{content:"02"}
#info .info-item:nth-of-type(3)::after{content:"03"}
#info .info-item::before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;background-color:#fff;-webkit-transition:background .3s;transition:background .3s}
#info .info-item:hover .info-item-tit em,#info .info-item:hover .info-item-tit span{color:#fff}
#info .info-item:hover .info-item-des{color:#fff}
#info .info-item:hover::before{background-color:var(--color)}
#news{background-color:#f5f5f5}
#news #home-news{margin:4% 0 6%}
@media (min-width:901px){
#news #home-news .news-list{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
#news #home-news .news-list .swiper-slide{width:49%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}
#news #home-news .news-list .swiper-slide .news-item-img{width:50%}
#news #home-news .news-list .swiper-slide .news-item-cont{width:50%;padding:0 3%;-webkit-transform:none;transform:none}
#news #home-news .news-list .swiper-slide:nth-of-type(n+3){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
}
#news #home-news .news-list .news-item-img{position:relative;overflow:hidden}
#news #home-news .news-list .news-item-img img{max-height:300px;-o-object-fit:cover;object-fit:cover}
#news #home-news .news-list .news-item-img .lazy-wrap::after{padding-bottom:0}
#news #home-news .news-list .news-item-img .news-date{display:inline-block;background-color:#fff;font-size:14px;font-weight:var(--fontbold5);text-align:center;position:absolute;top:5%;left:4%;padding:6px 15px;border-bottom:3px solid var(--color);-webkit-transition:background .3s,color .3s;transition:background .3s,color .3s}
#news #home-news .news-list .news-item-img .news-date span{font-size:20px;display:block;line-height:1;margin-bottom:4px}
#news #home-news .news-list .news-item-cont{width:90%;margin:auto;background-color:#fff;padding:5%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
#news #home-news .news-list .news-item-cont .news-item-title{font-size:18px;font-weight:var(--fontbold5);color:var(--fontcolor);text-transform:capitalize;display:block;display:-webkit-box;display:-moz-box;max-height:3em;line-height:1.5em;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media (min-width:901px) and (max-width:1280px){
#news #home-news .news-list .news-item-cont .news-item-title{font-size:18px}
}
#news #home-news .news-list .news-item-cont .news-item-des{color:#666;margin:10px 0 20px;display:block;display:-webkit-box;display:-moz-box;max-height:3em;line-height:1.5em;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
#news #home-news .news-list .swiper-slide:hover .news-item-img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
#news #home-news .news-list .swiper-slide:hover .news-item-img .news-date{background-color:var(--color);color:#fff}
#news #home-news .news-list .swiper-slide:hover .news-item-title{color:var(--color)}
.home-main section{overflow:hidden}
@media (max-width:900px){
#brand .brand-list li{width:50%;padding-left:100px}
#brand .brand-list li:nth-last-of-type(-n+2){margin:70px 0 40px}
#about{padding:0}
#about .l-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:20px}
#about .about-con{width:100%;padding:5% 0}
#about .about-con .more-btn1{margin-top:30px}
#about .about-img{width:100%}
#projects #home-projects{margin-top:20px}
#projects #home-projects .swiper-slide{width:65%}
#projects #home-projects .swiper-slide.swiper-slide-next,#projects #home-projects .swiper-slide.swiper-slide-prev{-webkit-transform:scale(.7);transform:scale(.7)}
#projects #home-projects .swiper-slide.swiper-slide-active{-webkit-transform:scale(1.3);transform:scale(1.3)}
#product .pro-list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
#product .pro-list li{width:48%;margin:0 0 20px}
#product .pro-list li .pro-cont{padding:10px 0}
#info{background-size:200%;background-position:center top}
#info .info-cont{width:100%;text-align:center}
#info .info-cont .info-title{max-width:100%}
#info .info-video{width:100%;text-align:center;margin:8% 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#info .video-btn{width:40px;height:40px;margin-right:0}
#info .video-btn em{color:#fff;font-size:30px}
#info .info-item{width:100%}
#info .info-item::before{border-top:1px solid #e9e9e9}
#news #home-news .news-list .news-item-cont{-webkit-transform:none;transform:none;margin-top:-100px;position:relative}
#news #home-news .swiper-pagination{position:static;margin-top:4%}
}
@media (max-width:768px){
#brand .brand-list li{padding-left:6.6666666667vw}
#brand .brand-list li:nth-last-of-type(-n+2){margin:9.3333333333vw 0 5.3333333333vw}
#brand .brand-list li .brand-number{font-size:6.6666666667vw}
#brand .brand-list li .brand-number .text-shadow{font-size:12vw}
.home-title{font-size:6.1333333333vw;margin:10px 0}
#info .info-cont .info-title{font-size:6.1333333333vw}
#info .info-item{padding:6.6666666667vw 5% 13.3333333333vw}
#info .info-item::after{font-size:13.3333333333vw}
#info .info-item .info-item-tit{margin-bottom:4vw}
}
@media (max-width:480px){
#news #home-news .news-list .news-item-img .news-date{left:5%;padding:8px;font-size:12px}
#news #home-news .news-list .news-item-img .news-date span{font-size:16px;line-height:1}
#news #home-news .news-list .news-item-cont{padding-bottom:0}
#news #home-news .news-list .news-item-cont .news-item-title{font-size:18px;line-height:1.3}
#news #home-news .news-list .news-item-cont .news-item-des{font-size:14px;margin:6px 0 0}
}
@media (max-width:415px){
#brand .brand-list li{padding-left:10px}
#brand .brand-list li .brand-label{font-size:13px}
#info .info-item .info-item-tit{margin-bottom:10px}
#info .info-item .info-item-tit em{font-size:32px}
#info .info-item .info-item-tit span{font-size:20px;padding-left:10px}
}
.foot-contact .contact-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.foot-contact .con{min-height:0}
.aperture-wrap .aperture-tg{position:relative;z-index:1}
.aperture-wrap .aperture-tg::after,.aperture-wrap .aperture-tg::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:1px solid var(--color);opacity:0}
@media (min-width:1025px){
.aperture-wrap:hover .aperture-tg::before{-webkit-animation:aperture 1.5s ease infinite;animation:aperture 1.5s ease infinite}
.aperture-wrap:hover .aperture-tg::after{-webkit-animation:aperture 1.5s ease infinite .4s;animation:aperture 1.5s ease infinite .4s}
}