.headerbox {
	width: 100%;
	background-color: #fff;
}
.headerbox .headercon {
	width: 100%;
	height: 64px;
	padding: 0 26px;
	box-shadow: 0px 1px 0px 0px #ddd; 
}
.headerbox .tit {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
}
.headerbox .conbox .searchbox {
	width: 280px;
	height: 36px;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 0 0 0 10px;
	margin-right: 40px;
}
.headerbox .conbox .searchbox input {
	width: 230px;
	font-size: 12px;
	font-weight: 400;
	color: #333;
}
.headerbox .conbox .searchbox .hr {
	width: 1px;
	height: 12px;
	background-color: #ddd;
	margin-left: 10px;
}
.headerbox .conbox .searchbox .btns {
	width: 40px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
}
.headerbox .conbox .searchbox .btns .icon {
	font-size: 18px;
	color: #12447F;
}
.headerbox .conbox .iconbox {
	margin-right: 10px;
}
.headerbox .conbox .iconbox .item {
	position: relative;
	margin-right: 10px;
}
.headerbox .conbox .iconbox .item .icon {
	font-size: 22px;
	color: #12447F;
}
.headerbox .conbox .iconbox .item .tip {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #EF3232;
	position: absolute;
	right: 0;
	top: 0;
}
.headerbox .conbox .userbox {
	width: 37px;
	height: 37px;
	line-height: 0;
	font-size: 0;
	position: relative;
}
.headerbox .conbox .userbox img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.dropdown.open .dropdown-menu {
	display: block;
}
.dropdown-menu {
	width: 120px;
	left: -80px;
	padding: 0;
	margin-top: 6px;
}
.dropdown-menu li {
	display: block;
	border-bottom: 1px solid #ddd;
}
.dropdown-menu li:last-of-type {
	border-bottom: 0;
}
.dropdown-menu li a {
	width: 100%;
	line-height: 38px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.dropdown-menu li a:hover, 
.dropdown-menu li.on a {
	color: #fff;
    background-color: #12447F;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.headerbox .toolsbox {
	width: 100%;
	height: 64px;
	padding: 0 26px;
}
.headerbox .toolsbox .tools {
	display: inline-block;
	line-height: 32px;
	padding: 0 10px;
	background-color: #edf1f7;
	border: 1px solid #d8e8fe;
	border-radius: 4px;
	text-align: center;
	margin-right: 6px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
}
.headerbox .toolsbox .tools.on {
	background-color: #fff;
}


.footer {
	width: 100%;
	line-height: 58px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #999;
}






























