.header-box {
  width: 100%;
  background-image: url(/static/img/icpbga.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.0127rem 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.header-box .bao {
  width: 17.7215rem;
  margin: 0 auto;
}
.header-box .bao h1 {
  font-size: 0.3797rem;
  color: #fff;
}
.header-box .bao h4 {
  padding: 0.5063rem 0;
  max-width: 10.1266rem;
  font-size: 0.2278rem;
  color: #fff;
}
.header-box .bao .a-box {
  display: flex;
}
.header-box .bao .a-box a {
  display: inline-block;
  width: 1.519rem;
  height: 0.5063rem;
  background-color: #c5082c;
  font-size: 0.2025rem;
  text-align: center;
  line-height: 0.5063rem;
  color: #fff;
  margin-right: 0.2532rem;
}
.conter {
  width: 17.7215rem;
  margin: 0 auto;
}
body {
  background-color: #f7f8fa;
}
.title-box {
  width: 100%;
  text-align: center;
  padding: 1.0127rem 0;
}
.title-box h1 {
  width: 100%;
  padding-bottom: 0.1266rem;
  text-align: center;
}
.title-box h3 {
  color: #666;
}
.advantage-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.3797rem;
}
.advantage-bottom .advantage-item {
  padding: 0.3797rem 0;
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5063rem;
  transition: all 0.6s;
}
.advantage-bottom .advantage-item:hover {
  background-color: #fff;
  box-shadow: 0 0.1266rem 0.2532rem 0 #ccc;
}
.advantage-bottom .advantage-item:hover h2::before {
  width: 0.6329rem;
  background-color: #c5082c;
}
.advantage-bottom .advantage-item p {
  width: 100%;
  text-align: center;
  padding: 0 0.9494rem;
  padding-top: 0.5063rem;
  font-size: 0.1519rem;
  color: #666;
}
.advantage-bottom .advantage-item .tu-img {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  background: url('/static/img/gai6.png') no-repeat 0 -286px;
}
.advantage-bottom .advantage-item .tu-img2 {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  background: url('/static/img/gai6.png') no-repeat -92px -286px;
}
.advantage-bottom .advantage-item .tu-img3 {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  background: url('/static/img/gai6.png') no-repeat -192px -286px;
}
.advantage-bottom .advantage-item .tu-img4 {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  background: url('/static/img/gai6.png') no-repeat -288px -286px;
}
.advantage-bottom .advantage-item .tu-img5 {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  background: url('/static/img/gai6.png') no-repeat -379px -286px;
}
.advantage-bottom .advantage-item .tu-img6 {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  background: url('/static/img/gai6.png') no-repeat -480px -286px;
}
.advantage-bottom .advantage-item h2 {
  padding-top: 0.1899rem;
  flex: 1;
  font-size: 0.2278rem;
  padding-bottom: 0.1266rem;
  position: relative;
  transition: all 0.6s;
}
.advantage-bottom .advantage-item h2::before {
  content: '';
  width: 0.3797rem;
  height: 0.038rem;
  border-radius: 0.0253rem;
  background-color: #adb0b8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.product-box {
  width: 100%;
  padding-bottom: 1.0127rem;
  background-image: url(/static/img/message-section-bg.jpg);
}
.product-box .product-bottom {
  display: flex;
  justify-content: space-between;
}
.product-box .product-bottom .product-item1 {
  width: 19%;
  height: 4.2532rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/img/message-section-item-bg01.jpg);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item1::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}
.product-box .product-bottom .product-item1:hover::after {
  background-color: #c5082c;
}
.product-box .product-bottom .product-item1:hover .pr-nei .pr-img {
  transform: translateY(-2.5316rem);
}
.product-box .product-bottom .product-item1:hover .pr-nei h2 {
  transform: translateY(-1.0127rem);
}
.product-box .product-bottom .product-item1:hover .pr-nei p {
  transform: translateY(-1.0127rem);
}
.product-box .product-bottom .product-item1 .pr-nei {
  z-index: 66;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0.6329rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-box .product-bottom .product-item1 .pr-nei .pr-img {
  width: 0.7595rem;
  height: 0.7595rem;
  background-color: #e9f5fe;
  border-radius: 50%;
  transition: all 0.5s;
  padding: 0.1266rem;
  border: 0.0127rem solid #c5082c;
  object-fit: cover;
}
.product-box .product-bottom .product-item1 .pr-nei .pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box .product-bottom .product-item1 .pr-nei h2 {
  padding: 0.2278rem 0;
  font-size: 0.2278rem;
  color: #ffffff;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item1 .pr-nei p {
  transform: translateY(3.7975rem);
  font-size: 0.1519rem;
  color: #ffffff;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item2 {
  width: 19%;
  height: 4.2532rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/img/message-section-item-bg02.jpg);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item2::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}
.product-box .product-bottom .product-item2:hover::after {
  background-color: #c5082c;
}
.product-box .product-bottom .product-item2:hover .pr-nei .pr-img {
  transform: translateY(-2.5316rem);
}
.product-box .product-bottom .product-item2:hover .pr-nei h2 {
  transform: translateY(-1.0127rem);
}
.product-box .product-bottom .product-item2:hover .pr-nei p {
  transform: translateY(-1.0127rem);
}
.product-box .product-bottom .product-item2 .pr-nei {
  z-index: 66;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0.6329rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-box .product-bottom .product-item2 .pr-nei .pr-img {
  width: 0.7595rem;
  height: 0.7595rem;
  background-color: #e9f5fe;
  border-radius: 50%;
  transition: all 0.5s;
  padding: 0.1266rem;
  border: 0.0127rem solid #c5082c;
  object-fit: cover;
}
.product-box .product-bottom .product-item2 .pr-nei .pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box .product-bottom .product-item2 .pr-nei h2 {
  padding: 0.2278rem 0;
  font-size: 0.2278rem;
  color: #ffffff;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item2 .pr-nei p {
  transform: translateY(3.7975rem);
  font-size: 0.1519rem;
  color: #ffffff;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item3 {
  width: 19%;
  height: 4.2532rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/img/message-section-item-bg03.jpg);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item3::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}
.product-box .product-bottom .product-item3:hover::after {
  background-color: #c5082c;
}
.product-box .product-bottom .product-item3:hover .pr-nei .pr-img {
  transform: translateY(-2.5316rem);
}
.product-box .product-bottom .product-item3:hover .pr-nei h2 {
  transform: translateY(-1.0127rem);
}
.product-box .product-bottom .product-item3:hover .pr-nei p {
  transform: translateY(-1.0127rem);
}
.product-box .product-bottom .product-item3 .pr-nei {
  z-index: 66;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0.6329rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-box .product-bottom .product-item3 .pr-nei .pr-img {
  width: 0.7595rem;
  height: 0.7595rem;
  background-color: #e9f5fe;
  border-radius: 50%;
  transition: all 0.5s;
  padding: 0.1266rem;
  border: 0.0127rem solid #c5082c;
  object-fit: cover;
}
.product-box .product-bottom .product-item3 .pr-nei .pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box .product-bottom .product-item3 .pr-nei h2 {
  padding: 0.2278rem 0;
  font-size: 0.2278rem;
  color: #ffffff;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item3 .pr-nei p {
  transform: translateY(3.7975rem);
  font-size: 0.1519rem;
  color: #ffffff;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item4 {
  width: 19%;
  height: 4.2532rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/img/message-section-item-bg04.jpg);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item4::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}
.product-box .product-bottom .product-item4:hover::after {
  background-color: #c5082c;
}
.product-box .product-bottom .product-item4:hover .pr-nei .pr-img {
  transform: translateY(-2.5316rem);
}
.product-box .product-bottom .product-item4:hover .pr-nei h2 {
  transform: translateY(-1.0127rem);
}
.product-box .product-bottom .product-item4:hover .pr-nei p {
  transform: translateY(-1.0127rem);
}
.product-box .product-bottom .product-item4 .pr-nei {
  z-index: 66;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0.6329rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-box .product-bottom .product-item4 .pr-nei .pr-img {
  width: 0.7595rem;
  height: 0.7595rem;
  background-color: #e9f5fe;
  border-radius: 50%;
  transition: all 0.5s;
  padding: 0.1266rem;
  border: 0.0127rem solid #c5082c;
  object-fit: cover;
}
.product-box .product-bottom .product-item4 .pr-nei .pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box .product-bottom .product-item4 .pr-nei h2 {
  padding: 0.2278rem 0;
  font-size: 0.2278rem;
  color: #ffffff;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item4 .pr-nei p {
  transform: translateY(3.7975rem);
  font-size: 0.1519rem;
  color: #ffffff;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item5 {
  width: 19%;
  height: 4.2532rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/img/message-section-item-bg05.jpg);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item5::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}
.product-box .product-bottom .product-item5:hover::after {
  background-color: #c5082c;
}
.product-box .product-bottom .product-item5:hover .pr-nei .pr-img {
  transform: translateY(-2.5316rem);
}
.product-box .product-bottom .product-item5:hover .pr-nei h2 {
  transform: translateY(-1.0127rem);
}
.product-box .product-bottom .product-item5:hover .pr-nei p {
  transform: translateY(-1.0127rem);
}
.product-box .product-bottom .product-item5 .pr-nei {
  z-index: 66;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0.6329rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-box .product-bottom .product-item5 .pr-nei .pr-img {
  width: 0.7595rem;
  height: 0.7595rem;
  background-color: #e9f5fe;
  border-radius: 50%;
  transition: all 0.5s;
  padding: 0.1266rem;
  border: 0.0127rem solid #c5082c;
  object-fit: cover;
}
.product-box .product-bottom .product-item5 .pr-nei .pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box .product-bottom .product-item5 .pr-nei h2 {
  padding: 0.2278rem 0;
  font-size: 0.2278rem;
  color: #ffffff;
  transition: all 0.5s;
}
.product-box .product-bottom .product-item5 .pr-nei p {
  transform: translateY(3.7975rem);
  font-size: 0.1519rem;
  color: #ffffff;
  transition: all 0.5s;
}
.dunaxin {
  max-width: 17.7215rem;
  padding-bottom: 0.7595rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.dunaxin .duanitem {
  box-sizing: border-box;
  width: 3.7342rem;
  height: 4.3038rem;
  border-radius: 0.1266rem;
  padding: 0 0.1899rem;
  background-color: #fff;
  box-shadow: 0 0 0.2025rem rgba(64, 66, 77, 0.1);
  transition: all 0.3s;
}
.dunaxin .duanitem h1 {
  width: 2.5316rem;
  height: 0.5063rem;
  line-height: 0.5063rem;
  border-radius: 0 0 0.1266rem 0.1266rem;
  margin: 0 auto;
  font-size: 0.2025rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background-color: #c5082c;
}
.dunaxin .duanitem .duan-one {
  width: 100%;
  height: 1.0127rem;
  padding-top: 0.3797rem;
}
.dunaxin .duanitem .duan-one p {
  text-align: center;
  font-size: 0.2532rem;
  color: #04304b;
}
.dunaxin .duanitem .duan-one del {
  display: block;
  text-align: center;
}
.dunaxin .duanitem .duan-two {
  width: 100%;
  height: 1.2658rem;
  font-size: 0.2025rem;
  line-height: 1.2658rem;
  text-align: center;
}
.dunaxin .duanitem .duan-two span {
  font-size: 0.3291rem;
  color: #c5082c;
}
.dunaxin .duanitem .duan-three {
  width: 100%;
  height: 0.6329rem;
  font-size: 0.1772rem;
  text-align: center;
}
.dunaxin .duanitem .duan-three span {
  color: #c5082c;
}
.dunaxin .duanitem .goumai {
  display: block;
  width: 1.7722rem;
  line-height: 0.5063rem;
  text-align: center;
  background-color: #c5082c;
  color: #fff;
  border-radius: 0.2532rem;
  margin: 0 auto;
}
.dunaxin .duanitem:hover {
  transform: scale(1.05);
}
