/* head 样式 */
.select_style
{
	color: #FFFFFF;
    background-color: #D0323A;
}
.body
{
	width: 100%;
	height: auto;
	background-color: #F8F8F8;
} 
.global_box
{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.head_box
{
	width: 100%;
	height: 80px;
	background-color: #D0323A;
	position: relative;
	margin: 0 auto;
}
.log_img
{
	width: 111px;
	height: 31px;
	position: absolute;
	left: 90px;
	top: 25px;
}
.head_navigation_box
{
	width: 1125px;
	height: 80px;
	padding-left: 20%;
}
.navigation_li_box
{
	width: 124px;
	height: 80px;
	text-align:center;
	float: left;
}
.navigation_li_box a
{	
	width: 124px;
	height: 80px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 80px;

	
}
.selected
{	
	font-size: 19px !important;
}

/* bottom 样式 */
.null
{
	width: 3px;
	height: 16px;
	float: left;
}
.bottom_outer_box
{
	width: 100%;
	height: 160px;
	background-color: #E5E5E5;
	margin: 0 auto;
	position: relative;
}
.bottom_content_box
{
	width: 1444px;
	height: 92px;
	margin: 0 auto;
	padding-top: 68px;
}
.bottom_text_box
{
	width: 1090px;
	height: 16px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 16px;
	
}
.bottom_text_box_a
{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	
	line-height: 16px;
}
.qr_code_box
{
	width: 402px;
	height: auto;
	position: absolute;
	right: 238px;
	top: 28px;
}
.qr_code_box_among
{
	width: 84px;
	height: 103px;
	float: left;
	margin-left: 50px;
}
.qr_code_box_among > div
{
	width: 84px;
	height: 13px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 13px;
	text-align: center;
	margin-top: 6px;
}
.qr_code
{
	width: 84px;
	height: 84px;
}

/* particulars 样式 */
.page_path_box
{
	width: 100%;
	/* height: auto; */overflow: hidden;
	margin: 0 auto;

}
.page_path_content
{
	width: 1920px;
	height: 54px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 4, 0.15);
}
.loga
{
	width: 111px;
	height: 31px;
	margin-top: 15px;
	margin-left: 273px;
	float: left;
}
.page_path_text
{
	width: 1200px;
	height: 17px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400px;
	color: #3C3C3C;
	line-height: 17px; 
	float: left;
	margin-top: 21px;
	margin-left: 30px;
}
.body_content_box
{
	width: 1380px;
	/* height: auto; */
	overflow: hidden;
	margin: 0 auto;

}
.body_content_left
{
	width: 160px;
	height: auto;
	top: 170px;
	float: left;
	position: fixed;
}
.share_box_among
{
	width: 160px;
	height: 36px;
	margin-top: 20px;
}
.share_box_among > img
{
	width: 36px;
	height: 36px;
	float: left;

}
.share_box_among > a
{
	width: 106px;
	height: 36px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: #3C3C3C;
	line-height: 36px;
	margin-left: 18px;
	float: left;
}
.body_content_right
{
	width: 1060px;
	height: auto;
	float: left;
	margin-left: 160px;
}
.article_content_title
{
	width: 1060px;
	overflow: hidden;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 45px;
	margin-top: 40px;

}
.article_content_label
{
	width: 1060px;
	height: 16px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 16px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.video_img
{
	width: 1060px;
	height: 640px;
    object-fit: cover;
    margin-bottom: 40px;
}
.article_content
{
	width: 1060px;
	overflow: hidden;

}