﻿.headerView {
	width: 100%;
	height: 125px;
	
	background: #223979;
}

.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;
}
.qiu{
	width: 5px;
	height: 5px;
	background: white;
	border-radius: 50%;
	margin-right: 10px;
	text-align: center;
	margin-left: 20px;
}

.headerNav {
	width: 100%;
	height: 60px;
	background: #223979;
}

.headerNav2 {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	font-size: 18px;
}
.active{
	background: RGBA(186, 4, 29, 1);
}
.buttonDown{
	margin-top: 30px !important;
}
.buttonUp{
	margin-top: 10px !important;
}

* {
	margin: 0;
	padding: 0;
}



.bannerSwiper {
	width: 100%;
}

.Item {
	width: 133px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	position: relative;
	color: white;
	cursor: pointer;
	transition: all 0.5s;
	display: flex;
	    align-items: center;
}

.Item_position {
	position: absolute;
	top: 60px;
	width: 133px;
	background: #22397A;
	display: none;
	z-index: 10;
}

.Item:hover {
	background: #BA041D;
	transition: all 0.5s;
}


.Item:hover .Item_position {
	display: block;
}

.Item_position>div:hover {
	background: #003366;
	transition: all 0.5s;
}

.Item_position>div {
	transition: all 0.5s;
	width: 133px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #22397A;
	cursor: pointer;
}





	