/*内容部分*/
#joinUs-section{
	color: #121212;
	padding-bottom: 50px;
}
#joinUs-section ul{
	margin-bottom: 20px;
}
.joinUs-secTitle{
	font-size: 30px;
	margin: 30px 0;
}
.jobList{
	position: relative;
	border-top: 1px solid #c2c2c2;
	padding: 0 20px 30px 70px;
}
.jobList-tag{
	padding-top: 30px;
}
.jobList-title{
	font-size: 18px;
	font-weight: bold;
	color: #004198;
}
.jobInfo-ctn{
	display: none;
	margin-top: 30px;
}
.jobInfo-ctn>p{
	line-height: 30px;
}
/*控制按钮*/

li.controlShow-active>.controlShow-btn>div[data-id="vertical"]{
	transform: translate(-50%,-50%) rotateZ(0deg);
	-webkit-transform: translate(-50%,-50%) rotateZ(0deg);
	-moz-transform: translate(-50%,-50%) rotateZ(0deg);
	-ms-transform: translate(-50%,-50%) rotateZ(0deg);
	-o-transform: translate(-50%,-50%) rotateZ(0deg);
}

.controlShow-btn{
	position: absolute;
	top: 30px;
	right: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.controlBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background-color: #004198;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transition: all .5s;
}
[data-id="vertical"]{
	transform: translate(-50%,-50%) rotateZ(90deg);
	-webkit-transform: translate(-50%,-50%) rotateZ(90deg);
	-moz-transform: translate(-50%,-50%) rotateZ(90deg);
	-ms-transform: translate(-50%,-50%) rotateZ(90deg);
	-o-transform: translate(-50%,-50%) rotateZ(90deg);	
}


@media only screen and (max-width: 980px) {
	.jobList{
		padding: 0 20px 30px 20px;
	}
}

.z_apply { margin-top: 20px; }
.z_apply a { background: #004198; color: #fff; display: inline-block; padding: 10px 26px; border-radius: 5px; font-size: 14px; }

.apply { color: #666; padding: 80px 0px; }
.apply h3 { color: #333; text-align: center; font-size: 30px; margin-bottom: 40px; }
.apply .list { overflow: hidden;  }
.apply .list ul { margin-left: -80px; margin-right: -80px; }
.apply .list ul li { width: 50%; padding: 0px 80px; float: left; margin-top: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.apply .list ul li .text { position: relative;  padding-left: 136px; }
.apply .list ul li label { position:absolute;  left: 0px; line-height: 43px; width: 120px; text-align: right; }
.apply .list ul li label span { color: #f00;  }
.apply .list ul li .txt {  border: 1px solid #eaeaea;  padding: 10px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  }

.apply .danxuan { position: relative; padding-left: 136px; margin-top: 30px;  }
.apply .danxuan label { position: absolute; left: 0px; width: 120px; text-align: right;  }
.apply .danxuan label span { color: #f00; }
.apply .danxuan ul li { display: inline-block; vertical-align: top; margin-right: 20px; }

.apply .listtext { position: relative; padding-left: 136px; margin-top: 30px;  }
.apply .listtext label { position: absolute; left: 0px; width: 110px; text-align: right;   }
.apply .listtext label span { color: #f00; }
.apply .listtext .txt_box { width: 100%; height: 150px; border: 1px solid #eaeaea; padding: 10px; resize:none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.apply .attach { position: relative; padding-left: 136px; margin-top: 30px; }
.apply .attach label { position: absolute; left: 0px; width: 110px; text-align: right; }

.apply .abut { padding-left: 136px; position: relative; margin-top: 30px; }
.apply .abut .but { background: #004198; color: #fff; padding: 10px 40px; cursor: pointer; border-radius: 3px;}


.dialog{
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0%;
    top: 0%;
    display: none;
    z-index: 999;
}
.dialog_bj{
    height: 100%;
    width: 100%;
    background: url(../images/d_mask.png);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.dialog_pic{
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    width: 580px;
    height: 380px;
    margin-left: -290px;
    margin-top: -190px;
    background: #fff;
    box-sizing: border-box;
    z-index: 999;
}
.dialog_pic img{
    display: inherit;
    margin: 0 auto;
    margin-top: 70px;
}
.dialog_close{
    width: 50px;
    height: 50px;
    background: url(../images/dialog_close.png) no-repeat center center;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.dialog_close:hover{
    background: url(../images/dialog_close_hover.png) no-repeat center center;
}

/*.errorActive{
     background: rgba(230,4,18,0.05) !important; border-left: 3px solid #e60412 !important;
}

.errorActive1{
     background: rgba(230,4,18,0.05) !important; border-left: 3px solid #e60412 !important;
}
*/

#baseConsult .col-con.errorActive input { border: 1px solid #f00; }
#baseConsult .col-con.errorActive textarea { border: 1px solid #f00; }


@media screen and (max-width:767px) {

.apply .list ul { margin-left: 0px; margin-right: 0px; }
.apply .list ul li { width: 100%; padding: 0px; }


}






