/* 头图 S */
.bigimg .content {background-image:url("../image/employ_bigimg.jpg");}
.bigimg .content p:first-child {margin-left:-3.6rem;}
.bigimg .content p:last-child {margin-left:-6.5rem;}
@media screen and (max-width:1200px) {
	.bigimg .content p:first-child {top:16rem;}
	.bigimg .content p:last-child {top:20rem;}
}
.bigimg .content::after {display:none;}
/* 头图 E */
/* 工作 S */
.work .info {
	position:relative;
	padding:2.5rem;
	background:#f5f5f5;
}
.work .info::before, .work .info::after {
	position:absolute;
	display:inline-block;
	color:#888;
	font-size:7rem;
}
.work .info::before {
	top:-2rem;left:-1rem;
	content:"“";
	color:#ff4242;
}
.work .info::after {
	bottom:-6rem;right:-1rem;
	content:"”";
}
.work .info b {
	color:#222;
	font-size:1.2rem;
	font-weight:normal;
}
.work .info p {
	color:#555;
	font-size:.7rem;
	line-height:1.2rem;
	margin-top:1rem;
}

.work ul {margin:4rem auto 3rem;}
.work ul li {
	position:relative;
	padding:2rem;
	box-sizing:border-box;
	border:1px solid #ddd;
	margin-top:1rem;
	overflow:hidden;
	transition:.5s;
}
.work ul li section {
	width:92%;height:3.4rem;
	overflow:hidden;
	transition:.5s;
}
.work ul li b {font-weight:normal;}
.work ul li p {
	color:#555;
	font-size:.7rem;
	line-height:1.2rem;
	margin-top:1rem;
}
.work ul li i {
	position:absolute;
	top:3rem;right:2rem;
	display:inline-block;
	width:2rem;height:2rem;
	color:#888;
	text-align:center;
	line-height:2rem;
	background:#fff;
	border-radius:2.5rem;
	box-sizing:border-box;
	border:1px solid #ddd;
	transition:.5s;
	cursor:pointer;
}
.work ul li i:hover {
	color:#fff;
	background:#ff4242;
	border:1px solid #ff4242;
}
@media screen and (max-width:1200px) {
	.work .info {margin:0 auto;}
	.work .info, .work ul {
		width:88%;
		box-sizing:border-box;
	}
}
/* 工作 E */



/* 移动端 */
@media screen and (max-device-width:750px) {
	/* 头图 S */
	.bigimg .content p:last-child {
		top:18rem;
		font-size:2rem;
		margin-left:-13rem;
	}
	/* 头图 E */
	/* 工作 S */
	.work .info::before, .work .info::after {font-size:12rem;}
	.work .info::before {top:-4rem;left:-2rem;}
	.work .info::after {bottom:-10rem;right:-2rem;}
	.work .info b {font-size:3rem;font-weight:bold;}
	.work .info p {
		color:#222;
		font-size:2rem;
		line-height:3.6rem;
		margin-top:2rem;
	}
	
	.work ul li section {height:auto;}
	.work ul li b {font-size:2.6rem;}
	.work ul li p {
		color:#222;
		font-size:1.6rem;
		line-height:3.6rem;
	}
	.work ul li i {display:none;}
	/* 工作 E */
}