.job_list {
}

.job_list li {
    margin-bottom: 15px;
}

.job-title1 {
    line-height: 50px;
    color: #fff;
    background: url(../images/jobbj1.png) no-repeat 96% #4361b1;
    padding-left: 10px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;

}

.job-title1 span {
    float: right;
    margin-right: 12%;
}

.job-content {
    display: none;
    background: #f8f8f8;
    padding: 20px;
}

.job-content h3 {
    font-weight: normal;
    font-size: 16px;
    color: #0075b9;
    line-height: 50px;
}

.job-content .textcontent {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
}

.bellows__header td {
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
}


.home_contact{
    background: #f7f7f7;
}


/* 荣誉资质 */
.n-honer-list li{
    width: calc(25% - 16px);
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    list-style: none;
    margin-bottom: 16px;
}

.n-honer-list li img{
    max-width: 100%;
}

@media (max-width: 768px) {
    .n-honer-list li{
        width: calc(50% - 16px);
    }
}