.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.header-wrap .header {
  width: 100%;
  height: 100%;
}
.header-wrap .header.no-bg-color {
  background: none;
}
.header-wrap .header.bg-color {
  background: #1e2f54;
}
.header-wrap .header:hover {
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.header-wrap .header:hover .nav-wrap .logo {
  background: url(../images/logo-se.png) no-repeat center;
  background-size: contain;
}
.header-wrap .header:hover .nav-wrap .logo span {
  color: #666;
}
.header-wrap .header:hover .nav-wrap .nav-list .nav-item .lk {
  color: #333;
}
.header-wrap .header .nav-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  padding: 0 10px;
  height: 100%;
  margin: 0 auto;
}
.header-wrap .header .nav-wrap .logo {
  position: relative;
  width: 150px;
  height: 60px;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}
.header-wrap .header .nav-wrap .logo span {
  position: absolute;
  top: 30%;
  right: -138px;
  width: 134px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.header-wrap .header .nav-wrap .nav-list {
  width: auto;
}
.header-wrap .header .nav-wrap .nav-list .nav-item {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 100%;
  margin-left: 15px;
  text-align: center;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:hover .lk {
  color: #0e57a2;
}
.header-wrap .header .nav-wrap .nav-list .nav-item.cur:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
  height: 2px;
  background: #fff;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .lk {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu-wrap {
  display: none;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu-wrap .sub-menu {
  position: absolute;
  top: 60px;
  width: auto;
  padding: 5px 30px 25px;
  background-color: #fff;
  box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu {
  width: 180px;
  left: -30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(1) a {
  background: url(../images/nav-icon-se1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(2) a {
  background: url(../images/nav-icon-se2.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(3) a {
  background: url(../images/nav-icon-se3.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-left: 5px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 950px;
  padding: 25px 40px 25px;
  left: 0;
  left: -305%;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item {
  width: auto;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .sub-item-list {
  display: flex;
  flex-wrap: wrap;
  width: 440px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .sub-item-list .sub-item-list_item {
  width: 220px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/nav-icon-se1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(2) .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/nav-icon-se2.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(3) .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/nav-icon-se3.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .title {
  position: relative;
  height: 40px;
  line-height: 40px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .title:after {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item h2 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  padding-left: 35px;
  font-weight: 600;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list {
  margin-top: 30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list_item {
  height: 30px;
  margin-bottom: 15px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list_item a {
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  margin-top: 0;
  line-height: 30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu {
  width: 180px;
  left: -30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item:nth-child(1) a {
  background: url(../images/bhdt-se1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item:nth-child(2) a {
  background: url(../images/bhdt-se2.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-left: 5px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu {
  width: 180px;
  left: -28px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(1) a {
  background: url(../images/icon_gsjs1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(2) a {
  background: url(../images/icon_zp.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(3) a {
  background: url(../images/icon_lxwm.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-left: 5px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu {
  width: 100%;
  right: 0;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  transition: all .2s linear;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu .sub-item a:hover {
  color: #0e57a2;
  transform: translate(0, -2px);
}

.footer {
  position: relative;
  width: 100%;
  height: 448px;
  background: url(../images/home_buttom_bgimg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.footer .address {
  position: relative;
  margin-top: 55px;
}
.footer .address .foot-logo {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .footer .address .foot-logo {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.footer .address .foot-logo img {
  width: 152px !important;
  width: 26px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.footer .address-info {
  display: flex;
  flex-direction: row;
  width: 997px;
  margin-top: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer .address-info .branch {
  margin-left: 40px;
}
.footer .address-info .tit {
  margin-top: 24px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .footer .address-info .tit {
    font-size: 16px;
  }
}
.footer .address-info .info {
  margin: 15px 0;
}
.footer .address-info .info p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
@media screen and (max-width: 1440px) {
  .footer .address-info .info p {
    font-size: 12px;
  }
}
.footer .wx-code {
  position: absolute;
  top: 48%;
  right: 80px;
}
@media screen and (max-width: 1440px) {
  .footer .wx-code {
    top: 43%;
    right: 48px;
  }
}
.footer .wx-code img {
  width: 68px;
  height: 68px;
}
.footer .wx-code .tit {
  width: 80px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.footer .coptype {
  position: absolute;
  bottom: 15px;
  width: 288px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer .coptype a {
  font-size: 12px;
  color: #fff;
}

.ny-banner {
  position: relative;
  width: 100%;
  max-height: 740px;
  overflow: hidden;
}
.ny-banner img {
  width: 100%;
  height: 100%;
  animation: mymove 30s;
}
@keyframes mymove {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.ny-banner .tit-wrap {
  position: absolute;
  top: 50%;
  left: 362px;
  margin-top: -33px;
  z-index: 6;
}
.ny-banner .tit-wrap .tit {
  font-size: 50px;
  font-weight: bold;
  background: linear-gradient(to right, #3dfcff, #5cc1ff);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 3px;
}
@media screen and (max-width: 1440px) {
  .ny-banner .tit-wrap .tit {
    font-size: 32px;
  }
}

.ny-recruit {
  width: 100%;
}
.ny-recruit .recruit-content {
  position: relative;
  width: 100%;
  height: 110px;
}
.ny-recruit .tab-list {
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 80%;
  height: 110px;
}
.ny-recruit .tab-list .tab-item {
  position: relative;
  width: 285px;
  height: 110px;
  font-size: 20px;
  color: #666;
  font-weight: bold;
  line-height: 110px;
  padding-left: 40px;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s linear;
}
.ny-recruit .tab-list .tab-item:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.ny-recruit .tab-list .tab-item:hover {
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}
.ny-recruit .tab-list .tab-item.cur {
  color: #fff;
  background-color: #0e57a2;
  transform: scale(1.05);
  z-index: 2;
}
.ny-recruit .tab-list .tab-item.cur:nth-child(2) {
  border-left: 1px solid #0e57a2;
  border-right: 1px solid #0e57a2;
}
.ny-recruit .tab-list .tab-item.cur:nth-child(1)::before {
  background: url(../images/zp1.png) no-repeat;
  background-size: cover;
}
.ny-recruit .tab-list .tab-item.cur:nth-child(2)::before {
  background: url(../images/zp2.png) no-repeat;
  background-size: cover;
}
.ny-recruit .tab-list .tab-item.cur:nth-child(3)::before {
  background: url(../images/zp3.png) no-repeat;
  background-size: cover;
}
.ny-recruit .tab-list .tab-item.cur:after {
  transform: rotate(90deg);
  background: url(../images/jt-white.png) no-repeat center;
}
.ny-recruit .tab-list .tab-item:nth-child(1)::before {
  background: url(../images/zp1.png) no-repeat;
  background-size: cover;
}
.ny-recruit .tab-list .tab-item:nth-child(2)::before {
  background: url(../images/zp2.png) no-repeat;
  background-size: cover;
}
.ny-recruit .tab-list .tab-item:nth-child(3)::before {
  background: url(../images/zp3.png) no-repeat;
  background-size: cover;
}
.ny-recruit .tab-list .tab-item:before {
  content: '';
  position: absolute;
  top: 80px;
  right: 3px;
  width: 160px;
  height: 110px;
  transform: translateY(-50%);
}
.ny-recruit .tab-content {
  position: relative;
  width: 100%;
}
.ny-recruit .tab-content .tab-content-item {
  display: none;
}
.ny-recruit .tab-content .tab-content-item.active {
  display: block;
}
.ny-recruit .tab-content .tab-content-item .sub-list-wrap {
  width: 100%;
  text-align: center;
}
.ny-recruit .tab-content .tab-content-item .sub-list {
  display: inline-block;
}
.ny-recruit .tab-content .tab-content-item .sub-list .sub-item {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  width: 140px;
  border: 1px solid #ddd;
  font-size: 16px;
  transition: all .3s linear;
}
.ny-recruit .tab-content .tab-content-item .sub-list .sub-item:hover {
  border-color: #0e57a2;
}
.ny-recruit .tab-content .tab-content-item .sub-list .sub-item.cur {
  background: #0e57a2;
  color: #fff;
  border-color: #0e57a2;
}
.ny-recruit .tab-content .tab-content-item .sub-content {
  width: 100%;
  height: 100%;
}
.ny-recruit .tab-content .tab-content-item .sub-content .sub-content-item {
  display: none;
}
.ny-recruit .tab-content .tab-content-item .sub-content .sub-content-item.active {
  display: block;
}
.ny-recruit .tab-content .tab-content-item .job-list {
  width: 80%;
  margin: 80px auto;
}
.ny-recruit .tab-content .tab-content-item .job-list .job-item {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all .3s linear;
}
.ny-recruit .tab-content .tab-content-item .job-list .job-item.act {
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
}
.ny-recruit .tab-content .tab-content-item .job-list .job-item.act .icon {
  background: url(../images/up.png) no-repeat center;
  background-size: contain;
}
.ny-recruit .tab-content .tab-content-item .job-list .job-item .icon {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 40px;
  height: 30px;
  background: url(../images/down.png) no-repeat center;
  background-size: contain;
}
.ny-recruit .tab-content .tab-content-item .job-list .job-item .tit {
  display: inline-block;
  line-height: 90px;
  font-size: 20px;
  color: #0e57a2;
}
.ny-recruit .tab-content .tab-content-item .job-list .job-item span {
  position: absolute;
  top: 32px;
  left: 80%;
  color: #666;
}
.ny-recruit .tab-content .tab-content-item .job-list .job-item .job-info {
  display: none;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.ny-recruit .tab-content .tab-content-item .job-list .job-item .job-info .jb-tit {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}
.ny-recruit .tab-content .tab-content-item .job-list .job-item .job-info .info-wrap {
  margin-top: 15px;
  padding-bottom: 30px;
}
.ny-recruit .tab-content .tab-content-item .job-list .job-item .job-info .info-wrap .info {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.ny-recruit .tab-content .tab-content-item .welfare {
  width: 80%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.ny-recruit .tab-content .tab-content-item .welfare .tit {
  margin: 0 0 40px;
  font-size: 32px;
  color: #333;
  text-align: center;
}
.ny-recruit .tab-content .tab-content-item .welfare .wel-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  height: 640px;
  margin-bottom: 40px;
}
.ny-recruit .tab-content .tab-content-item .welfare .wel-list .wel-item {
  position: relative;
  width: 288px;
  height: 200px;
  overflow: hidden;
}
.ny-recruit .tab-content .tab-content-item .welfare .wel-list .wel-item:hover img {
  transform: scale(1.1);
}
.ny-recruit .tab-content .tab-content-item .welfare .wel-list .wel-item:hover .img-tit {
  bottom: 0;
}
.ny-recruit .tab-content .tab-content-item .welfare .wel-list .wel-item img {
  height: 100%;
  transition: transform .3s linear;
}
.ny-recruit .tab-content .tab-content-item .welfare .wel-list .wel-item .img-tit {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  background: #0e57a2;
  transition: bottom .3s linear;
}
.ny-recruit .tab-content .tab-content-item .special-shaped {
  width: 100%;
  height: 570px;
  background-color: #eee;
  overflow: hidden;
}
.ny-recruit .tab-content .tab-content-item .special-shaped .tit {
  margin: 40px 0 0;
  font-size: 32px;
  color: #333;
  text-align: center;
}
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 350px;
  max-height: 460px;
}
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7, 0.5);
}
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(202, 199, 199, 0.5);
  width: 100%;
  height: 100%;
}
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-slide-active {
  transform: scale(1.6, 0.7);
  z-index: 3;
}
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-slide-active:after {
  display: none;
}
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-button-next,
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-button-prev {
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
}
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-button-next:after,
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-button-prev:after {
  font-size: 46px;
}
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-button-prev {
  left: 105px;
}
.ny-recruit .tab-content .tab-content-item .special-shaped .swiper-button-next {
  right: 105px;
}
.ny-recruit .tab-content .tab-content-item .staff {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ny-recruit .tab-content .tab-content-item .staff .tit {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-top: 40px;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1080px;
  margin: 40px auto;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item {
  width: 350px;
  height: 240px;
  margin-top: 10px;
  transition: transform .3s ease-out;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item:hover {
  transform: translateY(-5px);
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item:nth-child(2) {
  margin-left: 10px;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item:nth-child(3) {
  margin-left: 10px;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item:nth-child(4) {
  width: 420px;
  margin-right: 10px;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item:nth-child(5) {
  width: 640px;
  margin-right: 10px;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item:nth-child(9) {
  margin-left: 10px;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item:nth-child(10) {
  margin-left: 10px;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item:nth-child(6) {
  width: 530px;
  height: 240px;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item:nth-child(7) {
  width: 530px;
  margin-left: 10px;
}
.ny-recruit .tab-content .tab-content-item .staff .staff-list .staff-item img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=recruit.css.map */
