@charset "utf-8";

/* CSS Document */
html {
	background: #FFF;
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	/* 14÷10=1.4 */
	color: #333;
	font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
	color: #282828;
	-webkit-font-smoothing: subpixel-antialiased;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

fieldset, img {
	border: 0;
}

img, object {
	/* width: 100%; */
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

a {
	outline: none;
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ee931d;
	text-decoration: none;
}

input[type='button'] {
	outline: none;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400;
}

ul, ol, li {
	list-style: none outside none;
}

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
	content: none;
}

input, textarea, select {
	font-weight: inherit;
}

input, select, textarea, button {
	vertical-align: middle
}

/*头部样式*/
.wrap_header {
	width: 100%;
	height: 192px;
	background-color: #b60101;
}

.topHeader {
	height: 32px;
	background-color: #950606;
}

.topHeader>div {
	width: 1150px;
	margin: 0 auto;
	height: 32px;
	line-height: 32px;
}

#datetimeNode {
	width: auto;
	float: left;
}

#datetimeNode span {
	color: #fff;
}

.topHeader .top_nav {
	float: right;
	width: auto;
}

.topHeader .top_nav a {
	float: left;
	margin-left: 19px;
	color: #c4c5c5;
}

.topHeader .top_nav a:first-child {
	margin-left: 0;
}

.topHeader .top_nav a:hover {
	color: #fff;
}

.header {
	width: 100%;
	height: 160px;
	margin: 0 auto;
	z-index: 9999;
	position: relative;
}

.top {
	height: 110px;
	width: 1150px;
	margin: 0 auto;
}

.logo {
	width: 600px;
	height: 84px;
	float: left;
	padding: 12px 0 0 0;
	position: relative;
	z-index: 1003;
}

.logo a {
	display: inline-block;
}

/* .logo_01{width: 320px;} */
.search {
	width: 214px;
	height: 32px;
	position: relative;
	overflow: hidden;
	z-index: 9998;
	float: right;
	background: url(../images/search-bg.png) no-repeat left center;
	margin-top: 38px;
}

.search input {
	position: absolute;
	height: 32px;
	line-height: 32px;
	color: #8d8d8d;
	top: 0;
}

.search input.notxt {
	left: 0;
	color: #8d8d8d;
	width: 153px;
	padding: 0 10px;
	line-height: 32px;
	font-size: 14px;
	border: none;
	background: none;
}

.search input.notxt1 {
	width: 42px;
	height: 32px;
	right: 0px;
	border: none;
	background: url(../images/search-btn.png) no-repeat center center;
	cursor: pointer;
}

.nav {
	width: 100%;
	background-color: #fff;
	height: 50px;
}

.nav ul {
	width: 1150px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/navLi-bg.png) no-repeat left center;
}

.nav ul li {
	float: left;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	position: relative;
	background: url(../images/navLi-bg.png) no-repeat right center;
}

.nav ul li a {
	color: #000;
	font-size: 16px;
	display: block;
	padding: 0 32px;
}

.nav ul li .subNav {
	background-color: #b60101;
	width: 120px;
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 9999;
	left: 50%;
	margin-left: -60px;
}

.nav ul li a.on {
	color: #b60101;
	display: block;
}

.nav ul li.active a {
	color: #0858b1;
}

.nav ul li .subNav dl dd a {
	font-size: 14px;
	line-height: 23px;
	padding: 6px;
	border-top: none;
	text-align: left;
	font-weight: normal;
	background: none;
	color: #fff;
	text-align: center;
}

.nav ul li .subNav dl dd a:hover {
	background-color: #d90000;
}




header.current .search {
	display: none;
}

header.current .logo {
	transition: width 0.3s ease 0s;
	-webkit-transition: width 0.3s ease 0s;
	-moz-transition: width 0.3s ease 0s;
	width: 200px;
	height: auto;
	padding: 5px 0 0 0;
}

header.current {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #0858b1;
	z-index: 99999;
	box-shadow: 0 4px 4px rgba(8, 88, 177, .5);
}

header.current .nav {
	height: 60px;
	line-height: 60px;
	margin-left: 200px;
	width: 950px;
	background: none;
}

header.current .nav>ul {
	background: none;
	height: 60px;
	width: 950px;
}

header.current .nav li {
	background: none;
	font-size: 0.9em;
	height: 60px;
	line-height: 60px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

header.current .nav li a {
	color: #fff;
	border-left: none;
	padding: 0 17px;
}

header.current .nav li a:hover {
	font-weight: normal;
	background-color: #ffad6a;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

header.current .nav li .subNav {
	display: none;
	top: 60px;
}

header.current .top {
	height: 60px;
	width: 200px;
	float: left;
}

header.current .topHeader {
	display: none;
}

header.current .subNav {
	display: none !important;
}

header.current .header {
	height: 60px;
	max-width: 1150px;
}

/*导航*/

.Banner {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/*footer*/

.goTop {
	position: fixed;
	bottom: 20px;
	right: 50%;
	margin-right: -650px;
	z-index: 99;
	width: 50px;
	height: 50px;
	background: url(../images/icon_goTop.png) no-repeat center center #ffad6a;
}

.goTop:hover {
	background: url(../images/icon_goTop.png) no-repeat center center #60a3ee;
}

/*手机端导航*/
.snav {
	display: none;
	height: 50px;
	right: 0px;
	top: 30px;
	z-index: 1002;
	width: 100%;
}

.mbtn {
	display: block;
	width: 50px;
	height: 50px;
	right: 15px;
	top: 0;
	z-index: 1002;
	cursor: pointer;
	background-color: #ffad6a;
}

#Index_mbtn {
	margin: 0 auto;
	width: 16px;
	height: 18px;
	display: block;
	margin-top: 10px;
	color: #fff;
}

.mbtn .m {
	font-size: 12px;
	font-weight: 400;
	font-family: Arial;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	hegiht: 20px;
}

.navm {
	width: 100%;
	z-index: 9999;
	line-height: 30px;
	background-color: #ba1414;
	overflow: hidden;
	text-align: left;
	display: none;
	top: 80px;
	left: 0;
}

.navm ul {}

.navm li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d44343;
}

.navm li a {
	font-size: 15px;
	font-size: 1.5rem;
	width: 120px;
	float: left;
	line-height: 18px;
	padding: 10px 0px;
	color: #fff;
	padding-left: 13px;
	display: block;
}

.navm li a:hover {
	color: #fff;
}

.navm li span {
	padding: 10px 10px 0 0;
	float: right;
	color: #fff;
	cursor: pointer;
}

.navm dl {
	background-color: #fff;
	color: #004489;
	padding-left: 20px;
}

.navm dl dd {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}

.navm li.on dl dd a {
	display: block;
	font-size: 14px;
	color: #282828;
	line-height: 30px;
	height: 30px;
}

.navm li dl dd a {
	font-size: 14px;
	color: #282828;
	font-weight: normal;
	display: inline;
	display: block;
	border: none;
	padding: 0px;
}

.navm li dl dd a:hover {
	color: #ee931d;
}

.subNavs {
	width: 100%;
	overflow: hidden;
	display: none;
}

.ser {
	display: none;
	width: 210px;
	;
	height: 35px;
	right: 158px;
	top: 82px;
	line-height: 30px;
	background-color: #fff;
	z-index: 9999994;
}

.nser {
	display: block;
	width: 100%;
	background-color: #fff;
	height: 32px;
}

.nser .search {
	width: 100%;
	margin: 0;
	display: block;
	background: none;
}

.nser .search input.notxt {
	width: 92%;
	left: 0;
	padding-left: 13px;
	padding-right: 0;
}

.nser .search input.notxt1 {
	background: url(../images/search-btn.png) no-repeat center center #ffad6a;
	right: 0px;
}

.nlinks {
	width: 100%;
	overflow: hidden;
}

.nlinks span {
	float: left;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
}

.nlinks span a {
	color: #fff;
}

.articleTitle {
	width: 100%;
	height: 67px;
	line-height: 67px;
	border-bottom: 2px solid #888;
}

.articleTitle h2 {
	font-size: 20px;
	color: #b60101;
	font-style: normal;
}

.articleTitle h2:hover {
	color: #ee931d;
}

.articleTitle h2 strong {
	font-style: normal;
	margin: 0 10px;
	color: #5e6165;
}

.articleTitle .more {
	font-size: 14px;
	float: right;
	background: url(../images/more-bg.png) no-repeat right center;
}

.articleTitle .more a {
	padding-right: 18px;
	color: #666;
}

.articleTitle .more a:hover {
	color: #ee931d;
}


/*footer*/
.footerWrap {
	width: 100%;
	overflow: hidden;
	background: #b60101;
}

.footer {
	width: 1150px;
	overflow: hidden;
	margin: 0 auto;
}

.copyRight {
	width: 100%;
	overflow: hidden;
	background-color: #b60101;
	line-height: 20px;
	text-align: center;
	padding: 13px 0;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.copyRight i {
	display: block;
}

.copyRight span {
	margin: 0 8px;
	color: #fff;
}

.copyRight strong {
	color: #fff;
}


@media screen and (max-width:1350px) {
	.goTop {
		margin: 0;
		right: 20px;
	}
}

@media screen and (max-width:1200px) {
	.top, .footer, .topHeader>div {
		width: auto;
		padding: 0 10px;
	}

	.Banner, .nav ul {
		width: 100%;
	}

	.nav ul li {
		width: 11%;
		text-align: center
	}

	.nav ul li a {
		padding: 0;
	}

	.footer-nav {
		width: 11%;
	}

	.footer-navWrap .last {
		width: 8%;
	}

	.footer {
		width: auto;
		margin: 0 15px;
		clear: both;
	}

	.copyRight {
		padding: 13px 20px;
		width: auto;
	}

	.copyRight i {
		display: inline;
	}

	.copyRight strong {
		display: inline-block;
		color: #fff;
	}
}

@media screen and (max-width:900px) {
	.footer-navWrap {
		display: none;
	}

	.logo {
		width: 420px;
		padding-top: 20px;
	}

	.logo .logo_01 {
		/* width: 240px; */
	}

	.logo .logo_02 {
		width: 170px;
	}
}

@media screen and (max-width:800px) {
	.search, .nav, .topHeader {
		display: none;
	}

	.wrap_header, .header {
		height: auto;
	}

	.snav {
		display: block;
	}


}

@media screen and (max-width:768px) {
	.copyRight span {
		display: none;
	}

	.copyRight strong {
		margin: 0 10px;
	}

	.articleTitle h2 {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {

	.footer_bottom strong {
		display: block;
	}

	.footerLogo {
		width: 240px;
		padding-top: 24px;
		float: none;
		margin: 0 auto;
	}

	.message {
		padding-top: 10px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.message a:first-child {
		margin-left: 0;
	}

	.top {
		height: 80px;
	}

	.logo {
		width: 320px;
		height: auto;
		padding-top: 10px;
	}

	.snav {
		top: 15px;
	}

	.navm {
		top: 65px;
	}

	.logo .logo_01 {
		/* width: 180px; */
		padding-top: 10px;
	}

	.logo .logo_02 {
		width: 130px;
	}
}



@media screen and (max-width:480px) {
	.logo {
		width: 260px;
		padding-top: 18px;
	}

	.logo .logo_01 {
		/* width: 140px; */
	}

	.logo .logo_02 {
		width: 100px;
	}
}