﻿* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif
}

/* html body {
	width: 100%;
	height: 100%;
} */

html,
body {
	background-color: #f0f9ff;
	font-size: 10px;
}

input {
	background: none;
}

a {
	text-decoration: none;
	color: #252525
}

.underline {
	text-decoration: underline;
}

input,
textarea,
select,
button,
a:focus {
	outline: none
}

ul li {
	list-style: none
}

a:hover {
	color: #0351a8
}

.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 {
	background-color: #0351a8;
}

.top {
	padding: 2rem;
	height: 12rem;
	display: flex;
}

.logo {
	width: 38rem;
	height: 9rem;
	padding: 1.5rem;
}

.logo img {
	width: 100%
}

.website_name {
	display: flex;
	width: 82rem;
	line-height: 12rem;
	/* padding: 0.3125rem 0 0.3125rem 1.25rem; */

}

.website_name>h1,
.website_name>h2 {
	color: white;
	padding: 0 0 0 1rem;
}

.website_name>h1 {
	font-size: 4.8rem;
	font-weight: bold;
}

.website_name>h2 {
	font-size: 2.2rem;
	font-weight: normal;
}

.search {
	width: 24rem;
	height: 3rem;
	margin: 4.5rem 0 0 2rem;
}

form.search_form {
	width: 100%;
	height: 100%;
	display: flex;
	border-radius: 0.2rem;
	background-color: #fff;
}

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: #000;
}

input.keywords {
	width: calc(100% - 3rem);
	height: 3rem;
}


.navWrap {
	background-color: #0066d7;
	height: 4rem;
	/* border-top: 1px solid #fff; */
	/* border-bottom: 1px solid #fff; */
}

.nav {
	height: 4rem;
	display: flex;
}

.nav_li {
	width: calc(100% / 13);
	text-align: center;
	line-height: 4rem;
	position: relative;
}

.nav_li dd {}

.nav_li dl {
	display: none;
	position: absolute;
	width: 140%;
	background-color: #0351a8;
	border: 1px solid #0351a8;
}

.nav_li dl a:hover {
	background-color: #fff;
	color: #0351a8;
}

.nav_li a {
	color: #fff;
	font-size: 1.8rem;
	display: block;
}

.nav_li a:hover {
	color: #fff;
	text-shadow: #fff 1px 0 10px;
	background-color: #0351a8;
}

.col_tit {
	display: flex;
	justify-content: space-between;
	height: 5rem;
	border-bottom: 2px solid #0351a8;
	margin: 0 0 1rem 0;
}

.col_tit .tit0 a,
.col_tit .tit a {
	font-size: 2rem;
	font-weight: bold;
	padding: 0 0 0 1rem;
	color: #0341a8;
}

.col_tit .tit0 {
	line-height: 4rem;
}

.col_tit .tit {
	background: url(../images/icon_tit.png) no-repeat left center;
	line-height: 5rem;
}

.col_tit .more {
	height: 5rem;
	line-height: 5rem;
}

.col_tit .more a {
	color: #0351a8;
	font-size: 1.4rem;
}

.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;
}

.footerWrap {
	padding: 2rem 0;
	line-height: 3rem;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background: #0351a8;
}

.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: 0 auto;
	}

	.logo,
	.top {
		padding: 0.5rem;
	}

	.navWrap,
	.nav,
	.top {
		height: auto;
	}

	.top,
	.nav,
	.website_name,
	.focus_news {
		flex-wrap: wrap
	}

	.nav_li {
		width: calc(100% / 3);
	}

	.website_name {
		justify-content: center;
	}

	.website_name>h1 {
		text-align: center;
		font-size: 3.2rem;
		line-height: 3rem;
		width: 100%;
	}

	.website_name>h2 {
		width: 100%;
		margin-top: 1rem;
		text-align: center;
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 3rem;
	}

	.website_name {
		width: 100%;
	}

	.search {
		margin: 1rem auto;
	}
	
	.nav_li a {
		font-size: 1.6rem;
	}
}

@media screen and (min-width:1200px) and (max-width:1599px) {
	.logo {
		width: 31rem;
	}

	.website_name>h1 {
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 10rem;
	}

	.website_name>h2 {
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 10rem;
	}

	.search {
		margin-top: 4rem;
	}

	.nav_li a {
		font-size: 1.6rem;
	}
}