div.classimg {
    width: 100%;
    height: 100%;
}

div.classimg > img {
    width: 100%;
    height: 100%;
}

.about_class {
    width: 555px;
    margin: 0 auto;
    height: 32px;
    position: relative;
    top: 50px;
    cursor: pointer;

}

div.actred a p {
    background: #900000;
    color: white;
    border: none;
}

.about_name {
    float: left;
    width: 110px;
    border: 1px solid #d7d7d7;
    text-align: center;
    margin-left: 25px;
}

.about_name a p {
    margin: 0 auto;
    font-size: 14px;
    line-height: 32px;
    color: #888888;
}

div.about_div {
    width: 100%;
    height: 120px;
    background: #f7f7f7;
}

/*招聘信息*/
div.hr_content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hr_content .hr_information {
    width: 70%;
}

.hr_content .hr_information ul {
    margin-top: 6%;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 135px;
}

.hr_content .hr_information ul li {
    width: 48%;
    margin-bottom: 68px;
    cursor: pointer;
}

.hr_content .hr_information ul li .hr_line {
    width: 7%;
    height: 1px;
    background: #888888;
    transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
}

.hr_content .hr_information ul li:hover .hr_line {
    width: 100%;

}

p.p_job {
    font-size: 1.8vh;
    margin-top: 4%;
}

p.p_skills {
    font-size: 1.4vh;
    margin-top: 2%;
    color: #888888;
}


/*合作伙伴*/
div.brand_content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand_content .brand_img {
    width: 70%;
    max-width: 1340px;
}

.brand_content .brand_img ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6%;
    max-width: 1340px;
}


.brand_content .brand_img ul li {
    width: 23.5%;
    max-width: 313px;
    margin-bottom: 3%;
}

.brand_content .brand_img ul li a img {
    width: 100%;
    max-width: 313px;
}

.brand_content .brand_img ul li img:hover {
    box-shadow: 0px 0px 15px rgba(102, 102, 102, 0.424);
}

/*简介*/
div.about_text {
    width: 100%;
}

.about_text_title {
    width: 100%;
    height: 108px;
    font-size: 24px;
    font-family: "Source Han Sans CNBold";
    letter-spacing: 1px;
    font-weight: bold;
    color: #555555;
    text-align: center;
    position: relative;
}

.about_text_title > p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.about_text_advertisement {
    width: 100%;
    height: 360px;
    font-size: 14px;
    color: #888888;
    /**font-family: "Source Han Sans CN";*/
    text-align: center;
    position: relative;
}

.about_text_advertisement_text {
    text-align: center;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 26px;
}

.about_text_advertisement_text > p {
    line-height: 27px;
}

.about_numimg {
    text-align: center;
    width: 100%;
    height: 100%;
    margin-bottom: 203px;
}

.about_numimg > img {
    width: 70%;
    max-width: 1200px;
}

.about_allimgs {
    margin-top: 4%;
    width: 100%;
    margin-bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #eeeeee;
}


ul.about_ul {
    margin-top: 3%;
    width: 70%;
    max-width: 1340px;
    list-style: none;
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    justify-content: space-between;
}

about_allimgs ul li {
    width: 23.5%;
    max-width: 320px;
}

.fourimgs_text {
    font-family: "ArialMT";
    padding-left: 10px;
    font-size: 12px;
    color: rgba(49, 49, 49, 0.5);
    padding-top: 2px;
}

.fourimgs_text_title {
    padding-top: 12px;
    /**font-family: "Source Han Sans CN";*/
    font-size: 16px;
    color: #313131;
}

.about_img > img {
    width: 100%;
    max-width: 320px;
}

/*联系我们*/

#main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
}

.ny_right {
    height: auto;
    width: 1200px;
    margin: 30px auto 203px auto;
    font-family: none;
}

/*荣誉*/
div.honor_div {
    margin-bottom: 203px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.honor_div .honor_img {
    width: 1260px;

}

div.honor_div .honor_img img {
    width: 100%;

}
