﻿.main {
  width: 1400px;
  margin: 0 auto;
}

body {
  font-family: Microsoft YaHei;
}

.card {
  padding: 50px 0 70px;
}

.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 36px;
  position: relative;
}
.title .title-text {
  font-family: FZDaBiaoSong-B06S;
  font-weight: 400;
  font-size: 35px;
  color: #404040;
  position: relative;
  padding-bottom: 15px;
}
.title .title-text:after {
  content: "";
  width: 160px;
  height: 3px;
  background: url(../imgs/icon_3.png) no-repeat center center/cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.title .link-more {
  position: absolute;
  right: 0;
  top: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #404040;
  padding-right: 22px;
  background: url(../imgs/more.png) no-repeat right center/14px;
}
.title .link-more:hover {
  color: #A40000;
}

.nav {
  background: white;
  position: sticky;
  top: 0;
  z-index: 11;
}
.nav .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
.nav .main .logo {
  flex-shrink: 0;
}
.nav .main .tool {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 120px;
}
.nav .main .tool .tool-top {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav .main .tool .tool-top .tool-link {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  color: #404040;
}
.nav .main .tool .tool-top .divide {
  width: 1px;
  height: 20px;
  background: #870A0F;
  margin: 0 15px;
}
.nav .main .tool .tool-top .tool-search {
  height: 30px;
  border-radius: 15px;
  border: 1px solid #870A0F;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.nav .main .tool .tool-top .tool-search:hover input[type=text] {
  width: 150px;
  padding: 0 10px;
}
.nav .main .tool .tool-top .tool-search input[type=text] {
  border: none;
  background: transparent;
  outline: none;
  width: 0px;
  padding: 0;
  box-sizing: border-box;
  transition: all ease 0.3s;
}
.nav .main .tool .tool-top .tool-search input[type=button] {
  width: 28px;
  height: 28px;
  background: url("../imgs/search.png") no-repeat center center;
  border: none;
  cursor: pointer;
  padding: 0;
}
.nav .main .tool .menu {
  display: flex;
  justify-content: space-between;
  padding-left: 54px;
  margin-top: auto;
}
.nav .main .tool .menu .menu-item {
  position: relative;
}
.nav .main .tool .menu .menu-item .menu-link {
  font-weight: bold;
  font-size: 17px;
  color: #404040;
  padding-bottom: 30px;
  display: block;
}
.nav .main .tool .menu .menu-item .submenu {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-6px);
  background: #FFFFFF;
  border-radius: 6px;
  border-top: 3px solid #A40000;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  min-width: 130px;
  padding: 6px 0;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 111;
}
.nav .main .tool .menu .menu-item .submenu .submenu-item {
  display: flex;
  justify-content: center;
  height: 42px;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background 0.25s ease;
}
.nav .main .tool .menu .menu-item .submenu .submenu-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #A40000;
  border-radius: 0 2px 2px 0;
  transform: scaleY(0);
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav .main .tool .menu .menu-item .submenu .submenu-item:hover {
  background: #E6F7FF;
}
.nav .main .tool .menu .menu-item .submenu .submenu-item:hover .submenu-link {
  color: #A40000;
  transform: translateX(3px);
}
.nav .main .tool .menu .menu-item .submenu .submenu-item:hover:before {
  transform: scaleY(1);
}
.nav .main .tool .menu .menu-item .submenu .submenu-item .submenu-link {
  white-space: nowrap;
  color: #555;
  font-size: 14px;
  font-family: Microsoft YaHei;
  text-decoration: none;
  transition: all 0.25s ease;
  display: block;
}
.nav .main .tool .menu .menu-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.header {
  position: relative;
}
.header .banner .banner-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
}
.header .banner .banner-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  position: relative;
  transition: all ease 0.3s;
}
.header .banner .banner-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .banner .banner-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
}
.header .banner .swiper-slide {
  overflow: hidden;
}
.header .banner .swiper-slide img {
  width: 100%;
  transform: scale(1.5);
  transition: all ease 5s;
}
.header .banner .swiper-slide-active img {
  transform: scale(1);
}

.bg1 {
  background: url(../imgs/bg_2.png) no-repeat right center/cover;
}

.news .news-body {
  display: flex;
  align-items: flex-start;
}
.news .news-body .news-swiper {
  width: 750px;
  margin-right: 30px;
  flex-shrink: 0;
}
.news .news-body .news-swiper .swiper-container {
  height: 500px;
}
.news .news-body .news-swiper .swiper-container .news-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 11;
}
.news .news-body .news-swiper .swiper-container .news-button .news-button-next {
  background: url(../imgs/icon_4.png) no-repeat center center;
}
.news .news-body .news-swiper .swiper-container .news-button .news-button-prev {
  background: url(../imgs/icon_5.png) no-repeat center center;
  margin-left: 1px;
}
.news .news-body .news-swiper .swiper-container .news-button .news-button-next, .news .news-body .news-swiper .swiper-container .news-button .news-button-prev {
  width: 40px;
  height: 40px;
  background-color: #A40000;
  transition: all ease 0.3s;
  cursor: pointer;
}
.news .news-body .news-swiper .swiper-container .news-button .news-button-next:hover, .news .news-body .news-swiper .swiper-container .news-button .news-button-prev:hover {
  background-color: #EBB850;
}
.news .news-body .news-swiper .swiper-container .swiper-slide {
  position: relative;
}
.news .news-body .news-swiper .swiper-container .swiper-slide .news-model {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.news .news-body .news-swiper .swiper-container .swiper-slide .news-model .news-name {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.news .news-body .news-swiper .swiper-container .swiper-slide .news-model .news-time {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
.news .news-body .news-swiper .swiper-container .swiper-slide .news-model .news-time:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #F8B551;
  margin-right: 8px;
}
.news .news-body .news-list {
  flex: 1;
  overflow: hidden;
}
.news .news-body .news-list li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.news .news-body .news-list li:after {
  content: "";
  height: 1px;
  background: #870A0F;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  transition: all ease 0.3s;
}
.news .news-body .news-list li:hover .news-name, .news .news-body .news-list li.active .news-name {
  font-weight: bold;
}
.news .news-body .news-list li:hover:after, .news .news-body .news-list li.active:after {
  width: 100%;
}
.news .news-body .news-list li + li {
  margin-top: 16px;
}
.news .news-body .news-list li a {
  display: block;
  padding-bottom: 16px;
}
.news .news-body .news-list li .news-time {
  display: flex;
  align-items: flex-end;
  color: #A40000;
  margin-bottom: 12px;
}
.news .news-body .news-list li .news-time .news-date {
  font-size: 18px;
}
.news .news-body .news-list li .news-time .news-year {
  font-size: 14px;
  margin-left: 14px;
}
.news .news-body .news-list li .news-name {
  font-weight: 400;
  font-size: 18px;
  color: #404040;
}

.bg2 {
  background: url(../imgs/bg_3.png) no-repeat right center/cover;
}

.notice .swiper-container {
  padding: 20px;
  margin: -20px;
}
.notice .swiper-container .notice-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 22px 20px;
  box-sizing: border-box;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
.notice .swiper-container .notice-item:hover {
  background: url(../imgs/icon_6.png) no-repeat center center/cover;
}
.notice .swiper-container .notice-item:hover:before {
  background: #FFFFFF;
}
.notice .swiper-container .notice-item:hover .notice-name {
  color: #FFFFFF;
}
.notice .swiper-container .notice-item:hover .notice-time {
  color: #FFFFFF;
}
.notice .swiper-container .notice-item:hover:after {
  opacity: 1;
  left: 6px;
  top: -6px;
}
.notice .swiper-container .notice-item:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #FACD89;
  position: absolute;
  left: 24px;
  top: 0;
  transition: all ease 0.3s;
}
.notice .swiper-container .notice-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FACD89;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: all ease 0.3s;
}
.notice .swiper-container .notice-item .notice-name {
  font-weight: 400;
  font-size: 18px;
  color: #404040;
  line-height: 30px;
  transition: all ease 0.3s;
}
.notice .swiper-container .notice-item .notice-time {
  display: flex;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  color: #A40000;
  align-items: center;
  transition: all ease 0.3s;
}
.notice .swiper-container .notice-item .notice-time .notice-date {
  font-size: 18px;
  font-weight: bold;
}
.notice .swiper-container .notice-item .notice-time .notice-year {
  font-size: 14px;
  margin: 0 auto 0 14px;
  align-self: flex-end;
}
.notice .notice-pagination {
  width: 750px;
  height: 2px;
  background: linear-gradient(rgba(255, 231, 191, 0.1), rgb(255, 231, 191), rgba(255, 231, 191, 0.1));
  margin: 50px auto 64px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.notice .notice-pagination .swiper-pagination-bullet {
  background: #FACD89;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
}
.notice .notice-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FACD89;
  width: 20px;
  height: 20px;
}
.notice .notice-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 45px;
  height: 45px;
  background: linear-gradient(to bottom, rgb(255, 231, 191), rgba(255, 231, 191, 0.3));
  border: none;
}
.notice .notice-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px dashed #FACD89;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.3s;
}

.bg3 {
  position: relative;
}
.bg3 .bg-img {
  width: 100%;
}
.bg3 .progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(191, 89, 91, 0.92);
}
.bg3 .progress .main .title {
  padding: 60px 0 30px;
}
.bg3 .progress .main .title .title-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.bg3 .progress .main .title .title-text span:last-child {
  font-size: 22px;
}
.bg3 .progress .main .progress-container .progress-top, .bg3 .progress .main .progress-container .progress-bottom {
  display: flex;
}
.bg3 .progress .main .progress-container .progress-top .progress-item, .bg3 .progress .main .progress-container .progress-bottom .progress-item {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-icon, .bg3 .progress .main .progress-container .progress-top .progress-item .progress-num, .bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-icon, .bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-num {
  position: absolute;
  left: 0;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-icon, .bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-num, .bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-num {
  font-size: 18px;
  color: #003282;
  border-radius: 50%;
  background: #fff;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-detail, .bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-detail {
  position: relative;
  border-left: 1px solid #bfbfbf;
  padding: 6px 0 30px 25px;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-detail .progress-title, .bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-detail .progress-title {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-detail .progress-desc, .bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-detail .progress-desc {
  padding-left: 20px;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-detail .progress-desc .desc-item + .desc-item, .bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-detail .progress-desc .desc-item + .desc-item {
  margin-top: 8px;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-detail .progress-desc .desc-item a, .bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-detail .progress-desc .desc-item a {
  font-size: 16px;
  color: #ffffff;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-detail .progress-desc .desc-item a:hover, .bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-detail .progress-desc .desc-item a:hover {
  color: #A40000;
}
.bg3 .progress .main .progress-container .progress-top {
  align-items: flex-end;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-detail {
  margin: 94px 0 30px;
  position: relative;
  top: 15px;
  z-index: 1;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-detail .progress-icon {
  transform: translate(-50%, -100%);
  top: 0;
}
.bg3 .progress .main .progress-container .progress-top .progress-item .progress-detail .progress-num {
  bottom: 0;
  transform: translate(-50%, 100%);
}
.bg3 .progress .main .progress-container .progress-bottom {
  padding: 0 175px;
  align-items: flex-start;
}
.bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-detail {
  position: relative;
  margin: 30px 0 94px;
  top: -15px;
  z-index: 1;
}
.bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-detail .progress-icon {
  transform: translate(-50%, 100%);
  bottom: 0;
}
.bg3 .progress .main .progress-container .progress-bottom .progress-item .progress-detail .progress-num {
  top: 0;
  transform: translate(-50%, -100%);
}
.bg3 .progress .main .progress-container .progress-line {
  height: 2px;
  background: white;
  position: relative;
}
.bg3 .progress .main .progress-container .progress-line:before, .bg3 .progress .main .progress-container .progress-line:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.bg3 .progress .main .progress-container .progress-line:before {
  left: 0;
}
.bg3 .progress .main .progress-container .progress-line:after {
  right: 0;
}

.bg4 {
  background: url("../imgs/bg_1.png") no-repeat right center/cover;
}

.train .train-list {
  display: flex;
  justify-content: center;
}
.train .train-list .train-item {
  transition: all ease 0.3s;
}
.train .train-list .train-item:hover {
  box-shadow: 0px 5px 10px 0px rgba(77, 8, 0, 0.2);
  transform: translateY(-10px);
}
.train .train-list .train-item + .train-item {
  margin-left: 80px;
}

.fixed-btn {
  position: fixed;
  right: 103px;
  bottom: 200px;
  z-index: 11;
}
.fixed-btn .fixed-item {
  width: 100px;
  height: 100px;
  background: #F0E3E3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #404040;
  margin-bottom: 10px;
}
.fixed-btn .fixed-item .fixed-icon {
  width: 60px;
  height: 55px;
  background: #A40000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.footer {
  background: #152b44;
}
.footer .footer-bg {
  background: url(../imgs/bg_7.png) no-repeat center center/cover;
  padding: 48px 0 46px;
}
.footer .main {
  display: flex;
  align-items: flex-start;
}
.footer .footer-left .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-left .footer-logo img {
  height: 113px;
}
.footer .footer-left .footer-logo .footer-name {
  font-size: 26px;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 16px;
}
.footer .footer-select {
  margin: 0 94px 0 34px;
  align-self: center;
}
.footer .footer-select select {
  width: 200px;
  height: 35px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 12px;
  outline: none;
  cursor: pointer;
}
.footer .footer-select select option {
  color: #404040;
  background: #FFFFFF;
}
.footer .footer-tips {
  margin-right: 35px;
  margin-left: 265px;
}
.footer .footer-tips .footer-title {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .footer-tips .footer-descs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.footer .footer-tips .footer-descs .desc {
  font-size: 16px;
  color: #fff;
  line-height: 2.2;
  display: flex;
}
.footer .footer-tips .footer-descs .desc.block {
  width: 100%;
}
.footer .footer-tips .footer-descs .desc .desc-label {
  flex-shrink: 0;
  margin-right: 8px;
}
.footer .footer-tips .footer-descs .desc .desc-content {
  color: #ffffff;
}
.footer .footer-ar {
  text-align: center;
}
.footer .footer-ar img {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 8px;
}
.footer .footer-ar div {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-bottom {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  background: #404040;
}

/*# sourceMappingURL=index.css.map */