@charset "utf-8";

.indexbody {
  padding: 20px 20px;
  background-color: #f0f0f0;
}

.header_top {
  position: absolute;
  top: 0;
  z-index: 99999;
  padding: 50px 0;
}

.public_ad_header_logo {
  padding: 10px 50px 10px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 35px;
  display: inline-block;
}

.public_ad_header_logo img {
  max-height: 100px;
}

.fixed_logo {
  display: none;
}

.fixed-nav .fixed_logo {
  display: block;
}

.fixed-nav .fixed_logo img {
  max-height: 100px;
}

.banner {
  position: relative;
  top: 0
}

.banner img {
  border-radius: 35px 0 35px 35px;
}

.banner .swiper-pagination-bullet {
  border: 2px #252436 solid;
  background-color: #252436;
}

.banner .swiper-pagination-bullet-active {
  border: 2px #55aa55 solid;
  background-color: #55aa55;
}

/* hotproduct */
.indexproducts {
  position: relative;
  padding: 50px 0 80px 0;
  background: #fff;
  border-radius: 35px;
}

.indexproducts .swiper-slide {
  padding: 50px 0 80px 0;

}

.productSwiper .swiper-slide-next {
  transform: scale(1.05);
  transition: all ease 0.3s;
}

.indextitle {
  font-size: 60px;
  text-align: center;
  color: #000;
  font-family: "Roboto";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-all;
}

.indexproduct {
  position: relative;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  border-radius: 15px;
}

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

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

.indexproduct_title {
  position: relative;
  text-align: center;
}

.indexproduct_title h3 {
  font-size: 24px;
  color: #252436;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
  font-family: Impact;
}

.indexproduct_title span {
  font-size: 18px;
  color: #55aa55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexproduct_more {
  background-color: #55aa55;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all ease 0.5s;
  border-radius: 35px;

}

.productSwiper .swiper-button-next,
.productSwiper .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 2px;
  text-align: center;
  background-color: #55aa55;
  z-index: 9999;
}

.productSwiper .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #55aa55;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.productSwiper .swiper-pagination-bullet-active {
  background-color: #55aa55;
}

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

.productSwiper .swiper-button-next:hover,
.productSwiper .swiper-button-prev:hover {
  background-color: #55aa55;
}

/* about */
.indexabout {
  padding: 50px 0 0 0;
}

.indexabout_left_tit {
  background: #fff;
  border-radius: 35px;
  padding: 50px 50px;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 40%;

}

.indexabout_left_tit span {
  font-size: 60px;
  color: #55aa55;
  font-weight: bold;
  font-family: Impact;
  display: inline-block;
  border-right: 1px #ddd solid;
  margin-right: 20px;
  padding-right: 20px;
}

.indexabout_left_tit h3 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

.indexabout_img {
  position: relative;
  z-index: 99;
  padding-top: 160px;
}

.indexabout_img img {
  border-radius: 35px;
}

.indexabout_right {
  padding-left: 5%;
}

.indexabout_title h1 {
  font-size: 80px;
  font-family: Impact;
  color: #000;
  margin-bottom: 20px;
}

.indexabout_title p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.indexabout_more {
  background-color: #55aa55;
  border-radius: 35px;
  color: #fff;
  padding: 15px 50px;
  display: inline-block;
  margin-top: 20px;
  transition: all ease 0.3s
}

.indexabout_more:hover {
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(85, 170, 85, 0.5);
  transition: all ease 0.3s
}

/* indexadvantages */
.indexadvantages {
  padding: 50px 0;
}

.indexadvantages_left {
  width: 90%;
}

.indexadvantages_tit {
  font-size: 60px;
  color: #252525;
  font-family: Impact;
  text-transform: uppercase;
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 80px;
}

.indexadvantages_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.indexadvantages_wrap .indexadvantages_icon span {
  background: #55aa55;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  display: inline-block;
}

.indexadvantages_wrap .indexadvantages_icon img {
  max-height: 50px;
}

.indexadvantages_title {
  padding-left: 20px;
}

.indexadvantages_title h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.indexadvantages_title p {
  color: #666;
}

.indexadvantages_wrap {
  margin-bottom: 30px;
}

.indexadvantages_right {
  background: #fff;
  border-radius: 35px;
  padding: 50px 50px;
}

.indexadvantages_right_title {
  text-align: center;
}

.indexadvantages_right_title h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.indexadvantages_right_title h2 span {
  color: #55aa55;
  font-weight: bold;
}

.indexadvantages_right_title p {
  color: #666
}

.indexadvantages_more {
  background-color: #55aa55;
  border-radius: 35px;
  color: #fff;
  padding: 18px 50px;
  display: inline-block;
  margin-top: 20px;
  transition: all ease 0.3s;
  font-size: 24px;
  font-weight: bold;
}

.indexadvantages_more:hover {
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(85, 170, 85, 0.5);
  transition: all ease 0.3s
}

.indexadvantages_right_img {
  margin-top: 20px;
}

.indexadvantages_right_img img {
  border-radius: 35px;
}

/* indexproductlist */
.indexproductlist {
  background: #fff;
  border-radius: 35px;
  padding: 50px 0;
}

.indexproductlist_title {
  font-size: 60px;
  font-family: Impact;
  margin-bottom: 30px;
}

.indexproductlist_wrap {
  border: 1px #eee solid;
  border-radius: 35px;
  padding: 20px 20px;
}

.indexproductlist_wrap_title {
  padding-top: 20px;
}

.indexproductlist_wrap_title h2 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexproductlist_wrap_title p {
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproductlist_wrap{
  margin-bottom: 20px;
}
.indexproductlist_wrap_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 70%;
}

.indexproductlist_wrap_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  border-radius: 15px;
}


.indexproductlist_more {
  background-color: #55aa55;
  border-radius: 35px;
  color: #fff;
  padding: 15px 40px;
  display: inline-block;
  margin-top: 20px;
  transition: all ease 0.3s;
  font-size: 24px;
  font-weight: bold;
}

.indexproductlist_more:hover {
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(85, 170, 85, 0.5);
  transition: all ease 0.3s
}
/* indexban */
.indexban{
  background: url(../images/bgr.webp) no-repeat;
  background-size: cover;
  padding: 100px 0;
  border-radius: 35px;
  position: relative;
}
.indexban::before{
  content: "";
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
  border-radius: 35px;

}
.indexban_messages{
  position: relative;
  z-index: 99;
}
.indexban_messages .tips{
  font-size:24px;
  font-weight: bold;
  color:#fff
}
.indexban_messages .feedbackForm{
  background: rgba(255, 255, 255, 0.1);
  padding: 50px 30px;
  border-radius: 35px;
}
.indexban_messages .line  input{
  height: 50px;
  line-height: 50px;
}
.indexban_messages .input_b{
  border-radius: 35px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  width: auto;
  padding:0 40px ;
  font-weight: bold;
  transition: all ease 0.3s
}
.indexban_messages .input_b:hover{
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(85, 170, 85, 0.5);
  transition: all ease 0.3s
}
.indexban_main{
  padding-left: 10%;
  position: relative;
  z-index: 99;
}
.indexban_title{
  margin-bottom: 30px;
}
.indexban_title h2{
  font-size:60px;
  font-family: Impact;
  color:#fff;
  margin-bottom: 20px;
}
.indexban_title p{
  line-height:30px;
  font-size:16px;
  color: #999;
}
.indexban_contact_title{
  font-size:20px;
  font-weight: bold;
}
.indexban_contact_content{
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
}

.indexban_contact_title{
  color:#fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.indexban_contact_tit{
  color: #fff;
  font-size:18px;
  word-wrap: break-word;
  word-break: break-all;
}
.indexban_contact_tit a{
  color:#fff
}

.indexban_contact_icon{
  display: flex;
  color:#fff;
  margin-right: 20px;
}
.indexban_contact_icon i{
  width:50px;
  height:50px;
  line-height:50px;
  text-align: center;
  border: 1px #999 solid;
  border-radius: 50%;
  font-size:20px;
  color:#55aa55
}
/* customer */
.indexcustomer {
  padding: 50px 0;
  position: relative;
}
.customerSwiper{
  padding:0px 0px 50px 50px;
  position: relative;
}
.customerSwiper .swiper-slide{
  height:auto;
}
.customerSwiper .indexproductlist_title{
  margin-bottom: 80px;
}
.indexcustomerli {
  position: relative;
  height: 100%;
}

.indexcustomerbox {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 20px 30px 20px;
}

.indexcustomertop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  position: absolute;
  top:-50px;
  left: -30px;
}

.indexcustomerimg {
  overflow: hidden;
  text-align: center;
  margin-right: 20px;
}

.indexcustomerimg img {
  vertical-align: middle;
  border: 5px #eee solid;
  border-radius: 50%; 
  width: 150px;
  height: 150px;
}
.indexcustomertxt{
  margin-top: 50px;
}

.indexcustomertxt h3 {
  font-size:24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexcustomertxt i{
  font-size: 14px;
  color: #fac41e;
  display: inline-block;
  margin-right: 5px;
}

.indexcustomertxt {
  flex: 1;
}
.indexcustomerwenan{
  padding: 50px 0 30px 0;
}

.indexcustomerwenan p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.customerSwiper .swiper-button-next{
  top: 60px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #55aa55;
  z-index: 9999;
  position: absolute;
  color:#fff;
  border-radius: 5px;
}

.customerSwiper .swiper-button-prev {
  top: 60px;
  left: auto;
  right:70px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #55aa55;
  z-index: 9999;
  position: absolute;
  color:#fff;
  border-radius: 5px;

}
.customerSwiper .swiper-button-next::after, .customerSwiper .swiper-button-prev::after{
  font-size:16px
}
/* map */
#fotmap{
  height: 500px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 35px;
}
/* news */
.indexnews {
  background-color: #fff;
  padding: 50px 0;
  border-radius: 35px;
}

.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 15px 30px 15px;
}

.indexnews .blog_txt h3 {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0 0 10px 0;
  line-height: 23px;
  font-weight: bold;
  font-size: 18px;
  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: 16px;
  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: 10px 60px;
  font-size: 18px;
  color: #55aa55;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #55aa55;
  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;
  border-radius: 35px;
  background: none;
}

.indexnews .blogline {
  width: 0%;
  height: 3px;
  background: #55aa55;
  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: #55aa55;
  border: 1px solid #55aa55;
  color: #fff;
}

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

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

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


/* logo */
.logoflex {
  padding: 0 0;
}

.logoSwiper {
  padding: 30px 0;
  display: none;
}

.logoSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
/* footer */
footer{
  padding: 0px 0 50px 0;
}
.footer_copyrights {
  padding: 10px 0 0px 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
}

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

.footer_copyrights_p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #666;
}

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

.footer_copyrights_p p {
  font-size: 16px;
  color: #666;
  display: inline;
  margin-bottom: 10px;
}

.footer_copyrights_p a {
  font-size: 16px;
  color: #666;
  display: inline;
  text-transform: uppercase;
}

@media (max-width:576px) {

  .navbar-toggler {
    background-color: #55aa55;
  }

  .bg-dark {
    background-color: #55aa55 !important;
    padding: 0 0 !important
  }

  .public_header_main {
    display: none;
  }
  .header_top{
    display: none;
  }
  .indextitle{
    font-size:36px;
    margin-bottom: 0;
  }
  .indexproduct_title{
    position: relative;
  }
  .indexproduct_more{
    padding: 10px 10px;
    font-size: 14px;
  }
  .productSwiper .swiper-slide-next {
    transform: scale(1);
    transition: all ease 0.3s;
  }
  .productSwiper .swiper-pagination{
    display: none;
  }
  .indexabout_left_tit{
    width: 100%;
    padding: 50px 10px;
  }
  .indexabout_right{
    padding-left: 0;
  }
  .indexabout{
    padding: 50px 0 0 0;
  }
  .indexadvantages{
     padding: 0 0;
  }
  .indexadvantages_tit{
    font-size:48px
  }
  .indexadvantages_left{
    width: 100%;
  }
  .indexadvantages_wrap{
    display: block;
  }
  .indexadvantages_title{
    padding-left: 0;
    padding-top: 20px;
  }
  .indexadvantages_right{
    padding: 30PX 20PX;
    margin-bottom: 20px;
  }
  .indexproductlist_title{
    line-height: 48px;
    font-size: 36px;    word-wrap: break-word;
  }
  .indexproductlist_wrap_title{
    margin-bottom: 20px;
  }
  .indexban_main{
    padding-left: 0;
    margin-top: 20px;
  }
  .indexban{
    background: url(../images/bgr.webp) fixed;
  }
  
  .indexcustomertop {
    left: 0;
    top: 0;
  }
  .indexcustomerimg img{
    width: auto;
    height: auto;
  }
  .indexcustomertxt{
    margin-top: 0;
  }
  .customerSwiper{
    padding:0  0;
  }
  
.customerSwiper  .swiper-button-next{
  bottom: 10px;
  top: auto;
  width: 55px;
  height: 55px;
  right: 15px;
  line-height: 55px;
  border-radius: 2px;
  text-align: center;
  background-color: #55aa55;
  z-index: 9999;
}

.customerSwiper  .swiper-button-prev {
  bottom: 10px;
  top: auto;
  width: 55px;
  height: 55px;
  left: 15px;
  line-height: 55px;
  border-radius: 2px;
  text-align: center;
  background-color: #55aa55;
  z-index: 9999;
}

.customerSwiper  .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #55aa55;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.customerSwiper  .swiper-pagination-bullet-active {
  background-color: #55aa55;
}

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

.customerSwiper  .swiper-button-next:hover,
.customerSwiper  .swiper-button-prev:hover {
  background-color: #55aa55;
}
.customerSwiper .indexproductlist_title{
  margin-bottom: 20px;
}
.indexcustomerbox{
  padding: 50px 15px;
}
#fotmap{
  height: 300px;
}
}

@media (min-width:577px) and (max-width:767px) {
  .navbar-toggler {
    background-color: #55aa55;
  }

  .bg-dark {
    background-color: #55aa55 !important;
    padding: 0 0 !important
  }

  .public_header_main {
    display: none;
  }
  .header_top{
    display: none;
  }
  .indextitle{
    font-size:36px;
    margin-bottom: 0;
  }
  .indexproduct_title{
    position: relative;
  }
  .indexproduct_more{
    padding: 10px 10px;
    font-size: 14px;
  }
  .productSwiper .swiper-slide-next {
    transform: scale(1);
    transition: all ease 0.3s;
  }
  .productSwiper .swiper-pagination{
    display: none;
  }
  .indexabout_left_tit{
    width: 100%;
    padding: 50px 10px;
  }
  .indexabout_right{
    padding-left: 0;
  }
  .indexabout{
    padding: 50px 0 0 0;
  }
  .indexadvantages{
     padding: 0 0;
  }
  .indexadvantages_tit{
    font-size:48px
  }
  .indexadvantages_left{
    width: 100%;
  }
  .indexadvantages_wrap{
    display: block;
  }
  .indexadvantages_title{
    padding-left: 0;
    padding-top: 20px;
  }
  .indexadvantages_right{
    padding: 30PX 20PX;
  }
  .indexproductlist_title{
    line-height: 48px;
    font-size: 48px;
  }
  .indexproductlist_wrap_title{
    margin-bottom: 20px;
  }
  .indexban_main{
    padding-left: 0;
    margin-top: 20px;
  }
  .indexcustomerwenan{
    padding: 70px 0 30px;
  }
  .indexban{
    background: url(../images/bgr.webp) fixed;
  }
  
  .indexcustomertop {
    left: 0;
    top: 0;
  }
  .indexcustomerimg img{
    width: auto;
    height: auto;
  }
  .indexcustomertxt{
    margin-top: 0;
  }
  .customerSwiper{
    padding:0  0;
  }
  
.customerSwiper  .swiper-button-next{
  bottom: 10px;
  top: auto;
  width: 55px;
  height: 55px;
  right: 15px;
  line-height: 55px;
  border-radius: 2px;
  text-align: center;
  background-color: #55aa55;
  z-index: 9999;
}

.customerSwiper  .swiper-button-prev {
  bottom: 10px;
  top: auto;
  width: 55px;
  height: 55px;
  left: 15px;
  line-height: 55px;
  border-radius: 2px;
  text-align: center;
  background-color: #55aa55;
  z-index: 9999;
}

.customerSwiper  .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #55aa55;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.customerSwiper  .swiper-pagination-bullet-active {
  background-color: #55aa55;
}

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

.customerSwiper  .swiper-button-next:hover,
.customerSwiper  .swiper-button-prev:hover {
  background-color: #55aa55;
}
.customerSwiper .indexproductlist_title{
  margin-bottom: 20px;
}
.indexcustomerbox{
  padding: 50px 15px;
}
#fotmap{
  height: 300px;
}
}

@media (min-width:768px) and (max-width:991px) {
  .navbar-toggler {
    background-color: #55aa55;
  }

  .bg-dark {
    background-color: #55aa55 !important;
    padding: 0 0 !important
  }

  .public_header_main {
    display: none;
  }
  .header_top{
    display: none;
  }
  .productSwiper .swiper-slide-next {
    transform: scale(1);
    transition: all ease 0.3s;
  }
  .indexabout_left_tit{
    width: 100%;
    padding: 50px 10px;
  }
  .indexabout_right{
    padding-left: 0;
  }
  .indexabout{
    padding: 50px 0 0 0;
  }
  .indexproductlist_wrap_title{
    margin-bottom: 20px;
  }
  .indexban_main{
    padding-left: 0;
    margin-top: 50px;
  }
  
  .indexcustomerwenan{
    padding:30px 0 30px;
  }
  .indexban{
    background: url(../images/bgr.webp) fixed;
  }
  
  .indexcustomertop {
    left: 0;
    top: 0;
  }
  .indexcustomerimg img{
    width: auto;
    height: auto;
  }
  .indexcustomertxt{
    margin-top: 0;
  }
  .customerSwiper{
    padding:0  0;
  }
  .indextitle{
    font-size:48px
  }
  .indexproduct_title{
    position: relative;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .navbar-toggler {
    background-color: #55aa55;
  }

  .bg-dark {
    background-color: #55aa55 !important;
    padding: 0 0 !important
  }

  .public_header_main {
    display: none;
  }
  .header_top{
    display: none;
  }
  .productSwiper .swiper-slide-next {
    transform: scale(1);
    transition: all ease 0.3s;
  }
  .indexabout_left_tit{
    width: 100%;
    padding: 50px 10px;
  }
  .indexabout_right{
    padding-left: 0;
  }
  .indexabout{
    padding: 50px 0 0 0;
  }
  .indexproductlist_wrap_title{
    margin-bottom: 20px;
  }
  .indexban_main{
    padding-left: 0;
    margin-top: 50px;
  }

  .indexban{
    background: url(../images/bgr.webp) fixed;
  }
  
  .indexcustomertop {
    left: 0;
    top: 0;
  }
  .indexcustomerimg img{
    width: auto;
    height: auto;
  }
  .indexcustomertxt{
    margin-top: 0;
  }
  .customerSwiper{
    padding:0  0;
  }
  .indextitle{
    font-size:48px
  }
  .indexproduct_title{
    position: relative;
  }
}

@media (min-width:1200px) and (max-width:1399px) {

  .productSwiper .swiper-slide-next {
    transform: scale(1);
    transition: all ease 0.3s;
  }
  .indexabout_left{
    padding-top: 50px;
  }
  .indexabout{
    padding: 50px 0 0 0;
  }
  .indexproductlist_wrap_title{
    padding-top: 0;
  }
  .indexproductlist_wrap_title p{
    display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }
  .header_top{
    padding: 10px 0;
  }
  .public_ad_header_con{
    display: none;
  }

}

@media (min-width:1400px) and (max-width:1680px) {
  .indexproductlist_wrap_title {
     padding-top: 0;
    }
    .indexabout_left{
      padding-top: 50px;
    }
}