*{margin:0;padding: 0}
ul li {list-style: none}
a{cursor: pointer;}
body{font-family: "微软雅黑";min-width:1350px;}
.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(../img2/logo.svg) left center no-repeat;
	background-size: 425px 77px;
	float: left;
}
.rwsk_searchA{
		width: 292px;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
		float: right;
	}
	.rwsk_searchA p{
		display: block;
    width: auto;
    line-height: 40px;

    font-size: 14px;
float:right;
	}
	.rwsk_searchA p a{
		width:80px;
		text-align: center;
		display: block;
		float: left;
	}
.rwsk_searchA p a:hover{
		color:rgb(24,91,134)
	}
.rwsky_header_search{
	width: 260px;
	height: 35px;
	border: 1px solid #bdbfc0;
	border-radius: 0;
	float: right;
	position: relative;
	top: 50%;
box-sizing:border-box;
}
.rwsky_header_search input{
	width:calc(100% - 43px);
height:100%;
display:block;
float:left;
text-indent:13px;
	border:0;
	outline: none;
	background: none;
	color: #bdbfc0;
	font-size: 15px;
	line-height: 40px;
	font-family: "平方";

}
.search_btn{
	display: block;
	width: 43px !important;
	height: 100%;
	background: url(../img2/search_btn.png) rgb(24,91,134) right 10px center no-repeat !important;
	background-size: 21px 21px !important;
float:right;
}
/* header */
	
	/* nav */
	.rwsk_nav{
		width: 1100px;
		height: 48px;
		margin:0 auto;
	}
	.rwsk_nav ul li{
		width: 135px;
		height: 48px;
		line-height: 48px;
		float: left;
		position: relative;
	}
.rwsk_nav ul li:nth-child(6) ul li{}
.rwsk_nav ul li:nth-child(6) ul li a{
    padding: 0 0 0 5px;box-sizing:border-box}
.rwsk_nav ul li:last-child a{border:none !important;}
	.rwsk_nav ul li.active{
		background: rgb(24,91,143);
	}
	.rwsk_nav ul li.active a{
		color: #FFF;
	}
.rwsk_nav ul li ul li.active{
		background: none;
		/* border-bottom: 1px solid #7eaed4;
		box-sizing: border-box; */
	}
	.rwsk_nav ul li a{
		width: 100%;
		height:24px;
		position: absolute;
		top: 0;
		bottom:0;
		margin:auto;
		display: flex;
	    align-items: center;
	    justify-content: center;
		border-right: 1px solid #bdbfc0;
	}
	.rwsk_nav ul li ul{
		position: absolute;
		z-index: 9999;
		background: rgba(24,91,143,0.8);
		display: none;
		top: 48px;
min-width:100%
	}
	.rwsk_nav ul li ul li{
		position: relative;
		text-align: center;
line-height:38px;
height:38px;
width:max-content;
min-width:135px;
	}
	.rwsk_nav ul li ul li a{
		position: relative !important; 
		font-size: 13px;
		color: #FFF;
		display: block;
		width: 100%;
		line-height: 38px;
		border:0 !important;
	}