﻿.errorPage {
  text-align: center;
}
.errorPage .container {
  background: #fff;
  margin: 50px auto;
  padding: 80px 0;
}
.errorPage h1 {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0;
}
.nuxt-progress {
  background-color: #000;
  height: 2px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition:
    width 0.1s,
    opacity 0.4s;
  width: 0;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}
html {
  background-color: #f2f2f2;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    寰蒋姝ｉ粦,
    Microsoft YaHei,
    sans-serif;
  overflow-y: scroll;
}
#layout,
#app {
  height: 100%;
}
.containerWrapper {
  min-height: 100%;
  min-width: 1280px;
  position: relative;
  z-index: 5;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
header {
  background: #efefef;
  position: relative;
  z-index: 10;
}
header,
header .topNav {
  height: 100px;
}
header .topNav .el-menu.el-menu--horizontal {
  border: none;
}
header .topNav .el-menu.el-menu--horizontal .el-icon-arrow-down {
  font-size: 18px;
}
header .topNav .el-menu.el-menu--horizontal .el-icon-arrow-down:before {
  content: "\e6df";
}
header .topNav .el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 3px solid #0057a3;
  color: #0057a3;
}
header .topNav .el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: 3px solid #0057a3;
  color: #0057a3;
  padding: 0 12px;
}
header .topNav .el-menu--horizontal > .el-submenu {
  margin: 0 24px;
}
header .topNav .el-menu-item {
  background-color: transparent !important;
  color: #555;
  font-size: 18px;
  font-weight: 600;
  margin: 0 24px;
  padding: 0 12px;
}
header .topNav .el-menu-item:hover {
  color: #0057a3 !important;
}
header .topNav .el-menu--horizontal > .el-submenu .el-submenu__title {
  background-color: transparent !important;
  color: #555;
  font-size: 18px;
  font-weight: 600;
}
header .topNav .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  color: #0057a3;
}
header h1 {
  margin: 0;
  width: 340px;
}
header .serviceTel {
  background: url(../img/telIcon.172ef98.png) no-repeat;
  color: #555;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding-left: 32px;
}
.el-menu--horizontal .el-menu--popup {
  background-color: #fff !important;
}
.el-menu--horizontal .el-menu--popup .el-menu-item {
  background-color: #fff !important;
  color: #555 !important;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
}
.el-menu--horizontal .el-menu--popup .el-menu-item.is-active,
.el-menu--horizontal .el-menu--popup .el-menu-item:hover {
  background-color: #0057a3 !important;
  color: #fff !important;
}
.el-menu--horizontal .el-menu--popup .el-menu-item.is-active a,
.el-menu--horizontal .el-menu--popup .el-menu-item:hover a {
  color: #fff;
}
.el-menu--horizontal .el-menu--popup .el-menu-item a {
  color: #555;
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.el-menu--horizontal .el-menu--popup .el-menu-item a:hover {
  color: #fff;
}
.el-menu--horizontal .el-menu--popup-bottom-start {
  margin: 0;
  padding: 0;
}
.el-breadcrumb {
  font-size: 18px;
  margin: 40px 0 50px;
}
.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  color: #555;
  font-weight: 600;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
  color: #005bac;
  cursor: default;
  font-weight: 600;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 38px;
}
.swiper-pagination-bullet {
  background: #fff;
  border-radius: 50%;
  height: 14px;
  margin: 0 8px !important;
  opacity: 1;
  transition:
    opacity 0.5s,
    background-color 0.5s,
    width 0.5s;
  vertical-align: middle;
  width: 14px;
}
.swiper-pagination-bullet-active {
  background: #fff;
  border-radius: 4px;
  height: 8px;
  transition-delay: 0s;
  width: 30px;
}
.swiper-wrapper .swiper-slide img,
.swiperSingle img {
  width: 100%;
}
main.el-main {
  min-height: calc(100% - 495px);
  padding: 0;
}
.jobsListPage {
  padding-bottom: 70px;
}
.jobsListPage .hrMail {
  color: #343434;
  font-size: 18px;
  font-style: italic;
  margin: 59px 0 39px;
  text-align: center;
}
.jobsListPage .hrMail a {
  color: #005bac;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.jobsListPage .hrMail a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.jobsListPage ul.list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.jobsListPage ul.list a {
  align-items: center;
  color: #343434;
  display: flex;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.jobsListPage ul.list li {
  background: #fff;
  box-shadow: 0 2px 2px #d3d3d3;
  color: #343434;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 24px 44px;
}
.jobsListPage ul.list li:hover {
  box-shadow: 0 4px 4px #d3d3d3;
}
.jobsListPage ul.list li h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 25px;
}
.jobsListPage ul.list li p {
  margin: 0;
}
.jobsListPage ul.list li .leftArea {
  width: 860px;
}
.jobsListPage ul.list li .rightArea p {
  color: #343434;
  font-size: 16px;
}
.jobsListPage ul.list li .rightArea p.city {
  margin-top: 44px;
}
.jobsListPage ul.list li .salary {
  color: #ff7a04;
  font-size: 22px;
}
.jobsListPage ul.pagination {
  display: flex;
  justify-content: center;
  list-style: none outside;
  margin: 62px 0 0;
  padding: 0;
}
.jobsListPage ul.pagination li {
  background: #dfdede;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 212px;
}
.jobsListPage ul.pagination li a,
.jobsListPage ul.pagination li span {
  color: #555;
  display: block;
  font-size: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.jobsListPage ul.pagination li:hover a,
.jobsListPage ul.pagination li:hover span {
  color: #005bac;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.jobsListPage ul.pagination li.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.jobsListPage ul.pagination li.disabled:hover a,
.jobsListPage ul.pagination li.disabled:hover span {
  color: #555;
}
.jobsListPage ul.pagination li.pre {
  margin-right: 106px;
}
.jobsListPage ul.pagination li.next {
  margin-left: 106px;
}
.jobDetail {
  padding-bottom: 70px;
}
.jobDetail .jobInfos {
  align-items: center;
  background: #fff;
  border-bottom: 5px solid #999;
  display: flex;
  padding: 24px 44px;
}
.jobDetail .jobInfos p {
  margin: 0;
}
.jobDetail .jobInfos .leftArea {
  width: 860px;
}
.jobDetail .jobInfos .rightArea p {
  color: #343434;
  font-size: 16px;
}
.jobDetail .jobInfos .rightArea p.city {
  margin-top: 44px;
}
.jobDetail .jobInfos h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 25px;
}
.jobDetail .jobInfos .salary {
  color: #ff7a04;
  font-size: 22px;
}
.jobDetail .jobContent {
  background: #fff;
  padding: 30px 44px 70px;
}
.jobDetail .jobContent h3.subTitle {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  margin: 45px 0 20px;
}
.jobDetail .contactHr {
  color: #343434;
  font-size: 16px;
  margin-top: 65px;
}
.jobDetail .contactHr a {
  color: #005bac;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.jobDetail .contactHr a:hover {
  color: #005bac;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.jobDetail .contactHr span {
  color: #005bac;
}
.contactPage section {
  padding: 44px 0 55px;
}
.contactPage section:nth-child(2n) {
  background: #fff;
}
.contactPage section ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.contactPage h2 {
  color: #0057a3;
  font-size: 32px;
  margin: 10px 0 60px;
  text-align: center;
}
.contactPage h2 span {
  border-bottom: 5px solid #ffaf2d;
  display: inline-block;
  padding: 0 12px 5px;
}
.contactPage .service ul {
  display: flex;
}
.contactPage .service ul li {
  background-image: url(../img/service-spring.a46731e.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 250px;
  padding-top: 150px;
  text-align: center;
  width: 300px;
}
.contactPage .service ul li:nth-child(odd) {
  background-color: #eee;
}
.contactPage .service ul li:nth-child(2n) {
  background-color: #f5f5f5;
}
.contactPage .service ul li:first-child {
  background-position: 110px 38px;
}
.contactPage .service ul li:nth-child(2) {
  background-position: -176px 38px;
}
.contactPage .service ul li:nth-child(3) {
  background-position: -470px 38px;
}
.contactPage .service ul li:nth-child(4) {
  background-position: -754px 38px;
}
.contactPage .service ul li p {
  color: #333;
  font-size: 18px;
  margin: 0 0 20px;
}
.contactPage .focusUs ul {
  display: flex;
  justify-content: space-around;
  padding: 0 112px;
}
.contactPage .focusUs ul li {
  text-align: center;
  width: 220px;
}
.contactPage .focusUs ul li p {
  color: #555;
  font-size: 24px;
  margin: 26px 0 0;
}
.contactPage .location p {
  color: #333;
  font-size: 18px;
}
.contactPage .location span {
  margin-left: 3px;
  vertical-align: middle;
}
.contactPage .location i.el-icon-location {
  color: #005bac;
  font-size: 36px;
  vertical-align: middle;
}
footer.el-footer {
  background-color: #0468bf;
  color: #fff;
  padding-top: 55px;
}
footer.el-footer a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
footer.el-footer ul.ftNav {
  font-size: 18px;
  list-style: none outside;
  margin: 0;
  padding: 0;
}
footer.el-footer ul.ftNav li {
  display: inline-block;
}
footer.el-footer ul.ftNav li a {
  margin: 0 20px;
}
footer.el-footer ul.ftNav li:last-child a {
  margin-right: 0;
}
footer.el-footer ul.ftNav li:first-child a {
  margin-left: 0;
}
footer.el-footer .ftQrcode {
  display: flex;
}
footer.el-footer .ftQrcode dl {
  margin: 25px 43px 0 0;
  width: 133px;
}
footer.el-footer .ftQrcode dd {
  font-size: 14px;
  margin: 0;
  padding: 12px 0 0;
  text-align: center;
}
footer.el-footer .ftCopyright {
  font-size: 14px;
  margin-top: 25px;
}
footer.el-footer .ftCopyright span {
  margin-right: 26px;
}
footer.el-footer .ftContact ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
footer.el-footer .ftContact ul li {
  background-image: url(../img/ft-spring.0ea9ac5.png);
  background-repeat: no-repeat;
  font-size: 18px;
  margin-top: 22px;
  min-height: 28px;
  padding-left: 40px;
}
footer.el-footer .ftContact ul li:first-child {
  background-position: 0 2px;
}
footer.el-footer .ftContact ul li:nth-child(2) {
  background-position: 0 -47px;
}
footer.el-footer .ftContact ul li:nth-child(3) {
  background-position: 0 -99px;
}
footer.el-footer .ftContact ul li:nth-child(4) {
  background-position: 0 -150px;
}
#newBridge .icon-right-center {
  bottom: 50px !important;
  right: 50px !important;
  top: auto !important;
}
.servicefixedBar {
  background: #fff;
  box-shadow: 0 0 4px #ccc;
  position: fixed;
  right: 50px;
  top: 30%;
  z-index: 999;
}
.servicefixedBar .fixedItem {
  background-image: url(../img/servicefixedBar.a183a55.png);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 50px;
  padding: 0 8px;
  position: relative;
  width: 42px;
}
.servicefixedBar .fixedItem a {
  display: block;
  height: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.servicefixedBar .fixedItem span {
  background: #fff;
  box-sizing: border-box;
  color: #555;
  display: block;
  font-size: 16px;
  height: inherit;
  line-height: 17px;
  opacity: 0;
  padding-top: 7px;
  text-align: center;
  transition: all 0.3s;
}
.servicefixedBar .fixedItem:after {
  background: #ededed;
  bottom: 0;
  content: "";
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 42px;
}
.servicefixedBar .fixedItem.online {
  background-position: center 13px;
}
.servicefixedBar .fixedItem.wechat {
  background-position: center -40px;
}
.servicefixedBar .fixedItem.wechat span {
  padding-top: 15px;
  text-indent: -4px;
  white-space: nowrap;
}
.servicefixedBar .fixedItem.tel {
  background-position: center -90px;
}
.servicefixedBar .fixedItem.tel:hover .telHover {
  animation: telwidth 0.2s linear forwards;
  -webkit-animation: telwidth 0.2s linear forwards;
  -ms-animation: telwidth 0.2s linear forwards;
  -o-animation: telwidth 0.2s linear forwards;
}
.servicefixedBar .fixedItem.tel .telHover {
  background: #fff;
  color: #005bac;
  height: 50px;
  line-height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 58px;
  text-align: center;
  top: 0;
  width: 0;
}
.servicefixedBar .fixedItem.qq {
  background-position: center -140px;
}
.servicefixedBar .fixedItem.email {
  background-position: center -185px;
}
.servicefixedBar .fixedItem.email:hover .emailHover {
  animation: emailwidth 0.2s linear forwards;
  -moz-animation: emailwidth 0.2s linear forwards;
  -webkit-animation: emailwidth 0.2s linear forwards;
  -o-animation: emailwidth 0.2s linear forwards;
}
.servicefixedBar .fixedItem.email .emailHover {
  background: #fff;
  color: #005bac;
  height: 50px;
  line-height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 58px;
  text-align: center;
  top: 0;
  width: 0;
}
.servicefixedBar .fixedItem.email span {
  padding-top: 15px;
}
.servicefixedBar .fixedItem.wechat {
  position: relative;
}
.servicefixedBar .fixedItem.wechat span:hover + .wechatHover {
  animation: wechatOpacity 0.2s linear forwards;
  -webkit-animation: wechatOpacity 0.2s linear forwards;
  -ms-animation: wechatOpacity 0.2s linear forwards;
  -o-animation: wechatOpacity 0.2s linear forwards;
}
.servicefixedBar .fixedItem.wechat .wechatHover {
  background: url(../img/qrcode-focusorder.bbd608e.jpg) no-repeat;
  background-position: 100%;
  height: 146px;
  opacity: 0;
  position: absolute;
  right: 62px;
  top: -50px;
  width: 146px;
}
.servicefixedBar .fixedItem.scrollTop {
  background-position: center -235px;
}
.servicefixedBar .fixedItem.scrollTop i {
  display: block;
  font-size: 22px;
  line-height: 17px;
}
.servicefixedBar .fixedItem span:hover {
  color: #005bac;
  opacity: 1;
}
@keyframes telwidth {
  0% {
    width: 0;
  }
  to {
    width: 147px;
  }
}
@keyframes wechatOpacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes emailwidth {
  0% {
    width: 0;
  }
  to {
    width: 236px;
  }
}
