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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #333333;
}
.clearFix::after {
  zoom: 1;
  content: "";
  display: block;
  clear: both;
}
.df {
  display: flex;
}
.df_ac {
  display: flex;
  align-items: center;
}
.df-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pos_ab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 1px边框的做法 */
/* .bd-1px {
  border: 1px solid black;
  transform: scale(0.5);
  height: 200%;
  width: 200%;
  transform-origin: 0 0;
} */
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 24px;
}
.fz22 {
  font-size: 22px;
}
.fz20 {
  font-size: 20px;
}
.fz28 {
  font-size: 28px;
}
.fz44 {
  font-size: 44px;
}
.fz32 {
  font-size: 32px;
}
.fz34 {
  font-size: 34px;
}
.fz36 {
  font-size: 36px;
}
.fz40 {
  font-size: 40px;
}
.fz54 {
  font-size: 54px;
}
.fz64 {
  font-size: 64px;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.core {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
header {
  height: 100px;
  background: #384231b3;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
header .header {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .ul {
  width: 60%;
}
header ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header li {
  text-align: center;
}
header li > a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #ffffff;
  line-height: 100px;
  letter-spacing: 4px;
}
footer {
  background: #57585a;
  padding: 50px 0;
}
footer .core {
  justify-content: space-between;
}
footer .dl {
  width: 70%;
  justify-content: space-between;
}
footer dt a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
footer dd {
  margin: 10px 0;
}
footer dd a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #f5f5f5;
}
.footerBot{
  color: #ffffff;
  font-size: 12px;
  margin-top: 10px;
  padding: 8px 0;
  border-top: 1px solid #fff;
  text-align: center;
}
.title {
  display: flex;
  flex-direction: column;
  position: relative;
}
.title a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.title p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999999;
  margin-bottom: 16px;
  margin-top: 8px;
}
.title h1 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.title .line {
  width: 40px;
  height: 4px;
  background: #a25641;
}
.title_1 p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8cc43b;
  line-height: 28px;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}
.title_1 h1 {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #8cc43b;
  line-height: 28px;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}
.adv {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}
.adv img {
  width: 100%;
}
.adv .text h1 {
  font-size: 72px;
  font-family: BDZYJT;
  font-weight: normal;
  color: #8cc43c;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}
.adv .text p {
  font-size: 30px;
  font-family: BDZYJT;
  font-weight: normal;
  color: #666666;
  text-align: center;
}
.adv .text .line {
  width: 83px;
  height: 5px;
  background: #ffffff;
  margin: 33px 0;
  margin-left: 50%;
  transform: translate(-50%);
}
.nav {
  margin-top: -63px;
  position: relative;
  z-index: 5;
  height: 59px;
  background: rgba(0, 0, 0, 0.6);
}
.nav .crumbs {
  height: 100%;
  align-items: center;
}
.nav .crumbs a {
  margin: 0 1%;
  font-size: 16px;
  color: #cecece;
}
.nav .crumbs .a_s {
  color: #8cc43b;
}
.nav .crumbs span {
  font-size: 16px;
  color: #cecece;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.pagination .cur {
  color: #a25641;
}
.pagination a {
  height: 24px;
  margin-right: 5px;
  text-align: center;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #dddcd8;
  font-size: 14px;
  color: #333333;
}
.pagination div {
  margin-right: 1%;
}
.pagination p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.pagination .a_s {
  color: #ffffff;
  background-color: #57585a;
}
.piece {
  display: flex;
  justify-content: space-between;
  margin: 28px auto;
}
.piece a {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.piece span {
  font-size: 16px;
  color: #898989;
}
.head {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}
.head .yy {
  width: 10px;
  height: 10px;
  background: #a25641;
  border-radius: 50%;
}
.head .head_l {
  align-items: center;
}
.head .head_l span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-left: 20px;
}
.head .head_l a {
  display: block;
  width: 100px;
  height: 32px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  text-align: center;
}
.head .head_r .current {
  color: #999999;
}
.head .head_r span,
.head .head_r a {
  font-size: 12px;
}
.pagination {
  display: flex;
  justify-items: center;
  align-items: center;
}
.pian {
  margin-top: 55px;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f5f5f5;
}
.pian a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #57585a;
}
header .box {
  display: none;
}
header .fg {
  position: absolute;
  width: 100%;
  display: flex;
  background: #fff;
  left: 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  top: 100px;
  justify-content: space-around;
  padding: 50px;
}
header .fg img {
  width: 300px;
}
header .fg a {
  display: flex;
  flex-direction: column;
}
