.banner {
  width: 100%;
  height: 486px;
  background: #2259a4 url("/web/news/static/image/down_banner.png") no-repeat center; }
  .banner .inner {
    width: 1200px;
    margin: 0 auto; }
    .banner .inner .word {
      float: right;
      text-align: left;
      width: 615px;
      margin-top: 71px; }
      .banner .inner .word .tit {
        font-size: 24px;
        color: #fff; }
        .banner .inner .word .tit span {
          color: #fff;
          padding: 3px 5px;
          background-color: #2b75f3;
          border-radius: 3px;
          box-sizing: border-box;
          font-size: 12px;
          position: relative;
          top: -5px;
          left: 10px; }
      .banner .inner .word .subject {
        padding: 5px 0;
        box-sizing: border-box;
        width: 585px;
        font-size: 52px;
        color: #fff;
        border-bottom: 1px solid #C5C4C4;
        margin-bottom: 27px; }
      .banner .inner .word .menu {
        display: block;
        width: 195px;
        height: 49px;
        line-height: 46px;
        border-radius: 5px;
        border: solid 1px #ffffff;
        font-size: 16px;
        color: #fff;
        text-align: left;
        margin-bottom: 9px;
        cursor: pointer; }
        .banner .inner .word .menu i {
          font-size: 28px;
          position: relative;
          top: 3px;
          margin: 0 8px 0 15px; }
        .banner .inner .word .menu:hover {
          color: #1a7cf8;
          background: #fff; }
      .banner .inner .word .android {
        position: relative; }
        .banner .inner .word .android:hover .ewm {
          display: block; }
        .banner .inner .word .android .ewm {
          display: none;
          position: absolute;
          width: 218px;
          height: 229px;
          background-color: #ffffff;
          border-radius: 6px;
          padding: 15px;
          box-sizing: border-box;
          font-size: 13px;
          color: #2c1e10;
          left: 220px;
          top: -61px; }
          .banner .inner .word .android .ewm img {
            display: block;
            width: 186px;
            height: 170px;
            border: 1px solid #999999;
            margin: 0 auto; }
          .banner .inner .word .android .ewm:before {
            display: block;
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 15px solid #fff;
            top: 76px;
            left: -14px; }
          .banner .inner .word .android .ewm:after {
            display: block;
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 15px solid #fff;
            top: 76px;
            left: -14px; }
      .banner .inner .word .ios {
        position: relative;
        cursor: initial; }
        .banner .inner .word .ios .expect {
          display: block;
          position: absolute;
          width: 58px;
          background-color: #f08300;
          border-radius: 6px;
          box-sizing: border-box;
          font-size: 12px;
          color: #fff;
          left: 127px;
          top: 11px;
          line-height: 28px;
          text-align: center; }
          .banner .inner .word .ios .expect:before {
            display: block;
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-right: 8px solid #f08300;
            top: 10px;
            left: -6px; }
          .banner .inner .word .ios .expect:after {
            display: block;
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-right: 8px solid #f08300;
            top: 10px;
            left: -6px; }

.content {
  width: 1200px;
  margin: 43px auto 56px; }
  .content .tit {
    color: #2e2e2e;
    font-size: 37px; }
  .content .subhead {
    color: #949494;
    font-size: 16px; }
  .content .text {
    overflow: hidden; }
    .content .text ul li {
      width: 240px;
      float: left;
      margin: 56px 80px 0; }
      .content .text ul li .voc {
        color: #3f4244;
        font-size: 22px;
        margin: 20px 0; }
      .content .text ul li .spe {
        margin-left: 13px; }
      .content .text ul li p {
        margin-top: 10px;
        color: #7f7f7f;
        font-size: 16px; }

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