.breads_p1 {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-top: 32px;
}
.breads_p1 a {
  color: #fff;
}
.banner {
  height: 349px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
  overflow: hidden;
  box-shadow: 0px 8px 20px 1px rgba(104, 104, 104, 0.17), 0px 5px 20px 1px rgba(0, 0, 0, 0.06);
}
.banner .p_tit1 {
  font-size: 47px;
  color: #F91323;
  text-align: left;
  position: absolute;
  left: 120px;
  font-weight: 400;
  line-height: 1;
  top: 73px;
  font-family: YouSheBiaoTiHei;
}
.banner .p_tit {
  line-height: 1;
  font-size: 18px;
  color: #000000;
  text-align: left;
  position: absolute;
  left: 120px;
  top: 138px;
}
.banner .p1 {
  width: 480px;
  font-size: 0;
  left: 120px;
  position: absolute;
  bottom: 120px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.banner .p1 input,
.banner .p1 button {
  border: none;
  height: 45px;
  vertical-align: top;
}
.banner .p1 input {
  width: 320px;
  border-radius: 5px 0 0 5px;
  text-indent: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.banner .p1 input::-webkit-input-placeholder {
  color: #969696;
}
.banner .p1 input:-moz-placeholder {
  color: #969696;
}
.banner .p1 input::-moz-placeholder {
  color: #969696;
}
.banner .p1 input:-ms-input-placeholder {
  color: #969696;
}
.banner .p1 button {
  width: 160px;
  border-radius: 0 5px 5px 0;
  background: #F91526;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
.banner .p1 button:hover {
  background-color: #ff4d5b;
}
.banner .p2 {
  width: 480px;
  position: absolute;
  text-align: left;
  left: 120px;
  bottom: 74px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #818181;
}
.banner .p2 span {
  color: #FB0D18;
  margin: 0 5px;
  font-weight: bold;
}
.cate {
  font-size: 0;
  margin-bottom: 115px;
  margin-top: 39px;
}
.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 #ffaa39;
  font-weight: 400;
  opacity: 0;
}
.cate .one .t .p5 .explain {
  margin-right: 4%;
  color: #ffaa39;
}
.cate .one .t .p5 .explain:hover {
  background: #ffaa39;
  color: white;
}
.cate .one .t .p5 .search {
  border-color: #f80735;
  color: #f80735;
}
.cate .one .t .p5 .search:hover {
  background: #f80735;
  color: #ffffff;
}
.cate .one:hover {
  transition: all 0.3s ease-in-out;
  overflow: visible;
  position: relative;
}
.cate .one:hover .p3 {
  color: #F80132;
}
.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;
}
