.construction_main {
  padding: 0 0 1.25rem;
}
.construction_main .head {
  width: 100%;
  height: auto;
  background: #00d1dd;
  position: relative;
  padding: 0 0 0.625rem;
  overflow: hidden;
}
.construction_main .head .pic_ad {
  position: absolute;
  top: 0.9375rem;
  right: 0;
  width: 50%;
}
.construction_main .head .pic_ad img {
  width: 100%;
}
.construction_main .head .info {
  color: #fff;
  padding: 1.25rem 4% 0.625rem;
  position: relative;
  width: 50%;
}
.construction_main .head .info .title {
  font-size: 1.125rem;
  font-weight: 900;
}
.construction_main .head .info .title .text {
  font-size: 1.25rem;
}
.construction_main .head .info .desc {
  display: inline-block;
  color: #fff;
  margin: 0.625rem 0 0.625rem;
}
.construction_main .section {
  padding: 0.625rem 4% 0.9375rem;
}
.construction_main .section .title {
  text-align: left;
  font-weight: 900;
  font-size: 1.125rem;
  color: #007cc3;
  padding: 0.625rem 0;
}
.construction_main .section .con {
  padding: 0.3125rem 0 0;
}
.construction_main .section .con .desc {
  padding: 0 0 0.625rem;
  line-height: 1.875rem;
}
.construction_main .section .advantage {
  align-items: center;
  color: #fff;
  font-weight: 900;
  padding-top: 0.9375rem;
  align-items: center;
  font-size: 0.65rem;
}
.construction_main .section .advantage .col {
  width: 23vw;
  min-width: 23vw;
  max-width: 23vw;
  height: 23vw;
  border-radius: 50%;
  padding: 0 3vw;
  align-items: center;
  text-align: center;
  box-shadow: 0rem 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.5);
}
.construction_main .section .advantage .col div {
  width: 100%;
}
.construction_main .section .advantage .col:nth-child(1) {
  background: #00baad;
}
.construction_main .section .advantage .col:nth-child(2) {
  background: #719d53;
}
.construction_main .section .advantage .col:nth-child(3) {
  background: #6d8394;
}
.construction_main .section .types {
  flex-wrap: wrap;
}
.construction_main .section .types .col {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  position: relative;
  padding: 0.625rem 4%;
  margin-top: 0.625rem;
  border-radius: 0.3125rem;
  color: #fff;
}
.construction_main .section .types .col .left {
  flex-grow: 2;
  text-align: left;
}
.construction_main .section .types .col .right {
  position: absolute;
  right: 4%;
  opacity: 0.6;
  top: 0;
  align-items: center;
  height: 100%;
  width: 20%;
  text-align: right;
}
.construction_main .section .types .col .right img {
  height: 80%;
  width: 100%;
}
.construction_main .section .types .col:nth-child(1) {
  background: #8a5df3;
}
.construction_main .section .types .col:nth-child(2) {
  background: #43cf7c;
}
.construction_main .section .types .col:nth-child(3) {
  background: #ff8d1a;
}
.construction_main .section .types .col:nth-child(4) {
  background: #ac33c1;
}
/*# sourceMappingURL=construction.css.map */
