/* banner 开始 */
.indBanner {
  width: 100%;
  height: 100vh;
}

.indBanner .swiper-slide video {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;

}

.banner_container {
  width: 100%;
  height: 100%;
}

.swiper-slide>img {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
}


.scrollTips {
  position: absolute;
  left: 50%;
  bottom: 2.0833vw;
  /* 40px */
  display: flex;
  align-items: center;
  margin-left: -0.625vw;
  /* -12px */
  z-index: 999;
}

.scrollTips img {
  width: 1.25vw;
  /* 24px */
  height: 1.25vw;
  /* 24px */
  transform: translateY(0.5208vw);
  /* 10px */
  animation: rightBounceTransform 2s infinite;
}

@keyframes rightBounceTransform {

  0%,
  100% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* banner 结束 */

.news_switch {
  width: 100%;
  height: 32.2917vw;
  padding-top: 4.1667vw;
  display: flex;
  justify-content: center;
  background: url(/cms_files/filemanager/952166966/picture/202512/F98E3A99637D6EF20920207C3773E9EF.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.news_switch_container {
  position: relative;
}

.news_switch_line {
  width: 0.0521vw;
  height: 1.25vw;
  background-color: #ccc;
  margin: 0 2.0833vw;
}

.news_switch_ul {
  display: flex;
  justify-content: center;
  margin-bottom: 1.7188vw;
}

.news_switch_ul li {
  height: 1.4063vw;
  line-height: 1.4063vw;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.news_switch_ul li i {
  display: block;
  width: 1.1458vw;
  height: 1.1458vw;
}

.news_switch_ul li a {
  font-size: 1.3542vw;
  color: #333;
  margin-left: 0.8333vw;
}

.news_switch_ul li:first-child i {
  background: url(ttIconDef.png) no-repeat center center;
  background-size: 100% 100%;
}

.news_switch_ul li:last-child i {
  background: url(jtIconDef.png) no-repeat center center;
  background-size: 100% 100%;
}

.news_switch_ul li:first-child:hover i,
.news_switch_ul li:first-child.active i {
  background: url(ttIconAct.png) no-repeat center center;
  background-size: 100% 100%;
}

.news_switch_ul li:first-child:hover a,
.news_switch_ul li:first-child.active a {
  background: linear-gradient(180deg, #00D3FF 0%, #024B9C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
}

.news_switch_ul li:last-child:hover i,
.news_switch_ul li:last-child.active i {
  background: url(jtIconAct.png) no-repeat center center;
  background-size: 100% 100%;
}

.news_switch_ul li:last-child:hover a,
.news_switch_ul li:last-child.active a {
  background: linear-gradient(180deg, #FF495C 0%, #D00A1F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
}

.news_switch_more {
  position: absolute;
  top: 0.0521vw;
  right: 0;
}

.news_switch_more a {
  font-size: 0.9375vw;
  color: #999;
}

.news_switch_list_group {
  display: flex;
}

.news_switch_list_item {
  width: 16.1458vw;
  height: 20.8333vw;
}

.news_switch_list_group:first-child .news_switch_list_item {
  margin-left: 1.0417vw;
}

.news_switch_list_group:last-child .news_witch_list_item {
  margin-right: 1.0417vw;
}

.news_switch_list_art {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1.0417vw;
  box-sizing: border-box;
  box-shadow: 0px 0.2083vw 0.5208vw 0px rgba(209, 209, 209, 0.3);
}

.group {
  height: 100%;
  width: 10.9375vw;
}

.group img {
  width: 100%;
  height: 100%;
}

.are_title {
  display: block;
  width: 100%;
  font-size: 0.9375vw;
  font-weight: 500;
  color: #333333;
  height: 2.8646vw;
  line-height: 1.4063vw;
  margin-top: 0.5208vw;
  margin-bottom: 1.0417vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.are_title:hover{
    color: #0176BB;
}

.are_content {
  border-top: 0.0521vw solid #EEEEEE;
  padding-top: 1.0417vw;
  margin-bottom: 1.5625vw;
  line-height: 1.4063vw;
  width: 100%;
  height: 7.0322vw;
  font-size: 0.8333vw;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.are_content:hover{
    color: #999999;
}

.are_time {
  display: flex;
  align-items: center;
  font-size: 0.8333vw;
  color: #9E9E9E;
}

.are_time i {
  display: block;
  width: 0.7813vw;
  height: 0.7813vw;
  background: url(dateIcon.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 0.6vw;
}

.news_switch_list_item {
  background-color: #fff;
}

.news_switch_list .news_switch_list_group:first-child .news_switch_list_item:nth-child(2) .news_switch_list_art {
  background: url(art_item_bg1.png) no-repeat;
  background-size: 10.7813vw 3.5938vw;
  background-position-x: right;
  background-position-y: bottom;
}

.news_switch_list .news_switch_list_group:first-child .news_switch_list_item:nth-child(3) .news_switch_list_art {
  background: url(art_item_bg2.png) no-repeat;
  background-size: 10.7813vw 3.5938vw;
  background-position-x: right;
  background-position-y: bottom;
}

.news_switch_list .news_switch_list_group:first-child .news_switch_list_item:nth-child(4) .news_switch_list_art {
  background: url(art_item_bg3.png) no-repeat;
  background-size: 8.3854vw 3.2292vw;
  background-position-x: right;
  background-position-y: bottom;
}

.news_switch_list .news_switch_list_group:last-child .news_switch_list_item:nth-child(1) .news_switch_list_art {
  background: url(art_item_bg1.png) no-repeat;
  background-size: 10.7813vw 3.5938vw;
  background-position-x: right;
  background-position-y: bottom;
}

.news_switch_list .news_switch_list_group:last-child .news_switch_list_item:nth-child(2) .news_switch_list_art {
  background: url(art_item_bg2.png) no-repeat;
  background-size: 9.8958vw 3.4375vw;
  background-position-x: right;
  background-position-y: bottom;
}

.news_switch_list .news_switch_list_group:last-child .news_switch_list_item:nth-child(3) .news_switch_list_art {
  background: url(art_item_bg3.png) no-repeat;
  background-size: 8.3854vw 3.2292vw;
  background-position-x: right;
  background-position-y: bottom;
}

.news_switch_list .swiper-slide {
  display: flex !important;
  height: 20.8333vw !important;
  justify-content: space-between;
}

/* 新闻切换结束 */
/* 可持续发展切换区域开始 */
.news_switch_kcxfz {
  width: 100%;
  height: 35.4167vw;
  display: flex;
}

.kcxfz_left {
  width: 65%;
  height: 100%;
  overflow: hidden;
}

.kcxfz_right {
  width: 35%;
  height: 100%;
  background: url(tabRightBg.png) no-repeat center center;
  background-size: 100% 100%;
  padding-right: 18.75vw;
}

.kcxfz_right ul {
  margin-top: 4.1667vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.kcxfz_right .active {
  background: url(tabTitleActBg.png) no-repeat center center;
  background-size: 100% 100%;
}

.kcxfz_right ul li {
  box-sizing: border-box;
  width: 14.0625vw;
  height: 3.125vw;
  line-height: 3.125vw;
  padding-left: 6.4063vw;
  font-size: 0.9375vw;
  color: #fff;
  background: url(tabTitBg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 1.0417vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.kcxfz_right ul li i {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.625vw;
}

.kcxfz_right ul li:nth-child(1) i {
  background: url(pjIcon.png) no-repeat center center;
  background-size: 100% 100%;
}

.kcxfz_right ul li:nth-child(2) i {
  background: url(ryICon.png) no-repeat center center;
  background-size: 100% 100%;
}

.kcxfz_right ul li:nth-child(3) i {
  background: url(lnbgIcon.png) no-repeat center center;
  background-size: 100% 100%;
}

.kcxfz_right ul li:nth-child(4) i {
  background: url(xgzcIcon.png) no-repeat center center;
  background-size: 100% 100%;
}

.kcxfz_right_title {
  box-sizing: border-box;
  height: 2.6042vw;
  text-align: right;
  border-right: 0.2604vw solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.625vw;
  margin-top: 4.2708vw;
}

.kcxfz_right_title span {
  color: #fff;
}

.kcxfz_right_title_zh {
  font-size: 1.3542vw;
  font-weight: 500;
}

.kcxfz_right_title_en {
  font-size: 0.7292vw;
}

.pjList {
  width: 100%;
  height: 52.0833vw;
  background: url(/cms_files/filemanager/952166966/picture/202512/E41A5C506DF728F929D41F8232121D57.png) no-repeat center center;
  background-size: 100% 100%;
}

.pjList_content {
  width: 46.3542vw;
  height: 100%;
  position: absolute;
  right: 0;
}

.pjList_content p {
  width: 40.625vw;
  font-size: 1.1458vw;
  line-height: 1.7188vw;
  color: #333333;
  margin-left: 1.4583vw;
  margin-top: 4.1667vw;
  margin-bottom: 4.1667vw;
  text-align: center;
}

.pjList_content ul {
  width: 43.2292vw;
  height: 16.0938vw;
  background: url(pjUlBg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 1.2vw;
}

.pjList_content ul li{
  height: 5.2083vw;
  width: 13.3333vw;
  margin-left: 0.2vw;
}
.pjList_content ul li:nth-child(n+4) {
  width: 9.8958vw;
  margin-left: 0;
}

.pjList_content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pjList_content ul li a img {
  display: block;
  width: 100%;
  min-height: 5.2083vw;
}

.ryList {
  width: 100%;
  height: 100%;
  background: url(/cms_files/filemanager/952166966/picture/202512/A8833236B597A8477BD79AB9C9298999.png) no-repeat center center;
  background-size: 100% 100%;
}

.lnbgList {
  width: 100%;
  height: 25.4167vw;
  background: url(lnbgBg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.xgzcList {
  width: 100%;
  height: 25.4167vw;
  /* 已是 vw，保留 */
  background: url(xgzcbg.png) no-repeat center center;
  background-size: 100% 100%;
}

.xgzcList_content {
  width: 43.25vw;
  height: 27.08vw;
  position: absolute;
  right: 3.13vw;
  top: 4.17vw;
}

.xgzcList .swiper-pagination {
  width: 43.25vw !important;
  position: absolute;
  right: 3.13vw;
  bottom: 1.77vw !important;
  left: unset !important;
}

.xgzcList_Item_swiper {
  width: 20.83vw;
  height: 12.76vw;
  background: #FFFFFF;
  padding: 1.56vw;
  float: left;
  margin-right: 1.56vw;
  margin-bottom: 1.56vw;
}

.xgzcList_Item_swiper:nth-child(2n) {
  margin-right: 0;
}

.xgzcList_Item_swiper:nth-child(3),
.xgzcList_Item_swiper:nth-child(4) {
  margin-bottom: 0;
}

.xgzcList_Item_Biaoti {
  display: block;
  width: 100%;
  font-size: 0.94vw;
  line-height: 1.41vw;
  /* 27px → 1.41vw */
  color: #333333;
  height: 2.81vw;
  /* 54px → 2.81vw */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.04vw;
}
.xgzcList_Item_Biaoti:hover{
    color: #0176BB;
}


.xgzcList_Item_Zhaiyao:hover{
    color: #666;
}
.xgzcList_Item_Zhaiyao {
  width: 100%;
  height: 3.75vw;
  /* 72px → 3.75vw */
  font-size: 0.83vw;
  line-height: 1.25vw;
  /* 24px → 1.25vw */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.04vw;
}

.xgzcList_Item_Riqi {
  font-size: 0.83vw;
  color: #9E9E9E;
  display: flex;
  align-items: center;
}

.xgzcList_Item_Riqi i {
  display: block;
  width: 0.94vw;
  height: 0.94vw;
  background: url(dateIcon.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 0.52vw;
}


.lnbgList .timeline_container {
  width: 45vw;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}

.lnbgList .timeline_item {
  width: 9.375vw;
  margin-right: 1.9271vw;
  height: 100%;
  position: relative;
  background: url(dateLineDot.png) no-repeat center center;
  background-size: 1.0417vw 1.0417vw;
}

/* 奇数项 */
.lnbgList .timeline_item:nth-child(odd)>div:first-child {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  padding-bottom: 0.7813vw;
  display: flex;
  align-items: flex-end;
}

.lnbgList .timeline_item:nth-child(odd)>div:last-child {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lnbgList .timeline_item:nth-child(odd)>div:last-child span {
  display: block;
  width: 4.1667vw;
  height: 2.1354vw;
  font-size: 1.1458vw;
  line-height: 2.6042vw;
  color: #FFFFFF;
  text-align: center;
  margin-top: 1.0417vw;
  position: relative;
}

/* 使用伪元素承载背景图 */
.lnbgList .timeline_item:nth-child(odd)>div:last-child span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(dateBg.png) no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(180deg);
  z-index: -1;
}

/* 偶数项 */
.lnbgList .timeline_item:nth-child(2n)>div:first-child {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  padding-top: 0.7813vw;
}

.lnbgList .timeline_item:nth-child(2n)>div:last-child {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.lnbgList .timeline_item:nth-child(2n)>div:last-child span {
  display: block;
  width: 4.1667vw;
  height: 2.1354vw;
  font-size: 1.1458vw;
  line-height: 1.8229vw;
  color: #FFFFFF;
  background: url(dateBg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  margin-bottom: 1.0417vw;
}

.lnbgList .timeline_item img {
  width: 9.375vw;
}

.ryList_content_item {
  width: 17.40vw;
  height: 4.22vw;
  background: url(ryItemBg.png) no-repeat center center;
  background-size: 100% 100%;
  align-items: center;
  margin-bottom: 2.34vw;
  display: flex;
  text-align: center;
}

.ryList_content_item a {
  margin: 0 auto;
  width: 13.46vw;
  font-size: 0.94vw;
  line-height: 1.41vw;
  color: #333333;
}

.ryList_content_item a:hover{
    color: #0176BB;
}

.ryList_content {
  width: 17.40vw;
  position: absolute;
  right: 3.13vw;
  top: 4.17vw;
}

.swiper-pagination {
  width: 17.40vw !important;
  position: absolute;
  right: 3.13vw;
  bottom: 4.17vw !important;
  left: unset !important;
}

.swiper-pagination-bullet {
  width: 0.83vw;
  height: 0.83vw;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #0072D7;
}

/* 可持续发展切换区域结束 */

/* 科技创新区域开始 */
.kjcx {
  padding-top: 4.0578vw;
  background: url(/cms_files/filemanager/952166966/picture/202512/D1D78156F35423F219DE3DF67C38E5B5.png) no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 4.16666vw;
}

.kjcx_title {
  width: 62.5vw;
  margin: 0 auto;
  height: 2.9167vw;
  display: flex;
  margin-top: 4.0578vw;
  margin-bottom: 2.5354vw;
}

.kjcx_title_line {
  height: 2.5vw;
  width: 0.2604vw;
  background: linear-gradient(180deg, #00D3FF 0%, #024B9C 100%);
  margin-right: 0.625vw;
}

.kjcx_title_text p:first-child {
  font-size: 1.3542vw;
  color: #333333;
  line-height: 1.875vw;
}

.kjcx_title_text p:last-child {
  font-size: 0.8333vw;
  color: #999999;
  line-height: 0.8333vw;
}

.kjcx_ul {
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
}

.kjcx_ul_item {
  width: 19.9479vw;
  padding-left: 1.1979vw;
}

.kjcx_ul_title {
  display: block;
  font-size: 1.1458vw;
  font-weight: 500;
  line-height: 1.25vw;
  margin-bottom: 1.0141vw;
  margin-top: 0.5115vw;
}

.kjcx_ul_zhaiyao {
  display: block;
  font-size: 0.8333vw;
  color: #333333;
  line-height: 1.25vw;
  margin-bottom: 1.5214vw;
}

.kjcx_ul_zhaiyao:hover{
    color: #333;
}

.kjcx_ul .kjcx_ul_item:first-child {
  background: url(borderLine1.png) no-repeat left bottom;
  background-size: 0.6771vw 21.3021vw;
}

.kjcx_ul .kjcx_ul_item:first-child i {
  display: block;
  width: 2.0833vw;
  height: 2.0833vw;
  background: url(kjcxIcon1.png) no-repeat center center;
  background-size: 100% 100%;
}

.kjcx_ul .kjcx_ul_item:first-child .kjcx_ul_title {
  font-feature-settings: "kern" on;
  background: linear-gradient(180deg, #31DBFF 0%, #024D9E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kjcx_ul .kjcx_ul_item:nth-child(2) {
  background: url(borderLine2.png) no-repeat left 0.6771vw;
  background-size: 0.6771vw 21.3021vw;
  transform: translateY(-3.0208vw);
  height: 20.5208vw;
  overflow: hidden;
}

.kjcx_ul .kjcx_ul_item:nth-child(2) i {
  display: block;
  width: 2.0833vw;
  height: 2.0833vw;
  background: url(kjcxIcon2.png) no-repeat center center;
  background-size: 100% 100%;
}

.kjcx_ul .kjcx_ul_item:nth-child(2) .kjcx_ul_title {
  font-feature-settings: "kern" on;
  background: linear-gradient(180deg, #B2F4FD 0%, #01AC95 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kjcx_ul .kjcx_ul_item:last-child {
  background: url(borderLine3.png) no-repeat left 0.6771vw;
  background-size: 0.6771vw 19.2641vw;
  height: 19.2641vw;
  overflow: hidden;
}

.kjcx_ul .kjcx_ul_item:last-child i {
  display: block;
  width: 2.0833vw;
  height: 2.0833vw;
  background: url(kjcxIcon3.png) no-repeat center center;
  background-size: 100% 100%;
}

.kjcx_ul .kjcx_ul_item:last-child .kjcx_ul_title {
  font-feature-settings: "kern" on;
  background: linear-gradient(180deg, #FEF7AA 0%, #FF8D34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kjcx_ul_img {
  display: block;
  width: 100%;
  height: 10.3964vw;
  overflow: hidden;
  border-radius: 0px 2.0833vw 0px 0px;
}

.kjcx_ul_img:hover img{
    animation: linearZoom 0.5s ease-in-out forwards;
}

.kjcx_ul_img img {
  width: 100%;
}

.hf_Con {
  width: 11.3194vw;
  height: 6.0764vw;
  position: fixed;
  bottom: 2vw;
  right: 0;
}

.hf_Con img {
  width: 100%;
}


/* 横幅结束 */
@media (max-width: 750px) {
    .indBanner .banner_container,
    .search_ul,
    .search_box p,
    .nav ul .active i,
    .nav ul li:hover i,
    .group,
    .kjcx_title_line,
    .hf_Con img:first-child,
    .footer_top,
    .bottom_right,
    .xgzcList_Item_Riqi{display: none !important;}
    .scroll {overflow: hidden;position: relative;height: 100%;}
    
    
     header{border-bottom: none;height: auto;justify-content:space-between;}
    .hd_container{justify-content: space-between;width: 100%;}
    .hd_container .logo{width: 36.4vw;height: 8vw;line-height: 8vw;margin: 3.2vw 0 3.2vw 3.2vw;}
    .scrolled{background-color: #fff;}
    .scrolled .logo_img{display: none;}
    .scrolled .logo_img_col{display: block;}
    .search_box form{display: none;}
    .app_button{display: flex;gap: 2.6667vw;align-items: center;margin-right: 3.2vw;}
    .app_search,.app_Menu{display: block;width: 4.8vw;height: 4.8vw;background: url(/cms_files/filemanager/952166966/picture/202512/A93FAB1E31DB4C7F9D5A883E6B45744D.png) no-repeat center;background-size: 100% 100%;}
    .app_Menu{background: url(/cms_files/filemanager/952166966/picture/202512/28D7782A2257EB17FB8A3F888AFF70F8.png) no-repeat center;background-size: 100% 100%;}
    .scrolled .app_search{background: url(/cms_files/filemanager/952166966/picture/202512/E451C6BCCCE32AF0270208843D3E2E5A.png) no-repeat center;background-size: 100% 100%;}
    .scrolled .app_Menu{background: url(/cms_files/filemanager/952166966/picture/202512/A479E2716BD7436E18DF1540268CCD2E.png) no-repeat center;background-size: 100% 100%;}
    .nav ul{flex-direction: column;height: auto;}
    .nav ul .active a,.nav ul li:hover a{font-weight: normal !important;}
    .nav ul li a{font-size: 3.3333vw;}
    .indBanner{height: 64vw;background: url(/cms_files/filemanager/952166966/picture/202512/1D914C001ADD68DB79B23C9399CBB523.png) no-repeat;background-size: 100% 100%;}
    
    .w1200{width: 100%;}
    .news_switch_list .swiper-slide{flex-direction: column;height: auto !important;}
    .news_switch_ul{justify-content:flex-start;}
    .news_switch{height: auto;padding: 5.3333vw 3.2vw 2vw 3.2vw; background: url(/cms_files/filemanager/952166966/picture/202512/20DDC2B11654770F690A4C8B92013AB1.png) no-repeat top center; background-size: 100% 100%;}
    .news_switch_list_group:first-child .news_switch_list_item{margin-left: 0;width: 100%;height: auto;margin-bottom: 3.3333vw;}
    .news_switch_ul li{height: 6.5333vw;line-height: 6.5333vw;}
    .news_switch_ul li i{width: 5.3333vw;height: 5.3333vw;}
    .news_switch_ul li a{font-size: 4.5333vw;margin-left: 2.3067vw;}
    .news_switch_line{background-color: transparent;margin: 0 3.0667vw;}
    .news_switch_more{height: 6.5333vw;line-height: 6.5333vw;}
    .news_switch_more a{font-size: 3.2vw;}
    .news_switch_list_art{padding: 3.2vw;}
    .are_title{font-size: 4vw;font-weight: bold;line-height: 6vw;height: auto;margin-top: 0;margin-bottom: 2.1333vw;}
    .are_content{font-size: 3.2vw;line-height: 4.8vw;height: auto;padding-top: 2.1333vw;margin-bottom: 2.1333vw;-webkit-line-clamp: 3;}
    .are_time{font-size: 3.2vw;}
    .are_time i{width: 3.2vw;height: 3.2vw;margin-right: 1.3333vw;}
    .news_switch_list .news_switch_list_group:first-child .news_switch_list_item:nth-child(2) .news_switch_list_art{background-size: 27.6vw 9.2vw;}
    .news_switch_list .news_switch_list_group:last-child .news_switch_list_item:nth-child(1) .news_switch_list_art{background-size: 27.6vw 9.2vw;}
    .news_switch_list .news_switch_list_group:first-child .news_switch_list_item:nth-child(3) .news_switch_list_art{background-size: 25.3333vw 8.8vw;}
    .news_switch_list .news_switch_list_group:last-child .news_switch_list_item:nth-child(2) .news_switch_list_art{background-size: 25.3333vw 8.8vw;}
    .news_switch_list .news_switch_list_group:first-child .news_switch_list_item:nth-child(4) .news_switch_list_art{background-size: 21.4667vw 8.2667vw;}
    .news_switch_list .news_switch_list_group:last-child .news_switch_list_item:nth-child(3) .news_switch_list_art{background-size: 21.4667vw 8.2667vw;}
    .news_switch_list_item{width: 100%;height: auto;}

    .news_switch_kcxfz{flex-direction: column; height: 158.9333vw;}
    .kcxfz_right{order: 1;width: 100%;padding-right: 0;background: url(/cms_files/filemanager/952166966/picture/202512/4BA5C5978FB57291B5BE39D5785D303C.png) no-repeat;background-size: 100% 100%;height: 48.5333vw;}
    .kcxfz_right_title{height: auto;text-align: center;border-right: 0;padding-right:0;margin: 5.3333vw 0;}
    .kcxfz_right_title span{font-size: 4.8vw;font-weight: bold;}
    .kcxfz_right ul{margin-top: 5.3333vw;gap: 2.6667vw;flex-wrap: wrap;flex-direction: row;align-items: stretch;margin: 0 3.2vw;margin-bottom: 5.3333vw;}
    .kcxfz_right ul li{height: 9.6vw;line-height: 9.6vw;padding-left: 0;font-size: 4vw;margin-bottom: 0;flex: 1 1 48%;width: auto;align-items: center;justify-content: center;}
    .kcxfz_right ul li i{width: 4vw;height: 4vw;margin-right: 1.0667vw;}
    .kcxfz_right .active{background: url(/cms_files/filemanager/952166966/picture/202512/2D59520F62BAC06C02A2C8DE3D74692A.png) no-repeat center center;background-size: 100% 100%;}
    .kcxfz_left{order: 2;width: 100%;}

    .pjList_content{width: 100%;padding: 0 3.2vw;}
    .pjList_content p{width: 100%;font-size: 3.2vw;line-height: 4.8vw;margin: 0;padding-top: 5.3333vw;padding-bottom: 10.6667vw;}
    .pjList{background: url(/cms_files/filemanager/952166966/picture/202512/799577BAA5E0E7BCEF01AE47F632EFE3.png) no-repeat  center center;    background-size: 100% 100%;}
    .pjList_content ul{width: 100%;height: auto;background: none;gap: 0;margin-top: 1.1vw;}
    .pjList_content ul li{width: 44.8vw;height: 16vw;margin-left: 0;margin-bottom: 8vw;margin-right: 4vw;}
    .pjList_content ul li:nth-child(n+4){width: auto;margin-left: 0;}
    .pjList_content ul li a img{height: 100%;margin-top: 0;}
    .pjList_content ul li:nth-child(2),.pjList_content ul li:nth-child(5),.pjList_content ul li:nth-child(7){margin-right: 0;}
    .pjList_content ul li:nth-child(3),.pjList_content ul li:nth-child(4){margin-right: 1.6vw;}
    .pjList_content ul li:nth-child(3),.pjList_content ul li:nth-child(4),.pjList_content ul li:nth-child(5){width: 30.1333vw;}
    .pjList_content ul li:nth-child(6),.pjList_content ul li:nth-child(7){width: 44.8vw;margin-top: 1.5vw;}


    .ryList{background: url(/cms_files/filemanager/952166966/picture/202512/F56F6F13EE1455B7A2BBE63895F15F3A.png) no-repeat center center;background-size: 100% 100%;}
    .ryList_content{width: 93.6vw;top: 12vw;right: 0;margin: 0 3.2vw;}
    .ryList_content .swiper-wrapper .swiper-slide{display: flex;flex-wrap: wrap;width: 100%;gap: 1.8667vw;}
    .ryList_content_item{flex: 0 0 calc(49%);width: 100%; height: 10.8vw;margin-top: 6vw;margin-bottom: 0;}
    .ryList_content_item a{width: 36vw;font-size: 2.9333vw;line-height: 3.6vw;}
    .swiper-pagination{left: 50% !important;right: auto;transform: translateX(-50%);bottom: 62vw !important;}
    .swiper-pagination-bullet{width: 2.1333vw;height: 2.1333vw;}
    
    .lnbgList .timeline_container{width: 100%;}
    .lnbgList .timeline_item{width: 32.6667vw;margin-right: -3.2vw;background-size: 2.6667vw 2.6667vw;}
    .lnbgList .timeline_item:first-child{margin-left: 3.2vw;}
    .lnbgList .timeline_item:last-child{margin-right: 3.2vw;}
    .lnbgList .timeline_item img{width: 100%;}
    .lnbgList .timeline_item:nth-child(odd)>div:first-child{padding-bottom: 4.6667vw;}
    .lnbgList .timeline_item:nth-child(2n)>div:first-child{padding-top: 4.6667vw;}
    .lnbgList .timeline_item:nth-child(2n)>div:last-child span{width: 13vw;height: 5.8667vw;line-height: 4.8667vw;font-size: 3.2vw;margin-bottom: 4vw;}
    .lnbgList .timeline_item:nth-child(odd)>div:last-child span{width: 13vw;height: 5.8667vw;line-height: 6.8667vw;font-size: 3.2vw;margin-top: 4vw;}

    .xgzcList_content{width: 93.4vw;height: 100%;right: 0;top: 5.3333vw;margin: 3.2vw;}
    .xgzcList_Item_swiper{width: 100%;margin-bottom: 3.2vw;margin-right: 0;height: auto;padding: 3.2vw;margin-bottom: 3.2vw;}
    .xgzcList_Item_Biaoti{font-size: 4vw;line-height: 6vw;height: auto;margin-bottom: 2.1333vw;}
    .xgzcList_Item_Zhaiyao{height: auto;font-size: 3.2vw;line-height: 4.8vw;-webkit-line-clamp: 2;margin-bottom: 0;}
    .xgzcList_Item_swiper:nth-child(3), .xgzcList_Item_swiper:nth-child(4){margin-bottom: 3.2vw;}

    .kjcx{padding: 5.3333vw 0;background-image: url('/cms_files/filemanager/952166966/picture/202512/5594A75894403FAB99C4DA13A278D4A3.png'), url('/cms_files/filemanager/952166966/picture/202512/671C2C90F6C61A19AD9D91BBC976339B.png');background-position: center top, center bottom;background-repeat: no-repeat;background-size: 100% auto, 100% auto;}
    .kjcx_title{margin-bottom: 5.3333vw;margin-top: 0; justify-content: center;width: 100%;height: auto;}
    .kjcx_title_text p:first-child{font-size: 4.8vw;font-weight: bold;line-height: 6.9333vw;}
    .kjcx_ul{flex-direction: column;width: 100%;padding: 0 3.2vw;}
    .kjcx_ul_item{width: 100%;padding-left: 0;display: flex;flex-wrap: wrap;align-items: center;}
    .kjcx_ul .kjcx_ul_item:first-child{background: none;}
    .kjcx_ul .kjcx_ul_item:first-child i{width: 5.3333vw;height: 5.3333vw;flex: 0 0 5.7%;}
    .kjcx_ul_title{font-size: 4.5333vw;font-weight: bold;line-height: 6.5333vw;margin-bottom: 0;margin-top: 0;margin-left: 1.5%;flex: 0 0 92.8%;}
    .kjcx_ul .kjcx_ul_item:first-child .kjcx_ul_title{position: relative;}
    .kjcx_ul .kjcx_ul_item:first-child .kjcx_ul_title::after{content: "";position: absolute;width: 75%;height: 100%;right: 0; background-image: url('/cms_files/filemanager/952166966/picture/202512/E1364CE6E5C6D529D290258447047C6A.png');background-repeat: no-repeat;background-position: right center;background-size: 100% auto;}
    .kjcx_ul_zhaiyao{font-size: 3.2vw;line-height: 4.8vw;width: 54%;margin-top: 3.2vw;margin-bottom: 4vw;}
    .kjcx_ul_img{width: 36%;height: auto;margin-left: auto;margin-top: 3.2vw;margin-bottom: 4vw;}   
    .kjcx_ul .kjcx_ul_item:nth-child(2){background: none;height: auto;transform: none;}
    .kjcx_ul .kjcx_ul_item:nth-child(2) i{width: 5.3333vw;height: 5.3333vw;background-size: 5.3333vw 5.3333vw;flex: 0 0 78.5%;background-position: right center;position: relative;}
    .kjcx_ul .kjcx_ul_item:nth-child(2) i::after{content: "";position: absolute;width: 90%;height: 100%;left: 2.6667vw; background-image: url('/cms_files/filemanager/952166966/picture/202512/6C3EE91598323A4596D1CA16AA7F9FA8.png');background-repeat: no-repeat;background-position: left center;left: 0;background-size: 100% auto;}
    .kjcx_ul .kjcx_ul_item:nth-child(2) .kjcx_ul_title{flex: 0 0 20%;}
    .kjcx_ul .kjcx_ul_item:nth-child(2) .kjcx_ul_zhaiyao{order: 5}
    .kjcx_ul .kjcx_ul_item:nth-child(2) .kjcx_ul_img{margin-right: auto;margin-left: 0;}
    .kjcx_ul .kjcx_ul_item:last-child{background: none;height: auto;}
    .kjcx_ul .kjcx_ul_item:last-child i{width: 5.3333vw;height: 5.3333vw;flex: 0 0 5.7%;}
    .kjcx_ul .kjcx_ul_item:last-child .kjcx_ul_title{position: relative;}
    .kjcx_ul .kjcx_ul_item:last-child .kjcx_ul_title::after{content: "";position: absolute;width: 65%;height: 100%;right: 0; background-image: url('/cms_files/filemanager/952166966/picture/202512/178AB6F07B464A2B9F8248307CAEF457.png');background-repeat: no-repeat;background-position: right center;background-size: 100% auto;}

    .hf_Con{width: 100%;height: 100%;position: static;padding: 5.3333vw 3.2vw;}
    .hf_Con img:last-child{display: block !important;}

    .footer_bottom_con,.footer_bottom{height: auto;justify-content: center;width: 100%;}
    .footer_bottom{text-align: center;padding: 5.3333vw 0;}
    .bottom_left *{display: block;width: 100%;font-size: 3.2vw;line-height: 4.8vw;}
    .footer_bottom_con, .footer_bottom_con a{font-size: 3.2vw;line-height: 4.8vw;}


}

/* 图片线性缩放动画 */
@keyframes linearZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.12);
    }
}