.main {
  width: 1400px;
  margin: 0 auto;
overflow: unset
}

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.left {
  justify-content: flex-start;
}
.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: #94070A;
}

.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);
}
.header .header-position {
  position: absolute;
  top: 0;
  z-index: 11;
  left: 0;
  right: 0;
  padding: 24px 0 54px;
  background: linear-gradient(to bottom, rgba(148, 7, 10, 0.8), rgba(148, 7, 10, 0));
}
.header .header-position .header-tool {
  display: flex;
  align-items: center;
}
.header .header-position .header-tool .search {
  position: relative;
  min-width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.header .header-position .header-tool .search:hover .search-input, .header .header-position .header-tool .search:focus-within .search-input {
  width: 150px;
  padding-left: 10px;
  padding-right: 30px;
}
.header .header-position .header-tool .search .search-input {
  background: transparent;
  outline: none;
  border: none;
  width: 0;
  transition: all ease 0.3s;
}
.header .header-position .header-tool .search .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url(../imgs/icon_2.png) no-repeat center center/cover;
  width: 23px;
  height: 22px;
  border: none;
  cursor: pointer;
}
.header .header-position .header-tool .logo {
  display: flex;
  font-family: Microsoft YaHei;
  align-items: center;
  font-weight: bold;
  font-size: 35px;
  color: #FFFFFF;
}
.header .header-position .header-tool .logo span {
  margin-left: 15px;
}
.header .header-position .header-tool .header-link {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  gap: 8px;
}
.header .header-position .header-tool .divide {
  width: 1px;
  height: 20px;
  background: #FFFFFF;
  margin: 0 26px;
}
.header .header-position .menu {
  display: flex;
}
.header .header-position .menu .menu-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: relative;
}
.header .header-position .menu .menu-item .menu-link {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.header .header-position .menu .menu-item .submenu {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%) translateY(-6px);
  background: #FFFFFF;
  border-radius: 6px;
  border-top: 3px solid #94070A;
  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: 100;
}
.header .header-position .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;
}
.header .header-position .menu .menu-item .submenu .submenu-item a {
  color: #555;
  font-size: 14px;
  font-family: Microsoft YaHei;
  text-decoration: none;
  transition: all 0.25s ease;
  display: block;
}
.header .header-position .menu .menu-item .submenu .submenu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #94070A;
  border-radius: 0 2px 2px 0;
  transform: scaleY(0);
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.header .header-position .menu .menu-item .submenu .submenu-item:hover {
  background: #E6F7FF;
}
.header .header-position .menu .menu-item .submenu .submenu-item:hover a {
  color: #94070A;
  transform: translateX(3px);
}
.header .header-position .menu .menu-item .submenu .submenu-item:hover::before {
  transform: scaleY(1);
}
.header .header-position .menu .menu-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.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: #94070A;
  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: #F8B551;
}
.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(148, 7, 10, 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: #327CD4;
  margin-right: 8px;
}
.news .news-body .news-list {
  flex: 1;
  overflow: hidden;
}
.news .news-body .news-list li {
  border-bottom: 1px solid #e5e5e5;
}
.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 + 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: #94070A;
  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: #94070A;
  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, 208, 209, 0.1), rgb(255, 208, 209), rgba(255, 208, 209, 0.1));
  margin: 50px auto 64px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.notice .notice-pagination .swiper-pagination-bullet {
  background: #FFD0D1;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
}
.notice .notice-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F8B551;
  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, 241, 221), rgba(255, 241, 221, 0.3));
  border: none;
}
.notice .notice-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px dashed #FFD0D1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.3s;
}

.party .party-body {
  display: flex;
}
.party .party-body .party-swiper {
  width: 640px;
  flex-shrink: 0;
}
.party .party-body .party-swiper .swiper-container .swiper-item .swiper-img {
  height: 400px;
  overflow: hidden;
}
.party .party-body .party-swiper .swiper-container .swiper-item .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party .party-body .party-swiper .swiper-container .swiper-item .swiper-content .swiper-title {
  font-weight: bold;
  font-size: 18px;
  color: #404040;
  margin: 16px 0;
}
.party .party-body .party-swiper .swiper-container .swiper-item .swiper-content .swiper-text {
  font-size: 13px;
  color: #404040;
  line-height: 1.5;
}
.party .party-body .party-list {
  flex: 1;
  overflow: hidden;
  padding-left: 20px;
}
.party .party-body .party-list .party-item {
  height: 62px;
  display: flex;
  align-items: center;
  padding: 0 22px 0 26px;
  gap: 10px;
  font-size: 18px;
  color: #404040;
  transition: color ease 0.3s, background-color ease 0.3s;
}
.party .party-body .party-list .party-item.active {
  background: #94070A;
  color: #ffffff;
  font-weight: bold;
}
.party .party-body .party-list .party-item.active .party-icon {
  background-image: url(../imgs/icon_8.png);
}
.party .party-body .party-list .party-item .party-icon {
  flex-shrink: 0;
  width: 10px;
  height: 16px;
  background: url(../imgs/icon_7.png) no-repeat center center/cover;
}
.party .party-body .party-list .party-item .party-time {
  font-size: 16px;
  flex-shrink:0;
}
.party .party-body .party-list .party-item .party-text{
  flex:1;
}

.bg4 {
  background: url(../imgs/bg_5.png) no-repeat right center/cover;
}

.job .job-body {
  display: flex;
}
.job .job-body .job-left {
  margin-right: 44px;
  flex: 1;
  overflow: hidden;
}
.job .job-body .job-left .job-list .job-item {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 18px 28px 18px 24px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.job .job-body .job-left .job-list .job-item:after {
  content: "";
  width: 0;
  height: 1px;
  background: #F8B551;
  transition: width ease 0.5s;
  left: 0;
  bottom: 0;
  position: absolute;
}
.job .job-body .job-left .job-list .job-item.active {
  background: #FFFFFF;
}
.job .job-body .job-left .job-list .job-item.active .job-text {
  height: 37px;
}
.job .job-body .job-left .job-list .job-item.active:after {
  width: 100%;
}
.job .job-body .job-left .job-list .job-item.active .job-title {
  color: #94070A;
  font-weight: bold;
}
.job .job-body .job-left .job-list .job-item.active .job-title .job-icon {
  display: none;
}
.job .job-body .job-left .job-list .job-item .job-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #404040;
  line-height: 1.4;
}
.job .job-body .job-left .job-list .job-item .job-title .job-icon {
  background: url(../imgs/icon_11.png) no-repeat center center/cover;
  width: 10px;
  height: 17px;
  transition: all ease 0.3s;
  transform: rotate(90deg);
}
.job .job-body .job-left .job-list .job-item .job-text {
  font-size: 13px;
  color: #808080;
  line-height: 1.4;
  height: 0;
  overflow: hidden;
  transition: height ease 0.3s;
}
.job .job-body .job-right {
  width: 675px;
  flex-shrink: 0;
}
.job .job-body .job-right .job-swiper .swiper-container {
  height: 430px;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 28px;
  box-sizing: border-box;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  box-sizing: border-box;
  opacity: 1;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
  background: transparent;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-item {
  display: block;
  position: relative;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-item .swiper-modal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 117px;
  background: url(../imgs/icon_9.png) no-repeat center center/cover;
  z-index: 1;
  padding: 38px 0 0 12px;
  box-sizing: border-box;
  color: #ffffff;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-item .swiper-modal .swiper-title {
  padding-right: 30px;
  font-size: 20px;
  font-weight: bold;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-item .swiper-modal .swiper-time {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-item .swiper-modal .swiper-time .swiper-date {
  font-size: 22px;
  font-weight: bold;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-item .swiper-modal .swiper-time .swiper-year {
  font-size: 16px;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-item .swiper-modal .swiper-time img {
  width: 25px;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-item .swiper-img {
  height: 430px;
  overflow: hidden;
}
.job .job-body .job-right .job-swiper .swiper-container .swiper-item .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg5 {
  background: url(../imgs/bg_6.png) no-repeat right center/cover;
}

.enrollment .enrollment-swiper {
  position: relative;
}
.enrollment .enrollment-swiper .swiper-button-next {
  background: url(../imgs/icon_13.png) no-repeat center center;
  right: -62px;
}
.enrollment .enrollment-swiper .swiper-button-prev {
  background: url(../imgs/icon_12.png) no-repeat center center;
  left: -62px;
}
.enrollment .enrollment-top .swiper-item {
  background: #FFFFFF;
  display: block;
  transition: all ease 0.3s;
  color: #333333;
}
.enrollment .enrollment-top .swiper-item:hover {
  background: #94070A;
  color: #ffffff;
}
.enrollment .enrollment-top .swiper-item .swiper-content {
  height: 83px;
  border: 1px solid #EAEAEA;
  border-top: none;
  padding: 16px 12px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  box-sizing: border-box;
}
.enrollment .enrollment-top .swiper-item .swiper-img {
  overflow: hidden;
  height: 216px;
  border-radius: 10px 10px 0 0;
}
.enrollment .enrollment-top .swiper-item .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  background: #152b44;
}
.footer .footer-bg {
  background: #94070A;
  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: 71px;
}
.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: auto;
}
.footer .footer-tips .footer-title {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .footer-tips .footer-descs {
  display: flex;
  flex-direction: column;
  gap: 0 20px;
}
.footer .footer-tips .footer-descs .desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 2.2;
  display: flex;
}
.footer .footer-tips .footer-descs .desc .desc-label {
  flex-shrink: 0;
  margin-right: 8px;
}
.footer .footer-tips .footer-descs .desc .desc-content {
  color: rgba(255, 255, 255, 0.85);
}
.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: #490405;
}

/*# sourceMappingURL=index.css.map */