/* 头部 */
.head {
	background-image: linear-gradient(97.2deg, rgba(171, 0, 68, 0.79) 0%, rgba(105, 18, 81, 0.79) 39.85%, rgba(105, 18, 81, 0.79) 48.96%, rgba(0, 24, 112, 1) 100%);
	position: relative;
	width: 100%;
	height: 19rem;
	padding: 3rem 5rem 3.5rem 5rem;
	z-index: 2;
	
	.back-img {
		position: absolute;
		top: 0;
		left: 0;
		height: 19rem;
	}

	.head-top {
		padding-bottom: 2rem;
		border-bottom: 1px solid #D8D8D8;
		position: relative;
		height: 10rem;

		.logo {
			position: absolute;
			left: 0;
			width: 83.175rem;
			height: auto;
		}

		.lang {
			position: absolute;
			color: white;
			right: 6rem;
			font-size: 1.6rem;
			top: 2rem;
		}

		.search {
			position: absolute;
			top: 2rem;
			right: 0;
			font-size: 3rem;
			color: white;
		}
	}
}

/* 导航栏 */
.menu {
	margin-top: 2rem;
}

.menu ul {
	list-style-type: none !important;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
}

.menu ul li {
	display: inline-block;
	margin-right: 7.9rem;
}

.menu ul li:last-child {
	margin-right: 0;
}

.menu ul li a {
	color: white;
	font-size: 2.1rem;
	padding: 0;
}

.menu ul li a span {
	padding: 0;
	line-height: 0;
}