.header-cell-box {
	width: 100%;
	height: 40px;
	background: #F2F2F2;
}

.header-flex-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.logo-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logo-box .logo {
  width: 100px;
  height: 100px;

}
.layui-container {
	height: 100%;
}

.header-left-path {
	font-size: 14px;
	flex-shrink: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-right-path {
	height: 100%;
}

.header-link-list {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 14px;
}

.header-link-list>a:hover {
	opacity: 0.7;
}

.header-link-hr {
	width: 1px;
	height: 16px;
	background: #D9D9D9;
	margin: 0 28px;

}

.header-link-item {
	cursor: pointer;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
/* .header-login {
	display: none;
} */
.header-login:hover .header-out-login {
	display: flex;
}
.header-link-item i {
	font-size: 14px;
	margin-left: 3px;
	color: #1644AE;
}
.header-account-number {
	color: #1644AE;
}
.header-out-login {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 90px;
	height: 110px;
	display: flex;
	justify-content: flex-end;
	display: none;
}
.header-out-login a {
	width: 90px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.10);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #1644AE;
	margin-top: 45px;
}

.header-middle-box {
	height: 100px;
	background: #FFFFFF;
}
.header-middle-box .header-left-path {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;

}
.header-middle-box .header-title {
	font-size: 30px;
	font-weight: 700;
	color: #1644AE;
	letter-spacing: 7px;
}
.header-english {
	font-size: 13px;
	color: #1644AE;
}
.header-search-box {
	display: flex;
	align-items: center;
	width: 400px;
	height: 40px;
	background-color: #F2F2F2;
	border-radius: 4px;
	justify-content: space-between;
	padding: 0 15px 0 20px;
	box-sizing: border-box;
}
.header-search-box .header-label {
	font-size: 14px;
	color: #999999;
}
.icon-suosou {
	color: #707070;
	font-size:20px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header-nav-list {
	width: 100%;
	height: 60px;
	background: #1644AE;
}
.header-nav-item {
	color: #FFFFFF !important;
	font-size: 18px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.header-nav-item a:only-of-type {
	color: #FFFFFF;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-nav-item a:only-of-type:hover {
	color: #FFFFFF;
	opacity: 0.7;

}
.header-nav-item a:only-of-type:hover +.child-list {
	display: block;
}
.header-nav-item-active a:only-of-type {
	font-weight: 700;
	height: 100%;
	position: relative;

}
.header-nav-item-active a:only-of-type:hover {
	opacity: 1;
}
.header-nav-item-active a:only-of-type::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 30px;
	height: 3px;
	background: #FFFFFF;
}
.header-top-bgi {
	width: 100%;
	height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-top-bgi .slogan {
  width: 1170px;
  height: 200px;
  margin: 0 auto;
}
.header-top-bgi .title, .header-top-bgi .sub-title {
  width: 100%;
  color: rgba(255, 255, 255, 1);
  font-weight: bolder;
}
.header-top-bgi .title {
  text-align: left;
  padding-top: 55px;
  font-size: 22px;
}
.header-top-bgi .sub-title {
  text-align: right;
  font-size: 26px;
  padding-top: 25px;
}
.header-search-input {
	flex: 1;
	margin-right: 15px;
	height: 100%;
	background: #F2F2F2;
	border: none;
}

.header-search-input::-webkit-input-placeholder{
	color: #999999;
	font-weight: 400;
	font-size: inherit;
}
.header-search-input:-moz-placeholder{
	color: #999999;
	font-weight: 400;
	font-size: inherit;
}
.header-search-input::-moz-placeholder{
	color: #999999;
	font-weight: 400;
	font-size: inherit;
}
.header-search-input:-ms-input-placeholder{
	color: #999999;
	font-weight: 400;
	font-size: inherit;
}
.child-list {
	position: absolute;
	top: 60px;
	left: -20px;
	width: 160px;
	background: #FFFFFF;
	z-index:30;
	display: none;
	background: linear-gradient(#1644ae, #608df4 99%);
}
.child-list:hover {
	display: block;
}
.child-item {
	width: 100%;
	color: #FFFFFF;
	border-top: 1px solid #F0F0F0;
	font-size:16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 13px 0;
	box-sizing: border-box;
	font-weight: 400;
}
.child-item:hover {
	opacity: 0.9;
	color: #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
