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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial, "Microsoft Yahei";
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*清除浮动*/

.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
li {
  list-style: none;
}

section {
  font-size: 0.24rem;
}

img {
  border: 0;
  outline-width: 0px;
  vertical-align: top;
}

html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  min-width: 1420px;
}
.container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home_bg {
  position: relative;
  height: 500px;
  width: 100%;
  background-image: url("../img/jlsy/pc/article_info_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.home_header {
  max-width: 1561px;
  height: 93px;
  background-image: url("../img/jlsy/pc/home_header_pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
.header_box {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  margin-right: 45px;
}
.header_box div {
  font-size: 20px;
  padding: 0 40px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  flex-shrink: 0;
}
.header_box div:hover {
  color: #d1aa5e;
}
.header_box_div_bor {
  border-right: #000 solid 2px;
}
.article_info_content {
  background: url(../img/jlsy/pc/nav_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-grow: 1;
  /* fle */
}

.article_content {
  /* height: 1300px; */
  min-height: 800px;
  padding-bottom: 50px;
}
.articl_header {
  height: 60px;
  border-bottom: #cccccc solid 1.5px;
  display: flex;
  justify-content: center;
}
.articl_header_info {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
}
.articl_header_info div:first-child {
  font-weight: 700;
  font-size: 30px;
}
.articl_header_info div:nth-of-type(2) {
  letter-spacing: 2px;
}
.articl_header_info span {
  color: #bd7f07;
  text-decoration: underline;
}
.articl_details {
  width: 1000px;
  /* height: 100px; */
  margin: auto;
}
.article_title {
  text-align: center;
  margin: 40px 0;
}
.article_title .b_title {
  font-size: 34px;
  font-weight: 700;
}
.article_title .sub_title {
  justify-content: center;
  display: flex;
  color: #8a8a8a;
}
.article_title .sub_title div {
  margin: 10px 20px;
}
.adv_footer {
  background-color: rgba(82, 101, 118, 0.9);
  height: 150px;
  width: 100%;
  flex-shrink: 0;
}
.adv_footer a {
  color: #fff;
}
.footer_content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}
.qr_code_float {
  position: fixed;
  right: 0;
  bottom: 200px;
  background: url(../img/jlsy/pc/qrcode_float.png) no-repeat;
  width: 124px;
  height: 57px;
  cursor: pointer;
  transition: all 0.5s;
}
.qr_code_float.on {
  width: 124px;
}
.qr_code_info {
  position: fixed;
  right: 0;
  bottom: 200px;
  background: url(../img/jlsy/pc/qrcode_float_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 0;
  height: 320px;
  transition: all 0.5s;
}
.qr_code_info.on {
  width: 174px;
}
.qr_code_info .float_close {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 30px;
  cursor: pointer;
}
.qr_float_img {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
.qr_float_img img {
  width: 100%;
}
