/* body {
	height: 10000px;
	padding: 0;
	margin: 0;
	background-color: #5c5c5c;
} */

/* 顶部信息 */

.top_info_bg{
	width: 100%;
	background-color: #00479b;
}
.top_info {
	width: 1280px;
	height: 38px;
	margin: 0 auto;
}

.top_info>li {
	font-size: 14px;
	text-align: left;
	color: #ffffff;
}

.top_info>li.left {
	float: left;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}

.top_info>li.left span{
	font-size: 16px;
	line-height: 38px;
	color: #ffbf00;
}

.top_info>li.right {
	float: right;
}

.top_info>li.right a {
	color: #666666;
	transition: all 0.3s;
}

.top_info>li.right a:hover {
	color: #1b2a75;
	transition: all 0.3s;
}

.top_info>li .search_btn{
	width: 20px;
	height: 20px;
	margin: 9px 10px;
	cursor: pointer;
}

.top_info>li .search_btn img {
	height: 100%;
	width: auto;
}

.top_info>li .lan_icon{
	width: 20px;
	height: 20px;
	margin: 9px 0;
}

.top_info>li a.lan_yy{
	width: 24px;
	height: 24px;
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 4px;
	margin: 7px 0 0 10px;
	transition: all .3s;
}

.top_info>li a.lan_yy:hover{
	color: #ffffff;
	border: 1px solid #ffbf00;
	background-color: #ffbf00;
}


.search_input {
	width: 312px;
	height: 28px;
	font-family: inherit;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	padding: 0 10px;
	border: 1px solid #666666;
	border-radius: 2px;
	background-color: #ffffff;
	margin-top: 5px;
}

.search_input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	opacity: 0.9;
	color: #333333;
}

.search_input::-moz-placeholder {
	opacity: 0.9;
	/* Mozilla Firefox 19+ */
	color: #333333;
}

.search_input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0.9;
	color: #333333;
}

.search_input::-webkit-search-cancel-button,
.search_input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search_input::-ms-clear {
	display: none;
}

/* 顶部样式 */
#header {
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	z-index: 99999 !important;
}


/* 顶部导航 */
#header ul.top {
	width: 1280px;
	height: 80px;
	margin: 0 auto;
}

#header ul.top>li {
	float: left;
}

/* LOGO */
.logo_box {
	width: auto;
	height: 48px;
	margin-top: 16px;
}

.logo_box a {
	height: 100%;
}

.logo_box img {
	display: inline-block;
	width: auto;
	height: 100%;
}

.logo_box img:first-child{
	padding-right: 18px;
	border-right: 2px solid #ffbf00;
	margin-right: 18px;
}

/* 顶部导航 */
#header ul.top>li.header_nav {
	float: right;
	/* width: 64%; */
}

.header_nav ul {
	/* position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; */
}

.header_nav ul li {
	/* -webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1; */
	margin: 0 10px;
	float: left;
	position: relative;
}

.header_nav ul li h3 {
	font-weight: normal;
}

.header_nav ul li h3 a {
	display: block;
	line-height: 74px;
	font-size: 16px;
	color: #231f20;
	padding: 3px 14px 0;
	transition: all 0.3s;
}

.header_nav ul li.active h3,
.header_nav ul li:hover h3{
	border-bottom: 3px solid #00479b;
}

.header_nav ul li.active h3 a,
.header_nav ul li:hover h3 a{
	color: #00479b;
}

.header_nav ul li:last-child{
	margin: 0;
}

.header_nav ul li:last-child h3 a{
	width: 124px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #231f20;
	background-color: #ffbf00;
	padding: 0;
	border-radius: 8px;
	margin-top: 17px;
	margin-left: 30px;
}

.header_nav ul li:last-child.active h3,
.header_nav ul li:last-child:hover h3{
	border-bottom-width:0;
}

.header_nav ul li:last-child.active h3 a,
.header_nav ul li:last-child:hover h3 a{
	color: #ffffff;
	background-color: #00479b;
}


.header_nav ul li .nav_two {
	position: absolute;
	top: 80px;
	left: 0;
	width: 200px;
	z-index: 999;
	margin-left: calc(50% - 100px);
	display: none;
}

.header_nav ul li .nav_two a {
	display: block;
	line-height: 42px;
	font-size: 14px;
	color: #333333;
	background: #ffffff;
	padding: 0 16px;
	white-space: nowrap;
	text-align: center;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	margin-top: 1px;
	transition: all 0.3s;
}

.header_nav ul li .nav_two a:last-child {
	border-bottom: none;
}

.header_nav ul li .nav_two a:hover {
	background: #00479b;
	color: #fff;
	transition: all 0.3s;
}


.header_nav ul .move {
	position: absolute;
	height: 3px;
	background: #1b2a75;
	z-index: -1;
	content: '';
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	right: ;
	: 0;
	bottom: 0;
	width: 72px !important;
	margin-left: calc(100% / 6 - 72px);
}


@media (max-width:1280px) {
	.top_info {
		width: 1200px;
	}
	/* 顶部导航 */
	#header ul.top {
		width: 1200px;
	}
	.header_nav ul li {
		margin: 0 10px;
	}
	
	.header_nav ul li h3 a {
		padding: 3px 10px 0;
	}
	
}