@charset "UTF-8";
/* CSS Document */
.main {
  width: 1200px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

/* 默认隐藏 */
.visible {
  display: block;
}

/* 显示 */
.dlx {
  width: 100%;
  z-index: 1000;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
}

.dlx .tt {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dlx .tt .CloseModal {
  z-index: 10000;
  position: absolute;
  left: 10px;
  top: 10px;
  background-image: url(../image/x.png);
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  cursor: pointer;
}

.login-cover.gd-custom-login-cover.innerContainer {
  width: 850px;
}

.ydl {
  width: 80px;
  height: 32px;
  background: #5075ff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.index header {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  height: 66px;
  background: rgba(2, 8, 32, 0.69);
  border-radius: 0px 0px 0px 0px;
}

.index header .main {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index header .main .left {
  display: flex;
  align-items: center;
}

.index header .main .left .logo img {
  width: 115px;
  height: 45px;
}

.index header .main .left .bold {
  margin: 0 12px;
  width: 2px;
  height: 34px;
  background: #f1f1f1;
}

.index header .main .left .zi {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.index header .main .right {
  display: flex;
  align-items: center;
  height: 66px;
}

.index header .main .right .nav {
  margin-right: 20px;
}

.index header .main .right .nav ul {
  display: flex;
  align-items: center;
}

.index header .main .right .nav ul li {
  margin: 0 12px;
}

.index header .main .right .nav ul li a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.index header .main .right .nav ul .active {
  position: relative;
}

.index header .main .right .nav ul .active a {
  font-weight: 700;
}

.index header .main .right .nav ul .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background: #ffffff;
  border-radius: 76px 76px 76px 76px;
}

.index header .main .right .nav ul li:hover {
  position: relative;
}

.index header .main .right .nav ul li:hover a {
  font-weight: 700;
}

.index header .main .right .nav ul li:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background: #ffffff;
  border-radius: 76px 76px 76px 76px;
}

.index header .main .right .dl {
  width: 140px;
  height: 32px;
  background: #ffffff;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.index header .main .right .dl .d_l {
  flex: 1;
  height: 32px;
}

.index header .main .right .dl .d_l a {
  height: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4268ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index header .main .right .dl .d_r {
  background-image: url(../image/zc.png);
  width: 75px;
  height: 32px;
  background-size: 100% 100%;
}

.index header .main .right .dl .d_r a {
  height: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .headerWhite {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  height: 66px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(223, 220, 220, 0.815);
}

.index .headerWhite .main {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .headerWhite .main .left {
  display: flex;
  align-items: center;
}

.index .headerWhite .main .left .logo img {
  width: 115px;
  height: 45px;
}

.index .headerWhite .main .left .bold {
  margin: 0 12px;
  width: 2px;
  height: 34px;
  background: #f1f1f1;
}

.index .headerWhite .main .left .zi {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.index .headerWhite .main .right {
  display: flex;
  align-items: center;
  height: 66px;
}

.index .headerWhite .main .right .nav {
  margin-right: 20px;
}

.index .headerWhite .main .right .nav ul {
  display: flex;
  align-items: center;
}

.index .headerWhite .main .right .nav ul li {
  margin: 0 12px;
}

.index .headerWhite .main .right .nav ul li a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.index .headerWhite .main .right .nav ul .active {
  position: relative;
}

.index .headerWhite .main .right .nav ul .active a {
  font-weight: 700;
  color: #4268ff;
}

.index .headerWhite .main .right .nav ul .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background: #4268ff;
  border-radius: 76px 76px 76px 76px;
}

.index .headerWhite .main .right .nav ul li:hover {
  position: relative;
}

.index .headerWhite .main .right .nav ul li:hover a {
  font-weight: 700;
  color: #4268ff;
}

.index .headerWhite .main .right .nav ul li:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background: #4268ff;
  border-radius: 76px 76px 76px 76px;
}

.index .headerWhite .main .right .dl {
  width: 140px;
  height: 32px;
  background-image: url(../image/re_header.png);
  background-size: 100% 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  display: none;
}

.index .headerWhite .main .right .dl .d_l {
  flex: 1;
  height: 32px;
}

.index .headerWhite .main .right .dl .d_l a {
  height: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4268ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .headerWhite .main .right .dl .d_r {
  background-image: url(../image/zc.png);
  width: 75px;
  height: 32px;
  background-size: 100% 100%;
}

.index .headerWhite .main .right .dl .d_r a {
  height: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .banner {
  margin-top: 66px;
}

.index .banner .swiper {
  position: relative;
  width: 100%;
  height: 517px;
  overflow: hidden;
}

.index .banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .banner .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 6px;
}

.index .banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index .banner .swiper-pagination-custom,
.index .banner .swiper-pagination-fraction {
  bottom: 29px;
}

.index .banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.index .banner .swiper-pagination-bullet-active {
  width: 37px;
  height: 12px;
  background: #ffffff;
  border-radius: 95px 95px 95px 95px;
  opacity: 1;
}

.index .box {
  padding-top: 8px;
  padding-bottom: 80px;
}

.index .box .main .box1 {
  margin-top: 40px;
}

.index .box .main .box1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box1 .top .t_l {
  display: flex;
  align-items: center;
}

.index .box .main .box1 .top .t_l img {
  width: 42px;
  height: 42px;
}

.index .box .main .box1 .top .t_l p {
  margin-left: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

.index .box .main .box1 .top .t_r a {
  display: flex;
  align-items: center;
}

.index .box .main .box1 .top .t_r a p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.index .box .main .box1 .top .t_r a img {
  width: 26px;
  height: 26px;
}

.index .box .main .box1 .bold {
  margin-top: 28px;
  width: 100%;
  height: 2px;
  background-color: #a8baff;
}

.index .box .main .box1 .list_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index .box .main .box1 .list_box ul li {
  margin-top: 24px;
  background-image: url(../image/index_boxlist_bg1.png);
  width: 592px;
  height: 100%;
  background-size: 100% 100%;
}

.index .box .main .box1 .list_box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 24px;
  padding-right: 20px;
}

.index .box .main .box1 .list_box ul li a .fu {
  position: absolute;
  right: 9px;
  top: 5px;
  background-image: url(../image/index_boxlist_an1.png);
  width: 124px;
  height: 58px;
  background-size: 100% 100%;
  padding-top: 6px;
}

.index .box .main .box1 .list_box ul li a .fu p {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.index .box .main .box1 .list_box ul li a .fu span {
  display: block;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.index .box .main .box1 .list_box ul li a .fu1 {
  position: absolute;
  right: 9px;
  top: 5px;
  background-image: url(../image/index_boxlist_an2.png);
  width: 124px;
  height: 58px;
  background-size: 100% 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #999999;
  text-align: center;
  line-height: 58px;
}

.index .box .main .box1 .list_box ul li a .title {
  display: flex;
  align-items: center;
}

.index .box .main .box1 .list_box ul li a .title .text-container {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  /* 或者 block, 根据需要 */
  max-width: 346px;
  /* 设置最大宽度 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  white-space: nowrap;
}

.index .box .main .box1 .list_box ul li a .title .bq {
  margin-left: 5px;
  font-size: 13px;
  color: #ff9c34;
  background-color: #fff4e8;
  border: 1px solid #ffe2b0;
  padding: 4px 15px;
  border-radius: 3px;
}

.index .box .main .box1 .list_box ul li a .title .bq1 {
  margin-left: 5px;
  font-size: 13px;
  color: #fff;
  background-color: #26bf7a;
  border: 1px solid #26bf7a;
  padding: 4px 15px;
  border-radius: 3px;
}

.index .box .main .box1 .list_box ul li a .wen {
  margin-top: 10px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: inline-block;
  /* 或者 block, 根据需要 */
  max-width: 430px;
  /* 设置最大宽度 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  white-space: nowrap;
}

.index .box .main .box1 .list_box ul li a .wen p {
  margin-top: 5px;
  color: #333;
}

.index .box .main .box1 .list_box ul li a .xia {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.index .box .main .box1 .list_box ul li a .xia .x_l .time {
  margin-top: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.index .box .main .box1 .list_box ul li a .xia .x_l .time span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.index .box .main .box1 .list_box ul li a .xia .x_r {
  display: flex;
  align-items: center;
}

.index .box .main .box1 .list_box ul li a .xia .x_r .bq {
  margin-right: 12px;
  padding: 4px 14px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #4268ff;
  background: #f5f7ff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d4ddff;
}

.index .box .main .box1 .list_box ul li a .xia .x_r .bq:last-child {
  margin-right: 0;
}

.index .box .main .box1 .list_box ul li:hover a .title .text-container {
  color: #4268ff;
}

.index .box .main .box2 {
  margin-top: 40px;
}

.index .box .main .box2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box2 .top .t_l {
  display: flex;
  align-items: center;
}

.index .box .main .box2 .top .t_l img {
  width: 42px;
  height: 42px;
}

.index .box .main .box2 .top .t_l p {
  margin-left: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

.index .box .main .box2 .top .t_r a {
  display: flex;
  align-items: center;
}

.index .box .main .box2 .top .t_r a p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.index .box .main .box2 .top .t_r a img {
  width: 26px;
  height: 26px;
}

.index .box .main .box2 .bold {
  margin-top: 28px;
  width: 100%;
  height: 2px;
  background-color: #ffe1c5;
}

.index .box .main .box2 .list_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index .box .main .box2 .list_box ul li {
  margin-top: 24px;
  background-image: url(../image/index_boxlist_bg2.png);
  width: 592px;
  height: 100%;
  background-size: 100% 100%;
}

.index .box .main .box2 .list_box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 24px;
  padding-right: 20px;
}

.index .box .main .box2 .list_box ul li a .fu {
  position: absolute;
  right: 9px;
  top: 5px;
  background-image: url(../image/index_boxlist_an3.png);
  width: 124px;
  height: 58px;
  background-size: 100% 100%;
  padding-top: 6px;
}

.index .box .main .box2 .list_box ul li a .fu p {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.index .box .main .box2 .list_box ul li a .fu span {
  display: block;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.index .box .main .box2 .list_box ul li a .fu1 {
  position: absolute;
  right: 9px;
  top: 5px;
  background-image: url(../image/index_boxlist_an2.png);
  width: 124px;
  height: 58px;
  background-size: 100% 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #999999;
  text-align: center;
  line-height: 58px;
}

.index .box .main .box2 .list_box ul li a .title {
  display: flex;
  align-items: center;
}

.index .box .main .box2 .list_box ul li a .title .text-container {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  /* 或者 block, 根据需要 */
  max-width: 346px;
  /* 设置最大宽度 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  white-space: nowrap;
}

.index .box .main .box2 .list_box ul li a .title .bq {
  margin-left: 5px;
  font-size: 13px;
  color: #ff9c34;
  background-color: #fff4e8;
  border: 1px solid #ffe2b0;
  padding: 4px 15px;
  border-radius: 3px;
}

.index .box .main .box2 .list_box ul li a .wen {
  margin-top: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  width: 422px;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.index .box .main .box2 .list_box ul li a .xia {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.index .box .main .box2 .list_box ul li a .xia .x_l .time {
  margin-top: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.index .box .main .box2 .list_box ul li a .xia .x_l .time span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.index .box .main .box2 .list_box ul li a .xia .x_r {
  display: flex;
  align-items: center;
}

.index .box .main .box2 .list_box ul li a .xia .x_r .bq {
  margin-right: 12px;
  padding: 4px 14px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #4268ff;
  background: #f5f7ff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d4ddff;
}

.index .box .main .box2 .list_box ul li a .xia .x_r .bq:last-child {
  margin-right: 0;
}

.index .box .main .box2 .list_box ul li:hover a .title .text-container {
  color: #ff5043;
}

.index .box .main .box3 {
  margin-top: 40px;
}

.index .box .main .box3 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box3 .top .t_l {
  display: flex;
  align-items: center;
}

.index .box .main .box3 .top .t_l img {
  width: 42px;
  height: 42px;
}

.index .box .main .box3 .top .t_l p {
  margin-left: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

.index .box .main .box3 .top .t_r {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.index .box .main .box3 .bold {
  margin-top: 28px;
  width: 100%;
  height: 2px;
  background-color: #aca8ff;
}

.index .box .main .box3 .list_box {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box3 .list_box .list .tit {
  text-align: center;
  line-height: 48px;
}

.index .box .main .box3 .list_box .list ul {
  padding: 8px 16px 0;
}

.index .box .main .box3 .list_box .list ul li {
  margin-top: 12px;
}

.index .box .main .box3 .list_box .list ul li a {
  display: flex;
  align-items: center;
  height: 32px;
}

.index .box .main .box3 .list_box .list ul li a .icon {
  width: 20px;
  height: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 20px;
}

.index .box .main .box3 .list_box .list ul li a .icon img {
  width: 20px;
  height: 20px;
}

.index .box .main .box3 .list_box .list ul li a .zi {
  margin-left: 8px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 322px;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.index .box .main .box3 .list_box .list ul li:hover a .zi {
  color: #002e93;
}

.index .box .main .box3 .list_box .list:nth-child(1) .tit {
  background-image: url(../image/index_box3_tit1.png);
  width: 386px;
  height: 48px;
  background-size: 100% 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #002e93;
}

.index .box .main .box3 .list_box .list:nth-child(1) ul {
  width: 386px;
  height: 380px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 0 0 10px 10px;
}

.index .box .main .box3 .list_box .list:nth-child(2) .tit {
  background-image: url(../image/index_box3_tit2.png);
  width: 386px;
  height: 48px;
  background-size: 100% 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #014c32;
}

.index .box .main .box3 .list_box .list:nth-child(2) ul {
  width: 386px;
  height: 380px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 0 0 10px 10px;
}

.index .box .main .box3 .list_box .list:nth-child(3) .tit {
  background-image: url(../image/index_box3_tit3.png);
  width: 386px;
  height: 48px;
  background-size: 100% 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #725000;
}

.index .box .main .box3 .list_box .list:nth-child(3) ul {
  width: 386px;
  height: 380px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 0 0 10px 10px;
}

.index .box .main .box4 {
  margin-top: 40px;
}

.index .box .main .box4 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box4 .top .t_l {
  display: flex;
  align-items: center;
}

.index .box .main .box4 .top .t_l img {
  width: 42px;
  height: 42px;
}

.index .box .main .box4 .top .t_l p {
  margin-left: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

.index .box .main .box4 .top .t_r a {
  display: flex;
  align-items: center;
}

.index .box .main .box4 .top .t_r a p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.index .box .main .box4 .top .t_r a img {
  width: 26px;
  height: 26px;
}

.index .box .main .box4 .bold {
  margin-top: 28px;
  width: 100%;
  height: 2px;
  background-color: #ffd4d4;
}

.index .box .main .box4 .box_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box4 .box_list .l_l {
  position: relative;
  margin-top: 28px;
}

.index .box .main .box4 .box_list .l_l .swiper {
  width: 592px;
  height: 348px;
  overflow: hidden;
  border-radius: 5px;
}

.index .box .main .box4 .box_list .l_l .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .box .main .box4 .box_list .l_l .swiper-slide img {
  display: block;
  width: 592px;
  height: 348px;
  object-fit: cover;
  border-radius: 5px;
}

.index .box .main .box4 .box_list .l_l .fu {
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 592px;
  height: 40px;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.63) 100%);
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 显示省略号 */
  text-align: center;
  padding: 0 17px;
}

.index .box .main .box4 .box_list .l_r {
  margin-top: 4px;
  width: 592px;
}

.index .box .main .box4 .box_list .l_r ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index .box .main .box4 .box_list .l_r ul li {
  position: relative;
  margin-top: 24px;
}

.index .box .main .box4 .box_list .l_r ul li .swiper {
  width: 288px;
  height: 162px;
  overflow: hidden;
  border-radius: 5px;
}

.index .box .main .box4 .box_list .l_r ul li .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .box .main .box4 .box_list .l_r ul li .swiper-slide img {
  display: block;
  width: 288px;
  height: 162px;
  object-fit: cover;
  border-radius: 5px;
}

.index .box .main .box4 .box_list .l_r ul li .fu {
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 288px;
  height: 40px;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.63) 100%);
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 显示省略号 */
  text-align: center;
  padding: 0 17px;
}

.index .box .main .box5 {
  margin-top: 40px;
}

.index .box .main .box5 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box5 .top .t_l {
  display: flex;
  align-items: center;
}

.index .box .main .box5 .top .t_l img {
  width: 42px;
  height: 42px;
}

.index .box .main .box5 .top .t_l p {
  margin-left: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

.index .box .main .box5 .top .t_l span {
  margin-left: 7px;
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.index .box .main .box5 .top .t_r a {
  display: block;
  width: 100px;
  height: 38px;
  background: linear-gradient(270deg, #ffb066 0%, #ff235a 99%);
  border-radius: 119px 119px 119px 119px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
}

.index .box .main .box5 .bold {
  margin-top: 28px;
  width: 100%;
  height: 2px;
  background-color: #d9d4ff;
}

.index .box .main .box5 .box_list .swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.index .box .main .box5 .box_list .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .box .main .box5 .box_list .lu {
  margin-top: 28px;
}

.index .box .main .box5 .box_list .lu a {
  display: block;
  background-image: url(../image/index_box5.png);
  width: 288px;
  height: 292px;
  background-size: 100% 100%;
  padding: 20px 20px 0;
}

.index .box .main .box5 .box_list .lu a .swiper {
  width: 100%;
  height: 108px;
  overflow: hidden;
}

.index .box .main .box5 .box_list .lu a .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .box .main .box5 .box_list .lu a .swiper-slide img {
  display: block;
  width: 100%;
  height: 108px;
  object-fit: cover;
}

.index .box .main .box5 .box_list .lu a img {
  width: 100%;
  height: 108px;
}

.index .box .main .box5 .box_list .lu a .wen {
  margin-top: 8px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制文本为最多2行 */
  overflow: hidden;
  text-align: justify;
  height: 50px;
}

.index .box .main .box5 .box_list .lu a .zi {
  margin-top: 5px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制文本为最多2行 */
  overflow: hidden;
  text-align: justify;
}

.recommendation header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 66px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(223, 220, 220, 0.815);
}

.recommendation header .main {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recommendation header .main .left {
  display: flex;
  align-items: center;
}

.recommendation header .main .left .logo img {
  width: 115px;
  height: 45px;
}

.recommendation header .main .left .bold {
  margin: 0 12px;
  width: 2px;
  height: 34px;
  background: #f1f1f1;
}

.recommendation header .main .left .zi {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.recommendation header .main .right {
  display: flex;
  align-items: center;
  height: 66px;
}

.recommendation header .main .right .nav {
  margin-right: 20px;
}

.recommendation header .main .right .nav ul {
  display: flex;
  align-items: center;
}

.recommendation header .main .right .nav ul li {
  margin: 0 12px;
}

.recommendation header .main .right .nav ul li a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.recommendation header .main .right .nav ul .active {
  position: relative;
}

.recommendation header .main .right .nav ul .active a {
  font-weight: 700;
  color: #4268ff;
}

.recommendation header .main .right .nav ul .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background: #4268ff;
  border-radius: 76px 76px 76px 76px;
}

.recommendation header .main .right .nav ul li:hover {
  position: relative;
}

.recommendation header .main .right .nav ul li:hover a {
  font-weight: 700;
  color: #4268ff;
}

.recommendation header .main .right .nav ul li:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background: #4268ff;
  border-radius: 76px 76px 76px 76px;
}

.recommendation header .main .right .dl {
  width: 140px;
  height: 32px;
  background-image: url(../image/re_header.png);
  background-size: 100% 100%;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.recommendation header .main .right .dl .d_l {
  flex: 1;
  height: 32px;
}

.recommendation header .main .right .dl .d_l a {
  height: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4268ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommendation header .main .right .dl .d_r {
  background-image: url(../image/zc.png);
  width: 75px;
  height: 32px;
  background-size: 100% 100%;
}

.recommendation header .main .right .dl .d_r a {
  height: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommendation .banner {
  margin-top: 98px;
}

.recommendation .banner .main img {
  width: 100%;
  height: 200px;
}

.recommendation .box {
  margin-top: 48px;
  margin-bottom: 43px;
  position: relative;
}

.recommendation .box .main {
  display: flex;
  justify-content: space-between;
}

.recommendation .box .main .left_b {
  width: 896px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
}

.recommendation .box .main .left_b .ttt {
  overflow: hidden;
}

.recommendation .box .main .left_b .ttt .top {
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recommendation .box .main .left_b .ttt .top img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
}

.recommendation .box .main .left_b .ttt .top p {
  margin-left: 10px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.recommendation .box .main .left_b .ttt .top p span {
  color: #4268ff;
}

.recommendation .box .main .left_b .ttt .content {
  padding: 20px 20px 0;
}

.recommendation .box .main .left_b .ttt .content .title {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 28px;
  color: #3d3d3d;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 显示省略号 */
  margin-bottom: 15px;
}

.recommendation .box .main .left_b .ttt .content p {
  margin-top: 10px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 22px;
  text-align: justify;
}

.recommendation .box .main .left_b .ttt .content p a {
  display: block;
}

.recommendation .box .main .left_b .ttt .content p a img {
  width: 100%;
}

.recommendation .box .main .left_b .ttt .content .biaoq {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3d3d3d;
}

.recommendation .box .main .left_b .ttt .content .biaoq .zizi {
  font-size: 16px;
  color: #4268ff;
}

.recommendation .box .main .left_b .anniu {
  background-image: url(../image/re_an.png);
  width: 100%;
  height: 81px;
  background-size: 100% 100%;
  display: none;
}

.recommendation .box .main .left_b .anniu a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 20px;
  color: #4268ff;
  margin-right: 8px;
  height: 81px;
}

.recommendation .box .main .left_b .anniu a img {
  width: 20px;
  height: 20px;
}

.recommendation .box .main .right_b {
  width: 288px;
}

.recommendation .box .main .right_b .pic img {
  width: 100%;
  height: 160px;
}

.recommendation .box .main .right_b .bbx {
  width: 100%;
  height: 324px;
  background: #ffffff;
}

.recommendation .box .main .right_b .bbx .bx {
  margin-top: 5px;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
}

.recommendation .box .main .right_b .bbx .bx .b_l {
  display: flex;
  align-items: center;
}

.recommendation .box .main .right_b .bbx .bx .b_l .pic img {
  width: 40px;
  height: 40px;
}

.recommendation .box .main .right_b .bbx .bx .b_l .cont {
  margin-left: 8px;
}

.recommendation .box .main .right_b .bbx .bx .b_l .cont .zi {
  width: 156px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.recommendation .box .main .right_b .bbx .bx .b_l .cont .icon {
  margin-top: 2px;
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #ffb300;
}

.recommendation .box .main .right_b .bbx .bx .b_l .cont .icon img {
  width: 12px;
  height: 12px;
}

.recommendation .box .main .right_b .bbx .bx .b_r {
  background-image: url(../image/re_p_an.png);
  width: 55px;
  height: 26px;
  background-size: 100% 100%;
}

.recommendation .box .main .right_b .bbx .bx .b_r a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.recommendation .box .main .right_b .bbx .bx:hover {
  background: #fffdf4;
}

.recommendation .box .main .right_b .bbx .anniu {
  margin: 15px auto 0;
  width: 212px;
  height: 32px;
  background: #f4f5ff;
  box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.55);
  border-radius: 4px 4px 4px 4px;
}

.recommendation .box .main .right_b .bbx .anniu a {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #4268ff;
}

.recommendation .box .main .right_b .xxc {
  position: -webkit-sticky;
  /* 对于 Safari */
  position: sticky;
  margin-top: 24px;
  background-image: url(../image/re_right_bg.png);
  width: 288px;
  height: 345px;
  background-size: 100% 100%;
  padding-top: 161px;
}

.recommendation .box .main .right_b .xxc img {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 132px;
}

.competition header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 66px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(223, 220, 220, 0.815);
}

.competition header .main {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.competition header .main .left {
  display: flex;
  align-items: center;
}

.competition header .main .left .logo img {
  width: 115px;
  height: 45px;
}

.competition header .main .left .bold {
  margin: 0 12px;
  width: 2px;
  height: 34px;
  background: #f1f1f1;
}

.competition header .main .left .zi {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.competition header .main .right {
  display: flex;
  align-items: center;
  height: 66px;
}

.competition header .main .right .nav {
  margin-right: 20px;
}

.competition header .main .right .nav ul {
  display: flex;
  align-items: center;
}

.competition header .main .right .nav ul li {
  margin: 0 12px;
}

.competition header .main .right .nav ul li a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.competition header .main .right .nav ul .active {
  position: relative;
}

.competition header .main .right .nav ul .active a {
  font-weight: 700;
  color: #4268ff;
}

.competition header .main .right .nav ul .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background: #4268ff;
  border-radius: 76px 76px 76px 76px;
}

.competition header .main .right .nav ul li:hover {
  position: relative;
}

.competition header .main .right .nav ul li:hover a {
  font-weight: 700;
  color: #4268ff;
}

.competition header .main .right .nav ul li:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background: #4268ff;
  border-radius: 76px 76px 76px 76px;
}

.competition header .main .right .dl {
  width: 140px;
  height: 32px;
  background-image: url(../image/re_header.png);
  background-size: 100% 100%;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.competition header .main .right .dl .d_l {
  flex: 1;
  height: 32px;
}

.competition header .main .right .dl .d_l a {
  height: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4268ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.competition header .main .right .dl .d_r {
  background-image: url(../image/zc.png);
  width: 75px;
  height: 32px;
  background-size: 100% 100%;
}

.competition header .main .right .dl .d_r a {
  height: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.competition .banner {
  margin-top: 89px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding-top: 9px;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块 */
  /* 滚动条轨道 */
}

.competition .banner ::-webkit-scrollbar {
  width: 4px;
  /* 滚动条的宽度 */
}

.competition .banner ::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  /* 滑块颜色 */
  border-radius: 10px;
  /* 滑块圆角 */
}

.competition .banner ::-webkit-scrollbar-track {
  background: none;
  /* 轨道颜色 */
}

.competition .banner .main .title {
  display: flex;
  align-items: center;
}

.competition .banner .main .title p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

.competition .banner .main .title span {
  display: block;
  margin-left: 4px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.competition .banner .main .xsx {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.competition .banner .main .xsx .xuan {
  display: flex;
  align-items: center;
}

.competition .banner .main .xsx .xuan .kk1 {
  margin-left: 20px;
  position: relative;
}

.competition .banner .main .xsx .xuan .kk1 .xz {
  position: relative;
  width: 192px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
}

.competition .banner .main .xsx .xuan .kk1 .xz p {
  margin-left: 8px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.competition .banner .main .xsx .xuan .kk1 .ppx1 {
  z-index: 90;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  height: 116px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.competition .banner .main .xsx .xuan .kk1 .ppx1 ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 14px;
  height: 27px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.competition .banner .main .xsx .xuan .kk1 .ppx1 ul li:hover {
  background: #f3f5ff;
}

.competition .banner .main .xsx .xuan .kk1 .ppx2 {
  z-index: 90;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  height: 116px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.competition .banner .main .xsx .xuan .kk1 .ppx2 ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 14px;
  height: 27px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.competition .banner .main .xsx .xuan .kk1 .ppx2 ul li:hover {
  background: #f3f5ff;
}

.competition .banner .main .xsx .xuan .kk1 .xz::after {
  z-index: 90;
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/xxx.png);
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.competition .banner .main .xsx .xuan .kk1 .xz.open::after {
  z-index: 90;
  content: "";
  position: absolute;
  right: 8px;
  top: 20%;
  transform: translateY(-50%);
  background: url(../image/xxx.png);
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.competition .banner .main .xsx .xuan .kk1:nth-child(1) {
  margin-left: 0;
}

.competition .banner .main .xsx .an {
  width: 100px;
  height: 40px;
  background: #4268ff;
  border-radius: 4px 4px 4px 4px;
}

.competition .banner .main .xsx .an a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.competition .banner .main .xsx .an a img {
  margin-left: 12px;
  display: block;
  width: 20px;
  height: 20px;
}

.competition .banner .main .xia {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.competition .banner .main .xia .m_l .m_o1 {
  display: flex;
  align-items: center;
}

.competition .banner .main .xia .m_l .m_o1 .tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.competition .banner .main .xia .m_l .m_o1 .nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.competition .banner .main .xia .m_l .m_o1 .nav .nv {
  margin: 0 10px;
  padding: 5px 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  background: #f7f7f7;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.competition .banner .main .xia .m_l .m_o1 .nav .active {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4268ff;
  background: #eef1ff;
  border-radius: 4px 4px 4px 4px;
}

.competition .banner .main .xia .m_l .m_o1 .nav .nv:hover {
  background: #e0e3f0;
}

.competition .banner .main .xia .m_l .m_o2 {
  display: flex;
}

.competition .banner .main .xia .m_l .m_o2 .tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.competition .banner .main .xia .m_l .m_o2 .nav {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.competition .banner .main .xia .m_l .m_o2 .nav .nv {
  margin: 0 10px 10px;
  padding: 5px 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  background: #f7f7f7;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}
.competition .banner .main .xia .m_l .m_o2 .nav .nv {
  margin: 0 10px 10px;
  padding: 5px 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  background: #f7f7f7;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.competition .banner .main .xia .m_l .m_o2 .nav .nv:hover {
  background: #e0e3f0;
}

.competition .banner .main .xia .m_r {
  margin-top: 30px;
  width: 352px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
}

.competition .banner .main .xia .m_r input {
  width: 235px;
  height: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.competition .banner .main .xia .m_r input::placeholder {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.competition .banner .main .xia .m_r .anniu {
  width: 100px;
  height: 40px;
  background: #4268ff;
  border-radius: 4px 4px 4px 4px;
}

.competition .banner .main .xia .m_r .anniu a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.competition .banner .main .xia .m_r .anniu a img {
  display: block;
  margin-left: 12px;
  width: 20px;
  height: 20px;
}

.competition .box {
  margin-top: 48px;
  margin-bottom: 43px;
  position: relative;
}

.competition .box .main {
  display: flex;
  justify-content: space-between;
}

.competition .box .main .left_b {
  width: 896px;
  min-height: 100vh;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  padding-bottom: 28px;
}

.competition .box .main .left_b ul li {
  margin-top: 2px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.competition .box .main .left_b ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.competition .box .main .left_b ul li a .fu {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../image/index_boxlist_an1.png);
  width: 124px;
  height: 58px;
  background-size: 100% 100%;
  padding-top: 6px;
}

.competition .box .main .left_b ul li a .fu p {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.competition .box .main .left_b ul li a .fu span {
  display: block;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.competition .box .main .left_b ul li a .fu1 {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../image/index_boxlist_an2.png);
  width: 124px;
  height: 58px;
  background-size: 100% 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #999999;
  text-align: center;
  line-height: 58px;
}

.competition .box .main .left_b ul li a .fu2 {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../image/index_boxlist_an3.png);
  width: 124px;
  height: 58px;
  background-size: 100% 100%;
  padding-top: 6px;
}

.competition .box .main .left_b ul li a .fu2 p {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.competition .box .main .left_b ul li a .fu2 span {
  display: block;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.competition .box .main .left_b ul li a .title {
  display: flex;
  align-items: center;
}

.competition .box .main .left_b ul li a .title .text-container {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  /* 或者 block, 根据需要 */
  max-width: 600px;
  /* 设置最大宽度 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  white-space: nowrap;
}

.competition .box .main .left_b ul li a .title .text-container1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  /* 或者 block, 根据需要 */
  max-width: 718px;
  /* 设置最大宽度 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  white-space: nowrap;
}

.competition .box .main .left_b ul li a .title .bq {
  margin-left: 5px;
  font-size: 13px;
  color: #ff9c34;
  background-color: #fff4e8;
  border: 1px solid #ffe2b0;
  padding: 4px 15px;
  border-radius: 3px;
}

.competition .box .main .left_b ul li a .title .bq1 {
  margin-left: 5px;
  font-size: 13px;
  color: #fff;
  background-color: #26bf7a;
  border: 1px solid #26bf7a;
  padding: 4px 15px;
  border-radius: 3px;
}

.competition .box .main .left_b ul li a .wen {
  margin-top: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  width: 718px;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.competition .box .main .left_b ul li a .xia {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.competition .box .main .left_b ul li a .xia .x_l .time {
  margin-top: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.competition .box .main .left_b ul li a .xia .x_l .time span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.competition .box .main .left_b ul li a .xia .x_r {
  display: flex;
  align-items: center;
}

.competition .box .main .left_b ul li a .xia .x_r .bq {
  margin-right: 12px;
  padding: 4px 14px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #4268ff;
  background: #f5f7ff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d4ddff;
}

.competition .box .main .left_b ul li a .xia .x_r .bq:last-child {
  margin-right: 0;
}

.competition .box .main .left_b ul li:hover a .title .text-container {
  color: #4268ff;
}

.competition .box .main .left_b ul li:hover a .title .text-container1 {
  color: #4268ff;
}

.competition .box .main .left_b ul li:nth-child(1) {
  margin-top: 0;
}

.competition .box .main .left_b .layui-laypage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.competition .box .main .left_b .layui-laypage a,
.competition .box .main .left_b .layui-laypage span {
  margin: 0px 5px 0px 5px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
}

.competition .box .main .left_b .layui-laypage input {
  height: 36px;
  line-height: 36px;
  border-radius: 4px 4px 4px 4px;
}

.competition .box .main .left_b .layui-laypage-spr {
  height: 36px;
  background: #f3f3f3;
  border-radius: 4px 4px 4px 4px;
}

.competition .box .main .left_b .layui-laypage button {
  width: 58px;
  height: 36px;
  background: #f3f3f3;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e5e5e5;
  background-color: none;
}

.competition .box .main .left_b .layui-laypage .layui-laypage-skip {
  font-size: 14px;
  color: #333333;
}

.competition .box .main .left_b .layui-laypage a:hover {
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #4268ff;
  font-size: 16px;
  color: #4268ff;
}

.competition .box .main .left_b .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #4268ff;
  border-radius: 4px 4px 4px 4px;
}

.competition .box .main .right_b {
  width: 288px;
}

.competition .box .main .right_b .pic img {
  width: 100%;
  height: 160px;
}

.competition .box .main .right_b .bbx {
  width: 100%;
  height: 324px;
  background: #ffffff;
}

.competition .box .main .right_b .bbx .bx {
  margin-top: 5px;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
}

.competition .box .main .right_b .bbx .bx .b_l {
  display: flex;
  align-items: center;
}

.competition .box .main .right_b .bbx .bx .b_l .pic img {
  width: 40px;
  height: 40px;
}

.competition .box .main .right_b .bbx .bx .b_l .cont {
  margin-left: 8px;
}

.competition .box .main .right_b .bbx .bx .b_l .cont .zi {
  width: 156px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.competition .box .main .right_b .bbx .bx .b_l .cont .icon {
  margin-top: 2px;
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #ffb300;
}

.competition .box .main .right_b .bbx .bx .b_l .cont .icon img {
  width: 12px;
  height: 12px;
}

.competition .box .main .right_b .bbx .bx .b_r {
  background-image: url(../image/re_p_an.png);
  width: 55px;
  height: 26px;
  background-size: 100% 100%;
}

.competition .box .main .right_b .bbx .bx .b_r a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.competition .box .main .right_b .bbx .bx:hover {
  background: #fffdf4;
}

.competition .box .main .right_b .bbx .anniu {
  margin: 15px auto 0;
  width: 212px;
  height: 32px;
  background: #f4f5ff;
  box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.55);
  border-radius: 4px 4px 4px 4px;
}

.competition .box .main .right_b .bbx .anniu a {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #4268ff;
}

.competition .box .main .right_b .xxc {
  position: -webkit-sticky;
  /* 对于 Safari */
  position: sticky;
  margin-top: 24px;
  background-image: url(../image/re_right_bg.png);
  width: 288px;
  height: 345px;
  background-size: 100% 100%;
  padding-top: 161px;
}

.competition .box .main .right_b .xxc img {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 132px;
}

.advice header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 66px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(223, 220, 220, 0.815);
}

.advice header .main {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advice header .main .left {
  display: flex;
  align-items: center;
}

.advice header .main .left .logo img {
  width: 115px;
  height: 45px;
}

.advice header .main .left .bold {
  margin: 0 12px;
  width: 2px;
  height: 34px;
  background: #f1f1f1;
}

.advice header .main .left .zi {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.advice header .main .right {
  display: flex;
  align-items: center;
  height: 66px;
}

.advice header .main .right .nav {
  margin-right: 20px;
}

.advice header .main .right .nav ul {
  display: flex;
  align-items: center;
}

.advice header .main .right .nav ul li {
  margin: 0 12px;
}

.advice header .main .right .nav ul li a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.advice header .main .right .nav ul .active {
  position: relative;
}

.advice header .main .right .nav ul .active a {
  font-weight: 700;
  color: #4268ff;
}

.advice header .main .right .nav ul .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background: #4268ff;
  border-radius: 76px 76px 76px 76px;
}

.advice header .main .right .nav ul li:hover {
  position: relative;
}

.advice header .main .right .nav ul li:hover a {
  font-weight: 700;
  color: #4268ff;
}

.advice header .main .right .nav ul li:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 32px;
  height: 4px;
  background: #4268ff;
  border-radius: 76px 76px 76px 76px;
}

.advice header .main .right .dl {
  width: 140px;
  height: 32px;
  background-image: url(../image/re_header.png);
  background-size: 100% 100%;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.advice header .main .right .dl .d_l {
  flex: 1;
  height: 32px;
}

.advice header .main .right .dl .d_l a {
  height: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4268ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advice header .main .right .dl .d_r {
  background-image: url(../image/zc.png);
  width: 75px;
  height: 32px;
  background-size: 100% 100%;
}

.advice header .main .right .dl .d_r a {
  height: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advice .banner {
  margin-top: 89px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding-top: 9px;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块 */
  /* 滚动条轨道 */
}

.advice .banner ::-webkit-scrollbar {
  width: 4px;
  /* 滚动条的宽度 */
}

.advice .banner ::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  /* 滑块颜色 */
  border-radius: 10px;
  /* 滑块圆角 */
}

.advice .banner ::-webkit-scrollbar-track {
  background: none;
  /* 轨道颜色 */
}

.advice .banner .main .title {
  display: flex;
  align-items: center;
}

.advice .banner .main .title p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

.advice .banner .main .title span {
  display: block;
  margin-left: 4px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.advice .banner .main .xsx {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advice .banner .main .xsx .xuan {
  display: flex;
  align-items: center;
}

.advice .banner .main .xsx .xuan .kk1 {
  margin-left: 20px;
  position: relative;
}

.advice .banner .main .xsx .xuan .kk1 .xz {
  position: relative;
  width: 192px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
}

.advice .banner .main .xsx .xuan .kk1 .xz p {
  margin-left: 8px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.advice .banner .main .xsx .xuan .kk1 .ppx1 {
  z-index: 90;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  height: 119px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.advice .banner .main .xsx .xuan .kk1 .ppx1 ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 14px;
  height: 27px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.advice .banner .main .xsx .xuan .kk1 .ppx1 ul li:hover {
  background: #f3f5ff;
}

.advice .banner .main .xsx .xuan .kk1 .ppx2 {
  z-index: 90;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  height: 119px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.advice .banner .main .xsx .xuan .kk1 .ppx2 ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 14px;
  height: 27px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.advice .banner .main .xsx .xuan .kk1 .ppx2 ul li:hover {
  background: #f3f5ff;
}

.advice .banner .main .xsx .xuan .kk1 .ppx3 {
  z-index: 90;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  height: 119px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.advice .banner .main .xsx .xuan .kk1 .ppx3 ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 14px;
  height: 27px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.advice .banner .main .xsx .xuan .kk1 .ppx3 ul li:hover {
  background: #f3f5ff;
}

.advice .banner .main .xsx .xuan .kk1 .ppx4 {
  z-index: 90;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  height: 119px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.advice .banner .main .xsx .xuan .kk1 .ppx4 ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 14px;
  height: 27px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.advice .banner .main .xsx .xuan .kk1 .ppx4 ul li:hover {
  background: #f3f5ff;
}

.advice .banner .main .xsx .xuan .kk1 .ppx5 {
  z-index: 90;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
  height: 119px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  display: none;
}

.advice .banner .main .xsx .xuan .kk1 .ppx5 ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 14px;
  height: 27px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.advice .banner .main .xsx .xuan .kk1 .ppx5 ul li:hover {
  background: #f3f5ff;
}

.advice .banner .main .xsx .xuan .kk1 .xz::after {
  z-index: 90;
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/xxx.png);
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.advice .banner .main .xsx .xuan .kk1 .xz.open::after {
  z-index: 90;
  content: "";
  position: absolute;
  right: 8px;
  top: 20%;
  transform: translateY(-50%);
  background: url(../image/xxx.png);
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.advice .banner .main .xsx .xuan .kk1:nth-child(1) {
  margin-left: 0;
}

.advice .banner .main .xsx .an {
  width: 100px;
  height: 40px;
  background: #4268ff;
  border-radius: 4px 4px 4px 4px;
}

.advice .banner .main .xsx .an a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.advice .banner .main .xsx .an a img {
  margin-left: 12px;
  display: block;
  width: 20px;
  height: 20px;
}

.advice .banner .main .xia {
  display: flex;
  align-items: center;
  justify-content: space-between;
/*   height: 140px; */
}

.advice .banner .main .xia .m_l .m_o1,.advice .banner .main .xia .m_l .m_o0 {
  display: flex;
  align-items: center;
}

.advice .banner .main .xia .m_l .m_o0 .tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width:90px;
}
.advice .banner .main .xia .m_l .m_o1 .tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.advice .banner .main .xia .m_l .m_o0 .nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.advice .banner .main .xia .m_l .m_o1 .nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.advice .banner .main .xia .m_l .m_o0 .nav .nv {
  margin: 0 5px;
  padding: 5px 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  background: #f7f7f7;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  margin-bottom: 5px;
}
.advice .banner .main .xia .m_l .m_o1 .nav .nv {
  margin: 0 5px;
  padding: 5px 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  background: #f7f7f7;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}
.advice .banner .main .xia .m_l .m_o0 .nav .active {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4268ff;
  background: #eef1ff;
  border-radius: 4px 4px 4px 4px;
}
.advice .banner .main .xia .m_l .m_o1 .nav .active {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4268ff;
  background: #eef1ff;
  border-radius: 4px 4px 4px 4px;
}
.advice .banner .main .xia .m_l .m_o0 .nav .nv:hover {
  background: #e0e3f0;
}
.advice .banner .main .xia .m_l .m_o1 .nav .nv:hover {
  background: #e0e3f0;
}

.advice .banner .main .xia .m_l .m_o2 {
  display: flex;
  align-items: center;
}

.advice .banner .main .xia .m_l .m_o2 .tit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.advice .banner .main .xia .m_l .m_o2 .nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.advice .banner .main .xia .m_l .m_o2 .nav .nv {
  margin: 0 5px;
  padding: 5px 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  background: #f7f7f7;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.advice .banner .main .xia .m_l .m_o2 .nav .active {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4268ff;
  background: #eef1ff;
  border-radius: 4px 4px 4px 4px;
}

.advice .banner .main .xia .m_l .m_o2 .nav .nv:hover {
  background: #e0e3f0;
}

.advice .banner .main .xia .m_r {
  margin-top: 30px;
  width: 352px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
}

.advice .banner .main .xia .m_r input {
  width: 235px;
  height: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.advice .banner .main .xia .m_r input::placeholder {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.advice .banner .main .xia .m_r .anniu {
  width: 100px;
  height: 40px;
  background: #4268ff;
  border-radius: 4px 4px 4px 4px;
}

.advice .banner .main .xia .m_r .anniu a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.advice .banner .main .xia .m_r .anniu a img {
  display: block;
  margin-left: 12px;
  width: 20px;
  height: 20px;
}

.advice .box {
  margin-top: 48px;
  margin-bottom: 43px;
  position: relative;
}

.advice .box .main {
  display: flex;
  justify-content: space-between;
}

.advice .box .main .left_b {
  width: 896px;
  min-height: 100vh;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  padding-bottom: 28px;
}

.advice .box .main .left_b ul li {
  margin-top: 2px;
  width: 100%;
  height: 154px;
  background: #ffffff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.advice .box .main .left_b ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.advice .box .main .left_b ul li a .fu {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../image/index_boxlist_an1.png);
  width: 124px;
  height: 58px;
  background-size: 100% 100%;
  padding-top: 6px;
}

.advice .box .main .left_b ul li a .fu p {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.advice .box .main .left_b ul li a .fu span {
  display: block;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.advice .box .main .left_b ul li a .fu1 {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../image/index_boxlist_an2.png);
  width: 124px;
  height: 58px;
  background-size: 100% 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #999999;
  text-align: center;
  line-height: 58px;
}

.advice .box .main .left_b ul li a .fu2 {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../image/index_boxlist_an3.png);
  width: 124px;
  height: 58px;
  background-size: 100% 100%;
  padding-top: 6px;
}

.advice .box .main .left_b ul li a .fu2 p {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.advice .box .main .left_b ul li a .fu2 span {
  display: block;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.advice .box .main .left_b ul li a .title {
  display: flex;
  align-items: center;
}

.advice .box .main .left_b ul li a .title .text-container {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  /* 或者 block, 根据需要 */
  max-width: 600px;
  /* 设置最大宽度 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  white-space: nowrap;
}

.advice .box .main .left_b ul li a .title .text-container1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  /* 或者 block, 根据需要 */
  max-width: 718px;
  /* 设置最大宽度 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  white-space: nowrap;
}

.advice .box .main .left_b ul li a .title .bq {
  margin-left: 5px;
  font-size: 13px;
  color: #ff9c34;
  background-color: #fff4e8;
  border: 1px solid #ffe2b0;
  padding: 4px 15px;
  border-radius: 3px;
}

.advice .box .main .left_b ul li a .title .bq1 {
  margin-left: 5px;
  font-size: 13px;
  color: #fff;
  background-color: #26bf7a;
  border: 1px solid #26bf7a;
  padding: 4px 15px;
  border-radius: 3px;
}

.advice .box .main .left_b ul li a .wen {
  margin-top: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  width: 718px;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.advice .box .main .left_b ul li a .xia {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.advice .box .main .left_b ul li a .xia .x_l .time {
  margin-top: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.advice .box .main .left_b ul li a .xia .x_l .time span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.advice .box .main .left_b ul li a .xia .x_r {
  display: flex;
  align-items: center;
}

.advice .box .main .left_b ul li a .xia .x_r .bq {
  margin-right: 12px;
  padding: 4px 14px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #4268ff;
  background: #f5f7ff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d4ddff;
}

.advice .box .main .left_b ul li a .xia .x_r .bq:last-child {
  margin-right: 0;
}

.advice .box .main .left_b ul li:hover a .title .text-container {
  color: #4268ff;
}

.advice .box .main .left_b ul li:hover a .title .text-container1 {
  color: #4268ff;
}

.advice .box .main .left_b ul li:nth-child(1) {
  margin-top: 0;
}

.advice .box .main .left_b .layui-laypage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.advice .box .main .left_b .layui-laypage a,
.advice .box .main .left_b .layui-laypage span {
  margin: 0px 5px 0px 5px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
}

.advice .box .main .left_b .layui-laypage input {
  height: 36px;
  line-height: 36px;
  border-radius: 4px 4px 4px 4px;
}

.advice .box .main .left_b .layui-laypage-spr {
  height: 36px;
  background: #f3f3f3;
  border-radius: 4px 4px 4px 4px;
}

.advice .box .main .left_b .layui-laypage button {
  width: 58px;
  height: 36px;
  background: #f3f3f3;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e5e5e5;
  background-color: none;
}

.advice .box .main .left_b .layui-laypage .layui-laypage-skip {
  font-size: 14px;
  color: #333333;
}

.advice .box .main .left_b .layui-laypage a:hover {
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #4268ff;
  font-size: 16px;
  color: #4268ff;
}

.advice .box .main .left_b .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #4268ff;
  border-radius: 4px 4px 4px 4px;
}

.advice .box .main .right_b {
  width: 288px;
}

.advice .box .main .right_b .pic img {
  width: 100%;
  height: 160px;
}

.advice .box .main .right_b .bbx {
  width: 100%;
  height: 324px;
  background: #ffffff;
}

.advice .box .main .right_b .bbx .bx {
  margin-top: 5px;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
}

.advice .box .main .right_b .bbx .bx .b_l {
  display: flex;
  align-items: center;
}

.advice .box .main .right_b .bbx .bx .b_l .pic img {
  width: 40px;
  height: 40px;
}

.advice .box .main .right_b .bbx .bx .b_l .cont {
  margin-left: 8px;
}

.advice .box .main .right_b .bbx .bx .b_l .cont .zi {
  width: 156px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.advice .box .main .right_b .bbx .bx .b_l .cont .icon {
  margin-top: 2px;
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #ffb300;
}

.advice .box .main .right_b .bbx .bx .b_l .cont .icon img {
  width: 12px;
  height: 12px;
}

.advice .box .main .right_b .bbx .bx .b_r {
  background-image: url(../image/re_p_an.png);
  width: 55px;
  height: 26px;
  background-size: 100% 100%;
}

.advice .box .main .right_b .bbx .bx .b_r a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.advice .box .main .right_b .bbx .bx:hover {
  background: #fffdf4;
}

.advice .box .main .right_b .bbx .anniu {
  margin: 15px auto 0;
  width: 212px;
  height: 32px;
  background: #f4f5ff;
  box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.55);
  border-radius: 4px 4px 4px 4px;
}

.advice .box .main .right_b .bbx .anniu a {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #4268ff;
}

.advice .box .main .right_b .xxc {
  position: -webkit-sticky;
  /* 对于 Safari */
  position: sticky;
  margin-top: 24px;
  background-image: url(../image/re_right_bg.png);
  width: 288px;
  height: 345px;
  background-size: 100% 100%;
  padding-top: 161px;
}

.advice .box .main .right_b .xxc img {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 132px;
}

.footers {
  width: 100%;
  height: 457px;
  background: url(https://img.gaodun.cn/skin/baoyan/image/footer/bag.png) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 70px;
}

.footers .liebiao ul {
  display: flex;
  justify-content: center;
}

.footers .liebiao ul li:nth-child(1) {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 10px;
}
.footers .liebiao ul li:nth-child(2) {
    display: flex
;
    align-items: center;
    flex-direction: column;
    margin-right: 120px;
}
.footers .liebiao ul li:nth-child(1) p {
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}

.footers .liebiao ul li:nth-child(2) p {
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}

.footers .liebiao ul li:nth-child(1) img:nth-child(1) {
  width: 140px;
  height: 43px;
}

.footers .liebiao ul li:nth-child(1) img:nth-child(2) {
  width: 80px;
  height: 80px;
  margin: 16px 0 8px;
}
.footers .liebiao ul li:nth-child(2) img:nth-child(1) {
  width: 80px;
  height: 80px;
  margin: 58px 0 8px;
}
.footers .liebiao ul li .top {
  font-size: 16px;
  color: #ff1100;
  line-height: 21px;
  margin-bottom: 24px;
  margin-top: 14px;
  justify-content: flex-start;
}

.footers .liebiao ul li ol li:nth-child(1) {
  display: block;
}

.footers .liebiao ul li ol li a {
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
}

.footers .renzheng {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  position: relative;
  margin-top: 73px;
}

.footers .renzheng::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footers .renzheng .left {
  margin-right: 40px;
}

.footers .renzheng .left p {
  text-align: center;
}

.footers .renzheng .left p a {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
}

.footers .renzheng .right img {
  width: 184px;
  height: 47px;
}

.footers .bottom ul {
  display: flex;
  padding-top: 14px;
  justify-content: center;
}

.footers .bottom ul li {
  margin-right: 120px;
}

.footers .bottom ul li a {
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
}

.no_data {
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no_data img {
  width: 240px;
}

.no_data p {
  font-size: 16px;
  margin-top: 20px;
}
