/*header*/
.index-header{
	width: 100%;
	min-width: 1290px;
	height: 136px;
	background:#00456b;
	border-bottom: 4px solid #2061a3;
	box-sizing: border-box;
}
.index-header 
.content{
	width: 1290px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.index-header 
.content 
.left{
	width: 543px;
	height: 100%;
	background: url(../sx-img/logo.png) left center no-repeat;
	background-size: 100% 87px;
}
.index-header 
.content 
.right{
	width: 258px;
	height: 100%;
	padding: 29px 0 24px 0;
	box-sizing: border-box;
}
.index-header 
.content 
.right 
.time{
	width: 100%;
	text-align: right;
	font-size: 15px;
	color: #FFFFFF;
	padding-bottom: 27px;
	box-sizing: border-box;

}
.index-header 
.content 
.right 
.search{
	width: 100%;
	height: 37px;
}
.index-header 
.content 
.right 
.search input{
	width: calc(100% - 40px);
	height: 100%;
	float: left;
	background: #003b5c;
	border:none;
	outline: none;
	color: #a8bfd7;
	text-indent: 10px;
	border-radius: 5px 0 0 5px;
}
.index-header 
.content 
.right 
.search input::-webkit-input-placeholder{
	color: #a8bfd7;
}
.index-header 
.content 
.right 
.search button{
	width: 40px;
	height: 100%;
	float: left;
	background: #005381;
	border:none;
	outline: none;
	border-radius: 0 5px 5px 0;
}
.index-header 
.content 
.right .search input.search_btn{
    width: 40px;
    height: 100%;
    float: left;
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0;background:url(../sx-img/search-btn.png) #005381 center no-repeat;
}
/*nav*/
.index-nav{
	width: 100%;
	min-width: 1290px;
	height: 50px;
	background: #FFFFFF;
	position: relative;
}	
.index-nav .content{
	width: 1185px;
	height: 28px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}	
.index-nav .content ul li{
	width: 168px;
	height: 28px;
	line-height: 28px;
	float: left;
	text-align: center;
	font-size: 22px;
	border-left: 1px solid #e1b986;
    font-weight: 400;
}
.index-nav .content ul li:last-child{
	border-right: 1px solid #e1b986;
}
.index-nav .content ul li a{
	font-size: 22px;
	color: #333333;
	cursor: pointer;
}