﻿body {
    font-family: 微软雅黑, tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #555;
    background-color:#EFEFEF;

    -moz-user-select:all; /*火狐*/
    -webkit-user-select: text; /*webkit浏览器*/
    -ms-user-select:text; /*IE10*/
    user-select: all;
}

.banner {
    background-image: url(/Areas/Admin/web/images/home/banner.jpg);
    background-repeat: no-repeat;
    background-position:center top;
}

    .banner .contact {
        background-image: url(/Areas/Admin/web/images/home/bg.png);
        background-repeat: no-repeat;
        background-position: center 160px;
        padding-top: 170px;
    }

        .banner .contact .contact-search {
            width: 750px;
            margin: auto;
            padding: 50px 125px 100px 125px;
            background-color:#fff;

        }

.contact_list {
    margin-top:35px;
}

.contact_list .contact_us {
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.contact_list ul {
    margin: 10px 0px 0px 0px;
    list-style: none;
    padding: 0;
}

    .contact_list ul li {
        color: #666;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 3px;
    }
