﻿* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif
}

/* html body {
	width: 100%;
	height: 100%;
} */

html,
body {
	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: #b22923
}

.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
}

.bg_gray {
	background-color: #f7f7f7;
}

.bg_cred {
	background-color: #b22923;
}

.text_center {
	text-align: center;
}

.wrap_w {
	max-width: 150rem;
	margin: 0 auto;
}

.margin_c {
	margin: 0 auto;
}


.topWrap {
	background: #b22923 url(../images/top_bg.png) repeat-x 0 6rem;
}

.top {
	padding: 2rem;
	height: 12rem;
	display: flex;
}

.logo {
	width: 40rem;
	height: 10.6rem;
	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 {
	color: white;
	padding: 0 0 0 1rem;
	font-size: 3.2rem;
	font-weight: bold;
}

.search {
	width: 24rem;
	height: 3rem;
	margin: 4.5rem 0 0 2rem;
}

form.search_form {
	width: 100%;
	height: 100%;
	display: flex;
	/* background-color: #fff; */
	border-bottom: 0.1rem solid #fff;
}

input.sub,
input.keywords {
	outline: none;
	border: none;
}

input.sub {
	margin: 0.5rem 0;
	width: 2rem;
	height: 2rem;
	background: url(../images/icon_search.png) no-repeat center;
	background-size: 100% 100%;
}

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;
}


.navWrap {
	background-color: #b22923;
	height: 4rem;
	border-top: 1px solid #a62722;
	/* border-bottom: 1px solid #fff; */
}

.nav {
	height: 4rem;
	display: flex;

}

.nav_li {
	width: calc(100% / 7);
	text-align: center;
	line-height: 4rem;
	position: relative;
}

.nav_li dd {}

.nav_li dl {
	display: none;
	position: absolute;
	width: 100%;
	background-color: rgba(195, 3, 0, 0.8);
	/* border: 1px solid rgba(195, 3, 0, 0.8); */
}

.nav_li dl a:hover {
	background-color: #fff;
	color: #b22923;
	border: none;
}

.nav_li dl a {
	font-size: 1.6rem;
}

.nav_li a {
	color: #fff;
	font-size: 1.8rem;
	display: block;
}

.nav_li:hover {
	border-top: 0.2rem solid #fff;
}

.nav_li a:hover {
	border: none;
}

.nav_li:hover,
.nav_li a:hover {
	color: #fff;
	background-color: rgba(195, 3, 0, 0.8);
}

.col_box_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.col_box_wrap,
.box_wrap {
	margin-top: 30px;
}

.col_tit {
	display: flex;
	justify-content: space-between;
	height: 5rem;
	border-bottom: 2px solid #b22923;
	margin: 0 0 1rem 0;
}

.col_tit .tit a {
	font-size: 2.4rem;
	/* font-weight: bold; */
	padding: 0 0 0 2.5rem;
	color: #b22923;
}


.col_tit .tit {
	background-repeat: no-repeat;
	background-size: 2rem 2rem;
	background-position: left center;
	line-height: 5rem;
}

.tit_icon1{
	background-image: url(../images/icon_col1.png);
}

.tit_icon2{
	background-image: url(../images/icon_col2.png);
}

.tit_icon3{
	background-image: url(../images/icon_col3.png);
}

.tit_icon4{
	background-image: url(../images/icon_col4.png);
}

.tit_icon5{
	background-image: url(../images/icon_col5.png);
}

.tit_icon6{
	background-image: url(../images/icon_col6.png);
}

.tit_icon7{
	background-image: url(../images/icon_col7.png);
}

.tit_icon8{
	background-image: url(../images/icon_col8.png);
}

.tit_icon9{
	background-image: url(../images/icon_col9.png);
}

.tit_icon10{
	background-image: url(../images/icon_col10.png);
}

.tit_icon11{
	background-image: url(../images/icon_col11.png);
}

.tit_icon12{
	background-image: url(../images/icon_col12.png);
}

.tit_icon13{
	background-image: url(../images/icon_col13.png);
}

.col_tit .tit span {
	color: #9a9a9a;
	font-size: 1.4rem;
	padding: 0 0 0 1rem;
}

.col_tit .more {
	height: 5rem;
	line-height: 5rem;
}

.col_tit .more a {
	color: #b22923;
	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: #b22923;
}

@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;
	}
}