/* 主体 */

.contact {
    background: rgba(255, 255, 255, 0.8);
}

.contact-content {
    padding: 10px 0;
}

.contact-left {
    padding-bottom: 10px;
}

.contact-left-img {
    padding-bottom: 10px;
}

.contact-left-img img {
    width: 100px;
}

.contact-left-name {
    font: bold 16px/24px "微软雅黑";
    color: #000;
}

.contact-left-p {
    padding: 5px 0 10px;
}

.contact-left-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
}

#dituContent {
    margin: 0 0 10px 0;
    border: #ccc solid 1px;
}

@media (min-width: 1200px) {
    .contact {
        width: 1000px;
        margin: 0 auto;
        padding: 20px;
    }
    #dituContent {
        margin: 10px 0;
    }
    .contact-content {
        display: flex;
        justify-content: space-between;
        padding: 0;
        background: none;
    }
    .contact-left {
        width: 400px;
    }
    .contact-left-img {
        padding-bottom: 30px;
    }
    .contact-left-img img {
        width: auto;
    }
    .contact-left-name {
        font: bold 18px/30px "微软雅黑";
    }
    .contact-left-p {
        padding: 10px 0 20px;
    }
    .contact-left-p p {
        font: 400 14px/30px "微软雅黑";
    }
    .contact-left-ewm img {
        width: 100px;
    }
    .contact-right {
        width: 540px;
    }
}


/* 在线留言 */

.contact-form .inputs {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid #bfbfbf;
}

.contact-form .name {
    margin-bottom: 5px;
}

.contact-form .tels {
    margin-bottom: 5px;
}

.contact-form .com-name {
    margin-bottom: 5px;
}

.contact-form .email {
    margin-bottom: 5px;
}

.contact-form textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid #bfbfbf;
}

.contact-form .yzm {
    margin: 10px 0 10px 0;
    height: 36px;
    padding-left: 10px;
    line-height: 36px;
    background: #fff;
}

.contact-form .yzm-input {
    float: left;
    width: 65%;
}

.contact-form .yzm-input input {
    width: 100%;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid #bfbfbf;
}

.contact-form .yzm-wrap .yzm-img {
    float: right;
    width: 30%;
    margin-top: 10px;
}

.contact-form .yzm-wrap .yzm-img img {
    width: 100%;
    height: 36px;
}

.contact-form .button1 {}

.contact-form .button button {
    display: block;
    width: 100%;
    line-height: 36px;
    color: #fff;
    border: none;
    background: #c1192e;
}

@media (min-width: 1200px) {
    .form-line {
        display: flex;
    }
    .contact-form .inputs {
        height: 42px;
        line-height: 42px;
    }
    .contact-form textarea {
        height: 120px;
    }
    .contact-form .name {
        width: 265px;
        margin-bottom: 10px;
    }
    .contact-form .tels {
        margin-bottom: 10px;
    }
    .contact-form .tels {
        width: 265px;
        margin-left: 10px;
    }
    .contact-form .com-name {
        margin-bottom: 10px;
    }
    .form-bottom {
        position: relative;
    }
    .yzm-wrap {
        margin-left: 0;
        width: 100%;
    }
    .contact-form .yzm-input {
        width: 65%;
        padding: 0;
    }
    .contact-form .yzm-wrap .yzm-img {
        width: 30%;
        padding: 0;
    }
    .contact-form img {
        margin-left: 0;
    }
    .contact-form .yzm {
        margin: 10px 0 10px 0;
        height: 36px;
        padding-left: 10px;
        line-height: 48px;
    }
    .contact-form img {
        height: 36px;
    }
    .contact-form .button {
        width: 100%;
        padding: 0;
    }
    .contact-form .button button {
        line-height: 36px;
    }
    .fotm-button {
        width: 100%;
    }
}

.iw_poi_title {
    color: #92010c;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.BMap_Marker div {
    width: 20px;
    height: 20px;
    padding-left: 30px;
    padding-top: 20px;
    background: url("../images/location.png") no-repeat 0 center;
    background-size: 16px;
}

.BMap_Marker img {
    width: 0;
    height: 0;
    opacity: 0;
}