﻿div.page_title {
    width: 1100px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    color: #333333;
    padding: 0px 0px 0px 60px;
    background: url('Images/contactus_title.png') left center no-repeat;
}

div.contactus {
    width: 590px;
    height: 250px;
    /*background-color: #eeeeee;*/
    margin: 20px 0px 10px 0px;
    float:left;
}

    div.contactus ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        list-style-position: inside;
    }

        div.contactus ul li {
            height: 40px;
            line-height: 40px;
            text-align: left;
            vertical-align: middle;
            font-family: 'Microsoft YaHei';
            font-size: 20px;
            color: #333333;
        }
div.contactus2 {
    width: 590px;
    height: 250px;
    /*background-color: #eeeeee;*/
    margin: 20px 0px 10px 0px;
    float:right;
}

    div.contactus2 ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        list-style-position: inside;
    }

        div.contactus2 ul li {
            height: 40px;
            line-height: 40px;
            text-align: left;
            vertical-align: middle;
            font-family: 'Microsoft YaHei';
            font-size: 20px;
            color: #333333;
        }

div.map_bg {
    width: 1200px;
    height: 400px;
    /*background-color: lemonchiffon;*/
    margin:0px 0px 20px 0px;
}
