body {
  /*background-image: url(../images/indexfixed.jpg);*/
  background-repeat: no-repeat;
  background-attachment: fixed
}

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

.head_layer {
  background-color: #fff;
}

.header_contact {
  display: flex;
}

.public_ad_header_name,
.public_ad_header_email {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.public_ad_header_name i,
.public_ad_header_email i {
  color: #fff;
  font-size: 22px;
}

.public_ad_header_name span,
.public_ad_header_email a {
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
}

.fixed-nav .nav_wrap {
  padding-right: 40px;
}

.fixed-nav .nav_wrap .head_nav>li>a {
  border-bottom: 1px solid transparent;
  transition: all ease 0.3s;
}

.fixed-nav .nav_wrap .head_nav>li:hover>a {
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

.fixed-nav .search i {
  font-size: 22px;
  color: #fff;
}

/* products */
.index_products {
  padding: 60px 0 60px;
  background-color: #EFF3FD;
  position: relative;
  z-index: 99;
}

.products_top {
  display: flex;
  justify-content: space-between;
}

.products_ad {
  margin-top: -150px;
  display: flex;
}

.products_adItems {
  width: 280px;
  height: 280px;
  border-radius: 50% 0 50% 50%;
  background-color: #1b54dc;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.products_adItems i {
  font-size: 70px;
  line-height: 70px;
}

.products_adItems h4 {
  padding: 0 15px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 3px 0px rgba(51, 51, 51, 0.3);
  word-wrap: break-word;
  word-break: break-all;
}

.products_adItems p {
  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
  width: 70%;
}

.products_title h3 {
  font-size: 60px;

  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.products_title p {
  margin-bottom: 40px;

  font-size: 20px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.products_main .row {
  padding-top: 20px;
}

.indexproduct_box {
  position: relative;
  background-color: #fff;
  cursor: pointer;
  margin: 15px 10px 30px;
  transition: all ease 0.3s;
}

.indexproduct_img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.indexproduct_img img {
  width: 100%;
  height: auto;
  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;
}

.indexproduct_content {
  text-align: center;
  padding: 20px 20px 30px;
}

.indexproduct_content h3 {
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  padding: 15px 20px;
}

.indexproduct_content .indexproduct_h3 {
  font-size: 22px;
  line-height: 34px;
  color: #1b54dc;
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none;
  transition: all ease 0.3s;
}

.indexproduct_content p {
  font-size: 16px;
  text-align: center;
  color: #111;
  opacity: 0.6;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  padding: 0px 10px;
  margin: 0px 0 20px;
}

.indexproduct_more {
  display: inline-block;
  padding: 13px 50px;
  text-transform: none;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  background-color: #1b54dc;
  color: #fff;
  border: 1px solid transparent;
  font-weight: bold;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: all ease 0.3s;
}

.indexproduct_box:hover {
  box-shadow: 0px 0px 12px 0px rgba(66, 66, 66, 0.1);
}

.indexproduct_box:hover .indexproduct_img img {
  transform: scale(1.2);
}

.indexproduct_more:hover {
  background-color: #fff;
  color: #1b54dc;
  border: 1px solid #1b54dc;
}

.products_bot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.products_bot p {
  font-size: 22px;
  color: #222222;
  padding: 0 100px;
  padding-bottom: 40px;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}

.products_bot a {
  display: inline-block;
  padding: 20px 55px;
  background-color: #f4f400;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  transition: all ease 0.3s;
}

.products_bot a:hover {
  box-shadow: 0px 0px 0px 4px #f4f400;
}

/* aboutus */
.index_aboutus {
  padding: 60px 0;
  background-color: #fff;
}

.indexAboutus_left {
  padding-right: 80px;
}

.aboutus_left_rot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotate(-90deg);
}

.aboutus_left_rot span:nth-child(1) {
  display: block;
  color: rgba(27, 84, 220, 0.1);
  font-size: 80px;
  font-weight: 800;
  line-height: 100px;

  padding-top: 80px;
  text-align: center;
}

.aboutus_left_rot span:nth-child(2) {
  display: block;
  color: rgba(27, 84, 220, 0.1);
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;

  text-align: center;
}

.indexAboutus_left .row {
  align-items: flex-end;
}

.aboutus_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 125%;
}

.aboutus_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.indexAboutus_right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}


.indexAboutus_right h1 {
  font-size: 60px;

  color: #000;
  font-weight: 900;
  margin-bottom: 20px;
}

.indexAboutus_right .aboutus_text {
  font-size: 18px;
  line-height: 30px;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.aboutus_bot_btn a {
  display: inline-block;
  padding: 20px 50px;
  color: #111;
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 50px;
  border: 2px solid #0174f0;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: all ease 0.3s;
}

.aboutus_bot_btn a:hover {
  background-color: #0174f0;
  color: #fff;
}

/* advantages */
.index_advantages {
  padding: 55px 0 30px;
  background: linear-gradient(to right, #1b54dc 0%, #1b54dc 23%, transparent 75%);
}

.indexAd_main {
  padding: 0 100px;
}

.indexAd_main h3 {
  font-size: 70px;

  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.indexAd_main .indexAd_title {
  margin-bottom: 40px;

  font-size: 22px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
}

.advantages_item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-right: 40px;
}

.advantages_left {
  width: 80px;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.advantages_left i {
  font-size: 75px;
  color: #fff;
  line-height: 75px;
}

.advantages_right h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;

}

.advantages_right p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;

  color: rgba(255, 255, 255, 0.7);
  word-wrap: break-word;
  word-break: break-all;
}

/* honor */
.index_honor {
  padding: 50px 0;
  background-color: #fff;
}

.index_honor h3 {
  font-size: 70px;

  color: #111;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.index_honor .indexhonor_des {
  margin-bottom: 40px;

  font-size: 22px;
  line-height: normal;
  color: #111;
  font-weight: 400;
  text-align: center;
}

.honorSwiper {
  padding-bottom: 50px;
}

/* comments */
.index_comments {
  padding: 50px 0;
  background-color: #EFF3FD;
}

.indexComments_main .swiper-slide {
  height: auto;
}

.indexComments_title h3 {
  font-size: 70px;

  color: #111;
  font-weight: 700;
  margin-bottom: 20px;
}

.indexComments_title p {
  margin-bottom: 40px;

  font-size: 22px;
  line-height: normal;
  color: #111;
  font-weight: 400;
}

.indexComments_main {
  margin-top: -100px;
}

.indexComments_main .commentsSwiper {
  padding-top: 80px;
}

.indexcomment {
  padding: 30px;
  /* background-color: #fff; */
  z-index: 10;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
}

.indexcomment .row {
  position: relative;
  height: 100%;
}

.index_comments_bot {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.comments_bot_img {
  width: 100px;
  height: 100px;
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  margin-right: 10px;
  padding: 8px;
  background-color: #0174f0;
}

.comments_bot_img img {
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
}

.index_comments_bot i {
  font-size: 20px;
  color: #111;
}

.index_comments_des {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /* position: relative;
  height: 100%;
  overflow: hidden; */
}

.comments_bot_info {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  word-wrap: break-word;
  word-break: break-all;
}

.index_comments_des p {
  font-size: 14px;
  line-height: 28px;
  color: #111;
  opacity: 0.6;
  word-wrap: break-word;
  word-break: break-all;
}

.index_comments .commentsSwiper {
  padding-bottom: 40px;
}

.indexComments_main .swiper-button-prev {
  left: auto;
  right: 56px;
  top: 25px;
  width: 55px;
  height: 55px;
  background-color: #f4f400;
  border-top-left-radius: 26px;
  box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.22);
  color: #111;
  transition: all ease 0.3s;
}

.indexComments_main .swiper-button-next {
  left: auto;
  right: 0;
  top: 25px;
  width: 55px;
  height: 55px;
  background-color: #f4f400;
  border-bottom-right-radius: 26px;
  color: #111;
  transition: all ease 0.3s;
}

.indexComments_main .swiper-button-prev:hover,
.indexComments_main .swiper-button-next:hover {
  background-color: #F9F970;
}

.indexComments_main .swiper-button-next:after,
.indexComments_main .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bolder;
}

.index_comments .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #111;
  opacity: 1;
}

.index_comments .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #111;
  border: 2px solid #111;
}

.index_comments .swiper-horizontal>.swiper-pagination-bullets,
.index_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 15px !important;
  right: auto;
  width: 50%;
  text-align: left;
}

/* news */
.indexnews {
  padding: 40px 0;
  background-color: #fff;
}

.indextitle_hot {
  font-size: 70px;

  color: #111;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.indexnews .newblogflex {
  display: flex;
  flex-wrap: wrap;
}

.indexnews .blogbox {
  height: 100%;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.indexnews .blog_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.indexnews .blog_img img {
  width: 100%;
  vertical-align: middle;
  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.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews .blog_txt {
  padding: 20px 18px 30px 18px;
}

.indexnews .blog_txt h3 {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0 0 10px 0;
  line-height: 30px;
  font-weight: bold;
  font-size: 23px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews .blog_txt p {
  word-wrap: break-word;
  /* white-space: pre-wrap; */
  word-break: break-all;
  font-size: 17px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

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

.indexnews .blogmore {
  display: block;
  padding: 12px 50px;
  font-size: 18px;
  color: #000;
  text-align: center;
  border: 1px solid #0174f0;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-top: 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews .blogline {
  width: 0%;
  height: 3px;
  background: #0174f0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnews .blogli:hover .blogline {
  width: 100%;
}

.indexnews .blogli:hover .blogmore {
  background-color: #0174f0;
  border: 1px solid #0174f0;
  color: #fff;
}

.indexnews .blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: #0174f0;
}

.indexnews .blogli:hover .blog_img img {
  transform: scale(1.2);
}

.indexnews .blogli {
  margin-bottom: 30px;
}

/* map */
.footer_map {
  background: #fff;
}

#indexmap {
  height: 400px;
}

/* footer */
.index_footer {
  background-color: #fff;
  padding: 60px 0 50px;
}

.footer_tags {
  border-bottom: 1px solid rgba(5, 16, 37, 0.15);
  padding: 0 0 16px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 99;
}

.footer_tags p {
  font-size: 16px;
  color: #051025;
  text-transform: none;
  margin-right: 10px;
  font-weight: bold;
  margin-right: 20px;
}

.footer_tags a {
  font-size: 16px;
  opacity: 0.7;
  color: #051025;
  display: block;
  line-height: 28px;
  margin-right: 20px;
  transition: all ease 0.1s;
}

.footer_tags a:hover {
  opacity: 1;
  box-shadow: inset 0px -2px 0px 0px #0174f0;
}

.fot_nav {
  display: flex;
  height: 100%;
  align-items: center;
}

.fot_nav h4 {
  margin-right: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #051025;
  font-weight: bold;
}

.fot_nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fot_nav ul li {
  opacity: 0.7;
  transition: all ease 0.1s;
  padding-right: 5px;
}

.fot_nav ul a {
  color: #051025;
  font-size: 16px;
  line-height: 24px;
}

.fot_nav ul li:hover {
  opacity: 1;
  box-shadow: inset 0px -2px 0px 0px #0174f0;
}

.footer_social_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 30px;
}

.footer_social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px dashed rgba(17, 17, 17, 0.3);
  border-radius: 50%;
  margin-left: 30px;
  text-align: center;
  transition: all 0.35s ease
}

.footer_social_media a:nth-child(1) {
  margin-left: 0;
}

.footer_social_media a i {
  font-size: 16px;
  text-align: center;
  color: #0174f0;
  transition: all 0.35s ease;
  line-height: 50px;
}

.footer_social_media a:hover {
  background-color: #0174f0;
  border: 1px dashed #0174f0;
}

.footer_social_media a:hover i {
  color: #fff;
}

.footer_con {
  margin-top: 5px;
}

.footer_con h3 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer_con p,
.footer_con a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(17, 17, 17, 0.7);
  margin-bottom: 10px;
}

.footer_con a:hover {
  color: #051025;
}

.footer_copyrights {
  margin-top: 15px;
  border-top: 1px solid rgba(5, 16, 37, 0.15);
  padding: 20px 0 0px 0;
  width: 100%;
  font-size: 14px;
}

.footer_copyrights_p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: normal;
  color: rgba(17, 17, 17, 0.7);
  position: relative;
  font-size: 14px;
}

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

.footer_copyrights_p p {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.7);
  display: inline;
  margin-bottom: 10px;
}

.footer_copyrights_p a {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.7);
  display: inline;
  text-transform: none;
}




.footer_bottom_right {
  position: relative;
  color: rgba(17, 17, 17, 0.7);
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.footer_bottom_right a {
  color: rgba(17, 17, 17, 0.7);
  font-size: 14px;
  font-weight: bold;
  transition: all ease .1s;
}

.footer_bottom_right a:hover {
  color: #051025;
  font-size: 14px;
}

/* shi pei */
@media (max-width:575px) {
  .bg-dark {
    background-color: #fff !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-toggler {
    background-color: #0174f0;
  }

  .text-bg-dark {
    background-color: #EFF3FD !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }


  .banner .swiper-pagination-bullet {
    width: 22px;
    height: 2px;
  }

  .products_title h3,
  .indexAboutus_right h1,
  .indexAd_main h3,
  .index_honor h3,
  .indexComments_title h3,
  .indextitle_hot {
    font-size: 35px;
  }

  .index_products {
    padding: 20px 0 25px;
  }

  .products_ad {
    display: none;
  }

  .products_title h3 {
    text-align: center;
    margin-bottom: 10px;
  }

  .products_title p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
  }

  .products_main .row {
    padding-top: 10px;
  }

  .hide_min {
    display: none;
  }

  .indexproduct_box {
    border-radius: 15px;
    padding: 15px 15px 20px;
    margin: 10px 7px 15px;
  }

  .indexproduct_content {
    padding: 0;
  }

  .products_bot p {
    padding: 0 15px 15px;
    font-size: 14px;
  }

  .products_bot a {
    display: inline-block;
    padding: 12px 35px;
    margin-top: 10px;
  }

  .indexproduct_content h3 {
    padding: 10px 5px 5px;
  }

  .indexproduct_content .indexproduct_h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .indexproduct_content p {
    font-size: 14px;
    padding: 0px 5px;
    margin-bottom: 15px;
  }

  .indexproduct_more {
    padding: 8px 30px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 8px;
  }

  .index_aboutus {
    padding: 35px 0;
  }

  .indexAboutus_left .row {
    /* width: 100%; */
  }

  .aboutus_left_rot {
    display: none;
  }

  .aboutus_left_rot span:nth-child(1) {
    padding-top: 10px;
    font-size: 58px;
    font-weight: 800;
    line-height: 80px;
  }

  .aboutus_left_rot span:nth-child(2) {
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
  }

  .indexAboutus_left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .aboutus_img {
    padding-top: 115%;
  }

  .indexAboutus_right {
    margin-top: 15px;
  }

  .indexAboutus_right h1 {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .indexAboutus_right .aboutus_text {
    font-size: 16px;
    line-height: 26px;
  }

  .aboutus_bot_btn a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 36px;
  }

  .index_advantages {
    padding: 35px 0 30px;
    background: rgba(0, 0, 0, 0.2);
  }

  .indexAd_main {
    padding: 0;
  }

  .indexAd_main h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .indexAd_main .indexAd_title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .advantages_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .advantages_left {
    margin-right: 0px;
  }

  .advantages_left i {
    font-size: 50px;
    line-height: 65px;
  }

  .advantages_right h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
    word-break: break-word;
  }

  .advantages_right p {
    text-align: center;
  }

  .index_honor {
    padding: 30px 0;
  }

  .index_honor h3 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .index_honor .indexhonor_des {
    margin-bottom: 35px;
  }

  .index_comments {
    padding: 30px 0;
  }

  .indexcomment {
    padding: 10px;
    margin-bottom: 0;
  }

  .index_comments_bot {
    margin-bottom: 10px;
    align-items: flex-start;
  }

  .index_comments_bot i {
    display: none;
  }

  .indexComments_main .swiper-button-prev,
  .indexComments_main .swiper-button-next {
    top: 140px;
    width: 48px;
    height: 48px;
  }

  .indexComments_main .swiper-button-next {
    left: auto;
    right: 8px;
  }

  .index_comments .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }

  .indexnews {
    padding: 30px 0 5px;
  }

  .indexnews .blog_txt {
    padding: 15px 18px 25px 18px;
  }

  .indexnews .blogmore {
    display: block;
    padding: 8px 25px;
    font-size: 16px;
  }

  #indexmap {
    height: 200px;
  }

  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding: 30px 10px 100px;
  }

  .fot_nav {
    display: none;
    align-items: flex-start;
    flex-direction: column;
  }

  .fot_nav h4 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .footer_social_media {
    justify-content: flex-start;
    padding: 14px 0px 0;
    margin-bottom: 10px;
  }

  .footer_social_media a {
    width: 45px;
    height: 45px;
    margin-left: 22px;
  }

  .footer_tags a {
    opacity: 1;
  }

  .fot_nav ul {
    width: 100%;
    flex-direction: column;
  }

  .fot_nav ul li {
    opacity: 1;
    margin-bottom: 8px;
  }

  .fot_nav ul li a {
    font-size: 16px;
    line-height: 24px;
  }

  .fot_nav ul li:hover {
    opacity: 1;
    box-shadow: none;
  }

  .footer_con h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .footer_con p,
  .footer_con a {
    color: #111;
  }

  .footer_copyrights {
    margin-top: 12px;
  }

  .footer_copyrights_p {
    justify-content: center;
  }

  .footer_copyrights_p p {
    text-align: center;
  }

  .footer_Powered {
    text-align: center;
  }

}

@media (min-width:576px) and (max-width:767px) {
  .bg-dark {
    background-color: #fff !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-toggler {
    background-color: #0174f0;
  }

  .text-bg-dark {
    background-color: #EFF3FD !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .banner .swiper-pagination-bullet {
    width: 22px;
    height: 2px;
  }

  .products_title h3,
  .indexAboutus_right h1,
  .indexAd_main h3,
  .index_honor h3,
  .indexComments_title h3,
  .indextitle_hot {
    font-size: 40px;
  }

  .index_products {
    padding: 20px 0 25px;
  }

  .products_top {
    display: flex;
    justify-content: center;
  }

  .products_ad {
    display: none;
  }

  .products_title h3 {
    text-align: center;
    margin-bottom: 10px;
  }

  .products_title p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
  }

  .products_main .row {
    padding-top: 10px;
  }

  .hide_min {
    display: none;
  }

  .indexproduct_box {
    border-radius: 15px;
    padding: 15px 15px 20px;
    margin: 10px 4px 15px;
  }

  .indexproduct_content {
    padding: 0;
  }

  .products_bot p {
    padding: 0 15px 15px;
    font-size: 16px;
  }

  .products_bot a {
    display: inline-block;
    padding: 12px 35px;
    margin-top: 10px;
  }

  .indexproduct_content h3 {
    padding: 10px 5px 5px;
  }

  .indexproduct_content .indexproduct_h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .indexproduct_content p {
    font-size: 14px;
    padding: 0px 5px;
    margin-bottom: 15px;
  }

  .indexproduct_more {
    padding: 10px 35px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 8px;
  }

  .index_aboutus {
    padding: 35px 0;
  }

  .indexAboutus_left .row {
    align-items: flex-end;
    justify-content: space-around;
  }

  .aboutus_left_rot span:nth-child(1) {
    padding-top: 10px;
    font-size: 80px;
    font-weight: 800;
    line-height: 100px;
  }

  .aboutus_left_rot span:nth-child(2) {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
  }

  .indexAboutus_left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .aboutus_left_rot {
    display: none;
  }

  .aboutus_img {
    padding-top: 65%;
  }

  .indexAboutus_right {
    margin-top: 20px;
  }

  .indexAboutus_right h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .indexAboutus_right .aboutus_text {
    font-size: 16px;
    line-height: 26px;
  }

  .aboutus_bot_btn a {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 36px;
  }

  .index_advantages {
    padding: 35px 0 30px;
    background: rgba(0, 0, 0, 0.2);
  }

  .indexAd_main {
    padding: 0;
  }

  .indexAd_main h3 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 10px;
  }

  .indexAd_main .indexAd_title {
    text-align: center;
    margin-bottom: 35px;
  }

  .advantages_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .advantages_left {
    margin-right: 0px;
  }

  .advantages_left i {
    font-size: 50px;
    line-height: 65px;
  }

  .advantages_right h4 {
    text-align: center;
    margin-bottom: 5px;
  }

  .advantages_right p {
    text-align: center;
  }

  .advantages_item {
    margin-bottom: 22px;
    align-items: center;
  }

  .advantages_left i {
    font-size: 60px;
  }

  .index_honor {
    padding: 50px 0 35px;
  }

  .index_comments {
    padding: 40px 0;
  }

  .indexcomment {
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .index_comments .swiper-horizontal>.swiper-pagination-bullets,
  .index_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: auto !important;
    left: auto;
    width: 100%;
    text-align: center;
  }

  .indexnews {
    padding: 30px 0 5px;
  }

  .indexnews .blog_txt {
    padding: 15px 18px 25px 18px;
  }

  .indexnews .blogmore {
    display: block;
    padding: 8px 25px;
    font-size: 16px;
  }

  #indexmap {
    height: 300px;
  }

  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding: 30px 2% 100px;
  }

  .fot_nav {
    display: none;
  }

  .fot_nav ul li {
    opacity: 1;
  }

  .fot_nav ul li a {
    color: #111;
  }

  .fot_nav h4 {
    margin-right: 20px;
  }

  .footer_social_media {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }

  .footer_con {
    margin-top: 15px;
  }

  .footer_con p,
  .footer_con a {
    color: #111;
  }

  .footer_copyrights_p {
    justify-content: center;
  }

  .footer_copyrights_p p {
    text-align: center;
  }

  .footer_Powered {
    text-align: center;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .bg-dark {
    background-color: #fff !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-toggler {
    background-color: #0174f0;
  }

  .text-bg-dark {
    background-color: #EFF3FD !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .products_title h3,
  .indexAboutus_right h1,
  .indexAd_main h3,
  .index_honor h3,
  .indexComments_title h3,
  .indextitle_hot {
    font-size: 45px;
  }

  .index_products {
    padding: 45px 0 45px;
  }

  .products_ad {
    margin-top: 0;
    display: none;
  }

  .products_adItems {
    width: 180px;
    height: 180px;
  }

  .products_adItems i {
    font-size: 60px;
    line-height: 55px;
  }

  .products_adItems h4 {
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .products_top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .indexproduct_content {
    text-align: center;
    padding: 5px 10px 26px;
  }

  .hide_min {
    /* display: none; */
  }

  .indexproduct_content h3 {
    padding: 10px 5px;
  }

  .indexproduct_content .indexproduct_h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .indexproduct_box {
    position: relative;
    background-color: #fff;
    cursor: pointer;
    margin: 15px 0px 20px;
  }

  .indexproduct_content p {
    margin-bottom: 15px;
  }

  .indexproduct_more {
    display: inline-block;
    padding: 11px 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .products_bot a {
    padding: 16px 50px;
    font-size: 18px;
  }

  .products_bot p {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .index_aboutus {
    padding: 50px 0 50px;
  }

  .aboutus_left_rot {
    display: none;
  }

  .indexAboutus_left {
    padding-right: 0px;
  }

  .aboutus_img {
    padding-top: 140%;
  }

  .indexAboutus_right {
    padding: 0 20px 0 40px;
    justify-content: space-between;
  }

  .indexAboutus_right h1 {
    margin-bottom: 10px;
  }

  .indexAboutus_right .aboutus_text {
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
  }

  .aboutus_bot_btn a {
    margin-top: 20px;
    padding: 16px 45px;
  }

  .index_advantages {
    padding: 50px 0 45px;
  }

  .indexAd_main h3 {
    text-align: center;
    margin-bottom: 13px;
  }

  .indexAd_main .indexAd_title {
    text-align: center;
    margin-bottom: 35px;
  }

  .indexAd_main {
    padding: 0px 40px;
  }

  .advantages_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .advantages_left {
    margin-right: 0px;
  }

  .advantages_left i {
    font-size: 60px;
    line-height: 75px;
  }

  .advantages_right h4 {
    text-align: center;
    margin-bottom: 5px;
  }

  .advantages_right p {
    text-align: center;
  }

  .indexcomment {
    margin-bottom: 0;
  }




  #indexmap {
    height: 300px;
  }

  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding: 50px 0 100px;
  }

  .fot_nav ul li {
    opacity: 1;
  }

  .fot_nav ul li a {
    color: #111;
  }

  .fot_nav h4 {
    margin-right: 20px;
  }

  .footer_social_media {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .footer_con {
    margin-top: 15px;
  }

  .footer_con p,
  .footer_con a {
    color: #111;
  }

  .footer_bottom_left h4 {
    text-align: center;
    color: #111;
    font-weight: normal;
  }

  .footer_bottom_right {
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
    color: #111;
  }

  .footer_bottom_right a {
    color: #111;
    font-weight: normal;
  }
}

@media (min-width:992px) and (max-width:1199px) {
    .products_adItems p{
        width: 80%;
        font-size: 14px;
    }
  .bg-dark {
    background-color: #fff !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-toggler {
    background-color: #0174f0;
  }

  .text-bg-dark {
    background-color: #EFF3FD !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .products_title h3,
  .indexAboutus_right h1,
  .indexAd_main h3,
  .index_honor h3,
  .indexComments_title h3,
  .indextitle_hot {
    font-size: 50px;
  }

  .index_products {
    padding: 45px 0 45px;
  }

  .products_ad {
    margin-top: 0px;
  }

  .products_title {
    padding-right: 40px;
  }

  .products_adItems {
    width: 200px;
    height: 200px;
  }

  .products_adItems i {
    font-size: 60px;
    line-height: 55px;
  }

  .products_adItems h4 {
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .products_top {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .products_title p {
    margin-bottom: 10px;
  }

  .indexproduct_content {
    text-align: center;
    padding: 5px 10px 26px;
  }

  .hide_min {
    /* display: none; */
  }

  .indexproduct_content h3 {
    padding: 10px 5px;
  }

  .indexproduct_content .indexproduct_h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .indexproduct_box {
    position: relative;
    background-color: #fff;
    cursor: pointer;
    margin: 15px 0px 20px;
  }

  .indexproduct_content p {
    margin-bottom: 15px;
  }

  .indexproduct_more {
    display: inline-block;
    padding: 11px 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .products_bot a {
    padding: 16px 50px;
    font-size: 18px;
  }

  .products_bot p {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .indexAboutus_left {
    padding-right: 55px;
  }

  .aboutus_img {
    padding-top: 135%;
  }

  .aboutus_left_rot {
    display: none;
  }

  .indexAboutus_right {
    display: flex;
    justify-content: space-around;
  }

  .indexAboutus_right .aboutus_text {
    line-height: 32px;
  }

  .aboutus_bot_btn a {
    margin-top: 21px;
  }

  .index_aboutus {
    padding: 60px 15px;
  }

  .indexAd_main .row {
    justify-content: space-between;
  }

  .indexComments_title {
    padding: 0 20px;
  }

  .indexComments_main .swiper-button-next {
    right: 20px;
  }

  .indexComments_main .swiper-button-prev {
    right: 76px;
  }

  #indexmap {
    margin-top: 0px;
    height: 300px;
  }

  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding-top: 50px;
    padding-bottom: 110px;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .logo-fixed img {
    max-height: 80px;
  }

  .bg-dark {
    background-color: #fff !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-toggler {
    background-color: #0174f0;
  }

  .text-bg-dark {
    background-color: #EFF3FD !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
    font-weight: bold;
  }

  .nav-link {
    color: #111;
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #111;
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .products_title h3,
  .indexAboutus_right h1,
  .indexAd_main h3,
  .index_honor h3,
  .indexComments_title h3,
  .indextitle_hot {
    font-size: 55px;
  }

  .products_ad {
    margin-top: -120px;
  }

  .products_adItems {
    width: 230px;
    height: 230px;
  }

  .products_adItems h4 {
    padding: 0 15px;
  }

  .products_title p {
    margin-bottom: 25px;
  }

  .indexproduct_content {
    padding: 10px 10px 25px;
  }

  .indexAboutus_left {
    padding-right: 70px;
  }

  .aboutus_bot_btn a {
    margin-top: 30px;
  }

  .aboutus_img {
    padding-top: 110%;
  }

  .products_bot p {
    padding-bottom: 25px;
  }

  .indexAboutus_left .row {
    align-items: flex-end;
  }

  .aboutus_left_rot {
    padding-left: 0;
  }

  .indexcomment {
    margin-bottom: 5px;
  }

  .index_footer {
    margin-top: 0px;
    padding: 50px 20px;
  }
}

@media (min-width:1401px) and (max-width:1680px) {

  .products_title h3,
  .indexAboutus_right h1,
  .indexAd_main h3,
  .index_honor h3,
  .indexComments_title h3,
  .indextitle_hot {
    font-size: 55px;
  }

  .products_ad {
    margin-top: -120px;
  }

  .products_adItems {
    width: 230px;
    height: 230px;
  }

  .products_title p {
    margin-bottom: 20px;
  }

  .products_adItems h4 {
    padding: 0 15px;
  }

  .products_bot p {
    padding-bottom: 30px;
  }

  .indexAboutus_left .row {
    align-items: flex-end;
  }

  .indexAboutus_right .aboutus_text {
    font-size: 19px;
    line-height: 32px;
  }

  .aboutus_bot_btn a {
    font-size: 17px;
  }

  .aboutus_left_rot {
    padding-left: 0;
  }

  .aboutus_img {
    padding-top: 131%;
  }

  .index_footer {
    padding: 60px 20px;
  }
}

@media (min-width: 850px) and (max-width: 991px) {
  .aboutus_img {
    padding-top: 100%;
  }

  .indexAboutus_right {
    justify-content: space-between;
  }

  .indexAboutus_right .aboutus_text {
    font-size: 18px;
    line-height: 32px;
  }


  .aboutus_bot_btn a {
    margin-top: 20px;
    padding: 20px 45px;
  }
}

@media (min-width: 1080px) and (max-width: 1199px) {
  .aboutus_img {
    padding-top: 90%;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .index_footer {
    padding: 60px 20px 100px;
  }
}