
#contact {
    width: 1170px;
}
.map {
    position: relative;
}
#allmaps {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

.anchorBL img, .BMap_cpyCtrl>span {
    display: none !important;
}
.BMapLabel {
    left: -180px !important;
}
.contact {
    padding: 30px;
    background-color: #fff;
    position: absolute;
    right: 60px;
    bottom: 60px;
    border-radius: 5px;
    transition: all 0.5s;
}
.contact h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}
.contact h3 p {
    font-size: 14px;  
    margin-top: 5px;  
}
.contact>p {
    margin-bottom: 15px;
    padding-left: 30px;
}
.contact>p:nth-of-type(1) {
    background: url(/assets/images/icon14.png) no-repeat;
}
.contact>p:nth-of-type(2) {
    background: url(/assets/images/icon15.png) no-repeat;
}
.contact>p:nth-of-type(3) {
    background: url(/assets/images/icon16.png) no-repeat;
}
.contact>p:nth-of-type(4) {
    background: url(/assets/images/icon17.png) no-repeat;
}
.contact:hover {
    background-color: #555;
    color: #fff;    
}
/* 表单 */
.form {
    margin-top: 70px;
    margin-bottom: 120px;
}
.form form {
    padding: 50px;
    border-radius: 10px;
    border: 2px solid #dcdcdc;
}
.form h3 {
    font-weight: bold;
    margin-bottom: 30px;
}
.form h3>span {
    font-size: 14px; 
    font-weight: normal;
}
.formTop {
    display: flex;
    flex-wrap: wrap;
}
.formTop .container {
    width: 1170px;
}
.formTop textarea {
    width: 100%;
    height: 150px;
    border: none;
    border-radius: 5px;
    background-color: #f3efef;
    padding-top: 15px;
    padding-left: 20px;
    resize: none;
}
.formRight input {
    height: 55px;
    border: none;
    border-radius: 5px;
    background-color: #f3efef;
    padding-left: 20px;
}
.formRight>div {
    margin-bottom: 40px;
}
.formRight>div>input {
    width: 47%;
    margin-right: 25px;
}
.formRight>div>input:last-child {
    margin-right: 0;
}
.formRight>p>input {
    width: 100%;
}
.formBtn {
    padding-left: 15px;
    padding-right: 15px;
}
.formBtn button {
    width: 100%;
    height: 55px;
    border: none;
    margin-top: 35px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #e53844;
}
/* 表单 end*/

@media (max-width: 767px) {
    #contact {
        width: 100%;
    }
    #container, .formTop .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #allmaps {
        height: 260px;
    }
    .contact {
        position: relative;
        right: 0;
        bottom: 0;
        background-color: #555;
        color: #fff;
        margin-top: 25px;
        padding: 15px;
    }
    .form {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .form form {
        padding: 40px 0;
    }
    .formRight>div {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .formRight>div>input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
