.nav_wrap .head_nav > li > a {
  color: #fff;
}
.search{width: 50px;height: 50px;line-height: 50px;border-radius: 50%;border: 1px solid #fc9510;background-color: #fc9510; text-align: center;}
.search i {
  color: #fff !important;
}
.fixed-nav .head_layer {
  background-image: linear-gradient(to right,#0030b1,#0087f6) !important;;
}
.fixed-nav .nav_wrap {
  background-color: transparent !important;
  flex: 1;
}
.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: 1440px !important;
}

/* Advertising header */
.header_container{margin-bottom: -90px;}
.header_hd{ padding: 10px 0  45px 0; border-bottom: 1px solid #e5e5e5;background-image: linear-gradient(to right,#0030b1,#0087f6);}
.fixed-nav .summary_phone{padding: 30px 0 30px 30px;}
.head_layer{display: flex;justify-content: space-between;align-items: center;}
.head_layer_main{display: flex;justify-content: center;align-items: center;width: 100%;}
.public_header_ways ul{display: flex;justify-content: flex-start;align-items: center;}
.public_header_ways li{display: flex;justify-content: flex-start;align-items: center;margin-right: 30px;}
.public_header_ways li span{padding: 7px 12px;text-align: center; background-color: rgba(255, 255, 255, 0.8);border-radius: 50%;margin-right: 10px;}
.public_header_ways li i{font-size: 18px;color: #0030b1;}
.public_header_ways li p,.public_header_ways li a{font-size: 16px;color: #fff;}
.public_ad_header {padding: 10px 0;}
.public_ad_header_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.public_ad_header_name a {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

.public_ad_header_name a:hover {
  color: #004cd4;
}

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

.public_ad_header_email a {
  font-size: 16px;
  color: #000;
}

.public_ad_header_email a:hover {
  color: #004cd4;
  text-decoration: none;
}

.public_ad_header_social_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;
}
.indedxheaderflex .public_ad_header_social_media a{
  background-color: transparent;
  border: 1px solid transparent;
}
.public_ad_header_social_media a {
  border: 1px solid #004cd4;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #004cd4;
  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: #004cd4;
}
.btn13 {
  border: 1px solid #004cd4;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
.btn13:hover {
  color: #fff;
  border-color: #004cd4;
}

.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: #004cd4;
  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: #004cd4;
  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: #004cd4;
  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:48px;
  color: #000;
  letter-spacing: 1px;
  font-weight: bold;
  /* font-family: "impact"; */
}
.indexnews_title_more {
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid #004cd4;
  display: inline-block;
  background-color: #004cd4;
  font-weight: bold;
  font-size: 16px;
  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: #fc9510;
  color: #fff;
  border: 1px solid #fc9510;
}





/* teamscroll */
.teamscroll{padding: 40px 70px;position: relative;overflow: hidden;border-top: 1px solid #e5e5e5;}
.teamscroll .swiper-slide{}
.teamscroll .swiper{width: 100%;height: 100%;}
.teamscroll_img{border: 6px solid transparent;border-radius: 10px; background-color: #fff;margin: 0 auto;text-align: center;padding: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;}
.teamscroll_img img{width: 100%;vertical-align: middle;margin: 0 auto;display: block;text-align: center;}
.teamscroll_img:hover{border: 6px solid #004cd4;}

/* news */
.indexnews .blog_txt{padding: 20px;}
.indexnews .blogbox{border-radius:20px;overflow: hidden;background-color: #fff;}
.indexnews .blogmorebtn{display: flex;margin:20px 0 0 0;justify-content: flex-start;}
.indexnews .blog_txt h3{font-size: 18px;margin-bottom: 15px;}
.indexnews .blogmore{background-color: #004cd4; border: none; border-radius: 30px;  color: #fff;padding: 10px 30px;font-size: 16px;font-weight: bold;}
.indexnews .blogline{background-color: #004cd4;left: 50%;transform: translateX(-50%);}
.indexnews .blogli:hover .blogmore{background-color: #fc751c;color: #fff;border: none;}
/* indexmap */
#indexmap{width: 100%;height: 400px;}

/* footer */
.footer {
  padding:120px 0 80px 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
 }
 .footer_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
 .footer .container{z-index: 999;position: relative;}

 .footer_logo img {
   max-height: 100px;
   vertical-align: middle;
   max-width: initial;
   margin-bottom: 30px;
 }
 .footer_main h2 {
   font-size: 14px;
   color: #fff;
   margin-bottom: 20px;
 }
 .footer .public_ad_header_social_media {
   justify-content: flex-start;
   margin-left: 0;
 }
 .footer .public_ad_header_social_media a i{
 color: #fff;
 }
 .footer .public_ad_header_social_media a:hover{
  background-color: #fff;
 }
 .footer .public_ad_header_social_media a:hover i{
  color: #004cd4;
 }
 .footer .public_ad_header_social_media a {
   margin-left: 0;
   margin-right: 15px; 
   margin-bottom: 5px;
   background-color: #004cd4;
   border: 1px solid #004cd4;
 }
 .footer_page h3,
 .footer_product h3,
 .footer_contact h3,
 .footer_nav h3 {
   font-size: 26px;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   margin-bottom: 20px;
 }
 .footer_page a,
 .footer_product a {
   display: block;
   font-size: 16px;
   color: #fff;
   margin-bottom: 20px;
   /*text-transform: capitalize;*/
   word-wrap: break-word;
   word-break: break-all;
 }
 .footer_product a:hover {
   text-decoration: underline !important;
   color: #004cd4;
 }
 .footer_page a:hover {
   text-decoration: underline !important;
   color: #004cd4;
 }
 .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: #fff;
   margin-right: 10px;
   border: 1px solid #004cd4;
   background-color: #004cd4;
   padding:5px 10px;
   border-radius: 50%;
 }
 .footer_p p{
   font-size: 16px;
   color: #fff;
 }
 .footer_p{margin-bottom: 40px;}
 .footer_contact li p {
   font-size: 16px;
   color: #fff;
   flex: 1;
 }
 .footer_contact li a {
   font-size: 16px;
   color: #fff;
   flex: 1;
 }
 .footer_copyrights {
   border-top: 1px solid rgba(255, 255, 255, 0.2);
   margin-top: 70px;
   padding: 40px 0 0px 0;
   width: 100%;
   font-size: 16px;
   color: #fff;
 }
 .footer_copyrights_name {
   font-size: 16px;
   color: #fff;
 }
 .footer_copyrights_p{
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   font-size: 16px;
   color: #fff;
 }
 .footer_Powered{display: flex;justify-content: flex-end;align-items: center;}
 .footer_copyrights_p p {
   font-size: 16px;
   color: #fff;
   display: inline;
 }
 .footer_copyrights_p a {
   font-size: 16px;
   color: #fff;
   display: inline;
 }
 
 .footer_tags {
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   padding: 0 0 10px 0;
   margin-bottom: 70px;
   display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
   align-items: center;
 }
 .footer_tags p {
   font-size: 14px;
   color: #fff;
   text-transform: capitalize;
 }
 .footer_tags a {
   font-size: 14px;
   color: #fff;
   display: block;
   margin:10px 10px 10px 0;
 }
 .footer_tags a:hover {
   text-decoration: underline !important;
   color: #004cd4;
 }
 /* indexproduct */
 .indexproduct_block{ 
  width: 150px;
  height: 100px;
  background-color: #adeeff;
  transform: skew(-20deg);
}
.indexproduct{padding: 80px 0;}
.indexproduct_title{margin-bottom: 60px;}
.indexproduct_title h2{font-size: 52px;color: #000;font-weight: bold;margin-top: -80px; margin-left: 30px; z-index: 99;position: relative;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box{height: 100%;position: relative;border: 1px solid #e5e5e5;border-radius: 20px;padding: 30px;}
.indexproduct_box h3{ flex: 1; font-size: 20px; margin-bottom: 30px; color: #0030b1;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_box .indexproduct_hd{flex: 1;  font-size: 20px;color: #0030b1;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_box .indexproduct_hd_title span{ display:block; width: 10px;height: 10px;border-radius: 50%;background-color: #fc9510;margin-right: 15px;margin-top: 5px;}
.indexproduct_hd_title{display: flex;justify-content: flex-start;}
.indexproduct_img{position: relative;display: block;overflow: hidden; border-radius: 10px; width: 100%;height: auto;padding-top: 100%;}
.indexproduct_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_number{box-shadow: 0px 6px 30px rgba(252, 190, 0, 0.34);font-family: "impact";  position: absolute;top: 70px;left:10px;width: 45px;height: 45px;line-height: 45px;text-align: center;   background: linear-gradient(to top left, #fc751c 0%, #fcbe00 100%) #fc751c;color: #fff;font-size: 24px;border-radius: 50%;}
.indexproduct_more{display: flex;justify-content: center; width: 60%; margin-top: 30px; align-items: center;padding: 10px 60px;  border-radius: 30px;  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.19); background: linear-gradient(to bottom right, #002fb0 0%, #0088f7 100%) transparent;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_more p{font-size: 18px;font-weight: bold;color: #fff;margin-right: 10px;}
.indexproduct_more i{font-size: 20px;font-weight: bold;color: #fff;}
.indexproduct_li:hover .indexproduct_img img{transform: scale(1.2);}
.indexproduct_li:hover .indexproduct_more{width: 80%;}
/* advantage */
.index_advantage{background: url(../images/indexbackjpg.jpg) no-repeat 50% 50% fixed;background-size: cover;padding: 90px 0;position: relative;overflow: hidden;}
.advantage_mask{ background: linear-gradient(to top left, rgba(0, 47, 176, 0.5) 1%, rgba(0, 136, 247, 0.5) 100%);width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.index_advantage .indexproduct_block{background-color: #fcbe00;}
.index_advantage .indexproduct_title h2{color: #fff;}
.index_advantage_flex{display: flex;flex-wrap: wrap;}
.index_advantage_li{margin-bottom: 30px;}
.index_advantage_box{height: 100%;position: relative;background-color: #fff;border-radius: 20px;padding: 50px 40px;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;}
.index_advantage_box img{width: 70px;height: 70px;display: block;margin: 0 auto;text-align: center;vertical-align: middle;}
.index_advantage_box h3{font-size: 20px;color: #000;text-align: center;font-weight: bold;word-wrap: break-word;word-break: break-all;margin: 30px auto 0 auto;line-height: 30px;}
.index_advantage_li:hover .index_advantage_box{box-shadow: inset 3px 3px 15px rgba(0, 136, 247, 0.5);}
/* indexabout */
.indexabout{padding:80px 0;}
.indexabout_flex{display: flex;align-items: center;flex-wrap: wrap;border-radius: 20px;overflow: hidden;background: linear-gradient(to bottom right, #fc751c 1%, #fcbe00 99.3%) #fc751c;;}
.indexabout_left,.indexabout_right{margin: 0 !important;padding: 0 !important;}
.indexabout_main{padding: 0 50px 0 50px;}
.indexabout_main h1{font-size: 36px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.indexabout_main p{font-size: 16px;color: #fff;line-height: 28px;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 8; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout_btn{padding: 15px 60px;background-color: #fff;border-radius: 30px;text-align: center;display: inline-block;font-size: 18px;color: #002fb0;font-weight: bold;margin: 30px auto 0 auto;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{background-color: #004cd4;color: #fff;}
/* indexcustomer */
.indexcustomer{background: url(../images/img10.jpg) no-repeat 50% 50% fixed;background-size: cover;padding: 90px 0;position: relative;overflow: hidden;}
.indexcustomer_mask{background:linear-gradient(rgba(97, 231, 255, 0.3), rgba(97, 231, 255, 0.3));width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.indexcustomer .indexproduct_block{background-color: #fff;}
.indexcustomer .indexproduct_title h2{color: #000;}
.swiper {
  width: 100%;
  height: 100%;
}

.indexcustomer .swiper-slide {
  padding-bottom: 50px;
}

.indexcustomer_box{display: flex;justify-content: space-between;align-items: center;}
.indexcustomer_left{}
.indexcustomer_right{flex: 1;margin-left: 40px;background-color: #fff;padding: 30px;border-radius: 20px;}
.indexcustomer_left h3{color: #fc751c;font-size: 18px;text-align: center;word-break: break-all;word-wrap: break-word;font-weight: bold;margin-top: 15px;}
.indexcustomer_person{width: 150px;height: 150px;border-radius: 50%;border: 12px solid #fcbe00;overflow: hidden;}
.indexcustomer_person img{width: 100%;height: 100%;vertical-align: middle;}
.indexcustomer_right p{font-size: 16px;color: #000;line-height: 28px;word-break: break-all;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 5; -webkit-box-orient: vertical;overflow: hidden;}
.indexcustomer .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background: transparent;
  /* background-color: #fff; */
  border-radius: 50%;
}

.indexcustomer .swiper-horizontal > .indexcustomer .swiper-pagination-bullets,
.indexcustomer .swiper-pagination-bullets .indexcustomer .swiper-pagination-horizontal,
.indexcustomer .swiper-pagination-custom,
.indexcustomer .swiper-pagination-fraction {
  bottom: 15px;
}

.indexcustomer .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 4px solid #fff;
  background-color: #fff;
}
/* indexcard_main */
.indexmap{position: relative;}
.indexcard{position: absolute;bottom: -60px;left: 50%;z-index: 999;  transform: translateX(-50%);width: 100%;}
.indexcard_main{ border-radius: 15px;z-index: 999; padding: 40px;background: url(../images/img2.jpg) no-repeat 50% 50% fixed;background-size: cover;position: relative;overflow: hidden;}
.indexcard_mask{background:linear-gradient(to bottom right, rgba(0, 47, 176, 0.83) 0%, rgba(0, 136, 247, 0.66) 100%);width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.indexcard_flex{z-index: 999; position: relative; display: flex;flex-wrap: wrap;align-items: center;}
.indexcard_left h3{font-size: 70px;font-family: "impact";color: #fff;margin-bottom: 20px;}
.indexcard_left p{font-size: 18px;color: #fff;}
.indexcard_right a{padding: 15px 30px;display: inline-block;    background: linear-gradient(to bottom right, #fcbe00 0%, #fc751c 82.1%) #fc751c;color: #fff;font-size: 16px; font-weight: bold; text-align: center;border-radius: 30px;}
/* 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{position: static;bottom: auto;left: auto;transform: none;margin-bottom: 30px;}
  .header_hd{padding: 0;display: none;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;margin-top: -40px;margin-left: 15px;}
  .indexproduct_block{width: 100px;height: 50px;}
  .indexproduct_title{margin-bottom: 30px;}
  .indexproduct_box{padding: 15px 10px;}
  .indexproduct_box h3{margin-bottom: 15px;}
  .indexproduct_number{display: none;}
  .indexproduct_more{width: 100%;padding: 10px;margin-top: 15px;}
  .indexproduct_more p{font-size: 14px;}
  .indexproduct_more i{display: none;}
  .indexproduct_more:hover{width: 100%;}
  .index_advantage{padding: 40px 0;}
  .index_advantage_box{padding: 20px 10px;}
  .index_advantage_box img{width: 45px;height: 45px;}
  .index_advantage_box h3{font-size: 16px;margin: 15px auto 0 auto;}
  .indexabout{padding: 40px 0;}
  .indexabout_main{padding: 20px 15px;}
  .indexabout_main h1{font-size: 26px;}
  .indexabout_btn{padding: 10px 30px;}
  .indexcustomer{padding: 40px 0;}
  .indexcustomer_box{flex-direction: column;}
  .indexcustomer_right{margin-left: 0;}
  .indexcustomer_left{margin-bottom: 20px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_more{padding: 10px;font-size: 14px;}
  .indexnews .blog_txt{padding: 20px 10px;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .indexnews .blogmorebtn{display: block;}
  .indexnews .blog_txt h3{margin-bottom: 10px;}
  .indexnews .blogli:last-child{display: none;}
  .teamscroll{padding: 20px 10px;}
  #indexmap{height: 150px;}
  .indexcard_main{margin-top: 20px;padding: 20px 10px;}
  .indexcard_left h3{font-size: 24px;margin-bottom: 15px;}
  .indexcard_left p{font-size: 16px;}
  .indexcard_right a{margin-top: 30px;padding: 10px 15px;font-size: 14px;}
  .footer{padding: 40px 0 90px 0;}
  .footer_tags{margin-bottom: 20px;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 10px;}
  .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
  .footer_product {margin-top: 30px;}
  .footer_nav {margin-top: 30px;}
  .footer_copyrights{padding: 10px 0 0 0;margin-top: 20px;}
  .gotop{width: 50px;height: 50px;line-height: 50px;}
  .gotop:before{font-size: 24px;}
}
@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{position: static;bottom: auto;left: auto;transform: none;margin-bottom: 30px;}
  .header_hd{padding: 0;display: none;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;margin-top: -40px;margin-left: 15px;}
  .indexproduct_block{width: 100px;height: 50px;}
  .indexproduct_title{margin-bottom: 30px;}
  .indexproduct_box{padding: 15px 10px;}
  .indexproduct_box h3{margin-bottom: 15px;}
  .indexproduct_number{display: none;}
  .indexproduct_more{width: 100%;padding: 10px;margin-top: 15px;}
  .indexproduct_more p{font-size: 14px;}
  .indexproduct_more i{display: none;}
  .indexproduct_more:hover{width: 100%;}
  .index_advantage{padding: 40px 0;}
  .index_advantage_box{padding: 20px 10px;}
  .index_advantage_box img{width: 45px;height: 45px;}
  .index_advantage_box h3{font-size: 16px;margin: 15px auto 0 auto;}
  .indexabout{padding: 40px 0;}
  .indexabout_main{padding: 20px 15px;}
  .indexabout_main h1{font-size: 26px;}
  .indexabout_btn{padding: 10px 30px;}
  .indexcustomer{padding: 40px 0;}
  .indexcustomer_box{flex-direction: column;}
  .indexcustomer_right{margin-left: 0;}
  .indexcustomer_left{margin-bottom: 20px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_more{padding: 10px;font-size: 14px;}
  .indexnews .blog_txt{padding: 20px 10px;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .indexnews .blogmorebtn{display: block;}
  .indexnews .blog_txt h3{margin-bottom: 10px;}
  .indexnews .blogli:last-child{display: none;}
  .teamscroll{padding: 20px 10px;}
  #indexmap{height: 150px;}
  .indexcard_main{margin-top: 20px;}
  .indexcard_left h3{font-size: 24px;margin-bottom: 15px;}
  .indexcard_left p{font-size: 16px;}
  .indexcard_right a{padding: 10px 15px;font-size: 14px;}
  .footer{padding: 40px 0 90px 0;}
  .footer_tags{margin-bottom: 20px;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 10px;}
  .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
  .footer_product {margin-top: 30px;}
  .footer_nav {margin-top: 30px;}
  .footer_copyrights{padding: 10px 0 0 0;margin-top: 20px;}
  .gotop{width: 50px;height: 50px;line-height: 50px;}
  .gotop:before{font-size: 24px;}
}
@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{position: static;bottom: auto;left: auto;transform: none;margin-bottom: 30px;}
  .header_hd{padding: 0;display: none;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;margin-top: -40px;margin-left: 15px;}
  .indexproduct_block{width: 100px;height: 50px;}
  .indexproduct_title{margin-bottom: 30px;}
  .indexproduct_box{padding: 15px 10px;}
  .indexproduct_box h3{margin-bottom: 15px;}
  .indexproduct_number{display: none;}
  .indexproduct_more{width: 100%;padding: 10px;margin-top: 15px;}
  .indexproduct_more p{font-size: 14px;}
  .indexproduct_more i{display: none;}
  .indexproduct_more:hover{width: 100%;}
  .index_advantage{padding: 40px 0;}
  .index_advantage_box{padding: 20px 10px;}
  .index_advantage_box img{width: 45px;height: 45px;}
  .index_advantage_box h3{font-size: 16px;margin: 15px auto 0 auto;}
  .indexabout{padding: 40px 0;}
  .indexabout_main{padding: 20px 15px;}
  .indexabout_main h1{font-size: 26px;}
  .indexabout_btn{padding: 10px 30px;}
  .indexcustomer{padding: 40px 0;}
  .indexcustomer_box{flex-direction: column;}
  .indexcustomer_right{margin-left: 0;}
  .indexcustomer_left{margin-bottom: 20px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_more{padding: 10px;font-size: 14px;}
  .indexnews .blog_txt{padding: 20px 10px;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .indexnews .blogmorebtn{display: block;}
  .indexnews .blog_txt h3{margin-bottom: 10px;}
  .indexnews .blogli:last-child{display: none;}
  .teamscroll{padding: 20px 10px;}
  #indexmap{height: 150px;}
  .indexcard_main{margin-top: 20px;}
  .indexcard_left h3{font-size: 24px;margin-bottom: 15px;}
  .indexcard_left p{font-size: 16px;}
  .indexcard_right a{padding: 10px 15px;font-size: 14px;}
  .footer{padding: 40px 0 90px 0;}
  .footer_tags{margin-bottom: 20px;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 10px;}
  .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
  .footer_product {margin-top: 30px;}
  .footer_nav {margin-top: 30px;}
  .footer_copyrights{padding: 10px 0 0 0;margin-top: 20px;}
  .gotop{width: 50px;height: 50px;line-height: 50px;}
  .gotop:before{font-size: 24px;}
}
@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{position: static;bottom: auto;left: auto;transform: none;margin-bottom: 30px;}
  .header_hd{padding: 0;display: none;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;margin-top: -40px;margin-left: 15px;}
  .indexproduct_block{width: 100px;height: 50px;}
  .indexproduct_title{margin-bottom: 30px;}
  .indexproduct_box{padding: 15px 10px;}
  .indexproduct_box h3{margin-bottom: 15px;}
  .indexproduct_number{display: none;}
  .indexproduct_more{width: 100%;padding: 10px;margin-top: 15px;}
  .indexproduct_more p{font-size: 14px;}
  .indexproduct_more i{display: none;}
  .indexproduct_more:hover{width: 100%;}
  .index_advantage{padding: 40px 0;}
  .index_advantage_box{padding: 20px 10px;}
  .index_advantage_box img{width: 45px;height: 45px;}
  .index_advantage_box h3{font-size: 16px;margin: 15px auto 0 auto;}
  .indexabout{padding: 40px 0;}
  .indexabout_main{padding: 20px 15px;}
  .indexabout_main h1{font-size: 26px;}
  .indexabout_btn{padding: 10px 30px;}
  .indexcustomer{padding: 40px 0;}
  .indexcustomer_box{flex-direction: column;}
  .indexcustomer_right{margin-left: 0;}
  .indexcustomer_left{margin-bottom: 20px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_more{padding: 10px;font-size: 14px;}
  .indexnews .blog_txt{padding: 20px 10px;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .indexnews .blogmorebtn{display: block;}
  .indexnews .blog_txt h3{margin-bottom: 10px;}
  .teamscroll{padding: 20px 10px;}
  #indexmap{height: 150px;}
  .indexcard_main{margin-top: 20px;}
  .indexcard_left h3{font-size: 24px;margin-bottom: 15px;}
  .indexcard_left p{font-size: 16px;}
  .indexcard_right a{padding: 10px 15px;font-size: 14px;}
  .footer{padding: 40px 0 90px 0;}
  .footer_tags{margin-bottom: 20px;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_page h3, .footer_product h3, .footer_contact h3, .footer_nav h3{font-size: 18px;margin-bottom: 10px;}
  .footer_page a, .footer_product a{font-size: 14px;margin-bottom: 10px;}
  .footer_copyrights{padding: 10px 0 0 0;margin-top: 20px;}
  .gotop{width: 50px;height: 50px;line-height: 50px;}
  .gotop:before{font-size: 24px;}
}
@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;}
  .logo-fixed img{max-height: 80px;}
  .footer_logo img{max-height: 80px;}
  .public_ad_header_social_media{margin-left: 0;}
}
@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;}
}