.container {
  max-width: 1640px !important;
}
.logo-fixed{
  display: none;
}
.fixed-nav-active .logo-fixed{
  display: block;
}
.header_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.public_ad_header_email {
  box-shadow: 0px 0px 0px 3px rgba(237, 231, 236, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}

.public_ad_header_email i {
  font-size: 20px;
  line-height: 2;
  color: #FFF;
}

.public_ad_header_social_tel {
  margin-left: 20px;
  align-items: center;
  /* display: flex; */
}

.public_ad_header_social_tel p {
  font-size: 18px;
  color: #fff;
}

.public_ad_header_social_tel h4 {
  font-size: 16px;
  color: #fff;
}

.public_ad_header_name {
  display: flex;
  width: 250px;
}

.fixed-nav .public_ad_header {
  display: none;
}

/* banner */
.index_banner {
  background: #04bf99;
}

/* list */
.indexlist {
  background: #0e51ac;
  padding: 60px 0;
}

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

.main_list img {
  width: 60px;
  height: 60px;
}

.main_list h2 {
  margin-bottom: 15px;
  margin-top: 15px;
  word-break: break-all;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.main_list ul li {
  font-size: 17px;
  color: #fff;
  line-height: 2.6;
  font-weight: 500;
}

.main_list ul li a {
  word-break: break-all;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
}

.main_list ul li a:hover {
  border-bottom: solid 1px rgb(4 191 153);

}

/* about company */
.indexabout {
  background: url(../images/aboutbg.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
  padding: 60px 0;
}

.indexabouttit h3 {
  font-size: 18px;
  color: #04bf99;
  font-weight: bold;
  margin-bottom: 10px;
  word-break: break-all;
}

.indexabouttit h1 {
  font-size: 55px;
  color: #000;
  font-weight: bolder;
  margin-bottom: 20px;
  word-break: break-all;
}

.indexabouttit p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexabout_hd {
  margin-bottom: 50px;
}

.indexabout_hdflex,
.indexabout_bdflex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

.indexabout_hdtitle span {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  word-break: break-all;
}

.indexabout_hdtitle h2 {
  word-break: break-all;
  font-size: 48px;
  color: #000;
  font-weight: bold;
}

.indexabout_hdtitletxt P {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  word-break: break-all;
}

.indexaboutmore {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.indexaboutmore .indexproductallmore {
  background-color: #003974;
}

.indexaboutmore .indexproductallmore p {
  color: #fff;
}

.indexaboutmore .indexproductallmore span {
  background-color: #fff;
}

.indexaboutmore .indexproductallmore i {
  color: #003974;
}

.indexaboutimg {
  padding: 0 100px 40px 0;
}

.indexaboutimg img {
  width: 100%;
  vertical-align: middle;
}

.indexabout_data ul {
  display: flex;
  flex-wrap: wrap;
}

.indexabout_data {
  margin-top: 50px;
}

.indexabout_data li {
  width: 48%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0 0 50px 0;
}

.indexabout_databox {
  display: flex;
  align-items: center;
}

.indexabout_data li i {
  font-size: 50px;
  color: #003974;
  text-align: center;
  display: block;
}

.indexabout_data li h3 {
  font-size: 50px;
  color: #003974;
  font-weight: bolder;
  word-break: break-all;
}

.indexabout_data li span {
  font-size: 50px;
  color: #003974;
  font-weight: bolder;
  word-break: break-all;
}

.indexabout_data li p {
  font-size: 18px;
  color: #000;
  word-break: break-all;
}

.aboutmore a {
  width: 30%;
  padding: 20px;
  border: 1px solid #0e51ac;
  background-color: #0e51ac;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  margin: 30px 0 0 0;
  display: block;
  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;
}

.aboutmore a:hover {
  border: 1px solid #04bf99;
  background-color: #04bf99;
}

.bcolor {
  color: #0e51ac !important;
}

.gcolor {
  color: #04bf99 !important;
}

/* good */
.indexgood {
  background: #0e51ac;
  padding: 60px 0;
}

.indexgood .indexzhutitle h2 {
  color: #fff;
}

.indexgood_main h2 {
  font-size: 48px;
  color: #d1af77;
  font-weight: bold;
  margin-bottom: 60px;
  z-index: 99;
  position: relative;
  word-break: break-all;
}

.indexgood_main ul {
  z-index: 99;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.indexgood_main {
  margin-top: 50px;
}

.indexgood_main h3 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  margin: 20px 0;
}

.indexgood_main p {
  font-size: 18px;
  color: #ffffffB3;
  text-align: center;
  word-break: break-all;
  line-height: 2;
}

.indexgood_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #04bf99;
  width: 120px;
  height: 120px;
  text-align: center;
  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;
}

.indexgood_icon img {
  background: #fff;
  width: 80px;
  height: 80px;
  padding: 10px;
}

.indexgood_main li {
  width: 23%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  margin-bottom: 20px;
}

.indexgood_main li i {
  font-size: 60px;
  line-height: 2;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.indexgood_main li:hover .indexgood_icon {
  background-color: #4181db;
  transform: rotateY(180deg);
}

/* product */
.indexproduct {
  padding: 60px 0;
}

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

.indexzhutitle h2 {
  font-size: 55px;
  color: #000;
  font-weight: bolder;
  word-break: break-all;
}

.indexzhutitle p {
  font-size: 18px;
  color: #04bf99;
  font-weight: bold;
  margin-bottom: 10px;
  word-break: break-all;
}

.indexproduct_li {
  margin: 15px 0;
  position: relative;
  top: 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;
}

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

.indexproduct_box {
  height: 100%;
  background-color: #eee;
  padding: 30px 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

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

.indexproduct_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.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_con {
  margin-top: 30px;
  text-align: center;
}

.indexproduct_con h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.indexproduct_con p {
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.indexproduct_con .indexproduct_more {
  /* width: 60%; */
  padding: 15px;
  border: 1px solid #04bf99;
  background-color: #04bf99;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 30px auto 0 auto;
  display: block;
  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_li:hover .indexproduct_con h3 a {
  color: #0e51ac;
}

.indexproduct_li:hover .indexproduct_con .indexproduct_more {
  background-color: #0e51ac;
  color: #ffffff;
  border: 1px solid #0e51ac;
}

/* 
.indexproduct_li:hover {
  top: -20px;
} */

.indexproduct_li:hover .indexproduct_box {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}

/* comment */
.index_comments {
  padding: 50px 0;
}

.index_comments h3 {
  font-size: 60px;
  line-height: 90px;
  margin-bottom: 30px;
  font-weight: bold;
  word-break: break-all;
}

.indexproducts_main {
  position: relative;
}

.indexproducts_main .swiper-slide {
  height: auto !important;
}

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

.index_comments_content {
  padding-top: 30px;
  margin-bottom: 40px;
  position: relative;
  /* overflow: hidden; */
  height: 100%;
}

.index_comments_top {
  padding: 45px 40px 30px;
  background-color: #f5f4f8;
  z-index: 10;
  position: relative;
  /* overflow: hidden; */
  height: 100%;
}

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

.index_comments_fixed1 {
  position: absolute;
  top: -30px;
  right: 60px;
  width: 60px;
  height: 60px;
  background-color: #04bf99;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_comments_fixed1 i {
  font-size: 24px;
  color: #fff;
}

.index_comments_fixed2 {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -12px;
  left: 40px;
  background-color: #f5f4f8;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
  z-index: 30;
}

.index_comments_bot {
  margin-top: 15px;
  padding-left: 12px;
  display: flex;
}

.index_comments_bot .row {
  align-items: center;
  width: 100%;
}

.comments_bot_img {
  padding: 10px;
  border-radius: 50%;
  border: 1px dashed #f5f4f8;
}

.comments_bot_img img {
  border-radius: 50%;
}

.comments_bot_info h5 {
  font-size: 24px;
 margin-bottom: 10px;
  font-weight: 600;
  word-wrap: break-word;
  word-break: break-all;
}

.comments_bot_info 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: 80px;
}

.index_comments .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #0e51ac;
  z-index: 9999;
}

.index_comments .swiper-button-next {
  bottom: 0;
  top: auto;
  left: 90px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #0e51ac;
  z-index: 9999;
}

.index_comments .swiper-button-next:after,
.index_comments .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.index_comments .swiper-button-next:hover,
.index_comments .swiper-button-prev:hover {
  background-color: #04bf99;
}

.index_comments .swiper-horizontal>.swiper-pagination-bullets,
.index_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0 !important;
  left: auto;
  width: 10%;
}

/* news */
.indexnews {
  padding: 40px 0 40px 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: none;
  margin-bottom: 10px;
  font-weight: bold;
  word-break: break-all;
}

.indexnews_title_left h2 {
  font-size: 70px;
  color: #111;
  letter-spacing: 1px;
  font-weight: bold;
  word-break: break-all;
}

.indexnews_title_more {
  padding: 18px 60px;
  border-radius: 5px;
  border: 1px solid #04bf99;
  display: inline-block;
  background-color: #04bf99;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-transform: none;
  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: #111;
  color: #fff;
  border: 1px solid #111;
}

.indexnews .blog_txt {
  padding: 20px;
}

.indexnews .blogbox {
  overflow: hidden;
  background-color: #fff;
}

.indexnews .blogmorebtn {
  display: block;
  margin: 20px auto 0 auto;
}

.indexnews .blog_txt h3 {
  font-size: 22px;
  margin-bottom: 20px;
  word-break: break-all;
}

.indexnews .blogmore {
  background-color: #04bf99;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #04bf99;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
}

.indexnews .blogline {
  background-color: #0e51ac;
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

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

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

#map2 {
  height: 500px;
}

/* footer */
.footer {
  background: #fff;
  background-size: cover;
  padding: 90px 0;
}

.footertopnav {
  text-align: right;
}

.footertop {
  margin-bottom: 30px;
  align-items: center;
}

.footertopimg img {
  width: 250px;
}

.footertopnav p {
  font-size: 45px;
  font-weight: bolder;
  color: #000;
  word-break: break-all;
}

.footer .iconsize {
  font-size: 26px;
  line-height: 1.8;
}

.footer_contacts {
  margin-left: 20px;
}

.footer_contact1 {
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.footer_contact1_tel {
  /* text-align: center; */
}

.footer_contact1_tel p {
  color: #000;
  font-size: 18px;
  font-weight: bolder;
}

.footer_contact1_tel i {
  font-size: 22px;
  line-height: 2.2;
  color: #000;
}

/* .footer_contact1_social_tel {
  margin-left: 20px;
} */

.footer_contact1_social_add {
  /* margin-left: 20px; */
}

.footer_contact1_social_tel p {
  font-size: 16px !important;
  color: #000 !important;
  margin: 10px 0;
}

.footer_contact1_social_add p {
  font-size: 16px;
  color: #000;
  margin: 10px 0;
}

.footer_contacts p {
  font-size: 16px;
  color: #ffffff80;
}

.footer_contacts h2 {
  font-size: 19px;
  color: #000;
}

.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 20px;
}

.footer_main h3 {
  font-size: 25px;
  color: #000;
  font-weight: bold;
}

.footer_worktime {
  margin: 30px 0;
}

.footer_worktime p {
  font-size: 14px;
  color: #ffffff80;
  padding: 5px 0;
}

.footer_iconbg {
  background: #ad4bdb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.public_ad_header_social_media {
  justify-content: flex-start !important;
  margin-left: 0;
}

.footer .public_ad_header_social_media a {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 15px;
  border-radius: 0;
  color: #000;
}

.public_ad_header_social_media a {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 15px;
  border-radius: 0;
  color: #000;
}

.footer_url {
  margin: 40px 0;
}

.footer_url a {
  margin-left: 0;
  margin-right: 20px;
  border-radius: 0;
  color: #000;
  line-height: 3;
  font-size: 22px;
  font-weight: 800;
}

.footer_page h3,
.footer_hotproduct h3,
.footer_contact h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 20px;
}

.footer_page a,
.footer_hotproduct a {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  text-transform: none;
}

.footer_hotproduct a:hover {
  text-decoration: underline !important;
}

.footer_page a:hover {
  text-decoration: underline !important;
}

.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.footer_contact li i {
  font-size: 22px;
  color: #000;
}

.footer_copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  margin-top: 20px;
  padding: 20px 0 20px 0;
  width: 100%;
}

.footer_copyrights_name {
  font-size: 14px;
  color: #000;
}

.footer_copyrights_p p {
  font-size: 14px;
  color: #000;
  display: inline;
}

.footer_copyrights_p a {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  display: inline;
  text-decoration: underline;
}

.footer_tags {
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.footer_tags p {
  font-size: 14px;
  color: #000;
  text-transform: none;
}

.footer_tags a {
  font-size: 14px;
  color: #000;
  display: block;
  margin: 5px;
}

.footer_tags a:hover {
  text-decoration: underline !important;
}

/* shi pei */
@media (max-width:576px) {
  .indexlist {
    padding: 30px 0;
  }

  .indexabout {
    background-size: 0;
    padding: 30px 0;
  }

  .indexabouttit h1 {
    font-size: 32px;
  }

  .indexabout_data {
    margin-top: 30px;
  }

  .indexabout_data li {
    margin: 0 0 30px 0;
  }

  .indexabout_data li h3 {
    font-size: 30px;
  }

  .indexabout_data li span {
    font-size: 30px;
  }

  .aboutmore a {
    width: 100%;
    padding: 15px;
    margin: 20px 0;
  }

  .indexaboutimg {
    padding: 0px;
  }

  .indexgood {
    background: #0e51ac;
    padding: 30px 0;
  }

  .indexzhutitle h2 {
    font-size: 32px;
  }

  .indexgood_main li {
    width: 48%;
  }

  .indexgood_main {
    margin-top: 20px;
  }

  .indexgood_main h3 {
    font-size: 22px;
  }

  .indexgood_main p {
    line-height: 1.5;
  }

  .indexproduct {
    padding: 30px 0;
  }

  .indexproduct_box {
    padding: 15px;
  }

  .indexproduct_con h3 {
    font-size: 20px;
  }

  .index_comments {
    padding: 20px 0;
  }

  .comments_bot_info h5 {
    font-size: 20px;
  }

  #map2 {
    height: 300px;
  }

  .indexnews {
    padding: 30px 0;
  }

  .footer {
    background: #fff;
    background-size: cover;
    padding: 30px 0 90px 0;
  }

  .footertopnav {
    text-align: left;
  }

  .footertopnav p {
    font-size: 30px;
  }
}

@media (min-width:577px) and (max-width:768px) {
  .indexlist {
    padding: 30px 0;
  }

  .indexabout {
    background-size: 0;
    padding: 30px 0;
  }

  .indexabouttit h1 {
    font-size: 32px;
  }

  .indexabout_data {
    margin-top: 30px;
  }

  .indexabout_data li {
    margin: 0 0 30px 0;
  }

  .indexabout_data li h3 {
    font-size: 30px;
  }

  .indexabout_data li span {
    font-size: 30px;
  }

  .aboutmore a {
    width: 100%;
    padding: 15px;
    margin: 20px 0;
  }

  .indexaboutimg {
    padding: 0px;
  }

  .indexgood {
    background: #0e51ac;
    padding: 30px 0;
  }

  .indexzhutitle h2 {
    font-size: 32px;
  }

  .indexgood_main li {
    width: 48%;
  }

  .indexgood_main {
    margin-top: 20px;
  }

  .indexgood_main h3 {
    font-size: 22px;
  }

  .indexgood_main p {
    line-height: 1.5;
  }

  .indexproduct {
    padding: 30px 0;
  }

  .indexproduct_box {
    padding: 15px;
  }

  .indexproduct_con h3 {
    font-size: 20px;
  }

  .index_comments {
    padding: 20px 0;
  }

  .comments_bot_info h5 {
    font-size: 20px;
  }

  #map2 {
    height: 300px;
  }

  .indexnews {
    padding: 30px 0;
  }

  .footer {
    background: #fff;
    background-size: cover;
    padding: 30px 0 90px 0;
  }

  .footertopnav {
    text-align: left;
  }

  .footertopnav p {
    font-size: 30px;
  }
}

@media (min-width:769px) and (max-width:992px) {
  .indexlist {
    padding: 30px 0;
  }

  .indexabout {
    background-size: 0;
    padding: 30px 0;
  }

  .indexabouttit h1 {
    font-size: 32px;
  }

  .indexabout_data {
    margin-top: 30px;
  }

  .indexabout_data li {
    margin: 0 0 30px 0;
  }

  .indexabout_data li h3 {
    font-size: 30px;
  }

  .indexabout_data li span {
    font-size: 30px;
  }

  .aboutmore a {
    width: 100%;
    padding: 15px;
    margin: 20px 0;
  }

  .indexaboutimg {
    padding: 0px;
  }

  .indexgood {
    background: #0e51ac;
    padding: 30px 0;
  }

  .indexzhutitle h2 {
    font-size: 32px;
  }

  .indexgood_main li {
    width: 48%;
  }

  .indexgood_main {
    margin-top: 20px;
  }

  .indexgood_main h3 {
    font-size: 22px;
  }

  .indexgood_main p {
    line-height: 1.5;
  }

  .indexproduct {
    padding: 30px 0;
  }

  .indexproduct_box {
    padding: 15px;
  }

  .indexproduct_con h3 {
    font-size: 20px;
  }

  .index_comments {
    padding: 20px 0;
  }

  .comments_bot_info h5 {
    font-size: 20px;
  }

  #map2 {
    height: 300px;
  }

  .indexnews {
    padding: 30px 0;
  }

  .footer {
    background: #fff;
    background-size: cover;
    padding: 30px 0 90px 0;
  }


  .footertopnav p {
    font-size: 30px;
  }
  .indexabouttit p {
    -webkit-line-clamp: 3;
}

}

@media (min-width:993px) and (max-width:1200px) {
  .indexlist {
    padding: 30px 0;
  }

  .indexabout {
    background-size: 0;
    padding: 30px 0;
  }

  .indexabouttit h1 {
    font-size: 32px;
  }

  .indexabout_data {
    margin-top: 30px;
  }

  .indexabout_data li {
    margin: 0 0 30px 0;
  }

  .indexabout_data li h3 {
    font-size: 30px;
  }

  .indexabout_data li span {
    font-size: 30px;
  }

  .aboutmore a {
    width: 100%;
    padding: 15px;
    margin: 20px 0;
  }

  .indexaboutimg {
    padding: 0px;
  }

  .indexgood {
    background: #0e51ac;
    padding: 30px 0;
  }

  .indexzhutitle h2 {
    font-size: 32px;
  }

  .indexgood_main li {
    width: 48%;
  }

  .indexgood_main {
    margin-top: 20px;
  }

  .indexgood_main h3 {
    font-size: 22px;
  }

  .indexgood_main p {
    line-height: 1.5;
  }

  .indexproduct {
    padding: 30px 0;
  }

  .indexproduct_box {
    padding: 15px;
  }

  .indexproduct_con h3 {
    font-size: 20px;
  }

  .index_comments {
    padding: 20px 0;
  }

  .comments_bot_info h5 {
    font-size: 20px;
  }

  #map2 {
    height: 300px;
  }

  .indexnews {
    padding: 30px 0;
  }

  .footer {
    background: #fff;
    background-size: cover;
    padding: 30px 0 90px 0;
  }

  .footertopnav p {
    font-size: 30px;
  }
}

@media (min-width:1201px) and (max-width:1440px) {
  .footertopnav p {
    font-size: 40px;
}
}

@media (min-width:1401px) and (max-width:1680px) {
  .footertopnav p {
    font-size: 40px;
}
}