* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif
}


html,
body {
	background-color: #fff;
	font-size: 10px;
}

input {
	background: none;
}

a {
	text-decoration: none;
	color: #1e59a8
}

.underline {
	text-decoration: underline;
}

input,
textarea,
select,
button,
a:focus {
	outline: none
}

ul li {
	list-style: none
}

a:hover {
	color: #1e59a8
}

.none {
	display: none
}

.left {
	float: left
}

.right {
	float: right
}

.clearfix {
	clear: both;
	/* overflow: hidden */
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.text_center {
	text-align: center;
}

.wrap_w {
	max-width: 150rem;
	margin: 0 auto;
}

.margin_c {
	margin: 0 auto;
}


.topWrap {
	border-top: 6px solid #1e59a8;
	background-color: #fff;

}

.top {
	height: 15rem;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.search {
	width: 20rem;
	height: 3rem;
	background-color: #1e59a8;
	border-radius: 0 0 1rem 1rem;
	position: absolute;
	right: 10rem;
	top: 0;
}

form.search_form {
	width: 90%;
	padding: 0 5%;
	height: 100%;
	display: flex;
}

input.sub,
input.keywords {
	outline: none;
	border: none;
}

input.sub {
	width: 3rem;
	height: 3rem;
	background: url(../images/icon_search.png) no-repeat center;
}

input.keywords,
input.keywords::placeholder {
	padding: 0 0 0 0.5rem;
	font-size: 1.4rem;
	color: #fff;
}

input.keywords {
	width: calc(100% - 3rem);
	height: 3rem;
}


.logo {
	width: 38rem;
	height: 9rem;
	padding: 5rem 0 0 0;
}

.logo img {
	width: 100%
}

.website_name {
	width: 25rem;
	padding: 2.5rem 0 0 2rem;

}

.website_name>h1,
.website_name>h2 {
	color: #1e59a8;
	padding: 0 0 0 1rem;
	font-size: 2.8rem;
}

.website_name>h1 {
	letter-spacing: 1.6rem;
	margin: 2rem 0 0.3rem;
}

.website_name>h1>span {
	letter-spacing: 0.34rem;
}

.website_name>h2>span {
	letter-spacing: 0.22rem;
}

.website_name>h1>span,
.website_name>h2>span {
	font-size: 1.2rem;
	font-family: 'Times New Roman', Times, serif;
	display: block;
	color: #000;
	font-weight: normal;
}

.navWrap {
	background-color: #1e59a8;
	height: 4.3rem;
	width: calc(100% - 38rem - 28rem);
	margin-top: 9.5rem;
	padding: 1rem 0.5rem 0 0.5rem;
	border-radius: 2rem 0 2rem 0;
	/* border-top: 1px solid #fff; */
	/* border-bottom: 1px solid #fff; */
}

.nav {
	height: 4.3rem;
	display: flex;
}

.nav_li {
	width: calc(100% / 9);
	text-align: center;
	line-height: 4.3rem;
	position: relative;
	transition: all .1s ease-in;
	/* 新增：确保点击区域包含子元素 */
	/* padding-bottom: 5px; */
	/* 抵消dl和主元素的空隙 */
	box-sizing: border-box;
}

.nav_li dl dd {
	width: 96%;
	margin: 0 2%;
	line-height: 4rem;
	border-bottom: 1px solid #ccc;
	/* 统一行高，增加点击区域 */
	/* padding: 0 10px; */
}

.nav_li dl dd:last-child {
	border: none;
}

.nav_li dl {
	display: none;
	position: absolute;
	left: -20%;
	width: 140%;
	background-color: #fff;
	/* 新增：消除和父元素的空隙 */
	top: 100%;
	/* 精准对齐父元素底部 */
	/* margin-top: -1px; */
	/* 抵消可能的边框空隙 */
	z-index: 999;
	border: 1px solid #1e59a8;
	border-top: none;
	border-radius: 0 0 .5rem .5rem;
}

.nav_li a {
	color: #fff;
	font-size: 1.6rem;
}

.nav_li dl a {
	font-size: 1.6rem;
}

.nav_li:hover {
	border-radius: .5rem .5rem 0 0;
	background-color: #fff;
	padding: 0;
}

.nav_li:hover a {
	color: #1e59a8;
	font-weight: bold;
	/* text-shadow: #1e59a8 1px 0 1px; */
}

.links {
	background-color: #eee;
	height: 4rem;
	line-height: 4rem;
	padding: 1rem 0;
	color: #0351a8;
}

.links,
.links a {
	font-size: 1.6rem;
}

.links a {
	margin: 0 1.5rem 0 0;
	color: #000;
}

.links_items{
	display: flex;
	flex-wrap: wrap;
}

.footerWrap {
	padding: 2rem 0;
	line-height: 3rem;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background: #000;
}

.foot_links,
.foot_links a {
	color: #fff;
}

.foot_links a {
	margin: 0 1.5rem 0 0;
}

@media screen and (min-width:300px) and (max-width:1199px) {

	.logo {
		margin: 4rem auto 0;
		width: 20rem;
		height: auto;
	}

	.logo,
	.top {
		padding: 0;
	}

	.navWrap,
	.nav,
	.top {
		height: auto;
	}

	.top,
	.nav,
	.website_name,
	.focus_news {
		flex-wrap: wrap
	}
	
	.navWrap{
		width: 100%;
		margin: 0;
	}

	.nav_li {
		width: calc(100% / 3);
	}

	.website_name {
		justify-content: center;
		padding: 0;
	}

	.website_name>h1 {
		text-align: center;
		font-size: 2.4rem;
		line-height: 3rem;
		width: 100%;
		letter-spacing: 0;
		padding: 0;
		margin: 0;
	}

	.website_name>h2 {
		width: 100%;
		text-align: center;
		font-size: 2.4rem;
		line-height: 3rem;
		letter-spacing: 0;
		padding: 0;
		margin: 0;
	}

	.website_name {
		width: 100%;
	}

	.search {
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.nav_li a {
		font-size: 1.6rem;
	}
	
	.links{
		height: auto;
	}
}

@media screen and (min-width:1200px) and (max-width:1599px) {
	.logo {
		padding-left: 3rem;
		width: 30rem;
	}
	
	.website_name{
		padding-left: 0;
	}

	.website_name>h1 {
		font-size: 2.4rem;
	}

	.website_name>h2 {
		font-size: 2.4rem;
	}

	.search {
		/* margin-top: 4rem; */
	}

	.nav_li a {
		font-size: 1.4rem;
	}
	
}