@charset "UTF-8";


html {
  font-size: 5.208333vw;
}
@font-face {
  font-family: 'SourceHanSerifCN';
  src: url("../fonts/SourceHanSerifCN-Regular.woff") format('woff'),
    url("../fonts/SourceHanSerifCN-Light.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'SourceHanSerifCNbold';
  src: url("../fonts/SourceHanSerifCN-Bold-2.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
/* 移动端梯度根字号（规则75）：保持 rem 单位不变，只压缩根字号 */
@media (max-width: 1024px) {
  html { font-size: 85px !important; }
}
@media (max-width: 640px) {
  html { font-size: 80px !important; }
}
@media (max-width: 375px) {
  html { font-size: 75px !important; }
}
@media (max-width: 320px) {
  html { font-size: 65px !important; }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'Microsoft YaHei', 'MiSans', sans-serif;
  font-size: 0.16rem;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.g-container {
  width: 0.76rem;
  max-width: 0.76rem;
  margin: 0 auto;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.pic{
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}


.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

a:hover .pic img {
  transform: scale(1.05);
}

a:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s
}
/* 移动端容器宽度让出（规则76，5类白名单 #2） */
@media (max-width: 1024px) {
  .g-container {
    width: 100%;
    max-width: 100%;
    padding: 0 0.15rem;
  }
}

.g-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.g-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



@media screen and (max-width: 1023px) {
  .sec-notice__inner {
    width: 100%;
    padding: 0.40rem 0.20rem;
  }
  .sec-notice__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec-notice__more {
    margin-top: 0.20rem;
  }
  .sec-notice__grid {
    grid-template-columns: 1fr;
    gap: 0.20rem;
  }
  .sec-notice__card {
    height: auto;
  }
}

.sec-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.38rem;
  z-index: 9;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease;
  background: linear-gradient(180deg, #0849a3 12%, #0849a300 100%);
}
.sec-header.is-scrolled {
  background: #0849a3;
  height: 1.69rem;
}
.sec-header__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0.2rem 1.6rem 0.18rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sec-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.sec-header__logo-img {
  height: 0.76rem;
  width: auto;
  display: block;
}
.sec-header__search-trigger {
  position: absolute;
  right: 0.30rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  background: none;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.sec-header__search-icon {
  width: 0.18rem;
  height: 0.19rem;
  display: block;
}
.sec-header__hamburger {
  display: none;
  position: absolute;
  right: 0.20rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.30rem;
  height: 0.24rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.sec-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
}
.sec-header__hamburger span:last-child {
  margin-bottom: 0;
}
.sec-header__search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}
.sec-header__search-overlay.is-active {
  display: flex;
}
.sec-header__search-overlay-inner {
  position: relative;
  width: 90%;
  max-width: 6.00rem;
}
.sec-header__search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 2.55rem;
  border: 1px solid #fff;
  justify-content: end;
  float: right;
}
.sec-header__search-input {
  flex: 1;
  height: 0.42rem;
  padding: 0 0.20rem;
  font-size: 0.16rem;
  color: #fff;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.sec-header__search-input::placeholder {
  color: #fff;
}
.sec-header__search-submit {
  height: 0.42rem;
  padding: 0 0.30rem;
  font-size: 0.16rem;
  color: #ffffff;
  border: none;
  cursor: pointer;
  background: url(../images/sec_div_2.png) no-repeat center right;
  width: 0.5rem;
}
.sec-header__search-close {
  position: absolute;
  top: -0.60rem;
  right: 0;
  width: 0.40rem;
  height: 0.40rem;
  font-size: 0.30rem;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 0.40rem;
  text-align: center;
}
.sec-header__nav {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0.55rem;
  margin: 0 auto;
  padding: 0 1.60rem;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  display: flex;
  align-items: center;
}
.sec-header__nav-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-header__nav-item {
  position: relative;
  flex-shrink: 0;
}
.sec-header__nav-link {
  display: block;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.20rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.sec-header__nav-item:hover > .sec-header__nav-link,
.sec-header__nav-item.active > .sec-header__nav-link {
  opacity: 1;
}
.sec-header__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1.60rem;
   background: rgb(255 255 255);
  padding: 0.10rem 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}
.sec-header__nav-item:hover > .sec-header__submenu {
  opacity: 1;
  visibility: visible;
}
.sec-header__submenu li {
  text-align: center;
}
.sec-header__submenu li a {
  display: block;
  padding: 0.08rem 0.20rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.sec-header__submenu li a:hover {
  background: #0849a3;
  color:#fff;
}
.sec-header__mobile-nav {
  position: fixed;
  top: 0;
  right: -2.80rem;
  width: 2.80rem;
  height: 100%;
  background: #1a1a1a;
  z-index: 3000;
  overflow-y: auto;
  transition: right 0.3s ease;
}
.sec-header__mobile-nav.is-active {
  right: 0;
}
.sec-header__mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.20rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sec-header__mobile-nav-title {
  font-size: 0.18rem;
  font-weight: 600;
  color: #ffffff;
}
.sec-header__mobile-nav-close {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.24rem;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
}
.sec-header__mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0.10rem 0;
}
.sec-header__mobile-nav-list li a {
  display: block;
  padding: 0.12rem 0.20rem;
  font-size: 0.16rem;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.sec-header__mobile-nav-list li a.active {
  color: #4da6ff;
}
.sec-header__mobile-nav-list li.has-sub > a::after {
  content: '+';
  float: right;
  font-size: 0.14rem;
  color: #999;
}
.sec-header__mobile-nav-list li.has-sub.is-open > a::after {
  content: '-';
}
.sec-header__mobile-nav-list li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.05);
}
.sec-header__mobile-nav-list li.has-sub.is-open > ul {
  display: block;
}
.sec-header__mobile-nav-list li ul li a {
  padding-left: 0.40rem;
  font-size: 0.14rem;
}
.sec-header__mobile-search {
  padding: 0.20rem;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sec-header__mobile-search form {
  display: flex;
  flex-direction: row;
}
.sec-header__mobile-search input {
  flex: 1;
  height: 0.40rem;
  padding: 0 0.12rem;
  font-size: 0.14rem;
  color: #333;
  background: #ffffff;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.sec-header__mobile-search button {
  height: 0.40rem;
  padding: 0 0.16rem;
  font-size: 0.14rem;
  color: #ffffff;
  background: #0066cc;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.sec-header__mobile-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  z-index: 2500;
  display: none;
}
.sec-header__mobile-mask.is-active {
  display: block;
}
.sec-footer {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
 
}
.sec-footer__bg {
  position: absolute;
  left: 0;
  top: -0.51rem;
  width: 100%;
  height: 4.18rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
   background: url('../images/sec_div_29.png') no-repeat;
  background-size: 100%;
}
.sec-footer__wrap {
  position: absolute;
  left: 1.63rem;
  top: 1.11rem;
  width: 16.00rem;
  height: 2.31rem;
}
.sec-footer__content {
  position: relative;
  width: 100%;
  height: 1.58rem;
}
.sec-footer__info {
  position: absolute;
  left: 0;
  top: 0.07rem;
  width: 4.47rem;
  height: 1.44rem;
}
.sec-footer__info-left {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-footer__info-row {
  position: absolute;
  left: 0;
}
.sec-footer__info-row:nth-child(1) {
  top: 0;
  left: 0.01rem;
}
.sec-footer__info-row:nth-child(2) {
  top: 0.35rem;
  left: 0.03rem;
}
.sec-footer__info-row:nth-child(3) {
  top: 1.32rem;
}
.sec-footer__info-row:nth-child(4) {
  top: 1.08rem;
  left: 0.01rem;
}
.sec-footer__info-group {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.36rem;
}
.sec-footer__info-row:nth-child(1) .sec-footer__info-group {
  height: 0.34rem;
}
.sec-footer__info-icon {
  display: block;
  flex-shrink: 0;
  margin-right: 0.13rem;
}
.sec-footer__info-icon--address {
  width: 0.12rem;
  height: 0.16rem;
  margin-top: 0.10rem;
}
.sec-footer__info-icon--phone {
  width: 0.12rem;
  height: 0.12rem;
  margin-top: 0.12rem;
}
.sec-footer__info-icon--zip {
  width: 0.15rem;
  height: 0.15rem;
  margin-top: 0.10rem;
}
.sec-footer__info-icon--email {
  width: 0.13rem;
  height: 0.10rem;
  margin-top: 0.13rem;
}
.sec-footer__info-text {
  font: 400 0.14rem/0.36rem 'Microsoft YaHei';
  color: rgba(255, 255, 255, 0.90);
  letter-spacing: 0;
  white-space: nowrap;
}
.sec-footer__logo {
  position: absolute;
  left: 5.11rem;
  top: 0.42rem;
  width: 5.75rem;
  height: 0.73rem;
  display: block;
  object-fit: contain;
}
.sec-footer__qrcodes {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.71rem;
  height: 1.57rem;
  display: flex;
  gap: 0.29rem;
}
.sec-footer__qrcode {
  position: relative;
  width: 1.21rem;
  height: 1.57rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec-footer__qrcode:nth-child(2) {
}
.sec-footer__qrcode-img {
  left: 0;
  top: 0;
  width: 1.21rem;
  height: 1.21rem;
  display: block;
  object-fit: cover;
}
.sec-footer__qrcode-label {
  font: 400 0.14rem/0.36rem 'Microsoft YaHei';
  color: #ffffff;
  letter-spacing: 0;
  white-space: nowrap;
}
.sec-footer__qrcode:nth-child(2) .sec-footer__qrcode-label {
}
.sec-footer__line {
  width: 100%;
  height: 0;
  border-top: 0.01rem solid rgba(216, 216, 216, 0.22);
  margin-top: 0.18rem;
}
.sec-footer__copyright {
  width: 100%;
  text-align: center;
  padding: 0.18rem 0;
}
.sec-footer__copyright-text {
  font: 400 0.16rem/0.36rem 'Microsoft YaHei';
  color: #ffffff;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
.sec-header__inner {
    max-width: 100%;
    padding: 0 0.16rem;
  }
.sec-header__nav {
    display: none;
  }
.sec-header__search-trigger {
    display: none;
  }
.sec-header__hamburger {
    display: block;
  }
.sec-header__logo-img {
  }
/* 多列容器统一改单列堆叠 */
  .sec-header__inner,
  .sec-news__content {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .sec-footer__qrcode {
      position: relative;
      width: 1rem;
      height: 1.37rem;
      flex-shrink: 0;
    }
    .sec-footer__qrcode:nth-child(2) {
    }
    .sec-footer__qrcode-img {
      left: 0;
      top: 0;
      width: 1rem;
      height: 1rem;
      display: block;
      object-fit: cover;
    }
  .sec-footer__qrcode-label{
    width: 100%;
    display: block;
    text-align: center;
}
}
@media screen and (max-width: 1024px) {
  .sec-footer {
    background: #0B4089;
    border-top: 0.15rem solid #82aae1;
  }
  .sec-footer__bg {
  height: 100%;
  background: #0849A3;
  background-size: auto 100% !important;
  display: none;
  }
  .sec-footer__wrap {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    padding: 0.2rem 0.20rem 0;
    box-sizing: border-box;
  }
  .sec-footer__content {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    height: auto;
  }
  .sec-footer__info {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.20rem;
  }
  .sec-footer__info-left {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .sec-footer__info-group{
}
  .sec-footer__info-row {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 0;
  }
  .sec-footer__info-row:nth-child(1),
  .sec-footer__info-row:nth-child(2),
  .sec-footer__info-row:nth-child(3),
  .sec-footer__info-row:nth-child(4) {
    left: auto;
    top: auto;
  }
  .sec-footer__logo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 45%;
    height: auto;
    margin: 0 auto;
  }
  .sec-footer__qrcodes {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    margin-top: 0.25rem;
    justify-content: center;
  }
  .sec-footer__line {
    margin-top: 0.18rem;
  }
  .sec-footer__copyright {
  padding: 0.18rem 0 0;
  }
}
@media screen and (max-width: 800px) {
  .sec-footer__content{
      flex-direction: column;
      display: flex;
  }
  .sec-footer__info-left{
    text-align:center;
    justify-content:center;
    align-content:center
  }
  .sec-footer__info-row{
    justify-content:center;
    align-content:center;
    display: flex;
    margin: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .sec-footer {
    height: auto;
    min-height: auto;
    padding: 0.30rem 0 0.20rem;
  }
  .sec-footer__info-row {
    margin-bottom: 0.10rem;
  }
  .sec-footer__info-text {
    white-space: normal;
    font-size: 0.16rem;
    line-height: 1.4;
  }
  .sec-footer__qrcode-label{
      font-size: 0.16rem;
  }
  .sec-footer__logo {
    max-width: 80%;
    margin: 0.15rem auto;
  }
  .sec-footer__qrcodes {
    align-items: center;
    gap: 0.15rem;
  }
  .sec-footer__qrcode:nth-child(2) {
    margin-left: 0;
  }
  .sec-footer__copyright-text {
    font-size: 0.16rem;
    word-break: break-all;
  }
}


.wap {
  display: none;
}

.top>img.wap {
  display: none;
}

@media screen and (max-width: 1024px) {
  
  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #0849A3;
    padding: .1rem;
    z-index: 999;
    height: 0.7rem;
    display: flex;
    align-items: center;
  }

  .m-logo {
    font-size: 0;
  }

  .m-logo a {
    font-size: 0;
    line-height: .4rem;
  }

  .m-logo img {
    max-width: 80%;
    vertical-align: middle;
    max-height: 0.5rem;
    height: auto;
  }

  .m-tlink {
    padding: .1rem .15rem 0 .15rem;
  }

  .m-tlink a {
    font-size: .14rem;
    margin-right: .15rem;
    margin: .05rem 0;
    color: #fff;
    display: inline-block;
    font-size: .14rem;
    line-height: .24rem;
    background: #fff;
    color: #333;
    line-height: .3rem;
    padding: 0 .15rem;
    border-radius: .05rem;
    margin: 0 .04rem;
  }

  .m-search {
    margin: 0 .15rem;
    padding-right: .5rem;
    padding-left: .1rem;
    padding-top: .05rem;
    padding-bottom: .05rem;
    position: relative;
    line-height: .35rem;
    /* background: #fff; */
    margin-top: .15rem;
    border: .01rem solid #fff;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: .25rem;
    background: none;
    color: #fff;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: .1rem;
    top: .1rem;
    height: .15rem;
  }

  .m-nav {
    position: fixed;
    top: .7rem;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #094fb1;
    overflow-y: scroll;
  }

  .m-nav ul {
    padding: 0 .15rem;
    /* border-top: .01rem solid rgba(255, 255, 255, 0.2); */
  }

  .m-nav ul li {
    border-bottom: .01rem solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .m-nav ul li>span.on {
    transform: rotateZ(90deg);
  }

  .m-nav ul li ul {
    display: none;
  }

  .m-nav ul li ul li {
    border: none;
  }

  .m-nav>ul>li a {
    display: block;
    font-size: .16rem;
    line-height: .2rem;
    padding: .15rem 0;
    position: relative;
    color: #fff;
  }

  .m-nav>ul>li ul li a {
    padding: .1rem 0;
    font-size: 0.14rem;
  }

  .m-nav>ul>li>span {
    position: absolute;
    width: .2rem;
    height: .2rem;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: .14rem .14rem;
    background-position: center center;
    right: 0;
    top: .15rem;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }

  .top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: .1rem;
    top: .24rem;
    width: .25rem;
    height: .25rem;
    z-index: 9999;
  }

  .top>img {
    display: block;
    width: 100%;
  }

  .wap-menu {
    position: relative;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
  }

  .wap-menu img {
    height: .25rem;
  }

  .close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }


}

@media (max-width: 767px) {
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{margin: 0px 0px 0px 3px !important;}}