@charset "utf-8";

.contact-on {
    border-bottom: 2px solid #0097F0;
    color: #0097F0 !important;
}
.contact-wrap {
    width: 100%;
    float: left;
    margin-top: 90px;
}
.contact-box {
    width: 31.3%;
    height: 190px;
    float: left;
    position: relative;
    margin-right: 3%;
}
.contact-box:nth-child(3n) {
    margin-right: 0px;
}
.contact-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #44B3F5;
    top: 0px;
    left: 0px;
}
.contact-img {
    width: 96px;
    height: 96px;
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -48px;
    background: url(../images/contact-icon1.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
}
.icon1:hover {
    background: url(../images/contact-icon1-2.png) no-repeat center center;
    background-size: 100% 100%;
}
.icon2 {
    background: url(../images/contact-icon2.png) no-repeat center center;
    background-size: 100% 100%;
}
.icon2:hover {
    background: url(../images/contact-icon2-2.png) no-repeat center center;
    background-size: 100% 100%;
}
.icon3 {
    background: url(../images/contact-icon3.png) no-repeat center center;
    background-size: 100% 100%;
}
.icon3:hover {
    background: url(../images/contact-icon3-2.png) no-repeat center center;
    background-size: 100% 100%;
}
.contact-text {
    width: 100%;
    float: left;
    margin-top: 70px;
    font-size: 22px;
    text-align: center;
}
.contact-text2 {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    color: #666666;
}

@media only screen and (max-width: 800px) {
    .contact-box {
        width: 100%;
        margin-right: 0px;
        margin-top: 70px;
    }
}

/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .contact-wrap {
        margin-top: 30px;
    }
}