.main {
  width: 1400px;
  margin: 0 auto;
overflow:unset;
}

.card {
  padding: 50px 0;
  overflow: hidden;
}

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.title .title-text {
  font-family: FZCSJW;
  font-size: 35px;
  color: #404040;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
}
.title .link-more {
  font-size: 16px;
  color: #404040;
  display: flex;
  align-items: center;
  gap: 8px;
}
.title .link-more:hover {
  color: #1a6fb5;
}
.title .link-more:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../imgs/icon_3.png) center center/cover;
}

.header .tool {
  background: url(../imgs/bg_1.png) no-repeat center center/cover;
}
.header .tool .main {
  display: flex;
  align-items: center;
  height: 140px;
}
.header .tool .main .tool-logo {
  display: flex;
  align-items: center;
}
.header .tool .main .tool-logo .logo-tips {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-left: 14px;
}
.header .tool .main .tool-link {
  margin: 0 35px 0 auto;
  font-size: 15px;
  color: #FFFFFF;
  display:flex;
  align-items:center;
  gap:8px;
}
.header .tool .main .search {
  position: relative;
  width: 220px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  opacity: 0.8;
}
.header .tool .main .search .search-input {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  padding-left: 15px;
  color: #fff;
}
.header .tool .main .search .search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 53px;
  background: transparent url(../imgs/search.png) no-repeat center center;
  right: 0;
  border: none;
  cursor: pointer;
}
.header nav {
  background: #ffffff;
}
.header nav .menu {
  display: flex;
}
.header nav .menu .menu-item {
  position: relative;
  flex: 1;
  text-align: center;
}
.header nav .menu .menu-item .menu-link {
  display: block;
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 20px;
  color: #404040;
  transition: color 0.3s, background 0.3s;
}
.header nav .menu .menu-item .menu-link:hover {
  color: #5a1c03;
  background: #f0f6fb;
}
.header nav .menu .menu-item .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  z-index: 100;
  padding: 8px 0;
}
.header nav .menu .menu-item .submenu .submenu-item {
  text-align: center;
}
.header nav .menu .menu-item .submenu .submenu-item .submenu-link {
  display: block;
  padding: 10px 16px;
  font-size: 16px;
  color: #404040;
  transition: color 0.2s, background 0.2s;
}
.header nav .menu .menu-item .submenu .submenu-item .submenu-link:hover {
  color: #5a1c03;
  background: #f0f6fb;
}
.header nav .menu .menu-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .swiper-container .swiper-pagination {
  bottom: 35px;
}
.header .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
  margin: 0 15px;
}
.header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.header .swiper-container .swiper-slide {
  overflow: hidden;
}
.header .swiper-container .swiper-slide .swiper-item {
  overflow: hidden;
}
.header .swiper-container .swiper-slide .swiper-item img {
  transition: transform ease 5s;
  transform: scale(1.5);
  width: 100%;
}
.header .swiper-container .swiper-slide-active .swiper-item img {
  transform: scale(1);
}

.bg1 {
  background: url(../imgs/bg_2.png) no-repeat center center/cover;
}
.bg1 .news .news-body {
  display: flex;
  gap: 40px;
}
.bg1 .news .news-body .news-swiper {
  width: 820px;
  flex-shrink: 0;
}
.bg1 .news .news-body .news-swiper .swiper-container .swiper-pagination {
  text-align: right;
  bottom: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.bg1 .news .news-body .news-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 0.6;
  background: #FFFFFF;
}
.bg1 .news .news-body .news-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #D8A048;
  opacity: 1;
}
.bg1 .news .news-body .news-swiper .swiper-container {
  height: 540px;
}
.bg1 .news .news-body .news-swiper .swiper-container .swiper-item {
  height: 540px;
  overflow: hidden;
  position: relative;
  display: block;
}
.bg1 .news .news-body .news-swiper .swiper-container .swiper-item .swiper-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 44px 150px 25px 25px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  background: linear-gradient(to bottom, rgba(143, 32, 9, 0), rgb(143, 32, 9));
}
.bg1 .news .news-body .news-swiper .swiper-container .swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg1 .news .news-body .news-list .news-item {
  display: flex;
  align-items: center;
}
.bg1 .news .news-body .news-list .news-item + .news-item {
  margin-top: 24px;
}
.bg1 .news .news-body .news-list .news-item.active .news-time .news-default {
  display: none;
}
.bg1 .news .news-body .news-list .news-item.active .news-time .news-active {
  width: 75px;
  height: 75px;
  border: 1px solid #D8A048;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.bg1 .news .news-body .news-list .news-item.active .news-time .news-active:before {
  content: "";
  position: absolute;
  background: #CC4124;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: rotate(45deg);
}
.bg1 .news .news-body .news-list .news-item.active .news-time .news-active .news-day {
  font-size: 30px;
  position: relative;
}
.bg1 .news .news-body .news-list .news-item.active .news-time .news-active .news-date {
  font-size: 14px;
  position: relative;
}
.bg1 .news .news-body .news-list .news-item.active .news-text {
  font-weight: bold;
}
.bg1 .news .news-body .news-list .news-item .news-time {
  flex-shrink: 0;
  width: 90px;
}
.bg1 .news .news-body .news-list .news-item .news-time .news-active {
  display: none;
}
.bg1 .news .news-body .news-list .news-item .news-time .news-default {
  background: #9AB3C2;
  color: #FFFFFF;
  text-align: center;
  padding: 6px 0;
}
.bg1 .news .news-body .news-list .news-item .news-time .news-default .news-date {
  font-size: 16px;
  font-weight: bold;
}
.bg1 .news .news-body .news-list .news-item .news-time .news-default .news-year {
  font-size: 12px;
}
.bg1 .news .news-body .news-list .news-item .news-text {
  font-weight: 400;
  font-size: 18px;
  color: #404040;
  line-height: 1.5;
  flex: 1;
  margin-left: 26px;
}

.bg2 {
  background: url(../imgs/bg_3.png) no-repeat center center/cover;
}

.interflow .interflow-body {
  display: flex;
  gap: 194px;
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
}
.interflow .interflow-body:after {
  content: "";
  position: absolute;
  width: 766px;
  height: 344px;
  border: 1px dashed #9fb7c5;
  right: -24px;
  border-bottom: none;
  border-radius: 40px 40px 0 0;
  pointer-events: none;
}
.interflow .interflow-body .interflow-list {
  flex: 1;
  overflow: hidden;
}
.interflow .interflow-body .interflow-list .interflow-item:hover .interflow-time {
  color: #CC4124;
}
.interflow .interflow-body .interflow-list .interflow-item:hover .interflow-content .interflow-title {
  font-weight: bold;
}
.interflow .interflow-body .interflow-list .interflow-item {
  display: flex;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid #9AB3C2;
}
.interflow .interflow-body .interflow-list .interflow-item .interflow-time {
  display: flex;
  width: 107px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #EEAC4A;
  flex-shrink: 0;
  font-family: Impact;
}
.interflow .interflow-body .interflow-list .interflow-item .interflow-time .interflow-day {
  font-size: 32px;
}
.interflow .interflow-body .interflow-list .interflow-item .interflow-time .interflow-date {
  font-size: 16px;
}
.interflow .interflow-body .interflow-list .interflow-item .interflow-divide {
  width: 1px;
  height: 40px;
  background: #9AB3C2;
  flex-shrink: 0;
  position: relative;
}
.interflow .interflow-body .interflow-list .interflow-item .interflow-divide:before, .interflow .interflow-body .interflow-list .interflow-item .interflow-divide:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #9AB3C2;
  box-sizing: border-box;
  left: 0;
}
.interflow .interflow-body .interflow-list .interflow-item .interflow-divide:before {
  transform: translate(-4px, -100%);
}
.interflow .interflow-body .interflow-list .interflow-item .interflow-divide:after {
  bottom: 0;
  transform: translate(-4px, 100%);
}
.interflow .interflow-body .interflow-list .interflow-item .interflow-content {
  padding: 0 18px 0 28px;
  flex: 1;
  overflow: hidden;
}
.interflow .interflow-body .interflow-list .interflow-item .interflow-content .interflow-title {
  font-size: 18px;
  color: #404040;
}
.interflow .interflow-body .interflow-list .interflow-item .interflow-content .interflow-text {
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
}

.bg3 {
  background: url(../imgs/bg_5.png) no-repeat center center/cover;
}

.job {
  margin-bottom: 60px;
}
.job .job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 40px;
}
.job .job-list .job-item {
  width: 440px;
  height: 125px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #9AB3C2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 12px;
  transition: all ease 0.3s;
}
.job .job-list .job-item:hover {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.job .job-list .job-item:hover .job-title {
  font-weight: bold;
}
.job .job-list .job-item .job-title {
  font-size: 18px;
  color: #404040;
  line-height: 1.3;
}
.job .job-list .job-item .job-content {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
  color: #9AB3C2;
}
.job .job-list .job-item .job-content .job-time {
  display: flex;
  align-items: center;
  gap: 2px;
}
.job .job-list .job-item .job-content .job-time .job-date {
  font-size: 20px;
  font-family: Impact;
}
.job .job-list .job-item .job-content .job-icon {
  font-size: 28px;
}

.mien .mien-swiper .swiper-item {
  height: 240px;
  overflow: hidden;
  display: block;
}
.mien .mien-swiper .swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mien .mien-pagination {
  padding: 32px 0 20px;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  color: #999999;
  position: relative;
}
.mien .mien-pagination:after {
  width: 150px;
  height: 4px;
  background: #CC4124;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.mien .mien-pagination span:first-child {
  color: #CC4124;
  font-size: 25px;
  font-weight: bold;
}

.footer .footer-top {
  background: url(../imgs/bg_4.png) no-repeat center center/cover;
  padding: 50px 0;
}
.footer .footer-top .main {
  display: flex;
  align-items: center;
  height: 140px;
}
.footer .footer-top .main .footer-logo {
  display: flex;
  color: #FFFFFF;
  flex-shrink: 0;
  align-items: center;
}
.footer .footer-top .main .footer-logo .logo-tips {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-left: 14px;
}
.footer .footer-top .main .footer-contact {
  margin-left: auto;
  color: #FFFFFF;
}
.footer .footer-top .main .footer-contact .footer-tips {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.footer .footer-top .main .footer-contact .footer-desc .desc-item {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
.footer .footer-info {
  height: 37px;
  background: #4D4D4D;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  color: #FFFFFF;
}
.footer .footer-add {
  background: #F2EAE7;
}
.footer .footer-add .main {
  font-weight: 400;
  font-size: 18px;
  color: #404040;
  display: flex;
  align-items: flex-start;
  padding:12px 0;
}
.footer .footer-add .main .footer-link {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink:0;
}
.footer .footer-add .main .links {
  display: flex;
  gap: 20px;
 flex-wrap:wrap;
}
.footer .footer-add .main .links .link-item {
  color: #404040;
  position: relative;
  padding-left: 20px;
}
.footer .footer-add .main .links .link-item:hover {
  color: #D8A048;
}
.footer .footer-add .main .links .link-item:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #D8A048;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=index.css.map */