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

.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: #0d3de5;
  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: #0d3de5;
  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: #0d3de5;
  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: #0d3de5;
  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 #0d3de5;
  display: inline-block;
  font-size: 18px;
  color: #0d3de5;
  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: #0d3de5;
  color: #fff;
}
/* footer */
.footer {
  background-color: #000;
  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: #fff;
  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: #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: 15px;
  text-transform: capitalize;
  word-wrap: break-word;
  word-break: break-all;
}
.footer_product a:hover {
  text-decoration: underline !important;
  color: #0d3de5;
}
.footer_page a:hover {
  text-decoration: underline !important;
  color: #0d3de5;
}
.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 #fff;
  padding:2px 6px;
}
.footer_contact li p {
  font-size: 16px;
  color: #fff;
  flex: 1;
}
.footer_contact li a {
  font-size: 16px;
  color: #fff;
  flex: 1;
}
.footer_copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding: 20px 0 20px 0;
  width: 100%;
}
.footer_copyrights_name {
  font-size: 14px;
  color: #fff;
}
.footer_copyrights_p p {
  font-size: 14px;
  color: #fff;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 14px;
  color: #0d3de5;
  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: #fff;
  text-transform: capitalize;
}
.footer_tags a {
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 5px;
}
.footer_tags a:hover {
  text-decoration: underline !important;
  color: #0d3de5;
}
.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: #0d3de5;
  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: #0d3de5;
  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;
}
/* about us */
.indexabout{padding: 60px 0 0 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: #0d3de5;margin-right: 15px;text-align: center;}
.indexabout_icon i{font-size: 24px;text-align: center;color: #fff;}
.indexabout_icon b{font-size: 16px;color: #0d3de5;text-transform: uppercase;}
.indexabout_main h1,.indexabout_main h2{font-size: 36px;color: #000;font-weight: bold;margin-bottom: 15px;word-break:break-all;}
.indexabout_main p{font-size: 16px;color: #333;line-height: 25px;display: -webkit-box;-webkit-line-clamp: 6; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout_btn{padding: 10px 30px; margin-top: 20px; display: inline-block; background-color: #0d3de5;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{display: flex;flex-wrap: wrap;z-index: 999;position: relative;}
.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: #0d3de5;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;color: #000;text-align: center;margin-bottom: 10px;font-weight: bold;word-wrap: break-word;word-break: break-all;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexabout_box p{font-size: 14px;text-align: center;color: #333;word-wrap: break-word;word-break: break-all;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexabout_box:hover{background-color: #0d3de5;}
.indexabout_box:hover h3{color: #fff;}
.indexabout_box:hover h4{color: #fff;}
.indexabout_box:hover p{color: #fff;}
.goodcard_flex{display: flex;flex-wrap: wrap;margin-top: 30px;}
.goodcard_box{ border: 2px solid #fff;padding: 30px 15px; height: 100%;position: relative;background-color: #fff;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);border-radius: 15px;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;}
.goodcard_img {display: block;width: 50px;height: 50px; margin: 0 auto 15px auto; line-height:50px;border-radius: 50%;text-align: center;border: 1px solid #ddd;}
.goodcard_img img{width: 50%;vertical-align: middle;}
.goodcard_box h3{word-wrap: break-word;word-break: break-all;font-size: 16px;color: #000;text-align: center;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.goodcard_box p{font-size: 14px;color: #333;text-align: center;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp:3; -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;}
.goodcard_li:hover .goodcard_box{border-radius: 0%;border: 2px solid #0d3de5;}
/* product */
.indexproduct{padding: 60px 0;}
.indexproduct_title{margin-bottom: 30px;}
.indexproduct_title span{display: block;font-size: 18px;color: #0d3de5;text-align: center; text-transform: uppercase;font-weight: bold;margin-bottom: 15px;}
.indexproduct_title h2{font-size: 42px;color: #000;font-weight: bold;text-align: center;text-transform: uppercase;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box {   border-radius: 30px; overflow: hidden; 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;}
.indexproduct_img{position: relative;overflow: hidden;display: block;width: 100%;height: 100%;padding-top: 100%;}
.indexproduct_img img{width: 100%;position: absolute;top: 0;left: 0;height: 100%;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_mask{z-index: 9; display: block;width: 100%;height: 100%;background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0.2));position: absolute;bottom: 0;left: 0;}
.indexproduct_content{position: absolute;bottom: 20px;left: 50%; transform: translateX(-50%); width: 90%;margin: 0 auto;z-index: 99;display: block;}
.indexproduct_content span{display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;word-wrap: break-word;word-break: break-all;   display: block;font-size: 14px;color: #fff;margin-bottom: 10px;}
.indexproduct_content h3,.indexproduct_content .indexproduct_name{font-size: 18px;color: #fff;font-weight: bold;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_more{display: inline-block;padding: 5px 30px;background-color: #305af6;font-size: 16px;text-align: center;font-weight: bold;color: #fff;border-radius: 30px;margin: 10px 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_price ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.indexproduct_price li{width: 48%;overflow: hidden;}
.indexproduct_price li em{display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden; word-wrap: break-word;word-break: break-all;  font-style: normal;font-size: 12px;color: #fff;margin-bottom: 5px;display: block;}
.indexproduct_price li h4{display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden; font-size: 14px;color: #fff;word-wrap: break-word;word-break: break-all;}
/*.indexproduct_li:hover .indexproduct_img img{transform: scale(1.2);}*/
/*.indexproduct_li:hover  .indexproduct_more{padding: 5px 60px;}*/
/* quality */
.quality{padding: 60px 0 30px 0;}
.quality_flex{display: flex;flex-wrap: wrap;}
.quality_li{margin-bottom: 30px;}
.quality_box{height: 100%;position: relative;border: 1px solid #e5e5e5;border-radius: 30px;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;}
.quality_img{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top:70%;}
.quality_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;}
.quality_icon{margin: -30px auto 20px auto; position: relative; width:60px;height: 60px;line-height: 60px;border-radius: 50%;text-align: center;background-color: #305af6;}
.quality_icon img{ width: 50%; vertical-align: middle;text-align: center;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.quality_content h3{font-size: 18px;color: #000;word-wrap: break-word;word-break: break-all; margin-bottom: 15px; text-align: center;font-weight: bold;text-transform: uppercase;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;}
.quality_content p{font-size: 16px;color: #333;line-height: 25px;text-align: center;  word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp:3; -webkit-box-orient: vertical;overflow: hidden;}
.quality_content{padding: 0 30px 30px 30px;}
.quality_li:hover .quality_img img{transform: scale(1.2);}
.quality_li:hover .quality_box{border: 1px solid #305af6;}
.quality_li:hover  .quality_content h3{color: #305af6;}

/* logo */
.teamscroll{position: relative;padding:0 100px  40px 100px;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 #0d3de5;}
.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: #0d3de5;}
/* why choosen our */
.why{padding: 60px 0;}
.why_flex{display: flex;flex-wrap: wrap;align-items: center;}
.progress{margin-bottom: 20px;}
.process_main h3{margin-bottom: 10px;font-size: 16px;color: #000;font-weight: bold;}
.why .customer_title{margin-bottom: 40px;}
.why_right .indexabout_li{margin-bottom:20px;}
.why_right .indexabout_box{padding: 50px 30px;}
.why_right .indexabout_li:nth-child(odd){margin-top: -30px;margin-bottom: 50px;}
.why_right{position: relative;}
.why_icon img{position: absolute;top: 40%;right: -30px;width: 100px;height: 100px;}
/* card */
.contact_card{padding: 30px 0 90px 0;}
.contact_card_flex{padding: 80px 30px 80px 60px;background-color: #0d3de5;border-radius: 20px;display: flex;align-items: center;flex-wrap: wrap;}
.contact_card_main h2{font-size: 48px;color: #fff;font-weight: bold;margin-bottom:60px;}
.contact_card_btn{display: flex;justify-content: flex-start;align-items: center;}
.contact_card_btn a{display: block;padding: 10px 30px;border: 1px solid #fff;border-radius: 10px;margin-right: 30px;font-size: 18px;text-align: center;color: #fff;}
.contact_card_btn a:hover{background-color: #fff;color: #0d3de5;}
.contact_card_right{position: relative;}
.contact_card_img{border-radius: 20px;overflow: hidden;z-index: 999;}
.contact_card_img img{z-index: 999;border-radius: 20px;overflow: hidden;width:400px;object-fit: cover;  position: absolute;top: 50%;left: 60%;transform: translate(-50%,-50%);}
.circle{ 
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: block;
  background-color: #f89047;
  border: 0;
  bottom: -92%;
  right: 0;
  margin-top: -30px;
  z-index: 9;
}
.pointimg{
  position: absolute;
  width: 100px;
  height: 100px;
  top: -40%;
  left: 21%;
  z-index: 9;
}

.header_phone{width: 15%; margin-right: 20px; display: flex;justify-content: center;align-items: center;padding: 10px 10px;background-color: #eff0f4;border-radius: 5px;}
.header_phone p{color: #0d3de5;font-size: 16px;}
.header_phone i{font-size: 16px;color: #0d3de5;}
.header_phone:hover{background-color: #0d3de5;}
.header_phone:hover p{color: #fff;}
.header_phone:hover i{color: #fff;}

.solution{position: relative;}
.solution_left,.solution_right{position: relative;}
.solution_icon{position: absolute;top:60%;left: -3%;z-index: 9;}
.solution_icon img{width:70px ;height: 70px;}
.solution_icon2{position: absolute;top:-9%;right: 5%;z-index: 9;}
.solution_icon2 img{width: 100px;height: 100px;}
.solution  .indexabout_main{z-index: 99;position: relative;background-color: rgba(255,255,255,0.8);}
.solution_flex{display: flex;align-items: center;flex-wrap: wrap;}
.solution .swiper {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.solution .swiper-pagination-bullet{background-color: #fff !important;}
.solution .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer_title span{font-size: 20px;color: #305af6;font-weight: bold;display: block;margin-bottom: 15px;}
.customer_title h2{font-size: 36px;color: #000;font-weight: bold;margin-bottom: 20px;}
.cus .indexproduct_title{z-index: 999;position: relative;}
.cus .indexproduct_title h2{color: #fff;}
.cus{padding: 70px 0;position: relative;overflow: hidden;}
.cus_mask{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.6);z-index: 99;}
.cus_flex{display: flex;flex-wrap: wrap;z-index: 999;position: relative;}
.cus_li{margin-bottom: 30px;}
.cus_box{height: 100%;background-color: #000;border: 2px solid #000;padding: 30px;border-radius: 30px;}
.cus_box p{font-size: 16px;color: #fff;word-wrap: break-word;word-break: break-all;line-height: 25px;display: -webkit-box;-webkit-line-clamp:4; -webkit-box-orient: vertical;overflow: hidden;}
.person_box{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;margin-top: 30px;}
.person{width: 100px;height: 100px;border-radius: 50%;overflow: hidden;margin-right: 15px;}
.person img{width: 100%;height: 100%;vertical-align: middle;}
.name h3{font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 3px;}
.name b{font-size: 14px;color: #305af6;}
.cus_btn{display: flex;justify-content: center;align-items: center;z-index: 99;position: relative;}
.cus_btn .indexnews_title_more{background-color: #305af6;color: #fff;border: 1px solid #305af6;}
.cus_li:hover .cus_box{border: 2px solid #305af6;}
.cus_li:nth-child(2) .cus_box{background-color: #0d3de5;border: 2px solid #0d3de5;}
.cus_btn .indexnews_title_more:hover{padding: 10px 60px;}
/* shi pei */
@media (max-width:576px){
  .indexproduct{padding: 40px 0 0 0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_price{display: none;}
  .indexproduct_content span{display: none;}
  .indexproduct_box{border-radius: 5px;}
  .indexproduct_content {bottom: 0;}
  .indexabout_main h1, .indexabout_main h2{font-size: 26px;}
  .solution_icon,.solution_icon2{display: none;}
  .solution_right {margin-top: 30px;}
  .cus{padding: 40px 0;}
  .cus_btn .indexnews_title_more{padding: 10px 20px;}
  .person{width: 50px;height: 50px;}
  .indexproduct_more{padding: 5px 10px;font-size: 12px;}

  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 300px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 300px;}
  .indexabout_main h1{font-size: 26px;}
  .goodcard_li {margin-bottom: 15px;}
  .goodcard_box{padding: 20px 10px;}
  .intro{padding: 40px 0;}
  .indexabout_li {margin-bottom: 15px;}
  .indexabout_data h3{font-size: 24px;}
  .indexabout_box{padding: 15px 10px;}
  .indexabout_data{margin-bottom: 10px;}
  .indexabout_box span{width: 40px;height: 40px;line-height: 40px;}
  .indexabout_box span img{width: 20px;height: 20px;}
  .quality{padding: 40px 0 30px 0;}
  .why{padding: 0 0 40px 0;}
  .customer_title h2{font-size: 24px;}
  .why_right .indexabout_li:nth-child(odd){margin-top: 0;margin-bottom: 15px;}
  .why_right .indexabout_box{padding: 20px 10px;}
  .comment_main{margin-top: 30px;}
  .customer_box{padding: 20px 10px;}
  .indexjia_content p{font-size: 14px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 24px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;font-size: 14px;}
  .teamscroll{padding: 0 10px 20px 10px;}
  .contact_card_flex{padding: 30px 10px;}
  .contact_card_img{display: none;}
  .circle{display: none;}
  .pointimg{display: none;}
  .contact_card_main h2{font-size: 24px;margin-bottom: 15px;}
  .contact_card_btn a{padding: 10px 10px;margin: 0 10px 0 10px;font-size: 14px;}
  .contact_card{padding: 20px 0;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
  .why_icon img{display: none;}
}
@media (min-width:576px) and (max-width:768px) {
  .indexproduct{padding: 40px 0 0 0;}
  .indexproduct_title h2{font-size: 26px;}
  /* .indexproduct_price{display: none;}
  .indexproduct_content span{display: none;} */
  .indexproduct_box{border-radius: 5px;}
  /* .indexproduct_content {bottom: 0;} */
  .indexabout_main h1, .indexabout_main h2{font-size: 26px;}
  .solution_icon,.solution_icon2{display: none;}
  .indexproduct_more{padding: 5px 15px;font-size: 14px;}
  .solution_right {margin-top: 30px;}
  .cus{padding: 40px 0;}
  .cus_btn .indexnews_title_more{padding: 10px 20px;}
  .person{width: 50px;height: 50px;}



  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 400px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}
  .indexabout_main h1{font-size: 26px;}
  .goodcard_li {margin-bottom: 15px;}
  .goodcard_box{padding: 20px 10px;}
  .intro{padding: 40px 0;}
  .indexabout_li {margin-bottom: 15px;}
  .indexabout_data h3{font-size: 24px;}
  .indexabout_box{padding: 15px 10px;}
  .indexabout_data{margin-bottom: 10px;}
  .indexabout_box span{width: 40px;height: 40px;line-height: 40px;}
  .indexabout_box span img{width: 20px;height: 20px;}
  .quality{padding: 40px 0 30px 0;}
  .why{padding: 0 0 40px 0;}
  .customer_title h2{font-size: 24px;}
  .why_right .indexabout_li:nth-child(odd){margin-top: 0;margin-bottom: 15px;}
  .why_right .indexabout_box{padding: 20px 10px;}
  .comment_main{margin-top: 30px;}
  .customer_box{padding: 20px 10px;}
  .indexjia_content p{font-size: 14px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 24px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;font-size: 14px;}
  .teamscroll{padding: 0 10px 20px 10px;}
  .contact_card_flex{padding: 30px 10px;}
  .contact_card_img{display: none;}
  .circle{display: none;}
  .pointimg{display: none;}
  .contact_card_main h2{font-size: 24px;margin-bottom: 15px;}
  .contact_card_btn a{padding: 10px 10px;margin: 0 10px 0 10px;font-size: 14px;}
  .contact_card{padding: 20px 0;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
  .why_icon img{display: none;}
}
@media (min-width:768px) and (max-width:992px) {
  .indexproduct{padding: 40px 0 0 0;}
  .indexproduct_title h2{font-size: 26px;}
  /* .indexproduct_price{display: none;}
  .indexproduct_content span{display: none;} */
  .indexproduct_box{border-radius: 5px;}
  /* .indexproduct_content {bottom: 0;} */
  .indexabout_main h1, .indexabout_main h2{font-size: 26px;}
  .solution_icon,.solution_icon2{display: none;}
  .indexproduct_more{padding: 5px 15px;font-size: 14px;}
  .solution_right {margin-top: 30px;}
  .cus{padding: 40px 0;}
  .cus_btn .indexnews_title_more{padding: 10px 20px;}
  .person{width: 50px;height: 50px;}


  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 400px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}
  .indexabout_main h1{font-size: 26px;}
  .goodcard_li {margin-bottom: 15px;}
  .goodcard_box{padding: 20px 10px;}
  .intro{padding: 40px 0;}
  .indexabout_li {margin-bottom: 15px;}
  .indexabout_data h3{font-size: 24px;}
  .indexabout_box{padding: 15px 10px;}
  .indexabout_data{margin-bottom: 10px;}
  .indexabout_box span{width: 40px;height: 40px;line-height: 40px;}
  .indexabout_box span img{width: 20px;height: 20px;}
  .quality{padding: 40px 0 30px 0;}
  .why{padding: 0 0 40px 0;}
  .customer_title h2{font-size: 24px;}
  .why_right .indexabout_li:nth-child(odd){margin-top: 0;margin-bottom: 15px;}
  .why_right .indexabout_box{padding: 20px 10px;}
  .comment_main{margin-top: 30px;}
  .customer_box{padding: 20px 10px;}
  .indexjia_content p{font-size: 14px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 24px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;font-size: 14px;}
  .teamscroll{padding: 0 10px 20px 10px;}
  .contact_card_flex{padding: 30px 10px;}
  .contact_card_img{display: none;}
  .circle{display: none;}
  .pointimg{display: none;}
  .contact_card_main h2{font-size: 24px;margin-bottom: 15px;}
  .contact_card_btn a{padding: 10px 10px;margin: 0 10px 0 10px;font-size: 14px;}
  .contact_card{padding: 20px 0;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
  .why_icon img{display: none;}
}
@media (min-width:992px) and (max-width:1199px) {

  .indexproduct{padding: 40px 0 0 0;}
  .indexproduct_title h2{font-size: 26px;}
  /* .indexproduct_price{display: none;}
  .indexproduct_content span{display: none;} */
  .indexproduct_box{border-radius: 5px;}
  /* .indexproduct_content {bottom: 0;} */
  .indexabout_main h1, .indexabout_main h2{font-size: 26px;}
  .solution_icon,.solution_icon2{display: none;}
  .indexproduct_more{padding: 5px 15px;font-size: 14px;}
  .solution_right {margin-top: 30px;}
  .cus{padding: 40px 0;}
  .cus_btn .indexnews_title_more{padding: 10px 20px;}
  .person{width: 50px;height: 50px;}


  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .indexabout_main h1{font-size: 26px;}
  .goodcard_li {margin-bottom: 15px;}
  .goodcard_box{padding: 20px 10px;}

  .intro{padding: 40px 0;}
  .indexabout_li {margin-bottom: 15px;}
  .indexabout_data h3{font-size: 24px;}
  .indexabout_box{padding: 15px 10px;}
  .indexabout_data{margin-bottom: 10px;}
  .indexabout_box span{width: 40px;height: 40px;line-height: 40px;}
  .indexabout_box span img{width: 20px;height: 20px;}
  .quality{padding: 40px 0 30px 0;}
  .why{padding: 0 0 40px 0;}
  .customer_title h2{font-size: 24px;}
  .why_right .indexabout_li:nth-child(odd){margin-top: 0;margin-bottom: 15px;}
  .why_right .indexabout_box{padding: 20px 10px;}
  .comment_main{margin-top: 30px;}
  .customer_box{padding: 20px 10px;}
  .indexjia_content p{font-size: 14px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 24px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;font-size: 14px;}
  .teamscroll{padding: 0 10px 20px 10px;}
  .contact_card_flex{padding: 30px 10px;}
  .contact_card_img{display: none;}
  .circle{display: none;}
  .pointimg{display: none;}
  .contact_card_main h2{font-size: 24px;margin-bottom: 15px;}
  .contact_card_btn a{padding: 10px 10px;margin: 0 10px 0 10px;font-size: 14px;}
  .contact_card{padding: 20px 0;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product {display: none;}
  .why_icon img{display: none;}
  
}
@media (min-width:1200px) 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;}
  .teamscroll{padding: 0 50px 40px 50px;}
  .why_icon img{display: none;}
}
@media (min-width:1400px) and (max-width:1680px) {}