.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-thumb {
  background: #1e2188;
}
.pupop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.pupop-box .box-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 7.5rem;
  padding: 0.15rem;
  margin: -3.75rem 0 0 -4.5rem;
  background: #fff;
}
.pupop-box .box-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-box {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-box .box-pic {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pupop-box .box-cont .cont-swiper .swiper-box .box-title {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  color: #333;
}
.pupop-box .box-cont .cont-hiden {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0 -0.4rem;
  padding-top: 0.1rem;
  text-align: center;
  background: #1e2188;
  cursor: pointer;
}
.pupop-box .box-cont .cont-hiden img {
  width: 0.24rem;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .cont-hiden .hide-title {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.pupop-box .box-cont .pupop-swiper-button-prev,
.pupop-box .box-cont .pupop-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  margin-top: -0.32rem;
  border-radius: 50%;
  background: #ee7700;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev img,
.pupop-box .box-cont .pupop-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev .img2,
.pupop-box .box-cont .pupop-swiper-button-next .img2 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover,
.pupop-box .box-cont .pupop-swiper-button-next:hover {
  background: #1e2188;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
  opacity: 1;
}
.pupop-box .box-cont .pupop-swiper-button-prev {
  left: -1rem;
}
.pupop-box .box-cont .pupop-swiper-button-next {
  right: -1rem;
}
.pupop-box-active {
  opacity: 1;
  visibility: visible;
}
.video-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 199;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 20px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.video-popup video {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
}
.recruit-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 12rem;
  height: auto;
  padding: 1rem 0 1rem 1rem;
  background: #fff;
  z-index: 299;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.recruit-popup .popup-top {
  width: 100%;
  height: auto;
  padding-right: 1rem;
}
.recruit-popup .popup-top .top-title {
  position: relative;
  font-size: 0.28rem;
  font-weight: bold;
  color: #231e37;
}
.recruit-popup .popup-top .top-title img {
  width: 0.24rem;
}
.recruit-popup .popup-top .top-cent {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  padding-bottom: 0.48rem;
  border-bottom: solid 1px #e5e5e5;
}
.recruit-popup .popup-top .top-cent span {
  margin-right: 0.55rem;
  font-size: 0.14rem;
  color: #999;
}
.recruit-popup .popup-cent {
  width: 100%;
  height: 4.6rem;
  margin-top: 0.6rem;
  padding-right: 1rem;
  overflow-y: scroll;
}
.recruit-popup .popup-cent::-webkit-scrollbar {
  width: 3px;
  background: #e5e5e5;
}
.recruit-popup .popup-cent::-webkit-scrollbar-thumb {
  background: #1e2188;
}
.recruit-popup .popup-cent .cent-cont {
  width: 100%;
  height: auto;
}
.recruit-popup .popup-cent .cent-cont .cont-cent {
  width: 100%;
  height: auto;
}
.recruit-popup .popup-cent .cent-cont .cont-cent .cent-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.recruit-popup .popup-cent .cent-cont .cont-cent .cent-text {
  margin-bottom: 0.34rem;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.recruit-popup .popup-cent a {
  display: block;
  width: 2.26rem;
  height: 0.6rem;
  margin-top: 0.5rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #1e2188;
}
.recruit-popup .popup-cent a img {
  width: 0.26rem;
  margin-left: 0.16rem;
}
.recruit-popup .popup-cent a:hover {
  background: #ee7700;
}
.recruit-popup .popup-hide {
  position: absolute;
  top: 0.15rem;
  right: 0.18rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 99;
}
.recruit-popup .popup-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit-popup .popup-hide:hover img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-item {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 0.1rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.48rem;
  color: #4d4d4d;
  border: solid 1px #eeeeee;
}
.page-number .page-item:last-of-type {
  font-family: '宋体';
}
.page-number .page-item:hover {
  color: #fff;
  border: solid 1px #1e2188;
  background: #1e2188;
}
.page-number .page-item-active {
  color: #fff;
  background: #1e2188;
}
.page-number .page-arrow {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  border: solid 1px #eeeeee;
  background: url(../images/icon/icon-page-arrow.png) no-repeat center center;
  background-size: 9px;
}
.page-number .page-arrow:hover {
  background: #1e2188 url(../images/icon/icon-page-arrow-active.png) no-repeat center center;
  background-size: 9px;
  border: solid 1px #1e2188;
}
.Wpage-number {
  display: none;
}
.page-up {
  display: none;
  position: fixed;
  bottom: 20%;
  right: 0.2rem;
  width: 0.74rem;
  height: 0.74rem;
  text-align: center;
  line-height: 0.7rem;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-up img {
  width: 9px;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.page-up:hover {
  background: #1e2188;
}
.bd_weixin_popup {
  height: 330px !important;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.nobg {
  background: none !important;
}
@media screen and (max-width: 1004px) {
  .pupop-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-mask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  .pupop-box .box-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 8rem;
    padding: 0.15rem;
    margin: -3.75rem 0 0 -48%;
    background: #fff;
  }
  .pupop-box .box-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .pupop-box .box-cont .cont-swiper .swiper-box {
    width: 100%;
    height: auto;
  }
  .pupop-box .box-cont .cont-swiper .swiper-box .box-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  .pupop-box .box-cont .cont-swiper .swiper-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pupop-box .box-cont .cont-swiper .swiper-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .pupop-box .box-cont .cont-hiden {
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0 0 -0.6rem;
    padding-top: 0.2rem;
    text-align: center;
    background: #1e2188;
    cursor: pointer;
  }
  .pupop-box .box-cont .cont-hiden img {
    width: 0.3rem;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .cont-hiden .hide-title {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev,
  .pupop-box .box-cont .pupop-swiper-button-next {
    position: absolute;
    top: 100%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    background: #1e2188;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev img,
  .pupop-box .box-cont .pupop-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.14rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev .img1,
  .pupop-box .box-cont .pupop-swiper-button-next .img1 {
    opacity: 0;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev .img2,
  .pupop-box .box-cont .pupop-swiper-button-next .img2 {
    opacity: 2;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover,
  .pupop-box .box-cont .pupop-swiper-button-next:hover {
    background: #1e2188;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
  .pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
  .pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev {
    left: 20%;
  }
  .pupop-box .box-cont .pupop-swiper-button-next {
    right: 20%;
  }
  .pupop-box-active {
    opacity: 1;
    visibility: visible;
  }
  .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 96%;
    height: auto;
    background: #000;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-popup .popup-icon {
    position: absolute;
    top: -0.5rem;
    right: 0.1rem;
    width: 0.4rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .video-popup video {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 199;
  }
  .recruit-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    padding: 0.6rem 0 0.3rem 0.6rem;
    background: #fff;
    z-index: 299;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .recruit-popup .popup-top {
    width: 100%;
    height: auto;
    padding-right: 1rem;
  }
  .recruit-popup .popup-top .top-title {
    position: relative;
    font-size: 0.4rem;
    font-weight: bold;
    color: #231e37;
  }
  .recruit-popup .popup-top .top-title img {
    width: 0.36rem;
  }
  .recruit-popup .popup-top .top-cent {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding-bottom: 0.48rem;
    border-bottom: solid 1px #e5e5e5;
  }
  .recruit-popup .popup-top .top-cent span {
    margin-right: 0.55rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #999;
  }
  .recruit-popup .popup-cent {
    width: 100%;
    height: 5.2rem;
    margin-top: 0.6rem;
    padding-right: 1rem;
    overflow-y: scroll;
  }
  .recruit-popup .popup-cent::-webkit-scrollbar {
    width: 3px;
    background: #e5e5e5;
  }
  .recruit-popup .popup-cent::-webkit-scrollbar-thumb {
    background: #1e2188;
  }
  .recruit-popup .popup-cent .cent-cont {
    width: 100%;
    height: auto;
  }
  .recruit-popup .popup-cent .cent-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .recruit-popup .popup-cent .cent-cont .cont-cent .cent-title {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #333;
  }
  .recruit-popup .popup-cent .cent-cont .cont-cent .cent-text {
    margin-bottom: 0.34rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #999;
  }
  .recruit-popup .popup-cent a {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #1e2188;
  }
  .recruit-popup .popup-cent a img {
    width: 0.36rem;
    margin-left: 0.16rem;
  }
  .recruit-popup .popup-cent a:hover {
    background: #ee7700;
  }
  .recruit-popup .popup-hide {
    position: absolute;
    top: 0.15rem;
    right: 0.18rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 99;
  }
  .recruit-popup .popup-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit-popup .popup-hide:hover img {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #1e2188;
  }
}
@keyframes navInUp50 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translatey(-30px);
    -o-transform: translatey(-30px);
    -moz-transform: translatey(-30px);
    -webkit-transform: translatey(-30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes mainBlock {
  0% {
    transform: translatey(-0.12rem);
    -o-transform: translatey(-0.12rem);
    -moz-transform: translatey(-0.12rem);
    -webkit-transform: translatey(-0.12rem);
  }
  50% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  100% {
    transform: translatey(-0.12rem);
    -o-transform: translatey(-0.12rem);
    -moz-transform: translatey(-0.12rem);
    -webkit-transform: translatey(-0.12rem);
  }
}
@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes secFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
