
/* 底部标语 / 联系我们 */
section.footerSlogan {
    background-color: #fff;
    height: 240px;
    background: url("../../image/index/footer_slogan.png") no-repeat center;
  }
  
  section.footerSlogan .wrapper {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    text-align: center;
  
    -webkit-box-orient: vertical;
  
    -webkit-box-direction: normal;
  
        -ms-flex-direction: column;
  
            flex-direction: column;
  }
  
  section.footerSlogan .wrapper h4 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 2px;
    color: #626880;
    font-weight: bold;
  }
  
  section.footerSlogan .wrapper > div {
    margin-top: 28px;
  }
  
  section.footerSlogan .wrapper > div span {
    display: inline-block;
    width: 134px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    cursor: pointer;
  
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2f54eb;
    font-weight: bold;
  }
  
  section.footerSlogan .wrapper > div span:nth-of-type(1) {
    background-image: -o-linear-gradient(
        top,
        rgba(101, 129, 243, 0.75) 0%,
        rgba(47, 84, 235, 0.75) 100%
      ),
      -o-linear-gradient(#2f54eb, #2f54eb);
    background-image: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(101, 129, 243, 0.75)),
        to(rgba(47, 84, 235, 0.75))
      ),
      -webkit-gradient(linear, left top, left bottom, from(#2f54eb), to(#2f54eb));
    background-image: linear-gradient(
        180deg,
        rgba(101, 129, 243, 0.75) 0%,
        rgba(47, 84, 235, 0.75) 100%
      ),
      linear-gradient(#2f54eb, #2f54eb);
    background-blend-mode: normal, normal;
    -webkit-box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
            box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
    color: #ffffff;
    margin-right: 20px;
  }
  
  section.footerSlogan .wrapper > div span:nth-of-type(2) {
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.75) 0%,
        rgba(216, 224, 255, 0.75) 100%
      ),
      -o-linear-gradient(#ffffff, #ffffff);
    background-image: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(255, 255, 255, 0.75)),
        to(rgba(216, 224, 255, 0.75))
      ),
      -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.75) 0%,
        rgba(216, 224, 255, 0.75) 100%
      ),
      linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    -webkit-box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
            box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
    color: #2f54eb;
  }
  
  section.footerSlogan .wrapper > div span:nth-of-type(1):hover {
    background-image: -o-linear-gradient(top, #1d52bd 0%, #276af3 100%),
      -o-linear-gradient(#2f54eb, #2f54eb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d52bd), to(#276af3)),
      -webkit-gradient(linear, left top, left bottom, from(#2f54eb), to(#2f54eb));
    background-image: linear-gradient(180deg, #1d52bd 0%, #276af3 100%),
      linear-gradient(#2f54eb, #2f54eb);
    background-blend-mode: normal, normal;
    -webkit-box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
            box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
  }
  
  section.footerSlogan .wrapper > div span:nth-of-type(2):hover {
    background-image: -o-linear-gradient(
        bottom,
        rgba(244, 244, 255, 0.75) 0%,
        rgba(216, 224, 255, 0.75) 100%
      ),
      -o-linear-gradient(#ffffff, #ffffff);
    background-image: -webkit-gradient(
        linear,
        left bottom, left top,
        from(rgba(244, 244, 255, 0.75)),
        to(rgba(216, 224, 255, 0.75))
      ),
      -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(
        0deg,
        rgba(244, 244, 255, 0.75) 0%,
        rgba(216, 224, 255, 0.75) 100%
      ),
      linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    -webkit-box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
            box-shadow: 0px 7px 12px 2px rgba(47, 84, 235, 0.15);
  }
  