body{
	background: #ffffff;
	font-family: "微软雅黑";
	line-height: 1;
}
.width1200{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.hide{
	display: none !important;
}

.yjg_head{
	width: 100%;
	height: 70px;
	background: #FFFFFF;
}
.yjg_head .width1200{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yjg_head .logo{
	display: block;
	width: 126px;
	height: 29px;
}
.yjg_head .logo img{
	width: 100%;
	height: 100%;
}
.yjg_head .head_tab_link{
	height: 100%;
	display: flex;
	align-items: center;
}
.yjg_head .head_tab_link a{
	line-height: 70px;
	position: relative;
	font-weight: normal;
	color: #000000;
	margin-left: 30px;
	font-size: 16px;
}
.yjg_head .head_tab_link a:hover{
	color: #009af0;
	font-weight: bold;
}
.yjg_head .head_tab_link .active{
	color: #009af0;
	font-weight: bold;
}
.yjg_head .head_tab_link .active:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background: #1a95e8;
}


/*底部*/
.index_footer{
	width: 100%;
	min-width: 1350px;
	padding: 18px 0 24px 0;
	background: #f2f2f2;
}
.index_footer .width1200{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_footer .footer_link{
	display: flex;
	align-items: center;
	margin-left: -15px;
}
.index_footer .footer_link a{
	display: block;
	padding: 0 15px;
	font-size: 14px;
	color: #666666;
	border-right: 1px solid #c8c8c8;
}
.index_footer .footer_link a:last-child{
	border-right: 0;
}
.index_footer .footer_record{
	margin-top: 20px;
	font-size: 14px;
	color: #888888;
}
.index_footer .ewmImg{
	width: 88px;
	height: 88px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_footer .ewmImg img{
	display: block;
	width: 82px;
	height: 82px;
}
.index_footer .ewm_txt{
	margin-top: 8px;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
