body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
li {
  list-style: none;
}
iframe {
  border: none;
}
html {
  height: 100%;
  font-size: 16px;
}
body {
  height: 100%;
  font: 400 1em/1.8 "Microsoft Yahei", "PingFang SC", "Avenir", "Segoe UI", "Hiragino Sans GB", STHeiti, "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
  background-color: #f8f9fb;
}
a {
  color: #333;
  text-decoration: none;
  cursor:pointer;
}
a:hover {
  color: #183f9c;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.md_box {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 2px 27px 54px rgba(0, 0, 0, 0.15);
}
.more_title {
  font-size: 16px;
  color: #5993ff;
  width: 95px;
  display: block;
  height: 29px;
  line-height: 29px;
}
.more_title:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #d3dfff;
  background-image: url(../images/ico_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  margin-top: 2px;
}
.page_footer {
  height: 160px;
  min-width: 1200px;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  background: #AC0000;
  z-index:2;
}
.page_footer .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.page_footer .container .l .txt {
	color: #FFFFFF;
	line-height: 30px;
	font-size: 14px;
}
.page_footer a {
  color: #ffffff;
}

.page_footer .QRcode {
  display: flex;
}
.page_footer .QRcode .code {
  margin-right: 10px;
  text-align: center;
  width: 170px;
}
.page_footer .QRcode .code_box {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #ffffff;
  /* border-radius: 5px; */
  margin: 0 auto;
}
.page_footer .QRcode .code_box:hover {
	box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.5);
}
.page_footer .QRcode .code_box img {
  width: 100%;
  height: 100%;
}
.page_footer .QRcode .name {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}
.wx_QRcode {
  color: #173d8f;
  text-align: center;
  font-size: 15px;
  width: 170px;
  height: 220px;
  position: fixed;
  left: 50%;
  top: 450px;
  margin-left: 600px;
  z-index: 11;
}
.wx_QRcode .name {
  margin-top: -45px;
  letter-spacing: 1.7px;
}
