.staff1,.staff2 {
	width: 100%;
	padding: 95px 0;
	overflow: hidden;
}
.staff2 {
	background: #f7f8fa;
}
.staff1-box,.staff2-box {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.staff1-box img,.staff2-box img {
	width: 100%;
}
.staff1-txt {
	top: 50%;
	left: 0px;
	z-index: 1;
	width: 505px;
	overflow: hidden;
	position: absolute;
	background: #ffffff;
	padding: 60px 80px 75px 70px;
}
.staff2-txt {
	top: 50%;
	right: 0px;
	z-index: 1;
	width: 595px;
	overflow: hidden;
	position: absolute;
	padding: 100px 65px;
	background: rgba(255,255,255,0.83);
}
.staff1-txt h2 {
	color: #333333;
	font-size: 38px;
	line-height: 40px;
	font-weight: bold;
}
.staff1-txt h4 {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	margin: 15px 0 5px;
}
.staff2-txt h4 {
	color: #000000;
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 25px;
}
.staff1-txt p,.staff2-txt p {
	color: #7b7a7a;
	font-size: 14px;
	line-height: 25px;
}
@media only screen and (max-width: 991px) {
	.staff1,.staff2 {
		padding: 80px 0;
	}
	.staff1-txt,.staff2-txt {
		top: 0px;
		width: 100%;
		padding: 60px 0 0;
		position: relative;
		transform: translateY(0px);
		background-color: transparent;
	}
	.staff1-txt h2 {
		font-size: 48px;
		line-height: 55px;
	}
	.staff1-txt h4 {
		font-size: 28px;
		line-height: 35px;
		margin: 20px 0 10px;
	}
	.staff2-txt h4 {
		font-size: 28px;
		margin: 0 0 15px;
		line-height: 35px;
	}
	.staff1-txt p,.staff2-txt p {
		font-size: 24px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 720px) {
	.staff1,.staff2 {
		padding: 40px 0;
	}
	.staff1-txt,.staff2-txt {
		padding: 30px 0 0;
	}
	.staff1-txt h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.staff1-txt h4 {
		font-size: 18px;
		line-height: 25px;
		margin: 10px 0 5px;
	}
	.staff2-txt h4 {
		font-size: 18px;
		margin: 0 0 10px;
		line-height: 25px;
	}
	.staff1-txt p,.staff2-txt p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.staff1,.staff2 {
		padding: 60px 0;
	}
	.staff1-txt {
		width: 450px;
		padding: 50px;
		margin-top: -112.5px;
	}
	.staff2-txt {
		width: 500px;
		padding: 60px 50px;
		margin-top: -102.5px;
	}
	.staff1-txt h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.staff1-txt h4 {
		margin: 5px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.staff2-txt h4 {
		margin: 0 0 5px;
		font-size: 16px;
		line-height: 20px;
	}
	.staff1-txt p,.staff2-txt p {
		font-size: 12px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.staff1,.staff2 {
		padding: 80px 0;
	}
	.staff1-txt {
		width: 480px;
		padding: 60px;
		margin-top: -144px;
	}
	.staff2-txt {
		width: 550px;
		margin-top: -135px;
		padding: 85px 60px;
	}
	.staff1-txt h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.staff1-txt h4 {
		font-size: 18px;
		line-height: 25px;
		margin: 10px 0 5px;
	}
	.staff2-txt h4 {
		margin: 0 0 6px;
		font-size: 18px;
		line-height: 25px;
	}
	.staff1-txt p,.staff2-txt p {
		font-size: 13px;
		line-height: 22px;
	}
}
@media only screen and (min-width: 1550px) {
	.staff1,.staff2 {
		padding: 95px 0;
	}
	.staff1-txt {
		width: 505px;
		margin-top: -162.5px;
		padding: 60px 80px 75px 70px;
	}
	.staff2-txt {
		width: 595px;
		margin-top: -154px;
		padding: 100px 65px;
	}
	.staff1-txt h2 {
		font-size: 38px;
	}
	.staff1-txt h4 {
		font-size: 20px;
		line-height: 30px;
		margin: 15px 0 5px;
	}
	.staff2-txt h4 {
		margin: 0 0 8px;
		font-size: 20px;
		line-height: 25px;
	}
	.staff1-txt p,.staff2-txt p {
		font-size: 14px;
		line-height: 25px;
	}
}
/*工作环境*/
.staff3 {
	width: 100%;
	padding: 95px 0;
	overflow: hidden;
}
.staff3 h2 {
	color: #333333;
	font-size: 42px;
	margin: 0 0 45px;
	line-height: 50px;
	text-align: center;
}
.staff3 ul {
	width: 100%;
	overflow: hidden;
}
.staff3 ul li {
	overflow: hidden;
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
}
.staff3-img {
	width: 100%;
	overflow: hidden;
}
.staff3-img img {
	width: 100%;
}
.staff3 ul li p {
	width: 100%;
	height: 26px;
	color: #000000;
	font-size: 23px;
	overflow: hidden;
	line-height: 25px;
	margin: 30px 0 40px;
}
@media only screen and (max-width: 991px) {
	.staff3 {
		padding: 80px 0 30px;
	}
	.staff3 h2 {
		font-size: 48px;
		margin: 0 0 50px;
		line-height: 55px;
	}
	.staff3 ul li {
		width: 100%;
	}
	.staff3 ul li p {
		height: 35px;
		font-size: 28px;
		line-height: 35px;
		margin: 30px 0 50px;
	}
}
@media only screen and (max-width: 720px) {
	.staff3 {
		padding: 40px 0 15px;
	}
	.staff3 h2 {
		font-size: 28px;
		margin: 0 0 20px;
		line-height: 35px;
	}
	.staff3 ul li p {
		height: 25px;
		font-size: 18px;
		line-height: 25px;
		margin: 15px 0 25px;
	}
}
@media only screen and (min-width: 992px) {
	.staff3 {
		padding: 60px 0;
	}
	.staff3 h2 {
		font-size: 36px;
		margin: 0 0 30px;
		line-height: 40px;
	}
	.staff3 ul li {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.staff3 ul li:nth-of-type(2n+1) {
		float: left;
	}
	.staff3 ul li:nth-of-type(2n) {
		float: right;
	}
	.staff3 ul li p {
		height: 20px;
		font-size: 18px;
		line-height: 20px;
		margin: 20px 0 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.staff3 {
		padding: 80px 0;
	}
	.staff3 h2 {
		font-size: 40px;
		margin: 0 0 40px;
		line-height: 45px;
	}
	.staff3 ul li {
		width: -moz-calc(50% - 13px);
		width: -webkit-calc(50% - 13px);
		width: calc(50% - 13px);
	}
	.staff3 ul li p {
		height: 23px;
		font-size: 20px;
		line-height: 23px;
		margin: 25px 0 35px;
	}
}
@media only screen and (min-width: 1550px) {
	.staff3 {
		padding: 95px 0;
	}
	.staff3 h2 {
		font-size: 42px;
		margin: 0 0 45px;
		line-height: 50px;
	}
	.staff3 ul li {
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
	}
	.staff3 ul li p {
		height: 26px;
		font-size: 23px;
		line-height: 25px;
		margin: 30px 0 40px;
	}
}
/*员工活动*/
.staff4 {
	width: 100%;
	overflow: hidden;
	padding: 85px 0 0;
}
.staff4-title {
	width: 100%;
	margin: 0 0 50px;
	overflow: hidden;
	text-align: center;
}
.staff4-title h2 {
	color: #000000;
	margin: 0 0 5px;
	font-size: 42px;
	line-height: 45px;
}
.staff4-title p {
	color: #595757;
	font-size: 16px;
	line-height: 25px;
}
.staff4 ul {
	width: 100%;
	overflow: hidden;
}
.staff4 ul li {
	float: left;
	width: 66.25%;
	height: 272px;
	padding: 50px;
	color: #ffffff;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.staff4 ul li h4 {
	z-index: 2;
	font-size: 28px;
	line-height: 30px;
	position: relative;
}
.staff4 ul li p {
	opacity: 0;
	z-index: 2;
	font-size: 16px;
	margin: 25px 0 0;
	line-height: 25px;
	position: relative;
    transform: translateY(80px);
    transition: transform 0.5s cubic-bezier(0.2,0,0.2,1), opacity 0.3s cubic-bezier(0.2,0,0.2,1);
}
.staff4 .staff4-bg {
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	transform-origin: bottom;
	transform: translateY(100%);
	transition: all 0.5s cubic-bezier(0.2,0,0.2,1);
}
.staff4 ul li:hover p {
	opacity: 1;
    transform: translateY(0px);
}
.staff4 ul li:hover .staff4-bg {
	transform: translateY(0px);
}
@media only screen and (max-width: 991px) {
	.staff4-title {
		width: 650px;
		margin: 0 auto 70px;
	}
	.staff4-title h2 {
		margin: 0 0 10px;
		font-size: 48px;
		line-height: 55px;
	}
	.staff4-title p {
		font-size: 28px;
		line-height: 35px;
	}
	.staff4 ul li {
		width: 100%;
		height: 380px;
		padding: 60px 0;
	}
	.staff4 ul li h4 {
		width: 650px;
		margin: 0 auto;
		font-size: 36px;
		line-height: 45px;
	}
	.staff4 ul li p {
		width: 650px;
		font-size: 24px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 720px) {
	.staff4 {
		padding: 40px 0 0;
	}
	.staff4-title {
		width: 325px;
		margin: 0 auto 30px;
	}
	.staff4-title h2 {
		margin: 0 0 5px;
		font-size: 36px;
		line-height: 40px;
	}
	.staff4-title p {
		font-size: 14px;
		line-height: 20px;
	}
	.staff4 ul li {
		height: 250px;
		padding: 40px 0;
	}
	.staff4 ul li h4 {
		width: 325px;
		font-size: 24px;
		line-height: 30px;
	}
	.staff4 ul li p {
		width: 325px;
		font-size: 14px;
		line-height: 20px;
		margin: 10px auto 0;
	}
}
@media only screen and (min-width: 992px) {
	.staff4 {
		padding: 50px 0 0;
	}
	.staff4-title {
		margin: 0 0 30px;
	}
	.staff4-title h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.staff4-title p {
		font-size: 12px;
		line-height: 20px;
	}
	.staff4 ul li {
		float: left;
		height: 220px;
		padding: 30px;
	}
	.staff4 ul li:nth-of-type(2),.staff4 ul li:nth-of-type(3),.staff4 ul li:nth-of-type(6) {
		width: 33.75%;
	}
	.staff4 ul li h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.staff4 ul li p {
		font-size: 12px;
		margin: 15px 0 0;
		line-height: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.staff4 {
		padding: 70px 0 0;
	}
	.staff4-title {
		margin: 0 0 40px;
	}
	.staff4-title h2 {
		font-size: 40px;
		line-height: 43px;
	}
	.staff4-title p {
		font-size: 14px;
		line-height: 22px;
	}
	.staff4 ul li {
		height: 250px;
		padding: 40px;
	}
	.staff4 ul li h4 {
		font-size: 24px;
		line-height: 27px;
	}
	.staff4 ul li p {
		font-size: 14px;
		margin: 20px 0 0;
		line-height: 22px;
	}
}
@media only screen and (min-width: 1550px) {
	.staff4 {
		padding: 85px 0 0;
	}
	.staff4-title {
		margin: 0 0 50px;
	}
	.staff4-title h2 {
		font-size: 42px;
		line-height: 45px;
	}
	.staff4-title p {
		font-size: 16px;
		line-height: 25px;
	}
	.staff4 ul li {
		height: 272px;
		padding: 50px;
	}
	.staff4 ul li h4 {
		font-size: 28px;
		line-height: 30px;
	}
	.staff4 ul li p {
		font-size: 16px;
		margin: 25px 0 0;
		line-height: 25px;
	}
}