/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
body {
  line-height: 1;
  font-family: 'MicrosoftYaHei', 'Arial';
  font-size: 0;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
html {
  margin: 0 auto;
}
.clear {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
input:focus {
  outline: none;
}
img {
  border: none;
}
li {
  list-style: none;
}
a {
  outline: none;
  text-decoration: none;
}
.none {
  display: none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/*******************/
.page_container {
  /* background: #F5F3F0 url(body-bg.png) top center no-repeat; */
}
/*header*/
.header {
  width: 100%;
  /* height: 200px; */
  background: url(header-bg.png) no-repeat center #AE3449;
  /* padding-bottom: 30px; */
  background-size: 100%;
}
.header-box {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.header-box .qr-box {
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 100;
  width: 236px;
  text-align: right;
}
.header-box .qr-box .text {
  font-size: 14px;
  color: #E4CFA3;
  background: url(icon-wechat.png) top right no-repeat;
  padding-right: 30px;
  line-height: 20px;
  display: inline-block;
}
.header-box .qr-box:hover .qrcode {
  display: block;
}
.header-box .qr-box .qrcode {
  width: 236px;
  height: 220px;
  background: url(wechat-bg.png);
  z-index: 100;
  display: none;
  margin-left: 60px;
  margin-top: -5px;
}
.header-box .qr-box .qrcode img {
  width: 100px;
  height: 100px;
  position: relative;
  left: -68px;
  top: 70px;
}
.header-box .logo {
  position: relative;
  top: 55px;
}
.header-box .searchbox {
  width: 460px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 75px;
}
.header-box .searchbox .searchinput,
.header-box .searchbox .searchbtn {
  vertical-align: top;
}
.header-box .searchbox .searchinput {
  background: #fff url(icon-search.png) 20px center no-repeat;
  text-indent: 55px;
  width: 258px;
  height: 52px;
  border: 0;
  border-radius: 2px 0 0 2px;
}
.header-box .searchbox .searchbtn {
  width: 95px;
  height: 52px;
  background: #E4CFA3;
  border: 0;
  border-radius: 0 2px 2px 0;
  font-size: 16px;
  color: #721B28;
  cursor: pointer;
}
.header-box .searchbox .icon-sanjiao {
  position: absolute;
  left: 254px;
  top: 22px;
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(-225deg);
  background: #E4CFA3;
  font-size: 0;
}
.header-nav {
  width: 100%;
  height: 48px;
  background: #5D1C2C;
  position: relative;
}
.header-nav .first-nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  /* 确保不换行 */
}
.header-nav .first-nav .first-nav-li {
  flex: 1;
  /* 等宽分布 */
  text-align: center;
}
.header-nav .first-nav .first-nav-li > a {
  display: inline-block;
  /*padding: 0 15px; */
  line-height: 48px;
  /* 垂直居中 */
  font-weight: 700;
  font-size: 17px;
  color: #FFFFFF;
  position: relative;
}
.header-nav .first-nav .first-nav-li > a:hover {
  color: #E4CFA3;
}
.header-nav .first-nav .first-nav-li.hastwo > a {
  background: url(icon-nav-down.png) right center no-repeat;
  padding-right: 20px;
}
.header-nav .first-nav .first-nav-li.hastwo > a:hover {
  background: url(icon-nav-up.png) right center no-repeat;
}
.header-nav .first-nav .first-nav-li.hastwo > a:hover:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(-225deg);
  background: #E4CFA3;
  font-size: 0;
}
.header-nav .first-nav .two-nav {
  display: none;
  width: 100%;
  height: 54px;
  background: #E4CFA3;
  position: absolute;
  left: 0px;
  z-index: 100;
}
.header-nav .first-nav-li:hover .two-nav {
  display: flex;
  flex-wrap: nowrap;
  /* 确保不换行 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}
.header-nav .first-nav .two-nav .two-nav-li {
  position: relative;
  padding: 0 35px;
  /* 左右间距，可调整 */
  line-height: 54px;
}
.header-nav .first-nav .two-nav .two-nav-li:not(:last-child):after {
  content: "|";
  font-size: 16px;
  position: absolute;
  right: 0px;
  /* 调整竖线位置 */
  color: #5D1C2C;
  /* 竖线颜色 */
}
.header-nav .first-nav .two-nav .two-nav-li a {
  font-size: 16px;
  color: #5D1C2C;
}
/*footer*/
.footer {
  width: 100%;
  height: 180px;
  background: #E1E1E1;
  border-top: 5px solid #7A2730;
}
.footer .footer-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  position: relative;
}
.footer .footer-box p {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 24px;
}
.footer .footer-box p img {
  padding-right: 5px;
}
.footer .footer-box p a {
  font-size: 14px;
  color: #333333;
}
.footer .footer-box p a:hover {
  font-weight: 700;
  color: #721B28;
}
.footer .footer-box .footer-sydw {
  position: absolute;
  right: 100px;
  top: 50px;
}
/*公共*/
.main_content {
  width: 1152px;
  margin: 0 auto;
  padding: 23px 24px;
  background: #FFFFFF;
  box-shadow: 0 0 8px 0 #00000080;
  font-size: 16px;
  min-height: 300px;
  clear: both;
}
/*面包屑 start*/
.crumbs_box {
  background: url(icon-crumbs.png) left center no-repeat;
  text-indent: 30px;
  height: 30px;
  line-height: 30px;
  color: #333;
  margin-bottom: 24px;
}
.crumbs_box a {
  color: #333;
}
.module_title {
  border-bottom: 1px solid #D6D6D6;
}
.module_title h2 {
  font-weight: 700;
  display: inline-block;
  padding: 0 15px;
  line-height: 34px;
  border-bottom: 2px solid #721B28;
}
/*面包屑 end*/
/* 分页 start */
.pager {
  text-align: center;
  margin-top: 20px;
}
.pager span {
  display: inline-flex;
  align-items: center;
  background-color: #721B28;
  font-size: 14px;
  height: 32px;
  color: #FFF;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ccc;
}
.pager a {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  height: 32px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ccc;
}
/* 分页 end */