﻿/*map*/
#allmap {
    width: 120%;
    height: 760px;
    margin: 0;
    position: relative;
    left: -20%;
}

#l-map {
    height: 100%;
    width: 78%;
    float: left;
    border-right: 2px solid #bcbcbc;
}

#r-result {
    height: 100%;
    width: 20%;
    float: left;
}

.myclass {
    height: 50px;
    width: 210px;
    font-size: 12px;
    line-height: 22px;
}

.bigdiv {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/*Contact us*/
#contact_wap {
    width: 1000px;
    height: 760px;
    margin: 0px auto;
    position: relative;
    top: -760px;
    overflow: hidden;
}

#contact {
    width: 598px;
    height: 760px;
    background: #006eb0;
    float: right;
}

#contact div {
    width: 550px;
    margin-left: 33px;
    border-bottom: 1px dashed #AAAAAA;
    clear: both;
}

#contact>div:first-child {
    border-bottom: none;
}

#contact>div:last-child {
    border-bottom: none;
}

#contact h2 {
    width: 350px;
    height: 55px;
    color: #fff;
    font-size: 24px;
    font-family: "microsoft yahei";
    font-weight: normal;
    border-bottom: 1px dotted #A3A9AB;
    letter-spacing: 1px;
    margin-top: 22px;
    float: left;
}

#contact h2 span {
    display: block;
    color: #fff;
    font-size: 15px;
    font-family: "microsoft yahei";
}

#contact a {
    display: block;
    float: right;
    width: 52px;
    height: 47px;
    background: url("../images/route_top.jpg");
    margin-right: 44px;
    margin-top: 14px;
}

#contact div p span {
    display: block;
    font-size: 16px;
    font-family: "microsoft yahei";
    font-weight: bold;
    margin-top: 22px;
}

#contact div p {
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
    line-height: 30px;
}


#gray {
    margin-top: -760px;
}