/* header */
body{min-width:1200px;}
.rwsky_header_all{
	width: 100%;
	height: 138px;
	border-bottom: 1px solid #bdbfc0;
}
.rwsky_header{
	width: 1200px;
	height: 138px;
	margin: 0 auto;
	position: relative;
}
.rwsky_header_logo{
	width: 531px;
	height: 100%;
	background: url(../img/logo.png) left center no-repeat;
	background-size: 531px 77px;
	float: left;
}
.rwsky_header_search{
	width: 292px;
	height: 40px;
	border: 1px solid #bdbfc0;
	border-radius: 10px;
	float: right;
	position: relative;
	top: 50%;
}
.rwsky_header_search input{
	width:88% ;
height:100%;
display:block;
float:left;
text-indent:15px;
	border:0;
	outline: none;
	background: none;
	color: #bdbfc0;
	font-size: 16px;
	line-height: 40px;
	font-family: "平方";

}
.search_btn{
	display: block;
	width: 31px !important;
	height: 100%;
	background: url(../img/search_btn.png) right 10px center no-repeat !important;
	background-size: 21px 21px !important;
float:left;
}
/* nav */
.rwsky_nav_all{
	width:1200px;
	height: 48px;
	margin:0 auto; 
}
.rwsky_nav{
	width:1200px;
	height: 48px;
	float: right;
}
.rwsky_nav ul{
	width: 100%;
	height: 100%;
}
.rwsky_nav ul li{
	width: 150px;
	height: 48px;
	float: left;
	position: relative;
	cursor: pointer;
}
.rwsky_nav ul li:hover{
background:#185b8f;
}
.rwsky_nav ul li:hover a{
color:#FFF !important;
}
.rwsky_nav ul li a{
	width: 100%;
    height: 24px;
    border-right: 1px solid #bdbfc0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size:16px;
}
.rwsky_nav ul li a.checked{
height:100%;
background:#185b8f;
color:#FFF !important;
}	