.banner {
    background-image: url('../img/banner4.png');
}

.content-main {
    width: 1440px;
    padding: 100px 0;
    margin: 0 auto;
}

.content-title {
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 28px;
}

.content-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left {
    color: #606060;
    font-size: 14px;
}

.right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right span {
    color: #888787;
    margin-right: 14px;
}

#container {
    width: 100%;
    height: 500px;
}

.amap-container img {
    width: 19px;
    height: 31px;
}

.amap-info-content {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.amap-info-outer,
.amap-menu-outer {
    width: 300px;
    height: 100px;

}

.input-item {
    font-size: 16px;
    color: #0d56a7;
}

@media screen and (max-width:960px) {
    .content-main {
        width: 90%;
        margin: 0 auto;
    }

    .right {
        display: none;
    }

    .content-title {
        font-size: 24px;
    }
}