.section-content.contactInfo {
    /*padding-left: 20px;*/
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
}

.contact-item p {
    font-size: 16px;
    color: #666666;
}

.emailConsultation h4 {
    color: #156ccd;
    font-size: 20px;
    font-weight: 700;
    line-height: 2.5;
}

.emailConsultation h4 span {
    font-family: 'Wingdings';
}

.emailConsultation p {
    color: #666;
    font-size: 16px;
    line-height: 2.5;
    text-align: justify;
    margin-bottom: 20px;
}

.button-container {
    text-align: center;
}

.email-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 auto;
    background-color: #337ab7;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.email-button i {
    margin-right: 8px;
}

.email-button:hover {
    background-color: #286090;
}

.section-content.locationMap {
    height: 500px;
}

.section-content.locationMap img {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
}

#map-container {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
}

/*隐藏高德地图logo和版权信息*/
.amap-logo {
    display: none!important;
}

.amap-copyright {
    display: none!important;
}

.amap-marker-label{
    border: none !important;
    background-color: transparent;
}

.custom-content-marker {
    position: relative;
    width: 25px;
    height: 34px;
}

.section-content.locationMap .custom-content-marker img {
    width: auto;
    height: 100%;
    border: none;
}

.custom-content-marker .close-btn {
    position: absolute;
    top: -6px;
    right: -8px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    background: #ccc;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 15px;
    box-shadow: -1px 1px 1px rgba(10, 10, 10, .2);
}

.custom-content-marker .close-btn:hover{
    background: #666;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.form-label {
    width: 20%;
    width: 100px;
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}

.red-star {
    color: red;
}

.form-content {
    flex-grow: 1;
    padding: 0 15px;
}

.input-content {
    display: inline-block;
    width: 480px;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.input-content {
    resize: none;
    height: auto;
}

.verificationCode.form-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.verificationCode .input-content {
    width: 145px;
}

.verificationCode img {
    width: 120px;
    margin-left: 10px;
}

.verificationCode a {
    /*line-height: 35px;*/
    padding: 0 10px;
    color: #156ccd;
    font-size: 14px;
}

.form-button {
    display: inline-block;
    /*width: 115px;*/
    /*height: 35px;*/
    padding-right: 30px;
}

.form-button input {
    width: 115px;
    height: 35px;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    touch-action: manipulation;
    cursor: pointer;
}

.form-button .btn-blue {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.form-button .btn-blue:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.form-button .btn-red {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.form-button .btn-red:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

/*手机适配*/
@media (max-width: 1000px) {
    .section-content.locationMap {
         height:auto;
    }
}