/* banner */
.banner,
.banner img {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    display: block;
}

.into-box p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-indent: 2em;

}

.into-photo {
    margin-top: 50px;
    width: 1210px;
    overflow: hidden;
}

.into-photo img {
    width: 296px;
    height: 196px;
    float: left;
    margin: 0 5px 5px 0;
}

.welfare-box {
    width: 1250px;
    overflow: hidden;
}

.welfare-box li {
    width: 282px;
    height: 144px;
    float: left;
    margin: 0 24px 25px 0;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #ddd;
    box-sizing: border-box;
}

.welfare-box li img {
    width: 60px;
    height: 60px;
    margin-top: 30px;
}

.welfare-box li p {
    height: 48px;
    line-height: 32px;
    font-size: 14px;
    color: #262626
}

.recruitment-box {
    width: 1200px;
    background-color: #fff;
    border-top: 5px solid #fc1717;
}

.recruitment-list-header {
    padding: 0 40px;
    height: 80px;
    border-top: 2px solid #fafafa;
    line-height: 80px;
    box-sizing: border-box;
    cursor: pointer;
}

.recruitment-list-header .position {
    display: inline-block;
    width: 400px;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    color: #373d40;
    font-size: 16px;
}

.recruitment-list-header .adress {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding-left: 30px;
    color: #373d40;
    font-size: 16px;
    background: url(../images/join-adress.png) no-repeat center left;

}

.recruitment-list-header .arr-box {
    display: block;
    float: right;
    width: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    +top: -80px;
}

.arr-box .arr-out {
    position: absolute;
    height: 0;
    width: 0;
    top: 29px;
    right: 0;
    border-width: 8px;
    border-color: transparent transparent #fc1717 transparent;
    border-style: solid;
}

.isActive .arr-box .arr-out {
    top: 38px;
    border-color: #fc1717 transparent transparent;
}

.recruitment-list-banner {
    width: 1080px;
    padding: 36px 60px;
    border-top: 2px solid #fafafa;
    display: none;

}