.yewu {
	width: 1200px;
	margin: 0 auto
}

.concat-style {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
your-info
.serve-concat .aicai {
	margin-bottom: 44px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
}

.concat-style .earth-concat {
	width: 697px;
}

.phone-container {
	width: 460px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.concat-style .earth-concat img {
	width: 697px;
	height: 573px;
}

.concat-style .earth-concat ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px
}

.concat-style .earth-concat ul li {
	width: 230px;
	margin: 4px 0;
	font-size: 12px;
	font: 400 12px Microsoft YaHei;
	color: #000000;
	line-height: 22px
}

.concat-style .your-info p {
	padding: 10px;
	display: flex;
	font: 400 18px Microsoft YaHei;
	color: #000000;
	line-height: 22px
}

.serve-concat .concat-style .your-info p span {
	color: red;
	padding: 0 4px
}

.concat-style .your-info p input {
	width: 312px;
	height: 40px;
	border: none;
	background: rgba(243, 243, 243, 1);
	padding-left: 10px;
	border: 0;
	outline: none
}

.concat-style .your-info p textarea {
	width: 302px;
	height: 100px;
	background: rgba(243, 243, 243, 1);
	border: none;
	padding: 10px;
	outline: none
}

.your-info .button-style {
	display: flex;
	margin-top: 30px
}

.your-info .button-style .btn {
	width: 127px;
	height: 43px;
	border-radius: 4px;
	background: #0072FF;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-right: 20px;
	cursor: pointer;
	font-size: 20px;
	font-family: Microsoft YaHe;
	font-weight: 500
}

.your-info .button-style .title {
	width: 276px;
	font-size: 12px;
	font: 500 12px Microsoft YaHe;
	color: #999999;
	line-height: 18px
}

.your-info .button-style {
	padding-left: 20px
}

.btn-chose {
	text-align: center;
	padding: 20px
}

.btn-chose span {
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 10px;
	cursor: pointer;
	background: #bbb;
	color: #fff
}

.btn-chose .active-btn {
	background: #4c74cf
}

.jionUs {
	width: 1200px;
	margin: 0 auto
}

.jionUs ul {
	padding: 0 30px 60px;
	width: 90%;
	margin: 0 auto
}

.jionUs ul li {
	border-bottom: 1px solid #ccc
}

.jionUs ul li .option {
	border-bottom: 1px solid #ccc;
	padding-right: 10px;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
	height: 70px;
	border-bottom: solid 1px rgb(167, 165, 165);
	position: relative
}

.jionUs ul li .option span {
	position: absolute;
	right: 0;
	width: 30px;
	font-size: 40px;
	cursor: pointer
}
/*岗位详情 标题*/
.job-item-unfold .title-container {
	border-radius: 20px 20px 0 0;
	padding: 10px 20px 10px 30px;
	background: #0072ff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.job-item-unfold .title-container h3 {
	font-size: 18px;
	padding: 0;
	line-height: 30px;
	color: #fff;
}
.job-item-unfold .title-container #icon_close {
	height: 16px;
}
/*岗位详情 详情*/
.job-item-unfold .detailed {
	white-space: pre-wrap;
	padding: 20px 30px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

.jionUs ul li .inshow {
	display: block !important
}

.jionUs .blockUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.job-item {
	box-sizing: border-box;
	width: 520px;
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(0, 103, 176, 0.1);
	border-radius: 20px;
	padding: 24px 30px;
	margin-bottom: 30px;
	transition: 300ms;
}
.job-item:hover{
	transform: scale(1.1);
	transition: 300ms;
}

.job-title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 15px;
	padding: 12px 0;
}
.job-item-unfold {
	box-sizing: border-box;
	width: 1161px;
	/*height: 605px;*/
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(0, 103, 176, 0.1);
	border-radius: 20px;
	margin-bottom: 30px;
}
.body{
	position: relative;
}
.dialog{
	position: fixed;
	z-index: 5000;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cover{
	background: #000000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	z-index: 4100;
	display: none;
}
.unfoldArea{
	margin-top: -60px !important;
}

.jobName {
	font-size: 18px;
	font-weight: bold;
	color: #333333;

}

.jd {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.jd img{
	width: 10px;
	margin-right: 6px;
}

.jionUs .nextPage {
	text-align: center;
	color: #0072FF;
	font-size: 16px;
	margin: 50px 0 80px;
	cursor: pointer
}

.choosescolor {
	color: #02A7F0 !important;
	pointer-events: none
}

.jionUs .job-none {
	text-align: center;
	height: 300px;
	line-height: 300px;
	font-size: 20px;
	color: #bbb
}

/*
 * 页数按钮样式
 */
.pages {
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}

.page_div a {
	min-width: 30px;
	height: 28px;
	text-align: center;
	margin: 30px 4px;
	cursor: pointer;
	line-height: 28px;
	color: #666666;
	font-size: 13px;
	display: inline-block;
}

#firstPage,
#lastPage {
	width: 50px;
	color: rgb(109, 130, 139);
}

#prePage,
#nextPage {
	width: 70px;
	color: #0073A9;
}

.page_div .current {
	/*background-color: #0073A9;*/
	/*color: #FFFFFF;*/
	color: #0073A9;
}

.totalPages {
	margin: 0 10px;
}

.totalPages span,
.totalSize span {
	color: rgb(35, 199, 117);
	margin: 0 5px;
}

.warrper{width: 1200px;margin: 0 auto;box-sizing: border-box;zoom: 1}
.warrper:after {content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
