﻿@charset "UTF-8";
#content {
  overflow: hidden;
}

.home_banner {
  width: 100%;
  height: 750px;
  position: relative;
}
.home_banner .home_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.home_banner .home_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  background: linear-gradient(to right, #186476, #e5f7fe);
}
.home_banner .banner_txt {
  width: 795px;
  height: auto;
  position: absolute;
  top: 32%;
  left: 5%;
  opacity: 0;
}
.home_banner .banner_txt p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-family: "Roboto-Regular";
  width: 505px;
  color: #fff;
  padding-top: 20px;
  text-align: left;
}
.home_banner .swiper {
  padding: 0;
  width: 100%;
  height: 100%;
}
.home_banner .swiper .swiper-slide {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  clip-path: fill-box;
  border-radius: 0.01px;
  overflow: hidden;
  /*   &:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
  }

  &:after {
      content: "";
      width: 2px;
      height: 100%;
      background: #fff;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2;
  }*/
}
.home_banner .swiper .video {
  height: 88%;
  right: -6%;
  bottom: -1%;
  position: relative;
}
.home_banner .swiper .swiper-pagination {
  bottom: 60px;
}
.home_banner .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #00AFA0;
  border-radius: 5px;
  opacity: 0.61;
  width: 15px;
  height: 6px;
  transition: all ease-in-out 300ms;
}
.home_banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 37px;
  height: 6px;
  background: #00AFA0;
  opacity: 1;
}
.home_banner .swiper .swiper-slide-active {
  z-index: 2;
}
.home_banner .swiper .swiper-slide-active .banner_txt {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
  transition-delay: 200ms;
}

p {
  color: #000;
  font-size: 18px;
  font-family: "Roboto-Bold";
  line-height: 22px;
  letter-spacing: 0.54px;
  height: 50px;
  padding-top: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.h_product {
  width: 100%;
  height: 100%;
  min-height: 600px;
  background: linear-gradient(107deg, #0F2367, #081234);
  position: relative;
  padding: 50px 5% 20px;
  border-radius: 50px;
  top: -45px;
  z-index: 2;
  overflow: hidden;
}
.h_product .h_p_bg {
  position: absolute;
  left: -0.65em;
  top: -0.1em;
  width: 101%;
}
.h_product h2 {
  color: #00AFA0;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.h_product h2 .w_line {
  width: 0;
  position: absolute;
  left: 35%;
  height: 1px;
  background: #fff;
}
.h_product h2 .h_p_dot {
  width: 7px;
  height: 7px;
  margin-left: 30px;
  margin-right: 15px;
}
.h_product .h_p_box {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.h_product .h_p_box .swiper {
  padding: 60px 0;
}
.h_product .h_p_box .swiper .swiper-pagination {
  bottom: 5px;
}
.h_product .h_p_box .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #00AFA0;
  border-radius: 5px;
  opacity: 0.61;
  width: 15px;
  height: 6px;
  transition: all ease-in-out 300ms;
}
.h_product .h_p_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 37px;
  height: 6px;
  background: #00AFA0;
  opacity: 1;
}
.h_product .h_p_box .h_p_list {
  display: flex;
  justify-content: space-between;
}
.h_product .h_p_box .h_p_item {
  width: 255px;
  height: 345px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.h_product .h_p_box .h_p_item .h_p_item_title {
  font-family: "Roboto-Bold";
  color: #000;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.54px;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
  transition: all ease-in-out 300ms;
}
.h_product .h_p_box .h_p_item img {
  width: 100%;
  position: relative;
}
.h_product .h_p_box .h_p_item .img1 {
  top: -30px;
}
.h_product .h_p_box .h_p_item .img2 {
  top: -100px;
}
.h_product .h_p_box .h_p_item .img_h {
  min-height: 180px;
  object-fit: cover;
}
.h_product .h_p_box .h_p_item div.h_p_btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  cursor: pointer;
}
.h_product .h_p_box .h_p_item div.h_p_btn img, .h_product .h_p_box .h_p_item div.h_p_btn svg {
  width: 54px;
  height: 54px;
}
.h_product .h_p_box .h_p_item div.h_p_btn:before, .h_product .h_p_box .h_p_item div.h_p_btn:after {
  content: "⟶";
  position: absolute;
  left: 32%;
  top: 24%;
  width: 20px;
  height: 10px;
  z-index: 2;
  color: #01349b;
}
.h_product .h_p_box .h_p_item div.h_p_btn:before {
  transform: translateX(-15px);
  opacity: 0;
}
.h_product .h_p_box .h_p_item div.h_p_btn:after {
  transform: none;
}
.h_product .h_p_box a:hover .h_p_item .h_p_item_title {
  color: #00AFA0;
}
.h_product .h_p_box a:hover .h_p_item div.h_p_btn:after {
  transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(15px);
  opacity: 0;
}
.h_product .h_p_box a:hover .h_p_item div.h_p_btn:before {
  transition: 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(0);
  opacity: 1;
}

.inView h2 .opacity {
  opacity: 1;
  width: 70%;
  transition: width ease-in-out 600ms;
  /*    animation: ani-LineLink 500ms forwards;
  animation-timing-function: ease-in-out;
  animation-delay: .25s;*/
}

.h_exp {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 60px 2% 100px;
  background: url(../images/h_e_bg.png) no-repeat bottom;
  /*background-position-x: 45%;*/
  background-size: 120%;
  background-position-x: 23%;
}
.h_exp .h_exp_box {
  display: flex;
  flex-direction: row-reverse;
}
.h_exp .h_exp_box .h_exp_txt {
  padding-left: 45px;
  max-width: 600px;
  width: 35%;
  padding-top: 10px;
}
.h_exp .h_exp_box .h_exp_item {
  border-right: 1px solid #d0d2d3;
  border-bottom: 1px solid #d0d2d3;
  padding: 30px 20px 20px;
  min-width: 180px;
  width: 20%;
}
.h_exp .h_exp_box .h_exp_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .h_exp .h_exp_box .h_exp_item a:hover p {
    transition: all ease-in-out 300ms;
    color: #00AFA0;
  }
}
.h_exp .h_exp_box .h_exp_item .h_exp_img {
  width: 134px;
  height: 134px;
  position: relative;
  padding: 50px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_exp .h_exp_box .h_exp_item .h_exp_img img {
  position: relative;
  height: 50px;
  z-index: 1;
}
.h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg {
  position: absolute;
  z-index: 0;
  height: 51px;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg1 {
  height: 42px;
  top: 46%;
  left: 53%;
}
.h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg3 {
  height: 35px;
  top: 44%;
  left: 51%;
}
.h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg4 {
  height: 60px;
  top: 49%;
  left: 49%;
}
.h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg5 {
  height: 50px;
  top: 51%;
  left: 50%;
}
.h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg6 {
  height: 51px;
  top: 51%;
  left: 50%;
}
.h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg7 {
  height: 34px;
  top: 48%;
  left: 42%;
}
.h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg8 {
  height: 42px;
  top: 54%;
  left: 50%;
}
.h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg9 {
  height: 20px;
  top: 42%;
  left: 51%;
}
.h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg10 {
  height: 27px;
  top: 59%;
  left: 63%;
}
.h_exp .h_exp_box .h_exp_box1 {
  border-top: 1px solid #d0d2d3;
  border-left: 1px solid #d0d2d3;
  border-bottom: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 65%;
  max-width: 1000px;
}
.h_exp .h_exp_box .h_exp_box1 .h_exp_box2 {
  display: none;
}
.h_exp .h_exp_box .h_exp_box2 {
  display: inline-flex;
  border: 1px solid #ccc;
}
.h_exp .h_exp_box .h_exp_box2 .h_exp_item:last-child {
  border-right: 0;
}

.h_e_tip {
  padding-bottom: 20px;
}
.h_e_tip p {
  color: #00AFA0;
  display: block;
  text-align: left;
}
.h_e_tip span {
  display: block;
  width: 70px;
  height: 1px;
  background: #00AFA0;
}

.h_about {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  padding: 60px 7% 80px;
}
.h_about .h_a_top {
  position: absolute;
  top: 30px;
}
.h_about .h_a_top .h_a_i {
  width: 69px;
  height: 69px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 10px 8px 20px rgba(231, 231, 232, 0.5215686275);
  margin-bottom: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_about .h_a_top .h_a_i .h_a_icon {
  width: 26.361px;
  height: 26.361px;
}
.h_about .h_a_top .h_about_title {
  color: #000;
  font-size: 61px;
  font-family: "Roboto-Bold";
  line-height: 80px;
  letter-spacing: 1.83px;
}
.h_about .h_a_b {
  display: flex;
  align-items: flex-end;
}
.h_about .h_about_txt {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
  height: 100%;
}
.h_about .h_about_txt .h_e_tip {
  padding-top: 50px;
}
.h_about .h_about_txt h2 {
  width: 80%;
}
.h_about .h_about_txt .font16 {
  margin-top: 50px;
  width: 80%;
}
.h_about .h_about_img {
  width: 591px;
  min-width: 590px;
  height: 546px;
  top: 30px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.h_about .h_about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0.063vw 0.63vw 1.875vw #ccc;
  border-radius: 1.313vw;
}
@media screen and (max-width: 960px) {
  .h_about .h_about_img img {
    box-shadow: 1px 10px 30px #ccc;
    border-radius: 21px;
  }
}

.h_about_box {
  position: relative;
  height: 100%;
}
.h_about_box .h_ie {
  color: #000;
  font-size: 281px;
  font-family: "Roboto-Regular";
  line-height: 370px;
  letter-spacing: 8.43px;
  color: #F7F7F7;
  position: absolute;
  left: -50px;
  top: -85px;
  z-index: 0;
}

.h_new {
  width: 100%;
  height: 100%;
  /*   background: #fff;*/
  position: relative;
  padding: 60px 7% 30px;
}
.h_new .h_a_i {
  width: 69px;
  height: 69px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 10px 8px 20px rgba(231, 231, 232, 0.5215686275);
  margin-bottom: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_new .h_a_i .h_a_icon {
  width: 26.361px;
  height: 26.361px;
}
.h_new .h_about_title {
  color: #000;
  font-size: 61px;
  font-family: "Roboto-Bold";
  line-height: 80px;
  letter-spacing: 1.83px;
}
.h_new .h_about_txt {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
  height: 100%;
}
.h_new .h_about_box {
  flex-direction: column;
}
.h_new .h_about_box .h_ie {
  color: #152352;
  opacity: 0.03;
}
.h_new .h_new_box {
  width: 100%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
}
.h_new .h_new_box .swiper-slide {
  width: 100% !important;
}
.h_new .h_new_box .h_new_item {
  border-top: 1px solid #ccc;
  display: flex;
  padding: 30px 0;
}
.h_new .h_new_box .h_new_item .h_n_txt {
  padding: 30px;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.h_new .h_new_box .h_new_item .h_n_txt .h_n_tip.font16 {
  color: #00AFA0;
  font-family: "Roboto-Bold";
}
.h_new .h_new_box .h_new_item .h_n_txt .h_n_tip.font16 img {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.h_new .h_new_box .h_new_item .h_n_txt p.h_n_title {
  text-align: left;
  display: block;
  margin-top: 10px;
}
.h_new .h_new_box .h_new_item .h_n_txt .font16 {
  color: #707070;
}
.h_new .h_new_box .h_new_item .h_n_txt .h_n_o {
  display: flex;
  justify-content: space-between;
}
.h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function {
  display: flex;
  justify-content: space-between;
  width: 200px;
  font-family: "Roboto-Regular";
}
.h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function a {
  color: #707070;
  border-bottom: 1px solid #707070;
  display: inline-block;
  transition: all ease-in-out 300ms;
  font-family: "Roboto-Regular";
}
.h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function a svg {
  margin-right: 5px;
  height: 14px;
  width: 13px;
  fill: #707070;
  transition: all ease-in-out 300ms;
}
@media screen and (min-width: 960px) {
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function a:hover {
    color: #00AFA0;
    border-bottom: 1px solid #00AFA0;
  }
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function a:hover svg {
    fill: #00AFA0;
  }
}
.h_new .h_new_box .h_new_item .h_n_img {
  width: 453px;
  min-width: 453px;
  height: 302px;
}
.h_new .h_new_box .h_new_item .h_n_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.sub_txt {
  color: #000000;
  font-family: "Roboto-Black";
  font-size: 52px;
  line-height: 86px;
}

.subbanner {
  width: 100%;
  position: relative;
  height: 585px;
}
.subbanner .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subbanner .sub_txt {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.subbanner .sub_txt .sub_line {
  color: #000000;
  width: 91px;
  height: 1px;
  background: #000000;
}
.subbanner:after {
  content: "";
  width: 100%;
  height: 70px;
  background: #F5FBFF;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 40px 40px 0 0;
}

.buss_content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0px 5% 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.buss_content .buss_item {
  width: 319px;
  height: auto;
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  margin: 12px 8px;
  transition: all ease-in-out 300ms;
}
.buss_content .buss_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.buss_content .buss_item img {
  height: 90px;
  position: relative;
  transition: all ease-in-out 300ms;
}
.buss_content .buss_item .buss_item_title {
  color: #000000;
  font-family: "Roboto-Bold";
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: -24px;
}
.buss_content .buss_item div.h_p_btn {
  position: relative;
  left: 25px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.buss_content .buss_item div.h_p_btn img, .buss_content .buss_item div.h_p_btn svg {
  width: 54px;
  height: 54px;
  left: 0;
  top: 0;
}
.buss_content .buss_item div.h_p_btn:before, .buss_content .buss_item div.h_p_btn:after {
  content: "⟶";
  position: absolute;
  left: 30%;
  top: 26%;
  width: 20px;
  height: 10px;
  z-index: 2;
  color: #01349b;
}
.buss_content .buss_item div.h_p_btn:before {
  transform: translateX(-15px);
  opacity: 0;
}
.buss_content .buss_item div.h_p_btn:after {
  transform: none;
}
.buss_content .buss_item:hover {
  /*background: rgba(255,255,255,0.88);*/
  /* img {
       transform: scale(1.05);
   }*/
}
.buss_content .buss_item:hover .buss_item_title {
  color: #01349b;
}
.buss_content .buss_item:hover div.h_p_btn:after {
  transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(15px);
  opacity: 0;
}
.buss_content .buss_item:hover div.h_p_btn:before {
  transition: 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(0);
  opacity: 1;
}

#about {
  /*background: #fff;*/
  /*padding-top: 50px;*/
}
#about .subbanner:after {
  background: #fff;
  display: none;
}
#about .sub_txt {
  color: white;
}
#about .sub_txt .sub_line {
  background: #fff;
  margin: inherit;
  margin-right: auto;
  width: 6.125vw;
}
@media screen and (max-width: 768px) {
  #about .sub_txt .sub_line {
    width: 100px;
  }
}
#about .a_content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 40px 10%;
}
#about .h_about {
  padding: 0;
}
#about .h_about .h_a_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about .h_about .h_about_box .h_ie {
  top: -117px;
}
#about .h_about .h_about_img {
  width: 468px;
  height: 433px;
  min-width: 450px;
  top: 0;
  left: 30px;
}
#about .h_about .h_about_txt {
  width: 600px;
  padding: 0;
}
#about .h_about .h_about_txt .h_about_img {
  display: none;
}
#about .h_about .h_about_txt .h_e_tip {
  padding-top: 0;
}
#about .h_about .h_about_txt .h_e_tip span {
  width: 40px;
}
#about .h_about .h_about_txt h2, #about .h_about .h_about_txt .font16 {
  width: 98%;
}
#about .a_why {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about .a_why .why_image {
  width: 25%;
  margin-top: 2.688vw;
}
@media screen and (max-width: 1080px) {
  #about .a_why .why_image {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  #about .a_why .why_image {
    width: 35%;
  }
}
@media screen and (max-width: 960px) {
  #about .a_why .why_image.desktop-img {
    display: none;
  }
}
#about .a_why .why_image.mobile-img {
  display: none;
}
@media screen and (max-width: 960px) {
  #about .a_why .why_image.mobile-img {
    display: block;
    width: 100%;
    min-width: 305px;
    max-width: 500px;
    margin-top: 5vw;
  }
}
#about .a_why .why_image img {
  width: 100%;
  box-shadow: 0.063vw 0.63vw 1.875vw #ccc;
  border-radius: 1.313vw;
}
@media screen and (max-width: 960px) {
  #about .a_why .why_image img {
    box-shadow: 1px 10px 30px #ccc;
    border-radius: 21px;
  }
}
#about .a_why .why_image .font16 {
  display: block;
  height: auto;
}
#about .a_why .why_image .font16 span {
  font-family: "Roboto-Bold" !important;
}
#about .a_why .why_container {
  width: 73%;
}
@media screen and (max-width: 1080px) {
  #about .a_why .why_container {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  #about .a_why .why_container {
    width: 100%;
  }
}
#about .a_why .h_about_txt {
  width: 990px;
  margin: 0 auto;
  text-align: center;
}
#about .a_why .h_about_txt .h_e_tip {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about .a_why h2 {
  padding-bottom: 30px;
}
#about .a_why .a_why_box {
  display: flex;
  padding: 60px 0;
  position: relative;
  justify-content: space-between;
}
#about .a_why .a_why_box .a_why_item {
  width: 49%;
  max-width: 584px;
  height: auto;
  border-radius: 42px;
  background: #F2F8FE;
  padding: 50px 40px;
}
#about .a_why .a_why_box .a_why_item .a_why_item_title {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
}
#about .a_why .a_why_box .a_why_item .a_why_item_title span {
  display: inline-flex;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  background: #00afa0;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
#about .a_why .a_why_box .a_why_item .font16 {
  color: #707070;
}
#about .a_quality {
  padding: 0 6% 40px;
}
#about .a_quality .h_about .h_a_b {
  flex-direction: row-reverse;
}
#about .a_quality .h_about .h_about_txt {
  /*width: 475px;*/
  width: 55%;
}
#about .a_quality .h_about .h_about_img {
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
#about .a_quality .h_about .h_about_img.mobile-img {
  display: none;
}
#about .a_quality .h_about .h_about_img .h_person_container {
  width: 55%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about .a_quality .h_about .h_about_img .h_person_container {
    width: 100%;
  }
}
#about .a_quality .h_about .h_about_img .h_person_container img {
  box-shadow: 0.063vw 0.63vw 1.875vw #ccc;
  border-radius: 1.313vw;
}
@media screen and (max-width: 960px) {
  #about .a_quality .h_about .h_about_img .h_person_container img {
    box-shadow: 1px 10px 30px #ccc;
    border-radius: 21px;
  }
}
#about .a_quality .h_about .h_about_img .h_person_container .font16 {
  display: block;
}
#about .a_quality .h_about .h_about_img .h_person_container .font16 span {
  font-family: "Roboto-Bold" !important;
}
#about .a_our {
  width: 100%;
  height: 100%;
  padding: 50px 11.5%;
  position: relative;
}
#about .a_our .h_about_txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about .a_our .h_about_txt .h_e_tip span {
  width: 40px;
  margin: 0 auto;
}
#about .a_our .a_our_box {
  position: relative;
  margin: 80px 0;
  padding-top: 30px;
}
#about .a_our .a_our_box .a_our_line {
  width: 10px;
  height: 100%;
  background: #707070;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.07;
}
#about .a_our .a_our_box .a_our_list {
  width: 100%;
  height: 100%;
}
#about .a_our .a_our_box .a_our_list .a_our_item {
  width: 100%;
  height: 100%;
  position: relative;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box {
  width: 520px;
  border-radius: 21px;
  height: 100%;
  padding: 0 0px 0 50px;
  display: flex;
  background: #fff;
  position: relative;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt {
  width: 420px;
  padding: 30px 0 40px;
  padding-right: 12px;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt p {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  height: auto;
  padding-bottom: 20px;
  padding-top: 0;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt p img {
  width: 32.396px;
  height: 32.396px;
  position: relative;
  margin-left: 20px;
  top: -10px;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 {
  display: flex;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 img {
  width: 84px;
  height: 84px;
  margin-right: 10px;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 .img2 {
  width: 121px;
  height: 79px;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 .img3 {
  width: 100%;
  height: 80px;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 .a_o_c {
  width: 97px;
  min-width: 100px;
  margin-right: 22px;
  height: 88px;
  border-radius: 14px;
  color: rgba(0, 0, 0, 0.34);
  background: rgba(112, 112, 112, 0.16);
  justify-content: center;
  align-items: center;
  text-align: center;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_date {
  width: 120px;
  color: #9A9A9A;
  font-size: 18px;
  font-family: "Roboto-Regular";
  line-height: 24px;
  letter-spacing: 0.54px;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ccc;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_date .dat {
  color: #000;
  font-size: 40px;
  font-family: "Roboto-Bold";
  line-height: 53px;
  letter-spacing: 1.2px;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_date .date_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_sj {
  width: 19px;
  height: 32.5px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
#about .a_our .a_our_box .a_our_list .a_our_item:before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #072260;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#about .a_our .a_our_box .a_our_list .item_box2 {
  display: flex;
  justify-content: flex-end;
}
#about .a_our .a_our_box .a_our_list .item_box2 div.a_our_item_box .a_sj {
  right: 0;
  left: -14px;
  top: 38%;
  transform: rotate(180deg) translateY(-50%);
}
#about .a_awards {
  padding: 40px 16%;
  background: #fff;
  margin: 50px 0;
  width: 100%;
  height: 100%;
}
#about .a_awards h2 {
  text-align: center;
}
#about .a_awards .h_a_b {
  flex-direction: row-reverse;
}
#about .a_awards .h_a_a {
  display: flex;
  flex-direction: row;
}
#about .a_awards .h_about {
  padding-bottom: 30px;
}
#about .a_awards .h_about .h_about_img {
  left: auto;
  height: 345px;
}
#about .a_awards .h_about .h_about_img img {
  box-shadow: 1px 10px 30px #ccc;
}
#about .a_awards .h_about .h_about_txt {
  max-width: 600px;
  width: 45%;
}
#about .a_awards .h_about .h_about_txt .font16 {
  margin-top: 0;
}
#about .a_awards .h_about .h_about_txt .h_about_img {
  left: auto;
}
#about .a_t {
  width: 80%;
  max-width: 920px;
  text-align: center;
  padding: 30px 0 60px;
  margin: 0 auto;
}
#about .sub_line {
  display: block;
  width: 50px;
  margin: 0 auto;
  height: 1px;
  background: #00afa0;
  margin-bottom: 50px;
}
#about .a_partness {
  overflow: hidden;
}
#about .a_partness h2 {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
#about .a_partness .marquee {
  --gap: 0rem;
  position: relative;
  display: flex;
  user-select: none;
  gap: var(--gap);
  width: 100%;
  padding-bottom: 1.5vw;
}
#about .a_partness .marquee .review_rows {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: fit-content;
  animation: scroll 50s linear infinite;
}
#about .a_partness .marquee:last-child {
  padding-bottom: 0;
}
#about .a_partness .review_rows.marquee__content2 {
  animation: scroll2 50s linear infinite;
}
#about .a_partness .review_rows:last-child {
  position: absolute;
  top: 0;
  left: 0;
  animation-name: scroll-abs;
}
#about .a_partness .review_rows.marquee__content2:last-child {
  animation-name: scroll-abs2;
  /* left: auto;
  right:0;*/
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scroll2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100% - var(--gap)));
  }
}
@keyframes scroll-abs2 {
  from {
    transform: translateX(calc(-100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
.product .subbanner text {
  color: #fff;
}
.product .subbanner .sub_txt {
  top: 55%;
  z-index: 2;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 15px;
}
.product .subbanner .sub_txt .sub_line {
  background: #fff;
}
.product .subbanner .p_b_txt {
  font-size: 32px;
  display: block;
  height: auto;
  color: #fff;
}
.product .subbanner:after {
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  border-radius: 0;
}
.product .p_content {
  width: 100%;
  height: 100%;
  padding: 0px 13% 60px;
  position: relative;
  background: #fff;
}
.product .p_content .p_c_head {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  position: relative;
}
.product .p_content .p_c_head h2 {
  padding-bottom: 40px;
}
.product .p_content .p_c_box {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product .p_content .p_c_box .p_c_item {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 30px 0;
}
.product .p_content .p_c_box .p_c_item .p_c_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*box-shadow: 0px 3px 6px #00000029;*/
}
.product .p_content .p_c_box .p_c_item .p_c_img div {
  width: 31.3333%;
  max-width: 350px;
  height: 266px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product .p_content .p_c_box .p_c_item .p_c_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product .p_content .p_c_box .p_c_item .p_c_img .img1 {
  width: auto;
  object-fit: contain;
}
.product .p_content .p_c_box .p_c_item .p_c_img .an_img {
  box-shadow: none;
  background: none;
}
.product .p_content .p_c_box .p_c_item .p_c_img .body_img1 {
  width: 100%;
  max-width: none;
  box-shadow: none;
  height: auto;
}
.product .p_content .p_c_box .p_c_item .p_c_img .body_img2 {
  width: 100%;
  max-width: none;
  box-shadow: none;
  height: auto;
}
.product .p_content .p_c_box .p_c_item .p_c_img .body_img2 img {
  width: 24%;
  margin-right: 1%;
  background: #e6e6e6;
  border: 2px solid #ccc;
  border-radius: 21px;
}
.product .p_content .p_c_box .p_c_item .airway div {
  background: #dedfe4;
}
.product .p_content .p_c_box .p_c_item p {
  text-align: left;
  display: block;
  height: auto;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.96px;
}
.product .p_content .p_c_box .p_c_item .p_c_item_box {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.product .p_content .p_c_box .p_c_item .p_c_item_box .p_c_img {
  width: 75%;
}
.product .p_content .p_c_box .p_c_item .p_c_item_box .p_c_img div {
  margin-bottom: 0;
}
.product .p_content .p_c_box .p_c_item .p_c_txt {
  width: 100%;
  /*  padding-left: 20px;*/
  /* width: 290px;*/
}
.product .p_content .p_c_box .p_c_item .p_c_txt .font16 {
  padding: 20px 0 30px;
}
.product .p_content .p_c_box .p_c_item .p_c_txt .p_c_icon {
  fill: #707070;
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 1px solid #707070;
}
.product .p_content .p_c_box .p_c_item .p_c_txt .p_c_icon svg {
  fill: #707070;
  width: 12px;
  height: 15px;
  margin-right: 5px;
}
.product .p_content .p_c_box .p_c_item .p_c_txt .p_c_icon a {
  color: #707070;
  transition: all ease-in-out 300ms;
}
@media screen and (min-width: 960px) {
  .product .p_content .p_c_box .p_c_item .p_c_txt .p_c_icon a:hover {
    color: #00AFA0;
  }
}
.product .p_content .p_c_box .c_item2 {
  display: block;
}
.product .p_content .con2 .p_c_item .p_c_img div {
  box-shadow: 1px 3px 10px #ccc;
}

picture {
  width: 100%;
  height: 100%;
}
picture img, picture source {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.subbanner picture {
  width: 100%;
  height: 100%;
  display: block;
}
.subbanner picture img, .subbanner picture source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c_top {
  width: 100%;
  height: 175px;
  position: relative;
}

.contact {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.contact .contact_left_img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: -175px;
}
.contact .c_box {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 8% 80px;
  display: flex;
  justify-content: space-between;
}
.contact .c_box .c_box_img {
  width: 45%;
  max-width: 612px;
  height: 594px;
}
.contact .c_box .c_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.contact .c_box .c_box_from {
  width: 55%;
  max-width: 625px;
  position: relative;
}
.contact .c_box .c_box_from .c_box_title {
  display: flex;
  padding: 10px 0 20px;
  justify-content: space-between;
  align-items: center;
}
.contact .c_box .c_box_from .c_box_title h2 {
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 1.38px;
}
.contact .c_box .c_box_from .c_box_title .font14 {
  font-family: "Roboto-Regular";
  width: 250px;
  letter-spacing: 0.42px;
  color: rgba(0, 0, 0, 0.5);
}
.contact .c_box .c_box_from .contact_from_box {
  padding-top: 30px;
  /*  input.txtbox:focus ~ .w_box, textarea.txtbox:focus ~ .w_box {
      border: none;
      border: 1px solid #00AFA0;
  }*/
  /*   .input1.notempty2 {
      border: 1px solid #00AFA0;
  }*/
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
  position: relative;
  align-items: center;
  /*  .txtbox.txtfont.focus {
      border-bottom: 1px solid #00AFA0;
  }*/
  /* .placeholder1 {
      width: auto;
      position: absolute;
      top: 0;
      left: 0;
      padding: 15px 0px;
      pointer-events: none;
      transition: .3s;
      z-index: 2;
  }*/
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 {
  width: 48%;
  min-width: 295px;
  position: relative;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .w_box {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .w_box:focus-within {
  border: 1px solid #00AFA0;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .w_box.notempty2 {
  border: 1px solid #00AFA0;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .c_icon {
  position: relative;
  left: 10px;
  margin: 0 5px;
  z-index: 1;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .help {
  width: 12px;
  height: 12px;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .tel {
  width: 14px;
  height: 14px;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .user {
  width: 13px;
  height: 13px;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .mail {
  width: 14px;
  height: 10px;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .border_right {
  width: 3px;
  height: 32px;
  background: #DCEFE9;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .txtbox {
  position: relative;
  z-index: 1;
  width: 100%;
  outline: none;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  appearance: none;
  ‌-webkit-appearance: none;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .txtfont {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  text-align: left;
  background: none;
  padding-left: 15px;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .error {
  color: #FF0000;
  font-size: 12px;
  font-family: "Roboto-Regular";
  position: absolute;
  right: auto;
  left: 0;
  z-index: 2;
  bottom: -17px;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .error .contact_error {
  width: 13px;
  height: 13px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.contact .c_box .c_box_from .contact_from_box .contact_from_item .txtfont.placeholders, .contact .c_box .c_box_from .contact_from_box .contact_from_item .placeholders {
  font-family: "Roboto-Regular";
  font-size: 14px;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  color: #6C6C6C;
  opacity: 0.3;
}
.contact .c_box .c_box_from .contact_from_box .mess {
  flex-direction: column;
}
.contact .c_box .c_box_from .contact_from_box .mess .txtbox {
  padding-top: 10px;
  height: auto;
  min-height: 120px;
  border-radius: 20px;
}
.contact .c_box .c_box_from .contact_from_box input, .contact .c_box .c_box_from .contact_from_box textarea {
  border: 0;
  margin: 0;
  padding: 0;
}
.contact .c_box .c_box_from .contact_from_box input::-webkit-input-placeholder, .contact .c_box .c_box_from .contact_from_box textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto-Regular";
  line-height: 22px;
  color: #707070;
  font-weight: 400;
  opacity: 0.3;
}
.contact .c_box .c_box_from .contact_from_box input::-moz-placeholder, .contact .c_box .c_box_from .contact_from_box textarea::-moz-placeholder {
  font-size: 14px;
  font-family: "Roboto-Regular";
  line-height: 22px;
  color: #707070;
  font-weight: 400;
  opacity: 0.3;
}
.contact .c_box .c_box_from .contact_from_box input::-ms-input-placeholder, .contact .c_box .c_box_from .contact_from_box textarea::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto-Regular";
  line-height: 22px;
  color: #707070;
  font-weight: 400;
  opacity: 0.3;
}
.contact .c_box .c_box_from .contact_from_box .placeholders.btnText {
  opacity: 1;
}
.contact .c_box .c_box_from .contact_from_box .placeholder1.notempty, .contact .c_box .c_box_from .contact_from_box .input1:focus ~ .placeholder1 {
  PADDING: 0;
  font-size: 14px;
  top: -5px;
  opacity: 0.3;
}
.contact .c_box .c_box_from .contact_from_box .input1.notempty2 + .item_check {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 2;
  content: url(../images/check.svg);
}
.contact .c_box .c_box_from .contact_from_box textarea {
  border: 1px solid #ccc;
}
.contact .c_box .c_box_from .contact_from_box .nice-select {
  height: 52px;
  width: 100%;
  border: 0px;
  padding-left: 15px;
  background: none;
  border: 0px solid #ccc;
}
.contact .c_box .c_box_from .contact_from_box .nice-select .option {
  color: #04310F;
  font-size: 16px;
  font-family: "Roboto-Regular";
  line-height: 22px;
  min-height: 30px;
  background: #fff;
  padding: 6px 15px;
  border-radius: 10px;
  margin: 5px 0;
}
.contact .c_box .c_box_from .contact_from_box .nice-select .option:hover, .contact .c_box .c_box_from .contact_from_box .nice-select .option.focus,
.contact .c_box .c_box_from .contact_from_box .nice-select .option.selected.focus {
  background-color: #DCF4F2;
  border-radius: 10px;
  color: #707070;
}
.contact .c_box .c_box_from .contact_from_box .nice-select.open .list {
  width: 110%;
  left: -9%;
  height: auto;
  padding: 10px;
  background: #fff;
  max-height: none;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #F5EFE1;
  border-radius: 18px;
}
.contact .c_box .c_box_from .contact_from_box .enq .nice-select.open .list {
  width: 105%;
  left: -4%;
  height: auto;
  padding: 10px;
  background: #fff;
  max-height: none;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #F5EFE1;
  border-radius: 18px;
}
.contact .c_box .c_box_from .contact_from_box .current {
  opacity: 1;
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  top: 9px;
  font-size: 16px;
  font-family: "Roboto-Regular";
  color: #707070;
}
.contact .c_box .c_box_from .contact_from_box .nice-select:after {
  border-left: 1px solid transparent;
  border-right: 1px solid #585858;
  border-bottom: 1px solid #585858;
  border-top: 1px solid transparent;
  height: 8px;
  margin-top: -4px;
  right: 18px;
  top: 48%;
  width: 8px;
}
.contact .c_box .c_box_from .con_btn {
  width: 135px;
  height: 45px;
  background: #00AFA0;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto-Medium";
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contact .c_box .c_box_from .con_btn a {
  color: #fff;
  margin-right: 15px;
}
.contact .c_box .c_box_from .con_btn svg {
  width: 14.001px;
  height: 14.032px;
  position: relative;
  /*right: 20px;
  top: 20px;*/
  z-index: 2;
}
.contact .c_box .c_box_from .con_btn svg use {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.contact .c_box .c_box_from .con_btn svg #green3 {
  fill: none;
}
.contact .c_box .c_box_from .con_btn svg #green4 {
  fill: none;
  transform: translate(-55%, 55%);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .contact .c_box .c_box_from .con_btn:hover {
    cursor: pointer;
  }
  .contact .c_box .c_box_from .con_btn:hover a {
    color: rgba(255, 255, 255, 0.65);
  }
  .contact .c_box .c_box_from .con_btn:hover a::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .contact .c_box .c_box_from .con_btn:hover svg #green3 {
    transform: translate(100%, 0%);
  }
  .contact .c_box .c_box_from .con_btn:hover svg #green4 {
    transform: none;
    opacity: 1;
  }
}

#tc {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 200px 0 0;
}
#tc h2 {
  padding-bottom: 50px;
}
#tc .content {
  text-align: left;
  padding: 30px 0% 150px;
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#tc .content .sub_title {
  margin-bottom: 10px;
  max-width: 400px;
  padding-bottom: 50px;
}
#tc .content .sub_title span {
  color: #01349b;
}
#tc .content p {
  display: block;
  text-align: left;
  height: auto;
  position: relative;
  padding-left: 20px;
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #707070;
}
#tc .content p span {
  left: 0px;
  position: absolute;
  top: 16px;
}
#tc .content p a {
  color: #01349b;
  text-decoration: none;
  transition: all ease-in-out 300ms;
}
#tc .content p a:hover {
  color: #00AFA0;
}
#tc .content p.pp {
  padding: 0 0 50px;
}
#tc .content .tc_pb {
  padding: 0 0 50px;
}
#tc .content .tc_title {
  font-family: "Roboto-Bold";
  font-size: 24px;
  line-height: 30px;
  color: #000;
  padding-bottom: 10px;
}
#tc .content .leftcontent {
  max-width: 65%;
}
#tc .content h3 {
  margin-bottom: 16px;
}
#tc .content .text {
  line-height: 18px;
}
#tc .content #fl_menu {
  position: fixed;
  background: #fff;
  top: 150px;
  left: 12%;
  z-index: 4;
  width: 300px;
  padding: 30px;
  text-align: left;
  box-shadow: 0px 10px 40px rgba(112, 144, 176, 0.1019607843);
  border-radius: 32px;
  -moz-box-shadow: 0px 10px 40px rgba(112, 144, 176, 0.1019607843);
  -webkit-box-shadow: 0px 10px 40px rgba(112, 144, 176, 0.1019607843);
}
#tc .content #fl_menu p {
  display: block;
  font-family: "Roboto-Bold";
  color: #000;
  padding-left: 0;
}
#tc .content #fl_menu ol {
  margin: 20px 0 8px;
  padding: 0;
}
#tc .content #fl_menu ol li {
  padding: 8px 0;
}
#tc .content #fl_menu ol li a {
  text-decoration: none;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #000;
  position: relative;
  padding-left: 22px;
  transition: all ease-in-out 300ms;
}
#tc .content #fl_menu ol li a span {
  position: absolute;
  left: 0;
}
#tc .content #fl_menu ol li a:hover {
  color: #00AFA0;
}
#tc .content #fl_menu ol .active a {
  color: #00AFA0;
}

@media screen and (min-width: 1600px) {
  .home_banner {
    height: 46.875vw;
  }
  .home_banner .banner_txt {
    width: 49.688vw;
  }
  .home_banner .banner_txt p {
    font-size: 1.25vw;
    line-height: 1.875vw;
    letter-spacing: 0.037vw;
    font-family: "Roboto-Regular";
    width: 31.563vw;
    color: #fff;
    padding-top: 1.25vw;
    text-align: left;
  }
  .home_banner .swiper .swiper-pagination {
    bottom: 3.75vw;
  }
  .home_banner .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #00AFA0;
    border-radius: 0.313vw;
    opacity: 0.61;
    width: 0.938vw;
    height: 0.375vw;
    transition: all ease-in-out 300ms;
  }
  .home_banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.313vw;
    height: 0.375vw;
    background: #00AFA0;
    opacity: 1;
  }
  p {
    color: #000;
    font-size: 1.125vw;
    font-family: "Roboto-Bold";
    line-height: 1.375vw;
    letter-spacing: 0.034vw;
    height: 3.125vw;
    padding-top: 1.063vw;
  }
  .h_product {
    min-height: 37.5vw;
    padding: 3.125vw 5% 2vw;
    border-radius: 3.125vw;
    top: -2.813vw;
  }
  .h_product h2 .w_line {
    height: 0.063vw;
  }
  .h_product h2 .h_p_dot {
    width: 0.438vw;
    height: 0.438vw;
    margin-left: 1.875vw;
    margin-right: 0.938vw;
  }
  .h_product .h_p_box .swiper {
    padding: 3.75vw 0;
  }
  .h_product .h_p_box .swiper .swiper-pagination {
    bottom: 0.313vw;
  }
  .h_product .h_p_box .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #00AFA0;
    border-radius: 0.313vw;
    opacity: 0.61;
    width: 0.938vw;
    height: 0.375vw;
    transition: all ease-in-out 300ms;
  }
  .h_product .h_p_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.313vw;
    height: 0.375vw;
    background: #00AFA0;
    opacity: 1;
  }
  .h_product .h_p_box .h_p_item {
    width: 15.938vw;
    height: 21.563vw;
    border-radius: 1.75vw;
  }
  .h_product .h_p_box .h_p_item .h_p_item_title {
    font-size: 1.125vw;
    line-height: 1.5vw;
    letter-spacing: 0.034vw;
    padding: 1.875vw 1.875vw;
  }
  .h_product .h_p_box .h_p_item .img1 {
    top: -1.875vw;
  }
  .h_product .h_p_box .h_p_item .img2 {
    top: -6.25vw;
  }
  .h_product .h_p_box .h_p_item .img_h {
    min-height: 11.25vw;
  }
  .h_product .h_p_box .h_p_item div.h_p_btn {
    position: absolute;
    bottom: 1.25vw;
    left: 1.25vw;
  }
  .h_product .h_p_box .h_p_item div.h_p_btn img, .h_product .h_p_box .h_p_item div.h_p_btn svg {
    width: 3.375vw;
    height: 3.375vw;
  }
  .h_product .h_p_box .h_p_item div.h_p_btn:before, .h_product .h_p_box .h_p_item div.h_p_btn:after {
    width: 1.25vw;
    height: 0.63vw;
    font-size: 1vw;
  }
  .h_exp {
    padding: 3.75vw 2% 6.5vw;
  }
  .h_exp .h_exp_box .h_exp_txt {
    padding-left: 2.813vw;
    max-width: none;
    min-width: 37.5vw;
    padding-top: 0.63vw;
  }
  .h_exp .h_exp_box .h_exp_item {
    border-right: 0.063vw solid #d0d2d3;
    border-bottom: 0.063vw solid #d0d2d3;
    padding: 1.875vw 1.563vw 1.25vw;
    min-width: 11.25vw;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img {
    width: 8.375vw;
    height: 8.375vw;
    position: relative;
    padding: 3.125vw;
    border-radius: 1.25vw;
    background: #fff;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img img {
    position: relative;
    height: 3.12vw;
    z-index: 1;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg {
    height: 3.12vw;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg1 {
    height: 2.65vw;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg3 {
    height: 2.275vw;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg4 {
    height: 3.713vw;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg5 {
    height: 3.588vw;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg6 {
    height: 3.213vw;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg7 {
    height: 2.15vw;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg8 {
    height: 2.938vw;
    top: 52%;
    left: 49%;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg9 {
    height: 1.275vw;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg10 {
    height: 1.713vw;
  }
  .h_exp .h_exp_box .h_exp_box1 {
    border-top: 0.063vw solid #d0d2d3;
    border-left: 0.063vw solid #d0d2d3;
    border-bottom: 0;
    display: inline-flex;
    max-width: 63vw;
  }
  .h_exp .h_exp_box .h_exp_box2 {
    display: inline-flex;
    border: 0.063vw solid #d0d2d3;
  }
  .h_exp .h_exp_box .h_exp_box2 .h_exp_item:last-child {
    border-right: 0;
  }
  .h_e_tip {
    padding-bottom: 1.25vw;
  }
  .h_e_tip p {
    color: #00AFA0;
    display: block;
    text-align: left;
  }
  .h_e_tip span {
    width: 4.375vw;
    height: 0.063vw;
  }
  .h_about {
    padding: 3.75vw 7% 5vw;
  }
  .h_about .h_a_top {
    top: 1.875vw;
  }
  .h_about .h_a_top .h_a_i {
    width: 4.313vw;
    height: 4.313vw;
    box-shadow: 0.63vw 0.5vw 1.25vw rgba(231, 231, 232, 0.5215686275);
    margin-bottom: 1.25vw;
    border-radius: 3.125vw;
  }
  .h_about .h_a_top .h_a_i .h_a_icon {
    width: 1.648vw;
    height: 1.648vw;
  }
  .h_about .h_a_top .h_about_title {
    font-size: 3.813vw;
    line-height: 5vw;
    letter-spacing: 0.114vw;
  }
  .h_about .h_about_txt {
    padding: 1.875vw 0 0;
  }
  .h_about .h_about_txt .h_e_tip {
    padding-top: 3.125vw;
  }
  .h_about .h_about_txt .font16 {
    margin-top: 3.125vw;
  }
  .h_about .h_about_img {
    width: 36.875vw;
    min-width: 36.875vw;
    height: 34.125vw;
    top: 1.875vw;
    border-radius: 1.25vw;
  }
  .h_about_box .h_ie {
    font-size: 17.563vw;
    line-height: 23.125vw;
    letter-spacing: 0.527vw;
    left: -3.125vw;
    top: -5.313vw;
  }
  .h_new {
    padding: 3.75vw 7% 1.875vw;
  }
  .h_new .h_about_txt {
    padding: 1.875vw 0 0;
  }
  .h_new .h_a_i {
    width: 4.313vw;
    height: 4.313vw;
    box-shadow: 0.63vw 0.5vw 1.25vw rgba(231, 231, 232, 0.5215686275);
    margin-bottom: 1.25vw;
    border-radius: 3.125vw;
  }
  .h_new .h_a_i .h_a_icon {
    width: 1.648vw;
    height: 1.648vw;
  }
  .h_new .h_about_title {
    font-size: 3.813vw;
    line-height: 5vw;
    letter-spacing: 0.114vw;
  }
  .h_new .h_new_box {
    width: 100%;
    margin: 2.5vw auto;
  }
  .h_new .h_new_box .h_new_item {
    border-top: 0.063vw solid #ccc;
    padding: 1.875vw 0;
  }
  .h_new .h_new_box .h_new_item .h_n_txt {
    padding: 1.875vw;
    width: 100%;
    max-width: 50vw;
  }
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_tip.font16 img {
    margin-right: 0.63vw;
    top: 0.125vw;
    width: 1vw;
  }
  .h_new .h_new_box .h_new_item .h_n_txt p.h_n_title {
    margin-top: 0.63vw;
  }
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function {
    width: 12.5vw;
  }
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function a {
    font-size: 1vw;
    border-bottom: 0.063vw solid #707070;
  }
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function a svg {
    margin-right: 0.313vw;
    height: 0.875vw;
    width: 0.813vw;
  }
}
@media screen and (min-width: 1600px) and (min-width: 960px) {
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function a:hover {
    border-bottom: 0.063vw solid #00AFA0;
  }
}
@media screen and (min-width: 1600px) {
  .h_new .h_new_box .h_new_item .h_n_img {
    width: 28.313vw;
    min-width: 28.313vw;
    height: 18.875vw;
  }
  .h_new .h_new_box .h_new_item .h_n_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .sub_txt {
    font-size: 3.25vw;
    line-height: 5.375vw;
  }
}
@media screen and (min-width: 1600px) {
  .subbanner {
    height: 36.563vw;
  }
  .subbanner .sub_txt .sub_line {
    width: 5.688vw;
    height: 0.063vw;
  }
  .subbanner:after {
    height: 4.375vw;
    border-radius: 2.5vw 2.5vw 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .buss_content {
    padding: 0px 5% 1.625vw;
  }
  .buss_content .buss_item {
    width: 19.938vw;
    height: auto;
    padding: 1.5vw;
    border-radius: 1.25vw;
    margin: 0.875vw 0.5vw;
  }
  .buss_content .buss_item img {
    height: 5.625vw;
    position: relative;
  }
  .buss_content .buss_item .buss_item_title {
    font-size: 1.25vw;
    line-height: 1.375vw;
    letter-spacing: 0.037vw;
    bottom: -1.5vw;
  }
  .buss_content .buss_item div.h_p_btn {
    left: 1.563vw;
  }
  .buss_content .buss_item div.h_p_btn img, .buss_content .buss_item div.h_p_btn svg {
    width: 3.375vw;
    height: 3.375vw;
    left: 0;
    top: 0;
  }
  .buss_content .buss_item div.h_p_btn:before, .buss_content .buss_item div.h_p_btn:after {
    width: 1.25vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 1600px) {
  #about {
    /*padding-top: 3.12vw;*/
  }
  #about .a_content {
    padding: 3.5vw 10%;
  }
  #about .h_about {
    padding: 0;
  }
  #about .h_about .h_a_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #about .h_about .h_about_box .h_ie {
    top: -7.313vw;
  }
  #about .h_about .h_about_img {
    width: 29.25vw;
    height: 27.063vw;
    min-width: 28.125vw;
    top: 0;
    left: 1.875vw;
  }
  #about .h_about .h_about_txt {
    width: 37.5vw;
    padding: 0;
  }
  #about .h_about .h_about_txt .h_e_tip {
    padding-top: 0;
  }
  #about .h_about .h_about_txt .h_e_tip span {
    width: 2.5vw;
  }
  #about .h_about .h_about_txt h2, #about .h_about .h_about_txt .font16 {
    width: 98%;
  }
  #about .a_why {
    padding: 5.75vw 0;
  }
  #about .a_why .h_about_txt {
    width: 61.875vw;
  }
  #about .a_why .h_about_txt .h_e_tip {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #about .a_why h2 {
    padding-bottom: 1.875vw;
  }
  #about .a_why .a_why_box {
    padding: 3.75vw 0;
  }
  #about .a_why .a_why_box .a_why_item {
    max-width: 36.5vw;
    border-radius: 2.625vw;
    padding: 3.125vw 2.5vw;
  }
  #about .a_why .a_why_box .a_why_item .a_why_item_title {
    margin-bottom: 1.25vw;
  }
  #about .a_why .a_why_box .a_why_item .a_why_item_title span {
    border-radius: 0.5vw;
    width: 2.813vw;
    height: 2.813vw;
    margin-right: 1.875vw;
  }
  #about .a_why .a_why_box .a_why_item .a_why_item_title span img {
    width: 1.35vw;
  }
  #about .a_quality {
    padding: 0 6% 2.5vw;
  }
  #about .a_quality .h_about .h_a_b {
    flex-direction: row-reverse;
  }
  #about .a_quality .h_about .h_about_txt {
    width: 29.688vw;
  }
  #about .a_quality .h_about .h_about_img {
    left: 0;
    /*.h_person_container {*/
    /*width: 14.063vw;
    height: 20vw;*/
    /*.font16 {
            font-size: 0.75vw;
            line-height: 1vw;
        }
    }*/
  }
  #about .a_our {
    padding: 3.125vw 11.5%;
  }
  #about .a_our .h_about_txt .h_e_tip span {
    width: 2.5vw;
    margin: 0 auto;
  }
  #about .a_our .a_our_box {
    position: relative;
    margin: 5vw 0;
    padding-top: 1.875vw;
  }
  #about .a_our .a_our_box .a_our_line {
    width: 0.625vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box {
    width: 32.5vw;
    border-radius: 1.313vw;
    padding: 0 0px 0 3.125vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt {
    width: 26.25vw;
    padding: 1.885vw 0 2.5vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt p {
    padding-bottom: 1.813vw;
    padding-right: 0.5vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt p img {
    width: 2.025vw;
    height: 2.025vw;
    position: relative;
    margin-left: 1.25vw;
    top: -0.625vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 {
    display: flex;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 img {
    width: 5.25vw;
    height: 5.25vw;
    margin-right: 1.25vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 .img2 {
    width: 7.563vw;
    height: 4.938vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 .img3 {
    height: 5vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 .a_o_c {
    width: 6.063vw;
    min-width: 6.25vw;
    margin-right: 1.375vw;
    height: 5.5vw;
    border-radius: 0.875vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_date {
    width: 7.5vw;
    font-size: 1.125vw;
    line-height: 1.5vw;
    letter-spacing: 0.034vw;
    padding: 3.125vw 0;
    border-left: 0.063vw solid #ccc;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_date .dat {
    font-size: 2.5vw;
    line-height: 3.313vw;
    letter-spacing: 0.075vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_sj {
    width: 1.188vw;
    height: 2.031vw;
    position: absolute;
    right: -0.875vw;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item:before {
    width: 0.63vw;
    height: 0.63vw;
    border: 0.25vw solid #fff;
  }
  #about .a_our .a_our_box .a_our_list .item_box2 div.a_our_item_box .a_sj {
    right: 0;
    left: -0.875vw;
  }
  #about .a_awards {
    padding: 2.5vw 16%;
    background: #fff;
    margin: 3.12vw 0;
    width: 100%;
    height: 100%;
  }
  #about .a_awards h2 {
    text-align: center;
  }
  #about .a_awards .h_a_b {
    flex-direction: row-reverse;
  }
  #about .a_awards .h_a_a {
    display: flex;
    flex-direction: row;
  }
  #about .a_awards .h_about {
    padding-bottom: 1.875vw;
  }
  #about .a_awards .h_about .h_about_img {
    left: auto;
    height: 21.56vw;
  }
  #about .a_awards .h_about .h_about_img img {
    box-shadow: 0.063vw 0.63vw 1.875vw #ccc;
  }
  #about .a_awards .h_about .h_about_txt {
    max-width: 37.5vw;
    width: 42%;
  }
  #about .a_awards .h_about .h_about_txt .font16 {
    margin-top: 0;
  }
  #about .a_awards .h_about .h_about_txt .h_about_img {
    left: auto;
  }
  #about .a_t {
    width: 80%;
    max-width: 57.5vw;
    text-align: center;
    padding: 1.875vw 0 3.75vw;
    margin: 0 auto;
  }
  #about .sub_line {
    width: 3.125vw;
    height: 0.063vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1600px) {
  .product .subbanner {
    /* &:after {
        display: none;
    }*/
  }
  .product .subbanner .sub_txt {
    padding: 1.25vw 1.875vw;
    border-radius: 0.925vw;
  }
  .product .subbanner .p_b_txt {
    font-size: 2vw;
  }
  .product .p_content {
    padding: 0 13% 3.75vw;
    position: relative;
  }
  .product .p_content .p_c_head {
    padding: 1.875vw 0;
    position: relative;
  }
  .product .p_content .p_c_head h2 {
    padding-bottom: 2.5vw;
  }
  .product .p_content .p_c_box {
    padding: 1.875vw 0;
  }
  .product .p_content .p_c_box .p_c_item {
    padding: 1.875vw 0;
  }
  .product .p_content .p_c_box .p_c_item .p_c_img {
    /*max-width: 11.813vw;*/
    height: 100%;
    /* .an_img {
        box-shadow: none;
    }*/
  }
  .product .p_content .p_c_box .p_c_item .p_c_img div {
    max-width: 21.875vw;
    height: 16.625vw;
    margin-bottom: 1.875vw;
  }
  .product .p_content .p_c_box .p_c_item .p_c_img .body_img2 img {
    border: 0.12vw solid #ccc;
    border-radius: 1.25vw;
  }
  .product .p_content .p_c_box .p_c_item p {
    font-size: 1.75vw;
    line-height: 2.625vw;
    letter-spacing: 0.063vw;
  }
  .product .p_content .p_c_box .p_c_item .p_c_item_box {
    padding: 1.875vw 0;
  }
  .product .p_content .p_c_box .p_c_item .p_c_item_box .p_c_img div {
    margin-bottom: 0;
  }
  .product .p_content .p_c_box .p_c_item .p_c_txt {
    /*padding-left: 1.250vw;
    width: 18.125vw;*/
  }
  .product .p_content .p_c_box .p_c_item .p_c_txt .font16 {
    padding: 1.25vw 0 1.875vw;
  }
  .product .p_content .p_c_box .p_c_item .p_c_txt .p_c_icon {
    padding: 0;
    border-bottom: 0.063vw solid #707070;
  }
  .product .p_content .p_c_box .p_c_item .p_c_txt .p_c_icon svg {
    width: 0.75vw;
    height: 0.938vw;
    margin-right: 0.313vw;
  }
}
@media screen and (min-width: 1600px) {
  .c_top {
    height: 10.938vw;
  }
}
@media screen and (min-width: 1600px) {
  .contact .contact_left_img {
    left: -10.5vw;
  }
  .contact .c_box {
    padding: 0 8% 5vw;
  }
  .contact .c_box .c_box_img {
    max-width: 38.25vw;
    height: 37.125vw;
  }
  .contact .c_box .c_box_img img {
    border-radius: 0.625vw;
  }
  .contact .c_box .c_box_from {
    max-width: 39.063vw;
  }
  .contact .c_box .c_box_from .c_box_title {
    padding: 0.625vw 0 1.25vw;
  }
  .contact .c_box .c_box_from .c_box_title h2 {
    font-size: 2.875vw;
    line-height: 3.75vw;
    letter-spacing: 0.086vw;
  }
  .contact .c_box .c_box_from .c_box_title .font14 {
    width: 15.625vw;
    letter-spacing: 0.026vw;
  }
  .contact .c_box .c_box_from .contact_from_box {
    padding-top: 1.875vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item {
    margin-bottom: 1.563vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 {
    min-width: 18.438vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .w_box {
    border: 0.063vw solid #ccc;
    border-radius: 0.63vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .w_box:focus-within {
    border: 0.063vw solid #00AFA0;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .w_box.notempty2 {
    border: 0.063vw solid #00AFA0;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .c_icon {
    left: 0.625vw;
    margin: 0 0.313vw;
    z-index: 1;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .help {
    width: 0.75vw;
    height: 0.75vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .tel {
    width: 0.875vw;
    height: 0.875vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .user {
    width: 0.813vw;
    height: 0.813vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .mail {
    width: 0.875vw;
    height: 0.625vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .border_right {
    width: 0.188vw;
    height: 2vw;
    right: 0.63vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .txtbox {
    height: 3.25vw;
    line-height: 3.25vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .txtfont {
    font-size: 1vw;
    line-height: 1.375vw;
    padding-left: 0.938vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .error {
    font-size: 0.75vw;
    bottom: -1.063vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .error .contact_error {
    width: 0.813vw;
    height: 0.813vw;
    top: 0.125vw;
    margin-right: 0.25vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .txtfont.placeholders, .contact .c_box .c_box_from .contact_from_box .contact_from_item .placeholders {
    font-size: 0.875vw;
    padding-bottom: 0.313vw;
    padding-left: 0.63vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .mess .txtbox {
    padding-top: 0.63vw;
    min-height: 7.5vw;
    border-radius: 1.25vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item input::-webkit-input-placeholder, .contact .c_box .c_box_from .contact_from_box .contact_from_item textarea::-webkit-input-placeholder {
    font-size: 0.875vw;
    line-height: 1.375vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item input::-moz-placeholder, .contact .c_box .c_box_from .contact_from_box .contact_from_item textarea::-moz-placeholder {
    font-size: 0.875vw;
    line-height: 1.375vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item input::-ms-input-placeholder, .contact .c_box .c_box_from .contact_from_box .contact_from_item textarea::-ms-input-placeholder {
    font-size: 0.875vw;
    line-height: 1.375vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .placeholder1.notempty, .contact .c_box .c_box_from .contact_from_box .contact_from_item .input1:focus ~ .placeholder1 {
    font-size: 0.875vw;
    top: -0.313vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .input1.notempty2 + .item_check {
    width: 1.063vw;
    height: 1.063vw;
    right: 0.313vw;
    top: 0.75vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item textarea {
    border: 0.063vw solid #ccc;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .nice-select {
    height: 3.25vw;
    padding-left: 0.938vw;
    background: none;
    border: 0px solid #ccc;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .nice-select .option {
    font-size: 1vw;
    line-height: 1.375vw;
    min-height: 1.875vw;
    padding: 0.375vw 0.938vw;
    border-radius: 0.625vw;
    margin: 0.313vw 0;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .nice-select .option:hover, .contact .c_box .c_box_from .contact_from_box .contact_from_item .nice-select .option.focus,
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .nice-select .option.selected.focus {
    border-radius: 0.063vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .nice-select.open .list {
    /* width: 19.025vw;*/
    height: auto;
    padding: 0.625vw;
    box-shadow: 0px 0.313vw 1.563vw rgba(0, 0, 0, 0.0588235294);
    border: 0.063vw solid #F5EFE1;
    border-radius: 1.125vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .current {
    height: 2.25vw;
    line-height: 2.25vw;
    top: 0.52vw;
    font-size: 1vw;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .nice-select:after {
    border-left: 0.063vw solid transparent;
    border-right: 0.063vw solid #585858;
    border-bottom: 0.063vw solid #585858;
    border-top: 0.063vw solid transparent;
    height: 0.5vw;
    margin-top: -0.25vw;
    right: 1.13vw;
    width: 0.5vw;
  }
  .contact .c_box .c_box_from .con_btn {
    width: 8.438vw;
    height: 2.813vw;
    border-radius: 0.5vw;
    font-size: 1vw;
  }
  .contact .c_box .c_box_from .con_btn a {
    margin-right: 0.915vw;
  }
  .contact .c_box .c_box_from .con_btn svg {
    width: 0.875vw;
    height: 0.875vw;
  }
}
@media screen and (min-width: 1600px) {
  #tc {
    padding: 12.5vw 0 0;
  }
  #tc h2 {
    padding-bottom: 3.12vw;
  }
  #tc .content {
    padding: 1.875vw 0% 9.125vw;
  }
  #tc .content .sub_title {
    margin-bottom: 0.63vw;
    max-width: 31.25vw;
    padding-bottom: 3.12vw;
  }
  #tc .content p {
    padding-left: 1.25vw;
    font-size: 1vw;
  }
  #tc .content p span {
    top: 1vw;
  }
  #tc .content p.pp {
    padding: 0 0 3.12vw;
  }
  #tc .content .tc_pb {
    padding: 0 0 3.12vw;
  }
  #tc .content .tc_title {
    font-size: 1.5vw;
    line-height: 1.875vw;
    padding-bottom: 0.63vw;
  }
  #tc .content h3 {
    margin-bottom: 1vw;
  }
  #tc .content .text {
    line-height: 1.12vw;
  }
  #tc .content #fl_menu {
    top: 9.5vw;
    width: 18.75vw;
    padding: 1.875vw;
    box-shadow: 0px 0.63vw 2.5vw rgba(112, 144, 176, 0.1019607843);
    border-radius: 2vw;
    -moz-box-shadow: 0px 0.63vw 2.5vw rgba(112, 144, 176, 0.1019607843);
    -webkit-box-shadow: 0px 0.63vw 2.5vw rgba(112, 144, 176, 0.1019607843);
  }
  #tc .content #fl_menu ol {
    margin: 1.25vw 0 0.5vw;
    padding: 0;
  }
  #tc .content #fl_menu ol li {
    padding: 0.5vw 0;
  }
  #tc .content #fl_menu ol li a {
    font-size: 0.875vw;
    line-height: 1.5vw;
    padding-left: 1.45vw;
  }
}
@media screen and (max-width: 1519px) {
  .h_product .h_p_box .swiper {
    overflow: unset;
  }
  .h_product {
    padding: 50px 0 20px 5%;
  }
  .h_product h2 {
    margin-right: 5%;
  }
  .h_e_tip p {
    height: auto;
    padding-bottom: 5px;
  }
  .h_about_box .h_ie {
    font-size: 234px;
  }
  .buss_content .buss_item {
    width: 300px;
  }
  .buss_content .buss_item div.h_p_btn {
    left: 0;
    /*
    &:before, &:after {
        left: 26%;
        top: 21%;
        font-size: 16px;
    }*/
  }
  .buss_content .buss_item div.h_p_btn svg {
    width: 45px;
    height: 45px;
  }
  .h_exp .h_exp_box .h_exp_box1 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1480px) {
  #about .h_about .h_about_img {
    left: 0;
  }
  #about .h_about .h_about_txt {
    width: 50%;
    max-width: 600px;
    padding-left: 30px;
  }
  #about .a_quality {
    padding: 0 0% 40px;
  }
  #about .a_quality .h_about .h_about_txt {
    width: 50%;
    padding-left: 0px;
    padding-right: 30px;
  }
  #about .a_our {
    padding: 50px 7.5%;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box {
    max-width: 520px;
    width: 46%;
  }
  #about .a_awards .h_about .h_about_img {
    left: 0;
    max-width: 450px;
    min-width: auto;
    width: 50%;
    height: auto;
  }
  #about .a_awards .h_about .h_about_txt {
    width: 48%;
    padding-left: 0;
  }
  .product .p_content {
    padding: 0 8% 60px;
  }
  .contact .c_box {
    padding: 0 5% 80px;
  }
  .h_exp .h_exp_box .h_exp_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 164px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img {
    width: 118px;
    height: 118px;
    padding: 30px;
  }
  .h_exp .h_exp_box .h_exp_item a p {
    height: auto;
  }
}
@media screen and (max-width: 1360px) {
  .buss_content .animation {
    width: 23%;
  }
  .buss_content .animation .buss_item {
    width: 100%;
    overflow: hidden;
  }
  .buss_content .animation .buss_item img {
    height: 80px;
  }
  .h_exp .h_exp_box .h_exp_item {
    width: 25%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1279px) {
  .home_banner {
    /*height: 700px;*/
  }
  .home_banner .banner_txt {
    width: 92%;
    left: 4%;
    top: 45%;
  }
  .home_banner .banner_txt p {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    max-width: 500px;
  }
  .h_exp .h_exp_box .h_exp_top .h_exp_txt {
    padding-left: 20px;
  }
  .h_exp .h_exp_box .h_exp_item {
    /* width: 175px;*/
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img {
    width: 120px;
    height: 120px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img img {
    height: 41px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg {
    height: 43px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg1 {
    height: 38px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg3 {
    height: 29px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg4 {
    height: 46px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg5 {
    height: 44px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg6 {
    height: 40px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg7 {
    height: 25px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg8 {
    height: 33px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg9 {
    height: 22px;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img .img_bg10 {
    height: 20px;
  }
  .h_exp .h_exp_box .h_exp_item p {
    font-size: 16px;
    line-height: 20px;
  }
  .h_product h2 .w_line {
    left: 313px;
  }
  .h_product h2 .h_p_dot {
    margin-left: 18px;
    margin-right: 15px;
  }
  .h_product.inView h2 .opacity {
    width: 70%;
  }
  .h_about .h_about_img {
    width: 50%;
    min-width: 505px;
    height: 470px;
  }
  .h_about .h_a_top {
    position: absolute;
    top: 16px;
  }
  .h_about .h_a_top .h_about_title {
    font-size: 54px;
    line-height: 39px;
  }
  .h_about_box .h_ie {
    font-size: 214px;
  }
  .h_new {
    padding: 30px 5% 30px;
  }
  .h_new .h_about_title {
    font-size: 54px;
    line-height: 39px;
  }
  .h_new .h_new_box .h_new_item .h_n_img {
    width: 410px;
    min-width: 410px;
    height: auto;
  }
  .h_new .h_new_box .h_new_item .h_n_txt {
    padding: 30px 0px 30px 30px;
  }
  .buss_content .animation {
    width: 33%;
    max-width: 360px;
    padding: 30px;
  }
  .buss_content .animation a {
    width: 100%;
  }
  .buss_content .animation .buss_item_title {
    font-size: 18px;
  }
  .product .p_content {
    padding: 0 5% 60px;
  }
  .contact .c_box .c_box_from {
    width: 53%;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 {
    min-width: 195px;
  }
  .contact .c_box .c_box_img {
    height: auto;
  }
  #tc .content #fl_menu {
    width: auto;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 .img3 {
    width: 100%;
    height: 66px;
  }
  #about .a_awards {
    padding: 40px 8%;
  }
}
@media screen and (max-width: 1180px) {
  .h_exp {
    padding: 50px 4%;
  }
  .h_exp .h_exp_box {
    display: flex;
    flex-direction: column;
  }
  .h_exp .h_exp_box .h_exp_txt, .h_exp .h_exp_box .h_exp_box1 {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .home_banner {
    padding-top: 125px;
    height: auto;
  }
  .home_banner .swiper .video {
    height: auto;
    width: 101%;
    right: 1px;
    bottom: -1px;
    position: relative;
  }
  .home_banner .swiper .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .home_banner .banner_txt {
    width: 92%;
    margin: 0 auto 30px;
    left: auto;
    top: auto;
    height: auto;
    position: relative;
  }
  .home_banner .banner_txt p {
    max-width: none;
    display: block;
    height: auto;
  }
  .h_about .h_about_txt .font16 {
    margin-top: 20px;
  }
  .h_about .h_about_img {
    min-width: 435px;
  }
  #about .h_about .h_about_img {
    width: 50%;
    height: auto;
    min-width: 305px;
  }
  #about .a_why .h_about_txt {
    width: 100%;
  }
  #about .h_about .h_about_box .h_ie {
    font-size: 162px;
  }
  /*.a_quality {
      .h_about_img {
          .h_person_container {
              width: 210px !important;
              height: 299px !important;
          }
      }
  }*/
}
@media screen and (max-width: 960px) {
  .home_banner {
    padding-top: 105px;
    height: auto;
  }
  .h_product h2 .w_line {
    left: 295px;
  }
  .h_exp {
    padding: 10px 6% 50px;
    background: url(../images/h_e_bg.png) no-repeat bottom;
    background-size: 150%;
    background-position-x: 65%;
  }
  .h_exp .h_exp_box .h_exp_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .h_exp .h_exp_box .h_exp_top .h_exp_txt {
    padding-bottom: 30px;
    padding-left: 0;
  }
  .h_exp .h_exp_box .h_exp_box2 {
    display: none;
  }
  .h_exp .h_exp_box .h_exp_box1 {
    flex-wrap: wrap;
    border-right: 0px solid #ccc;
  }
  .h_exp .h_exp_box .h_exp_box1 .h_exp_box2 {
    display: inline-flex;
    border: 0px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .h_exp .h_exp_box .h_exp_item {
    width: 33.333%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }
  .h_exp .h_exp_box .h_exp_box1 {
    flex-wrap: wrap;
  }
  .h_exp .h_exp_box .h_exp_box1 .h_exp_item:last-child {
    border-right: 1px solid #ccc;
  }
  .h_about {
    padding: 40px 7% 80px;
  }
  .h_about .h_a_top {
    position: relative;
    top: 16px;
  }
  .h_about .h_a_b {
    padding-top: 40px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .h_about .h_about_img {
    min-width: 135px;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .h_about .h_about_txt h2, .h_about .h_about_txt .font16 {
    width: 100%;
  }
  .h_about .h_about_txt .h_e_tip {
    padding-top: 20px;
  }
  .h_about_box .h_ie {
    font-size: 98px;
    left: -5px;
    top: -22px;
  }
  .h_new {
    padding: 30px 7% 30px;
  }
  .h_new .h_new_box {
    display: flex;
    flex-direction: row;
  }
  .h_new .h_new_box .h_new_item {
    flex-direction: column;
  }
  .h_new .h_new_box .h_new_item .h_n_txt {
    padding: 30px 0 30px 0px;
  }
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_o {
    padding-top: 30px;
  }
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function {
    width: 185px;
  }
  .h_new .h_new_box .h_new_item .h_n_img {
    width: 100%;
    min-width: 110px;
    max-width: 450px;
    height: auto;
  }
  .h_new .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #00afa0;
    border-radius: 5px;
    opacity: 0.61;
    width: 15px;
    height: 6px;
    transition: all ease-in-out 300ms;
  }
  .h_new .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 37px;
    height: 6px;
    background: #00afa0;
    opacity: 1;
  }
  .h_about .h_a_top .h_about_title, .h_new .h_about_title {
    font-size: 42px;
    line-height: 48px;
  }
  .subbanner:after {
    height: 30px;
  }
  .sub_txt {
    font-size: 40px;
    line-height: 48px;
  }
  .buss_content .animation {
    margin: 15px 0;
    padding: 0px;
  }
  .buss_content .animation .buss_item {
    width: auto;
    padding: 15px;
    margin: 0 10px;
  }
  .buss_content .animation img {
    height: 70px;
  }
  .buss_content .animation .buss_item_title {
    bottom: 25px;
  }
  .subbanner {
    height: 505px;
  }
  .subbanner .sub_txt {
    top: 65%;
  }
  #ear .subbanner .banner_img {
    width: 150%;
  }
  #about .a_content {
    padding: 40px 5%;
  }
  #about .subbanner {
    height: auto;
  }
  #about .subbanner .sub_txt {
    top: 65%;
  }
  #about .a_our {
    padding: 50px 5%;
  }
  #about .a_our .a_our_box {
    margin: 45px 0;
  }
  #about .a_our .a_our_box .a_our_line {
    left: 0;
  }
  #about .a_our .a_our_box .a_our_list {
    padding-left: 40px;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item {
    padding-bottom: 30px;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box {
    max-width: none;
    width: 100%;
    flex-direction: column-reverse;
    padding: 0;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_date {
    width: 100%;
    border-left: 0px solid #ccc;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3607843137);
    padding: 20px 50px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_date .dat {
    color: #9a9a9a;
    font-size: 18px;
    font-family: "Roboto-Regular";
    line-height: 24px;
    padding: 0 5px;
    letter-spacing: 1.2px;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_date .date_box {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 8px;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_date br {
    display: none;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt {
    width: 100%;
    padding: 30px 50px;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 img {
    width: 75px;
    height: 75px;
    margin-right: 0;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 .img2 {
    width: 95px;
    height: auto;
    object-fit: contain;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 .img3 {
    width: auto;
    height: 63px;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt .font16 .a_o_c {
    width: 97px;
    min-width: 85px;
    margin-right: 0;
    height: 75px;
    font-size: 14px;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_sj {
    right: auto;
    left: -14px;
    top: 1%;
    transform: rotate(180deg) translateY(-50%);
  }
  #about .a_our .a_our_box .a_our_list .a_our_item:before {
    top: 13%;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item:before {
    left: -40px;
  }
  #about .a_our .a_our_box .a_our_list .item_box2 div.a_our_item_box .a_sj {
    top: 1%;
  }
  #about .a_our .a_t {
    margin: 30px auto 15px;
  }
  #about .h_about .h_a_b {
    flex-direction: column;
    padding-top: 10px;
  }
  #about .h_about .h_about_img {
    display: none;
  }
  #about .h_about .h_about_img.desktop-img {
    display: none !important;
  }
  #about .h_about .h_about_img.mobile-img {
    display: flex !important;
    align-items: flex-start;
    height: auto;
  }
  #about .h_about .h_about_img.mobile-img .h_person_container .font16 {
    margin-top: 0;
  }
  #about .h_about .h_about_txt {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
  #about .h_about .h_about_txt h2 br {
    display: none;
  }
  #about .h_about .h_about_txt .h_about_img {
    display: block;
    width: 100%;
    padding: 30px 0 10px;
  }
  #about .a_awards {
    padding: 40px 6%;
    margin: 0 0 40px;
  }
  #about .a_awards .sub_line {
    margin-bottom: 10px;
  }
  #about .a_awards .h_about .h_about_txt {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
  #about .a_awards .h_about .h_about_txt .h_about_img {
    padding: 0px 0 30px;
  }
  #about .a_why {
    padding-bottom: 30px;
  }
  #about .a_why .h_about_txt {
    text-align: left;
  }
  #about .a_why .h_about_txt .h_e_tip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #about .a_why .a_why_box {
    display: block;
    padding-bottom: 0;
  }
  #about .a_why .a_why_box .a_why_item {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  #about .a_quality .h_about .h_about_txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #about .a_quality .h_about .h_a_b {
    padding-top: 0;
  }
  #about .a_our .h_about_txt {
    align-items: flex-start;
  }
  #about .a_partness h2 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #about .a_partness .sub_line {
    margin: 10px 5% 30px;
  }
  .c_top {
    height: 105px;
  }
  .contact .contact_left_img {
    content: url(../images/mb_contact_img.png);
    bottom: auto;
    left: auto;
    width: 150%;
    top: 30px;
    right: 0;
  }
  .contact .c_box {
    flex-direction: column;
    padding: 0 7% 80px;
    padding-top: 120px;
  }
  .contact .c_box .c_box_img {
    width: 100%;
    margin: 0 auto 30px;
  }
  .contact .c_box .c_box_from {
    width: 100%;
    max-width: none;
    position: static;
  }
  .contact .c_box .c_box_from .c_box_title {
    align-items: flex-start;
    position: absolute;
    top: 0;
    flex-direction: column;
  }
  .contact .c_box .c_box_from .c_box_title .font14 {
    width: 100%;
    color: #000;
  }
  .contact .c_box .c_box_from .contact_from_box .nice-select {
    position: initial;
  }
  .contact .c_box .c_box_from .contact_from_box .nice-select.open .list {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 222;
    position: absolute;
  }
  .contact .c_box .c_box_from .contact_from_box .enq .nice-select.open .list {
    width: 100%;
    left: 50%;
  }
  .product .p_content .p_c_box .p_c_item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 0;
  }
  .product .p_content .p_c_box .p_c_item .p_c_txt {
    width: 100%;
  }
  .product .p_content .p_c_box .p_c_item .p_c_item_box {
    display: flex;
    align-items: center;
    padding-top: 0px;
    flex-direction: column-reverse;
  }
  .product .p_content .p_c_box .p_c_item .p_c_item_box .p_c_img {
    width: 100%;
  }
  .product .p_content .p_c_box .c_item2 {
    display: block;
  }
  .product .p_content .p_c_box .p_c_item .p_c_img div {
    height: auto;
    min-height: 100px;
  }
  .product .p_content .p_c_box .p_c_item .p_c_img div .img1 {
    height: 100%;
    width: 100%;
  }
  #tc {
    padding: 100px 0 0;
  }
  #tc .content {
    width: 90%;
  }
  #tc .content #fl_menu {
    display: none;
  }
  #tc .content .leftcontent {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 780px) {
  .product {
    margin-top: 30px;
  }
  .product .subbanner .sub_txt {
    width: 90%;
    font-size: 36px;
    line-height: 43px;
  }
  .product .subbanner .sub_txt .p_b_txt {
    padding-top: 20px;
    font-size: 27px;
  }
  .product .p_content {
    padding: 0px 5%;
  }
  .product .p_content .p_c_head {
    padding: 30px 0 10px;
  }
  .product .p_content .p_c_head h2 {
    padding-bottom: 0;
  }
  .product .p_content .p_c_box .p_c_item {
    align-items: flex-start;
  }
  .product .p_content .p_c_box .p_c_item .p_c_txt .p_c_icon {
    padding-top: 0;
  }
  .h_product .h_p_box .swiper {
    padding: 60px 0;
    width: 540px;
    margin-left: 0;
  }
  .h_exp .h_exp_box .h_exp_item .h_exp_img {
    width: 110px;
    height: 110px;
  }
  .h_about .h_a_top .h_about_title, .h_new .h_about_title {
    font-size: 32px;
    line-height: 42px;
  }
  .sub_txt {
    font-size: 38px;
    line-height: 46px;
    width: 70%;
  }
  .buss_content {
    padding: 0 3% 0px;
  }
  .buss_content .animation {
    width: 49%;
    max-width: 320px;
  }
  .buss_content .animation .buss_item_title {
    font-size: 16px;
  }
  #about .c_top {
    height: 75px;
  }
  #about .a_content {
    padding: 0 7% 10px;
  }
  #about .a_why h2 {
    padding-top: 10px;
  }
  #about .h_about .h_about_box .h_ie {
    font-size: 5.25em;
    line-height: 100px;
    top: 160px;
  }
  #about .h_about .h_about_txt h2 {
    padding: 10px 0 0;
  }
  #about .h_about .h_about_txt .h_about_img {
    padding: 30px 0 10px;
  }
  #about .a_quality .h_about .h_about_txt .h_about_img {
    padding-top: 50px;
  }
  #about .a_our {
    padding: 40px 5% 0;
  }
  #about .a_our .a_t {
    width: 92%;
    max-width: 330px;
    text-align: left;
  }
  #about .a_why {
    position: relative;
  }
  #about .a_why:before {
    position: absolute;
    width: 114%;
    height: 1px;
    background: #ccc;
    content: "";
    left: -7%;
    top: 35px;
  }
  #about .a_why .a_why_box .a_why_item {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 580px) {
  .home_banner .swiper-slide {
    overflow: hidden;
  }
  .home_banner .home_img {
    width: auto;
    left: 81%;
    object-fit: contain;
    transform: translateX(-50%);
  }
  .h_product .h_p_box .swiper {
    padding: 60px 0;
    width: 270px;
    margin-left: 0;
    position: static;
  }
  .h_product .h_p_box .swiper .swiper-pagination {
    LEFT: 49%;
    transform: translateX(-50%);
  }
  .h_about_box .h_ie {
    font-size: 67px;
    left: -5px;
    top: -14px;
  }
  .h_exp .h_exp_box .h_exp_item {
    width: 50%;
    min-width: 150px;
  }
  .buss_content .animation a {
    display: inline-flex;
  }
  .buss_content .animation img {
    height: 65px;
    width: auto;
    display: block;
    object-fit: contain;
  }
  .buss_content .animation .buss_item_title {
    bottom: 15px;
  }
  .buss_content .animation div.h_p_btn img, .buss_content .animation div.h_p_btn svg {
    width: 35px;
    height: 35px;
    left: 0px;
    top: 0px;
  }
  .buss_content .animation div.h_p_btn:before, .buss_content .animation div.h_p_btn:after {
    left: 26%;
    top: 20%;
    font-size: 14px;
  }
  .subbanner .sub_txt {
    top: 80%;
    width: 90%;
  }
  #business .subbanner .sub_txt {
    top: 72%;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt {
    padding: 20px 30px 30px;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_txt p img {
    top: 0px;
  }
  #about .a_our .a_our_box .a_our_list .a_our_item div.a_our_item_box .a_o_date {
    padding: 20px 28px;
  }
  .contact .c_box {
    padding-top: 135px;
  }
  .contact .c_box .c_box_from .contact_from_box {
    padding-top: 0;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact .c_box .c_box_from .contact_from_box .contact_from_item .wid50 .w_box {
    border-radius: 30px;
  }
  .contact .c_box .c_box_from .flex {
    display: flex;
    justify-content: center;
  }
  .contact .c_box .c_box_from .con_btn {
    margin-top: 30px;
  }
  .contact .c_box .c_box_from .c_box_title {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact .c_box .c_box_from .c_box_title .font14 {
    width: 90%;
    color: #000;
  }
  #Ear .subbanner .banner_img {
    object-position: 29%;
  }
  #temp.subbanner {
    background: #fff;
  }
  #temp.subbanner .banner_img {
    object-fit: contain;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .h_about_box .h_ie {
    font-size: 4.75em;
    letter-spacing: 3.43px;
    left: -5px;
    top: 123px;
    line-height: 100px;
  }
  .h_new .h_new_box .h_new_item .h_n_txt p.h_n_title {
    text-align: left;
    display: block;
    margin-top: 10px;
    height: auto;
    padding-bottom: 15px;
  }
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_o {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .h_new .h_new_box .h_new_item .h_n_txt .h_n_o .h_n_function {
    padding-top: 30px;
  }
  .buss_content .animation .buss_item {
    height: auto;
    padding: 15px;
    margin: 0 8px;
  }
  .buss_content .animation .buss_item img {
    height: 55px;
    width: auto;
    display: block;
  }
  #about {
    text-align: left;
  }
  #about .a_our .h_about_txt {
    align-items: flex-start;
  }
  #about .h_about .h_about_box .h_ie {
    font-size: 75px;
    line-height: 100px;
    top: 165px;
  }
  .product .p_content .p_c_box .p_c_item {
    padding: 0px 0 40px;
  }
  .product .p_content .p_c_box .p_c_item .p_c_img {
    /*  width: 150px;*/
    max-width: none;
    height: auto;
  }
  .product .p_content .p_c_box .p_c_item .p_c_txt {
    padding-bottom: 30px;
    /*    padding-left: 15px;*/
  }
  .product .p_content .p_c_box .p_c_item .p_c_txt p {
    /*  padding-top: 0;*/
    height: auto;
    font-size: 16px;
  }
  .product .p_content .p_c_box .p_c_item .p_c_txt .font16 {
    padding: 10px 0 5px;
    font-size: 14px;
  }
  .product .subbanner .sub_txt .p_b_txt {
    padding-top: 20px;
    font-size: 23px;
    line-height: 28px;
  }
}
@media screen and (max-width: 420px) {
  #about .h_about .h_about_box .h_ie {
    font-size: 4.5em;
  }
}
