@charset "utf-8";
/*
Theme ID: ecms47
Author: 懒鸟飞移植
Author QQ：1430826160
Author Email：1430826160@qq.com
Author URL: http://www.lazybirdfly.com/
*/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1.42857143;
  font-size: 14px;
  min-width: auto;
  /* 移除固定最小宽度,支持移动端 */
  background: #fff;
  color: #333;
}

/* 首页背景图 - 作为底层背景 */
body.index-page {
  overflow-x: hidden;
  position: relative;
}

/* 首页背景图层 - 从导航栏下方延伸到友情链接上方 */
.index-bottom-background {
  position: absolute;
  top: 120px; /* 导航栏下方 */
  bottom: 320px; /* 友情链接上方 */
  left: 0;
  width: 100%;
  background: url(../images/indeximages/back-icesnow.png) no-repeat center center;
  background-size: 100% 100%;
  background-attachment: fixed;
  z-index: -1; /* 位于内容后方 */
  pointer-events: none; /* 不影响点击 */
}

/* 移动端适配 */
@media (max-width: 768px) {
  .index-bottom-background {
    top: 80px;
    bottom: 400px;
  }
}

@media (max-width: 480px) {
  .index-bottom-background {
    top: 60px;
    bottom: 450px;
  }
}

/* 模块入场动画（仅限首页 body.index-page 下生效，避免其它页面因缺少 JS 触发者而空白） */
body.index-page .section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

body.index-page .section.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* 不同模块入场延迟 */
body.index-page .section:nth-child(1) { transition-delay: 0s; }
body.index-page .section:nth-child(2) { transition-delay: 0.1s; }
body.index-page .section:nth-child(3) { transition-delay: 0.2s; }
body.index-page .section:nth-child(4) { transition-delay: 0.3s; }
body.index-page .section:nth-child(5) { transition-delay: 0.4s; }
body.index-page .section:nth-child(6) { transition-delay: 0.5s; }
body.index-page .section:nth-child(7) { transition-delay: 0.6s; }
body.index-page .section:nth-child(8) { transition-delay: 0.7s; }
body.index-page .section:nth-child(9) { transition-delay: 0.8s; }
body.index-page .section:nth-child(10) { transition-delay: 0.9s; }

/* 雪花飘落效果 */
.snowflake-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  top: -10px;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  opacity: 0;
}

@keyframes snowfall-left {
  0% {
    transform: translateY(-10px) translateX(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) translateX(-100px) rotate(-360deg);
    opacity: 0.3;
  }
}

@keyframes snowfall-right {
  0% {
    transform: translateY(-10px) translateX(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) translateX(100px) rotate(360deg);
    opacity: 0.3;
  }
}

/* 不同大小和速度的雪花 */
.snowflake:nth-child(1) { left: 5%; font-size: 1.0em; animation: snowfall-left linear infinite; animation-duration: 6s; animation-delay: 0s; }
.snowflake:nth-child(2) { left: 10%; font-size: 2.0em; animation: snowfall-right linear infinite; animation-duration: 18s; animation-delay: 2.5s; }
.snowflake:nth-child(3) { left: 15%; font-size: 0.8em; animation: snowfall-left linear infinite; animation-duration: 5s; animation-delay: 5s; }
.snowflake:nth-child(4) { left: 20%; font-size: 1.5em; animation: snowfall-right linear infinite; animation-duration: 12s; animation-delay: 1s; }
.snowflake:nth-child(5) { left: 25%; font-size: 2.2em; animation: snowfall-left linear infinite; animation-duration: 20s; animation-delay: 8s; }
.snowflake:nth-child(6) { left: 30%; font-size: 0.9em; animation: snowfall-right linear infinite; animation-duration: 7s; animation-delay: 3.5s; }
.snowflake:nth-child(7) { left: 35%; font-size: 1.6em; animation: snowfall-left linear infinite; animation-duration: 15s; animation-delay: 6s; }
.snowflake:nth-child(8) { left: 40%; font-size: 1.2em; animation: snowfall-right linear infinite; animation-duration: 9s; animation-delay: 4s; }
.snowflake:nth-child(9) { left: 45%; font-size: 2.4em; animation: snowfall-left linear infinite; animation-duration: 22s; animation-delay: 9s; }
.snowflake:nth-child(10) { left: 50%; font-size: 1.0em; animation: snowfall-right linear infinite; animation-duration: 8s; animation-delay: 1.5s; }
.snowflake:nth-child(11) { left: 55%; font-size: 1.5em; animation: snowfall-left linear infinite; animation-duration: 14s; animation-delay: 7s; }
.snowflake:nth-child(12) { left: 60%; font-size: 0.8em; animation: snowfall-right linear infinite; animation-duration: 5s; animation-delay: 4.5s; }
.snowflake:nth-child(13) { left: 65%; font-size: 2.0em; animation: snowfall-left linear infinite; animation-duration: 16s; animation-delay: 10s; }
.snowflake:nth-child(14) { left: 70%; font-size: 1.2em; animation: snowfall-right linear infinite; animation-duration: 10s; animation-delay: 2s; }
.snowflake:nth-child(15) { left: 75%; font-size: 1.8em; animation: snowfall-left linear infinite; animation-duration: 19s; animation-delay: 11s; }
.snowflake:nth-child(16) { left: 80%; font-size: 0.9em; animation: snowfall-right linear infinite; animation-duration: 6s; animation-delay: 3s; }
.snowflake:nth-child(17) { left: 85%; font-size: 2.5em; animation: snowfall-left linear infinite; animation-duration: 25s; animation-delay: 12s; }
.snowflake:nth-child(18) { left: 90%; font-size: 1.1em; animation: snowfall-right linear infinite; animation-duration: 11s; animation-delay: 0.5s; }
.snowflake:nth-child(19) { left: 93%; font-size: 1.6em; animation: snowfall-left linear infinite; animation-duration: 17s; animation-delay: 6.5s; }
.snowflake:nth-child(20) { left: 97%; font-size: 0.8em; animation: snowfall-right linear infinite; animation-duration: 5s; animation-delay: 8.5s; }

/* 移动端减少雪花数量 */
@media screen and (max-width: 768px) {
  .snowflake:nth-child(n+11) {
    display: none;
  }
  .snowflake {
    font-size: 0.8em;
  }
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1.42857143;
  margin: 0;
  outline: none;
}

body,
button,
input,
select,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
  display: block;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
video,
canvas {
  display: inline-block;
}

template,
[hidden] {
  display: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #1E90FF;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

/* 模板样式 */
.main {
  width: 100%;
}

.center {
  width: 1200px;
  margin: 0 auto;
}

.box_tit {
  margin: 50px 0;
}

.box_tit span {
  font-size: 30px;
  text-align: center;
  color: #000;
  display: block;
}

.box_tit p {
  font-size: 18px;
  color: #666;
  display: block;
  text-align: center;
  margin-top: 12px;
  line-height: 170%;
}

.pro_screen {
  padding: 20px 50px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.pro_screen ul {
  margin-top: 10px;
}

.pro_screen ul li {
  margin: 0 8px;
  float: left;
}

.pro_screen ul li span {
  display: block;
  color: #aaa;
  padding: 7.5px 19px;
}

.pro_screen ul li a.active {
  color: #fff;
  background-color: #1E90FF;
}

.pro_screen ul li a {
  color: #aaa;
  padding: 6px 16px;
  display: block;
}

.flex_between {
  width: 100%;
  padding: 30px 0;
}

.flex_between .text {
  color: #333;
  float: left;
  margin-top: 4px;
}

.flex_between .text a.active {
  color: #fff;
  background-color: #1E90FF;
}

.flex_between .text a {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
}

.flex_between .search {
  position: relative;
  padding-right: 78px;
  float: right;
}

.flex_between .search input[type="text"] {
  width: 182px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
  border-right: 0;
  float: left;
  padding: 0 10px;
  outline: 0;
}

.flex_between .search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  float: right;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  outline: 0;
  border: none;
  background-color: #1E90FF;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.case_list ul li {
  width: 31%;
  margin-right: 1.2%;
  border: 1px solid #eee;
  padding: 8px;
  margin-bottom: 15px;
  float: left;
}

.case_list ul li .scroll_pic {
  position: relative;
  width: 100%;
  height: 220px;
  margin: 0;
  overflow: hidden;
}

.case_list ul li .scroll_pic img {
  width: 100%;
  position: relative;
  display: block;
}

.case_list ul li .text h3 {
  line-height: 48px;
  border-bottom: 1px solid #f6f6f6;
  color: #555;
  padding: 0 5px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.case_list ul li .text2 {
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;

}

.case_list ul li .text2 span {
  font-size: 12px;
  color: #f60;
  float: left;
}

.case_list ul li .text2 span i {
  font-size: 22px;
  font-style: normal;
}

.case_list ul li .text2 span em {
  color: #999;
  font-style: normal;
  padding-left: 5px;
}

.case_list ul li .text2 a {
  display: block;
  width: 92px;
  height: 34px;
  border: 1px solid #e5e5e5;
  color: #555;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  float: right;
}

.case_list ul li .text2 a:hover {
  background: #3399ff;
  color: #fff;
  border-color: #3399ff;
}

.case_list ul li .text3 {

  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px 0;

}

.case_list ul li .text3 p {
  font-size: 12px;
  color: #ccc;
  float: left;

}

.case_list ul li .text3 p em {
  font-style: normal;
  color: #999;
}


.case_list ul li .text3 span {
  float: right;
  margin-top: 3px;

}

.case_list ul li .text3 span i {
  font-style: normal;
  display: inline-block;
  color: #66c7f2;
  border: 1px solid #66c7f2;
  padding: 3px 2px;
  line-height: 1;
  font-size: 12px;
  line-height: 100%;
  margin-left: 5px;
}

.case_list ul li:nth-child(3n) {

  margin-right: 0;

}

a:active,
a:hover {
  outline: 0;
}

.pages {

  margin-top: 40px;

  margin-bottom: 20px;

  text-align: center;

}



.pages a {

  display: inline-block;

  height: 32px;

  line-height: 30px;

  background: #fff;

  border: 1px solid #e6e6e6;

  text-align: center;

  color: #333;

  padding: 0 14px;

  border-radius: 5px;

  margin: 0 3px;

}



.pages a:hover {

  background: #1E90FF;

  color: #fff;

  text-decoration: none;

  border: 1px solid #1E90FF;

}



.pages a.current {

  background: #1E90FF;

  color: #fff;

  text-decoration: none;

  border: 1px solid #1E90FF;

}

/* 模板样式 */


.img-center {
  text-align: center;
  font-size: 0;
}

.img-center img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.img-cover {
  overflow: hidden;
  position: relative;
}

.img-cover span {
  display: block;
  width: 100%;
  background: no-repeat center / cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.container {
  padding: 0 15px;
  width: 1200px;
  margin: 0 auto;
}

.kf {
  width: 208px;
  position: fixed;
  /* right: 20px; */
  right: -208px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}

/* 领导信箱仅在首页展示，其他模板（桌面端和移动端）均不显示。 */
body:not(.index-page) .kf {
  display: none !important;
}

.kt-top {
  height: 50px;
  line-height: 50px;
  background: #1E90FF;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kt-top .kt-icon {
  height: 16px;
  width: auto;
  margin-right: 8px;
}

.kt-top .kt-title {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.kt-top .close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.kt-top .close {
  width: 18px;
  height: 16px;
  position: relative;
  cursor: pointer;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.kt-top .close b {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.kt-top .close b:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.kt-top .close b:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.kf .con {
  overflow: hidden;
  background: #fff;
  padding: 15px 0;
}

.kf-module-item {
  margin: 0 15px 15px;
}

.kf-module-item:last-child {
  margin-bottom: 0;
}

.kf-module-item .module-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s;
}

.kf-module-item .module-link:hover {
  background: #1E90FF;
  border-color: #1E90FF;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(30, 144, 255, 0.2);
}

.kf-module-item .module-icon {
  font-size: 36px;
  margin-bottom: 8px;
  transition: transform 0.3s;
}

.kf-module-item .module-link:hover .module-icon {
  transform: scale(1.1);
}

.kf-module-item .module-text {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.kf-module-item .module-link:hover .module-text {
  color: #fff;
}

.kf .con h5 {
  height: 26px;
  line-height: 26px;
  margin-top: 12px;
  background: url(../images/lianxi.png) 16px center no-repeat;
  padding-left: 45px;
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}

.kf .contact {
  margin-top: 1px;
  height: auto;
}

.kf .contact p {
  height: 26px;
  line-height: 26px;
  color: #666;
  font-size: 14px;
  padding-left: 22px;
  margin: 0;
}

.kf .contact p:nth-child(2n) {
  padding-left: 32px;
}

.kf .con h5.qr-icon {
  background: url(../images/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
  margin-top: 10px;
  padding-left: 40px;
}

.kf .con .qr img {
  width: 110px;
  height: 110px;
}

.kf .backTop {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background: url(../images/huidaodingbu.png) center center no-repeat #1E90FF;
  background-size: 18px auto;
  cursor: pointer;
}

.kf-collapse {
  width: 100%;
  height: 45px;
  background: #1E90FF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.kf-collapse .collapse-arrow {
  color: #fff;
  font-size: 18px;
  transition: transform 0.3s;
}

.kf-collapse:hover .collapse-arrow {
  transform: translateY(3px);
}

.kf-side {
  padding: 18px 10px 10px;
  background: #1E90FF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -34px;
  cursor: pointer;
  min-height: 150px;
}

.kf-side b {
  display: block;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
}

.kf-side span.arrow {
  width: 12px;
  height: 12px;
  background: url(../images/jt-1.png) no-repeat;
  -ms-background-size: auto 12px;
  background-size: auto 12px;
  display: block;
  margin-top: 10px;
}

.kf-side span.on {
  background: url(../images/jt-2.png) no-repeat;
  -ms-background-size: auto 12px;
  background-size: auto 12px;
}

/* 移动端领导信箱图片样式 */
.kf-side-mobile {
  display: none;
  padding: 0;
  background: transparent;
  left: -50px;
}

.kf-side-mobile img {
  width: 50px;
  height: auto;
  display: block;
}

/* PC端默认显示文字侧边栏 */
.kf-side-pc {
  display: block;
}

@media (max-width: 768px) {
  .kf-side-pc {
    display: none !important;
  }
  .kf-side-mobile {
    display: block !important;
  }
}

.header {
  position: relative;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background: url(../images/head-image.png) no-repeat center top;
  background-size: cover;
  min-height: 160px;
  /* 调整为160像素 */
}

.header .logo {
  float: left;
  height: 130px;
  /* 调整logo区域高度 */
  line-height: 160px;
  text-align: left;
  display: flex;           /* 使用 flex 布局 */
  align-items: center;     /* 垂直居中 */
}

/* 修复 img-center 类导致的样式冲突 */
.header .logo.img-center {
  font-size: initial;      /* 恢复字体大小，使 line-height 生效 */
  text-align: left;        /* 保持左对齐 */
  justify-content: flex-start;  /* 内容左对齐 */
}

/* 确保链接也显示为 flex 容器 */
.header .logo a {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .logo img {
  max-height: 130px;
  /* 限制logo图片最大高度 */
  vertical-align: middle;
}

.header .nav {
  font-size: 0;
  float: none;
  width: 100%;
  background-color: #1a7fd8;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -66px;
  left: 0;
}

.header .nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100px;
  text-align: center;
}

.header .nav li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 66px;
  padding: 0 5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .nav li a span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .nav li .arr {
  float: right;
  height: 40px;
  width: 40px;
  position: relative;
  display: none;
}

.header .nav li .arr:after {
  content: '';
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 15px;
}

.header .nav li.dropdown {
  position: relative;
}

.header .nav .dropdown-box {
  position: absolute;
  left: 50%;
  width: 160px;
  top: 100%;
  background-color: #1E90FF;
  display: none;
  z-index: 10;
  margin-left: -80px;
  text-align: center;
}

.header .nav .dropdown-box p {
  margin: 0;
}

.header .nav .dropdown-box a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff !important;
  line-height: 50px;
  font-size: 14px;
  padding: 0 10px;
  border-bottom: 0;
  background-image: none;
  font-weight: bold;
}

.header .nav .dropdown-box a:hover {
  background-color: #313131 !important;
}

.header .nav li.active a,
.header .nav li.open a,
.header .nav li a:hover {
  background-position: center 110%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.header .nav li.active a span,
.header .nav li.open a span,
.header .nav li a:hover span {
  opacity: 1;
  color: #fff;
}

.header .nav li.open .dropdown-box {
  display: block;
}

.menu-btn {
  display: none;
  padding: 6px 0;
  float: right;
  margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
  display: block;
  height: 2px;
  background-color: #fff;
  content: '';
}

.menu-btn:before {
  width: 24px;
}

.menu-btn:after {
  width: 18px;
  margin-left: 6px;
}

.menu-btn span {
  width: 12px;
  margin: 6px 0 6px 12px;
}

.sp_nav_body {
  overflow: hidden;
}

/* PC端隐藏移动端导航标题 */
.mobile-nav-title {
  display: none;
}

.sp_nav {
  width: 18px;
  float: right;
  position: relative;
  cursor: pointer;
  z-index: 10;
  height: 14px;
  margin: 25px 0 0 25px;
  display: none;
  /* PC端默认隐藏 */
}

.sp_nav span {
  display: block;
  background: #ffffff;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.sp_nav .sp_nav1 {
  top: 0;
}

.sp_nav .sp_nav2 {
  top: 6px;
  width: 14px;
}

.sp_nav .sp_nav3 {
  top: 12px;
}

.sp_nav_se .sp_nav1,
.sp_nav_se .sp_nav2,
.sp_nav_se .sp_nav3 {
  background-color: #222222;
}

.sp_nav_se .sp_nav1 {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp_nav_se .sp_nav2 {
  width: 0 !important;
}

.sp_nav_se .sp_nav3 {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp_nav_se .logo {
  display: none;
}

.sp_nav_se .nav {
  display: none;
}

.sp_nav:hover .sp_nav2 {
  width: 18px;
}

.sp_nav-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  display: none;
}

.sp_nav-box .container {
  display: table;
  height: 100%;
}

.sp_nav-box .inner {
  display: table-cell;
  vertical-align: top;
  /* 改为顶部对齐，让图标从上方开始显示 */
  padding-top: 170px;
  /* 增加顶部 padding，避开关闭按钮和标题区域，让上方图片露出 */
}

.sp_nav-box ul {
  overflow: hidden;
  margin: 100px 0;
}

.sp_nav-box li {
  float: left;
  width: 20%;
  font-size: 0;
  text-align: center;
}

.sp_nav-box li a {
  display: inline-block;
  padding: 12px 0;
  font-size: 24px;
  vertical-align: middle;
  position: relative;
}

.sp_nav-box li a:after {
  position: absolute;
  content: '';
  height: 3px;
  background-color: #1E90FF;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
}

.sp_nav-box li a:hover:after {
  width: 30px;
}

.banner {
  height: 750px;
  position: relative;
  background: url(../images/aboutvideo.jpg) no-repeat center / cover;
  margin-bottom: 66px;
}

.banner video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1920px;
  height: 1080px;
  margin: -540px 0 0 -960px;
}

.banner .text {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(8, 8, 9, 0.4);
}

.banner .text .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.banner .text h4 {
  font-size: 54px;
  text-shadow: 0 2px 2px #333333;
  margin: 0 0 30px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

.banner .text p {
  font-size: 22px;
  margin: 0;
  text-shadow: 0 2px 2px #333333;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

.banner .text a {
  display: block;
  margin: 40px auto 0;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 42px;
  font-size: 18px;
  width: 180px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.banner .text a:hover {
  background-color: #1E90FF;
  border-color: #1E90FF;
}

.banner .img-cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner .swiper-pagination {
  display: block;
}

.banner .ani-slide h4,
.banner .ani-slide p {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.in-total {
  color: #fff;
  margin-top: -85px;
  position: relative;
  z-index: 3;
  text-align: center;
  background: url(../images/gundongbg.jpg) no-repeat center / cover #1E90FF
}

/* 新闻资讯样式 */
.news-container {
  width: 100%;
  overflow: hidden;
}

/* 新闻网格布局 */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
}

.news-column {
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.news-section-title {
  font-size: 20px;
  color: #333;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #1E90FF;
  position: relative;
}

.news-section-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background-color: #1E90FF;
}

/* 新闻模块标题头部样式 */
.news-column-header {
  text-align: center;
  padding: 0;
  background: linear-gradient(135deg, #1E90FF 0%, #4169E1 100%);
  margin: 0;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.news-column-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 首页新闻模块logo图标 */
.news-column-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.news-list {
  list-style: none;
  padding: 20px;
  margin: 0;
  min-height: 224px;
  overflow: hidden;
}

.news-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
  line-height: 1.4;
}

.news-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.news-list li a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.news-list li a:hover {
  color: #1E90FF;
}

.news-title {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  margin-right: 15px;
}

.news-list li a:hover .news-title {
  color: #1E90FF;
}

.news-date {
  flex-shrink: 0;
  min-width: 90px;
  text-align: right;
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  margin-left: auto;
}

.news-text {
  display: inline-block;
  width: calc(100% - 95px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
}

.news-list li a:hover .news-text {
  color: #1E90FF;
}

.in-total li {
  float: left;
  width: 25%;
  padding: 40px 0;
}

.in-total li span {
  display: block;
  line-height: 1;
  font-size: 18px;
}

.in-total li strong {
  font-size: 58px;
  position: relative;
  display: inline-block;
  font-family: Impact;
  margin-right: 5px;
}

.in-total li strong:before {
  position: absolute;
  right: -16px;
  top: 0;
  font-size: 24px;
}

.in-total li p {
  margin: 10px 0 0;
  font-size: 18px;
}

.section {
  padding: 40px 0;
}

/* 非首页将雪景作为一张连续底图，桥景与友情链接上沿对齐。 */
body:not(.index-page) .site-content-background {
  min-height: 100%;
  background: url(../images/indeximages/back-icesnow.png) no-repeat center bottom;
  background-size: cover;
}

body:not(.index-page) .section,
body:not(.index-page) .section-sub {
  background: transparent;
  background-color: transparent !important;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 33px;
}

.section-title span {
  color: #1E90FF;
  text-transform: uppercase;
}

.section-title p {
  font-size: 18px;
  margin: 5px 0 0;
  color: #666;
}

/* 专题专栏标题链接样式 */
.section-title a {
  display: inline-block;
  transition: all 0.3s ease;
}

.section-title a:hover {
  transform: translateY(-2px);
}

.section-title a:hover strong {
  color: #1E90FF;
}

.section-title a:hover span {
  color: #0066cc;
}

.section-title-1 {
  background: url(../images/title_bg.png) repeat-x center -5px;
}

.section-title-1 strong {
  background-color: #fff;
  padding: 0 30px;
  display: inline-block;
}

.section-title-2:after {
  content: '';
  display: block;
  margin: 15px auto 0;
  width: 60px;
  height: 5px;
  background-color: #1E90FF;
}

.section-sub {
  padding: 40px 0;
  position: relative;
}

/* 专题专栏页面不显示背景图 */
.zhuanti-page .section-sub {
  background: none;
}

.in-server {
  margin: -20px 0 0 -20px;
}

.in-server li {
  float: left;
  width: 33.333333%;
}

.in-server li a {
  display: block;
  border: 1px solid #f4f4f4;
  margin: 20px 0 0 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in-server li .img-center {
  height: 105px;
  line-height: 105px;
  padding-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in-server li h4 {
  margin: 30px 0 10px;
  font-size: 22px;
  font-weight: normal;
}

.in-server li p {
  margin: 0 20px 20px;
  color: #868686;
  text-align: justify;
}

.in-server li span {
  display: block;
  line-height: 54px;
  background-color: #f9f9f9;
  color: #868686;
  border-top: 1px solid #f4f4f4;
  font-size: 16px;
}

.in-server li a:hover {
  box-shadow: 0 0 26px #cacaca;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  border-color: #d6d6d6;
}

.in-server li a:hover span {
  background-color: #1E90FF;
  color: #fff;
}

.in-server li a:hover .img-center {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.in-seo li {
  float: left;
  width: 33.333333%;
}

.in-seo li a {
  display: block;
  color: #fff;
  background: url(../images/product-bg-red.jpg) no-repeat center / cover;
  text-align: center;
  padding: 30px;
}

.in-seo li .img-center {
  height: 74px;
  line-height: 74px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in-seo li p {
  margin: 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in-seo li:nth-child(even) a {
  background-image: url(../images/product-bg-gray.jpg);
  color: #333;
}

.in-seo li a:hover .img-center {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.in-menu {
  margin: -20px 0 0 -20px;
}

.in-menu {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}

.in-menu li {
  display: inline-block;
  vertical-align: middle;
}

.in-menu li a {
  display: block;
  font-size: 18px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #dfdfdf;
  margin: 20px 0 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in-menu li a:hover,
.in-menu li.active a {
  color: #fff;
  background-color: #1E90FF;
  border-color: #1E90FF;
}

.list-1 {
  margin: -20px 20px 0 0;
}

.list-1 li {
  float: left;
  width: 25%;
}

.list-1 li a {
  display: block;
  margin: 20px 0 0 20px;
  position: relative;
}

.list-1 li .img-cover {
  padding-top: 70%;
}

.list-1 li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: table;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
}

.list-1 li .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px 20px;
  box-sizing: border-box;
}

.list-1 li .text h4 {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
}

.list-1 li .text p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 28px;
}

.list-1 li a:hover .text {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.list-2 {
  margin: -30px 0 0 -30px;
  overflow: hidden;
}

.list-2 li {
  float: left;
  width: 50%;
}

.list-2 li a {
  display: block;
  margin: 30px 0 0 30px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  padding: 12px;
}

.list-2 li .date {
  float: left;
  width: 65px;
  background-color: #969393;
  color: #fff;
  text-align: center;
  padding: 7px 0;
}

.list-2 li .date strong {
  display: block;
  font-family: Impact;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 1px;
}

.list-2 li .text {
  margin-left: 77px;
}

.list-2 li .text h4 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-2 li .text p {
  margin: 5px 0 0;
  color: #888;
  height: 40px;
  overflow: hidden;
}

.list-2 li a:hover {
  border-color: #1E90FF;
}

.list-2 li a:hover .date {
  background-color: #1E90FF;
}

.index-news-con .img-center {
  float: left;
  width: 320px;
}

.index-news-con .list-2 {
  margin-left: 320px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.in-desc {
  overflow: hidden;
  background: url(../images/indexlogobg.jpg) no-repeat center / cover;
  color: #fff;
}

.in-desc .logo {
  float: left;
  width: 500px;
  text-align: left;
}

.in-desc .logo img {
  -webkit-animation: 2s scale linear infinite;
  animation: 2s scale linear infinite;
}

.in-desc .text {
  margin-left: 500px;
}

.in-desc .text h4 {
  margin: 0;
  font-size: 30px;
}

.in-desc .text h5 {
  font-size: 18px;
  margin: 20px 0 10px;
}

.in-desc .text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

.in-desc .text a {
  display: inline-block;
  background: url(../images/mbtxindex.png) no-repeat 0 0;
  width: 236px;
  line-height: 42px;
  padding-right: 40px;
  text-align: center;
  font-size: 18px;
  margin: 30px 30px 0 0;
}

.in-partners {
  text-align: center;
  font-size: 0;
  margin: -15px 0 0 -15px;
}

.in-partners li {
  display: inline-block;
  vertical-align: middle;
}

.in-partners li a {
  display: block;
  margin: 15px 0 0 15px;
}

.in-partners li .img-center {
  height: 65px;
  line-height: 65px;
}

.in-process {}

.in-process li {
  float: left;
  width: 16.666666%;
}

.in-process li a {
  display: block;
  text-align: center;
}

.in-process li .img-center {
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in-process li h4 {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in-process li p {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
}

.in-process li a:hover .img-center {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.in-dynamic {
  margin: -30px 0 0 -30px;
}

.in-dynamic li {
  float: left;
  width: 33.333333%;
}

.in-dynamic li a {
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 30px;
  margin: 30px 0 0 30px;
}

.in-dynamic li h4 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in-dynamic li p {
  margin: 15px 0 0;
  color: #888;
  height: 40px;
  overflow: hidden;
}

.in-dynamic li a:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

/* 专题专栏样式 */
.special-columns {
  position: relative;
  margin: 0 auto;
}

.special-columns .swiper-slide {
  width: 380px;
  margin-right: 20px;
}

.special-columns .swiper-slide a {
  display: block;
  background-color: transparent;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.5s;
}

.special-columns .swiper-slide a:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.special-columns .swiper-slide .img-cover {
  padding-top: 56.25%;
  /* 16:9比例 (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}

.special-columns .swiper-slide .img-cover span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: all 0.5s;
}

.special-columns .swiper-slide a:hover .img-cover span {
  transform: scale(1.1);
}

.special-columns .swiper-slide .text {
  padding: 10px 15px;
  background-color: #f8f9fa;
  text-align: center;
}

.special-columns .swiper-slide .text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.special-columns .swiper-slide:hover .text h4 {
  color: #1E90FF;
}

.special-columns .swiper-pagination {
  bottom: -30px;
}

.special-columns .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  opacity: 1;
}

.special-columns .swiper-pagination-bullet-active {
  background-color: #1E90FF;
}

.special-columns .swiper-button-prev,
.special-columns .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
}

.special-columns .swiper-button-prev:hover,
.special-columns .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.special-columns .swiper-button-prev::after,
.special-columns .swiper-button-next::after {
  font-size: 20px;
}

/* 专题专栏网格布局（6格静态展示） */
.special-columns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.special-grid-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.special-grid-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.special-grid-item .img-cover {
  padding-top: 45%;
  height: 0;
  overflow: hidden;
  position: relative;
  background-color: #eee;
}

.special-grid-item .img-cover span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}

.special-grid-item:hover .img-cover span {
  transform: scale(1.07);
}

.special-grid-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  color: #fff;
  padding: 28px 14px 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.special-grid-item:hover .special-grid-title {
  opacity: 1;
}

.special-grid-title h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0.3s ease;
}

.special-grid-item:hover .special-grid-title h4 {
  transform: scale(1.07);
}

.more-big {
  margin: 40px auto 0;
  display: block;
  text-align: center;
  border: 1px solid #dbdbdb;
  line-height: 48px;
  width: 150px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.more-big:hover {
  color: #fff;
  background-color: #1E90FF;
  border-color: #1E90FF;
}

.in-partone {
  margin-left: -30px;
}

.in-partone li {
  float: left;
  width: 50%;
}

.in-partone li .wrap {
  margin-left: 30px;
  text-align: center;
  background: url(../images/part_05.png) no-repeat center / cover;
  padding: 70px 0;
  color: #fff;
}

.in-partone li h4 {
  margin: 0;
  font-weight: normal;
  font-size: 32px;
}

.in-partone li a {
  display: block;
  margin: 30px auto 0;
  border: 1px #fff solid;
  border-radius: 6px;
  font-size: 18px;
  line-height: 35px;
  width: 140px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.in-partone li a:hover {
  background-color: #fff;
  color: #333;
}

.in-partone li:last-child .wrap {
  background-image: url(../images/part_07.png);
}

.in-ready {
  text-align: center;
}

.in-ready h4 {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
}

.in-ready .btn {
  margin: 15px auto;
  background: url(../images/djwz.jpg) center repeat-x;
  width: 900px;
}

.in-ready .btn a {
  display: inline-block;
  vertical-align: middle;
  border-left: 25px solid #fff;
  border-right: 25px solid #fff;
  line-height: 55px;
  background-color: #1E90FF;
  color: #fff;
  width: 350px;
  font-size: 22px;
}

.in-ready p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 5px;
  text-indent: 5px;
}

.yunu-link {
  padding: 20px 0;
}

.yunu-link h4 {
  border-bottom: 2px solid #1E90FF;
  margin: 0;
  font-size: 20px;
  color: #333;
  padding-bottom: 15px;
  font-weight: 600;
}

.yunu-link h4 small {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  margin-left: 10px;
}

.yunu-link ul {
  margin-left: -20px;
  padding-top: 15px;
}

.yunu-link li {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
}

.yunu-link li a {
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #1E90FF;
  color: #1E90FF;
  border-radius: 4px;
  transition: all 0.3s;
}

.yunu-link li a:hover {
  background-color: #1E90FF;
  color: #fff;
}

.footer {
  background-color: #0066CC;
  color: #d0d0d0;
}

/* 友情链接模块样式 */
.f_link {
  background-color: #f8f9fa;
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e0;
}

.f_link_inner {
  width: 100%;
}

.f_link_title {
  font-size: 24px;
  color: #333;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #1E90FF;
  font-weight: 600;
}

.f_link_title small {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-left: 10px;
  text-transform: uppercase;
}

/* 下拉框容器 */
.f_link_dropdown_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* 下拉框样式 */
.f_link_dropdown {
  position: relative;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  overflow: visible;
}

.f_link_dropdown:hover {
  border-color: #1E90FF;
  box-shadow: 0 2px 12px rgba(30, 144, 255, 0.15);
}

/* 下拉框头部 */
.dropdown_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.dropdown_header:hover {
  background-color: #f0f8ff;
}

.f_link_dropdown.active .dropdown_header {
  background-color: #1E90FF;
  color: #fff;
}

.dropdown_label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}

.f_link_dropdown.active .dropdown_label {
  color: #fff;
}

.dropdown_arrow {
  font-size: 12px;
  color: #1E90FF;
  transition: all 0.3s ease;
}

.f_link_dropdown.active .dropdown_arrow {
  color: #fff;
  transform: rotate(180deg);
}

/* 下拉框内容 */
.dropdown_content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 2px solid #1E90FF;
  border-top: none;
  border-radius: 0 0 8px 8px;
  margin-top: -2px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.f_link_dropdown.active .dropdown_content {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}

.dropdown_content a {
  display: block;
  padding: 12px 20px;
  color: #163a66;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 35px;
}

.dropdown_content a:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.dropdown_content a::before {
  content: '›';
  position: absolute;
  left: 15px;
  color: #1E90FF;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
}

.dropdown_content a:hover {
  background-color: #e8f4ff;
  color: #1E90FF;
  padding-left: 40px;
}

.dropdown_content a:hover::before {
  opacity: 1;
  left: 18px;
}

/* 滚动条美化 */
.dropdown_content::-webkit-scrollbar {
  width: 6px;
}

.dropdown_content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0 0 6px 0;
}

.dropdown_content::-webkit-scrollbar-thumb {
  background: #1E90FF;
  border-radius: 3px;
}

.dropdown_content::-webkit-scrollbar-thumb:hover {
  background: #1c7ed6;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .f_link_dropdown_container {
    grid-template-columns: 1fr;
  }

  .dropdown_content {
    position: relative;
    border: none;
    border-top: 1px solid #e0e0e0;
    border-radius: 0;
    margin-top: 0;
  }

  .f_link_dropdown.active .dropdown_content {
    max-height: 300px;
  }
}

.footer a {
  color: #d0d0d0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer a:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 友情链接下拉项不继承页脚的浅灰链接色，保证所有模板中均清晰可读。 */
.footer .f_link .dropdown_content a,
.footer .f_link .dropdown_content a:visited,
.footer .f_link .dropdown_content a:hover,
.footer .f_link .dropdown_content a:active {
  color: #111 !important;
  opacity: 1 !important;
}

.footer dl {
  float: left;
  margin: 0;
  width: 210px;
  padding: 40px 0;
}

.footer dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer dd {
  margin: 0;
}

.footer li a {
  display: block;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer li a:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.footer .lx {
  width: 360px;
}

.footer .lx .tel {
  color: #fff;
  font-family: Impact;
  font-size: 40px;
}

.footer .lx p {
  margin: 10px 0 0;
}

.footer-top {
  padding: 40px 0;
  background-color: #000;
  margin-bottom: 60px;
}

.footer-top span {
  float: left;
  width: 190px;
  padding-left: 50px;
  line-height: 40px;
  font-size: 16px;
  color: #d0d0d0;
  background: no-repeat 0 center;
}

.footer-top span.i1 {
  background-image: url(../images/icon1.png);
}

.footer-top span.i2 {
  background-image: url(../images/icon2.png);
}

.footer-top span.i3 {
  background-image: url(../images/icon3.png);
}

.footer-top span.i4 {
  background-image: url(../images/icon4.png);
}

.footer-top span.i5 {
  background-image: url(../images/icon5.png);
}

/* 页脚底部区域 - 左右均分布局 */
.footer-bottom {
  display: flex;
  width: 100%;
  background-color: #0066CC;
}

.footer-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #0066CC;
  padding: 40px 20px;
  box-sizing: border-box;
}

.footer-left img {
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-right {
  width: 50%;
  background-color: #0066CC;
  padding: 40px 50px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.footer-contact {
  margin-bottom: 25px;
}

.footer-contact h4 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: 600;
}

.footer-contact p {
  margin: 8px 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 15px;
}

.footer-copyright p {
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  /* 移动端 Logo 区域优化 */
  .footer-left {
    padding: 20px 15px !important;
    justify-content: center !important;
    background-color: #0066CC !important;
  }

  .footer-left img {
    max-width: 85% !important;
    height: auto !important;
  }

  /* 移动端文字区域优化 */
  .footer-right {
    padding: 15px 20px 25px !important;
    background-color: #0066CC !important;
  }

  .footer-contact h4 {
    font-size: 16px !important;
    margin: 0 0 12px 0 !important;
  }

  .footer-contact p {
    font-size: 13px !important;
    margin: 6px 0 !important;
    line-height: 1.5 !important;
  }

  .footer-copyright {
    padding-top: 12px !important;
    margin-top: 10px !important;
    border-top-color: rgba(255, 255, 255, 0.3) !important;
  }

  .footer-copyright p {
    font-size: 12px !important;
    margin: 4px 0 !important;
  }

  /* 移动端底部版权信息区域 */
  .footer-copy {
    background-color: #0066CC !important;
    color: #fff !important;
    padding: 15px 0 !important;
  }
}

.footer-copy {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  color: #a0a0a0;
  background-color: #0052A3;
  text-align: center;
}

.footer-fix {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  display: none;
}

.footer-fix li {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.footer-fix li a {
  display: block;
  text-align: center;
  padding: 8px 2px;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-fix li i {
  display: block;
  height: 20px;
  background: no-repeat center;
  background-size: contain;
  margin-bottom: 4px;
}

.footer-fix li i.i1 {
  background-image: url(../images/f_01.png);
}

.footer-fix li i.i2 {
  background-image: url(../images/f_02.png);
}

.footer-fix li i.i3 {
  background-image: url(../images/f_03.png);
}

.footer-fix li i.i4 {
  background-image: url(../images/f_04.png);
}

/* 专题专栏区域装饰图 */
.special-columns-section {
  position: relative;
  padding: 25px 0;
}

.special-columns-section .section-title {
  position: relative;
  text-align: center;
}

/* 标题与装饰图容器 - 水平排列 */
.special-columns-section .title-with-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

/* 龙江讲坛标题样式 - 与专题专栏一致 */
.longjiang-section .section-title {
  position: relative;
  text-align: center;
}

.longjiang-section .section-title strong {
  font-size: 33px !important;
}

.special-columns-section .section-title strong {
  font-size: 33px !important;
}

.special-columns-section .section-title a {
  flex-shrink: 0;
}

/* 左侧装饰图 */
.special-decoration-left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.special-decoration-left img {
  height: auto;
  width: auto;
  max-height: 40px;
  display: block;
}

/* 右侧装饰图 */
.special-decoration-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.special-decoration-right img {
  height: auto;
  width: auto;
  max-height: 40px;
  display: block;
}

/* 副标题单独占一行 */
.special-columns-section .section-title p {
  margin: 10px 0 0 0;
  text-align: center;
}

/* 移动端隐藏装饰图 */
@media (max-width: 992px) {

  .special-decoration-left,
  .special-decoration-right {
    display: none;
  }
}

.banner-sub {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.banner-sub img {
  width: 100%;
  height: auto;
  display: block;
}

/* Banner图片完整展示样式 */
.banner-sub-img {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* 为logo浮动定位 */
}

.banner-sub-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 浮动Logo样式 */
.floating-logo {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 10;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s;
}

.floating-logo:hover {
  transform: translateY(-2px);
}

.floating-logo a {
  display: block;
  line-height: 0;
}

.floating-logo img {
  height: 50px;
  width: auto;
  display: block;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .floating-logo {
    top: 10px;
    left: 15px;
    padding: 8px 12px;
  }

  .floating-logo img {
    height: 35px;
  }
}

/* 专题专栏导航样式 */
.zhuanti-nav {
  background-color: #fff;
  border-bottom: 2px solid #C8161D;
}

.zhuanti-nav .container {
  padding: 0;
}

.zhuanti-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  /* 不换行 */
  width: 100%;
  /* 占满宽度 */
}

.zhuanti-nav .nav-item {
  flex: 1;
  /* 均分宽度 */
  text-align: center;
  /* 文本居中 */
}

.zhuanti-nav .nav-item a {
  display: block;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #e5e5e5;
  transition: all 0.3s;
  white-space: nowrap;
  background-color: #C8161D;
}

.zhuanti-nav .nav-item:first-child a {
  font-weight: bold;
}

.zhuanti-nav .nav-item:first-child a:hover {
  background-color: #A01419;
}

.zhuanti-nav .nav-item:last-child a {
  border-right: none;
}

.zhuanti-nav .nav-item a:hover {
  background-color: #A01419;
  color: #fff;
}

.zhuanti-nav .nav-item.active a {
  background-color: #A01419;
  color: #fff;
}

/* 专题专栏二级栏目文章列表 */
.zhuanti-page .zhuanti-article-section {
  padding: 38px 0 64px;
  background: #f7f5f1;
}

.zhuanti-page .zhuanti-article-heading {
  padding: 0 0 16px;
  margin-bottom: 18px;
  border-bottom: 2px solid #c8161d;
}

.zhuanti-page .zhuanti-article-crumb {
  margin: 0 0 8px;
  color: #9b8d80;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.zhuanti-page .zhuanti-article-heading h1 {
  margin: 0;
  color: #2b2825;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.zhuanti-page .zhuanti-article-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zhuanti-page .zhuanti-article-item {
  margin: 0 0 12px;
}

.zhuanti-page .zhuanti-article-item a {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 28px;
  gap: 24px;
  align-items: center;
  min-height: 112px;
  padding: 18px 24px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ece6de;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(72, 48, 28, 0.05);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.zhuanti-page .zhuanti-article-item a:hover {
  transform: translateY(-3px);
  border-color: #d9b471;
  box-shadow: 0 14px 30px rgba(104, 61, 29, 0.11);
}

.zhuanti-page .zhuanti-article-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  padding-right: 20px;
  border-right: 1px solid #eadfd2;
  color: #c8161d;
  text-align: center;
}

.zhuanti-page .zhuanti-article-date-day {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.95;
}

.zhuanti-page .zhuanti-article-date-meta {
  display: block;
  margin-top: 8px;
  color: #9a7c63;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.zhuanti-page .zhuanti-article-copy {
  min-width: 0;
}

.zhuanti-page .zhuanti-article-copy h2 {
  margin: 0;
  overflow: hidden;
  color: #302a25;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.24s ease;
}

.zhuanti-page .zhuanti-article-item a:hover .zhuanti-article-copy h2 {
  color: #b20e16;
}

.zhuanti-page .zhuanti-article-copy p {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: #8b837a;
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.zhuanti-page .zhuanti-article-arrow {
  color: #c8161d;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.24s ease;
}

.zhuanti-page .zhuanti-article-item a:hover .zhuanti-article-arrow {
  transform: translateX(4px);
}

.zhuanti-page .zhuanti-pagination {
  padding-top: 22px;
}

/* 能力作风建设、营商环境建设和网络安全宣传周使用蓝色专题主题 */
.zhuanti-page.zhuanti-blue-theme .zhuanti-nav,
.zhuanti-page.zhuanti-parent-blue-theme .zhuanti-nav {
  border-bottom-color: #1769c2;
}

.zhuanti-page.zhuanti-blue-theme .zhuanti-nav .nav-item a,
.zhuanti-page.zhuanti-parent-blue-theme .zhuanti-nav .nav-item a {
  background-color: #1769c2;
}

.zhuanti-page.zhuanti-blue-theme .zhuanti-nav .nav-item a:hover,
.zhuanti-page.zhuanti-parent-blue-theme .zhuanti-nav .nav-item a:hover,
.zhuanti-page.zhuanti-blue-theme .zhuanti-nav .nav-item.active a,
.zhuanti-page.zhuanti-parent-blue-theme .zhuanti-nav .nav-item.active a,
.zhuanti-page.zhuanti-blue-theme .zhuanti-nav .nav-item:first-child a:hover {
  background-color: #0d4f9d;
}

.zhuanti-page.zhuanti-blue-theme .zhuanti-article-heading,
.zhuanti-page.zhuanti-parent-blue-theme .zhuanti-article-heading {
  border-bottom-color: #1769c2;
}

.zhuanti-page.zhuanti-blue-theme .zhuanti-article-date,
.zhuanti-page.zhuanti-parent-blue-theme .zhuanti-article-date,
.zhuanti-page.zhuanti-blue-theme .zhuanti-article-arrow,
.zhuanti-page.zhuanti-parent-blue-theme .zhuanti-article-arrow {
  color: #1769c2;
}

.zhuanti-page.zhuanti-blue-theme .zhuanti-article-date-meta,
.zhuanti-page.zhuanti-parent-blue-theme .zhuanti-article-date-meta {
  color: #5a83ad;
}

.zhuanti-page.zhuanti-blue-theme .zhuanti-article-item a:hover,
.zhuanti-page.zhuanti-parent-blue-theme .zhuanti-article-item a:hover {
  border-color: #8ebce9;
  box-shadow: 0 14px 30px rgba(23, 105, 194, 0.13);
}

.zhuanti-page.zhuanti-blue-theme .zhuanti-article-item a:hover .zhuanti-article-copy h2,
.zhuanti-page.zhuanti-parent-blue-theme .zhuanti-article-item a:hover .zhuanti-article-copy h2 {
  color: #0d5caf;
}

.zhuanti-page.zhuanti-blue-theme .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #1769c2;
}

.zhuanti-page.zhuanti-blue-theme .zhuanti-module-header {
  background-color: #1769c2 !important;
}

.zhuanti-page.zhuanti-blue-theme .module-header {
  border-bottom-color: #1769c2;
}

.zhuanti-page.zhuanti-blue-theme .module-header h3,
.zhuanti-page.zhuanti-blue-theme .module-header h3 a,
.zhuanti-page.zhuanti-blue-theme .module-header .more:hover,
.zhuanti-page.zhuanti-blue-theme .module-articles li a:hover .article-title {
  color: #1769c2;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .zhuanti-nav .nav-item a {
    padding: 12px 15px;
    font-size: 14px;
  }

  .zhuanti-page .zhuanti-article-section {
    padding: 26px 0 42px;
  }

  .zhuanti-page .zhuanti-article-heading h1 {
    font-size: 24px;
  }

  .zhuanti-page .zhuanti-article-item a {
    grid-template-columns: 66px minmax(0, 1fr) 16px;
    gap: 14px;
    min-height: 92px;
    padding: 14px;
  }

  .zhuanti-page .zhuanti-article-date {
    min-height: 58px;
    padding-right: 12px;
  }

  .zhuanti-page .zhuanti-article-date-day {
    font-size: 30px;
  }

  .zhuanti-page .zhuanti-article-copy h2 {
    font-size: 16px;
  }

  .zhuanti-page .zhuanti-article-copy p {
    display: none;
  }

  .zhuanti-page .zhuanti-article-arrow {
    font-size: 24px;
  }
}

.banner-sub .container {
  display: table;
  height: 100%;
}

.banner-sub .inner {
  display: table-cell;
  vertical-align: middle;
}

.pages {
  margin: 40px 0 0;
  text-align: center;
  font-size: 0;
}

.pages a {
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  padding: 0 14px;
  margin: 2px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pages a:hover,
.pages .cur {
  background-color: #C8161D;
  color: #fff;
  border: 1px solid #C8161D;
}

.lanmu {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
}

.lanmu-title {
  display: none;
  line-height: 50px;
  font-size: 16px;
}

.lanmu-title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 -3px 10px;
  border-width: 7px;
  border-style: solid dashed dashed dashed;
  border-color: #333 transparent transparent transparent;
}

.lanmu ul {
  font-size: 0;
}

.lanmu li {
  display: inline-block;
  vertical-align: middle;
}

.lanmu li a {
  display: block;
  line-height: 70px;
  font-size: 17px;
  position: relative;
  padding: 0 40px;
  border-right: 1px solid #ddd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lanmu li:last-child a {
  border-right: 0;
}

.lanmu li.active a,
.lanmu li a:hover {
  background-color: #C8161D;
  color: #fff;
}

.position {
  padding: 20px 0;
  background-color: #ededed;
  color: #777;
  margin-top: 66px;
}

.position i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 20px;
  background: url(../images/daohangdw.png) no-repeat center;
}

.seo-1 {
  margin-left: -25px;
}

.seo-1 li {
  float: left;
  width: 20%;
}

.seo-1 li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 25px;
  padding: 120px 20px 20px;
  background: no-repeat center / 100% 100%;
  text-align: center;
}

.seo-1 li.i1 a {
  background-image: url(../images/pc1.png);
}

.seo-1 li.i2 a {
  background-image: url(../images/wap1.png);
}

.seo-1 li.i3 a {
  background-image: url(../images/weixin1.png);
}

.seo-1 li.i4 a {
  background-image: url(../images/web1.png);
}

.seo-1 li.i5 a {
  background-image: url(../images/tel1.png);
}

.seo-1 li h4 {
  margin: 0 0 20px;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-1 li p {
  text-align: justify;
  margin: 0;
  height: 80px;
  overflow: hidden;
  color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.seo-1 li a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #fff;
}

.seo-1 li a:hover p {
  color: #fff;
}

.seo-1 li.i1 a:hover {
  background-image: url(../images/pc1_h.png);
}

.seo-1 li.i2 a:hover {
  background-image: url(../images/wap1_h.png);
}

.seo-1 li.i3 a:hover {
  background-image: url(../images/weixin1_h.png);
}

.seo-1 li.i4 a:hover {
  background-image: url(../images/web1_h.png);
}

.seo-1 li.i5 a:hover {
  background-image: url(../images/tel1_h.png);
}

.seo-2 {
  background-color: #fff;
  padding: 0 30px 30px 0;
}

.seo-2 li {
  float: left;
  width: 25%;
}

.seo-2 li a {
  display: block;
  border: 1px solid #ddd;
  margin: 30px 0 0 30px;
  padding: 10px;
}

.seo-2 li .img-center {
  height: 240px;
  line-height: 240px;
}

.seo-2 li .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 35px;
  background-color: #f4f4f4;
  font-size: 15px;
}

.seo-2 li a:hover {
  border-color: #1E90FF;
}

.seo-2 li a:hover .text {
  background-color: #1E90FF;
  color: #fff;
}

.seo-3 {
  background: url(../images/con3.jpg) no-repeat center 0;
  padding-top: 80px;
}

.seo-3 ul {
  position: relative;
  height: 400px;
}

.seo-3 li {
  position: absolute;
  border: 2px solid #838383;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: bold;
  background-color: #fff;
}

.seo-3 li span {
  color: #1E90FF;
  font-size: 22px;
  line-height: 1;
}

.seo-3 li:after {
  position: absolute;
  left: 100%;
  top: 15px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #838383;
}

.seo-3 li:nth-child(even):after {
  left: auto;
  right: 100%;
  border-width: 8px 16px 8px 0;
  border-color: transparent #838383 transparent transparent;
}

.seo-3 li.o1 {
  top: 0;
  right: 844px;
}

.seo-3 li.o2 {
  top: 0;
  left: 795px;
}

.seo-3 li.o3 {
  top: 100px;
  right: 886px;
}

.seo-3 li.o4 {
  top: 100px;
  left: 838px;
}

.seo-3 li.o5 {
  top: 200px;
  right: 886px;
}

.seo-3 li.o6 {
  top: 200px;
  left: 838px;
}

.seo-3 li.o7 {
  top: 300px;
  right: 844px;
}

.seo-3 li.o8 {
  top: 300px;
  left: 795px;
}

.seo-3 .zd {
  display: block;
  margin: 0 auto;
  border: 1px #1E90FF dashed;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
}

.seo-3 .zd span {
  display: block;
  background-color: #1E90FF;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding: 23px 0;
}

.seo-3 .zd:hover {
  border-color: #000;
}

.seo-3 .zd:hover span {
  background-color: #000;
}

.seo-4 .item {
  float: left;
  width: 560px;
}

.seo-4 .tit {
  margin-bottom: 30px;
}

.seo-4 .tit h4 {
  margin: 0;
  font-size: 36px;
  color: #1E90FF;
}

.seo-4 .tit h4 small {
  font-weight: normal;
  color: #333;
  font-size: 18px;
  margin-left: 20px;
}

.seo-4 .tit span {
  display: block;
  font-size: 26px;
}

.seo-4 ul {
  border: 1px solid #1E90FF;
  border-radius: 10px;
  padding: 10px 20px 30px 20px;
}

.seo-4 li {
  margin: 10px 0;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.seo-4 li span {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  text-align: center;
  background-color: #1E90FF;
  color: #fff;
  margin-right: 10px;
  border-radius: 3px;
  line-height: 22px;
}

.seo-4 li:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.seo-4 li em {
  font-style: normal;
  color: #1E90FF;
}

.seo-4 .more {
  display: block;
  line-height: 44px;
  width: 180px;
  text-align: center;
  margin: -20px auto 0;
  background-color: #1E90FF;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.seo-4 .more:hover {
  background-color: #000;
}

.seo-5 {
  font-size: 0;
  margin-left: -50px;
  text-align: center;
}

.seo-5 li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}

.seo-5 li .wrap {
  margin: 0 0 0 50px;
}

.seo-5 li .m {
  background: url(../images/img10_2.png) no-repeat center / contain;
  height: 180px;
}

.seo-5 li .m i {
  display: block;
  background: no-repeat center / contain;
  height: 77.77%;
}

.seo-5 li .m i.i1 {
  background-image: url(../images/ys1.png);
}

.seo-5 li .m i.i2 {
  background-image: url(../images/ys2.png);
}

.seo-5 li .m i.i3 {
  background-image: url(../images/ys3.png);
}

.seo-5 li .m i.i4 {
  background-image: url(../images/ys4.png);
}

.seo-5 li .m i.i5 {
  background-image: url(../images/ys5.png);
}

.seo-5 li .wrap:hover .m i.i1 {
  background-image: url(../images/ys11.png);
}

.seo-5 li .wrap:hover .m i.i2 {
  background-image: url(../images/ys22.png);
}

.seo-5 li .wrap:hover .m i.i3 {
  background-image: url(../images/ys33.png);
}

.seo-5 li .wrap:hover .m i.i4 {
  background-image: url(../images/ys44.png);
}

.seo-5 li .wrap:hover .m i.i5 {
  background-image: url(../images/ys55.png);
}

.seo-5 li h4 {
  margin: 15px 0;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-5 li p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.about-1 {
  margin: 0;
}

.about-1 .text {
  margin-top: 50px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
}

.about-1 .text p {
  margin: 0;
  text-indent: 2em;
}

.about-1 .in-total {
  margin-top: 50px;
  background: none;
  color: #333;
}

.about-1 .in-total li {
  padding: 0;
}

.about-2 {
  background-image: url(../images/xuanzebg.jpg);
}

.about-2 .logo {
  margin-bottom: -80px;
}

.about-2 .logo img {
  -webkit-animation: none;
  animation: none;
}

.about-3 {
  margin: -20px 0 0 -20px;
}

.about-3 li {
  float: left;
  width: 33.333333%;
}

.about-3 li a {
  display: block;
  border: 1px solid #eaeaea;
  padding: 20px;
  margin: 20px 0 0 20px;
}

.about-3 li h4 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-3 li p {
  margin: 10px 0 0;
  height: 40px;
  overflow: hidden;
}

.about-3 li a:hover {
  box-shadow: 0 0 30px #eeeeee;
}

.about-3-more {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}

.about-3-more a {
  display: inline-block;
  background-color: #1E90FF;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  line-height: 45px;
  width: 400px;
  vertical-align: middle;
  margin: 0 20px;
}

.about-3-more a:last-child {
  background-color: #000;
}

.table-1 img {
  display: inline-block;
  vertical-align: middle;
}

.table-1 table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 16px;
}

.table-1 tr:nth-child(odd) {
  background-color: #eee;
}

.table-1 th,
.table-1 td {
  border: 1px solid #ddd;
  padding: 15px 20px;
}

.table-1 th {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}

.table-1 th:first-child {
  width: 180px;
  background-color: #474747;
}

.table-1 th:nth-child(2) {
  background-color: #1E90FF;
}

.table-1 th:last-child {
  background-color: #8e8e8e;
}

.table-1 td:first-child {
  color: #888;
}

.map {
  height: 500px;
}

.contact-left {
  float: left;
  width: 750px;
}

.contact-left .tel strong {
  font-family: Impact;
  font-size: 34px;
  color: #1E90FF;
}

.contact-left li {
  background: no-repeat 0 0;
  border-bottom: 1px dashed #cac9c9;
  padding-left: 45px;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.8;
}

.contact-left li.i1 {
  background-image: url(../images/conatct_icon2.png);
}

.contact-left li.i2 {
  background-image: url(../images/conatct_icon3.png);
}

.contact-left li.i3 {
  background-image: url(../images/zuoxi.png);
}

.contact-left li.i4 {
  background-image: url(../images/conatct_icon1.png);
}

.contact-right {
  float: right;
  width: 370px;
}

.contact-right .tit {
  font-size: 16px;
}

.contact-right .tit img {
  vertical-align: middle;
}

.contact-right dl {
  margin: 20px 0 0;
  overflow: hidden;
}

.contact-right dt {
  float: left;
  width: 152px;
  border: 1px solid #ebebeb;
}

.contact-right dd {
  margin-left: 170px;
}

.contact-right dd h4 {
  font-size: 26px;
  font-weight: normal;
  margin: 0;
}

.contact-right dd p {
  margin: 15px 0 0;
  font-size: 16px;
  color: #999;
}

.v-lanmu {
  float: right;
  width: 160px;
}

.v-lanmu li {
  margin-bottom: 10px;
}

.v-lanmu li a {
  display: block;
  width: 90px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #1e90ff;
  color: #ffffff;
  border-radius: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.v-lanmu li a:after {
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.v-lanmu li strong {
  display: block;
  line-height: 1.1;
  margin-bottom: 5px;
}

.v-lanmu li a:hover {
  background-color: #ffffff;
  color: #1e90ff;
  border-color: #1e90ff;
  width: 118px;
}

.v-lanmu li a:hover:after {
  background-color: #1e90ff;
}

.v-main {
  margin-right: 200px;
}

.h-lanmu {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #eaeaea;
}

.h-lanmu::-webkit-scrollbar {
  height: 4px;
}

.h-lanmu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.h-lanmu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.h-lanmu::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.h-lanmu li {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
}

.h-lanmu li a {
  display: block;
  padding: 0 24px;
  line-height: 40px;
  font-size: 15px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  border-right: 1px solid #eaeaea;
}

.h-lanmu li:last-child a {
  border-right: none;
}

.h-lanmu li a:hover {
  color: #1E90FF;
  background-color: #f5f5f5;
}

.h-lanmu li.active a {
  color: #1E90FF;
  background-color: #f0f7ff;
  font-weight: 500;
}

.h-lanmu li.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1E90FF;
}

.list-3 li {
  margin-bottom: 15px;
}

.list-3 li a {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px 20px;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}

.list-3 li .article-image {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-3 li .article-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.list-3 li .img-center {
  float: left;
  width: 204px;
}

.list-3 li .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-3 li .text h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.list-3 li .text .article-date {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 0;
}

.list-3 li a:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-color: #1E90FF;
  transform: translateY(-2px);
}

.list-3 li a:hover .text h4 {
  color: #1E90FF;
}

.banner-content .inner {
  vertical-align: bottom;
}

.content-title {
  text-align: left;
  margin-bottom: 40px;
}

.content-title h1 {
  font-size: 38px;
  margin: 0;
}

.content-title p {
  font-size: 0;
  margin: 20px 0 0;
}

.content-title p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 30px;
}

.content-main,
.content-xg {
  background-color: #fff;
  padding: 30px;
}

.content-body {
  line-height: 1.8;
}

.content-body img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}

.content-exp {
  border-top: 1px dashed #ccc;
  padding-top: 20px;
  overflow: hidden;
  margin-top: 20px;
}

.content-exp li {
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-exp li:last-child {
  text-align: right;
}

.content-tips {
  border-top: 1px dashed #ccc;
  padding-top: 20px;
  margin-top: 20px;
  line-height: 1.8;
  color: #1E90FF;
}

.content-tips .ss {
  padding: 2px 6px;
  background-color: #1E90FF;
  color: #fff;
}

.content-xg {
  margin-top: 30px;
  clear: both;
}

.content-xg-left {
  float: left;
  width: 520px;
  border-right: 1px solid #eee;
  padding-right: 50px;
}

.content-xg-right {
  float: right;
  width: 520px;
}

.content-xg .tit {
  line-height: 1;
  border-left: 6px solid #1E90FF;
  font-size: 24px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.content-xg li {
  color: #666;
  line-height: 30px;
  list-style: disc;
  list-style-position: inside;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-xg li span {
  float: right;
  font-size: 12px;
  color: #999;
}

.webdes {
  margin: 10px 0 0 -20px;
}

.webdes li {
  float: left;
  width: 25%;
}

.webdes li a {
  display: block;
  margin: 20px 0 0 20px;
  background-color: #fff;
  text-align: center;
  border: 2px #efefef solid;
  line-height: 98px;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.webdes li a:hover {
  border-color: #1E90FF;
  color: #1E90FF;
}

.content-case-title {
  background-color: #1e1d1d;
  color: #9b9b9b;
  font-size: 14px;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 50%;
  transform: translate(-50%, 50%);
}

.module-article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.module-article-list li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.module-article-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.module-article-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.module-article-list li a:hover {
  color: #357abd;
}

.module-article-list .date-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  margin-right: 15px;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
}

.module-article-list .date-month {
  font-size: 12px;
  margin-bottom: 2px;
}

.module-article-list .date-day {
  font-size: 16px;
  font-weight: 600;
}

.module-article-list .article-title {
  flex: 1;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module-article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.module-article-list li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.module-article-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.module-article-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.module-article-list li a:hover {
  color: #357abd;
}

.module-article-list .date-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  margin-right: 15px;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
}

.module-article-list .date-month {
  font-size: 12px;
  margin-bottom: 2px;
}

.module-article-list .date-day {
  font-size: 16px;
  font-weight: 600;
}

.module-article-list .article-title {
  flex: 1;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module-article-list {
  list-style: none;
  margin: 0;
  padding: 15px 20px;
}

.module-article-list li {
  margin-bottom: 12px;
  border-bottom: 1px dotted #f0f0f0;
  padding-bottom: 12px;
}

.module-article-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.module-article-list a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.module-article-list a:hover {
  color: #357abd;
}

.module-article-list .date-container {
  width: 50px;
  text-align: center;
  background: #f5f5f5;
  padding: 5px 0;
  margin-right: 15px;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
  flex-shrink: 0;
}

.module-article-list .article-title {
  flex: 1;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-case-title {
  background-color: #1e1d1d;
  color: #9b9b9b;
  padding: 50px 0;
}

/* 栏目模块容器 - 每行显示两个模块 */
.category-modules-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

/* 每个栏目模块 */
.category-module {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.category-module-inner {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.category-module-inner:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* 模块头部 */
.module-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 2px solid #C8161D;
  margin-bottom: 15px;
}

/* 栏位Logo图标 */
.module-header .module-logo {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  object-fit: contain;
  flex-shrink: 0;
}

.module-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #C8161D;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.module-header h3 a {
  color: #C8161D;
  text-decoration: none;
  transition: color 0.3s;
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module-header h3 a:hover {
  color: #A01419;
}

.module-header .more {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
  flex: 0 0 auto;
  white-space: nowrap;
}

.module-header .more:hover {
  color: #C8161D;
}

/* 模块文章列表 - 固定高度显示5条内容 */
.module-articles {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 200px;
}

/* 文章列表项间距 */
.module-articles li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e8e8e8;
}

.module-articles li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.module-articles li a {
  text-decoration: none;
  display: block;
}

.article-info {
  padding: 5px 0;
}

/* 标题行：标题、副标题和日期在同一行 */
.article-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-title {
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: 0;
}

/* 副标题在中间位置 */
.article-subtitle {
  margin: 0;
  font-size: 12px;
  color: #999;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 0 auto;
  max-width: 150px;
  text-align: left;
  padding: 0 10px 0 0;
}

/* 标题行中的日期样式 */
.article-title-row .article-date {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  flex: 0 0 auto;
  margin-left: auto;
}

.module-articles li a:hover .article-title {
  color: #C8161D;
}

/* newslist-page 蓝色主题样式覆盖 */
.newslist-page .module-header {
  border-bottom: 2px solid #1E90FF;
}

.newslist-page .module-header h3 {
  color: #1E90FF;
}

.newslist-page .module-header h3 a {
  color: #1E90FF;
}

.newslist-page .module-header h3 a:hover {
  color: #0066CC;
}

.newslist-page .module-header .more:hover {
  color: #1E90FF;
}

.newslist-page .module-articles li a:hover .article-title {
  color: #1E90FF;
}

/* newslist-page 期刊展示页面也使用蓝色主题 */
.newslist-page .journal-main-title {
  border-bottom: 2px solid #1E90FF;
}

.newslist-page .journal-intro .intro-toggle {
  color: #1E90FF;
}

/* newslist3-page 和 newslist4-page 也使用蓝色主题 */
.newslist3-page .module-header,
.newslist4-page .module-header {
  border-bottom: 2px solid #1E90FF;
}

.newslist3-page .module-header h3,
.newslist4-page .module-header h3 {
  color: #1E90FF;
}

.newslist3-page .module-header h3 a,
.newslist4-page .module-header h3 a {
  color: #1E90FF;
}

.newslist3-page .module-header h3 a:hover,
.newslist4-page .module-header h3 a:hover {
  color: #0066CC;
}

.newslist3-page .module-header .more:hover,
.newslist4-page .module-header .more:hover {
  color: #1E90FF;
}

.newslist3-page .module-articles li a:hover .article-title,
.newslist4-page .module-articles li a:hover .article-title {
  color: #1E90FF;
}

/* zhuanti-page 专题页面使用红色主题 */
.zhuanti-page .module-header {
  border-bottom: 2px solid #C8161D;
}

.zhuanti-page .module-header h3 {
  color: #C8161D;
}

.zhuanti-page .module-header h3 a {
  color: #C8161D;
}

.zhuanti-page .module-header h3 a:hover {
  color: #A01419;
}

.zhuanti-page .module-header .more:hover {
  color: #C8161D;
}

.zhuanti-page .module-articles li a:hover .article-title {
  color: #C8161D;
}

/* 专题模板栏目标题红色背景样式 */
.zhuanti-module-header {
  background-color: #C8161D !important;
  padding: 12px 20px !important;
  border-bottom: none !important;
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.zhuanti-module-header h3 {
  color: #fff !important;
  text-align: center !important;
  margin: 0 !important;
  flex: 0 1 auto !important;
}

.zhuanti-module-header h3 a {
  color: #fff !important;
  font-weight: 600;
}

.zhuanti-module-header h3 a:hover {
  color: #fff !important;
  opacity: 0.9;
}

.zhuanti-module-header .more {
  color: #fff !important;
  position: absolute !important;
  right: 20px !important;
}

.zhuanti-module-header .more:hover {
  color: #fff !important;
  opacity: 0.9;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .category-module {
    width: 100%;
  }
}

/* newslist5.html 期刊展示样式 */
.journal-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.journal-section {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.journal-section>div:first-of-type {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  height: 100%;
}

.journal-main-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #C8161D;
}

/* 期刊简介 */
.journal-intro {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  position: relative;
}

.journal-intro .intro-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
}

.journal-intro .intro-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #C8161D;
  cursor: pointer;
  font-size: 14px;
}

.journal-intro .intro-content {
  color: #666;
  line-height: 1.8;
  font-size: 14px;
}

/* 期刊分类 */
.journal-category {
  margin-bottom: 30px;
}

.category-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.category-header .title-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.category-header .category-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  flex: 1;
}

.category-header .category-more {
  color: #1E90FF;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.category-header .category-more:hover {
  color: #0066CC;
}

/* 文章列表 */
.category-articles {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-articles .article-item {
  margin-bottom: 10px;
}

.category-articles .article-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  text-decoration: none;
  transition: all 0.3s;
}

.category-articles .article-link:hover {
  padding-left: 10px;
}

.category-articles .article-link:hover .article-title {
  color: #1E90FF;
}

.category-articles .article-title {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  transition: color 0.3s;
}

.category-articles .article-date {
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 20px;
}

/* 期刊简介 - 左图右文布局 */
.journal-intro-list {
  padding: 15px 0;
  min-height: 260px;
}

.intro-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  height: 260px;
}

.intro-cover {
  flex: 0 0 180px;
  width: 180px;
  height: 260px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.intro-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.intro-cover img:hover {
  transform: scale(1.05);
}

.intro-cover .no-image {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.intro-content {
  flex: 1;
  min-width: 0;
  height: 260px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.intro-article-title {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  flex-shrink: 0;
}

.intro-article-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.intro-article-title a:hover {
  color: #1E90FF;
}

.intro-article-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  word-break: break-word;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

/* 响应式 */
@media (max-width: 768px) {
  .journal-section {
    width: 100%;
    padding: 20px;
  }

  .journal-main-title {
    font-size: 18px;
  }

  .category-articles .article-title {
    font-size: 13px;
  }

  /* 移动端期刊简介布局 */
  .intro-item {
    flex-direction: column;
  }

  .intro-cover {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
  }

  .intro-article-title {
    font-size: 16px;
  }

  .intro-article-desc {
    font-size: 13px;
  }

  /* 龙江讲坛页面移动端适配 */
  /* 讲坛回顾和讲坛动态在移动端竖向排列 */
  .newslist4-page .category-module {
    width: 100% !important;
    /* 移动端全部模块单列 */
  }

  /* 讲坛预告模块移动端适配 */
  .announcement-layout {
    flex-direction: column;
    /* 竖向排列 */
    gap: 15px;
  }

  .latest-article {
    flex: 0 0 auto;
    width: 100%;
    padding: 15px;
    /* 移动端减少内边距 */
    overflow: hidden;
    /* 防止内容溢出 */
  }

  .latest-content {
    font-size: 13px;
    /* 移动端字号稍小 */
    -webkit-line-clamp: 3;
    /* 移动端显示3行 */
  }
}

/* newslist3.html 专用样式 - 每个模块独占一行 */
.newslist3-page .category-module {
  width: 100%;
}

/* newslist4.html 专用样式 - 自定义模块布局 */
/* 默认情况下模块占50%宽度 */
.newslist4-page .category-module {
  width: 50%;
}

/* 讲坛预告、讲坛海报独占一行 */
.newslist4-page .category-module[data-module-title="讲坛预告"],
.newslist4-page .category-module[data-module-title="讲坛海报"] {
  width: 100%;
}

/* 讲座在线、讲坛名家并排显示，各占50% */
.newslist4-page .category-module[data-module-title="讲座在线"],
.newslist4-page .category-module[data-module-title="讲坛专家"],
.newslist4-page .category-module[data-module-title="讲坛名家"] {
  width: 50%;
}

/* 讲坛回顾、讲坛动态并排显示，各占50% */
.newslist4-page .category-module[data-module-title="讲坛回顾"],
.newslist4-page .category-module[data-module-title="讲坛动态"] {
  width: 50%;
}

/* 控制模块显示顺序 */
.newslist4-page .category-module[data-module-title="讲坛预告"] {
  order: 1;
}

.newslist4-page .category-module[data-module-title="讲座在线"] {
  order: 2;
}

.newslist4-page .category-module[data-module-title="讲坛专家"],
.newslist4-page .category-module[data-module-title="讲坛名家"] {
  order: 2;
}

.newslist4-page .category-module[data-module-title="讲坛回顾"] {
  order: 3;
}

.newslist4-page .category-module[data-module-title="讲坛动态"] {
  order: 3;
}

.newslist4-page .category-module[data-module-title="讲坛海报"] {
  order: 4;
}

/* 讲坛海报轮播样式 - 竖向A4比例(1:1.414) */
.newslist4-page .poster-swiper-wrap {
  position: relative;
  padding: 10px 40px 30px;  /* 左右留空给导航按钮 */
}

.newslist4-page .poster-swiper {
  width: 100%;
  overflow: hidden;
}

.newslist4-page .poster-swiper .swiper-slide {
  /* 宽度由 slidesPerView 控制 */
}

/* 海报卡片：A4竖向比例 width:height = 1:1.414 */
.newslist4-page .poster-swiper .poster-slide-inner {
  display: block;
  position: relative;
  width: 100%;
  /* padding-bottom 实现 A4 比例 (height = width × 1.414) */
  padding-bottom: 141.4%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.newslist4-page .poster-swiper .poster-slide-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.28);
}

/* 图片绝对定位填满 A4 卡片 */
.newslist4-page .poster-swiper .poster-slide-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 标题渐变遮罩 */
.newslist4-page .poster-swiper .poster-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
  padding: 28px 12px 14px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 左右导航按钮 */
.newslist4-page .poster-swiper .swiper-button-prev,
.newslist4-page .poster-swiper .swiper-button-next {
  color: #1E90FF;
  background: rgba(255,255,255,0.9);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  top: 45%;
}

.newslist4-page .poster-swiper .swiper-button-prev::after,
.newslist4-page .poster-swiper .swiper-button-next::after {
  font-size: 13px;
  font-weight: bold;
}

/* 分页器 */
.newslist4-page .poster-swiper .swiper-pagination {
  bottom: 0;
}

.newslist4-page .poster-swiper .swiper-pagination-bullet-active {
  background: #1E90FF;
}

@media (max-width: 768px) {
  .newslist4-page .poster-swiper-wrap {
    padding: 10px 30px 25px;
  }
}

@media (max-width: 480px) {
  .newslist4-page .poster-swiper-wrap {
    padding: 10px 28px 22px;
  }
}

/* 讲坛预告模块的两列布局 */
.announcement-layout {
  display: flex;
  gap: 20px;
  min-height: 250px;
}

/* 左侧最新文章区域 */
.latest-article {
  flex: 0 0 45%;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  /* 防止内容溢出 */
  box-sizing: border-box;
  /* 确保内边距计入宽度 */
}

.latest-article a {
  text-decoration: none;
  display: block;
  height: 100%;
  overflow: hidden;
  /* 防止链接内容溢出 */
}

/* 左侧标题行 - 与右侧样式保持一致 */
.latest-article .article-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #1E90FF;
  margin-bottom: 15px;
}

.latest-title {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  line-height: 1.6;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: 0;
}

.latest-subtitle {
  margin: 0;
  font-size: 12px;
  color: #999;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 0 auto;
  max-width: 150px;
  text-align: left;
  padding: 0 10px 0 0;
}

.latest-date {
  margin: 0;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  flex: 0 0 auto;
  margin-left: auto;
}

.latest-content {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  /* 长单词换行 */
  max-width: 100%;
  /* 限制最大宽度 */
  white-space: pre-line;
  /* 支持换行符 */
}

.latest-article a:hover .latest-title {
  color: #1E90FF;
}

/* 右侧文章列表区域 */
.article-list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-list li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e8e8e8;
}

.article-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.article-list li a {
  text-decoration: none;
  display: block;
}

/* 讲坛专家轮播图样式 */
.expert-swiper-container {
  position: relative;
  padding: 20px 50px;
}

.expert-swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.expert-swiper-container .swiper-slide a {
  text-decoration: none;
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}

.expert-swiper-container .swiper-slide a:hover {
  transform: translateY(-5px);
}

.expert-image {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.expert-swiper-container .swiper-slide a:hover .expert-image {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.expert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* 隐藏碎图标识 */
.expert-image img[src=""],
.expert-image img:not([src]),
.expert-image img[src*="undefined"] {
  opacity: 0;
  visibility: hidden;
}

/* 无图片时的占位符 - 纯空白 */
.expert-image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}

.expert-name {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
  transition: color 0.3s ease;
}

/* 无图片时隐藏标题 */
.expert-name-blank {
  visibility: hidden;
  color: transparent;
  user-select: none;
  pointer-events: none;
}

.expert-swiper-container .swiper-slide a:hover .expert-name {
  color: #1E90FF;
}

.expert-swiper-prev,
.expert-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
  cursor: pointer;
}

.expert-swiper-prev {
  left: 10px;
}

.expert-swiper-next {
  right: 10px;
}

.expert-swiper-prev:after,
.expert-swiper-next:after {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.expert-swiper-prev:hover,
.expert-swiper-next:hover {
  background: #1E90FF;
  box-shadow: 0 4px 12px rgba(30, 144, 255, 0.3);
}

.expert-swiper-prev:hover:after,
.expert-swiper-next:hover:after {
  color: #fff;
}

/* 确保按钮在禁用状态下也显示 */
.expert-swiper-prev.swiper-button-disabled,
.expert-swiper-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: auto;
}

/* ========== newslist6.html 专用样式 - 上图下标题布局 ========== */
.newslist6-modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.newslist6-module {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.newslist6-module .module-link {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.newslist6-module .module-link:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* 上方Banner图区域 */
.newslist6-module .module-banner {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}

.newslist6-module .module-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.newslist6-module .module-link:hover .module-banner img {
  transform: scale(1.1);
}

/* 无图片时的占位符 */
.newslist6-module .banner-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.newslist6-module .banner-placeholder::before {
  content: '图片';
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

/* 下方标题区域 */
.newslist6-module .module-title-wrapper {
  padding: 20px;
  text-align: center;
  background: #fff;
}

.newslist6-module .module-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newslist6-module .module-link:hover .module-title {
  color: #1E90FF;
}

/* 移动端适配 */
@media (max-width: 1024px) {
  .newslist6-modules {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .newslist6-modules {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .newslist6-module .module-banner {
    height: 180px;
  }

  .newslist6-module .module-title {
    font-size: 16px;
  }
}

/* 栏目小图展示区域样式 */
.category-icon-section {
  background: #fff;
  padding: 40px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.category-icon-wrapper {
  text-align: center;
}

.category-icon-wrapper img {
  width: 70%;
  max-width: 1200px;
  height: auto;
  max-height: 320px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 图片轮播模块样式 */
.slideshow-gallery {
  margin: 20px 0;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.slideshow-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.slideshow-wrapper {
  flex: 1;
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
  overflow: visible;
}

.slideshow-item {
  position: absolute;
  width: 50%;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  border-radius: 8px;
  overflow: hidden;
}

/* 中心位置 - 激活状态 */
.slideshow-item.active {
  z-index: 10;
  transform: translateX(0) scale(1) rotateY(0deg);
  opacity: 1;
  filter: blur(0);
}

/* 左侧位置 - 上一张 */
.slideshow-item.prev {
  z-index: 5;
  transform: translateX(-60%) scale(0.8) rotateY(25deg);
  opacity: 0.6;
  filter: blur(3px);
}

/* 右侧位置 - 下一张 */
.slideshow-item.next {
  z-index: 5;
  transform: translateX(60%) scale(0.8) rotateY(-25deg);
  opacity: 0.6;
  filter: blur(3px);
}

/* 隐藏其他图片 */
.slideshow-item.hidden {
  opacity: 0;
  z-index: 0;
  transform: scale(0.5);
  pointer-events: none;
}

.slideshow-item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.slideshow-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.slideshow-item:hover img {
  transform: scale(1.05);
}

.slideshow-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  padding: 15px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.slideshow-item:hover .slideshow-caption {
  background: linear-gradient(to top, rgba(30, 144, 255, 0.8), transparent);
}

.slideshow-prev,
.slideshow-next {
  background-color: rgba(30, 144, 255, 0.8);
  color: white;
  border: none;
  padding: 15px 12px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.slideshow-prev:hover,
.slideshow-next:hover {
  background-color: #1E90FF;
  transform: scale(1.1);
}

.slideshow-prev:active,
.slideshow-next:active {
  transform: scale(0.95);
}

/* 响应式设计 - 转播模块 */
@media (max-width: 768px) {
  .slideshow-gallery {
    padding: 0;
    margin: 10px 0;
  }

  .slideshow-wrapper {
    height: 300px;
  }

  .slideshow-item {
    width: 100%;
  }

  .slideshow-item img {
    height: 300px;
    object-fit: cover;
    border-radius: 0;
  }

  /* 移动端只显示中心图片，隐藏两侧 */
  .slideshow-item.prev,
  .slideshow-item.next {
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
  }

  .slideshow-item.active {
    transform: translateX(0) scale(1) rotateY(0deg);
  }

  /* 移动端按钮样式调整 */
  .slideshow-prev,
  .slideshow-next {
    position: absolute;
    z-index: 20;
    padding: 12px 10px;
  }

  .slideshow-prev {
    left: 10px;
  }

  .slideshow-next {
    right: 10px;
  }
}

/* ==========  About页面样式 ========== */

/* 顶部图文介绍模块 */
.about-intro {
  display: flex;
  flex-direction: row;
  /* PC端横向排列：图片在左/文字在右 */
  gap: 40px;
  margin-bottom: 50px;
  align-items: stretch;
}

.about-intro-image {
  flex: 0 0 45%;
  /* PC端图版45%宽 */
}

.about-intro-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-intro-content {
  flex: 1;
  /* PC端文字区域自适应 */
  min-height: 360px;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: column;
}

.about-intro-content h2 {
  font-size: 28px;
  color: #333;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.intro-text {
  flex: 1;
  font-size: 18px;
  line-height: 2;
  color: #333;
  text-align: justify;
  margin-bottom: 18px;
  overflow: hidden;
}

.intro-text p {
  margin: 0;
}

.about-intro-content .more-link {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  color: #1E90FF;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.about-intro-content .more-link:hover {
  color: #0066CC;
}

/* 组织机构模块容器 */
.organization-modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.organization-module {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 0 25px 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.organization-module:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.organization-module .module-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  border-bottom: none;
  margin-bottom: 0;
  background-image: url('/template/1/3/images/logoimages/jianjie.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
  box-sizing: border-box;
}

.leadership-module .module-header {
  border-bottom-color: #1E90FF;
}

.structure-module .module-header {
  border-bottom-color: #1E90FF;
}

.organization-module .module-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.organization-module .module-header i {
  font-size: 22px;
  color: #fff;
}

.organization-module .more-link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.organization-module .more-link:hover {
  color: #f0f0f0;
}

/* 领导机构列表 */
.leadership-list {
  list-style: none;
  padding: 20px 25px;
  margin: 0;
}

.leadership-list li {
  padding: 15px 0;
  border-bottom: 1px dashed #e8e8e8;
}

.leadership-list li:last-child {
  border-bottom: none;
}

.leader-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.leader-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.leader-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  min-width: 80px;
}

.leader-position {
  font-size: 14px;
  color: #666;
  text-align: right;
  white-space: nowrap;
}

/* 组织机构列表 */
.structure-list {
  list-style: none;
  padding: 20px 25px;
  margin: 0;
}

.structure-list li {
  border-bottom: 1px dashed #e8e8e8;
}

.structure-list li:last-child {
  border-bottom: none;
}

.structure-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  padding: 15px 0;
}

.structure-item:hover {
  padding-left: 5px;
}

.structure-title {
  font-size: 15px;
  color: #333;
  flex: 1;
}

.structure-item:hover .structure-title {
  color: #1E90FF;
}

.structure-date {
  font-size: 13px;
  color: #999;
  margin-left: 10px;
  white-space: nowrap;
}

.structure-item:hover .structure-date {
  color: #1E90FF;
}

/* 数据展示模块和章程容器 */
.data-statute-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

/* 数据展示模块 */
.data-showcase {
  /* width: 100%; */
  max-width: 1200px;
  margin: 0 auto 50px auto;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 30px 25px;
}

.data-showcase-header {
  text-align: center;
  margin-bottom: 20px;
}

.data-showcase-header h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1E90FF;
  margin: 0;
}

.data-swiper-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.data-prev,
.data-next {
  width: 28px;
  height: 28px;
  background: #1E90FF;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-prev:hover,
.data-next:hover {
  background: #0066CC;
  transform: scale(1.1);
}

.data-swiper {
  flex: 1;
  overflow: hidden;
}

.data-item {
  background: #fff;
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  width: 75%;
  margin: 0 auto;
}

.data-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.data-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}

.data-value {
  font-size: 14px;
  color: #333;
}

.data-number {
  font-size: 26px;
  font-weight: bold;
  color: #1E90FF;
  margin-right: 4px;
}

/* 社科联章程模块样式 */
.statute-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.statute-list li {
  padding: 15px 0;
  border-bottom: 1px dashed #e8e8e8;
}

.statute-list li:last-child {
  border-bottom: none;
}

.statute-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  padding: 10px 0;
}

.statute-item:hover {
  padding-left: 5px;
}

.statute-title {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.statute-item:hover .statute-title {
  color: #1E90FF;
}

.statute-action {
  font-size: 14px;
  color: #999;
  transition: color 0.3s;
}

.statute-item:hover .statute-action {
  color: #1E90FF;
}

.statute-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1E90FF;
  color: #fff;
  padding: 25px 15px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
  width: 100%;
}

.statute-link:hover {
  background: #0066CC;
  transform: scale(1.05);
}

.statute-link .icon-document {
  font-size: 32px;
}

.statute-link span {
  font-size: 15px;
  font-weight: 600;
}

/* 旧的statute-entry样式，保留以防其他页面使用 */
.statute-entry {
  flex-shrink: 0;
  width: 120px;
}

.statute-entry a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1E90FF;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
}

.statute-entry a:hover {
  background: #0066CC;
  transform: scale(1.05);
}

.statute-entry .icon-document {
  font-size: 32px;
}

.statute-entry span {
  font-size: 14px;
  font-weight: 600;
}

/* ========================================
   移动端适配样式 - 全面优化
   ======================================== */

/* 平板端适配 (768px - 1024px) */
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }

  .container {
    width: 96%;
    padding: 0 2%;
  }

  /* 导航栏优化 */
  .header .nav li {
    padding: 0 10px;
    font-size: 13px;
  }

  /* ===== 智享社科模块平板端适配 (992px-1200px) ===== */
  .zhixiang-section {
    padding: 40px 0 !important;
  }

  .zhixiang-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    max-width: 100% !important;
  }

  .zhixiang-item div[style*="width: 80px; height: 80px"] {
    width: 70px !important;
    height: 70px !important;
    margin-bottom: 10px !important;
  }

  .zhixiang-item img[style*="width: 80px"] {
    width: 70px !important;
    height: 70px !important;
  }

  .zhixiang-item p {
    font-size: 13px !important;
    margin-top: 8px !important;
  }

  /* 背景图高度调整 */
  .zhixiang-background {
    top: 20% !important;
    left: 0% !important;
    right: 0% !important;
    height: 240px !important;
  }
}

/* 移动端适配 (最大768px) */
@media (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 14px;
  }

  .container {
    width: 94%;
    padding: 0 3%;
  }

  /* ===== 隐藏PC端导航,显示移动端导航 ===== */
  .header .nav {
    display: none !important;
  }

  /* 移动端导航标题 */
  .mobile-nav-title {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 998;
  }

  .sp_nav {
    display: block !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
    float: none !important;
    margin: 0 !important;
  }
  
  /* 确保header-nav相对定位,让导航按钮相对于它定位 */
  .header-nav {
    position: relative;
    min-height: 50px;
  }

  /* ===== 头部样式 - 移动端精简优化 ===== */
  .header {
    height: auto;
    min-height: 50px;
    position: relative;
    margin-bottom: 0 !important;
    padding: 0 !important;
    /* 保持PC端背景图片 */
    background: url(../images/head-image.png) no-repeat center top;
    background-size: cover;
  }

  /* 顶部区域保持原有背景 */
  .header-top {
    background: transparent !important;
    padding: 0 !important;
  }

  /* 只有全站导航栏使用纯蓝色背景 */
  .header-nav {
    position: relative;
    min-height: 45px;
    /* 减少导航栏高度 */
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: none !important;
    background: #1a7fd8 !important;
    /* 全站导航使用纯色背景 */
  }

  .header-nav .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Logo与搜索框等高紧密相连 */
  .header-top {
    padding: 0 !important;
  }
  
  .header-top-inner {
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
  }
  
  .header .logo {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
  }

  .header .logo img {
    max-height: 60px !important;
    height: 60px !important;
    width: auto !important;
  }

  /* 搜索框距logo 10px，距导航栏10px */
  .header-search {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  
  .search-input-group {
    border-radius: 0 !important;
  }
  
  .search-input {
    height: 44px !important;
    line-height: 44px !important;
  }
  
  .search-btn {
    height: 44px !important;
  }

  .search-form {
    margin: 0 !important;
  }

  /* ===== Banner轮播图 ===== */
  .banner {
    height: 300px;
    min-height: 300px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* ===== 隐藏banner-sub导航条背景图(所有模板通用) ===== */
  .banner-sub {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  /* ===== 移动端导航标题显示 ===== */
  .mobile-nav-title {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 998;
  }

  .banner .text {
    padding: 20px;
  }

  .banner .text h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .banner .text p {
    font-size: 14px;
  }

  /* ===== Banner视频移动端适配 ===== */
  .banner video {
    width: 100%;
    /* 移动端全屏显示 */
    height: 100%;
    object-fit: cover;
    /* 裁剪适配 */
    margin: 0;
    left: 0;
    top: 0;
  }

  /* ===== 全屏图片 ===== */
  .full-img-div {
    height: 60px !important;
  }

  /* ===== 通用列表页和内容页移动端适配 ===== */
  
  /* 面包屑导航 */
  .position {
    font-size: 12px !important;
    padding: 10px 0 !important;
  }
  
  .position .container {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 13px;
  }

  /* 栏目标题 */
  .category-title h2 {
    font-size: 20px !important;
  }

  /* 列表主体区域 */
  .v-main {
    width: 100% !important;
    padding: 0 !important;
  }

  /* 文章列表样式 */
  .list-3 li {
    margin-bottom: 12px !important;
  }

  .list-3 li a {
    padding: 15px 12px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .list-3 li .text {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 8px !important;
  }

  .list-3 li .text h4 {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .list-3 li .text p {
    font-size: 13px !important;
    margin-top: 5px !important;
  }

  .list-3 li .span {
    width: 100% !important;
    text-align: left !important;
    font-size: 12px !important;
    margin-top: 8px !important;
  }

  /* 分页器 */
  .pages {
    margin: 20px 0 !important;
    font-size: 14px !important;
  }

  .pages a,
  .pages span {
    padding: 8px 12px !important;
    margin: 0 3px !important;
    font-size: 14px !important;
  }

  /* ===== 新闻资讯三栏布局 ===== */
  .news-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .news-column {
    margin-bottom: 0;
  }

  .news-column-header {
    padding: 0;
  }

  .news-column-header h3 {
    font-size: 18px;
  }

  /* 移动端新闻模块logo图片填充 */
  .news-column-logo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .news-list li {
    padding: 12px 15px;
  }

  .news-list li a {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-title {
    width: 100%;
    margin-bottom: 5px;
  }

  .news-date {
    width: 100%;
    text-align: left;
  }

  /* ===== 专题专栏 ===== */
  .section {
    padding: 30px 0;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .section-title strong {
    font-size: 20px;
  }

  .section-title p {
    font-size: 13px;
  }

  /* ===== 专题专栏 ===== */
  .special-columns .swiper-slide {
    width: 100% !important;
    /* 移动端全宽显示 */
    margin-right: 0;
  }
  
  /* 移动端专题专栏图片改为横版展示 */
  .special-columns .swiper-slide .img-cover {
    padding-top: 40% !important;
    /* 横版比例，高度为宽度的40% */
    height: 0 !important;
  }
  
  .special-columns .swiper-slide .img-cover span {
    background-size: cover !important;
    /* 横版图片用cover填充 */
  }

  .special-columns .text h4 {
    font-size: 16px;
  }

  .special-columns .text p {
    font-size: 12px;
  }

  /* 隐藏前后按钮,只保留分页点 */
  .special-columns .swiper-button-prev,
  .special-columns .swiper-button-next {
    display: none !important;
  }

  .special-columns .swiper-pagination {
    bottom: -25px;
  }

  /* ===== 智享社科模块移动端适配 (768px及以下) ===== */
  .zhixiang-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    max-width: 100% !important;
  }

  .zhixiang-item div[style*="width: 80px; height: 80px"] {
    width: 60px !important;
    height: 60px !important;
  }

  .zhixiang-item img[style*="width: 80px"] {
    width: 60px !important;
    height: 60px !important;
  }

  .zhixiang-item p {
    font-size: 12px !important;
    margin-top: 8px !important;
  }

  /* 背景图高度调整 */
  .zhixiang-background {
    top: 30% !important;
    left: 0% !important;
    right: 0% !important;
    height: 180px !important;
  }
}

/* ===== 小屏手机适配 (480px及以下) ===== */
@media (max-width: 480px) {

  /* ===== 清除导航栏与轮播图间隙 ===== */
  .header {
    margin-bottom: 0 !important;
    padding: 0 !important;
    min-height: 45px !important;
    /* 减少最小高度 */
    /* 保持PC端背景图片 */
    background: url(../images/head-image.png) no-repeat center top;
    background-size: cover;
  }

  /* 小屏头部进一步精简 - Logo与搜索框等高 */
  .header-top {
    padding: 0 !important;
  }
  
  .header-top-inner {
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .header .logo {
    max-width: 100% !important;
    width: 100% !important;
    height: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
  }

  .header .logo img {
    max-height: 60px !important;
    height: 60px !important;
    width: auto !important;
  }

  .header-top .logo {
    margin-bottom: 10px !important;
  }

  /* 搜索框距导航栏10px */
  .header-search {
    margin-bottom: 10px !important;
  }

  /* 只有全站导航栏使用纯蓝色背景 */
  .header-nav {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: none !important;
    min-height: 40px !important;
    /* 减少导航栏高度 */
    background: #1a7fd8 !important;
  }

  .header-nav .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .banner-sub {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .banner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* ===== 移动端导航标题显示 ===== */
  .mobile-nav-title {
    display: block !important;
  }

  /* ===== 小屏列表页优化 ===== */
  .position {
    margin-top: 0;
    font-size: 11px !important;
    padding: 8px 0 !important;
  }

  .category-title h2 {
    font-size: 18px !important;
  }

  .list-3 li a {
    padding: 12px 10px !important;
  }

  .list-3 li .text h4 {
    font-size: 14px !important;
  }

  .list-3 li .text p {
    font-size: 12px !important;
  }

  .list-3 li .span {
    font-size: 11px !important;
  }

  .pages a,
  .pages span {
    padding: 6px 10px !important;
    font-size: 13px !important;
  }

  /* ===== 智享社科模块小屏改为2列 ===== */
  .zhixiang-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    max-width: 100% !important;
    padding: 0 5px;
  }

  .zhixiang-item div[style*="width: 80px; height: 80px"] {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 5px !important;
  }

  .zhixiang-item img[style*="width: 80px"] {
    width: 45px !important;
    height: 45px !important;
  }

  .zhixiang-item p {
    font-size: 10px !important;
    margin: 3px 0 0 0 !important;
  }

  /* 背景图高度调整 */
  .zhixiang-background {
    top: 40% !important;
    left: 0% !important;
    right: 0% !important;
    height: 140px !important;
  }

  .zhixiang-section {
    padding: 20px 0 !important;
  }

  /* ===== 页脚 ===== */
  .footer {
    padding: 20px 0;
  }

  .footer dl {
    float: none;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer dl:last-child {
    border-bottom: none;
  }

  .footer dt {
    font-size: 16px;
  }

  .footer .lx {
    width: 100%;
  }

  /* ===== 友情链接 ===== */
  .yunu-link h4 {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }

  .yunu-link>div {
    flex-direction: column !important;
  }

  .yunu-link>div>div {
    width: 100% !important;
    min-width: auto !important;
    margin-bottom: 10px;
  }

  .yunu-link select {
    padding: 10px !important;
    font-size: 13px !important;
  }

  /* ===== 联系方式蓝色区块 ===== */
  .footer>div[style*="background-color: #0066cc"] {
    padding: 30px 0 !important;
  }

  .footer>div[style*="background-color: #0066cc"] h3 {
    font-size: 18px !important;
  }

  .footer>div[style*="background-color: #0066cc"] p {
    font-size: 13px !important;
  }

  /* ===== 显示移动端底部悬浮导航 ===== */
  .footer-fix {
    display: block !important;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }

  .footer-fix li a {
    color: #666;
    transition: all 0.3s ease;
  }

  .footer-fix li a:hover,
  .footer-fix li.active a {
    color: #1E90FF;
    background-color: #f0f7ff;
  }

  /* ===== 移动端导航栏布局 ===== */
  .mobile-nav-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    padding: 15px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .mobile-nav-grid li {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .mobile-nav-grid li a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 5px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    color: #333 !important;
  }

  .mobile-nav-grid li a:hover {
    color: #1E90FF !important;
    background-color: #f0f7ff !important;
  }

  /* 移动端导航图标样式 */
  .mobile-nav-grid .nav-icon {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 5px !important;
    object-fit: contain !important;
    display: block !important;
  }

  .mobile-nav-grid li a span {
    display: block !important;
    font-size: 11px !important;
    color: #333 !important;
  }

  /* ===== 内容页面适配 ===== */
  .ms-container {
    padding: 20px 0;
  }

  .bread {
    padding: 10px 0;
    font-size: 12px;
  }

  /* ===== 侧边栏适配 ===== */
  .sidebar {
    margin-top: 20px;
  }

  /* ===== 表格适配 ===== */
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* ===== 图片适配 ===== */
  img {
    max-width: 100%;
    height: auto;
  }

  /* ===== 机构概况页面适配 ===== */
  /* 顶部图文介绍移动端竖向排列 */
  .about-intro {
    flex-direction: column !important;
    /* 移动端竖向：图片在上/文字在下 */
    gap: 20px;
  }

  .about-intro-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about-intro-content {
    flex: 0 0 auto;
    width: 100%;
  }

  /* 三个模块移动端单列展示 */
  .organization-modules {
    grid-template-columns: 1fr !important;
    /* 移动端单列 */
    gap: 20px;
  }

  .organization-module {
    margin-bottom: 0;
  }

  /* 领导机构和组织机构模块标题背景图片填充 */
  .organization-module .module-header {
    height: 55px !important;
    padding: 12px 15px !important;
    background-size: 100% 100% !important;
  }

  .organization-module .module-header h3 {
    font-size: 16px !important;
  }

  .organization-module .more-link {
    font-size: 12px !important;
  }

  .leadership-list,
  .structure-list {
    padding: 15px !important;
  }

  /* 领导机构列表移动端优化 */
  .leader-row {
    grid-template-columns: 1fr !important;
    /* 单列显示 */
    gap: 10px;
  }

  .leader-info {
    padding: 8px 0;
  }

  .leader-name {
    font-size: 16px;
  }

  .leader-position {
    font-size: 13px;
  }

  /* 数据展示模块 */
  .data-showcase {
    padding: 20px 15px;
  }

  .data-showcase-header h3 {
    font-size: 18px;
  }
}

/* 小屏手机適配 (\u6700大480px) */
@media (max-width: 480px) {
  body {
    font-size: 13px;
  }

  .container {
    width: 92%;
    padding: 0 4%;
  }

  /* 小屏Logo样式统一 - 与搜索框等高，间距10px */
  .header .logo {
    max-width: 100% !important;
    width: 100% !important;
    height: 70px !important;
    margin-bottom: 10px !important;
  }

  .header .logo img {
    max-height: 60px !important;
    height: 60px !important;
    width: auto !important;
  }

  .header-top .logo {
    max-width: 100% !important;
    width: 100% !important;
    height: 70px !important;
    margin-bottom: 10px !important;
  }

  .header-top .logo img {
    height: 60px !important;
    width: auto !important;
  }

  /* Banner高度调整 */
  .banner {
    height: 200px;
    min-height: 200px;
  }

  .banner .text h4 {
    font-size: 16px;
  }

  .banner .text p {
    font-size: 12px;
  }

  /* 全屏图片 */
  .full-img-div {
    height: 50px !important;
  }

  /* 新闻列表 */
  .news-list li {
    padding: 10px;
  }

  .news-title {
    font-size: 13px;
  }

  .news-date {
    font-size: 11px;
  }

  /* 专题专栏 */
  .special-columns .swiper-slide {
    width: 100% !important;
    /* 小屏手机全宽显示 */
  }

  /* ===== 智享社科模块小屏手机適配 ===== */
  .zhixiang-section {
    padding: 20px 0 !important;
  }

  .zhixiang-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    max-width: 100% !important;
  }

  .zhixiang-item div[style*="width: 80px; height: 80px"] {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 8px !important;
  }

  .zhixiang-item img[style*="width: 80px"] {
    width: 50px !important;
    height: 50px !important;
  }

  .zhixiang-item p {
    font-size: 11px !important;
    margin: 5px 0 0 0 !important;
  }

  /* 背景图高度小屏手机高度 */
  .zhixiang-background {
    top: 40% !important;
    left: 5% !important;
    right: 5% !important;
    height: 100px !important;
  }
}

/* ===== 横屏模式优化 ===== */
@media (max-height: 500px) and (orientation: landscape) {
  .banner {
    height: 250px;
    min-height: 250px;
  }

  .section {
    padding: 20px 0;
  }
}

/* ===== 解决移动端点击延迟 ===== */
a,
button,
input[type="button"],
input[type="submit"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
}

/* ===== 移动端字体优化 ===== */
@media (max-width: 768px) {
  * {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

/* ===== 社科普及模块样式 ===== */
.sheke-puji-section {
  position: relative;
}

.sheke-puji-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

/* 左侧轮播图样式 */
.sheke-carousel-wrap {
  flex: 0 0 70%;
  position: relative;
  height: 420px;
}

.sheke-puji-swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sheke-puji-swiper .swiper-wrapper {
  align-items: center;
}

.sheke-slide {
  width: 280px !important;
  height: 380px;
  transition: all 0.4s ease;
  position: relative;
}

.sheke-slide-card {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #fff;
}

.sheke-slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sheke-no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 30px;
  box-sizing: border-box;
}

.sheke-no-image span {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}

.sheke-slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 40px 15px 15px;
}

.sheke-slide-overlay h4 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Swiper轮播效果 - 卡片层叠 */
.sheke-puji-swiper .swiper-slide-active {
  z-index: 3;
  transform: scale(1);
}

.sheke-puji-swiper .swiper-slide-prev,
.sheke-puji-swiper .swiper-slide-next {
  z-index: 2;
  transform: scale(0.9);
  opacity: 0.7;
}

.sheke-puji-swiper .swiper-slide-prev {
  transform: translateX(30px) scale(0.9) rotate(-3deg);
}

.sheke-puji-swiper .swiper-slide-next {
  transform: translateX(-30px) scale(0.9) rotate(3deg);
}

.sheke-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.sheke-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 5px;
}

.sheke-pagination .swiper-pagination-bullet-active {
  background: #8b7355;
}

/* 右侧子栏目列表样式 */
.sheke-categories-wrap {
  flex: 0 0 30%;
}

.sheke-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sheke-category-item {
  counter-increment: sheke-counter;
}

.sheke-category-item a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  background: linear-gradient(135deg, #a89968 0%, #8b7355 50%, #a89968 100%);
  border-radius: 30px;
  padding: 10px 25px 10px 15px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(139, 115, 85, 0.3);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.sheke-category-item a::before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  pointer-events: none;
}

.sheke-category-item a::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  opacity: 0.5;
}

.sheke-category-item:nth-child(7) a {
  background: linear-gradient(135deg, #8b3a3a 0%, #a04040 50%, #8b3a3a 100%);
  box-shadow: 0 3px 10px rgba(139, 58, 58, 0.3);
}

.sheke-category-item a:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(139, 115, 85, 0.4);
}

/* 标题项激活状态 */
.sheke-article-item.active a {
  transform: translateX(8px);
  box-shadow: 0 6px 20px rgba(139, 115, 85, 0.5);
  background: linear-gradient(135deg, #c5a572 0%, #a89968 50%, #c5a572 100%);
}

.sheke-article-item.active .sheke-num {
  background: linear-gradient(135deg, #9a7d5a 0%, #7a6545 100%);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.sheke-category-item:nth-child(7) a:hover {
  box-shadow: 0 5px 15px rgba(139, 58, 58, 0.4);
}

.sheke-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #7a6545 0%, #5a4a35 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.sheke-num::before {
  content: counter(sheke-counter);
}

.sheke-category-item:nth-child(7) .sheke-num {
  background: linear-gradient(135deg, #6b2a2a 0%, #4a1a1a 100%);
}

.sheke-title {
  color: #fff;
  font-size: 16px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* 社科普及模块移动端适配 */
@media screen and (max-width: 992px) {
  .sheke-puji-content {
    flex-direction: column;
    gap: 30px;
  }

  .sheke-carousel-wrap,
  .sheke-categories-wrap {
    flex: none;
    width: 100%;
  }

  .sheke-carousel-wrap {
    height: 350px;
  }

  .sheke-slide {
    width: 240px !important;
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  .sheke-carousel-wrap {
    height: 300px;
  }

  .sheke-slide {
    width: 200px !important;
    height: 280px;
  }

  .sheke-category-item a {
    padding: 8px 20px 8px 12px;
  }

  .sheke-num {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .sheke-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .sheke-carousel-wrap {
    height: 260px;
  }

  .sheke-slide {
    width: 180px !important;
    height: 240px;
  }

  .sheke-category-item a {
    padding: 6px 15px 6px 10px;
    gap: 10px;
  }

  .sheke-num {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .sheke-title {
    font-size: 13px;
  }
}

/* ==================== 头部搜索框样式 ==================== */
.header {
  position: relative;
}

/* 顶部区域：Logo + 搜索框 */
.header-top {
  background: transparent;
  padding: 20px 0;
  position: relative;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Logo 样式 */
.header-top .logo {
  flex-shrink: 0;
}

.header-top .logo img {
  height: 80px;
  width: auto;
}

/* 搜索框容器 */
.header-search {
  flex-shrink: 0;
  min-width: 280px;
  margin-left: auto;
}

/* 无障碍和长者版链接 */
.accessibility-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 8px;
}

.accessibility-links a {
  font-size: 14px;
  color: #000;
  background: none;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.accessibility-links a:hover {
  color: #0158b4;
  text-decoration: underline;
}

.search-form {
  margin: 0;
}

.search-input-group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(74, 127, 184, 0.5);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 61, 130, 0.1);
}

.search-input-group:hover {
  border-color: rgba(0, 61, 130, 0.7);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px rgba(0, 61, 130, 0.2);
}

.search-input-group:focus-within {
  border-color: #003d82;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 12px rgba(0, 61, 130, 0.3);
}

.search-input {
  flex: 1;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #333;
}

.search-input::placeholder {
  color: #999;
}

.search-btn {
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  background: rgba(1, 88, 180, 0.7);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 12px;
  font-size: 14px;
  font-weight: bold;
}

.search-btn:hover {
  background: rgba(1, 88, 180, 0.9);
  box-shadow: 0 2px 6px rgba(1, 88, 180, 0.4);
}

.search-btn .iconfont {
  font-size: 18px;
}

.search-btn .search-text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

/* 导航栏区域 */
.header-nav {
  background: linear-gradient(90deg, #1a5fa0 0%, #2e8bc0 50%, #1a5fa0 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
  .header-search {
    min-width: 240px;
  }
}

@media screen and (max-width: 992px) {
  .header-top-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  
  .header-top .logo {
    width: 100%;
    text-align: center;
  }
  
  .header-search {
    width: 100%;
    max-width: 400px;
    min-width: auto;
    margin-left: 0;
  }
  
  .search-input {
    min-width: auto;
  }
  
  .accessibility-links {
    justify-content: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .header-top {
    padding: 0 !important;
  }

  .header-top-inner {
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  /* Logo样式统一 - 与搜索框等高，间距10px */
  .header .logo {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
  }

  .header .logo img {
    max-height: 60px !important;
    height: 60px !important;
    width: auto !important;
  }

  .header-top .logo {
    max-width: 100% !important;
    width: 100% !important;
    height: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .header-top .logo img {
    height: 60px !important;
    width: auto !important;
    max-width: 100% !important;
  }

  /* 搜索框距导航栏10px */
  .header-search {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }

  .search-input-group {
    width: 100%;
    border-radius: 0 !important;
  }

  .search-input {
    height: 44px !important;
    line-height: 44px !important;
  }

  .search-btn {
    height: 44px !important;
  }
}

/* ========================================
   无障碍功能工具条样式
   ======================================== */
/* 辅助功能工具条样式 - 横向顶部布局 */
.accessibility-toolbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: linear-gradient(135deg, #4a4a4a 0%, #5a5a5a 100%) !important;
    box-shadow: none !important;
    z-index: 99999 !important;
    padding: 8px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border: none !important;
}

.toolbar-header {
    display: none !important;
}

.toolbar-content {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 0 20px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.toolbar-section {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
}

.toolbar-section label {
    margin: 0 !important;
    padding: 0 10px !important;
    font-weight: bold !important;
    color: #fff !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    border-right: 1px solid rgba(255,255,255,0.2) !important;
}

.toolbar-buttons {
    display: flex !important;
    gap: 5px !important;
}

.toolbar-buttons button {
    min-width: 50px !important;
    height: 50px !important;
    padding: 8px 12px !important;
    background: #666 !important;
    border: 2px solid #888 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 13px !important;
    color: #fff !important;
    transition: all 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
}

.toolbar-buttons button:hover {
    background: #1a7fd8 !important;
    border-color: #1a7fd8 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
}

.toolbar-buttons button:active {
    transform: translateY(0) !important;
}

/* 关闭按钮样式 */
.toolbar-close {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background: #d32f2f !important;
    border: 2px solid #fff !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 28px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s !important;
}

.toolbar-close:hover {
    background: #b71c1c !important;
    transform: translateY(-50%) scale(1.1) !important;
}

/* 鼠标样式 */
.cursor-large * {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><circle cx="16" cy="16" r="10" fill="black"/><circle cx="16" cy="16" r="8" fill="white"/></svg>') 16 16, auto !important;
}

.cursor-crosshair,
.cursor-crosshair * {
    cursor: crosshair !important;
}

/* 高对比模式 */
.contrast-high {
    filter: contrast(150%) !important;
}

.contrast-invert {
    filter: invert(1) hue-rotate(180deg) !important;
}

/* 导览线 */
#reading-guides {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 9998 !important;
}

.guide-line {
    position: absolute !important;
    background: rgba(255, 0, 0, 0.5) !important;
}

.guide-horizontal {
    width: 100% !important;
    height: 2px !important;
    left: 0 !important;
}

.guide-vertical {
    width: 2px !important;
    height: 100% !important;
    top: 0 !important;
}

/* 链接高亮 */
.highlight-links a {
    background: yellow !important;
    padding: 2px 4px !important;
    border-radius: 3px !important;
}

/* 给页面内容加上上边距，防止被工具条遮挡 */
body.accessibility-mode {
    padding-top: 66px !important;
    margin-top: 0 !important;
}

/* 修复页面头部的上边距 */
body.accessibility-mode .header,
body.accessibility-mode header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 确保页面从工具条下方开始，无缝衔接 */
body.accessibility-mode > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* 移动端适配 */
@media (max-width: 768px) {
    /* 隐藏所有轮播图的左右切换按钮 */
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
    
    /* 隐藏所有轮播图的分页器（圆点/方块） */
    .swiper-pagination {
        display: none !important;
    }
    
    .accessibility-toolbar {
        padding: 5px 0 !important;
    }
    
    .toolbar-content {
        gap: 8px !important;
        padding: 0 10px !important;
    }
    
    .toolbar-section label {
        font-size: 12px !important;
        padding: 0 5px !important;
    }
    
    .toolbar-buttons button {
        min-width: 40px !important;
        height: 40px !important;
        font-size: 11px !important;
        padding: 5px 8px !important;
    }
    
    .toolbar-close {
        width: 40px !important;
        height: 40px !important;
        font-size: 24px !important;
    }
}
