/* 顶部 */
.site-head {
	height: 470px;
}
.site-head .topbar {
	width: 100%;
	height: 40px;
	background-color: #b50000;
}
.site-head .wza-bar {
	position: absolute;
	z-index: 9999999;
	width: 100%;
	height: 32px;
	top: 0px;
	text-align: center;
	background-color: #b50000;
}
.site-head .topbar a {
	color: white;
}
#wza_div {
}
.site-head .topbar .short-links img {
	float: left;
	width: 38px;
	height: 38px;
}
.site-head .topbar .short-links span {
	line-height: 40px;
}
.site-head .topbar .tool {
	float: right;
	line-height: 40px;
	box-sizing: border-box;
}
.site-head .topbar .tool ul {
	display: flex;
}
.site-head .topbar .tool > ul > li {
	margin-right: 24px;
	font-size: 16px;
}

.site-head .header-con {
	height: 367px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center 1px;
	background-size: 100% auto;
}
.site-head .header-con h1 {
	width: 544px;
	height: 68px;
	font-size: 40px;
	font-weight: 600;
	line-height: 78px;
	color: #b50000;
	text-align: left;
	margin-left: 100px;
	font-family: 'KaiTi';
}
.site-head .header-con .h1title img {
	width: 544px;
	height: 68px;
	margin-left: 20px;
	display: none;
}
.site-head .header-con .logo img {
	width: 90px;
	height: 90px;
	float: left;
	margin-top: 17px;
}
.site-head .mongo-title img {
	width: 285px;
	height: 40px;
	margin-left: 20px;
}

.site-head .header-con .search-box {
	width: 535px;
	height: 49px;
	margin-top: 22px;
}
.site-head .header-con .search-box input {
	float: left;
	width: 415px;
	/*height: 53px;*/
	height: 49px;
	border: 2px solid #b50000;
	/* 分别按四个角进行设置 */
	border-radius: 10px 0 0 10px;
	font-size: 16px;
	/* 取消默认的外线（外线是文本框特有的东西） */
	outline: none;
	padding-left: 10px;
}
.site-head .header-con .search-box .search-btn {
	float: left;
	width: 100px;
	height: 53px;
	background-color: #b50000;
	color: white;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-weight: 700;
	border-radius: 0 10px 10px 0;
}

/* 导航栏 */

.site-head .main-nav {
	width: 1431px;
	height: 117px;
	margin: 0 auto;
	padding: 8px 70px;
	box-sizing: border-box;
	margin-top: -43px;
	display: flex;
	background-image: url(../../components/header/images/main-bgi.png);
}
.site-head .bottom-bg {
	height: 960px;
	background-image: url(../../components/header/images/background3.png);
	margin-top: -112px;
	background-repeat: no-repeat;
	background-position: center 1px;
	background-size: 100% auto;
}
.site-head .main-nav ul {
	width: 1287px;
	height: 94px;
	margin: 0 auto;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #fff;
}
.site-head .main-nav ul li {
	float: left;
	text-align: center;
	/* 行高等于盒子高 */
	line-height: 94px;
	margin-right: 68px;
}
.site-head .main-nav ul li:hover {
	background-color: #eb4646;
	transition: all 0.5s;
}
.site-head .main-nav ul li:first-child {
	margin-left: 75px;
}
.site-head .main-nav ul li:last-child {
	margin-right: 0;
}

.site-head .main-nav ul li a {
	/* 转为块级元素 */
	display: block;
	font-size: 24px;
	font-weight: 700;
	height: 94px;
	color: white;
}
