html{
	min-width: 1200px;
}
body{
	background-image: url('../img/bg_app.png'),url('../img/bg_blue.png');
	background-repeat: no-repeat,repeat-y;
	background-size: 100% auto,100% 100%;
	min-height: 111.1vh;
	zoom: 0.9
}
.header-container {

}
.header-top-container{
	background-image: url('../img/bg_header.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
}
.header_search-container {
	width: 1200px;
	height: 110px;
	margin: 0 auto;

}

.header_search-container .welcome{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.header_search-container .operate{
	min-width: 68px;
	height: 28px;
	line-height: 28px;
	border-radius: 2px;
	border: 1px solid #0C4FA5;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding: 0 16px;
	background: #0C4FA5;
	cursor: pointer;
}
.header_search-container .operate.line{
	color: #0C4FA5;
	border: 1px solid #0C4FA5;
	background: transparent;
}

.user-operate{
	position: relative;
}
.user-operate:hover .user-menu-container{
	display: flex;
}
.user-menu-container{
	width: 153px;
	display: none;
	flex-direction: column;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 4px 4px;
	border: 2px solid #0C4FA5;
	padding: 6px 20px 20px;
	z-index: 9;
}
.user-menu-container .menu-level-2-item {
	font-weight: 400;
	font-size: 14px;
	color: #333333!important;
	line-height: 1.5;
	margin-top: 25px;
	cursor: pointer;
}
.user-menu-container .menu-level-2-item .icon{
	width: 20px;
	height: 20px;
	margin-right: 3px;
}
.user-menu-container .menu-level-2-item:hover{
	color: #0C4FA5!important;
}


.header_search-container .logo {
	height: 66px
}

.search-content {
	width: 240px;
	height: 24px;
	background: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #FFFFFF;
}
.header-wx{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
}
.header-wx:hover .image{
	display: block;
}
.header-wx .image{
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 200px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 4px 4px;
	border: 2px solid #0C4FA5;
	z-index: 9;
	margin-top: 20px;
}
.search-content .icon {
	font-size: 18px;
	width: 22px;
	height: 22px;
	background: #0C4FA5;
	border-radius: 2px 2px 2px 2px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
}

.search-content .input::placeholder {
	font-size: 14px;
	color: #cccccc;
}

.header-menu{
	width: 100%;
	background: linear-gradient( 270deg, #7E77C0 0%, #2D7DC8 10%, #1062B4 50%, #0D3A97 100%);
}

.header-menu-container {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.header-menu-container .menu-container .menu-item {
	height: 60px;
	line-height: 60px;
	flex: 1;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.header-menu-container .menu-container .menu-item a{
	color: #ffffff;
}

.header-menu-container .menu-container .menu-item.active::after,
.header-menu-container .menu-container .menu-item:hover::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background: #FFFFFF;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0px 0px 0px 0px;
}
.header-menu-container .menu-container .menu-item:hover .menu-level-2-container{
	display: flex;
}
.menu-level-2-container{
	display: none;
	flex-direction: column;
	position: absolute;
	margin-top: -10px;
	left: 0;
	right: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 4px 4px;
	border: 2px solid #0C4FA5;
	padding: 6px 6px 20px;
	z-index: 9;
}
.menu-level-2-container .menu-level-2-item {
	font-weight: 400;
	font-size: 14px;
	color: #333333!important;
	line-height: 1.5;
	margin-top: 16px;
}
.menu-level-2-container .menu-level-2-item:hover{
	color: #0C4FA5!important;
}
