.contact-act {
    font-size: 0;
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}
.contact-act img {
    width: 1920px;
    height: 260px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}

.contact-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 54px;
}
.contact-section {
    padding: 54px 0;
}
.contact-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contact-list {
    width: 50%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contact-addressImg {
    width: 56px;
    padding-right: 30px;
}
.contact-addressContent {
    width: calc(100% - 86px);
}
.contact-addressName {
    font-size: 24px;
    color: #212121;
    height: 40px;
    line-height: 40px;
}
.contact-addressInfor {
    line-height: 28px;
    color: #606060;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contact-addressInfor span {
    width: calc(80% - 100px);
}

.contact-section table {
    width: 1000px;
    margin: 0 auto;
}
.contact-section table thead tr {
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    color: #212121;
    text-align: center;
    border: 0;
}
.contact-section table tr {
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.contact-section table tbody th {
    font-size: 16px;
    color: #212121;
}
.contact-section table tbody td {
    font-size: 12px;
    color: #888;
}
.contact-section table tbody td .contact-qq {
    font-size: 12px;
    color: #b7937d;
    text-align: left;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    width: 100px;
}
.contact-section table tbody td .contact-qq i {
    width: 15px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    background: url("../image/icon-contact-qq.png") no-repeat left center;
}

.contact-navBox {
    width: 100%;
    background: #f9f9f9;
    height: 182px;
}
.contact-nav {
    width: 1200px;
    height: 182px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.contact-navList {
    width: calc(100% / 3 - 2px / 3);
    border-right: 1px solid #e5e5e5;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact-navList:last-child {
    border-right: 0;
}
.contact-navList p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #484848;
    font-size: 16px;
}
.contact-navList span {
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #484848;
    font-size: 14px;
    display: block;
}
.contact-navList a {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #b7937d;
    font-size: 14px;
}

