@charset "utf-8";
.main {
  width: 1400px;
  margin: 0 auto;
  overflow: unset !important;
}

body {
  background: #F6FAFF;
}

.card {
  padding: 50px 0;
}

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.title .title-menu {
  display: flex;
  align-items: flex-end;
}
.title .title-menu .title-divide {
  width: 2px;
  height: 55px;
  background: #00479D;
  opacity: 0.5;
  margin: 0 25px;
}
.title .title-menu .title-text {
  background: unset;
  color: #00479D;
  opacity: 0.5;
  cursor: pointer;
}
.title .title-menu .title-text.active {
  color: #000000;
  background: url(../imgs/icon_9.png) no-repeat;
  opacity: 1;
}
.title .title-text {
  font-weight: bold;
  font-size: 35px;
  color: #000000;
  background: url(../imgs/icon_9.png) no-repeat;
  width: 210px;
  height: 65px;
  box-sizing: border-box;
  padding: 10px 0 0 15px;
}
.title .link-more {
  font-weight: 400;
  font-size: 18px;
  color: #00479D;
  position: relative;
  padding-right: 30px;
}
.title .link-more:before {
  content: "";
  background: url(../imgs/icon_10.png) no-repeat;
  width: 73px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.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-info {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header .tool .main .tool-info .tool-link {
  font-size: 15px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 28px;
}
.header .tool .main .tool-info .search {
  position: relative;
  width: 200px;
  height: 30px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 15px;
}
.header .tool .main .tool-info .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 .tool-info .search .search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 53px;
  background: transparent url(../imgs/search.png) no-repeat center center/16px auto;
  right: 0;
  border: none;
  cursor: pointer;
}
.header .tool .main .tool-logo {
  display: flex;
  align-items: center;
}
.header .tool .main .tool-logo .logo-tips {
  font-family: FZDaBiaoSong-B06S;
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  margin-left: 14px;
}
.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);
}

.links {
  display: flex;
  justify-content: space-between;
}
.links .link-item {
  transition: transform ease 0.3s;
}
.links .link-item:hover {
  transform: translateY(-10px);
}

.bg1 {
  background: url(../imgs/bg_6.png) no-repeat center center/cover;
}
.bg1 .main {
  display: flex;
  gap: 50px;
}
.bg1 .main .job {
  width: 800px;
  flex-shrink: 0;
}
.bg1 .main .job .swiper-container {
  height: 480px;
}
.bg1 .main .job .swiper-container .swiper-item {
  position: relative;
  display: block;
  height: 480px;
}
.bg1 .main .job .swiper-container .swiper-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg1 .main .job .swiper-container .swiper-item .swiper-text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 68px 25px 23px;
  background: linear-gradient(to bottom, rgba(0, 71, 157, 0), rgb(0, 71, 157));
  display: flex;
}
.bg1 .main .job .swiper-container .swiper-item .swiper-text .swiper-time {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #F8B551;
  gap: 7px;
  flex-shrink: 0;
}
.bg1 .main .job .swiper-container .swiper-item .swiper-text .swiper-title {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 18px;
}
.bg1 .main .job .job-list {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}
.bg1 .main .job .job-list .job-item {
  width: 250px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 104, 183, 0.1);
  box-sizing: border-box;
  padding: 16px 15px 0;
  color: #404040;
  border-top: 2px solid #00479D;
  cursor: pointer;
}
.bg1 .main .job .job-list .job-item.active {
  background: url(../imgs/bg_8.png) no-repeat center center/cover;
  color: #fff;
}
.bg1 .main .job .job-list .job-item.active .job-title {
  font-weight: bold;
}
.bg1 .main .job .job-list .job-item .job-time {
  font-size: 14px;
  margin-bottom: 12px;
}
.bg1 .main .job .job-list .job-item .job-title {
  font-size: 16px;
}
.bg1 .main .notice .notice-list .notice-item {
  border-bottom: 1px solid #D4E3F6;
  display: flex;
  padding: 30px 0 30px 20px;
  box-sizing: border-box;
  align-items: center;
}
.bg1 .main .notice .notice-list .notice-item:hover .notice-title {
  font-weight: bold;
}
.bg1 .main .notice .notice-list .notice-item:first-child {
  padding-top: 0;
}
.bg1 .main .notice .notice-list .notice-item .notice-time {
  display: flex;
  flex-direction: column;
  width: 70px;
  flex-shrink: 0;
  margin-right: 20px;
}
.bg1 .main .notice .notice-list .notice-item .notice-time .notice-day {
  line-height: 33px;
  background: #F2F8FF;
  font-weight: 800;
  font-size: 20px;
  color: #00479D;
  text-align: center;
}
.bg1 .main .notice .notice-list .notice-item .notice-time .notice-date {
  line-height: 32px;
  background: #00479D;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.bg1 .main .notice .notice-list .notice-item .notice-title {
  font-size: 18px;
  color: #333333;
  line-height: 1.3;
  transition: font-weight ease 0.3s;
}

.footer {
  background: url(../imgs/bg_7.png) no-repeat center center/cover;
  padding: 36px 0 22px;
}
.footer .main {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 17px;
}
.footer .main-left .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.footer .main-left .footer-logo span {
  font-size: 40px;
  color: #FFFFFF;
  margin-left: 16px;
  font-family: FZDaBiaoSong-B06S;
}
.footer .main-left .footer-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.footer .main-left .footer-desc .desc-item {
  display: flex;
  flex-direction: column;
}
.footer .main-left .footer-desc .desc-item .desc-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
}
.footer .main-left .footer-desc .desc-item .desc-label img {
  width: 18px;
  height: 18px;
}
.footer .main-left .footer-desc .desc-item .desc-content {
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  margin-top: 20px;
}
.footer .main-right {
  display: flex;
  flex-direction: column;
  padding-bottom: 4px;
  align-items: flex-end;
}
.footer .main-right .footer-icon {
  display: flex;
  gap: 38px;
  margin-bottom: auto;
}
.footer .main-right .footer-tips {
  white-space: nowrap;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.section .main {
  display: flex;
  gap: 54px;
}
.section .main .about {
  width: 600px;
  flex-shrink: 0;
}
.section .main .about .swiper-container {
  height: 395px;
}
.section .main .about .swiper-container .swiper-button-next, .section .main .about .swiper-container .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: #00479D;
  bottom: 7px;
  top: unset;
}
.section .main .about .swiper-container .swiper-button-prev {
  background: #00479D url(../imgs/icon_23.png) no-repeat center center;
  left: 40px;
}
.section .main .about .swiper-container .swiper-button-next {
  background: #00479D url(../imgs/icon_24.png) no-repeat center center;
  right: 40px;
}
.section .main .about .swiper-container .swiper-item {
  display: block;
  height: 100%;
  position: relative;
}
.section .main .about .swiper-container .swiper-item .swiper-text {
  position: absolute;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.section .main .about .swiper-container .swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .main .video {
  flex: 1;
}
.section .main .video .video-content .video-item {
  height: 395px;
  overflow: hidden;
  display: block;
  position: relative;
}
.section .main .video .video-content .video-item .video-text {
  position: absolute;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0 20px;
}
.section .main .video .video-content .video-item .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section .main .video .video-content .video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1 .main .swiper-box {
  position: relative;
  height: 210px;
}
.section1 .main .swiper-box .swiper-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0 58px;
  opacity: 0;
}
.section1 .main .swiper-box .swiper-content .swiper-button-next, .section1 .main .swiper-box .swiper-content .swiper-button-prev {
  width: 30px;
  height: 80px;
  background: #CCAC8C;
}
.section1 .main .swiper-box .swiper-content .swiper-button-prev {
  background: #CCAC8C url(../imgs/icon_23.png) no-repeat center center;
}
.section1 .main .swiper-box .swiper-content .swiper-button-next {
  background: #CCAC8C url(../imgs/icon_24.png) no-repeat center center;
}
.section1 .main .swiper-box .swiper-content.active {
  opacity: 1;
}
.section1 .main .swiper-box .swiper-container {
  height: 210px;
}
.section1 .main .swiper-box .swiper-container .swiper-item {
  height: 210px;
  position: relative;
  display: block;
}
.section1 .main .swiper-box .swiper-container .swiper-item .swiper-text {
  position: absolute;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.section1 .main .swiper-box .swiper-container .swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yqlj p {
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.yqlj p::after {
    position: absolute;
    content: "∨";
    right: 15px;
    top: 50%;
    transform-origin: center center;
    transform: translateY(-50%) rotate(180deg);
    width: 14px;
    height: auto;
    line-height: 1;
    text-align: center;
    transition: transform 0.3s ease;
    display: inline-block;
}
.yqlj.active p::after {
    transform: translateY(-50%);
}

.yqlj ul {
    position: absolute;
    top: 35px;
    border: 1px solid white;
    background-color: #999999;
    width: 101%;
    border-top: none;
    left: -1px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 10;
    padding: 0;
    margin: 0;
    list-style: none;
}

.yqlj ul li {
    line-height: 26px;
    margin-top: 5px;
}

.yqlj ul li a {
    font-size: 14px;
    color: white;
    padding-left: 11px;
    display: block;
    text-decoration: none;
}

.yqlj {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
    align-items: stretch;
    border: 1px solid white;
    background-color: #ffffff6b;
    position: relative;
    height: 35px;
}

.yqlj.active ul {
    max-height: 200px;
    opacity: 1;
    overflow-y: auto;
}
.f_boxR.active p::after {
    transform: translateY(-50%);
}
/*# sourceMappingURL=index.css.map */