.swiper-box .swiper-slide {
  position: relative;
  width: 100%;
  height: 487px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.swiper-box .swiper-slide .banner-text {
  position: absolute;
  left: 50%;
  bottom: 31px;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.8888888889rem;
  z-index: 2;
}

.swiper-box .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-box .swiper-button-prev:after,
.swiper-box .swiper-button-next:after {
  font-size: 33px;
  position: absolute;
}

.swiper-box .swiper-button-prev {
  opacity: 0;
  top: 50%;
  left: 12%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 65px;
  color: #fff;
}

.swiper-box .swiper-button-next {
  opacity: 0;
  top: 50%;
  right: 12%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 65px;
  color: #fff;
}

.swiper-box:hover .swiper-button-prev,
.swiper-box:hover .swiper-button-next {
  opacity: 1;
}

.swiper-box .swiper-container {
  height: 100%;
}

.swiper-box .swiper-container-horizontal > .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  left: 84%;
  bottom: 32px;
  bottom: 18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.swiper-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 33px;
  height: 8px;
  background: #FFF;
  margin: 0 7px;
}

.swiper-box .swiper-pagination-bullet-active {
  padding: 4px;
  border-radius: 50px;
  background-color: #2448c5 !important;
}

.swiper-box .swiper-pagination-bullet {
  height: 5px;
  background-color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .swiper-box .swiper-button-prev,
  .swiper-box .swiper-button-next {
    display: none;
  }
  .swiper-box .swiper-slide .banner-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .swiper-box .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 6px;
  }
}
.index-main {
  padding-top: 44px;
}
.index-main .top-title {
  margin-bottom: 14px;
  padding-bottom: 17px;
  border-bottom: 4px solid #2444BE;
  position: relative;
  line-height: 1;
}
.index-main .top-title .caption-title {
  margin-left: 19px;
  font-size: 1.4444444444rem;
  color: #2444BE;
}
.index-main .top-title::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 21px;
  background: #2444BE;
}
.index-main .more-box a {
  color: #2444BE;
  font-size: 0.8888888889rem;
}
.index-main .main-1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.index-main .main-1 .boxa {
  width: 27.986%;
}
.index-main .main-1 .boxa .cyfu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-main .main-1 .boxa .cyfu-content li {
  width: 47.6427%;
  margin-bottom: 20px;
  padding: 32px 13px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid rgba(210, 210, 210, 0.63);
}
.index-main .main-1 .boxa .cyfu-content li a {
  text-align: center;
}
.index-main .main-1 .boxa .cyfu-content li a img {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.index-main .main-1 .boxa .cyfu-content li a img:nth-of-type(1) {
  display: block;
  margin: auto;
}
.index-main .main-1 .boxa .cyfu-content li a img:nth-of-type(2) {
  display: none;
  margin: auto;
}
.index-main .main-1 .boxa .cyfu-content li .current-week {
  color: #CB0505;
  font-size: 2.4444444444rem;
    line-height: 1;
}
.index-main .main-1 .boxa .cyfu-content li .bottom {
  margin-top: 22px;
}
.index-main .main-1 .boxa .cyfu-content li:hover {
  border-radius: 0;
}
.index-main .main-1 .boxa .cyfu-content li:hover a img {
  -webkit-animation: swingY 0.6s ease forwards;
          animation: swingY 0.6s ease forwards;
}
.index-main .main-1 .boxa .cyfu-content li:hover img:nth-of-type(1) {
  display: none;
}
.index-main .main-1 .boxa .cyfu-content li:hover img:nth-of-type(2) {
  display: block;
}
.index-main .main-1 .boxb {
  width: 67.84722%;
}
.index-main .main-1 .boxb .msg-tabNav li {
  position: relative;
  padding-bottom: 6px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}
.index-main .main-1 .boxb .msg-tabNav li.current {
  color: #2847BF;
  font-weight: bold;
  font-family: PingFang SC;
}
.index-main .main-1 .boxb .msg-tabNav li.current:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2444be;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
.index-main .main-1 .boxb .tabNav {
  margin: 0 23px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.index-main .main-1 .boxb .tabcons {
  display: none;
  margin-top: 25px;
}
.index-main .main-1 .boxb .tabcons li {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
  line-height: 1;
  border-bottom: 1px dashed #D8D8D8;
}
.index-main .main-1 .boxb .tabcons li:last-child {
  margin-bottom: 0;
}
.index-main .main-1 .boxb .tabcons li .number {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #b3131f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 2px;
}
.index-main .main-1 .boxb .tabcons li .content {
  width: 90%;
  margin-left: 8px;
  padding-right: 60px;
}
@media screen and (max-width: 576px) {
  .index-main .main-1 .boxb .tabcons li .content {
    padding-right: 23%;
  }
}
.index-main .main-1 .boxb .tabcons li time {
  position: absolute;
  right: 0;
  color: #B5B5B5;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .index-main .main-1 .boxb .tabcons li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .index-main .main-1 .boxa {
    display: none;
  }
  .index-main .main-1 .boxb {
    width: 100%;
  }
}
.index-main .main-2 {
  margin-top: 24px;
}
.index-main .main-2 .top-title {
  margin-bottom: 27px;
}
.index-main .main-2 .jxdt-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.index-main .main-2 .jxdt-content .left {
  width: 46.111%;
}
.index-main .main-2 .jxdt-content .left .swiper-slide {
  max-height: 459px;
  height: 459px;
}
.index-main .main-2 .jxdt-content .left .swiper-slide a {
  position: relative;
}
.index-main .main-2 .jxdt-content .left .swiper-slide .pic-text {
  width: 76%;
  position: absolute;
  left: 14px;
  bottom: 14px;
  color: #fff;
}
.index-main .main-2 .jxdt-content .left .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.index-main .main-2 .jxdt-content .right {
  width: 51.45833%;
}
.index-main .main-2 .jxdt-content .right li {
  margin-bottom: 17px;
  padding-bottom: 19px;
  position: relative;
  line-height: 1;
  border-bottom: 1px dashed #D8D8D8;
}
.index-main .main-2 .jxdt-content .right li:last-child {
  margin-bottom: 0;
}
.index-main .main-2 .jxdt-content .right li .number {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #b3131f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 2px;
}
.index-main .main-2 .jxdt-content .right li .content {
  width: 90%;
  margin-left: 8px;
  padding-right: 60px;
}
@media screen and (max-width: 576px) {
  .index-main .main-2 .jxdt-content .right li .content {
    padding-right: 23%;
  }
}
.index-main .main-2 .jxdt-content .right li time {
  position: absolute;
  right: 0;
  color: #B5B5B5;
  font-weight: 300;
}
.index-main .main-2 .jxdt-content .right li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .index-main .main-2 .jxdt-content .right li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.index-main .main-2 .jxdt-content .swiper-container-horizontal > .swiper-pagination-bullets {
  right: 0;
  bottom: 12px;
}
.index-main .main-2 .jxdt-content .swiper-pagination {
  text-align: end;
  padding: 0 20px;
}
.index-main .main-2 .jxdt-content .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.index-main .main-2 .jxdt-content .swiper-pagination-bullet-active {
  width: 21px;
}
@media screen and (max-width: 1024px) {
  .index-main .main-2 .jxdt-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-main .main-2 .jxdt-content .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-main .main-2 .jxdt-content .left .swiper-slide {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: none;
  }
  .index-main .main-2 .jxdt-content .left .swiper-slide img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-main .main-2 .jxdt-content .left .swiper-slide .pic-text {
    width: 100%;
    margin: 10px 0px 20px;
    padding: 0 10px;
    position: unset;
    text-align: start;
    color: #000;
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
  .index-main .main-2 .jxdt-content .left .swiper-pagination-bullet {
    background-color: #bebebe;
  }
  .index-main .main-2 .jxdt-content .left .swiper-pagination-bullet-active {
    width: 40px;
    background-color: #2444BE;
  }
  .index-main .main-2 .jxdt-content .left .swiper-pagination {
    text-align: center;
  }
  .index-main .main-2 .jxdt-content .left .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
  }
  .index-main .main-2 .jxdt-content .right {
    width: 100%;
  }
  .index-main .main-2 .jxdt-content .right ul {
    padding-top: 20px;
    border-top: 1px dashed #D8D8D8;
  }
  .index-main .main-2 .jxdt-content .right li:last-child {
    border-bottom: 1px dashed #D8D8D8;
  }
}
.index-main .main-2 .number-swiper {
  margin-top: 61px;
  padding-bottom: 60px;
}
.index-main .main-2 .number-swiper li {
  width: 100%;
  text-align: center;
}
.index-main .main-2 .number-swiper li .number {
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #BD0E0E;
  font-size: 2rem;
  background-color: #fff;
  line-height: 1;
}
.index-main .main-2 .number-swiper li .number .dw {
  font-size: 0.7777777778rem;
}
.index-main .main-2 .number-swiper li .desc {
  margin-top: 32px;
  font-size: 0.7777777778rem;
  line-height: 1.5;
}
.index-main .main-2 .number-border {
  width: 174px;
  height: 174px;
  border: 1px solid #C9C9C9;
  border-radius: 50%;
  padding: 20px 0;
  position: relative;
  margin: 0 auto;
}
.index-main .main-2 .number-border img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
}
.index-main .main-2 .number-swiper li .number-border {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.index-main .main-2 .number-swiper .swiper-slide[data-swiper-slide-index="0"] .number-border {
  background-image: url("../images/num1.png");
}
.index-main .main-2 .number-swiper .swiper-slide[data-swiper-slide-index="1"] .number-border {
  background-image: url("../images/num2.png");
}
.index-main .main-2 .number-swiper .swiper-slide[data-swiper-slide-index="2"] .number-border {
  background-image: url("../images/num3.png");
}
.index-main .main-2 .number-swiper .swiper-slide[data-swiper-slide-index="3"] .number-border {
  background-image: url("../images/num4.png");
}
.index-main .main-2 .number-swiper .swiper-slide[data-swiper-slide-index="4"] .number-border {
  background-image: url("../images/num5.png");
}
.index-main .main-2 .number-swiper .swiper-slide[data-swiper-slide-index="5"] .number-border {
  background-image: url("../images/num6.png");
}
.index-main .main-2 .number-swiper .swiper-slide[data-swiper-slide-index="6"] .number-border {
  background-image: url("../images/num7.png");
}
.index-main .main-2 .swiper-container-horizontal > .swiper-pagination-bullets,
.index-main .main-2 .swiper-pagination-custom,
.index-main .main-2 .swiper-pagination-fraction {
  bottom: 0;
}
.index-main .main-2 .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #BFBFBF;
  opacity: 1;
}
.index-main .main-2 .swiper-pagination-bullet-active {
  width: 54px;
  height: 9px;
  background-color: #2444BE;
}
@media screen and (max-width: 1440px) {
  .index-main .main-2 .number-border {
    width: 200px;
    height: 200px;
  }
  .index-main .main-2 .number-swiper li .number {
    bottom: 12px;
    background-color: transparent;
  }
  .index-main .main-2 .number-swiper li .number-border {
    background-size: 100% auto;
  }
  .index-main .main-2 .number-swiper .swiper-slide[data-swiper-slide-index="3"] .number-border {
    background-size: auto;
  }
  .index-main .main-2 .number-swiper li .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-main .main-2 .number-swiper li .number {
    bottom: 2px;
  }
  .index-main .main-2 .number-swiper {
    margin-top: 30px;
  }
  .index-main .main-2 .number-swiper li .desc {
    margin-top: 20px;
  }
  .index-main .main-2 .number-swiper li .desc {
    font-size: 12px;
  }
  .index-main .main-2 .number-border {
    width: 150px;
    height: 150px;
  }
}
.index-main .main-3 {
  margin-top: 44px;
  padding: 47px 0 78px;
  background-color: #ebf3ff;
  position: relative;
  border-bottom: 15px solid #a7172f;
}
.index-main .main-3 .top-title {
  width: 100%;
}
.index-main .main-3 ul {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.index-main .main-3 li {
  padding: 25px 30px;
  background-color: #fff;
}
.index-main .main-3 li .left {
  padding: 3px 8px;
  border-radius: 10px;
  background-color: #2444BE;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.index-main .main-3 li .left .day {
  font-size: 2.1111111111rem;
}
.index-main .main-3 li .left .date {
  font-size: 0.8888888889rem;
}
.index-main .main-3 li .right {
  width: 69px;
  height: 69px;
  border-radius: 50%;
}
.index-main .main-3 li .right img {
  -o-object-fit: cover;
     object-fit: cover;
}
.index-main .main-3 li .bottom-part {
  margin-top: 20px;
  padding-top: 17px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #121212;
  border-top: 2px solid #EEEEEE;
}
.index-main .main-3 li .bottom-part .msg {
  margin-top: 10px;
  font-size: 14px;
}
.index-main .main-3 li .bottom-part .msg img {
  margin-right: 5px;
}
.index-main .main-3 li .bottom-part .msg .gray-f {
  color: #8B8B8B;
}
.index-main .main-3 .jxhd-bj {
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .index-main .main-3 li {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .index-main {
    padding-top: 24px;
  }
  .index-main .main-3 {
    margin-top: 24px;
    padding: 24px 0;
  }
  .index-main .main-3 ul {
    margin-top: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
  .index-main .main-3 li .left {
    padding: 8px;
  }
  .index-main .main-3 li .left .date {
    margin-top: 5px;
    font-size: 12px;
  }
  .index-main .main-3 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index-main .main-3 .top-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .index-main .main-3 li .right {
    margin-bottom: 10px;
  }
  .index-main .main-3 li .bottom-part {
    margin-top: 0;
    padding-top: 0;
    margin-left: 20px;
    border-top: none;
  }
  .index-main .main-3 li .bottom-part .line1 {
    font-size: 18px;
  }
  .index-main .main-3 li .bottom-part .msg {
    color: #8B8B8B;
  }
}
@media screen and (max-width: 767px) {
  .index-main .main-3 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .index-main .main-3 ul li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@-webkit-keyframes swingY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes swingY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}