.banner {
  width: 100%;
  height: 300px;
  background: url('../../image/website/pc/category2/mz-banner.png') center;
  text-align: center;
  position: relative;
}
.banner .p1 {
  width: 100%;
  font-size: 0;
  position: absolute;
  bottom: 66px;
}
.banner .p1 input,
.banner .p1 button {
  border: none;
  height: 45px;
  vertical-align: top;
}
.banner .p1 input {
  width: 465px;
  border-radius: 5px 0 0 5px;
  padding-left: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.banner .p1 button {
  width: 160px;
  border-radius: 0 5px 5px 0;
  background: #ffaa39;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
}
.banner .p1 button:hover {
  background: #ffa42d;
}
.banner .p2 {
  width: 100%;
  position: absolute;
  bottom: 29px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.75;
}
.banner .p2 span {
  color: #FFEA00;
  margin: 0 5px;
}
.cate {
  background: #E9FFFC;
  font-size: 0;
  padding-bottom: 70px;
}
.cate .p1 {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding-top: 32px;
}
.cate .p2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 12px 0 17px;
}
.cate .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;
}
.cate .one.t0 {
  margin-left: 0;
}
.cate .one .t {
  width: 100%;
  border-radius: 5px;
  padding: 30px 17px 0;
  box-sizing: border-box;
  background: #ffffff;
}
.cate .one .t img {
  display: block;
  margin: auto;
}
.cate .one .t .p3 {
  margin: 13px 0 22px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.cate .one .t .p4 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 20px;
  margin-bottom: 22px;
  min-height: 20px;
}
.cate .one .t .p5 {
  padding-bottom: 14px;
}
.cate .one .t .p5 .explain,
.cate .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;
}
.cate .one .t .p5 .explain {
  margin-right: 4%;
  color: #06D6B9;
}
.cate .one .t .p5 .explain:hover {
  background: #06D6B9;
  color: #ffffff;
}
.cate .one .t .p5 .search {
  border-color: #ffaa39;
  color: #ffaa39;
}
.cate .one .t .p5 .search:hover {
  background: #ffaa39;
  color: white;
}
.cate .one:hover {
  transition: all 0.3s ease-in-out;
  overflow: visible;
  position: relative;
}
.cate .one:hover .p3 {
  color: #06D6B9;
}
.cate .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);
}
.cate .one:hover .t .p5 .explain,
.cate .one:hover .t .p5 .search {
  transition: all 0.5s ease-in-out;
  opacity: 0.9;
}
