.ab-bread {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}
.ab-bread .area {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ab-bread .tabs {
  width: 27.57%;
  display: flex;
  justify-content: space-between;
}
.ab-bread .bread {
  color: #999;
}
.ab-bread .tabs div {
  padding: 11px 16px;
  border-radius: 18px;
  transition: all 0.2s linear;
}
.ab-bread .tabs div:hover {
  background-color: #d9261c;
  color: #fff;
}
.ab-content {
  padding-top: 100px;
}
.title h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.title p {
  font-size: 20px;
  color: #666666;
  margin-top: 10px;
}
.ab-content .mains {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.ab-content .mains .desc {
  width: 69.57%;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.hxyw-content {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 106px;
  background-color: #f2f4f5;
}
.hxyw-content .list-item {
  display: flex;
  justify-content: space-between;
}
.hxyw-content .list-item > div {
  width: 23.57%;
  background-color: #fff;
  text-align: center;
  padding: 54px 0;
  margin-top: 60px;
}
.hxyw-content .list-item > div h5 {
  margin-top: 48px;
  font-size: 18px;
}
.hxyw-content .list-item > div p {
  font-size: 14px;
  color: #999999;
}
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .title h1 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
  }
  .title p {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
  }
  .ab-content {
    padding-top: 50px;
  }
  .ab-bread .tabs {
    width: 34%;
  }
  .ab-content .mains .desc {
    line-height: 26px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ab-bread .tabs {
    width: 43%;
  }
  .title h1 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
  }
  .title p {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
  }
  .ab-content {
    padding-top: 50px;
  }
  .ab-content .mains .desc {
    line-height: 24px;
  }
  .hxyw-content {
    margin-top: 45px;
    padding-top: 45px;
  }
  .hxyw-content .list-item > div {
    width: 45%;
    background-color: #fff;
    text-align: center;
    padding: 54px 0;
    margin-top: 35px;
  }
  .hxyw-content .list-item {
    flex-wrap: wrap;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .ab-bread .area {
    height: 88px;
    flex-wrap: wrap;
  }
  .ab-bread .tabs {
    width: 100%;
  }
  .title h1 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
  }
  .title p {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
  }
  .ab-content {
    padding-top: 30px;
  }
  .ab-content .mains .desc {
    line-height: 24px;
  }
  .hxyw-content {
    margin-top: 35px;
    padding-top: 35px;
  }
  .hxyw-content .list-item > div {
    width: 48%;
    background-color: #fff;
    text-align: center;
    padding: 54px 0;
    margin-top: 35px;
  }
  .hxyw-content .list-item {
    flex-wrap: wrap;
  }
  .title {
    width: 100%;
  }
  .mains .desc {
    width: 100% !important;
    margin-top: 10px;
  }
  .ab-content .mains {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .hxyw-content {
    margin-bottom: 50px;
  }
}
