@media screen and (min-width: 1024px) {
  .cd-main-header.scrolled #cd-primary-nav .has-children:first-child a {
    color: #005ee3!important;
  }
}
/* product--start */
.product{
  width: 100%;
  overflow: hidden;
}
.product ul{
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.product ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product ul li:nth-child(even){
  display: flex;
  flex-direction: row-reverse;
}
.product ul li .prod_img{
  width: 50%;
  overflow: hidden;
  display: flex;
  background: #f8f8f8;
}
.product ul li .prod_img img{
  width: 90%;
  display: block;
  margin: auto;
  mix-blend-mode: darken;
}
.product ul li .prod_text{
  width: 50%;
  overflow: hidden;
  background-color: #E4ECF9;
  padding: 4vw;
}
.product ul li .prod_text h2{
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 15px;
  position: relative;
  color: #000;
}
.product ul li .prod_text h2::after{
  position: absolute;
  content: "";
  top: -15px;
  left: 0;
  width: 70px;
  height: 4px;
  background-color: #005ee3;
}
.product ul li .prod_text p{
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.product ul li .prod_text a{
  width: 160px;
  display: inline-block;
  line-height: 50px;
  background-color: #005ee3;
  color: #fff;
  border-radius: 80px;
  text-align: center;
  transition: all 0.5s;
  margin-top: 2vw;
}
.product ul li .prod_text a:hover{
  background-color: #0f184b;
}
/* product--end */


/* about--start */
.about{
  width: 100%;
  overflow: hidden;
  margin: 100px 0;
}
.about_tit{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.about_tit h2{
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  color: #000;
  width: 35%;
}
.about_tit p{
  font-size: 18px;
  line-height: 34px;
  width: 65%;
  margin: 0;
  color: #666;
}
.about .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 0;
}
.about .w ul li{
  width: 24%;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  padding: 40px 25px;
  border-radius: 12px;
  transition: all 0.5s;
}
.about .w ul li:hover{
  background-color: #005ee3;
}
.about .w ul li img{
  width: 55px;
  transition: all 0.5s;
}
.about .w ul li:hover img{
  filter: brightness(0) invert(1);
}
.about .w ul li h3{
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 30px 0;
  transition: all 0.5s;
}
.about .w ul li p{
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  transition: all 0.5s;
  color: #666;
}
.about .w ul li:hover h3,
.about .w ul li:hover p{
  color: #fff;
}
.about .w .ab_more{
  width: 220px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 30px;
  text-align: center;
  background-color: #005ee3;
  color: #fff;
  transition: all 0.5s;
  margin: 60px auto 0;
}
.about .w .ab_more:hover{
  background-color: #0f184b;
  width: 250px;
}

/* about--end */

/* advantage--start */
.adva{
  width: 100%;
  overflow: hidden;
  margin: 100px 0;
}
.adva ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.adva ul li{
  width: 49%;
  overflow: hidden;
  position: relative;
  background-color: #005ee3;
  border-radius: 12px;
}
.adva ul li img{
  width: 100%;
  transition: all 0.5s;
}
.adva ul li:hover img{
  opacity: 0.5;
}
.adva ul li .adva_text{
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 50px;
  color: #fff;
}
.adva ul li .adva_text h3{
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
.adva ul li .adva_text p{
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

/* advantage--end */

/* service--start */
.service{
  width: 100%;
  overflow: hidden;
  padding: 4vw 0;
  background: #f7f7f7;
}
.service .service_tit{
  width: 100%;
  position: relative;
}
.service .service_tit::before,
.service .service_tit::after{
  position: absolute;
  content: "";
  width: 70px;
  height: 60px;
  background: url(/assets/image/serv_icon1.png) no-repeat right center;
  background-size: contain;
}
.service .service_tit::before{
  left: 0;
  top: 0;
}
.service .service_tit::after{
  bottom: -20px;
  right: 0;
}
.service .service_tit h2{
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #000;
  text-align: center;
}
.service .service_tit P{
  font-size: 18px;
  line-height: 34px;
  margin: 0 auto;
  color: #666;
  max-width: 650px;
  text-align: center;
}
.service .service_cont{
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin-top: 60px;
  background: #005ee3;
}
.service .service_cont img{
  width: 100%;
  opacity: 0.8;
  transition: all 0.5s;
}
.service .service_cont .service_text{
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
.service .service_cont .service_text h3{
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #fff;
}
.service .service_cont .service_text p{
  font-size: 18px;
  line-height: 34px;
  margin: 0 auto;
  color: #fff;
  max-width: 650px;
}
.service .service_cont .service_text a{
  width: 180px;
  line-height: 50px;
  display: block;
  border-radius: 30px;
  text-align: center;
  background-color: #005ee3;
  color: #fff;
  transition: all 0.5s;
  margin: 20px auto 0;
}
.service .service_cont .service_text a:hover{
  background-color: #0f184b;
}

/* service--end */

/* application--start */
.appli{
  width: 100%;
  overflow: hidden;
  margin: 100px 0;
}
.appli .w ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 0;
}
.appli .w ul li{
  width: 32%;
  overflow: hidden;
  position: relative;
  background: #005ee3;
  border-radius: 15px;
}
.appli .w ul li::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgb(0 0 0 / 85%), rgb(0 0 0 / 10%));
}
.appli .w ul li img{
  height: 520px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.appli .w ul li:hover img{
  opacity: 0.5;
}
.appli .w ul li .appli_text{
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 50px;
  text-align: center;
  z-index: 99;
}
.appli .w ul li .appli_text h3{
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.appli .w ul li .appli_text a{
  width: 70%;
  line-height: 47px;
  border: 1px solid rgb(255,255,255,0.5);
  color: #fff;
  font-size: 15px;
  text-align: center;
  transition: all 0.5s;
  display: block;
  margin: 25px auto 0;
  border-radius: 50px;
}
.appli .w ul li:hover .appli_text a{
  border: 1px solid #005ee3;
  background-color: #005ee3;
}
.appli .w .appli_more{
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin-top: 30px;
}
.appli .w .appli_more_wz{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  color: #fff;
}
.appli .w .appli_more_wz h3{
  font-size: 34px;
  font-weight: bold;
  margin: 0;
}
.appli .w .appli_more_wz p{
  font-size: 20px;
  margin: 30px 0;
}
.appli .w .appli_more_wz a{
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}
.appli .w .appli_more_wz a:hover{
  margin-left: 10px;
}
/* application--end */

/* blog--start */
.new{
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
  padding: 4vw 0;
}
.new ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
.new ul li{
  width: 32.5%;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s;
}
.new ul li:hover{
  background-color: #E4ECF9;
}
.new ul li .new_img{
  width: 100%;
  overflow: hidden;
}
.new ul li .new_img img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: all 0.5s;
}
.new ul li:hover .new_img img{
  transform: scale(1.2);
}
.new ul li .new_text{
  width: 100%;
  overflow: hidden;
  padding: 30px 20px;
}
.new ul li .new_text h3{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
.new ul li .new_text p{
  font-size: 16px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;/*控制行数*/
  overflow: hidden;
}
.new ul li .new_text .new_more{
  font-size: 15px;
  color: #005ee3;
  margin-top: 20px;
  transition: all 0.5s;
}
.new ul li .new_text .new_more:hover{
  margin-left: 20px;
}
/* blog--end */

/* consult--start */
.consult{
  width: 100%;
  overflow: hidden;
  padding: clamp(60px, 7vw, 130px) 0;
  background-image: url(/assets/image/consult_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.consult .consult_text{
  text-align: center;
}
.consult .consult_text p{
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.consult .consult_text h2{
  font-size: 40px;
  font-weight: bold;
  margin: 20px auto 50px;
  color: #fff;
  max-width: 580px;
  line-height: 1.2;
}
.consult .consult_text a{
  width: 160px;
  line-height: 46px;
  text-align: center;
  background-color: #005ee3;
  color: #fff;
  border-radius: 50px;
  display: block;
  margin: auto;
  transition: all 0.5s;
}
.consult .consult_text a:hover{
  background-color: #fff;
  color: #005ee3;
}
/* consult--end */


/* 移动端 */
@media(max-width:768px){
  /* product */
  .product ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .product ul li:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }
  .product ul li .prod_img,
  .product ul li .prod_img img{
    width: 100%;
    mix-blend-mode: normal;
  }
  .product ul li .prod_text{
    width: 100%;
    padding: 40px 10px;
  }
  .product ul li .prod_text h2{
    font-size: 28px;
    margin: 0 0 5px;
  }
  .product ul li .prod_text h2::after{
    top: -8px;
  }
  /* about */
  .about {
    margin: 30px 0;
  }
  .about_tit h2 {
    font-size: 30px;
    margin: 0 0 10px;
    width: 100%;
  }
  .about_tit p {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
  }
  .about .w ul{
    margin: 30px 0 0;
    gap: 20px 0;
  }
  .about .w ul li{
    width: 100%;
    padding: 30px 20px;
  }
  .about .w ul li h3{
    margin: 20px 0 10px 0;
  }
  .about .w .ab_more{
    margin: 30px auto 0;
  }
  /* advantage */
  .adva{
    margin: 30px 0;
  }
  .adva ul{
    margin-top: 20px;
    gap: 20px;
  }
  .adva ul li{
    width: 100%;
  }
  .adva ul li .adva_text{
    bottom: 30px;
  }
  /* service */
  .service{
    padding: 40px 0;
  }
  .service .service_tit h2{
    font-size: 30px;
  }
  .service .service_tit::after,
  .service .service_tit::before{
    display: none;
  }
  .service .service_tit P {
    font-size: 16px;
    line-height: 30px;
    max-width: 100%;
  }
  .service .service_cont{
    border-radius: 10px;
    margin-top: 20px;
  }
  .service .service_cont img{
    height: 280px;
    object-fit: cover;
  }
  .service .service_cont .service_text{
    width: 90%;
    left: 5%;
  }
  .service .service_cont .service_text h3{
    font-size: 30px;
  }
  .service .service_cont .service_text p{
    font-size: 16px;
    line-height: 28px;
  }
  /* application */
  .appli{
    margin: 50px 0;
  }
  .appli .w ul{
    margin: 20px 0 0;
    gap: 20px;
  }
  .appli .w ul li{
    width: 100%;
  }
  .appli .w ul li img{
    height: 320px;
  }
  .appli .w .appli_more{
    margin-top: 20px;
  }
 /* blog */
  .new{
    padding: 40px 0;
  }
  .new ul{
    margin: 20px 0 0 0;
    gap: 20px 0;
  }
  .new ul li {
    width: 100%;
  }

  .consult{
    padding:50px 0;  
  }
  .consult .consult_text{
    width: 95%;
    margin: auto
  }
  .consult .consult_text h2 {
    font-size: 30px;
  }




}