.l__banner {
  width: 100%;
}
.l__banner .swiper {
  width: 100%;
}
.l__banner .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.l__banner .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}

.l__about {
  padding: 17.333333vw var(--padding) 0;
}
.l__about-boder {
  display: flex;
  justify-content: center;
}
.l__about-boder .boder {
  width: 100%;
}
.l__about-boder .boder h3 {
  color: var(--link-hover-color);
}
.l__about-boder .boder p {
  margin-top: 3.733333vw;
  width: 100%;
}
.l__about-boder .boder a {
  margin-top: 6.666667vw;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: var(--size-26);
}
.l__about-boder .boder a span {
  margin-right: 8px;
}
.l__about-boder .boder .dashbroad {
  margin-top: 36vw;
  display: flex;
  justify-content: flex-end;
  font-size: var(--size-36);
}
.l__about-boder .boder .dashbroad table tr {
  border-top: 2px #BDBDBD solid;
}
.l__about-boder .boder .dashbroad table tr:first-child {
  border-top: 0;
}
.l__about-boder .boder .dashbroad table tr:first-child td {
  padding-top: 0;
}
.l__about-boder .boder .dashbroad table tr td {
  padding: 3.2vw 0 3.2vw 0;
}
.l__about-boder .boder .dashbroad table tr td.numeric {
  font-weight: 600;
  color: var(--link-hover-color);
  padding-right: 3.2vw;
}

.l__video {
  margin-top: 20vw;
}
.l__video .container {
  margin-top: 6.666667vw;
  width: 100%;
  position: relative;
  background: #B9B9B9;
  overflow: hidden;
  height: 35vh;
}
.l__video .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l__product {
  padding: 16vw 0 0;
  background-color: #F2F2F2;
  position: relative;
  z-index: 1;
}
.l__product:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 86vw;
  content: "";
  background-color: #EBEBEB;
  clip-path: polygon(0% 0%, 100% 39%, 100% 100%, 0% 100%);
  z-index: -1;
}
.l__product .boder {
  position: relative;
  padding: 0 var(--padding);
  z-index: 1;
}
.l__product .boder .bgimg {
  display: none;
}
.l__product .boder .swiper {
  padding-bottom: 18.666667vw;
}
.l__product .boder .swiper .swiper-slide a.detail {
  display: inline-flex;
  align-items: center;
}
.l__product .boder .swiper .swiper-slide a.detail span.circle-arrow {
  flex-shrink: 0;
  margin-right: 1.041667vw;
}
.l__product .boder .swiper .swiper-slide a.detail span.text {
  font-size: var(--size-26);
}
.l__product .boder .swiper .swiper-slide .content h1, .l__product .boder .swiper .swiper-slide .content h3 {
  text-align: center;
}
.l__product .boder .swiper .swiper-slide .content h3 {
  margin-top: 3.066667vw;
}
.l__product .boder .swiper .swiper-slide .cover {
  margin-top: 10.666667vw;
}
.l__product .boder .swiper .swiper-slide .cover img {
  width: 100%;
}
.l__product .boder .swiper .swiper-slide .detail-el {
  margin-top: 5.333333vw;
  text-align: center;
}
.l__product .boder .swiper .swiper-pagination {
  --swiper-pagination-bullet-size: 2vw;
  --swiper-theme-color: var(--link-hover-color);
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-opacity: 1;
  bottom: 7.333333vw;
}

.l__mould {
  margin-top: 20vw;
}
.l__mould .boder {
  margin-top: 7.333333vw;
}
.l__mould .boder .swiper .swiper-slide {
  border-radius: 2.666667vw;
  background-color: rgb(235, 235, 235);
  transition: all 0.6s ease 0s;
}
.l__mould .boder .swiper .swiper-slide .cover {
  padding: 3.466667vw 7.333333vw;
  position: relative;
  z-index: 1;
}
.l__mould .boder .swiper .swiper-slide .cover img {
  width: 100%;
  transition: all 0.6s ease 0s;
}
.l__mould .boder .swiper .swiper-slide .cover:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease 0s;
  background: var(--link-hover-color);
  transform: translateY(0);
  opacity: 0;
  z-index: -1;
}
.l__mould .boder .swiper .swiper-slide h4 {
  text-align: center;
  padding: 3.333333vw 7.333333vw;
  transition: all 0.6s ease 0s;
}
.l__mould .boder .swiper .swiper-slide-active h4 {
  color: var(--link-hover-color);
}
.l__mould .boder .swiper-buttons {
  margin-top: 43px;
  padding-left: 150px;
}
.l__mould .boder .swiper-buttons .swiper-next {
  margin-left: 18px;
}

.l__cases {
  margin-top: 16vw;
}
.l__cases .boder {
  margin-top: 6.133333vw;
  padding: 0 var(--padding);
}
.l__cases .boder .swiper {
  height: 81.2vw;
}
.l__cases .boder .swiper .swiper-slide {
  height: 39.2vw;
  border-radius: 10px;
  overflow: hidden;
}
.l__cases .boder .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l__cases .boder .swiper-buttons {
  margin-top: 55px;
  text-align: center;
}
.l__cases .boder .swiper-buttons .swiper-next {
  margin-left: 18px;
}

.l__news {
  margin-top: 11.333333vw;
}
.l__news .boder {
  padding: 6vw var(--padding) 6vw;
}
.l__news .boder .item {
  border-radius: 3.333333vw;
  background-color: #F2F2F2;
  overflow: hidden;
  margin-top: 20px;
  color: #999999;
}
.l__news .boder .item .cover {
  width: 100%;
  border-radius: 3.333333vw;
  overflow: hidden;
}
.l__news .boder .item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l__news .boder .item .mobile-header {
  padding: 2.8vw 4.666667vw 2.533333vw 3.866667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l__news .boder .item .mobile-header .title {
  flex: 1;
  width: 0;
  padding-right: 2.533333vw;
}
.l__news .boder .item .mobile-header .circle-arrow {
  flex-shrink: 0;
  font-size: var(--size-24);
  width: 4.4vw;
  height: 4.4vw;
}
.l__news .boder .item:hover {
  background-color: var(--link-hover-color);
  color: #FFFFFF;
}
.l__news .boder .item:hover .info h5, .l__news .boder .item:hover .info .timer span {
  color: #FFFFFF;
}

@media screen and (max-width: 991px) {
  .circle-arrow-hover {
    border-radius: 9.6vw;
    background-color: #DFDFDF;
    padding-right: 16px;
  }
  .l__about {
    background-image: var(--bg-img);
    background-size: auto 77.333333vw;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .l__about .l__module-header {
    display: none;
  }
  .l__product .l__module-header {
    display: none;
  }
  .l__product .boder .swiper .swiper-slide .content h1 {
    font-size: var(--size-72);
  }
  .l__product .boder .swiper .swiper-slide .content h3 {
    font-size: var(--size-54);
  }
  .l__product .boder .swiper .swiper-slide .content a {
    display: none;
  }
  .l__product .swiper-paginate {
    display: none;
  }
  .l__mould .boder .swiper-buttons,
  .l__cases .boder .swiper-buttons {
    display: none;
  }
  .l__news .boder .item {
    display: block;
  }
  .l__news .boder .item .cover {
    height: 34.666667vw;
  }
  .l__news .boder .item .info, .l__news .boder .item .summary {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .l__about {
    padding: 5.208333vw 0 0;
  }
  .l__about-boder {
    padding: 0 16.666667vw;
  }
  .l__about-boder .boder {
    background-image: var(--bg-img);
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .l__about-boder .boder h3 {
    color: var(--color-primary);
    margin-top: 3.125vw;
  }
  .l__about-boder .boder p {
    margin-top: 1.458333vw;
    max-width: 582px;
  }
  .l__about-boder .boder a {
    margin-top: 4.166667vw;
  }
  .l__about-boder .boder a span {
    margin-right: 0.416667vw;
  }
  .l__about-boder .boder .dashbroad {
    margin-top: 0;
    padding-bottom: 1.5625vw;
  }
  .l__about-boder .boder .dashbroad table tr td {
    padding: 1.25vw 2.083333vw 1.25vw 0;
  }
  .l__about-boder .boder .dashbroad table tr td.numeric {
    padding-right: 1.25vw;
  }
  .l__video {
    margin-top: 7.8125vw;
  }
  .l__video .container {
    height: auto;
    margin-top: 2.604167vw;
  }
  .l__product {
    padding-top: 3.645833vw;
  }
  .l__product:after {
    width: 75.52%;
    height: 100%;
    clip-path: polygon(22.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .l__product .boder {
    padding: 2.447917vw 15.625vw 0;
  }
  .l__product .boder .bgimg {
    display: block;
    position: absolute;
    top: 50%;
    right: 18.5%;
    height: 17.760417vw;
    transform: translateY(-50%);
    z-index: -1;
  }
  .l__product .boder .bgimg img {
    height: 100%;
  }
  .l__product .boder .swiper {
    padding-bottom: 0;
  }
  .l__product .boder .swiper .swiper-slide {
    display: flex;
    align-items: center;
  }
  .l__product .boder .swiper .swiper-slide .content {
    flex-shrink: 0;
    padding-left: 4%;
    width: 30.30303%;
  }
  .l__product .boder .swiper .swiper-slide .content h1, .l__product .boder .swiper .swiper-slide .content h3 {
    text-align: left;
  }
  .l__product .boder .swiper .swiper-slide .content h3 {
    margin-top: 1.197917vw;
  }
  .l__product .boder .swiper .swiper-slide .content a {
    margin-top: 7.083333vw;
  }
  .l__product .boder .swiper .swiper-slide .cover {
    flex: 1;
    margin-top: 0;
  }
  .l__product .boder .swiper .swiper-slide .detail-el {
    display: none;
  }
  .l__product .boder .swiper .swiper-pagination {
    display: none;
  }
  .l__product .swiper-paginate {
    width: 100%;
    margin: 0 auto;
    background: url("/theme/images/index-product-line.png") no-repeat top left;
    background-size: 100% auto;
  }
  .l__product .swiper-paginate .swiper {
    width: 100%;
    height: 16.56vw;
    padding-bottom: 8.56vw;
  }
  .l__product .swiper-paginate .swiper .swiper-slide {
    user-select: none;
  }
  .l__product .swiper-paginate .swiper .swiper-slide .box {
    width: 100%;
    position: absolute;
    top: 46%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #808080;
    font-size: var(--size-22);
  }
  .l__product .swiper-paginate .swiper .swiper-slide .box:before {
    display: block;
    display: block;
    width: 1.76vw;
    height: 1.76vw;
    content: "";
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: #BFBFBF;
    margin-bottom: 1.041667vw;
  }
  .l__product .swiper-paginate .swiper .swiper-slide-active .box {
    top: 79%;
    color: var(--link-hover-color);
    font-size: var(--size-30);
  }
  .l__product .swiper-paginate .swiper .swiper-slide-active .box:before {
    border-color: var(--link-hover-color);
    background-color: #EBEBEB;
  }
  .l__mould {
    margin-top: 7.8125vw;
  }
  .l__mould .boder {
    margin-top: 4.6875vw;
    padding-left: 18.75vw;
  }
  .l__mould .boder .swiper {
    padding: 1.041667vw 0;
  }
  .l__mould .boder .swiper .swiper-slide {
    width: 24.21875vw;
    border-radius: 0;
  }
  .l__mould .boder .swiper .swiper-slide .cover {
    padding: 1.354167vw 4.114583vw;
  }
  .l__mould .boder .swiper .swiper-slide h4 {
    padding: 1.302083vw 4.114583vw;
  }
  .l__mould .boder .swiper .swiper-slide:hover {
    background-color: rgba(235, 235, 235, 0);
  }
  .l__mould .boder .swiper .swiper-slide:hover .cover img {
    transform: scale(1.31);
  }
  .l__mould .boder .swiper .swiper-slide:hover .cover:after {
    top: 50%;
    height: 60%;
    opacity: 1;
    transform: translateY(-50%);
  }
  .l__mould .boder .swiper .swiper-slide:hover h4 {
    transform: translateY(50%);
  }
  .l__mould .boder .swiper .swiper-slide-active h4 {
    color: var(--color);
  }
  .l__mould .boder .swiper-buttons {
    margin-top: 2.239583vw;
    padding-left: 7.8125vw;
  }
  .l__mould .boder .swiper-buttons .swiper-next {
    margin-left: 0.9375vw;
  }
  .l__cases {
    margin-top: 7.8125vw;
  }
  .l__cases .boder {
    margin-top: 5.208333vw;
    padding: 0;
  }
  .l__cases .boder .swiper {
    height: auto;
  }
  .l__cases .boder .swiper .swiper-slide {
    height: auto;
    width: 24.635417vw;
    border-radius: 0;
  }
  .l__cases .boder .swiper .swiper-slide img {
    height: auto;
  }
  .l__cases .boder .swiper-buttons {
    margin-top: 2.864583vw;
  }
  .l__cases .boder .swiper-buttons .swiper-next {
    margin-left: 0.9375vw;
  }
  .l__news {
    margin-top: 9.895833vw;
  }
  .l__news .boder {
    width: 96%;
    margin: 0 auto;
    padding: 0.729167vw 0 4.53125vw;
  }
  .l__news .boder .item {
    border-radius: 1.302083vw;
    margin-top: 1.041667vw;
    padding: 1.041667vw 1.5625vw 1.041667vw 2.708333vw;
    display: flex;
    justify-content: space-between;
  }
  .l__news .boder .item > * {
    flex-shrink: 0;
  }
  .l__news .boder .item .info, .l__news .boder .item .summary {
    white-space: pre-wrap;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .l__news .boder .item .mobile-header {
    display: none;
  }
  .l__news .boder .item .info {
    order: 1;
    width: 39.083333%;
    padding-right: 13%;
  }
  .l__news .boder .item .info h5 {
    color: #333333;
  }
  .l__news .boder .item .info .timer span {
    font-size: var(--size-26);
    color: #333333;
    margin-right: 14px;
    font-weight: 500;
  }
  .l__news .boder .item .cover {
    order: 3;
    width: 22.5%;
    height: 8.4375vw;
    border-radius: 15px;
  }
  .l__news .boder .item .summary {
    order: 2;
    width: 31.5%;
    padding-right: 7.75%;
  }
}
@media screen and (min-width: 1250px) {
  .l__product .swiper-paginate {
    width: 1250px;
  }
  .l__product .swiper-paginate .swiper {
    height: 207px;
    padding-bottom: 107px;
  }
  .l__product .swiper-paginate .swiper .swiper-slide .box:before {
    width: 22px;
    height: 22px;
    margin-bottom: 20px;
  }
  .l__news .boder {
    width: 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .l__about {
    padding-top: 100px;
  }
  .l__about-boder .boder p {
    width: 30.3125vw;
    max-width: none;
  }
  .l__about-boder .boder a span {
    margin-right: 8px;
  }
  .l__about-boder .boder .dashbroad {
    padding-bottom: 30px;
  }
  .l__about-boder .boder .dashbroad table tr td {
    padding: 24px 40px 24px 0;
  }
  .l__about-boder .boder .dashbroad table tr td.numeric {
    padding-right: 24px;
  }
  .l__video {
    margin-top: 150px;
  }
  .l__video .container {
    margin-top: 50px;
  }
  .l__product {
    padding-top: 70px;
  }
  .l__product .boder {
    padding-top: 47px;
  }
  .l__mould {
    margin-top: 150px;
  }
  .l__mould .boder {
    margin-top: 90px;
    padding-left: 360px;
  }
  .l__mould .boder .swiper {
    padding: 20px 0;
  }
  .l__mould .boder .swiper .swiper-slide {
    width: 465px;
  }
  .l__mould .boder .swiper .swiper-slide .cover {
    padding: 26px 79px;
  }
  .l__mould .boder .swiper .swiper-slide h4 {
    padding: 25px 79px;
  }
  .l__mould .boder .swiper-buttons {
    margin-top: 43px;
    padding-left: 150px;
  }
  .l__mould .boder .swiper-buttons .swiper-next {
    margin-left: 18px;
  }
  .l__cases {
    margin-top: 150px;
  }
  .l__cases .boder {
    margin-top: 100px;
  }
  .l__cases .boder .swiper .swiper-slide {
    width: 473px;
  }
  .l__cases .boder .swiper-buttons {
    margin-top: 55px;
  }
  .l__cases .boder .swiper-buttons .swiper-next {
    margin-left: 18px;
  }
  .l__news {
    margin-top: 190px;
  }
  .l__news .boder {
    width: 62.5vw;
    padding: 14px 0 87px;
  }
  .l__news .boder .item {
    border-radius: 25px;
    margin-top: 20px;
    padding: 20px 30px 20px 52px;
  }
}
