.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 {
  display: inline-block;
  width: 1.519rem;
  height: 0.3797rem;
  background-color: #fff;
  font-size: 0.2025rem;
  text-align: center;
  line-height: 0.3797rem;
}
.introduction-box {
  padding-bottom: 0.6329rem;
  width: 17.7215rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.introduction-box .int-title {
  padding-top: 1.0127rem;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 0.0127rem solid #d8d8d8;
}
.introduction-box .int-title h1 {
  font-size: 0.3291rem;
  padding-bottom: 0.0633rem;
  border-bottom: 0.0253rem solid #c5082c;
}
.introduction-box .int-title span {
  padding-left: 0.2532rem;
  padding-bottom: 0.0633rem;
  font-size: 0.3797rem;
  color: #d8d8d8;
}
.introduction-box .list-box {
  width: 100%;
}
.introduction-box .list-box h1 {
  padding: 0.5063rem 0;
  font-size: 0.2532rem;
  text-align: center;
}
.introduction-box .list-box .list-bottom {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.introduction-box .list-box .list-bottom .bottom-item {
  margin-bottom: 0.5063rem;
}
.introduction-box .list-box .list-bottom .bottom-item .list-img {
  width: 1.2658rem;
  height: 1.2658rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.1266rem;
  transition: all 0.5s;
}
.introduction-box .list-box .list-bottom .bottom-item .list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduction-box .list-box .list-bottom .bottom-item:hover .list-img {
  transform: translateY(-0.1266rem);
}
.one-img {
  padding: 0.3797rem 0.6329rem;
  width: 90%;
  margin: 0 auto;
  box-shadow: -0.0716rem -0.0716rem 0.2977rem 0.0061rem rgba(66, 81, 182, 0.2), 0.0829rem 0.0581rem 0.2977rem 0.0061rem rgba(66, 81, 182, 0.2);
  border-radius: 0.2532rem;
  display: flex;
  align-items: center;
}
.one-img:hover .img-box {
  transform: translateX(-0.2532rem);
}
.one-img:hover .one-right {
  transform: translateX(0.3797rem);
}
.one-img .img-box {
  width: 50%;
  height: 100%;
  transition: all 0.5s;
}
.one-img .one-right {
  width: 50%;
  height: 100%;
  transition: all 0.5s;
}
.one-img .one-right p {
  padding: 0.1013rem 0;
  font-size: 0.1772rem;
}
.service-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.service-box .service-item {
  box-sizing: border-box;
  margin: 0.6329rem 0;
  width: 32%;
  padding: 0.2532rem 0.1899rem;
  border: 0.0127rem solid #dddddd;
}
.service-box .service-item:hover h3 {
  border-left: 0.1519rem solid #c5082c;
}
.service-box .service-item h3 {
  padding-left: 0.1899rem;
  font-size: 0.2278rem;
  border-left: 0.0253rem solid #c5082c;
  transition: all 0.3s;
}
.service-box .service-item p {
  font-size: 0.1772rem;
  padding-top: 0.1266rem;
  color: #666666;
}
.bottom-title {
  width: 100%;
}
.bottom-title h1 {
  padding: 0.3797rem 0;
  font-size: 0.2532rem;
  text-align: center;
}
.bottom-title .dig-img {
  margin: 0 auto;
  width: 90%;
  object-fit: cover;
}
.bottom-title .dig-img img {
  object-fit: cover;
}
