.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 #603F41;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
.btn13:hover {
  color: #fff;
  border-color: #603F41;
}

.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: #603F41;
  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: #603F41;
  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: #603F41;
  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 50px 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: #3a3845;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.indexnews_title_left h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
}
.indexnews_title_more {
  padding: 10px 40px;
  border: 1px solid #603F41;
  display: inline-block;
  font-size: 18px;
  color: #603F41;
  text-transform: uppercase;
  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: #603F41;
  color: #fff;
}
/* footer */
.footer {
  background-color: #f1f1f1;
  padding: 60px 0;
}
.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: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer_page a,
.footer_product a {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  /*text-transform: capitalize;*/
  word-wrap: break-word;
  word-break: break-all;
}
.footer_product a:hover {
  text-decoration: underline !important;
  color: #603F41;
}
.footer_page a:hover {
  text-decoration: underline !important;
  color: #603F41;
}
.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*flex-wrap: wrap;*/
  margin-bottom: 20px;
}
.footer_contact li i {
  font-size: 18px;
  color: #000;
  margin-right: 10px;
  border: 1px solid #000;
  padding:2px 6px;
}
.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;
  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-size: 14px;
  color: #603F41;
  display: inline;
  text-transform: uppercase;
}
.footer_tags {
  border-bottom: 1px solid #e5e5e5;
  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: capitalize;
}
.footer_tags a {
  font-size: 14px;
  color: #000;
  display: block;
  margin: 5px;
}
.footer_tags a:hover {
  text-decoration: underline !important;
  color: #603F41;
}
.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: #603F41;
  font-weight: bold;
}
.indexchoose_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
}
.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: #e7f5ff;
}
.indexchoose_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.indexchoose_list li i {
  font-size: 38px;
  color: #603F41;
  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;
}
/* 1 */
.indexproduct{padding: 60px 0;background: url(../images/backjpg.jpg) fixed;}
.indexproduct_title{margin-bottom: 30px;}
.indexproduct_title h2{font-size: 42px;color: #000;font-weight: bold;text-align: center;word-break:break-word;word-wrap:break-word;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box {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: #f1f1f1;padding: 20px;}
.indexproduct_content h3{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;}
.indexproduct_content a{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;}
.indexproduct_li:hover .indexproduct_box{border-radius: 20px;margin-top: -15px;}
.indexproduct_li:hover .indexproduct_img img{transform: scale(1.2);}
/* 2 */
.indexhotpin_flex{display: flex;flex-wrap: wrap;width: 100%;overflow: hidden;}
.indexhotpin_tu,.indexhotpin_content,.indexhotpin_textcontent{margin: 0;padding: 0;}
.hotproductimg{position: relative;overflow: hidden;width: 100%;height: 100%;display: block;padding-top:100%;}
.hotproductimg img{width: 100%;vertical-align: middle;height: 100%;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexhotpin_box{background-color: #F9F7F5;padding: 15px 10px;}
.indexhotpin_img{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top:100%;}
.indexhotpin_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;}
.indexhotpin_con{margin-top: 10px;}
.indexhotpin_con h3,.indexhotpin_con a{font-size:18px;text-align: center;font-weight: bold;color: #000;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;word-wrap: break-word;word-break: break-all;}
.indexhotpintxt_btn{ text-align: center;padding: 15px 40px; border-radius: 5px; background-color: #603F41; font-size: 18px;color: #fff;font-weight: bold; margin: 40px 0 0 0; display: inline-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;}
.indexhotpintxt_btn h4{font-weight: bold;}
.indexhotpin_btn{display: flex; justify-content: center; margin: 15px auto 0 auto;text-align: center;}
.indexhotpin_btn p{font-size: 20px;color: #fff; padding: 10px 30px;background-color: #603F41;font-weight: bold;text-align: center;margin: 0 auto 0 auto;}
.indexhotpin_txt{padding: 120px  180px 100px 70px;}
.indexhotpin_txt span{font-size: 18px;color: #603F41;font-weight: bold;display: block;margin-bottom: 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;}
.indexhotpin_txt h2{word-wrap: break-word;word-break: break-all; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden; font-size: 30px;color: #000;font-weight: bold;margin-bottom: 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;}
.indexhotpin_txt_a {word-wrap: break-word;word-break: break-all; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden; font-size: 30px;color: #000;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;}

.indexhotpin_txt p{word-wrap: break-word;word-break: break-all; display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden; font-size: 16px;color: #666;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;}
.indexhotpin_textcontent:hover  .indexhotpintxt_btn{padding: 15px 70px;color: #fff;background-color: #000;}
.indexhotpin_content:hover .indexhotpin_img img{transform: scale(1.2);}
.indexhotpin_content:hover .indexhotpin_con h3{color: #603F41;}
.indexhotpin_textcontent:hover {background-color: #603F41;}
.indexhotpin_textcontent{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;}
.indexhotpin_textcontent:hover .indexhotpin_txt span,.indexhotpin_textcontent:hover .indexhotpin_txt h2,.indexhotpin_textcontent:hover .indexhotpin_txt p{color: #fff;}
.hotproductimg:hover img{transform: scale(1.1);}
.indexhotpin_flex:nth-child(2) .indexhotpin_txt{ padding: 120px 70px 100px 100px;}
.indexhotpin_textcontent:hover .indexhotpin_txt_a {color: #fff;}
/* 3 */
.teamscroll{position: relative;padding: 60px 60px;margin: 0 auto;}
.teamscroll_img{margin: 0 auto;display: flex;justify-content: center;align-items: center;border: 4px solid #e5e5e5;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;padding-bottom: 50px;}
.teamscroll_img:hover{border: 4px solid #603F41;}
.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: #603F41;}
/* 4 */
.command{padding:0;position: relative;}
.command .swiper {width: 100%;height: 100%;}
.command .swiper-slide{height: auto;padding-bottom:50px;}
.command_box{padding: 30px;border: 1px solid #e5e5e5;height: 100%;position: relative;}
.command_hd{display: flex;justify-content: flex-start;align-items: center;border-bottom: 1px dashed #e5e5e5;padding-bottom: 20px;margin-bottom: 20px;}
.command_person {width: 100px;height: 100px;border-radius: 50%;text-align: center;margin-right: 15px;overflow: hidden;}
.command_person img{width: 100%;height: 100%;vertical-align: middle;}
.command_name h3{font-size: 20px;color: #603F41;font-weight: bold;text-transform: capitalize;margin-bottom: 10px;}
.command_name p{font-size: 16px;color: #333;}
.command_bd p{font-size: 16px;color: #000;line-height: 25px;}
.command_btn{z-index: 9999;  display: flex;justify-content: center;align-items: center;width:10%;position: absolute;bottom: 25px;left: 50%;transform: translateX(-50%);}
.command_btn .swiper-button-next:after, .command_btn .swiper-button-prev:after{ border: 1px solid #603F41;width: 45px;height: 45px;line-height: 45px;text-align: center;border-radius: 50%; font-size: 16px;color: #603F41;}
.command_btn .swiper-button-next, .command_btn .swiper-button-prev{width: auto !important;}
.command .swiper-pagination-bullet-active{background-color: #603F41;}
.command_name{flex: 1;}
/* 5 */
.indexabout{padding:0 0 60px 0;}
.indexabout_flex{display: flex;flex-wrap: wrap;align-items: center;}
.indexabout_icon{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 15px;}
.indexabout_icon span{display: block;width: 45px;height: 45px;line-height: 45px;border-radius: 50%;background-color: #603F41;margin-right: 15px;text-align: center;}
.indexabout_icon i{font-size: 24px;text-align: center;color: #fff;}
.indexabout_icon b{font-size: 16px;color: #603F41;text-transform: uppercase;}
.indexabout_main h1{font-size: 36px;color: #000;font-weight: bold;margin-bottom: 15px;}
.indexabout_main p{font-size: 16px;color: #333;line-height: 25px;display: -webkit-box;-webkit-line-clamp: 10; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout_btn{padding: 10px 30px; margin-top: 20px; display: inline-block; background-color: #603F41;font-size: 16px;color: #fff;text-align: center;text-transform: uppercase;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_btn:hover{padding: 10px 50px;background-color: #000;}
.indexabout_number{margin-top: 40px;display: flex;flex-wrap: wrap;}
.indexabout_box{background-color: #fff;padding: 30px 20px; 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 20px auto; width: 60px;height: 60px;line-height: 60px;border-radius: 50%;background-color: #603F41;text-align: center;}
.indexabout_box span img{width: 40px;height: 40px;text-align: center;}
.indexabout_data{display: flex;justify-content: center;align-items: center;margin-bottom: 20px;}
.indexabout_data h3{font-size: 42px;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: 16px;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;  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; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden; 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: #603F41;}
.indexabout_box:hover h3{color: #fff;}
.indexabout_box:hover h4{color: #fff;}
.indexabout_box:hover p{color: #fff;}
.indexabout_left .indexabout_number{margin-bottom: 30px;margin-top: 0;}
/* shi pei */
@media (max-width:576px){
  .feedback{display: none;}
  .scrollsidebar{display: none;}
  .indexhotpin_flex{width: auto;}
  .indexhotpin_txt{padding: 20px 10px;}
  .indexhotpin_flex:nth-child(2) .indexhotpin_txt{padding: 20px 10px;}
  .hotproductimg{display: none;}
  .indexproduct_title h2{font-size: 27px;}
  .indexproduct{padding: 40px 0;}
  .teamscroll{padding: 40px 10px;}
  .indexabout_data h3{font-size: 28px;}
  .indexabout_main{margin-top: 30px;}
  .videobox{width: 90%;max-height: initial;min-height:250px;margin: 0 auto;}
  .videobox iframe{max-height: initial;min-height: 250px;}
  .indexnews_title_left h2{font-size: 30px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;}
  .indexnews .blogli:last-child{display: none;}
  .indexnews{padding: 40px 0;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
  .indexhotpin{padding: 0 10px;}
  .indexhotpintxt_btn{display: none;}
  .indexhotpin_tu{display: none;}
  .indexhotpin_txt h2{font-size: 18px;margin-bottom: 10px;}
  .indexhotpin_flex{align-items: center;border-bottom: 1px solid #e5e5e5;}
}
@media (min-width:576px) and (max-width:768px) {
  .feedback{display: none;}
  .scrollsidebar{display: none;}
  .indexhotpin_flex{width: auto;}
  .indexhotpin_txt{padding: 20px 10px;}
  .indexhotpin_flex:nth-child(2) .indexhotpin_txt{padding: 20px 10px;}
  .hotproductimg{display: none;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct{padding: 40px 0;}
  .teamscroll{padding: 40px 10px;}
  .indexabout_data h3{font-size: 28px;}
  .indexabout_main{margin-top: 30px;}
  .videobox{width: 90%;max-height: auto;min-height:400px;margin: 0 auto;}
  .videobox iframe{max-height: auto;min-height: 400px;}
  .indexnews_title_left h2{font-size: 30px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;}
  .indexnews .blogli:last-child{display: none;}
  .indexnews{padding: 40px 0;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
  .indexhotpin{padding: 0 10px;}
  .indexhotpintxt_btn{display: none;}
  .indexhotpin_tu{display: none;}
  .indexhotpin_txt h2{font-size: 18px;margin-bottom: 10px;}
  .indexhotpin_flex{align-items: center;border-bottom: 1px solid #e5e5e5;}
}
@media (min-width:768px) and (max-width:992px) {
  .feedback{display: none;}
  .scrollsidebar{display: none;}
  .indexhotpin_flex{width: auto;}
  .indexhotpin_txt{padding: 20px 10px;}
  .indexhotpin_flex:nth-child(2) .indexhotpin_txt{padding: 20px 10px;}
  .hotproductimg{display: none;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct{padding: 40px 0;}
  .teamscroll{padding: 40px 10px;}
  .indexabout_data h3{font-size: 28px;}
  .indexabout_main{margin-top: 30px;}
  .videobox{width: 90%;max-height: auto;min-height:500px;margin: 0 auto;}
  .videobox iframe{max-height: auto;min-height: 500px;}
  .indexnews_title_left h2{font-size: 30px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;}
  .indexnews .blogli:last-child{display: none;}
  .indexnews{padding: 40px 0;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
  .indexhotpin{padding: 0 10px;}
  .indexhotpintxt_btn{display: none;}
  .indexhotpin_tu{display: none;}
  .indexhotpin_txt h2{font-size: 18px;margin-bottom: 10px;}
  .indexhotpin_flex{align-items: center;border-bottom: 1px solid #e5e5e5;}
}
@media (min-width:992px) and (max-width:1199px) {
  .feedback{display: none;}
  .scrollsidebar{display: none;}
  .indexhotpin_flex{width: auto;}
  .indexhotpin_txt{padding: 20px;}
  .indexhotpin_flex:nth-child(2) .indexhotpin_txt{padding: 20px;}
  .hotproductimg{display: none;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct{padding: 40px 0;}
  .teamscroll{padding: 40px 10px;}
  .indexabout_data h3{font-size: 28px;}
  .indexabout_main{margin-top: 30px;}
  .videobox{width: 90%;max-height: auto;min-height:500px;margin: 0 auto;}
  .videobox iframe{max-height: auto;min-height: 500px;}
  .indexnews_title_left h2{font-size: 30px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;}
  .indexnews{padding: 40px 0;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .indexhotpin{padding: 0 10px;}
  .indexhotpintxt_btn{display: none;}
  .indexhotpin_tu{display: none;}
  .indexhotpin_txt h2{font-size: 18px;margin-bottom: 10px;}
  .indexhotpin_flex{align-items: center;border-bottom: 1px solid #e5e5e5;}
}
@media (min-width:1200px) and (max-width:1400px) {
  .hotproductimg{height: auto;}
  .indexhotpin_txt{padding: 30px;}
  .indexhotpin_flex:nth-child(2) .indexhotpin_txt{padding: 30px;}
  .videobox{width: 90%;}
}
@media (min-width:1400px) and (max-width:1680px) {}