@charset "UTF-8";
/**按钮样式**/
/**  flex-direction: row | row-reverse | column | column-reverse; 
 	justify-content: flex-start | flex-end | center | space-between | space-around; 
 	    align-items: flex-start | flex-end | center | baseline | stretch;
      align-content: flex-start | flex-end | center | space-between | space-around | stretch; 
**/
.moduleBox1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 122px; }
  .moduleBox1 .content {
    max-width: 534px; }
  .moduleBox1 h1 {
    margin-top: 61px; }
  .moduleBox1 p {
    margin-top: 41px; }
    .moduleBox1 p span {
      font-family: fontMedium; }
  .moduleBox1 img {
    width: 400px;
    height: auto;
    margin-left: 70px; }

.moduleBox2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 128px; }
  .moduleBox2 .left {
    width: 305px; }
    .moduleBox2 .left h2 {
      margin-top: 33px; }
  .moduleBox2 .right {
    width: calc(100% - 305px - 80px); }
    .moduleBox2 .right ul {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
    .moduleBox2 .right li {
      width: 48%;
      padding: 45px 26px 26px;
      text-align: center;
      background: #FCFCFC;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      box-sizing: border-box;
      margin-top: 30px; }
    .moduleBox2 .right h2 {
      color: #54585A;
      text-align: left;
      line-height: 26px; }
    .moduleBox2 .right p {
      text-align: left;
      margin-top: 43px;
      margin-bottom: 43px; }
    .moduleBox2 .right img {
      width: 21px;
      height: 13px;
      margin-top: 52px; }
    .moduleBox2 .right .description {
      color: #009CBD;
      font-size: 18px;
      font-family: fontMedium;
      margin-top: 35px; }

.moduleBox3 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 120px; }
  .moduleBox3 img {
    margin-bottom: 44px;
    width: 91px;
    height: auto; }
  .moduleBox3 h4 {
    color: #54585A; }

@media screen and (max-width: 1024px) {
  .moduleBox1 {
    flex-direction: column-reverse;
    margin-top: 2.75rem; }
    .moduleBox1 h1 {
      margin-top: 0; }
    .moduleBox1 p {
      margin-top: 2.5rem; }
    .moduleBox1 img {
      width: 13.75rem;
      margin-left: 0;
      align-self: center;
      margin-top: 3.5rem; }
  .moduleBox2 {
    flex-direction: column;
    margin-top: 4.8125rem;
    padding: 0; }
    .moduleBox2 .left {
      width: 100%;
      padding: 0 2.375rem 0 1.9375rem;
      box-sizing: border-box; }
      .moduleBox2 .left h2 {
        margin-top: 2.75rem; }
    .moduleBox2 .right {
      width: 100%;
      margin-top: 1.8125rem; }
      .moduleBox2 .right li {
        width: 100%;
        padding: 1.75rem 1.75rem 0.75rem;
        margin-top: 0.375rem; }
      .moduleBox2 .right p {
        margin-top: 2.6875rem;
        margin-bottom: 2.6875rem; }
      .moduleBox2 .right img {
        width: 1.0625rem;
        height: 0.6875rem;
        margin-top: 1.5625rem; }
      .moduleBox2 .right .description {
        font-size: 1.125rem;
        margin-top: 5.625rem;
        padding: 0 2.375rem 0 1.9375rem; } }
