#page-main{
    background-color: #f6f6f6;
}

/* 招贤纳士 S */
.careers{
    width: 100%;
    float: left;
}
.careers-con{
    width: 100%;
    float: left;
}
.careers-con h3{
    margin: 0rem;
    text-align: center;
    font-size: .42rem;
    color: #333333;
    margin-top: .6rem;
    margin-bottom: .5rem;
}
.careers-list{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.careers-list-li{
    width: 23%;
    margin-bottom: 30px;
    margin-right: 2%;
    transition: all 0.5s;
    background-color: #ffffff;
}
.careers-list-li-con{
    width: 100%;
    height: 100%;
    padding-top: .35rem;
    padding-left: .21rem;
    padding-right: .21rem;
    padding-bottom: .35rem;
    position: relative;
}
.careers-list-li h4{
    margin: 0rem;
    font-size: 18px;
    color: #333333;
    font-weight: bolder;
    margin-bottom: .22rem;
}
.careers-list-li .hx{
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    opacity: 0.5;
}
.careers-list-li p{
    margin-top: .2rem;
    font-size: .16rem;
    color: #666666;
}
.careers-list-li i{
    margin-top: .4rem;
    display: inline-block;
    color: #666666;
    font-size: .14rem;
    position: relative;
    font-style: normal;
    display: flex;
    align-items: center;
}
.careers-list-li i .jt-icon{
    position: relative;
    margin-left: .16rem;
}

.careers-list-li i .jt-icon:before {
    position: absolute;
    content: "\e60b";
    font-size: 30px;
    color: #e82a2a;
    top: -20px;
}

.careers-list-li-con:after{
    position: absolute;
    width: .71rem;
    height: .71rem;
    content: "";
    bottom: .11rem;
    right: .17rem;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-image: url(../images/careers_list_logo.png);
}
.careers-list-li:hover{
    background-color: #e82a2a;
}
.careers-list-li:hover h4{
    color: #ffffff;
}
.careers-list-li:hover p{
    color: #ffffff;
}
.careers-list-li:hover i{
    color: #ffffff;
}
.careers-list-li:hover i .jt-icon:before {
    color: #ffffff;
}

.careers-list-li:nth-child(4n) {
    margin-right: 0;
}

.join-layer-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgb(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.join-layer-bg:hover{
	cursor: pointer;
}
.join-layer-div{
	z-index:9999;
	position:absolute;
	width:60%;
	height:80vh;
	left:0;
	right:0;
	margin:auto;
	background-color:#fff;
	top:70px;
	padding:40px 30px;
}
.join-layer-div-title{
	font-weight:bold;
	font-size:26px;
	text-align:center;
	margin-bottom:10px;
}
.join-layer-div{
	font-size:14px;
}
.join-layer-div-des{
	color:#4a4a4a;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #e9e9e9;
}
.join-layer-div-des div{
	float:left;
	width:60px;
}
.join-layer-div-des span{
	float:left;
	color:#666666;
	margin-left:20px;
}
.join-layer-div-des1{
	height:auto;
	display:table;
	width:100%;
}
.join-layer-div-des1 div{
	float:left;
}
.join-layer-div-des1 span{
	float:left;
}
.join-layer-div{
	overflow-y: scroll;
}
.join-btn{
	height:30px;
	color:#e60020;
	text-align:left;
	line-height:30px;
	margin-left:80px;
	margin-top:30px;
	font-size:18px;
}
.join-list-model-more:hover{
	cursor: pointer;
}

@media (max-width: 768px) {
    .careers-list-li {
        width: 100%;
        margin-right: 0;
    }
    .careers-list-li p {
        font-size: .2rem;
    }
    .careers-list-li i {
        font-size: .2rem;
    }
    .careers-list-li i .jt-icon:before {
        font-size: 20px;
        top: -13px;
    }
    .join-layer-div {
        width: 80%;
    }
    .join-layer-div-title {
        font-size: 24px;
    }
    .join-btn {
        margin-left: 60px;
    }
}

@media (max-width: 640px) {
    .careers-list-li p {
        font-size: .22rem;
    }
    .careers-list-li i {
        font-size: .22rem;
    }
    .join-layer-div {
        width: 90%;
    }
    .join-layer-div-title {
        font-size: 16px;
    }
    .join-btn {
        margin-left: 0px;
        font-size: 14px;
    }
}

/* 招贤纳士 E */