﻿.ContactUs
{

}
    .ContactUs .lxbt {
        width: 707px;
        margin: 30px auto;
        margin-bottom: 30px;
    }
    .ContactUs .lxname {
        width: 707px;
        height: 98px;
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
/*        background-image: url(/img/pimg/contactbt.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;*/
        font-size: 30px;
    }
.ContactUs .lxholder {
    width: 1200px;
    margin: 0px auto;
    padding: 30px 0px;
}
    .ContactUs .map {
        width: 1200px;
    }
        .ContactUs .map img {
            display: block;
            width: 100%;
            border-radius: 3px;
        }
    .ContactUs .lxmain {
        display: flex;
        justify-content: left;
        padding: 20px 0px;
    }
    .ContactUs .lxitem {
        height: 50px;
        line-height: 50px;
        margin-right: 50px;
        font-size: 20px;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position: left center;
        padding-left: 35px;
    }
    .ContactUs .lxtel {
        background-image: url(/img/pimg/tel.png)
    }
    .ContactUs .lxemail {
        background-image: url(/img/pimg/email.png)
    }
    .ContactUs .lxaddress {
        background-image: url(/img/pimg/address.png)
    }