.menu {
  display: none; }

.mobile_fade {
  display: none; }

.flexright {
  width: .7rem;
  position: fixed;
  right: .3rem;
  bottom: 1rem;
  z-index: 999; }
  .flexright > img {
    width: 100%;
    cursor: pointer; }
  .flexright a {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: .1rem; }
    .flexright a:hover .tel {
      opacity: 1;
      right: 110%;
      visibility: inherit; }
    .flexright a:hover .code {
      opacity: 1;
      right: 110%;
      visibility: inherit; }
    .flexright a .tel {
      overflow: hidden;
      display: inline-flex;
      align-items: center;
      padding: 0 .3rem;
      background: #fff;
      transition: all .3s;
      border-radius: .06rem 0 0 .06rem;
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
      height: 100%;
      font-size: .16rem;
      white-space: nowrap;
      color: #333;
      position: absolute;
      right: 150%;
      opacity: 0;
      visibility: hidden;
      top: 0; }
    .flexright a .code {
      overflow: hidden;
      display: inline-flex;
      align-items: center;
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
      padding: .1rem;
      background: #fff;
      transition: all .3s;
      border-radius: .06rem;
      font-size: .16rem;
      white-space: nowrap;
      color: #333;
      position: absolute;
      right: 150%;
      opacity: 0;
      visibility: hidden;
      top: 50%;
      transform: translateY(-50%);
      width: 1.2rem; }
      .flexright a .code img {
        width: 100%; }
    .flexright a > img {
      display: block;
      width: 100%;
      cursor: pointer; }

.fadein_box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none; }
  .fadein_box div {
    overflow: hidden;
    padding: .8rem .3rem;
    background: #fff;
    width: 7.11rem;
    border-radius: .2rem; }
    .fadein_box div p {
      display: block;
      text-align: center;
      font-size: .32rem;
      color: #000000;
      line-height: 3; }

.content {
  width: 100%;
  overflow: hidden; }
  .content .header {
    width: 100%;
    height: .88rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8); }
    .content .header .m {
      width: 14.36rem;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .header .m .logo {
        display: block;
        width: 1.33rem;
        cursor: pointer; }
      .content .header .m ul {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .header .m ul li {
          height: 100%;
          padding: 0 .4rem;
          position: relative; }
          .content .header .m ul li.on a {
            color: #C79F53; }
          .content .header .m ul li.on a::after {
            width: 100%; }
          .content .header .m ul li:hover a {
            color: #C79F53; }
          .content .header .m ul li:hover a::after {
            width: 100%; }
          .content .header .m ul li a::after {
            content: '';
            width: 0%;
            height: 4px;
            background: #C79F53;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            transition: all .2s; }
          .content .header .m ul li a {
            height: 100%;
            font-size: .16rem;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 .1rem;
            color: #FFFFFF; }
  .content .tong_head {
    width: 100%; }
    .content .tong_head p {
      text-align: center;
      font-size: .4rem;
      color: #333333;
      line-height: 1.5;
      margin-bottom: .2rem; }
    .content .tong_head span {
      display: block;
      text-align: center;
      font-size: .2rem;
      color: #999999;
      line-height: 1.5; }
  .content .footer {
    overflow: hidden;
    width: 100%;
    background: #0A0908;
    padding: 1rem 0 1.44rem 0; }
    .content .footer .m {
      width: 14.36rem;
      margin: 0 auto; }
      .content .footer .m .fotlogo {
        display: block;
        width: 1.72rem;
        margin-bottom: .8rem; }
      .content .footer .m .bot {
        overflow: hidden;
        display: flex;
        justify-content: space-between; }
        .content .footer .m .bot .label {
          overflow: hidden; }
          .content .footer .m .bot .label > p {
            font-size: .3rem;
            color: #FFFFFF;
            position: relative;
            letter-spacing: .03rem;
            margin-bottom: .8rem;
            line-height: 1.5; }
            .content .footer .m .bot .label > p::after {
              content: '';
              width: .8rem;
              height: 1px;
              background: #fff;
              position: absolute;
              left: 0;
              bottom: -.4rem; }
          .content .footer .m .bot .label .code {
            display: flex; }
            .content .footer .m .bot .label .code div {
              overflow: hidden;
              margin-right: .96rem; }
              .content .footer .m .bot .label .code div:last-child {
                margin-right: 0; }
              .content .footer .m .bot .label .code div img {
                width: 1.66rem;
                margin: 0 auto;
                display: block;
                margin-bottom: .16rem; }
              .content .footer .m .bot .label .code div span {
                display: block;
                text-align: center;
                font-size: .2rem;
                color: #F6F6F6;
                line-height: 1.5; }
          .content .footer .m .bot .label .box {
            width: 100%;
            overflow: hidden; }
            .content .footer .m .bot .label .box .lab {
              display: flex;
              align-items: center;
              margin-bottom: .4rem;
              max-width: 5.8rem; }
              .content .footer .m .bot .label .box .lab p {
                font-size: .2rem;
                color: #F6F6F6;
                line-height: 1.5; }
              .content .footer .m .bot .label .box .lab div {
                font-size: .2rem;
                color: #fff;
                padding-left: .32rem;
                flex: 1;
                display: flex;
                align-items: center;
                flex-wrap: wrap; }
                .content .footer .m .bot .label .box .lab div a {
                  display: block;
                  font-size: .2rem;
                  line-height: 1.5;
                  margin-right: .3rem;
                  color: #C79F53; }
          .content .footer .m .bot .label ul {
            overflow: hidden; }
            .content .footer .m .bot .label ul li {
              font-size: .2rem;
              line-height: 1.5;
              margin-bottom: .4rem; }
              .content .footer .m .bot .label ul li:hover a {
                color: #C79F53; }
              .content .footer .m .bot .label ul li:last-child {
                margin-bottom: 0; }
              .content .footer .m .bot .label ul li a {
                transition: all .1s;
                color: #F6F6F6; }
  .content .main_video {
    width: 100%; }
    .content .main_video img {
      display: block;
      width: 100%; }
  .content .main_services {
    overflow: hidden;
    background: #F9F9F9;
    padding: 1rem 0; }
    .content .main_services .m {
      width: 14.36rem;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .main_services .m .pic {
        width: 7.1rem; }
        .content .main_services .m .pic img {
          display: block;
          width: 100%; }
      .content .main_services .m .grow {
        overflow: hidden;
        width: 6.2rem; }
        .content .main_services .m .grow p {
          font-size: .4rem;
          line-height: 1.5;
          color: #333333;
          margin-bottom: .2rem; }
        .content .main_services .m .grow span {
          display: block;
          font-size: .2rem;
          color: #666666;
          line-height: 1.5;
          margin-bottom: .58rem; }
        .content .main_services .m .grow div {
          overflow: hidden;
          width: 2.08rem;
          height: .64rem;
          display: flex;
          align-items: center;
          border-radius: .4rem;
          justify-content: center;
          background: #C79F53;
          font-size: .24rem;
          color: #fff; }
          .content .main_services .m .grow div a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .24rem;
            color: #fff; }
  .content .main_advantage {
    overflow: hidden;
    background: #333;
    padding: 1rem 0 0 0;
    background-color: #0A0908;
    background-image: url(../images/Rectangle.png);
    background-size: cover; }
    .content .main_advantage .m {
      width: 14.36rem;
      margin: 0 auto; }
      .content .main_advantage .m .tong_head p {
        color: #fff; }
      .content .main_advantage .m .tong_head span {
        color: #999999; }
      .content .main_advantage .m .box {
        overflow: hidden;
        margin-top: 1rem;
        justify-content: space-between;
        align-items: center;
        display: flex; }
        .content .main_advantage .m .box .vs {
          width: 1.04rem; }
        .content .main_advantage .m .box .item {
          overflow: hidden;
          width: 6.26rem;
          background: rgba(255, 255, 255, 0.1);
          padding: 0 .4rem 1rem .4rem; }
          .content .main_advantage .m .box .item.on ul li {
            text-align: left; }
          .content .main_advantage .m .box .item.on ul::after {
            right: 0;
            left: 0; }
          .content .main_advantage .m .box .item.on .head {
            flex-direction: row-reverse; }
            .content .main_advantage .m .box .item.on .head::after {
              content: '';
              width: .8rem;
              height: 3px;
              background: #C79F53;
              position: absolute;
              right: auto;
              left: 0;
              bottom: -1px;
              z-index: 9; }
            .content .main_advantage .m .box .item.on .head > span {
              font-weight: bold;
              color: #E3B254; }
            .content .main_advantage .m .box .item.on .head .jd {
              justify-content: flex-start; }
            .content .main_advantage .m .box .item.on .head .jd div span {
              width: 100%;
              left: 0;
              transform: translate(0);
              text-align: center; }
          .content .main_advantage .m .box .item ul {
            overflow: hidden;
            padding: .2rem 0;
            width: 100%;
            border-bottom: 1px solid #fff;
            position: relative; }
            .content .main_advantage .m .box .item ul::after {
              content: '';
              width: .8rem;
              height: 3px;
              background: #C79F53;
              position: absolute;
              right: 0;
              bottom: -1px;
              z-index: 9; }
            .content .main_advantage .m .box .item ul li {
              text-align: right;
              padding: .2rem 0;
              font-size: .2rem;
              width: 100%;
              line-height: 1.5;
              color: #FFFFFF; }
              .content .main_advantage .m .box .item ul li span {
                color: #C79F53;
                font-weight: bold; }
          .content .main_advantage .m .box .item .head {
            height: 1.4rem;
            width: 100%;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #fff;
            justify-content: space-between;
            position: relative; }
            .content .main_advantage .m .box .item .head .jd {
              width: 3.62rem;
              height: .38rem;
              border-radius: .4rem;
              background: rgba(255, 255, 255, 0.16);
              display: flex;
              align-items: center;
              justify-content: flex-end; }
              .content .main_advantage .m .box .item .head .jd div {
                height: 100%;
                border-radius: .4rem;
                background: #C79F53;
                position: relative; }
                .content .main_advantage .m .box .item .head .jd div span {
                  display: block;
                  font-size: .16rem;
                  position: absolute;
                  top: 0;
                  height: 100%;
                  left: -1rem;
                  line-height: .38rem;
                  color: #fff; }
            .content .main_advantage .m .box .item .head::after {
              content: '';
              width: .8rem;
              height: 3px;
              background: #C79F53;
              position: absolute;
              right: 0;
              bottom: -1px;
              z-index: 9; }
            .content .main_advantage .m .box .item .head span {
              font-size: .4rem;
              color: #fff; }
  .content .main_products {
    overflow: hidden;
    width: 100%;
    padding: 1rem 0;
    background: #F9F9F9; }
    .content .main_products .m {
      width: 14.36rem;
      margin: 0 auto; }
      .content .main_products .m ul {
        width: 100%;
        margin-top: .6rem; }
        .content .main_products .m ul li {
          overflow: hidden;
          margin-top: .4rem;
          background: #fff; }
          .content .main_products .m ul li:nth-child(even) a {
            flex-direction: row-reverse; }
          .content .main_products .m ul li a {
            display: flex;
            width: 100%; }
            .content .main_products .m ul li a .pic {
              flex: 1; }
              .content .main_products .m ul li a .pic img {
                display: block;
                width: 100%; }
            .content .main_products .m ul li a .grow {
              overflow: hidden;
              width: 7.18rem;
              padding: .88rem .8rem 0 .8rem; }
              .content .main_products .m ul li a .grow p {
                font-size: .4rem;
                line-height: 1.5;
                margin-bottom: .32rem;
                color: #333333; }
              .content .main_products .m ul li a .grow span {
                display: block;
                font-size: .2rem;
                line-height: 1.5;
                color: #666666;
                margin-bottom: .32rem; }
              .content .main_products .m ul li a .grow .des {
                display: flex;
                flex-wrap: wrap; }
                .content .main_products .m ul li a .grow .des div {
                  display: flex;
                  align-items: center;
                  width: 45%;
                  margin-bottom: .22rem;
                  font-size: .2rem;
                  color: #666666; }
                  .content .main_products .m ul li a .grow .des div img {
                    width: .26rem;
                    margin-right: .2rem; }
  .content .main_ljs {
    overflow: hidden;
    padding: .5rem 0 1rem 0; }
    .content .main_ljs .m {
      width: 14.36rem;
      margin: 0 auto; }
      .content .main_ljs .m ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: .5rem; }
        .content .main_ljs .m ul li {
          overflow: hidden;
          margin-top: .5rem;
          width: 4.05rem;
          transition: all .2s;
          margin-right: 1.1rem;
          background: #fff;
          border: 1px solid #C79F53; }
          .content .main_ljs .m ul li:hover .pic img {
            transform: scale(1.04); }
          .content .main_ljs .m ul li:hover .info {
            background: #C79E53; }
            .content .main_ljs .m ul li:hover .info p, .content .main_ljs .m ul li:hover .info span {
              color: #fff; }
            .content .main_ljs .m ul li:hover .info div {
              background-image: url(../images/arrow-narrow-right.png); }
          .content .main_ljs .m ul li:nth-child(3n) {
            margin-right: 0; }
          .content .main_ljs .m ul li .pic {
            overflow: hidden;
            width: 100%;
            height: 3.3rem; }
            .content .main_ljs .m ul li .pic img {
              display: block;
              width: 100%;
              height: 100%;
              transition: all .4s;
              object-fit: cover; }
          .content .main_ljs .m ul li .info {
            overflow: hidden;
            padding: .32rem; }
            .content .main_ljs .m ul li .info p {
              font-size: .24rem;
              color: #333333;
              line-height: 1.5;
              margin-bottom: .32rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .content .main_ljs .m ul li .info span {
              display: block;
              font-size: .16rem;
              color: #666666;
              line-height: 1.5;
              margin-bottom: .32rem;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .content .main_ljs .m ul li .info div {
              width: .44rem;
              height: .44rem;
              background-size: 100% 100%;
              background-image: url(../images/info.png); }
            .content .main_ljs .m ul li .info img {
              display: block;
              width: .44rem; }
  .content .main_teams {
    overflow: hidden;
    width: 100%;
    background: #F9F9F9;
    padding: 1rem 0; }
    .content .main_teams .m {
      width: 14.36rem;
      margin: 0 auto;
      position: relative; }
      .content .main_teams .m .font {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: .47rem;
        width: 6.22rem; }
        .content .main_teams .m .font p {
          font-size: .4rem;
          margin-bottom: .2rem;
          color: #333333;
          line-height: 1.5; }
        .content .main_teams .m .font span {
          display: block;
          font-size: .2rem;
          color: #666666;
          line-height: 1.5; }
      .content .main_teams .m ul {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap; }
        .content .main_teams .m ul li {
          overflow: hidden;
          width: 3.53rem;
          margin-right: .08rem;
          margin-bottom: .08rem; }
          .content .main_teams .m ul li:last-child {
            margin-right: 0; }
          .content .main_teams .m ul li.on {
            width: 7.14rem;
            margin-right: 0; }
          .content .main_teams .m ul li img {
            display: block;
            width: 100%; }
  .content .main_histroy {
    overflow: hidden;
    padding: 1rem 0; }
    .content .main_histroy .m {
      width: 14.36rem;
      margin: 0 auto; }
      .content .main_histroy .m .box {
        width: 100%;
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .content .main_histroy .m .box ul {
          flex: 1;
          padding-left: 1rem; }
          .content .main_histroy .m .box ul li {
            display: flex;
            align-items: center;
            padding-right: 1.52rem; }
            .content .main_histroy .m .box ul li:nth-child(even) {
              margin-left: .6rem;
              padding-right: 1rem; }
            .content .main_histroy .m .box ul li:hover .year {
              background-image: url(../images/lbxx_02.png);
              color: #fff; }
            .content .main_histroy .m .box ul li:hover .font p, .content .main_histroy .m .box ul li:hover .font span {
              color: #C79F53; }
            .content .main_histroy .m .box ul li .year {
              width: 1.2rem;
              height: 1.36rem;
              display: flex;
              align-items: center;
              transition: all .2s;
              justify-content: center;
              font-size: .4rem;
              font-weight: bold;
              color: #C79F53;
              background-image: url(../images/lbx_02.png);
              background-size: 100% 100%; }
            .content .main_histroy .m .box ul li .dot {
              flex: 1;
              display: flex;
              align-items: center; }
              .content .main_histroy .m .box ul li .dot div {
                flex: 1;
                border: 1px dashed #C79F53; }
              .content .main_histroy .m .box ul li .dot img {
                width: .16rem; }
            .content .main_histroy .m .box ul li .font {
              overflow: hidden;
              margin-left: .25rem; }
              .content .main_histroy .m .box ul li .font p {
                font-size: .24rem;
                line-height: 1.5;
                margin-bottom: .16rem;
                color: #333333; }
              .content .main_histroy .m .box ul li .font span {
                display: block;
                font-size: .16rem;
                color: #666666;
                line-height: 1.5; }
        .content .main_histroy .m .box .pic {
          width: 5.6rem; }
          .content .main_histroy .m .box .pic img {
            display: block;
            width: 100%;
            margin-bottom: .2rem; }
            .content .main_histroy .m .box .pic img:last-child {
              margin-bottom: 0; }
  .content .mai_about {
    overflow: hidden;
    padding: 1rem 0; }
    .content .mai_about .m {
      width: 14.36rem;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .mai_about .m .grow {
        overflow: hidden;
        width: 10rem; }
        .content .mai_about .m .grow ul {
          overflow: hidden;
          position: relative; }
          .content .mai_about .m .grow ul::after {
            content: '';
            width: 2px;
            height: 100%;
            background: #E4E4E4;
            position: absolute;
            left: 0;
            top: 0; }
          .content .mai_about .m .grow ul li {
            overflow: hidden;
            width: 100%;
            cursor: pointer;
            position: relative;
            margin-bottom: .6rem;
            padding-left: 1rem; }
            .content .mai_about .m .grow ul li::after {
              content: '';
              width: 2px;
              height: 0%;
              background: #C79F53;
              z-index: 999;
              position: absolute;
              transition: all .2s;
              left: 0;
              top: 50%;
              transform: translateY(-50%); }
            .content .mai_about .m .grow ul li.on::after {
              height: 100%; }
            .content .mai_about .m .grow ul li:last-child {
              margin-bottom: 0; }
            .content .mai_about .m .grow ul li p {
              font-size: .24rem;
              margin-bottom: .2rem;
              color: #333333;
              line-height: 1.5; }
            .content .mai_about .m .grow ul li span {
              display: block;
              font-size: .16rem;
              color: #333333;
              line-height: 1.5; }
      .content .mai_about .m .navbar {
        overflow: hidden;
        width: 3.3rem; }
        .content .mai_about .m .navbar p {
          color: #333333;
          font-size: .4rem;
          line-height: 1.5;
          margin-bottom: .4rem; }
        .content .mai_about .m .navbar ul {
          overflow: hidden; }
          .content .mai_about .m .navbar ul li {
            overflow: hidden;
            width: 100%;
            height: .7rem;
            border-bottom: 1px solid #E4E4E4;
            display: flex;
            align-items: center;
            cursor: pointer;
            justify-content: space-between; }
            .content .mai_about .m .navbar ul li.on span {
              color: #C79F53; }
            .content .mai_about .m .navbar ul li.on div {
              background-image: url(../images/infos_03.jpg); }
            .content .mai_about .m .navbar ul li:hover span {
              color: #C79F53; }
            .content .mai_about .m .navbar ul li:hover div {
              background-image: url(../images/infos_03.jpg); }
            .content .mai_about .m .navbar ul li span {
              font-size: .2rem;
              color: #333333;
              transition: all .1s; }
            .content .mai_about .m .navbar ul li div {
              width: .1rem;
              height: .18rem;
              background-image: url(../images/infos_06.jpg);
              background-size: 100% 100%;
              transition: all .1s; }
  .content .main_works {
    overflow: hidden;
    width: 100%;
    padding: 1rem 0 .57rem 0; }
    .content .main_works .m {
      width: 14.36rem;
      margin: 0 auto; }
      .content .main_works .m ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: .3rem; }
        .content .main_works .m ul li {
          overflow: hidden;
          margin-top: .4rem;
          width: 3.2rem;
          margin-right: .4rem; }
          .content .main_works .m ul li:nth-child(4n) {
            margin-right: 0; }
          .content .main_works .m ul li img {
            display: block;
            width: 100%; }
  .content .des_banner {
    width: 100%;
    height: 6.4rem;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .88rem; }
    .content .des_banner .mid p {
      font-size: .64rem;
      line-height: 1.5;
      font-weight: bold;
      margin-bottom: .2rem;
      color: #fff;
      text-align: center; }
    .content .des_banner .mid span {
      display: block;
      text-align: center;
      font-size: .32rem;
      line-height: 1.5;
      color: #fff; }
  .content .main_team {
    overflow: hidden;
    width: 100%;
    background-image: url(../images/icon36.png);
    background-size: cover;
    background-position: center center;
    padding: 1rem 0 0 0; }
    .content .main_team .m {
      width: 14.36rem;
      margin: 0 auto; }
      .content .main_team .m .tong_head p {
        color: #fff; }
      .content .main_team .m .tong_head span {
        color: #999999; }
      .content .main_team .m .form {
        overflow: hidden;
        display: flex;
        align-items: center;
        margin-top: 2rem; }
        .content .main_team .m .form .font {
          overflow: hidden;
          padding-left: .96rem;
          flex: 1; }
          .content .main_team .m .form .font p {
            font-size: .4rem;
            line-height: 1.5;
            color: #FFFFFF;
            margin-bottom: .2rem; }
          .content .main_team .m .form .font span {
            display: block;
            font-size: .2rem;
            line-height: 1.5;
            color: #fff; }
        .content .main_team .m .form .box {
          overflow: hidden;
          width: 7.18rem;
          font-size: 12px;
          background: #fff;
          padding: .4rem; }
          .content .main_team .m .form .box p {
            font-size: .4rem;
            color: #333333;
            line-height: 1.5;
            margin-bottom: .4rem; }
          .content .main_team .m .form .box textarea {
            width: 100%;
            height: 1.24rem;
            border: none;
            outline: none;
            font-size: .16rem;
            margin-bottom: .4rem;
            resize: none;
            display: block;
            padding: .2rem;
            border: 1px solid #F6F6F6;
            color: #999999;
            transition: all .2s;
            background: #F6F6F6;
            box-sizing: border-box; }
            .content .main_team .m .form .box textarea.on {
              border: 1px solid #C79F53;
              background: #fff; }
          .content .main_team .m .form .box input {
            width: 100%;
            height: .64rem;
            border: 1px solid #F6F6F6;
            outline: none;
            font-size: .16rem;
            transition: all .2s;
            margin-bottom: .4rem;
            display: block;
            padding-left: .2rem;
            color: #999999;
            background: #F6F6F6; }
            .content .main_team .m .form .box input.on {
              border: 1px solid #C79F53;
              background: #fff; }
          .content .main_team .m .form .box div {
            cursor: pointer;
            width: 100%;
            height: .8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #C79F53;
            font-size: .32rem;
            color: #fff; }
      .content .main_team .m .slide {
        width: 100%;
        margin-top: 1rem;
        overflow: hidden;
        position: relative; }
        .content .main_team .m .slide .mySwiper1 {
          width: 100%; }
          .content .main_team .m .slide .mySwiper1 .swiper-slide {
            width: 6.58rem;
            margin-right: 1.22rem; }
        .content .main_team .m .slide .label {
          overflow: hidden;
          width: 100%;
          background: #fff; }
          .content .main_team .m .slide .label .pic {
            overflow: hidden;
            width: 100%;
            height: 6.16rem; }
            .content .main_team .m .slide .label .pic img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .content .main_team .m .slide .label .info {
            overflow: hidden;
            padding: .32rem .35rem; }
            .content .main_team .m .slide .label .info p {
              font-size: .24rem;
              color: #333333;
              line-height: 1.5;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              margin-bottom: .32rem; }
            .content .main_team .m .slide .label .info span {
              display: block;
              font-size: .16rem;
              line-height: 1.5;
              color: #666666;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3;
              overflow: hidden; }
  .content .main_service {
    overflow: hidden;
    width: 100%;
    background: #F9F9F9;
    padding: .5rem 0 1rem 0; }
    .content .main_service .m {
      width: 14.36rem;
      margin: 0 auto; }
      .content .main_service .m ul {
        display: flex;
        flex-wrap: wrap; }
        .content .main_service .m ul li {
          overflow: hidden;
          width: 4.08rem;
          margin-right: 1.06rem;
          display: flex;
          align-items: center;
          margin-top: 1rem; }
          .content .main_service .m ul li img {
            width: 1.24rem;
            margin-right: .2rem; }
          .content .main_service .m ul li:nth-child(2) div {
            background-image: url(../images/2.png); }
          .content .main_service .m ul li:nth-child(3) div {
            background-image: url(../images/3.png); }
          .content .main_service .m ul li:nth-child(4) div {
            background-image: url(../images/4.png); }
          .content .main_service .m ul li:nth-child(5) div {
            background-image: url(../images/5.png); }
          .content .main_service .m ul li:nth-child(6) div {
            background-image: url(../images/6.png); }
          .content .main_service .m ul li div {
            flex: 1;
            background-image: url(../images/1.png);
            background-size: 100%;
            background-position: top;
            background-repeat: no-repeat; }
            .content .main_service .m ul li div p {
              font-size: .24rem;
              color: #0A0908;
              line-height: 1.5;
              margin-bottom: .2rem; }
            .content .main_service .m ul li div span {
              display: block;
              font-size: .16rem;
              color: #666666;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
              line-height: 1.4; }
          .content .main_service .m ul li:nth-child(3n) {
            margin-right: 0; }
  .content .main_product {
    overflow: hidden;
    width: 100%;
    background: #F9F9F9;
    padding: 1rem 0 .5rem 0; }
    .content .main_product .m {
      width: 14.36rem;
      margin: 0 auto; }
      .content .main_product .m ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: .5rem; }
        .content .main_product .m ul li {
          overflow: hidden;
          width: 3.35rem;
          margin-right: .32rem;
          background: #fff;
          border: 1px solid #fff;
          transition: all .2s;
          margin-top: .5rem; }
          .content .main_product .m ul li:nth-child(4n) {
            margin-right: 0; }
          .content .main_product .m ul li:hover {
            border: 1px solid #C79E53;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
            .content .main_product .m ul li:hover .pic img {
              transform: scale(1.04); }
          .content .main_product .m ul li .pic {
            width: 100%;
            overflow: hidden; }
            .content .main_product .m ul li .pic img {
              width: 100%;
              transition: all .5s;
              display: block; }
          .content .main_product .m ul li .info {
            overflow: hidden;
            width: 100%;
            padding: .32rem; }
            .content .main_product .m ul li .info p {
              font-size: .24rem;
              color: #333333;
              line-height: 1.5;
              margin-bottom: .32rem; }
            .content .main_product .m ul li .info span {
              display: block;
              font-size: .16rem;
              color: #666666;
              line-height: 1.5;
              margin-bottom: .32rem; }
            .content .main_product .m ul li .info em {
              display: block;
              font-size: .16rem;
              color: #C79F53;
              line-height: 1.5; }
  .content .main_about {
    overflow: hidden;
    width: 100%;
    height: 5.28rem;
    background-image: url(../images/icon35.png);
    background-size: cover;
    background-position: center center; }
    .content .main_about .m {
      width: 14.36rem;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .content .main_about .m .video {
        overflow: hidden;
        height: 100%;
        width: 7.1rem; }
        .content .main_about .m .video video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
      .content .main_about .m .grow {
        overflow: hidden;
        width: 6.2rem; }
        .content .main_about .m .grow p {
          font-size: .4rem;
          color: #fff;
          line-height: 1.5;
          margin-bottom: .2rem; }
        .content .main_about .m .grow span {
          display: block;
          font-size: .16rem;
          color: #FFFFFF;
          line-height: 1.5; }
        .content .main_about .m .grow div {
          overflow: hidden;
          width: 1.92rem;
          height: .64rem;
          background: #C79F53;
          border-radius: .5rem;
          margin-top: .88rem; }
          .content .main_about .m .grow div a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: .24rem;
            color: #fff; }
  .content .main_values {
    overflow: hidden;
    width: 100%;
    padding: 1rem 0; }
    .content .main_values .m {
      width: 14.36rem;
      margin: 0 auto; }
      .content .main_values .m ul {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap; }
        .content .main_values .m ul li {
          overflow: hidden;
          margin-top: 1rem;
          width: 25%; }
          .content .main_values .m ul li:hover p {
            color: #C79F53; }
          .content .main_values .m ul li:hover .icon img:first-child {
            display: none; }
          .content .main_values .m ul li:hover .icon img:last-child {
            display: block; }
          .content .main_values .m ul li .icon {
            width: 1.2rem;
            margin: 0 auto;
            margin-bottom: .32rem; }
            .content .main_values .m ul li .icon img {
              width: 100%;
              transition: all .4s;
              display: block; }
              .content .main_values .m ul li .icon img:last-child {
                display: none; }
          .content .main_values .m ul li p {
            text-align: center;
            font-size: .32rem;
            color: #333333;
            line-height: 1.5;
            transition: all .2s;
            margin-bottom: .2rem; }
          .content .main_values .m ul li span {
            display: block;
            text-align: center;
            font-size: .16rem;
            line-height: 1.5;
            color: #999999; }
  .content .banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 12.46rem; }
    .content .banner .main_num {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: rgba(7, 7, 7, 0.72);
      height: 2.06rem;
      z-index: 99; }
      .content .banner .main_num .m {
        width: 14.36rem;
        margin: 0 auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .content .banner .main_num .m li {
          overflow: hidden;
          display: flex;
          align-items: center;
          cursor: pointer; }
          .content .banner .main_num .m li img {
            width: .94rem;
            display: block; }
          .content .banner .main_num .m li .grow {
            overflow: hidden;
            margin-left: .24rem; }
            .content .banner .main_num .m li .grow p {
              font-size: .2rem;
              color: #fff;
              line-height: 1.5;
              letter-spacing: .01rem; }
            .content .banner .main_num .m li .grow span {
              display: block;
              font-size: .48rem;
              color: #fff;
              line-height: 1.5; }
    .content .banner .mySwiper {
      width: 100%;
      height: 100%; }
      .content .banner .mySwiper .swiper-slide {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        position: relative;
        padding-bottom: 2.06rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        .content .banner .mySwiper .swiper-slide .m {
          width: 14.36rem;
          margin: 0 auto; }
          .content .banner .mySwiper .swiper-slide .m p {
            font-size: .64rem;
            line-height: 1.5;
            margin-bottom: .16rem;
            color: #fff;
            letter-spacing: .03rem;
            font-weight: bold; }
          .content .banner .mySwiper .swiper-slide .m span {
            display: block;
            font-size: .32rem;
            line-height: 1.5;
            color: #fff;
            margin-bottom: .88rem; }
          .content .banner .mySwiper .swiper-slide .m div {
            overflow: hidden;
            width: 2.08rem;
            height: .64rem;
            border-radius: .5rem;
            background: #C79F53; }
            .content .banner .mySwiper .swiper-slide .m div a {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              letter-spacing: .01rem;
              font-size: .24rem;
              color: #fff; }

.main_case {
  overflow: hidden;
  width: 100%;
  padding: .5rem 0; }
  .main_case .m {
    width: 14.36rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .main_case .m ul {
      width: 9.2rem; }
      .main_case .m ul li {
        overflow: hidden;
        padding: .5rem 0;
        border-bottom: 1px solid #DEDEDE;
        font-size: .16rem;
        color: #666666;
        line-height: 1.5; }
        .main_case .m ul li:last-child {
          border: none; }
    .main_case .m .fl {
      overflow: hidden; }
      .main_case .m .fl p {
        font-size: .4rem;
        line-height: 1.5;
        margin-bottom: .2rem;
        color: #0A0908; }
      .main_case .m .fl span {
        display: block;
        font-size: .2rem;
        color: #999999;
        line-height: 1.5; }
      .main_case .m .fl div {
        overflow: hidden;
        width: 1.92rem;
        height: .64rem;
        border-radius: .4rem;
        margin-top: 1rem;
        background: #C79F53; }
        .main_case .m .fl div a {
          width: 100%;
          height: 100%;
          font-size: .24rem;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff; }

.main_commitment {
  overflow: hidden;
  width: 100%;
  height: 5.48rem;
  background-image: url(../images/service.png);
  background-size: cover;
  background-position: center center;
  padding-top: 1rem; }
  .main_commitment .m {
    width: 14.36rem;
    margin: 0 auto; }
    .main_commitment .m .tong_head p, .main_commitment .m .tong_head span {
      color: #fff; }
    .main_commitment .m ul {
      display: flex;
      position: relative;
      margin-top: 1rem; }
      .main_commitment .m ul::after {
        content: '';
        width: 1px;
        height: 1.4rem;
        background: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .main_commitment .m ul li {
        width: 25%;
        position: relative;
        padding: 0 .32rem; }
        .main_commitment .m ul li::after {
          content: '';
          width: 1px;
          height: 1.4rem;
          background: #fff;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        .main_commitment .m ul li p {
          font-size: .32rem;
          line-height: 1.5;
          margin-bottom: .2rem;
          color: #C79F53; }
        .main_commitment .m ul li span {
          display: block;
          font-size: .16rem;
          line-height: 1.5;
          color: #FFFFFF; }

.map {
  width: 14.36rem;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  padding-bottom: 1.5rem;
  justify-content: space-between; }
  .map img {
    display: block;
    width: 49.6%; }

.main_news {
    width: 100%;
    overflow: hidden;
    padding: 0.5rem 0;
}

    .main_news .m {
        width: 14.36rem;
        margin: 0 auto;
    }
    .main_news .m .tit {
        text-align:left;
    }

        .main_news .m .detail {
            margin-top: 0.56rem;
            font-size: .16rem;
            font-family: sb, 'Microsoft YaHei', Arial, Helvetica, sans-serif;
            color: #333333;
        }

        .main_news .m .author {
            display:inline;
            font-size: .24rem;
            color: #C79F53;
            line-height:.28rem;
        }

        .main_news .m .item {
            overflow: hidden;
            border-bottom: 1px solid #C3C3C3;
        }

        .main_news .m .item :last-child {
            border-bottom: none;
        }


            .main_news .m .item .head {
                overflow: hidden;
                width: 100%;
                padding: 0.5rem 0;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                /*border-bottom: 1px solid #C3C3C3;*/
                padding-bottom: 0.72rem;
            }

                .main_news .m .item .head .cover img {
                    width: 2.32rem;
                    margin-right: 0.72rem
                }

                .main_news .m .item .head .btn {
                    overflow: hidden;
                    width: 1.92rem;
                    height: 0.64rem;
                    background: #C79F53;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: all 0.2s;
                    border-radius: 0.5rem;
                    font-size: 0.24rem;
                    color: #fff;
                }

                    .main_news .m .item .head .btn:hover {
                        opacity: 0.8;
                    }

                .main_news .m .item .head .fl {
                    overflow: hidden;
                    width:100%;
                }

                    .main_news .m .item .head .fl .title {
                        font-size: 0.24rem;
                        font-weight: 600;
                        color: #333333;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        display: block;
                    }

                    .main_news .m .item .head .fl .title a {                      
                        color: #333333;                       
                    }

                        .main_news .m .item .head .fl .title a:hover {
                            color: #C79F53;
                        }

                    .main_news .m .item .head .fl .summary {
                        margin-top: 0.4rem;
                        font-size: 0.16rem;
                        font-weight: 400;
                        color: #333333;
                        line-height: 0.29rem;
                        word-break: break-all;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        
                        /* -webkit-line-clamp: 3;
                        overflow: hidden;
                        white-space: nowrap;*/
                    }
                    .main_news .m .item .head .fl .more {
                        margin-top: 0.4rem;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                    }

                    .main_news .m .item .head .fl div {
                        display: flex;
                        flex-wrap: wrap;
                    }

                        .main_news .m .item .head .fl div span {
                            font-size: 0.16rem;
                            font-weight: 400;
                            color: #333333
                        }

                   

.main_recruit {
  width: 100%;
  overflow: hidden;
  padding: .5rem 0; }
  .main_recruit .m {
    width: 14.36rem;
    margin: 0 auto; }
    .main_recruit .m .item {
      overflow: hidden;
      border-bottom: 1px solid #F6F6F6; }
      .main_recruit .m .item .slide {
        overflow: hidden;
        padding-bottom: .5rem;
        position: relative;
        display: none; }
        .main_recruit .m .item .slide a {
          overflow: hidden;
          width: 1.92rem;
          height: .64rem;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: .5rem;
          font-size: .24rem;
          color: #C79F53;
          position: absolute;
          right: 0;
          bottom: .5rem;
          border: 1px solid #C79F53;
          transition: all .2s; }
          .main_recruit .m .item .slide a:hover {
            background: #C79F53;
            color: #fff; }
        .main_recruit .m .item .slide div {
          margin-bottom: .3rem; }
          .main_recruit .m .item .slide div:last-child {
            margin-bottom: 0; }
          .main_recruit .m .item .slide div span {
            display: block;
            font-size: .24rem;
            color: #333333;
            line-height: 1.77; }
      .main_recruit .m .item .head {
        overflow: hidden;
        width: 100%;
        padding: .5rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .main_recruit .m .item .head .btn {
          overflow: hidden;
          width: 1.92rem;
          height: .64rem;
          background: #C79F53;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all .2s;
          border-radius: .5rem;
          font-size: .24rem;
          color: #fff; }
          .main_recruit .m .item .head .btn:hover {
            opacity: .8; }
        .main_recruit .m .item .head .fl {
          overflow: hidden; }
          .main_recruit .m .item .head .fl p {
            font-size: .32rem;
            color: #333333;
            line-height: 1.5; }
          .main_recruit .m .item .head .fl div {
            display: flex;
            flex-wrap: wrap; }
            .main_recruit .m .item .head .fl div span {
              font-size: .24rem;
              color: #666666;
              line-height: 1.5;
              display: block;
              margin-top: .2rem;
              position: relative;
              padding-right: .4rem; }
              .main_recruit .m .item .head .fl div span::after {
                content: '';
                width: 1px;
                height: .24rem;
                background: #666666;
                position: absolute;
                right: .2rem;
                top: 50%;
                transform: translateY(-50%); }
              .main_recruit .m .item .head .fl div span:last-child::after {
                display: none; }
          .main_recruit .m .item .head .fl em {
            display: block;
            font-size: .24rem;
            color: #666666;
            line-height: 1.5;
            margin-top: .2rem; }

.main_contactinfo {
  overflow: hidden;
  padding: 1rem 0;
  padding-bottom: 1.4rem; }
  .main_contactinfo .m {
    width: 14.36rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .main_contactinfo .m .form {
      width: 7.18rem;
      border: 1px solid #C79F53;
      font-size: 12px;
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
      padding: .4rem; }
      .main_contactinfo .m .form p {
        font-size: .4rem;
        color: #333333;
        line-height: 1.5; }
      .main_contactinfo .m .form div {
        width: 100%;
        height: .8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: .32rem;
        color: #fff;
        background: #C79F53;
        margin-top: .4rem; }
      .main_contactinfo .m .form textarea {
        width: 100%;
        display: block;
        font-size: .16rem;
        color: #999999;
        height: 1.24rem;
        margin-top: .4rem;
        padding: .2rem;
        box-sizing: border-box;
        border: none;
        outline: none;
        background: none;
        background: #F6F6F6;
        resize: none; }
      .main_contactinfo .m .form input {
        width: 100%;
        display: block;
        font-size: .16rem;
        color: #999999;
        height: .64rem;
        margin-top: .4rem;
        padding-left: .2rem;
        border: none;
        outline: none;
        background: none;
        background: #F6F6F6; }
    .main_contactinfo .m .grow {
      overflow: hidden;
      width: 5.8rem; }
      .main_contactinfo .m .grow .code {
        overflow: hidden;
        display: flex; }
        .main_contactinfo .m .grow .code div {
          overflow: hidden;
          margin-right: 1.13rem; }
          .main_contactinfo .m .grow .code div:last-child {
            margin-right: 0; }
          .main_contactinfo .m .grow .code div img {
            display: block;
            width: 1.53rem;
            margin: 0 auto;
            margin-bottom: .13rem; }
          .main_contactinfo .m .grow .code div span {
            display: block;
            font-size: .2rem;
            line-height: 1.5;
            color: #333333; }
      .main_contactinfo .m .grow .item {
        overflow: hidden;
        margin-bottom: .6rem; }
        .main_contactinfo .m .grow .item > p {
          font-size: .32rem;
          line-height: 1.5;
          color: #333333; }
        .main_contactinfo .m .grow .item ul {
          overflow: hidden; }
          .main_contactinfo .m .grow .item ul li {
            margin-top: .22rem;
            display: flex;
            align-items: flex-start; }
            .main_contactinfo .m .grow .item ul li p {
              font-size: .2rem;
              line-height: 1.5;
              margin-right: .32rem;
              color: #333333; }
            .main_contactinfo .m .grow .item ul li div {
              overflow: hidden;
              flex: 1;
              display: flex;
              align-items: center;
              flex-wrap: wrap; }
              .main_contactinfo .m .grow .item ul li div span {
                font-size: .2rem;
                display: inline-block;
                color: #666666;
                line-height: 1.5;
                margin-right: .32rem; }

.main_service_box {
  overflow: hidden;
  background: #F9F9F9;
  padding: .5rem 0 1rem 0; }
  .main_service_box .m {
    width: 14.36rem;
    margin: 0 auto; }
    .main_service_box .m .box {
      overflow: hidden;
      width: 100%;
      margin-top: 1rem;
      position: relative; }
      .main_service_box .m .box ul {
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        display: flex;
        justify-content: space-between;
        z-index: 99;
        flex-direction: column; }
        .main_service_box .m .box ul li {
          width: .04rem;
          cursor: pointer;
          height: 1rem;
          background: #DDDDDD; }
          .main_service_box .m .box ul li.on {
            background: #C79F53; }
      .main_service_box .m .box .mySwiper {
        width: 100%;
        height: 4rem;
        overflow: hidden; }
        .main_service_box .m .box .mySwiper .swiper-slide {
          width: 100%;
          height: 4rem; }
      .main_service_box .m .box .label {
        width: 100%; }
        .main_service_box .m .box .label a {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .main_service_box .m .box .label a .grow {
            overflow: hidden;
            padding-left: 1rem;
            padding-right: 1rem;
            flex: 1; }
            .main_service_box .m .box .label a .grow p {
              font-size: .4rem;
              line-height: 1.5;
              color: #333333;
              margin-bottom: .2rem; }
            .main_service_box .m .box .label a .grow span {
              display: block;
              font-size: .2rem;
              color: #666666;
              line-height: 1.5; }
          .main_service_box .m .box .label a .pic {
            overflow: hidden;
            width: 7.1rem; }
            .main_service_box .m .box .label a .pic img {
              display: block;
              width: 100%; }

.main_servicea {
  overflow: hidden;
  width: 100%;
  padding: 1rem 0; }
  .main_servicea .m {
    width: 14.36rem;
    margin: 0 auto;
    position: relative; }
    .main_servicea .m .font {
      overflow: hidden;
      padding: .9rem;
      background: #fff;
      position: absolute;
      right: 0;
      width: 8.29rem;
      top: 50%;
      padding-right: .3rem;
      transform: translateY(-50%); }
      .main_servicea .m .font p {
        font-size: .4rem;
        color: #333333;
        line-height: .6rem;
        margin-bottom: .2rem; }
      .main_servicea .m .font span {
        display: block;
        font-size: .2rem;
        color: #666666;
        line-height: 1.5; }
    .main_servicea .m .pic {
      width: 7.18rem; }
      .main_servicea .m .pic img {
        display: block;
        width: 100%; }

@media (max-width: 1366px) and (min-width: 769px) {
  .content .main_about .m {
    padding: .5rem 0; }

  .content .main_team {
    height: auto; }

  .content .des_banner .mid p {
    font-size: .56rem; }

  .main_commitment {
    height: auto;
    padding-bottom: .5rem; } }
@media (max-width: 1200px) {
  .content .main_team .m .form {
    margin-top: 2rem; } }
@media (max-width: 768px) {
  .m {
    width: 100% !important; }

  .main_commitment {
    height: auto;
    padding-bottom: .5rem; }

  .content .main_team {
    height: auto; }

  .content .header {
    height: 1rem;
    padding: 0 .3rem; }

  .logo {
    display: block;
    width: 2rem; }

  .content .header .m ul {
    display: none; }

  .content .banner {
    height: 8rem; }

  .content .banner .mySwiper .swiper-slide .m {
    padding: 0 .3rem; }
    .content .banner .mySwiper .swiper-slide .m p {
      font-size: .33rem; }
    .content .banner .mySwiper .swiper-slide .m span {
      font-size: .24rem;
      margin-bottom: .5rem; }
    .content .banner .mySwiper .swiper-slide .m div {
      width: 2rem;
      height: .6rem; }
      .content .banner .mySwiper .swiper-slide .m div a {
        font-size: .24rem; }

  .content .banner .main_num {
    height: auto; }

  .content .banner .main_num .m {
    padding: .3rem; }

  .content .banner .main_num .m li {
    display: block;
    width: 33.33%; }
    .content .banner .main_num .m li img {
      margin: 0 auto;
      margin-bottom: .2rem;
      width: .9rem;
      border-radius: 50%; }
    .content .banner .main_num .m li .grow {
      width: 100%;
      margin: 0; }
      .content .banner .main_num .m li .grow p {
        text-align: center;
        font-size: .22rem; }
      .content .banner .main_num .m li .grow span {
        font-size: .3rem;
        text-align: center; }

  .content .banner .mySwiper .swiper-slide {
    padding-bottom: 1.5rem; }

  .content .tong_head p {
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: .2rem; }

  .content .tong_head span {
    font-size: .22rem; }

  .content .main_values .m ul {
    margin-top: .4rem; }

  .content .main_values .m ul li {
    margin-top: .6rem;
    width: 50%; }

  .map {
    width: 100%;
    display: block;
    padding: 0 .3rem; }
    .map img {
      width: 100%;
      display: block;
      margin-bottom: .3rem; }

  .main_contactinfo {
    padding-bottom: .5rem; }

  .content .main_values .m ul li .icon {
    width: 1rem; }

  .content .main_values .m ul li p {
    font-weight: bold;
    font-size: .28rem; }

  .content .main_values .m ul li span {
    font-size: .2rem; }

  .content .main_about {
    height: auto;
    padding: .8rem .3rem; }

  .content .main_about .m {
    display: block;
    width: 100%; }

  .content .main_about .m .grow {
    width: 100%; }
    .content .main_about .m .grow p {
      font-size: .33rem;
      text-align: center;
      font-weight: bold; }
    .content .main_about .m .grow span {
      font-size: .24rem; }

  .content .main_about .m .grow div {
    width: 100%;
    height: .8rem;
    margin: 0 auto;
    margin-top: .6rem; }

  .content .main_product .m {
    padding: 0 .3rem; }

  .content .main_product .m ul {
    justify-content: space-between; }

  .content .main_product .m ul li {
    margin: 0;
    width: 48%;
    margin-top: .4rem; }

  .content .main_product .m ul li .info {
    padding: .2rem; }
    .content .main_product .m ul li .info p {
      font-weight: bold;
      margin-bottom: .2rem;
      font-size: .26rem; }
    .content .main_product .m ul li .info span {
      font-size: .2rem; }
    .content .main_product .m ul li .info em {
      font-size: .2rem; }

  .content .main_service .m {
    padding: 0 .3rem; }

  .content .main_service .m ul {
    justify-content: space-between;
    margin-top: .5rem; }
    .content .main_service .m ul li {
      width: 50%;
      margin: 0;
      margin-top: .3rem; }

  .content .main_team {
    height: auto;
    padding: 1rem .3rem; }

  .content .main_team .m .slide .mySwiper1 .swiper-slide {
    margin: 0 .1rem; }

  .content .main_team .m .slide .label .info p {
    font-size: .28rem;
    font-weight: bold;
    margin-bottom: .2rem; }

  .content .main_team .m .slide .label .info span {
    font-size: .24rem; }

  .content .main_team .m .form {
    display: block;
    width: 100%;
    margin-top: 1rem; }

  .content .main_team .m .slide .mySwiper1 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .content .main_team .m .slide .mySwiper1 .swiper-slide {
    width: 48%;
    margin: 0;
    margin-bottom: .3rem; }

  .content .main_team .m .slide .label .pic {
    height: 3.4rem; }

  .content .main_team .m .form .box {
    width: 100%; }

  .content .main_team .m .form .box p {
    font-size: .33rem;
    font-weight: bold; }

  .content .main_team .m .form .box input {
    height: .8rem;
    font-size: .24rem;
    margin-bottom: .2rem; }

  .content .main_team .m .form .box div {
    height: .8rem;
    font-size: .26rem; }

  .content .main_team .m .form .font {
    width: 100%;
    margin-top: .4rem;
    padding: .4rem 0; }
    .content .main_team .m .form .font p {
      font-size: .3rem; }
    .content .main_team .m .form .font span {
      font-size: .24rem; }

  .content .main_works .m ul li {
    width: 50%;
    margin: 0; }

  .content .main_works .m ul li img {
    width: 70%;
    margin: 0 auto; }

  .content .footer {
    padding: 1rem .3rem; }

  .content .footer .m .fotlogo {
    margin-bottom: .6rem; }

  .content .footer .m .bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .content .footer .m .bot .label {
    margin-top: .3rem; }

  .content .footer .m .bot .label:nth-child(2) {
    flex: 1;
    padding-left: .4rem; }

  .content .footer .m .bot .label:nth-child(3) {
    width: 100%; }

  .content .footer .m .bot .label > p {
    font-size: .3rem; }

  .content .footer .m .bot .label ul {
    display: block;
    flex-wrap: wrap; }
    .content .footer .m .bot .label ul li {
      margin-bottom: .3rem;
      font-size: .22rem;
      margin-right: .2rem; }

  .content .footer .m .bot .label .box .lab {
    max-width: 100%; }

  .content .footer .m .bot .label .code div {
    width: 50%;
    margin: 0; }

  .content .footer .m .bot .label .code div img {
    width: 2rem;
    margin: 0 auto;
    margin-bottom: .2rem; }

  .content .des_banner {
    height: 6rem;
    padding-top: 1rem; }

  .content .des_banner .mid p {
    font-size: .36rem;
    font-weight: bold; }

  .content .des_banner .mid span {
    font-size: .26rem; }

  .content .mai_about .m {
    padding: 0 .3rem;
    display: block; }

  .content .mai_about .m .navbar {
    width: 100%; }

  .content .mai_about .m .navbar p {
    font-size: .33rem;
    font-weight: bold;
    margin-bottom: .3rem; }

  .content .mai_about .m .navbar ul li {
    height: .88rem; }

  .content .mai_about .m .navbar ul li div {
    background-size: 100% 100%; }

  .content .mai_about .m .navbar ul li span {
    font-size: .26rem; }

  .content .mai_about .m .grow {
    width: 100%;
    margin-top: .6rem; }

  .content .mai_about .m .grow ul li {
    margin: 0;
    padding: .3rem 0;
    padding-left: .6rem; }
    .content .mai_about .m .grow ul li p {
      font-size: .28rem; }
    .content .mai_about .m .grow ul li span {
      font-size: .22rem; }

  .content .main_histroy .m .box {
    display: block;
    width: 100%;
    padding: 0 .3rem;
    margin-top: .6rem; }

  .content .main_histroy .m .box .pic {
    width: 100%; }

  .content .main_histroy .m .box ul {
    padding: .3rem 0;
    padding-left: 0; }

  .content .main_histroy .m .box ul li {
    padding-right: .6rem; }

  .content .main_histroy .m .box ul li .font p {
    font-size: .28rem; }

  .content .main_histroy .m .box ul li .font span {
    font-size: .24rem; }

  .content .main_teams {
    padding: 1rem .3rem; }

  .content .main_teams .m .font {
    position: static;
    width: 100%;
    margin: 0; }
    .content .main_teams .m .font p {
      text-align: center;
      font-size: .3rem;
      font-weight: bold; }
    .content .main_teams .m .font span {
      font-size: .22rem; }

  .content .main_teams .m ul li.on {
    width: 3.53rem; }

  .content .main_teams .m ul {
    justify-content: space-between; }
    .content .main_teams .m ul li {
      width: 48%;
      margin: 0;
      margin-top: .3rem; }

  .content .main_teams .m ul li.on {
    width: 48%; }

  .content .main_ljs .m {
    padding: 0 .3rem; }

  .content .main_ljs .m ul {
    justify-content: space-between; }
    .content .main_ljs .m ul li {
      width: 48%;
      margin: 0;
      margin-top: .3rem; }

  .content .footer .m .bot .label .code div {
    width: 1.8rem;
    margin-right: .7rem; }

  .content .footer .m .bot .label .code div img {
    margin: 0;
    margin-bottom: .2rem;
    width: 100%; }

  .content .main_ljs .m ul li .pic {
    height: 3rem; }

  .content .main_ljs .m ul li .info p {
    font-size: .3rem;
    margin-bottom: .1rem;
    font-weight: bold; }

  .content .main_ljs .m ul li .info span {
    font-size: .24rem; }

  .main_contactinfo .m {
    display: block;
    padding: 0 .3rem;
    width: 100%; }

  .main_contactinfo .m .grow .item > p {
    font-weight: bold; }

  .main_contactinfo .m .grow .item {
    width: 100%; }

  .main_contactinfo .m .grow {
    width: 100%; }

  .main_contactinfo .m .grow .item ul li p {
    font-size: .24rem; }

  .main_contactinfo .m .grow .item ul li div span {
    font-size: .24rem; }

  .main_contactinfo .m .form {
    width: 100%;
    margin-top: .5rem; }
    .main_contactinfo .m .form p {
      font-size: .3rem;
      font-weight: bold; }

  .main_contactinfo .m .form input {
    height: .8rem;
    font-size: .26rem; }

  .main_contactinfo .m .grow .code {
    justify-content: center; }

  .main_contactinfo .m .grow .code div span {
    font-size: .22rem; }

  .content .main_products .m {
    padding: 0 .3rem; }

  .content .main_products .m ul li a {
    display: block; }

  .content .main_products .m ul li {
    position: relative;
    padding-top: 4rem; }

  .content .main_products .m ul li a .pic {
    width: 100%;
    height: 4rem;
    position: absolute;
    left: 0;
    top: 0; }

  .content .main_products .m ul li a .pic img {
    height: 100%;
    object-fit: cover; }

  .content .main_products .m ul li a .grow {
    padding: .33rem; }
    .content .main_products .m ul li a .grow p {
      font-size: .3rem;
      font-weight: bold; }
    .content .main_products .m ul li a .grow span {
      font-size: .24rem; }

  .content .main_products .m ul li a .grow .des div {
    font-size: .22rem; }

  .content .main_advantage .m .box .item .head .jd {
    width: 2.6rem; }

  .content .main_advantage .m .box .item {
    width: 50%;
    padding: 0 .2rem;
    padding-bottom: .3rem; }

  .content .main_advantage .m .box .item .head span {
    font-size: .3rem;
    text-align: center;
    width: .8rem; }

  .content .main_advantage .m .box .item .head .jd div span {
    white-space: nowrap; }

  .content .main_services {
    padding: 1rem .3rem; }

  .content .main_services .m {
    display: block; }

  .content .main_services .m .grow {
    width: 100%;
    margin-bottom: .3rem; }

  .content .main_services .m .grow p {
    text-align: center;
    font-size: .33rem;
    font-weight: bold; }

  .content .main_services .m .grow span {
    font-size: .22rem; }

  .content .main_services .m .grow div {
    margin: 0 auto; }

  .content .main_services .m .pic {
    width: 100%; }

  .main_recruit {
    padding: .5rem .3rem; }

  .main_recruit .m .item .head .fl p {
    font-weight: bold; }

  .main_recruit .m .item .slide a {
    position: static;
    margin: 0 auto; }



    .main_news {
        padding: .5rem .3rem;
    }

        .main_news .m .item .head .cover img {
            width: 2.32rem;
            margin-right: 0.32rem;
        }

        .main_news .m .item .head .fl .title {
            font-weight: bold;
            display: -webkit-box;
            /*　　-webkit-box-orient: vertical;
            　　-webkit-line-clamp: 3;
            　　overflow: hidden;*/
            word-break: break-all;
            overflow: hidden;
            display: block;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

/*    .main_news .m .item .head .fl .summary{
        display:none;
    }*/

      



  .main_servicea .m {
    padding: 0 .3rem; }

  .main_servicea .m .pic {
    width: 100%; }

  .main_servicea .m .font {
    width: 100%;
    position: static;
    transform: translate(0);
    padding: .3rem;
    padding-bottom: 0; }
    .main_servicea .m .font p {
      font-size: .3rem;
      font-weight: bold; }
    .main_servicea .m .font span {
      font-size: .24rem; }

  .main_service_box .m {
    padding: 0 .3rem; }

  .main_service_box .m .box .label a {
    display: block;
    padding-left: .5rem; }

  .main_service_box .m .box .label a .grow {
    padding: 0; }

  .main_service_box .m .box .label a .grow p {
    font-size: .3rem;
    font-weight: bold; }

  .main_service_box .m .box .label a .grow span {
    font-size: .22rem; }

  .main_service_box .m .box .label a .pic {
    width: 100%;
    margin-top: .3rem; }

  .main_service_box .m .box .mySwiper {
    height: 6rem; }

  .main_service_box .m .box ul li {
    height: 30%; }

  .main_commitment {
    height: auto;
    padding: .6rem .3rem; }

  .main_commitment .m ul li {
    width: 50%;
    padding: .3rem; }

  .main_commitment .m ul {
    flex-wrap: wrap; }

  .main_commitment .m ul li span {
    font-size: .22rem; }

  .main_commitment .m ul::after {
    display: none; }

  .main_commitment .m ul li:first-child::after {
    display: none; }

  .main_commitment .m ul li:nth-child(3)::after {
    display: none; }

  .main_case .m {
    padding: 0 .3rem;
    display: block; }

  .main_case .m .fl {
    float: none; }

  .main_case .m .fl span {
    text-align: center;
    font-size: .24rem; }

  .content .main_service .m ul li div {
    background-position: center center; }

  .main_case .m .fl div {
    margin: 0 auto;
    margin-top: .4rem; }

  .main_case .m ul {
    width: 100%;
    margin-top: .3rem; }

  .main_case .m ul li {
    padding: .3rem 0;
    font-size: .24rem;
    line-height: 1.66; }

  .main_case .m .fl p {
    text-align: center;
    font-size: .3rem;
    font-weight: bold; }

  .content .main_service .m ul li {
    display: block;
    width: 50%;
    padding: 0 .5rem; }
    .content .main_service .m ul li img {
      width: 1.3rem;
      margin: 0 auto;
      display: block;
      margin-bottom: .3rem; }
    .content .main_service .m ul li p {
      text-align: center;
      font-size: .28rem;
      margin-bottom: .2rem; }
    .content .main_service .m ul li span {
      font-size: .24rem;
      text-align: center; }

  .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: 999; }
    .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; }

  .content .banner_info .m .grow .btn a {
    margin: 0 .15rem;
    font-size: .26rem; }

  .menu {
    display: block;
    width: .5rem; }

  .content .main_about .m .video {
    margin-top: .3rem; }

  .content .main_about .m .video {
    width: 100%; }

  .content .main_advantage .m .box .vs {
    width: .4rem;
    margin: 0 .1rem; }

  .content .main_team .m .form .box textarea {
    font-size: .24rem; }

  .main_contactinfo .m .form textarea {
    font-size: .26rem; }

  .content .footer .m .bot .label .box .lab p {
    font-size: .22rem; }

  .content .footer .m .bot .label .box .lab div {
    font-size: .22rem; }

  .content .footer .m .bot .label .box .lab div a {
    font-size: .22rem; }

  .main_commitment .m ul {
    margin-top: .3rem; }

  .main_commitment .m ul li::after {
    height: 74%; }

  .main_commitment .m ul li span {
    width: 100%; } }

/*# sourceMappingURL=css.css.map */

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.gap-3 {
    gap: .11rem !important;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
    border-color: #b5b5b5;
    color: #b5b5b5;
    background-color: #fff;
    border: 1px solid #ced4da;
}

    .page-item.active .page-link,
    .page-link:hover,
    .page-link:focus {
        color: #fff;
        text-decoration: none;
        background-color: #C79F53;
        border-color: #C79F53;
        box-shadow: none;
    }

.copyright {
    color: #F6F6F6;
    text-align: center;
    font-size: .2rem;
    width: 100%;
    margin-top: .4rem
}
    .copyright a {
        color: #F6F6F6;
    }