@charset "UTF-8";
.header {
	min-width:1200px;
	height:112px;
	background:rgba(26,68,177,1);
}

.inner {
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
}

.header .header-logo img {
	width:495px;
	height: 57px;
	margin: 26px 0px 29px 0px;
	float: left;
}

.login-register {
	width: 390px;
	float: right;
}

.seach-show{
	float: left;
	display: inline-block;
	width: 280px;
	height:36px;
	background:rgba(9,42,129,0.4);
	border-radius:18px;
	margin: 38px 0px 38px 0px;
	position: relative;
}

.seach-hide{
	display: none;
}

.searchhide{
	display: none;
}

.searchshow{
	display: inline;
}

#searchBtnhide img{
	width:19px;
	height:19px;
	position: absolute;
	left: -25px;
    top: 0;
}

#seach a img{
	width:19px;
	height:19px;
	position: absolute;
	left: 20px;
    top: 9px;
}

#seach-input{
	background:rgba(9,42,129,0.4);
	outline-style: none ;
	border-top-right-radius:18px;
	border-bottom-right-radius:18px;
	border:none;
	width: 225px;
	height:14px;
	font-size:15px;
	font-family:PingFang SC;
	font-weight:400;
	line-height:18px;
	opacity:0.8;
	padding: 5px 0px;
	color:#fff;
	position: absolute;
	left: 51px;
    top: 5px;
}

#seach-input::-webkit-input-placeholder{
	color:rgba(255,255,255,1);
}

#seach-input:focus{
	color:rgba(255,255,255,1)
}

#logreg{
	float: right;
	font-size:17px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin: 45px 10px 47px 0px;
	position: relative;
}

#logreg a{
	color:rgba(255,255,255,1);
	width:83px;
	height:17px;
	font-size:17px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:18px;
}

#searchhide {
	display:inline;
	width:19px;
	height:19px;
	position: absolute;
	left: -27px;
    top: 4px;
}

#menu{
	height:48px;
	background:rgba(231,234,247,1);
	opacity:0.9;
}

#menu ul li a{
	height:17px;
	font-size:17px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(26,68,177,1);
}

#menu ul li a:hover{
	text-decoration:none
}

.navbar {
	width: 100%;
	height: 48px;
	background: #e9ecf8;
	position: relative;
	z-index: 2;
}

.navbar li {
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 17px;
	color: #1a44b1;
	float: left;
	position: relative;
}

.second-bar {
	position: absolute;
	display: none;
	margin:0px;
	padding:0px;
	z-index:1000;
}

.highlight {
	height:2px;
	background:rgba(37,90,227,1);
	border-radius:1px;
}

.second-bar li {
	height: 56px;
	background: #F8FAFF;
	font-size:16px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(26,68,177,1);
	line-height:50px;
}

.inner li:hover .second-bar {
	display: block;
}

#menu li:hover {
	background:rgba(233,236,248,1);
	opacity:0.9;
}

.second-bar li:hover {
	background:rgba(233,236,248,1);
	opacity:0.9;
}