html {
  height: 100%;
}
body {
  min-height: 100%;
  background: #0a032f;
  min-width: 1200px;
}
.header {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #061b67;
  z-index: 99999;
  min-width: 1200px;
}
.header .logo {
  float: left;
  margin-left: 32px;
  height: 55px;
  padding-top: 17px;
}
.header .logo a {
  display: block;
  width: 160px;
  height: 39px;
  background: url("../images/logo.png") no-repeat;
  background-size: 100% 100%;
}
.header #menu {
  float: right;
}
.header #menu ul {
  float: left;
  height: 70px;
}
.header #menu ul li {
  position: relative;
  float: left;
  padding: 0 36px;
  text-align: center;
  height: 100%;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  color: #ffffff;
  line-height: 16px;
  line-height: 70px;
}
.header #menu ul li a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: 100%;
  transition: all 0.3s ease;
}
.header #menu ul li.active {
  background: rgba(255, 255, 255, 0.1);
}
.header #menu ul li.active::after {
  content: "";
  display: block;
  height: 3px;
  background: #fe9323;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.header #menu ul li.active a {
  font-weight: 600;
}
.header #menu .login {
  float: left;
  width: 128px;
  height: 70px;
  background: linear-gradient(270deg, #3838d8 0%, #3a49f3 100%), #2435f2;
  border-radius: 0px 0px 0px 0px;
  line-height: 70px;
  text-align: center;
}
.header #menu .login a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.rlayer {
  width: 2px;
  height: 2px;
  position: fixed;
  right: 31px;
  bottom: 126px;
  z-index: 9999;
}
.rlayer #pet {
  transform: scale(0.5, 0.5);
  transform-origin: right bottom;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0px;
  z-index: 9999;
}
.rlayer #rlayer-contact-us {
  box-sizing: border-box;
  width: 420px;
  height: 440px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-top: 36px;
  padding-left: 20px;
  position: absolute;
  right: 30px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9000;
}
.rlayer #rlayer-contact-us .title {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #222222;
  line-height: 24px;
  margin-bottom: 34px;
}
.rlayer #rlayer-contact-us .email,
.rlayer #rlayer-contact-us .address,
.rlayer #rlayer-contact-us .phone {
  width: 360px;
  height: 50px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.rlayer #rlayer-contact-us .email img,
.rlayer #rlayer-contact-us .address img,
.rlayer #rlayer-contact-us .phone img {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
.rlayer #rlayer-contact-us .email span,
.rlayer #rlayer-contact-us .address span,
.rlayer #rlayer-contact-us .phone span {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.rlayer #rlayer-contact-us .qr-contact {
  display: flex;
  width: 360px;
  justify-content: flex-start;
}
.rlayer #rlayer-contact-us .qr-contact div {
  width: 160px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rlayer #rlayer-contact-us .qr-contact div img {
  width: 110px;
  height: 110px;
}
.rlayer #rlayer-contact-us .qr-contact div span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.list {
  width: 100%;
  padding-top: 150px;
}
.list .title {
  font-size: 28px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 2px;
  margin-bottom: 28px;
}
.list .news-list {
  width: 1020px;
  margin: 0 auto;
}
.list .news-list a {
  width: 1020px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2px;
}
.list .news-list a img {
  width: 150px;
  height: 100px;
  margin-left: 10px;
  margin-right: 25px;
}
.list .news-list a .news-card {
  height: 100px;
  padding-right: 10px;
}
.list .news-list a .news-card img {
  width: 150px;
  height: 100px;
  margin-right: 25px;
}
.list .news-list a .news-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list .news-list a .news-card div strong {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 14px;
  text-align: left;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 600px;
}
.list .news-list a .news-card div em {
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #ffffff;
  line-height: 14px;
}
.list .news-list a .news-card p {
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  text-indent: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
  width: 825px;
  height: 60px;
  display: block;
}
.list .news-list a .news-card:hover {
  background: linear-gradient(270deg, #3838d8 0%, #3a49f3 100%), #2435f2;
}
.list .news-list a:hover {
  background: linear-gradient(270deg, #3838d8 0%, #3a49f3 100%), #2435f2;
  cursor: pointer;
}
.list .footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 60px 0;
}
.list .footer .paginationjs .paginationjs-pages li {
  border: none !important;
  margin: 0 5px !important;
}
.list .footer .paginationjs .paginationjs-pages li > a {
  background: transparent;
  border-radius: 2px;
  border: 1px solid #ffffff;
  color: #fff;
  opacity: 0.3;
}
.list .footer .paginationjs .paginationjs-pages li.active > a {
  height: auto !important;
  line-height: 28px !important;
  opacity: 1;
}
.list .footer .paginationjs .paginationjs-pages li.disabled > a {
  opacity: 0.3;
}
.list .footer .paginationjs .paginationjs-pages li.disabled > a:hover {
  opacity: 0.3;
  cursor: not-allowed;
}
