@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* project id 455609 */
  src: url("../../fonts/iconfont.woff");
}

.iconfont {
  font-family: iconfont !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}

/*头部*/
.index_product {
  margin-top: 5%;
}

/*banner*/
#swiper-container1 img {
  width: 100%;
}

.nva-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.nva-list li {
  width: 25%;
}

.nva-list li img {
  max-width: 100%;
}

.i-title {
  display: flex;
  justify-content: space-between;
}

.i-title span {
  display: inline-block;
  width: 40%;
  border-radius: 0 20px 20px 0;
  background: #2474b9;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
}

.i-title a {
  width: 30%;
  background: #2474b9;
  line-height: 30px;
  margin-top: 5px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

/*公用标题*/
.index_case {
  background: #f8f9fb;
  padding: 5% 0;
}

.index_case .swiper-container {
  margin-top: 5%;
  text-align: center;
}

.index_case .swiper-container h3 {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}

.index_company {
  margin-top: 5%;
}

.index_company .intro {
  padding: 4%;
}

.index_news {
  padding: 5% 0;
  background: #f8f9fb;
}

.index_news .news_list_img {
  padding: 2%;
  padding-top: 4%;
}

/*首页产品*/
.i-about {
  background: url(../../images/03.jpg) no-repeat top center;
  background-size: 110%;
  padding: 4%;
}

.i-about .content {
  width: 60%;
  color: #333;
  margin-top: 2%;
}

.index_contact {
  margin-top: 5%;
}

.index_contact .box {
  font-size: 14px;
}
