.nav_wrap .head_nav > li > a {
  color: #000;
}
.search i {
  color: #000 !important;
}
.fixed-nav .head_layer {
  background-color: #fff !important;
}
.fixed-nav .nav_wrap {
  background-color: #fff !important;
}
.head_layer{background-color: #fff;}
.container {
  max-width: 1440px !important;
}
.btn13 {
  border: 1px solid #359b41;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: none;
}
.btn13:hover {
  color: #fff;
  border-color: #359b41;
}

.btn13 .bgsqr1 {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #359b41;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13 .bgsqr2 {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #359b41;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13:hover .bgsqr1 {
  border-width: 50px 260px;
}
.btn13:hover .bgsqr2 {
  border-width: 50px 260px;
}
.btn13 .btn-inner {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #359b41;
  padding: 10px 60px;
}
.btn13 .btn-inner:hover{color: #fff;}
.btn {
  padding: 0;
  margin-top: 30px;
}
.indexabout_video_img {
  position: relative;
  overflow: hidden;
  border-radius:10px;
}
.indexabout_video_img img {
  width: 100%;
  vertical-align: middle;
}
.indexabout_video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw:hover {
  border: 5px solid #ffffff;
  background-color: transparent;
  transition: 0.5s;
}

.cw:hover i {
  color: #ffffff;
}

.cw i {
  font-size: 25px;
  color: #ffffff;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}

/* news */
.indexnews {
  padding: 60px 0 60px 0;
}
.indexnews_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.indexnews_title_left span {
  font-size: 16px;
  color: #359b41;
  display: block;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: bold;
}
.indexnews_title_left h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
}
.indexnews_title_more {
  padding: 10px 60px;
  border: 1px solid #359b41;
  display: inline-block;
  font-size: 18px;
  background-color: #359b41;
  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: #FF892B;
  color: #fff;
  border: 1px solid #FF892B;
}
/* footer */
/* footer */
.footer {
  background: url(../images/cta-3.png) #d7f1c7;
  padding: 60px 0;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: initial;
  margin-bottom: 20px;
}
.footer_main h2 {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.footer_main .public_ad_header_social_media {
  justify-content: flex-start;
  margin-left: 0;
}
.footer_main .public_ad_header_social_media a {
  margin-left: 0;
  margin-right: 15px;
  border-radius: 0;
  margin-bottom: 5px;
}
.footer_page h3,
.footer_product h3,
.footer_contact h3 {
  font-size: 20px;
  color: #359b41;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 20px;
}
.footer_page a,
.footer_product a {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  text-transform: none;
  word-wrap: break-word;
  word-break: break-all;
}
.footer_product a:hover {
  text-decoration: underline !important;
  color: #359b41;
}
.footer_page a:hover {
  text-decoration: underline !important;
  color: #359b41;
}
.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*flex-wrap: wrap;*/
  margin-bottom: 20px;
}
.footer_contact li i {
  font-size: 22px;
  color: #359b41;
  margin-right: 10px;
}
.footer_contact li p {
  font-size: 16px;
  color: #000;
  flex: 1;
}
.footer_contact li a {
  font-size: 16px;
  color: #000;
  flex: 1;
}
.footer_copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0 60px 0;
  width: 100%;
}
.footer_copyrights_name {
  font-size: 14px;
  color: #fff;
}
.footer_copyrights_p p {
  font-size: 14px;
  color: #fff;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 14px;
  color: #fff;
  display: inline;
  text-transform: none;
}
.footer_tags {
  border-bottom: 1px solid #999;
  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;
  color: #359b41;
}
.bg-dark {
  background-color: #fff !important;
}
.navbar-toggler {
  background-color: #222 !important;
}
.indexchoose {
  padding: 80px 0;
}
.indexchoose_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 0 0 auto;
}
.indexchoose_img {
  position: relative;
}
.indexchoose_img img {
  width: 100%;
  vertical-align: middle;
}
.indexchoose_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexchoose_title span {
  display: block;
  font-size: 24px;
  color: #359b41;
  font-weight: bold;
}
.indexchoose_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  margin: 15px 0 20px 0;
  text-transform: none;
}
.indexchoose_title p {
  font-size: 16px;
  color: #333;
}
.indexchoose_list {
  margin-top: 40px;
}
.fivetxt {
  flex: 1;
}
.indexchoose_list li span {
  margin-right: 15px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #d7f1c7;
}
.indexchoose_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.indexchoose_list li i {
  font-size: 38px;
  color: #359b41;
  text-align: center;
}
.indexchoose_list li h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
}
.indexchoose_list li p {
  font-size: 14px;
  color: #333;
}
/* indexcard */
.indexcard{padding: 60px 0;background: url(../images/backjpg.jpg)}
.indexcard_flex{display: flex;flex-wrap: wrap;}
.indexcard_box{padding: 30px 15px;border-radius: 10px;position: relative;height: 100%;}
.indexcard_li:nth-child(1) .indexcard_box{background-color: #359b41;}
.indexcard_li:nth-child(2) .indexcard_box{background-color: #a0cb5b;}
.indexcard_li:nth-child(3) .indexcard_box{background-color: #ff892b;}
.indexcard_content{display: flex;flex-wrap: wrap;align-items: center;}
.indexcard_left span{font-size: 14px;color: #fff;text-transform: none;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;margin-bottom: 10px;word-break: break-all;}
.indexcard_left .indexcard_title,.indexcard_left h3{font-size: 24px;color: #fff;font-weight: bold;display: block;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;word-break: break-all;}
 .indexcard_left h3{
     height: 110px;
 }
.indexcard_left .indexcard_title{margin-bottom: 20px;}
.indexcard_more{display: flex;justify-content: flex-start;align-items: center;}
.indexcard_more p{font-size: 16px;color: #fff;font-weight: bold;}
.indexcard_more i{font-size: 18px;color: #fff;margin-left: 10px;display: block;margin-top: 3px;}
.indexcard_img{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top: 100%;}
.indexcard_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;}
.indexcard_li:hover .indexcard_img img{transform: scale(1.2);}
/* indexslogan */
.indexslogan_li{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;}
.indexslogan{padding:20px  0;background: url(../images/backjpg.jpg)}
.indexslogan_flex{display: flex;flex-wrap: wrap;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);background-color: #fff;border-radius: 20px;overflow: hidden;}
.indexslogan_box{ padding: 30px 10px; height: 100%;position: relative;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.indexslogan_box img{width: 80px;height: 80px;display: block;vertical-align: middle;margin-right: 15px;}
.indexslogan_txt{flex: 1;}
.indexslogan_txt h3{font-size: 16px;color: #000;font-weight: bold;margin-bottom: 10px;word-wrap: break-word;word-break: break-all;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;}
.indexslogan_txt p{font-size: 14px;color: #000;word-wrap: break-word;word-break: break-all;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;}
.indexslogan_li:hover  {background-color: #359b41;}
.indexslogan_li:hover .indexslogan_txt h3,.indexslogan_li:hover .indexslogan_txt p{color: #fff;} 
/* indexabout */
.indexabout{padding: 60px 0 0 0;background: url(../images/backjpg.jpg)}
.indexabout_flex{display: flex;flex-wrap: wrap;align-items: center;}
.indexabout_img{overflow: hidden;width: 100%;}
.indexabout_img img{width: 100%;}
.indexabout_main{overflow: hidden;}
.indexabout_content span{display: block;font-size: 18px;color: #ff892b;font-weight: bold;text-transform: none;margin-bottom: 15px;}
.indexabout_content h1{font-size: 42px;color: #000;font-weight: bold;margin-bottom: 20px;}
.indexabout_content p{font-size: 14px;color: #000;line-height: 25px;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp:9; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout_btn{ border-radius: 30px; display: inline-block;padding: 13px 40px;margin-top: 10px;background-color: #359b41;font-size: 18px;text-align: center;color: #fff;text-transform: none;font-weight: bold;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_number{display: flex;flex-wrap: wrap;z-index: 999;position: relative;margin: 40px 0;}
.indexabout_box{background-color: #fff;padding: 20px 10px; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);border-radius: 20px;height: 100%;position: relative;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 span{display: block;margin: 0 auto 10px auto; width: 40px;height: 40px;line-height: 40px;border-radius: 50%;background-color: #359b41;text-align: center;}
.indexabout_box span img{width: 25px;height: 25px;text-align: center;}
.indexabout_data{display: flex;justify-content: center;align-items: center;margin-bottom: 10px;}
.indexabout_data h3{font-size:30px;color: #000;text-align: center;font-family: "impact";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 h4{font-size: 14px;color: #000;text-align: center;margin-bottom: 10px;font-weight: bold;word-wrap: break-word;word-break: break-all;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 p{font-size: 14px;text-align: center;color: #333;word-wrap: break-word;word-break: break-all;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:hover{background-color: #359b41;}
.indexabout_box:hover h3{color: #fff;}
.indexabout_box:hover h4{color: #fff;}
.indexabout_box:hover p{color: #fff;}
.indexabout_btn:hover{padding: 13px 60px;background-color: #FF892B;}
.indexabout_left{position: relative;}
.indexabout_card{width: 40%; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2) ; background-color: #fff;padding: 30px 15px 15px 15px;border-radius: 15px;display: flex;justify-content: flex-start; position: absolute;bottom: -10px;right: 0;}
.indexabout_card img{width: 60px;height:60px;vertical-align: middle;display: block;margin-top: -10px;}
.indexabout_cardcontent{flex: 1;}
.indexabout_cardcontent h3{text-align: center; font-size: 18px;color: #000;font-weight: bold;margin-bottom: 10px;word-wrap: break-word;word-break: break-all;}
.indexabout_cardcontent b{font-size: 32px;color: #000;font-family: "impact";}
/* product */
.indexproduct{padding: 60px 0;background: url(../images/backjpg.jpg);}
.indexproduct_title{margin-bottom: 30px;}
.indexproduct_title span{display: block;font-size: 18px;color: #359b41;text-align: center; text-transform: none;font-weight: bold;margin-bottom: 15px;}
.indexproduct_title h2{font-size: 42px;color: #000;font-weight: bold;text-align: center;text-transform: none;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box { border-radius: 200px 200px 10px 10px; height: 100%;position: relative;overflow: hidden; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2); 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{width: 100%;height: auto;position: relative;overflow: hidden;display: block;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_content{background-color: #fff;padding: 20px 20px 20px 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_content h3{text-align: center;  color: #000;text-align: center; font-weight: bold; font-size: 18px;word-wrap: break-word;word-break: break-all;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.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_content a{ text-align: center; color: #000;font-size: 18px;font-weight: bold;text-align: center;display: block;word-wrap: break-word;word-break: break-all;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.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_li:hover .indexproduct_img img{transform: scale(1.1);}
.indexproduct_li:hover .indexproduct_more{background-color: #FF892B;}
.indexproduct_more{display: block;padding: 15px 20px;margin: 0 auto 0 auto;font-size: 16px; font-weight: bold;text-transform: none; color: #fff;background-color: #359b41;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;}
.indexproduct_li:hover .indexproduct_content{background-color: #359b41;}
.indexproduct_li:hover .indexproduct_content h3,.indexproduct_li:hover .indexproduct_content a{color: #fff;}
/* backjpg_intro+video */
.intro{padding: 70px 0;position: relative;overflow: hidden;}
.intro_mask{width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;z-index: 9;}
.intro_flex{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;position: relative;width: 100%;z-index: 999;}
.intro_video{position: relative;overflow: hidden;width: 50%;height: 200px;margin: 0  0 0 auto;}
.indexproduct_brand_content span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  text-transform: none;
}
.indexproduct_brand_content h2 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.indexproduct_brand_content p {
  font-size: 16px;
  color: #fff;
}
.indexproduct_brand_content a {
  padding: 10px 60px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
  display: inline-block;
  margin-top: 20px;
  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;
}
.indexproduct_brand_content a:hover {
  background-color: #359b41;
  color: #fff;
}

/* logo */
.teamscroll{position: relative;padding:40px 100px  0 100px;margin: 0 auto;background: url(../images/backjpg.jpg);}
.teamscroll_img{margin: 0 auto;display: flex;justify-content: center;align-items: center;border: 4px solid transparent;padding: 30px 10px;border-radius: 20px;}
.teamscroll_img img{max-width: 100%;vertical-align: middle;display: block;margin: 0 auto;text-align: center;}
.teamscroll .swiper-slide {text-align: center;}
.teamscroll_img:hover{border: 4px solid #359b41;}
.teamscroll .swiper-slide img {display: block;max-width: 100%;height: 100%; object-fit: cover;}
.teamscroll .swiperbtns{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width:90%;z-index: 9999;}
.teamscroll .swiper-button-next,.teamscroll .swiper-button-prev {color: #fff;width: 60px;height: 60px;line-height: 60px;border-radius: 50%;border: 2px solid #000; background-color: #000; text-align: center;}
.teamscroll .swiper-button-next:after,.teamscroll .swiper-button-prev:after{font-size: 30px;}
.teamscroll .swiper-pagination-bullet-active{background-color: #359b41;}
/* news */
.indexnews{background: url(../images/backjpg.jpg);}
.indexnews .blogbox{padding: 15px;border-radius: 0 0 50px 0;background-color: #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;}
.indexnews .blogline{display: none !important;}
.indexnews .blogmore{background-color: #359b41 !important;border: 1px solid #359b41 !important; margin-top: 15px !important; color: #fff !important;}
.indexnews .blogli:hover .blogbox{background-color: #359b41;}
.indexnews .blogli:hover .blog_txt h3{color: #fff;}
.indexnews_btn{display: flex;justify-content: center;align-items: center;}
.indexnews .blogli:hover  .blogmore{background-color: #FF892B !important;border: 1px solid #FF892B;}
.indexnews .blogli:hover .blog_txt p{color: #fff;}
/* customer feedback */
.command{padding:60px 0 0 0;position: relative;background: url(../images/backjpg.jpg);}
.command .swiper {width: 100%;height: 100%;}
.command .swiper-slide{height: auto;padding-bottom:150px;}
.command_box{display: block; padding: 30px;height: 100%;position: relative;background-color: #fff;border-radius: 30px;box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);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;}
.command_btn .swiper-button-next:after, .command_btn .swiper-button-prev:after{ border: 1px solid #359b41;width: 45px;height: 45px;line-height: 45px;text-align: center;border-radius: 50%; font-size: 16px;color: #359b41;}
.command_btn .swiper-button-next, .command_btn .swiper-button-prev{width: auto !important;}
.command .swiper-pagination-bullet-active{background-color: #359b41;}
.command_box b{display: block;margin: 0 auto 15px auto;text-align: center;font-size: 40px;color: #a0cb5b;}
.command_box p{font-size: 14px;color: #000;text-align: center;display: -webkit-box;-webkit-line-clamp: 5; -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.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.start{display: flex;justify-content: center;align-items: center;margin: 15px auto 0 auto;}
.start i{font-size: 16px;color: #FF892B;margin: 0 3px;display: block;}
.person{ margin: 0 auto 0 auto;text-align: center; width: 100px;height: 100px;border-radius: 50%;border: 2px dashed #359b41;overflow: hidden;background-color: #fff;position: relative;}
.personphoto{width: 90px;height: 90px;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);overflow: hidden;}
.person img{width: 100%;height: 100%;vertical-align: middle;}
.command_name{ margin: 30px auto -120px auto;}
.command_name h4{font-size: 20px;text-align: center;color: #000;font-weight: bold;margin: 15px auto 0 auto;}
.command_box:hover{background-color: #359b41;}
.command_box:hover p{color: #fff;}

.footer_bottom{background-color: #359b41;}
/* location */
.location{padding: 60px 0;position: relative;background: url(../images/backjpg.jpg);}
.location_flex{display: flex;flex-wrap: wrap;align-items: center;}
.location_content span{font-size: 18px;color: #FF892B;font-weight: bold;display: block;margin-bottom: 20px;}
.location_content h2{font-size: 42px;color: #000;font-weight: bold;margin-bottom: 20px;}
.location_content p{font-size: 16px;color: #000;line-height: 25px;display: -webkit-box;-webkit-line-clamp:4; -webkit-box-orient: vertical;overflow: hidden;}
.location_more {display: inline-block;padding: 10px 60px;    background: linear-gradient(230deg, #518F2B 0%, #A0CB5B 100%); font-size: 20px;text-align: center;border-radius: 30px; color: #fff; 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;}
.location_more:hover{padding: 10px 80px;}
.location_call ul{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.location_call{margin-bottom: 30px;}
.location_call li{width: 50%;overflow: hidden;}
.location_call li:nth-child(1){background-color: #359b41;border-radius: 15px 0 0 15px;}
.location_call li:nth-child(2){background-color: #fff;border-radius: 0 15px 15px 0;}
.location_call_box{padding:20px 30px;}
.location_call_box h3{margin-top: 20px; font-size: 28px;color: #fff;font-weight: bold;word-wrap: break-word;margin-bottom: 15px;}
.location_call_box p{font-size: 16px;color: #fff;word-wrap: break-word;word-break: break-all;}
.location_call_a {display: flex;justify-content: flex-start;align-items: center;margin: 10px 0;}
.location_call_a span{display: block;padding: 5px 10px;background-color: #359b41;margin-right: 10px;text-align: center;}
.location_call_a i{font-size: 16px;color: #fff;text-align: center;}
.location_call_a p{font-size: 28px;color: #000;font-weight: bold;}
.location_call_a a{font-size: 16px;color: #000;font-weight: bold;}
.location_call_list {background-color: #fff;padding: 30px;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);border-radius: 30px;}
.location_call_list li i{font-size: 16px;color: #359b41;margin-right: 10px;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.location_call_list a{padding: 20px 10px;border-bottom: 2px dashed #359b41;display: flex;justify-content: flex-start;align-items: 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;}
.location_call_list li p{ word-wrap: break-word;word-break: break-all; font-size: 16px;color: #000;display: -webkit-box;-webkit-line-clamp: 5; -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.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.location_call_list a:hover{background-color: #359b41;}
.location_call_list a:hover i,.location_call_list a:hover p{color: #fff;}
/* muen */
.muen{padding:0 0 60px 0;position: relative;background: url(../images/backjpg.jpg);}
.muen_title{margin-bottom: 40px;}
.muen_title span{text-align: center; font-size: 18px;color: #FF892B;font-weight: bold;display: block;margin-bottom: 20px;}
.muen_title h2{text-transform: none;  text-align: center;font-size: 42px;color: #000;font-weight: bold;margin-bottom: 20px;}
.muen_title p{text-align: center;font-size: 16px;color: #000;line-height: 25px;}
.muen_flex{display: flex;flex-wrap: wrap;}
.muen_li{margin-bottom: 30px;}
.muen_box{ position: relative; display: flex;flex-wrap: wrap; align-items: center; height: 100%;background-color: #fff;border-radius: 10px;overflow: hidden;  padding: 20px;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);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;}
.muen_img{ border-radius: 20px;background-color: #fff; position: relative;overflow: hidden;width: 100%;height: auto;display: block;padding-top: 100%;}
.muen_img img{width: 100%;height: auto;position: absolute;top: 0;left: 0;}
.muen_content h3{ margin-bottom: 15px; font-size: 20px;color: #000;font-weight: bold;padding-bottom: 20px;border-bottom: 1px dashed #000;word-wrap: break-word;word-break: break-all;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.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.muen_content a{font-size: 20px;color: #000;font-weight: bold;word-wrap: break-word;word-break: break-all;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.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.muen_content p{font-size: 16px;color: #333;word-wrap: break-word;word-break: break-all;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.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.muen_price::after{    border-color: transparent #FF892B;
  border-style: solid;
  border-width: 110px 130px 0 0;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
}
  .muen_price span{    color: #f0f0f0;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    right: 10px;
    z-index: 999;
}
.muen_li:hover .muen_box{background-color: #359b41;}
.muen_li:hover .muen_box h3{color: #fff;border-bottom: 1px dashed #fff;}
.muen_li:hover .muen_box a{color: #fff;}
.muen_li:hover .muen_box p{color: #fff;}
.muen_a{display: flex;align-items: center;flex-wrap: wrap;width:100%;}
/* brand */
.brand{position: relative;background: url(../images/backjpg.jpg);padding: 250px 0 60px 0; display:none;}
.brand_con{   
  background-image: radial-gradient(at top left, #518F2B 0%, #A0CB5B 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 70px 0  0 0;
  border-radius: 30px;
}
.brand_backjpg{
  background-image: url(../images/cta-1-1.png);
  background-position: bottom center;
  background-size: cover;
}
.brand_flex{display: flex;flex-wrap: wrap;align-items: center;}
.brand_img img{width:70%;vertical-align: middle;margin: -280px  0 0 auto;display: block;}
.brand_contet{padding-right: 30px;}
.brand_contet h2{font-size: 42px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.brand_contet p{font-size: 16px;color: #fff;line-height: 25px;display: -webkit-box;-webkit-line-clamp:6; -webkit-box-orient: vertical;overflow: hidden;}
.brand_more{display: inline-block;padding: 10px 40px;text-align: center;font-size: 16px;color: #359b41;background-color: #fff;border-radius: 30px;margin-top: 20px;font-weight: bold;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;}
.brand_more:hover{padding: 10px 60px;background-color: #359b41;color: #fff;}
/* advantages */
.advantages{padding:60px 0 ;position: relative;background: url(../images/backjpg.jpg);}
.advantages_right{position: relative;}
.advantages_flex{display: flex;flex-wrap: wrap;align-items: center;}
.advantages_list{margin-top: 40px;}
.advantages_list ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.advantages_list li{width: 48%;overflow: hidden;margin: 10px 0;}
.advantages_list li i{font-size: 14px;color: #fff;}
.advantages_list li span{display: inline-block;padding:2px 7px;margin-right: 10px;  border-radius: 50%;background-color: #359b41;}
.advantages_list li p{display: inline;  font-size: 14px;flex: 1;color: #000;word-wrap: break-word;word-break: break-all;}
/* chief */
.chief{padding: 0 0 40px 0 ;position: relative;background: url(../images/backjpg.jpg);}
.chief_flex{display: flex;flex-wrap: wrap;align-items: center;}
.chief .location_content p{display: -webkit-box;-webkit-line-clamp:8; -webkit-box-orient: vertical;overflow: hidden;}
.chief_box{background-color: #fff;padding: 20px;border-radius: 15px;overflow: hidden;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);}
.chief_back{background-image: linear-gradient(180deg, #FFFFFF00 28%, #359B41 100%);border-radius: 15px;overflow: hidden;}
.chief_img{position: relative;display: block;overflow: hidden;width: 100%;height: auto;padding-top: 100%;}
.chief_img img{position: absolute;top: 0;left: 0;width: 100%;height: auto;}
.chief_content{padding: 30px 15px 0 15px;}
.chief_content h3{font-size: 18px;color: #000;font-weight: bold;text-align: center;word-wrap: break-word;word-break: break-all;margin-bottom: 15px;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.chief_content a{font-size: 18px;color: #000;font-weight: bold;text-align: center;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.chief_content p{font-size: 16px;color: #333;text-align: center;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.chief_li:nth-child(2) .chief_back{background-image: linear-gradient(180deg, #FFFFFF00 28%, #FF892B 100%);}
/* shi pei */
@media (max-width:576px){
  .indexcard_left .indexcard_title, .indexcard_left h3{font-size: 18px;}
  .indexslogan_box{padding: 0;}
  .indexabout_card{width: 100%;position: static;bottom: auto;right: auto;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_li {margin-bottom: 10px;}
  .chief_li {margin-bottom: 20px;}
  .location_content h2{font-size: 26px;}
  .advantages{padding: 0;}
  .brand{padding: 40px 0;}
  .brand_img{display: none;}
  .brand_con{padding: 30px 15px;}
  .brand_contet h2,.muen_title h2{font-size: 26px;}
  .muen_price{display: none;}
  .location_call li{width: 100%;margin: 10px 0;}
  .location_call li:nth-child(1),.location_call li:nth-child(2){border-radius: 0%;}
  .location_call{margin-top: 30px;}
  .location_call_list{padding: 15px;}
  .location{padding: 0;}
  .footer_copyrights{padding: 20px 0 90px 0;}
  .bottomDiv{border-top: 1px solid #fff;}
  .advantages_list li{width: 100%;}
  .brand_contet{padding-right: 0;}


  .indexcard{padding: 40px 0 0 0;}
  .indexcard_li {margin-bottom: 15px;}
  .indexslogan_box{flex-direction: column;}
  .indexslogan_box img{width: 50px;height: 50px;}
  .indexslogan_txt h3{text-align: center;}
  .indexslogan_txt p{text-align: center;}
  .indexslogan_li {margin: 5px 0;}
  .indexslogan_flex{padding: 15px;}
  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .indexabout_data h3{font-size: 22px;}
  .indexproduct{padding: 40px  0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_content{padding: 10px;}
  .indexproduct_content a,.indexproduct_content h3{font-size: 14px;}
  .indexproduct_more{padding: 10px;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 26px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;font-size: 16px;}
  .intro_video{margin: 0 auto;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 300px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 300px;}
  .intro{padding: 40px 0 0 0;}
  .indexgood{padding: 20px 0 0 0;}
  .command{padding: 40px 0 0 0;}
  .hotproduct{padding: 40px 0;}
  .hotproduct .indexabout_btn{padding: 5px 10px;margin-top: 15px;font-size: 14px;}
  .hot_product_bigbox_right h3{font-size: 18px;}
  .hot_product_bigbox_right a{font-size: 18px;margin-bottom: 10px;}
  .hot_product_li  {margin-bottom: 30px;}
  .teamscroll{padding: 0 15px 0 15px;}
  .indexnews{padding: 40px 0;}
  .indexnews .blogli:last-child{display: none;} 
  .indexnews .blogbox{padding: 10px;}
  .indexnews_title_more{padding: 10px 30px;}
  .footer{padding: 40px 0 40px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page ,.footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
}
@media (min-width:576px) and (max-width:768px) {
    .command_box p{
        height: 106px;
    }
  .indexcard_left .indexcard_title, .indexcard_left h3{font-size: 18px;}
  .indexslogan_box{padding: 0;}
  .indexabout_card{width: 50%;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_li {margin-bottom: 10px;}
  .chief_li {margin-bottom: 20px;}
  .location_content h2{font-size: 26px;}
  .brand{padding: 40px 0;}
  .brand_img img{margin: 0 auto;width: 100%;}
  .brand_con{padding: 30px 15px;}
  .brand_contet h2,.muen_title h2{font-size: 26px;}
  .muen_price{display: none;}
  .location_call{margin-top: 30px;}
  .location_call_list{padding: 15px;}
  .location{padding: 0;}
  .footer_copyrights{padding: 20px 0 90px 0;}
  .bottomDiv{border-top: 1px solid #fff;}
  .brand_contet{padding-right: 0;}
  .advantages{padding: 40px 0 60px 0;}




  .indexcard{padding: 40px 0 0 0;}
  .indexcard_li {margin-bottom: 15px;}
  .indexslogan_box{flex-direction: column;}
  .indexslogan_box img{width: 50px;height: 50px;}
  .indexslogan_txt h3{text-align: center;}
  .indexslogan_txt p{text-align: center;}
  .indexslogan_li {margin: 5px 0;}
  .indexslogan_flex{padding: 15px;}
  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .indexabout_data h3{font-size: 22px;}
  .indexproduct{padding: 40px  0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_content{padding: 10px;}
  .indexproduct_content a,.indexproduct_content h3{font-size: 14px;}
  .indexproduct_more{padding: 10px;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 26px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;font-size: 16px;}
  .intro_video{margin: 0 auto;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 400px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}
  .intro{padding: 40px 0 0 0;}
  .indexgood{padding: 20px 0 0 0;}
  .command{padding: 40px 0 0 0;}
  .hotproduct{padding: 40px 0;}
  .hotproduct .indexabout_btn{padding: 5px 10px;margin-top: 15px;font-size: 14px;}
  .hot_product_bigbox_right h3{font-size: 18px;}
  .hot_product_bigbox_right a{font-size: 18px;margin-bottom: 10px;}
  .hot_product_li  {margin-bottom: 30px;}
  .teamscroll{padding: 0 15px 0 15px;}
  .indexnews{padding: 40px 0;}
  .indexnews .blogli:last-child{display: none;} 
  .indexnews .blogbox{padding: 10px;}
  .indexnews_title_more{padding: 10px 30px;}
  .footer{padding: 40px 0 40px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page ,.footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
}
@media (min-width:768px) and (max-width:992px) {
  .indexcard_left .indexcard_title, .indexcard_left h3{font-size: 18px;}
  .indexslogan_box{padding: 0;}
  .indexabout_card{width: 50%;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_li {margin-bottom: 10px;}
  .chief_li {margin-bottom: 20px;}
  .location_content h2{font-size: 26px;}
  .brand{padding: 40px 0;}
  .brand_img img{margin: 0 auto;width: 100%;}
  .brand_con{padding: 30px 15px;}
  .brand_contet h2,.muen_title h2{font-size: 26px;}
  .muen_price{display: none;}
  .location_call{margin-top: 30px;}
  .location_call_list{padding: 15px;}
  .location{padding: 0;}
  .footer_copyrights{padding: 20px 0 90px 0;}
  .bottomDiv{border-top: 1px solid #fff;}
  .brand_contet{padding-right: 0;}
  .advantages{padding: 40px 0 60px 0;}



  .indexcard{padding: 40px 0 0 0;}
  .indexcard_li {margin-bottom: 15px;}
  .indexslogan_box{flex-direction: column;}
  .indexslogan_box img{width: 50px;height: 50px;}
  .indexslogan_txt h3{text-align: center;}
  .indexslogan_txt p{text-align: center;}
  .indexslogan_li {margin: 5px 0;}
  .indexslogan_flex{padding: 15px;}
  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .indexabout_data h3{font-size: 22px;}
  .indexproduct{padding: 40px  0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_content{padding: 10px;}
  .indexproduct_content a,.indexproduct_content h3{font-size: 14px;}
  .indexproduct_more{padding: 10px;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 26px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;font-size: 16px;}
  .intro_video{margin: 0 auto;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .intro{padding: 40px 0 0 0;}
  .indexgood{padding: 20px 0 0 0;}
  .command{padding: 40px 0 0 0;}
  .hotproduct{padding: 40px 0;}
  .hotproduct .indexabout_btn{padding: 5px 10px;margin-top: 15px;font-size: 14px;}
  .hot_product_bigbox_right h3{font-size: 18px;}
  .hot_product_bigbox_right a{font-size: 18px;margin-bottom: 10px;}
  .hot_product_li  {margin-bottom: 30px;}
  .teamscroll{padding: 0 15px 0 15px;}
  .indexnews{padding: 40px 0;}
  .indexnews .blogli:last-child{display: none;} 
  .indexnews .blogbox{padding: 10px;}
  .indexnews_title_more{padding: 10px 30px;}
  .footer{padding: 40px 0 40px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page ,.footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
  .indexcard_left .indexcard_title{font-size: 16px;}
}
@media (min-width:992px) and (max-width:1199px) {
  .indexcard_left .indexcard_title, .indexcard_left h3{font-size: 18px;}
  .indexslogan_box{padding: 0;}
  .indexabout_card{width: 50%;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_li {margin-bottom: 10px;}
  .chief_li {margin-bottom: 20px;}
  .location_content h2{font-size: 26px;}
  .brand{padding: 40px 0;}
  .brand_img img{margin: 0 auto;width: 100%;}
  .brand_con{padding: 30px 15px;}
  .brand_contet h2,.muen_title h2{font-size: 26px;}
  .muen_price{display: none;}
  .location_call{margin-top: 30px;}
  .location_call_list{padding: 15px;}
  .location{padding: 0;}
  .footer_copyrights{padding: 20px 0 90px 0;}
  .bottomDiv{border-top: 1px solid #fff;}
  .brand_contet{padding-right: 0;}
  .advantages{padding: 40px 0 60px 0;}


  .indexcard{padding: 40px 0 0 0;}
  .indexcard_li {margin-bottom: 15px;}
  .indexslogan_box{flex-direction: column;}
  .indexslogan_box img{width: 50px;height: 50px;}
  .indexslogan_txt h3{text-align: center;}
  .indexslogan_txt p{text-align: center;}
  .indexslogan_li {margin: 5px 0;}
  .indexslogan_flex{padding: 15px;}
  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .indexabout_data h3{font-size: 22px;}
  .indexproduct{padding: 40px  0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_content{padding: 10px;}
  .indexproduct_content a,.indexproduct_content h3{font-size: 14px;}
  .indexproduct_more{padding: 10px;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 26px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;font-size: 16px;}
  .intro_video{margin: 0 auto;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .intro{padding: 40px  0;}
  .indexgood{padding: 20px 0 0 0;}
  .command{padding: 40px 0 0 0;}
  .hotproduct{padding: 40px 0;}
  .hotproduct .indexabout_btn{padding: 5px 10px;margin-top: 15px;font-size: 14px;}
  .hot_product_bigbox_right h3{font-size: 18px;}
  .hot_product_bigbox_right a{font-size: 18px;margin-bottom: 10px;}
  .hot_product_li  {margin-bottom: 30px;}
  .teamscroll{padding: 0 15px 0 15px;}
  .indexnews{padding: 40px 0;}
  .indexnews .blogbox{padding: 10px;}
  .indexnews_title_more{padding: 10px 30px;}
  .footer{padding: 40px 0 40px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page ,.footer_product {display: none;}
  .indexcard_left .indexcard_title{font-size: 16px;}
}
@media (min-width:1200px) and (max-width:1400px) {
     .indexcard_left h3{
     height: 120px;
 }
    .indexslogan_txt h3{
        font-size: 16px;
    }
    .indexslogan_box{
        padding: 30px 0;
    }
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .teamscroll{padding: 0 50px 40px 50px;}
}
@media (min-width:1400px) and (max-width:1680px) {}