ul {
  padding: 0;
}

ul li {
  list-style: none;
}

.nav-container {
  background-color: rgb(0, 0, 60);
  position: relative;
}

.nav-logo {
  width: 5rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.nav-button {
  margin-left: 25.5rem;
}

.nav-menu {
  background-color: rgb(0, 0, 60);
}

.nav-arrow {
  font-size: 2rem;
  margin-left: 19rem;
}

.nav-menu li {
  color: #fff;
  font-size: 1.6rem;
  padding-left: 1rem;
  line-height: 3rem;
}

.nav-menu li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
}

.nav-menu li a.active {
  color: #148EFF;
}

.nav-menu .inner-menu li {
  padding-left: 3rem;
  line-height: 2.6rem;
}

.nav-menu .inner-menu li a {
  display: block;
  font-size: 1.4rem;
}

.nav-menu .inner-menu li a.active {
  color: #148EFF;
}

.wrapper {
  margin-top: 3.5em;
}

.banner {
  width: 100%;
  height: 15rem;
  background-image: url("https://image.jingan-china.cn/home/service/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.banner h1 {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.servive-content,
.servive-advantage,
.servive-flow {
  width: 100%;
}

.summary-title {
  font-size: 2rem;
  font-weight: bold;
  color: #2f2e36;
  text-align: center;
  /* margin: 30px 0; */
}

.servive-content {
  padding-top: 1rem;
}
.content {
  padding: 0.8rem 2rem;
  position: relative;
  /* margin: 1rem 0; */
}
.content h5 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1rem 0;
}
.content p {
  font-size: 1rem;
  font-weight: 400;
}
.servive-content .left-content1 {
  width: 70%;
  height: 13rem;
  background-image: url("https://image.jingan-china.cn/home/service/content1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* box-shadow: 4px 4px 5px #999; */
}

.servive-content .left-content2 {
  width: 70%;
  height: 13rem;
  background-image: url("https://image.jingan-china.cn/home/service/content2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* box-shadow: 4px 4px 5px #999; */
}

.servive-content .left-content3 {
  /* float: left; */
  width: 70%;
  height: 13rem;
  background-image: url("https://image.jingan-china.cn/home/service/content3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.servive-content .right-content {
  padding: 0 1rem;
  width: 50%;
  background-color: #fff;
  margin: 2rem 0;
  position: absolute;
  top: 1.5rem;
  left: 40%;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 4px 4px 5px #999;
}

.clear {
  clear: both;
}

.white-title {
  font-size: 2rem;
  font-weight: bold;
  /* color: #fff; */
  text-align: center;
  /* margin: 1rem 0; */
  padding: 1rem 0;
}

.servive-flow {
  background-image: url("https://image.jingan-china.cn/home/service/flowbackgroud.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  /* padding-top: 1rem; */
  margin: 1rem 0rem;
}

.flow-chart {
  /* margin: 1rem 0; */
  /* padding: 1rem 0; */
  text-align: center;
}

.flow-chart img {
  width: 90%;
  margin: 1rem 0;
}

.servive-advantage {
  background-image: url("https://image.jingan-china.cn/home/service/advantageBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: space-around;
  margin: 1rem 0 0.125rem 0;
}

.servive-advantage .advantage-content {
  width: 25%;
  color: #fff;
  background-color: rgba(166, 166, 166, 0.45);
  text-align: center;
  margin: 3rem 0;
  padding: 1.5rem 0.25rem;
  border-radius: 1rem;
}

.servive-advantage img {
  margin: 1.5rem 0;
  width: 30%;
}
.under-border {
  width: 5rem;
  height: 0.1rem;
  background-color: #999;
  margin: 0 auto;
}

.footer {
  /* margin-top: 2rem; */
  background-color: #000;
}

.info {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo img {
  width: 6rem;
}

.footer-contact {
  color: #fff;
  font-size: 1rem;
}

.footer-contact h4 {
  font-size: 1.4rem;
}

.footer-contact ul,
.nav-menu ul {
  margin: 0;
}

.footer-contact li {
  line-height: 1.8rem;
}

.divider {
  width: 7rem;
  height: 2px;
  margin: 1rem 0;
  background-color: #fff;
}

.bottom-p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  padding: 0 1rem;
  text-align: center;
  margin: 0;
}

.bottom-p a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
}

.copyright {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0;
}

.record-number {
  padding-bottom: 1rem;
}