body.index{
  --color:#f26a21;
  --color1:#111111;
  --homebg:#111111;
  --fontcolor:#202020;
  --summarycolor:#666;
  --hometitle:46px;
  --fontfamily:"Oswald",Arial,"Helvetica Neue",Helvetica,sans-serif;
  background:#f3f3f1;
  color:#1b1b1b;
}
body.index::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(0,0,0,.035) 1px,transparent 1px) 0 0/78px 78px,
    linear-gradient(180deg,rgba(0,0,0,.03) 1px,transparent 1px) 0 0/78px 78px;
}
@keyframes modernGridMove{
  0%{background-position:0 0,0 0}
  100%{background-position:78px 78px,78px 78px}
}
@keyframes modernDash{
  0%{transform:translateX(-32%) skewX(-24deg)}
  100%{transform:translateX(132%) skewX(-24deg)}
}
@keyframes heroLinePulse{
  0%,100%{opacity:.35;transform:scaleX(.82)}
  50%{opacity:1;transform:scaleX(1)}
}
@media (prefers-reduced-motion:no-preference){
  body.index::before{animation:modernGridMove 18s linear infinite}
}
body.index header .head-top,
body.index header .head-info,
body.index header.is-active .head-info{
  background:rgba(243,243,241,.96);
  backdrop-filter:blur(12px);
}
body.index header .head-top{
  background:rgba(17,17,17,.94);
}
body.index header .head-info{
  border-bottom:1px solid rgba(17,17,17,.1);
  box-shadow:0 10px 26px rgba(17,17,17,.08);
}
body.index header .head-top{
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.index header .head-top .head-contact .item a,
body.index header .head-top .head-contact .item span,
body.index .head-lang,
body.index .head-share a{
  color:#fff;
}
body.index .lang-icon span::before,
body.index .lang-icon span::after{
  background:#151515;
}
body.index header .head-info .head-nav .nav-ul>li>a{
  font-size:17px;
  letter-spacing:.4px;
  text-transform:uppercase;
  color:#151515;
}
body.index header .head-info .head-nav .nav-ul>li>em{
  color:#151515;
}
body.index header .head-info .head-nav .nav-ul>li>a::after{
  height:3px;
  transform:skewX(-22deg);
}
body.index header .head-info .head-nav .nav-ul>li>a.inmenu_1,
body.index header .head-info .head-nav .nav-ul>li:hover>a,
body.index header .head-info .head-nav .nav-ul>li:hover>em,
body.index header .head-info .head-nav .nav-ul>li>a.inmenu_1+em{
  color:#f26a21;
}
body.index .head-search button em{
  color:#151515;
}
body.index header:not(.is-active) .head-info{
  background:transparent;
  border-bottom:1px solid rgba(255,255,255,.18);
  box-shadow:none;
  backdrop-filter:none;
}
body.index header:not(.is-active) .head-info .head-nav .nav-ul>li>a,
body.index header:not(.is-active) .head-info .head-nav .nav-ul>li>em,
body.index header:not(.is-active) .head-search button em{
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.32);
}
body.index header:not(.is-active) .head-info .head-nav .nav-ul>li>a.inmenu_1,
body.index header:not(.is-active) .head-info .head-nav .nav-ul>li:hover>a,
body.index header:not(.is-active) .head-info .head-nav .nav-ul>li:hover>em,
body.index header:not(.is-active) .head-info .head-nav .nav-ul>li>a.inmenu_1+em{
  color:#f26a21;
}
.index .home-banner{
  background:#111;
  overflow:hidden;
}
.index .home-banner::before{
  content:none;
}
.index .home-banner::after{
  content:"";
  position:absolute;
  left:160px;
  bottom:115px;
  z-index:3;
  width:360px;
  height:6px;
  background:#f26a21;
  transform-origin:left center;
  animation:heroLinePulse 2.8s ease-in-out infinite;
}
.index .modern-hero-copy{
  position:absolute;
  left:160px;
  top:190px;
  bottom:auto;
  z-index:4;
  width:min(720px,calc(100% - 140px));
  color:#fff;
}
.index .modern-hero-copy .eyebrow{
  display:inline-flex;
  margin-bottom:18px;
  padding:8px 14px;
  background:rgba(242,106,33,.94);
  color:#111;
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);
}
.index .modern-hero-copy h1{
  max-width:700px;
  color:#fff;
  font-size:72px;
  font-weight:700;
  line-height:.96;
  text-transform:uppercase;
  text-shadow:0 18px 42px rgba(0,0,0,.34);
}
.index .modern-hero-copy p{
  max-width:560px;
  margin-top:20px;
  color:#dfdfdf;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:18px;
  line-height:1.7;
}
.index .modern-hero-copy .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  align-items:center;
  margin-top:32px;
}
.index .modern-hero-copy .hero-link{
  position:relative;
  color:#fff;
  font-size:18px;
  font-weight:700;
  text-transform:uppercase;
}
.index .modern-hero-copy .hero-link::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:3px;
  background:#f26a21;
  transform:skewX(-24deg);
}
.index .modern-proof{
  padding:0;
  background:#111;
}
.index .modern-proof .l-wrap{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  padding-top:0;
  padding-bottom:0;
  background:#333;
}
.index .proof-item{
  position:relative;
  overflow:hidden;
  min-height:136px;
  padding:28px 26px;
  background:#1c1c1c;
  color:#fff;
}
.index .proof-item::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:40%;
  background:linear-gradient(90deg,transparent,rgba(242,106,33,.2),transparent);
  transform:translateX(-120%) skewX(-24deg);
}
.index .proof-item:hover::before{
  animation:modernDash .75s ease;
}
.index .proof-item strong{
  display:block;
  color:#f26a21;
  font-size:44px;
  line-height:1;
}
.index .proof-item span{
  display:block;
  margin-top:12px;
  color:#cfcfcf;
  font-size:18px;
  text-transform:uppercase;
}
.index .home-banner .swiper-slide img{
  min-height:520px;
  object-fit:cover;
  filter:saturate(.88) contrast(1.08);
  transform:scale(1.01);
}
.index .banner-button-next,
.index .banner-button-prev{
  z-index:20;
  width:54px;
  height:54px;
  border-radius:0;
  background:#f26a21;
  color:#111;
  transform:translateY(-50%) skewX(-12deg);
  box-shadow:0 12px 26px rgba(0,0,0,.22);
}
.index .banner-button-prev{
  left:50px;
}
.index .banner-button-next{
  right:50px;
}
.index .banner-button-next em,
.index .banner-button-prev em{
  transform:skewX(12deg);
}
.index .home-banner .swiper-pagination{
  z-index:5;
}
.index .home-banner .swiper-pagination-bullet{
  background:rgba(255,255,255,.38);
  border-radius:0;
  height:5px;
  width:46px;
}
.index .home-des{
  color:#6a6a6a;
  font-size:15px;
  letter-spacing:1.8px;
  font-weight:600;
}
.index .home-des em{
  width:22px;
  height:12px;
  border:2px solid #222;
  transform:skewX(-24deg);
}
.index .home-des em::before,
.index .home-des em::after{
  background:#f26a21;
}
.index .home-title{
  color:#151515;
  font-size:var(--hometitle);
  font-weight:700;
  letter-spacing:0;
  text-transform:uppercase;
}
.index .home-more{
  position:relative;
  border-radius:0;
  background:#f26a21;
  color:#111;
  font-weight:700;
  letter-spacing:.7px;
  text-transform:uppercase;
  clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);
  box-shadow:10px 10px 0 #111;
  transition:transform .24s ease,box-shadow .24s ease,background .24s ease;
}
.index .home-more::after{
  transform:translate(-50%,-50%);
}
.index .home-more:hover{
  transform:translate(4px,4px);
  box-shadow:6px 6px 0 #111;
}
.index .home-about,
.index .home-choose,
.index .home-news{
  background:#f3f3f1;
}
.index .home-about{
  overflow:hidden;
}
.index .home-about::before{
  content:"";
  position:absolute;
  top:50px;
  right:-70px;
  width:360px;
  height:360px;
  border:42px solid rgba(242,106,33,.13);
  transform:skewX(-18deg) rotate(12deg);
}
.index .home-about .l-wrap{
  align-items:stretch;
  gap:48px;
}
.index .home-about .l-wrap .about-img{
  width:44%;
  border-radius:0;
  clip-path:polygon(0 0,92% 0,100% 100%,8% 100%);
  box-shadow:22px 22px 0 #202020;
}
.index .home-about .l-wrap .about-img img{
  border-radius:0;
  height:100%;
  object-fit:cover;
  filter:grayscale(.15) contrast(1.06);
}
.index .home-about .about-right{
  position:relative;
  flex:1;
  padding:46px 0 46px 26px;
  border-left:4px solid #f26a21;
}
.index .home-about .about-right>p{
  color:#555;
  font-size:18px;
  line-height:1.75;
  margin:28px 0;
}
.index .home-about .about-right ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.index .home-about .about-right ul li{
  overflow:hidden;
  margin:0;
  padding:14px 16px;
  background:linear-gradient(#f26a21,#f26a21) left center/0 100% no-repeat,#202020;
  color:#f5f5f5;
  border-left:5px solid #f26a21;
  line-height:1.35;
  position:relative;
  transition:transform .24s ease,box-shadow .24s ease,color .24s ease,background-size .32s ease;
}
.index .home-about .about-right ul li::after{
  content:"";
  position:absolute;
  top:-40%;
  bottom:-40%;
  left:-45%;
  z-index:0;
  width:36%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  transform:skewX(-20deg);
  transition:left .55s ease;
}
.index .home-about .about-right ul li em{
  position:relative;
  z-index:1;
}
.index .home-about .about-right ul li:hover{
  color:#111;
  transform:translateY(-4px);
  box-shadow:8px 8px 0 rgba(17,17,17,.16);
  background-size:100% 100%;
}
.index .home-about .about-right ul li:hover::after{
  left:120%;
}
.index .home-about .about-right ul li:hover em{
  color:#111;
}
.index .home-mainproduct{
  background:#ededeb;
  overflow:hidden;
}
.index .home-mainproduct::before{
  content:none;
}
.index .home-mainproduct .l-wrap{
  position:relative;
  z-index:1;
}
.index .home-mainproduct .home-title,
.index .home-mainproduct .home-des{
  color:#151515;
}
.index .home-mainproduct .home-des em{
  border-color:#151515;
}
.index .home-mainproduct .homepro-list{
  gap:22px;
  margin-top:44px;
}
.index .home-mainproduct .homepro-list li{
  width:calc(25% - 17px);
  margin:0;
}
.index .home-mainproduct .homepro-list li a{
  position:relative;
  border:1px solid rgba(17,17,17,.1);
  border-radius:0;
  background:#fff;
  box-shadow:0 18px 42px rgba(17,17,17,.1);
  overflow:hidden;
}
.index .home-mainproduct .homepro-list li a::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  z-index:2;
  width:74px;
  height:5px;
  background:#f26a21;
  transform:skewX(-28deg);
  transform-origin:left top;
}
.index .home-mainproduct .homepro-list li a:hover{
  border-color:#f26a21;
  transform:translateY(-8px);
}
.index .home-mainproduct .homepro-list li a::after,
.index .homenews-list .homenews-item::before,
.index .choosewrap::before{
  content:"";
  position:absolute;
  inset:-80px auto -80px -45%;
  width:38%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  transform:skewX(-20deg);
  transition:left .62s ease;
  pointer-events:none;
}
.index .home-mainproduct .homepro-list li a:hover::after,
.index .homenews-list .homenews-item:hover::before,
.index .choosewrap:hover::before{
  left:120%;
}
.index .home-mainproduct .homepro-list li .img{
  aspect-ratio:4/3;
  background:#e5e5e2;
}
.index .home-mainproduct .homepro-list li .img img{
  filter:saturate(.92) contrast(1.04);
}
.index .home-mainproduct .homepro-list li .info{
  background:#1b1b1b;
  color:#fff;
  text-align:left;
  padding:22px;
  border-top:1px solid rgba(255,255,255,.12);
}
.index .home-mainproduct .homepro-list li .info .title{
  color:#fff;
  font-size:20px;
  text-transform:uppercase;
}
.index .home-mainproduct .homepro-list li .info .text{
  color:#a9a9a9;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:14px;
}
.index .home-mainproduct .homepro-list li a:hover .info{
  background:#f26a21;
}
.index .home-case{
  background-image:none!important;
  background-color:#f3f3f1;
  padding-top:4.5%;
}
.index .home-case::before{
  content:none;
}
.index .home-case::after{
  content:none;
}
.index .home-case .homecase-list .swiper-slide .img{
  border-radius:0;
  border:8px solid #fff;
  box-shadow:0 18px 42px rgba(17,17,17,.13),12px 12px 0 rgba(242,106,33,.72);
  background:#fff;
}
.index .home-case .homecase-list .swiper-slide:nth-child(even) .img{
  box-shadow:0 18px 42px rgba(17,17,17,.13),-12px 12px 0 rgba(27,27,27,.16);
}
.index .home-case .home-des,
.index .home-case .home-title,
.index .home-case .home-title a{
  color:#151515;
}
.index .home-case .home-des em{
  border-color:#151515;
}
.index .home-case .homecase-wrap{
  margin-top:46px;
}
.index .home-case .homecase-wrap .homecase-button-next,
.index .home-case .homecase-wrap .homecase-button-prev{
  border-radius:0;
  background:#f26a21;
  color:#111;
  transform:translateY(-50%) skewX(-12deg);
}
.index .home-case .homecase-wrap .homecase-button-next em,
.index .home-case .homecase-wrap .homecase-button-prev em{
  transform:skewX(12deg);
}
.index .home-choose .des{
  max-width:760px;
  margin:14px auto 0;
  color:#626262;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.index .choosewrap{
  position:relative;
  overflow:hidden;
  align-items:stretch;
  gap:0;
  box-shadow:0 26px 58px rgba(0,0,0,.13);
}
.index .choosewrap .left{
  background:#181818;
  color:#fff;
  border-top:6px solid #f26a21;
}
.index .choosewrap .left .list li{
  width:22%;
  border-radius:0;
  background:#2a2a2a;
  color:#fff;
  transform:skewX(-8deg);
}
.index .choosewrap .left .list li em,
.index .choosewrap .left .list li span{
  color:#fff;
  transform:skewX(8deg);
}
.index .choosewrap .left .list li.act{
  background:#f26a21;
}
.index .choosewrap .left .p1{
  color:#fff;
  font-size:25px;
  line-height:1.35;
  text-transform:uppercase;
}
.index .choosewrap .left .p2{
  color:#c9c9c9;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.index .choosewrap .highlight span{
  border-radius:0;
  width:30px;
  height:4px;
  background:#555;
  transform:skewX(-18deg);
}
.index .choosewrap .right{
  background:#d9d9d6;
}
.index .choosewrap .right img{
  padding:0;
  object-fit:cover;
}
.index .homenews-list{
  gap:26px;
}
.index .homenews-list .homenews-item{
  position:relative;
  overflow:hidden;
  width:calc(33.333% - 18px);
  background:#fff;
  border-radius:0;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 18px 42px rgba(0,0,0,.09);
}
.index .homenews-list .homenews-item .img .date{
  background:#111;
  color:#f26a21;
  width:72px;
  height:78px;
  text-transform:uppercase;
}
.index .homenews-list .homenews-item .info::after{
  height:4px;
  background:#222;
  transform:translateX(-50%) skewX(-20deg);
}
.index .homenews-list .homenews-item .info .title{
  color:#171717;
  font-size:23px;
  line-height:1.55;
  min-height:71.3px;
  text-transform:uppercase;
}
.index .homenews-list .homenews-item .info .text{
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  color:#666;
  line-height:1.7;
  min-height:54.4px;
}
body.index footer{
  background:#111;
}
body.index footer .copyright{
  background:#f26a21;
  color:#111;
}

.index .homenews-list .homenews-item>a.img{
  height:360px;
  overflow:hidden;
}
.index .homenews-list .homenews-item>a.img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media (max-width:768px){
  .index .homenews-list .homenews-item>a.img{
    height:300px;
  }
}
@media (max-width:500px){
  .index .homenews-list .homenews-item>a.img{
    height:240px;
  }
}
body.index footer .copyright .l-wrap::after,
body.index footer .copyright .l-wrap::before{
  display:none;
}
body.index footer .foot-title{
  color:#f26a21;
  text-transform:uppercase;
}
.index .modern-reveal{
  opacity:0;
  transform:translateY(36px);
  transition:opacity .65s ease,transform .65s ease;
}
.index .modern-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
.index .home-about .about-img,
.index .home-case .homecase-wrap{
  transform:translateY(var(--modern-parallax,0));
  transition:transform .12s linear;
}
@media (max-width:1280px){
  body.index{--hometitle:38px}
  .index .modern-hero-copy{top:174px}
  .index .modern-hero-copy h1{font-size:64px}
  .index .home-mainproduct .homepro-list li{width:calc(33.333% - 15px)}
}
@media (max-width:1024px){
  body.index{--hometitle:32px}
  .index .modern-hero-copy{top:150px}
  .index .modern-hero-copy h1{font-size:58px}
  .index .modern-proof .l-wrap{grid-template-columns:repeat(2,1fr)}
  .index .home-banner .swiper-slide img{min-height:420px}
  .index .home-mainproduct .homepro-list li{width:calc(50% - 11px)}
  .index .home-about .l-wrap{gap:28px}
  .index .home-about .about-right ul{grid-template-columns:1fr}
}
@media (max-width:768px){
  body.index{--hometitle:28px}
  body.index header .head-info{background:#111!important}
  body.index header .head-info .head-nav{background:#111}
  body.index header .head-info .head-nav .nav-ul>li>a{color:#fff}
  .index .home-banner::after{
    left:22px;
    bottom:42px;
    width:220px;
  }
  .index .modern-hero-copy{
    left:22px;
    top:auto;
    bottom:74px;
    width:calc(100% - 44px);
  }
  .index .modern-hero-copy h1{font-size:42px}
  .index .modern-hero-copy p{font-size:15px;margin-top:14px}
  .index .modern-hero-copy .hero-actions{margin-top:22px;gap:18px}
  .index .modern-hero-copy .hero-link{font-size:16px}
  .index .home-banner .swiper-slide img{min-height:360px}
  .index .home-about .l-wrap .about-img{
    width:100%;
    clip-path:none;
    box-shadow:10px 10px 0 #202020;
  }
  .index .home-about .about-right{
    padding:30px 0 0 18px;
  }
  .index .choosewrap .left .list li{
    width:46%;
  }
  .index .homenews-list .homenews-item{
    width:100%;
  }
}
@media (max-width:520px){
  .index .modern-proof .l-wrap{grid-template-columns:1fr}
  .index .proof-item{min-height:110px}
  .index .modern-hero-copy h1{font-size:34px}
  .index .modern-hero-copy .eyebrow{font-size:13px}
  .index .home-mainproduct .homepro-list li{width:100%}
  .index .home-title{font-size:26px}
  .index .home-about .about-right>p{font-size:16px}
  .index .home-more{box-shadow:6px 6px 0 #111}
}
