* {
  margin: 0;
  padding: 0; }

.m-t-20 {
  margin-top: 20px; }

.about-title {
  font-size: 50px;
  font-weight: 700;
  white-space: nowrap;
  display: flex; }

.primary {
  color: #00a28f; }

.bold {
  font-weight: bold; }

.ansell-container {
  width: 1200px;
  margin: 0 auto;
  height: 100%; }

.ansell-page {
  background: #ffffff;
  margin-bottom: -26px; }
  .ansell-page .ansell-banner {
    background-image: url(http://i.xinminghui.com/static/files/xmh-shop/ansell/ansell-banner.jpg);
    background-size: cover;
    height: 500px;
    padding: 32px 0;
    font-size: 56px;
    color: white;
    box-sizing: border-box; }
    .ansell-page .ansell-banner .ansell-logo {
      margin-bottom: 76px; }
    .ansell-page .ansell-banner .banner-btn {
      background: #ffffff;
      width: 270px;
      height: 55px;
      color: #00a28f;
      border-radius: 27px;
      font-size: 22px;
      line-height: 55px;
      text-align: center;
      margin-top: 30px;
      font-weight: 700;
      position: relative;
      padding-right: 10px;
      box-sizing: border-box; }
      .ansell-page .ansell-banner .banner-btn:after {
        content: "";
        position: absolute;
        border-top: 3px solid #00a28f;
        border-right: 3px solid #00a28f;
        top: 50%;
        width: 16px;
        height: 16px;
        transform: translateY(-50%) rotate(45deg); }
  .ansell-page .ansell-about {
    background: #ffffff;
    font-size: 22px;
    color: #696969; }
    .ansell-page .ansell-about .ansell-way {
      padding-top: 74px;
      display: flex;
      align-items: flex-start;
      padding-right: 58px; }
    .ansell-page .ansell-about .ansell-primary {
      display: flex;
      padding-top: 30px;
      padding-bottom: 80px; }
      .ansell-page .ansell-about .ansell-primary-list {
        flex: 1;
        border-radius: 20px;
        box-shadow: 5px 5px 20px 0 rgba(0, 162, 143, 0.3);
        height: 195px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 22px;
        color: #00a28f; }
        .ansell-page .ansell-about .ansell-primary-list + .ansell-primary-list {
          margin-left: 40px; }
      .ansell-page .ansell-about .ansell-primary-title {
        font-size: 38px;
        font-weight: 700; }
  .ansell-page .ansell-guardian {
    display: flex;
    padding-top: 50px; }
    .ansell-page .ansell-guardian-list {
      flex: 1;
      border-radius: 20px;
      box-shadow: 5px 5px 20px 0 rgba(0, 162, 143, 0.3);
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: 40px 65px;
      font-size: 18px;
      background: #ffffff; }
      .ansell-page .ansell-guardian-list + .ansell-guardian-list {
        margin-left: 40px; }
      .ansell-page .ansell-guardian-list .primary {
        text-align: center;
        font-size: 22px;
        margin-bottom: 40px; }
  .ansell-page .ansell-skill-plan {
    background: #f3f3f3;
    margin-top: -180px;
    padding-top: 240px;
    color: #696969; }
    .ansell-page .ansell-skill-plan .ansell-skill {
      display: flex;
      padding: 42px 0;
      font-size: 22px; }
    .ansell-page .ansell-skill-plan .ansell-plan {
      padding-top: 46px;
      margin-left: -43px;
      margin-top: -30px;
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 50px; }
      .ansell-page .ansell-skill-plan .ansell-plan-list {
        margin-left: 43px;
        margin-top: 30px;
        width: calc(50% - 43px);
        height: 270px;
        color: #ffffff;
        font-weight: 700;
        text-align: center;
        display: flex;
        padding-bottom: 10px;
        box-sizing: border-box;
        justify-content: center;
        align-items: flex-end; }
        .ansell-page .ansell-skill-plan .ansell-plan-list:nth-child(1) {
          background-image: url(https://i.xinminghui.com/static/files/xmh-shop/ansell/plan1.png);
          background-repeat: no-repeat; }
        .ansell-page .ansell-skill-plan .ansell-plan-list:nth-child(2) {
          background-image: url(https://i.xinminghui.com/static/files/xmh-shop/ansell/plan2.png);
          background-repeat: no-repeat; }
        .ansell-page .ansell-skill-plan .ansell-plan-list:nth-child(3) {
          background-image: url(https://i.xinminghui.com/static/files/xmh-shop/ansell/plan3.png);
          background-repeat: no-repeat; }
        .ansell-page .ansell-skill-plan .ansell-plan-list:nth-child(4) {
          background-image: url(https://i.xinminghui.com/static/files/xmh-shop/ansell/plan4.png);
          background-repeat: no-repeat; }
  .ansell-page .ansell-foot {
    padding-top: 75px;
    background-image: url("https://i.xinminghui.com/static/files/xmh-shop/ansell/ansell-foot.jpg");
    color: #696969;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    font-size: 22px; }
    .ansell-page .ansell-foot-project {
      display: flex;
      align-items: center; }
    .ansell-page .ansell-foot-main {
      display: flex;
      flex-wrap: wrap;
      width: 810px; }
    .ansell-page .ansell-foot-list {
      display: flex;
      width: 50%;
      margin-top: 30px;
      align-items: center;
      font-size: 18px; }
    .ansell-page .ansell-foot-icon {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background-color: #00a28f;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 30px; }

/*# sourceMappingURL=ansell.css.map */
