﻿/* 椤甸溃椤堕儴 */
.header {
	box-sizing: border-box;
	background-color: rgb(245, 245, 245);
	min-width: 1280px;
	font-family: 'Microsoft YaHei';
}
.isTest{
	position: absolute;
	left: 410px;
	color: red;
	top: 48px;
	z-index: 5;
	font-size: 28px;
	font-weight: bold;
}
.hearderBanner {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.hearderBanner:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.hearderSingle {
	position: relative;
	float: left;
	padding: 20px 0;
}

.hearderSingle:nth-child(3) {
	padding-top: 20px;
}

.hearderP {
	margin-top: 8px;
	float: right;
	font-weight: bold;
	margin-left: 21px;
	cursor: pointer;
}


.hearderP>div {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #215eba;
}

.hearderP2 {
	font-weight: 400;
	font-size: 14px;
	color: #3172d4;
	margin-bottom: 10px;
}

.hearderP2:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.hearderP>div:nth-child(2) {
	font-size: 28px;
	margin-top: 2px;
}

/* 闅愯棌镄勭橱褰旷洅瀛?/
.login1 {
	float: right;
}

.login1>span {
	cursor: pointer;
}

.login1:hover .loginHiddenouter {
	display: block;
}

.login1:hover .loginHiddenouter2 {
	display: block;
}

.loginHiddenouter {
	position: absolute;
	margin-left: -50px;
	display: none;
	min-width: 130px;
	text-align: center;
	z-index: 5;
}

.loginHiddenouter2 {
	position: absolute;
	margin-left: -38px;
	display: none;
	min-width: 100px;
	text-align: center;
	z-index: 5;
}

.loginHidden {
	margin-top: 6px;
	border-radius: 5px;
	padding: 10px 10px;
	box-sizing: border-box;
	background-color: #ECEFFF;
	border: 1px solid #9BB6C7;
}

.loginHidden:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #ECEFFF;
	border-left: 1px solid #9BB6C7;
	border-top: 1px solid #9BB6C7;
	top: 1.5px;
	left: 46.5%;
	transform: rotate(45deg);
}

.loginHiddenitem {
	color: #333333;
}

.loginHiddenitem:hover {
	text-decoration: underline;
	color: #3467CE;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
