.title_bg_class{
	text-align: center;
	width: 100%;
	background-image: url(../img/bj.png);
	background-repeat: no-repeat;
	background-size: 100% 360px;
	padding-top: 103px;
	flex: 1;
	text-align: center;
}
.title_class{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
}
.content_div_title_class{
	display: flex;
	align-items: center;
	line-height: 90px;
	height: 90px;
	padding: 0 40px;
}
.content_div_class{
	max-width: 1300px;
	background: #FFFFFF;
	border-radius: 10px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 120px;
}
.location_bg{
	background: #156CD2;
	width:5px;
	height:20px;
}
.location_txt{
	margin-left:12px;
	flex:1;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
.location_position_txt{
	font-size: 14px;
	color: #AAAAAA;
}
.content_box{
	width: 100%;
	height: 100vh;
	min-width: 1300px;
	display: flex;
	flex-direction: column;
}
.head_class{
	display: flex;
	align-items: center;
	height: 90px;
	line-height: 90px;
	padding: 0 160px;
	background: #ffffff;
}
.head_logo_class{
	height: 46px;
	flex: 1;
	background-image: url(../img/logo.png);
	background-size: 180px 46px;
	background-repeat: no-repeat;
}
.tab_content_class{
	cursor: pointer;
	height: 90px;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
}
.tab_content_class:hover{
	color: #156CD2;
}
.tab_select_class{
	height: 90px;
	color: #156CD2;
	font-weight: bold;
	border-bottom: 5px solid #156CD2;
}
.bottom_content_class{
	background: #2A2A2B;
	height: 100px;
	margin-top: 22px;
	font-size: 14px;
	color: #AAAAAA;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 100px;
}