﻿/*导航*/
.sy1_ul li.sy1_li {
  width: 20%;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#dragBox {
 width: 100%;
 overflow: auto; /* 关键：自动出现滚动条 */
 cursor: grab;
 position: relative;
 /* 隐藏纵向滚动条，保留横向 */
 -ms-overflow-style: none;
 scrollbar-width: thin;
}
#dragBox:active {
 cursor: grabbing;
}

#dragBox .dangan_img {
 width: 100%;
 height: 100%;
}

#dragBox .dangan_img img {
 max-width: none !important;
 object-fit: cover;
 user-select: none;
 display: block;
}
.article_right .image_wrap .dangan_img img {
  max-width: max-content !important;
  height: 300px;
}

.article_right .image_wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.article_right .image_wrap {
  margin-bottom: 20px;
}

.article_right .image_wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道背景色 */
  border-radius: 3px;
}

.article_right .image_wrap::-webkit-scrollbar-thumb {
  background: #A12233;
  /* 滑块颜色 */
  border-radius: 3px;
}

.article_right .image_wrap::-webkit-scrollbar-thumb:hover {
  background: #A12233;
}

.header_in_nav a.header_nav_item {
  color: #FAD7A1;
}

.header_in_nav a.header_nav_item:hover {
  color: #A12233;
  background: #FAD7A1;
}

.yuanqituwen_list {
  justify-content: normal !important;
  gap: 2vw;
}

.yuanqituwen_list li .span_date {
  display: none;
}

.site_box .main_content {
  width: 100% !important;
}

.site_box .tab_titles {
  padding: 2vw 0 !important;
}

.site_box .tab_card {
  margin: 0 !important;
}
/* 
.site_box .tab_card .tab_card_item:nth-child(1)::before {
  width: 8vw !important;
  height: 8vw !important;
  top: 0vw !important;
  right: -3vw !important;
}

.site_box .tab_card .tab_card_item:nth-child(1)::after {
  width: 15vw !important;
  height: 10vw !important;
  bottom: 0vw !important;
}

.site_box .tab_card .tab_card_item:nth-child(3)::before {
  width: 11vw !important;
  height: 9.4vw !important;
  top: 1vw !important;
  right: 0 !important;
}

.site_box .tab_card .tab_card_item:nth-child(3)::after {
  width: 10vw !important;
  height: 8.5vw !important;
  bottom: 0vw !important;
} */

/* .site_box .tab_card_item {
  width: 30% !important;
  height: 20vw !important;
} */
/* 
.site_box .tab_card_item>a {
  padding: 4.5vw 0 0 3vw !important;
  letter-spacing: 3px !important;
}

.site_box .tab_card_item:hover>a {
  letter-spacing: 5px !important;
} */

.site_box .cards {
  padding: 2.6vw 0 0 0 !important;
}

ul.yuanqituwen_list li a {
  width: 100% !important;
  text-align: center;
}

ul.yuanqituwen_list li .img_box img {
  width: 100%;
  transition: transform 0.3s linear;
}

ul.yuanqituwen_list li {
  width: 30% !important;
  border-bottom: none !important;
  overflow: hidden;
}

ul.yuanqituwen_list li:hover .img_box img {
  transform: scale(1.2);
}

.top_header .header {
  margin-bottom: 1vw;
}

.sy1_ul li.sy1_li::after {
  background: #F9BA60;
}

.site_img_up .yuanqin_name {
  color: #FAD7A1 !important;
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: auto;
  background: url(/Sites/Uploaded/UserUpLoad/20260302/20260302170740.png) no-repeat;
  height: 60px;
  background-size: contain;
  background-position-y: 20px;
}

.yuanqin_map .linkmap {
  color: #FAD7A1 !important;
}

.yuanqin_map .linkmap a {
  color: #FAD7A1 !important;
}

.leftNavTitle a {
  color: #fff !important;
}

.article_w100_box {
  width: 100% !important;
}

.sy1_ul li.sy1_li a.sy1_tit {
  color: #F9BA60;
}


.header .header_in_logo img {
  height: auto;
  max-width: 450px;
}

.header .header_in_nav {
  display: flex;
  align-items: center;
}

.main_content {
  width: 62.5vw;
  margin: 0 auto;
  overflow: hidden;
}

.banner.fade {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
  --swiper-pagination-bottom: 10vw;
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-width: 1.38vw;
  --swiper-pagination-bullet-height: 1.38vw;
  --swiper-pagination-bullet-inactive-opacity: 0.6;
  --swiper-pagination-bullet-horizontal-gap: 0.5vw;

}

.banner .swiper-container {
  height: 100%;
  width: 100%;
}

.banner .swiper-slide .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-size: cover; */
  /* background-position: center center; */
  transition: 1s linear 2s;
  /* transform: scale(1.1, 1.1); */
}

.banner .swiper-slide-active .pic {
  transition: 6s linear;
  transform: scale(1, 1);
}

.banner .pagination {
  position: absolute;
  z-index: 10;
  text-align: right;
  padding-right: 30vw;
  box-sizing: border-box;
}

.banner .pagination .swiper-pagination-bullet-active {
  width: 4vw;
  border-radius: 1vw;
}

.article_Box {
  width: 31.5vw;
  float: left;
  position: relative;
}

.article_Box>a {
  display: block;
  width: 100%;
  height: 21vw;
  overflow: hidden;
  background-size: 100%;
  background-position: center center;
  transition: all 0.2s;
  position: relative;
}

.article_Box>a:hover {
  background-size: 105%;
}

.article_List {
  width: 28vw;
}

.article_List .title_type {
  font-size: 0.94vw;
  color: #A62D10;
  margin-bottom: 0.3vw;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article_List li p {
  font-size: 0.84vw;
  color: #9B9B9B;
  line-height: 1.2vw;
}

.article_List li .span-date {
  font-size: 0.94vw;
  color: #A62D10;
  position: relative;
  text-align: center;
}

.article_List li .span-date b {
  font-size: 1.88vw;
  color: #A62D10;
  font-weight: 400;
  display: block;
  margin-bottom: 0.2vw;
}

.article_Box h2 {
  font-size: 1.15vw;
  color: blanchedalmond;
  position: relative;
  margin: 30px 0 15px;
}

.article_Box h2 .span_date {
  font-size: 14px;
  color: #999;
  position: absolute;
  top: -31px;
  left: 0;
}

.article_Box p {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
}

.article_Box p .details {
  font-size: 12px;
  color: #A62D10;
  float: right;
}

.article_List li {
  padding: 0.9vw 1.28vw;
  box-sizing: border-box;
  cursor: pointer;
  background: #FFEFEB;
  margin-bottom: 1.28vw;
  border-left: 4px solid #A62D10;
}


.article_List .List_right {
  width: 21vw;
}

.article_List li p .detail {
  display: none;
}

.article_List li p .detail:hover {
  font-size: 12px;
}

.article_List li:hover {
  background: #A62D10 url(/Sites/Uploaded/UserUpLoad/20260212/20260212172642.png) no-repeat right;
}

.article_List li:hover .span-date {
  color: #fff;
}

.article_List li:hover .span-date b {
  color: #fff;
}

.article_List li:hover .title_type {
  color: #fff;
}

.yuanqin .main {
  background-image: none;
}

.News {
  background-color: #FFE0D9;
  padding-bottom: 10.4vw;
}

.tab_titles {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 3.2vw;
  padding-top: 5vw;
}

.tab_titles_l {
  font-size: 1.4vw;
  color: #A62D10;
  position: relative;
}

.tab_titles .more {
  font-size: 14px;
  color: #A62D10;
  position: absolute;
  right: 0;
}

.tab_titles_l::after,
.tab_titles_l::before {
  content: '';
  width: 2.3vw;
  height: 1.2vw;
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212132853.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}

.tab_titles_l::after {
  left: -4vw;
}

.tab_titles_l::before {
  right: -4vw;
}

.article_Box .span_date {
  position: absolute;
  background: #A62D10;
  font-size: 0.94vw;
  color: #fff;
  text-align: center;
  padding: 0.3vw 0.9vw;
  bottom: 0.6vw;
}

.article_Box .span_date b {
  font-size: 1.88vw;
  color: #fff;
  font-weight: 400;
  display: block;
}

.article_Box h2 a {
  color: #A62D10;
  line-height: 2vw;
}

.tab_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3vw 0;
}

.tab_card_item {
  width: 17vw;
  height: 25.5vw;
  position: relative;
}

.tab_card_item:nth-child(1) {
  background: #F2A0B6;
}

.tab_card_item:nth-child(2) {
  background: #AE1933;
  background-image: url(/Sites/Uploaded/UserUpLoad/20260212/20260212143922.png);
}

.tab_card_item:nth-child(3) {
  background: #4167B7;
}

.tab_card_item>a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 1.25vw;
  writing-mode: vertical-lr;
  box-sizing: border-box;
  padding: 5vw 0 0 5vw;
  letter-spacing: 8px;
}

span.circle1 {
  position: absolute;
  left: 1.2vw;
  top: 1.4vw;
}

span.circle2 {
  position: absolute;
  right: 1.2vw;
  bottom: 1.4vw;
}

.tab_card_item:nth-child(1)>a {
  color: #A62D10;
}

.tab_card_item:nth-child(2)>a {
  color: #F4D487;
}

.tab_card_item:nth-child(3)>a {
  color: #fff;
}

.cards {
  padding-bottom: 12vw;
}

.tab_card_item:nth-child(1)::after {
  content: '';
  position: absolute;
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212144006.png) no-repeat;
  width: 15vw;
  height: 13vw;
  bottom: 0vw;
  background-size: contain;
}

.tab_card_item:nth-child(1)::before {
  content: '';
  position: absolute;
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212144250.png) no-repeat;
  width: 8vw;
  height: 12vw;
  top: 0vw;
  background-size: contain;
  right: 0;
}

.tab_card_item:nth-child(3)::after {
  content: '';
  position: absolute;
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212144400.png) no-repeat;
  width: 10vw;
  height: 8.5vw;
  bottom: 0vw;
  background-size: contain;
}

.tab_card_item:nth-child(3)::before {
  content: '';
  position: absolute;
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212144439.png) no-repeat;
  width: 11vw;
  height: 9.4vw;
  top: 7vw;
  background-size: contain;
  right: 0;
}

.Video-swiper .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Video-swiper .img_box {
  border-radius: 1vw;
  overflow: hidden;
  display: block;
  /* transform:scale(1.2); */
  position: relative;
}

.Video-swiper .title_type {
  display: none;
  color: #A62D10;
  font-size: 14px;
  padding-left: 1vw;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.Video-swiper .swiper-slide {
  transition: all 0.4s ease;
  transform: scale(1);
}

.Video-swiper .swiper-slide-active {
  transform: scale(1.5);
  z-index: 1;
}

.Video-swiper .swiper-slide-active .title_type {
  display: block;
  margin: 1.2vw 0;

}

.Video-swiper .swiper-slide-active .img_box {
  box-shadow: 10px 10px 30px #A62D10;
}

.Video-swiper .title_type::after {
  content: '';
  width: 0.2vw;
  height: 1.55vw;
  background: #A62D10;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.Video {
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212160107.png) no-repeat;
  background-size: cover;
  height: 56.3vw;
}

.Video .arrow_btn {
  width: 2.3vw;
  height: 2.3vw;
  position: absolute;
  left: 50%;
  bottom: -2vw;
  cursor: pointer;
}

.Video-swiper {
  position: relative;
}

.Video .arrow_btn.arrow_btn_left {
  left: auto;
  left: 40%;
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212160551.png) no-repeat;
  background-size: contain;
}

.Video .arrow_btn.arrow_btn_right {
  right: 40%;
  left: auto;
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212160633.png) no-repeat;
  background-size: contain;
}

.Video-swiper .img_box::after {
  content: '';
  width: 3.4vw;
  height: 3.4vw;
  position: absolute;
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212161055.png) no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}

.tab-contentitem {
  opacity: 0;
  height: 0;
  position: relative;
  overflow: hidden;
}

.tab-contentitem.selected {
  opacity: 1;
  height: auto;
  overflow: inherit;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3vw;
}

.tab-titleitem {
  font-size: 1vw;
  background: #fff;
  padding: 1vw;
  color: #A62D10;
  margin: 0 3vw;
}

.Video .tab_titles {
  padding-bottom: 3.5vw;
}

.tab-titleitem.active {
  color: #fff;
  box-shadow: 10px 10px 30px #A62D10;
  background: #A62D10;
  /* border-radius: 0.5vw; */
}

.Code {
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212172437.png) no-repeat;
  background-size: cover;
  height: 56.3vw;
  height: auto;
}

.Code .tab {
  margin-bottom: 3vw;
  z-index: 999999;
}

.article_List li {}

.Code .article_List {
  width: 29.5vw;
}

.Code .tab_titles {
  padding-bottom: 3.2vw;
  padding-top: 5vw;
}

.Code .tab_titles_l::after,
.Code .tab_titles_l::before {
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212173013.png) no-repeat;
  background-size: contain;
}

.code-swiper .swiper-slide {
  transition: all 0.4s ease;
  transform: scale(0.8);
  height: 350px;
}

.new_items {
  margin: 3vw 0;
}

.code-swiper .swiper-slide-active {
  transform: scale(1);
  width: 40vw !important;
  height: 350px;
  min-height: 350px;
  margin-left: -9vw;
  margin-right: -120px !important;
  z-index: 1;
}

.code-swiper .swiper-container-v5 .img_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  pointer-events: none;
}

.code-swiper .swiper-container-v5 .swiper-slide-active .img_box::after {
  background-color: rgba(0, 0, 0, 0) !important;
}

.code-swiper .swiper-container-v5 .img_box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0.5vw;
  position: relative;
}

.code-swiper .swiper-container-v5 .swiper-slide-active .img_box img {
  width: auto !important;

  border-radius: 0.5vw;
}

.code-swiper .swiper-container-v5 .img_box {
  /* overflow: hidden; */
  display: block;
  position: relative;
  /* transform: scale(0.8); */
}

.code-swiper .swiper-container-v5 .title_type {
  display: none;
  color: #A62D10;
  font-size: 21px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

#home_footer {
  display: block !important;
}

.fp-height-auto {
  height: auto !important;
}

.code-swiper .swiper-slide-active .title_type {
  display: block;
  margin: 3.6vw 0 0;
  padding: 0 6vw;
  text-align: center;
}

/* ========== 全浏览器兼容滚动条（已修复） ========== */
.code-swiper .swiper-slide-active .img_box {
  overflow: auto;
  cursor: grab;
  touch-action: none; 
  user-select: none;
  pointer-events: auto !important;
  scrollbar-width: thin;
  scrollbar-color: #AC1310 #f5f5f5;
  padding-bottom: 12px !important;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* 强制禁止 Swiper 接管鼠标拖动，只让图片自己滚动 */
.code-swiper .img_box {
 touch-action: auto !important;
 user-select: none !important;
 overflow: auto !important;
}
/* 核心：阻止 Swiper 捕获事件 */
.code-swiper .img_box * {
 pointer-events: auto !important;
}
.code-swiper .swiper-slide-active .img_box::-webkit-scrollbar {
  height: 6px;
}

.code-swiper .swiper-slide-active .img_box::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}

.code-swiper .swiper-slide-active .img_box::-webkit-scrollbar-thumb {
  background: #AC1310;
  border-radius: 3px;
}

.code-swiper .swiper-slide-active .img_box::-webkit-scrollbar-thumb:hover {
  background: #8B0F0C;
}

.Code .arrow_btn {
  width: 2.3vw;
  height: 2.3vw;
  position: absolute;
  left: 50%;
  bottom: 9vw;
  cursor: pointer;
  z-index: 11;
}

.Code-swiper {
  position: relative;
}

.Code .arrow_btn.arrow_btn_left {
  left: 34vw;
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212160551.png) no-repeat;
  background-size: contain;
}

.Code .arrow_btn.arrow_btn_right {
  right: 34vw;
  background: url(/Sites/Uploaded/UserUpLoad/20260212/20260212160633.png) no-repeat;
  background-size: contain;
  left: inherit;
}

.code-swiper img {
  width: 100%;
}

.swiper-container-v5 {
  padding: 0vw 0 13vw;
  /* transform: translateY(-8vw); */
}

.swiper-container-v5 .swiper-wrapper {
  height: 350px !important;
}

.Code .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 26vw;
  height: 0.7vw;
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  top: 17.5vw;
  border-radius: 1vw;
  background: transparent;
  border: 1px solid #A62D10;
  overflow: hidden;
}

.Code .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #A62D10;
  overflow: hidden;
}

.w100 {
  padding: 5vw 0;
}

img.banner-logo {
  width: 25vw;
  height: auto;
  position: absolute;
  top: 38%;
  left: 50%;
  transition: all 0.3s linear;
  transform: translate(-50%, -40%);
  opacity: 0;
}

img.banner-logo.active {

  transform: translate(-50%, -70%);
  opacity: 1;
}

.article_Box>a {
  transition: all 0.5s ease;
}

.article_Box>a:hover {
  background-size: 110%;
  box-shadow: 0 10px 30px rgba(166, 45, 16, 0.3);
}

.article_Box>a:hover .span_date {
  background: #fff;
  color: #A62D10;
}

.article_Box>a:hover .span_date b {
  color: #A62D10;
}

.article_List li {
  transition: all 0.3s ease;
  border-left: 4px solid #A62D10;
}

.article_List li:hover {
  background: #A62D10 url(/Sites/Uploaded/UserUpLoad/20260212/20260212172642.png) no-repeat right;
  background-size: contain;
  transform: translateX(5px);
  box-shadow: 5px 5px 15px rgba(166, 45, 16, 0.2);
}

.article_List li:hover .span-date,
.article_List li:hover .span-date b,
.article_List li:hover .title_type,
.article_List li:hover p {
  color: #fff;
}

.more {
  transition: all 0.3s ease;
  position: relative;
}

.more:hover {
  color: #731f0b;
  padding-right: 20px;
}

.more:hover::after {
  content: '→';
  position: absolute;
  margin-left: 1px;
  animation: arrowMove 0.5s infinite alternate;
}



.Video-swiper .img_box {
  transition: all 0.4s ease;
}

.Video-swiper .img_box:hover::after {
  transform: translate(-50%, -50%) scale(1.2);
  transition: transform 0.3s ease;
}

.tab-titleitem {
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 0.5vw;
}

.tab-titleitem:hover {
  background: rgba(166, 45, 16, 0.1);
  box-shadow: 5px 5px 20px rgba(166, 45, 16, 0.2);
}

.tab-titleitem.active:hover {
  background: #A62D10;
  box-shadow: 10px 10px 30px #A62D10;
}

.tab_card_item {
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}

.tab_card_item:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.tab_card_item>a {
  transition: all 0.4s ease;
}

.tab_card_item:hover>a {
  letter-spacing: 12px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


.tab_card_item::after,
.tab_card_item::before {
  transition: all 0.4s ease;
  opacity: 0.7;
}



.Code .arrow_btn {
  transition: all 0.3s ease;
}




@keyframes arrowMove {
  from {
 transform: translateX(0);
  }

  to {
 transform: translateX(5px);
  }
}

@keyframes fadeInUp {
  from {
 opacity: 0;
 transform: translateY(10px);
  }

  to {
 opacity: 1;
 transform: translateY(0);
  }
}

@keyframes rotate {
  from {
 transform: rotate(0deg);
  }

  to {
 transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
 transform: scale(1);
  }

  50% {
 transform: scale(1.1);
  }

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


.span-date {
  transition: all 0.3s ease;
}

.article_List li:hover .span-date {
  animation: pulse 0.5s ease;
}

@media (max-width: 1400px) {
  .Video-swiper .swiper-slide-active {
 transform: scale(1.2) !important;
 z-index: 1;
  }

  .Video-swiper .swiper-slide {
 transform: scale(0.8);
  }

  .w100 {
 padding: 2vw 0;
  }

  .code-swiper .swiper-slide-active .title_type {
 margin: 2vw 0 0;
  }

  .code-swiper .swiper-container-v5 .title_type {
 font-size: 16.8px;
  }

  .Video-swiper .swiper-slide-active .img_box {
 box-shadow: 5px 5px 30px #A62D10;
  }

  .Code .arrow_btn {
 bottom: 12vw;
  }
}

@media only screen and (max-width:768px) {
  .banner.fade {
 height: 210px;
  }

  .banner .swiper-slide .pic {
 height: auto;
  }

  .banner img {
 height: auto;
  }

  img.banner-logo {
 width: 50%;
  }

  .tab_titles_l {
 font-size: 16px;
  }

  .tab_titles_l::after,
  .tab_titles_l::before {
 width: 30px;
 height: 30px;
 top: 80%;
  }

  .tab_titles_l::before {
 right: -35px;

  }

  .tab_titles_l::after {
 left: -35px;
  }

  .article_Box {
 width: 100%;
  }

  .article_Box>a {
 height: 200px;
  }

  .article_Box h2 {
 margin: 10px 0;
 font-size: 16px;
  }

  .article_Box h2 a {
 font-size: 16px;
  }

  .article_List {
 width: 100%;
  }

  .article_List li {
 display: flex;
 align-items: center;
 gap: 10px;
  }

  .article_List li .span-date b {
 font-size: 14px;
  }

  .article_List li .span-date {
 font-size: 14px;

  }

  .article_List .List_right {
 width: 80%;
 padding-right: 20px;
  }

  .article_List .title_type {
 font-size: 16px;
  }

  .new_items .article_List li p {
 display: none;
  }

  .News {
 padding-bottom: 0;
  }

  .tab-titleitem {
 font-size: 14px;
 margin: 0 5px;
 padding: 10px;
  }

  .Video {
 height: auto;
  }

  .Video-swiper .swiper-slide-active {
 transform: none;
  }

  .Video-swiper .swiper-slide-active .title_type {
 height: auto;
 margin: 10px 0;
  }

  .Video-swiper .title_type {
 padding-left: 10px;
  }

  .Video-swiper .title_type::after {
 width: 2px;
 height: 16px;
  }

  .Video .arrow_btn {
 width: 40px;
 height: 40px;
 position: absolute;
 left: 50%;
 bottom: 52%;
 z-index: 9;
 cursor: pointer;
  }

  .Video .arrow_btn.arrow_btn_right {
 right: 5%;
  }

  .Video .arrow_btn.arrow_btn_left {
 left: 5%;

  }

  .Video-swiper .title_type {
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
  }

  .Video-swiper .swiper-slide-active .img_box {
 box-shadow: none;
  }

  .code-swiper .swiper-slide-active {
 width: 96vw !important;
 margin-left: 0;
 margin-right: 0 !important;
  }

  .Code .arrow_btn {
 width: 40px;
 height: 40px;
 position: absolute;
 left: 50%;
 bottom: -10px;
 cursor: pointer;
 z-index: 11;
  }

  .code-swiper .swiper-container-v5 .title_type {
 font-size: 14px;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
  }

  .code-swiper .swiper-slide-active .title_type {
 margin: 18px 0 0 0;
 padding: 0 40px;
  }

  .Code .arrow_btn.arrow_btn_right {
 right: 10px;
  }

  .Code .arrow_btn.arrow_btn_left {
 left: 10px;

  }

  .Code .tab_titles {
 padding-bottom: 7vw;
 padding-top: 5vw;
  }

  .cards {
 padding-bottom: 3vw;
  }

  .tab_card_item {
 width: 30%;
  }

  .tab_card_item>a {
 font-size: 14px;
 writing-mode: unset;
  }

  .site_img_up .yuanqin_name {
 height: auto;
  }

  ul.yuanqituwen_list li {
 width: 48% !important;
 flex-direction: column !important;
  }

  .site_img_up {
 position: static !important;
 padding: 2vw 2vw 0 2vw;
  }

  .site_img_up .yuanqin_name {
 color: #A12233 !important;
  }

  .yuanqin_map .linkmap {
 color: #A12233 !important;
  }

  .yuanqin_map .linkmap a {
 color: #A12233 !important;
  }

  .page-title {
 margin-bottom: 0;
  }

  .article_right .site_box {
 padding: 0 !important;
  }

  .linkmap a {
 font-size: 14px !important;
  }

  .article_right .article_title {
 font-size: 16px !important;
 margin-bottom: 20px;
  }

  .Has_Children>a.next_open {
 border-top: 6px solid #A12233 !important;
  }

  .Has_Children>a.next_open.next_close {
 border-bottom: 6px solid #A12233 !important;
 border-top: none !important;
  }

  .phone_menu_bottom ul.header_site .active a {
 color: #A12233 !important;
  }
} 