<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 16px;
}



a {
  color: #333;
}


.template_025_index_dxw img {
  object-fit: cover;
}

.template_025_index_dxw .swiper-button-next,
.template_025_index_dxw .swiper-button-prev {
  background-image: none;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-image: url(../img/index_swiper_default.png);
  width: 55px;
  height: 55px;
}

.template_025_index_dxw .swiper-button-next::before,
.template_025_index_dxw .swiper-button-prev::before {
  content: unset;
  display: unset;
}

.template_025_index_dxw .swiper-button-next:hover,
.template_025_index_dxw .swiper-button-prev:hover {
  background-image: url(../img/index_swiper_hover.png);
}

.template_025_index_dxw .swiper-button-prev:hover {
  transform: rotate(180deg);
}

.template_025_index_dxw .swiper-button-next {
  transform: rotate(180deg);
}

.template_025_index_dxw .swiper-button-next:hover {
  transform: rotate(0);
}

.template_025_index_dxw .ellipsis {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.parent_cover {
  height: 0;
  overflow: hidden;
  position: relative;
}

.img_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.hover_scale img,
.swiper-slide img,
.swiper-slide-active img,
.lorem_main .layout .lorem_item .lorem_logo img {
  transition: transform 0.2s ease;
}

.hover_scale:hover img,
.swiper-slide:hover img,
.swiper-slide-active:hover img,
.lorem_main .layout .lorem_item .lorem_logo:hover img {
  transform: scale(1.1);
}

._cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link_btn {
  border: none;
  padding: 16px 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #ffffff;
  background: var(--color-main);
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  font-family: Times New Roman, Times New Roman;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.link_btn:hover {
  background: var(--hover-main) !important;
  color: #fff !important;
}

.home_banner_par {
  position: relative;
}

.home_banner {
  width: 100%;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  overflow: hidden;
}

.home_banner .home_banner_img {
  padding-bottom: 59.16rem;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  overflow: hidden;
}

.home_banner .home_banner_left {
  width: 40.59rem;
  height: 53.72rem;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #ffffff;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15.4px);
  left: 0;
  top: 0;
  z-index: 1;
  /* padding: 29.37rem 0.44rem 0 14.19rem; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home_banner .home_banner_left .home_banner_left_txt {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
  font-family: Arial, Arial;
  margin-right: 10px;
}

@media screen and (max-width:1500px) {
  .home_banner .home_banner_left .home_banner_left_txt {
    width: 70%;
  }
}

@media screen and (max-width:1200px) {
  .home_banner .home_banner_left .home_banner_left_txt {
    -webkit-line-clamp: 5;
  }
}

.home_banner .home_banner_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}

.home_banner .home_banner_info .home_banner_txt {
  font-weight: bold;
  font-size: 6rem;
  color: #ffffff;
  line-height: 8rem;
  text-align: left;
  z-index: 2;
}

.home_banner .home_banner_info .home_banner_txt.first {
  margin-left: 36.56rem;
  font-family: Times New Roman, Times New Roman;
}

.home_banner .home_banner_info .home_banner_txt.last {
  margin-top: 1.81rem;
  text-align: right;
  margin-right: 14.25rem;
  font-family: Times New Roman, Times New Roman;
}

.mouse_main {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  flex-direction: column;
}

.mouse_main .line {
  width: 0.25rem;
  height: 3.19rem;
  border-radius: 0px 0px 0px 0px;
  background: #333333;
  margin-bottom: 1.1rem;
}

.mouse_main .mouse_img {
  width: 3.44rem;
  height: 3.44rem;
  background: url(../img/mouse.png) no-repeat;
  background-size: cover;
}

.about_us {
  padding-top: 32.875rem;
  margin-top: -17.1875rem;
  background: url(../img/index_about_us.png) no-repeat;
  background-size: cover;
}

.about_us .about_txts {
  display: flex;
  justify-content: space-between;
  margin-top: 1.875rem;
}

.about_us .about_txts .about_l,
.about_us .about_txts .about_r {
  width: calc(50% - 1.5rem);
}

.about_us .about_txts .about_l p,
.about_us .about_txts .about_r p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  font-family: Arial, Arial;
}

.about_us .about_txts .about_l p:first-child,
.about_us .about_txts .about_r p:first-child {
  margin-bottom: 1.875rem;
}

.about_us .about_txts .about_r .link_btn {
  margin-top: 20px;
}

.lorem_main {
  margin-top: 3.75rem;
}

.lorem_main .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lorem_main .layout .lorem_item {
  flex-direction: column;
  width: calc(25% - 10px);
  justify-content: unset;
}

.lorem_main .layout .lorem_item .lorem_logo {
  width: 64px;
  padding-bottom: 64px;
}

.lorem_main .layout .lorem_item .title {
  line-height: 19px;
  text-align: center;
  margin: 2rem 0 0 0;
  font-family: Chaparral Pro, Chaparral Pro;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  height: 38px;
  overflow: hidden;
}


.lorem_main .layout .lorem_item .desc {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  /* max-height: 140px; */
  /* overflow: hidden; */
}

.product_swiper {
  margin-top: 7.5rem;
  padding: 0 13.38rem;
  padding: 0 calc((100% - 1480px) / 2);
}

.product_swiper .swiper-container-horizontal {
  padding: 23px 0;
  overflow: unset;
}

.product_swiper .index_product_swiper {
  margin-top: 2rem;
}

.product_swiper .index_product_swiper .swiper-slide {
  height: 28.31rem;
  border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  position: relative;
}

.product_swiper .index_product_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.product_swiper .index_product_swiper .swiper-slide.swiper-slide-active .swiper_info {
  opacity: 1;
  visibility: visible;
}

.product_swiper .index_product_swiper .swiper-slide .swiper_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 0 4.81rem;
  background: rgba(51, 51, 51, 0.4);
  opacity: 0;
  visibility: hidden;
}

.product_swiper .index_product_swiper .swiper-slide .swiper_info .title {
  font-family: Chaparral Pro, Chaparral Pro;
  line-height: 2.34rem;
  text-align: center;
}

.product_swiper .index_product_swiper .swiper-slide .swiper_info .title:hover a {
  color: var(--color-main);
}

.product_swiper .index_product_swiper .swiper-slide .swiper_info .title a {
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
}

.product_swiper .index_product_swiper .swiper-slide .swiper_info .desc {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.88rem;
  margin: 12px 0;
}

.product_swiper .index_product_swiper .swiper-slide .swiper_info .link_btn {
  padding: 14px 18px;
  font-size: 22px;
  line-height: 24px;
}

.product_swiper .swiper-slide-duplicate-prev,
.product_swiper .swiper-slide-duplicate-next,
.product_swiper .swiper-slide-duplicate-active {
  visibility: hidden !important;
  opacity: 0 !important;
}

.product_swiper .swiper-button-next,
.product_swiper .swiper-button-prev {
  top: 50%;
}

.product_swiper .swiper-button-next {
  right: calc(-2.81rem - 55px);
}

.product_swiper .swiper-button-prev {
  left: calc(-2.81rem - 55px);
}

.our_product {
  margin-top: 16.75rem;
}

.our_product .our_bg_top {
  background-image: url(../img/our_product_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 53.98rem;
}

.our_product .our_bg_bottom {
  background-repeat: no-repeat;
  background-size: cover;
  height: 107.19rem;
  margin-top: -18rem;
  background-color: var(--color-main8);
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, 100% 20rem, 100% calc(100% - 20rem), 0 100%);
  overflow: hidden;
}

.our_product .our_bg_bottom .layout .title span,
.our_product .our_bg_bottom .layout .title a {
  color: #ffffff;
}

.our_product .our_bg_bottom .layout .title a:hover {
  color: var(--hover-main);
}

.our_product .our_bg_bottom .layout .title:after {
  background: #fff;
}

.our_product .our_bg_bottom .layout .out_swiper {
  margin-top: 2rem;
}

.our_product .our_bg_bottom .layout .out_swiper .swiper-slide {
  border-radius: 16px;
  border: 3px solid #ffffff;
  overflow: hidden;
}

.our_product .our_bg_bottom .layout .out_swiper .swiper-slide .swiper_info {
  width: 100%;
  position: relative;
  padding-bottom: 152.62%;
}

.our_product .our_bg_bottom .layout .out_swiper .swiper-slide .swiper_info .swiper_detail {
  width: 100%;
  height: 45.39%;
  position: absolute;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(20px);
  flex-direction: column;
  padding: 0 3.8rem;
  border-radius: 12px;
  border: 3px solid #ffffff;
  background: rgba(255, 255, 255, .5);
}

.our_product .our_bg_bottom .layout .out_swiper .swiper-slide .swiper_info .swiper_detail .title {
  line-height: 19px;
  text-align: center;
  height: 38px;
  overflow: hidden;
  font-family: Chaparral Pro, Chaparral Pro;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.our_product .our_bg_bottom .layout .out_swiper .swiper-slide .swiper_info .swiper_detail .desc {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin: 12px 0;
  height: 60px;
  overflow: hidden;
}

.our_product .our_bg_bottom .layout .out_swiper .swiper-slide .swiper_info .swiper_detail .link_btn {
  font-size: 16px;
  padding: 15px 35px;
}

.our_product .swiper-button-next,
.our_product .swiper-button-prev {
  top: 50%;
}

.our_product .swiper-button-next {
  right: calc(-2.81rem - 55px);
}

.our_product .swiper-button-prev {
  left: calc(-2.81rem - 55px);
}

.contact {
  position: relative;
  margin-top: 11.38rem;
}

.contact::after {
  content: "";
  display: table;
  clear: both;
}

.contact .contact_info {
  z-index: 9;
  width: 44.75rem;
  /* background: url(../img/Rectangle_648.png) no-repeat;
  background-size: cover; */
  clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
  background: var(--hover-main);
  height: 34.44rem;
  position: absolute;
  left: 0;
  top: 16%;
}

.contact .contact_info ul {
  max-width: 50%;
  flex-direction: column;
  align-items: flex-start;
}

.contact .contact_info ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .contact_info ul li:not(:first-child) {
  margin-top: 1.5rem;
}

.contact .contact_info ul li .img {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 16px;
}

.contact .contact_info ul li .img img {
  width: 100%;
}

.contact .contact_info ul li .value {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  font-family: Arial, Arial;
  font-weight: 400;
}

.contact .contact_info ul li .value a {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.contact .contact_info ul li .value a:hover {
  text-decoration: underline;
}

.contact .contact_sub {
  width: 90.5rem;
  /* height: 45.19rem; */
  float: right;
  flex-direction: column;
  /* background: url(../img/Rectangle_647.png) no-repeat;
  background-size: cover; */
  background: var(--color-main);
  padding: 6rem 0;
}

.contact .contact_sub .common_box_head::after {
  background: #fff;
}

.contact .contact_sub .common_box_head span {
  color: #fff;
}

.contact .contact_sub .get_in_touch {
  margin-top: 2rem;
}

.contact .contact_sub .get_in_touch form ul {
  width: 55rem;
  display: flex;
  flex-wrap: wrap;
}

.contact .contact_sub .get_in_touch form ul li {
  width: 100%;
  position: relative;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.contact .contact_sub .get_in_touch form ul li.form_name {
  margin-right: 10px;
}

.contact .contact_sub .get_in_touch form ul li.form_name,
.contact .contact_sub .get_in_touch form ul li.form_phone {
  width: calc(50% - 10px);
  margin-top: 0;
}

.contact .contact_sub .get_in_touch form ul li span {
  font-size: 24px;
  font-family: DIN Alternate, DIN Alternate;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.contact .contact_sub .get_in_touch form ul li span b {
  color: red;
}

.contact .contact_sub .get_in_touch form ul li input {
  flex: 1;
  line-height: 44px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 0 20px 0 10px;
}

.contact .contact_sub .get_in_touch form ul .link_btn {
  padding: 12px 40px;
  color: var(--color-main);
  background: #fff;
  margin-top: 2.13rem;
  margin-left: 50%;
  transform: translateX(-50%);
}

.home_swiper .swiper-slide {
  position: relative;
  padding-bottom: 59.16rem;
}

@media screen and (max-width: 1650px) {

  .product_swiper .swiper-button-next,
  .our_product .swiper-button-next {
    right: 3%;
  }

  .product_swiper .swiper-button-prev,
  .our_product .swiper-button-prev {
    left: 3%;
  }
}

@media screen and (max-width: 950px) {
  .contact {
    margin-top: 10.5rem;
  }

  .contact .contact_info {
    width: 100%;
    height: 112.75rem;
    position: initial;
  }

  .contact .contact_info.flex_center {
    justify-content: flex-start;
  }

  .contact .contact_info ul {
    max-width: 100%;
    padding: 0 20px;
  }

  .contact .contact_info ul li:not(:first-child) {
    margin-top: 4.93rem;
  }

  .contact .contact_info ul li .img {
    width: 9.28rem;
    height: 9.28rem;
  }

  .contact .contact_info ul li .value {
    font-size: 4.63rem;
    line-height: 6.38rem;
  }

  .contact .contact_info ul li .value a {
    font-size: 4.63rem;
    line-height: 6.38rem;
  }

  .contact .contact_info ul li.con_email .value {
    -webkit-line-clamp: 2;
  }

  .contact .contact_sub {
    padding-bottom: 0;
    margin-top: 11rem;
    background: var(--color-main);
    height: auto;
    float: unset;
    width: 100%;
    padding: 15rem 0 9rem;
  }

  .contact .contact_sub .get_in_touch {
    padding: 0 20px;
  }

  .contact .contact_sub .get_in_touch form ul {
    width: 100%;
  }

  .contact .contact_sub .get_in_touch form ul li.form_name,
  .contact .contact_sub .get_in_touch form ul li.form_phone {
    width: 100%;
    margin-top: 2rem;
  }

  .contact .contact_sub .get_in_touch form ul li span,
  .contact .contact_sub .get_in_touch form ul li input {
    font-size: 16px;
  }

  .contact .contact_sub .get_in_touch form ul .link_btn {
    margin-top: 9.86rem;
  }
}

@media screen and (max-width: 1200px) {
  .our_product .our_bg_bottom {
    padding: 33.33rem 0rem;
    height: auto;
    background: var(--color-main);
  }
}

@media screen and (max-width: 950px) {
  html {
    font-size: 0;
  }

  .template_025_index_dxw .title,
  .template_025_index_dxw .desc {
    -webkit-line-clamp: unset;
  }

  .home_banner .home_banner_left {
    display: none;
  }

  .home_banner .home_banner_info .home_banner_txt.first,
  .home_banner .home_banner_info .home_banner_txt.last {
    font-size: 6.96rem;
  }

  .home_banner .home_banner_info .home_banner_txt.first {
    margin-left: 0;
    text-align: center;
  }

  .home_banner .home_banner_info .home_banner_txt.last {
    margin-right: 0;
    text-align: left;
    padding-left: 50%;
  }

  .about_us .about_txts {
    flex-direction: column;
  }

  .about_us .about_txts .about_l,
  .about_us .about_txts .about_r {
    width: 100%;
  }

  .about_us .about_txts .about_l p:first-child,
  .about_us .about_txts .about_r p:first-child {
    margin-bottom: 0;
  }

  .about_us .about_txts .about_r .link_btn {
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .lorem_main {
    margin-top: 36px;
  }

  .lorem_main .layout .lorem_item {
    width: calc(50% - 10px);
  }

  .lorem_main .layout .lorem_item:nth-last-child(-n + 2) {
    margin-top: 4.64rem;
  }

  .product_swiper {
    margin-top: 15.65rem;
  }

  .product_swiper .index_product_swiper {
    padding-bottom: 0;
  }

  .product_swiper .index_product_swiper .swiper-slide {
    height: 98.73rem;
  }

  .product_swiper .index_product_swiper .swiper-slide .swiper_info {
    padding: 12.17rem 16.81rem 8.41rem;
  }

  .product_swiper .index_product_swiper .swiper-slide .swiper_info .title {
    line-height: 6.79rem;
    -webkit-line-clamp: 2;
  }

  .product_swiper .index_product_swiper .swiper-slide .swiper_info .title a {
    color: #fff;
    font-size: 5.8rem;
  }

  .product_swiper .index_product_swiper .swiper-slide .swiper_info .desc {
    font-size: 4.64rem;
    line-height: 8.7rem;
    -webkit-line-clamp: 5;
  }

  .product_swiper .index_product_swiper .swiper-slide .swiper_info .link_btn {
    padding: 3rem 7.25rem;
    font-size: 6.96rem;
    line-height: 8.15rem;
  }

  .product_swiper .swiper-button-next,
  .product_swiper .swiper-button-prev {
    top: calc(100% + 55px / 2 + 5.51rem);
  }

  .product_swiper .swiper-button-next {
    right: calc(50% - 55px - 3.625rem);
  }

  .product_swiper .swiper-button-prev {
    left: calc(50% - 55px - 3.625rem);
  }

  .our_product {
    margin-top: 31.88rem;
  }

  .our_product .our_bg_bottom .layout .out_swiper {
    margin-top: 5.22rem;
  }

  .our_product .our_bg_bottom .layout .out_swiper .swiper-slide {
    padding: 0 20rem;
    border: none;
  }

  .our_product .our_bg_bottom .layout .out_swiper .swiper-slide .swiper_info .swiper_detail .title {
    margin-bottom: 3.48rem;
    -webkit-line-clamp: unset;
    height: 56.2px;
    overflow: hidden;
    font-size: 16px;
    /* font-size: 4.64rem; */
    /* line-height: 5.43rem; */
  }

    .news_swiper .news_l {
      height: 0;
      position: unset;
      overflow: hidden;
      border: 0;
    }

  .our_product .our_bg_bottom .layout .out_swiper .swiper-slide .swiper_info .swiper_detail .desc {
    display: none;
    height: unset;
  }

  .our_product .our_bg_bottom .layout .out_swiper .swiper-slide .swiper_info .swiper_detail .link_btn {
    padding: 2.45rem 3.5rem;
    /* font-size: 5.8rem; */
    font-size: 16px;
  }

  .our_product .our_bg_bottom .layout .out_swiper .swiper-button-prev,
  .our_product .our_bg_bottom .layout .out_swiper .swiper-button-next {
    top: 50%;
  }

  .our_product .our_bg_bottom .layout .out_swiper .swiper-button-prev {
    left: calc((20rem - 55px) / 2);
  }

  .our_product .our_bg_bottom .layout .out_swiper .swiper-button-next {
    right: calc((20rem - 55px) / 2);
  }
}

@media screen and (max-width: 600px) {
  .lorem_main .layout .lorem_item {
    width: 100%;
  }

  .lorem_main .layout .lorem_item:nth-child(2) {
    margin-top: 4.64rem;
  }

  .lorem_main .layout .lorem_item .title {
    margin: 9.28rem 0 3.48rem 0;
    height: unset;
  }

  .lorem_main .layout .lorem_item .desc {
    max-height: unset;
  }
}

.contact .contact_sub .get_in_touch form ul li.buttinput {
  width: auto;
  border-bottom: none;
  margin-top: 0px;
}</pre></body></html>