/**
 * html
 * date: 2023-4-12
 * author: yyh;
 */
.pic-container .swiper-slide {
  position: relative;
  height: 550px;
  overflow: hidden;
}

.pic-container .swiper-slide img {
  vertical-align: top;
  height: 550px;
  width: 1920px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.pic-container .swiper-pagination {
  height: 4px;
  line-height: 4px;
  bottom: 20px;
  box-sizing: border-box;
}

.pic-container .swiper-pagination-bullet {
  width: 52px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  opacity: 0.5;
  vertical-align: top;
}

.pic-container .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.content {
  padding: 24px 0;
  background-color: #f0f5fc;
}

.tab {
  display: flex;
}

.tab li {
  padding: 0 12px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #00428e;
  border: 1px solid #00428e;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.3s, background 0.3s;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab li:not(:last-child) {
  margin-right: 16px;
}

.tab li.active {
  color: #fff;
  background: #00428e;
}

.normal-list li {
  font-size: 16px;
  line-height: 58px;
  display: flex;
  align-items: center;
}

.normal-list li a {
  flex: 1;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.normal-list li:not(:last-child) {
  border-bottom: 1px dashed #cbcbcb;
}

.normal-list li a {
  color: #333;
  margin-right: 10px;
}

.normal-list li .time {
  margin-left: 60px;
  color: #999;
}

.normal-list li:hover * {
  color: #00428e;
}

.box-ct {
  padding: 20px 20px 0;
}

.title1::before {
  background: url(/indexStyle/image/title-icon1.png) no-repeat;
}

.title2::before {
  background: url(/indexStyle/images/title-icon2.png) no-repeat;
}

.title3::before {
  background: url(/indexStyle/images/title-icon3.png) no-repeat;
}

.title4::before {
  background: url(/indexStyle/images/title-icon4.png) no-repeat;
}

.top-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.top-container .container-l {
  flex: 1;
  min-width: 300px;
}

.top-container .container-r {
  width: 300px;
  min-width: 300px;
}

.top-container .box1 {
  height: 413px;
}

.top-container .box1 .icon-title ul {
  display: flex;
}

.top-container .box1 .icon-title ul li {
  cursor: pointer;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  transition: color 0.2s, font-size 0.2s;
}

.top-container .box1 .icon-title ul li:not(:last-child) {
  margin-right: 54px;
}

.top-container .box1 .icon-title ul li.active {
  color: #00428e;
  font-weight: bold;
  font-size: 24px;
}

/* .top-container .box1 .news-list li:first-child {
  display: block;
}
.top-container .box1 .news-list li:first-child p:first-child {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top-container .box1 .news-list li:first-child p:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  margin: 5px auto 10px;
}
.top-container .box1 .news-list li:first-child p:last-child a {
  color: #666;
  white-space: normal;
} */
.top-container .box2,
.top-container .box3 {
  margin-top: 24px;
  height: 506px;
}

.top-container .login li {
  /* width: 344px; */
  height: 92px;
  color: #fff;
  padding: 20px 0 0 30px;
  position: relative;
  box-sizing: border-box;
  background-size: 100% 100%;
}

.top-container .login li:not(:last-child) {
  margin-bottom: 15px;
}

/* .top-container .login li:nth-child(1) {
  background: url(/indexStyle/images/login-icon5.png) no-repeat;
}

.top-container .login li:nth-child(2) {
  background: url(/indexStyle/images/login-icon1.png) no-repeat;
}

.top-container .login li:nth-child(3) {
  background: url(/indexStyle/images/login-icon2.png) no-repeat;
}

.top-container .login li:nth-child(4) {
  background: url(/indexStyle/images/login-icon3.png) no-repeat;
}

.top-container .login li:nth-child(5) {
  background: url(/indexStyle/images/login-icon4.png) no-repeat;
} */

.top-container .login li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.top-container .login li p:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.top-container .login li p:last-of-type {
  text-transform: uppercase;
  opacity: 0.8;
}

.top-container .box6 {
  margin-top: 20px;
  height: 308px;
}

.top-container .box6 .box-ct {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}

.top-container .box6 .box-ct li {
  flex-basis: 33.33%;
  transition: background 0.3s;
}

.bottom-container .box7 {
  margin-top: 24px;
  height: 376px;
}

.bottom-container .box7 .icon-title {
  background: url(/indexStyle/images/long-title2-bg.png) no-repeat left 30px center;
}

.bottom-container .box7 .bdl {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}

.bottom-container .box7 .bdl li {
  text-align: center;
  max-width: 272px;
}

.bottom-container .box7 .bdl li img {
  width: 272px;
  height: 183px;
}

.bottom-container .box7 .bdl li p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 8px;
}

.bottom-container .box7 .bdl li a {
  color: #333;
}

.bottom-container .box7 .bdl li a:hover {
  color: #00428e;
}

.bottom-container .count {
  margin-top: 24px;
  height: 142px;
  background: url(/indexStyle/images/count-bg.png) no-repeat center;
  display: flex;
  justify-content: space-around;
  background-size: 100% 100%;
}

.bottom-container .count li {
  color: #fff;
  padding-left: 92px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.bottom-container .count li:nth-child(1) {
  background: url(/indexStyle/images/count1.png) no-repeat left center;
}

.bottom-container .count li:nth-child(2) {
  background: url(/indexStyle/images/count2.png) no-repeat left center;
}

.bottom-container .count li:nth-child(3) {
  background: url(/indexStyle/images/count3.png) no-repeat left center;
}

.bottom-container .count li p:first-child {
  font-size: 16px;
  margin-bottom: 10px;
}

.bottom-container .count li p:first-child span {
  /* font-family: opsb; */
  font-size: 24px;
  font-weight: 600;
}

.bottom-container .count li p:last-child {
  font-size: 18px;
}

.notice-mod {
  flex: 1;
  white-space: nowrap;
  background: none;
  overflow: hidden;
}

.else-info {
  display: flex;
  margin-top: 14px;
  width: 100%;
}

.else-info p {
  flex: 1;
  min-width: 0;
  padding-right: 15px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mt15 {
  margin-top: 15px
}

.else-info p:nth-child(2) {
  text-indent: -4em;
  padding-left: 4em;
  flex: 1.2;
}

.gwarp {
  position: relative;
  height: 130px;
  overflow: hidden;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.gwarp a {
  position: relative;
  /* top: 0; */
  display: flex;
  height: 130px;
  /* width: 210px; */
  width: 25%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: left top;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.48px;
}

.gwarp a.active {
  width: 360px;
}

.gwarp .itema {
  /* left: 0; */
  z-index: 1;
  background-image: url("/indexStyle/images/entrance1.png");
}

.gwarp .itemb {
  /* left: 210px; */
  z-index: 2;
  background-image: url("/indexStyle/images/entrance2.png");
}

.gwarp .itemc {
  /* left: 420px; */
  z-index: 3;
  background-image: url("/indexStyle/images/entrance3.png");
}

.gwarp .itemd {
  /* left: 630px; */
  z-index: 4;
  background-image: url("/indexStyle/images/entrance4.png");
}

.gwarp .iteme {
  /* left: 840px; */
  z-index: 5;
  background-image: url("/indexStyle/images/entrance5.png");
}

.gwarp.statea .itema {
  width: 360px;
}

.gwarp.statea .itemb {
  left: 360px;
}

.gwarp.statea .itemc {
  left: 860px;
}

.gwarp.statea .itemd {
  left: 950px;
}

.gwarp.stateb .itemb {
  left: 340px;
}

.gwarp.stateb .itemc {
  left: 860px;
}

.gwarp.stateb .itemd {
  left: 950px;
}

.gwarp.statec .itemb {
  left: 340px;
}

.gwarp.statec .itemc {
  left: 680px;
}

.gwarp.statec .itemd {
  left: 950px;
}

.gwarp.stated .itemb {
  left: 260px;
}

.gwarp.stated .itemc {
  left: 500px;
}

.gwarp.stated .itemd {
  left: 710px;
}

/* 修改悬浮栏样式 */
.float-bar {
  position: fixed;
  right: 0;
  /* 贴近右侧边缘 */
  bottom: 200px;
  z-index: 999;
}

.float-bar li {
  position: relative;
  width: 90px;
  /* 增加宽度 */
  height: 90px;
  /* 增加高度 */
  background: rgba(255, 255, 255, 0.98);
  margin-bottom: 1px;
  transition: all 0.3s ease;
}

.float-bar li:hover {
  background: #00428e;
}

.float-bar li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 105%;
  height: 100%;
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

.float-bar li a img {
  width: 33px;
  height: 33px;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.float-bar li:hover a {
  color: #fff;
}

.float-bar li:hover a img {
  filter: brightness(100);
  /* 图标变白色 */
  transform: scale(1.1);
  /* 图标轻微放大 */
}

/* 修改悬浮框样式 */
.float-bar .hover-box {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
  white-space: nowrap;
}

.float-bar li:hover .hover-box {
  display: block;
}

/* 二维码框样式 */
.float-bar .qrcode-box {
  width: 160px;
}

.float-bar .qrcode-box img {
  width: 130px;
  height: 130px;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.float-bar .qrcode-box p {
  margin-top: 8px;
  color: #333;
  font-size: 14px;
}

/* 电话框样式 */
.float-bar .phone-box {
  padding: 15px 25px;
}

.float-bar .phone-box .phone-number {
  color: #00428e;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}

.float-bar .phone-box .phone-tip {
  margin-top: 6px;
  color: #666;
  font-size: 12px;
}

/* 通用悬浮框箭头 */
.float-bar .hover-box:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.1));
}

/* 返回顶部按钮 */
.float-bar .gotop {
  display: none;
}

.float-bar .gotop.show {
  display: block;
}

.float-bar .gotop a img {
  width: 20px;
  height: 20px;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .top-container {
    flex-direction: column;
    gap: 15px;
  }

  .top-container .container-l,
  .top-container .container-r {
    width: 100%;
    min-width: 100%;
  }

  .top-container .login li {
    width: 100%;
    margin-bottom: 10px;
  }

  .top-container .box5 {
    margin-top: 15px;
  }

  .top-container .friend-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .top-container .friend-links li {
    width: calc(50% - 5px);
  }
}

/* 平板端适配 */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .top-container {
    gap: 15px;
  }

  .top-container .container-l {
    flex: 1;
    min-width: 60%;
  }

  .top-container .container-r {
    width: 35%;
    min-width: 280px;
  }
}

/* 新闻项目容器样式 */
.news-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}

/* 新闻内容容器 */
.news-item>div {
  flex: 1;
  /* 占据剩余空间 */
  min-width: 0;
  /* 解决flex布局下的文本溢出问题 */
}

/* 新闻标题链接样式 */
.news-item a {
  display: block;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 新闻日期样式 */
.news-item .news-date {
  width: 90px;
  /* 固定日期宽度 */
  flex-shrink: 0;
  /* 防止日期被压缩 */
  color: #999;
  text-align: right;
  /* 日期右对齐 */
}