@charset "UTF-8";
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont"; /* Project id 4501797 */
  src: url("//at.alicdn.com/t/c/font_4501797_mv2iljkrebj.woff2?t=1713402438973") format("woff2"), url("//at.alicdn.com/t/c/font_4501797_mv2iljkrebj.woff?t=1713402438973") format("woff"), url("//at.alicdn.com/t/c/font_4501797_mv2iljkrebj.ttf?t=1713402438973") format("truetype");
}
@font-face {
  font-family: "num";
  src: url("/font/woff.woff") format("woff");
}
html,
body,
div,
ul,
li,
span,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

i,
em {
  font-style: normal;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #3d3d3d;
}

h4,
span,
p {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 300;
}

img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.hide {
  display: none !important;
}

.shade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.container {
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 1080px;
  max-width: 1080px;
}

.public-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  min-width: 1200px;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.public-header .header-wrapper {
  display: flex;
  align-items: center;
}
.public-header .logo {
  width: 79px;
  height: 48px;
}
.public-header .nav-list {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.public-header .nav-list li {
  position: relative;
  line-height: 60px;
}
.public-header .nav-list li a {
  display: block;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 60px;
}
.public-header .nav-list li a:hover {
  position: relative;
  color: red;
}
.public-header .nav-list li a:hover:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 6px;
  left: 10px;
  height: 2px;
  background-color: red;
}
.public-header .nav-list li.active {
  position: relative;
}
.public-header .nav-list li.active a {
  color: red;
}
.public-header .nav-list li.active a:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 6px;
  left: 10px;
  height: 2px;
  background-color: red;
}

.public-footer {
  min-width: 1200px;
  overflow: hidden;
  background-color: #353535;
}
.public-footer .footer-wrapper {
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
}
.public-footer .footer-wrapper .left {
  margin-right: 260px;
}
.public-footer .footer-wrapper .left h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.public-footer .footer-wrapper .left p {
  color: #fff;
}
.public-footer .footer-wrapper .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public-footer .footer-wrapper .right span {
  color: #fff;
}
.public-footer .footer-wrapper .right .figure {
  margin-bottom: 10px;
  width: 132px;
  height: 132px;
  background-color: #eee;
}
.public-footer .copyright {
  padding: 10px 0;
  background-color: #353535;
  box-shadow: 0 2px 4px #fff;
}
.public-footer .copyright p {
  color: #fff;
}
.public-footer .copyright a {
  color: #fff;
}
.public-footer .copyright .wrapper {
  display: flex;
  justify-content: space-between;
}
.public-footer .copyright .wrapper .police {
  padding-left: 20px;
  background: url("/img/police/police.png") no-repeat 0 0;
  background-size: contain;
}