    body {
        background: #fff;
    }

    .title-header, .xwzx, .zhgl {
        margin: 0 auto;
        font-size: 16px;
        position: relative;
        width: 1100px;
    }

    .footer {
            padding-top: 330px;
        height: auto;
    }

    .swiper-container {
        overflow: visible!important;
    }

    .banner {
        height: 500px;
        overflow: hidden;
    }

    .swiper-img {
        height: 500px;
    }

    .banner .swiper-button-next {
        width: 35px;
        height: 35px;
        background-size: 35px;
        right: 40px;
        background-image: url(../images/home_right.png);
    }

    .banner .swiper-button-prev {
        width: 35px;
        height: 35px;
        left: 40px;
        background-size: 35px;
        background-image: url(../images/home_left2.png);
    }

    .lxwm {
        position: relative;
        font-size: 0
    }

    .lxwm-wrapper {
        width: 1100px;
        position: absolute;
        height: 386px;
        bottom: -54px;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
    }

    .item-lxwm {
        display: inline-block;
        width: 50%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        padding: 50px;
        color: #333;
        font-size: 14px;
        vertical-align: top;
    }

    .item-lxwm p {
        margin: 18px 0;
        font-weight: 600;
    }

    .item-lxwm span {
        margin: 2px 0;
    }

    .item-lxwm p.grey {
        color: #666;
    }

    .item-zxly {
        display: inline-block;
        width: 50%;
        height: 100%;
        background: rgba(96, 96, 96, 0.8);
        padding: 50px;
        vertical-align: top;
        font-size: 14px;
        color: #fff;
    }

    .item-zxly h2 {
        position: relative;
        margin-bottom: 41px;
    }

    .item-zxly h2::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        top: 150%;
        left: 0;
        background: #e9d213;
    }

    .item-zxly p {
        line-height: 2;
        margin: 18px 0;
        color: #e0e0e0;
        font-weight: 600;
        line-height: 2;
        border-bottom: 1px solid #aaa;
    }

    .item-zxly input {
        margin-left: 20px;
        color: #fff;
        line-height: 2;
    }

    .item-zxly textarea {
        width: 415px;
        resize: none;
        height: 49px;
        color: #fff;
    }

    .item-zxly button {
        border: 1px solid #aaa;
        width: 120px;
        height: 40px;
        color: #e0e0e0;
        cursor: pointer;
    }

    .map{
      position: absolute;
top: 687px;
left: 50%;
width: 1100px;
height: 240px;
transform: translateX(-50%);
z-index: 1;
    }
