body,
html {
  font-family: PingFangSC, PingFang SC;
  background-color: #000;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
img,
video {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .pc {
    display: none;
  }
}
.m {
  display: none;
}
@media (max-width: 1200px) {
  .m {
    display: block;
  }
}
.container {
  width: 1200px;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .title {
    margin-bottom: 20px;
  }
}
.title .tit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title .tit span {
  width: 64px;
  height: 1px;
  background: #FFD98A;
}
@media (max-width: 1200px) {
  .title .tit span {
    width: 32px;
  }
}
.title .tit h2 {
  font-weight: 500;
  font-size: 32px;
  color: #FFDA95;
  line-height: 45px;
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .title .tit h2 {
    font-size: 16px;
    line-height: 28px;
    margin: 0 10px;
  }
}
.title > span {
  font-weight: 400;
  font-size: 14px;
  color: #FFDA95;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .title > span {
    display: none;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #000;
}
@media (max-width: 1200px) {
  .header {
    display: none;
  }
}
.header .head-box {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
}
.header .head-box .logo {
  width: 84px;
  margin-right: 65px;
}
.header .head-box .nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .head-box .nav-box .link {
  display: flex;
  align-items: center;
  margin-right: 200px;
}
.header .head-box .nav-box .link a {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  margin-right: 40px;
}
.header .head-box .nav-box .link a.active {
  color: #FFDA95;
}
.header .head-box .nav-box .bm {
  width: 190px;
  height: 40px;
  background: linear-gradient(270deg, #FFE0A6 0%, #FACD7A 100%);
  border-radius: 8px;
  font-weight: 500;
  font-size: 20px;
  color: #723A00;
  line-height: 40px;
  text-align: center;
}
.banner {
  padding-top: 64px;
}
@media (max-width: 1200px) {
  .banner {
    padding-top: 35px;
  }
}
.ssjj {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .ssjj {
    padding-top: 25px;
  }
}
.ssjj .box {
  background: #151414;
  border-radius: 16px;
  border: 1px solid #605847;
  padding: 50px 100px 70px 120px;
  position: relative;
}
@media (max-width: 1200px) {
  .ssjj .box {
    padding: 20px 25px;
  }
}
.ssjj .box:after {
  content: "";
  display: block;
  width: 28px;
  height: 20px;
  background-image: url(../img/2025bi-yh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50px;
  top: 50px;
}
@media (max-width: 1200px) {
  .ssjj .box:after {
    display: none;
  }
}
.ssjj .box p {
  font-weight: 400;
  font-size: 16px;
  color: #FFDA95;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .ssjj .box p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.ssjj .box p:last-of-type {
  margin-bottom: 0;
}
.scap .sc-box .sc-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-title {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.scap .sc-box .sc-title .item {
  width: 180px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/2025bi-sct01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-title .item {
   width: 98px;
    height: 32px;
    margin-bottom: 20px;
    margin-right: 18px;
  }
}
.scap .sc-box .sc-title .item:after {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background-image: url(../img/2025bi-sct03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -26px;
  top: 18px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-title .item:after {
    width: 9px;
    height: 10px;
    right: -13px;
    top: 11px;
  }
}
.scap .sc-box .sc-title .item:last-of-type {
  margin-right: 0;
}
.scap .sc-box .sc-title .item:last-of-type:after {
  display: none;
}
.scap .sc-box .sc-title .item p {
  font-weight: 500;
  font-size: 20px;
  color: #C29E74;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-title .item p {
    font-size: 12px;
    line-height: 14px;
  }
}
.scap .sc-box .sc-title .item span {
  font-weight: 400;
  font-size: 14px;
  color: #C29E74;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-title .item span {
    font-size: 8px;
    line-height: 12px;
  }
}
.scap .sc-box .sc-title .item.active {
  background-image: url(../img/2025bi-sct02.png);
}
.scap .sc-box .sc-title .item.active p {
  color: #723A00;
}
.scap .sc-box .sc-title .item.active span {
  color: #723A00;
}
.scap .sc-box .sc-con .item {
  background: #151414;
  border-radius: 16px;
  border: 1px solid #605847;
  padding: 50px 135px 50px 55px;
  display: none;
  min-height: 644px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-con .item {
    min-height: 400px;
    padding: 20px;
  }
}
.scap .sc-box .sc-con .item.active {
  display: flex;
  flex-direction: column;
}
.scap .sc-box .sc-con .item .txt-box {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-con .item .txt-box {
    margin-bottom: 15px;
  }
}
.scap .sc-box .sc-con .item .txt-box:last-of-type {
  margin-bottom: 0;
}
.scap .sc-box .sc-con .item .txt-box h5 {
  font-weight: 500;
  font-size: 20px;
  color: #FFDA95;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-con .item .txt-box h5 {
    font-size: 14px;
    color: #FFDA95;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.scap .sc-box .sc-con .item .txt-box > p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-con .item .txt-box > p {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    padding-left: 10px;
  }
}
.scap .sc-box .sc-con .item .txt-box > p span {
  color: rgba(255, 255, 255, 0.6);
}
.scap .sc-box .sc-con .item .txt-box > p a {
  color: #FFDA95;
}
.scap .sc-box .sc-con .item .txt-box > p:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #FFD98A;
  border-radius: 6px;
  position: absolute;
  left: 8px;
  top: 14px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-con .item .txt-box > p:after {
    width: 4px;
  height: 4px;left: 4px;
    top: 7px;
  }
}
.scap .sc-box .sc-con .item .txt-box .dy-box {
  height: 240px;
  background: #1F1F1F;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.scap .sc-box .sc-con .item .txt-box .dy-box p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.scap .sc-box .sc-con .item .bm {
  margin-top: 85px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(270deg, #FFE0A6 0%, #FACD7A 100%);
  border-radius: 8px;
  width: 323px;
  height: 50px;
  font-size: 20px;
  color: #723A00;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-con .item .bm {
    width: 160px;
    height: 30px;
    background: linear-gradient(270deg, #FFE0A6 0%, #FACD7A 100%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 10px;
    color: #723A00;
    line-height: 30px;
    margin-top: 30px;
  }
}
.scap .sc-box .sc-con .item.item2 .bm {
  margin-top: 40px;
}
.scap .sc-box .sc-con .item.item3 {
  padding-right: 70px;
  padding-left: 70px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-con .item.item3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.scap .sc-box .sc-con .item.item3 .txt-box {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-con .item.item3 .txt-box {
    margin-bottom: 0;
  }
}
.scap .sc-box .sc-con .item.item4,
.scap .sc-box .sc-con .item.item5 {
  align-items: center;
  justify-content: center;
}
.scap .sc-box .sc-con .item.item4 h3,
.scap .sc-box .sc-con .item.item5 h3 {
  font-weight: 500;
  font-size: 32px;
  color: #FFDA95;
  line-height: 45px;
}
@media (max-width: 1200px) {
  .scap .sc-box .sc-con .item.item4 h3,
  .scap .sc-box .sc-con .item.item5 h3 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}
.hjqy {
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .hjqy {
    padding-bottom: 25px;
  }
}
.hjqy .jx {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .hjqy .jx .jx-box .jx-tit {
    display: flex;
    align-items: unset;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .hjqy .jx .jx-box .jx-tit .item {
    width: 24%;
    background: #342D26;
    border-radius: 4px;
    font-size: 12px;
    color: #C29E74;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    cursor: pointer;
  }
  .hjqy .jx .jx-box .jx-tit .item.active {
    background: linear-gradient(270deg, #FFE0A6 0%, #FACD7A 100%);
    color: #723A00;
  }
  .hjqy .jx .jx-box .jx-con {
    background: #151414;
    border-radius: 8px;
    border: 1px solid #605847;
    padding: 10px 20px 15px;
  }
  .hjqy .jx .jx-box .jx-con .item {
    display: none;
  }
  .hjqy .jx .jx-box .jx-con .item .txt-box {
    display: flex;
    align-items: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #605847;
    padding-left: 5px;
    padding-right: 5px;
  }
  .hjqy .jx .jx-box .jx-con .item .txt-box .l {
    width: 30%;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .hjqy .jx .jx-box .jx-con .item .txt-box .r {
    width: 70%;
    font-size: 12px;
    color: #FFDA95;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hjqy .jx .jx-box .jx-con .item .txt-box .r p {
    margin-bottom: 10px;
  }
  .hjqy .jx .jx-box .jx-con .item .txt-box .r p:last-of-type {
    margin-bottom: 0;
  }
  .hjqy .jx .jx-box .jx-con .item .p1 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .hjqy .jx .jx-box .jx-con .item .p2 {
    font-weight: 400;
    font-size: 12px;
    color: #FFDA95;
    line-height: 18px;
  }
  .hjqy .jx .jx-box .jx-con .item.active {
    display: block;
  }
}
.hjqy .js {
  background: #151414;
  border-radius: 8px;
  border: 1px solid #605847;
  padding: 20px 30px 20px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .hjqy .js {
    padding: 10px;
    margin-bottom: 35px;
  }
}
.hjqy .js .stit {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hjqy .js .stit h4 {
  font-weight: 400;
  font-size: 24px;
  color: #FFDA95;
  line-height: 33px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .hjqy .js .stit h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.hjqy .js .stit img {
  width: 28px;
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .hjqy .js .stit img {
    width: 14px;
  }
}
.hjqy .js .js-box {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.hjqy .js.active {
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .hjqy .js.active {
    padding-bottom: 20px;
  }
}
.hjqy .js.active .stit img {
  transform: rotate(-90deg);
}
.hjqy .js.active .js-box {
  margin-top: 20px;
  height: auto;
  opacity: 1;
}
.hjqy .js p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .hjqy .js p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .hjqy .js p br {
    display: none;
  }
}
.hjqy .js p span {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  display: block;
  padding-left: 22px;
}
@media (max-width: 1200px) {
  .hjqy .js p span {
    padding-left: 0;
  }
}
.hjqy .js p span a {
  color: #FFD98A;
}
.hjqy .js h5 {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .hjqy .js h5 {
    font-size: 12px;
  }
}
.hjqy .jp h4 {
  font-weight: 400;
  font-size: 24px;
  color: #FFDA95;
  line-height: 33px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .hjqy .jp h4 {
    font-size: 16px;
    color: #FFDA95;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.hjqy .jp .swiper-box {
  position: relative;
}
.hjqy .jp .swiper-slide {
  background: #151414;
  border-radius: 12px;
  border: 1px solid #605847;
  padding: 10px 10px 17px 10px;
}
@media (max-width: 1200px) {
  .hjqy .jp .swiper-slide {
    padding: 5px;
    border-radius: 5px;
  }
}
.hjqy .jp .swiper-slide img {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .hjqy .jp .swiper-slide img {
    margin-bottom: 0;
  }
}
.hjqy .jp .swiper-slide p {
  font-weight: 400;
  font-size: 18px;
  color: #FFDA95;
  line-height: 25px;
  text-align: center;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .hjqy .jp .swiper-slide p {
    font-size: 9px;
    color: #FFDA95;
    line-height: 12px;
    height: 28px;
  }
  .hjqy .jp .swiper-slide p br {
    display: none;
  }
}
.hjqy .jp .swiper-button-prev,
.hjqy .jp .swiper-button-next {
  background-image: url(../img/2025bi-jt.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .hjqy .jp .swiper-button-prev,
  .hjqy .jp .swiper-button-next {
    display: none;
  }
}
.hjqy .jp .swiper-button-prev::after,
.hjqy .jp .swiper-button-next::after {
  content: "";
}
.hjqy .jp .swiper-button-prev {
  transform: rotate(-180deg);
  left: -65px;
}
.hjqy .jp .swiper-button-next {
  right: -65px;
}
.pszj .title p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .pszj .title p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 16px;
  }
}
.tbmx {
  padding-top: 20px;
}
.tbmx .title {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .tbmx .title {
    margin-bottom: 20px;
  }
}
.tbmx .mx {
  text-align: center;
}
.tbmx .mx img {
  max-width: 200px;
}
@media (max-width: 1200px) {
  .tbmx .mx img {
    max-width: 150px;
  }
}
.cjwt .wt-list .item {
  background: #151414;
  border-radius: 12px;
  border: 1px solid #605847;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cjwt .wt-list .item {
    padding: 20px;
    margin-bottom: 15px;
  }
}
.cjwt .wt-list .item .q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.cjwt .wt-list .item .q h4 {
  font-weight: 400;
  font-size: 20px;
  color: #FFD98A;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .cjwt .wt-list .item .q h4 {
    font-size: 12px;
    line-height: 17px;
  }
}
.cjwt .wt-list .item .q img {
  transform: rotate(90deg);
  width: 28px;
}
@media (max-width: 1200px) {
  .cjwt .wt-list .item .q img {
    display: none;
  }
}
.cjwt .wt-list .item .a {
  height: 0;
  opacity: 0;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .cjwt .wt-list .item .a {
    font-size: 12px;
    line-height: 17px;
    height: auto;
    opacity: 1;
  }
}
.cjwt .wt-list .item.active .q img {
  transform: rotate(-90deg);
}
.cjwt .wt-list .item.active .a {
  padding-top: 10px;
  height: auto;
  opacity: 1;
}
@media (max-width: 1200px) {
  .lxwm {
    padding-top: 0;
  }
}
.bottom-ewm {
  padding-bottom: 90px;
  text-align: center;
}
.bottom-ewm img {
  width: 265px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .bottom-ewm img {
    width: 135px;
    margin-bottom: 20px;
  }
}
.bottom-ewm p {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
}
@media (max-width: 1200px) {
  .bottom-ewm p {
    font-size: 12px;
    line-height: 17px;
  }
}
