﻿.contactus {
    padding-top: 20px;
    padding-bottom: 50px;
}

    /****/
    .contactus .lxtab {
        display: flex;
        justify-content: space-between;
        width: 460px;
        margin: 20px auto;
    }

        .contactus .lxtab a {
            display: block;
            border: 1px solid #CCC;
            background-color: #F7F7F7;
            line-height: 50px;
            padding: 0 30px;
            border-radius: 3px;
        }

            .contactus .lxtab a.panon {
                background-color: #F50;
                border: 1px solid #F50;
                color: #FFF;
            }

    .contactus .lxline {
        border-top: 1px solid #F7F7F7;
        height: 15px;
    }

    .contactus .panlxwm {
        display: flex;
    }

    .contactus .lxditu {
        width: 70%;
    }

        .contactus .lxditu img {
            display: block;
            width: 100%;
            border-radius: 5px;
        }
    .contactus .lxrmain {
        width: 30%;
        box-sizing: border-box;
        padding: 10px 0 0 20px
    }
.contactus .lxxm {


}

        .contactus .lxxm div {
            height: 50px;
            line-height: 50px;
            margin-bottom: 10px;
            font-size: 18px;
            background-position: left center;
            background-repeat: no-repeat;
            background-size: 20px 20px;
            padding-left: 25px;
        }

        .contactus .lxxm .rx {
            background-image: url(/img/pcroot/lxrx.png);
        }

        .contactus .lxxm .yx {
            background-image: url(/img/pcroot/lxyx.png);
        }

        .contactus .lxxm .dz {
            background-image: url(/img/pcroot/lxdz.png);
        }
    .contactus .codemain {
        width:280px;
        display: flex;
        justify-content:space-between
    }
    .contactus .codeitem {
        margin-right:20px;
    }
    .contactus .cimg {
        width:130px;
    }
    .contactus .cimg img{
        display:block;
        width:100%;
    }
    .contactus .cname {
        line-height:30px;
        text-align:center;
        font-size:12px;
    }
/*****/
.contactus .shop {
}

    .contactus .shop img {
        display: block;
        width: 400px;
        margin: 10px auto;
    }

    .contactus .shop p {
        text-align: center;
        font-size: 20px;
    }

    /****/
    .contactus .jiaotong {
    }
    /****/
    .contactus .mapimg {
        width: 100%;
    }

        .contactus .mapimg img {
            display: block;
            width: 100%;
        }

