body {
	font-family: "Microsoft Yahei", Songti SC, pingfang SC, meiryo, Tahoma, Helvetica, Arial, sans-serif !important;
}

* {
	margin: 0;
	padding: 0;
}

/* 导航外框 */
.navigation_out_body {
	width: 100%;
	background-color: white;
	height: 71px;
	position: fixed;
	z-index: 9;
	top: 0;
}

/* 头部导航栏 */
.navigation_body {
	width: 1280px;
	height: 71px;
	background-color: #FFFFFF;
	margin: 0 auto;

}

.navigation_nest_logo {
	width: 147px;
	height: 42px;
	margin-top: 15px;
	margin-left: 50px;
	border: none;
	float: left;
}

.navigation_nest_font_body {
	width: 1000px;
	height: 21px;
	margin-top: 25px;
	margin-left: 245px;
	position: absolute;
	display: table;
	table-layout: fixed;
	cursor: pointer;
}

.navigation_nest_font_body>div {
	float: left;
	/* 	width: 100px;	*/
	display: table-cell;
	text-align: center;
	/* margin-left: 40px; */
	margin-left: 30px;
	margin-right: 30px;
}

.navigation_nest_font_body>div>a {
	color: #111111;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
}

.navigation_nest_font_selected {
	color: #111111;
	font-weight: 600;
	font-size: 20px;
}

.navigation_nest_font_selected>a>span {
	color: #111111;
	font-weight: 600;
	font-size: 20px;
}

/* 下拉菜单样式 */
.navigation_nest_font_selected:hover {
	display: block;
}

.drop_down_body {
	margin-top: 27px;
	margin-left: -44px;
	width: 126px;
	height: 212px;
	position: absolute;
	display: none;
}

.triangle_topleft {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 25px solid #FFFFFF;
	border-right: 25px solid transparent;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.drop_down_menu {
	width: 126px;
	height: 92px;
	margin-top: -19px;
	background: #FFFFFF;
	box-shadow: 0px 8px 22px 5px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding-top: 12px;
}

.drop_down_menu>div {
	height: 143px;
	width: 100%;
	margin: 0 auto;
}

.drop_down_menu>div>p {
	height: 37px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0px;

}

.drop_down_menu>div>p>a {
	font-size: 18px;
	font-weight: 300;
	color: #666666;
	line-height: 39px;
	text-decoration: none;
}

.drop_down_menu>div>p>a:hover {
	border-bottom: 1px solid #666666;
}

/* 页脚样式 */
.foot_body_out {
	width: 100%;
	padding-bottom: 12px;
	min-width: 1280px;
	background: #0F1319;
}

.foot_body {
	width: 1185px;
	margin: 0 auto;
}

.foot_model_1 {
	width: 100%;
	height: 230px;
}

.model_1_left {
	float: left;
	padding-top: 37px;
}

.model_1_title {
	height: 22px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}

.model_1_small_font {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 200;
	color: #FFFFFF;
	line-height: 40px;
}

.model_1_text {
	margin-top: 1px;
}

.model_1_text>p {
	font-size: 12px;
	font-weight: 300;
	color: #ABABAB;
	line-height: 25px;
}

.model_1_right {
	float: right;
	padding-top: 37px;
}

.model_1_right_title {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}

.model_1_right_img {
	width: 306px;
	height: 163px;
	margin-top: 5px;
}

.model_1_right_img img {
	width: 100%;
	height: 100%;
}


.foot_model_2_out {
	width: 100%;
	margin-top: 4px;
}

.foot_model_2 {
	text-align: center;
	height: 20px;
	margin: 0 auto;
}

.foot_model_2>span {
	margin-right: 12px;
	margin-left: 12px;
}

.foot_model_2 span,
.foot_model_2 a,
.foot_model_2 {
	font-size: 12px;
	font-weight: 200;
	color: #ABABAB;
	line-height: 16px;
}

.foot_model_2 a {
	text-decoration: none;
}


.foot_model_3_out {
	margin-top: 4px;
	height: 30px;
	width: 100%;
}

.foot_model_3 {
	height: 25px;
	width: 340px;
	margin: 0 auto;
	color: #C6C6C6;
}

.foot_model_3_img {
	width: 18px;
	height: 20px;
	float: left;
	margin-top: 4px;
}

.foot_model_3_span {
	font-size: 12px;
	line-height: 27px;
	font-weight: 400;
	float: left;
	color: #ABABAB;
}
.foot_model_3_span a {
	color: #ABABAB;
	text-decoration: none;
}

.tail_deal {
	border-bottom: solid 1px #ABABAB;
	padding-bottom: 5px;
}