.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;
}

.header_hd{background-color: #698891;padding: 15px 0  100px 0;}
.header_hd_con ul{display: flex;justify-content: center;align-items: center;}
.header_hd_con li{display: flex;justify-content: center;align-items: center;margin: 0 15px;}
.header_hd_con li i{font-size: 20px;color: #fff;margin-right: 10px;}
.header_hd_con li p,.header_hd_con a{font-size: 16px;color: #fff;}
.header_bd_main{padding: 15px  30px;width: 100%;  background-color: #fff;border-radius: 150px; position: relative;z-index: 99999; display: flex;justify-content: space-between;align-items: center;}
.header_bd_main .indexlogo img{max-height: 100px;vertical-align: middle;}
.web_head{margin-top: -80px;}
.banner{margin-top: -55px;}
.bannercontent{margin-top: -55px;}
.header_ways{display: flex;justify-content: flex-end;align-items: center;}
.header_ways a{width: 40px;height: 40px;line-height: 40px;text-align: center;border-radius: 50%;margin-left: 10px;}
.header_ways a i{font-size: 18px;color: #fff;}
.header_ways a:nth-child(1){background-color: #9096A5;}
.header_ways a:nth-child(2){background-color: #BBA29C;}
.header_ways a:nth-child(3){background-color: #698891;}

.btn13 {
  border: 1px solid #698891;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: none;
}
.btn13:hover {
  color: #fff;
  border-color: #698891;
}

.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: #698891;
  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: #698891;
  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: #698891;
  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: #698891;
  display: block;
  text-transform: none;
  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 #698891;
  display: inline-block;
  font-size: 18px;
  color: #698891;
  text-transform: none;
  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: #698891;
  color: #fff;
}
/* footer */
.footer {
  background-color: #698891;
  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: none;
  margin-bottom: 20px;
}
.footer_page a,
.footer_product a {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: none;
  word-wrap: break-word;
  word-break: break-all;
}
.footer_product a:hover {
  text-decoration: underline !important;
  color: #000;
}
.footer_page a:hover {
  text-decoration: underline !important;
  color: #000;
}
.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;
  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: #fff;
  display: inline;
  text-transform: none;
}
.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: none;
}
.footer_tags a {
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 5px;
}
.footer_tags a:hover {
  text-decoration: underline !important;
  color: #000;
}
.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: #698891;
  font-weight: bold;
}
.indexchoose_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  margin: 15px 0 20px 0;
  text-transform: none;
}
.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: #698891;
  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;
}
/* brand*/
.indexcard_img{background-color: #fff; width: 180px;height: 180px;margin: 0 auto; border-radius: 50%;text-align: center; line-height: 180px;overflow: hidden;box-shadow: 3px 3px 15px rgba(0,0,0,0.1);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_img img{width: 50%;vertical-align: middle;}
.indexcard_box h3{ word-wrap: break-word;word-break: break-all; font-size: 16px;color: #000;font-weight: bold;text-align: center;margin: 15px auto;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexcard_box p{font-size: 14px;color: #666;text-align: center;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.indexcard{background-color: #F4F8F7;padding: 0 0 40px 0;}
.indexcardflex{margin-top: -70px;position: relative;z-index: 99;}
.indexcard_li:nth-child(1),.indexcard_li:nth-child(4){margin-top: -80px;}
.indexcard_li:hover .indexcard_img{transform: rotateY(180deg);background-color: #ddd4f6;}
/* product */
.indexproduct{padding: 60px 0;background: url(../images/backjpg.jpg) fixed;}
.indexproduct_title{margin-bottom: 30px;}
.indexproduct_title span{display: block;font-size: 18px;color: #698891;text-align: center; text-transform: none;font-weight: bold;margin-bottom: 15px;}
.indexproduct_title h2{font-size: 42px;color: #000;font-weight: bold;text-align: center;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box { border: 2px solid #fff; height: 100%;position: relative;overflow: hidden; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2); transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_img{width: 100%;height: auto;position: relative;overflow: hidden;display: block;padding-top: 100%;}
.indexproduct_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_content{background-color: #698891;padding: 20px;}
.indexproduct_content h3{color: #fff;text-align: center; font-weight: bold; font-size: 18px;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_content a{color: #fff;font-size: 18px;font-weight: bold;text-align: center;display: block;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_li:hover .indexproduct_box{margin-top: -15px;border: 2px solid #698891;border-radius: 5px;}
.indexproduct_li:hover .indexproduct_img img{transform: scale(1.1);}
/* about */
.indexabout{padding:100px 0 70px 0;background-color: #F4F8F7;}
.indexaboutflex{display: flex;flex-wrap: wrap;align-items: center;}
.indexabout_title span{display: block;font-size: 18px;color: #698891;text-transform: none;font-weight: bold;margin-bottom: 15px;}
.indexabout_title h1{font-size: 36px;color: #000;font-weight: bold;margin-bottom: 20px;}
.indexabout_title p{font-size: 14px;color: #333;margin-bottom: 15px;line-height: 25px;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 15; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout_list{margin: 30px 0;}
.indexabout_list ul{display: flex;justify-content: space-between;align-items: center;}
.indexabout_list li{width: 48%;overflow: hidden;display: flex;flex-direction: column;align-items: center;}
.indexabout_list li i{font-size: 36px;color: #698891;text-align: center;}
.indexabout_list h3{font-size: 16px;color: #000;text-align: center;margin: 10px 0;font-weight: bold;}
.indexabout_list p,.indexabout_list a{font-size: 14px;color: #333;text-align: center;}
.indexabout_btn{display: flex;justify-content: flex-start;align-items: center;width: 100%;margin-top: 45px;}
.indexabout_btn1{display:flex; justify-content: center;align-items: center; padding: 13px 60px ;border-radius: 30px;background-color: #698891;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexabout_btn1 i{font-size: 18px;color: #fff;margin-right: 10px;}
.indexabout_btn1 p{font-size: 16px;color: #fff;} 
.indexabout_btn1:hover{padding: 13px 80px;}
.indexaboutimg{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top: 350%;}
.indexaboutimg img{width: 100%;vertical-align: middle;height: 100%; position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexaboutimgli:nth-child(even){margin-top: -60px;position: relative;z-index: 999;}
.indexaboutimgli:hover .indexaboutimg img{transform: scale(1.1);}
/*  all intro + video */
.intro{background: url(../images/indexbackjpg.jpg) no-repeat 50% 50% fixed; background-size: cover;padding: 70px 0;position: relative;overflow: hidden;}
.intro_mask{width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;z-index: 9;}
.intro_flex{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;position: relative;width: 100%;z-index: 999;}
.intro_video{position: relative;overflow: hidden;width: 50%;height: 200px;margin: 0  0 0 auto;}
.indexproduct_brand_content span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  text-transform: none;
}
.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: #000;
  display: inline-block;
  margin-top: 20px;
  text-transform: none;
  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: #698891;
  color: #fff;
}
/* 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 #698891;}
.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: #698891;}

.cindexproduct{padding: 70px 0;background-color: #F4F8F7;}
.cindexproductflex{display: flex;flex-wrap: wrap;}
.cindexproduct_li{position: relative;margin: 0;padding: 0;}
.cindexproduct_one{position: relative;overflow: hidden;}
.cindexproduct_one_cover{width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);position: absolute;top: 0;left: 0;z-index: 9;}
.cindexproduct_one_img{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top: 148%;}
.cindexproduct_one_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;}
.cindexproduct_one_con{ width: 90%;margin: 0 auto; z-index: 99; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.cindexproduct_one_con h3{ word-wrap: break-word;word-break: break-all; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden; z-index: 99; font-size: 32px;color: #fff;font-weight: bold;text-align: center;}
.cindexproduct_btn{z-index: 99; display: flex; justify-content: center;align-items: center; padding: 10px 20px;background-color: #fff;border-radius: 30px;margin: 40px auto 0 auto;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.cindexproduct_btn i{z-index: 99; font-size: 18px;color: #698891;margin-right: 10px;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.cindexproduct_btn p{z-index: 99; font-size: 16px;color: #698891;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.cindexproduct_btn:hover {background-color: #698891;}
.cindexproduct_btn:hover i,.cindexproduct_btn:hover p{color: #fff;}
.cindexproduct_box{background-color: #fff;padding: 80px 20px  20px 20px;height: 100%;box-shadow: 3px 3px 15px rgba(0,0,0,0.15);transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.cindexproduct_img{   display: block; width: 140px;height: 140px;text-align: center;overflow: hidden;margin: 0 auto;}
.cindexproduct_img img{width: 100%;height: 100%;vertical-align: middle;}
.cindexproduct_box h3{word-wrap: break-word;word-break: break-all; display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;  margin: 20px auto 25px auto; font-size: 26px;color: #000;font-weight: bold;text-align: center;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.cindexproduct_box p{word-wrap: break-word;word-break: break-all;  font-size: 16px;color: #333;text-align: center;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;}
.cindexproduct_box_button{position: absolute;bottom: 0;left: 0;width: 100%;padding: 15px 0;display: flex;justify-content: center;align-items: center;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.cindexproduct_box_button i{font-size: 18px;color: #fff;margin-right: 10px;}
.cindexproduct_box_button span{font-size: 16px;color: #fff;}
.cindexproduct_li:nth-child(2) .cindexproduct_box_button{background-color: #BBA29C;}
.cindexproduct_li:nth-child(3) .cindexproduct_box_button{background-color: #698891;}
.cindexproduct_li:nth-child(4) .cindexproduct_box_button{background-color: #9096A5;}
.cindexproduct_box_button:hover{background-color: #000 !important;}
.cindexproduct_li:hover .cindexproduct_box{box-shadow: inset 5px 5px 20px rgba(105,136,145,0.3);}

.indexwhy{padding: 90px 0;background-color: #F8F6F4;}
.indexwhyprocess{margin-top: 30px;}
.indexwhyflex{display: flex;align-items: center;flex-wrap: wrap;}
.indexwhyimg {}
.indexwhyimg img{width: 100%;vertical-align: middle;}
.indexwhyright{position: relative;overflow: hidden;}
.indexwhyprocess h3{font-size: 18px;color: #000;font-weight: bold;margin-bottom: 15px;}
.indexwhynumberbox{position: absolute;bottom: 30px;right: 50px;background-color: #698891;border-radius: 100px;padding: 40px 20px;}
.indexwhynumberbox p{font-size: 18px;color: #fff;text-align: center;margin-top: 20px;}
.indexwhynumberbox .indexwhynumberbox_data{display: flex;justify-content: center;align-items: center;}
.indexwhynumberbox_data h3{font-size: 48px;color: #fff;font-weight: bold;}
.indexwhynumberbox_data b{font-size: 48px;color: #fff;font-weight: bold;}
.numberpp{margin: 35px 0;}
.progress{
  height: 12px;
  background: #e7e7e7;
  overflow: visible;
  border-radius: 0;
  border-radius: 30px;
}
.progress .progress-value{
  display: block;
  font-size: 14px;
  color: #000;
  position: absolute;
  top: -25px;
  right: -10px;
  
}
.progress .progress-bar{       
  position: relative;
  border-radius: 30px;
  animation: animate-positive 2s;
}
.progress .progress-bar.active{
  animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
.number_progress .numberpp:nth-child(1) .progress .progress-bar.active{background-color: #BBA29C;}
.number_progress .numberpp:nth-child(2) .progress .progress-bar.active{background-color: #9096A5;}
.number_progress .numberpp:nth-child(3) .progress .progress-bar.active{background-color: #698891;}
.indexabout_title h2{font-size: 36px;color: #000;font-weight: bold;margin-bottom: 20px;}
@-webkit-keyframes animate-positive{ 0% { width: 0; }}
@keyframes animate-positive{0% { width: 0; }}
/* shi pei */
@media (max-width:576px){
  .header_hd{display: none;}
  .banner{margin-top: 0;}
  .bannercontent{margin-top: 0;}
  .cindexproduct_box{padding: 20px 20px 20px 20px;}
  .cindexproduct_box h3{font-size: 16px;margin: 10px auto 15px auto;}
  .cindexproduct_box p{font-size: 14px;}
  .cindexproduct_box_button{padding: 5px 0;}
  .cindexproduct_btn{padding: 5px;flex-wrap: wrap;}
  .cindexproduct_btn p{font-size: 14px;text-align: center;}
  .cindexproduct_one_con h3{font-size: 20px;}
  .cindexproduct_box p{ -webkit-line-clamp: 1;}
  .indexwhy{padding: 40px 0;}
  .indexabout_title h2{font-size: 26px;}
  .bottomDiv{border-top: 1px solid #fff;}
  .cindexproduct_btn{margin: 10px auto 0 auto;}
  .cindexproduct_btn i{display: none;}
  .cindexproduct{padding:0 0 40px 0;}
  .indexwhynumberbox {bottom: 0;right: 0;}
  .indexwhynumberbox_data h3{font-size: 20px;}
  .indexwhynumberbox_data b{font-size: 20px;}
  .indexwhynumberbox p{margin-top: 5px;word-wrap: break-word;word-break: break-all;}

  .indexcard_li:nth-child(1), .indexcard_li:nth-child(4){margin-top: 0;}
  .indexcardflex{margin-top: 0;}
  .indexcard{padding: 20px 0;}
  .indexcard_img{width: 70px;height: 70px;line-height: 70px;}
  .indexcard_li {margin-bottom: 15px;}
  .indexabout{padding: 0 0 40px 0;}
  .indexabout_title h1{font-size: 22px;}
  .indexaboutimgli:nth-child(even){margin-top: 0;}
  .indexaboutleft {margin-bottom: 20px;}
  .indexaboutimg img{height: auto;}
  .indexaboutimg {padding-top: 250%;}
  .indexaboutimgli {margin-bottom: 15px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_content{padding: 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 14px;}
  .intro{padding: 40px 0;}
  .indexproduct_brand_content h2{font-size: 18px;}
  .indexproduct_brand_content span{font-size: 16px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .intro_video{margin: 0 auto;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 350px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 350px;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;font-size: 14px;}
  .indexnews .blogli:last-child{display: none;}
  .indexnews{padding: 40px 0 20px 0;}
  .teamscroll{padding: 0 10px 20px 10px;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product{display: none;}
  .footer_contact {margin-top: 30px;}
}
@media (min-width:576px) and (max-width:768px) {
  .cindexproduct_one_img{padding-top: 100%;}
  .header_hd{display: none;}
  .banner{margin-top: 0;}
  .bannercontent{margin-top: 0;}
  .cindexproduct_box{padding: 80px 20px 60px 20px;}
  .cindexproduct_box h3{font-size: 16px;margin: 10px auto 15px auto;}
  .cindexproduct_box p{font-size: 14px;}
  .cindexproduct_box_button{padding: 5px 0;}
  .cindexproduct_btn{padding: 5px;flex-wrap: wrap;}
  .cindexproduct_btn p{font-size: 14px;}
  .cindexproduct_one_con h3{font-size: 20px;}
  .cindexproduct_box p{ -webkit-line-clamp: 1;}
  .indexwhy{padding: 40px 0;}
  .indexabout_title h2{font-size: 26px;}
  .bottomDiv{border-top: 1px solid #fff;}
  .indexwhynumberbox {bottom: 0;right: 0;}
  .indexwhynumberbox_data h3{font-size: 20px;}
  .indexwhynumberbox_data b{font-size: 20px;}
  .indexwhynumberbox p{margin-top: 5px;word-wrap: break-word;word-break: break-all;}
  .cindexproduct{padding:0 0 40px 0;}

  .indexcard_li:nth-child(1), .indexcard_li:nth-child(4){margin-top: 0;}
  .indexcardflex{margin-top: 0;}
  .indexcard{padding: 20px 0;}
  .indexcard_img{width: 70px;height: 70px;line-height: 70px;}
  .indexcard_li {margin-bottom: 15px;}
  .indexabout{padding: 0 0 40px 0;}
  .indexabout_title h1{font-size: 22px;}
  .indexaboutimgli:nth-child(even){margin-top: 0;}
  .indexaboutleft {margin-bottom: 20px;}
  .indexaboutimg img{height: auto;}
  .indexaboutimg {padding-top: 250%;}
  .indexaboutimgli {margin-bottom: 15px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_content{padding: 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 14px;}
  .intro{padding: 40px 0;}
  .indexproduct_brand_content h2{font-size: 18px;}
  .indexproduct_brand_content span{font-size: 16px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .intro_video{margin: 0 auto;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 450px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 450px;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;font-size: 14px;}
  .indexnews .blogli:last-child{display: none;}
  .indexnews{padding: 40px 0 20px 0;}
  .teamscroll{padding: 0 10px 20px 10px;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product{display: none;}
  .footer_contact {margin-top: 30px;}
  .indexabout_btn1{margin: 0 auto;width: 50%;}
}
@media (min-width:768px) and (max-width:992px) {

  .cindexproduct_one_img{padding-top: 100%;}
  .header_hd{display: none;}
  .banner{margin-top: 0;}
  .bannercontent{margin-top: 0;}
  .cindexproduct_box{padding: 80px 20px 60px 20px;}
  .cindexproduct_box h3{font-size: 16px;margin: 10px auto 15px auto;}
  .cindexproduct_box p{font-size: 14px;}
  .cindexproduct_box_button{padding: 5px 0;}
  .cindexproduct_btn{padding: 5px;flex-wrap: wrap;}
  .cindexproduct_btn p{font-size: 14px;}
  .cindexproduct_one_con h3{font-size: 20px;}
  .cindexproduct_box p{ -webkit-line-clamp: 1;}
  .cindexproduct{padding:0 0 40px 0;}
  .indexwhy{padding: 40px 0;}
  .indexabout_title h2{font-size: 26px;}
  .bottomDiv{border-top: 1px solid #fff;}
  .indexwhynumberbox {bottom: 0;right: 0;}
  .indexwhynumberbox_data h3{font-size: 20px;}
  .indexwhynumberbox_data b{font-size: 20px;}
  .indexwhynumberbox p{margin-top: 5px;word-wrap: break-word;word-break: break-all;}

  .indexcard_li:nth-child(1), .indexcard_li:nth-child(4){margin-top: 0;}
  .indexcardflex{margin-top: 0;}
  .indexcard{padding: 20px 0;}
  .indexcard_img{width: 70px;height: 70px;line-height: 70px;}
  .indexcard_li {margin-bottom: 15px;}
  .indexabout{padding: 0 0 40px 0;}
  .indexabout_title h1{font-size: 22px;}
  .indexaboutimgli:nth-child(even){margin-top: 0;}
  .indexaboutleft {margin-bottom: 20px;}
  .indexaboutimgli {margin-bottom: 15px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_content{padding: 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 14px;}
  .intro{padding: 40px 0;}
  .indexproduct_brand_content h2{font-size: 18px;}
  .indexproduct_brand_content span{font-size: 16px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .intro_video{margin: 0 auto;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 450px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 450px;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;font-size: 14px;}
  .indexnews .blogli:last-child{display: none;}
  .indexnews{padding: 40px 0 20px 0;}
  .teamscroll{padding: 0 10px 20px 10px;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product{display: none;}
  .footer_contact {margin-top: 30px;}
  .indexabout_btn1{margin: 0 auto;width: 50%;}
}
@media (min-width:992px) and (max-width:1199px) {

  .header_hd{display: none;}
  .banner{margin-top: 0;}
  .bannercontent{margin-top: 0;}
  .cindexproduct_box{padding: 80px 20px 60px 20px;}
  .cindexproduct_box h3{font-size: 16px;margin: 10px auto 15px auto;}
  .cindexproduct_box p{font-size: 14px;}
  .cindexproduct_box_button{padding: 5px 0;}
  .cindexproduct_btn{padding: 5px;flex-wrap: wrap;}
  .cindexproduct_btn p{font-size: 14px;}
  .cindexproduct_one_con h3{font-size: 20px;}
  .cindexproduct_box p{ -webkit-line-clamp: 1;}
  .cindexproduct{padding:0 0 40px 0;}
  .indexwhy{padding: 40px 0;}
  .indexabout_title h2{font-size: 26px;}
  .bottomDiv{border-top: 1px solid #fff;}
  .indexwhynumberbox {bottom: 0;right: 0;}
  .indexwhynumberbox_data h3{font-size: 20px;}
  .indexwhynumberbox_data b{font-size: 20px;}
  .indexwhynumberbox p{margin-top: 5px;word-wrap: break-word;word-break: break-all;}

  .indexcard_li:nth-child(1), .indexcard_li:nth-child(4){margin-top: 0;}
  .indexcardflex{margin-top: 0;}
  .indexcard{padding: 20px 0;}
  .indexcard_img{width: 70px;height: 70px;line-height: 70px;}
  .indexcard_li {margin-bottom: 15px;}
  .indexabout{padding: 0 0 40px 0;}
  .indexabout_title h1{font-size: 22px;}
  .indexaboutimgli:nth-child(even){margin-top: 0;}
  .indexaboutleft {margin-bottom: 20px;}
  .indexaboutimgli {margin-bottom: 15px;}
  .indexproduct{padding: 40px 0;}
  .indexproduct_title h2{font-size: 26px;}
  .indexproduct_content{padding: 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 14px;}
  .intro{padding: 40px 0;}
  .indexproduct_brand_content h2{font-size: 18px;}
  .indexproduct_brand_content span{font-size: 16px;}
  .indexproduct_brand_content p{font-size: 14px;}
  .intro_video{margin: 0 auto;}
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .indexnews_title_left h2{font-size: 26px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;font-size: 14px;}
  
  .indexnews{padding: 40px 0 20px 0;}
  .teamscroll{padding: 0 10px 20px 10px;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product{display: none;}
  .indexabout_btn1{margin: 0 auto;width: 50%;}
}
@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;}
  .videoclose{top: 150px;}
}
@media (min-width:1400px) and (max-width:1680px) {}