/* 首页产品中心 */
.productli {
  width: 23%;
}

.productli:nth-child(3n) {
  margin-right: 2% !important;
}

.productli .txtbox div {
  text-align: center;
}


.newli {
  width: 19%;
  margin-right: 1.2%;
}

.newli:nth-child(3n) {
  margin-right: 1.2%;
}

.newli:nth-child(5n) {
  margin-right: 0%;
}

/* 新闻中心 */
.inews-box {
  margin: 60px auto 30px;
  position: relative;
  /* background: url(../image/inews.jpg) center top no-repeat; */
  padding-top: 36px;
  position: relative;
}

.inews-box .inews-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .57);
}

.inews-box .i-title .t1,
.inews-box .i-title .t2 {
  color: #fff;
}

.inews-box .news-main {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 26px 16px;
}

.inews-box .news-main ul {
  display: flex;
  justify-content: space-around;
}

.inews-box .news-main ul li {
  width: 30%;
}

.inews-box .news-main .list h3 {
  height: 44px;
  line-height: 44px;
  margin-top: 10px;
}

.inews-box .news-main .list .date {
  color: #999;
  font-size: 14px;
  margin: 10px 0;
}

.inews-box .news-main .list p {
  height: 100px;
  line-height: 2;
  overflow: hidden;
  color: #999;
}

.mobile-news-main {
  display: none;
}

.index-part {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width:768px) {
  .pc-news-main {
    display: none;
  }

  .mobile-news-main {
    display: block;
  }

  .inews-box .news-main ul li {
    width: 46%;
  }
  .index-part {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.indgy-video{
    position: relative;
}