.banner {
    width: 100%;
    height: 560px; 
    position: relative;
}
#contentBanner, #contentBanner img{
    height: 100%;
    width: 100%;
}
.recruit {
    position: relative;
    padding: 0 158px 80px 158px;
    background: #F8F8F8;
}
.tabs{
    float: right;
    margin-top: -35px;
}
.tabs .item{
    float: left;
    width: 185px;
    height: 60px;
    border: 1px solid #ebebeb;
    margin-left: 15px;
    background: #FFF;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.tabs .item.active{
    background: #BB0009;
    color: #FFF;
    border: 1px solid #BB0009;
}
.type-name{
    text-align: center;
    margin: 50px auto 150px auto;
    font-size: 35px;
    font-weight: bold;
}
.type-name .en{
    color: #E6E6E6;
    font-size: 40px;
}
.type-name .zh{
    margin-top: -50px;
    letter-spacing: 5px;
}
.list-card{
    background: #FFF;
    padding: 55px;
}
.list-card .th{
    background: #BB0009;
    color:#FFF;
    padding: 18px 0px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
}
.list-card .th div:first-child{
    text-align: left;
    padding-left: 65px;
}
.list-card .tr{
    padding: 18px 0px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
}
.list-card .tr div:first-child{
    text-align: left;
}
.list-card .tr .job{
    background: url("../images/recruit/job.png") center center no-repeat;
    width: 27px;
    height: 31px;
    display: inline-block;
    margin-bottom: -10px;
    margin-right: 20px;
}
.list-card .tr .open{
    background: url("../images/recruit/open.png") center center no-repeat;
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.list-card .tr.active .open{
    background: url("../images/recruit/close.png") center center no-repeat;
}
.list-card .tr.active{
    color: #BB0009;
}
.list-card .tr .info{
    margin-top: 35px;
    background: #f7f7f7;
    padding: 30px;
    text-align: left;
    display: none;
}
.list-card .tr.active .info{
    display: block;
}
.list-card .tr .info h1{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.list-card .tr .info .text{
    margin: 15px 0;
    font-size: 14px;
    color: #000;
}
.introduce {
    margin-top: 75px;
}
.introduce .advantage, .introduce .salary{
    float: left;
    width: calc(50% - 50px);
}
.introduce .advantage{
    margin-right: 100px;
}
.introduce .text{
    background: #FFF;
    padding: 30px;
}
.introduce .text h1{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.introduce .text p{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 32px;
}
.contact{
    background: #FFF;
    width: 100%;
    text-align: center;
    padding: 100px 158px;
}
.contact .item{
    float: left;
    width: 33.33%;
}
.contact .name{
    font-size: 16px;
    font-weight: bold;
    margin: 15px;
}
.contact .content{
    font-size: 14px;
    height: 60px;
    width: 60%;
    margin: 0 auto;
}
.contact img{
    border: 1px solid #000;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    padding: 12px;
}
.contact .active img{
    background: #BB0009;
    
}