@-webkit-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-moz-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-o-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

.page_banner {
    background: url("../image/contact_banner.jpg") no-repeat center center
}

.contact_tel {
    padding: 0 60px;
    margin-right: 60px;
    border-right: 1px solid #eaeaea;
    background: url("../image/contact_icon_1.png") no-repeat left top
}

.contact_tel h1 {
    margin-top: 15px;
    font-weight: bold
}

.addr_box {
    padding: 30px 0 40px;
    height: 600px;
    width: 100%;
}

.contact_tips {
    padding: 0 60px;
    margin-right: 60px;
    border-right: 1px solid #eaeaea;
    background: url("../image/contact_icon_2.png") no-repeat left top;
    width: 468px
}

.contact_tips p {
    font-size: 16px
}

.contact_code {
    width: 197px
}

.contact_code img {
    display: block;
    width: 122px;
    height: 122px;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.contact_code h5 {
    margin-top: 15px;
    text-align: center
}