/* header */
.nav_wrap .head_nav > li > a {
  color: #fff;
}
.search{width: 50px;height: 50px;line-height: 50px;border-radius: 50%; background-color: rgba(255,255,255,0.2); text-align: center;}
.search i {
  color: #f95a3f !important;
}
.fixed-nav .head_layer {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.fixed-nav .nav_wrap {
  background-color: transparent !important;
  flex: 1;
}
.fixed-nav .index_header_bd{
  padding: 0 100px;
}
.fixed-nav .nav_wrap .head_nav > li > a {
  color: #fff;
}
.fixed-nav .index_header_hd{display: none;}
.fixed-nav .logo-fixed{padding:  0;border-right: none;}
.head_layer{
  background-color: transparent;
}
.nav_wrap .head_nav{
  display: flex;justify-content: center;
}
.bg-dark {
  background-color: #222 !important;
}
.navbar-toggler {
  background-color: #222 !important;
}
.container {
  max-width: 1500px !important;
}
.public_ad_header_social_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;
}
.public_ad_header_social_media a {
  border: 1px solid #f95a3f;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #f95a3f;
  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;
}

.public_ad_header_social_media a i {
  font-size: 16px;
  text-align: center;
  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;
}

.public_ad_header_social_media a:hover {
  background-color: #fff;
}

.public_ad_header_social_media a:hover i {
  color: #f95a3f;
}
/* header */
.nav_wrap{background-color: rgba(255,255,255,0.2);border-radius: 50px;}
.web_head{position: absolute;top: 0;left: 0;width: 100%;z-index: 99999999; }
.header_container{padding:0 50px;}
.index_header_bd{display: flex;justify-content: space-between;align-items: center;}
.head_layer_main{display: flex;justify-content: center;align-items: center;flex: 0 55%;}
.index_header_hd{display: flex;justify-content: space-between;align-items: center;padding: 15px 50px;}
.index_header_hd_ways ul{display: flex;justify-content: flex-start;align-items: center;}
.index_header_hd_ways li{display: flex;justify-content: flex-start;align-items: center;margin-right: 40px;}
.index_header_hd_ways li i{font-size: 20px;color: #f95a3f;margin-right: 10px;}
.index_header_hd_ways li a{font-size: 18px;color: #fff;}
.index_header_hd_ways li p{font-size: 18px;color: #fff;}
.index_header_hd_shemei{display: flex;justify-content: flex-end;align-items: center;}
.index_header_hd_shemei a{display: block;width: 35px;height: 35px;line-height: 35px; background-color: rgba(255,255,255,0.2); border-radius: 5px;  text-align: center;margin: 5px 10px;}
.index_header_hd_shemei i{font-size: 16px;color: #fff;text-align: center;}
.header_phone{display: flex;justify-content: flex-end;align-items: center;}
.header_phone span{display: block; border-radius: 50%; padding: 7px 12px;background-color: #f95a3f;margin-right: 10px;text-align: center;}
.header_phone i{font-size: 24px;color: #fff;text-align: center;}
.header_phone p{font-size: 30px;color: #fff;font-family: "impact";}
.index_header_hd_shemei a:hover{background-color: #f95a3f;}
.header_bd_end{display: flex;justify-content: space-around;align-items: center;flex: 0 20%;}
/* video */
.btn13 {
  border: 1px solid #f95a3f;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
.btn13:hover {
  color: #fff;
  border-color: #f95a3f;
}

.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: #f95a3f;
  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: #f95a3f;
  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: #f95a3f;
  padding: 10px 60px;
}
.btn13 .btn-inner:hover{color: #fff;}
.btn {
  padding: 0;
  margin-top: 30px;
}
.indexabout_video_img {
  position: relative;
  overflow: hidden;
}
.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: 70px 0 70px 0;
}
.indexnews_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.indexnews_title_left span {
  font-size: 16px;
  color: #3a3845;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.indexnews_title_left h2 {
  font-size: 70px;
  color: #000;
  letter-spacing: 1px;
  /* font-weight: bold; */
  font-family: "impact";
}
.indexnews_title_more {
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid #f95a3f;
  display: inline-block;
  background-color: #f95a3f;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  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: #3a3845;
  color: #fff;
  border: 1px solid #3a3845;
}
.indexnews .blog_txt{padding: 20px;}
.indexnews .blogbox{border-radius:0;overflow: hidden;border: 1px solid #e5e5e5;box-shadow: none;}
.indexnews .blogmorebtn{display: block;margin: 10px auto 0 auto;}
.indexnews .blog_txt h3{font-size: 18px;margin-bottom: 10px;}
.indexnews .blogmore{background-color: #fff;text-transform: uppercase; color: #f95a3f;border: 1px solid transparent;padding: 10px 30px;font-size: 20px;font-weight: bold;}
.indexnews .blogline{background-color: #f95a3f;left: 50%;transform: translateX(-50%);}
/* .indexnews .blogli:hover .blogmore{background-color: #000;color: #fff;border: 1px solid #000;} */
/* teamscroll */
.teamscroll{padding:40px 70px;overflow: hidden;background-color: #f95a3f;}
.teamscroll .swiper{width: 100%;height: 100%;}
.teamscroll_img{margin: 0 auto; padding: 10px; 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;}
.teamscroll_img img{max-width: 100%;vertical-align: middle;margin: 0 auto;display: block;text-align: center;}
/* .teamscroll_img:hover{border: 6px solid #f95a3f;} */

/* indexcard */
.indexcard_flex{display: flex;flex-wrap: wrap; align-items: flex-end; margin-top: -110px;position: relative;z-index: 999;}
.indexcard_list_flex{display: flex;flex-wrap: wrap;}
.indexcard_box{height: 100%;}
.indexcard_li:nth-child(1) .indexcard_box{background-color: #f95a3f;padding: 30px;border-radius: 30px 0 0 30px;}
.indexcard_hd{display: flex;justify-content: space-between;align-items: center;margin-bottom: 15px;}
.indexcard_hd img{width: 80px;height: 80px;vertical-align: middle;display: block;}
.indexcard_hd span{font-size: 80px;font-family: "impact";color: rgba(255,255,255,0.2);}
.indexcard_hd_txt h3{font-size: 20px;color: #fff;font-weight: bold;word-wrap: break-word;word-break: break-all;margin-bottom: 10px;}
.indexcard_hd_txt p{font-size: 16px;color: #fff;word-wrap: break-word;word-break: break-all;}
.indexcard_li:nth-child(2) .indexcard_box{background: #25272a;padding: 30px;}
.indexcard_li:nth-child(3) .indexcard_box{background: #191a1c;padding: 30px;border-radius: 0 30px 30px 0;}
.indexcard_li{margin: 0 !important;padding: 0 !important;}
.indexcard_right .header_phone p{color: #000;font-size: 42px;}
.indexcard_right .header_phone{justify-content: center;margin-bottom: 20px;}
.indexcard_right .header_phone h3{font-size: 14px;color: #666;}
/* indexabout */
.indexabout{padding:90px 0 80px 0;}
.indexabout_flex{display: flex;flex-wrap: wrap;}
.indexabout_content h1{font-size:28px;color: #f95a3f;text-transform: uppercase; margin-bottom: 15px; font-weight: bold;word-wrap: break-word;}
.indexabout_content h2{font-size: 70px;font-family: "impact";color: #000;letter-spacing: 2px;margin-bottom: 20px;}
.indexabout_content p{font-size: 16px;color: #333;word-break: break-all;word-wrap: break-word;line-height: 28px;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 8; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout_btn{padding: 10px 30px;background-color: #3a3845; transition: all ease 0.5s; border-radius: 30px;font-size: 18px;font-weight: bold;  color: #fff;display: inline-block;margin-top: 10px;}
.indexabout_btn:hover{ box-shadow: 10px 10px 0px 0px rgba(0, 0,0, 0.2);transition: all ease 0.5s;}
.indexabout_tab_main .indexabout_tab_li:nth-child(n+2){display: none;}
.indexabout_tab{margin-top: 40px;}
.indexabout_tab_title{display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 20px;}
.indexabout_tab_title span{width: 32%;overflow: hidden; cursor: pointer; letter-spacing: 1px;text-align: center ; display: block; border-radius: 30px; padding: 10px;font-size: 18px;font-family: "impact";color: #000;
    word-break: break-word;
    word-wrap: break-word;
}
.indexabout_tab_active{background-color: #f95a3f !important;color: #fff !important;}
.indexabout_img{display: flex;justify-content: space-between;}
.indexabout_img_hd{border-radius: 30px;overflow: hidden;display: block;width: 75%;position: relative;height: auto;padding-top: 84%;}
.indexabout_img_hd img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;}
.indexabout_img_txt{width: 25%;overflow: hidden;}
.indexabout_img_txt p{font-size: 70px;font-family: "impact"; writing-mode: vertical-rl; transform: rotate(180deg);margin:30px auto 0 auto;}
.indexabout_img_bd{ width: 70%;display: block;margin: -150px 0 0 auto;z-index: 999;position: relative;height: auto;padding-top: 35%; border-radius: 30px;border: 15px solid #fff;overflow: hidden;}
.indexabout_img_bd img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;}
/* indexcate */
.indexcate{background: url(../images/footer_back.jpg) no-repeat 50% 50% fixed;background-size: cover;padding: 100px 0  80px 0;}
.indexcate_title{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 60px;}
.indexcate_title_left{flex: 0 50%;}
.indexcate_title_left h3{font-size: 30px;color: #f95a3f;font-family: "impact";margin-bottom: 10px;letter-spacing: 2px;} 
.indexcate_title_left h2{font-size: 70px;color: #fff;font-family: "impact";letter-spacing: 2px;}
.indexcate_title_right{flex: 0 50%;}
.indexcate_title_right p{font-size: 14px;color: #fff;line-height: 25px;}
.indexcate_title_more{display: flex;justify-content: space-between;align-items: center;margin-top: 30px;}
.indexcate_title_more span{font-size: 14px;color: #fff;}
.indexcate_title_btn{display: inline-block;padding: 15px 80px;font-size: 20px; transition: all ease 0.5s; text-transform: uppercase;  color: #fff;font-weight: bold;text-align: center;  background-color: #f95a3f;border-radius: 30px;position: relative;z-index: 999;}
.indexcate_title_btn:hover{box-shadow: 10px 10px 0px 0px rgba(255, 255,255, 0.2);transition: all ease 0.5s;}
.indexcate_card{border-radius: 30px;overflow: hidden;height: 100%;position: relative;}
.indexcate_img {width: 100%;height: auto;display: block;position: relative;overflow: hidden;padding-top: 100%;}
.indexcate_img img{width: 100%;height: auto;position: absolute;top: 0;left: 0;}
.indexcate_mask{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top,rgba(37,39,42,1),rgba(37,39,42,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;}
.indexcate_card_content{position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);width: 94%;margin: 0 auto;z-index: 999;}
.indexcate_card_content h3{ margin-bottom: 15px; font-size: 24px;color: #fff;font-weight: bold;text-transform: uppercase;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;}
.indexcate_card_content a{font-size: 24px;color: #fff;font-weight: bold;text-transform: uppercase;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;}
.indexcate_card_content h4{ margin-bottom: 20px; font-size: 22px;color: #f95a3f;font-weight: bold;text-transform: uppercase;word-break: break-all;word-wrap: break-word;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;}
.indexcate_card_content p{font-size: 16px;color: #fff; line-height: 28px; word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.indexcate_card:hover .indexcate_mask{background: #f95a3f;opacity: .7;}
.indexcate_card:hover .indexcate_card_content h3,.indexcate_card:hover .indexcate_card_content a{letter-spacing: 1px;}
.indexcate_card:hover .indexcate_card_content h4{color: #fff;}
.indexcate_main .swiper-slide{padding-bottom: 50px;}
.indexcate_main .swiper-pagination-progressbar{bottom: 0 !important; height: 2px;background-color:rgba(255, 255,255, 0.2); top: auto !important; left: 50%;transform: translateX(-50%); width: 30%;margin: 0 auto;}
.indexcate_main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: #f95a3f;height: 2px;}
.indexcate_process_flex{display: flex;align-items: center;flex-wrap: wrap;}
.indexcate_process{margin-top:60px;}
.indexcate_process_box h3{font-size: 70px;color: #fff;font-family: "impact";word-wrap: break-word;}
.indexcate_process_number{display: flex;justify-content: space-between;align-items: center;}
.indexcate_process_number h4{font-size: 200px;color: rgba(255, 255, 255, 0.2);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;
    width: 20%;
}
.indexcate_process_txt{flex: 1;margin-left: -35px;z-index: 99;position: relative;}
.indexcate_process_txt h5{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 15px;word-wrap: break-word;word-break: break-all;}
.indexcate_process_txt p{font-size: 14px;color: #ddd;}
.indexcate_process_number:hover h4{color: #f95a3f;}
/* indexproduct */
.indexproduct{padding: 90px 0;position: relative;}
/* .indexproduct_title{margin-bottom: 40px;} */
.indexproduct_title h3{font-size: 32px;color: #f95a3f;font-family: "impact";letter-spacing: 1px;margin-bottom: 10px;}
.indexproduct_title h2{font-size: 70px;color: #000;font-family: "impact";letter-spacing: 1px;}
.indexproduct_main{margin: 0 auto 0 0;padding: 0 30px 0 200px;}
.indexproduct_main .swiper-slide{padding:150px 10px 10px 10px;}
.indexproduct_box{height: 100%;position: relative;}
.indexproduct_img{ background-color: #fff;border-radius: 20px;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);  width: 100%;height: auto;position: relative;overflow: hidden;display: block;padding-top: 100%;}
.indexproduct_img img{width: 100%; height: auto; 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_txt{padding: 20px;}
.indexproduct_txt a{font-size: 18px;color: #000;text-align: center;font-weight: bold;word-break: break-all;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_txt h3{margin-bottom: 15px; font-size: 18px;color: #000;text-align: center;font-weight: bold;word-break: break-all;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_txt p{font-size: 16px;color: #666;text-align: center;word-break: break-all;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_line{width: 15%; height: 37%; padding:30px 13px;border-radius: 10px;position: absolute;top: -50px;right: 30px;z-index: 99;background-color: #f95a3f;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_line h4{ font-size: 24px;color: #fff;font-family: "impact"; letter-spacing: 1px; display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden; writing-mode: vertical-rl;
/*transform: rotate(180deg);*/
    
}
.indexproduct_box:hover .indexproduct_img img{transform: scale(1.2);}
.indexproduct_box:hover .indexproduct_line{background-color: #3a3845;}
.indexproduct .swiper-button-next, .indexproduct .swiper-button-prev{bottom: 0;top: auto; border-radius: 50%; width: 55px;height: 55px;line-height: 55px;text-align: center;background-color: #f95a3f;z-index: 9999;}
.indexproduct .swiper-button-next:after,.indexproduct .swiper-button-prev:after{font-size: 20px;color: #fff;font-weight: bold;}
.indexproduct .swiper-button-next:hover, .indexproduct .swiper-button-prev:hover{background-color: #3a3845;}
.arrow_product{display: flex;justify-content: center;align-items: center;position: absolute;top: 70px;right: 200px;}
.arrow_product .swiper-button-prev, .arrow_product .swiper-rtl .swiper-button-next{left: auto;right: 5px;}
.arrow_product .swiper-button-next, .arrow_product .swiper-rtl .swiper-button-prev{right: auto;left: 15px;}
/* backjpg_intro+video */
.intro{background: url(../images/indexbackjpg.jpg) no-repeat 50% 50% fixed; background-size: cover;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: #f95a3f;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
.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: 15px 60px;
  background-color: #f95a3f;
  font-size: 20px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  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;
}
.indexproduct_brand_content a:hover {
  box-shadow: 10px 10px 0px 0px rgba(255, 255,255, 0.2);transition: all ease 0.5s;
}
/* indexcustomer */
.indexcustomer{padding: 80px 0 0 0;}
.indexcustomer_flex{display: flex;flex-wrap: wrap;align-items: center;}
.indexcustomer_title h3{font-size: 32px;color: #f95a3f;font-family: "impact";word-wrap: break-word;text-align: center;margin-bottom: 20px;}
.indexcustomer_title h2{font-size: 70px;font-family: "impact";color: #000;word-wrap: break-word;text-align: center;margin-bottom: 20px;}
.indexcustomer_title p{font-size: 16px;color: #666;line-height: 28px;text-align: center;word-wrap: break-word;}
.indexcustomer_box{margin: 15px; display: flex;justify-content: space-between; height: 100%;position: relative;background-color: #fff;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);border-radius: 20px;padding: 40px 30px;}
.indexcustomer_right .swiper-slide{height: auto;margin-bottom: 30px;}
.indexcustomer .swiper { width: 100%;height: 100%;}
.indexcustomer_person{width: 120px;height: 120px;border-radius: 50%;overflow: hidden;border: 10px solid #f95a3f;}
.indexcustomer_person img{width: 100%;height: 100%;vertical-align: middle;}
.indexcustomer_content{flex: 1;margin-left: 30px;}
.indexcustomer_content p{font-size: 14px;color: #333;word-break: break-all;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 4; -webkit-box-orient: vertical;overflow: hidden;}
.indexcustomer_content span{display: block;font-size: 24px;font-family: "impact";margin-top: 20px;color: #000;}
.customer_icon img{width: 80px;height: 80px;vertical-align: middle;position: absolute;bottom: 20px;right: 30px;display: block;}
/* footer */
.footer{
  background-color: #3a3845;
  padding: 30px 0;
  color: #fff;
  position: relative;
background: url(../images/footer_back.jpg) no-repeat 50% 50%;
background-size: cover;
}
footer a{
  color: #fff;
}

.foot{
  padding-top:80px;
  padding-bottom: 80px;
}
.fot_nav{
  padding-bottom: 50px;
}
.fot_nav h2{
  font-size:18px;
  font-weight: bold;
  margin-bottom: 10px;
}


.fot_nav ul li a{font-size: 16px;color: #999;word-break: break-all;word-wrap: break-word;display: block;margin: 10px 0;}
.fot_nav ul li a:hover{
  color: #f95a3f;
}
.fot_tags strong{font-size: 18px;color: #999;font-weight: normal;margin: 2px 10px 5px 0;}
.fot_tags{display: flex;justify-content: flex-start;flex-wrap: wrap;padding-top: 20px;}
.fot_tags a{font-size: 14px;color: #999;display: inline-block;margin: 5px 10px 5px 5px;line-height: 15px;}
.fot_about{
  border-top: 1px #999 solid;
  padding-top: 30px;
  padding-right: 10px;
  border-bottom: 1px #999 solid;
  padding-bottom: 30px;
}
.fot_about h3{
  font-size:48px;
  text-transform: uppercase;
  /* font-weight: bold; */
  margin-bottom: 20px;
  word-wrap: break-word;
    word-break: break-all;
    font-family: Impact;

}
.fot_about span{
  color: #f95a3f;
  font-family: Impact;

}
.fot_about p{
  font-size: 16px;;
  color: #999;;
}
.fot_left{
  border-right:1px #999 solid; 
  height: 100%;
  position: relative;
}
.fot_right{
  position: relative;
  height: 100%;
}
.fot_right_about h3{
  font-size:48px;
  text-transform: uppercase;
  /* font-weight: bold; */
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
  font-family: Impact;
}
.fot_right_about span{
  color: #f95a3f;
  font-family: Impact;
}
.fot_right_about p{
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fot_contact {
  margin-top: 30px;
}
.fot_contact h3{
  color:#f95a3f;
  font-size:16px;
  margin: 5px 0;
  font-weight: bold;
}
.fot_contact p,.fot_contact a{
  font-size:18px;
  color:#999;
  padding: 5px 0;
}
.bottom{
  margin-top:30px;
  color: #999;
}
.bottom a{
  color: #f95a3f;
}
.foot{
  padding: 50px 0;
}
.indexabout_more {margin-top: 20px;}

/* shi pei */
@media (max-width:576px){
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 300px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 300px;}

  .indexcard_right .header_phone{justify-content: flex-start;}
  .indexcard_flex{margin-top: 30px;}
  .indexcard_box{padding: 20px 15px !important;}
  .indexcard_li{margin: 0 0 15px 0 !important;padding: 0 10px !important;}
  .indexcard_li:nth-child(1) .indexcard_box,.indexcard_li:nth-child(3) .indexcard_box{border-radius: 0 !important;}
  .indexcard_hd img{width: 60px;height: 60px;}
  .indexcard_hd span{font-size: 40px;}
  .indexabout{padding: 10px 0 20px 0;}
  .indexabout_content h1{font-size: 20px;}
  .indexabout_content h2{font-size: 26px;}
  .indexabout_tab_title span{padding: 10px 5px;font-size: 14px;border-radius: 10px;}
  .indexabout_right{margin-top: 30px;}
  .indexabout_img_txt p{font-size: 20px;}
  .indexabout_img_bd{margin: -100px 0 0 auto;}
  .indexcate{padding: 40px 0;}
  .indexcate_title_left h3{font-size: 20px;}
  .indexcate_title_left h2{font-size: 26px;}
  .indexcate_title_more{flex-wrap: wrap;}
  .indexcate_title_btn{padding: 10px 30px;font-size: 16px;margin-bottom: 30px;}
  .indexcate_title_left{flex: auto;margin-bottom: 20px;}
  .indexcate_title_right{flex: auto;}
  .indexcate_title{margin-bottom: 30px;}
  .indexcate_card_content a{font-size: 18px;}
  .indexcate_card_content h4{font-size: 16px;}
  .indexcate_main .swiper-pagination-progressbar{width: 70%;}
  .indexcate_process_box h3{font-size: 26px;}
  .indexcate_process_number h4{font-size: 120px;}
  .indexcate_process_txt h5{font-size: 18px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h3{font-size: 20px;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_main{padding: 0 10px;margin: 0 auto;}
  .arrow_product{top: 58px;right: 80px;}
  .indexproduct_line h4{font-size: 18px;}
  .intro{padding: 40px 0;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 24px;}
  .indexproduct_brand_content a{padding: 10px 30px;font-size: 16px;}
  .intro_video{margin: 0 auto;height: 150px;}
  .indexcustomer{padding: 40px 0 0 0;}
  .indexcustomer_title h3{font-size: 20px;}
  .indexcustomer_title h2{font-size: 26px;}
  .indexcustomer_title p{font-size: 14px;}
  .indexcustomer_box{padding: 30px 15px;flex-direction: column;align-items: center;}
  .indexcustomer_person{margin-bottom: 20px;}
  .indexcustomer_content span{font-size: 20px;}
  .customer_icon img{width: 40px;height: 40px;}
  .indexcustomer_content{margin-left: 0;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title{flex-wrap: wrap;}
  .indexnews_title_more{padding: 10px 15px;font-size: 14px;margin-top: 20px;}
  .indexnews_main .blogli:last-child{display: none;}
  .indexnews .blog_txt{padding: 20px 10px;}
  .indexnews .blogmorebtn{display: flex;margin: 0 auto;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .teamscroll{padding: 20px 10px;}
  .foot{padding: 0;}
  .footer_page{display: none;}
  .fot_nav{padding-bottom: 30px;}
  .fot_about h3{font-size: 26px;}
  .fot_about p{font-size: 14px;}
  .fot_right_about h3{font-size: 26px;}
  .fot_right{margin-top: 30px;}
  .footer{padding: 40px 0 90px 0;}
  .fot_contact{margin-top: 0;}
  .fot_left{border-right: 0;}
  .gotop:before{font-size: 22px;}
  .gotop{width: 50px;height: 50px;line-height: 50px;}
  .indexproduct_line{width: 13%;}
}
@media (min-width:577px) and (max-width:768px) {
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 350px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 350px;}

  .indexcard_flex{margin-top: 30px;}
  .indexproduct_line{width: 13%;}
  .indexcard_right .header_phone{justify-content: flex-start;}
  .indexcard_hd_txt h3{font-size: 16px;}
  .indexcard_hd_txt p{font-size: 14px;}
  .indexcard_box{padding: 20px 15px !important;}
  .indexcard_li{margin: 0 0 15px 0 !important;padding: 0 10px !important;}
  .indexcard_li:nth-child(1) .indexcard_box,.indexcard_li:nth-child(3) .indexcard_box{border-radius: 0 !important;}
  .indexcard_hd img{width: 60px;height: 60px;}
  .indexcard_hd span{font-size: 40px;}
  .indexabout{padding: 10px 0 20px 0;}
  .indexabout_content h1{font-size: 20px;}
  .indexabout_content h2{font-size: 26px;}
  /* .indexabout_tab_title span{padding: 10px 5px;font-size: 14px;border-radius: 10px;} */
  .indexabout_right{margin-top: 30px;}
  .indexabout_img_txt p{font-size:40px;}
  .indexabout_img_bd{margin: -100px 0 0 auto;}
  .indexcate{padding: 40px 0;}
  .indexcate_title_left h3{font-size: 20px;}
  .indexcate_title_left h2{font-size: 26px;}
  .indexcate_title_more{flex-wrap: wrap;}
  .indexcate_title_more span{margin-top: 15px;}
  .indexcate_title_btn{padding: 10px 30px;font-size: 16px;}
  .indexcate_title_left{flex: auto;margin-bottom: 20px;}
  .indexcate_title_right{flex: auto;}
  .indexcate_title{margin-bottom: 30px;}
  .indexcate_card_content a{font-size: 18px;}
  .indexcate_card_content h4{font-size: 16px;}
  .indexcate_main .swiper-pagination-progressbar{width: 70%;}
  .indexcate_process_box h3{font-size: 26px;}
  .indexcate_process_number h4{font-size: 120px;}
  .indexcate_process_txt h5{font-size: 18px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h3{font-size: 20px;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_main{padding: 0 10px;margin: 0 auto;}
  .arrow_product{top: 58px;right: 80px;}
  .indexproduct_line h4{font-size: 18px;}
  .intro{padding: 40px 0;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 24px;}
  /* .indexproduct_brand_content a{padding: 10px 30px;font-size: 16px;} */
  .intro_video{margin: 0 auto;height: 150px;}
  .indexcustomer{padding: 40px 0 0 0;}
  .indexcustomer_title h3{font-size: 20px;}
  .indexcustomer_title h2{font-size: 26px;}
  .indexcustomer_title p{font-size: 14px;}
  .indexcustomer_box{padding: 30px 15px;flex-direction: column;align-items: center;}
  .indexcustomer_person{margin-bottom: 20px;}
  .indexcustomer_content span{font-size: 20px;}
  .customer_icon img{width: 40px;height: 40px;}
  .indexcustomer_content{margin-left: 0;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title{flex-wrap: wrap;}
  .indexnews_title_more{padding: 10px 15px;font-size: 14px;margin-top: 20px;}
  .indexnews_main .blogli:last-child{display: none;}
  .indexnews .blog_txt{padding: 20px 10px;}
  .indexnews .blogmorebtn{display: flex;margin: 0 auto;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .teamscroll{padding: 20px 10px;}
  .foot{padding: 0;}
  .footer_page{display: none;}
  .fot_nav{padding-bottom: 30px;}
  .fot_about h3{font-size: 26px;}
  .fot_about p{font-size: 14px;}
  .fot_right_about h3{font-size: 26px;}
  /* .fot_right{margin-top: 30px;} */
  .footer{padding: 40px 0 90px 0;}
  .fot_contact{margin-top: 30px;}
  .fot_left{border-right: 0;}
  .gotop:before{font-size: 22px;}
  .gotop{width: 50px;height: 50px;line-height: 50px;}

}
@media (min-width:769px) and (max-width:992px) {
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 400px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}

  .indexcard_flex{margin-top: 30px;}
  .indexproduct_line{width: 13%;}
  .indexcard_right .header_phone{justify-content: flex-start;}
  .indexcard_hd_txt h3{font-size: 16px;}
  .indexcard_hd_txt p{font-size: 14px;}
  .indexcard_box{padding: 20px 15px !important;}
  .indexcard_li{margin: 0 0 15px 0 !important;padding: 0 10px !important;}
  .indexcard_li:nth-child(1) .indexcard_box,.indexcard_li:nth-child(3) .indexcard_box{border-radius: 0 !important;}
  .indexcard_hd img{width: 60px;height: 60px;}
  .indexcard_hd span{font-size: 40px;}
  .indexabout{padding: 10px 0 20px 0;}
  .indexabout_content h1{font-size: 20px;}
  .indexabout_content h2{font-size: 26px;}
  /* .indexabout_tab_title span{padding: 10px 5px;font-size: 14px;border-radius: 10px;} */
  .indexabout_right{margin-top: 30px;}
  .indexabout_img_txt p{font-size: 40px;}
  .indexabout_img_bd{margin: -100px 0 0 auto;}
  .indexcate{padding: 40px 0;}
  .indexcate_title_left h3{font-size: 20px;}
  .indexcate_title_left h2{font-size: 26px;}
  .indexcate_title_more{flex-wrap: wrap;}
  .indexcate_title_more span{margin-top: 15px;}
  .indexcate_title_btn{padding: 10px 30px;font-size: 16px;}
  .indexcate_title_left{flex: auto;margin-bottom: 20px;}
  .indexcate_title_right{flex: auto;}
  .indexcate_title{margin-bottom: 30px;}
  .indexcate_card_content a{font-size: 18px;}
  .indexcate_card_content h4{font-size: 16px;}
  .indexcate_main .swiper-pagination-progressbar{width: 70%;}
  .indexcate_process_box h3{font-size: 26px;}
  .indexcate_process_number h4{font-size: 120px;}
  .indexcate_process_txt h5{font-size: 18px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h3{font-size: 20px;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_main{padding: 0 10px;margin: 0 auto;}
  .arrow_product{top: 58px;right: 80px;}
  .indexproduct_line h4{font-size: 18px;}
  .intro{padding: 40px 0;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 24px;}
  /* .indexproduct_brand_content a{padding: 10px 30px;font-size: 16px;} */
  .intro_video{margin: 0 auto;height: 150px;}
  .indexcustomer{padding: 40px 0 0 0;}
  .indexcustomer_title h3{font-size: 20px;}
  .indexcustomer_title h2{font-size: 26px;}
  .indexcustomer_title p{font-size: 14px;}
  .indexcustomer_box{padding: 30px 15px;flex-direction: column;align-items: center;}
  .indexcustomer_person{margin-bottom: 20px;}
  .indexcustomer_content span{font-size: 20px;}
  .customer_icon img{width: 40px;height: 40px;}
  .indexcustomer_content{margin-left: 0;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title{flex-wrap: wrap;}
  .indexnews_title_more{padding: 10px 15px;font-size: 14px;margin-top: 20px;}
  .indexnews_main .blogli:last-child{display: none;}
  .indexnews .blog_txt{padding: 20px 10px;}
  .indexnews .blogmorebtn{display: flex;margin: 0 auto;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .teamscroll{padding: 20px 10px;}
  .foot{padding: 0;}
  .footer_page{display: none;}
  .fot_nav{padding-bottom: 30px;}
  .fot_about h3{font-size: 26px;}
  .fot_about p{font-size: 14px;}
  .fot_right_about h3{font-size: 26px;}
  /* .fot_right{margin-top: 30px;} */
  .footer{padding: 40px 0 90px 0;}
  .fot_contact{margin-top: 30px;}
  .fot_left{border-right: 0;}
  .gotop:before{font-size: 22px;}
  .gotop{width: 50px;height: 50px;line-height: 50px;}

}
@media (min-width:993px) and (max-width:1200px) {
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}


  .indexcard_flex{margin-top: 30px;}
  .indexcard_right .header_phone{justify-content: flex-start;}
  .indexcard_hd_txt h3{font-size: 16px;}
  .indexcard_hd_txt p{font-size: 14px;}
  .indexcard_box{padding: 20px 15px !important;}
  .indexcard_li{margin: 0 0 15px 0 !important;padding: 0 10px !important;}
  .indexcard_li:nth-child(1) .indexcard_box,.indexcard_li:nth-child(3) .indexcard_box{border-radius: 0 !important;}
  .indexcard_hd img{width: 60px;height: 60px;}
  .indexcard_hd span{font-size: 40px;}
  .indexabout{padding: 10px 0 20px 0;}
  .indexabout_content h1{font-size: 20px;}
  .indexabout_content h2{font-size: 26px;}
  .indexabout_flex{align-items: center;}
  .indexabout_tab_title span{padding: 10px 10px;font-size: 14px;border-radius: 10px;}
  .indexabout_right{margin-top: 30px;}
  .indexabout_img_txt p{font-size:40px;}
  .indexabout_img_bd{margin: -100px 0 0 auto;}
  .indexcate{padding: 40px 0;}
  .indexcate_title_left h3{font-size: 20px;}
  .indexcate_title_left h2{font-size: 26px;}
  .indexcate_title_more{flex-wrap: wrap;}
  .indexcate_title_more span{margin-top: 15px;}
  .indexcate_title_btn{padding: 10px 30px;font-size: 16px;}
  .indexcate_title_left{flex: auto;margin-bottom: 20px;}
  .indexcate_title_right{flex: auto;}
  .indexcate_title{margin-bottom: 30px;}
  .indexcate_card_content a{font-size: 18px;}
  .indexcate_card_content h4{font-size: 16px;}
  .indexcate_main .swiper-pagination-progressbar{width: 70%;}
  .indexcate_process_box h3{font-size: 42px;}
  .indexcate_process_number h4{font-size: 120px;}
  .indexcate_process_txt h5{font-size: 18px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h3{font-size: 20px;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_main{padding: 0 10px;margin: 0 auto;}
  .arrow_product{top: 58px;right: 80px;}
  .indexproduct_line h4{font-size: 22px;}
  .indexproduct_line{width: 13%;}
  .intro{padding: 40px 0;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 24px;}
  /* .indexproduct_brand_content a{padding: 10px 30px;font-size: 16px;} */
  .intro_video{margin: 0 auto;}
  .indexcustomer{padding: 40px 0 0 0;}
  .indexcustomer_title h3{font-size: 20px;}
  .indexcustomer_title h2{font-size: 26px;}
  .indexcustomer_title p{font-size: 14px;}
  .indexcustomer_box{padding: 30px 15px;flex-direction: column;align-items: center;}
  .indexcustomer_person{margin-bottom: 20px;}
  .indexcustomer_content span{font-size: 20px;}
  .customer_icon img{width: 40px;height: 40px;}
  .indexcustomer_content{margin-left: 0;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title{flex-wrap: wrap;}
  .indexnews_title_more{padding: 10px 15px;font-size: 14px;margin-top: 20px;}
  /* .indexnews_main .blogli:last-child{display: none;} */
  .indexnews .blog_txt{padding: 20px 10px;}
  .indexnews .blogmorebtn{display: flex;margin: 0 auto;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .teamscroll{padding: 20px 10px;}
  .foot{padding: 0;}
  .footer_page{display: none;}
  .fot_nav{padding-bottom: 30px;}
  .fot_about h3{font-size: 26px;}
  .fot_about p{font-size: 14px;}
  .fot_right_about h3{font-size: 26px;}
  /* .fot_right{margin-top: 30px;} */
  .footer{padding: 40px 0 90px 0;}
  .fot_contact{margin-top: 30px;}
  .fot_left{border-right: 0;}
  .gotop:before{font-size: 22px;}
  .gotop{width: 50px;height: 50px;line-height: 50px;}

}
@media (min-width:1201px) and (max-width:1400px) {
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .index_header_hd{padding: 15px 30px;}
  .header_container{padding: 0 30px;}
  .index_header_hd_ways li a{font-size: 14px;}
  .web_head  .header_phone{display: none;}
  .header_bd_end{flex: none;}
  .head_layer_main{flex:1;}
  .nav_wrap{flex: 0 90%;}
  .logo-fixed img,.fixed-nav .logo-fixed img{max-height: 80px;}
  .indexcard_right .header_phone p{font-size: 30px;}
  .fixed-nav .index_header_bd{padding: 0 30px;}
  .indexabout_img_txt p{font-size: 32px;}
  .indexabout_tab_title span{padding: 10px 15px;font-size: 16px;}
  .indexcate_title_more{flex-wrap: wrap;}
  .indexcate_title_more span{margin-top: 20px;}
  .indexcate_process_box h3{font-size: 58px;}
  .indexproduct_main{padding: 0;}
  .indexproduct_line{padding: 15px 12px;}
  .indexproduct_line h4{font-size: 20px;}
  .arrow_product{right: 110px;}
  .indexproduct_line{width: 17%;}
}
@media (min-width:1401px) and (max-width:1600px){
  .index_header_hd{padding: 15px 30px;}
  .header_container{padding: 0 30px;}
  .index_header_hd_ways li a{font-size: 14px;}
  .web_head  .header_phone{display: none;}
  .header_bd_end{flex: none;}
  .head_layer_main{flex:1;}
  .nav_wrap{flex: 0 90%;}
  .logo-fixed img,.fixed-nav .logo-fixed img{max-height: 80px;}
  .indexcard_right .header_phone p{font-size: 30px;}
  .fixed-nav .index_header_bd{padding: 0 30px;}
  .indexabout_img_txt p{font-size: 32px;}
  .indexabout_tab_title span{padding: 10px 15px;font-size: 16px;}
  .indexcate_title_more{flex-wrap: wrap;}
  .indexcate_title_more span{margin-top: 20px;}
  .indexcate_process_box h3{font-size: 58px;}
  .indexproduct_main{padding: 0;}
  .indexproduct_line{padding: 15px 12px;}
  .indexproduct_line h4{font-size: 20px;}
  .arrow_product{right: 110px;}
 

}
@media (min-width:1401px) and (max-width:1680px) {
  .videobox{width:80%;margin: 0 auto;max-height: auto;min-height: 600px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 600px;}
}