/* 联系我们css */


section .middle-up-bg {
    background: url("../images/contact_us.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 425px) {
    section .middle-up-bg {
        background: url("../images/contact_us-p.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
    }
}

/* 此阴影供滚动使用 */
.addboxshadow {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .3);
    margin-bottom: 0;
    transition: .5s;
}

.main-content .main-c-header {
    text-align: center;
}

.main-content .main-c-header .c1 h2 {
    line-height: 40px;
    color: #333;
    padding: 30px 0 10px 0;
    font-weight: 400;
}

/* 媒体查询425px */
@media screen and (max-width: 425px) {
    .main-c-header {
        height: 15%;
    }

    .main-content .main-c-header .c1 {
        margin-top: -10%;
    }

    .main-content .main-c-header .c1 h2 {
        color: #333;
        padding: 30px 0 0 0;
        font-weight: 400;
    }

}

.main-c-header .c1 hr {
    margin: 10px auto;
    width: 120px;
    border-top: 3px solid #3399ff;
}

.main-content .main-c-header .c2 {
    margin-top: 2%;
}

.main-content .main-c-header .c2 ul li {
    display: inline-block;
    padding: 0 10px;
}

.main-content .main-c-header .c2 ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
}

.main-content .main-c-header .c2 ul li a:hover {
    color: #3399ff;
}

.add_maodian_color{
    color: #3399ff;
}

/* 地图区域 */
.main-c-body {
    margin-top: 4%;
}

.main-c-body .nav {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.main-c-body .c-name {
    font-size: 20px;
    color: #333;
    border-left: 4px solid #3399ff;
    padding-left: 10px;
}

.main-c-body .e-name {
    font-size: 12px;
    color: #666;
}

.left_content {
    margin-top: 5%;
}

.left_content > div {
    padding-top: 10%;
}

.left_content > div span:first-child {
    padding: 0 20px 20px 0;
    float: left;
    font-size: 20px;
}

.left_content {
    color: #4d4d4d;
}

.left_content i.fa-map-marker {
    padding: 4px 6.58px;
    color: white;
    font-size: 12px;
    background-color: #8c8c8c;
    border-radius: 50%;
}

.left_content i.iconfont {
    font-size: 22px;
    border-radius: 50%;
    color: #999;
}

.no-phone{
    margin-top: 4%;
}

/* 地图大小 */
#map_xingning,
#map_meizhou,
#map_zhuhai {
    height: 300px;
    margin: 5% 0 5% 0;
}

/* 更改高德地图css样式 */
.amap-logo,
.amap-copyright {
    display: none;
    opacity: 0;
}

.amap-marker-label {
    top: -25px;
    left: -15px;
    border: 0;
    border-radius: 2px;
    padding: 5px 13px;
    color: #4d4d4d;
    font-size: 14px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

/* 更改高德图标/标记样式 */
.amap-info-close{
    display: none;
}

.amap-info > div:last-child{
    filter:drop-shadow(0 2px 2px rgba(0,0,0,.35))
}

.amap-info-outer:hover{
    box-shadow: 0 4px 20px rgba(0,0,0,.3);
    transition: .8s;
}

.amap-info-content{
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    border: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.amap-info-sharp{
    width: 20px;
    height: 20px;
    border-color: white transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px;
    background-image: none;
}






