* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font: 20px "微软雅黑";
}

body{
  	transform: scale(0.8);        /* 缩放比例 */
    transform-origin: top left;   /* 从左上角开始缩放 */
    width: 125vw;                 /* 宽度补偿 = 100% / 0.8 */
    height: 150vh;                /* 高度补偿 */
    overflow-x: hidden;           /* 隐藏水平滚动条 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
i {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button:focus,
textarea:focus,
select:focus,
video {
  outline: none;
}

input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #888;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #888;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #888;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #888;
}

select::-ms-expand {
  display: none;
}

body {
  background: #e5eff9;
}

/* 首页 */

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

#navToggle {
  display: none;
}

.jyNewsSwiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #ffffff;
  opacity: 1;
}

.jyNewsSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2768dc;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0;
}

a {
  color: black;
  text-decoration: none !important;
}

a:hover span {
  color: #2768db;
}

.bm3 {
  border-bottom: 3px solid #2768dc;
}

.PullRight {
  float: right;
}

.PullLeft {
  float: left;
}

.jyLayout {
  width: 1449px;
  margin: 0 auto;
}

.header-banner {
  width: 100%;
  height: 230px;
  background: url(../images/zs_jykxy_headerbg.png) no-repeat;
  background-size: 100% 100%;
}

.header-banner-img {
  height: 100%;

  padding: 51px 0 66px 0;
  display: flex;
  justify-content: space-between;
}

.header-banner-right {
  float: right;
  width: 447px;
  margin-top: 11px;
  color: white;
  line-height: 32px;
}

.jyHomeNav {
  height: 80px;
  width: 100%;
  background-color: #2768dc;
}

.jyHomeNav a:hover {
  color: #eeeeee;
}

.jyHomeNav .jyHomeNavActive {
  border-bottom: 4px solid #fff;
}

.jyHomeNav .jyNav {
  padding: 21px 0;
}

.jyHomeNav a {
  color: #fff;
  font-size: 26px;
  margin-right: 124px;
}

.jyNewsSwiper {
  height: 100%;
  overflow: hidden;
}

.floor1 {
  padding-top: 40px;
}

.floor1 .jyCol {
  width: 886px;
  height: 480px;
}

.jyNewsSwiper .jyNewsSwiperItem {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.jyNewsSwiper .jyNewsSwiperItem > h4 {
  display: flex;
  font-size: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 50px;
  padding: 0 160px 0 15px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jyWhiteBg {
  background: #ffffff !important;
}

.jyNewsSwiper > .swiper-pagination-bullets {
  left: auto;
  right: 20px;
  width: auto;
}

.floor1_box1 {
  margin-left: 20px;
  width: 540px;
}

.floor1_box1 .jsTabTit li.active {
  background-color: #2768db;
}

.floor1_box1 .jsTabTit li.active a {
  color: #ffffff;
}

.floor1_box1 .jsTabTit li {
  width: 140px;
  height: 62px;
  padding: 17px 30px;
  font-size: 20px;
}

/* .floor1_box1 .jsTabTit{
  border-bottom: 3px solid #2768DC;
} */
.floor1_box1 .jsTabTit .more {
  padding-top: 20px;
}

.floor1_box1 .jsTabCon .ixList .box span {
  color: #333;
  background: url(../images/zs_jykxy_icon1.png) center left no-repeat;
  background-size: 18px;
  padding-left: 25px;
}

.floor1_box1 .jsTabCon .ixList .box:hover span {
  color: #2768dc;
}

.floor1_box1 .jsTabCon .ixList a {
  font-size: 20px;
  display: block;
  margin-top: 33px;
}

.floor1_box1 .jsTabCon .ixList a:hover {
  color: #2768db;
}

.textH {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 兼容麒麟系统浏览器 */
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  /* 备用方案：使用max-width和word-break */
  max-width: 100%;
  word-break: break-all;
  /* 确保在麒麟系统中也能正常工作 */
  display: block;
  /* 移除可能冲突的webkit属性 */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 1; */
  /* -webkit-box-orient: vertical; */
}

/* 专门针对麒麟系统的文本截断样式 */
.textH-kylin {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  /* 麒麟系统特殊处理 */
  position: relative;
}

/* 麒麟系统备用方案：使用伪元素实现省略号 */
.textH-kylin::after {
  content: "...";
  position: absolute;
  right: 0;
  top: 0;
  background: inherit;
  padding-left: 5px;
  display: none; /* 默认隐藏，通过JS控制显示 */
}

/* 多行文本截断的麒麟系统兼容方案 */
.textH-multi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* 麒麟系统备用方案 */
  max-height: 2.4em;
  line-height: 1.2em;
  position: relative;
}

.textH-multi::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: inherit;
  padding-left: 5px;
  display: none;
}

.floor2 {
  margin-top: 49px;
}

.floor2 .boxFloor2Box1 {
  padding-right: 20px;
}

.floor2 .boxFloor2Box2 {
  padding-right: 10px;
  padding-left: 10px;
}

.floor2 .boxFloor2Box3 {
  padding-left: 20px;
}

.floor2 .title.i1,
.floor2 .title.i2,
.floor2 .title.i3 {
  padding-bottom: 11px;
}

.floor2 .title.i1 span {
  background: url(../images/zs_jykxy_icon2.png) center left no-repeat;
}

.floor2 .title.i2 span {
  background: url(../images/zs_jykxy_icon3.png) center left no-repeat;
}

.floor2 .title.i3 span {
  background: url(../images/zs_jykxy_icon4.png) center left no-repeat;
}

.floor2 .title.i1 span,
.floor2 .title.i2 span,
.floor2 .title.i3 span {
  background-size: 30px;
  padding-left: 40px;
  font-size: 24px;
  color: #2768dc;
  margin-left: 12px;
}

.floor2 .title.i1 .more,
.floor2 .title.i2 .more,
.floor2 .title.i3 .more {
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
}

.floor2 .fl2_t1_Left {
  background-color: #eaf2ff;
  width: 80px;
  height: 60px;
  border-radius: 6px 6px 6px 6px;
}

.floor2 .ixList a {
  margin-top: 20px;
}

.floor2 .ixList a.box {
  display: flex;
  align-items: center;
}

.floor2 .fl2_t1_Left .box2 {
  width: 80px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 6px 6px;
}

.floor2 .fl2_t1_Left .ri {
  color: #6092e7;
  font-size: 24px;
  width: 100%;
  text-align: center;
  padding-top: 8px;
}

.floor2 .fl2_t1_Left .nianYue {
  color: #999999;
  font-size: 14px;
}

.floor2 .fl2_t1_Right {
  font-size: 20px;
  color: #333333;
  margin-left: 11px;
}

.textH2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor2 .ixList .fl2_t2_Left .box2 {
  width: 120px;
  height: 60px;
  background: url(../images/zs_jykxy_icon5.png) center left no-repeat;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}

.floor2 .fl2_t1_Left div.ri {
  width: 100%;
  height: 40px;
  padding-top: 8px;
  font-size: 24px;
  text-align: center;
  background-color: #2768dc;
  color: #ffffff;
  border-radius: 6px 6px 0 0;
}

.floor2 .fl2_t1_Left div.nianYue {
  width: 100%;
  height: 20px;
  font-size: 14px;
  text-align: center;
  color: #2768dc;
  border-radius: 0 0 6px 6px;
  border: 1px solid #2768dc;
}

.floor3 {
  display: flex;
}

.floor3 .box3 {
  margin-top: 34px;
  margin-left: 23px;
}

.floor3 .box3:nth-child(1) {
  margin-left: 0;
}

.floor4 .box4 {
  margin-top: 26px;
}

.floor4 {
  width: 1515px;
  display: flex;
  justify-content: space-between;
}

.floor5 {
  margin-top: 35px;
  padding-bottom: 71px;
}

.floor5 .tit {
  font-weight: bold;
  font-size: 24px;
  color: #2768dc;
  border-bottom: 1px solid #999999;
  padding-bottom: 9px;
}

.donge_nav1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.donge_nav1 .item {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  padding: 0 15px;
}

.donge_nav1 .item #item1 {
  width: 100%;
  height: 62px;
  background-color: #f2f7fd;
  position: relative;
  cursor: pointer;
}

.donge_nav1 .item #item1 .item_title {
  display: block;
  font-size: 20px;
  padding: 0 26px 0 20px;
  color: #666668;
  border: #94b4ed 1px solid;
  border-radius: 6px;
  letter-spacing: 0.29px;
  line-height: 62px;
}

.donge_nav1 .item #item1 ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 200px;
  bottom: 60px;
  overflow: auto;
  background-color: #ffffff;
  border: #333333 1px solid;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);

  z-index: 999;
}

.donge_nav1 .item #item1 ul li {
  height: 35px;
  line-height: 35px;
  text-align: left;
  padding-left: 20px;
}

.donge_nav1 .item #item1 ul li:hover {
  background-color: #4f5259;
}

.donge_nav1 .item #item1 ul li:hover a {
  color: #ffffff;
}

.donge_nav1 .item #item1 ul li a {
  display: block;
  color: #333;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.donge_nav1 .item.active #item1 ul {
  display: block;
}

.donge_nav1 .item.active #item2 ul {
  display: block;
}

.donge_nav1 .item #item1 .xiala {
  position: absolute;
  right: 26px;
  top: 25px;
  border-top: 12px solid #2768dc;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.donge_nav1 .item #item2 {
  width: 100%;
  height: 62px;
  background-color: #f2f7fd;
  position: relative;
  cursor: pointer;
}

.donge_nav1 .item #item2 .item_title {
  display: block;
  font-size: 20px;
  padding: 0 26px 0 20px;
  color: #666668;
  border: #94b4ed 1px solid;
  border-radius: 6px;
  letter-spacing: 0.29px;
  line-height: 62px;
}

.donge_nav1 .item #item2 ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 200px;
  bottom: 60px;
  overflow: auto;
  background-color: #ffffff;
  border: #333333 1px solid;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  z-index: 999;
}

.donge_nav1 .item #item2 ul li {
  height: 35px;
  line-height: 35px;
  text-align: left;
  padding-left: 20px;
}

.donge_nav1 .item #item2 ul li:hover {
  background-color: #4f5259;
}

.donge_nav1 .item #item2 ul li:hover a {
  color: #ffffff;
}

.donge_nav1 .item #item2 ul li a {
  display: block;
  color: #333;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.donge_nav1 .item #item2 .xiala {
  position: absolute;
  right: 26px;
  top: 25px;
  border-top: 12px solid #2768dc;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.float {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.float .floatLeft {
  display: none; /* 隐藏左侧悬浮窗 */
}

.float .floatRight {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float .floatRight a {
  display: block;
  transition: transform 0.3s ease;
}

.float .floatRight a:hover {
  transform: scale(1.05);
}

.float .floatRight img {
  max-width: 100px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.float .floatRight a:hover img {
  border-color: #2768dc;
  transform: translateY(-2px);
}

/* 呼吸灯动画效果 */
@keyframes float-breathe {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 6px 20px rgba(39, 104, 220, 0.3);
    transform: scale(1.02);
  }
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .float {
    right: 10px;
    padding: 10px;
    gap: 10px;
  }
  
  .float .floatRight img {
    max-width: 80px;
  }
  
  .float-close {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 10px !important;
  }
  
  .float-show {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    right: 10px !important;
    bottom: 10px !important;
  }
}

.footer {
  padding-bottom: 20px;
}

.footer .jyLayout {
  padding-top: 39px;
  border-top: 3px solid #2768dc;
  padding-left: 158px;

  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer .jyLayout .footerCenter {
  margin-left: 79px;
  font-size: 18px;
  color: #2768dc;
  font-weight: bold;
  line-height: 38px;
}

.footerCenterTop {
  display: flex;
}

.footerCenterTop .footerCenterLeft {
  margin-right: 71px;
}

.footerCenterTop .footerCenterRight .footerCenterRightB .youBian {
  margin-left: 130px;
}

.footer .footerCenter .beian a {
  font-size: 12px;
  color: #999999;
}

.footer .footerCenter .beian .left,
.footer .footerCenter .beian .right {
  display: inline-block;
}

.footer .footerCenter .beian .right {
  margin-left: 44px;
}

.footer .footerRight {
  margin-left: 124px;
}

.footer .footerRight .gz {
  margin-top: 6px;
  font-size: 12px;
  color: #999999;
}

.lbTit {
  display: inline-block;
  width: 75%;
}

.riqi {
  margin-left: 20px;
}

.jyDpt .header-banner-img {
  align-items: center;
}

.jyDpt .header-banner .header_banner_left .header_banner_left_title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}

.jyDpt .header-banner .header_banner_left .header_banner_left_en {
  font-size: 18.7px;
  color: #eaeced;
  margin-top: 15px;
}

.jyDpt .header-banner .header_banner_right .input-box {
  display: flex;
}

.jyDpt .header-banner .header_banner_right .input-box input {
  border: none;
  outline: none;
  padding: 13px 11px;
  width: 309px;
  height: 48px;
}

.jyDpt .header-banner .header_banner_right .input-box .search-btn {
  cursor: pointer;
  padding: 0 6px;
  background-color: #2769dc;
  color: #ffffff;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  width: 99px;
}

.jyDpt .header-banner .header_banner_right {
  display: flex;
}
.jyDpt .header-banner .header_banner_right .jy_hy {
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #81cbf7;
  display: inline-block;
  height: 52px;
  line-height: 48px; /* 52px - 4px (2px border * 2) */
  text-align: center;
  vertical-align: middle;
}

.jyDpt .header-banner .header_banner_right .hyBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jyDpt .header-banner .header_banner_right .jy_hy a {
  color: #ffffff;
  padding: 0 15px;
  display: block;
  height: 100%;
  line-height: 48px; /* 52px - 4px (2px border * 2) */
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* 已登录状态的欢迎文字样式 */
.jyDpt .header-banner .header_banner_right #welcomeText {
  color: #ffffff;
  font-size: 14px;
  line-height: 52px;
  vertical-align: middle;
  white-space: nowrap;
}

.jyDpt .header-banner .header_banner_right .zc {
  margin-left: 40px;
  margin-right: 17px;
}

.jyDpt .jyHomeNav a {
  margin-right: 222px;
}

.jyDpt .Dptfloor1 {
  padding-top: 40px;
}

.jyDpt .Dptfloor1 .jyCol {
  width: 570px;
  height: 396px;
}

.jyDpt .Dptfloor1 .jyNewsSwiper .jyNewsSwiperItem img {
  width: 100%;
  height: 100%;
}

.jyDpt .Dptfloor1 .jyNewsSwiper .jyNewsSwiperItem > h4 {
  padding-left: 28px;
}

.jyDpt .Dptfloor1 .jyNews {
  margin-left: 20px;
  width: 477px;
}

.jyDpt .Dptfloor1 .jyNews .jyNews_title a {
  width: 200px;
  height: 60px;
  background-color: #2768db;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  display: block;
}

.jyDpt .Dptfloor1 .jyNews .jyNews_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jyDpt .Dptfloor1 .jyNews .jyNews_title .more-link {
  width: auto;
  height: 40px;
  background-color: transparent;
  border: 0px solid #2768db;
  border-radius: 6px;
  text-align: center;
  line-height: 38px;
  color: #2768db;
  display: inline-block;
  padding: 20px 20px 0px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/*
.jyDpt .Dptfloor1 .jyNews .jyNews_title .more-link:hover {
  background-color: #2768db;
  color: #ffffff;
}
*/

.jyDpt .Dptfloor1 .jyNews .jyNews_items {
  margin-top: 30px;
}

.jyDpt .Dptfloor1 .jyNews .jyNews_items .jyNews_itemTop {
  height: 35px;
}

.jyDpt .Dptfloor1 .jyNews .jyNews_items .tit {
  font-size: 20px;
  font-weight: bold;
}

.jyDpt .Dptfloor1 .jyNews .jyNews_items .time,
.Dptfloor3 .floor3_dj_contents .floor3_dj_content_bottom_item .time {
  font-size: 16px;
  color: #999999;
}

.jyDpt .Dptfloor1 .jyNews .jyNews_items .jyNews_itemBottom {
  font-size: 18px;
  color: #838383;
  margin-bottom: 23px;
  line-height: 26px;
}

.jyDpt .Dptfloor1 .jyFloor1Right {
  margin-left: 28px;
}

.jyDpt .Dptfloor1 .jyFloor1Right .jyQuick {
  width: 353px;
  background-color: #f3faff;
  border: 2px solid #94b4ed;
  border-radius: 6px 6px 6px 6px;
  padding: 14px 9px 20px;
}

.jyDpt .Dptfloor1 .jyFloor1Right .jyQuick .jyQuick_title {
  font-weight: bold;
  font-size: 24px;
  color: #2768dc;
  text-align: center;
  margin-bottom: 12px;
}

.jyDpt .Dptfloor1 .jyFloor1Right .jyQuick .jyQuick_inputBox {
  width: 332px;
  height: 62px;
  background: #eff4fc;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #94b4ed;
  padding: 19px 20px 18px;
  margin-bottom: 18px;
}

.jyDpt .Dptfloor1 .jyFloor1Right .jyQuick .jyQuick_inputBox .jyQuick_input {
  background-color: transparent;
}

.jyDpt .Dptfloor1 .jyFloor1Right .jyQuick .jyQuick_inputBox span {
  font-size: 18px;
  color: #838383;
  width: 32%;
  display: inline-block;
}

.jyDpt .Dptfloor1 .jyFloor1Right .jyQuick .jyQuick_Button {
  width: 334px;
  height: 62px;
  background: #2768dc;
  border-radius: 6px 6px 6px 6px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.jyDpt .Dptfloor1 .jyFloor1Right .jy_lxdh {
  background-image: url(../images/zs_jykxy_lxdhbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 353px;
  height: 87px;
  margin-top: 9px;
  padding: 24px 0 16px 30px;
}

.jyDpt .Dptfloor1 .jyFloor1Right .jy_lxdh .jy_lxdh_top {
  font-size: 15px;
  color: #2768dc;
  font-weight: bold;
}

.jyDpt .Dptfloor1 .jyFloor1Right .jy_lxdh .jy_lxdh_bottom {
  font-size: 20px;
  color: #4a4a4a;
  margin-top: 5px;
}

.jyDpt .Dptfloor2 .level1 {
  padding-bottom: 14px;
  border-bottom: 1px solid #ababab;
}

.jyDpt .Dptfloor2 .level1 .fen {
  margin: 0 15px;
  line-height: 45px;
}

.jyDpt .Dptfloor2 .level1 span a {
  font-weight: bold;
  font-size: 26px;
  color: #231815;
  padding-bottom: 4px;
  position: relative;
  margin: 0 15px;
}

.jyDpt .Dptfloor2 .level1 span a.first {
  margin-left: 0;
}

.jyDpt .Dptfloor2 .level1 span a::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #ababab;
  top: -webkit-calc(50% - 9px);
  top: -moz-calc(50% - 9px);
  top: calc(50% - 9px);
  right: -15px;
}

.jyDpt .Dptfloor2 .level1 span a.last::after {
  display: none;
}

.jyDpt .Dptfloor2 .level1 span.active a {
  border-bottom: 10px solid #2769dc;
}

.jyDpt .Dptfloor2 .level2 .level2-box {
  background: #f9f9f9;
  padding: 19px 14px 0 20px;
  display: flex;

  justify-content: space-between;
}

.jyDpt .Dptfloor2 .level2 .level2-box span {
  padding-bottom: 13px;
  font-size: 20px;
  color: #4a4a4a;
  padding-left: 29px;
  position: relative;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.active {
  color: #2768dc;
}

/* 有色金属图片 */
.jyDpt .Dptfloor2 .level2 .level2-box span::before {
  content: "";
  position: absolute;
  left: 1px;
  width: 22px;
  height: 22px;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.ysjs::before {
  background: url("../images/zs_jykxy_ysjs.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.ysjs.active::before {
  background: url("../images/zs_jykxy_ysjs.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.hsjs::before {
  background: url("../images/zs_jykxy_hsjs.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.hsjs.active::before {
  background: url("../images/zs_jykxy_hsjs2.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.zbzz::before {
  background: url("../images/zs_jykxy_zbzz.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.zbzz.active::before {
  background: url("../images/zs_jykxy_zbzz2.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.nmcl::before {
  background: url("../images/zs_jykxy_nmcl.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.nmcl.active::before {
  background: url("../images/zs_jykxy_nmcl2.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.jxhg::before {
  background: url("../images/zs_jykxy_jxhg.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.jxhg.active::before {
  background: url("../images/zs_jykxy_jxhg2.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.tztc::before {
  background: url("../images/zs_jykxy_tztc.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.tztc.active::before {
  background: url("../images/zs_jykxy_tztc2.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.swyyhdjk::before {
  background: url("../images/zs_jykxy_swyyhdjk.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.swyyhdjk.active::before {
  background: url("../images/zs_jykxy_swyyhdjk2.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.spyl::before {
  background: url("../images/zs_jykxy_spyl.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.spyl.active::before {
  background: url("../images/zs_jykxy_spyl2.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.qt::before {
  background: url("../images/zs_jykxy_qt.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .level2 .level2-box span.qt.active::before {
  background: url("../images/zs_jykxy_qt2.png") no-repeat center/contain;
}

.jyDpt .Dptfloor2 .content-box {
  margin-top: 14px;
  height: 257px;
}

.jyDpt .Dptfloor2 .content-box .content,
.jyDpt .Dptfloor3 .floor3_dj_contents .content {
  display: none;
}

.jyDpt .Dptfloor2 .content-box .content.active,
.jyDpt .Dptfloor3 .floor3_dj_contents .content.active {
  display: block;
}

.jyDpt .Dptfloor2 .content-box .floor2_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jyDpt .Dptfloor2 .content-box .floor2_con .jyNews_item {
  display: block;
  width: 48%;
  line-height: 42px;
}

.jyDpt .Dptfloor2 .content-box .floor2_con .jyNews_item .ic {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #2768dc;
  border-radius: 11px 11px 11px 11px;
  margin-right: 9px;
}

.jyDpt .Dptfloor3 {
  margin-bottom: 20px;
}

.jyDpt .Dptfloor3 .floor3_dj_title {
  border-bottom: 1px solid #ababab;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.jyDpt .Dptfloor3 .floor3_dj_title .floor_dj_title_left_tit,
.jyDpt .Dptfloor4 .floor4_dj_title .floor_dj_title_left_tit {
  font-weight: bold;
  font-size: 26px;
  color: #231815;
  padding-bottom: 4px;
  border-bottom: 10px solid #2769dc;
  position: relative;
  display: inline-block;
}

.jyDpt .Dptfloor3 .floor3_dj_title .floor_dj_title_left_tit::after,
.jyDpt .Dptfloor4 .floor4_dj_title .floor_dj_title_left_tit::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background-color: #ababab;
  top: -webkit-calc(50% - 9px);
  top: -moz-calc(50% - 9px);
  top: calc(50% - 9px);
  right: -20px;
}

.jyDpt .Dptfloor3 .floor3_dj_title .floor_dj_title_left_en,
.jyDpt .Dptfloor4 .floor4_dj_title .floor_dj_title_left_en {
  margin-left: 30px;
  font-weight: 300;
  font-size: 24px;
  color: #afafaf;
}

.jyDpt .Dptfloor3 .floor3_dj_title .floor_dj_title_right {
  border-radius: 6px 6px 6px 6px;

  width: 480px;
  height: 42px;
}

.jyDpt .Dptfloor3 .floor3_dj_title .floor_dj_title_right .tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  line-height: 40px;
}

.jyDpt .Dptfloor3 .floor3_dj_title .floor_dj_title_right .tabs span.active {
  background: #2769dc;
  color: #ffffff;
}

.jyDpt .Dptfloor3 .floor3_dj_title .floor_dj_title_right .tabs span {
  border: 1px solid #2769dc;
  display: inline-block;
  width: 25%;
  text-align: center;
}

.jyDpt .Dptfloor3 .floor3_dj_contents {
  margin-top: 20px;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_top {
  display: flex;

  justify-content: space-between;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_top .item {
  display: flex;
  align-items: center;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_top .item .itemLeft {
  text-align: center;
  line-height: 55px;
  width: 60px;
  height: 60px;
  background: #dfe9fa;
  border-radius: 60px 60px 60px 60px;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_top .item .itemRight {
  margin-left: 10px;
  font-size: 20px;
}

.jyDpt
  .Dptfloor3
  .floor3_dj_contents
  .floor3_dj_content_top
  .item
  .itemRight
  .num {
  font-weight: 500;
  font-size: 22px;
  color: #2768dc;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_bottom {
  background: #f9f9f9;
  border-radius: 6px 6px 6px 6px;
  padding: 36px 50px 20px 20px;
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_bottom_item {
  height: 120px;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_bottom_item a,
.jyDpt
  .Dptfloor3
  .floor3_dj_contents
  .floor3_dj_content_bottom_item
  a
  .imgRight
  .item_top {
  display: flex;
  align-items: center;
}

.jyDpt
  .Dptfloor3
  .floor3_dj_contents
  .floor3_dj_content_bottom_item
  a
  .imgRight {
  margin-left: 9px;
}

.jyDpt
  .Dptfloor3
  .floor3_dj_contents
  .floor3_dj_content_bottom_item
  a
  .imgRight
  .tit {
  width: 509px;
  margin-left: 6px;
}

.jyDpt
  .Dptfloor3
  .floor3_dj_contents
  .floor3_dj_content_bottom_item
  a
  .imgRight
  .item_bottom {
  margin-top: 9px;
}

.jyDpt
  .Dptfloor3
  .floor3_dj_contents
  .floor3_dj_content_bottom_item
  a
  .imgRight
  .item_bottom
  .and {
  font-weight: bold;
  font-size: 14px;
  color: #2768dc;
  margin: 0 5px;
}

.jyDpt
  .Dptfloor3
  .floor3_dj_contents
  .floor3_dj_content_bottom_item
  a
  .imgRight
  .item_bottom
  .name {
  color: #838383;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_bottom_item .djlx {
  font-size: 12px;
  border-radius: 4px 4px 4px 4px;

  padding: 3px 7px;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_bottom_item .xsdj {
  color: #359ef7;

  border: 1px solid #359ef7;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_bottom_item .dcyx {
  color: #f5ad4d;

  border: 1px solid #f5ad4d;
}

.jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_bottom_item .hzqy {
  color: #5eca86;

  border: 1px solid #5eca86;
}

.jyDpt .Dptfloor4 .floor4_dj_title {
  border-bottom: 1px solid #ababab;
  margin-bottom: 30px;
}

.jyDpt .Dptfloor4 {
  padding-bottom: 70px;
}

.jyDpt .Dptfloor4 .donge_nav1 .item {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: calc(100% / 2);
}

@media screen and (max-width: 992px) {
  .jyDpt .Dptfloor1 {
    flex-direction: column;
    align-items: center;
  }

  .jyDpt .Dptfloor1 .jyCol {
    width: 80%;
    height: 100%;
  }

  .jyDpt .Dptfloor1 .jyNews {
    width: 80%;
    margin-top: 20px;
    margin-left: 0;
  }

  .jyDpt .Dptfloor2 {
    margin-top: 20px;
  }

  .level1,
  .jyDpt .Dptfloor2 .level2 .level2-box,
  .jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_top {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .jyDpt .Dptfloor2 .level2 .level2-box {
    padding: 0;
    padding-top: 20px;
  }

  .jyDpt
    .Dptfloor3
    .floor3_dj_contents
    .floor3_dj_content_bottom_item
    a
    .imgRight
    .tit {
    width: 260px;
  }

  .jyDpt .Dptfloor2 .level2 .level2-box span {
    margin-right: 10px;
  }

  .jyDpt .Dptfloor3 .floor3_dj_title .floor_dj_title_right {
    width: 300px;
  }

  .jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_bottom_item {
    height: 80px;
  }

  .jyDpt .Dptfloor1 .jyFloor1Right {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1449px) {
  .jyHomeNav .jyNav {
    text-align: center;
  }

  .floor3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .floor3 .box3 {
    margin-left: 5px;
    width: 48%;
  }

  .jyHomeNav a {
    margin-right: 45px;
  }

  .header-banner .header-banner-img .header-banner-left {
    width: 60%;
  }

  .header-banner-right {
    line-height: 22px;
  }

  .jyLayout {
    width: 100%;
  }

  .lbTit {
    display: inline-block;
    width: 50%;
  }

  .floor1_box1 {
    margin-left: 10px;

    width: 60%;
  }

  .floor3 img,
  .floor4 img {
    width: 100%;
  }

  .floor4 {
    width: 100%;
  }

  .floor5 .tit {
    margin-left: 20px;
  }

  .footer .jyLayout {
    padding-left: 10px;
  }

  .footer .jyLayout .footerCenter {
    font-size: 14px;
    margin-left: 50px;
  }

  .floor1 .jyCol {
    width: 55%;
  }

  .jyNewsSwiper .jyNewsSwiperItem img {
    width: 100%;
  }

  .jyDpt .jyHomeNav a {
    margin-right: 20px;
  }

  .header-banner-img {
    flex-direction: column;
  }

  .jyDpt .header-banner .header_banner_right {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .jyDpt .header-banner .header_banner_right .zc {
    margin: 0px;
    margin-top: 10px;
  }

  .jyDpt .header-banner-img {
    padding: 10px 0 20px 0;
  }

  .jyDpt
    .Dptfloor3
    .floor3_dj_contents
    .floor3_dj_content_bottom_item
    a
    .imgRight
    .tit {
    width: 400px;
  }

  .jyDpt .Dptfloor3 .floor3_dj_contents .floor3_dj_content_bottom {
    padding: 20px;
  }
}

@media screen and (max-width: 992px) {
  .jyNewsSwiper {
    height: 100%;
  }

  .float {
    display: none;
  }

  .header-banner .header-banner-img .header-banner-right {
    width: 60%;
  }

  .header-banner-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .jyHomeNav {
    display: none;
  }

  .floor1 {
    flex-direction: column;
    align-items: center;
  }

  .floor1 .jyCol {
    width: 90%;
  }

  .floor1_box1 {
    margin-top: 20px;
    width: 90%;
  }

  .floor2 {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .floor2 .col-md-4 {
    width: 90%;
    margin-top: 20px;
  }

  .footer .jyLayout {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .footerRight {
    margin: 0;
  }

  .floor4 {
    flex-direction: column;
  }

  .floor2 .boxFloor2Box1 {
    padding-right: 0px;
  }

  .floor2 .boxFloor2Box2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .floor2 .boxFloor2Box3 {
    padding-left: 0px;
  }

  .jyMobileNav {
    display: block !important;
    opacity: 0;
  }

  #navToggle {
    display: block;
    height: 100%;
    width: 30px;
    height: 60px;
    background: url(../images/zs_menu.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 10px;
  }

  .donge_nav1 .item {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    padding: 0 0 15px 0;
  }

  .footerCenterTop {
    display: flex;
    flex-direction: column;
  }

  .footer .jyLayout .footerCenter {
    margin-left: 0px;
  }

  .footerCenterTop .footerCenterRight .footerCenterRightB .youBian {
    margin-left: 50px;
  }
}

.jyMobileNav .top {
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}

.jyMobileNav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.jyMobileNav .ul {
  margin-top: 30px;
}

.jyMobileNav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.jyMobileNav .ul li a {
  display: block !important;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  width: 100%;
}

.jyMobileNav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.jyMobileNav {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  width: 60%;
  height: 100%;
  background: #2768dc;
  transition: all ease 500ms;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.floor1_box1 .jsTabTit li {
  display: inline-block;
}

/* 页签样式 */
.tab-container {
  width: 100%;
  margin: 40px 0;
}

.tab-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}

.tab-item {
  padding: 15px 30px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
  border-bottom: 3px solid transparent;
}

.tab-item:hover {
  color: #2768dc;
}

.tab-item.active {
  color: #2768dc;
  border-bottom-color: #2768dc;
}

.tab-line {
  height: 1px;
  background-color: #e0e0e0;
  margin-top: -1px;
}

.tab-content {
  padding: 30px 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

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

.tab-list li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.tab-list li:last-child {
  border-bottom: none;
}

.tab-list li:hover {
  background-color: #f8f9fa;
  padding-left: 10px;
}

.tab-list li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: color 0.3s ease;
}

.tab-list li a:hover {
  color: #2768dc;
}
@media screen and (max-width: 720px) {
  .jyDpt .header-banner .header_banner_left .header_banner_left_title {
    text-align: center;
    font-size: 26px;
  }

  .jyDpt .header-banner .header_banner_left .header_banner_left_en {
    font-size: 14px;
  }

  .jyDpt .Dptfloor2 .content-box .floor2_con .jyNews_item {
    width: 80%;
  }

  .jyDpt .Dptfloor3 .floor3_dj_title .floor_dj_title_right {
    margin: 0 auto;
  }

  .jyDpt .Dptfloor2 .content-box .floor2_con {
    align-items: center;
    flex-direction: column;
  }

  .jyDpt
    .Dptfloor3
    .floor3_dj_contents
    .floor3_dj_content_bottom_item
    a
    .imgRight
    .tit {
    width: 350px;
  }
}

@media screen and (max-width: 500px) {
  .jyDpt .header-banner .header_banner_left .header_banner_left_title {
    font-size: 18px;
  }

  .jyDpt .header-banner .header_banner_right .input-box input {
    width: 200px;
  }

  .jyDpt
    .Dptfloor3
    .floor3_dj_contents
    .floor3_dj_content_bottom_item
    a
    .imgRight
    .tit {
    width: 300px;
  }
}


.breadcrumb {
  font-size: 15px;
  color: #888;
  padding: 12px 0 12px 8px;
  background: #f7f7f7;
  border-radius: 4px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0;
}
.breadcrumb-title {
  color: #666;
  font-weight: bold;
  margin-right: 6px;
}
.breadcrumb a {
  color: #337ab7;
  text-decoration: none;
  margin: 0 4px;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: #23527c;
  text-decoration: underline;
}
.breadcrumb-separator {
  color: #bbb;
  margin: 0 4px;
  font-size: 15px;
}
.breadcrumb a:last-child {
  color: #222;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}

/* 自动滚动样式 */
.scroll-content {
  padding: 10px 0;
  transition: transform 0.5s ease;
}

.scroll-item {
  padding: 8px 15px;
  margin: 5px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 6px;
  border-left: 4px solid #1C94DC;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.scroll-item:hover {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  transform: translateX(5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* 不同容器的不同颜色主题 */
#all-scroll-content .scroll-item {
  border-left-color: #28a745; /* 绿色 - 全部对接动态 */
}

#all-scroll-content .scroll-item:hover {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
}

#online-scroll-content .scroll-item {
  border-left-color: #17a2b8; /* 蓝色 - 线上对接 */
}

#online-scroll-content .scroll-item:hover {
  background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
}

#in-scroll-content .scroll-item {
  border-left-color: #ffc107; /* 黄色 - 达成意向 */
}

#in-scroll-content .scroll-item:hover {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
}

#scroll-content .scroll-item {
  border-left-color: #dc3545; /* 红色 - 合作签约 */
}

#scroll-content .scroll-item:hover {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* 鼠标悬停时暂停滚动 */
.floor3_dj_content_bottom:hover .scroll-content {
  animation-play-state: paused;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .scroll-item {
    font-size: 14px;
    padding: 6px 12px;
  }
}

/* 悬浮窗样式 */
.float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  transition: all 0.3s ease;
}

.floatRight {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 上部分：点击量显示 */
.float-top {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
  color: white;
  text-align: center;
  min-width: 180px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.click-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stats-title {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
  letter-spacing: 1px;
}

.stats-number {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.stats-number:hover {
  transform: scale(1.05);
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.stats-trend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
}

.trend-up {
  color: #4ade80;
  font-weight: bold;
  animation: pulse 2s infinite;
}

.trend-text {
  opacity: 0.8;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* 下部分：图片展示 */
.float-bottom {
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.float-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.float-image {
  width: 100%;
  height: auto;
  max-width: 150px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.float-image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* 图片放大模态框 */
.float-image-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.float-image-modal-content {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 90%;
  max-width: 800px;
  max-height: 600px;
}

.float-image-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10001;
}

.float-image-close:hover {
  color: #ff4444;
  transform: scale(1.1);
}

#float-modal-image {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

#float-modal-title {
  color: white;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}

/* 悬浮窗动画效果 */
.float {
  animation: floatBounce 3s ease-in-out infinite;
}

@keyframes floatBounce {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* 响应式调整 */
@media (max-width: 768px) {
  .float {
    right: 10px;
    bottom: 10px;
  }
  
  .float-top {
    min-width: 150px;
    padding: 15px;
  }
  
  .stats-number {
    font-size: 24px;
  }
  
  .float-image {
    max-width: 120px;
  }
}
