﻿body {
  background-color: #f9fafe;
  font-family: PingFang SC;
}

a:visited {
  color: inherit;
}
.nav-menu .darkPcLogo {
  display: none;
}
body.dark .lightPcLogo {
  display: none;
}
body.dark .darkPcLogo {
  display: block;
}
body.dark {
  background-color: #141414;
}
body.dark #head-tabs {
  background-color: rgba(255, 255, 255, 0.7);
}
body.dark .nav-item a {
  color: rgba(0, 0, 0, 0.85);
}
body.dark .nav-line {
  background-color: antiquewhite;
}
body.dark .notice-wrapper-one {
  background-color: rgba(42, 42, 42, 1);
}
body.dark .notice-logo-one span,
body.dark .neirong p {
  color: rgba(255, 255, 255, 0.9);
}
body.dark .link-item-one a,
body.dark .link-item-one span {
  color: #aaa;
}
body.dark .link-item-one a:hover {
  color: #ff9d13;
}

.main-container {
  position: relative;
  z-index: 1;
  background: url("../../Images/top-bg.png") no-repeat center center/cover;
  min-height: auto;
}

#LoginBox {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -180px;
  background: #e7e7e8;
  border: 3px solid #6b6d73;
  border-radius: 7px;
  z-index: 10000;
}

#LoginBox .title-row {
  text-align: center;
  height: 90px;
}

#LoginBox .loginBoxLogo {
  margin-top: 15px;
}

#LoginBox #QS_CloseBtn {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  cursor: pointer;
}

#LoginBox .row {
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  width: 288px;
  font-size: 12px;
  color: #999;
  font-family: "Microsoft YaHei";
  margin: 0 auto !important;
  background: #fff;
  margin-top: 10px !important;
  height: 36px;
}

#LoginBox .row input {
  width: 240px;
  border: 0px;
  height: 34px;
  line-height: 34px;
  outline: none;
  margin-left: 5px;
}

#LoginBox .row span {
  display: block;
  width: 30px;
  float: left;
  text-align: center;
  margin-top: 5px;
}

#LoginBox .row span .icon {
  width: 20px;
  margin-top: 4px;
}

#LoginBox #Pascode input {
  float: left;
  width: 186px;
}

#LoginBox #Pascode img {
  margin-top: 4px;
}

#LoginBox .LoginBtn {
  margin-top: 4px;
  background: #1abc9c;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}

.mask {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

#LoginBox #QS_Info {
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
}
.content-banner .content-bannerPC {
  display: block;
}
.content-banner .content-bannerMobile {
  display: none;
}
@media screen and (min-width: 1200px) {
  #IT_LOGIN {
    float: right;
    margin-top: 40px;
  }

  #LoginBoxBtn {
    font-size: 14px;
    border: 1px solid #ff9d13;
    color: #ff9d13;
    border-radius: 20px;
    padding: 6px 10px;
  }

  .banner {
    display: none;
  }

  .header {
    position: relative;
    font-size: 16px;
    color: #212529;
  }

  .LoginMid span {
    display: inline-block;
    padding-left: 10px;
  }

  #head-bg {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    background-color: transparent;
    /* border-bottom: 1px solid #e6e6e6; */
  }

  .nav-menu {
    width: 100%;
    max-width: 1280px;
    height: 120px;
    margin: 0 auto;
  }

  .logo {
    height: 120px;
    padding: 0;
  }

  #logo-2 {
    margin-left: 35px;
  }

  .main-logo {
    padding-top: 16px;
    margin-left: -14px;
  }

  .media-logo {
    padding-top: 36px;
  }

  .nav-menu .navbar-header .navbar-toggle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 25px 25px 0 0;
    background: darkseagreen;
  }

  .nav-menu .navbar-header .navbar-toggle span {
    display: block;
    font-size: 36px;
  }

  #nav_list {
    position: relative;
    z-index: 99;
  }

  .nav-btn {
    float: right;
    margin-top: 40px;
  }

  .btn-default {
    padding: 5px 12px;
    border: 1px solid #ff9d13;
    color: #ff9d13;
    border-radius: 20px;
  }

  .tabs {
    width: 100%;
    height: 54px;
    margin-bottom: 30px;
    background-color: transparent !important;
  }
  .content-banner {
    width: 100%;
    max-width: 1280px;
    margin: -10px auto 20px;
  }
  #head-tabs {
    width: 100%;
    max-width: 1280px;
    height: 54px;
    margin: 0 auto;
    background-color: #ff9d13;
    border-radius: 8px;
  }

  .LoginMid span {
    display: inline-block;
    padding-left: 10px;
  }

  .tabs-main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
  }

  .tabs-main li,
  .tabs-main li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
  }

  .nav-link:link {
    text-decoration: none;
  }

  .nav-link:visited {
    text-decoration: none;
  }

  .nav-link:hover {
    text-decoration: none;
  }

  .nav-link:active {
    text-decoration: none;
  }

  .move {
    position: absolute;
    top: 42px;
    left: 12.35%;
    border-top: 5px solid #ff9d13;
    transition: left 0.4s ease-in-out;
    display: block;
    width: 66px;
  }

  .nav-item {
    position: relative;
  }

  .nav-item:hover .nav-line {
    opacity: 1;
    transition: all 0.5s;
    transform: translateX(100%);
  }

  .nav-item-active .nav-line {
    opacity: 1;
    transform: translateX(100%);
  }

  .nav-line {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: -100%;
    display: inline-block;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
  }

  .nav-item-2:hover ~ .move {
    left: 12.35%;
  }

  .nav-item-3:hover ~ .move {
    left: 22.3%;
  }

  .nav-item-4:hover ~ .move {
    left: 32.25%;
  }

  .nav-item-5:hover ~ .move {
    left: 42.2%;
  }

  .nav-item-6:hover ~ .move {
    left: 52.25%;
  }

  .nav-item-7:hover ~ .move {
    left: 62.35%;
  }

  .nav-item-8:hover ~ .move {
    left: 72.3%;
  }

  .nav-item-9:hover ~ .move {
    left: 82.4%;
  }

  .nav-item-10:hover ~ .move {
    left: 92.4%;
  }

  .main {
    position: relative;
    font-size: 0;
  }

  #main-content {
    width: 100%;
    max-width: 1280px;
  }

  .main-wrapper {
    width: 100%;
    max-width: 1280px;
    height: 200px;
    background: url(../../images/new-Bg-with-text.png) no-repeat top center;
    background-size: contain;
    margin: 0 auto;
    border-radius: 8px;
  }

  .main-wrapper img {
    display: none;
  }

  .one-notice {
    position: relative;
  }

  #main-notices-one {
    width: 100%;
    max-width: 1280px;
  }

  .notice-wrapper-one {
    border-radius: 5px;
    background-color: #fff;
    border-radius: 14px 14px 0 0;
    min-height: 150px;
  }

  .pagetions {
    width: 1200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 0 0 14px 14px;
    background-color: #fff;
  }

  .pagination > a {
    font-size: 14px;
    padding: 6px 12px;
    margin-left: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
  }

  .hover:link {
    text-decoration: none;
    background-color: #337ab7;
    color: #fffff3;
  }

  .hover:visited {
    text-decoration: none;
    background-color: #337ab7;
    color: #fffff3;
  }

  .hover:hover {
    text-decoration: none;
    background-color: #337ab7;
    color: #fffff3;
  }

  .hover:active {
    text-decoration: none;
    background-color: #337ab7;
    color: #fffff3;
  }

  .pagination {
    display: flex;
    width: 1200px;
    justify-content: center;
    margin: 0;
    align-items: center;
  }

  .pagetions-android {
    display: none;
  }

  .pagetions-pc {
    display: block;
  }

  .notice-wrapper:last-child {
    margin-right: 0px;
  }

  .notice-logo-one {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 23px;
    padding-left: 23px;
    background: url(../../images/notice-icon.png) no-repeat left center;
  }

  .notice-logo span,
  .notice-logo-one span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }

  .add-more {
    float: right;
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 23px;
    text-align: center;
    background: url(../../images/more-trangle.png) no-repeat right center;
  }

  .add-more span {
    color: #ff9d13;
  }

  .bottom-notice-part {
    width: 390px;
    height: 262px;
  }

  .bottom-notice-part-one {
    width: 100%;
    max-width: 1280px;
    /* height: 322px; */
    min-height: 522px;
    padding-bottom: 30px;
    text-align: center;
  }

  .bottom-notice-part-two {
    /* text-align: center; */
    /* padding: 0 45px; */
  }

  .noMsg {
    padding-left: 23px;
  }

  .link-item-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 30px 0 22px;
    height: 35px;
    line-height: 35px;
    text-align: -webkit-auto;
    background: url(../../images/circle-iconr.png) no-repeat;
    background-position: 22px 50%;
    background-size: auto;
  }

  .link-item-one a {
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    width: 80rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .link-item-one a:hover {
    color: #ff9d13;
  }

  .link-item-one span {
    display: inline-block;
    color: #666;
    font-size: 15px;
  }

  .footer {
    position: relative;
    font-size: 0;
  }

  #footer-wrapper {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #1e283e;
    margin-top: 38px;
  }

  .footer-content {
    width: 100%;
    max-width: 1280px;
    height: 120px;
    margin: 0 auto;
  }

  .footer-left {
    width: 480px;
    height: 60px;
    margin-top: 21px;
    display: inline-block;
  }

  .footer-left p {
    font-size: 12px;
    color: #d9d9d9;
  }

  .neirong {
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .neirong p {
    color: #ffffff;
    /* height: 50px; */
    font-size: 14px;
    line-height: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
      "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
      sans-serif;
  }

  .f-a-p p:hover {
    color: #00f;
    cursor: pointer;
  }

  .footer-right {
    float: right;
    display: inline-block;
    width: 298px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    margin-top: 21px;
    background: url(../../images/fff.png) no-repeat left center;
    background-size: contain;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    position: relative;
    font-size: 0;
  }

  #head-bg {
    width: 100%;
    height: 8rem;
    margin: 0 auto;
    background-color: transparent;
    /* border-bottom: 1px solid #e6e6e6; */
  }

  .banner {
    display: block;
  }
  .content-banner {
    width: 97%;
    margin: 15px auto 20px;
  }
  .nav-menu {
    width: 100%;
    height: 8rem;
    margin: 0 auto;
  }

  .logo {
    height: 8rem;
    padding: 0;
  }

  #logo-2 {
    text-align: left;
    display: none;
  }

  .main-logo {
    width: 40rem;
    height: auto;
    margin-left: -15px;
  }

  .nav-menu .navbar-header .navbar-toggle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 20px 3px 0 0;
  }

  .nav-menu .navbar-header .navbar-toggle span {
    display: block;
    font-size: 0rem;
  }

  .navbar-nav > li > a {
    font-size: 1.5rem;
  }

  #nav_list {
    position: relative;
    z-index: 99;
  }

  .nav-btn {
    float: right;
    height: 8rem;
    line-height: 8rem;
    margin-right: 4rem;
    padding: 0;
    text-align: center;
  }

  .btn-default {
    padding: 0.5rem 0.75rem;
    border: 1px solid #068;
    border-radius: 10px;
  }

  .tabs {
    width: 100%;
    height: 3rem;
    background-color: transparent !important;
    display: none;
  }
  .content-banner {
    width: 100%;
    max-width: 1280px;
    margin: -10px auto 20px;
  }
  .tabs-main {
    display: none;
  }

  .nav-link:link {
    text-decoration: none;
  }

  .nav-link:visited {
    text-decoration: none;
  }

  .nav-link:hover {
    text-decoration: none;
  }

  .nav-link:active {
    text-decoration: none;
  }

  .move {
    position: absolute;
    top: 3.5rem;
    left: 3.5rem;
    border-top: 5px solid #ff9d13;
    transition: left 0.4s ease-in-out;
    display: block;
    width: 4rem;
  }

  .nav-item-2:hover ~ .move {
    left: 12.35%;
  }

  .nav-item-3:hover ~ .move {
    left: 22.3%;
  }

  .nav-item-4:hover ~ .move {
    left: 32.25%;
  }

  .nav-item-5:hover ~ .move {
    left: 42.2%;
  }

  .nav-item-6:hover ~ .move {
    left: 52.25%;
  }

  .nav-item-7:hover ~ .move {
    left: 62.35%;
  }

  .nav-item-8:hover ~ .move {
    left: 72.3%;
  }

  .nav-item-9:hover ~ .move {
    left: 82.4%;
  }

  .nav-item-10:hover ~ .move {
    left: 92.4%;
  }

  #main-content {
    width: 100%;
  }

  .main-wrapper {
    margin-top: 1rem;
    border-radius: 14px;
  }

  .main-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .one-notice {
    position: relative;
  }

  #main-notices-one {
    width: 100%;
    margin-top: 20px;
  }

  .notice-wrapper-one {
    width: 100%;
    border-radius: 14px 14px 0 0;
    background-color: #fff;
    min-height: 150px;
  }

  .pagetions {
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
  }

  .pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 2rem;
    background-color: #fff;
    border-radius: 0 0 14px 14px;
  }

  .hover:link {
    text-decoration: none;
    background-color: #337ab7;
    color: #fffff3;
  }

  .hover:visited {
    text-decoration: none;
    background-color: #337ab7;
    color: #fffff3;
  }

  .hover:hover {
    text-decoration: none;
    background-color: #337ab7;
    color: #fffff3;
  }

  .hover:active {
    text-decoration: none;
    background-color: #337ab7;
    color: #fffff3;
  }

  .pagination > a {
    font-size: 1.4rem;
    padding: 6px 12px;
    margin-left: 1rem;
    border: 1px solid #ddd;
    background-color: #fff;
  }

  .pagetions-android {
    display: block;
  }

  .pagetions-pc {
    display: none;
  }

  .top-notice-part-one {
    width: 100%;
    height: 4.5rem;
  }

  .notice-logo-one {
    display: inline-block;
    width: 13rem;
    height: 1.9rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-left: 1.6rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    background: url(../../images/notice-icon.png) no-repeat left center;
  }

  .notice-logo-one span {
    font-size: 1.8rem;
    letter-spacing: -0.1rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
  }

  .add-more {
    float: right;
    display: inline-block;
    width: 6rem;
    height: 1.9rem;
    line-height: 1.9rem;
    margin-top: 1.5rem;
    margin-right: 1.3rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background: url(../../images/more-trangle.png) no-repeat right center;
  }

  .add-more span {
    color: #ff9d13;
  }

  .bottom-notice-part-one {
    width: 100%;
    /* height: 33rem; */
    text-align: center;
    min-height: 40rem;
    padding-bottom: 20px;
  }

  .noMsg {
    padding-left: 23px;
  }

  .link-item-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 3.2rem;
    text-align: -webkit-auto;
    padding-left: 1rem;
  }

  .link-item-one a {
    display: inline-block;
    width: 60rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding-left: 1.6rem; */
    font-size: 1.4rem;
    color: #333;
  }

  .link-item-one a:hover {
    color: blue;
  }

  .link-item-one span {
    display: inline-block;
    padding-right: 1.25rem;
    color: #666;
    font-size: 1.2rem;
  }

  .footer {
    position: relative;
    font-size: 0;
  }

  #footer-wrapper {
    width: 100%;
    height: 9.1rem;
    overflow: hidden;
    background-color: #1e283e;
    margin-top: 5rem;
  }

  .neirong {
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .neirong p {
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
      "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
      sans-serif;
    font-size: 14px;
    text-align: center;
  }

  .footer-content {
    width: 100%;
    height: 9.1rem;
  }

  .footer-left {
    width: 320px;
    height: 9.1rem;
    margin: 0 auto;
    margin-top: 13px;
  }

  .footer-left p {
    font-size: 10px;
    color: #d9d9d9;
    text-align: center;
    margin-top: 0.4rem;
  }

  .f-a-p p:hover {
    cursor: pointer;
    color: #00f;
  }

  .row {
    margin: 0px !important;
  }
}

@media screen and (max-width: 780px) {
  #head-bg {
    width: 100%;
    height: 8rem;
    margin: 0 auto;
    background-color: transparent;
    /* border-bottom: 1px solid #e6e6e6; */
  }
  .banner {
    display: none;
  }
  .content-banner {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 10px;
  }
  .link-item-one a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.6rem;
    font-size: 1.4rem;
    color: #333;
  }
  .link-item-one span {
    display: none;
  }
}

@media screen and (max-width: 610px) {
  .logo {
    padding-top: 3px;
  }
  .content-banner .content-bannerPC {
    display: none;
  }
  .content-banner .content-bannerMobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .main-logo {
    width: 120%;
    min-width: 240px;
  }

  .logo {
    padding-top: 10px;
  }

  .neirong {
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .neirong p {
    color: #ffffff;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
      "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
      sans-serif;
    text-align: center;
  }
}

.banner {
  width: 97%;
  margin: 0 auto;
  padding: 0 15px;
  background-color: #ff9d13;
  border-radius: 8px;
}
body.dark .banner {
  background-color: #fff;
}
.banner-list {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner a {
  text-decoration: none;
}

.banner-item a {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.dark .banner-item a {
  color: rgba(0, 0, 0, 0.85);
}
/* dark */
.switch {
  color: #fff;
  display: flex;
  position: fixed;
  right: 21px;
  bottom: 0;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 0 5px 0 0;
  z-index: 999;
  cursor: pointer;
  font: 14px "微软雅黑", \5b8b\4f53, arial, sans-serif;
}

.wzaElder {
  position: fixed;
  bottom: 0;
  right: 103px;
  height: 25px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  line-height: 24px;
  background: #000;
  padding: 0 3px;
  color: #fff;
  border-radius: 5px 0 0 0;
  z-index: 999;
  cursor: pointer;
}

.wzaBtnClose {
  position: fixed;
  bottom: 0;
  right: 103px;
  height: 25px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  line-height: 24px;
  background: #f5801c;
  display: none;
  padding: 0 3px;
  color: #fff;
  border-radius: 5px 0 0 0;
  z-index: 999;
  cursor: pointer;
}

.wzaElder a:hover {
  color: #fff !important;
}

.switch-light,
.switch-dark {
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #000;
}

.switch-light {
  border-right: 1px solid #fff;
}

.switch-dark {
  border-radius: 0 5px 0 0;
}

.switch-active {
  background: #f5801c;
}

.body-dark {
  /* 定义 body-dark 类的样式 */
  background-color: #000000 !important;
}

.dark-mode-nav-footer {
  background-color: #2a2a2a !important;
}

.Name-a-span-dark {
  color: #ffffff !important;
}

.pagination-dark {
  background-color: #3b3b3b !important;
  color: #ffffff !important;
}

.paginationA-dark {
  background-color: #3b3b3b !important;
  border: 1px solid #959393;
}

.dark-mode-list {
  background-color: #3b3b3b !important;
}

.dark-mode-list a {
  color: #ffffff !important;
}

.hiddenLogo {
  display: none !important;
}

.blockLogo {
  display: block !important;
}
.dark-mode-nav {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.dark-nav-item-a {
  color: rgba(0, 0, 0, 0.85) !important;
}

body.dark .main-container {
  background: url(../../Images/top-dark-bg.png) no-repeat center center / cover;
}
body.dark #footer-wrapper {
  background-color: #000 !important;
}
body.dark .content-banner {
  opacity: 0.8;
}
.content-banner img {
  width: 100%;
  border-radius: 14px;
}
