﻿/*common start*/
:root {
  --primary-color: #0450a4;
  --secondary-color: #0450a4;
  --main-color: #0450a4;
  --main-color-white: #fff;
  --color-gray-600: #000000;
  --news-category-title-color: #191919;
  --news-title-color: #333333;
  --news-content-color: #666666;
  --news-date-color: #b5b5b5;
  --honor-title-color: #333333;
  --primary: #070809;
  --neutral: #86909c;
  --gray-light: #f7f8fa;
  --gray-text: #4e5969;
  --black: #1d2129;
  --border-light: #e5e6eb;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --transition: all 0.3s ease;
}
body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  list-style: none;
}
body {
  font-size: 12px;
  font-family: Arial, "Microsoft YaHei";
  color: #333;
  overflow-x: hidden;
}
a {
  color: #666;
}
a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
p {
  line-height: 1.5em;
  padding: 5px 0;
}
.clear {
  margin: 0;
  padding: 0;
  font-size: 0;
  clear: both;
}
.wapper1 {
  width: 75%;
  margin: 0 auto;
  max-width: 1600px;
  min-width: 1000px;
}
input,
textarea,
select {
  outline: none;
  font-family: Arial, "Microsoft YaHei";
}
img {
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
#lContent img,
#lblContent img,
.xiangxi_con img,
.xiangqing img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
@media (max-width: 999px) {
  .wapper1 {
    width: 90%;
    min-width: 0;
  }
}
/*common end*/

.head {
  width: 100%;
  box-shadow: 0 0 1px #fff;
  position: fixed;
  z-index: 55;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.head2bg {
}
.head2 {
  height: 80px;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.head .logo {
  float: left;
  width: 22%;
  height: 75px;
  position: relative;
}
.head .logo img {
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.head2 .rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.head .h_search_btn {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin-left: 1.3vw;
}
.head .h_search_btn:hover {
}
.head .h_search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.head .h_search_close1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
}
.head .h_searchbg {
  width: 90%;
  max-width: 650px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.head .h_search {
  box-shadow: 0px 0px 5px #ccc;
  padding: 40px 20px;
  position: relative;
}
.head .h_search_close2 {
  width: 20px;
  height: 20px;
  background: url(../images/chahao2.png) center no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.head .h_search_close2:hover {
  transform: rotate(360deg);
}
.head .h_search .form {
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
}
.head .h_search .form .text1 {
  float: left;
  border: none;
  background: none;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 10px;
  width: calc(100% - 110px);
}
.head .h_search .form .button1 {
  float: right;
  border: none;
  background: var(--primary-color);
  color: #fff;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.head .h_search .form .button1 i {
  margin-right: 5px;
}
/*menu*/
.head .menu {
  height: 80px;
  line-height: 80px;
}
.head .menu > ul {
}
.head .menu > ul > li {
  float: left;
  padding: 0 20px;
}
.head .menu > ul > li.menu_down {
  position: relative;
}
.head .menu > ul > li > a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  letter-spacing: 1px;
}
.head .menu > ul > li > a:hover,
.head .menu > ul > li:hover > a,
.head .menu > ul > li.hover > a {
  color: #fff;
}
/* a:before 默认状态：a:before 加个下划线 */
.head .menu > ul > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
/* 仅a被hover时：a:before 变成蓝色 */
.head .menu > ul > li > a:hover:before,
.head .menu > ul > li:hover > a:before,
.head .menu > ul > li.hover > a:before {
  width: 100%;
}
/* 设置默认的首页下划线 */
.head .menu > ul > li > a.active:before {
  width: 100%;
}
.head .menu > ul > li ul {
  width: fit-content;
  min-width: 150px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: none;
}
.head .menu > ul > li ul li {
  position: relative;
}
.head .menu > ul > li ul li a {
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 5px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.head .menu > ul > li ul li a:hover,
.head .menu > ul > li > ul li:hover > a {
  color: #fff;
  text-decoration: underline;
}
.head .menu > ul > li ul li ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(0);
  display: none;
}
.head .menu > ul > li ul li:hover > ul {
  display: block;
}
.head_height {
  height: 0;
}
/* .head .active1{ background:var(--secondary-color); opacity: 1;} */
.head.active1 {
  background-color: #ffffff;
  box-shadow: 0 0 1px #ccc;
}
.head .menu > ul > li > a.active2 {
  color: #000000;
}
.head .h_search_btn .fa-search.activeSearch {
  color: #333;
}
.head.scroll .menu > ul > li > a:before {
  background: #0450a4; /* 滚动后的颜色 */
}
/* 可选：滚动后激活态（点击选中）的下划线颜色也同步修改 */
.head.scroll .menu > ul > li > a.active:before {
  background: #0450a4;
}
.head.scroll .menu > ul > li > a:before {
  background: #0450a4; /* 滚动后的颜色 */
}

@media (max-width: 999px) {
  .head_height {
    height: 0;
  }
  .head {
  }
  .head2 {
    height: 50px;
  }
  .head .logo {
    float: left;
    width: 50%;
    height: 50px;
  }
  .head .h_search .form .text1 {
    width: calc(100% - 80px);
  }
  .head .h_search .form .button1 {
    width: 70px;
    font-size: 14px;
  }
  .head .menu {
    display: none;
  }
}
/**/
.head .nav_open {
  width: 24px;
  height: 20px;
  cursor: pointer;
  display: none;
  position: relative;
  margin-left: 15px;
}
.head .nav_open i,
.head .nav_open:before,
.head .nav_open:after {
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.head .nav_open i {
  top: 50%;
  transform: translateX(-50%) translate(0, -50%);
}
.head .nav_open:before {
  content: "";
  top: 0px;
}
.head .nav_open:after {
  content: "";
  bottom: 0px;
}
.head .nav_open.active0 i {
  opacity: 0;
  visibility: hidden;
}
.head .nav_open.active0:before {
  transform: translateX(-50%) translateY(9px) rotate(45deg);
}
.head .nav_open.active0:after {
  transform: translateX(-50%) translateY(-9px) rotate(-45deg);
}
.head .nav_box {
  width: 100%;
  height: calc(100% - 51px);
  border-top: 1px solid #ededed;
  position: fixed;
  left: 0;
  top: 50px;
  display: none;
}
.head .nav_close1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
}
.head .navbg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.99);
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.head .nav {
  position: relative;
}
.head .nav_close2 {
  display: none;
}
.head .nav_list {
  max-height: calc(100vh - 50px);
  overflow-y: auto;
}
.head .nav_list ul {
}
.head .nav_list ul li {
  padding: 5px 5%;
}
.head .nav_list > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 5%;
}
.head .nav_list ul li span {
  display: block;
  position: relative;
}
.head .nav_list ul li span a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  color: #333;
}
.head .nav_list > ul > li > span a {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.head .nav_list ul li.nav_down > span:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 6px;
  right: 0;
}
.head .nav_list ul li.nav_down.active1 > span:after {
  transform: rotate(180deg);
}
.head .nav_list ul li ul {
  padding: 5px 0 0 0;
  display: none;
}
.head .nav_list ul li.active1 > span > i {
  background-image: url(../images/ico_up1.png);
}
@media (max-width: 999px) {
  .head .nav_open {
    display: block;
  }
}

.navBg {
  position: relative;
}
.navBg .navBg-container {
  width: 100%;
}
.navBg .navBg-container .navBg-slide {
  position: relative;
  height: 430px;
}
.navBg .navBg-container .navBg-slide img {
  display: block;
  width: 100%;
  min-height: 100px;
  height: 100%;
}
.navBg .navBg-content {
  position: absolute;
  top: 197px;
  right: 5%;
  width: 624px;
  height: 65px;
  color: #fff;
}
.navBg .navBg-content .title {
  height: 45px;
  font-size: 25px;
  display: block;
}
.navBg .navBg-content {
  z-index: 2;
}
.navBg .navBg-content .content {
  font-size: 12px;
}

.tit1 {
  text-align: center;
}
.tit1 .h2 {
  font-size: 48px;
  line-height: 60px;
  color: #dddddd;

  .h2div,
  .h2last {
    display: inline-block;
    span {
      font-weight: bold;
    }
  }
  .h2div {
    margin-right: 155px;
  }
  .h2last {
    margin-right: 0px;
  }
}
.tit1 .h3 {
  font-size: 32px;
  line-height: 35px;
  color: #000000;
}
.tit1 .line1 {
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background: var(--primary-color);
  margin-top: 15px;
}
.con01bg {
  padding: 100px 0 0 0;
  .wapper1 {
    width: 100%;
    min-width: 0;
  }
}
.con01 {
}
.con01 .list {
  margin-top: 50px;
  width: 100%;
}
.slideTxtBox_01 .slideImg {
  width: 100%;
  height: 355px;
}
.con01_list {
  height: 100%;
}
.con01_list .img {
  height: 100%;
}
.con01_list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 999px) {
  .tit1 .h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .tit1 .h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .tit1 .line1 {
    width: 15px;
    height: 2px;
    margin-top: 10px;
  }
  .con01bg {
    padding: 50px 0 30px 0;
  }
  .con01 .list {
    margin-top: 30px;
  }
  .slideTxtBox_01 {
    display: block;
  }
  .slideTxtBox_01 .hd {
    width: 100%;
  }
  .slideTxtBox_01 .hd ul li {
    width: calc(100% / 3);
  }
  .slideTxtBox_01 .hd ul li a {
    height: 118px;
  }
  .slideTxtBox_01 .hd ul li .txt {
    width: 80%;
    padding: 0 10%;
  }
  .slideTxtBox_01 .hd ul li .txt .h2 {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .slideTxtBox_01 .hd ul li .txt .h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .slideTxtBox_01 .hd ul li .txt .h4 {
    font-size: 12px;
    line-height: 16px;
  }
  .slideTxtBox_01 .bd {
    width: 100%;
  }
}

.more1 {
}
.more1 span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.more1 span:hover {
}
.more1 span i {
  margin-right: 5px;
  font-size: 14px;
}

.con02bg {
  padding: 100px 0 0 0;
}
.con02 {
}
.con02 .tit1 .h2 {
  font-size: 48px;
  line-height: 60px;
  color: #dddddd;
}
.con02 .tit1 .h3 {
  font-size: 32px;
  line-height: 35px;
  color: #000000;
}
.con02 .list {
  margin-top: 50px;
  display: flex;
}
.con02 .list .list_left {
  width: 47%;
  /* height: 350px; */
  /* border: 1px dashed #888888; */
  img {
    width: 100%;
    height: 100%;
  }
}
.con02 .list .list_right {
  height: 80px;
  margin-left: 50px;
  width: 55%;
  .list_right_title {
    display: block;
    height: 40px;
    font-size: 25px;
    font-weight: bold;
  }
  .list_right_content {
    font-size: 18px;
    color: #c0c6d0;
  }
  .list_right_text {
    line-height: 22px;
    font-size: 15px;
    margin: 10px auto;
    overflow: hidden; /* 隐藏超出内容 */
    /* 核心多行省略属性 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13; /* 显示的行数，需和高度匹配（3行） */
    text-overflow: ellipsis; /* 兜底省略号 */
  }
  .list_right_text_section {
    text-indent: 2em; /* 首行缩进2个字符（中文排版常用） */
    margin-bottom: 16px; /* 段落之间的间距 */
    text-align: justify; /* 文字两端对齐，保持排版整齐 */
    line-height: 30px;
  }
}

.more2 {
  text-align: center;
}
.more2 span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.more2 span i {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 1px dashed #ccc;
  border-radius: 100%;
  width: 22px;
  line-height: 22px;
  margin-right: 5px;
}
.more2 span:hover i {
  border-color: var(--primary-color);
}
.con03bg {
  padding: 100px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.con03 {
}
.con03 .tit1 .h2 {
  font-size: 48px;
  line-height: 60px;
  color: #dddddd;
}
.con03 .tit1 .h3 {
  font-size: 32px;
  line-height: 35px;
  color: #000000;
}
.con03 video {
  width: 100%;
}
.con03 .content {
  margin-top: 50px;
}
.con03 .list {
  display: flex;
}
.con03 .list .list_picture {
  width: 50%;
  /* height: 330px; */
  /* border: 1px dashed #888888; */
  img {
    width: 100%;
    height: 100%;
  }
}
.con03 .list .list_content {
  /* height: 80px; */
  padding: 30px 30px 10px 30px;
  width: 50%;
  background-color: #fbfbfb;
  .line1 {
    margin: 0 auto;
    width: 30px;
    height: 3px;
    background: var(--primary-color);
    margin-top: 10px;
    margin-left: 0px;
  }
  .list_content_second {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
  }
  .list_content_title {
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
  }
  /* 自定义列表样式 */
  .list_content_third .culture-list {
    list-style: none; /* 清除默认列表样式 */
    padding-left: 0; /* 清除默认内边距 */
  }

  /* 列表项样式 */
  .list_content_third .culture-list li {
    position: relative; /* 为伪元素定位做准备 */
    padding-left: 20px; /* 给圆点留出空间 */
    margin-top: 16px;
    text-align: justify; /* 文字两端对齐 */
    color: #333333;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 22px;
  }

  .list_content_third .culture-list li::before {
    content: ""; /* 伪元素必须有content */
    position: absolute; /* 绝对定位 */
    left: 0; /* 靠左对齐 */
    top: 6px; /* 垂直居中调整 */
    width: 4px; /* 圆点宽度 */
    height: 4px; /* 圆点高度 */
    border-radius: 50%; /* 圆形 */
    background-color: #f39c12; /* 橙色（贴近图片配色） */
    border: 3px solid #f39c12; /* 橙色边框（空心核心） */
    background-color: transparent; /* 清空背景，确保空心 */
  }
}

.con04bg {
  padding: 100px 0;
}
.con04 {
}
.con04 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  .nr_box {
    width: 32%;
    /* height: 338px; */
    background-color: #fbfbfb;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    .img {
      width: 100%;
      text-align: center;
    }
    img {
      width: 100%;
      height: 194px;
      /* border: 1px solid ; */
    }
    .txtbg {
      .txt {
        margin: 17px 17px 17px 17px;
        .h2 {
          font-size: 20px;
          font-weight: bold;
          overflow: hidden; /* 隐藏超出内容 */
          /* 核心多行省略属性 */
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; /* 显示的行数，需和高度匹配（3行） */
          text-overflow: ellipsis; /* 兜底省略号 */
          a {
            color: var(--news-title-color);
          }
        }
        .h3 {
          color: var(--news-content-color);
          font-size: 14px;
          line-height: 24px;
          height: 75px;
          margin-top: 7px;
          overflow: hidden; /* 隐藏超出内容 */
          /* 核心多行省略属性 */
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; /* 显示的行数，需和高度匹配（3行） */
          text-overflow: ellipsis; /* 兜底省略号 */
        }
        .card-footer {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 15px;
        }

        .card-footer .date {
          font-size: 14px;
          color: var(--news-date-color);
        }

        .card-footer .more-link {
          font-size: 12px;
          color: var(--news-date-color);
          text-decoration: none;
          display: flex;
          align-items: center;
          gap: 0.25rem;
          transition: var(--transition-base);
        }
        .card-footer .more-link:hover {
          color: var(--primary-color);
        }
      }
    }
  }

  .nr_box:hover .txtbg .h2 a {
    color: var(--primary-color);
  }
}

.con05bg {
  padding: 100px 0;
}
.con05 {
}
.con05 .tit1 .h2 {
  font-size: 48px;
  line-height: 60px;
  color: #dddddd;
}
.con05 .tit1 .h3 {
  font-size: 32px;
  line-height: 35px;
  color: #000000;
}
.con05 .list .listImg {
  width: 100%;
}
.con05 .list {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between; /* align-items: center;*/
}
.con05_lt {
  width: 48%;
}
.news_swiper {
  position: relative;
}
.news_swiper .swiper-container {
  width: 100%;
}
.news_swiper .swiper-container .swiper-slide {
  position: relative;
}
.news_swiper .swiper-container .swiper-slide .img {
  height: 560px;
  position: relative;
  overflow: hidden;
}
.news_swiper .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  transition: all 0.3s ease;
}
.news_swiper .swiper-container .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.news_swiper .swiper-container .swiper-slide .txtbg {
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.news_swiper .swiper-container .swiper-slide .txt {
  padding: 30px 5%;
  color: #fff;
}
.news_swiper .swiper-container .swiper-slide .txt .h2 {
  font-size: 20px;
  line-height: 30px;
}
.news_swiper .swiper-pagination {
  display: none;
}
.news_swiper .swiper-pagination .swiper-pagination-bullet {
}
.news_swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
}
.news_swiper .swiper-button-prev,
.news_swiper .swiper-button-next {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  border-radius: 8px;
  background: none;
  color: #fff;
  font-size: 30px;
  transition: all 0.3s ease;
}
.news_swiper .swiper-button-prev:hover,
.news_swiper .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.1);
}
.news_swiper .swiper-button-prev {
  left: 0;
}
.news_swiper .swiper-button-next {
  right: 0;
}
.con05_rt {
  width: 48%;
}
.con05_rt ul li {
  border-top: 1px dashed #b9b9b9;
  height: 69px;
  line-height: 69px;
  display: flex;
  justify-content: space-between; /* align-items: center;*/
  padding-left: 15px;
  position: relative;
}
.con05_rt ul li:nth-child(1) {
  border-top: none;
}
.con05_rt ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: 2px solid rgba(185, 185, 185, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.con05_rt ul li a {
  width: 80%;
  height: 69px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.con05_rt ul li span {
  font-size: 14px;
  color: #999;
}
@media (max-width: 999px) {
  .con05bg {
    padding: 100px 0 0 0;
  }
  .con05_lt {
    width: 100%;
  }
  .news_swiper .swiper-container .swiper-slide .img {
    height: auto;
    padding-bottom: 75%;
  }
  .news_swiper .swiper-container .swiper-slide .txt {
    padding: 20px 5%;
  }
  .news_swiper .swiper-container .swiper-slide .txt .h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .con05_rt {
    width: 100%;
  }
  .con05_rt ul li {
    height: 49px;
    line-height: 49px;
  }
  .con05_rt ul li a {
    width: 75%;
    height: 49px;
    font-size: 14px;
  }
  .con05_rt ul li span {
    font-size: 12px;
  }
}

.foot {
  background: #171717;
  color: rgba(255, 255, 255, 0.7);
}
.foot a {
  color: rgba(255, 255, 255, 0.7);
}
.foot a:hover {
  color: #fff;
}
.foot1bg {
  height: 230px;
}
.foot1 {
}
.foot .f_nav {
  padding: 44px 0 0 0;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.foot .f_nav .f_nav_img {
  width: 180px;
  height: 24px;
}
.foot .f_nav .f_nav_official {
  width: 105px;
  height: 103px;
}
.foot .f_nav dl {
}
.foot .f_nav dl dt {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
}
.foot .f_nav dl dd {
  margin-top: 10px;
  line-height: 20px;
}
.foot .f_nav .f_contact {
}
.foot .f_nav .f_contact dt {
}
.foot .f_nav .f_contact dd {
}
.foot2bg {
  /* padding:10px 0; */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .f_info {
  font-size: 14px;
  line-height: 40px;
}
.foot .f_info ul li {
}
.foot .f_info a {
  display: inline-block;
  margin-right: 10px;
}
.foot .f_ewm {
  position: relative;
}
.foot .f_ewm i {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--primary-color);
  position: relative;
}
.foot .f_ewm i img {
  display: block;
  width: 100%;
}
.foot .f_ewm .ewm {
  padding-bottom: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.foot .f_ewm:hover .ewm {
  display: block;
}
.foot .f_ewm .ewm img {
  display: block;
  width: 120px;
}
@media (max-width: 999px) {
  .foot1bg {
    padding: 30px 0;
  }
  .foot .f_nav {
    font-size: 14px;
    line-height: 24px;
  }
  .foot .f_nav dl {
    display: none;
  }
  .foot .f_nav dl dt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .foot .f_nav dl dd {
    margin-top: 10px;
    line-height: 20px;
  }
  .foot .f_nav .f_contact {
    display: block;
    width: 100%;
  }
  .foot2bg {
    padding: 15px 0;
  }
  .foot2 {
    display: block;
  }
  .foot .f_info {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }
  .foot .f_info a {
    margin-right: 10px;
  }
  .foot .f_ewm {
    display: none;
  }
}

/*Add------------------------------------------------------------------------------*/

.inbanner {
  position: relative;
}
.inbanner img {
  display: block;
  width: 100%;
}
.inbarbg {
  border-bottom: 1px solid #e5e5e5;
  background: #f4f4f4;
}
.inbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.innav {
  font-size: 16px;
  line-height: 70px;
}
.innav .h1 {
  font-size: 15px;
  line-height: 50px;
  padding-right: 20px;
  position: relative;
  display: none;
}
.innav .h1:before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.innav .h1.active1:before {
  content: "\f106";
}
.innav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.innav ul li {
  /* display: flex;justify-content:center;align-items:center;*/
  position: relative;
  margin-right: 2.6vw;
}
.innav ul li a {
  display: block;
}
.innav ul li.hover {
  color: var(--primary-color);
}
.innav ul li.hover > a {
  color: var(--primary-color);
}
.innav ul li > a:before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.innav ul li:hover > a:before,
.innav ul li.hover > a:before {
  width: 100%;
}
.weizhi {
  font-size: 14px;
  line-height: 70px;
  text-align: right;
  color: #999;
}
.weizhi i {
  margin-right: 5px;
}
.weizhi a {
  color: #999;
}
.weizhi a:hover {
}
@media (max-width: 999px) {
  .inbarbg {
    position: relative;
  }
  .inbar {
    display: block;
  }
  .innav {
    font-size: 14px;
    line-height: 50px;
  }
  .innav .h1 {
    display: block;
  }
  .innav ul {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .innav ul li {
    margin-right: 0;
    border-bottom: 1px solid rgba(118, 118, 118, 0.1);
  }
  .innav ul li a {
    display: block;
    padding: 0 5%;
  }
  .innav ul li > a:before {
    display: none;
  }
  .weizhi {
    display: none;
  }
}

.insidebg {
  padding: 60px 0 80px 0;
}
.inside {
}
.inside_lt {
  float: left;
  width: 20%;
  position: sticky;
  top: 100px;
}
.side_a {
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.side_a .h1 {
  font-size: 22px;
  line-height: 32px;
  background: var(--primary-color);
  color: #fff;
  padding: 20px 10px 20px 20px;
}
.side_a .h1 strong {
  display: block;
}
.side_a .h1 span {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.side_a > ul {
}
.side_a ul li {
}
.side_a > ul > li {
  border-bottom: 1px solid #e6e5e5;
}
.side_a > ul > li:last-child {
  border-bottom: none;
}
.side_a ul li span {
  display: block;
  padding: 15px 20px 15px 20px;
  position: relative;
  cursor: pointer;
}
.side_a ul li span:hover,
.side_a ul li.hover > span {
  color: var(--primary-color);
}
.side_a ul li.active1 > span {
}
.side_a ul li.active1 > span:hover {
}
.side_a ul li.has_sub > span:after {
  content: "\f105";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}
.side_a ul li.has_sub.active1 > span:after {
  content: "\f107";
}
.side_a ul li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
}
.side_a > ul > li > span a {
  font-size: 16px;
}
.side_a ul li span:hover a,
.side_a ul li.hover > span a {
  color: var(--primary-color);
}
.side_a ul li ul {
  padding: 0 0 10px 35px;
  display: none;
}
.side_a ul li ul li {
}
.side_a ul li ul li span {
  padding: 10px 20px 10px 0;
}
.side_a ul li ul li a {
}
.inside_rt {
  float: right;
  width: 76%;
}
.inside_con {
}
@media (max-width: 999px) {
  .insidebg {
    padding: 40px 0 60px 0;
  }
  .inside_lt {
    width: 100%;
    position: static;
  }
  .inside_rt {
    float: right;
    width: 100%;
  }
  .inside_con {
  }
}

.job1 {
}
.job1 ul li {
  margin-bottom: 20px;
}
.job1 ul li table {
}
.job1 ul li table td {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  padding: 25px 20px;
}
.job1 ul li table .w1 {
  width: 40%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.job1 ul li table .w2 {
  width: 25%;
}
.job1 ul li table .w3 {
  width: 25%;
}
.job1 ul li table .w4 {
  width: 10%;
}
.job1 ul li .txt1 {
  background: #f3f3f3;
  cursor: pointer;
}
.job1 ul li .txt1 i {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.job1 ul li .txt1 i:before {
  content: "\f067";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.job1 ul li.active1 .txt1 {
  background: var(--primary-color);
  color: #fff;
}
.job1 ul li.active1 .txt1 i:before {
  content: "\f068";
}
.job1 ul li .txt2 {
  background: #f3f3f3;
  padding: 40px 5%;
  font-size: 15px;
  line-height: 2em;
  display: none;
}
.job1 ul li .txt2 .nr_box {
  display: flex;
  justify-content: space-between; /*align-items:center;*/
}
.job1 ul li .txt2 .box1 {
  width: 45%;
  padding-right: 5%;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
}
.job1 ul li .txt2 .box2 {
  width: 45%;
  padding-left: 5%;
}
@media (max-width: 999px) {
  .job1 ul li {
    margin-bottom: 20px;
  }
  .job1 ul li table td {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 10px;
  }
  .job1 ul li table .w1 {
    width: 50%;
    font-size: 16px;
  }
  .job1 ul li table .w2 {
    width: 40%;
  }
  .job1 ul li table .w3 {
    display: none;
  }
  .job1 ul li table .w4 {
    width: 10%;
  }
  .job1 ul li .txt2 {
    padding: 30px 5%;
    font-size: 14px;
    line-height: 2em;
  }
  .job1 ul li .txt2 .nr_box {
    display: block;
  }
  .job1 ul li .txt2 .box1 {
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .job1 ul li .txt2 .box2 {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

/* 容器样式 */
.con06 {
}
.con06 .tit1 .h2 {
  font-size: 48px;
  line-height: 60px;
  color: #dddddd;
  text-align: left;
}
.con06 .tit1 .h3 {
  font-size: 30px;
  line-height: 60px;
  color: #000000;
  text-align: left;
  font-weight: bold;
}
.con06 .tit1 .line1 {
  margin-left: 0px;
}
.con06bg {
  padding: 100px 0 0 0;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.con06bg .wapper1 {
  display: flex;
}

/* 左侧导航区域（替换aside为div） */
.sidebar {
  display: flex;
  flex-direction: column;
}

.sidebar-header {
  margin-bottom: 3rem;
}

.sidebar-header h2:first-child {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 300;
  color: var(--color-gray-300);
  margin-bottom: 0.25rem;
}

.sidebar-header h2:last-of-type {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 600;
}

.sidebar-header .line {
  width: 3rem;
  height: 0.25rem;
  background-color: var(--color-primary);
  margin-top: 0.5rem;
}

.sidebar-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1rem;
}

/* 导航样式 */
.nav-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;

  font-weight: bold;
  font-size: 22px;
}

.nav-list a {
  text-decoration: none;
  transition: var(--transition-base);
}

.nav-list a.active {
  color: #1a56be;
}

.nav-list a:not(.active) {
  color: var(--color-gray-600);
}

.nav-list a:not(.active):hover {
  color: var(--color-primary);
}

/* 悬浮按钮 */
.float-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  border: none;
  cursor: pointer;
  margin-top: auto;
  transition: var(--transition-base);
}

.float-btn:hover {
  background-color: rgba(22, 93, 255, 0.9);
}

/* 主内容区 */
.main-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

/* 横幅卡片 */
.banner-card {
  border-radius: 0.5rem;
  overflow: hidden;
  transition: var(--transition-base);
}

.banner-card img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}

/* 新闻卡片 */
.news-card {
  background-color: #fcfdff;
  border-radius: 8px;
  padding: 1.25rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}

.news-card:hover .news-card-title {
  /* box-shadow: var(--shadow-md);
      transform: translateY(-0.25rem); */
  color: #1a56be;
}

.news-card a.more-link:hover {
  background-color: white;
  color: #1b57be;
}

.news-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-gray-800);
  margin-bottom: 0.5rem;
}

.news-card image {
  width: 543px;
  height: 370px;
}

.news-card .news-card-title {
  font-weight: bold;
  font-size: 20px;
  color: #191919;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; /* 将元素转为弹性盒模型 webkit私有*/
  -webkit-box-orient: vertical; /* 垂直排列*/
  -webkit-line-clamp: 1; /* CSS3 多行文本截断 */
  white-space: normal;
  line-height: 28px;
  height: 28px;
  margin-bottom: 16px;
}

.news-card p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; /* 将元素转为弹性盒模型 webkit私有*/
  -webkit-box-orient: vertical; /* 垂直排列*/
  -webkit-line-clamp: 2; /* CSS3 多行文本截断 */
  white-space: normal;
  line-height: 24px;
  height: 48px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-footer .date {
  font-size: 12px;
  color: #b5b5b5;
}

.card-footer .more-link {
  font-size: 12px;
  color: #b5b5b5;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: var(--transition-base);
}

.card-footer .more-link:hover {
  color: var(--color-primary);
}

/* CSS3 媒体查询 - 响应式布局（平板及以上） */
@media (min-width: 768px) {
  .container {
    flex-direction: row;
  }

  .sidebar {
    width: 16rem;
  }

  .main-content {
    flex: 1;
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-card {
    grid-column: span 2;
  }
}

/* 图标样式 */
svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.more-link svg {
  width: 0.75rem;
  height: 0.75rem;
}

.con07bg {
  padding: 100px 0 0 0;
}
.con07 {
}
.con07 .tit1 .h2 {
  font-size: 48px;
  line-height: 60px;
  color: #dddddd;
}
.con07 .tit1 .h3 {
  font-size: 32px;
  line-height: 35px;
  color: #000000;
}
.con07 .list {
  margin-top: 50px;
}
.slideTxtBox_01 {
  display: flex;
  justify-content: space-between; /* align-items: center;*/
}
.slideTxtBox_01 .hd {
  width: 40%;
}
.slideTxtBox_01 .hd ul {
  display: flex;
  justify-content: space-between; /* align-items: center;*/
  flex-wrap: wrap;
}
.slideTxtBox_01 .hd ul .hdtxt {
  width: 100%;
  height: 176px;
}
.slideTxtBox_01 .hd ul li {
  width: 50%;
  height: 176px;
}
.slideTxtBox_01 .hd ul li a {
  display: block;
  border: 1px solid #f5f5f5;
  background: #fbfbfb;
  color: #333;
  height: 176px;
}
.slideTxtBox_01 .hd ul li .txt {
  margin: 20px 20px 20px 20px;
}
.slideTxtBox_01 .hd ul li .txt .h2 {
  font-size: 35px;
  font-weight: Heavy;
  margin-bottom: 18px;
  color: var(--honor-title-color);
}
.slideTxtBox_01 .hd ul li .txt .h3 {
  font-size: 16px;
  color: var(--honor-title-color);
  text-align: left;
  font-weight: bold;
}
.slideTxtBox_01 .hd ul li .txt .h4 {
  font-size: 12px;
  color: var(--news-content-color);
  margin-top: 6px;
}
.slideTxtBox_01 .hd ul li:hover .txt .h3 {
  color: var(--primary-color);
}
.slideTxtBox_01 .hd ul li:hover .hdtxtBtn {
  cursor: pointer;
}
.slideTxtBox_01 .hd ul li .hdtxtBtn.active {
  background: var(--primary-color);
  color: #fff;
  .txt .h2 {
    color: #ffffff;
  }
  .txt .h3 {
    color: #ffffff;
  }
  .txt .h4 {
    color: #ffffff;
  }
}
.bd .swiper-container .swiper-slide span {
  z-index: 100;
  position: relative;
  top: 42%;
  font-size: 14px;
}
.con07 .list {
  .banner_swiper {
    width: 60%;
  }
  .banner_swiper .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner_swiper .swiper-container .swiper-slide {
    height: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    img {
      display: block;
      width: 391px;
      position: absolute;
    }
    span {
      z-index: 100;
      position: absolute;
      bottom: 20px;
      font-size: 14px;
    }
  }

  .banner_swiper .swiper-pagination {
    bottom: 20px;
    height: 10px;
    position: relative;
    top: -210px;
  }
  .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: var(--primary-color);
    opacity: 0.5;
    transition: all 0.3s ease;
  }
  .banner_swiper
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    opacity: 0.7;
  }
  .banner_swiper .swiper-button-prev,
  .banner_swiper .swiper-button-next {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 30px;
    transition: all 0.3s ease;
  }
  .banner_swiper:hover .swiper-button-prev,
  .banner_swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
  }
  .banner_swiper .swiper-button-prev:hover,
  .banner_swiper .swiper-button-next:hover {
    background-color: var(--primary-color);
  }
  .banner_swiper .swiper-button-prev {
    left: 5%;
  }
  .banner_swiper .swiper-button-next {
    right: 5%;
  }
  .banner_swiper .swiper-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -127px;
    font-size: 16px;
  }
  .banner_swiper .swiper-container .swiper-slide img:hover {
    cursor: pointer;
  }

  .banner_swiper .swiper-slide.active {
    visibility: visible !important;
  }

  .banner_swiper .swiper-slide-active {
    visibility: visible !important;
  }

  /* 隐藏Swiper自动生成的重复元素（解决2条的问题） */
  .swiper-slide-duplicate,
  .swiper-slide-duplicate-active {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}
.honor-preview-mask {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.9) !important;
  z-index: 99999 !important; /* 提高z-index，避免被其他元素遮挡 */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
  /* 兜底：如果flex失效，用定位 */
  text-align: center;
  line-height: 100vh;
}
.honor-preview-box {
  max-width: 95% !important;
  max-height: 95% !important;
  padding: 10px !important;
  background: #fff !important;
  border-radius: 6px !important;
  display: inline-block !important; /* 兜底 */
  vertical-align: middle !important;
}
.honor-preview-img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important; /* 强制显示 */
  border: none !important; /* 去掉默认边框 */
}

@media (max-width: 999px) {
  .tit1 .h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .tit1 .h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .tit1 .line1 {
    width: 15px;
    height: 2px;
    margin-top: 10px;
  }
  .con07 .list {
    margin-top: 30px;
  }
  .slideTxtBox_01 {
    display: block;
  }
  .slideTxtBox_01 .hd {
    width: 100%;
  }
  .slideTxtBox_01 .hd ul li {
    width: calc(100% / 3);
  }
  .slideTxtBox_01 .hd ul li a {
    height: 118px;
  }
  .slideTxtBox_01 .hd ul li .txt {
    width: 80%;
    padding: 0 10%;
  }
  .slideTxtBox_01 .hd ul li .txt .h2 {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .slideTxtBox_01 .hd ul li .txt .h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .slideTxtBox_01 .hd ul li .txt .h4 {
    font-size: 12px;
    line-height: 16px;
  }
  .slideTxtBox_01 .bd {
    width: 100%;
  }
}
