.nav_wrap .head_nav > li > a {
  color: #000;
}
.search{width: 50px;height: 50px;line-height: 50px;border-radius: 5px;border: 1px solid #998bf5; background-color: #998bf5; text-align: center;}
.search i {
  color: #fff !important;
}
.fixed-nav .head_layer {
  background-color: #fff !important;
}
.fixed-nav .nav_wrap {
  background-color: #fff !important;
  flex: 1;
}
.head_layer{background-color: #fff;}
.nav_wrap .head_nav{display: flex;justify-content:center;}

.bg-dark {
  background-color: #fff !important;
}
.navbar-toggler {
  background-color: #222 !important;
}
.container {
  max-width: 1440px !important;
}

/* Advertising header */
.header_hd{border-bottom: 1px solid #e5e5e5;background-color: #f6f6f6;}
.fixed-nav .summary_phone{padding: 30px 0 30px 30px;}
.head_layer{display: flex;justify-content: space-between;align-items: center;}
.web_head{width: 100%;background-color: #fff;}
.head_layer_main{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.header_container{padding: 0;background-color: #fff;}
.summary_phone{ padding: 50px 0 50px 30px;  border-left: 1px solid #e5e5e5; background-color: #fff;display: flex;justify-content: center;align-items: center;}
.summary_phone span{width: 50px;height: 50px;line-height: 50px;border-radius: 50%;background-color: #998bf5;display: block;margin-right: 15px;text-align: center;}
.summary_phone i{font-size: 26px;color: #fff;text-align: center;}
.summary_tel h3{font-size: 26px;color: #000;font-family: "impact";margin-bottom: 5px;}
.summary_tel p{font-size: 16px;color: #666;}
.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: #998bf5;border-radius: 50%;margin-right: 10px;}
.public_header_ways li i{font-size: 18px;color: #fff;}
.public_header_ways li p,.public_header_ways li a{font-size: 16px;color: #000;}
.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: #998bf5;
}

.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: #998bf5;
  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 #998bf5;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #998bf5;
  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: #998bf5;
}
.btn13 {
  border: 1px solid #998bf5;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
.btn13:hover {
  color: #fff;
  border-color: #998bf5;
}

.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: #998bf5;
  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: #998bf5;
  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: #998bf5;
  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 60px;
  border-radius: 5px;
  border: 1px solid #998bf5;
  display: inline-block;
  background-color: #998bf5;
  font-weight: bold;
  font-size: 22px;
  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: #000;
  color: #fff;
  border: 1px solid #000;
}


.indexabout_btn{display: inline-block;padding: 15px 60px;border-radius: 5px;background-color: #998bf5;font-size: 22px;text-align: center;color: #000;text-transform: uppercase;font-weight: bold;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexabout_btn:hover{background-color: #000;color: #fff;}
/* indexproduct */
.indexproduct .container{z-index: 999;position: relative;overflow: hidden;}
.indexproduct{z-index: 9; position: relative;overflow: hidden; padding: 90px 0 90px 0;}
.indexproduct_title{display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.indexproduct_title h2{font-size: 70px;color: #000;font-family: "impact";letter-spacing: 1px;}
.indexproduct_title .indexabout_btn{margin-top: 0;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box{height: 100%; border-radius: 5px;overflow: hidden; position: relative;background-color: #fff;box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);}
.indexproduct_img{width: 100%;height: auto;display: block;position: relative;overflow: hidden;padding-top: 100%;}
.indexproduct_img img{width: 100%;height: auto;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_content{padding: 20px 15px;}
.indexproduct_content h3{font-size: 18px;margin-bottom: 15px; color: #000;text-align: center;font-weight: bold;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_content .indexproduct_h3{font-size: 18px; color: #000;text-align: center;font-weight: bold;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_content p{font-size: 16px;text-align: center; color: #666;word-wrap: break-word;word-break: break-all;line-height: 25px;display: -webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_more{display: block;padding: 10px 10px;text-transform: uppercase; text-align: center;font-size: 16px;color: #fff;font-weight: bold;margin: 20px auto 0 auto;background-color: #998bf5;border-radius: 5px;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_li:hover .indexproduct_img img{transform: scale(1.2);}
.indexproduct_li:hover .indexproduct_more{background-color: #000;color: #fff;}
/* .indexproduct_content{padding:25px 20px;background-color: #998bf5;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;} */
/* .indexproduct_li:hover .indexproduct_content{background-color: #998bf5;} */
.indexproduct_li:hover .indexproduct_content h3{color: #000;}
.indexproduct_li:hover .indexproduct_content .indexproduct_h3{color: #000;}
/* .indexproduct_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
} */
.indexproduct .indexabout_btn{background-color: #998bf5;color: #fff;}
.indexproduct .indexabout_btn:hover{background-color: #000;color: #fff;}


/* teamscroll */
.teamscroll{padding:70px;position: relative;overflow: hidden;background: repeating-linear-gradient(310deg, #998bf5 0%, #3c81f0 100%);}
.teamscroll .swiper-slide{padding-bottom: 50px;}
.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 #998bf5;}
.teamscroll .indexadvantage_title h2{color: #fff;}
.teamscroll .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 35px;
  height: 6px;
  border: 2px solid #fff;
  background: transparent;
  background-color: #fff;
  border-radius: 5px;
}

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

.teamscroll .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 2px solid #998bf5;
  background-color: #998bf5;
}

/* news */
.indexnews .blog_txt{padding: 20px;}
.indexnews .blogbox{border-radius:20px;overflow: hidden;background-color: #fff;}
.indexnews .blogmorebtn{display: block;margin: 20px auto 0 auto;}
.indexnews .blog_txt h3{font-size: 18px;margin-bottom: 20px;}
.indexnews .blogmore{background-color: #998bf5;border-radius:50px; color: #fff;border: 1px solid #998bf5;padding: 15px 30px;font-size: 20px;font-weight: bold;}
.indexnews .blogline{background-color: #998bf5;left: 50%;transform: translateX(-50%);}
.indexnews .blogli:hover .blogmore{background-color: #000;color: #fff;border: 1px solid #000;}
/* indexmap */
#indexmap{width: 100%;height: 400px;}

/* footer */
.footer {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
 }
 .footer_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
 .footer .container{z-index: 999;position: relative;}
 /* .footer_mask{
   width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;z-index: 9;
 } */
 .footer_logo img {
   max-height: 100px;
   vertical-align: middle;
   max-width: initial;
   margin-bottom: 30px;
 }
 .footer_main h2 {
   font-size: 14px;
   color: #998bf5;
   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: #998bf5;
 }
 .footer .public_ad_header_social_media a {
   margin-left: 0;
   margin-right: 15px; 
   margin-bottom: 5px;
   background-color: #998bf5;
   border: 1px solid #998bf5;
 }
 .footer_page h3,
 .footer_product h3,
 .footer_contact h3,
 .footer_nav h3 {
   font-size: 26px;
   color: #998bf5;
   font-weight: bold;
   text-transform: uppercase;
   margin-bottom: 20px;
 }
 .footer_page a,
 .footer_product a {
   display: block;
   font-size: 16px;
   color: #000;
   margin-bottom: 20px;
   /*text-transform: capitalize;*/
   word-wrap: break-word;
   word-break: break-all;
 }
 .footer_product a:hover {
   text-decoration: underline !important;
   color: #998bf5;
 }
 .footer_page a:hover {
   text-decoration: underline !important;
   color: #998bf5;
 }
 .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 #998bf5;
   background-color: #998bf5;
   padding:5px 10px;
   border-radius: 50%;
 }
 .footer_p p{
   font-size: 16px;
   color: #000;
 }
 .footer_p{margin-bottom: 40px;}
 .footer_contact li p {
   font-size: 16px;
   color: #000;
   flex: 1;word-wrap: break-word;
    white-space: normal;
 }
 .footer_contact li a {
   font-size: 16px;
   color: #000;
   flex: 1;word-wrap: break-word;
    white-space: normal;
 }
 .footer_copyrights {
   border-top: 1px solid rgba(0, 0, 0, 0.2);
   margin-top: 70px;
   padding: 40px 0 0px 0;
   width: 100%;
   font-size: 16px;
   color: #000;
 }
 .footer_copyrights_name {
   font-size: 16px;
   color: #000;
 }
 .footer_copyrights_p{
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   font-size: 16px;
   color: #000;
 }
 .footer_Powered{display: flex;justify-content: flex-end;align-items: center;}
 .footer_copyrights_p p {
   font-size: 16px;
   color: #000;
   display: inline;
 }
 .footer_copyrights_p a {
   font-size: 16px;
   color: #000;
   display: inline;
 }
 
 .footer_tags {
   border-bottom: 1px solid rgba(0, 0, 0, 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: #000;
   text-transform: capitalize;
 }
 .footer_tags a {
   font-size: 14px;
   color: #000;
   display: block;
   margin:10px 10px 10px 0;
 }
 .footer_tags a:hover {
   text-decoration: underline !important;
   color: #998bf5;
 }
/* backjpg_intro+video */
.intro{padding: 70px 0;position: relative;overflow: hidden;}
.intro_mask{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 9;background-image: linear-gradient(to right,rgba(153,139,245,0.9) ,rgba(60,129,240,0.9));}
.intro_flex{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;position: relative;width: 100%;z-index: 999;}
.intro_video{position: relative;overflow: hidden;width: 50%;height: 200px;margin: 0  0 0 auto;}
.indexproduct_brand_content span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  text-transform: 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: 10px 60px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #998bf5;
  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 {
  background-color: #000;
  color: #fff;
}
/* indexcard */
.indexcard{padding:80px 0;}
.indexcard_flex{display: flex;flex-wrap: wrap;}
.indexcard_box{height: 100%;position: relative;background-color: #fff; padding: 40px 30px; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);border-radius: 20px;}
.indexcard_icon{background: url(../images/dr2.png) no-repeat 50% 50%; position: relative; display:block; background-size: 100%;width: 150px;height: 150px;margin: 0 auto;}
.indexcard_circle{
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-top: 6px solid rgba(26, 24, 26, 0.1);
  border-right: 6px solid rgba(26, 24, 26, 0.1);
  border-bottom: 6px solid #998bf5;
  border-left: 6px solid rgba(26, 24, 26, 0.1);border-radius: 50%;
  overflow: hidden;
}
.indexcard_circle img{width:70px;height:70px;text-align: center; position: absolute;top: 50%;left: 50%;  transform: translate(-50%,-50%); display: block;vertical-align: middle;margin: 0 auto;}
.indexcard_box h3{font-size: 20px;color: #000;font-weight: bold;text-align: center;margin: 30px auto;word-break: break-all;word-wrap: break-word;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;}
.indexcard_btn a{ border: 2px solid transparent; padding: 15px 30px; margin: 0 auto; font-size: 16px;color: #fff;border-radius: 30px;text-align: center;font-weight: bold;display:block; box-shadow: 0 0 0 transparent, 0px 0px 20px #3c81f0;background: repeating-linear-gradient(310deg, #998bf5 0%, #3c81f0 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;}
.indexcard_btn,.indexcard_more {margin: 0 auto; display: flex;justify-content: center;align-items: center;   }
.indexcard_box:hover h3{color: #3c81f0;}
.indexcard_box:hover .indexcard_btn  a,.indexcard_more:hover a{box-shadow:none;background: none;color: #000;border: 2px solid #e5e5e5;}
.indexcard_more a{ border: 2px solid transparent; padding: 15px 60px; margin: 0 auto; font-size: 16px;color: #fff;border-radius: 30px;text-align: center;font-weight: bold;display:block; box-shadow: 0 0 0 transparent, 0px 0px 20px #3c81f0;background: repeating-linear-gradient(310deg, #998bf5 0%, #3c81f0 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;}
.indexcard_more{margin-top: 50px;}
/* indexadvantage */
.indexadvantage{padding: 0 0 70px 0;}
.indexadvantage_title{margin-bottom: 60px;}
.indexadvantage_title img{width: 150px;height: 150px;vertical-align: middle;display: block;margin: 0 auto;text-align: center;}
.indexadvantage_title h2{font-size: 60px;color: #000;text-align: center;font-family: "impact";margin-top: -90px;letter-spacing: 2px;}
.indexadvantage_flex{display: flex;flex-wrap: wrap;}
.indexadvantage_li{margin-bottom: 30px;}
.indexadvantage_box{height: 100%;background-color: #fff; padding: 40px 30px; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);border-radius: 20px;}
.indexadvantage_icon{display: flex;justify-content: flex-start;align-items: center;}
.indexadvantage_icon .indexadvantage_icon_bg{max-width: 100%;}
.indexadvantage_icon .indexadvantage_icon_bg1{width: 60px;height: 60px;vertical-align: middle;display: block;margin-top: -50px;margin-left: -60px;}
.indexadvantage_box p{font-size: 16px;color: #666;line-height: 28px;word-break: break-all;word-wrap: break-word;}
/* cudtomer */
.indexcustomer{padding: 0 0 80px 0;}
.customer_main{z-index: 999;position: relative;}
.customer_title .customer_btn:hover{background-color: #3e9eaf;color: #fff;}
.customer .swiper {
  width: 100%;
  height: 100%;
}
.customer .swiper-slide{height: auto;padding-bottom: 150px;}
.customer .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer_icon{position: relative; z-index: 99;background: url(../images/dr2.png) no-repeat 50% 50%; position: relative; background-size: 100%; margin: 0 auto -150px auto; width: 180px;height: 180px;z-index: 999;}
.customer_img{width: 130px;height: 130px;border-radius: 50%;overflow: hidden;z-index: 999;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  border-top: 6px solid rgba(26, 24, 26, 0.1);
  border-right: 6px solid rgba(26, 24, 26, 0.1);
  border-bottom: 6px solid #998bf5;
  border-left: 6px solid rgba(26, 24, 26, 0.1);border-radius: 50%;
  overflow: hidden;
}
.customer_img img{width: 100%;height: 100%;vertical-align: middle;}
.customer_box{height: 100%;position: relative;background-color: #fff;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);border-radius: 15px;margin:60px;}
.customer_box h3{ position: relative; z-index: 99;text-align: center; font-size: 24px;color: #000;font-weight: bold; margin-top: 60px; margin-bottom: 30px;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;}
.customer_box p{ position: relative; z-index: 99;text-align: center; font-size: 16px;color: #666;line-height: 30px;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;}
.customer_txt{background-color: #fff;border-radius: 15px;padding: 40px;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;}
.customer_main .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 35px;
  height: 6px;
  border: 2px solid #999;
  background: transparent;
  background-color: #999;
  border-radius: 5px;
}

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

.customer_main .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 2px solid #998bf5;
  background-color: #998bf5;
}
.customer_time{position: relative; z-index: 99;display: flex;justify-content: center;align-items: center;margin-top: 40px;}
.customer_time span{font-size:18px;color: #3c81f0;font-weight: bold;}
.customer_time i{font-size: 14px;color: #222;margin-left: 10px;}
.douhao{z-index: 9;position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);}
.douhao img{max-width: 80%;vertical-align: middle;}
/* indexabout */
.indexabout{position: relative;overflow: hidden;padding: 90px 0;}
.indexabout_mask{ width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);position: absolute;top: 0;left: 0;z-index: 9;}
.indexabout_main{background-color: #fff;position: relative;z-index: 999;border-radius: 30px;padding: 50px 40px;}
.indexabout_flex {display: flex;align-items: center;flex-wrap: wrap;}
.indexabout_content h1{font-size: 36px;font-family: "impact";color: #998bf5;margin-bottom: 20px;letter-spacing: 1px;}
.indexabout_content p{font-size: 16px;color: #000;line-height: 28px;word-break: break-all;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 10; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout .indexcard_more {justify-content: flex-start;}
.indexabout .indexcard_more a{margin: 0;}
.indexabout_img{position: relative;z-index: 99;}
.indexabout_img img{width: 100%;vertical-align: middle;z-index: 999;position: relative;}
.indexabout_img_icon img{position: absolute;top: -30px;right: -20px;width: 150px;height: 150px;z-index: 9;}
.indexabout_icon1 img{width: 35px;height:35px;position: absolute;bottom: -28px;right: -25px;}
.indexabout_icon2 img{position: absolute;top: 20px;left: 45%;width: 150px;height: 130px;}
/* shi pei */
@media (max-width:576px){
    .banner .swiper-pagination{
        display: none;
    }
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 300px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 300px;}

  .indexcard{padding: 40px 0;}
  .indexcard_box{padding: 30px 10px;}
  .indexcard_box h3{margin: 15px auto 15px auto;font-size: 18px;}
  .indexcard_btn a{padding: 10px;font-size: 14px;}
  .indexcard_li{margin: 10px 0;}
  .indexcard_more a{padding: 15px 30px;}
  .indexadvantage_title h2{font-size: 26px;margin-top: -30px;}
  .indexadvantage_title img{width: 80px;height: 80px;}
  .indexadvantage_box{padding: 30px 10px;}
  .indexadvantage_icon{justify-content: center;}
  .indexadvantage_box p{font-size: 14px;}
  .indexadvantage{padding: 0 0 20px 0;}
  .intro{padding: 40px 0  20px 0;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 22px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;font-size: 14px;}
  .intro_video{margin: 0 auto;height: 150px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_title{flex-wrap: wrap;}
  .indexabout_btn{padding: 10px;font-size: 14px;margin-top: 20px;}
  .indexproduct_content h3{margin-bottom: 10px;}
  .indexproduct_more{font-size: 14px;}
  .customer_box{margin: 60px 15px 30px 15px;}
  .customer_main .swiper-slide{padding-bottom: 30px;}
  .indexcustomer{padding: 0 0 20px 0;}
  .indexabout{padding: 40px 0;}
  .indexabout_main{padding: 30px 15px;}
  .indexabout_icon2,.indexabout_icon1{display: none;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_img{margin-top: 30px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title_more{padding: 10px;font-size: 14px;margin-top: 20px;}
  .indexnews .blog_txt h3{margin-bottom: 10px;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .indexnews .blogli:last-child{display: none;}
  .teamscroll{padding: 40px 10px 0 10px;}
  .teamscroll .swiper-pagination{display: none;}
  #indexmap{height: 200px;}
  .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) {
     .banner .swiper-pagination{
        display: none;
    }
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 350px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 350px;}

  .indexcard{padding: 40px 0;}
  .indexcard_box{padding: 30px 10px;}
  .indexcard_box h3{margin: 15px auto 15px auto;font-size: 18px;}
  .indexcard_btn a{padding: 10px;font-size: 14px;}
  .indexcard_li{margin: 10px 0;}
  .indexcard_more a{padding: 15px 30px;}
  .indexadvantage_title h2{font-size: 26px;margin-top: -30px;}
  .indexadvantage_title img{width: 80px;height: 80px;}
  .indexadvantage_box{padding: 30px 10px;}
  .indexadvantage_icon{justify-content: center;}
  .indexadvantage_box p{font-size: 14px;}
  .indexadvantage{padding: 0 0 20px 0;}
  .intro{padding: 40px 0  20px 0;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 22px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;font-size: 14px;}
  .intro_video{margin: 0 auto;height: 150px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_title{flex-wrap: wrap;}
  .indexabout_btn{padding: 10px;font-size: 14px;margin-top: 20px;}
  .indexproduct_content h3{margin-bottom: 10px;}
  .indexproduct_more{font-size: 14px;}
  .customer_box{margin: 60px 15px 30px 15px;}
  .customer_main .swiper-slide{padding-bottom: 30px;}
  .indexcustomer{padding: 0 0 20px 0;}
  .indexabout{padding: 40px 0;}
  .indexabout_main{padding: 30px 15px;}
  .indexabout_icon2,.indexabout_icon1{display: none;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_img{margin-top: 30px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title_more{padding: 10px;font-size: 14px;margin-top: 20px;}
  .indexnews .blog_txt h3{margin-bottom: 10px;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .indexnews .blogli:last-child{display: none;}
  .teamscroll{padding: 40px 10px 0 10px;}
  .teamscroll .swiper-pagination{display: none;}
  #indexmap{height: 200px;}
  .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) {
     .banner .swiper-pagination{
        display: none;
    }
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 400px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}

  .indexcard{padding: 40px 0;}
  .indexcard_box{padding: 30px 10px;}
  .indexcard_box h3{margin: 15px auto 15px auto;font-size: 18px;}
  .indexcard_btn a{padding: 10px;font-size: 14px;}
  .indexcard_li{margin: 10px 0;}
  .indexcard_more a{padding: 15px 30px;}
  .indexadvantage_title h2{font-size: 26px;margin-top: -30px;}
  .indexadvantage_title img{width: 80px;height: 80px;}
  .indexadvantage_box{padding: 30px 10px;}
  .indexadvantage_icon{justify-content: center;}
  .indexadvantage_box p{font-size: 14px;}
  .indexadvantage{padding: 0 0 20px 0;}
  .intro{padding: 40px 0  20px 0;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 22px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;font-size: 14px;}
  .intro_video{margin: 0 auto;height: 150px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_title{flex-wrap: wrap;}
  .indexabout_btn{padding: 10px;font-size: 14px;margin-top: 20px;}
  .indexproduct_content h3{margin-bottom: 10px;}
  .indexproduct_more{font-size: 14px;}
  .customer_box{margin: 60px 15px 30px 15px;}
  .customer_main .swiper-slide{padding-bottom: 30px;}
  .indexcustomer{padding: 0 0 20px 0;}
  .indexabout{padding: 40px 0;}
  .indexabout_main{padding: 30px 15px;}
  .indexabout_icon2,.indexabout_icon1{display: none;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_img{margin-top: 30px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title_more{padding: 10px;font-size: 14px;margin-top: 20px;}
  .indexnews .blog_txt h3{margin-bottom: 10px;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .indexnews .blogli:last-child{display: none;}
  .teamscroll{padding: 40px 10px 0 10px;}
  .teamscroll .swiper-pagination{display: none;}
  #indexmap{height: 200px;}
  .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) {
     .banner .swiper-pagination{
        display: none;
    }
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}

  .indexcard{padding: 40px 0;}
  .indexcard_box{padding: 30px 10px;}
  .indexcard_box h3{margin: 15px auto 15px auto;font-size: 18px;}
  .indexcard_btn a{padding: 10px;font-size: 14px;}
  .indexcard_li{margin: 10px 0;}
  .indexcard_more a{padding: 15px 30px;}
  .indexadvantage_title h2{font-size: 26px;margin-top: -30px;}
  .indexadvantage_title img{width: 80px;height: 80px;}
  .indexadvantage_box{padding: 30px 10px;}
  .indexadvantage_box p{font-size: 14px;}
  .indexadvantage{padding: 0 0 20px 0;}
  .intro{padding: 40px 0  20px 0;}
  .indexproduct_brand_content span{font-size: 18px;}
  .indexproduct_brand_content h2{font-size: 22px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .indexproduct_brand_content a{padding: 10px 30px;font-size: 14px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_title{flex-wrap: wrap;}
  .indexabout_btn{padding: 10px;font-size: 14px;margin-top: 20px;}
  .indexproduct_content h3{margin-bottom: 10px;}
  .indexproduct_more{font-size: 14px;}
  .customer_box{margin: 60px 15px 30px 15px;}
  .customer_main .swiper-slide{padding-bottom: 30px;}
  .indexcustomer{padding: 0 0 20px 0;}
  .indexabout{padding: 40px 0;}
  .indexabout_main{padding: 30px 15px;}
  .indexabout_icon2,.indexabout_icon1{display: none;}
  .indexabout_content h1{font-size: 26px;}
  .indexnews{padding: 40px 0;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title_more{padding: 10px;font-size: 14px;margin-top: 20px;}
  .indexnews .blog_txt h3{margin-bottom: 10px;}
  .indexnews .blogmore{padding: 10px;font-size: 14px;}
  .teamscroll{padding: 40px 10px 0 10px;}
  .teamscroll .swiper-pagination{display: none;}
  #indexmap{height: 200px;}
  .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;}

  .indexabout_icon2 img{width: 70px;height: 70px;}
}
@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;}
}