html {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 0.854vw;
}
body {
  margin: 0;
  line-height: 1.5;
  min-width: 1366px;
  background: white;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  border: none;
}
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
ul {
  margin: 0;
}
.hide {
  display: none !important;
}
.swiper-container-vertical .swiper-pagination {
  position: fixed !important;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 30;
  padding: 2rem 8.625rem;
  padding: 1.285rem 8.625rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.header .logo img {
  width: 2.0625rem;
  height: 2.0625rem;
  object-fit: contain;
}
.header .logo span {
  display: inline-block;
  vertical-align: top;
  line-height: 2.0625rem;
  margin-left: 0.375rem;
  font-size: 1.125rem;
}
.header .nav {
  position: absolute;
  right: 8.625rem;
  top: 1.29rem;
}
.header .nav .cell {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.9375rem;
  line-height: 2.0625rem;
  opacity: 0.6;
  font-size: 1.125rem;
  cursor: pointer;
}
.header .nav .cell.active,
.header .nav .cell:hover {
  opacity: 1;
}
.header .nav .bar-box {
  position: relative;
}
.header .nav .bar-box .bar {
  content: "";
  height: 0.3125rem;
  min-width: 14px;
  position: absolute;
  background: #f3c623;
  border-radius: 0.1875rem;
  bottom: -0.35rem;
  transition: 0.4s left, 0.8s width;
}
.page {
  align-items: center;
  transition: none !important;
}
.page .layout {
  flex: 1;
}
.footer {
  background: #1b1b1b;
  color: white;
  padding-bottom: 1rem;
}
.footer .layout {
  position: relative;
  width: 75rem;
  margin: 0 auto;
  padding: 3rem 0;
}
.footer .link {
  margin-left: -0.9375rem;
}
.footer .link a {
  font-size: 1rem;
  padding: 0 0.9375rem;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  border-right: solid 1px white;
}
.footer .link a:last-child {
  border: none;
}
.footer .copyright {
  margin-top: 1.5rem;
  font-size: 1rem;
}
.footer .phone {
  margin-top: 1.5rem;
  line-height: 30px;
}
.footer .phone img {
  display: inline-block;
  /* vertical-align: top; */
  margin-right: 0.75rem;
  width: 1.875rem;
  height: 1.875rem;
}
.footer .qr-code {
  position: absolute;
  width: 7.625rem;
  height: 7.625rem;
  right: 0;
  top: 2.5rem;
  text-align: center;
  font-size: 1rem;
}
.footer .qr-code img {
  width: 100%;
  display: block;
}
.footer .qr-code label {
  margin-top: 0.5rem;
  display: block;
}
.tools {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  position: fixed;
  right: 3rem;
  bottom: 10rem;
  background: white;
  text-align: center;
}
.tools .cell {
  line-height: 2.5rem;
  color: #f2c523;
  font-size: 1rem;
  padding: 0 0.625rem;
  cursor: pointer;
}
.tools .phone {
  background: #f3c623;
  color: white;
}
.tools .phone img {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.75rem;
  margin-right: 0.5rem;
}
.list-syjc a,
.article-box a,
.slide a {
  transition: 0.3s;
  cursor: pointer;
}
.list-syjc a:hover,
.article-box a:hover,
.slide a:hover {
  color: #2f96f4;
}
.footer2 {
  height: auto !important;
  background: #000a0c;
}
.footer2 .tit {
  margin-top: 7.5rem;
  text-align: center;
}
.footer2 .tit h3 {
  font-size: 2rem;
}
.footer2 .tit p {
  margin-top: 0.2rem;
  font-size: 1.125rem;
  margin-top: 1rem;
}
.footer2 .btn-box {
  position: relative;
  display: block;
  margin: 2.5rem auto;
  width: 16.25rem;
}
.footer2 .btn-box:before {
  width: 184px;
  content: "";
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  height: 1px;
  top: 50%;
  right: 50%;
  margin-right: 200px;
}
.footer2 .btn-box:after {
  width: 184px;
  content: "";
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: 200px;
}
.footer2 .btn-box .dot {
  width: 6px;
  height: 6px;
  position: absolute;
  background: white;
  content: "";
  transform: rotate(45deg);
}
.footer2 .btn-box .left {
  left: -42px;
  top: 50%;
  margin-top: -3px;
}
.footer2 .btn-box .right {
  right: -42px;
  top: 50%;
  margin-top: -3px;
}
.footer2 .btn-box .btn-download {
  background: #127681;
  border-radius: 1rem;
  text-align: center;
  line-height: 5rem;
  font-size: 1.875rem;
  display: block;
  width: 100%;
  cursor: pointer;
}
.footer2 .btn-box .btn-download img {
  display: inline-block;
  vertical-align: top;
  width: 2.5625rem;
  height: 2.5625rem;
  margin-right: 0.75rem;
  margin-top: 1.25rem;
}
.footer2 .cjwt {
  width: 60rem;
  margin: 0 auto;
  margin-top: 7.5rem;
}
.footer2 .cjwt .tit {
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
  background: url(../images/computer/tit-bg.png) no-repeat;
  padding-left: 0.5rem;
  background-size: 5.75rem 1.75rem;
}
.footer2 .cjwt ul {
  display: block;
  font-size: 0;
}
.footer2 .cjwt ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  margin-top: 2rem;
  width: 50%;
  position: relative;
}
.footer2 .cjwt ul li:before {
  background: url(../images/computer/icon-bq.png) no-repeat;
  background-size: 0.4375rem 0.75rem;
  width: 0.4375rem;
  height: 0.75rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5rem;
  margin-top: 0.7rem;
  content: "";
}
.footer2 .copyright {
  text-align: center;
  font-size: 1rem;
  margin-top: 4rem;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 3rem;
}
.play {
  cursor: pointer;
}
.mask {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mask .msg-box {
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -410px;
  margin-top: -235px;
  background: white;
  text-align: center;
}
.mask video {
  display: block;
}
.btn-download {
  animation: upDown 2s linear infinite;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}

#YSF-BTN-HOLDER {
  display: none !important;
  z-index: -1 !important;
}

.header {
  padding: 0;
  height: 5.125rem;
}

.header .logo img {
  padding: 1.285rem 0 0 8.625rem;
}

.header .logo span {
  margin-top: 1.285rem;
}
.header .nav {
  top: 0;
}
.header .nav > a {
  cursor: pointer;
  display: block;
}
.header .nav .cell {
  z-index: 1;
}
.header .nav .cell > a {
  line-height: 5.125rem;
  display: block;
}

.header .nav .bar-box .bar {
  bottom: 1.25rem;
}
.header .nav .cell .list a {
  display: block;
  font-weight: 100;
}
.header .nav .cell .list {
  background: #f7f7f7;
  box-shadow: 0px 5px 16.74px 1.26px rgb(0 0 0 / 10%);
  position: absolute;
  font-size: 1.125rem;
  width: 4.8rem;
  left: 50%;
  margin-left: -4.6rem;
  display: none;
  border-radius: 0.625rem;
  line-height: 3rem;
  top: 5.125rem;
  padding: 0px 2.3rem;
  color: #000;
  z-index: 1;
}

.header .nav .cell:hover .list {
  display: block;
}
.header .nav .cell .list a:hover {
  font-weight: bold;
}
