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

.contact_dec {
    padding-left: 330px;
    height: 272px;
    border-bottom: 1px solid #999999;
    background: url("../images/contact_dec.jpg") no-repeat left center
}

.contact_dec h3 {
    font-weight: bold;
    color: #111111;
    margin-bottom: 25px
}

.contact_dec h3 span {
    color: #d0b584
}

.contact_dec p {
    font-size: 14px;
    color: #666666;
    text-indent: 2em
}

.contact_list {
    padding: 20px 0
}

.contact_list li {
    padding: 25px 0 75px;
    text-align: center;
    flex: 1
}

.contact_list li:not(:last-child) {
    border-right: 1px solid #cccccc
}

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

.contact_list li span {
    display: block;
    width: 113px;
    margin: 55px auto;
    border-bottom: 1px dashed #ccc
}

.contact_icon_1::before {
    background: url("../images/contact_iocn_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_iocn_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_iocn_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 {
    display: block;
    content: "";
    width: 113px;
    height: 88px;
    background: url("../images/contact_iocn_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%
}

.page_container {
    padding-bottom: 55px
}