﻿.headerView {
	width: 100%;
	height: 125px;
	background: url('/yxkxy/img/shouye_01.jpg') 100%;
	border-bottom: 1px solid RGBA(255, 255, 255, 0.15);
}

.headerView>div {
	width: 1200px;
	height: 125px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.headerRight {
	width: 136px;
	/* height: 45px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: white;
	margin-left: 28px;
	font-size: 14px;
}

.headerNav {
	width: 100%;
	height: 80px;
	background: #003366;
}

.headerNav2 {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	font-size: 18px;
}
.active{
	background: RGBA(186, 4, 29, 1);
}