.sidebar ul h4 {
    color: #01a1ff;
}

.sidebar ul h4[a2] {
    margin-top: 5px;
}

.sidebar ul h4[a1] {
    margin-top: 10px;
}

.sidebar ul h4[a3]:after {
    content: "";
    background-color: #01a1ff;
    display: block;
    width: 105px;
    height: 2px;
    margin: 0px auto;
}

.sidebar ul p {
    color: #01a1ff;
    font-size: 12px;
}

.box_map {
    width: 1050px;
    overflow: hidden;
}

.map {
    width: 1170px;
    height: 420px;
    border: 1px #666666 solid;
    /* margin-left: 78px; */
}

.box_map form {
    float: left;
    text-align: left;
    margin-left: 78px;
    margin-top: 20px;
}

.box_map form label {
    display: inline-block;
    margin-top: 10px;
    color: #666666;
    font-size: 16px;
}

.box_map textarea {
    margin-top: 10px;
}

.box_map form textarea {
    border: 1px #b0b0b0 solid;
    width: 300px;
    height: 100px;
}

.liuyan input {
    border: 1px #b0b0b0 solid;
    width: 200px;
    height: 25px;
}

.liuyan .contact {
    float: left;
}

.Button {
    margin-left: 48px;
}

.Button input {
    margin-top: 6px;
    margin-right: 15px;
    width: 80px;
    height: 30px;
    border: 1px solid #b0b0b0;
    background: white;
    color: #b0b0b0;
}

.Button input:hover {
    background: #01a1ff;
    color: white;
}

.box_map h2 {
    font-weight: 500;
}

.contact_info {
    margin-top: 20px;
    float: right;
    margin-right: 50px;
    text-align: left;
}

.contact_info p {
    margin-top: 10px;
}