.container {
  max-width: 1600px !important;
}

.hp20Section1 {
  padding: 200px 0;
}

.hp20s1Content {
  padding-left: 50px;
}

.hp20Tag {
  background: #dde7f3;
  color: #0e6aed;
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 1;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.hp20Section1 h2 b {
  color: #0e6aed;
}

.hp20s1Text,
.hp20s5Text {
  padding: 30px 0 40px;
}

.hp20s1Text b,
.hp20s5Text b,
.hp20s9Text b {
  font-weight: 600;
  color: #0a1b34;
}

.hp20Section2 {
  padding-bottom: 100px;
}

.hp20s2SubHeading {
  max-width: 700px;
}

.hp20Section2 .flex {
  display: flex;
  flex-wrap: wrap;
}

.indal-list {
  width: 100%;
  margin-top: 88px;
}

.indal-list ul {
  margin: 0 !important;
  margin-left: -6px !important;
  padding: 0 !important;
  list-style-type: none;
  flex-wrap: nowrap;
}

.indal-list li {
  width: 110px;
  margin-left: 6px;
  position: relative;
  height: 580px;
  overflow: hidden;
}

.indal-list li img {
  position: absolute;
  height: 580px;
  left: 0;
  top: 0;
  object-fit: fill;
  max-width: none;
}

.indal-list li:nth-child(2),
.indal-list li:nth-child(4) {
  top: -32px;
}

.indal-list li:nth-child(3) {
  top: -60px;
}

.indal-list li.active {
  width: calc(100% - 480px);
}

.indal-list-link {
  display: block;
  width: 100%;
}

.indal-hint {
  position: absolute;
  z-index: 4;
  transition: all 0.4s ease;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  /* white-space: nowrap; */
  color: #fff;
  width: 32px;
  top: 32px;
  text-align: center;
  left: 50%;
  margin-left: -16px;
  font-size: 24px;
  font-weight: 600;
  max-height: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indal-cont {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 60px;
  padding: 0 55px;
  color: #fff;
}

.indal-cont .name {
  line-height: 1.1;
  overflow: hidden;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
  display: block;
  font-size: 24px;
  font-weight: 600;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indal-cont .text {
  line-height: 24px;
  margin: 22px 0 24px;
  /* max-width: 520px */
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indal-list-more {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 5;
}

.indal-list-more .indal-cont {
  width: 50%;
}

.indal-list-more .indal-cont:last-child {
  left: auto;
  right: 0;
}

.indal-cont .name,
.indal-cont .text,
.indal-cont .link {
  opacity: 0;
}

.indal-list li.active .indal-cont .name {
  animation: indalRun 1s ease both 0.6s;
}

.indal-list li.active .indal-cont .text {
  animation: indalRun 1s ease both 0.7s;
}

.indal-list li.active .indal-cont .link {
  animation: indalRun 1s ease both 0.8s;
  pointer-events: auto;
}

@keyframes indalRun {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.indal-list li.active .indal-hint {
  opacity: 0;
}

.hp20Section3 {
  padding: 110px 0 80px;
}

.hp20Section3 h2 {
  color: #fff;
}

.hp20s3SubHeading {
  max-width: 900px;
  margin: 0 auto 70px;
  color: #ffffff77;
}

.hp20s3Box {
  background: #fff;
  text-align: center;
  padding: 40px;
}

.hp20s3Img {
  margin: 0 auto 50px;
  width: 80px;
}

.hp20s3Title {
  font-size: 18px;
  font-weight: 700;
  color: #0a1b34;
  margin-bottom: 20px;
}

.hp20s3Text {
  font-size: 14px;
}

.hp20Section4 {
  padding: 150px 0 90px;
  background: #f7f9fc;
}

.hp20s4Text {
  max-width: 1060px;
  padding-bottom: 30px;
}

.hp20s4Box {
  max-width: 355px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}

.hp20s4SubHeading {
  max-width: 1050px;
  margin: 0 auto 50px;
}

.hp20s4Img {
  overflow: hidden;
}

.hp20s4Img a {
  display: block;
}

.hp20s4Box:hover .hp20s4Img a {
  transform: scale(1.1);
}

.hp20s4Title {
  font-weight: 700;
  color: #031b36;
  font-size: 22px;
  margin: 20px 0 10px;
}

.hp20s4Title a {
  color: #031b36;
}

.hp20s4Box:hover .hp20s4Title a {
  color: #0e6aed;
}

.applicationWrapper {
  padding-top: 40px;
}

ul.hp20s4List {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
  position: relative;
}

ul.hp20s4List:after,
.hp20s5Box:after {
  content: "";
  display: block;
  clear: both;
}

ul.hp20s4List li {
  position: relative;
  padding: 0 15px 0 25px;
  margin: 0 0 40px;
  float: left;
  width: 33.33%;
  font-weight: 700;
  color: #031b36;
}

ul.hp20s4List li a {
  color: #031b36;
}

ul.hp20s4List li:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/2024/04/checkIcon1.png) 0 0 no-repeat;
}

.hp20SearchBar {
  max-width: 340px;
}

.hp20SearchBar .ast-search-menu-icon .search-form {
  border: none !important;
  border-radius: 6px !important;
  width: 100% !important;
}

.hp20SearchBar .ast-search-menu-icon.ast-inline-search .search-field {
  padding: 13px 20px 13px 10px;
  outline: none;
}
.indal-cont .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indal-cont .text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* header */
.web_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
/* indexabout */
.indexabout {
  padding: 90px 0 120px 0;
}
.indexabout_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indexaboutimg img {
  width: 100%;
  vertical-align: middle;
}
.equipment_btn a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 20px 60px;
  border-radius: 10px;
  background-color: #42b4ff;
  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;
}
.equipment_btn {
  margin-top: 30px;
}
.equipment_btn h4 {
  z-index: 9999;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.equipment_btn b {
  z-index: 99;
  border-radius: 0 20px 20px 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #13273b;
  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;
}
.equipment_btn a:hover b {
  width: 120%;
}
.indexabout_content span {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0px 15px;
  background-color: #42b4ff;
  text-align: center;
  border-radius: 30px;
  font-size: 24px;
  color: #fff;
}
.indexabout_content h1 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  margin-bottom: 30px;
}
.indexabout_content h5 {
  font-size: 20px;
  color: #0e6aed;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  margin-bottom: 15px;
}
.indexabout_content h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  margin-bottom: 30px;
}
.indexabout_contentimg {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
  display: block;
  border: 2px solid #e5e5e5;
}
.indexabout_contentimg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.indexabout_content p {
  font-size: 16px;
  color: #333;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  word-wrap: break-word;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* shoufengqin */
.indextitle {
  margin-bottom: 20px;
}
.indextitle span {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0px 15px;
  background-color: #42b4ff;
  text-align: center;
  border-radius: 30px;
  font-size: 24px;
  color: #fff;
}
.indextitle h2 {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.indextitle p {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  word-wrap: break-word;
}
/* indexadvantage */
.indexadvantage {
  padding: 100px 0 70px 0;
  position: relative;
  overflow: hidden;
}
.indexadvantage_mask {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indexadvantage .container {
  z-index: 999;
  position: relative;
}
.indexadvantage_title {
  margin-bottom: 50px;
}
.indexadvantage_title h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.indexadvantage_title p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  word-wrap: break-word;
}
.indexadvantage_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexadvantage_li {
  margin-bottom: 30px;
}
.indexadvantage_box {
  background-color: #fff;
  padding: 40px 30px;
  height: 100%;
  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;
}
.indexadvantage_icon {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #42b4ff;
  position: relative;
  overflow: hidden;
}
.indexadvantage_icon img {
  width: 70px;
  height: 70px;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexadvantage_box h3 {
  font-size: 20px;
  color: #000;
  text-align: center;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  word-wrap: break-word;
  margin: 40px auto 15px auto;
  font-weight: bold;
}
.indexadvantage_box p {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 25px;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  word-wrap: break-word;
}
.indexadvantage_li:hover .indexadvantage_box {
  margin-top: -15px;
  border-radius: 10px;
}
/* indexproduct */
.indexproduct {
  padding: 90px 0 90px 0;
  background-color: #f7f9fc;
}
.indexproduct_title {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexproduct_title span {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  background-color: #42b4ff;
  text-align: center;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
}
.indexproduct_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.indexproduct_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexproduct_li {
  margin-bottom: 30px;
}
.indexproduct_box {
  height: 100%;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.25);
}
.indexproduct_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.indexproduct_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  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_content {
  padding: 20px 15px;
}
.indexproduct_content h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  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_content p {
  font-size: 16px;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproduct_button {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #42b4ff;
  margin-top: 15px;
  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_button p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.indexproduct_li:hover .indexproduct_content h3 {
  color: #42b4ff;
}
.indexproduct_li:hover .indexproduct_button {
  background-color: #000;
}
.indexproduct_li:hover .indexproduct_img img {
  transform: scale(1.2);
}
/* footer */
.footer {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .container {
  z-index: 999;
  position: relative;
}
/* .footer_mask{
   width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;z-index: 9;
 } */
.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: initial;
  margin-bottom: 30px;
}
.footer_main h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .public_ad_header_social_media {
  justify-content: flex-start;
  margin-left: 0;
}
.footer .public_ad_header_social_media a i {
  color: #fff;
}
.footer .public_ad_header_social_media a:hover {
  background-color: #fff;
}
.footer .public_ad_header_social_media a:hover i {
  color: #42b4ff;
}
.footer .public_ad_header_social_media a {
  margin-left: 0;
  margin-right: 15px;
  margin-bottom: 5px;
  background-color: #42b4ff;
  border: 1px solid #42b4ff;
}
.footer_page h3,
.footer_product h3,
.footer_contact h3,
.footer_nav h3 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer_page a,
.footer_product a {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: capitalize;
  word-wrap: break-word;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
}
.footer_product a:hover {
  text-decoration: underline !important;
  color: #42b4ff;
}
.footer_page a:hover {
  text-decoration: underline !important;
  color: #42b4ff;
}
.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* flex-wrap: wrap; */
  margin-bottom: 20px;
}
.footer_contact li i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  border: 1px solid #42b4ff;
  background-color: #42b4ff;
  padding: 5px 10px;
  border-radius: 50%;
}
.footer_p p {
  font-size: 16px;
  color: #fff;
}
.footer_p {
  margin-bottom: 40px;
}
.footer_contact li p {
  font-size: 16px;
  color: #fff;
  flex: 1;
}
.footer_contact li a {
  font-size: 16px;
  color: #fff;
  flex: 1;
}
.footer_copyrights {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 70px;
  padding: 40px 0 0px 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
}
.footer_copyrights_name {
  font-size: 16px;
  color: #fff;
}
.footer_copyrights_p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
}
.footer_Powered {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_copyrights_p p {
  font-size: 16px;
  color: #fff;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 16px;
  color: #fff;
  display: inline;
}

.footer_tags {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 10px 0;
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.footer_tags p {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}
.footer_tags a {
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 5px 10px 5px 0;
}
.footer_tags a:hover {
  text-decoration: underline !important;
  color: #42b4ff;
}
/* news */
.indexnews {
  padding: 70px 0 70px 0;
}
.indexnews_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.indexnews_title_left span {
  font-size: 16px;
  color: #3a3845;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.indexnews_title_left h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
}
.indexnews_title_more {
  padding: 15px 40px;
  border-radius: 5px;
  border: 1px solid #42b4ff;
  display: inline-block;
  background-color: #42b4ff;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  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;
}
.indexnews_title_more:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.indexnews .blog_txt {
  padding: 20px;
}
.indexnews .blogbox {
  border-radius: 20px;
  overflow: hidden;
}
.indexnews .blogmorebtn {
  display: block;
  margin: 20px auto 0 auto;
}
.indexnews .blog_txt h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.indexnews .blogmore {
  border-radius: 50px;
  color: #42b4ff;
  border: 1px solid #42b4ff;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
}
.indexnews .blogline {
  background-color: #42b4ff;
  left: 50%;
  transform: translateX(-50%);
}
.indexnews .blogli:hover .blogmore {
  background-color: #42b4ff;
  color: #fff;
  border: 1px solid #42b4ff;
}
/* teamscroll */
.teamscroll {
  padding: 60px 0 60px 0;
  overflow: hidden;
  background-color: #f7f9fc;
}
.teamscroll .swiper {
  width: 100%;
  height: 100%;
}
.teamscroll_img {
  margin: 0 auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  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;
}
.teamscroll_img img {
  max-width: 80%;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.teamscroll_img:hover {
  background-color: rgba(66, 180, 255, 0.8);
}
.teamscroll .swiper-wrapper {
  transition-timing-function: linear !important;
}
/* indexfeihua */
.indexfeihua {
  padding: 90px 0 0 0;
}
.indexfeihua_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 130px;
}
.indexfeihua_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75%;
}
.indexfeihua_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.indexfeihua_txt {
  padding: 20px;
  background-color: #42b4ff;
}
.indexfeihua_txt p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* indexgood */
.indexgood {
  padding: 90px 0 0 0;
}
.indexgood_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indexchoose_img {
  position: relative;
}
.indexchoose_img img {
  width: 100%;
  vertical-align: middle;
}
.indexchoose_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexchoose_title span {
  display: block;
  font-size: 24px;
  color: #42b4ff;
  font-weight: bold;
}
.indexchoose_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
}
.indexchoose_title p {
  font-size: 16px;
  color: #333;
}
.indexchoose_list {
  margin-top: 40px;
}
.fivetxt {
  flex: 1;
}
.indexchoose_list li span {
  margin-right: 15px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #e7f5ff;
}
.indexchoose_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0;
}
.indexchoose_list li i {
  font-size: 38px;
  color: #42b4ff;
  text-align: center;
}
.indexchoose_list li h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  margin-bottom: 10px;
}
.indexchoose_list li p {
  font-size: 14px;
  color: #333;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  word-wrap: break-word;
}
/* indexfaq */
.indexfaq {
  padding: 100px 0 70px 0;
  position: relative;
  overflow: hidden;
}
.indexfaq_mask {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indexfaq_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexfaq .container {
  z-index: 999;
  position: relative;
}
.indexfaq .accordion {
  background: transparent;
}
.indexfaq .accordion-item {
  margin-bottom: 30px;
  background: transparent;
  border-radius: 0%;
  border-top: none;
}
.indexfaq .accordion-item .accordion-button {
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid #fff;
}
.indexfaq .accordion-item strong {
  color: #fff;
  font-size: 16px;
}
strong {
  font-weight: normal;
}
.indexfaq_title h2 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
  word-break: break-all;word-break: keep-all;overflow-wrap: break-word;word-wrap: break-word;
  word-wrap: break-word;
}
/* shi pei */
@media (max-width: 576px) {
  .indexfeihua_flex {
    padding: 0 10px;
  }
  .indexnews .blogmore {
    padding: 10px;
    font-size: 14px;
  }
  .footer_logo img {
    max-height: 50px;
  }
  .footer_page {
    display: none;
  }
  .footer_product {
    margin: 30px 0;
  }
  .footer {
    padding: 40px 0 90px 0;
  }
  .footer_tags {
    margin-bottom: 30px;
  }
  .footer_copyrights {
    margin-top: 15px;
    padding: 15px 0 15px 0;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexaboutimg {
    margin-bottom: 30px;
  }
  .indexabout_content h1,
  .indextitle h2,
  .indexadvantage_title h2,
  .indexproduct_title h2,
  .indexabout_content h2 {
    font-size: 36px;
  }
  .equipment_btn a {
    padding: 20px 40px;
  }
  .indal-list {
    margin-top: 10px;
  }
  .indal-list li img,
  .indal-list li {
    height: auto;
    position: relative;
    width: 100% !important;
  }
  .indal-list li {
    margin-top: 12px;
    margin-left: 0;
    top: 0 !important;
  }
  .indal-cont {
    top: 20px;
    padding: 0 15px;
  }
  .indal-hint {
    display: none;
  }
  .indal-cont .text {
    margin: 15px 0 0 0;
    -webkit-line-clamp: 2;
  }
  .indal-cont .name,
  .indal-cont .text,
  .indal-cont .link {
    opacity: 1;
  }
  .hp20Section2 {
    padding-bottom: 40px;
  }
  .indexadvantage {
    padding: 40px 0;
  }
  .indexadvantage_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .indexadvantage_icon img {
    width: 45px;
    height: 45px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_button p {
    font-size: 16px;
  }
  .indexfeihua {
    padding: 40px 0 0 0;
  }
  .indexfeihua_img {
    margin-top: 30px;
  }
  .indexfaq {
    padding: 40px 0;
  }
  .indexfaq_title h2 {
    font-size: 36px;
  }
  .indexfaq_title {
    margin-bottom: 30px;
  }
  .indexfaq .accordion-item .accordion-button {
    font-size: 16px;
  }
  .indexfaq .accordion-item strong {
    font-size: 14px;
  }
  .indexgood {
    padding: 40px 0 0 0;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title_left h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .teamscroll {
    padding: 30px 0;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .indexfeihua_flex {
    padding: 0 10px;
  }
  .indexnews .blogmore {
    padding: 10px;
    font-size: 14px;
  }
  .footer_logo img {
    max-height: 50px;
  }
  .footer_page {
    display: none;
  }

  .footer_main {
    margin-bottom: 30px;
  }
  .footer {
    padding: 40px 0 90px 0;
  }
  .footer_tags {
    margin-bottom: 30px;
  }
  .footer_copyrights {
    margin-top: 15px;
    padding: 15px 0 15px 0;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexaboutimg {
    margin-bottom: 30px;
  }
  .indexabout_content h1,
  .indextitle h2,
  .indexadvantage_title h2,
  .indexproduct_title h2,
  .indexabout_content h2 {
    font-size: 36px;
  }
  .equipment_btn a {
    padding: 20px 40px;
  }
  .indal-list {
    margin-top: 10px;
  }
  .indal-list li img,
  .indal-list li {
    height: auto;
    position: relative;
    width: 100% !important;
  }
  .indal-list li {
    margin-top: 12px;
    margin-left: 0;
    top: 0 !important;
  }
  .indal-cont {
    top: 20px;
    padding: 0 15px;
  }
  .indal-hint {
    display: none;
  }
  .indal-cont .text {
    margin: 15px 0 0 0;
    -webkit-line-clamp: 2;
  }
  .indal-cont .name,
  .indal-cont .text,
  .indal-cont .link {
    opacity: 1;
  }
  .hp20Section2 {
    padding-bottom: 40px;
  }
  .indexadvantage {
    padding: 40px 0;
  }
  .indexadvantage_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .indexadvantage_icon img {
    width: 45px;
    height: 45px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_button p {
    font-size: 16px;
  }
  .indexfeihua {
    padding: 40px 0 0 0;
  }
  .indexfeihua_img {
    margin-top: 30px;
  }
  .indexfaq {
    padding: 40px 0;
  }
  .indexfaq_title h2 {
    font-size: 36px;
  }
  .indexfaq_title {
    margin-bottom: 30px;
  }
  .indexfaq .accordion-item .accordion-button {
    font-size: 16px;
  }
  .indexfaq .accordion-item strong {
    font-size: 14px;
  }
  .indexgood {
    padding: 40px 0 0 0;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title_left h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .teamscroll {
    padding: 30px 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .indexfeihua_flex {
    padding: 0 10px;
  }
  .indexnews .blogmore {
    padding: 10px;
    font-size: 14px;
  }
  .footer_logo img {
    max-height: 50px;
  }
  .footer_page {
    display: none;
  }

  .footer_main {
    margin-bottom: 30px;
  }
  .footer {
    padding: 40px 0 90px 0;
  }
  .footer_tags {
    margin-bottom: 30px;
  }
  .footer_copyrights {
    margin-top: 15px;
    padding: 15px 0 15px 0;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexaboutimg {
    margin-bottom: 30px;
  }
  .indexabout_content h1,
  .indextitle h2,
  .indexadvantage_title h2,
  .indexproduct_title h2,
  .indexabout_content h2 {
    font-size: 36px;
  }
  .equipment_btn a {
    padding: 20px 40px;
  }
  .indal-list {
    margin-top: 10px;
  }
  .indal-list li img,
  .indal-list li {
    height: auto;
    position: relative;
    width: 100% !important;
  }
  .indal-list li {
    margin-top: 12px;
    margin-left: 0;
    top: 0 !important;
  }
  .indal-cont {
    top: 20px;
    padding: 0 15px;
  }
  .indal-hint {
    display: none;
  }
  .indal-cont .text {
    margin: 15px 0 0 0;
    -webkit-line-clamp: 2;
  }
  .indal-cont .name,
  .indal-cont .text,
  .indal-cont .link {
    opacity: 1;
  }
  .hp20Section2 {
    padding-bottom: 40px;
  }
  .indexadvantage {
    padding: 40px 0;
  }
  .indexadvantage_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .indexadvantage_icon img {
    width: 45px;
    height: 45px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_button p {
    font-size: 16px;
  }
  .indexfeihua {
    padding: 40px 0 0 0;
  }
  .indexfeihua_img {
    margin-top: 30px;
  }
  .indexfaq {
    padding: 40px 0;
  }
  .indexfaq_title h2 {
    font-size: 36px;
  }
  .indexfaq_title {
    margin-bottom: 30px;
  }
  .indexfaq .accordion-item .accordion-button {
    font-size: 16px;
  }
  .indexfaq .accordion-item strong {
    font-size: 14px;
  }
  .indexgood {
    padding: 40px 0 0 0;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title_left h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .teamscroll {
    padding: 30px 0;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .indexfeihua_flex {
    padding: 0 10px;
  }
  .indexnews .blogmore {
    padding: 10px;
    font-size: 14px;
  }
  .footer_logo img {
    max-height: 50px;
  }
  .footer_page {
    display: none;
  }

  .footer_main {
    margin-bottom: 30px;
  }
  .footer {
    padding: 40px 0 90px 0;
  }
  .footer_tags {
    margin-bottom: 30px;
  }
  .footer_copyrights {
    margin-top: 15px;
    padding: 15px 0 15px 0;
  }
  .indexabout {
    padding: 40px 0;
  }
  .indexaboutimg {
    margin-bottom: 30px;
  }
  .indexabout_content h1,
  .indextitle h2,
  .indexadvantage_title h2,
  .indexproduct_title h2,
  .indexabout_content h2 {
    font-size: 36px;
  }
  .equipment_btn a {
    padding: 20px 40px;
  }
  .indal-list {
    margin-top: 10px;
  }
  .indal-list li img,
  .indal-list li {
    height: auto;
    position: relative;
    width: 100% !important;
  }
  .indal-list li {
    margin-top: 12px;
    margin-left: 0;
    top: 0 !important;
  }
  .indal-cont {
    top: 20px;
    padding: 0 15px;
  }
  .indal-hint {
    display: none;
  }
  .indal-cont .text {
    margin: 15px 0 0 0;
    -webkit-line-clamp: 2;
  }
  .indal-cont .name,
  .indal-cont .text,
  .indal-cont .link {
    opacity: 1;
  }
  .hp20Section2 {
    padding-bottom: 40px;
  }
  .indexadvantage {
    padding: 40px 0;
  }
  .indexadvantage_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .indexadvantage_icon img {
    width: 45px;
    height: 45px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_button p {
    font-size: 16px;
  }
  .indexfeihua {
    padding: 40px 0 0 0;
  }
  .indexfeihua_img {
    margin-top: 30px;
  }
  .indexfaq {
    padding: 40px 0;
  }
  .indexfaq_title h2 {
    font-size: 36px;
  }
  .indexfaq_title {
    margin-bottom: 30px;
  }
  .indexfaq .accordion-item .accordion-button {
    font-size: 16px;
  }
  .indexfaq .accordion-item strong {
    font-size: 14px;
  }
  .indexgood {
    padding: 40px 0 0 0;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title_left h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .teamscroll {
    padding: 30px 0;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .indexfeihua_flex {
    padding: 0 100px;
  }
  .footer_logo img {
    max-height: 80px;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
}
