.contact-div {
    height: 250px;
    display: flex;
    border: 1px solid #e9e9e9;
}

.contact-div div {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 60px;
    transition: .4s;
}

.contact-div div:nth-child(2) {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.contact-div div i {
    width: 60px;
    height: 60px;
    border: 1px solid #d80414;
    border-radius: 50%;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
    color: #d80414;
    margin-bottom: 25px;
    transition: .4s;
}

.contact-div div p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    transition: .4s;
}

.contact-div div:hover {
    background: #d80414;
}

.contact-div div:hover i {
    background: #d80414;
    color: #fff;
    border: 1px solid #fff;
}

.contact-div div:hover p {
    color: #fff;
}

.my-map {
    margin: 0 auto;
    width: 100%;
    height: 550px;
}

.my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}