@charset "UTF-8";
body,
html,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-family: 'æ€æºé»‘ä½“ CN';
}

* {
  font-family: 'æ€æºé»‘ä½“ CN' !important;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

.clearfix::before,
.clearfix::after {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.auto {
  margin: 0 auto;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

body {
  background-color: #eff0f5;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.public_head_box {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}

.public_head_box .logo_pho {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.public_head_box .pho_box {
  width: 33%;
  display: flex;
  justify-content: space-between;
}

.public_head_box .pho_box .zc_dl {
  width: 100%;
  margin-left: 50px;
}

.public_head_box .pho_box .zc_dl a {
  display: inline-block;
  width: 68px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #3575ca;
  border: 1px solid #3575ca;
  border-radius: 5px;
  margin-left: 20px;
}

.list_page_box {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.list_page_box .nav_bar_box {
  width: 100%;
  font-size: 14px;
  padding: 20px 0;
}

.list_page_box .nav_bar_box a {
  color: #999;
}

.list_page_box .nav_bar_box a:last-child {
  color: #333;
}

.list_page_box .articel_main {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 3px #e0e4f1;
}

.list_page_box .articel_main h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.list_page_box .articel_main img {
  display: block;
  margin: 30px auto;
}

.list_page_box .articel_main .tar_span {
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

.list_page_box .articel_main .tar_span span {
  margin: 0 50px;
}

.list_page_box .articel_main .tar_span span img {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 auto;
  margin-right: 5px;
}

.list_page_box .articel_main .des_top {
  width: 100%;
  background-color: #f2f3f7;
  border-radius: 5px;
  padding: 20px 20px 20px 80px;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  color: #666;
  margin: 20px auto;
}

.list_page_box .articel_main .des_top img {
  position: absolute;
  left: 20px;
  top: 0;
}

.list_page_box .articel_main p {
  font-size: 16px;
  color: #333;
  padding-top: 15px;
}

.foot_box {
  width: 100%;
  padding: 30px 0;
  background-color: #1c1c1c;
  color: #fff;
  margin-top: 50px;
}

.foot_box .content {
  width: 100%;
  display: flex;
  align-items: center;
}

.foot_box .content .yl_box {
  margin-left: 60px;
  padding: 0 60px;
  position: relative;
}

.foot_box .content .logo img {
  display: block;
  max-width: 165px;
}

.foot_box .content .yl_box a {
  color: #fff;
  font-size: 12px;
}

.foot_box .content .yl_box::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 120px;
  background: linear-gradient(to bottom, #1c1c1c 0%, #fff 50%, #1c1c1c 100%);
  content: '';
}

.foot_box .content .yl_box::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 120px;
  background: linear-gradient(to bottom, #1c1c1c 0%, #fff 50%, #1c1c1c 100%);
  content: '';
}

.foot_box .content .ser_erma {
  flex: 1;
  box-sizing: border-box;
  padding: 0 60px;
  display: flex;
  align-items: center;
}

.foot_box .content .ser_erma .help {
  width: 180px;
}

.foot_box .content .ser_erma .help p {
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
}

.foot_box .content .ser_erma .help p img {
  position: absolute;
  left: 0;
  top: 0;
}

.foot_box .content .ser_erma .help p em {
  font-size: 12px;
  display: block;
  opacity: 0.8;
}

.foot_box .content .ser_erma .help:last-child {
  margin-top: 20px;
}

.foot_box .content .ser_erma .right_wx {
  padding-left: 40px;
}

.foot_box .content .ser_erma .right_wx p {
  font-size: 16px;
}

.foot_box .content .ser_erma .right_wx span {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}
