﻿.ContactUs {
    width: 96%;
    margin: 10px auto;
    color: #FFF
}
    .ContactUs a{
        color:#FFF
    }
    .ContactUs .abmain {
        margin: 0px auto;
        text-align: center;
        font-size: 0.23rem;
        margin-top:20px;
    }

.ContactUs .lxholder {
    width: 96%;
    margin: 0px auto;
    padding: 30px 0px;
}
    .ContactUs .map {
        width: 100%;
    }
        .ContactUs .map img {
            display: block;
            width: 100%;
            border-radius: 3px;
        }
    .ContactUs .lxmain {

    }
    .ContactUs .lxitem {
        line-height: 50px;
        font-size: 0.2rem;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position: left center;
        padding-left: 35px;
    }
    .ContactUs .lxtel {
        background-image: url(/img/mimg/tel.png)
    }
    .ContactUs .lxemail {
        background-image: url(/img/mimg/email.png)
    }
    .ContactUs .lxaddress {
        background-image: url(/img/mimg/address.png);
        background-position:left top;
        line-height:0.3rem;
        margin-top:8px;
    }