@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd,
	ul, ol, li, pre, form, fieldset, object, code, legend, button, input,
	textarea, label, th, td, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font: 12px/1.5 'Helvetica Neue', 'Helvetica', 'Arial',
		'\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma',
		'Hiragino sans gb', 'SimSun', 'Sans-serif';
	color: #333;
	/**特殊日期黑白
	filter: grayscale(100%);
	*/
	min-width: 1200px;
	font-size: 16px;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

h1 {
	font-size: 24px;
	font-weight: bolder;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

/*设置默认字体*/
:focus {
	outline: 0;
}

ul, ol {
	list-style: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
	outline: none;
}

textarea {
	resize: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a:hover {
	text-decoration: none;
}

body a {
	color: #000;
	text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before, .cf:after, .clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.cf:after, .clearfix:after {
	clear: both;
}

.cf, .clearfix {
	clear: both;
	*zoom: 1;
}

/* 隐藏 居中 */
.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.show {
	display: block;
}

.hide {
	display: none !important;
}

.none {
	display: none;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
}

.auto {
	margin: 0 auto;
	width: 1200px;
}

.min-width {
	min-width: 1200px;
}

.indexHeader {
	background: rgb(247, 247, 247)
}

.hotS {
	padding: 20px 0 20px 0;
	height: 40px;
	background: rgb(247, 247, 247);
	box-shadow: 0 2px 0 #DCDCDC;
}

.hotS .top_container {
	max-width: 1200px;
	margin: 0 auto;
}

.hotS-nav .link-item {
	list-style: none;
	font-size: 18px;
	line-height: 50px;
	margin-left: 30px;
}

.hotS-nav .link-item>li {
	display: inline;
	padding: 0 10px;
	margin-right: 10px;
}

.hotS-nav .link-item>li {
	float: left;
	display: inline-block;
}

.hotS-nav .link-item a {
	width: 85px;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.hotS-nav .link-item .use {
	position: relative;
}

.hotS-nav .link-item .use>a {
	background: url(/pc/image/arrow.png) no-repeat 85px 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left
}

.hotS-nav .link-item .usedown {
	display: none;
	border-top: 2px solid #FFA500;
	position: absolute;
	background: rgb(247, 247, 247);
	padding: 10px 0;
	z-index: 102
}

.hotS-nav .link-item .usedown li a {
	width: 80px;
	padding: 10px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-right: none
}

.hotS-nav .link-item .usedown li a:hover {
	color: #FFA500
}

.indexNav {
	position: relative;
	background: #a90000;
	height: 56px;
	padding-bottom: 6px
}

.indexNav .indexNavWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	zoom: 1;
	width: 100%;
	background: #a90000
}

.indexNav .navLink {
	padding-top: 16px;
	border-top: 1px solid #000;
	margin-left: -60px;
	zoom: 1;
	position: relative
}

.indexNav .navLink>li {
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.indexNav .navLink>li>a {
	margin-left: 60px;
	display: block;
	padding-bottom: 8px;
	text-align: left;
	border-bottom: 1px solid #fff;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #fff
}

.indexNav .navLink>li .downList {
	padding-left: 60px;
	display: none;
	margin-top: 16px;
	padding-bottom: 6px
}

.indexNav .navLink>li .downList a {
	display: block;
	font-size: 16px;
	color: #fff;
	font-family: "Microsoft Yahei";
	line-height: 26px
}

.indexNav .navLink>li .downList a:hover {
	color: #e3e3e3
}

.right_icon img {
	width: 26px;
	margin: 5px 0;
}

.hui:hover {
	background-color: #BEBEBE !important;
}

.hui:hover a {
	color: white !important;
}

/*横条标题样式*/
.jt-titles {
	margin-top: 20px;
	background: #F6F6F6;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0;
}

.jt-titles-img {
	margin-left: 15px;
	margin-bottom: 5px;
	height: 20px;
}

.jt-titles-text {
	margin-left: 8px;
	font-size: 18px;
	line-height: 28px;
}

/*=========底部样式======*/
.footer {
	margin-top: 20px;
}

.footer-con {
	text-align: center;
	color: white;
	background: #3a3a3a;
	padding: 10px 0;
	font-size: 14px;
}

.footer-con a, .footer-con p a {
	color: white;
}

.footer-con p {
	padding-top: 10px;
}

.footer-con p span {
	padding: 0 10px;
}

/*===========友情链接=======*/
.fandlink {
	border: 1px solid #cac7c6;
	margin-top: 10px;
}

.fandlink-box {
	padding: 0 14px;
}

.fandlink ul {
	padding-bottom: 14px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fandlink ul li a {
	font: 12px;
	color: #353535;
}

.fandlink ul li a:hover {
	color: rgb(233, 182, 0);
}

.fandlink ul span {
	display: none
}

.fandlink h4 {
	font: 18px "Microsoft YaHei", HELVETICA;
	color: #353535;
	padding: 14px 0 8px;
	border-bottom: 1px solid #999;
}

/**==================    PC端           =================*/
@media screen and (min-width: 992px) {
}

/**==================    手机端           =================*/
@media screen and (max-width: 992px) {
	body {
		width: 100%;
		height: 100%;
	}
}