.list {
  *zoom: 1;
}

.list:before, .list:after {
  content: "";
  display: table;
}

.list:after {
  clear: both;
}

.module-inner {
  margin: auto;
  width: 1260px;
}

.module {
  min-width: 1260px;
}

@media screen and (max-width: 1024px) {
  .module-inner {
    margin: auto;
    width: 100%;
  }
  .module {
    min-width: 100%;
  }
}

.module-inner .btn {
  text-align: center;
}

.module-inner .btn .btn-more {
  display: inline-block;
  width: 179px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #000;
}

.module-title {
  font-family: 'Aller_Rg';
  font-size: 14px;
  text-align: center;
}

.module-section {
  position: relative;
  padding: 80px 0;
}

.module-section .down {
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -45px;
  width: 91px;
  height: 91px;
  background: url(../images/icon_down.png) no-repeat;
}

.module-section .module-1 .module-title {
  font-size: 48px;
}

.module-section .module-1 > .s-title {
  font-size: 14px;
  text-align: center;
}

.module-section .module-1 > .info {
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
  color: #868686;
}

.module-section-1 .module-title {
  padding-top: 40px;
  font-size: 48px;
}

.module-section-1 .article {
  margin-top: 20px;
  padding: 40px 20px;
  font-size: 14px;
  text-align: center;
}

.module-section-1 .article .title {
  padding-bottom: 30px;
  font-size: 36px;
}

.module-section-1 .article p {
  line-height: 24px;
}

.list {
  margin-top: 13px;
}

.list ul {
  margin-right: -45px;
}

.list li {
  float: left;
  margin-bottom: 42px;
  margin-right: 42px;
  width: 392px;
  height: 99px;
  background-color: #000;
  color: #fff;
}

.list .title {
  float: right;
  padding: 30px 15px 0 0;
  text-align: right;
  font-size: 14px;
}

.list .info {
  float: left;
  padding: 32px 0 0 68px;
}

.list .icon-1 {
  background-image: url(../images/icon_man.png);
  background-position: 15px center;
  background-repeat: no-repeat;
}

.list .icon-2 {
  background-image: url(../images/icon_woman.png);
  background-position: 15px center;
  background-repeat: no-repeat;
}

.list .icon-3 {
  background-image: url(../images/icon_contact_y.png);
  background-position: 15px center;
  background-repeat: no-repeat;
}

.list .icon-4 {
  background-image: url(../images/icon_contact_c.png);
  background-position: 15px center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .module-section {
    padding: 40px 0;
  }
  .module-section .down {
    background-size: 90% 90%;
  }
  .module-section .module-1 .module-title {
    padding-top: 20px;
    font-size: 24px;
  }
  .module-section .module-1 .s-title {
    font-size: 12px;
  }
  .module-section-1 .article {
    margin: 10px 10px 0;
    padding: 20px 10px;
    font-size: 12px;
  }
  .module-section-1 .article .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .module-section-1 .article p {
    line-height: 24px;
  }
  .module-section-1 .list {
    padding: 0 20px;
  }
  .module-section-1 .list li {
    margin-bottom: 10px;
    margin-right: 20px;
    width: calc( (100% / 2) - 33px);
    background-size: 32.5px 32.5px;
    background-position: 10px 10px;
    height: 180px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 340px) {
  .module-section-1 .list li {
    height: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .module-section-1 .list li .title {
    float: none;
    padding: 45px 0 0 10px;
    font-size: 14px;
    text-align: left;
  }
  .module-section-1 .list li .info {
    float: none;
    padding: 10px 50px 0 10px;
    font-size: 12px;
  }
}
