.capital {
}

.capital .banner {
  width: 100%;
  height: 50rem;
  background: url(../images/banner.jpg) center center no-repeat #39609a;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.capital .banner h1 {
  font-size: 5rem;
  margin: 2rem 0;
  text-shadow: 0.2rem 0.2rem 0.3rem #396fff;
}

.capital .layer-box {
  padding: 5rem 0;
}

.capital .layer-box:nth-child(even) {
  background: #fff;
}

.capital .layer-box:nth-child(odd) {
  background: #f5f8fe;
}

.capital .layer-box .title-bar {
  min-height: 6rem;
  line-height: 6rem;
}

.capital .layer-box .title-bar h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}

.capital .layer-box .title-bar h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  color: #808492;
}

.capital .layer-box .about {
  display: flex;
}

.capital .layer-box .about .picture {
  width: 48%;
  margin-right: 3rem;
  padding: 1rem 0;
}

.capital .layer-box .about .picture img {
  width: 100%;
}

.capital .layer-box .about .content {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2.2em;
  color: #666;
}

.capital .layer-box .posts ul {
  display: flex;
  justify-content: space-between;
}

.capital .layer-box .posts ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 6rem;
  border: 0.2rem solid #396fff;
  padding: 2rem;
  margin: 2rem 0;
  font-size: 2.4rem;
  color: #396fff;
  text-align: center;
  border-radius: 2rem;
}

.capital .layer-box .posts ul li:hover {
  background: #396fff;
  color: #fff;
}

.capital .layer-box .business .tabs {
  width: 30rem;
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
}

.capital .layer-box .business .tabs li {
  cursor: pointer;
  color: #555966;
  font-size: 1.8rem;
  padding-bottom: 0.8rem;
}

.capital .layer-box .business .tabs li:hover {
  color: #396fff;
}

.capital .layer-box .business .tabs li.selected {
  color: #396fff;
  font-weight: 400;
  border-bottom: 0.3rem solid #396fff;
}

.capital .layer-box .business .container {
  background: #efeff0;
  margin-top: 6rem;
}

.capital .layer-box .business .container .pannel {
  margin: -3rem 2rem 0 2rem;
  background: #fafafb;
  padding: 3rem 0;
}

.capital .layer-box .business .pannel .box {
  display: flex;
  flex-direction: column;
}

.capital .layer-box .business .pannel .box ul {
  display: flex;
  justify-content: space-between;
}

.capital .layer-box .business .pannel .box ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0.2rem solid #396fff;
  padding: 1rem;
  flex: 1;
  margin: 1rem;
  color: #396fff;
}

.capital .layer-box .business .pannel .box ul li div {
  display: flex;
  padding: 1rem;
}

.capital .layer-box .business .pannel .box ul li span {
  font-size: 1.6rem;
  background: #396fff;
  color: #fff;
  display: inline-block;
  padding: 0.3rem 2rem;
  text-align: center;
}

.capital .layer-box .business .pannel .box dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.capital .layer-box .business .pannel .box dl dt {
  font-size: 2.4rem;
  color: #333437;
  margin-bottom: 2rem;
}

.capital .layer-box .business .pannel .box dl dd {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.8em;
}

.capital .layer-box .cases {
  display: flex;
  justify-content: space-between;
  padding: 3rem 2rem;
}

.capital .layer-box .cases dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18rem;
}

.capital .layer-box .cases dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.capital .layer-box .cases dl dt div {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: #fff;
  border: 1rem solid #396fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  position: relative;
}

.capital .layer-box .cases dl dt div:after {
  position: absolute;
  content: "";
  display: block;
  border: solid transparent;
  left: 50%;
  bottom: -4.5rem;
  margin-left: -2rem;
  border-width: 2rem;
  border-top-color: #396fff;
}

.capital .layer-box .cases dl dt span {
  background: #396fff;
  font-size: 1.8rem;
  color: #fff;
  width: 100%;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}

.capital .layer-box .cases dl dd {
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: center;
  color: #666;
}

.capital .layer-box .corp-logos ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  justify-content: space-between;
}

.capital .layer-box .corp-logos ul li {
  background: #fff;
  width: 19%;
  height: 80px;
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.capital .layer-box .corp-logos ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.capital .layer-box .contact {
  margin: 2rem 0;
}

.capital .layer-box .contact .info {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #666;
}

.capital .layer-box .contact .info h3 {
  font-size: 3rem;
}

.capital .layer-box .contact .info div {
  font-size: 1.8rem;
  display: flex;
  line-height: 4rem;
  margin: 0 1rem;
}

.capital .layer-box .contact .info div span {
  margin-left: 4rem;
}
@media (max-width: 769px) {
  .capital .banner {
    height: 16rem;
  }

  .capital .banner h1 {
    font-size: 1.6rem;
  }
  .capital .layer-box {
    padding: 2rem 0;
  }
  .capital .layer-box .about,
  .capital .layer-box .posts ul {
    flex-direction: column;
  }

  .capital .layer-box .about .picture {
    width: auto;
    margin: 0;
    padding: 1rem 0;
  }

  .capital .layer-box .about .content {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .capital .layer-box .posts ul li {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin: 1rem 0;
    font-size: 1.8rem;
    border-radius: 4rem;
  }
  .capital .layer-box .business .tabs {
    width: 100%;
    margin: 2rem auto;
  }

  .capital .layer-box .business .pannel .box ul {
    flex-direction: column;
  }

  .capital .layer-box .corp-logos ul {
    padding-top: 1rem;
  }

  .capital .layer-box .corp-logos ul li {
    width: 48%;
  }

  .capital .layer-box .cases {
    flex-direction: column;
    padding: 1rem;
  }

  .capital .layer-box .cases dl {
    width: 100%;
    margin: 2rem 0;
  }

  .capital .layer-box .cases dl dt span {
    font-size: 1.6rem;
    height: 3rem;
    margin: 2rem 0;
  }

  .capital .layer-box .contact .info {
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
  }
  .capital .layer-box .contact .info h3 {
    font-size: 1.6rem;
  }
  .capital .layer-box .contact .info div {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .capital .layer-box .contact .info div span {
    margin-left: 1rem;
  }
  .capital .layer-box .contact .qrcode dl dt img {
    width: 10rem;
  }
}
