.index-menu {
  background-color: #fff;
}
.index-wrap {
  background-color: #f7f7f7;
  padding: 50px 0 80px;
}
.index-wrap .swiper-pagination-bullet-active {
  background-color: #666;
}
.index-menu .u-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 146px;
}
.index-menu-item {
  text-align: center;
  font-size: 16px;
  color: #232323;
}
.index-menu-item-icon {
  height: 40px;
  margin-bottom: 10px;
}
.index-news-item {
  width: 30%;
  margin: 0 1.5%;
  float: left;
  text-align: left;
}
.program {
  display: flex;
  justify-content: space-between;
}
.program-item {
  width: calc(33.33% - 20px);
}
.program-item:hover {
  box-shadow: 0 15px 15px -10px rgb(0 0 0 / 15%);
}
.program-item-cover {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.program-item-content {
  background-color: #fff;
  height: 126px;
  padding: 25px;
  text-align: center;
}
.program-item-title {
  font-size: 20px;
  font-weight: bold;
}
.program-item-desc {
  font-size: 16px;
  color: #878787;
  margin-top: 10px;
}
.product {
  margin: 60px 0 90px;
}
.index-header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 30px;
}
.index-header-title {
  font-weight: bold;
  font-size: 20px;
  color: #222;
}
.index-header .index-header-more {
  border: 1px solid #ddd;
  border-radius: 20px;
  height: 32px;
  line-height: 32px;
  min-width: 100px;
  text-align: center;
  color: #878787;
  padding: 0 10px;
}
.product-list {
  height: 1090px;
}
.album {
  margin-bottom: 50px;
}
.album-list {
  height: 430px;
}
.album-item-cover {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.album-item-content {
  height: 160px;
  background-color: #fff;
  padding: 20px 30px;
  width: calc(100% - 20px);
  margin: 0 auto;
  position: relative;
  top: -40px;
}
.album-item-title {
  font-weight: bold;
  font-size: 22px;
  color: #323232;
}
.album-item-desc {
  color: #545454;
  font-size: 16px;
  margin-top: 10px;
}
.index-news-item h1 {
  color: #000;
  font-size: 18px;
}
.index-news-item h1 span {
  position: relative;
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}
.index-news-item ul {
  margin-top: 32px;
}
.index-news-item li {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 80px;
  margin-top: 16px;
  color: #888;
}
.index-news-item b {
  color: #ccc;
}
.index-news-item span {
  position: absolute;
  right: 0;
  font-size: 12px;
}
.index-news-more {
  height: 30px;
  width: 95px;
  margin-top: 25px;
  background: #1676D4;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  text-align:center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .index-menu .u-container {
    flex-wrap: wrap;
    padding: 20px 0 0;
    height: auto;
  }
  .index-menu-item-icon {
    height: 30px;
  }
  .index-menu-item {
    width: 33.33%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .index-wrap {
    padding: 30px 0;
  }
  .program {
    flex-wrap: wrap;
  }
  .program-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .program-item-cover {
    height: 200px;
  }
  .program-item-content {
    padding: 10px 20px;
    height: auto;
  }
  .program-item-title {
    font-size: 16px;
  }
  .program-item-desc {
    font-size: 13px;
  }
  .product {
    margin: 30px 0;
  }
  .product-list {
    height: 685px;
  }
  .album {
    margin-bottom: 0;
  }
  .album-list {
    height: 345px;
  }
  .album-item-title {
    font-size: 16px;
  }
  .album-item-desc {
    font-size: 13px;
  }
  .album-item-content {
    height: 100px;
    padding: 10px 20px;
    top: -30px;
  }
}