.contact {
    margin-top: 50px;
    padding: 40px 0;
    background: url('../img/contact-bg.png') no-repeat center center;
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
}

.contact-title {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}

.contact-group {
    margin-right: 30px;
}

.contact-group>div:first-child {
    font-size: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}

/* app-code */
.app-code {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}

.app-code div {
    margin: 0 10px;
}

.app-code img {
    display: block;
    margin: 0 auto 10px;
}

/*  */
.tablist {
    font-size: 0;
    text-align: center;
}

.tablist li {
    display: inline-block;
    width: 305px;
    height: 47px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    background: #0954b3;
    margin-right: 13px;
    margin-bottom: 13px;
    user-select: none;
    cursor: pointer;
}

.tablist li:nth-child(3n) {
    margin-right: 0;
}

.tablist li.active {
    background: #efb400;
}

.awards_list_wrap {
    margin-top: 30px;
}

.awards_list {
    display: none;
    font-size: 0;
}

.awards_list.active {
    display: block;
}

.awards_list li {
    display: inline-block;
    width: 191px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px;
    font-family: "microsoft yahei";
    font-size: 13px;
    vertical-align: top;
}

.awards_list li:nth-child(5n) {
    margin-right: 0;
}

.awards_list li a img {
    height: 130px;
}

.awards_list .bold {
    padding-bottom: 5px;
    margin-top: 15px;
    font-weight: bold;
}

.awards_list .fl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    line-height: 18px;
}

.hjmd-product {
    text-align: left;
    line-height: 18px;
}