/* 标题 */

.about-name {
  position: relative;
  padding: 0.3rem 0;
  font-size: 18px;
  line-height: 30px;
  color: #1658a0;
  text-align: center;
}
.about-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.4rem;
  height: 1px;
  background: #e5e5e5;
}
.about-name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.4rem;
  height: 1px;
  background: #e5e5e5;
}
.about-name span {
  color: #333;
}
.about1 {
  padding: 0;
}
.about1-imgs {
  display: block;
  overflow: hidden;
}
.about1-imgs img {
  width: 150%;
  margin-left: -25%;
}

.about1-box {
  padding: 0.4rem 0.2rem;
  background: #f5f5f5;
}
.about1-p {
  height: 240px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: justify;
}
.about1-more {
  width: 90px;
  margin: 0.4rem auto 0;
}
.about1-more a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  border: 1px solid #333;
  border-radius: 18px;
}
.about1-more a:hover {
  color: #fff;
  background: #1658a0;
  border-color: #1658a0;
}
@media (min-width: 768px) {
  .about-name {
    padding: 40px 0;
    font-size: 30px;
    line-height: 36px;
  }
  .about-name::before {
    width: 500px;
  }
  .about-name::after {
    width: 500px;
  }

  .about1-imgs img {
    width: 100%;
    margin: 0;
  }

  .about1-box {
    padding: 40px 80px;
  }
  .about1-p {
    height: 180px;
    font-size: 16px;
    line-height: 30px;
  }
  .about1-more {
    width: 130px;
    margin: 10px auto 0;
  }
  .about1-more a {
    font-size: 16px;
    line-height: 36px;
    color: #333;
  }
  .about1-more a:hover {
    color: #fff;
    background: #1658a0;
    border-color: #1658a0;
  }
}

/* about2 */

.about2 {
  padding: 0 0.1rem;
}
.about2-box {
  position: relative;
  height: 115px;
  overflow: hidden;
}
.about2-box ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
}
.about2-box ul li {
  width: 3.64rem;
  padding: 0.1rem;
}
.about2-box ul a {
  display: block;
  position: relative;
}
.about2-box ul i {
  display: block;
}
.about2-box ul i img {
  width: 100%;
  height: 115px;
}
.about2-box ul p {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: rgba(22, 88, 160, 0.8);
}

@media (min-width: 768px) {
  .about2 {
    padding: 0;
  }
  .about2-box {
    height: 185px;
  }
  .about2-box ul {
    width: 100%;
  }
  .about2-box ul li {
    width: 300px;
    padding: 0 10px;
  }

  .about2-box ul i img {
    width: 280px;
    height: 185px;
  }
  .about2-box ul p {
    width: 120px;
    font-size: 18px;
    line-height: 48px;
  }
}
