body {
  background-color: #f8f8f8;
}
.header-box2 {
  width: 100%;
  height: 5.0633rem;
  background-image: url(/static/img/11r.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.519rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.header-box2 h1 {
  text-align: center;
  font-size: 0.6329rem;
  color: #fff;
}
.header-box2 h4 {
  text-align: center;
  font-size: 0.2025rem;
  color: #fff;
}
.header-box {
  margin: 0 auto;
  width: 17.7215rem;
  padding-bottom: 0.2532rem;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 0.1013rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header-box .header-item {
  box-sizing: border-box;
  text-align: center;
  border-top: 0.038rem solid #ffffff;
  flex: 1;
  cursor: pointer;
}
.header-box .header-item h2 {
  padding: 0.1266rem 0;
  padding-top: 0.1899rem;
  font-weight: bold;
}
.header-box .header-item p {
  color: #a5a5a5;
}
.header-box .header-item:hover h2 {
  color: #c5082c !important;
}
.header-box .header-item:hover p {
  color: #c5082c !important;
}
.header-active {
  border-top: 0.038rem solid #c5082c !important;
  background: linear-gradient(to bottom, #f5dfe3, #ffffff);
}
.header-active h2 {
  color: #c5082c !important;
}
.header-active p {
  color: #c5082c !important;
}
.list-box {
  margin: 0 auto;
  width: 16.4557rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 0.6329rem;
}
.list-box .list-item {
  cursor: pointer;
  width: 22%;
  background-color: #fff;
  border: 0.0127rem solid #ebebeb;
  border-radius: 0.0633rem;
  text-align: center;
}
.list-box .list-item:hover .queren {
  height: 1.0127rem !important;
}
.list-box .list-item h2 {
  padding: 0.0633rem 0;
  padding-bottom: 0.1899rem;
  margin-bottom: 0.1899rem;
  font-size: 0.2025rem;
  font-weight: bold;
  border-bottom: 0.0127rem solid #ebebeb;
}
.list-box .list-item h3 {
  padding: 0.0633rem 0;
  font-size: 0.1772rem;
  color: #a9a9a9;
}
.list-box .list-item h3 span {
  color: #000;
}
.list-box .list-item .list-bottom {
  border-top: 0.0127rem solid #ebebeb;
  width: 100%;
  height: 1.2658rem;
  margin-top: 0.1899rem;
  padding-top: 0.2532rem;
  position: relative;
}
.list-box .list-item .list-bottom h2 {
  font-size: 0.1772rem;
  font-weight: normal;
  border: 0;
  margin: 0;
  padding: 0;
}
.list-box .list-item .list-bottom h2 span {
  font-size: 0.3038rem;
  color: #c5082c;
}
.list-box .list-item .list-bottom del {
  color: #a9a9a9;
  font-size: 0.1772rem;
}
.list-box .list-item .list-bottom .queren {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0rem;
  background-color: #c5082c;
  color: #ffffff;
  font-size: 0.3038rem;
  text-align: center;
  line-height: 1.0127rem;
  transition: all 0.5s;
}
.list-box .list-item .list-img {
  margin: 0.1266rem 0;
  width: 100%;
  height: 0.6329rem;
  object-fit: cover;
}
.list-box .list-item .list-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fuwu-box {
  width: 100%;
  background-image: url(/static/img/index-s.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.fuwu-box .fuWu-con {
  max-width: 17.7215rem;
  margin: 0 auto;
}
.fuwu-box .fuWu-con h1 {
  padding: 0.7595rem 0;
  text-align: center;
  font-size: 0.4557rem;
  color: #fff;
}
.fuwu-box .fuWu-con .mian {
  width: 100%;
  padding-bottom: 0.6329rem;
  display: flex;
}
.fuwu-box .fuWu-con .mian .mian-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fuwu-box .fuWu-con .mian .mian-item .tupian {
  width: 88px;
  height: 88px;
  background: url(/static/img/promise_cn.png) no-repeat 0 0;
  transition: all 0.5s;
}
.fuwu-box .fuWu-con .mian .mian-item p {
  padding-top: 0.2532rem;
  font-size: 0.1772rem;
  color: #ffffff;
}
.fuwu-box .fuWu-con .mian .mian-item:hover .tupian {
  background: url(/static/img/promise_cn.png) no-repeat 0 -88px;
}
.fuwu-box .fuWu-con .mian .mian-item2 {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fuwu-box .fuWu-con .mian .mian-item2 .tupian {
  width: 88px;
  height: 88px;
  background: url(/static/img/promise_cn.png) no-repeat -88px 0;
  transition: all 0.5s;
}
.fuwu-box .fuWu-con .mian .mian-item2 p {
  padding-top: 0.2532rem;
  font-size: 0.1772rem;
  color: #ffffff;
}
.fuwu-box .fuWu-con .mian .mian-item2:hover .tupian {
  background: url(/static/img/promise_cn.png) no-repeat -88px -88px;
}
.fuwu-box .fuWu-con .mian .mian-item3 {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fuwu-box .fuWu-con .mian .mian-item3 .tupian {
  width: 88px;
  height: 88px;
  background: url(/static/img/promise_cn.png) no-repeat -176px 0;
  transition: all 0.5s;
}
.fuwu-box .fuWu-con .mian .mian-item3 p {
  padding-top: 0.2532rem;
  font-size: 0.1772rem;
  color: #ffffff;
}
.fuwu-box .fuWu-con .mian .mian-item3:hover .tupian {
  background: url(/static/img/promise_cn.png) no-repeat -176px -88px;
}
.fuwu-box .fuWu-con .mian .mian-item4 {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fuwu-box .fuWu-con .mian .mian-item4 .tupian {
  width: 88px;
  height: 88px;
  background: url(/static/img/promise_cn.png) no-repeat -264px 0;
  transition: all 0.5s;
}
.fuwu-box .fuWu-con .mian .mian-item4 p {
  padding-top: 0.2532rem;
  font-size: 0.1772rem;
  color: #ffffff;
}
.fuwu-box .fuWu-con .mian .mian-item4:hover .tupian {
  background: url(/static/img/promise_cn.png) no-repeat -264px -88px;
}
.fuwu-box .fuWu-con .mian .mian-item5 {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fuwu-box .fuWu-con .mian .mian-item5 .tupian {
  width: 88px;
  height: 88px;
  background: url(/static/img/promise_cn.png) no-repeat -352px 0;
  transition: all 0.5s;
}
.fuwu-box .fuWu-con .mian .mian-item5 p {
  padding-top: 0.2532rem;
  font-size: 0.1772rem;
  color: #ffffff;
}
.fuwu-box .fuWu-con .mian .mian-item5:hover .tupian {
  background: url(/static/img/promise_cn.png) no-repeat -352px -88px;
}
