/* 选中样式 */
#head .nav-list > li.arrow-icon-about > a {
	border-bottom: 1px solid #FFFFFF;
}
#head .nav-list > li.arrow-icon-about .two-nav-talent-recruitment .two-nav-item-text {
	border-bottom: 1px solid #FFFFFF;
}
/* #head .nav-list > li.arrow-icon-about .arrow-icon-img {
	border-left: 3px solid #12C3A9;
} */
/* #head .two-nav>li>.two-nav4 {
	color: #12C3A9;
} */

.tit-img {
	text-align: center;
	margin: 6.5% 0 4% 0;
}

.tit-img img {
	width: 50%;
}

.zp-banner {
	width: 100%;
}

.rlzy-box {
	width: 74%;
	margin: 0 auto;
}

.rlzy-box .zplc-box {
	text-align: center;
	margin: 6% 0;
	position: relative;
}

.rlzy-box .zplc-box .line {
	width: 89%;
	margin: 0 auto;
	border-bottom: 1px dashed #00a5b8;
}

.rlzy-box .zplc-box .list {
	width: 90%;
	margin: 0 auto;
}

.rlzy-box .zplc-box .list li {
	cursor: pointer;
	float: left;
	width: 70px;
	height: 70px;
	background: #fff;
	color: #333;
	font-size: 19px;
	margin-right: 16.7%;
	border: 1px solid #0daabc;
	padding: 0.7%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.rlzy-box .zplc-box .list li:nth-child(1) {
	position: absolute;
	left: 5%;
	top: -30px;
}

.rlzy-box .zplc-box .list li:nth-child(2) {
	position: absolute;
	left: 25%;
	top: -30px;
}

.rlzy-box .zplc-box .list li:nth-child(3) {
	position: absolute;
	left: 47%;
	top: -30px;
}

.rlzy-box .zplc-box .list li:nth-child(4) {
	position: absolute;
	left: 70%;
	top: -30px;
}

.rlzy-box .zplc-box .list li:nth-child(5) {
	position: absolute;
	left: 90%;
	top: -30px;
}

.rlzy-box .zplc-box .list .on {
	width: 85px;
	height: 85px;
	background: #00a5b8;
	color: #fff;
	font-size: 21px;
	padding: 1%;
	top: -40px !important;
}

.rlzy-box .dis {
	text-indent: 2em;
	line-height: 30px;
	font-size: 17px;
}

.rlzy-box .content {
	display: none;
	min-height: 195px;
	width: 90%;
	margin: 0 auto;
}

.rlzy-box .week-on {
	display: block !important;
}

.tab-box {
	width: 76%;
	margin: 120px auto;
}

.tab-box .zp-tab {
	width: 50%;
	margin: 0 auto;
}

.tab-box .zp-tab li {
	cursor: pointer;
	width: 40%;
	/*float: left;*/
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

.tab-box .zp-tab li img {
	width: 75%;
}

.tab-box .zp-tab li:first-child {
	margin-right: 20%;
	display: none;
}
.tab-box .zp-tab .active {
	position: relative;
}

/* .tab-box .zp-tab .active:after {
	content: "";
	width: 70%;
	height: 5px;
	background: #00a5b8;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
} */

.tab-box .gps-box {
	width: 96%;
	margin: 0 auto;
	color: #333;
}

.tab-box .gps-box .icon {
	display: inline-block;
	width: 23px;
	height: 22px;
	background: url(../images/gps-icon.png) no-repeat;
	background-size: 100% auto;
}

.tab-box .gps-box .place {
	background: #ccc;
	padding: 3px 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.tab-box .gps-box .mail-box {
	display: none;
	margin-left: 30px;
}

.tab-box .gps-box .show {
	display: inline-block !important;
}

.tab-box .table {
	width: 100%;
	margin: 22px 0 10px 0;
	table-layout: fixed;
}

.tab-box .table th,
.tab-box .table td {
	cursor: pointer;
	height: 50px;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	word-wrap: break-word;
	white-space: normal;
	padding: 0 10px;
	font-size: 16px;
}

.tab-box .table tbody tr td:nth-child(2){
	 text-align: left;
 }

.tab-box .table thead tr th:nth-child(2){
	width: 35%;
}

/*.tab-box .table th:first-child,
.tab-box .table td:first-child {
	display: none;
}*/

.tab-box .table th a,
.tab-box .table td a {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.tab-box .table th {
	background: #00a5b8;
	color: #fff;
}

.tab-box .table th:nth-child(2n) {
	background: #00b7cc;
}

.tab-box .table tbody tr {
	background: #f3f3f3;
	text-align: center;
}

.tab-box .table tbody tr:nth-child(2n) {
	background: #eee;
}

.tab-box .table .font-color {
	color: #00a5b8;
}

@media only screen and (min-width: 1500px) and (max-width: 2000px) {}