/*头部*/
header {
	width: 100%;
}
.header_top {
	height: 40px;
	width: 100%;
	background-color: #363145;
}
.header_mengban {
	width: 100%;
	margin: auto;
	margin-top: 50px;
	background-color: red;
	position: absolute;
	display: none;
}
.header_top_center {
	width: 65%;
	height: 100%;
	margin: auto;
	font-size: 14px;
	color: #fff;
	text-indent: 16px;
	line-height: 38px;
}
.header_top_advertising {
	width: 100%;
}
.header_top_nav {
	width: 1200px;
	margin: auto;
}
.top_nav_top {
	width: 100%;
	display: flex;
	margin-top: 16px;
}
.nav_top_logo {
	width: 240px;
	height: 86px;
}
.nav_top_input {
	height: 100%;
	margin-top: 22px;
	margin-left: 120px;
}
.top_input_top {
	display: flex;
	justify-content: flex-end;
}
.top_index_input {
	width: 394px;
	height: 38px;
	border: 1px solid #2C6ED5; 
}
.top_index_input input {
	width: 100%;
	height: 100%;
	border: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 4px;
}
.top_index_select {
	width: 82px;
	height: 40px;
	background-color: #2C6ED5;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.index_select_icon {
	width: 27px;
	height: 27px;
	margin: auto;
	margin-top: 7px;
}
.top_index_span span {
	font-size: 12px;
	color: #999999;
	margin-right: 5px;
}
.nav_top_tel {
	width: 200px;
	height: 20px;
	margin-left: 100px;
	display: flex;
}
.top_tel_icon {
	width: 40px;
	height: 40px;
	margin-top: 25px;
}
.top_tel_number {
	margin-top: 20px;
	margin-left: 8px;
	color: #EF2C2C;
}
.tel_number_name {
	font-size: 16px;
}
.tel_number_tel {
	font-size: 20px;
	font-weight: bold;
}
/*导航*/
nav {
	width: 1200px;
	margin: auto;
	margin-top: 198px;
}
.nav_div {
	height: 50px;
	display: flex;
}
.nav_div_title_left {
	width: 242px;
	position: relative;
}
.nav_div_title_right {
	width: 968px;
	display: flex;
	flex-wrap: wrap;
}
.nav_div_title {
	width: 110px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.nav_div_title a{
	color: #999999;
}
.nav_div_nav {
	width: 242px;
	height: 50px;
	background-color: #2C6ED5;
	display: flex;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
}
.div_title_left{
	text-indent: 25px;
}
.div_title_right {
	width: 20px;
	height: 17px;
	position: absolute;
	top: 3px;
	right: 20px;
}
.header_left_div {
	position: fixed;
	top: 250px;
	left: 8px;
	z-index: 3;
}
.header_gongn_tle {
	width: 200px;
	height: 90px;
	background-color: #467FE6;
	position: fixed;
	top: 432px;
	left: 100px;
	z-index: 10;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	line-height: 90px;
	display: none;
}
.left_div_kuai {
	width: 90px;
	height: 90px;
	background-color: #467FE6;
	border-radius: 5px;
	margin-bottom: 1px;
}
.div_kuai_img {
	width: 40px;
	height: 40px;
	margin: auto;
	padding-top: 10px;
}
.left_div_kuai p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
.left_div_kuai:hover {
	background-color: #fff;
}
.index_center_banner_nav {
	width: 100%;
	height: 420px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.banner_nav_lisr {
	width: 100%;
	height: 80px;
	display: flex;
	position: relative;
}
.banner_nav_lisr:first-child {
	margin-top: 10px;
}
.nav_lisr_img {
	width: 20%;
}
.list_img_icon {
	width: 25px;
	height: 24px;
	margin-top: 28px;
	margin-left: 50%;
	font-size: 0;
}
.nav_lisr_name {
	width: 70%;
	font-size: 18px;
	color: #fefefe;
	line-height: 80px;
	text-align: left;
	text-indent: 10%;
}
.nav_lisr_more {
	width: 10%;
	height: 18px;
}
.list_more_icon {
	width: 10px;
	height: 18px;
	margin-top: 25px;
	font-size: 0;
}
.nav_list_list {
	min-width: 510px;
	position: absolute;
	top: 0px;
	left: 232px;
	display: flex;
	z-index: 4;
	display: none;
}
.list_menu_img {
	width: 10px;
	height: 16px;
	margin-top: 0px;
	z-index: 4;
}
.nav_list_menu {
	min-width: 580px;
	min-height: 100px;
	background-color: #FFFFFF;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-left: 9px;
}
.list_menu_title {
	width: 95%;
	height: 44px;
	border-bottom: 1px solid #EEEEEE;
	margin: auto;
	color: #333;
	font-size: 16px;
	display: flex;
}
.menu_title_gang {
	font-weight: 800;
	width: 95%;
	text-align: left;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #333333;
	margin-top: 12px;
	text-indent: 10px;
	margin-left: 10px;
}
.list_menu_list {
	width: 550px;
	margin: auto;
	margin-top: 8px;
	color: #999999;
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
}
.list_menu_list li {
	text-align: left;
	border-left: 1px solid #999999;
	height: 15px;
	width: 170px;
	font-size: 15px;
	line-height: 25px;
	text-indent: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
}
a {
	color: #999999;
	text-decoration: none;
}
.list_menu_img img {
	padding-top: 42px;
}
.header_title{
	color:#2C6ED5;
}