header {
	width: 100%;
	background: #FBF7EF;
	box-shadow: 0 4px 4px rgba(153, 153, 153, 0.1);
	position: relative;
	z-index: 1;
}

.header {
	width: 100%;
	height: 80px;
}
.heade1 {
	width: 135px;
	height: 50px;
	background: #3084b5;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: white;
	text-align: center;
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
		-webkit-transition: -webkit-transform ease-in .5s;
	transition: -webkit-transform ease-in .5s;
	-o-transition: -o-transform ease-in .5s;
	-moz-transition: transform ease-in .5s, -moz-transform ease-in .5s;
	transition: transform ease-in .5s;
	transition: transform ease-in .5s, -webkit-transform ease-in .5s, -moz-transform ease-in .5s, -o-transform ease-in .5s;
	transition: transform ease-in .5s, -webkit-transform ease-in .5s;
	position: relative;
	z-index: 1;
}
.heade1:hover{
    transform: scale(1.1);
}
.heade1 img {
	width: 24px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.heade1 span {
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
}

.heade2 {
	width: 135px;
	height: 50px;
	background: #213483;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: white;
	text-align: center;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
		-webkit-transition: -webkit-transform ease-in .5s;
	transition: -webkit-transform ease-in .5s;
	-o-transition: -o-transform ease-in .5s;
	-moz-transition: transform ease-in .5s, -moz-transform ease-in .5s;
	transition: transform ease-in .5s;
	transition: transform ease-in .5s, -webkit-transform ease-in .5s, -moz-transform ease-in .5s, -o-transform ease-in .5s;
	transition: transform ease-in .5s, -webkit-transform ease-in .5s;
		position: relative;
	z-index: 1;
}
.heade2:hover{
    transform: scale(1.1);
}
.heade2 img {
	width: 24px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.heade2 span {
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
}

.heade3 {
	width: calc(100% - 135px - 135px - 30px - 25px);
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.heade3 li {
	margin-right: 45px;
	display: inline-block;
}

.heade3 li:last-child {
	margin-right: 0;
}

.heade3_1 {
	display: block;
	line-height: 80px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #1D1D1D;
}
.heade3_1.on{
	color: #3084b5;
}
.heade3_1:hover{
	color: #3084b5;
}