.coreproduct {
  background: #fafbfb;
}
.coreproduct .coreproduct-search {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 102px;
}
.coreproduct .coreproduct-search .search-tit {
  width: 170px;
  background: url("../images/coreproduct/coreproduct_icon1.png") no-repeat right center;
  padding-top: 28px;
}
.coreproduct .coreproduct-search .search-tit h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 8px;
}
.coreproduct .coreproduct-search .search-tit p {
  font-size: 14px;
  color: #767676;
}
.coreproduct .coreproduct-search .search-hot {
  width: 350px;
  text-align: center;
}
.coreproduct .coreproduct-search .search-hot a {
  line-height: 102px;
  color: #767676;
  font-size: 14px;
}
.coreproduct .coreproduct-search .search-sr {
  width: 680px;
  padding-top: 32px;
  display: flex;
  justify-content: flex-end;
}
.coreproduct .coreproduct-search .search-sr input {
  width: 600px;
  height: 38px;
  padding-left: 50px;
  box-shadow: inset 0px 0px 8px 2px #d0d0d0;
  background: url("../images/coreproduct/coreproduct_icon2.png") no-repeat left center;
  background-position: 20px 12px;
}
.coreproduct .coreproduct-search .search-sr button {
  width: 80px;
  height: 38px;
  color: #fff;
  font-size: 16px;
  outline: none;
  background: #078F47;
  border: 0px;
}
.product-mic {
  padding-bottom: 0px;
}
.product-mic .mic-tit {
  padding-top: 60px;
  padding-bottom: 44px;
  text-align: center;
}
.product-mic .mic-tit > h3 {
  font-size: 26px;
  color: #000;
}
.product-mic .mic-tit > p {
  font-size: 30px;
  margin-top: 12px;
  color: #078f47;
  font-size: 28px;
}
.product-mic .mic-list .mic-list-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 18px;
  margin-bottom: 58px;
  width: 22.5%;
  margin-right: 3%;
  float: left;
}
.product-mic .mic-list .mic-list-item img {
  border: none;
  width: 260px;
  height: 260px;
}
.product-mic .mic-list .mic-list-item h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
  margin-top: 26px;
}
.product-mic .mic-list .mic-list-item p {
  font-size: 12px;
  color: #767676;
  height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-mic .mic-list .mic-list-item:nth-child(4n) {
  margin-right: 0%;
}
.anniu {
  margin: 0 auto;
  width: 348px;
  height: 28px;
  margin-top: 0px;
  margin-bottom: 76px;
}
.anniu a {
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  margin-right: 20px;
  margin-left: 20px;
}
.anniu .xuanz {
  border-radius: 50%;
  background: #078F47;
}
@media screen and (max-width: 980px) {
  .coreproduct {
    background: #FAFBFB;
  }
  .coreproduct .coreproduct-search .search-tit {
    width: 30%;
  }
  .coreproduct .coreproduct-search .search-tit h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .coreproduct .coreproduct-search .search-hot {
    display: none;
  }
  .coreproduct .coreproduct-search .search-sr {
    width: 62%;
    background: none;
  }
  .coreproduct .coreproduct-search .search-sr input {
    width: 80%;
  }
  .product-mic {
    background-size: cover;
    padding-bottom: 14px;
  }
  .product-mic .mic-tit {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .product-mic .mic-tit h3 {
    font-size: 18px;
    color: #000;
  }
  .product-mic .mic-tit p {
    font-size: 16px;
  }
  .product-mic .mic-list {
    margin-bottom: 0px;
  }
  .product-mic .mic-list .mic-list-item {
    width: 48%;
    margin-bottom: 8px;
    margin-right: 2%;
  }
  .product-mic .mic-list .mic-list-item img {
    width: 100%;
    height: 150px;
  }
  .product-mic .mic-list .mic-list-item h3 {
    margin-bottom: 4px;
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .product-mic .mic-list .mic-list-item img {
    width: 100%;
    height: 172px;
  }
}
@media screen and (max-width: 375px) {
  .product-mic .mic-list .mic-list-item img {
    width: 100%;
    height: 172px;
  }
}
