@font-face {
  font-family: 'DINCOND-BOLD';
  src: url("/assets/font/DINCOND-BOLD.eot");
  src: url("/assets/font/DINCOND-BOLD.eot") format("embedded-opentype"),
    url("/assets/font/DINCOND-BOLD.woff2") format("woff2"),
    url("/assets/font/DINCOND-BOLD.woff") format("woff"),
    url("/assets/font/DINCOND-BOLD.ttf") format("truetype");
}
/* 关于我们--开始 */
.about {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 0;
}
.about .w .about_fl {
  width: 40%;
  float: left;
  margin-right: 50px;
}

.about .w .about_fl img {
  width: 100%;
}
.about .w .about_fr ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .w .about_fr ul li{
  width: 32.5%;
}
.about .w .about_fr ul li img{
  width: 100%;
  border-radius: 10px;
}
.about .w .about_fr h1 {
  font-size: 44px;
  font-weight: bold;
  margin: 0 0 10px;
  position: relative;
  color: #005ee3;
}

.about .w .about_fr h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about .w .about_fr p {
  font-size: 18px;
  color: #666;
  line-height: 28px;
}
/* 企业优势 */
.adv{
  width: 100%;
  overflow: hidden;
  background: #f5f7fa;
  margin: 60px 0;
  padding: 65px 0;
}
.adv_tit{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.adv_tit h1{
  font-size: 44px;
  font-weight: bold;
  margin: 0;
  color: #005ee3;
}
.adv_tit>div{
 width: 70%;
}
.adv_tit p{
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #606060;
}
.adv .w ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0;
}
.adv .w ul li{
  width: 24%;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  padding: 40px 25px;
  border-radius: 12px;
  transition: all 0.5s;
  background: #ffff;
}
.adv .w ul li:hover{
  background-color: #005ee3;
}
.adv .w ul li img{
  width: 55px;
  transition: all 0.5s;
}
.adv .w ul li:hover img{
  filter: brightness(0) invert(1);
}
.adv .w ul li h3{
  font-size: 26px;
  font-weight: bold;
  margin: 30px 0 15px 0;
  transition: all 0.5s;
}
.adv .w ul li p{
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  transition: all 0.5s;
  color: #666;
}
.adv .w ul li:hover h3,
.adv .w ul li:hover p{
  color: #fff;
}
/* 常见问题 --开始*/
.FAQ_box{
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
.FAQ_box .adv_tit{
  margin-bottom: 40px;
}
.FAQ_box .FAQ_item {
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
  padding: 20px;
  transition: all 0.3s;
  background: #f5f7fa;
  border-radius: 10px
}
.FAQ_box .FAQ_item.service_active {
  background: #f5f7fa;
}
.FAQ_box .FAQ_title {
  cursor: pointer;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: flex;
}
.FAQ_box .FAQ_active .FAQ_title{
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  color: #005ee3;
}
.FAQ_box .FAQ_title span{
  font-weight: normal;
  margin-right: 5px;
  width: 15px;
  display: inline-block;
}
.FAQ_box .FAQ_content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  padding-left: 20px;
}
.FAQ_box .FAQ_content p{
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #666;
}
.FAQ_box .FAQ_content p:first-child{
  margin-top: 10px;
}
.FAQ_box .FAQ_content h4{
  font-size: 22px;
  margin: 15px 0 0;
  font-weight: bold;
  color: #000;
}
.FAQ_box .FAQ_content b{
  font-weight: 700;
  color: #333;
  display: block;
  margin: 8px 0 0;
}
/* 质量控制 --开始*/
.quality{
  width: 100%;
  overflow: hidden;
  margin: 50px 0 80px;
}
.quality .zl_text{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quality .zl_text .zl_fl{
  width: 32%;
}
.quality .zl_text .zl_fl>div{
  margin: 20px 0;
}
.quality .zl_text .zl_fl p{
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 28px;
}
.quality .zl_text .zl_fr{
  width: 65%;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
}
.quality .zl_text .zl_fr img{
  max-width: 42%;
  margin: 0 20px 20px 0;
  width: 100%;
}
.quality .zl_text .zl_fr>div{
  padding: 40px;
  position: absolute;
  left: 0;
  width: 57%;
  height: 85%;
  display: flex;
  align-items: center;
}
.quality .zl_text .zl_fr>div::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 180%;
  height: 100%;
  background-color: #080e2b;
  z-index: -1;
}
.quality .zl_text .zl_fr p{
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}
.quality ul{
  display: grid;
  gap: 20px 1.3%;
  margin-top: 30px;
  grid-template-columns: repeat(4, 24%);
}
.quality ul li{
  width: 100%;
  overflow: hidden;
}
.quality ul li img{
  width: 100%;
  transition: all 0.5s;
}
.quality ul li img:hover{
  transform: scale(1.15);
}

/* 联系我们--开始 */

.message{
  width: 100%;
  background: #fff;
  padding: 50px 0 80px;
}
.message .w{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.message h1{
  font-size: 46px;
  color: #005ee3;
  margin: 0;
  font-weight: bold;
}
.message .message_fl{
  width: 40%;
}
.message .message_fl h3{
  font-size: 26px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.message .message_fl p{
  margin: 0 0 0 22px;
  font-size: 18px;
  color: #666;
}
.message .message_fr{
  width: 58%;
  overflow: hidden;
}
.message ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.message li{
  width: 49%;
  margin: 0 0 20px;
}
.message .bz_box{
  width: 100%;
}
.message #bzContact{
  width: 100%;
  height: 220px;
  outline: none;
  border: 2px solid #e1e1e1;
  color: #333;
  max-width: 100%;
  padding: 20px 10px;
  background: transparent;
  border-radius: 5px;
  font-size: 16px;
}
.message li input{
  width: 100%;
  height: 50px;
  border: 2px solid #e1e1e1;
  color: #333;
  border-radius: 5px;
  background: transparent;
  padding: 0 10px;
  font-size: 16px;
}
.message #bzContact:focus,
.message li input:focus {
  border: 2px solid #c6e2ff
}

.message li .tips{
  font-size: 15px;
  color: #ff0000;
  position: relative;
  top: 4px;
}
.message #insubmit{
  cursor: pointer;
  width: 100%;
  line-height: 48px;
  background: #005ee3;
  display: block;
  clear: both;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 0.8s;
  margin: 10px auto 0;
  font-size: 18px;
}
.message #insubmit:hover{
  background: #080e2b;
}
.Contact{
  width: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 4vw 0;
}
.Contact .cont{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.Contact .cont .cont_list{
  width: calc(100% / 3);
  text-align: center;
}
.Contact .cont .cont_list:nth-child(2){
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}
.Contact .cont .cont_list span{
  font-size: 56px;
  display: block;
  color: #080e2b;
}
.Contact .cont .cont_list h3{
  font-size: 26px;
  font-weight: bold;
  color: #080e2b;
  margin: 5px 0 10px;
}
.Contact .cont .cont_list p{
  font-size: 18px;
  color: #666;
  margin: 0;
}
/* 联系我们--结束 */

@media(max-width:980px){
  /* 关于我们 */
  .about {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0;
  }
  .about .w .about_fl {
    width: 100%;
    float: none;
    margin-right: 0;
  } 
  .about .w .about_fr{
    width: 100%;
    margin-top: 20px;
  }
  .about .w .about_fr h1 {
    font-size: 38px;
    margin: 0;
  }
  .about .w .about_fr ul li {
    width: 100%;
    margin: 7px 0;
  }
  .about .w .about_fr h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .adv {
    width: 100%;
    overflow: hidden;
    background: #f5f7fa;
    margin: 30px 0;
    padding: 30px 0;
  }
  .adv_tit h1 {
    font-size: 34px;
    margin: 0 0 10px;
  }
  .adv_tit>div {
    width: 100%;
  }
  .adv .w ul {
    margin: 30px 0 0;
    gap: 20px;
  }
  .adv .w ul li {
    width: 100%;
    padding: 30px 20px;
    border-radius: 12px;
  }
  .adv .w ul li h3{
    margin: 20px 0;
  }
  /* 常见问题 */
  .FAQ_box .adv_tit {
    margin-bottom: 20px;
  }
  .FAQ_box .FAQ_content{
    padding-left: 0;
  }


  /* 质量体系 */
  .quality {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 50px;
  }
  .quality .zl_text{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .quality .zl_text .zl_fl{
    width: 100%;
  }
  .quality .zl_text .zl_fr>div{
    position: initial;
    padding: 25px 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .quality .zl_text .zl_fr{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: normal;
    align-items: normal;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .quality .zl_text .zl_fr>div::after{
    width: 100%;
  }
  .quality .zl_text .zl_fr img{
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
  .quality ul{
    display: block;
    margin-top: 20px;
  }
  .quality ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
  }

  /* 联系我们 */
   .message {
    width: 100%;
    margin-top: 20px;
    background: #fff;
    padding: 30px 0;
  } 
  .message .message_fl {
    width: 100%;
  }
  .message h1{
    font-size: 40px
  }
  .message .message_fl h3 {
    font-weight: bold;
    margin: 20px 0 10px;
  }
  .message .message_fr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .message li {
    width: 100%;
    margin: 0 0 10px;
  }
  .message #bzContact{
    height: 180px;
  }
  .message #insubmit{
    width: 100%;
    margin: 10px auto;
  }
  .Contact .cont .cont_list {
    width: 100%;
    margin: 10px 0;
    padding: 30px 0;
  }
  .Contact .cont .cont_list:nth-child(2) {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-left: 0;
    border-right: 0;
  }
}
