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

/*导航*/
#nav_left {
  position: fixed;
  top: 50px;
  z-index: 9999;
  background: #017bda;
  width: 100%;
  display: none;
}

#nav_left li {
  border-bottom: 1px dashed #ccc;
}

#nav_left li a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

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

/*公用标题*/
.i-tt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #e72600;
}

/*首页产品*/
.i-product {
  margin-top: 4%;
  padding: 0 2%;
}

.i-product #swiper-container2 {
  margin-top: 2%;
  padding-bottom: 30px;
}

.i-product #swiper-container2 h3 {
  text-align: center;
  font-size: 14px;
}

.i-product #swiper-container2 .swiper-slide {
  margin-top: 10px !important;
}

.i-product #swiper-container2 img {
  width: 100%;
}

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

.i-news {
  margin-top: 3%;
}

.i-news ul {
  border: 1px solid #e4e4e4;
}

.i-news ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 4% 2%;
}

.i-news ul li:last-child {
  border: none;
}

.i-news ul li h3 {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}

.i-news ul li .time {
  padding: 1% 0;
}

.i-news ul li .time .iconfont::before {
  content: '\e67a';
  margin-right: 5px;
  font-size: 12px;
}

.i-news ul li .summary {
  color: #666;
}
