.cate2 {
  font-size: 0;
}
.cate2 .mp_content {
  margin-bottom: 80px;
  position: relative;
}
.cate2 .mp_content .search-wrapper {
  width: 300px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 35px;
  _position: relative;
}
.cate2 .mp_content .search-wrapper .keywords-input {
  padding-left: 9%;
  width: 90%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 19px;
}
.cate2 .mp_content .search-wrapper .search_btn {
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.cate2 .mp_content .p1 {
  padding: 38px 0 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.cate2 .mp_content .one {
  vertical-align: top;
  display: inline-block;
  width: 19%;
  height: 230px;
  border-radius: 5px;
  margin-left: 1.25%;
  margin-bottom: 15px;
  border-bottom: 35px solid white;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0 21px 3px rgba(162, 159, 159, 0.1);
}
.cate2 .mp_content .one.t0 {
  margin-left: 0;
}
.cate2 .mp_content .one .t {
  width: 100%;
  border-radius: 5px;
  padding: 30px 17px 0;
  box-sizing: border-box;
  background: #ffffff;
}
.cate2 .mp_content .one .t img {
  display: block;
  margin: auto;
}
.cate2 .mp_content .one .t .p3 {
  margin: 13px 0 22px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.cate2 .mp_content .one .t .p4 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 20px;
  margin-bottom: 22px;
  min-height: 20px;
}
.cate2 .mp_content .one .t .p5 {
  padding-bottom: 14px;
}
.cate2 .mp_content .one .t .p5 .explain,
.cate2 .mp_content .one .t .p5 .search {
  height: 30px;
  width: 48%;
  text-align: center;
  box-sizing: border-box;
  line-height: 30px;
  vertical-align: top;
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  border: 1px solid #06D6B9;
  font-weight: 400;
  opacity: 0;
}
.cate2 .mp_content .one .t .p5 .explain {
  margin-right: 4%;
  color: #06D6B9;
}
.cate2 .mp_content .one .t .p5 .explain:hover {
  background: #06D6B9;
  color: #ffffff;
}
.cate2 .mp_content .one .t .p5 .search {
  border-color: #ffaa39;
  color: #ffaa39;
}
.cate2 .mp_content .one .t .p5 .search:hover {
  background: #ffaa39;
  color: white;
}
.cate2 .mp_content .one:hover {
  transition: all 0.3s ease-in-out;
  overflow: visible;
  position: relative;
}
.cate2 .mp_content .one:hover .p3 {
  color: #06D6B9;
}
.cate2 .mp_content .one:hover .t {
  transition: all 0.2s ease-in-out;
  min-height: 230px;
  box-shadow: 0 11px 21px 3px rgba(162, 159, 159, 0.73);
}
.cate2 .mp_content .one:hover .t .p5 .explain,
.cate2 .mp_content .one:hover .t .p5 .search {
  transition: all 0.5s ease-in-out;
  opacity: 0.9;
}
