.head-page-bg-height {
	height: 100px;
}
.head-page-bg {
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	z-index: 9999;
	top: 0;
	padding: 0 1%;
	/* background-color: rgba(0,0,0,.3);
	background-color: rgba(1,89,138,.7); */
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.head-page-box {
	/* width: 90%;
	margin: 0 5%; */
	height: 100px;
}

.head-logo-item {
	width: 15%;
}

.head-logo-image {
	width: 100%;
	object-fit: cover;
}

.head-menu-item {
	width: 66%;
}

.head-menu-link {
	font-size: 15px;
	color: #b2bac4;
	display: block;
	padding: 0 26px;
	line-height: 100px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.head-menu-link:before {
	content: "";
	width: 0;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.head-menu-link:hover:before,
.head-menu-li.cur .head-menu-link:before {
	width: 20px;
}

.head-menu-shouye {
	/* width: 10%; */
}

.head-menu-caidan {}

.cur .head-menu-link,
.head-menu-link:hover {
	color: rgb(255, 255, 255);
	font-weight: bold;
}





.head-member-li {
	/* color: #ffffff; */
	color: #b2bac4;
}

.head-member-link {
	/* color: #ffffff;
	font-weight: bold; */
}
.head-member-link:hover {
	color: #fff;
}





.head-fixed-box {
	width: 100%;
	min-height: 500px;
	position: absolute;
	top: 100px;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.9);
	display: none;
}

.head-fixed-info {
	width: 50%;
	margin: 50px 25%;
}

.head-fixed-left {
	width: 40%;
	border-right: 2px solid white;
	height: 300px;
	float: left;
}

.head-fixed-right {
	width: 50%;
	float: left;
	font-size: 12px;
	color: #1166b1;
	height: 300px;
	margin-left: 5%;
}