@font-face {
    font-family: "fzdbsjw";
    src: url(../fonts/FZDBSJW.TTF);
}
.main {
  width: 1400px;
  margin: 0 auto;
  overflow: unset
}

.card {
  padding: 50px 0;
}

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.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;
  position: relative;
  padding-left: 48px;
}
.title .title-text:before{
  position:absolute;
  content:"";
  width: 38px;
  height: 38px;
  left: 0;
  bottom: 15px;
}
.title .link-more {
  font-weight: 400;
  font-size: 18px;
  color: #404040;
  position: relative;
  /* padding-right: 30px; */
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px;
  padding: 10px 20px;
  border-radius: 50px;
}
td{
font-size: 14px;
}
.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;
  flex-direction: column;
  margin-left: auto;
}
.header .tool .main .tool-info .tool-link {
  margin-bottom: 24px;
  font-size: 15px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.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;
  font-family: "fzdbsjw";
}
.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;
  font-family: "fzdbsjw";
}
.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_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: #ccefff;
  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;
}
.card .main {
  display: flex;
  gap: 32px;
}

.card .main .common {
  flex: 1;
  overflow: hidden;
}

.card .main .common > .common-title {
  width: 445px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: url(../imgs/icon_11.png) no-repeat center center/cover;
  font-weight: bold;
  font-size: 35px;
  color: #FFFFFF;
}

.card .main .common .common-list {
  padding: 0 16px;
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
}

.card .main .common .common-list .common-item {
  padding: 23px 0;
  display: block;
}

.card .main .common .common-list .common-item:hover .common-title {
  font-weight: bold;
}

.card .main .common .common-list .common-item + .common-item {
  border-top: 1px dashed #e9e9e9;
}

.card .main .common .common-list .common-item .common-time {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #00479D;
  gap: 8px;
  margin-bottom: 12px;
}

.card .main .common .common-list .common-item .common-title {
  font-size: 18px;
  color: #333333;
  transition: font-weight ease 0.3s;
}

.card .main .common .link-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.card .main .common .link-more a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  gap: 6px;
}

.card .service {
  display: block;
}

.card .service .service-list {
  display: flex;
  justify-content: space-between;
  perspective: 800px;
}

.card .service .service-list .service-item {
  width: 315px;
  height: 241px;
  position: relative;
  cursor: pointer;
  display: block;
  transform-style: preserve-3d;
}

.service-item .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);  
  transform-style: preserve-3d;
}

.service-item:hover .flip-inner {
  /* transform: rotateY(180deg); */
}

.service-item1,
.service-item2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Ã¥â€¦Â³Ã©â€Â®Ã¯Â¼Å¡Ã©Å¡ÂÃ¨â€”ÂÃ¨Æ’Å’Ã©ÂÂ¢Ã¯Â¼Å’Ã¨Â¿â„¢Ã¦ËœÂ¯Ã¤ÂºÂ§Ã§â€Å¸Ã¢â‚¬Å“Ã§Â¿Â»Ã©ÂÂ¢Ã¢â‚¬ÂÃ©â€â„¢Ã¨Â§â€°Ã§Å¡â€žÃ¦Â Â¸Ã¥Â¿Æ’ */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
 
    
}

.service-item1 {
  z-index: 2;
  transform: rotateY(0deg);
}

.service-item2 {
  transform: rotateY(180deg);
  z-index: 1;
}

.service-item1 img,
.service-item2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.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;
  align-items: center;
}
.footer .main-left .footer-desc .desc-item .desc-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  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;
  color: #eee;
  /* margin-top: 20px; */
  margin-left: 8px;
}
.footer .main-right {
  display: flex;
  flex-direction: column;
  padding-bottom: 4px;
  align-items: flex-end;
}
.footer .main-right .footer-select {
  margin: 18px 0 auto;
}
.footer .main-right .footer-select select {
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 12px;
  outline: none;
  cursor: pointer;
  width: 210px;
  height: 35px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.footer .main-right .footer-select select option {
  color: #333;
}
.footer .main-right .footer-tips {
  white-space: nowrap;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.job .title .title-text:before{
    background: url(../imgs/gzdt_icon.png);
}
.notice .title .title-text:before{
    background: url(../imgs/tzgg_icon.png);
}
.service .title .title-text:before{
    background: url(../imgs/fwzn_icon.png);
}
/*# sourceMappingURL=index.css.map */