.bannerAd {
    /*width: 100%;
    height: 340px;
    clear: both;
    position: relative;
    padding-top: 75px;*/
    height: 150px;
    height: auto;
    overflow: hidden;
    padding-top: 75px;
}

.bannerAdTxt h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    z-index: 98;
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
}

.bannerAdTxt h3 {
    font-size: 15px;
    color: #fff;
    z-index: 98;
    position: absolute;
    top: 58%;
    text-align: center;
    width: 100%;
}

    .bannerAdTxt h3 em {
        font-family: "宋体";
        font-size: 12px;
        padding: 0 5px;
    }


.contactLeft {
    width: 520px;
    padding-left: 100px;
    float: left;
    margin-top: 30px;
}

    .contactLeft h3 {
        height: 60px;
        line-height: 60px;
        font-weight: bold;
        font-size: 20px;
    }

    .contactLeft h4 {
        line-height: 25px;
        color: #999;
    }

    .contactLeft ul {
        width: 540px;
        margin-top: 20px;
    }

        .contactLeft ul li {
            width: 250px;
            height: 50px;
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
        }

            .contactLeft ul li input {
                border: 1px solid #e5e5e5;
                width: 248px;
                height: 48px;
                text-indent: 25px;
                color: #999;
            }


.user {
    background: url(../images/user.png)no-repeat 5px center;
    background-size: 15px 16px;
}

.email {
    background: url(../images/emaill.png)no-repeat 5px center;
    background-size: 15px 16px;
}

.tel {
    background: url(../images/tel.png)no-repeat 5px center;
    background-size: 15px 16px;
}

.tit {
    background: url(../images/tit.png)no-repeat 5px center;
    background-size: 15px 16px;
}


.textArea {
    width: 520px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

    .textArea h5 {
        position: absolute;
        height: 42px;
        text-indent: 30px;
        line-height: 42px;
        position: absolute;
        top: 0;
        width: 100%;
        color: #B5B5B5;
        z-index: 99;
        background: url(../images/mes.png) no-repeat 5px center;
    }

    .textArea textarea {
        border: 1px solid #e5e5e5;
        width: 508px;
        height: 156px;
        padding-top: 42px;
        position: absolute;
        top: 0;
        padding: 42px 5px 0;
        color: #999;
    }

.subBtn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    background: #333;
    margin-top: 30px;
    margin-bottom: 100px;
    color: #fff;
    cursor: pointer;
}

    .subBtn:hover {
        background: #000;
    }



.contactRight {
    height: auto;
    overflow: hidden;
    width: 580px;
    float: left;
    margin-top: 100px;
}

    .contactRight ul li {
        width: 300px;
        width: 100%;
        height: 150px;
        margin-left: 80px;
        margin-bottom: 30px;
    }

        .contactRight ul li:nth-of-type(1) {
            background: url(../images/address.png) no-repeat;
            background-size: 48px 48px;
            height: auto;
            overflow: hidden;
        }

        .contactRight ul li:nth-of-type(2) {
            background: url(../images/telp.png) no-repeat;
            background-size: 48px 48px;
            height: auto;
            overflow: hidden;
        }

        .contactRight ul li h4 {
            width: 230px;
            width: 90%;
            height: 40px;
            line-height: 40px;
            float: right;
            font-size: 16px;
        }

        .contactRight ul li p {
            clear: both;
            width: 230px;
            width: 90%;
            float: right;
            color: #999;
            padding: 3px 0;
            height: auto;
            overflow: hidden;
        }
