p {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contact {
    width: 80%;
    margin: 50px auto;
    height: auto;
    overflow: hidden;
}

.contact-info {
    width: 100%;
    height: 70px;
    text-align: center;
}

.contact-info h3 {
    height: 36px;
    margin: 0;
    width: 120px;
    font-size: 28px;
    margin: 0 auto;
    color: #03a9f4;
    display: block;
}

.contact-info p {
    height: 24px;
    width: 125px;
    display: block;
    border-top: 1px solid #e2e2e2;
    font-size: 15px;
    margin: 5px auto;
    color: #999999;
    font-weight: bold;
}

.after-service {
    width: 100%;
    height: 250px;
    margin: 50px 0;
    overflow: hidden;
    position: relative;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-image: url(../images/about2/背景1.png);
    background-size: 100% 100% !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/about2/背景1.png', sizingMethod='scale');
}

.after-service div {
    width: 70%;
    height: 60%;
    margin: 50px auto;
}

.after-service div p {
    color: #00b4e7;
    font-size: 18px;
    margin: 5px 0;
}

.after-service div li {
    width: 50%;
    height: 30px;
    margin: 5px 0;
    float: left;
    color: #666666;
}

.contact-bj,
.contact-sz,
.contact-sh {
    width: 100%;
    height: 400px;
    margin: 50px 0;
    overflow: hidden;
    position: relative;
    box-shadow: none !important;
    background-image: url(../images/about2/背景.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-color: transparent !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/about2/背景.png', sizingMethod='scale');
}

.bj {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.bj p {
    display: inline-block;
    height: 32px;
    font-size: 20px;
    color: #03a9f4;
    margin-left: 10px;
    font-weight: bold;
    vertical-align: bottom;
}
.contact-bj>div,
.contact-sz>div,
.contact-sh>div {
    float: left;
}
.contact-bj ul li,
.contact-sz ul li,
.contact-sh ul li {
    margin: 35px 0;
}

.contact-bj ul li p,
.contact-sh ul li p,
.contact-sz ul li p {
    display: inline-block;
    margin-left: 10px;
}

.contact-bj .adress,
.contact-sh .adress,
.contact-sz .adress{
    width: 50%;
    height: 400px;
    overflow: hidden;
    padding: 0 50px;
}
.contact-sh .map{
    padding-right: 60px;
}

.map {
    width: 50%;
}
#map1,#map2,#map3{
    width: 477px;
    height: 366px;
    display: block;
    padding: 0;
    margin: 15px auto;
}
.anchorBL{
    display:none;
} 