@charset "UTF-8";
.jobbanner {
  width: 100%;
  background: url("../images/banner.jpg") no-repeat top center;
  height: 838px;
  overflow: hidden;
  position: relative; }
  .jobbanner .svg-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .jobbanner .main {
    padding-top: 130px;
    width: 1320px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .jobbanner .title {
    color: #FFFFFF;
    padding-top: 70px; }
    .jobbanner .title h1 {
      font-size: 40px;
      margin-bottom: 20px;
      font-weight: bold;
      letter-spacing: 4px; }
    .jobbanner .title h4 {
      font-size: 18px;
      padding-top: 8px; }
    .jobbanner .title .cz {
      display: flex;
      flex-direction: row;
      padding-top: 40px; }
    .jobbanner .title .btn {
      width: 157px;
      height: 34px;
      border-radius: 50px;
      line-height: 32px;
      text-align: center;
      display: block;
      margin-right: 20px; }
    .jobbanner .title .btn1 {
      background: #2c0599;
      color: #FFFFFF; }
    .jobbanner .title .btn2 {
      background: #FFFFFF;
      color: #2C0A0A; }

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px; }

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s; }

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s; }

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s; }

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s; }

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0); }
  100% {
    transform: translate3d(85px, 0, 0); } }
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px; }

  .content {
    height: 30vh; }

  h1 {
    font-size: 24px; } }
.sidachangjing {
  background: url("../images/cont-1-bg.png") no-repeat center center;
  height: 607px; }
  .sidachangjing .homeTitle {
    padding: 50px 0; }

.gnlist {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .gnlist .list {
    width: calc(20% - 20px);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: #e9e9e9 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0; }
    .gnlist .list .img {
      margin-bottom: 15px; }
      .gnlist .list .img img {
        width: 60px;
        margin: auto; }
    .gnlist .list .dd {
      text-align: center; }
    .gnlist .list .title {
      font-size: 18px;
      color: #000000; }
    .gnlist .list .info {
      font-size: 14px;
      padding: 20px;
      box-sizing: border-box;
      color: #888888;
      line-height: 25px; }

.jiejuefangan {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 50px; }
  .jiejuefangan .homeTitle {
    padding: 50px 0; }
  .jiejuefangan .fangan-box {
    width: 100%;
    height: 640px;
    position: relative; }
    .jiejuefangan .fangan-box .foot-bg-box {
      width: 100%;
      height: 330px;
      background: #EBF1FF;
      border-radius: 15px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
    .jiejuefangan .fangan-box .fangan-list-box {
      width: calc(100% - 140px);
      margin: auto;
      display: flex;
      justify-content: space-between;
      padding-top: 50px; }
      .jiejuefangan .fangan-box .fangan-list-box .fangan-item {
        width: calc(33.3% - 50px);
        background: #ffffff;
        box-shadow: #e9e9e9 0 0 10px;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 15px;
        height: 460px; }
        .jiejuefangan .fangan-box .fangan-list-box .fangan-item .img-box {
          overflow: hidden; }
          .jiejuefangan .fangan-box .fangan-list-box .fangan-item .img-box .img {
            width: 100%;
            border-radius: 10px; }
        .jiejuefangan .fangan-box .fangan-list-box .fangan-item .info-box {
          padding-top: 20px;
          text-align: center; }
          .jiejuefangan .fangan-box .fangan-list-box .fangan-item .info-box .title {
            font-size: 18px; }
          .jiejuefangan .fangan-box .fangan-list-box .fangan-item .info-box .info {
            padding-top: 20px;
            font-size: 14px;
            color: #888888;
            line-height: 25px; }

.changjing {
  padding: 50px 0; }
  .changjing .homeTitle {
    padding: 50px 0; }
  .changjing .xcx {
    display: flex;
    justify-content: space-between; }
    .changjing .xcx img {
      width: 340px; }
  .changjing .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .changjing .box .wenzi {
      box-sizing: border-box;
      width: calc(50% - 20px);
      color: #FFFFFF;
      border-radius: 10px;
      padding: 20px;
      margin-top: 40px;
      display: flex;
      align-items: center; }
      .changjing .box .wenzi .icon {
        width: 60px;
        height: 60px;
        margin-right: 20px; }
        .changjing .box .wenzi .icon img {
          width: 60px; }
      .changjing .box .wenzi .text h4 {
        font-size: 18px; }
  .changjing .pc {
    width: 1100px;
    text-align: center; }
    .changjing .pc img {
      width: 96%;
      margin: auto; }

.bg1 {
  background: #fffaf5; }

.bg2 {
  background: #00d87f; }

.bg3 {
  background: #bc20f5; }

.bg4 {
  background: #f59b07; }

.bg5 {
  background: #ff1a22; }

.bg6 {
  background: #0bbf1c; }

.bg7 {
  background: #2677f5; }

.bg8 {
  background: #4bb2ff; }

.bg9 {
  background: #7339fd; }

.bg10 {
  background: #fd1272; }

.tsgn {
  padding: 50px 0;
  background: #f8f9fb; }
  .tsgn .tsgn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px; }
    .tsgn .tsgn-box .tsgn-item {
      width: calc(20% - 30px);
      border: #eeeeee 1px solid;
      background: #ffffff;
      border-radius: 5px;
      height: 240px;
      box-sizing: border-box;
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 35px; }
      .tsgn .tsgn-box .tsgn-item .img-box {
        width: 70px;
        height: 70px;
        margin-bottom: 20px; }
        .tsgn .tsgn-box .tsgn-item .img-box .img {
          width: 70px;
          height: 70px; }
      .tsgn .tsgn-box .tsgn-item .info-box {
        text-align: center; }
        .tsgn .tsgn-box .tsgn-item .info-box .title {
          font-size: 18px;
          margin-bottom: 10px; }
        .tsgn .tsgn-box .tsgn-item .info-box .info {
          font-size: 14px;
          color: #888888; }

.gnqq {
  padding: 50px 0; }
  .gnqq .gnys {
    display: flex;
    justify-content: space-between;
    padding-top: 50px; }
    .gnqq .gnys .gnys-text-box {
      width: calc(50% - 280px);
      padding-top: 50px; }
      .gnqq .gnys .gnys-text-box .gnys-text-item {
        width: 100%;
        height: 145px;
        border-radius: 20px;
        border: #A089DB 1px dashed;
        box-sizing: border-box;
        padding: 30px; }
        .gnqq .gnys .gnys-text-box .gnys-text-item .title {
          font-size: 18px;
          font-weight: bold;
          color: #3e27c0;
          margin-bottom: 20px; }
        .gnqq .gnys .gnys-text-box .gnys-text-item .info {
          color: #888888; }

/*服务优势*/
.fuwuyoushi {
  padding: 50px 0;
  background: #FFFCF8; }
  .fuwuyoushi .fuwu-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px; }
    .fuwuyoushi .fuwu-box .fuwu-item {
      width: calc(25% - 30px);
      border: #eeeeee 1px solid;
      background: #ffffff;
      border-radius: 15px;
      height: 240px;
      box-sizing: border-box;
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 35px; }
      .fuwuyoushi .fuwu-box .fuwu-item .img-box {
        width: 70px;
        height: 70px;
        margin-bottom: 20px; }
        .fuwuyoushi .fuwu-box .fuwu-item .img-box .img {
          width: 70px;
          height: 70px; }
      .fuwuyoushi .fuwu-box .fuwu-item .info-box {
        text-align: center; }
        .fuwuyoushi .fuwu-box .fuwu-item .info-box .title {
          font-size: 18px;
          margin-bottom: 10px; }
        .fuwuyoushi .fuwu-box .fuwu-item .info-box .info {
          font-size: 14px;
          color: #888888; }

.youhuitaocan {
  padding: 50px 0; }
  .youhuitaocan .taocan-box {
    padding: 50px 0;
    display: flex;
    justify-content: space-between; }
    .youhuitaocan .taocan-box .taocan-item {
      width: calc(50% - 30px);
      border-radius: 20px;
      overflow: hidden;
      border: rgba(203, 157, 251, 0.38) 1px solid; }
      .youhuitaocan .taocan-box .taocan-item .top-box {
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #ffffff; }
        .youhuitaocan .taocan-box .taocan-item .top-box .title {
          font-size: 22px;
          font-weight: bold;
          margin-bottom: 20px; }
        .youhuitaocan .taocan-box .taocan-item .top-box .info {
          font-size: 16px; }
      .youhuitaocan .taocan-box .taocan-item .bg-l {
        background: linear-gradient(136deg, #ce9ffc, #7367f0); }
      .youhuitaocan .taocan-box .taocan-item .bg-r {
        background: linear-gradient(112deg, #43cbff, #9708cc); }
      .youhuitaocan .taocan-box .taocan-item .content-box {
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .youhuitaocan .taocan-box .taocan-item .content-box .price-box {
          display: flex;
          align-items: baseline;
          color: #ff0000; }
          .youhuitaocan .taocan-box .taocan-item .content-box .price-box .text-1 {
            font-size: 12px; }
          .youhuitaocan .taocan-box .taocan-item .content-box .price-box .text-2 {
            font-size: 28px;
            font-weight: bold;
            margin-left: 5px; }
          .youhuitaocan .taocan-box .taocan-item .content-box .price-box .text-3 {
            font-size: 12px;
            margin-left: 5px; }
        .youhuitaocan .taocan-box .taocan-item .content-box .huodong {
          display: flex; }
          .youhuitaocan .taocan-box .taocan-item .content-box .huodong .text-1 {
            color: #ff0000;
            margin-right: 6px; }
          .youhuitaocan .taocan-box .taocan-item .content-box .huodong .text-2 {
            color: #1a42d6; }
        .youhuitaocan .taocan-box .taocan-item .content-box .btn-box {
          display: flex;
          margin-top: 20px;
          width: 100%;
          justify-content: center;
          line-height: 45px; }
          .youhuitaocan .taocan-box .taocan-item .content-box .btn-box .btn-l {
            width: 40%;
            height: 45px;
            border-radius: 45px 0 0 45px;
            text-align: center;
            box-sizing: border-box;
            border: #977DF4 1px solid;
            border-right: 0; }
          .youhuitaocan .taocan-box .taocan-item .content-box .btn-box .btn-r {
            width: 40%;
            height: 45px;
            border-radius: 0 45px 45px 0;
            text-align: center;
            color: #ffffff; }

.case {
  padding: 50px 0;
  background: #fffcfc; }
  .case .anlilist-box {
    padding: 50px 0; }
  .case .anlilist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px; }
    .case .anlilist .case-item {
      width: 237px;
      height: 90px;
      box-sizing: border-box;
      border: #E4E4E4 1px solid;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center; }

.superiority {
  padding: 50px 0; }

.swiper-container {
  width: 1200px; }

.xzzx {
  color: #FFFFFF;
  padding: 50px 0; }
  .xzzx .homeTitle {
    margin-bottom: 30px; }
  .xzzx .zixun {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .xzzx .zixun .btn {
      width: 157px;
      height: 34px;
      border-radius: 50px;
      line-height: 32px;
      text-align: center;
      display: block;
      margin: 20px; }
    .xzzx .zixun .btn1 {
      background: #EB1818;
      color: #FFFFFF; }
    .xzzx .zixun .btn2 {
      background: #FFFFFF;
      color: #2C0A0A; }

.qjs {
  background: url("../images/qjs.png"); }
  .qjs .homeTitle {
    color: #FFFFFF; }

.HeaderUl .active a {
  background: #2c0599;
  border-radius: 100px;
  padding: 0 20px;
  color: #FFFFFF !important; }

.HeadLogin {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .HeadLogin a {
    background: #2c0599;
    border-radius: 100px;
    padding: 0 20px;
    color: #FFFFFF !important; }

.Header .HeadPerson {
  width: 155px; }

.footer-icon-box {
  width: 1320px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  margin-bottom: 30px; }
  .footer-icon-box .icon-item {
    display: flex;
    align-items: center; }
    .footer-icon-box .icon-item .icon {
      width: 60px;
      margin-right: 20px; }
    .footer-icon-box .icon-item .info-box .title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 8px; }

.mobile-foot-box {
  display: none; }

.mobile-box {
  display: none; }

/*# sourceMappingURL=index.css.map */
