/* banner */
.indexbanner {
    position: relative;
    top: 0;
}

/* 企业简介 */
.company {
    box-sizing: border-box;
    padding: 80px 0px;
    position: relative;

}

.title_top {
    text-align: center;
}

.title_icon {
    height: 40px;
    vertical-align: top;
    display: inline-block;
}

.title_icon img {
    height: 40px;
}

.title_text {
    display: inline-block;
    line-height: 40px;
    font-size: 36px;
    font-weight: bold;
    color: #f40401;
    margin-left: 10px;
    letter-spacing: 2px;
}

.title_bottom {
    width: 80%;
    margin: auto;
}

.title_bottom img {
    width: 100%;
}

.com_block {
    margin-top: 60px;
}

.com_img {
    float: left;
    height: 420px;
}

.com_img img {
    height: 100%;
}

.com_con {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 100px;
}

.com_name {}

.com_line {
    height: 20px;
    margin-top: 4px;
    margin-right: 15px;
    width: 5px;
    background: #f40401;
    border-radius: 15px;
    float: left;
}

.com_name_text {
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}

.com_text {
    margin-top: 40px;
    line-height: 40px;
    white-space: pre-line;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    max-height: 320px;
}

/* 口号图片1 */
.img1 {
    width: 100%;
}

.img1 img {
    width: 100%;
}

/* 岗位中心 */
.gang_class {
    margin: 0px -15px 0px -15px;
}

.g_class {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0px 15px;
}

.g_item {
    font-size: 18px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #fce8e8;
}
.g_itemactive {
    background: #de201f;
    color: #fff;
}
.g_item:hover {
    background: #de201f;
    color: #fff;
}

.gang_list {
    margin-top: 40px;
}

.gang_img {
    float: left;
    height: 360px;
}

.gang_img img {
    height: 360px;
}

.gang_con {
    box-sizing: border-box;
    padding-left: 60px;
    overflow: hidden;
}

.gang_item {
    line-height: 60px;
}

.dot {
    width: 8px;
    height: 8px;
    margin-top: 26px;
    margin-right: 15px;
    border-radius: 50%;
    background: #f40401;
}

.gang_right {
    width: 18px;
    height: 18px;
}

.gang_right img {
    width: 18px;
    height: 18px;
}

.gang_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gang_item:hover .gang_text {
    color: #f40401;
}

/* 新闻中心 */
.new_img {
    height: 170px;
    position: relative;
    background: #f40401;
}

.new_img img {
    height: 170px;
}

.new_img2 {
    margin-top: 20px;
}

.new_img:hover .newback {
    opacity: 0.5;
}

.new_class_name {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 30px;
    font-size: 34px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    color: #fff;
    transform: translateY(-50%);
}

.new_con {
    float: left;
}

/* 人力资源 */

.ren_item {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px;
}

.ren_item img {
    width: 100%;
}

.ren_block {
    margin: 0px -15px 0px -15px;
}

.online {
    cursor: pointer;
}

@media screen and (max-width:1000px) {

    /* banner */
    .indexbanner {
        position: relative;
        top: 0;
        margin-top: 60px;
    }

    /* 企业简介 */
    .company {
        padding: 20px 0px;
    }

    .title_icon {
        height: 24px;
        transform: translateY(8px);
    }

    .title_icon img {
        height: 24px;
    }

    .title_text {
        font-size: 24px;
        margin-left: 0px;
        letter-spacing: 0px;
    }

    .title_bottom {
        width: 100%;
    }

    .com_block {
        margin-top: 20px;
    }

    .com_img {
        float: none;
        width: 100%;
        height: fit-content;
    }

    .com_img img {
        width: 100%;
        height: 100%;
    }

    .com_con {
        margin-top: 20px;
        padding-left: 0px;
    }

    .com_line {
        height: 20px;
        margin-top: 4px;
        margin-right: 15px;
        width: 5px;
        border-radius: 15px;
        float: left;
    }

    .com_name_text {
        font-size: 20px;
    }

    .com_text {
        margin-top: 10px;
        line-height: 30px;
        font-size: 14px;
        -webkit-line-clamp: 58;
        max-height: fit-content;
        height: fit-content;
    }

    /* 岗位中心 */
    .gang_class {
        margin: 0px -5px 0px -5px;
    }

    .g_class {
        width: 33.3%;
        padding: 5px 5px;
    }

    .g_item {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .gang_list {
        margin-top: 20px;
    }

    .gang_img {
        display: none;
    }


    .gang_con {
        padding-left: 0px;
    }

    .gang_item {
        line-height: 40px;
    }

    .dot {
        margin-top: 16px;
    }

    .gang_right {
        width: 14px;
        height: 14px;

    }

    .gang_right img {
        width: 14px;
        height: 14px;
    }

    .gang_text {
        font-size: 14px;
    }

    /* 新闻中心 */
    .new_img {
        width: 50%;
        float: left;
        height: auto;
        background: none;
        /* border: 1px solid red; */
    }

    .new_img img {
        width: 100%;
        height: 100%;
    }

    .new_img2 {
        margin-top: 0px;
    }

    .new_class_name {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        font-size: 24px;

        transform: translate(-50%, -50%);
    }


    /* 人力资源 */

    .ren_item {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding: 3px 5px;
    }

    .ren_item img {
        width: 100%;
    }

    .ren_block {
        margin: 0px -5px 0px -5px;
    }

    .online {
        cursor: pointer;
    }

}