@media screen and (min-width: 1024px) {
  #cd-primary-nav .has-children:first-child a {
    color: #0f58d6 !important;
    position: relative;
  }

  #cd-primary-nav .has-children:first-child a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #0f58d6;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
  }
}

/* about--start */
.about {
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}

.about .w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about .about_fl {
  width: 48%;
}

.about .about_fl img {
  width: 100%;
}

.about .about_fl ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0;
}

.about .about_fl ul li {
  width: 32.5%;
}

.about .about_fr {
  width: 48%;
}

.about .about_fr .about_fr_wz h3 {
  font-size: 38px;
  margin: 0 0 15px;
  font-weight: bold;
}

.about .about_fr .about_fr_wz p {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

.about .about_fr ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.about .about_fr ul li {
  width: 50%;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.about .about_fr ul li span {
  font-weight: bold;
  margin-right: 10px;
  font-size: 40px;
  color: #0f58d6;
  line-height: 1;
  font-family: fantasy;
}

.about .about_fr ul li p {
  font-size: 22px;
  margin: 0;
  color: #0f58d6;
}

.about .about_fr>a {
  font-size: 18px;
  line-height: 42px;
  font-weight: 300;
}

.about .about_fr>a span {
  width: 42px;
  line-height: 42px;
  font-size: 20px;
  background-color: #0f58d6;
  color: #fff;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  transform: rotateZ(270deg);
  text-align: center;
  transition: all 0.5s;
}

.about .about_fr>a:hover span {
  margin-right: 30px;
}

/* about--end */
/* brand--start */
.brand {
  width: 100%;
  overflow: hidden;
}

.brand .w .brand_tit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}

.brand .w .brand_tit h1 {
  font-size: 34px;
  font-weight: bold;
  margin: 0;
  width: 100%;
}

.brand .w .brand_tit p {
  font-size: 16px;
  color: #666;
  margin: 0;
  font-weight: 300;
}

.brand .w .brand_tit a {
  width: 170px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #0f58d6;
  display: block;
  transition: all 0.5s;
  border: 2px solid #0f58d6;
  position: relative;
  top: -25px;
  border-radius: 50px;
}

.brand .w .brand_tit a:hover {
  background-color: #fff;
  color: #0f58d6;
}

.brand .w ul {
  background-color: #ebebeb;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
  border: 1px solid #ebebeb;
}

.brand .w ul li {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  height: 100%;
  overflow: hidden;
}

.brand .w ul li img {
  width: 80%;
  padding: 20px;
  transition: all 0.5s;
}

.brand .w ul li:hover img {
  transform: scale(1.2);
}

.brand .w ul li a {
  font-size: 14px;
  color: #666;
}

.brand .w ul li a:hover {
  color: #0f58d6;
}

/* brand--end */

/* product--start */
.product {
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}

.search_box {
  width: 100%;
  overflow: hidden;
  background: url(/assets/image/sear_bg.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

.search_box form {
  width: 80%;
  display: flex;
  padding: 70px 0;
  margin: auto;
}

.search_box form input {
  width: 32%;
  line-height: 44px;
  background-color: #fff;
  border: 0;
  padding: 0 10px;
  outline: none;
}

.search_box form input {
  margin: 0 1px;
}

.search_box form button {
  width: 120px;
  line-height: 34px;
  background-color: #000;
  color: #fff;
  border: 0;
  outline: none;
}

.search_box form button span {
  font-size: 28px;
}

.product .w ul {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product .w ul li {
  width: 24.5%;
  background-color: #fff;
  border: 1px solid #ededed;
  overflow: hidden;
  margin-bottom: 15px;
}

.product .w ul li img {
  width: 100%;
  padding: 30px;
  transition: 0.5s;
}

.product .w ul li:hover img {
  transform: scale(1.2);
}

.product .w ul li>div {
  width: 100%;
  padding: 15px;
  background-color: #ededed;
  position: relative;
}

.product .w ul li>div p {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product .w ul li>div a {
  color: #0f58d6;
  font-size: 16px;
}

.product .w h1 {
  font-size: 38px;
  font-weight: bold;
  margin: 0;
  color: #333;
  text-align: center;
}

.cplist_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cptop_box {
  margin-top: 30px;
}

.cptop_box .cplist {
  width: 48.5% !important;
}

.cplist_box .cplist {
  width: 32.5%;
  background: #f5f5f5;
  position: relative;
  border-radius: 20px;
  padding: 35px 45px;
  transition: all 0.5s;
  margin: 15px 0;
}

.cplist_box .cplist:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

.cplist_box .cplist h3 {
  font-size: 22px;
  position: relative;
  margin: 0 0 20px;
  padding-left: 10px;
}

.cplist_box .cplist h3 a {
  color: #333;
}

.cplist_box .cplist h3::before {
  position: absolute;
  content: "";
  background-color: #0f58d6;
  width: 4px;
  height: 20px;
  top: 2px;
  left: 0;
}

.cplist_box .cplist dl {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 0;
}

.cptop_box .cplist dl dd {
  width: 50% !important;
  margin: 5px 0;
}

.cplist_box .cplist dl dd {
  width: 100%;
  margin: 5px 0;
}

.cplist_box .cplist dl dd a {
  color: #333;
  font-size: 16px;
  transition: all 0.5s;
}

.cplist_box .cplist dl dd a:hover {
  color: #0f58d6;
}

.cptop_box .cplist dl>a {
  width: 120px !important;
  ;
  line-height: 36px !important;
  ;
}

.cplist_box .cplist dl>a {
  width: 100px;
  line-height: 32px;
  background-color: #0f58d6;
  border: 2px solid #0f58d6;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  transition: all 0.5s;
}

.cplist_box .cplist dl>a:hover {
  background-color: #fff;
  color: #0f58d6;
}

.cptop_box .cplist .cp_pic {
  width: 300px !important;
  height: 300px !important;
}

.cplist_box .cplist .cp_pic {
  width: 200px;
  height: 220px;
  position: absolute;
  bottom: 0;
  top: auto;
  right: 10px;
  transition: all 0.5s;
}

.cplist_box .cplist:hover .cp_pic {
  right: 0;
}

.cplist_box .cplist .cp_pic img {
  width: 100%;
}

/* product--end */

/* certificate--start */
.certi {
  width: 100%;
  background: url(/assets/image/zs_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
}

.certi .w>h1 {
  font-size: 38px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: #fff;
}

.certi .w .zswz {
  background-color: #fff;
  color: #0f58d6;
  padding: 5px 0;
  margin: 10px auto 30px;
  font-size: 16px;
  max-width: 340px;
  text-align: center;
  border-radius: 20px;

}

.certi .w ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.certi .w ul li {
  width: 19%;
  overflow: hidden;
}

.certi .w ul li img {
  width: 100%;
  transition: all 0.5s;
}

.certi .w ul li:hover img {
  transform: scale(1.1);
}

/* certificate-end */
/* factory--start */
.factory {
  width: 100%;
  overflow: hidden;
  margin: 80px 0;
}

.factory .w>h1 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.factory .w ul{
  width: 100%;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.factory .w ul li{
  width: 32%;
  overflow: hidden;
  margin: 15px 0;
  box-shadow: 8px 8px 0px #9fbcef;
}
.factory .w ul li img{
  width: 100%;
  transition: all 0.5s;
}
.factory .w ul li:hover img{
  transform: scale(1.1);
}
/* factory--end */
/* application--start */
.appli_box {
  width: 100%;
  background: url(/assets/image/appli_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0 100px;
}

.appli_tit {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 70px;
  text-align: center;
}

.appli_tit h1 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.appli_tit p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin: 10px 0;
}

.appli_item {
  width: 100%;
}

.appli_item li {
  width: 19%;
  float: left;
  margin: 0 0.5%;
  text-align: center;
}

.appli_item li a>div {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s;
}

.appli_item li.active a>div {
  height: 480px;
  margin-top: -40px;
}

.appli_item li img {
  height: 100%;
  width: auto;
}

.appli_item li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
}

.appli_item li.active h3 {
  color: #0f58d6;
}

.appli_box .w>a {
  width: 160px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #fff;
  color: #0f58d6;
  transition: all 0.5s;
  clear: both;
  position: relative;
  top: 30px;
}

.appli_box .w>a:hover {
  background-color: #0f58d6;
  color: #fff;
}

/* application--end */

/* news--start */
.news_box {
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}

.news_box .w h1 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 30px;
  text-align: center;
}

.news_box ul {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_box ul li {
  width: 32%;
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
  transition: all 0.5s;
}
.news_box ul li:hover{
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, .3);
}
.news_box ul li .new_img {
  width: 100%;
  height: 290px;
  overflow: hidden;
  position: relative;
}

.news_box ul li .new_img img {
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  object-fit: cover;
}

.news_box ul li:hover .new_img img {
  transform: scale(1.2);
}

.news_box ul li .new_img p {
  padding: 10px;
  background-color: #0f58d6;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.news_box ul li .new_text {
  width: 100%;
  padding: 30px;
}

.news_box ul li .new_text h3 {
  font-size: 20px;
  margin: 0 0 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333;
  line-height: 32px;
}

.news_box ul li .new_text p {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_box ul li .new_text>div {
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #efefef;
  color: #666;
  display: flex;
  align-items: center;
}

.news_box ul li .new_text>div p,
.news_box ul li .new_text>div span {
  font-size: 15px;
  color: #666;
  margin: 0 0 20px;
}

.news_box ul li .new_text>div span {
  margin-left: 20px;
  font-size: 20px;
  margin-bottom: 0;
}

.news_box ul li:hover .new_text>div,
.news_box ul li:hover .new_text>div span {
  color: #0f58d6;
}

.news_box .w>a {
  width: 160px;
  line-height: 46px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #0f58d6;
  border-radius: 30px;
  border: 2px solid #0f58d6;
  transition: all 0.5s;
  margin: 50px auto 0;
}

.news_box .w>a:hover {
  color: #0f58d6;
  background-color: #fff;
}

/* news--end */
/* foot-start */
.foot {
  margin-top: 0;
}

.foot_cont {
  width: 100%;
  overflow: hidden;
  padding: 4vw 0;
  background-image: url(/assets/image/fot_cont_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.foot_cont h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 30px;
  color: #0f58d6;
}

.foot_cont a {
  width: 180px;
  line-height: 46px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #0f58d6;
  border-radius: 30px;
  border: 2px solid #0f58d6;
  transition: all 0.5s;
  margin: auto;
}

.foot_cont a:hover {
  background-color: #fff;
  color: #0f58d6;
}

/* foot-end */



@media(max-width:768px) {
  /* about */
  .about {
    margin: 30px 0;
  }
  .about .about_fl,
  .about .about_fr{
    width: 100%;
  }
  .about .about_fr .about_fr_wz h3 {
    font-size: 30px;
    margin: 30px 0 10px;
    font-weight: bold;
  }
  .about .about_fr ul{
    margin: 0 0 20px 0;
  }
  .about .about_fr ul li {
    width: 100%;
    margin: 12px 0;
    display: flex;
    align-items: center;
  }
  .about .about_fr ul li span{
    font-size: 40px;
    font-family: "DINCOND-BOLD";
  }
  .about .about_fr ul li p {
    font-size: 20px;
    margin: 0;
    color: #0f58d6;
  }
  /* brand */
  .brand .w .brand_tit h1 {
    font-size: 30px;
    margin: 0 0 10px;
  }
  .brand .w .brand_tit a {
    width: 170px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #0f58d6;
    display: block;
    transition: all 0.5s;
    border: 2px solid #0f58d6;
    position: relative;
    top: 0;
    border-radius: 50px;
    margin: 20px 0;
  }
  .brand .w ul {
    background-color: #ebebeb;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px;
    border: 1px solid #ebebeb;
  }
  .brand .w ul li img {
    width: 80%;
    padding: 10px;
    transition: all 0.5s;
  }
  /* product */
  .product {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .search_box{
    margin-bottom: 30px;
  }
  .search_box form {
    width: 100%;
    display: flex;
    padding: 30px 0;
    margin: auto;
    flex-wrap: wrap;
  }
  .search_box form input {
    margin: 5px 0;
    width: 100%;
  }
  .search_box form button {
    width: 100%;
    line-height: 34px;
    background-color: #000;
    color: #fff;
    border: 0;
    outline: none;
    margin-top: 10px;
    padding: 5px;
  }
  .product .w h1{
    font-size: 30px;
  }
  .cptop_box {
    margin-top: 10px;
  }
  .cptop_box .cplist {
    width: 100% !important;
  }
  .cptop_box .cplist .cp_pic {
    width: 100% !important;
    height: auto !important;
    position: inherit;
  }
  .cplist_box .cplist{
    width: 100%;
    border-radius: 12px;
    margin: 10px 0;
    padding: 30px;
  }
  .cplist_box .cplist .cp_pic {
    width: 100%;
    height: auto;
    position: inherit;
    bottom: 0;
    top: auto;
    right: 10px;
    transition: all 0.5s;
  }
  .cplist_box .cplist .cp_pic img {
    width: 85%;
    display: block;
    margin: 0 auto 30px;
  } 
  /* certificate */
  .certi{
    padding: 30px 0;
  }
  .certi .w>h1{
    font-size: 30px;
  }
  .certi .w .zswz{
    font-size: 15px;
    width: 90%;
    margin: 10px auto;
  }
  .certi .w ul li {
    width: 49%;
    overflow: hidden;
    margin: 5px 0;
  }
  .certi .w ul li:last-of-type{
    display: none;
  }
  /* factory */
  .factory {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .factory .w>h1 {
    font-size: 30px;
  }
  .factory .w ul li {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    box-shadow: 5px 5px 0px #9fbcef;
  }
  .appli_box{
    padding: 30px 0 60px;
  }
  .appli_tit {
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .appli_tit h1 {
    font-size: 30px;
  }
  .appli_item li {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
  .appli_item li a>div {
    width: 100%;
    height: 240px;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.5s;
  }
  .appli_item li.active a>div {
    height: 240px;
    margin-top: 0;
  }
  .appli_item li.active h3 {
    color: #333;
  } 
  .appli_item li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  /* new  */
  .news_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .news_box .w h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: center;
  }
  .news_box ul li {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
    transition: all 0.5s;
    margin: 10px 0;
  } 
  .news_box ul li .new_text {
    width: 100%;
    padding: 20px;
  }
  .news_box .w>a {
    width: 160px;
    line-height: 46px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #0f58d6;
    border-radius: 30px;
    border: 2px solid #0f58d6;
    transition: all 0.5s;
    margin: 30px auto 0;
  } 
  .foot_cont {
    width: 100%;
    overflow: hidden;
    padding: 30px;
  }
  .foot_cont h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #0f58d6;
    line-height: 32px;
  }



}