.menu {
  display: none; }

.mobile_fade {
  display: none; }

body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 3px; }
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background: #0B5CB6; }
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); }

footer {
  width: 100%;
  padding: .2rem;
  box-sizing: border-box;
  background: #19222E;
  font-size: .14rem;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;
  color: #fff; }
  footer img {
    width: .16rem;
    margin-right: .1rem; }

.content {
  width: 100%;
  overflow: hidden; }
  .content .header {
    width: 100%;
    height: 93px;
    position: fixed;
    left: 0;
    background: rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all .4s;
    top: 0;
    z-index: 999999; }
    .content .header.on {
      background: rgba(255, 255, 255, 0.95); }
    .content .header .m {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 16.9rem;
      margin: 0 auto;
      height: 100%;
      padding-left: .22rem;
      padding-right: 2.14rem; }
      .content .header .m .logo {
        display: block; }
      .content .header .m ul {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .header .m ul li {
          height: 100%;
          margin-right: .93rem;
          position: relative; }
          .content .header .m ul li:last-child {
            margin-right: 0; }
          .content .header .m ul li.on::after {
            content: '';
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, #0097F3, #6FDC31);
            position: absolute;
            left: 0%;
            bottom: 0; }
          .content .header .m ul li.on a {
            color: #0b5cb6; }
          .content .header .m ul li:hover::after {
            content: '';
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, #0097F3, #6FDC31);
            position: absolute;
            left: 0%;
            bottom: 0; }
          .content .header .m ul li:hover a {
            color: #0b5cb6; }
          .content .header .m ul li a {
            display: flex;
            align-items: center;
            height: 100%;
            font-size: 22px;
            font-family: pr;
            color: #000000; }
  .content .main_infos {
    overflow: hidden;
    padding-top: 3.86rem;
    background-color: #F9F9F9;
    padding-bottom: 1.18rem;
    position: relative; }
    .content .main_infos .desbanner {
      width: 100%;
      height: 6.41rem;
      background-image: url(../images/bgs_02.jpg);
      background-attachment: fixed;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat; }
    .content .main_infos .m {
      width: 16.9rem;
      margin: 0 auto;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .content .main_infos .m .info {
        padding-top: 3.65rem;
        flex: 1;
        padding-left: 1.06rem; }
        .content .main_infos .m .info > p {
          font-size: .24rem;
          font-family: pb;
          color: #141414;
          margin-bottom: .48rem;
          font-weight: bold; }
        .content .main_infos .m .info > span {
          display: block;
          font-size: .22rem;
          color: #626262;
          line-height: 1.363636363636364;
          font-family: pr; }
        .content .main_infos .m .info .num {
          display: flex;
          overflow: hidden;
          margin-top: .6rem; }
          .content .main_infos .m .info .num div {
            overflow: hidden;
            margin-right: .84rem; }
            .content .main_infos .m .info .num div p {
              font-size: .2rem;
              color: #141414;
              font-weight: bold; }
            .content .main_infos .m .info .num div span {
              display: block;
              font-family: pr;
              font-size: .24rem;
              margin-top: .2rem;
              color: #49b968; }
              .content .main_infos .m .info .num div span em {
                font-size: .72rem;
                color: #49b968; }
      .content .main_infos .m .list {
        display: flex;
        align-items: flex-start; }
        .content .main_infos .m .list ul {
          overflow: hidden;
          width: 4.16rem;
          margin-right: .21rem; }
          .content .main_infos .m .list ul:last-child {
            margin-right: 0;
            padding-top: 1.8rem; }
          .content .main_infos .m .list ul li {
            overflow: hidden;
            width: 100%;
            background-color: #fff;
            position: relative;
            transition: all .3s;
            margin-bottom: .24rem; }
            .content .main_infos .m .list ul li:hover {
              background: linear-gradient(#3BB5F9, #24FDB9); }
              .content .main_infos .m .list ul li:hover a img {
                opacity: 0.6; }
              .content .main_infos .m .list ul li:hover a p,
              .content .main_infos .m .list ul li:hover a span {
                color: #fff; }
            .content .main_infos .m .list ul li a {
              display: flex;
              justify-content: space-between;
              flex-direction: column;
              width: 100%;
              box-sizing: border-box;
              min-height: 3.12rem;
              padding: .36rem .4rem .36rem .36rem; }
              .content .main_infos .m .list ul li a img {
                width: 1.7rem;
                position: absolute;
                right: 0;
                bottom: 0; }
              .content .main_infos .m .list ul li a p {
                font-size: .22rem;
                color: #141414;
                line-height: 1.636363636363636;
                font-family: pr;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                overflow: hidden; }
              .content .main_infos .m .list ul li a span {
                display: block;
                font-size: .2rem;
                font-family: pr;
                color: #bababa; }
            .content .main_infos .m .list ul li:last-child {
              margin-bottom: 0; }
  .content .banner {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .content .banner .mySwiper {
      overflow: hidden;
      width: 100%; }
      .content .banner .mySwiper .swiper-pagination-bullet {
        width: .84rem;
        height: .07rem;
        margin: 0;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 0;
        opacity: 1; }
      .content .banner .mySwiper .swiper-pagination-bullet-active {
        background: #fff; }
      .content .banner .mySwiper .swiper-pagination {
        bottom: .39rem;
        font-size: 12px; }
      .content .banner .mySwiper .swiper-slide {
        overflow: hidden;
        width: 100%;
        position: relative; }
        .content .banner .mySwiper .swiper-slide p {
          width: 100%;
          text-align: center;
          font-size: .72rem;
          color: #fff;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          font-family: pl; }
        .content .banner .mySwiper .swiper-slide img {
          display: block;
          width: 100%; }
  .content .main_slide {
    overflow: hidden;
    width: 100%;
    padding: .68rem 0;
    background: #F7F6F7; }
    .content .main_slide .m {
      width: 16.9rem;
      margin: 0 auto;
      position: relative; }
      .content .main_slide .m .mySwiper1 {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .content .main_slide .m .mySwiper1 .swiper-pagination-bullet {
          width: .72rem;
          height: .05rem;
          margin: 0;
          background: white;
          border-radius: 0;
          opacity: 1; }
        .content .main_slide .m .mySwiper1 .swiper-pagination-bullet-active {
          background: linear-gradient(135deg, #23FBBB, #39B9F7); }
        .content .main_slide .m .mySwiper1 .swiper-pagination {
          bottom: .39rem;
          width: 100%;
          display: flex;
          align-items: center;
          font-size: 12px; }
        .content .main_slide .m .mySwiper1 .swiper-slide {
          overflow: hidden;
          width: 100%;
          padding: 0 .2rem; }
          .content .main_slide .m .mySwiper1 .swiper-slide .label {
            overflow: hidden;
            display: flex;
            width: 100%;
            justify-content: space-between; }
            .content .main_slide .m .mySwiper1 .swiper-slide .label .pic {
              overflow: hidden;
              width: 8.68rem; }
              .content .main_slide .m .mySwiper1 .swiper-slide .label .pic:hover img {
                transform: scale(1.03); }
              .content .main_slide .m .mySwiper1 .swiper-slide .label .pic img {
                display: block;
                width: 100%;
                transition: all .6s; }
            .content .main_slide .m .mySwiper1 .swiper-slide .label .grow {
              overflow: hidden;
              width: 7.35rem; }
              .content .main_slide .m .mySwiper1 .swiper-slide .label .grow p {
                font-size: .24rem;
                font-family: pr;
                margin-bottom: .48rem;
                color: #141414; }
              .content .main_slide .m .mySwiper1 .swiper-slide .label .grow span {
                display: block;
                font-size: .48rem;
                font-family: pr;
                color: #000000;
                line-height: 1.520833333333333; }
              .content .main_slide .m .mySwiper1 .swiper-slide .label .grow em {
                display: block;
                font-size: .2rem;
                font-family: pr;
                line-height: 1.8;
                margin-top: .3rem;
                color: #4d4d4d; }
  .content .main_secure {
    overflow: hidden;
    width: 100%;
    background: #F9F9F9;
    padding: 1.3rem 0; }
    .content .main_secure .m {
      width: 16.9rem;
      margin: 0 auto; }
      .content .main_secure .m .title {
        display: block;
        font-size: .6rem;
        color: #000000;
        font-family: pr; }
      .content .main_secure .m .box {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 6.5rem;
        margin-top: .5rem; }
  .content .main_business {
    overflow: hidden;
    width: 100%;
    padding: 1.45rem 0 0 0; }
    .content .main_business ul {
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      margin-top: .6rem; }
      .content .main_business ul li {
        overflow: hidden;
        width: 25%;
        position: relative; }
        .content .main_business ul li a {
          display: block;
          width: 100%;
          height: 100%;
          position: relative; }
          .content .main_business ul li a::after {
            content: '';
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            position: absolute;
            left: 0;
            top: 0; }
        .content .main_business ul li:hover a img {
          transform: scale(1.03); }
        .content .main_business ul li img {
          display: block;
          width: 100%;
          transition: all .5s; }
        .content .main_business ul li span {
          display: block;
          font-size: .3rem;
          font-family: pm;
          position: absolute;
          left: .55rem;
          bottom: .3rem;
          z-index: 9;
          color: #fff; }
  .content .main_recruit {
    overflow: hidden;
    width: 100%;
    padding: 1.2rem 0 1.4rem 0;
    background: #F9F9F9; }
    .content .main_recruit .m {
      width: 16.9rem;
      margin: 0 auto; }
      .content .main_recruit .m .title {
        display: block;
        font-size: .6rem;
        color: #000000;
        font-family: pr; }
      .content .main_recruit .m ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .content .main_recruit .m ul li {
          overflow: hidden;
          margin-top: 1rem;
          width: 8.23rem; }
          .content .main_recruit .m ul li .pic {
            overflow: hidden;
            width: 100%; }
            .content .main_recruit .m ul li .pic img {
              display: block;
              width: 100%;
              object-fit: cover;
              transition: all .5s; }
          .content .main_recruit .m ul li:hover .pic img {
            transform: scale(1.03); }
          .content .main_recruit .m ul li p {
            font-size: .3rem;
            color: #000000;
            font-family: pr;
            margin-top: .6rem; }
          .content .main_recruit .m ul li .des {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin-top: .13rem; }
            .content .main_recruit .m ul li .des a {
              display: inline-flex;
              align-items: center;
              height: .59rem;
              padding: 0 .15rem;
              font-size: .22rem;
              color: #333333;
              font-family: pr;
              margin-right: .15rem;
              margin-top: .15rem;
              box-sizing: border-box;
              justify-content: center;
              transition: all .1s;
              min-width: 1.68rem;
              border: 1px solid #333333; }
              .content .main_recruit .m ul li .des a.on {
                color: #fff;
                border: none;
                background: linear-gradient(135deg, #23FBBB, #39B9F7); }
              .content .main_recruit .m ul li .des a:hover {
                color: #fff;
                border: none;
                background: linear-gradient(135deg, #23FBBB, #39B9F7); }
  .content .main_join {
    overflow: hidden;
    width: 100%;
    background-image: url(../images/bgs_04.jpg);
    padding: .9rem 0 1.4rem 0;
    background-size: cover;
    background-position: center center; }
    .content .main_join .m {
      width: 16.9rem;
      margin: 0 auto; }
      .content .main_join .m > span {
        display: block;
        text-align: center;
        font-size: .24rem;
        color: #737373;
        line-height: 2;
        margin-top: .4rem;
        font-family: pr; }
      .content .main_join .m ul {
        overflow: hidden;
        display: flex; }
        .content .main_join .m ul li {
          flex: 1;
          overflow: hidden;
          margin-top: .9rem; }
          .content .main_join .m ul li img {
            display: block;
            margin: 0 auto;
            width: 1.3rem;
            margin-bottom: .24rem; }
          .content .main_join .m ul li p {
            text-align: center;
            font-size: .3rem;
            color: #000000;
            font-family: pm;
            margin-bottom: .35rem; }
          .content .main_join .m ul li span {
            display: block;
            width: 68%;
            margin: 0 auto;
            font-size: .18rem;
            color: #68696a;
            font-family: pr;
            line-height: 1.666666666666667;
            text-align: center; }
  .content .main_contact {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 1.06rem 0 1.15rem 0; }
    .content .main_contact .m {
      width: 16.9rem;
      margin: 0 auto; }
      .content .main_contact .m ul {
        display: flex;
        align-items: center; }
        .content .main_contact .m ul li {
          display: flex;
          align-items: center;
          margin-right: 1.35rem; }
          .content .main_contact .m ul li:last-child {
            margin-right: 0; }
          .content .main_contact .m ul li img {
            display: block;
            width: .66rem;
            margin-right: .18rem; }
          .content .main_contact .m ul li div {
            overflow: hidden; }
            .content .main_contact .m ul li div p {
              font-size: .22rem;
              margin-bottom: .12rem;
              color: #979797;
              font-family: pr; }
            .content .main_contact .m ul li div span {
              display: block;
              font-size: .18rem;
              color: #010101;
              font-family: pr; }
      .content .main_contact .m .map {
        width: 100%;
        overflow: hidden;
        margin-top: .45rem;
        height: 5rem; }
        .content .main_contact .m .map img {
          display: block;
          width: 100%; }
  .content .tong_title {
    width: 100%; }
    .content .tong_title p {
      text-align: center;
      font-size: .6rem;
      font-family: pm;
      color: #141414; }
    .content .tong_title div {
      width: 1.04rem;
      height: 5px;
      margin: 0 auto;
      margin-top: .16rem;
      margin-bottom: .36rem;
      background: linear-gradient(to right, #0097F3, #6FDC31); }
    .content .tong_title span {
      display: block;
      font-size: .24rem;
      font-family: pr;
      color: #737373;
      text-align: center; }
  .content .footer {
    overflow: hidden;
    width: 100%;
    background: #19222E;
    padding: .88rem 0; }
    .content .footer .m {
      width: 16.9rem;
      margin: 0 auto;
      display: flex;
      align-items: center;
      padding: 0 .38rem; }
      .content .footer .m img {
        display: block; }
      .content .footer .m ul {
        display: flex;
        align-items: center;
        margin-left: 2.17rem; }
        .content .footer .m ul li {
          font-size: .24rem;
          margin-left: 1.15rem; }
          .content .footer .m ul li:first-child {
            margin-left: 0; }
          .content .footer .m ul li a {
            color: #fff;
            transition: all .2s;
            font-family: pr; }
            .content .footer .m ul li a:hover {
              color: #0b5cb6; }

.index-application-swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000; }

.index-application-swiper .application-bg {
  opacity: 0;
  width: 100%;
  height: 100%; }

.index-application-swiper .swiper-slide {
  width: 25%;
  position: relative;
  transition: all .4s ease; }

.index-application-swiper .swiper-slide:last-child .index-application-item .img {
  -webkit-clip-path: none !important; }

.index-application-swiper .swiper-slide:nth-child(1) {
  z-index: 5; }

.index-application-swiper .swiper-slide:nth-child(2) {
  z-index: 4; }

.index-application-swiper .swiper-slide:nth-child(3) {
  z-index: 3; }

.index-application-swiper .swiper-slide:nth-child(4) {
  z-index: 2; }

.index-application-swiper .swiper-slide:nth-child(5) {
  z-index: 1; }

.index-application-swiper .swiper-slide .img::after {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.index-application-item {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0%;
  height: 100%;
  z-index: 11;
  transition: all .4s ease; }

.index-application-item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  -webkit-clip-path: ellipse(100% 100% at 0% 50%); }

.index-application-item .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all .4s ease; }

.index-application-item .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  -webkit-clip-path: ellipse(100% 100% at 0% 50%);
  transform: translateX(0%); }

.index-application-item .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  background: url(../images/applicationm.png);
  background-size: 100% 100%;
  opacity: 0; }

.index-application-item .img::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11; }

.index-application-item .pic, .index-application-item .pic img {
  width: 100%;
  height: 100%; }

.index-application-item .title-1 {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 11;
  transition: all .4s ease;
  font-size: .2rem;
  opacity: 0.6; }

.index-application-item .title-1.on {
  opacity: 1; }

.index-application-item .more-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  margin: 0;
  opacity: 0;
  transition: all .4s ease; }

.index-application-swiper .swiper-slide:hover .more-1 {
  opacity: 1; }

.index-application-swiper .swiper-slide:hover .title-1 {
  opacity: 1; }

.index-application-item.iai1 .bgimg {
  left: 0;
  width: 120%; }

.index-application-item.iai2 .bgimg {
  left: 0;
  width: 140%; }

.index-application-item.iai3 .bgimg {
  left: -10%;
  width: 120%; }

.index-application-item.iai4 .bgimg {
  left: -15%;
  width: 120%; }

.index-application-item.iai1 .title-1 {
  left: 5%; }

.index-application-item.iai2 .title-1 {
  left: 30%; }

.index-application-item.iai3 .title-1 {
  left: 30%; }

.more-1 {
  opacity: 1;
  position: relative;
  z-index: 9999;
  display: flex;
  width: 1.6rem;
  height: .55rem;
  border-radius: .4rem;
  background: linear-gradient(135deg, #23FBBB, #39B9F7); }

.more-1 a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static !important;
  -webkit-clip-path: none;
  color: #fff; }

.more-1 i {
  display: none; }

.more-1 strong {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.more-1 span {
  color: #fff !important; }

@media (min-width: 1000px) {
  .index-application-swiper:hover .swiper-slide:hover {
    width: 40%; }

  .index-application-swiper:hover .swiper-slide {
    width: 20%; }

  .index-application-swiper:hover .swiper-slide .index-application-item.iai1 .bgimg {
    width: 120%; }

  .index-application-swiper:hover .swiper-slide .index-application-item.iai2 .bgimg {
    left: -26%;
    width: 126%; }

  .index-application-swiper:hover .swiper-slide .index-application-item.iai3 .bgimg {
    left: -26%;
    width: 126%; }

  .index-application-swiper:hover .swiper-slide .index-application-item.iai4 .bgimg {
    left: -26%;
    width: 126%; }

  .index-application-swiper:hover .swiper-slide:hover .index-application-item.iai2 .bgimg {
    left: -30%;
    width: 160%; }

  .index-application-swiper:hover .swiper-slide:hover .index-application-item.iai3 .bgimg {
    left: -30%;
    width: 150%; }

  .index-application-swiper:hover .swiper-slide:hover .index-application-item.iai4 .bgimg {
    left: -10%;
    width: 115%; }

  .index-application-swiper:hover .swiper-slide .index-application-item.iai1 .title-1 {
    left: 0; }

  .index-application-swiper:hover .swiper-slide .index-application-item.iai2 .title-1 {
    left: -15%; }

  .index-application-swiper:hover .swiper-slide .index-application-item.iai3 .title-1 {
    left: -15%; }

  .index-application-swiper:hover .swiper-slide:hover .index-application-item.iai2 .title-1 {
    left: 0; }

  .index-application-swiper:hover .swiper-slide:hover .index-application-item.iai3 .title-1 {
    left: 0; }

  .index-application-swiper:hover .swiper-slide:hover .index-application-item .img::before {
    opacity: 1; } }
@media (max-width: 1000px) {
  .content .header {
    height: 1rem; }

  .content .header .m ul {
    display: none; }

  .m {
    width: 100% !important;
    padding: 0 .3rem; }

  .content .header .m .logo {
    width: 2.4rem; }

  .content .banner .mySwiper .swiper-slide p {
    font-size: .28rem; }

  .content .banner .mySwiper .swiper-pagination-bullet {
    width: .5rem;
    height: 3px; }

  .content .banner .mySwiper .swiper-pagination {
    bottom: .2rem; }

  .content .main_infos .desbanner {
    height: 8rem;
    background-position: center; }

  .content .main_infos .m {
    display: block; }

  .content .main_infos .m .list {
    justify-content: space-between; }
    .content .main_infos .m .list ul {
      margin: 0;
      width: 48%; }

  .content .main_infos .m .list ul li a {
    padding: .25rem; }

  .content .main_infos .m .list ul li a p {
    font-size: .24rem;
    position: relative;
    z-index: 99; }

  .content .main_infos .m .list ul li a span {
    font-size: .22rem; }

  .content .main_infos .m .info {
    padding: 0;
    width: 100%;
    margin-top: .3rem; }

  .content .main_infos .m .info > p {
    font-size: .26rem;
    margin-bottom: .3rem; }

  .content .main_infos .m .info > span {
    font-size: .24rem; }

  .content .main_infos .m .info .num {
    margin-top: .3rem; }

  .content .main_infos .m .info .num div {
    margin: 0;
    width: 50%; }

  .content .main_infos .m .info .num div p {
    font-size: .26rem; }

  .content .main_infos .m .info .num div span {
    font-size: .26rem; }

  .content .main_infos .m .info .num div span em {
    font-weight: bold;
    margin-right: .2rem; }

  .content .main_infos {
    padding-bottom: .6rem; }

  .content .main_slide {
    padding: .6rem 0; }

  .content .main_slide .m .mySwiper1 .swiper-slide .label {
    display: block; }

  .content .main_slide .m .mySwiper1 .swiper-slide .label .grow {
    width: 100%; }

  .content .main_slide .m .mySwiper1 .swiper-slide .label .grow p {
    font-size: .26rem;
    margin-bottom: .3rem; }

  .content .main_slide .m .mySwiper1 .swiper-slide .label .grow span {
    font-size: .42rem; }

  .content .main_slide .m .mySwiper1 .swiper-slide .label .grow em {
    font-size: .24rem; }

  .content .main_slide .m .mySwiper1 .swiper-slide .label .pic {
    width: 100%;
    margin-top: .3rem; }

  .content .main_slide .m .mySwiper1 {
    padding-bottom: 1rem; }

  .content .main_slide .m .mySwiper1 .swiper-pagination {
    bottom: 0;
    justify-content: center; }

  .content .main_business {
    padding-top: .6rem; }

  .content .tong_title p {
    font-size: .45rem; }

  .content .tong_title div {
    height: 3px; }

  .content .main_business ul li {
    width: 50%; }

  .content .main_business ul li span {
    font-size: .28rem;
    left: .3rem; }

  .content .main_secure {
    display: block;
    width: 100%;
    padding: .6rem 0; }

  .content .main_secure .m .title {
    font-size: .45rem; }

  .content .main_join {
    padding: .6rem 0; }

  .content .main_join .m ul li {
    margin-top: .5rem; }
    .content .main_join .m ul li img {
      width: .8rem; }

  .content .main_join .m ul li p {
    font-size: .28rem; }

  .content .main_join .m ul {
    display: block; }

  .content .main_join .m ul li span {
    font-size: .24rem; }

  .content .main_recruit {
    padding: .6rem 0; }

  .content .main_recruit .m .title {
    font-size: .45rem; }

  .content .main_recruit .m ul li {
    width: 100%;
    margin-top: .45rem; }

  .content .main_recruit .m ul li p {
    margin-top: .3rem; }

  .content .main_recruit .m ul li .des a {
    font-size: .25rem;
    margin-right: .1rem;
    min-width: 1.5rem; }

  .content .main_contact {
    padding: .6rem 0; }

  .content .main_contact .m ul {
    display: block; }

  .content .main_contact .m ul li {
    padding: .3rem 0;
    margin: 0; }

  .content .main_contact .m ul li div p {
    font-size: .26rem; }

  .content .main_contact .m ul li div span {
    font-size: .22rem; }

  .content .footer {
    padding: .3rem 0;
    display: block; }
    .content .footer .m {
      display: block; }

  .content .footer .m img {
    width: 3rem;
    margin: 0 auto; }

  .content .footer .m ul {
    margin: 0;
    display: none; }

  .index-application-swiper .swiper-slide {
    width: 100%; }

  .content .main_secure .m .box {
    height: auto; }

  .index-application-swiper .swiper-wrapper {
    display: block; }
  .index-application-swiper .index-application-item {
    position: static; }
  .index-application-swiper .index-application-item.iai1 .bgimg {
    width: 100%;
    position: static; }
  .index-application-swiper .index-application-item .img {
    -webkit-clip-path: none !important; }
  .index-application-swiper .index-application-item .img::before {
    display: none; }
  .index-application-swiper .index-application-item .bgimg {
    position: static; }
  .index-application-swiper .index-application-item a {
    display: none; }

  .index-application-item .pic img {
    display: block;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0; }

  .index-application-item .pic {
    height: 5rem;
    background-size: 100%; }

  .content .footer .m ul li {
    margin: 0;
    flex: 1;
    text-align: center;
    margin-top: .3rem; }
    .content .footer .m ul li a {
      font-size: .24rem; }

  .index-application-item .font24 {
    width: 100% !important;
    font-size: .26rem;
    left: 0 !important; }

  .index-application-item .more-1 {
    opacity: 1;
    display: none;
    z-index: 9999; }

  .mobile_fade {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999; }
    .mobile_fade .box {
      width: 100%;
      height: calc(100vh - 1rem);
      position: absolute;
      left: 0;
      top: -100vh;
      background: #fff; }
      .mobile_fade .box ul {
        overflow: auto;
        height: 100%;
        padding: 0 .3rem; }
        .mobile_fade .box ul li {
          overflow: hidden;
          border-bottom: 1px solid #f1f1f1;
          width: 100%; }
          .mobile_fade .box ul li span {
            height: 1rem;
            display: flex;
            font-size: .28rem;
            color: #000;
            align-items: center;
            justify-content: space-between; }
            .mobile_fade .box ul li span.on img {
              transform: rotate(90deg); }
            .mobile_fade .box ul li span a {
              font-size: .28rem;
              color: #000;
              height: 100%;
              display: flex;
              align-items: center;
              width: 90%; }
            .mobile_fade .box ul li span img {
              width: .65rem;
              transition: all .2s; }
          .mobile_fade .box ul li div {
            overflow: hidden;
            width: 100%;
            display: none; }
            .mobile_fade .box ul li div a {
              display: flex;
              align-items: center;
              font-size: .26rem;
              color: #333;
              height: .8rem; }

  .menu {
    width: .56rem;
    display: block;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%); } }

/*# sourceMappingURL=css.css.map */
