.contact-banner {
    position: relative;
    height: 370px;
    background-image: url("../images/banner_contactus.png");
}

.address-info-wrapper {
    position: relative;
    height: 814px;
}

    .address-info-wrapper .address-card {
        position: relative;
        font-size: 0;
        width: 1200px;
        height: 736px;
        background: rgba(255,255,255,1);
        margin: 0px auto;
    }

        .address-info-wrapper .address-card .address-city {
            position: relative;
            width: 1120px;
            font-size: 32px;
            font-family: FZLanTingHeiS-B-GB;
            font-weight: 600;
            color: rgba(45,45,45,1);
            margin-left: 50px;
            border-bottom: 1px solid #e5e5e5;
            padding-top: 34px;
            padding-left: 0px;
            padding-bottom: 8px;
        }
/*.address-city:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 90%;*/
/*    height: 0;*/
/*    border-bottom: 1px solid #E5E5E5;*/
/*    transform: translateX(-50%);*/
/*    transition: .3s;*/
/*    top:80px;*/
/*    left: 630px;*/
/*}*/

.address-city .point {
    font-size: 8px;
    padding: 0 10px;
}

.address-info-detail {
    position: relative;
    margin-top: 12px;
}

    .address-info-detail .address-info {
        width: 378px;
    }

.address-info {
    padding-left: 90px;
    padding-top: 24px;
}

.info-ins {
    width: 64px;
    height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 40px;
}

.phone {
    width: 255px;
    height: 26px;
    font-size: 30px;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #333333;
    margin-bottom: 52px;
    line-height: 26px
}

.email {
    width: 132px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51,51,51,1);
    margin-bottom: 51px;
}

.address {
    width: 320px;
    height: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51,51,51,1);
}

.qrcode {
    margin-top: 66px;
}

    .qrcode .qrcode-content {
        width: 170px;
        height: 18px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(153,153,153,1);
        line-height: 18px;
    }

    .qrcode .qrcode-img {
        padding-left: 8px;
        margin-top: 9px;
    }
