@charset "utf-8";
/* 内页标题 */

.page_col_tit {
	background-image: linear-gradient(to right, #12b2e9 0, #0154a1 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	padding-bottom: 36px;
}

.page_col_tit01 {
	padding-top: 0;
	border-top-width: 0;
}

/* 人事招聘 */
.zp_tit {
	width: 100%;
	font-size: 32px;
	color: #333333;
	line-height: 1;
	text-align: center;
	padding-bottom: 24px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 36px;
	position: relative;
}

.zp_tit span {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 72px;
	height: 3px;
	margin-left: -36px;
	background-color: #ff8800;
}

.zp_list {
	padding-bottom: 36px;
}

.jg_list {
	width: 100%;
	padding-bottom: 12px;
}

.jg_list>a {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 60px;
	/* text-align: center; */
	text-decoration: none;
	color: #333333;
	padding-left: 48px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-sizing: border-box;
	transition: all .3s;
}

.jg_list .jg_main {
	display: none;
	padding: 36px 48px;
	border: 1px solid #ff8800;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 12px;
}

.jg_list .jg_main h1 {
	font-size: 16px;
	line-height: 2;
	color: #333333;
	text-indent: 2em;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.jg_list .jg_main h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #1a1a1a;
	padding: 0 0 12px 0;
}

.jg_list .jg_main p {
	font-size: 16px;
	line-height: 2.4;
	color: #333333;
	text-indent: 2em;
	text-align: justify;
}

.jg_list .jg_main p a {
	color: #333333;
}

.jg_list .jg_main p a:hover {
	color: #ff8800;
}

.jg_list.nav-show>a {
	color: #fff;
	text-decoration: none;
	background-color: #ff8800;
	border: 1px solid #ff8800;
	transition: all .3s;
}

.jg_list.nav-show .jg_main {
	display: block;
}

.nav-more {
	float: right;
	margin-right: 20px;
	font-size: 20px;
	transition: transform .3s;
}

.nav-more::after {
	content: "\e621";
}

.nav-show .nav-more {
	transform: rotate(90deg);
}

.hr_box {
	width: 100%;
	padding-bottom: 36px;
}

.hr_box h2 {
	width: 240px;
	height: 48px;
	font-size: 20px;
	line-height: 48px;
	color: #ffffff;
	background-color: #ff8800;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 4px;
}

.hr_box p {
	font-size: 16px;
	line-height: 2.4;
	color: #333333;
	text-align: justify;
}

.hr_box p a {
	display: inline-block;
	color: #333333;
}

.hr_box p a:hover {
	color: #ff8800;
}



@media (max-width:1200px) {
	
	html {
		font-size: calc(100vw/36);
		font-size: -webkit-calc(100vw/36);
		font-size: -moz-calc(100vm/36);
		overflow-x: hidden;
		height: 100%;
		-webkit-tap-highlight-color: transparent;
	}

	/* 人才招聘 */
	.jg_list {
		padding-bottom: 0.576rem;
	}

	.jg_list>a {
		font-size: 1.536rem;
		line-height: 4.8rem;
		padding-left: 1.152rem;
	}

	.jg_list .jg_main {
		padding: 1.728rem 1.152rem;
		margin-top: 0.576rem;
	}

	.jg_list .jg_main h1 {
		font-size: 1.344rem;
		padding-bottom: 1.92rem;
	}

	.jg_list .jg_main h2 {
		font-size: 1.344rem;
		padding-bottom: 1.152rem;
	}

	.jg_list .jg_main p {
		font-size: 1.152rem;
		line-height: 1.8;
	}

	.nav-more {
		margin-right: 1.152rem;
		font-size: 1.92rem;
	}

	.hr_box {
		padding-bottom: 2.88rem;
	}

	.hr_box h2 {
		width: 16rem;
		height: 4rem;
		font-size: 1.728rem;
		line-height: 4rem;
		margin-bottom: 1.152rem;
	}

	.hr_box p {
		font-size: 1.152rem;
		line-height: 2.4;
	}



}