.solve-h1 {
  font-size: 18px;
  font-weight: 600;
  color: #005C9C;
  line-height: 32px;
  text-align: center;
  margin: 30px 0;
}

.img-ht1 {
  margin-bottom: 70px;
}

.solve-top-nav {
  height: 244px;
  background: url(../images/solve/b.jpg) no-repeat top center;
}

.solve-t {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #005C9C;
  border-bottom: 2px solid #E4E4E4;
  padding-bottom: 13px;
  position: relative;
}
.solve-t::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: #4279AB;
  width: 41px;
}

.solve-p {
  padding: 10px 0;
}
.solve-p p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-indent: 2em;
  padding: 0;
  margin: 0;
  margin: 14px 0;
}
.solve-p ul li p {
  text-indent: 0;
}

.solve-img {
  padding-bottom: 100px;
}
.solve-img .mt20 {
  margin-bottom: 20px;
}
.solve-img p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.solve-img .ct {
  text-align: center;
}

.a-c {
  text-align: center;
}

.pt {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}

.pc {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.pl {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.solve-ul, .solve-ul4, .solve-ul3, .solve-ul2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}
.solve-ul .solve-li, .solve-ul4 .solve-li, .solve-ul3 .solve-li, .solve-ul2 .solve-li {
  margin: 0 11px;
  margin-bottom: 35px;
}
.solve-ul .solve-li p, .solve-ul4 .solve-li p, .solve-ul3 .solve-li p, .solve-ul2 .solve-li p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}

.solve-ul2 {
  margin-top: 25px;
}
.solve-ul2 .solve-li {
  margin: 0 11px;
  width: 363px;
}
.solve-ul2 .solve-li p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.d-ul .t {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.d-ul ul {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.elegant-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
}

.elegant-li {
  width: 540px;
  text-decoration: none;
}
.elegant-li img {
  width: 540px;
  height: 335px;
}
.elegant-li p {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding: 0;
  margin: 5px 0 20px 0;
  text-decoration: none;
}

.elegant-info {
  position: relative;
}
.elegant-info .close {
  background: url(../images/elegant/close.png) no-repeat;
  background-size: 100%;
  width: 34px;
  height: 34px;
  position: absolute;
  right: -17px;
  top: -17px;
  cursor: pointer;
  z-index: 3;
}

@media (max-width: 1100px) {
  .solution-container {
    padding: 0 20px;
  }
  .elegant-ul {
    padding: 40px 20px;
  }
  .elegant-ul .elegant-li {
    width: 100%;
    margin-bottom: 20px;
  }
  .elegant-ul .elegant-li div {
    height: auto;
  }
  .elegant-ul .elegant-li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .elegant-ul .elegant-li p {
    text-align: center;
  }
  .solve-p img {
    margin-left: -2em;
  }
  .solution-container .img-ht1 img {
    width: 100% !important;
  }
}/*# sourceMappingURL=solve.css.map */