@charset "UTF-8";
.menu,
.mobile_fade {
  display: none; }

@media (min-width: 1000px) {
  .header:hover {
    background: rgba(255, 255, 255, 0.9); }
    .header:hover .m .logo {
      background-image: url(../images/logos.png); }
    .header:hover .m > ul > li > a {
      color: #000; }
      .header:hover .m > ul > li > a i {
        color: #000; } }
.page-list {
  padding: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .8rem; }
  .page-list a {
    display: block;
    font-size: .15rem;
    color: #000;
    padding: 0 .14rem;
    transition: all .1s; }
    .page-list a:hover {
      color: #3E89F9; }
    .page-list a.on {
      color: #3E89F9; }

.content-home {
  width: 100%;
  height: 100vh;
  position: relative; }
  .content-home .main_home_banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative; }
    .content-home .main_home_banner .mySwiper {
      width: 100%;
      height: 100vh;
      overflow: hidden; }
    .content-home .main_home_banner .swiper-slide {
      width: 100%;
      height: 100vh;
      overflow: hidden;
      position: relative; }
      .content-home .main_home_banner .swiper-slide.swiper-slide-active img {
        transition: 8s linear;
        transform: scale(1.3, 1.3); }
      .content-home .main_home_banner .swiper-slide img {
        width: 100%;
        height: 100%;
        transition: 8s linear 8s;
        transform: scale(1, 1);
        object-fit: cover; }

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1000;
  transition: all .3s; }
  .header.on {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1); }
    .header.on .m .logo {
      background-image: url(../images/logos.png); }
    .header.on .m > ul > li > a {
      color: #000; }
      .header.on .m > ul > li > a i {
        color: #000; }
  .header .m {
    width: 14.4rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header .m .logo {
      width: 2rem;
      height: 0.35rem;
      background-image: url(../images/logo.png);
      background-size: 100% 100%; }
      .header .m .logo a {
        display: block;
        width: 100%;
        height: 100%; }
    .header .m > ul {
      height: 100%;
      display: flex; }
      .header .m > ul > li {
        height: 100%;
        position: relative; }
        .header .m > ul > li:hover .slideNav {
          opacity: 1;
          top: 100%;
          visibility: inherit; }
        .header .m > ul > li .slideNav {
          width: 2.4rem;
          background: #fff;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          transition: all .3s;
          opacity: 0;
          visibility: hidden;
          top: 1.2rem;
          padding: 0.2rem 0.3rem; }
          .header .m > ul > li .slideNav div {
            width: 100%;
            height: 0.42rem;
            position: relative; }
            .header .m > ul > li .slideNav div::after {
              content: '';
              width: 0%;
              height: 100%;
              background: #1e50ae;
              transition: all .3s;
              position: absolute;
              left: 0;
              top: 0; }
            .header .m > ul > li .slideNav div:hover::after {
              width: 100%; }
            .header .m > ul > li .slideNav div:hover a {
              z-index: 9;
              color: #fff; }
            .header .m > ul > li .slideNav div a {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 0.16rem;
              transition: all .3s;
              color: #000;
              position: relative; }
        .header .m > ul > li:hover > a {
          color: #1e50ae; }
          .header .m > ul > li:hover > a::after {
            width: 100%; }
          .header .m > ul > li:hover > a i {
            color: #1e50ae; }
        .header .m > ul > li.on > a {
          color: #1e50ae; }
          .header .m > ul > li.on > a::after {
            width: 100%; }
          .header .m > ul > li.on > a i {
            color: #1e50ae; }
        .header .m > ul > li > a {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          font-size: 0.16rem;
          padding: 0 0.1rem;
          box-sizing: border-box;
          min-width: 0.8rem;
          color: #fff;
          margin: 0 0.16rem; }
          .header .m > ul > li > a i {
            border: 0.05rem solid transparent;
            border-top-color: currentcolor;
            left: 0.05rem;
            margin: 0 0 -0.08rem;
            position: relative;
            width: 0;
            color: #fff;
            display: inline-block;
            vertical-align: middle; }
          .header .m > ul > li > a::after {
            content: '';
            width: 0%;
            height: 0.02rem;
            background: #1e50ae;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0.03rem;
            transition: all .2s; }

.main-des-banner {
  width: 100%;
  height: 3.64rem;
  position: relative; }
  .main-des-banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.main-about-profile {
  width: 100%; }
  .main-about-profile .m {
    width: 14.4rem;
    margin: 0 auto; }
    .main-about-profile .m .profile-data {
      display: flex;
      align-items: center; }
      .main-about-profile .m .profile-data li {
        width: 25%;
        overflow: hidden;
        position: relative;
        padding: 0.28rem 0; }
        .main-about-profile .m .profile-data li::after {
          content: '';
          width: 0.02rem;
          height: 100%;
          background: #EFEFEF;
          position: absolute;
          right: 0;
          top: 0; }
        .main-about-profile .m .profile-data li:nth-child(4n)::after {
          display: none; }
        .main-about-profile .m .profile-data li p {
          text-align: center;
          font-size: 0.16rem;
          margin-bottom: 0.1rem;
          color: #000; }
        .main-about-profile .m .profile-data li span {
          display: block;
          text-align: center;
          font-size: 0.2rem;
          color: #000; }
          .main-about-profile .m .profile-data li span em {
            font-size: 0.48rem;
            color: #004ca0;
            padding-right: 0.1rem;
            font-weight: bold; }
    .main-about-profile .m .profile-info {
      padding: 0.38rem 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .main-about-profile .m .profile-info .video {
        width: 5rem; }
        .main-about-profile .m .profile-info .video div {
          width: 100%;
          height: 3rem;
          overflow: hidden; }
          .main-about-profile .m .profile-info .video div video {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover; }
        .main-about-profile .m .profile-info .video span {
          display: block;
          text-align: center;
          font-size: 0.18rem;
          color: #000;
          margin-top: 0.1rem; }
      .main-about-profile .m .profile-info .info {
        width: calc(100% - 5rem - 0.56rem); }
        .main-about-profile .m .profile-info .info .info-font {
          overflow: hidden;
          margin-bottom: 0.1rem; }
          .main-about-profile .m .profile-info .info .info-font span {
            display: block;
            font-size: 0.24rem;
            color: #000;
            font-weight: bold; }
          .main-about-profile .m .profile-info .info .info-font p {
            display: block;
            font-size: 0.24rem;
            color: #000;
            margin-top: 0.06rem;
            font-weight: bold; }
        .main-about-profile .m .profile-info .info .info-desc {
          overflow: hidden; }
          .main-about-profile .m .profile-info .info .info-desc p {
            font-size: 0.18rem;
            color: #333;
            line-height: 1.9;
            text-indent: 0.4rem; }

.public-head {
  position: relative; }
  .public-head span {
    display: block;
    font-size: 0.18rem;
    color: #212121;
    font-weight: bold; }
  .public-head p {
    font-size: 0.24rem;
    color: #000000;
    margin-top: 0.1rem;
    letter-spacing: 0.04rem;
    display: inline-block;
    padding-bottom: 0.14rem;
    position: relative;
    font-weight: bold; }
    .public-head p::after {
      content: '';
      width: 0.98rem;
      height: 0.05rem;
      background: #004CA0;
      position: absolute;
      left: 0;
      bottom: 0; }

.main-about-structure {
  width: 100%;
  background: #F9F9F9;
  padding: 0.58rem 0 1.6rem 0; }
  .main-about-structure .m {
    width: 14.4rem;
    margin: 0 auto; }
    .main-about-structure .m .box {
      width: 100%;
      margin-top: 0.6rem; }
      .main-about-structure .m .box img {
        display: block;
        max-width: 80%;
        margin: 0 auto; }

.main-about-value {
  width: 100%;
  background-image: url(../images/about2.png);
  background-size: cover;
  background-position: center center;
  padding: 0.5rem 0 0 0;
  height: 8.06rem; }
  .main-about-value .m {
    width: 14.4rem;
    margin: 0 auto; }
    .main-about-value .m .font {
      display: block;
      max-width: 80%;
      margin: 0 auto;
      width: 9rem; }
    .main-about-value .m .title {
      position: relative; }
      .main-about-value .m .title span {
        display: block;
        font-size: 1.2rem;
        color: #fff;
        line-height: 1;
        opacity: 0.2;
        font-weight: bold;
        text-transform: uppercase; }
      .main-about-value .m .title img {
        display: block;
        position: absolute;
        left: 0;
        width: 5.92rem;
        top: 50%;
        max-width: 50%;
        transform: translateY(-50%); }

.fadein-honor {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99991;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  .fadein-honor .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .fadein-honor .box .close {
      background: url(../images/btn_close.png) 0 0 no-repeat;
      height: 0.34rem;
      width: 0.34rem;
      position: absolute;
      top: 0.7rem;
      right: 0.7rem;
      cursor: pointer;
      z-index: 9; }
    .fadein-honor .box .btn {
      cursor: pointer;
      height: 0.8rem;
      position: absolute;
      width: 0.6rem;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0.4;
      z-index: 9042; }
      .fadein-honor .box .btn:hover {
        opacity: 1; }
      .fadein-honor .box .btn.prev {
        left: 0.55rem;
        background: url(../images/btn_next_prev.png) 0 0 no-repeat; }
      .fadein-honor .box .btn.next {
        right: 0.55rem;
        background: url(../images/btn_next_prev.png) 0 -0.81rem no-repeat; }
    .fadein-honor .box .mySwiper {
      width: 80%;
      margin: 0 auto;
      height: 100%; }
      .fadein-honor .box .mySwiper .swiper-slide {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .fadein-honor .box .mySwiper .swiper-slide img {
          display: block;
          width: 60%;
          max-width: 60%;
          max-height: 60vh; }

.main-case-navbar {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.2); }
  .main-case-navbar .m {
    width: 14.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.3rem 0; }
    .main-case-navbar .m p {
      font-size: 0.3rem;
      color: #000; }
    .main-case-navbar .m .navbar {
      height: 100%;
      display: flex;
      align-items: center; }
      .main-case-navbar .m .navbar .all a {
        display: block;
        font-size: 0.18rem;
        transition: all .2s;
        color: #000;
        font-weight: bold; }
        .main-case-navbar .m .navbar .all a:hover {
          color: #1E50AE; }
      .main-case-navbar .m .navbar ul {
        display: flex;
        height: 100%;
        align-items: center;
        flex-wrap: wrap;
        margin-left: 0.36rem; }
        .main-case-navbar .m .navbar ul li {
          height: 100%;
          position: relative; }
          .main-case-navbar .m .navbar ul li:first-child::before {
            display: none; }
          .main-case-navbar .m .navbar ul li.on a {
            font-weight: bold; }
          .main-case-navbar .m .navbar ul li.on a::after {
            font-weight: bold;
            content: '▼';
            font-size: 0.18rem;
            color: #000;
            margin-left: 0.02rem; }
          .main-case-navbar .m .navbar ul li::before {
            content: '';
            width: 0.01rem;
            height: 0.22rem;
            background: #000;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
          .main-case-navbar .m .navbar ul li a {
            display: flex;
            align-items: center;
            height: 100%;
            font-size: 0.18rem;
            color: #000;
            transition: all .2s;
            padding: 0 0.3rem; }
            .main-case-navbar .m .navbar ul li a:hover {
              color: #1E50AE; }
              .main-case-navbar .m .navbar ul li a:hover::after {
                color: #1E50AE; }

.news-list-fade {
  margin-top: 0.3rem; }
  .news-list-fade .news-list {
    display: flex;
    flex-wrap: wrap; }
    .news-list-fade .news-list.zc .news-label .picture {
      height: 1.7rem; }
    .news-list-fade .news-list.on {
      display: flex; }
    .news-list-fade .news-list .news-label {
      width: 32.2%;
      margin-right: 0.015rem;
      border-radius: 0.1rem;
      overflow: hidden;
      transition: all .2s;
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
      margin-right: 1.5%;
      margin-top: 0.2rem; }
      .news-list-fade .news-list .news-label:nth-child(3n) {
        margin-right: 0; }
      .news-list-fade .news-list .news-label:hover {
        background: #FBFBFB; }
        .news-list-fade .news-list .news-label:hover .picture img {
          transform: scale(1.04); }
      .news-list-fade .news-list .news-label .picture {
        overflow: hidden;
        width: 100%;
        height: 2.8rem; }
        .news-list-fade .news-list .news-label .picture img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          transition: all .4s; }
      .news-list-fade .news-list .news-label .info {
        width: 100%;
        min-height: 1.7rem;
        padding: 0.15rem; }
        .news-list-fade .news-list .news-label .info .title {
          font-size: 0.16rem;
          color: #333; }
        .news-list-fade .news-list .news-label .info .desc {
          font-size: 0.14rem;
          margin-top: 0.14rem;
          color: #666;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
          line-height: 1.8; }
        .news-list-fade .news-list .news-label .info em {
          display: block;
          font-size: 0.14rem;
          margin-top: 0.1rem;
          color: #999; }

.main-menu {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #666; }
  .main-menu p {
    font-size: 0.14rem;
    color: #666; }
  .main-menu a {
    font-size: 0.14rem;
    padding: 0 0.06rem;
    color: #666; }
    .main-menu a:hover {
      color: #016ECD; }

.main-contact-content {
  width: 100%; }
  .main-contact-content .m {
    width: 14.4rem;
    margin: 0 auto; }
    .main-contact-content .m .map {
      width: 100%;
      padding-bottom: 0.2rem; }
      .main-contact-content .m .map .title p {
        font-size: 0.18rem;
        color: #000;
        text-align: center; }
      .main-contact-content .m .map .title img {
        display: block;
        margin: 0 auto;
        width: 0.3rem;
        margin-top: 0.1rem; }
      .main-contact-content .m .map #map {
        width: 100%;
        height: 6.5rem;
        margin-top: 0.2rem; }
      .main-contact-content .m .map .poster {
        margin-top: 0.2rem;
        position: relative;
        height: 6rem;
        background-size: cover;
        background-image: url(../images/contact4.jpg); }
        .main-contact-content .m .map .poster .p1 {
          width: 5.2rem;
          position: absolute;
          left: 50%;
          top: 0.8rem; }
        .main-contact-content .m .map .poster .p2 {
          width: 5.2rem;
          position: absolute;
          left: 50%;
          top: 1.6rem; }
    .main-contact-content .m .form-search {
      padding: 1.6rem 0; }
      .main-contact-content .m .form-search .desc {
        display: block;
        text-align: center;
        font-size: 0.2rem;
        color: #000; }
      .main-contact-content .m .form-search form {
        width: 100%;
        margin-top: 0.3rem; }
        .main-contact-content .m .form-search form input[type='submit'] {
          width: 2.38rem;
          height: 0.44rem;
          font-size: 0.14rem;
          display: block;
          margin: 0 auto;
          background: #4ab344;
          color: #fff !important;
          margin-top: 0.4rem;
          cursor: pointer;
          border: none; }
        .main-contact-content .m .form-search form label {
          display: flex;
          align-items: center;
          justify-content: center;
          transform: translateX(-0.5rem); }
          .main-contact-content .m .form-search form label p span {
            font-size: 0.13rem;
            color: #333; }
          .main-contact-content .m .form-search form label input {
            width: 2.6rem;
            height: 0.32rem;
            border: 0.01rem solid #E3E2E8;
            margin-left: 0.2rem;
            font-size: 0.13rem;
            color: #333;
            padding-left: 0.1rem; }
    .main-contact-content .m .contact-info {
      display: flex;
      align-items: center;
      padding: 0.36rem 0; }
      .main-contact-content .m .contact-info .info {
        padding-left: 1rem;
        position: relative; }
        .main-contact-content .m .contact-info .info::after {
          content: '';
          width: 0.01rem;
          height: 1rem;
          background: #000;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        .main-contact-content .m .contact-info .info .label {
          display: flex;
          align-items: center;
          position: relative;
          padding: 0.14rem 0; }
          .main-contact-content .m .contact-info .info .label img {
            display: block; }
          .main-contact-content .m .contact-info .info .label div {
            overflow: hidden;
            padding-left: 0.2rem; }
            .main-contact-content .m .contact-info .info .label div span {
              display: block;
              font-size: 0.2rem;
              color: #000; }
            .main-contact-content .m .contact-info .info .label div p {
              font-size: 0.24rem;
              color: #000;
              margin-top: 0.08rem;
              font-weight: bold; }
      .main-contact-content .m .contact-info .tel {
        padding-right: 0.3rem;
        width: 4.8rem; }
        .main-contact-content .m .contact-info .tel p {
          font-size: 0.24rem;
          color: #000;
          font-weight: bold; }
        .main-contact-content .m .contact-info .tel span {
          display: block;
          font-size: 0.16rem;
          color: #222;
          margin-top: 0.08rem; }
        .main-contact-content .m .contact-info .tel em {
          display: block;
          font-size: 0.3rem;
          color: #000;
          font-weight: bold;
          margin-top: 0.16rem; }

.main-bidding-content {
  width: 100%;
  padding: 0.36rem 0 0.9rem 0; }
  .main-bidding-content.recruitment {
    background: #EBEBEB; }
    .main-bidding-content.recruitment .m .main-bidding-table .bidding-table-th {
      background: #9F202B; }
      .main-bidding-content.recruitment .m .main-bidding-table .bidding-table-th div {
        flex: 1 !important; }
    .main-bidding-content.recruitment .m .main-bidding-table .bidding-table-list .bidding-table-label div {
      flex: 1 !important; }
    .main-bidding-content.recruitment .m .main-bidding-table .bidding-table-list .bidding-table-label:hover {
      background: #9F202B; }
  .main-bidding-content .m {
    width: 14.4rem;
    margin: 0 auto; }
    .main-bidding-content .m .public-head {
      display: block;
      text-align: center; }
      .main-bidding-content .m .public-head span {
        font-size: 0.24rem; }
      .main-bidding-content .m .public-head p {
        letter-spacing: 0; }
        .main-bidding-content .m .public-head p::after {
          width: 0.45rem;
          height: 0.03rem;
          left: 50%;
          transform: translateX(-50%); }
    .main-bidding-content .m .main-bidding-table {
      width: 100%;
      margin-top: 0.2rem; }
      .main-bidding-content .m .main-bidding-table .bidding-table-th {
        height: 0.54rem;
        display: flex;
        background: #016ECD; }
        .main-bidding-content .m .main-bidding-table .bidding-table-th div {
          font-size: 0.18rem;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          flex: 2; }
          .main-bidding-content .m .main-bidding-table .bidding-table-th div:nth-child(4) {
            flex: 6; }
          .main-bidding-content .m .main-bidding-table .bidding-table-th div:nth-child(5) {
            flex: 1; }
      .main-bidding-content .m .main-bidding-table .bidding-table-list {
        width: 100%; }
        .main-bidding-content .m .main-bidding-table .bidding-table-list .bidding-table-label {
          min-height: 0.6rem;
          width: 100%;
          padding: 0.1rem 0;
          display: flex;
          cursor: pointer;
          transition: all .1s;
          margin-top: 0.1rem;
          box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
          align-items: center; }
          .main-bidding-content .m .main-bidding-table .bidding-table-list .bidding-table-label:hover {
            background: #016ECD; }
            .main-bidding-content .m .main-bidding-table .bidding-table-list .bidding-table-label:hover div {
              color: #fff; }
          .main-bidding-content .m .main-bidding-table .bidding-table-list .bidding-table-label div {
            font-size: 0.16rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            flex: 2; }
            .main-bidding-content .m .main-bidding-table .bidding-table-list .bidding-table-label div:nth-child(4) {
              flex: 6; }
            .main-bidding-content .m .main-bidding-table .bidding-table-list .bidding-table-label div:nth-child(5) {
              flex: 1; }

.fadein-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99991;
  display: flex;
  align-items: center;
  display: none;
  justify-content: center; }
  .fadein-box .fadein {
    width: 9rem;
    height: 8rem;
    background: #fff;
    position: relative;
    transition: all .6s; }
    .fadein-box .fadein.on {
      transform: scale(1); }
    .fadein-box .fadein .close {
      background: url(../images/closes.png);
      background-size: 100% 100%;
      cursor: pointer;
      height: 0.33rem;
      position: absolute;
      right: 0.26rem;
      top: 0.12rem;
      width: 0.33rem;
      z-index: 8; }
    .fadein-box .fadein .box {
      width: 100%;
      height: 100%;
      overflow: hidden;
      overflow-y: auto;
      padding: 0.8rem; }
      .fadein-box .fadein .box::-webkit-scrollbar {
        width: 0.06rem; }
      .fadein-box .fadein .box::-webkit-scrollbar-track {
        width: 0.06rem;
        border-radius: 0.1rem; }
      .fadein-box .fadein .box::-webkit-scrollbar-thumb {
        border-radius: 0.1rem;
        background: rgba(0, 0, 0, 0.1);
        width: 0.06rem; }

.fadein-recru-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99991;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  .fadein-recru-box .fadein {
    width: 9rem;
    height: 8rem;
    background: #fff;
    position: relative;
    transition: all .6s; }
    .fadein-recru-box .fadein.on {
      transform: scale(1); }
    .fadein-recru-box .fadein .close {
      background: url(../images/closes.png);
      background-size: 100% 100%;
      cursor: pointer;
      height: 0.33rem;
      position: absolute;
      right: 0.26rem;
      top: 0.12rem;
      width: 0.33rem;
      z-index: 8; }
    .fadein-recru-box .fadein .box {
      width: 100%;
      height: 100%;
      overflow: hidden;
      overflow-y: auto;
      padding: 0.8rem; }
      .fadein-recru-box .fadein .box .title {
        display: flex;
        background: #9F202B;
        height: 46px; }
        .fadein-recru-box .fadein .box .title div {
          flex: 1;
          font-size: 16px;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
      .fadein-recru-box .fadein .box .info {
        border-left: 2px solid #9F202B;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: .2rem; }
        .fadein-recru-box .fadein .box .info .th {
          display: flex;
          align-items: center; }
          .fadein-recru-box .fadein .box .info .th div {
            flex: 1;
            font-size: .15rem;
            color: #000;
            text-align: center; }
        .fadein-recru-box .fadein .box .info .td {
          overflow: hidden; }
          .fadein-recru-box .fadein .box .info .td .item {
            width: 100%;
            margin-top: .2rem; }
            .fadein-recru-box .fadein .box .info .td .item p {
              line-height: 1.8;
              font-size: .15rem;
              color: #000;
              font-weight: bold; }
            .fadein-recru-box .fadein .box .info .td .item .child {
              overflow: hidden; }
              .fadein-recru-box .fadein .box .info .td .item .child div {
                font-size: .15rem;
                color: #666;
                line-height: 1.8; }
      .fadein-recru-box .fadein .box::-webkit-scrollbar {
        width: 0.06rem; }
      .fadein-recru-box .fadein .box::-webkit-scrollbar-track {
        width: 0.06rem;
        border-radius: 0.1rem; }
      .fadein-recru-box .fadein .box::-webkit-scrollbar-thumb {
        border-radius: 0.1rem;
        background: rgba(0, 0, 0, 0.1);
        width: 0.06rem; }

.honor-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem; }
  .honor-list.on {
    display: flex; }
  .honor-list .honor-label {
    width: 25%;
    cursor: pointer;
    margin-top: 0.4rem; }
    .honor-list .honor-label:hover .picture img {
      transform: scale(1.06); }
    .honor-list .honor-label .picture {
      width: 90%;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      height: 2.5rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .honor-list .honor-label .picture img {
        display: block;
        object-fit: cover;
        transition: all .4s;
        max-width: 90%;
        max-height: 90%; }
    .honor-list .honor-label span {
      display: block;
      text-align: center;
      font-size: 0.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #000; }

.main-case-content {
  width: 100%;
  padding: 0.46rem 0 0.9rem 0; }
  .main-case-content .m {
    width: 14.4rem;
    margin: 0 auto; }
    .main-case-content .m .public-head {
      display: block;
      text-align: center; }
      .main-case-content .m .public-head span {
        font-size: 0.24rem; }
      .main-case-content .m .public-head p {
        letter-spacing: 0; }
        .main-case-content .m .public-head p::after {
          width: 0.45rem;
          height: 0.03rem;
          left: 50%;
          transform: translateX(-50%); }
    .main-case-content .m .case_navbar {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 0.5rem; }
      .main-case-content .m .case_navbar div {
        min-width: 1.3rem;
        height: 0.36rem;
        border-radius: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: #fff;
        margin: 0 0.12rem;
        margin-top: 0.25rem;
        font-size: 0.16rem;
        color: #666;
        transition: all .1s;
        padding: 0 0.24rem; }
        .main-case-content .m .case_navbar div:hover {
          background: #076ce0;
          color: #fff; }
        .main-case-content .m .case_navbar div.on {
          background: #076ce0;
          color: #fff; }
    .main-case-content .m .case-list {
      display: flex;
      flex-wrap: wrap;
      display: none;
      margin-top: 0.3rem; }
      .main-case-content .m .case-list.on {
        display: flex; }
      .main-case-content .m .case-list .case-label {
        width: 33.33%;
        padding: 0 0.3rem;
        margin-top: 0.4rem; }
        .main-case-content .m .case-list .case-label:hover .picture img {
          transform: scale(1.06); }
        .main-case-content .m .case-list .case-label .picture {
          width: 100%;
          overflow: hidden;
          position: relative;
          height: 2.5rem; }
          .main-case-content .m .case-list .case-label .picture img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            transition: all .4s; }
        .main-case-content .m .case-list .case-label span {
          display: block;
          text-align: center;
          font-size: 0.16rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #000;
          margin-top: 0.1rem; }

.main-news-info {
  width: 100%;
  padding-bottom: 0.6rem; }
  .main-news-info .m {
    width: 14.4rem;
    margin: 0 auto; }
    .main-news-info .m .news-info-head {
      padding: 0.5rem 0;
      border-bottom: 0.01rem solid #F0EFEF; }
      .main-news-info .m .news-info-head p {
        font-size: 0.25rem;
        color: #333; }
      .main-news-info .m .news-info-head div {
        display: flex;
        align-items: center;
        margin-top: 0.24rem; }
        .main-news-info .m .news-info-head div span {
          font-size: 0.13rem;
          color: #adadad; }
    .main-news-info .m .news-info-box {
      width: 100%;
      padding: 0.2rem 0; }
    .main-news-info .m .news-info-page {
      overflow: hidden;
      padding: 0.2rem 0;
      border-top: 0.01rem solid #F0EFEF; }
      .main-news-info .m .news-info-page div {
        display: flex;
        align-items: center;
        padding: 0.1rem 0;
        font-size: 0.13rem;
        transition: all .1s;
        color: #666; }
        .main-news-info .m .news-info-page div:hover {
          color: #3E89F9; }
          .main-news-info .m .news-info-page div:hover a {
            color: #3E89F9; }
        .main-news-info .m .news-info-page div a {
          color: #666;
          transition: all .1s;
          margin-left: 0.24rem; }

.main-case-info {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .main-case-info .mySwiper {
    width: 100%;
    height: 100%; }
    .main-case-info .mySwiper .swiper-slide {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .main-case-info .mySwiper .swiper-slide.swiper-slide-active .content-slide {
        transition: 1.6s linear;
        transform: scale(1, 1); }
        .main-case-info .mySwiper .swiper-slide.swiper-slide-active .content-slide .desc::after {
          height: 100%; }
      .main-case-info .mySwiper .swiper-slide .content-slide {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        transition: 1s linear 1.6s;
        transform: scale(1.3, 1.3); }
        .main-case-info .mySwiper .swiper-slide .content-slide .picture {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
        .main-case-info .mySwiper .swiper-slide .content-slide .desc {
          width: 10rem;
          position: relative;
          padding: 0.2rem 0;
          display: flex;
          align-items: center;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          justify-content: space-between;
          bottom: 1rem;
          z-index: 9; }
          .main-case-info .mySwiper .swiper-slide .content-slide .desc::after {
            content: '';
            width: 100%;
            height: 0%;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 0.1rem;
            position: absolute;
            left: 0;
            transition: all .4s;
            top: 0; }
          .main-case-info .mySwiper .swiper-slide .content-slide .desc div {
            position: relative;
            z-index: 9;
            padding: 0 0.3rem; }
            .main-case-info .mySwiper .swiper-slide .content-slide .desc div p {
              font-size: 0.16rem;
              color: #fff; }
            .main-case-info .mySwiper .swiper-slide .content-slide .desc div span {
              display: block;
              font-size: 0.18rem;
              color: #fff;
              font-weight: bold;
              margin-top: 0.1rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
  .main-case-info .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
    font-size: 0.12rem;
    color: #333;
    opacity: 1;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.4); }
  .main-case-info .swiper-pagination-bullet-active {
    color: #333;
    background: #fff; }

.footer {
  width: 100%;
  background: #212121;
  padding: 0.46rem 0 0 0; }
  .footer .m {
    width: 14.4rem;
    margin: 0 auto; }
    .footer .m .footer-bottom {
      width: 100%;
      padding: 0.2rem 0;
      margin-top: 0.2rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .footer .m .footer-bottom span {
        font-size: 0.14rem;
        color: #fff; }
      .footer .m .footer-bottom em {
        font-size: 0.14rem;
        color: #a2a2a2; }
    .footer .m .footer-link {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .footer .m .footer-link .fl {
        overflow: hidden; }
        .footer .m .footer-link .fl p {
          font-size: 0.2rem;
          color: #fff; }
        .footer .m .footer-link .fl span {
          display: block;
          font-size: 0.24rem;
          color: #fff;
          font-weight: bold;
          margin-top: 0.4rem; }
      .footer .m .footer-link .link {
        display: flex;
        align-items: flex-start; }
        .footer .m .footer-link .link ul {
          overflow: hidden;
          padding: 0 0.46rem; }
          .footer .m .footer-link .link ul li {
            font-size: 0.16rem;
            text-align: center;
            color: #fff; }
            .footer .m .footer-link .link ul li a {
              display: block;
              font-size: 0.14rem;
              color: #c1c1c1;
              transition: all .1s;
              margin-top: 0.24rem; }
              .footer .m .footer-link .link ul li a:hover {
                color: #1E50AE; }
      .footer .m .footer-link .code {
        overflow: hidden; }
        .footer .m .footer-link .code img {
          display: block;
          max-width: 1.25rem;
          margin: 0 auto; }
        .footer .m .footer-link .code span {
          display: block;
          text-align: center;
          font-size: 0.14rem;
          color: #999;
          margin-top: 0.16rem; }

@media (max-width: 1000px) {
  .m {
    width: 100% !important; }

  .header {
    height: 1rem; }

  .header .m > ul {
    display: none; }

  .header .m {
    padding: 0 .3rem; }

  .main-des-banner {
    height: 4.6rem; }

  .main-about-profile {
    padding: .6rem .3rem; }

  .main-about-profile .m .profile-info {
    padding: 0;
    display: block; }

  .main-about-profile .m .profile-info .video {
    width: 100%; }

  .main-about-profile .m .profile-info .video div {
    height: 4rem; }

  .main-about-profile .m .profile-info .video span {
    font-size: .26rem;
    margin-top: .2rem; }

  .main-about-profile .m .profile-info .info {
    width: 100%;
    margin-top: .6rem; }

  .main-about-profile .m .profile-info .info .info-font {
    text-align: center; }

  .main-about-profile .m .profile-info .info .info-font span {
    font-size: .26rem; }

  .main-about-profile .m .profile-info .info .info-font p {
    font-size: .28rem; }

  .main-about-profile .m .profile-info .info .info-desc {
    margin-top: .3rem; }

  .main-about-profile .m .profile-info .info .info-desc p {
    font-size: .26rem; }

  .main-about-profile .m .profile-data li p {
    font-size: .26rem; }

  .main-about-profile .m .profile-data li span {
    font-size: .26rem; }

  .main-about-structure {
    padding: .6rem .3rem; }

  .main-about-profile .m .profile-data li {
    margin-top: .3rem;
    width: 50%; }
    .main-about-profile .m .profile-data li:nth-child(2n)::after {
      display: none; }

  .main-about-profile .m .profile-data {
    flex-wrap: wrap; }

  .public-head span {
    font-size: .26rem; }

  .public-head p {
    font-size: .28rem;
    padding-bottom: .3rem; }

  .main-about-structure .m .box img {
    max-width: 100%; }

  .main-about-value .m .title span {
    font-size: .8rem; }

  .main-about-value .m .title {
    padding-left: .3rem; }

  .main-about-value .m .title img {
    left: .3rem; }

  .main-about-value .m .font {
    margin-top: .6rem; }

  .main-about-value {
    height: 6rem; }

  .footer {
    padding: .6rem .3rem; }

  .footer .m .footer-link {
    display: block; }

  .footer .m .footer-link .fl {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center; }

  .footer .m .footer-link .fl span {
    margin: 0;
    margin-left: .3rem; }

  .footer .m .footer-link .link {
    flex-wrap: wrap;
    margin-top: .3rem; }

  .footer .m .footer-link .link ul {
    width: 20%;
    padding: 0;
    margin-bottom: .3rem; }

  .footer .m .footer-link .link ul li {
    font-size: .22rem;
    text-align: left; }

  .footer .m .footer-link .link ul li a {
    font-size: .2rem;
    text-align: left; }

  .footer .m .footer-link .code img {
    width: 1.6rem;
    max-width: 1.6rem; }

  .footer .m .footer-link .code span {
    font-size: .22rem; }

  .footer .m .footer-bottom {
    display: block; }
    .footer .m .footer-bottom span {
      font-size: .2rem;
      display: block;
      text-align: center; }
    .footer .m .footer-bottom em {
      font-size: .2rem;
      display: block;
      margin-top: .2rem;
      text-align: center; }

  .footer .m .footer-link .fl p {
    font-size: .22rem; }

  .main-bidding-content {
    padding: .6rem .3rem; }

  .main-menu p {
    font-size: .24rem; }

  .main-menu {
    font-size: .24rem; }

  .main-menu a {
    font-size: .24rem; }

  .main-bidding-content .m .main-bidding-table .bidding-table-th div {
    font-size: .22rem; }

  .main-bidding-content .m .main-bidding-table .bidding-table-th {
    height: .8rem;
    display: none; }

  .main-bidding-content .m .main-bidding-table .bidding-table-list .bidding-table-label {
    flex-wrap: wrap;
    padding: .2rem 0;
    margin-top: .3rem;
    border-radius: .16rem; }

  .main-bidding-content .m .main-bidding-table .bidding-table-list .bidding-table-label div {
    font-size: .26rem;
    flex: auto !important; }

  .main-bidding-content .m .main-bidding-table .bidding-table-list .bidding-table-label div:nth-child(5) {
    display: none; }

  .main-bidding-content .m .main-bidding-table .bidding-table-list .bidding-table-label div:nth-child(4) {
    padding: .2rem;
    line-height: 1.8;
    padding-bottom: 0; }

  .main-case-navbar .m {
    display: block;
    padding: .3rem; }

  .main-case-navbar .m .navbar {
    flex-wrap: wrap;
    margin-top: .3rem; }

  .main-case-navbar .m .navbar ul {
    margin-left: 0; }

  .main-case-navbar .m p {
    font-weight: bold;
    text-align: center;
    margin-top: .2rem; }

  .main-case-navbar .m .navbar ul li::before {
    left: -.15rem;
    display: none; }

  .main-case-content .m .public-head span {
    font-size: .26rem; }

  .main-case-content .m .case_navbar div {
    font-size: .26rem;
    height: .46rem; }

  .main-case-content .m .case-list {
    padding: 0 .3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .main-case-content .m .case-list .case-label {
    width: 48%;
    margin: 0;
    padding: 0;
    margin-top: .2rem; }

  .main-case-content .m .case-list .case-label span {
    font-size: .26rem;
    margin-top: .2rem; }

  .main-case-info .mySwiper .swiper-slide .content-slide .desc {
    width: 6.9rem;
    flex-wrap: wrap; }
    .main-case-info .mySwiper .swiper-slide .content-slide .desc div {
      width: 100%;
      padding: .2rem; }
      .main-case-info .mySwiper .swiper-slide .content-slide .desc div p {
        font-size: .24rem; }
      .main-case-info .mySwiper .swiper-slide .content-slide .desc div span {
        font-size: .26rem; }

  .main-case-info .swiper-pagination-bullet {
    width: .36rem;
    height: .36rem;
    font-size: .28rem;
    line-height: .36rem; }

  .main-case-navbar .m .navbar ul li {
    margin-top: .2rem; }
    .main-case-navbar .m .navbar ul li a {
      font-size: .26rem;
      padding-left: 0; }

  .main-contact-content {
    padding: .6rem .3rem; }

  .main-contact-content .m .contact-info {
    display: block;
    padding: 0; }

  .main-contact-content .m .contact-info .tel p {
    font-size: .28rem; }

  .main-contact-content .m .contact-info .tel span {
    font-size: .26rem; }

  .main-contact-content .m .contact-info .tel {
    width: 100%; }

  .main-contact-content .m .contact-info .info .label div span {
    font-size: .26rem; }

  .main-contact-content .m .contact-info .info .label div p {
    font-size: .26rem; }

  .main-contact-content .m .form-search {
    padding: 1rem 0; }

  .main-contact-content .m .form-search .desc {
    font-size: .28rem; }

  .main-contact-content .m .form-search form label p span {
    font-size: .26rem; }

  .main-contact-content .m .form-search form label input {
    width: 5rem;
    height: .6rem;
    padding-left: .3rem;
    font-size: .26rem; }

  .main-contact-content .m .form-search form input[type='submit'] {
    width: 100%;
    height: .8rem;
    margin-top: .8rem;
    font-size: .28rem; }

  .main-contact-content .m .form-search form label {
    justify-content: flex-start;
    transform: translate(0); }

  .main-contact-content .m .map .title p {
    font-size: .24rem; }

  .main-contact-content .m .map .poster .p1 {
    width: 4rem;
    left: 24%; }

  .main-contact-content .m .map .poster .p2 {
    width: 4rem;
    left: 24%; }

  .main-contact-content .m .contact-info .info {
    padding: 0;
    margin-top: .6rem; }
    .main-contact-content .m .contact-info .info::after {
      display: none; }

  .honor-list-fade {
    padding: 0 .3rem; }

  .honor-list .honor-label {
    width: 50%; }

  .honor-list .honor-label span {
    font-size: .26rem; }

  .news-list-fade .news-list .news-label {
    width: 48.6%;
    margin: 0;
    margin-top: .3rem; }

  .news-list-fade {
    padding: 0 .3rem; }

  .news-list-fade .news-list {
    justify-content: space-between; }

  .news-list-fade .news-list .news-label .info .title {
    font-size: .26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

  .news-list-fade .news-list .news-label .info .desc {
    font-size: .22rem;
    line-height: 1.6; }

  .news-list-fade .news-list .news-label .info em {
    font-size: .24rem; }

  .main-news-info {
    padding: .3rem; }

  .main-news-info .m .news-info-head p {
    font-size: .3rem;
    font-weight: bold; }

  .main-news-info .m .news-info-head div span {
    font-size: .26rem; }

  .main-news-info .m .news-info-box {
    padding: .4rem 0; }

  .main-news-info .m .news-info-page div {
    font-size: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .main-news-info .m .news-info-page div a {
      font-size: .26rem; }

  .fadein-box .fadein {
    height: 80vh;
    width: 6.9rem; }

  .fadein-box .fadein .close {
    width: .5rem;
    height: .5rem; }

  .mobile_fade {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999; }
    .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 rgba(0, 0, 0, 0.1);
          width: 100%; }
          .mobile_fade .box ul li span {
            height: 1rem;
            display: flex;
            font-size: .28rem;
            color: #333;
            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: .15rem;
              transition: all .2s;
              margin-right: .2rem; }
          .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; }

  .header {
    z-index: 9999; }

  .menu.on {
    background-image: url(../images/closes.png) !important; }

  .content .header.on .menu {
    background-image: url(../images/menus.png); }

  .menu {
    background-image: url(../images/menu.png);
    width: .6rem;
    height: .6rem;
    background-size: 100% 100%;
    margin-left: .2rem;
    display: block;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%); }

  .header.on {
    background: #fff; }

  body.on {
    overflow: hidden; }

  .fadein-honor .box .btn.prev {
    background: url(../images/btn_next_prev.png) -0.2rem -0.3rem no-repeat; }

  .fadein-honor .box .btn.next {
    background: url(../images/btn_next_prev.png) -0.2rem -1.8rem no-repeat; }

  .fadein-recru-box .fadein {
    width: 6.9rem; }

  .fadein-recru-box .fadein .box .title div {
    font-size: .22rem; }

  .fadein-recru-box .fadein .box {
    padding: .8rem .3rem; } }

/*# sourceMappingURL=css.css.map */
