body {
	background: #F5FAFA !important;
}

.find_banner {
	width: 100%;
	height: 280px;
	padding-top: 60px;
	background-image: url('../img/find_banner.png');
	background-size: 100% 280px;
	background-repeat: no-repeat;
	font-size: 36px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 189px;
	letter-spacing: 2px;
	text-align: center;
}

.left_worker {
	width: 100%;
	height: 460px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(35, 125, 128, 0.1);
	border-radius: 4px;
	padding-top: 55px;
}

.left_worker .content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.left_worker .content .left {
	width: 320px;
	height: 320px;
	background-image: url(../img/find_left.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 21px;
}

.left_worker .content .right {
	width: 514px;
	height: 331px;
	font-size: 14px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	line-height: 28px;
	margin-left: 156px;
}

.left_worker .content .right .title {
	height: 28px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	line-height: 28px;
	background: url(../img/title_bg.png) no-repeat;
}

.require_top {
	margin-top: 16px;
}

.require_top h3 {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 4px;
}

.require_top div {
	font-size: 14px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
}

.right_worker {
	width: 100%;
	height: 460px;
	box-shadow: 0px 0px 10px 0px rgba(35, 125, 128, 0.1);
	border-radius: 4px;
	padding-top: 55px;
}

.right_worker .content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.right_worker .content .right {
	width: 320px;
	height: 320px;
	background-image: url(../img/find_right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 21px;
	margin-left: 170px;
}

.right_worker .content .left {
	width: 534px;
	height: 331px;
	font-size: 14px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	line-height: 28px;
}

.right_worker .content .left .title {
	height: 28px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	line-height: 28px;
	background: url(../img/title_bg.png) no-repeat;
}

.bottom {
	width: 100%;
	height: 210px;
	background: #2E3333;
	border-radius: 1px;
	margin-top: 50px;
	;
}

.bottom_content {
	width: 1200px;
	height: 162px;
	margin: 0 auto;
	padding: 0px 10px;
	display: flex;
	justify-content: start;
}

.bottom_content .left {
	height: 100%;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 30px;
}

.bottom_content .left img {
	vertical-align: top;
}

.bottom_content .left .bottom_btn {
	width: 120px;
	height: 40px;
	background: linear-gradient(135deg, #52BCBF 0%, #269599 100%);
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
}

.bottom_content .center {
	margin-left: 205px;
	margin-top: 30px;
}

.bottom_text span {
	display: inline-block;
	width: 144px;
	/*	height: 72px;*/
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}

.bottom_text span a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.bottom_text span:nth-child(2) {
	margin-left: 150px;
}

.bottom_text:nth-child(1) span {
	height: 25px;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	margin-bottom: 10px;
}

.bottom_content .right {
	margin-left: 253px;
	margin-top: 18px;
}

.copyright {
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-weight: 400;
	color: #FFFFFF;
}

.second_nav {
	width: 180px;
	height: 164px;
	background: #001828;
	border-radius: 0px 0px 4px 4px;
	position: absolute;
	bottom: -179px;
	left: 36.5px;
	padding: 10px 0;
	display: none;
}

.second_nav.active {
	display: block;
}

.second_nav a {
	display: block;
	width: 180px;
	height: 36px;
	background: #001828;
	font-size: 14px;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	padding-left: 30px;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none
}

.second_nav a:hover {
	color: #09ACB3;
	text-decoration: none
}

.second_nav a.active {
	color: #09ACB3;
}

.product_center {
	overflow: visible !important;
}

.product_center:hover .second_nav {
	display: block;
}