  .banner {
    width: 100%;
    height: 500px;
    background: url(../../static/lxwm/lxwm_banner.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;

    filter: alpha(opacity=0);
    opacity: 0;
  }
   * {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
  .banner .content-box {
    font-size: 54px;
    line-height: 500px;
    color: #fff;
    letter-spacing: 6px;
    transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
  }
body {
        background: #f8fafd;
    }

    .contact-content {
        width: 100%;
        padding: 140px 140px;
        box-sizing: border-box;
    }

    .contact-information {
        width: 100%;
        max-width: 1400px;
        height: 400px;
        margin: 0 auto;
        background: #ffffff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
        box-sizing: border-box;
        padding: 40px 50px;
        position: relative;
    }

    .contact-information .title {
        font-size: 26px;
        color: #005096;
        font-weight: bold;
    }

    .sub_title {
        font-size: 16px;
    }

    .contact-information .line {
        width: 100%;
        background-color: #1eb9e1;
        height: 2px;
        position: relative;
        margin-top: 20px;
    }

    .contact-information .line::before {
        content: "";
        display: inline-block;
        height: 100%;
        width: 352px;
        background: #ffc819;
        position: absolute;
        left: 0;
        top: 0;
    }

    .contact-information .contact-list {
        margin-top: 30px;
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        color: #666666;
    }

    .contact-list .contact-item {
        width: 50%;
        margin: 10px 0;
        display: flex;
    }

    .contact-label {
        flex-shrink: 0;
    }

    .contact-list .contact-item>div:nth-child(2) {
        font-weight: bold;
        color: #005096;
        word-break: break-all;
    }

    .contact-information .website {
        display: block;
        color: #999999;
        font-size: 16px;
        text-decoration: underline;
        height: 30px;
        line-height: 30px;
        padding-left: 20px;
        position: relative;
        margin-top: 50px;
    }

    i.website-icon {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        display: inline-block;
        background: url(../../static/lxwm/website.png) no-repeat;
      	background-size:100% 100%;
        width: 16px;
        height: 16px;
    }

    .middle-block {
        width: 18px;
        height: 18px;
    }

    .blue-block {
        background: #1eb9e1;

    }

    .orange-block {
        background: orange;
    }

    .min-block {
        width: 12px;
        height: 12px;
    }

    .large-block {
        width: 32px;
        height: 32px;
    }

    .block-1 {
        position: absolute;
        left: -120px;
        top: -30px;
    }

    .block-2 {
        position: relative;
        left: 18px;
        top: 18px;
    }

    .block-3 {
        position: absolute;
        right: -18px;
        top: -18px;
    }

    .block-4 {
        position: absolute;
        right: 140px;
        bottom: -40px;
    }

    .block-5 {
        position: relative;
        left: 12px;
        top: 12px;
    }

    @media screen and (max-width: 751px) {
        .contact-information {
            height: auto;
        }

        .contact-list .contact-item {
            flex-direction: column;
        }
    }