.container {
  max-width: 1500px !important;
}
.bg-dark {
  background-color: #000 !important;
}
.navbar-toggler {
  color: #fff !important;
  background-color: #333 !important;
}
.btn-close-white {
  filter: none !important;
}
.offcanvas-header {
  /*background-color: #fff !important;*/
}
button.btn-close.btn-close-white {
    background-color: #fff;
}


.indexabout_box_numdata{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* banner */
.banner {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.banner video,
.banner iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  display: block;
}
/* .banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
} */
.ban-font {
  position: absolute;
  top: 36%;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  left: 0;
  right: 0;
}

.ban-font a {
  color: #fff;
}

.ban-font a.ban-tit {
  font-size: 64px;
  font-family: "homestorebold";
}

.ban-font p {
  font-size: 22px;
  line-height: 44px;
  margin: 40px auto 0;
  width: 70%;
}
/* indexabout */
.indexabout {
  position: relative;
  overflow: hidden;
  z-index: 99;
  padding-top: 1100px;
  padding-bottom: 100px;
}
.indexabout_mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0);
}
.indexabout .container {
  position: relative;
  z-index: 999;
}
.indexabout_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.indexabout_content h2 {
  font-size: 56px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  font-family: "homestorebold";
  word-wrap: break-word;white-space: normal;word-break: break-all;
}
.indexabout_content p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  line-height: 28px;
}
.indexabout_more {
  padding: 6px 60px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #fff;
  margin: 30px auto 0 auto;
  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;
}
.indexabout_more i {
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: normal;
}
.indexabout_more:hover {
  background-color: #005199;
  border: 1px solid #005199;
}
.indexabout_data {
  margin-top: 80px;
}
.indexabout_data ul {
  display: flex;
  justify-content: space-around;
}
.indexabout_data li {
  width: 25%;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  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_box {
  padding: 90px 60px;
  border: 1px solid #fff;
  margin: 15px;
  height: 90%;
}
.indexabout_box h3 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 15px;
}
.indexabout_box p {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  text-align: center;
}
.indexabout_data li:hover {
  background-color: #005199;
}
/* indexproduct */
.indexproduct .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.indexproduct .swiper-slide {
  background-size: cover;
  background-position: center;
}

.indexproduct .indexproductSwiper2 {
  height: 80%;
  width: 100%;
}

.indexproduct .indexproductSwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute;
  bottom: 15%;
  right: 13%;
  width: 45%;
  background-color: #fff;
}

.indexproduct .indexproductSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  /* opacity: 0.4; */
}

.indexproduct .indexproductSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.indexproduct .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexproduct {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.indexproduct_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexproduct_img img {
  width: 100%;
  vertical-align: middle;
}
.indexproduct_content {
  max-width: 80%;
}
.indexproduct_content h2 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.indexproduct_content span {
  display: block;
  width: 200px;
  height: 3px;
  background-color: #333;
  margin-bottom: 30px;
}
.indexproduct_content h3 {
  font-size: 38px;
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-family: "homestorebold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproduct_content p {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproduct_more {
  display: inline-block;
  padding: 15px 30px;
  background-color: #005199;
  font-size: 20px;
  text-align: center;
  color: #fff;
  /* font-weight: bold; */
  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;
}
.indexproduct_more:hover {
  background-color: #000;
  box-shadow: 8px 10px 0px 0px rgba(0, 0, 0, 0.3);
}
.indexproduct_smallbox {
  background-color: #eee;
  padding: 10px;
  cursor: pointer;
}
.indexproduct_smallimg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  background-color: #fff;
}
.indexproduct_smallimg img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}
.indexproduct_smallbox h3 {
  font-size: 16px;
  text-align: center;
  word-wrap: break-word;
  font-weight: bold;
  color: #005199;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.indexproductSwiper .swiper-slide-thumb-active .indexproduct_smallbox {
  background-color: #005199;
}
.indexproductSwiper .swiper-slide-thumb-active .indexproduct_smallbox h3 {
  color: #fff;
}
.out-pob {
  background: #000;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
  transform: skew(-45deg);
  bottom: 160px;
  right: 0;
  width: 200px;
  height: 600px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.out-pob-2 {
  background: #333030;
  opacity: 0.5;
  position: absolute;
  z-index: -2;
  transform: skew(-45deg);
  right: -560px;
  bottom: 40%;
  width: 800px;
  height: 600px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.indexproduct:hover .out-pob {
  right: -80px;
}

.indexproduct:hover .out-pob-2 {
  right: -400px;
}
/* indexinfo */
.indexinfo {
  background: url(../images/img100.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.indexinfo::before {
  content: "";
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.indexinfo .container {
  position: relative;
  z-index: 999;
}
.indexinfo_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indexinfo_content h3 {
  font-size: 30px;
  color: #fff;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.indexinfo_content h2 {
  font-size: 60px;
  color: #fff;
  word-wrap: break-word;
  font-family: "homestorebold";
  margin-bottom: 30px;
}
.indexinfo_content p {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  line-height: 28px;
}

.indexinfo_more {
  display: inline-block;
  padding: 15px 30px;
  background-color: #005199;
  font-size: 20px;
  text-align: center;
  color: #fff;
  /* font-weight: bold; */
  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;
}
.indexinfo_more:hover {
  background-color: #000;
  box-shadow: 8px 10px 0px 0px rgba(255, 255, 255, 0.3);
}
.indexinfo_video {
  position: relative;
}
.indexinfo .dr {
  left: 70%;
  transform: translate(-70%, -50%);
}
/* indexexhibition */
.indexexhibition {
  padding: 60px 0 0 0;
  background-color: #fff;
  position: relative;
}
.indexexhibition_title {
  margin-bottom: 40px;
}
.indexexhibition_title p {
  font-size: 20px;
  color: #000;
  word-wrap: break-word;
  text-align: center;
  margin-bottom: 5px;
}
.indexexhibition_title h2 {
  font-size: 48px;
  color: #000;
  font-family: "homestorebold";
  word-wrap: break-word;
  text-align: center;
  font-weight: bold;
}
.indexexhibition_main {
  background: url(../images/img11.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.horizontal-accordion {
  display: flex;
  height: 600px;
  width: 100%;
}

.accordion-item {
  position: relative;
  flex: 1;
  min-width: 100px;
  transition: all 0.5s ease;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid #333;
}

.accordion-item:last-child {
  border-right: none;
}

.accordion-item.active {
  flex: 3;
}

.accordion-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
  border: none;
}

.accordion-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.accordion-item.active .accordion-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.indexexhibition_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  z-index: 99;
}
.indexexhibition_content img {
  max-height: 40px;
  display: block;
  text-align: center;
  margin: 0 auto 30px auto;
}
.indexexhibition_content h3 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  font-weight: bold;
  font-family: "homestorebold";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* indexpartners */
.indexpartners {
  background: url(../images/img12.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 70px 0 0 0;
  position: relative;
  overflow: hidden;
}
.indexpartners_title {
  margin-bottom: 40px;
}
.indexpartners_title h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  font-family: "homestorebold";
  word-wrap: break-word;
}
.indexpartners_main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexpartners_main li {
  width: 50%;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}
.indexpartners_box {
  position: relative;
}
.indexpartners_main li:nth-child(even) {
  border-right: none;
}
.indexpartners_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  min-height: 300px;
}
.indexpartners_img img {
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 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;
}
.indexpartners_main li:hover .indexpartners_img img {
  opacity: 1;
}

.indexpartners_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9;
}
.indexpartners_content {
  position: absolute;
  top: 50%;
  left: 48%;
  z-index: 99;
  width: 55%;
  transform: translate(-48%, -50%);
}
.indexpartners_content h3 {
  font-size: 30px;
  color: #fff;
  word-wrap: break-word;
  font-weight: bold;
  font-family: "homestorebold";
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexpartners_content .indexpartners_contenth3 {
  font-size: 30px;
  color: #fff;
  word-wrap: break-word;
  font-weight: bold;
  font-family: "homestorebold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexpartners_content span {
  display: block;
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 30px;
}
.indexpartners_content p {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* indexnews */
.indexnews {
  padding: 70px 0;
  position: relative;
  background-color: #fff;
}
.indexnews_title {
  margin-bottom: 40px;
}
.indexnews_title h2 {
  font-size: 48px;
  color: #000;
  word-wrap: break-word;
  font-weight: bold;
  font-family: "homestorebold";
  text-align: center;
  margin-bottom: 10px;
}
.indexnews_title p {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  text-align: center;
}
.indexnews_box {
  position: relative;
}
.indexnews_img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 100%;
}
.indexnews_img img {
  width: 100%;
  height: auto;
  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;
}
.indexnews_content {
  position: absolute;
  bottom: 15px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  z-index: 999;
}
.indexnews_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 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;
}
.indexnews_time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.indexnews_time i {
  font-size: 16px;
  color: #005199;
  margin-right: 10px;
  font-weight: bold;
}
.indexnews_time span {
  font-size: 16px;
  color: #005199;
  font-weight: bold;
}
.indexnews_content h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews_content a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews_content p {
  font-size: 14px;
  color: #fff;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexnews .swiper-slide {
  padding-bottom: 50px;
}
.indexnews .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 35px;
  height: 3px;
  border: 2px solid #cdcdcd;
  background: transparent;
  background-color: #cdcdcd;
  border-radius: 0;
}

.indexnews .swiper-horizontal > .indexnews .swiper-pagination-bullets,
.indexnews .swiper-pagination-bullets .indexnews .swiper-pagination-horizontal,
.indexnews .swiper-pagination-custom,
.indexnews .swiper-pagination-fraction {
  bottom: 15px;
}
.indexnews .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 2px solid #005199;
  background-color: #005199;
}
.indexnews_box:hover .indexnews_mask {
  height: 0;
}
.indexnews_box:hover .indexnews_img img {
  transform: scale(1.1);
}
/* indexbrand */
.indexbrand {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background: url(../images/img13.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
}
.indexbrand h2 {
  font-size: 48px;
  color: #fff;
  font-family: "homestorebold";
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
}
.indexbrand_more {
  padding: 15px 60px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  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;
}
.indexbrand_more:hover {
  background-color: #000;
  border: 1px solid #000;
}
/* footer */
.footer {
  background: url(../images/img14.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.footer_hdflex {
  padding: 40px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer_way h3,
.footer_nav h3 {
  font-size: 24px;
  word-wrap: break-word;
  color: #fff;
  font-family: "homestorebold";
  font-weight: bold;
  margin-bottom: 20px;
}
.footer_nav a {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.footer_nav a:hover {
  color: #005199;
}
.footer_way li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.footer_way li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  margin-right: 15px;
}
.footer_way li span i {
  font-size: 24px;
  color: #005199;
  text-align: center;
}
.footer_way li a {
  flex: 1;
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
}
.footer_way li a:hover {
  color: #005199;
}
.footer_way li p {
  flex: 1;
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
}
.footer_bd {
  padding-top: 20px;
}
.footer_bd a {
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
}
@media (max-width: 576px) {
    section.mobile {
    margin-top: -10px;
}
    
    
    
  .ban-font a.ban-tit {
    font-size: 32px;
  }
  .ban-font p {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
  .indexabout_content h2 {
    font-size: 32px;
  }
  .indexabout_data ul {
    flex-wrap: wrap;
  }
  .indexabout_data li {
    width: 100%;
    margin-bottom: 30px;
  }
  .out-pob,
  .out-pob-2 {
    display: none;
  }
  .indexabout_box {
    padding: 30px 10px;
    height: 80%;
  }
  .indexabout_box h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_flex {
    width: 100%;
    margin: 0 auto;
  }
  .indexproduct_content h3 {
    font-size: 26px;
  }
  .indexproduct .indexproductSwiper {
    display: none;
  }
  .indexproduct_content {
    max-width: 100%;
  }
  .indexinfo {
    padding: 40px 0;
  }
  .indexinfo_content h2 {
    font-size: 30px;
  }
  .indexinfo_content h3 {
    font-size: 24px;
  }
  .indexinfo .dr {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .indexinfo_video {
    min-height: 200px;
  }
  .indexexhibition {
    padding: 40px 0 0 0;
  }
  .indexexhibition_title h2 {
    font-size: 36px;
  }
  .accordion-item {
    width: 100%;
    flex: auto;
    min-width: initial;
  }
  .horizontal-accordion {
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
  .indexpartners {
    padding: 40px 0 0 0;
  }
  .indexpartners_title h2 {
    font-size: 36px;
  }
  .indexpartners_content {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .indexpartners_content .indexpartners_contenth3,
  .indexpartners_content h3 {
    font-size: 20px;
  }
  .indexabout_more {
    padding: 6px 40px;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title h2 {
    font-size: 36px;
  }
  .indexbrand {
    padding: 40px 0;
  }
  .indexbrand h2 {
    font-size: 32px;
  }
  .indexbrand_more {
    width: 70%;
    padding: 15px;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
  .footer_hdflex .footer_li:nth-child(3) {
    display: none;
  }
  .footer_li {
    margin-bottom: 15px;
  }
  .ban-font {
    width: 96%;
    margin: 0 auto;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
    section.mobile {
    margin-top: -10px;
}
  .ban-font a.ban-tit {
    font-size: 32px;
  }
  .ban-font p {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
  .indexabout_content h2 {
    font-size: 32px;
  }
  .indexabout_data ul {
    flex-wrap: wrap;
  }
  .indexabout_data li {
      width: 48%;
    margin: 15px 0;
  }
  .out-pob,
  .out-pob-2 {
    display: none;
  }
  .indexabout_box {
    padding: 15px 10px;
    height: 80%;
  }
  .indexabout_box h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_flex {
    width: 100%;
    margin: 0 auto;
  }
  .indexproduct_content h3 {
    font-size: 26px;
  }
  .indexproduct .indexproductSwiper {
    display: none;
  }
  .indexproduct_content {
    max-width: 100%;
  }
  .indexinfo {
    padding: 40px 0;
  }
  .indexinfo_content h2 {
    font-size: 30px;
  }
  .indexinfo_content h3 {
    font-size: 24px;
  }
  .indexinfo .dr {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .indexinfo_video {
    min-height: 200px;
  }
  .indexexhibition {
    padding: 40px 0 0 0;
  }
  .indexexhibition_title h2 {
    font-size: 36px;
  }
  .accordion-item {
    width: 100%;
    flex: auto;
    min-width: initial;
  }
  .horizontal-accordion {
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
  .indexpartners {
    padding: 40px 0 0 0;
  }
  .indexpartners_title h2 {
    font-size: 36px;
  }
  .indexpartners_content {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .indexpartners_content .indexpartners_contenth3,
  .indexpartners_content h3 {
    font-size: 20px;
  }
  .indexabout_more {
    padding: 6px 40px;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title h2 {
    font-size: 36px;
  }
  .indexbrand {
    padding: 40px 0;
  }
  .indexbrand h2 {
    font-size: 32px;
  }
  .indexbrand_more {
    width: 45%;
    padding: 15px;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
  .footer_hdflex .footer_li:nth-child(3) {
    display: none;
  }
  .footer_li {
    margin-bottom: 15px;
  }
  .ban-font {
    width: 96%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
    section.mobile {
    margin-top: -10px;
}
  .ban-font a.ban-tit {
    font-size: 32px;
  }
  .ban-font p {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
  .indexabout_content h2 {
    font-size: 32px;
  }
  .indexabout_data ul {
    flex-wrap: wrap;
  }
  .indexabout_data li {
    width: 48%;
    margin: 15px 0;
  }
  .out-pob,
  .out-pob-2 {
    display: none;
  }
  .indexabout_box {
    padding: 30px 10px;
    height: 85%;
  }
  .indexabout_box h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_flex {
    width: 100%;
    margin: 0 auto;
  }
  .indexproduct_content h3 {
    font-size: 26px;
  }
  .indexproduct .indexproductSwiper {
    display: none;
  }
  .indexproduct_content {
    max-width: 100%;
  }
  .indexinfo {
    padding: 40px 0;
  }
  .indexinfo_content h2 {
    font-size: 30px;
  }
  .indexinfo_content h3 {
    font-size: 24px;
  }
  .indexinfo .dr {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .indexinfo_video {
    min-height: 200px;
  }
  .indexexhibition {
    padding: 40px 0 0 0;
  }
  .indexexhibition_title h2 {
    font-size: 36px;
  }
  .accordion-item {
    width: 100%;
    flex: auto;
    min-width: initial;
  }
  .horizontal-accordion {
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
  .indexpartners {
    padding: 40px 0 0 0;
  }
  .indexpartners_title h2 {
    font-size: 36px;
  }
  .indexpartners_content {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .indexpartners_content .indexpartners_contenth3,
  .indexpartners_content h3 {
    font-size: 20px;
  }
  .indexabout_more {
    padding: 6px 40px;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title h2 {
    font-size: 36px;
  }
  .indexbrand {
    padding: 40px 0;
  }
  .indexbrand h2 {
    font-size: 32px;
  }
  .indexbrand_more {
    width: 45%;
    padding: 15px;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
  .footer_hdflex .footer_li:nth-child(3) {
    display: none;
  }
  .footer_li {
    margin-bottom: 15px;
  }
  .ban-font {
    width: 96%;
    margin: 0 auto;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
    section.mobile {
    margin-top: -10px;
}
  .ban-font a.ban-tit {
    font-size: 36px;
  }
  .ban-font p {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
  .indexabout {
    padding-top: 1400px;
  }
  .indexabout_content h2 {
    font-size: 32px;
  }
  .indexabout_data ul {
    flex-wrap: wrap;
  }
  .indexabout_data li {
    width: 48%;
    margin: 15px 0;
  }
  .out-pob,
  .out-pob-2 {
    display: none;
  }
  .indexabout_box {
    padding: 30px 10px;
    height: 85%;
  }
  .indexabout_box h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .indexproduct {
    padding: 40px 0;
  }
  .indexproduct_flex {
    width: 100%;
    margin: 0 auto;
  }
  .indexproduct_content h3 {
    font-size: 26px;
  }
  .indexproduct .indexproductSwiper {
    display: none;
  }
  .indexproduct_content {
    max-width: 100%;
  }
  .indexinfo {
    padding: 40px 0;
  }
  .indexinfo_content h2 {
    font-size: 30px;
  }
  .indexinfo_content h3 {
    font-size: 24px;
  }
  .indexinfo .dr {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .indexexhibition {
    padding: 40px 0 0 0;
  }
  .indexexhibition_title h2 {
    font-size: 36px;
  }
  .accordion-item {
    width: 50%;
    flex: auto;
    min-width: initial;
  }
  .accordion-item.active {
    flex: auto;
  }
  .horizontal-accordion {
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
  .indexpartners {
    padding: 40px 0 0 0;
  }
  .indexpartners_title h2 {
    font-size: 36px;
  }
  .indexpartners_content {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .indexpartners_content .indexpartners_contenth3,
  .indexpartners_content h3 {
    font-size: 24px;
  }
  .indexabout_more {
    padding: 6px 40px;
  }
  .indexnews {
    padding: 40px 0;
  }
  .indexnews_title h2 {
    font-size: 36px;
  }
  .indexbrand {
    padding: 40px 0;
  }
  .indexbrand h2 {
    font-size: 32px;
  }
  .indexbrand_more {
    width: 45%;
    padding: 15px;
  }
  .footer {
    padding: 40px 0 120px 0;
  }
  .footer_hdflex .footer_li:nth-child(3) {
    display: none;
  }
  .footer_li {
    margin-bottom: 15px;
  }
  .ban-font {
    width: 96%;
    margin: 0 auto;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .web_head .head_layer {
    padding: 15px;
  }
  .nav_wrap .head_nav > li {
    font-size: 16px;
  }
  .logo-fixed {
    flex: 0 15%;
  }
  .logo-fixed img {
    max-width: 100%;
  }
  .fixed-nav .nav_wrap .head_nav > li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .nav_wrap .head_nav > li.nav-current > a {
    padding: 0 10px;
  }
  .nav_wrap .head_nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .ban-font {
    width: 98%;
    margin: 0 auto;
  }
  .ban-font a.ban-tit {
    font-size: 48px;
  }
  .ban-font p {
    line-height: 35px;
    font-size: 20px;
    width: 90%;
  }
  .indexabout_data li {
    width: 48%;
    margin: 15px 0;
  }
  .indexinfo .dr {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .indexbrand_more {
    width: 30%;
    padding: 15px 30px;
  }
  .indexproduct .indexproductSwiper {
    right: 20px;
    bottom: 20px;
    width: 60%;
  }
  .indexproduct .indexproductSwiper2 .swiper-slide {
    padding-bottom: 150px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .web_head .head_layer {
    padding: 15px 30px;
  }
  .logo-fixed {
    flex: 0 15%;
  }
  .logo-fixed img {
    max-width: 100%;
  }
  .nav_wrap .head_nav > li {
    font-size: 18px;
  }
  .indexproduct .indexproductSwiper {
    right: 20px;
    bottom: 20px;
    width: 60%;
  }
  .indexproduct .indexproductSwiper2 .swiper-slide {
    padding-bottom: 100px;
  }
}
@media (min-width: 1601px) and (max-width: 1680px) {
}
