* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.module {
  width: 1200px;
  margin: auto;
  text-align: center;
}
.module .moduleImg {
  width: 1199px;
  height: 132px;
  margin: 21px auto 0;
}
.module01 {
  margin: 22px auto 0;
  display: flex;
  justify-content: space-around;
}
.module01_left {
  width: 175px;
}
.module01_left .leftMenu {
  width: 175px;
  height: 334px;
  flex-wrap: wrap;
  display: flex;
  align-content: space-between;
  box-sizing: border-box;
}
.module01_left .leftMenu li a {
  box-sizing: border-box;
  width: 175px;
  height: 50px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1D1D1D;
  display: inline-block;
  background: #E6E6E6;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.module01_left .leftMenu li a img {
  width: 27px;
  height: 29px;
  margin: 0 9px 0 19px;
}
.module01_left .leftMenu li a.activeItem {
  color: #1542E9;
}
.module01_left .leftMenu li:first-child a {
  background: #1542E9;
  height: 54px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.module01_center {
  width: 570px;
  height: 334px;
}
.module01_center .swiper-container {
  width: 570px;
  height: 334px;
}
.module01_center .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 570px;
  height: 334px;
}
.module01_center .swiper-container .swiper-wrapper .swiper-slide img {
  width: 570px;
  height: 334px;
}
.module01_center .swiper-container .swiper-wrapper .swiper-slide .box_p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 571px;
  height: 42px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 42px;
  text-align: left;
  /*padding-left: 10px;*/
}
    .module01_center .swiper-container .swiper-wrapper .swiper-slide .box_p p {
        overflow: hidden;
        /*超出部分隐藏*/
        text-overflow: ellipsis;
        /* 超出部分显示省略号 */
        white-space: nowrap;
        /*规定段落中的文本不进行换行 */
        max-width: 357px;
        /*需要配合宽度来使用*/
        text-align: left;
        font-size: 17px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        padding-left: 10px;
    }
.module01_center .swiper-container .boxPagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 571px;
  height: 42px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  padding: 0 28px 0 0;
  box-sizing: border-box;
}
.module01_center .swiper-container .boxPagination .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0 0 9px;
  width: 9px;
  height: 9px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
}
.module01_center .swiper-container .boxPagination .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1542e9;
}
.module01_right {
  width: 415px;
  height: 332px;
  overflow: hidden;
}
.module01_right .title {
  width: 415px;
  height: 32px;
  background: #1542E9;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
}
.module01_right ul.rightMenu {
  box-sizing: border-box;
  margin: 4px 0 0 0;
}
.module01_right ul.rightMenu li {
  box-sizing: border-box;
  width: 415px;
  height: 48px;
  border-bottom: 2px solid #E6E6E6;
}
.module01_right ul.rightMenu li a {
  height: 48px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  position: relative;
}
    .module01_right ul.rightMenu li a .pname {
        width: 300px;
        padding: 0 0 0 15px;
        overflow: hidden;
        /*超出部分隐藏*/
        text-overflow: ellipsis;
        /* 超出部分显示省略号 */
        white-space: nowrap;
        /*规定段落中的文本不进行换行 */
        max-width: 300px;
        /*需要配合宽度来使用*/
        font-size: 16px;
        font-family: PingFang SC;
        color: #1D1D1D;
        text-align: left;
    }
.module01_right ul.rightMenu li a .ptime {
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 100px;
  /*需要配合宽度来使用*/
  text-align: left;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #9F9F9F;
}
.module01_right ul.rightMenu li a:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F1A010;
}
.module01_right ul.rightMenu li:hover .pname {
  color: #1542E9 !important;
}
.module01_right ul.rightMenu li:nth-child(2n+1) a:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1542E9;
}
.module02 {
  display: flex;
  margin: 32px auto 0;
  justify-content: space-around;
}
.module02_left {
    width: 175px;
    height: 170px;
    background-image: url(../../../Img/Client/hot.png);
    background-size: 100% 100%;
    /*cursor: pointer;*/
}
.module02_left p {
  width: 122px;
  height: 33px;
  background: linear-gradient(-90deg, #B2C2FF 0%, #2C55EB 100%);
  border-radius: 10px;
  font-size: 21px;
  line-height: 33px;
  margin: 14px auto 0;
  font-family: PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.module02_center .box_center {
  width: 715px;
  display: flex;
  justify-content: space-around;
}
.module02_center .box_center li {
  cursor: pointer;
  width: 127px;
  height: 170px;
  background: #FFFFFF;
  box-shadow: 0px 6px 7px 0px rgba(248, 248, 248, 0.5);
  border-radius: 15px;
}
.module02_center .box_center li img {
  width: 74px;
  height: 74px;
  margin: 26px auto 0;
}
.module02_center .box_center li p {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  height: 17px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1D1D1D;
  line-height: 17px;
}
.module02_right {
  width: 269px;
  height: 170px;
  background: #FFFFFF;
  border-radius: 15px 15px 0 0px;
  box-shadow: 0px 6px 7px 0px rgba(248, 248, 248, 0.5);
}
.module02_right .title {
  height: 46px;
  border-radius: 15px;
  background: #FFFFFF;
  border-radius: 15px 15px 0 0px;
  background-color: #1542E9;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 20px;
}
.module02_right .title .title_left {
  width: 82px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.module02_right .title .title_more {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 300;
  cursor: pointer;
  color: #FFFFFF;
}
.module02_right .needList {
  margin: 6px auto 0;
}
.module02_right .needList li {
  height: 34px;
  width: 230px;
  margin: auto;
}
.module02_right .needList li a {
  height: 34px;
  display: inline-block;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  border-bottom: 2px solid #E6E6E6;
}
.module02_right .needList li a img {
  width: 17px;
  height: 21px;
  margin: 0px 9px 0 0;
}
.module02_right .needList li a p {
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 185px;
  /*需要配合宽度来使用*/
  text-align: left;
  height: 15px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 15px;
}
.module02_right .needList li:nth-child(3) a {
  border: none;
}
.module02_right .needList li:hover p {
  color: #1542E9;
}
.module03 {
  margin: 22px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1200px;
}
.module03 .module03_item {
  width: 590px;
  height: 598px;
  margin: 0 0 15px 0;
  background: #FFFFFF;
  box-shadow: 0px 6px 7px 0px rgba(248, 248, 248, 0.5);
}
.module03 .module03_item .box_title {
  height: 71px;
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.module03 .module03_item .box_title .title {
  margin: 0 0 0 48px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1542E9;
  position: relative;
  height: 24px;
  line-height: 24px;
}
.module03 .module03_item .box_title .title:before {
  content: '';
  width: 4px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -16px;
  background-color: #1542E9;
}
.module03 .module03_item .box_title .iconMore {
  width: 22px;
  height: 22px;
  margin: 0 29px 0 0;
}
.module03 .module03_item .box_sortList {
  margin: 13px auto 0;
  width: 531px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.module03 .module03_item .box_sortList li {
  width: 169px;
  height: 256px;
  overflow: hidden;
}
.module03 .module03_item .box_sortList li a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.module03 .module03_item .box_sortList li a img {
  width: 169px;
  height: 168px;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
}
.module03 .module03_item .box_sortList li a p.name {
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 150px;
  /*需要配合宽度来使用*/
  text-align: left;
  width: 150px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1D1D1D;
  margin: 12px auto 0;
  text-align: center;
}
.module03 .module03_item .box_sortList li a p.money {
  width: 61px;
  height: 12px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 200;
  color: #E61F1F;
  font-weight: bold;
  margin: 12px auto 0;
  line-height: 27px;
}
.module03 .module03_item:nth-child(2n+1) {
  margin: 0 20px 15px 0!important;
}
.module04 {
  margin: 0px auto 0;
}
.module04 p.title {
  height: 74px;
  line-height: 74px;
  width: 1200px;
  font-size: 27px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1D1D1D;
  margin: 0 0 0 27px;
  text-align: left;
}
.module04 .content {
  width: 1200px;
  height: 627px;
  background: #FFFFFF;
  box-shadow: 0px 6px 7px 0px rgba(248, 248, 248, 0.5);
}
.module04 .content .box_top {
  height: 133px;
  width: 1147px;
  margin: auto;
}
.module04 .content .box_top .top {
  height: 133px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.module04 .content .box_top li {
  width: 116px;
  height: 38px;
  line-height: 38px;
  background: #ECECEC;
  border-radius: 10px;
  margin: 0 13px 0 0;
  color: #B3B3B3;
}
.module04 .content .box_top .liActive {
  background: #1542E9;
  border-radius: 10px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.module04 .content .box_top li:last-child {
  margin: 0;
}
.module04 .content .bottom {
  position: relative;
}
.module04 .content .bottom .swiper-container2 {
  overflow: hidden;
  margin: auto;
  position: relative;
}
.module04 .content .bottom .swiper-container2 .swiper-wrapper .swiper-slide {
  margin: 0 6px 0 6px;
  overflow: hidden;
  width: 278px;
  height: 413px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 15px;
}
.module04 .content .bottom .swiper-container2 .swiper-wrapper .swiper-slide img {
  width: 151px;
  height: 151px;
  border: 3px solid #C3D0FF;
  border-radius: 50%;
  margin: 28px auto 0;
}
.module04 .content .bottom .swiper-container2 .swiper-wrapper .swiper-slide .box_p2 {
  margin: 10px auto 0;
}
.module04 .content .bottom .swiper-container2 .swiper-wrapper .swiper-slide .box_p2 .name {
  font-size: 19px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #1D1D1D;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 200px;
  /*需要配合宽度来使用*/
  text-align: left;
  margin: auto;
  text-align: center;
}
.module04 .content .bottom .swiper-container2 .swiper-wrapper .swiper-slide .box_p2 .txt2 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4B4A4A;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 200px;
  /*需要配合宽度来使用*/
  text-align: left;
  margin: 2px auto 0;
  text-align: center;
}
.module04 .content .bottom .swiper-container2 .swiper-wrapper .swiper-slide .box_p2 .txt3 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #F1A010;
  margin: 12px auto 0;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 200px;
  /*需要配合宽度来使用*/
  text-align: left;
  text-align: center;
}
.module04 .content .bottom .swiper-container2 .swiper-wrapper .swiper-slide .box_p2 .txt4 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #9F9F9F;
  margin: 12px auto 0;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 200px;
  /*需要配合宽度来使用*/
  text-align: left;
  text-align: center;
}
.module04 .content .bottom .swiper-container2 .swiper-wrapper .swiper-slide .box_p2 .txt5 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #9F9F9F;
  margin: 1px auto 0;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 200px;
  /*需要配合宽度来使用*/
  text-align: left;
  text-align: center;
}
.module04 .content .bottom .swiper-container2 .swiper-wrapper .swiper-slide .btnDetail {
  margin: 23px auto 0;
  width: 113px;
  height: 27px;
  background: #1542E9;
  border-radius: 10px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}
.module04 .content .bottom .swiper-container2 .swiper-wrapper .swiper-slide .btnDetail:hover {
  background: #F1A010;
}
.module04 .content .bottom .boxPagination {
  width: 1200px;
  position: absolute;
  height: 80px;
  left: 0;
  bottom: -80px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
}
.module04 .content .bottom .boxPagination .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0 0 9px;
  width: 9px;
  height: 9px;
  background: #E2E2E2;
  border-radius: 50%;
  opacity: 1;
}
.module04 .content .bottom .boxPagination .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1542e9;
}
.module05 {
  margin: 0 auto 60px;
}
.module05 .box_title {
  height: 98px;
  font-family: PingFang SC;
  padding: 0 33px 0 27px;
  box-sizing: border-box;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module05 .box_title .txt {
  font-weight: 600;
  color: #1D1D1D;
  font-size: 27px;
}
.module05 .box_title .more {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #2345E0;
}
.module05 .content {
  width: 1200px;
  height: 469px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #DBDBDB;
  border-radius: 5px;
  display: inline-block;
}
.module05 .content ul {
  width: 1134px;
  margin: 31px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.module05 .content li {
  width: 268px;
  height: 400px;
  background: #F5F9FE;
  margin: 0px 20px 0 0;
}
    .module05 .content li img {
        width: 268px;
        height: 255px;
        border: 1px solid #E4E4E4;
    }
.module05 .content li p.txt {
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 216px;
  /*需要配合宽度来使用*/
  text-align: center;
  margin: 15px auto 0;
  /*height: 17px;*/
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1D1D1D;
  /*line-height: 17px;*/
}
.module05 .content li p.detail {
  width: 122px;
  height: 38px;
  border: 1px solid #2345E0;
  border-radius: 5px;
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #2345E0;
  line-height: 38px;
  margin: 39px auto 0;
  cursor: pointer;
}
.module05 .content li p.detail:hover {
  color: #ffffff;
  border: 1px solid #2345E0;
  background-color: #2345E0;
}



/* 替换用的样式（直接覆盖原来对应类即可） */
.fixed-right-nav {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* 切换按钮（移动端） */
.nav-toggle {
    display: none;
    background: #1542e9; /* 与导航一致 */
    border: none;
    color: #ffffff; /* 纯白 */
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(21,66,233,.18);
}

/* 列表容器：改为蓝色背景 */
.nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #1542e9; /* 主背景色 */
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(7,12,20,0.12);
    min-width: 140px;
    max-width: 220px;
    transition: transform .18s ease, opacity .18s ease;
}

/* 每个导航项：默认为半透明白，悬停/聚焦变成纯白 */
.nav-item {
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 22px;
    font-weight:bold;
    color: #ffffff; /* 纯白 */
    background: transparent;
    transition: background .12s, transform .08s, color .12s;
    outline: none;
}

    /* hover / focus -> 文字变白，轻微位移 */
    .nav-item:hover,
    .nav-item:focus {
        color: #ffffff; /* 悬停变纯白 */
        transform: translateX(-4px);
        background: rgba(255,255,255,0.03); /* 轻微底色以增强反馈（可选） */
    }

    /* 激活（当前节）——白字 + 浅白底 */
    .nav-item.active {
        background: rgba(255,255,255,0.10);
        color: #ffffff;
        font-weight: 600;
        box-shadow: 0 6px 14px rgba(21,66,233,0.12);
    }

/* 响应式：窄屏时将导航收起，仅显示按钮 */
@media (max-width: 900px) {
    .fixed-right-nav {
        right: 12px;
        top: auto;
        bottom: 18px;
        transform: none;
        display: flex;
        align-items: flex-end;
        gap: 8px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .nav-list {
        position: absolute;
        right: 0;
        bottom: 48px;
        transform-origin: bottom right;
        min-width: 160px;
        display: none; /* 初始隐藏 */
    }

        .nav-list.open {
            display: flex;
        }
}
