﻿html,
body {
  overflow-x: hidden;
}
.abs_top > * {
  position: relative;
  z-index: 2;
}
.abs-top-div {
  background: #5d5d5d;
  height: 36px;
  display: flex;
}
.abs-top-div-right {
  background: #ffae00;
  position: relative;
  display: flex;
  align-items: center;
}
.abs-top-div-right:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 18px solid;
  border-color: #5d5d5d transparent transparent #5d5d5d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.abs-top-div-line {
  display: block;
  margin: 0 15px;
  width: 1px;
  height: 1em;
  background: #fff;
}
.abs_top:before {
  content: '';
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #ffae00;
  display: block;
  position: absolute;
}
.lang2025 {
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  background: none;
}
.lang2025 .icon-world {
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(/images/2025/world.png) no-repeat center center;
}
.lang2025 .icon-jt-down {
  width: 9px;
  height: 6px;
  overflow: hidden;
  background: url(/images/2025/jt_down.png) no-repeat center center;
}
.footer-nav-2025 {
  display: flex;
  justify-content: space-between;
}
.footer-nav-2025 .bottom_nav {
  min-width: 200px;
  width: auto;
}
.nav-next {
  position: relative;
  z-index: 999;
}
.nav-next:hover > a {
  color: #ffa200 !important;
  background: none;
  border-color: #ffa200;
}
.nav-next:hover > a:after {
  border-color: transparent transparent #ffa200 transparent;
}
.nav-next > ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0 40px;
  padding-bottom: 20px;
}
.nav-next > ul > li {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.nav-next > ul > li > a {
  background: #efe3d1;
  border-radius: 10em;
  font-size: 12px !important;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #c5995b;
  transition: all ease-in 0.2s;
}
.nav-next > ul > li > a:hover {
  color: #fff;
  background: #c5995b;
}
@media (min-width: 768px) {
  .nav-next > ul {
    display: none;
    position: absolute;
    box-sizing: border-box;
    height: 80px;
    padding: 0;
    padding-top: 22px;
    gap: 10px;
  }
  .nav-next:hover > ul {
    display: flex;
  }
  .nav-next > ul:before {
    content: '';
    background: #f9f5ee;
    top: 0;
    bottom: 0;
    width: 200vw;
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-next > ul > li > a {
    background: #efe3d1;
    border-radius: 10em;
    font-size: 14px !important;
    width: 132px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #c5995b;
    transition: all ease-in 0.2s;
  }
}
.page-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-box:nth-of-type(odd) {
  background-color: #f4f4f5;
}
.page-box-summary {
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}
.page-box-img {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box-img img {
  max-width: 100%;
}
.page-box-txt {
  padding-top: 40px;
}
.page-box-txt > h2 {
  font-size: 18px;
  display: block;
  color: #333;
  line-height: 1;
  padding-bottom: 1em;
  position: relative;
}
.page-box-txt > h2::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: #8c8c8c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-box-article {
  color: #666;
  padding-top: 20px;
}
.page-box-article > ul:first-child,
.page-box-article > dl:first-child {
  margin-top: 0;
}
.page-box-article h3 {
  color: #333;
  font-size: 14px;
}
.page-box-article h4 {
  color: #333;
  font-size: 14px;
}
.page-box-article h4 + ul {
  margin-top: 10px;
}
.page-box-article ul {
  margin: 15px 0;
}
.page-box-article ul.ul2 {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  grid-column-gap: 60px;
}
.page-box-article ul.ul3 li {
  line-height: 1;
  position: relative;
  padding-left: 10px;
}
.page-box-article ul.ul3 li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffae00;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.page-box-article ul.ul3 li a:before {
  display: none;
}
.page-box-article ul.ul3 li a {
  display: inline-block;
}
.page-box-article ul li {
  padding: 5px 0;
}
.page-box-article ul li a {
  gap: 7px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.page-box-article ul li a:hover {
  color: #000;
}
.page-box-article ul li a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffae00;
  display: block;
  border-radius: 100%;
}
.page-box-article dl {
  margin: 15px 0;
}
.page-box-article dl dt {
  gap: 7px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.page-box-article dl dt h3 {
  font-weight: bold;
  font-size: 14px;
}
.page-box-article dl dt::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffae00;
  display: block;
  border-radius: 100%;
}
.page-box-article dl dd {
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 15px;
}
.page-box-more {
  padding-top: 20px;
}
.page-box-article ul.ul1 li {
  line-height: 1;
  display: flex;
  gap: 7px;
  align-items: center;
}
.page-box-article ul.ul1 li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffae00;
  display: block;
  border-radius: 100%;
  flex-shrink: 0;
}
.page-div .page-box:nth-of-type(odd) .page-box-article ul.ul1 li {
  line-height: 1;
  display: flex;
  gap: 7px;
  align-items: center;
}
.page-div .page-box:nth-of-type(odd) .page-box-article ul.ul1 li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffae00;
  display: block;
  border-radius: 100%;
  flex-shrink: 0;
}
.page-div .page-box:nth-of-type(even) .page-box-article ul.ul1 li {
  line-height: 1;
  display: flex;
  gap: 7px;
  align-items: center;
}
.page-div .page-box:nth-of-type(even) .page-box-article ul.ul1 li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffae00;
  display: block;
  border-radius: 100%;
}
.page-box-pt-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}
.page-box-pt-list > div {
  display: flex;
  gap: 5px;
}
.page-box-pt-list > div:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffae00;
  display: block;
  border-radius: 100%;
  flex-shrink: 0;
  margin-top: 10px;
}
.page-box-pt-list > div > strong {
  flex-shrink: 0;
}
.page-box-pt-list > div > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}
.page-box-pt-list > div > ul > li {
  line-height: 1;
  min-width: 116px;
}
.page-box-pt-list > div > ul > li > a:before {
  display: none;
}
@media (min-width: 768px) {
  .page-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-box-summary {
    padding-bottom: 60px;
  }
  .page-box:nth-of-type(even) .page-box-img {
    order: 3;
  }
  .page-box:first-child .page-box-main {
    align-items: stretch;
  }
  .page-box-main {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .page-box-txt {
    padding-top: 0;
    flex: auto;
  }
  .page-box-img {
    width: 330px;
    flex-shrink: 0;
    height: auto;
  }
  .page-box-article h3 {
    font-size: 16px;
  }
  .page-div .page-box:nth-of-type(odd) .page-box-txt {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  .page-div .page-box:nth-of-type(odd) .page-box-txt > h2::after {
    left: auto;
    right: 0;
  }
  .page-div .page-box:nth-of-type(odd) .page-box-txt .page-box-article ul.ul1 li {
    justify-content: end;
  }
  .page-div .page-box:nth-of-type(odd) .page-box-txt .page-box-article ul.ul1 li:before {
    order: 3;
  }
}
@media (min-width: 992px) {
  .page-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-box-summary {
    padding-bottom: 80px;
  }
  .page-box-main {
    gap: 30px;
  }
  .page-box-img {
    width: 430px;
  }
  .page-box-article h3 {
    font-size: 17px;
  }
}
@media (min-width: 1100px) {
  .page-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-box-main {
    gap: 40px;
  }
  .page-box-img {
    width: 530px;
  }
  .page-box-article h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }
}
.note_content p {
  margin: 1em 0;
}
.note_content p:first-child {
  margin-top: 0;
}
.page-history {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.page-history::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ddd;
  width: 1px;
}
.page-history > div {
  padding-bottom: 15px;
  box-sizing: border-box;
}
.page-history > div:last-child {
  padding-bottom: 0;
}
.page-history > div:last-child > dl::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: -2px;
  bottom: 0;
  top: 20px;
  width: 105%;
}
.page-history > div:first-child > dl::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: -2px;
  top: 0;
  height: 20px;
  width: 105%;
}
.page-history > div > dl {
  position: relative;
}
.page-history > div > dl > dt {
  line-height: 1;
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  z-index: 2;
  color: #333;
}
.page-history > div > dl > dt::before,
.page-history > div > dl > dt::after {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
}
.page-history > div > dl > dt::before {
  background-color: #ffefcc;
  width: 17px;
  height: 17px;
  left: -9px;
}
.page-history > div > dl > dt::after {
  background-color: #ffc446;
  width: 7px;
  height: 7px;
  left: -4px;
}
.page-history > div > dl > dd {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  color: #999;
}
@media (min-width: 768px) {
  .page-history {
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page-history::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-history > div:nth-of-type(odd) {
    text-align: right;
    margin-right: 50%;
  }
  .page-history > div:nth-of-type(odd) > dl > dt {
    padding-right: 15px;
  }
  .page-history > div:nth-of-type(odd) > dl > dt::before {
    left: auto;
    right: -8.5px;
  }
  .page-history > div:nth-of-type(odd) > dl > dt::after {
    left: auto;
    right: -3px;
  }
  .page-history > div:nth-of-type(odd) > dl > dd {
    padding-right: 15px;
  }
  .page-history > div:nth-of-type(even) {
    margin-left: 50%;
  }
}
.page-quality {
  color: #666;
}
.page-quality > div {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-quality > div:last-child {
  border-bottom: none;
}
.page-quality > div > h2 {
  font-weight: bold;
  font-size: 14px;
}
.page-quality-article {
  padding-top: 10px;
}
.page-quality-article ul.ul1 li {
  display: flex;
  gap: 7px;
  align-items: center;
}
.page-quality-article ul.ul1 li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ffae00;
  display: block;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .page-quality > div {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.Sbanner {
  background-size: cover;
}
.nav.en > li > a {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .nav.en .nav-next > ul > li > a {
    width: 160px;
  }
}
/*en*/
html[lang=en] .ab_title {
  white-space: nowrap;
}
html[lang=en] .page-box-article ul.ul2 {
  display: inline-grid;
  grid-template-columns: 1fr ;
  gap: 0px;
  grid-column-gap: 60px;
}
.lang2025-2 {
  float: right;
  width: 40px;
  height: 45px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  line-height: 1;
  justify-content: center;
}
.lang2025-2 img {
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .lang2025-2 {
    display: none;
  }
}
.baidumap {
  padding-top: 20px;
}
.baidumap img {
  width: 100%;
}