.container {
  max-width: 1680px !important;
}
/* banner */
.banner {
  position: relative;
  overflow: hidden;
}
.bannerimg img {
  width: 100%;
  vertical-align: middle;
}
.bannermask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.bannermaskline {
  background-image: url(../images/icon2.png);
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* indexmainproducts */
.indexmainproducts {
  margin-top: -380px;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.indexmainproducts .indexmainproducts_bg {
  width: 100%;
  height: 250px;
  vertical-align: middle;
}
.indexmainproducts_swiper {
  position: relative;
  z-index: 99;
  margin-top: -210px;
}
.indexmainproducts_img {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 10%;
  margin: 0 auto;
}
.indexmainproducts_img img {
  max-width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
}
/* indexproduct */
.indexproduct {
  background-color: #fff;
  margin-top: 0;
  position: relative;
  z-index: 99;
}
.indexproduct_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexproduct_li {
  position: relative;
  padding: 30px 0 80px 0;
}
.indexproduct_box {
  padding-bottom: 20px;
  height: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.indexproduct_img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.indexproduct_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexproduct_box:hover {
  transform: scale(1.1);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.indexproduct_box:hover .indexproduct_box h3,
.indexproduct_box:hover .indexproduct_content {
  color: #0033a0;
}
.indexproduct_box h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}
.indexproduct_box .indexproduct_content {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproduct_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexproduct_line b {
  width: 100%;
  height: 1px;
  background-color: #999;
  display: block;
}
.indexproduct_line span {
  display: block;
  width: 1px;
  height: 100px;
  background-color: #999;
  margin: 0 30px;
}
/* indexintro_one */
.indexintro_one {
  padding-left: 200px;
}
.indexintro_one_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.indexintro_one_img img {
  width: 100%;
  vertical-align: middle;
}
.indexintro_one_left,
.indexintro_one_right {
  margin: 0 !important;
  padding: 0 !important;
}
.indexintro_one_content h2 {
  font-size: 48px;
  color: #000;
  margin-bottom: 30px;
  word-wrap: break-word;
  font-weight: bold;
}
.indexintro_one_content p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
}
.indexintro_one_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.indexintro_one_logo img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
  margin: 10px 30px 0 0;
}
/* indexcertificate */
.indexcertificate {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.indexcertificate_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 9;
}
.indexcertificate_main {
  position: relative;
  z-index: 999;
  border: 20px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 3px 3px 15px rgba(255, 255, 255, 0.5);
  width: 30%;
}
.indexcertificate_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 140%;
}
.indexcertificate_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
/* indexintro_two */
.indexintro_two {
  padding-right: 200px;
}
.indexintro_two_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.indexintro_two_left,
.indexintro_two_right {
  margin: 0 !important;
  padding: 0 !important;
}
.indexintro_two_more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  box-shadow: inset 0px 0px 0px 2px #0033a0;
  border-radius: 10px;
  margin-top: 40px;
  width: 25%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexintro_two_more h6 {
  font-size: 16px;
  color: #0033a0;
  margin-right: 10px;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexintro_two_more i {
  font-size: 16px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  color: #0033a0;
}
.indexintro_two_more:hover {
  box-shadow: inset 0px 70px 0px 0px #0033a0;
}
.indexintro_two_more:hover h6,
.indexintro_two_more:hover i {
  color: #fff;
}
.indexintro_two_img {
    max-width: 80%;
    margin: 0 auto;
}
/* indexpromise */
.indexpromise {
  background: url(../images/img14.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.indexpromise_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 9;
}
.indexpromise_main {
  width: 35%;
  background-color: #0033a0;
  padding: 80px;
  border-radius: 30px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.indexpromise_main h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  word-wrap: break-word;
  margin-bottom: 30px;
  line-height: 45px;
}
.indexpromise_main p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  word-wrap: break-word;
}
.indexpromise_longline {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 2px;
  height: 90%;
  background-color: #ccd6ec;
}
.indexpromise_longline span {
  display: block;
  width: 5px;
  height: 100px;
  background-color: #ccd6ec;
  position: absolute;
  top: 10%;
  left: -2px;
  z-index: 99;
}
/* indexdata */
.indexdata {
  padding-left: 200px;
}
.indexdata_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.indexdata_left,
.indexdata_right {
  margin: 0 !important;
  padding: 0 !important;
}
.indexdata_img img {
  width: 100%;
  vertical-align: middle;
}
.indexdata_content h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 40px;
}
.indexdata_content ul {
  display: flex;
  flex-wrap: wrap;
}
.indexdata_content li {
  width: 48%;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.indexdata_content li p {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
}
.indexdata_num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.indexdata_num h3 {
  font-size: 38px;
  font-weight: bold;
  color: #000;
  margin: 0 2px;
}
.indexdata_line {
  position: relative;
  width: 50%;
  height: 1px;
  background-color: #666;
  margin-bottom: 20px;
}
.indexdata_line span {
  position: absolute;
  top: -1px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #000;
  display: block;
}
/* indexmap */
.indexmap {
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.indexmap h2 {
  font-size: 48px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 100px;
}
.indexmapimg {
  width: 100%;
  vertical-align: middle;
}
.indexmap_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
}
.indexmap_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexmap_list li {
  width: 20%;
  overflow: hidden;
}
.indexmap_list li:nth-child(even) {
  margin-top: 100px;
}
.indexmap_list li p {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 28px;
  margin-top: 10px;
}
.indexmap_list_num {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexmap_list_num h3 {
  font-size: 42px;
  color: #0033a0;
  font-weight: bold;
}
.indexmap_list_num h5 {
  font-size: 16px;
  color: #333;
  margin-top: 12px;
  margin-left: 10px;
}
.indexmap_area {
  margin-top: 100px;
}
.arealist ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.arealist li {
  width: 19%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arealist li img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: block;
  margin-right: 10px;
}
.arealist li p {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}
.indexmap_area h3 {
  font-size: 36px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
/* indexabout */
.indexabout {
  background-color: #edebeb;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.indexabout_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indexabout_img img {
  width: 100%;
  vertical-align: middle;
}
.indexabout_main {
  padding: 80px 100px;
  background-color: #0033a0;
  margin-left: -250px;
}
.indexabout_main h2 {
  font-size: 36px;
  color: #fff;
  word-wrap: break-word;
  font-weight: bold;
  margin-bottom: 30px;
}
.indexabout_main p {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexabout_more {
  display: inline-block;
  padding: 10px 30px;
  background-color: #fff;
  font-size: 16px;
  color: #0033a0;
  text-align: center;
  margin-top: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexabout_more:hover {
  background-color: #000;
  color: #fff;
}
/* indexpdf */
.indexpdf {
  padding: 60px 0 30px 0;
  background-color: #fff;
}
.indexpdf_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexpdf_li {
  margin-bottom: 30px;
}
.indexpdf_box {
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexpdf_box h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexpdf_box .indexpdf_box_h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexpdf_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  background-image: linear-gradient(to right, #0051fd, #0033a1);
  border-radius: 10px;
  margin-top: 20px;
}
.indexpdf_btn i {
  font-size: 16px;
  color: #fff;
  display: block;
  transform: rotate(180deg);
  margin-right: 10px;
}
.indexpdf_btn p {
  font-size: 16px;
  color: #fff;
}
.indexpdf_box:hover .indexpdf_box_h3,
.indexpdf_box:hover h3 {
  color: #0033a0;
}
.indexpdf_box:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
/* footer */
.footer {
  background-color: #0033a0;
  padding: 70px 0;
}
.footer_container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.footer_hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer_logo img {
  max-height: 100px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
.footer_img img {
  max-width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}
.footer_text h3 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 3px 3px 15px rgba(255, 255, 255, 0.3);
}
.footer_text h4 {
  font-size: 36px;
  font-weight: bold;
  color: #e20024;
  text-align: center;
  text-shadow: 3px 3px 15px rgba(255, 255, 255, 0.3);
}
.footer_main {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #fff;
}
.footer_bd {
  display: flex;
  flex-wrap: wrap;
}
.footer_bd_card li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.footer_bd_card li i {
  font-size: 18px;
  color: #e20024;
  margin-right: 10px;
}
.footer_bd_card li p {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  flex: 1;
}
.footer_bd_card li a {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  display: block;
}
.footer_bd_card li a:hover {
  color: #e20024;
}
.footer_bd_link a {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.footer_bd_link a:hover {
  color: #e20024;
}
.footer_media {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.footer_media a i {
  font-size: 32px;
  color: #fff;
}
.footer_media a {
  margin: 0 15px 10px 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.footer_media a:hover {
  transform: scale(1.2);
}
.footer_whatsapp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_whatsapp i {
  font-size: 32px;
  color: #fff;
  margin-right: 10px;
}
.footer_whatsapp a {
  font-size: 22px;
  color: #fff;
  flex: 1;
  word-wrap: break-word;
}
.footer_whatsapp a:hover {
  color: #e20024;
}
@media (max-width: 576px) {
  .indexmainproducts {
    margin-top: 0;
  }
  .indexmainproducts .indexmainproducts_bg {
    display: none;
  }
  .indexmainproducts_swiper {
    margin-top: 30px;
  }
  .indexproduct_line {
    display: none;
  }
  .indexintro_one {
    padding-left: 0;
  }
  .indexintro_one_content h2 {
    font-size: 36px;
  }
  .indexcertificate_main {
    width: 100%;
  }
  .indexcertificate {
    padding: 40px 0;
  }
  .indexintro_two {
    padding-right: 0;
    padding: 40px 0;
  }
  .indexintro_two_flex,
  .indexintro_one_flex,
  .indexdata_flex {
    margin: 0 auto;
    width: auto;
    padding: 0 15px;
  }
  .indexintro_two_more {
    width: 60%;
  }
  .indexpromise {
    padding: 40px 0;
  }
  .indexpromise_main {
    width: 100%;
    padding: 30px 15px;
  }
  .indexpromise_longline {
    display: none;
  }
  .indexpromise_main h2 {
    font-size: 24px;
    line-height: normal;
  }
  .indexdata {
    padding-left: 0;
    padding: 40px 0 0 0;
  }
  .indexdata_content h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .indexabout_main {
    margin-left: 0;
    padding: 30px 15px;
  }
  .indexabout_main h2 {
    font-size: 26px;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexpdf {
    padding: 30px 0;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
  .footer_img img {
    display: none;
  }
  .footer_text {
    display: none;
  }
  .footer_main {
    padding-top: 30px;
    margin-top: 30px;
  }
  .footer_bd_link {
    display: none;
  }
  .indexmap_list li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .indexmap_list li:nth-child(even) {
    margin-top: 0;
  }
  .indexmap_main {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .indexmap h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .indexmap_area {
    margin-top: 30px;
  }
  .indexmap_area h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .arealist li {
    width: 48%;
    padding: 10px 0;
  }
  .indexmap {
    padding: 40px 0;
  }
  .indexmapimg {
    display: none;
  }
  .indexpdf_box {
    padding: 30px 15px;
  }
  .indexpdf_box .indexpdf_box_h3 {
    font-size: 16px;
  }
  .indexpdf_btn {
    padding: 10px;
  }
  .indexmainproducts_img {
    padding-top: 50%;
  }
  .indexdata_content li {
    width: 100%;
  }
  .indexproduct_li {
    padding: 0 0 30px 0;
  }
  .indexproduct_box {
    border: 1px solid #e5e5e5;
  }
  .indexproduct_box:hover {
    transform: none;
    box-shadow: none;
  }
  .footer_hd {
    width: 100%;
  }
  .indexproduct {
    padding: 0 15px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .indexmainproducts {
    margin-top: 0;
  }
  .indexmainproducts .indexmainproducts_bg {
    display: none;
  }
  .indexmainproducts_swiper {
    margin-top: 30px;
  }
  .indexproduct_line {
    display: none;
  }
  .indexintro_one {
    padding-left: 0;
  }
  .indexintro_one_content h2 {
    font-size: 36px;
  }
  .indexcertificate_main {
    width: 50%;
  }
  .indexcertificate {
    padding: 40px 0;
  }
  .indexintro_two {
    padding-right: 0;
    padding: 40px 0;
  }
  .indexintro_two_flex,
  .indexintro_one_flex,
  .indexdata_flex {
    margin: 0 auto;
    width: auto;
    padding: 0 15px;
  }
  .indexintro_two_more {
    width: 40%;
  }
  .indexpromise {
    padding: 40px 0;
  }
  .indexpromise_main {
    width: 100%;
    padding: 30px;
  }
  .indexpromise_longline {
    display: none;
  }
  .indexpromise_main h2 {
    font-size: 24px;
    line-height: normal;
  }
  .indexdata {
    padding-left: 0;
    padding: 40px 0 0 0;
  }
  .indexdata_content h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .indexabout_main {
    margin-left: 0;
    padding: 30px 15px;
  }
  .indexabout_main h2 {
    font-size: 26px;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexpdf {
    padding: 30px 0;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
  .footer_img img {
    display: none;
  }
  .footer_text {
    display: none;
  }
  .footer_main {
    padding-top: 30px;
    margin-top: 30px;
  }
  .footer_bd_li:nth-child(2),
  .footer_bd_li:nth-child(3) {
    display: none;
  }
  .footer_logo img {
    margin: 0 auto 0 15px;
  }
  .indexmap_list li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .indexmap_list li:nth-child(even) {
    margin-top: 0;
  }
  .indexmap_main {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .indexmap h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .indexmap_area {
    margin-top: 30px;
  }
  .indexmap_area h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .arealist li {
    width: 48%;
    padding: 10px 0;
  }
  .indexmap {
    padding: 40px 0;
  }
  .indexmapimg {
    display: none;
  }
  .indexpdf_box {
    padding: 30px 15px;
  }
  .indexpdf_box .indexpdf_box_h3 {
    font-size: 16px;
  }
  .indexpdf_btn {
    padding: 10px;
  }
  .indexmainproducts_img {
    padding-top: 50%;
  }
  .indexdata_content li {
    width: 100%;
  }
  .indexproduct_li {
    padding: 0 10px 30px 10px;
  }
  .indexproduct_box {
    border: 1px solid #e5e5e5;
  }
  .indexproduct_box:hover {
    transform: none;
    box-shadow: none;
  }
  .footer_hd {
    width: 100%;
  }
  .indexproduct {
    padding: 0 15px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .indexmainproducts {
    margin-top: 0;
  }
  .indexmainproducts .indexmainproducts_bg {
    display: none;
  }
  .indexmainproducts_swiper {
    margin-top: 30px;
  }
  .indexproduct_line {
    display: none;
  }
  .indexintro_one {
    padding-left: 0;
    padding: 40px 0;
  }
  .indexintro_one_content h2 {
    font-size: 36px;
  }
  .indexcertificate_main {
    width: 40%;
  }
  .indexcertificate {
    padding: 40px 0;
  }
  .indexintro_two {
    padding-right: 0;
    padding: 40px 0;
  }
  .indexintro_two_flex,
  .indexintro_one_flex,
  .indexdata_flex {
    margin: 0 auto;
    width: auto;
    padding: 0 15px;
  }
  .indexintro_two_more {
    width: 30%;
  }
  .indexpromise {
    padding: 40px 0;
  }
  .indexpromise_main {
    width: 100%;
    padding: 30px;
  }
  .indexpromise_longline {
    display: none;
  }
  .indexpromise_main h2 {
    font-size: 24px;
    line-height: normal;
  }
  .indexdata {
    padding-left: 0;
    padding: 40px 0 0 0;
  }
  .indexdata_content h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .indexabout_main {
    margin-left: 0;
    padding: 30px 15px;
  }
  .indexabout_main h2 {
    font-size: 26px;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexpdf {
    padding: 30px 0;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
  .footer_img img {
    display: none;
  }
  .footer_text {
    display: none;
  }
  .footer_main {
    padding-top: 30px;
    margin-top: 30px;
  }
  .footer_bd_li {
    margin-bottom: 30px;
  }
  .indexmap_list li {
    width: 48%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .footer_logo img {
    margin: 0 auto 0 15px;
  }
  .indexmap_list li:nth-child(even) {
    margin-top: 0;
  }
  .indexmap_main {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .indexmap h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .indexmap_area {
    margin-top: 30px;
  }
  .indexmap_area h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .arealist li {
    width: 48%;
    padding: 10px 0;
  }
  .indexmap {
    padding: 40px 0;
  }
  .indexmapimg {
    display: none;
  }
  .indexpdf_box {
    padding: 30px 15px;
  }
  .indexpdf_box .indexpdf_box_h3 {
    font-size: 16px;
  }
  .indexpdf_btn {
    padding: 10px;
  }
  .indexmainproducts_img {
    padding-top: 50%;
  }
  .indexdata_content li {
    width: 48%;
  }
  .indexproduct_li {
    padding: 30px 10px 0 10px;
  }
  .indexproduct_box {
    border: 1px solid #e5e5e5;
  }
  .indexproduct_box:hover {
    transform: none;
    box-shadow: none;
  }
  .footer_hd {
    width: 100%;
  }
  .indexproduct {
    padding: 0 15px;
  }
  .footer_bd_li:nth-child(2),
  .footer_bd_li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .footer_bd_li:nth-child(2),
  .footer_bd_li:nth-child(3) {
    display: none;
  }
  .indexmainproducts {
    margin-top: 0;
  }
  .indexmainproducts .indexmainproducts_bg {
    display: none;
  }
  .indexmainproducts_swiper {
    margin-top: 30px;
  }
  .indexproduct_line {
    display: none;
  }
  .indexintro_one {
    padding-left: 0;
    padding: 40px 0;
  }
  .indexintro_one_content h2 {
    font-size: 36px;
  }
  .indexcertificate_main {
    width: 40%;
  }
  .indexcertificate {
    padding: 40px 0;
  }
  .indexintro_two {
    padding-right: 0;
    padding: 40px 0;
  }
  .indexintro_two_flex,
  .indexintro_one_flex,
  .indexdata_flex {
    margin: 0 auto;
    width: auto;
    padding: 0 15px;
  }
  .indexintro_two_more {
    width: 50%;
  }
  .indexpromise {
    padding: 40px 0;
  }
  .indexpromise_main {
    width: 100%;
    padding: 30px;
  }
  .indexpromise_longline {
    display: none;
  }
  .indexpromise_main h2 {
    font-size: 24px;
    line-height: normal;
  }
  .indexdata {
    padding-left: 0;
    padding: 40px 0 0 0;
  }
  .indexdata_content h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .indexabout_main {
    margin-left: 0;
    padding: 30px 15px;
  }
  .indexabout_main h2 {
    font-size: 26px;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexpdf {
    padding: 30px 0;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
  .footer_img img {
    display: none;
  }
  .footer_text {
    display: none;
  }
  .footer_main {
    padding-top: 30px;
    margin-top: 30px;
  }
  .footer_bd_li {
    margin-bottom: 30px;
  }
  .indexmap_list li {
    width: 48%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .footer_logo img {
    margin: 0 auto 0 15px;
  }
  .indexmap_list li:nth-child(even) {
    margin-top: 0;
  }
  .indexmap_main {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .indexmap h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .indexmap_area {
    margin-top: 30px;
  }
  .indexmap_area h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .arealist li {
    padding: 10px 0;
  }
  .indexmap {
    padding: 40px 0;
  }
  .indexmapimg {
    display: none;
  }
  .indexpdf_box {
    padding: 30px 15px;
  }
  .indexpdf_box .indexpdf_box_h3 {
    font-size: 16px;
  }
  .indexpdf_btn {
    padding: 10px;
  }
  .indexmainproducts_img {
    padding-top: 50%;
  }
  .indexdata_content li {
    width: 48%;
  }
  .indexproduct_li {
    padding: 30px 10px 0 10px;
  }
  .indexproduct_box {
    border: 1px solid #e5e5e5;
  }
  .indexproduct_box:hover {
    transform: none;
    box-shadow: none;
  }
  .footer_hd {
    width: 100%;
  }
  .indexproduct {
    padding: 0 15px;
  }
  .indexabout_flex {
    background-color: #fff;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .indexintro_one {
    padding-left: 100px;
  }
  .indexintro_two {
    padding-right: 100px;
  }
  .indexintro_two_more {
    width: 35%;
  }
  .indexpromise_main {
    width: 50%;
  }
  .indexdata {
    padding-left: 100px;
  }
  .indexabout_main {
    padding: 40px 40px;
  }
  .indexmainproducts_img {
    padding-top: 14%;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .indexmainproducts_img {
    padding-top: 13%;
  }
}
@media (min-width: 1601px) and (max-width: 1680px) {
}
