.help-header {
	background:url('../images/nhelp-banner.png') center no-repeat #f5f6fa;
	width:100%;
	padding:150px 0;
	/*margin-top:73px;
	*/    height:500px;
	background-size:cover;
	color:#000;
	display:flex;
	align-items:center;
}
h2 {
	font-size:36px;
}
.help-header-con h2 {
	text-align:left;
	font-size:44px;
	color:#FFFFFF;
}
.help-header-con p {
	font-size:18px;
	color:#FFFFFF;
	line-height:26px;
	margin-top:16px;
}
.help-course {
	padding-bottom:80px;
	text-align:center;
}
.help-course img {
	width:1280px;
	margin-top:60px;
}
.help-teams {
	background:#F5F8FA;
	padding-bottom:80px;
}
.help-teams-list {
	display:flex;
	justify-content:space-between;
	margin-top:60px;
}
.help-teams-card {
	width:410px;
	background:#FFFFFF;
	box-shadow:0px 12px 30px 0px rgba(191,216,224,0.37);
	border-radius:4px;
}
.help-teams-card img {
	width:100%;
	height:180px;
}
.help-teams-card__con {
	padding:30px;
}
.help-teams-card__con h4 {
	font-size:20px;
	color:#333333;
	line-height:26px;
	text-align:center;
}
.help-teams-card__con p {
	font-size:16px;
	color:#6E6E70;
	line-height:22px;
	margin-top:16px;
}
/*.help-teams-card__con tr {
	
	line-height:30px;
	margin-top:16px;
}*/
.help-teams-card__con a {
	font-size:16px;
	color:#333333;
	line-height:32px;
	margin-top:16px;
}
.help-service {
	/*background:url("../images/nhelp-background.png") center no-repeat;*/
	background-size:cover;
	padding-bottom:80px;
	

		}
.help-service .container-body-title {
	color:#333333;
}
.help-service-tip {
	margin-top:16px;
	font-size:16px;
	color:#333333;
	text-align:center;
}
.help-service-list {
	display:flex;
	padding:0 20px;
	background:#ffffff;
	margin-top:30px;
}
.help-service-card {
	padding:50px 45px 45px 45px;
	margin-left:10px;
	text-align:center;
	/*width:232px;*/
	background: rgb(242 245 250);
    border-radius: 5px;
}
.help-service-card img {
	width:58px;
	height:58px;
}
.help-service-card h4 {
	font-size:20px;
	color:#333333;
	line-height:24px;
	margin-top:20px;
}
.help-service-card h5 {
	font-size:18px;
	color:#252D47;
	line-height:30px;
	margin-top:18px;
}
.help-service-card p {
	font-size:14px;
	color:#4a4a4a;
	text-align:center;
	margin-top:12px;
}
.nav-warp {
	font-size:16px;
	margin-top:80px;
	width:100%;
	background-color:#ebedf4;
}
.nav-warp .nav-navbar {
	width:1226px;
	margin:0 auto;
	text-align:center;
	height:120px;
	line-height:120px;
	color:#666666;
}
.nav-warp .nav-navbar .nav-item {
	width:50%;
	float:left;
}
.page {
	width:100%;
	background-color:#f5f6fa;
}
.page .content {
	background-color:#f5f6fa;
	width:1226px;
	margin:0 auto;
}
.input-search .seach .glass {
	width:36px;
	height:36px;
	display:block;
	background-image:url(../images/search.svg);
	background-size:50% 50%;
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-9px;
	margin-top:-9px;
	fill:#FFFFFF;
}
@media (max-width:992px) {
	}