@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
	font-family: "Microsoft YaHei", 微软雅黑;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #ddd;
	text-decoration: none;
}

a:visited {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	color: #ddd;
}

a:active {
	color: #ddd;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	min-width: 1020px;
	/* text-align: center; */
	/* color: #ffa79a; */
	font-size: 14px;
	line-height: 1.5;
	background: #BF2B2D url(../images/bg01.jpg) no-repeat center top;
}

#container {
	position: relative;
	overflow: hidden;
	text-align: left;
}

img {
	vertical-align: top;
}

#main {}

* html #main {
	zoom: 1;
}

*+html #main {
	zoom: 1;
}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

a {
	display: block;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
#header {
	height: 100px;
	box-sizing: border-box;
	background: #AC1B21;
}

#header .hInner {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

#header .hInner h1 {
	display: flex;
	align-items: center;
}

#header .hInner h1 a,
#header .hInner h1 img {
	height: 60px;
}

#header ul {}

#header li {
	margin-left: 20px;
	width: 125px;
	float: left;
}

#header li a {
	height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	display: block;
}

#header li a:hover {
	color: #a70306;
	background: url(../images/bg.png) no-repeat;
}

#header li a span {
	padding-left: 27px;
	display: inline-block;
	background: url(../images/g_img01.png) no-repeat left 10px;
}

#header li a:hover span {
	background-image: url(../images/g_img01_on.png);
}

#header li.li02 a span {
	background-image: url(../images/g_img02.png);
}

#header li.li02 a:hover span {
	background-image: url(../images/g_img02_on.png);
}

#header li.li03 a span {
	background-image: url(../images/g_img03.png);
}

#header li.li03 a:hover span {
	background-image: url(../images/g_img03_on.png);
}

#header li.li04 a span {
	background-image: url(../images/g_img04.png);
}

#header li.li04 a:hover span {
	background-image: url(../images/g_img04_on.png);
}

#header li.li05 a span {
	background-image: url(../images/g_img05.png);
}

#header li.li05 a:hover span {
	background-image: url(../images/g_img05_on.png);
}

/*------------------------------------------------------------
------------------------------------------------------------*/
#footer {
	overflow: hidden;
	background-color: #491515;
}

#footer p {
	color: #ffeedf;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
}

[v-cloak] {
	display: none;
}

/* system close message */
.system {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	font-size: 24px;
}

/* pages */
#pages {
	text-align: center;
}

.remark {
	cursor: pointer;
}

.layui-laypage a,
.layui-laypage span {
	background: transparent !important;
	color: #ffd4ce !important;
	border: 1px solid #e6e6e6 !important;
}

/* current background color */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #FFA200 !important;
	left: 0px !important;
	top: 0px !important;
	padding: 0px !important;
}

/* current text color*/
.layui-laypage .layui-laypage-curr em {
	color: #801100 !important;
}