h2{
font-weight: bold; 
padding-left: 15px;
}
/* 表单 */
.eic_form{
    padding: 20px 0;
}
.eic_form .eic_radio{
    padding-bottom: 20px;
}
.eic_form input[type="radio"]{
    vertical-align: top;
    cursor: pointer;

}
.eic_form label {
    font-weight: normal;
    padding-left: 20px;
    cursor: pointer;
}
.eic_form > input{
    border: 0;
    background-color: #f2f2f2;
    display: block;
    width: 100%;
    padding: 10px 20px 10px;
    height: 42px;
    margin-bottom: 24px;
}
.eic_form > textarea{
    border: 0;
    background-color: #f2f2f2;
    display: block;
    width: 100%;
    padding: 10px 20px 10px;
    margin-bottom: 24px;
}
.eic_form > input[type="submit"]{
    width: 120px;
    height: 42px;
    color: #fff;
    background-color: #1bbc9b;
}
.eic_col{
    display: block;
    color: #288bd0 !important;
    padding-bottom: 35px;
}


.eic_map .col-sm-6 > div{
    padding: 20px;
}
/* 地图 */
.eic_map{
    background-color: #f2f2f2;
}
.eic_map .col-sm-6 > div{
    background-color: #fff;
    margin-bottom: 35px;
}
.eic_map .col-sm-6 > div img{
    padding-bottom: 30px;
}

@media (min-width: 1200px){
    .eic_map .col-sm-6 > div{
        height: 520px;
    }
}
@media (min-width: 992px) and (max-width:1200px){
    .eic_map .col-sm-6 > div{
        height: 490px;
    }
}
@media (min-width: 768px) and (max-width:992px){
    .eic_map .col-sm-6 > div{
        height: 420px;
    }
}
@media (max-width:768px){
    h2{
        text-align: center;
    }
}
