@-webkit-keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-moz-keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-o-keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        -webkit-transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0)
    }
}

@-moz-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        -webkit-transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0)
    }
}

@-o-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        -webkit-transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        -webkit-transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0)
    }
}

.addr_box>h1,
.contact_box>h1 {
    text-align: center;
    font-size: 34px;
    color: #0061d8;
    margin: 0;
    padding-top: 40px
}

.addr_box>h2,
.contact_box>h2 {
    margin: 10px 0 40px;
    font-size: 32px;
    text-align: center;
    color: #333333
}

.contact_list li {
    padding: 50px 0 30px;
    width: 25%;
    text-align: center;
    border: 1px solid #eeeeee
}

.contact_list li::before {
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    margin: 0 auto
}

.contact_list li:hover {
    background: #fff;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05)
}

.contact_list h4 {
    margin: 5px 0 15px;
    color: #666666
}

.contact_list h2 {
    font-size: 26px;
    color: #666666;
    margin: 0
}

.contact_list h2 a {
    color: #666666
}

.contact_list h5 {
    margin: 0;
    font-size: 18px;
    color: #666666;
    line-height: 1.4
}

.contact_list h5 a {
    color: #666666
}

.contact_list h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #666666
}

.contact_list img {
    display: block;
    width: 90px;
    margin-right: 10px
}

.contact_icon_1::before {
    background: url("../images/contact_icon_1.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.contact_icon_2::before {
    background: url("../images/contact_icon_2.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.contact_icon_3::before {
    background: url("../images/contact_icon_3.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.contact_icon_4::before {
    background: url("../images/contact_icon_4.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.contact_icon_5::before {
    background: url("../images/contact_icon_5.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.addr_box {
    background: #eeeeee;
    padding-bottom: 40px
}

.addr_cont {
    padding-top: 20px
}

.addr_left {
    width: 40%
}

.form_box {
    width: 70%;
    margin: 0 auto
}

.form_box>input {
    margin-top: 12px;
    width: 100%;
    line-height: 44px;
    height: 44px;
    border: 1px solid #999;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
    outline: none;
    background: transparent;
    background: #fff;
}

.form_box h4 {
    text-align: center;
    margin: 0;
    line-height: 45px;
    background: #1d4990;
    color: #fff
}

.form_code {
    margin: 15px 0
}

.form_code img {
    width: 100px;
    height: 40px;
    cursor: pointer
}

.form_code div {
    margin-right: 10px;
    border: 1px solid #999999
}

.form_code div h5 {
    margin: 0;
    line-height: 45px;
    padding: 0 10px;
    border-right: 1px solid #999
}

.form_code input {
    width: 150px;
    font-size: 16px;
    line-height: 45px;
    background: transparent;
    outline: none;
    border: none
}

textarea {
    resize: none;
    width: 100%;
    height: 230px;
    line-height: 25px;
    font-size: 16px;
    outline: none;
    margin-top: 12px;
    padding: 15px 15px;
    color: #333;
    background: transparent;
    background: #fff;
    border: 1px solid #999;
}

.addr_right {
    width: 60%
}

.addr_right #map {
    width: 100%;
    height: 100%
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .form_box {
        width: 85%
    }
    .form_box>input {
        margin-top: 10px;
        line-height: 38px;
        height: 38px;
        padding: 0 12px;
        font-size: 14px
    }
    .form_box h4 {
        line-height: 38px
    }
    textarea {
        height: 190px;
        line-height: 20px;
        font-size: 14px;
        margin-top: 10px;
        padding: 12px 12px
    }
    .form_code {
        margin: 12px 0
    }
    .form_code img {
        width: 95px;
        height: 38px
    }
    .form_code div {
        margin-right: 8px
    }
    .form_code div h5 {
        margin: 0;
        line-height: 38px;
        padding: 0 10px;
        font-size: 14px
    }
    .form_code input {
        width: 120px;
        font-size: 14px;
        line-height: 38px
    }
}

@media (min-width: 1200px) and (max-width: 1550px) {
    .contact_list li {
        width: 25%;
        padding: 40px 0 20px
    }
    .contact_list li::before {
        width: 50px;
        height: 50px
    }
    .contact_list h4 {
        margin: 3px 0 13px;
        font-size: 16px
    }
    .contact_list h2 {
        font-size: 20px
    }
    .contact_list h5 {
        font-size: 16px
    }
    .contact_list h3 {
        font-size: 20px
    }
    .contact_list img {
        width: 70px
    }
    .contact_box>h1,
    .addr_box>h1 {
        font-size: 30px;
        padding-top: 30px
    }
    .contact_box>h2,
    .addr_box>h2 {
        margin: 8px 0 30px;
        font-size: 26px
    }
}

@media screen and (max-width: 1200px) {
    .contact_list li {
        width: 50%
    }
    .contact_list li li:nth-child(2n) {
        border-right: none
    }
    .contact_list li.contact_icon_5::before {
        width: 80px;
        height: 80px;
        margin-bottom: 5px;
        background: url(../images/common/code_img.jpg) no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .contact_box>h1,
    .addr_box>h1 {
        font-size: 26px;
        padding-top: 30px
    }
    .contact_box>h2,
    .addr_box>h2 {
        margin: 8px 0 30px;
        font-size: 20px
    }
    .addr_box {
        padding-bottom: 30px
    }
    .addr_left {
        width: 100%
    }
    .addr_right {
        margin-top: 30px;
        width: 100%;
        height: 500px
    }
}

@media screen and (max-width: 768px) {
    .contact_box>h1,
    .addr_box>h1 {
        font-size: 18px;
        padding-top: 30px
    }
    .contact_box>h2,
    .addr_box>h2 {
        margin: 5px 0 20px;
        font-size: 10px
    }
    .contact_list li {
        padding: 20px 0 10px
    }
    .contact_list li::before {
        width: 35px;
        height: 35px
    }
    .contact_list h4 {
        margin: 5px 0 8px;
        font-size: 14px
    }
    .contact_list h2 {
        font-size: 18px
    }
    .contact_list h5 {
        font-size: 9px
    }
    .contact_list h3 {
        font-size: 18px
    }
    .contact_list li.contact_icon_5::before {
        width: 60px;
        height: 60px
    }
    .addr_right {
        height: 300px
    }
    .form_box {
        width: 90%
    }
    .form_box>input {
        margin-top: 10px;
        line-height: 25px;
        height: 25px;
        padding: 0 10px;
        font-size: 12px
    }
    .form_box h4 {
        line-height: 30px;
        font-size: 14px
    }
    textarea {
        height: 130px;
        line-height: 25px;
        font-size: 12px;
        margin-top: 10px;
        padding: 10px 10px
    }
    .form_code {
        margin: 7px 0 10px
    }
    .form_code img {
        width: 63px;
        height: 25px
    }
    .form_code div {
        margin-right: 8px
    }
    .form_code div h5 {
        margin: 0;
        line-height: 25px;
        padding: 0 10px;
        font-size: 12px
    }
    .form_code input {
        width: 90px;
        font-size: 10px;
        line-height: 25px
    }
}