
.banner-img {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  .marginAuto {
    padding-top: 86px;
    height: 100%;
    .text-box {
      height: 100%;
      .text {
        max-width: 960px;
        font-size: 48px;
        color: #ffffff;
        font-family: "Poppins-Bold";
      }
    }
  }
}
.page-content {
  padding: 100px 0;
  background-color: #ffffff;
  .marginAuto {
    .left {
      width: 570px;
      .title {
        font-size: 32px;
        color: #000000;
        font-family: "Poppins-Bold";
      }
      .info {
        padding-top: 60px;
        .cell {
          padding-right: 30px;
          border-right: 1px solid #E8E8E8;
          .num {
            .text {
              font-size: 60px;
              color: #000000;
              font-family: "Poppins-Bold";
            }
            .icon {
              font-size: 24px;
              color: #000000;
              font-family: "Poppins-Bold";
              padding-top: 40px;
            }
          }
          .des {
            font-size: 16px;
            color: #999999;
            font-family: "Poppins-Bold";
            padding-top: 8px;
          }
        }
        .cell:last-child {
          border: none;
          padding-left: 30px;
        }
      }
    }
    .right {
      font-size: 16px;
      color: #000000;
      font-family: "Poppins-Regular";
      line-height: 180%;
    }
  }
}
@media only screen and (max-width: 1440px) and (min-width:1200px) {
  .banner-img {
    height: 700px;
    .marginAuto {
      .text-box {
        .text {
          font-size: 40px;
        }
      }
    }
  }
}
@media only screen and (max-width: 1200px) and (min-width:1024px) {
  .banner-img {
    height: 500px;
    .marginAuto {
      .text-box {
        .text {
          font-size: 34px;
        }
      }
    }
  }
}
@media only screen and (max-width: 1024px) and (min-width:0px) {
  .banner-img {
    height: 500px;
    .marginAuto {
      padding-top: 48px;
      .text-box {
        .text {
          font-size: 24px;
          max-width: 100%;
        }
      }
    }
  }
  .page-content {
    padding: 40px 0;
    .marginAuto {
      display: block;
      .left {
        width: 100%;
        .title {
          font-size: 24px;
          color: #000000;
          font-family: "Poppins-Bold";
        }
        .info {
          padding-top: 30px;
          .cell {
            padding-right: 24px;
            .num {
              .text {
                font-size: 32px;
                color: #000000;
                font-family: "Poppins-Bold";
              }
              .icon {
                font-size: 24px;
                color: #000000;
                font-family: "Poppins-Bold";
                padding-top: 10px;
              }
            }
            .des {
              font-size: 12px;
              font-family: "Poppins-Regular";
            }
          }
          .cell:last-child {
            border: none;
            padding-left: 24px;
          }
        }
      }
      .right {
        padding-top: 30px;
      }
    }
  }
}


@media only screen and (max-width: 1450px) {

}
@media only screen and (max-width: 1350px) {

}
@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 950px) {

}



@media only screen and (max-width: 950px) {

}


@media only screen and (max-width: 950px) {

}

