@font-face {
  font-family: MicrosoftYaHei;
  src: url('../font/SourceHanSansCN-Regular.otf');
}
@font-face {
  font-family: PingFang SC;
  src: url('../font/SourceHanSansCN-Regular.otf');
}
@font-face {
  font-family: Source Han Sans CN;
  src: url('../font/SourceHanSansCN-Bold.otf');
}
@font-face {
  font-family: DIN;
  src: url('../font/DIN-Medium.otf');
}
@font-face {
  font-family: Source Han Sans CN2;
  src: url('../font/SourceHanSansCN-Medium.otf');
}
@font-face {
  font-family: MicrosoftYaHei-Bold;
  src: url('../font/SourceHanSansCN-Bold.otf');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
}
.center {
  width: 15rem;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  font-family: Microsoft YaHei;
}
.container-fluid {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul,
p {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
span {
  display: inline-block;
}
.onehide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twohide {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.threehide {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
a {
  text-decoration: none;
}
h2 {
  font-size: 0.45rem;
  font-style: italic;
  font-weight: bold;
  font-family: Source Han Sans CN;
}
.mgb80 {
  margin-bottom: 1rem;
}
.pdl80 {
  padding-left: 1rem;
  font-weight: bold;
}
.headerBox {
  height: 1rem;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.headerBox .header {
  height: 0.575rem;
  margin-top: 0.2125rem;
  line-height: 0.575rem;
  margin-bottom: 0.1875rem;
}
.headerBox .header .hd-logo {
  width: 1.2125rem;
  height: 0.575rem;
}
.headerBox .header .hd-logo img {
  width: 100%;
  height: 100%;
}
.headerBox .header ul li {
  float: left;
  margin-right: 0.675rem;
  font-size: 0.25rem;
  height: 0.575rem;
}
.headerBox .header ul li a {
  height: 100%;
  display: inline-block;
  color: #323232;
  text-decoration: none;
}
.headerBox .header ul .li-actived:hover {
  border-bottom: 0.05rem solid #158403;
}
.headerBox .header ul .li-scroll:hover {
  border-bottom: 0.05rem solid #fff;
}
.headerBox .header ul .now {
  border-bottom: 0.05rem solid #158403;
}
.headerBox .header ul .satd {
  border-bottom: 0.05rem solid #fff;
}
.headerBox .header li:nth-child(7) {
  margin-right: 0;
}
.module2 {
  margin-top: 1rem;
  height: 5.25rem;
  overflow: hidden;
}
.module2 .p1 {
  font-size: 0.75rem;
  font-style: italic;
  color: #fff;
  margin-top: 2.125rem;
  font-family: PingFang SC;
}
.module2 .p2 {
  font-size: 0.25rem;
  font-style: italic;
  color: #fff;
  font-family: PingFang SC;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.returnTop {
  width: 0.625rem;
  height: 0.625rem;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  display: none;
  z-index: 999;
}
.returnTop img {
  width: 100%;
  height: 100%;
}
.returnTop-show {
  display: block;
}
.footer {
  width: 100%;
  background-color: #E6E6E6;
}
.footer .big .top {
  height: 0.95rem;
  border-bottom: 0.025rem solid #CCCCCC;
  line-height: 0.95rem;
}
.footer .big .top span {
  font-size: 0.175rem;
  color: #808080;
}
.footer .big .top .weibo {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: url('../img/wx.png') #fff center center;
  background-size: 100% 100%;
  margin-top: 0.25rem;
  margin-left: 0.175rem;
}
.footer .big .bottom {
  background-color: #E6E6E6;
}
.footer .big .bottom ul {
  padding-right: 0.4rem;
  float: left;
  display: inline;
}
.footer .big .bottom ul li {
  font-size: 0.2rem;
  margin-bottom: 0.1875rem;
  font-family: PingFang SC;
}
.footer .big .bottom ul li a {
  color: #646464;
}
.footer .big .bottom li:nth-child(1) {
  font-size: 0.225rem;
  font-weight: 500;
  height: 0.75rem;
  line-height: 0.75rem;
  font-family: Source Han Sans CN2;
  margin: 0.25rem 0 0;
}
.footer .big .bottom li:nth-child(1) a {
  color: #323232;
}
.footer .big .bottom .logo {
  width: 3.5rem;
  margin-top: 0.825rem;
}
.footer .big .bottom .logo .down {
  width: 1.625rem;
}
.footer .big .bottom .logo .down img {
  width: 1.625rem;
  height: 1.625rem;
}
.footer .big .bottom .logo .down p {
  color: #646464;
  font-size: 0.2rem;
  padding-top: 0.225rem;
  text-align: center;
  font-family: PingFang SC;
}
.record {
  width: 100%;
  background-color: #E6E6E6;
}
.record .center {
  border-top: 1px solid #ccc;
  padding: 0.25rem 0;
}
.record p {
  text-align: center;
  font-size: 0.175rem;
  line-height: 0.375rem;
  color: #909090;
}
.record p .separate {
  margin: 0 0.25rem;
}
.record img {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.125rem;
}
