@charset "UTF-8";
::-webkit-scrollbar-track {
  background-color: #fff; }

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #fff; }

::-webkit-scrollbar-thumb {
  background-color: #93b4d1; }





/*清除默认样式*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none; }

html {
  font-size: 100px;
  overflow-x: hidden; }

.lt {
  float: left; }

.rt {
  float: right; }

.width-1200 {
  width: 1200px;
  margin: auto; }

/*placeholder颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #acb1b5; }

input:-moz-placeholder, textarea:-moz-placeholder {
  　color: #acb1b5; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #acb1b5; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  　color: #acb1b5; }

/*字体*/
/*颜色*/
/*阴影*/
/*.banner-img{
  img{
    transform: scale(1.2);
    transition: all 2s ease-in-out;
  }
  &.on{
    img{
      transform: scale(1);
    }
  }
}*/
.tong-banner .banner-img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  background-size: cover;
  background-position: center; }
  .tong-banner .banner-img.on {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/*返回顶部*/
#goTop, #goBack {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #135091;
  position: fixed;
  z-index: 900;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

#goTop {
  right: 0.2rem;
  bottom: 1rem;
  display: none; }

#goBack {
  right: 0.2rem;
  bottom: 1.41rem; }

#goTop i, #goBack i {
  display: block;
  font-size: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.4rem;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

#goBack i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

#goTop.on {
  display: block; }

#goTop:hover i, #goBack:hover i {
  color: white; }

/*导航*/
.nav {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  margin-bottom: -1.3rem; }
  .nav .nav-logo {
    position: absolute;
    top: 0;
    left: -3.15rem;
    width: 3.15rem;
    height: 1.1rem;
    background-color: #fff;
    -webkit-transition: left .5s ease-out;
    -o-transition: left .5s ease-out;
    transition: left .5s ease-out;
    z-index: 10; }
    .nav .nav-logo img {
      width: 2.3rem;
      margin: 0.3rem 0 0 0.52rem; }
    .nav .nav-logo::before {
      content: "";
      border-left: 0 solid transparent;
      border-right: 0.7rem solid transparent;
      border-bottom: 1.1rem solid #fff;
      position: absolute;
      top: 0;
      left: 3.15rem; }
    .nav .nav-logo.on {
      left: 0; }
  .nav .nav-nav {
    width: 100%; }
    .nav .nav-nav .nav-top {
      height: 0.5rem;
      background-color: rgba(32, 34, 36, 0.8);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      padding-right: 0.4rem; }
      .nav .nav-nav .nav-top .nav-icon {
        text-align: right;
        font-size: 0.22rem;
        color: #636363;
        line-height: 0.5rem; }
        .nav .nav-nav .nav-top .nav-icon i {
          cursor: pointer;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        .nav .nav-nav .nav-top .nav-icon i:nth-child(1) {
          margin-right: 0.1rem; }
        .nav .nav-nav .nav-top .nav-icon .iconfont {
          position: relative;
          z-index: 999; }
        .nav .nav-nav .nav-top .nav-icon .iconfont:hover {
          color: #fff; }
      .nav .nav-nav .nav-top::before {
        content: '';
        width: 100%;
        height: 0.5rem;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        position: absolute;
        top: 0;
        left: 0; }
      .nav .nav-nav .nav-top .erWM {
        width: 1rem;
        height: 1rem;
        position: absolute;
        right: 0.4rem;
        top: 0.5rem;
        border: 3px solid #fff;
        z-index: 999;
        display: none; }
        .nav .nav-nav .nav-top .erWM img {
          width: 100%; }
    .nav .nav-nav .nav-two {
      height: 0.6rem;
      padding: 0 0.3rem 0 4.20rem;
      background-color: #fff;
      position: relative; }
      .nav .nav-nav .nav-two .nav-list ul li {
        float: left;
        line-height: 0.6rem;
        height: 0.6rem;
        font-size: 0.16rem;
        color: #474747;
        margin: 0 0.45rem;
        cursor: pointer; }
        .nav .nav-nav .nav-two .nav-list ul li:hover {
          color: #0f538a; }
        .nav .nav-nav .nav-two .nav-list ul li a {
          display: block;
          height: 100%; }
      .nav .nav-nav .nav-two .nav-list ul .nav-cur {
        color: #0f538a;
        border-bottom: 3px solid #0f538a; }
      .nav .nav-nav .nav-two .nav-fun {
        font-size: 0.16rem;
        position: absolute;
        top: 0;
        right: 0.3rem; }
        .nav .nav-nav .nav-two .nav-fun .nav-sou {
          margin: 0.2rem 0.27rem 0 0;
          -webkit-transition: all .3s ease-out;
          -o-transition: all .3s ease-out;
          transition: all .3s ease-out; }
          .nav .nav-nav .nav-two .nav-fun .nav-sou div {
            width: 1px;
            height: 0.2rem;
            background-color: rgba(0, 0, 0, 0.2);
            margin-right: 0.18rem;
            -webkit-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
            float: left; }
            .nav .nav-nav .nav-two .nav-fun .nav-sou div.on {
              display: none; }
          .nav .nav-nav .nav-two .nav-fun .nav-sou form {
            float: left; }
          .nav .nav-nav .nav-two .nav-fun .nav-sou input {
            width: 0;
            height: 0.2rem;
            border: none;
            text-indent: 0;
            font-size: 0.14rem;
            color: #808080;
            -webkit-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out; }
            .nav .nav-nav .nav-two .nav-fun .nav-sou input.on {
              width: 200px; }
          .nav .nav-nav .nav-two .nav-fun .nav-sou button {
            background-color: transparent;
            border: none;
            font-size: 0.24rem;
            margin-top: -0.07rem;
            color: #808080; }
          .nav .nav-nav .nav-two .nav-fun .nav-sou.on {
            border-bottom: 1px solid #dfdfdf; }
        .nav .nav-nav .nav-two .nav-fun .nav-lang {
          width: 0.9rem;
          height: 0.9rem;
          background-color: #0f538a;
          position: relative;
          overflow: hidden;
          cursor: pointer;
          display: none; }
          .nav .nav-nav .nav-two .nav-fun .nav-lang p {
            width: 0.24rem;
            height: 0.9rem;
            text-align: center;
            margin: 0 auto;
            line-height: 0.8rem;
            color: #fff;
            border-bottom: 3px solid #fff;
            letter-spacing: 0.04rem;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            z-index: 888; }
          .nav .nav-nav .nav-two .nav-fun .nav-lang div {
            width: 0.9rem;
            height: 0.9rem;
            background-color: #e83921;
            position: absolute;
            top: 0;
            left: -0.9rem; }
            .nav .nav-nav .nav-two .nav-fun .nav-lang div.on {
              -webkit-transition: all .4s;
              -o-transition: all .4s;
              transition: all .4s; }
  .nav .nav-list-m {
    display: none; }

/*搜索*/
.sousuo .banner {
  height: 4rem; }
  .sousuo .banner .banner-img {
    width: 100%;
    height: 4rem;
    background-image: url("../../imgs/sousuo.jpg");
    background-position: center; }
  .sousuo .banner .banner-text {
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #fff;
    position: relative;
    margin-top: -0.4rem; }
    .sousuo .banner .banner-text::before {
      content: '';
      position: absolute;
      top: 0.37rem;
      left: 50%;
      margin-left: -0.15rem;
      width: 0.3rem;
      height: 0.06rem;
      background-color: #e83921; }

.sousuo .sousuo-text .sousuo-jieguo {
  line-height: 1.7rem;
  text-align: center;
  font-size: 0.2rem;
  color: #1a1a1a; }
  .sousuo .sousuo-text .sousuo-jieguo span {
    color: #e83921; }

.sousuo .sousuo-text .sousuo-ul li {
  line-height: 1rem;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .sousuo .sousuo-text .sousuo-ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sousuo .sousuo-text .sousuo-ul li .sousuo-ul-title {
    font-size: 0.14rem;
    color: #1a1a1a;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .sousuo .sousuo-text .sousuo-ul li .sousuo-ul-img {
    margin-right: 0.4rem;
    display: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .sousuo .sousuo-text .sousuo-ul li .sousuo-ul-img img {
      padding-top: 0.45rem;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
  .sousuo .sousuo-text .sousuo-ul li:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f5fafe), to(#f6f6f6));
    background: -webkit-linear-gradient(left, #f5fafe, #f6f6f6);
    background: -o-linear-gradient(left, #f5fafe, #f6f6f6);
    background: linear-gradient(to right, #f5fafe, #f6f6f6); }
    .sousuo .sousuo-text .sousuo-ul li:hover .sousuo-ul-title {
      font-size: 0.14rem;
      color: #0f538a;
      text-indent: 0.4rem; }
    .sousuo .sousuo-text .sousuo-ul li:hover .sousuo-ul-img {
      display: block; }

.sousuo .sousuo-text .sousuo-bottom {
  width: 2.2rem;
  margin: 0 auto;
  text-align: center;
  line-height: 2rem;
  font-size: 0.14rem;
  color: #6d6d6d;
  position: relative; }
  .sousuo .sousuo-text .sousuo-bottom::after {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    width: 0.3rem;
    height: 1px;
    background-color: #e6e6e6; }
  .sousuo .sousuo-text .sousuo-bottom::before {
    content: '';
    position: absolute;
    top: 1rem;
    right: 0;
    width: 0.3rem;
    height: 1px;
    background-color: #e6e6e6; }

/*内页导航*/
.nav-flex-m {
  display: none; }

.nav-flex {
  width: 1200px;
  height: 1.5rem;
  margin: -0.75rem auto 0;
  position: relative;
  z-index: 777;
  display: block; }
  .nav-flex .nav-flex-one {
    width: 3rem;
    height: 1.5rem;
    background-color: #0f538a;
    color: #fff;
    padding: 0.48rem 0.3rem 0 0.3rem;
    -webkit-box-shadow: 0 0.03rem 0.15rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.03rem 0.15rem rgba(0, 0, 0, 0.3);
    float: left; }
    .nav-flex .nav-flex-one .one-bai {
      width: 0.2rem;
      height: 0.05rem;
      background-color: #fff; }
    .nav-flex .nav-flex-one .one-flex {
      margin-top: 0.3rem; }
      .nav-flex .nav-flex-one .one-flex div:nth-child(1) {
        float: left; }
        .nav-flex .nav-flex-one .one-flex div:nth-child(1) p {
          font-size: 0.18rem;
          text-transform: uppercase; }
        .nav-flex .nav-flex-one .one-flex div:nth-child(1) span {
          font-size: 0.12rem; }
      .nav-flex .nav-flex-one .one-flex div:nth-child(2) {
        width: 0.21rem;
        height: 0.21rem;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        font-size: 0.09rem;
        float: right; }
        .nav-flex .nav-flex-one .one-flex div:nth-child(2) i {
          margin: 0 0 0 0.06rem;
          line-height: 0.2rem;
          display: block;
          color: rgba(255, 255, 255, 0.3); }
  .nav-flex .nav-flex-two {
    float: left;
    height: 0.75rem;
    background-color: #fff;
    margin-top: 0.75rem;
    -webkit-box-shadow: 0 0.13rem 0.24rem rgba(15, 83, 138, 0.3);
    box-shadow: 0 0.13rem 0.24rem rgba(15, 83, 138, 0.3); }
    .nav-flex .nav-flex-two ul {
      width: 9rem; }
      .nav-flex .nav-flex-two ul li {
        float: left;
        font-size: 0.16rem;
        color: #494949;
        line-height: 0.75rem;
        text-align: center; }
        .nav-flex .nav-flex-two ul li a {
          display: block; }
        .nav-flex .nav-flex-two ul li:hover {
          color: #0f538a; }
      .nav-flex .nav-flex-two ul .two-cur {
        background-color: #76a2cf;
        color: #fff;
        position: relative; }
        .nav-flex .nav-flex-two ul .two-cur::before {
          content: "";
          width: 0.3rem;
          height: 0.05rem;
          background-color: #f82635;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
        .nav-flex .nav-flex-two ul .two-cur:hover {
          color: #fff; }

/*内页导航宽度*/
.about .nav-flex-two ul li {
  width: 25%; }

.news .nav-flex-two ul li, .lianxi .nav-flex-two ul li {
  width: 50%; }

.hezuo .nav-flex-two ul li {
  width: 33.33%; }

/*页脚*/
footer {
  width: 100%;
  height: 0.8rem;
  background-color: #404a51;
  padding: 0 0.4rem;
  overflow: hidden; }
  footer .footer-left {
    float: left; }
    footer .footer-left ul li {
      font-size: 0.14rem;
      color: #88939a;
      line-height: 0.8rem;
      float: left; }
    footer .footer-left ul .footer-img {
      margin: 0.27rem 0.3rem 0 0; }
    footer .footer-left ul .footer-left-shu {
      margin: 0 0.2rem; }
  footer .footer-right {
    float: right;
    font-size: 0.14rem;
    color: #88939a;
    line-height: 0.8rem;
    text-transform: uppercase; }
    footer .footer-right a {
      margin-right: 0.1rem; }

/*------------------------------------------------首页--------------------------------------------------------------------*/
.index {
  /*about us*/ }
  .index .banner {
    position: relative;
    width: 100%;
    height: 8rem;
    overflow: hidden; }
    .index .banner ul {
      height: 8rem; }
      .index .banner ul li {
        height: 8rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
    .index .banner .bx-wrapper {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none; }
  .index .banner-num {
    height: 0.7rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 900; }
    .index .banner-num .banner-num-box {
      width: 2rem;
      height: 0.7rem;
      background-color: rgba(32, 34, 36, 0.6);
      position: absolute;
      left: 0;
      bottom: 0.35rem; }
      .index .banner-num .banner-num-box .banner-num-btn {
        width: 0.5rem;
        height: 0.7rem;
        cursor: pointer; }
        .index .banner-num .banner-num-box .banner-num-btn a {
          width: 0.5rem;
          height: 0.7rem;
          line-height: 0.7rem;
          display: block;
          color: transparent;
          position: relative; }
      .index .banner-num .banner-num-box .banner-num-btn-left {
        position: absolute;
        top: 0;
        left: 0; }
      .index .banner-num .banner-num-box .banner-num-btn-left::before {
        content: "";
        border-top: 8.5px solid transparent;
        border-bottom: 8.5px solid transparent;
        border-right: 9px solid #fff;
        position: absolute;
        top: 25px;
        left: 20px; }
      .index .banner-num .banner-num-box .banner-num-btn-left:hover::before {
        border-right: 9px solid #e83921; }
      .index .banner-num .banner-num-box .banner-num-btn-right {
        position: absolute;
        top: 0;
        right: 0; }
      .index .banner-num .banner-num-box .banner-num-btn-right::before {
        content: "";
        border-top: 8.5px solid transparent;
        border-bottom: 8.5px solid transparent;
        border-left: 9px solid #fff;
        position: absolute;
        top: 25px;
        right: 20px; }
      .index .banner-num .banner-num-box .banner-num-btn-right:hover::before {
        border-left: 9px solid #e83921; }
      .index .banner-num .banner-num-box .banner-num-con {
        width: 0.66rem;
        height: 0.7rem;
        position: absolute;
        top: 0.2rem;
        left: 0.7rem; }
        .index .banner-num .banner-num-box .banner-num-con .banner-num-switch {
          overflow: hidden; }
          .index .banner-num .banner-num-box .banner-num-con .banner-num-switch div {
            font-size: 0.2rem;
            color: #fff;
            line-height: 1em;
            float: left; }
        .index .banner-num .banner-num-box .banner-num-con .banner-num-timeA {
          width: 100%;
          height: 2px;
          background-color: #fff;
          margin-top: 10px; }
        .index .banner-num .banner-num-box .banner-num-con .banner-num-timeB {
          width: 0;
          height: 2px;
          background-color: #e7110f;
          margin-top: -2px; }
          .index .banner-num .banner-num-box .banner-num-con .banner-num-timeB.on {
            -webkit-animation: loading 5s linear;
            animation: loading 5s linear; }
  .index .banner-text {
    height: 6rem;
    position: absolute;
    z-index: 900;
    top: 0;
    right: 0;
    left: 0;
    margin: auto; }
    .index .banner-text ul {
      height: 6rem;
      overflow: hidden; }
      .index .banner-text ul li {
        color: #fff;
        position: absolute;
        height: 2.1rem; }
        .index .banner-text ul li .banner-text-one {
          font-size: 0.25rem;
          text-transform: uppercase;
          line-height: 0.8rem; }
          .index .banner-text ul li .banner-text-one .banner-text-chu {font-weight: 300 }
          .index .banner-text ul li .banner-text-one .banner-text-xi {
            font-weight: 300  }
        .index .banner-text ul li .banner-text-two {
          font-size: 0.5rem;
          line-height: 1em;
          margin-bottom: 0.2rem; }
        .index .banner-text ul li .banner-text-div {
          width: 2.1rem;
          height: 0.5rem;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 1px solid rgba(255, 255, 255, 0.4);
          position: relative;
          z-index: 999;
          overflow: hidden;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
          .index .banner-text ul li .banner-text-div .on {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
          .index .banner-text ul li .banner-text-div::after {
            content: "";
            width: 29px;
            height: 21px;
            position: absolute;
            z-index: 999;
            left: -1px;
            bottom: -1px;
            border-left: 3px solid #fff;
            border-bottom: 3px solid #fff;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s; }
          .index .banner-text ul li .banner-text-div::before {
            content: "";
            width: 29px;
            height: 21px;
            position: absolute;
            z-index: 999;
            top: -1px;
            right: -1px;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s; }
          .index .banner-text ul li .banner-text-div:hover::after {
            width: 2.1rem;
            height: 0.5rem; }
          .index .banner-text ul li .banner-text-div:hover::before {
            width: 2.1rem;
            height: 0.5rem; }
          .index .banner-text ul li .banner-text-div:hover .banner-jiantou {
            margin-top: -0.5rem; }
          .index .banner-text ul li .banner-text-div .banner-jiantou {
            position: relative;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
          .index .banner-text ul li .banner-text-div .banner-text-box {
            position: absolute;
            overflow: hidden; }
            .index .banner-text ul li .banner-text-div .banner-text-box div {
              float: left; }
            .index .banner-text ul li .banner-text-div .banner-text-box .banner-text-xian {
              width: 0;
              height: 1px;
              background-color: #fff;
              margin-top: 4px;
              -webkit-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s;
              position: relative;
              z-index: 999; }
              .index .banner-text ul li .banner-text-div .banner-text-box .banner-text-xian.on {
                width: 0.46rem; }
            .index .banner-text ul li .banner-text-div .banner-text-box .banner-text-jian {
              border-top: 4.5px solid transparent;
              border-bottom: 4.5px solid transparent;
              border-left: 5px solid #fff;
              position: relative;
              z-index: 999; }
          .index .banner-text ul li .banner-text-div .banner-text-box:nth-child(1) {
            top: 0.2rem;
            left: 0.8rem; }
          .index .banner-text ul li .banner-text-div .banner-text-box:nth-child(2) {
            top: 0.7rem;
            left: 0.8rem; }
          .index .banner-text ul li .banner-text-div .banner-text-bj {
            width: 2.1rem;
            height: 0.5rem;
            background: rgba(15, 83, 128, 0.7);
            position: absolute;
            top: -0.01rem;
            left: -2.1rem;
            z-index: 100; }
      .index .banner-text ul li:nth-child(1) {
        top: 3.4rem;
        right: 0; }
        .index .banner-text ul li:nth-child(1) p {
          text-align: right; }
        .index .banner-text ul li:nth-child(1) .banner-text-two {
          text-align: right; }
        .index .banner-text ul li:nth-child(1) .banner-text-div {
          float: right; }
      .index .banner-text ul li:nth-child(2) {
        top: 3.78rem;
        left: 0;
        right: 0; }
        .index .banner-text ul li:nth-child(2) .banner-text-one {
          text-align: center; }
        .index .banner-text ul li:nth-child(2) .banner-text-two {
          text-align: center; }
        .index .banner-text ul li:nth-child(2) .banner-text-div {
          margin: 0 auto; }
      .index .banner-text ul li:nth-child(3) {
        top: 3.4rem;
        right: 0; }
        .index .banner-text ul li:nth-child(3) p {
          text-align: left; }
        .index .banner-text ul li:nth-child(3) .banner-text-two {
          text-align: left; }
        .index .banner-text ul li:nth-child(3) .banner-text-div {
          float: left; }
      .index .banner-text ul li {
        top: 3.78rem;
        left: 0;
        right: 0; }
        .index .banner-text ul li .banner-text-one {
          text-align: center; }
        .index .banner-text ul li .banner-text-two {
          text-align: center;
          letter-spacing: 0.2rem; }
        .index .banner-text ul li .banner-text-div {
          margin: 0 auto;
          cursor: pointer; }
      .index .banner-text ul li:not(:first-child) {
        display: none; }
  .index .index-text {
    position: relative; }
    .index .index-text .width-1200 .index-text-left {
      position: relative; }
      .index .index-text .width-1200 .index-text-left::before {
        content: "About us";
        font-size: 0.5rem;
        color: #e6e6e6;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 152px;
        left: -143px; }
      .index .index-text .width-1200 .index-text-left .index-tuwen {
        height: 1.8rem;
        margin-top: 0.85rem;
        overflow: hidden; }
        .index .index-text .width-1200 .index-text-left .index-tuwen .index-tu {
          width: 5.5rem;
          height: 1.8rem;
          overflow: hidden;
          float: left; }
        .index .index-text .width-1200 .index-text-left .index-tuwen .index-tu-btn {
          width: 0.6rem;
          height: 1.8rem;
          background-color: #e6e6e6;
          position: relative;
          margin-left: 0.2rem;
          overflow: hidden;
          float: right; }
          .index .index-text .width-1200 .index-text-left .index-tuwen .index-tu-btn i {
            color: #a1a1a1;
            font-size: 0.16rem;
            line-height: 1.8rem;
            text-align: center;
            display: block;
            position: relative;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s; }
          .index .index-text .width-1200 .index-text-left .index-tuwen .index-tu-btn div {
            width: 0.6rem;
            height: 1.8rem;
            background-color: #0f538a;
            position: absolute;
            top: 0;
            left: -0.6rem; }
            .index .index-text .width-1200 .index-text-left .index-tuwen .index-tu-btn div.on {
              -webkit-transition: all .4s;
              -o-transition: all .4s;
              transition: all .4s; }
          .index .index-text .width-1200 .index-text-left .index-tuwen .index-tu-btn:hover {
            /*&::before{
                border-left: 9px solid #fff;
                z-index: 999;
              }*/ }
            .index .index-text .width-1200 .index-text-left .index-tuwen .index-tu-btn:hover i {
              color: #fff;
              z-index: 999;
              -webkit-transform: rotate(360deg);
              -ms-transform: rotate(360deg);
              transform: rotate(360deg); }
      .index .index-text .width-1200 .index-text-left .index-wen {
        width: 5.5rem;
        font-size: 0.14rem;
        color: #606060;
        line-height: 0.26rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin: 0.36rem 0 0.8rem 0; }
    .index .index-text .width-1200 .rt {
      margin-top: -1.05rem;
      position: relative;
      z-index: 999; }
      .index .index-text .width-1200 .rt .index-new-title {
        width: 4.6rem;
        height: 0.7rem;
        background-color: rgba(32, 34, 36, 0.9);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0.3rem;
        font-size: 0.18rem;
        color: #fff;
        font-weight: bold;
        line-height: 0.7rem;
        position: relative;
        z-index: 900; }
        .index .index-text .width-1200 .rt .index-new-title .index-add {
          width: 0.2rem;
          height: 0.2rem;
          position: absolute;
          top: 0.28rem;
          right: 0.3rem;
          cursor: pointer;
          -webkit-transition: All 0.4s ease-in-out;
          -o-transition: All 0.4s ease-in-out;
          transition: All 0.4s ease-in-out; }
          .index .index-text .width-1200 .rt .index-new-title .index-add i {
            display: block;
            line-height: 0.2rem;
            font-size: 0.2rem; }
          .index .index-text .width-1200 .rt .index-new-title .index-add:hover {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg); }
      .index .index-text .width-1200 .rt .index-new-list {
        width: 4.6rem;
        height: 3.03rem;
        background-color: #0f538a;
        overflow: hidden; }
        .index .index-text .width-1200 .rt .index-new-list .index-new-box {
          width: 13.8rem;
          float: left; }
        .index .index-text .width-1200 .rt .index-new-list ul {
          width: 4.6rem;
          height: 3.02rem;
          overflow: hidden;
          float: left; }
          .index .index-text .width-1200 .rt .index-new-list ul li {
            cursor: pointer;
            position: relative; }
            .index .index-text .width-1200 .rt .index-new-list ul li a {
              width: 4.6rem;
              height: 1rem;
              color: #fff;
              background-color: #0f538a;
              display: block;
              padding-top: 0.35rem;
              padding-bottom: 0.3rem; }
              .index .index-text .width-1200 .rt .index-new-list ul li a:hover {
                /*width: 4.8rem;
                  background-image: linear-gradient(left,#d0372f,#ef4840);
                  margin: 0 -0.1rem;
                  padding-left: 0.1rem;
                  padding-right: 0.1rem;
                  box-shadow: 0 0.03rem 0.15rem rgba(0,0,0,.3);*/ }
                .index .index-text .width-1200 .rt .index-new-list ul li a:hover .list-jian div {
                  display: block; }
              .index .index-text .width-1200 .rt .index-new-list ul li a .list-num {
                font-size: 0.2rem;
                margin: 0 0.3rem;
                border-bottom: 0.03rem solid #fff;
                position: relative;
                z-index: 1000;
                float: left; }
              .index .index-text .width-1200 .rt .index-new-list ul li a .list-text {
                width: 2.22rem;
                position: relative;
                z-index: 1000;
                float: left; }
                .index .index-text .width-1200 .rt .index-new-list ul li a .list-text div {
                  font-size: 0.14rem;
                  overflow: hidden;
                  -o-text-overflow: ellipsis;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                .index .index-text .width-1200 .rt .index-new-list ul li a .list-text p {
                  font-size: 0.12rem; }
              .index .index-text .width-1200 .rt .index-new-list ul li a .list-jian {
                width: 156rem;
                position: relative;
                z-index: 100;
                float: right; }
                .index .index-text .width-1200 .rt .index-new-list ul li a .list-jian div {
                  border-top: 4.5px solid transparent;
                  border-bottom: 4.5px solid transparent;
                  border-left: 5px solid #fff;
                  position: absolute;
                  top: -27px;
                  right: 30px;
                  display: none; }
                  .index .index-text .width-1200 .rt .index-new-list ul li a .list-jian div::before {
                    content: "";
                    position: absolute;
                    top: -1px;
                    left: -41px;
                    width: 36px;
                    height: 1px;
                    background-color: #fff; }
            .index .index-text .width-1200 .rt .index-new-list ul li:hover .list-jian div {
              display: block; }
            .index .index-text .width-1200 .rt .index-new-list ul li .list-bian {
              width: 4.6rem;
              height: 1rem;
              background-image: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#d0372f), to(#ef4840));
              background-image: -webkit-linear-gradient(left, #d0372f, #ef4840);
              background-image: -o-linear-gradient(left, #d0372f, #ef4840);
              background-image: linear-gradient(left, #d0372f, #ef4840);
              position: absolute;
              top: 0;
              left: -4.6rem; }
              .index .index-text .width-1200 .rt .index-new-list ul li .list-bian.on {
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s; }
          .index .index-text .width-1200 .rt .index-new-list ul li:not(:first-child) {
            border-top: 1px solid #276596;
            /*&:hover{
                border-top: 1px solid #d0372f;
              }*/ }
      .index .index-text .width-1200 .rt .index-new-control {
        width: 4.6rem;
        margin-top: 0.5rem;
        position: relative; }
        .index .index-text .width-1200 .rt .index-new-control::before {
          content: "";
          width: 162px;
          height: 1px;
          background-color: #e6e6e6;
          position: absolute;
          top: 25px;
          left: 118px; }
        .index .index-text .width-1200 .rt .index-new-control .index-new-num {
          line-height: 0.5rem;
          float: left; }
          .index .index-text .width-1200 .rt .index-new-control .index-new-num .index-new-num-a {
            font-size: 0.3rem;
            color: #0f538a; }
          .index .index-text .width-1200 .rt .index-new-control .index-new-num .index-new-num-x, .index .index-text .width-1200 .rt .index-new-control .index-new-num .index-new-num-b {
            color: #737d85;
            font-size: 0.2rem; }
          .index .index-text .width-1200 .rt .index-new-control .index-new-num .index-new-num-a, .index .index-text .width-1200 .rt .index-new-control .index-new-num .index-new-num-b {
            font-weight: bold; }
          .index .index-text .width-1200 .rt .index-new-control .index-new-num .index-new-num-x {
            margin-top: 2px; }
          .index .index-text .width-1200 .rt .index-new-control .index-new-num .index-new-num-b {
            margin-top: 4px; }
        .index .index-text .width-1200 .rt .index-new-control .index-new-btn {
          float: right; }
          .index .index-text .width-1200 .rt .index-new-control .index-new-btn div {
            width: 0.9rem;
            height: 0.5rem;
            background-color: #e6e6e6;
            float: left;
            cursor: pointer;
            position: relative; }
          .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-left {
            overflow: hidden; }
            .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-left p {
              border-top: 4.5px solid transparent;
              border-bottom: 4.5px solid transparent;
              border-right: 5px solid #a1a1a1;
              position: absolute;
              top: 21px;
              left: 30px;
              z-index: 888;
              -webkit-transition: all .2s;
              -o-transition: all .2s;
              transition: all .2s; }
              .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-left p::before {
                content: "";
                width: 26px;
                height: 1px;
                background-color: #a1a1a1;
                position: absolute;
                top: -1px;
                left: 5px; }
            .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-left:hover p {
              border-right: 5px solid #fff; }
              .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-left:hover p::before {
                background-color: #fff; }
            .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-left div {
              width: 0.9rem;
              height: 0.5rem;
              background-color: #276596;
              position: absolute;
              top: 0;
              left: 0.9rem; }
              .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-left div.on {
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s; }
          .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-right {
            overflow: hidden; }
            .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-right p {
              border-top: 4.5px solid transparent;
              border-bottom: 4.5px solid transparent;
              border-left: 5px solid #a1a1a1;
              position: absolute;
              top: 21px;
              right: 30px;
              z-index: 888;
              -webkit-transition: all .2s;
              -o-transition: all .2s;
              transition: all .2s; }
              .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-right p::before {
                content: "";
                width: 26px;
                height: 1px;
                background-color: #a1a1a1;
                position: absolute;
                top: -1px;
                right: 5px; }
            .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-right:hover p {
              border-left: 5px solid #fff; }
              .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-right:hover p::before {
                background-color: #fff; }
            .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-right div {
              width: 0.9rem;
              height: 0.5rem;
              background-color: #276596;
              position: absolute;
              top: 0;
              left: -0.9rem; }
              .index .index-text .width-1200 .rt .index-new-control .index-new-btn .index-new-btn-right div.on {
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s; }

@-webkit-keyframes loading {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes loading {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/*内页banner*/
.tong-banner {
  width: 100%;
  height: 6rem;
  overflow: hidden;
  position: relative; }
  .tong-banner .banner-img {
    position: absolute;
    top: 0;
    left: 0; }
  .tong-banner .width-1200 {
    position: absolute;
    z-index: 999;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .tong-banner .width-1200 div {
      font-size: 0.4rem;
      color: #fff;
      text-transform: uppercase; }
      .tong-banner .width-1200 div span {
        font-weight: lighter;
        font-weight: 300  }
    .tong-banner .width-1200 p {
      font-size: 0.25rem;
      color: #fff;
      letter-spacing: 0.3rem; }

/*---------------------------------------------------关于我们-----------------------------------------------------------------*/
.about .aboutA {
  margin: 0 0 1.2rem 0;
  padding-top: 0.7rem;
  position: relative; }
  .about .aboutA .width-1200 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden; }
    .about .aboutA .width-1200 .aboutA-left {
      width: 4.9rem;
      float: left; }
      .about .aboutA .width-1200 .aboutA-left div {
        font-size: 0.3rem;
        color: rgba(0, 0, 0, 0.15);
        font-weight: 300 ;
        text-transform: uppercase;
        margin-top: 0.5rem; }
      .about .aboutA .width-1200 .aboutA-left p {
        font-size: 0.14rem;
        color: #737373;
        line-height: 0.3rem; }
    .about .aboutA .width-1200 .aboutA-right {
      float: right;
      width: 6.18rem;
      height: 4.43rem;
      background-color: #0e73ca;
      -webkit-box-shadow: 0 0.2rem 0.46rem rgba(15, 83, 138, 0.4);
      box-shadow: 0 0.2rem 0.46rem rgba(15, 83, 138, 0.4);
      overflow: hidden; }
  .about .aboutA::before {
    content: '';
    width: 100%;
    height: 4.5rem;
    background-color: #f3f3f3;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -0.75rem; }

.about .aboutB {
  background-color: #f6f6f6;
  position: relative;
  /*.width-1200{
      position: relative;
      .aboutB-img{
        width: 6rem;
        li:not(:first-child){
          display: none;
        }
        .aboutB-img-num{
          font-size: 2rem;
          color: $color-beihui;
          font-weight: bold;
          line-height: 1em;
          font-family: $HelveticaNeueLTStd-Hv;
          margin: 1.44rem 0 0 -0.06rem;
        }
        p{
          font-size: 0.15rem;
          color: $color-title;
          font-weight: bold;
          margin: -1.45rem 0 0 0.4rem;
          letter-spacing: 0.15rem;
          font-family: $HelveticaNeueLTStd-Hv;
          text-transform: uppercase;
        }
        .aboutB-img-img{
          width: 100%;
          height: 4rem;
          margin: 0.15rem 0 1.84rem 0;
          overflow: hidden;
          transition: all .4s;
          img{
            transition: all .4s;
          }
          &:hover{
            transform: scale(0.98);
            img{
              transform: scale(1.1);
            }
          }
        }
      }
      .aboutB-text{
        ul{
          li{
            width: 6.5rem;
            height: 2.6rem;
            background-color: $color-fff;
            box-shadow: 0 0.2rem 0.46rem rgba(188,188,188,.4);
            position: absolute;
            top: 1.6rem;
            left: 5.5rem;
            padding: 0.3rem;
            //display: flex;
          }
          li:not(:first-child){
            display: none;
          }
        }
        .aboutB-text-left{
          width: 2.18rem;
          float: left;
          i{
            font-size: 0.36rem;
            display: block;
            margin-top: 0.2rem;
            text-align: center;
            color: $color-title;
          }
          p{
            width: 0.28rem;
            font-size: 0.28rem;
            color: $color-title;
            margin: 0.15rem auto 0;
          }
        }
        .aboutB-text-shu{
          width: 1px;
          height: 100%;
          background-color: $color-beihui;
          float: left;
        }
        .aboutB-text-right{
          width: 3.71rem;
          padding-left: 0.55rem;
          float: left;
          p{
            font-size: 0.17rem;
            color: $color-title;
            margin-top: 0.8rem;
          }
          span{
            font-size: 0.14rem;
            color: $color-zihui;
            display: block;
          }
        }
      }
      .aboutB-btn{
        position: absolute;
        top: -0.3rem;
        right: -1rem;
        ul{
          li{
            width: 1rem;
            height: 1rem;
            background-color: $color-beihui;
            display: flex;
            justify-content:center;
            align-items:center;
            cursor: pointer;
            i{
              font-size: 0.36rem;
              color: $color-zihui;
            }
            &.on{
              width: 1.2rem;
              height: 1.2rem;
              background-color: $color-0f538a;
              margin: -0.1rem -0.1rem;
              position: relative;
              i{
                color: $color-fff;
              }
            }
          }
        }
      }
    }*/ }
  .about .aboutB::before {
    content: '';
    width: 100%;
    height: 75px;
    background-color: #f6f6f6;
    position: absolute;
    top: -75px;
    left: 0; }
  .about .aboutB .list {
    height: 325px;
    padding-top: 1px;
    position: absolute;
    top: 2.4rem;
    left: 0;
    right: 0; }
    .about .aboutB .list .line-box {
      width: 100%;
      height: 1px;
      background-color: #9ec2f0;
      top: 60px;
      position: relative; }
      .about .aboutB .list .line-box::before {
        content: '';
        width: 270px;
        height: 44px;
        position: absolute;
        top: -22px;
        left: 50%;
        margin-left: -320px;
        background: url("../../imgs/about/line-l.png"); }
      .about .aboutB .list .line-box::after {
        content: '';
        width: 270px;
        height: 44px;
        top: -22px;
        left: 50%;
        margin-left: 50px;
        position: absolute;
        background: url("../../imgs/about/line-r.png"); }
    .about .aboutB .list ul {
      width: 1200px;
      margin-right: auto;
      margin-left: auto; }
      .about .aboutB .list ul li {
        text-align: center;
        width: 20%;
        float: left; }
        .about .aboutB .list ul li .pic-box {
          width: 120px;
          margin: 0 auto 40px;
          height: 120px;
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          -o-transition: transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s;
          overflow: hidden;
          border-radius: 20px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
          .about .aboutB .list ul li .pic-box img {
            position: relative;
            -webkit-transform: rotate(-45deg) scale(1.42);
            -ms-transform: rotate(-45deg) scale(1.42);
            transform: rotate(-45deg) scale(1.42);
            max-width: 100%; }
          .about .aboutB .list ul li .pic-box div {
            position: absolute;
            width: 60%;
            height: 60%;
            left: 20%;
            top: 20%;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 20px; }
            .about .aboutB .list ul li .pic-box div span {
              display: block;
              width: 100%;
              height: 100%;
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
              position: relative; }
              .about .aboutB .list ul li .pic-box div span i {
                display: block;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                position: absolute;
                left: 50%;
                top: 50%;
                color: #fff;
                font-size: 24px; }
        .about .aboutB .list ul li h5 {
          font-size: 12px;
          -webkit-transition: font-size .4s;
          -o-transition: font-size .4s;
          transition: font-size .4s;
          margin-bottom: 10px; }
        .about .aboutB .list ul li p {
          display: none; }
        .about .aboutB .list ul li.on .pic-box {
          -webkit-transform: scale(1.2) rotate(45deg);
          -ms-transform: scale(1.2) rotate(45deg);
          transform: scale(1.2) rotate(45deg);
          margin-bottom: 70px; }
          .about .aboutB .list ul li.on .pic-box div {
            background-color: #fff; }
            .about .aboutB .list ul li.on .pic-box div span i {
              color: #135091; }
        .about .aboutB .list ul li.on h5 {
          color: #135091;
          font-size: 16px; }
        .about .aboutB .list ul li.on p {
          display: block; }
  .about .aboutB .width-1200 .aboutB-box {
    margin: 0 -22px;
    padding: 108px 0 128px;
    overflow: hidden; }
    .about .aboutB .width-1200 .aboutB-box .aboutB-box-div {
      width: 370px;
      height: 270px;
      background-color: #fff;
      margin: 22px;
      float: left;
      position: relative; }
      .about .aboutB .width-1200 .aboutB-box .aboutB-box-div.on .aboutB-box-top .aboutB-box-i i {
        color: #fff; }
      .about .aboutB .width-1200 .aboutB-box .aboutB-box-div.on .aboutB-box-top p {
        color: #fff; }
      .about .aboutB .width-1200 .aboutB-box .aboutB-box-div .aboutB-box-top {
        position: relative;
        width: 100%;
        height: 150px;
        text-align: center;
        overflow: hidden; }
        .about .aboutB .width-1200 .aboutB-box .aboutB-box-div .aboutB-box-top::before {
          content: '';
          width: 80px;
          height: 1px;
          background-color: #373737;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
        .about .aboutB .width-1200 .aboutB-box .aboutB-box-div .aboutB-box-top .aboutB-box-i {
          padding-top: 45px; }
          .about .aboutB .width-1200 .aboutB-box .aboutB-box-div .aboutB-box-top .aboutB-box-i i {
            font-size: 28px;
            color: #373737;
            position: relative;
            z-index: 888;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
        .about .aboutB .width-1200 .aboutB-box .aboutB-box-div .aboutB-box-top p {
          font-size: 18px;
          color: #373737;
          margin-top: 10px;
          position: relative;
          z-index: 888;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        .about .aboutB .width-1200 .aboutB-box .aboutB-box-div .aboutB-box-top .aboutB-box-img {
          width: 370px;
          height: 150px;
          position: absolute;
          z-index: 500;
          left: -370px;
          top: 0;
          overflow: hidden;
          background-size: cover; }
      .about .aboutB .width-1200 .aboutB-box .aboutB-box-div .aboutB-box-buttom {
        padding: 0 30px;
        text-align: center; }
        .about .aboutB .width-1200 .aboutB-box .aboutB-box-div .aboutB-box-buttom div {
          font-size: 17px;
          color: #363636;
          margin-top: 50px; }
        .about .aboutB .width-1200 .aboutB-box .aboutB-box-div .aboutB-box-buttom p {
          font-size: 14px;
          color: #7c7c7c;
          font-family: PingFangSC-Regular, sans-serif; }

.about .aboutC {
  background-color: #f6f6f6;
  margin-top: -0.75rem; }
  .about .aboutC .width-1200 {
    padding: 0.6rem 0;
    overflow: hidden; }
  .about .aboutC .aboutC-top {
    width: 200px;
    float: left;
    position: relative;
    margin-top: 0.46rem; }
    .about .aboutC .aboutC-top::before {
      content: '';
      width: 1px;
      height: 100%;
      background-color: #e6e6e6;
      position: absolute;
      left: 0.18rem;
      bottom: 0.19rem;
      z-index: 1; }
    .about .aboutC .aboutC-top ul {
      position: relative;
      z-index: 10;
      height: 0.56rem; }
      .about .aboutC .aboutC-top ul li {
        width: 1.05rem;
        height: 0.64rem;
        text-align: center;
        font-size: 0.2rem;
        line-height: 0.2rem;
font-weight: bold;
        color: #6d6d6d;
        cursor: pointer;
        float: left; }
        .about .aboutC .aboutC-top ul li div {
          width: 0.13rem;
          height: 0.13rem;
          border-radius: 50%;
          background-color: #e6e6e6;
          margin: 0 0.12rem;
          float: left; }
        .about .aboutC .aboutC-top ul li:hover {
          color: #1a1a1a; }
          .about .aboutC .aboutC-top ul li:hover div {
            background-color: #76a2cf; }
        .about .aboutC .aboutC-top ul li p {
          margin-left: 0.5rem; }
      .about .aboutC .aboutC-top ul .cur {
        width: 2rem;
        height: 0.8rem;
        font-size: 0.4rem;
        line-height: 0.4rem;
        color: #1a1a1a; }
        .about .aboutC .aboutC-top ul .cur div {
          width: 0.37rem;
          height: 0.37rem;
          background-color: rgba(118, 162, 207, 0.2);
          position: relative;
          margin: 0; }
          .about .aboutC .aboutC-top ul .cur div::before {
            content: '';
            width: 0.21rem;
            height: 0.21rem;
            border-radius: 50%;
            background-color: #76a2cf;
            position: absolute;
            top: 0.08rem;
            left: 0.08rem; }
        .about .aboutC .aboutC-top ul .cur:hover div {
          background-color: rgba(118, 162, 207, 0.2); }
  .about .aboutC .aboutC-tab {
    width: 800px;
    margin-right: 200px;
    float: left; }
    .about .aboutC .aboutC-tab ul li {
      border-bottom: 1px solid #e1e1e1; }
      .about .aboutC .aboutC-tab ul li .time {
        font-weight: bold;
        font-size: 0.2rem;
        color: #0f538a;
        margin-top: 0.46rem; }
      .about .aboutC .aboutC-tab ul li .title {
        font-size: 0.18rem;
        color: #1f1f1f;
        margin-bottom: 0.2rem; }
      .about .aboutC .aboutC-tab ul li p {
        font-size: 0.14rem;
        color: #9f9f9f;
        margin-bottom: 0.48rem; }

.about .aboutD {
  margin-top: -0.75rem; }
  .about .aboutD .aboutD-top {
    height: 3.3rem;
    background-color: #f6f6f6;
    text-align: center;
    color: #1a1a1a; }
    .about .aboutD .aboutD-top div {
      font-size: 0.3rem;
      line-height: 0.3rem;
      padding-top: 2.17rem; }
    .about .aboutD .aboutD-top p {
      font-size: 0.18rem;
      font-weight: 300 ;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      margin-top: 0.1rem; }
  .about .aboutD .aboutD-time .aboutD-year {
    background-color: #f6f6f6; }
    .about .aboutD .aboutD-time .aboutD-year .width-1200 {
      position: relative; }
      .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-left {
        width: 0.2rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        cursor: pointer; }
        .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-left::before {
          content: '';
          border-top: 0.1rem solid transparent;
          border-bottom: 0.1rem solid transparent;
          border-right: 0.2rem solid #0f538a;
          position: absolute;
          cursor: pointer;
          margin-top: 0.2rem; }
      .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-center {
        width: 11.6rem;
        overflow: hidden; }
        .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-center ul {
          width: 2000px; }
          .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-center ul a {
            float: left; }
          .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-center ul li {
            width: 1.7rem;
            font-size: 0.2rem;
            line-height: 0.6rem;
            text-align: center;
            font-weight: bold;
            color: #a1a1a1;
            float: left;
            cursor: pointer; }
            .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-center ul li:hover {
              color: #0f538a; }
          .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-center ul .cur {
            font-size: 0.26rem;
            color: #0f538a;
            position: relative; }
            .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-center ul .cur::before {
              content: '';
              width: 0.3rem;
              height: 0.04rem;
              background-color: #0f538a;
              position: absolute;
              left: 0.7rem;
              bottom: 0; }
      .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-right {
        width: 0.2rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        cursor: pointer; }
        .about .aboutD .aboutD-time .aboutD-year .width-1200 .aboutD-year-right::before {
          content: '';
          border-top: 0.1rem solid transparent;
          border-bottom: 0.1rem solid transparent;
          border-left: 0.2rem solid #0f538a;
          position: absolute;
          cursor: pointer;
          margin-top: 0.2rem; }
  .about .aboutD .aboutD-time .aboutD-text {
    margin: 1.6rem 0 1.7rem 0; }
    .about .aboutD .aboutD-time .aboutD-text .width-1200 {
      overflow: hidden; }
      .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-year {
        width: 2.6rem;
        font-size: 0.6rem;
        line-height: 0.6rem;
        color: #1a1a1a;
        font-weight: bold;
        float: left; }
      .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-shu {
        width: 1px;
        height: 0.6rem;
        background-color: #e6e6e6;
        float: left; }
      .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c {
        float: left;
        width: 7.6rem; }
        .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list {
          padding: 0.1rem 0 0.3rem 0;
          margin-left: 1.5rem;
          height: 0.6rem; }
          .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-num {
            width: 0.3rem;
            font-size: 0.3rem;
            line-height: 0.3rem;
            color: #e6e6e6;
            margin-top: 0.08rem;
            margin-right: 0.3rem;
            font-weight: bold;
            float: left; }
          .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu {
            float: left; }
            .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-img {
              width: 5.5rem;
              height: 0;
              background-color: #000;
              margin-bottom: 0;
              overflow: hidden;
              -webkit-transition: all .4s;
              -o-transition: all .4s;
              transition: all .4s; }
              .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-img img {
                width: 100%;
                background-color: #00a0e4;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s; }
              .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-img:hover {
                -webkit-transform: scale(0.98);
                -ms-transform: scale(0.98);
                transform: scale(0.98); }
                .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-img:hover img {
                  -webkit-transform: scale(1.1);
                  -ms-transform: scale(1.1);
                  transform: scale(1.1); }
              .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-img.on {
                height: 2.5rem;
                margin-bottom: 0.3rem; }
            .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-text {
              margin-bottom: 0.6rem;
              height: 1px; }
              .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-text p {
                font-size: 0.16rem;
                font-weight: bold;
                line-height: 0.36rem;
                float: left; }
              .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-text div {
                width: 0.31rem;
                height: 0.31rem;
                border: 1px solid #ccc;
                border-radius: 50%;
                margin-top: 0.03rem;
                position: relative;
                cursor: pointer;
                float: right; }
                .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-text div::before {
                  content: '';
                  width: 0.17rem;
                  height: 1px;
                  background-color: #ccc;
                  position: absolute;
                  top: 0.14rem;
                  left: 0.06rem; }
                .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-text div::after {
                  content: '';
                  width: 1px;
                  height: 0.17rem;
                  background-color: #ccc;
                  position: absolute;
                  top: 0.06rem;
                  left: 0.14rem; }
                .about .aboutD .aboutD-time .aboutD-text .width-1200 .aboutD-text-c .aboutD-text-list .aboutD-text-wentu .d-text div.on::after {
                  display: none; }

.about .aboutE {
  background-color: rgba(96, 96, 96, 0.06);
  position: relative;
  z-index: 1; }
  .about .aboutE::before {
    content: '';
    width: 100%;
    height: 0.75rem;
    background-color: rgba(96, 96, 96, 0.06);
    position: absolute;
    top: -0.75rem;
    left: 0;
    z-index: -1; }
  .about .aboutE .width-1200 .daoyu {
    padding: 0.8rem 1rem 0; }
    .about .aboutE .width-1200 .daoyu p {
      font-size: 0.15rem;
      line-height: 2.5em;
      color: #333;
      text-indent: 2em;
      font-weight: bold; }
  .about .aboutE .width-1200 .linian {
    padding-top: 0.5rem;
    overflow: hidden;
    position: relative;
    z-index: 999; }
    .about .aboutE .width-1200 .linian .linian-wen {
      width: 9rem;
      float: left; }
      .about .aboutE .width-1200 .linian .linian-wen .linian-title {
        font-size: 0.3rem;
        color: #1a1a1a;
        font-weight: bold;
        text-indent: 0.9rem;
        line-height: 4em;
        background-color: #fff; }
      .about .aboutE .width-1200 .linian .linian-wen .linian-text {
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 0.1rem 0.05rem rgba(188, 188, 188, 0.1);
        box-shadow: 0 0.1rem 0.05rem rgba(188, 188, 188, 0.1);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .about .aboutE .width-1200 .linian .linian-wen .linian-text p {
          font-size: 0.14rem;
          line-height: 2em;
          padding: 0 0.95rem 1.05rem;
          text-indent: 2em; }
        .about .aboutE .width-1200 .linian .linian-wen .linian-text.on {
          height: 2rem;
          overflow: hidden; }
          .about .aboutE .width-1200 .linian .linian-wen .linian-text.on p {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 7;
            overflow: hidden; }
      .about .aboutE .width-1200 .linian .linian-wen .linian-btn {
        width: 0.8rem;
        height: 0.8rem;
        background-color: #0f538a;
        margin: -0.4rem auto 0;
        position: relative;
        cursor: pointer;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        overflow: hidden;
        font-size: 0.16rem;
        color: #fff;
        text-align: center;
        line-height: 0.8rem; }
    .about .aboutE .width-1200 .linian .linian-img {
      float: left; }
      .about .aboutE .width-1200 .linian .linian-img div {
        width: 3rem;
        height: 4.42rem;
        background-color: #2D93CA;
        -webkit-box-shadow: 0 0.1rem 0.05rem rgba(188, 188, 188, 0.1);
        box-shadow: 0 0.1rem 0.05rem rgba(188, 188, 188, 0.1); }
      .about .aboutE .width-1200 .linian .linian-img p {
        text-align: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        text-transform: uppercase;
        font-size: 0.2rem;
        color: #a1a1a1;
        line-height: 1em;
        margin-right: -0.3rem; }
        .about .aboutE .width-1200 .linian .linian-img p span:nth-child(1) {
          font-weight: 300  }
        .about .aboutE .width-1200 .linian .linian-img p span:nth-child(2) {

          font-weight: bold;
          margin-left: 0.1rem; }
  .about .aboutE .width-1200 .gongyi {
    height: 7.43rem;
    margin-top: 0.44rem;
    position: relative; }
    .about .aboutE .width-1200 .gongyi .gongyi-left {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100; }
      .about .aboutE .width-1200 .gongyi .gongyi-left p {
        font-size: 0.3rem;
        color: #1a1a1a;
        font-weight: bold;
        line-height: 1em;
        text-indent: 0.9rem;
        display: none; }
      .about .aboutE .width-1200 .gongyi .gongyi-left div {
        margin-top: 0.5rem;
        -webkit-box-shadow: 0 0.2rem 0.46rem rgba(188, 188, 188, 0.4);
        box-shadow: 0 0.2rem 0.46rem rgba(188, 188, 188, 0.4);
        overflow: hidden;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .about .aboutE .width-1200 .gongyi .gongyi-left div img {
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        .about .aboutE .width-1200 .gongyi .gongyi-left div:hover {
          -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
          transform: scale(0.98); }
          .about .aboutE .width-1200 .gongyi .gongyi-left div:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
    .about .aboutE .width-1200 .gongyi .gongyi-right {
      -webkit-box-shadow: 0 0.2rem 0.46rem rgba(188, 188, 188, 0.4);
      box-shadow: 0 0.2rem 0.46rem rgba(188, 188, 188, 0.4);
      position: absolute;
      top: 0;
      right: 0;
      width: 9rem;
      height: 4.42rem;
      background-color: #fff;
      margin-bottom: 1.54rem; }
      .about .aboutE .width-1200 .gongyi .gongyi-right div {
        width: 6rem;
        float: right;
        padding: 1rem 0.9rem 0 0.8rem; }
        .about .aboutE .width-1200 .gongyi .gongyi-right div span {
          font-size: 0.3rem;
          font-weight: bold;
          text-transform: uppercase;
          color: #1a1a1a;
          display: block;
          line-height: 1em; }
        .about .aboutE .width-1200 .gongyi .gongyi-right div p {
          margin-top: 0.25rem;
          font-size: 0.14rem;
          color: #1a1a1a;
          line-height: 2em;
          text-indent: 2em; }

/*---------------------------------------------------新闻动态-----------------------------------------------------------------*/
.news.law .newsA .text-two .text-two-left, .news.law .newsA .text-two .text-two-shu {
  display: none; }

.news.law .newsA .text-two .text-two-right {
  padding: 0 0.7rem 0.7rem 0.7rem; }

.news.law .newsA .text-top {
  border: none; }
  .news.law .newsA .text-top .width-1200 .text-top-more, .news.law .newsA .text-top .width-1200 .text-top-shu {
    display: none; }
  .news.law .newsA .text-top .text-top-heng {
    display: none; }

.news .newsA .newsA-top {
  width: 100%;
  height: 2.73rem;
  background-color: rgba(96, 96, 96, 0.06);
  margin-top: -0.75rem;
  overflow: hidden;
  position: relative;
  top: -0.75rem; }
  .news .newsA .newsA-top .width-1200 {
    height: 100%;
    position: relative; }
    .news .newsA .newsA-top .width-1200 .news-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      left: 0;
      bottom: 0; }
      .news .newsA .newsA-top .width-1200 .news-btn .news-btn-left-a {
        float: left; }
      .news .newsA .newsA-top .width-1200 .news-btn .news-btn-right-a {
        float: right; }
      .news .newsA .newsA-top .width-1200 .news-btn .news-btn-left {
        height: 0.19rem;
        cursor: pointer;
        border-top: 0.095rem solid transparent;
        border-bottom: 0.095rem solid transparent;
        border-right: 0.17rem solid #0f538a;
        margin-top: 0.05rem; }
        .news .newsA .newsA-top .width-1200 .news-btn .news-btn-left.on {
          border-right: 0.17rem solid #e6e6e6; }
      .news .newsA .newsA-top .width-1200 .news-btn .news-btn-num {
        float: left;
        width: 2.66rem;
        text-align: center;
        font-weight: bold;
        font-size: 0.4rem;
        color: #1a1a1a;
        line-height: 1em;
        margin-bottom: 0.2rem; }
      .news .newsA .newsA-top .width-1200 .news-btn .news-btn-right {
        height: 0.19rem;
        cursor: pointer;
        border-top: 0.095rem solid transparent;
        border-bottom: 0.095rem solid transparent;
        border-left: 0.17rem solid #0f538a;
        margin-top: 0.05rem; }
        .news .newsA .newsA-top .width-1200 .news-btn .news-btn-right.on {
          border-left: 0.17rem solid #e6e6e6; }
      .news .newsA .newsA-top .width-1200 .news-btn::before {
        content: '';
        width: 0.24rem;
        height: 0.08rem;
        background-color: #0f538a;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -0.12rem; }
    .news .newsA .newsA-top .width-1200 .news-p {
      width: 5rem;
      height: 1.4rem;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      bottom: 0; }

.news .newsA .news-list ul li {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden; }
  .news .newsA .news-list ul li a {
    padding: 0.2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: block;
    overflow: hidden; }
    .news .newsA .news-list ul li a .news-list-time {
      width: 2rem;
      text-align: center;
      line-height: 1.4rem;
      font-weight: 300 ;
      font-size: 0.18rem;
      color: #1a1a1a;
      float: left; }
    .news .newsA .news-list ul li a .news-list-img {
      width: 2.18rem;
      height: 1.4rem;
      background-color: #c1d969;
      overflow: hidden;
      float: left; }
      .news .newsA .news-list ul li a .news-list-img img {
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
    .news .newsA .news-list ul li a .news-list-text {
      width: 6.2rem;
      padding: 0 1rem 0 0.8rem;
      float: left; }
      .news .newsA .news-list ul li a .news-list-text span {
        display: block;
        font-size: 0.16rem;
        color: #1a1a1a;
        margin-top: 0.24rem; }
      .news .newsA .news-list ul li a .news-list-text p {
        height: 40px;
        font-size: 0.14rem;
        color: #a1a1a1;
        margin-top: 0.32rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .news .newsA .news-list ul li a .news-list-jian {
      width: 1.62rem;
      padding-top: 0.65rem;
      visibility: hidden;
      float: left; }
      .news .newsA .news-list ul li a .news-list-jian div {
        float: left; }
      .news .newsA .news-list ul li a .news-list-jian div:nth-child(1) {
        width: 0.01rem;
        height: 1px;
        background-color: #1a1a1a;
        margin-top: 0.05rem;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .news .newsA .news-list ul li a .news-list-jian div:nth-child(2) {
        border-top: 0.055rem solid transparent;
        border-bottom: 0.055rem solid transparent;
        border-left: 0.05rem solid #1a1a1a; }
    .news .newsA .news-list ul li a:hover {
      background-image: -webkit-gradient(linear, left top, right top, from(#f5faff), to(#f6f6f6));
      background-image: -webkit-linear-gradient(left, #f5faff, #f6f6f6);
      background-image: -o-linear-gradient(left, #f5faff, #f6f6f6);
      background-image: linear-gradient(left, #f5faff, #f6f6f6); }
      .news .newsA .news-list ul li a:hover .news-list-jian {
        visibility: visible; }
        .news .newsA .news-list ul li a:hover .news-list-jian div:nth-child(1) {
          width: 0.75rem; }
  .news .newsA .news-list ul li:hover .news-list-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.news .newsA .news-list .news-none i {
  display: block;
  text-align: center;
  color: #e6e6e6;
  font-size: 0.3rem;
  line-height: 1.4rem;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .news .newsA .news-list .news-none i:hover {
    color: #a1a1a1; }

.news .newsA .news-list .news-none p {
  text-align: center;
  line-height: 1.4rem;
  font-size: 0.18rem;
  color: #a1a1a1;
  display: none; }

.news .newsA .news-list.wutu ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e6e6e6; }
  .news .newsA .news-list.wutu ul li a {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .news .newsA .news-list.wutu ul li a .news-list-time {
      width: 2rem;
      text-align: center;
      line-height: 1.4rem;
      font-weight: 300 ;
      font-size: 0.18rem;
      color: #1a1a1a; }
    .news .newsA .news-list.wutu ul li a .news-list-img {
      width: 2.18rem;
      height: 1.4rem;
      background-color: #c1d969;
      overflow: hidden; }
      .news .newsA .news-list.wutu ul li a .news-list-img img {
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
    .news .newsA .news-list.wutu ul li a .news-list-text {
      width: 8rem;
      padding: 0 0.2rem; }
      .news .newsA .news-list.wutu ul li a .news-list-text span {
        display: block;
        font-size: 0.16rem;
        color: #1a1a1a;
        margin-top: 0.24rem; }
      .news .newsA .news-list.wutu ul li a .news-list-text p {
        font-size: 0.14rem;
        color: #a1a1a1;
        margin-top: 0.32rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .news .newsA .news-list.wutu ul li a .news-list-jian {
      width: 1.62rem;
      padding-top: 0.65rem;
      visibility: hidden; }
      .news .newsA .news-list.wutu ul li a .news-list-jian div {
        float: left; }
      .news .newsA .news-list.wutu ul li a .news-list-jian div:nth-child(1) {
        width: 0.01rem;
        height: 1px;
        background-color: #1a1a1a;
        margin-top: 0.05rem;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .news .newsA .news-list.wutu ul li a .news-list-jian div:nth-child(2) {
        border-top: 0.055rem solid transparent;
        border-bottom: 0.055rem solid transparent;
        border-left: 0.05rem solid #1a1a1a; }
    .news .newsA .news-list.wutu ul li a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#f5faff), to(#f6f6f6));
      background-image: -webkit-linear-gradient(left, #f5faff, #f6f6f6);
      background-image: -o-linear-gradient(left, #f5faff, #f6f6f6);
      background-image: linear-gradient(left, #f5faff, #f6f6f6); }
      .news .newsA .news-list.wutu ul li a:hover .news-list-jian {
        visibility: visible; }
        .news .newsA .news-list.wutu ul li a:hover .news-list-jian div:nth-child(1) {
          width: 0.75rem; }
  .news .newsA .news-list.wutu ul li:hover .news-list-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.news .newsA .news-list.wutu .news-none i {
  display: block;
  text-align: center;
  color: #e6e6e6;
  font-size: 0.3rem;
  line-height: 1.4rem;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .news .newsA .news-list.wutu .news-none i:hover {
    color: #a1a1a1; }

.news .newsA .news-list.wutu .news-none p {
  text-align: center;
  line-height: 1.4rem;
  font-size: 0.18rem;
  color: #a1a1a1;
  display: none; }

.news .newsA .news-xinwen {
  clear: none; }
  .news .newsA .news-xinwen .gotop {
    width: 1.34rem;
    height: 0.5rem;
    display: block;
    background-color: #76a2cf;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.5rem;
    float: right;
    margin-top: -1rem;
    text-align: center;
    border-radius: 0.25rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 888; }
    .news .newsA .news-xinwen .gotop:hover {
      background-color: #3f73a9; }

.news .newsA .text-top {
  height: 1rem;
  overflow: hidden;
  border-bottom: 1px solid #ededed; }
  .news .newsA .text-top .width-1200 {
    height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .news .newsA .text-top .width-1200 .text-top-more {
      width: 2.96rem;
      height: 1rem;
      float: left;
      position: relative; }
      .news .newsA .text-top .width-1200 .text-top-more span {
        width: 2.9rem;
        display: block;
        font-size: 1rem;
        color: transparent;
        line-height: 1em;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url("../../imgs/news/news-nei.png");
        background-size: 100%;
        background-position: left bottom;
        background-repeat: no-repeat; }
      .news .newsA .text-top .width-1200 .text-top-more p {
        font-size: 0.18rem;
        color: #0f538a;
        font-weight: bold;
        position: absolute;
        left: 0;
        bottom: 0.1rem; }
    .news .newsA .text-top .width-1200 .text-top-shu {
      width: 0.07rem;
      float: left; }
      .news .newsA .text-top .width-1200 .text-top-shu div:nth-child(1) {
        width: 0.07rem;
        height: 1rem;
        background-color: #0f538a; }
      .news .newsA .text-top .width-1200 .text-top-shu div:nth-child(2) {
        width: 1px;
        height: 0.62rem;
        background-color: #ededed;
        margin-left: 0.03rem;
        display: none; }
    .news .newsA .text-top .width-1200 .text-top-title {
      width: 8.97rem;
      line-height: 1rem;
      float: left; }
      .news .newsA .text-top .width-1200 .text-top-title p:nth-child(1) {
        font-size: 0.2rem;
        color: #1a1a1a;
        font-weight: bold;
        margin: 0 0 0 0.7rem;
        float: left; }
      .news .newsA .text-top .width-1200 .text-top-title p:nth-child(2) {
        text-align: right;
        margin: 0 0.1rem 0 0;
        font-size: 0.18rem;
        color: #1a1a1a;
        float: right; }
  .news .newsA .text-top .text-top-heng {
    width: 34%;
    height: 1px;
    background-color: #ededed;
    margin-top: -1px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .news .newsA .text-top .text-top-heng.on {
      width: 100%; }

.news .newsA .text-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .news .newsA .text-two .text-two-left {
    width: 2.96rem;
    float: left; }
    .news .newsA .text-two .text-two-left ul {
      margin-top: 0.5rem; }
      .news .newsA .text-two .text-two-left ul li {
        color: #1a1a1a;
        font-size: 0.13rem;
        line-height: 0.5rem;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .news .newsA .text-two .text-two-left ul li:hover {
          color: #0f538a; }
  .news .newsA .text-two .text-two-shu {
    width: 1px;
    height: 1rem;
    background-color: #ededed;
    margin-left: 0.03rem;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    float: left; }
  .news .newsA .text-two .text-two-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 9rem;
    padding: 0.7rem;
    float: left; }
    .news .newsA .text-two .text-two-right .text-two-p {
      font-size: 0.14rem;
      color: #6d6d6d;
      line-height: 2em; }
      .news .newsA .text-two .text-two-right .text-two-p img {
        width: 100%;
        margin: 0.2rem 0; }
    .news .newsA .text-two .text-two-right .text-two-btn {
      width: 2.2rem;
      margin: 0.5rem auto 0; }
      .news .newsA .text-two .text-two-right .text-two-btn button {
        width: 1.1rem;
        height: 0.5rem;
        line-height: 1em;
        display: block;
        font-size: 0.14rem;
        float: left;
        border: none;
        background-color: #e6e6e6;
        color: #a1a1a1;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        border-radius: 0; }
      .news .newsA .text-two .text-two-right .text-two-btn .btn-left .btn-jian {
        border-top: 0.075rem solid transparent;
        border-bottom: 0.075rem solid transparent;
        border-right: 0.08rem solid #a1a1a1;
        position: absolute;
        top: 0.18rem;
        left: 0.3rem;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        z-index: 100; }
      .news .newsA .text-two .text-two-right .text-two-btn .btn-left span {
        position: absolute;
        top: 0.18rem;
        left: 0.5rem;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        z-index: 100; }
      .news .newsA .text-two .text-two-right .text-two-btn .btn-left:hover .btn-jian {
        border-right: 0.08rem solid #fff; }
      .news .newsA .text-two .text-two-right .text-two-btn .btn-left:hover span {
        color: #fff; }
      .news .newsA .text-two .text-two-right .text-two-btn .btn-left .btn-left-bj {
        width: 1.1rem;
        height: 0.5rem;
        background-color: #0f538a;
        position: absolute;
        top: 0;
        left: 1.1rem; }
        .news .newsA .text-two .text-two-right .text-two-btn .btn-left .btn-left-bj.on {
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
      .news .newsA .text-two .text-two-right .text-two-btn .btn-right .btn-jian {
        border-top: 0.075rem solid transparent;
        border-bottom: 0.075rem solid transparent;
        border-left: 0.08rem solid #a1a1a1;
        position: absolute;
        top: 0.18rem;
        right: 0.3rem;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        z-index: 100; }
      .news .newsA .text-two .text-two-right .text-two-btn .btn-right span {
        position: absolute;
        top: 0.18rem;
        right: 0.5rem;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        z-index: 100; }
      .news .newsA .text-two .text-two-right .text-two-btn .btn-right:hover .btn-jian {
        border-left: 0.08rem solid #fff; }
      .news .newsA .text-two .text-two-right .text-two-btn .btn-right:hover span {
        color: #fff; }
      .news .newsA .text-two .text-two-right .text-two-btn .btn-right .btn-left-bj {
        width: 1.1rem;
        height: 0.5rem;
        background-color: #0f538a;
        position: absolute;
        top: 0;
        left: -1.1rem; }
        .news .newsA .text-two .text-two-right .text-two-btn .btn-right .btn-left-bj.on {
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }

/*------------------------------------------------服务与合作--------------------------------------------------------------------*/
.hezuo #businessBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 999;
  padding: 1rem; }
  .hezuo #businessBox .businessBox {
    max-width: 1160px;
    width: 100%;
    height: 100%;
    margin: auto; }
    .hezuo #businessBox .businessBox .businessBox-close {
      text-align: right;
      font-size: 30px;
      color: #fff;
      cursor: pointer; }
    .hezuo #businessBox .businessBox .businessBox-text {
      width: 100%;
      height: 80%;
      background-color: #fff;
      overflow: auto;
      position: relative;
      padding: 40px; }
      .hezuo #businessBox .businessBox .businessBox-text .bu-left {
        height: 150px;
        margin-bottom: 20px; }
        .hezuo #businessBox .businessBox .businessBox-text .bu-left .businessBox-text-left {
          float: left; }
      .hezuo #businessBox .businessBox .businessBox-text .bu-right {
        height: 150px;
        margin-bottom: 20px; }
        .hezuo #businessBox .businessBox .businessBox-text .bu-right .businessBox-text-left {
          float: right;
          margin-left: 30px; }
        .hezuo #businessBox .businessBox .businessBox-text .bu-right .businessBox-text-right {
          margin-left: 0; }
      .hezuo #businessBox .businessBox .businessBox-text .businessBox-text-left {
        width: 300px;
        height: 150px;
        overflow: hidden; }
        .hezuo #businessBox .businessBox .businessBox-text .businessBox-text-left img {
          display: block;
          width: 100%;
          height: 150px;
          background-color: #00ffaa; }
      .hezuo #businessBox .businessBox .businessBox-text .businessBox-text-right {
        margin-left: 340px;
        padding-top: 0.1rem;
        height: 150px;
        overflow: auto; }
        .hezuo #businessBox .businessBox .businessBox-text .businessBox-text-right div {
          font-size: 0.26rem; }
        .hezuo #businessBox .businessBox .businessBox-text .businessBox-text-right p {
          font-size: 0.14rem;
          line-height: 1.5em;
          text-indent: 2em; }

.hezuo .hezuoD {
  background-color: #f6f6f6;
  margin-top: -0.75rem; }
  .hezuo .hezuoD .hezuoD-title {
    padding-top: 1.2rem; }
    .hezuo .hezuoD .hezuoD-title .width-1200 {
      height: 1.4rem;
      position: relative; }
      .hezuo .hezuoD .hezuoD-title .width-1200 p {
        font-size: 0.3rem;
        color: #1a1a1a; }
      .hezuo .hezuoD .hezuoD-title .width-1200 span {
        font-size: 0.18rem;
        color: #1a1a1a;
        font-weight: 300 ;
        text-transform: uppercase; }
      .hezuo .hezuoD .hezuoD-title .width-1200 div {
        width: 0.3rem;
        height: 0.06rem;
        background-color: #0f538a;
        margin-top: 0.2rem; }
  .hezuo .hezuoD .fuwu {
    padding-bottom: 1rem; }
    .hezuo .hezuoD .fuwu .width-1200 .yewu-img {
      width: 100%;
      height: 4rem;
      overflow: hidden;
      position: relative; }
      .hezuo .hezuoD .fuwu .width-1200 .yewu-img div {
        width: 100%;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        .hezuo .hezuoD .fuwu .width-1200 .yewu-img div:nth-child(1) {
          z-index: 100; }
      .hezuo .hezuoD .fuwu .width-1200 .yewu-img:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .hezuo .hezuoD .fuwu .width-1200 .yewu-wen-m {
      display: none; }
    .hezuo .hezuoD .fuwu .width-1200 .yewu-flex {
      width: 100%;
      height: 6rem;
      background-color: #fff;
      margin-top: -4rem; }
    .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box {
      float: left;
      width: 25%;
      height: 6rem;
      padding-top: 4.62rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      overflow: hidden; }
      .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box:not(:first-child)::before {
        content: '';
        width: 1px;
        height: 0.88rem;
        background-color: #e8e8e8;
        position: absolute;
        left: 0;
        top: 4.6rem; }
      .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box .box-img {
        width: 0.61rem;
        height: 0.41rem;
        overflow: hidden;
        margin: 0.04rem auto 0;
        position: relative;
        z-index: 999; }
      .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box p {
        font-size: 0.18rem;
        color: #2d2d2d;
        text-align: center;
        margin-top: 0.15rem;
        position: relative;
        z-index: 999;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box .intro_type {
        width: 3rem;
        height: 7rem;
        position: absolute;
        z-index: 500;
        left: -3rem;
        top: -0.04rem; }
        .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box .intro_type .jieshao {
          width: 3rem;
          height: 4rem;
          position: absolute;
          z-index: 999;
          left: 0;
          top: 0.04rem;
          background-color: rgba(0, 0, 0, 0.3); }
          .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box .intro_type .jieshao div {
            position: absolute;
            left: 0;
            bottom: 0.4rem; }
          .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box .intro_type .jieshao p {
            text-align: left;
            text-indent: 0.4rem;
            font-size: 0.16rem;
            color: #fff;
            line-height: 0.35rem;
            margin: 0; }
        .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box .intro_type .jieshao-bj {
          width: 3rem;
          height: 2rem;
          background-color: #005aab;
          position: absolute;
          z-index: 100;
          left: 0;
          top: 4.04rem; }
      .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box:hover div img {
        margin-top: -0.41rem; }
      .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box:hover p {
        color: #fff; }
    .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box:nth-child(1) {
      cursor: pointer; }
      .hezuo .hezuoD .fuwu .width-1200 .yewu-flex-box:nth-child(1) .intro_type .jieshao p {
        cursor: pointer; }

.hezuo .hezuoA-top {
  width: 100%;
  height: 2rem;
  background-color: #e6e6e6;
  margin-top: -0.75rem; }
  .hezuo .hezuoA-top .width-1200 {
    height: 2rem;
    position: relative; }
    .hezuo .hezuoA-top .width-1200 .hezuoA-top-title {
      position: absolute;
      left: 0;
      bottom: 0; }
      .hezuo .hezuoA-top .width-1200 .hezuoA-top-title p {
        font-size: 0.3rem;
        color: #1a1a1a; }
      .hezuo .hezuoA-top .width-1200 .hezuoA-top-title span {
        font-size: 0.18rem;
        color: #1a1a1a;
        font-weight: 300 ; }
      .hezuo .hezuoA-top .width-1200 .hezuoA-top-title div {
        width: 0.3rem;
        height: 0.06rem;
        background-color: #0f538a;
        margin-top: 0.2rem; }

.hezuo .hezuoA .huoban {
  margin-top: 1.6rem; }
  .hezuo .hezuoA .huoban .width-1200 {
    margin-bottom: 1.3rem; }
    .hezuo .hezuoA .huoban .width-1200 .huoban-title {
      width: 1.35rem;
      display: none; }
      .hezuo .hezuoA .huoban .width-1200 .huoban-title div {
        height: 0.6rem;
        font-size: 0.8rem;
        font-weight: bold;
        color: rgba(96, 96, 96, 0.06);
        overflow: hidden; }
      .hezuo .hezuoA .huoban .width-1200 .huoban-title p {
        width: 0.9rem;
        text-align: right;
        font-size: 0.2rem;
        color: #1a1a1a;
        margin-top: 0.1rem; }
    .hezuo .hezuoA .huoban .width-1200 .huoban-shu {
      width: 1px;
      background-color: #e6e6e6;
      display: none; }
    .hezuo .hezuoA .huoban .width-1200 .huoban-img {
      padding: 0.2rem 0.32rem;
      overflow: hidden; }
      .hezuo .hezuoA .huoban .width-1200 .huoban-img div {
        width: 25%;
        height: 1.1rem;
        float: left;
        position: relative; }
        .hezuo .hezuoA .huoban .width-1200 .huoban-img div img {
          display: block;
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
      .hezuo .hezuoA .huoban .width-1200 .huoban-img.one {
        border-bottom: 1px solid #ddd; }

.hezuo .hezuoB .fuwu .fuwu-box {
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .hezuo .hezuoB .fuwu .fuwu-box .fueu-num {
    width: 4.45rem;
    color: #1a1a1a; }
    .hezuo .hezuoB .fuwu .fuwu-box .fueu-num p {
      font-size: 0.6rem;
      font-weight: bold;
      line-height: 1em; }
    .hezuo .hezuoB .fuwu .fuwu-box .fueu-num span {
      font-size: 0.18rem;
      font-weight: 300 ;
      letter-spacing: 0.02rem;
      display: block; }
    .hezuo .hezuoB .fuwu .fuwu-box .fueu-num div {
      font-size: 0.2rem;
      position: relative;
      margin-top: 1.8rem; }
  .hezuo .hezuoB .fuwu .fuwu-box .fueu-num-left {
    text-align: right;
    padding-right: 1.42rem; }
    .hezuo .hezuoB .fuwu .fuwu-box .fueu-num-left div::before {
      content: '';
      width: 1px;
      height: 1.45rem;
      background-color: #e6e6e6;
      position: absolute;
      top: -1.6rem;
      right: 0.13rem; }
  .hezuo .hezuoB .fuwu .fuwu-box .fueu-num-right {
    text-align: left;
    padding-right: 1.42rem; }
    .hezuo .hezuoB .fuwu .fuwu-box .fueu-num-right div::before {
      content: '';
      width: 1px;
      height: 1.45rem;
      background-color: #e6e6e6;
      position: absolute;
      top: -1.6rem;
      left: 0.13rem; }
  .hezuo .hezuoB .fuwu .fuwu-box .fuwu-tu div {
    width: 7.55rem;
    height: 3rem;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .hezuo .hezuoB .fuwu .fuwu-box .fuwu-tu div img {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .hezuo .hezuoB .fuwu .fuwu-box .fuwu-tu div:hover {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
      .hezuo .hezuoB .fuwu .fuwu-box .fuwu-tu div:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
  .hezuo .hezuoB .fuwu .fuwu-box .fuwu-tu p {
    font-size: 0.16rem;
    color: #1a1a1a;
    margin-top: 0.6rem;
    line-height: 0.3rem;
    font-weight: bold; }

.hezuo .hezuoB .fuwu .fuwu-box:not(:first-child) {
  border-top: 1px solid #e6e6e6; }

.hezuo .hezuoC {
  width: 100%; }
  .hezuo .hezuoC .fuwu {
    position: relative; }
    .hezuo .hezuoC .fuwu::before {
      content: '';
      width: 100%;
      height: 1.46rem;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .hezuo .hezuoC .fuwu .fuwu-top {
      clear: none;
      position: relative;
      height: 4.78rem;
      padding-top: 0.57rem; }
      .hezuo .hezuoC .fuwu .fuwu-top .fuwu-title {
        height: 4rem;
        overflow: hidden; }
        .hezuo .hezuoC .fuwu .fuwu-top .fuwu-title ul {
          width: 3rem;
          margin-top: 0.4rem; }
          .hezuo .hezuoC .fuwu .fuwu-top .fuwu-title ul li {
            width: 1.2rem;
            margin-right: 0.3rem;
            float: left;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #ddd;
            cursor: pointer;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
            .hezuo .hezuoC .fuwu .fuwu-top .fuwu-title ul li p {
              font-weight: bold;
              font-size: 0.14rem;
              line-height: 3em;
              color: #333;
              text-align: center;
              -webkit-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
            .hezuo .hezuoC .fuwu .fuwu-top .fuwu-title ul li:hover {
              border-bottom: 1px solid #0f538a; }
              .hezuo .hezuoC .fuwu .fuwu-top .fuwu-title ul li:hover p {
                color: #0f538a; }
            .hezuo .hezuoC .fuwu .fuwu-top .fuwu-title ul li.cur {
              border: 1px solid #0f538a; }
              .hezuo .hezuoC .fuwu .fuwu-top .fuwu-title ul li.cur p {
                color: #0f538a; }
      .hezuo .hezuoC .fuwu .fuwu-top .fuwu-num {
        display: none;
        font-weight: bold;
        font-size: 0.8rem;
        line-height: 1em;
        color: #e6e6e6;
        margin-top: 3.4rem; }
      .hezuo .hezuoC .fuwu .fuwu-top .fuwu-img {
        width: 9rem; }
        .hezuo .hezuoC .fuwu .fuwu-top .fuwu-img div:nth-child(1) {
          width: 100%;
          height: 4rem;
          overflow: hidden;
          opacity: 1;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .hezuo .hezuoC .fuwu .fuwu-top .fuwu-img div:nth-child(1).on {
            opacity: 0; }
          .hezuo .hezuoC .fuwu .fuwu-top .fuwu-img div:nth-child(1) img {
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s; }
          .hezuo .hezuoC .fuwu .fuwu-top .fuwu-img div:nth-child(1):hover img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2); }
        .hezuo .hezuoC .fuwu .fuwu-top .fuwu-img div:nth-child(2) {
          display: none;
          width: 3.32rem;
          height: 1.08rem;
          background-color: #0f538a;
          margin: -0.54rem auto 0;
          position: relative;
          text-align: center;
          line-height: 1.08rem;
          color: #fff;
          font-size: 0.2rem;
          -webkit-box-shadow: 0 0.1rem 0.32rem rgba(15, 83, 138, 0.4);
          box-shadow: 0 0.1rem 0.32rem rgba(15, 83, 138, 0.4); }
    .hezuo .hezuoC .fuwu .fuwu-flex {
      display: none; }
      .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        border-top: 1px solid #e6e6e6; }
        .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-box {
          width: 1.5rem;
          height: 1.5rem;
          position: relative;
          overflow: hidden; }
          .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-box img {
            height: 100%;
            position: absolute;
            top: 0;
            left: -50%;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s; }
          .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-box div {
            width: 1.5rem;
            height: 1.5rem;
            background-color: #fff;
            position: absolute;
            top: 0;
            left: 0; }
            .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-box div.on {
              -webkit-transition: all .4s;
              -o-transition: all .4s;
              transition: all .4s; }
          .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-box p {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            line-height: 1.5rem;
            font-size: 0.16rem;
            color: #1a1a1a;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto; }
          .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-box:hover img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2); }
          .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-box:hover div {
            background-color: rgba(0, 0, 0, 0.2); }
          .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-box:hover p {
            color: #fff; }
        .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-cur div {
          background-color: rgba(0, 0, 0, 0.2); }
          .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-cur div::before {
            content: '';
            width: 1.3rem;
            height: 1.3rem;
            border: 1px solid rgba(255, 255, 255, 0.5);
            position: absolute;
            top: 0.1rem;
            left: 0.1rem; }
        .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-left .fuwu-left-cur p {
          color: #fff; }
      .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-btn {
        width: 0.48rem;
        height: 0.48rem;
        border: 1px solid #d2d2d2;
        position: relative;
        margin-left: 0.3rem;
        cursor: pointer;
        margin-top: 0.5rem;
        display: none; }
        .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-btn::after {
          content: '';
          width: 0.13rem;
          height: 1px;
          background-color: #d2d2d2;
          position: absolute;
          top: 0.24rem;
          left: 0.18rem; }
        .hezuo .hezuoC .fuwu .fuwu-flex .fuwu-btn::before {
          content: '';
          width: 1px;
          height: 0.13rem;
          background-color: #d2d2d2;
          position: absolute;
          top: 0.18rem;
          left: 0.24rem; }

/*人才战略*/
.rencai .rencai-box {
  background-image: url("../../imgs/rencai/join.png");
  background-repeat: no-repeat;
  background-position: top right; }
  .rencai .rencai-box .rencai-nav {
    margin: 1.1rem 0 1.3rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .rencai .rencai-box .rencai-nav .rencai-nav-tab {
      width: 2.5rem;
      height: 0.6rem;
      text-align: center;
      line-height: 0.6rem;
      font-size: 0.18rem;
      margin-right: 0.4rem;
      color: #6d6d6d;
      cursor: pointer;
      position: relative;
      overflow: hidden; }
      .rencai .rencai-box .rencai-nav .rencai-nav-tab:hover {
        color: #000; }
        .rencai .rencai-box .rencai-nav .rencai-nav-tab:hover .rencai-nva-up {
          left: 0; }
        .rencai .rencai-box .rencai-nav .rencai-nav-tab:hover .rencai-nva-right {
          top: 0; }
        .rencai .rencai-box .rencai-nav .rencai-nav-tab:hover .rencai-nva-down {
          right: 0; }
        .rencai .rencai-box .rencai-nav .rencai-nav-tab:hover .rencai-nva-left {
          top: 0; }
      .rencai .rencai-box .rencai-nav .rencai-nav-tab div {
        position: absolute;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        background-color: #e6e6e6; }
      .rencai .rencai-box .rencai-nav .rencai-nav-tab .rencai-nva-up {
        width: 2.5rem;
        height: 1px;
        top: 0;
        left: -2.5rem; }
      .rencai .rencai-box .rencai-nav .rencai-nav-tab .rencai-nva-right {
        width: 1px;
        height: 0.6rem;
        top: -0.6rem;
        right: 0; }
      .rencai .rencai-box .rencai-nav .rencai-nav-tab .rencai-nva-down {
        width: 2.5rem;
        height: 1px;
        top: 0.59rem;
        right: -2.5rem; }
      .rencai .rencai-box .rencai-nav .rencai-nav-tab .rencai-nva-left {
        width: 1px;
        height: 0.6rem;
        top: 0.6rem;
        left: 0; }
    .rencai .rencai-box .rencai-nav .rencai-nav-cur {
      border: 1px solid #e6e6e6;
      color: #000;
      position: relative; }
      .rencai .rencai-box .rencai-nav .rencai-nav-cur::before {
        content: '';
        width: 0.2rem;
        height: 0.05rem;
        background-color: #0f538a;
        position: absolute;
        bottom: -0.01rem;
        left: 1.14rem; }
  .rencai .rencai-box .job-list {
    width: 1200px;
    overflow: hidden; }
  .rencai .rencai-box .rencai-list {
    padding-top: 0.9rem;
    overflow: hidden;
    position: relative; }
    .rencai .rencai-box .rencai-list .rencai-list-left {
      margin-bottom: 0.4rem;
      float: left; }
      .rencai .rencai-box .rencai-list .rencai-list-left h2 {
        font-size: 0.16rem;
        color: #1a1a1a;
        margin-bottom: 0.1rem; }
      .rencai .rencai-box .rencai-list .rencai-list-left .rencai-tiaojian {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .rencai .rencai-box .rencai-list .rencai-list-left .rencai-tiaojian div {
          font-size: 0.13rem;
          line-height: 0.24rem;
          margin-right: 0.7rem; }
          .rencai .rencai-box .rencai-list .rencai-list-left .rencai-tiaojian div p {
            color: #3a3a3e;
            font-weight: bold; }
            .rencai .rencai-box .rencai-list .rencai-list-left .rencai-tiaojian div p span {
              color: #919199; }
      .rencai .rencai-box .rencai-list .rencai-list-left .xiangxi {
        display: none;
        font-size: 0.13rem;
        line-height: 0.24rem;
        margin-right: 0.7rem; }
        .rencai .rencai-box .rencai-list .rencai-list-left .xiangxi p {
          color: #3a3a3e;
          font-weight: bold; }
          .rencai .rencai-box .rencai-list .rencai-list-left .xiangxi p span {
            color: #919199; }
    .rencai .rencai-box .rencai-list .rencai-list-right {
      cursor: pointer;
      float: right;
      width: 1.8rem;
      height: 0.45rem;
      border: 1px solid #e6e6e6; }
      .rencai .rencai-box .rencai-list .rencai-list-right a {
        width: 0.7rem;
        height: 1px;
        background-color: #e6e6e6;
        margin: 0.21rem 0 0 0.52rem;
        position: relative;
        display: block; }
        .rencai .rencai-box .rencai-list .rencai-list-right a::before {
          content: "";
          border-top: 0.055rem solid transparent;
          border-bottom: 0.055rem solid transparent;
          border-left: 0.05rem solid #e6e6e6;
          position: absolute;
          left: 0.7rem;
          top: -0.05rem; }
      .rencai .rencai-box .rencai-list .rencai-list-right p {
        text-align: center;
        line-height: 0.45rem;
        color: #0973bd;
        font-size: 0.14rem;
        display: block; }
    .rencai .rencai-box .rencai-list:hover .rencai-list-left h2 {
      color: #0973bd; }
    .rencai .rencai-box .rencai-list:hover .rencai-list-right {
      border: 1px solid #0973bd; }
      .rencai .rencai-box .rencai-list:hover .rencai-list-right div {
        display: none; }
      .rencai .rencai-box .rencai-list:hover .rencai-list-right p {
        display: block; }
  .rencai .rencai-box .job-heng {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: relative; }
  .rencai .rencai-box .job-hengon {
    width: 100%;
    height: 3px;
    background-color: #0f538a;
    position: absolute;
    top: -2px;
    left: -12rem; }
    .rencai .rencai-box .job-hengon.on {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
  .rencai .rencai-box .remli-none {
    text-align: center;
    line-height: 1.4rem;
    font-size: 0.18rem;
    color: #a1a1a1; }

.rencai .zhaopin-xiangping h3 {
  font-size: 0.17rem;
  line-height: 0.17rem;
  color: #434343;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #a8a8a8; }

.rencai .zhaopin-xiangping h2 {
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #434343;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #a8a8a8; }

.rencai .zhaopin-xiangping .zhaopin-xiangping-nei {
  margin: 0.52rem 0 1.32rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .rencai .zhaopin-xiangping .zhaopin-xiangping-nei div {
    font-size: 0.14rem;
    margin-right: 1.5rem; }
    .rencai .zhaopin-xiangping .zhaopin-xiangping-nei div p {
      line-height: 0.34rem;
      font-weight: bold;
      color: #434343; }
      .rencai .zhaopin-xiangping .zhaopin-xiangping-nei div p span {
        color: #919199; }
  .rencai .zhaopin-xiangping .zhaopin-xiangping-nei ul li {
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #919199; }

.rencai .toudi {
  text-align: center;
  margin-top: 0.2rem; }
  .rencai .toudi a {
    text-decoration: underline;
    color: #236fd5;
    font-size: 14px; }

/*联系我们*/
.lianxi .map-province {
  white-space: nowrap;
  position: absolute;
  z-index: 888;
  margin: -0.2rem 0 0 -0.3rem;
  width: 60px;
  height: 10px;
  pointer-events: none;
  color: #333;
  font-size: 12px;
  text-align: center; }

.lianxi .job-zongbu {
  font-size: 0.14rem;
  color: #636363;
  margin: 0.05rem 0 0 -0.08rem; }

.lianxi .map-province span {
  position: absolute;
  left: 7px;
  right: 0;
  margin: auto;
  z-index: 9000; }

.lianxi .map-province .sheng-div div {
  position: absolute;
  top: 20px;
  left: 32px;
  z-index: 9000; }

.lianxi .map-province.cur {
  position: absolute;
  z-index: 9999999999999; }

.lianxi .map-province.cur .sheng-div {
  -webkit-animation: shengDa .3s;
  animation: shengDa .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 9999999; }

@-webkit-keyframes shengDa {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes shengDa {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.lianxi .map-province.cur span {
  font-size: 0.14rem;
  color: #1364aa; }

.lianxi .map-province.cur .sheng-div div {
  font-size: 0.14rem;
  color: #e7110f; }

.lianxi .map-province::before {
  content: '';
  width: 0;
  height: 0;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 20px;
  left: 34px;
  z-index: 6000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.lianxi .map-province.cur::before {
  width: 0.6rem;
  height: 0.6rem;
  top: -10px;
  left: 4px;
  background-color: white; }

.lianxi .map-province::after {
  content: '';
  width: 0;
  height: 0;
  border-radius: 0.4rem;
  background-color: transparent;
  position: absolute;
  top: 20px;
  left: 34px;
  z-index: 5000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.lianxi .map-province.cur::after {
  width: 0.8rem;
  height: 0.8rem;
  top: -20px;
  left: -6px;
  background-color: rgba(0, 0, 0, 0.4); }

.lianxi .address-box {
  width: 400px;
  height: 430px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #eee;
  box-shadow: 0 0 10px #eee;
  position: absolute;
  top: 260px; }

.lianxi .address-box .tt {
  height: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 60px; }

.lianxi .address-box .tt > div {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer; }

.lianxi .address-box .tt .province {
  background-color: #1364aa; }

.lianxi .address-box .tt .city {
  background-color: #5c5c5c; }

.lianxi .address-box dt {
  position: relative;
  padding-left: 20px; }

.lianxi .address-box dt i {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10%;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center; }

.lianxi .address-box dt.on i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.lianxi .address-box i {
  color: #c6c9cc;
  font-size: 0.2rem;
  display: block; }

.lianxi .address-box i.zongbu {
  color: #f82635; }

.lianxi .address-box i.fenzhi {
  color: #0f538a; }

.lianxi .address-box i.wuliu {
  color: #c6c9cc; }

.lianxi .address-box dd {
  cursor: auto;
  position: absolute;
  top: 60px;
  left: 100%;
  width: 100%;
  color: #5c5c5c;
  height: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.lianxi .address-box .shenglei {
  display: none; }

.lianxi .address-box dd ul {
  height: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 10; }

.lianxi .address-box .tt .province dd {
  left: 0; }

.lianxi .address-box .tt .city dd {
  left: -100%; }

.lianxi .address-box dd li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px dashed #eee; }

.lianxi .address-box .cc {
  height: 370px;
  padding-top: 20px;
  overflow: hidden;
  overflow-y: auto; }

.lianxi .address-box .cc li {
  padding: 0 20px 20px 20px; }

.lianxi .address-box .cc h3 {
  font-size: 16px;
  color: #123c7b; }

.lianxi .address-box .cc div {
  font-size: 14px;
  color: #292929;
  line-height: 2; }

.lianxi .address-box .cc p {
  font-size: 14px;
  color: #292929;
  line-height: 2; }

.lianxi .lianxi-box {
  background-color: rgba(96, 96, 96, 0.06);
  position: relative; }
  .lianxi .lianxi-box .width-1200 {
    padding: 50px 0 1.2rem 0;
    position: relative; }
    .lianxi .lianxi-box .width-1200 .lianxi-zong {
      width: 1200px;
      height: 80px;
      margin: 0 auto 50px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      text-align: center; }
      .lianxi .lianxi-box .width-1200 .lianxi-zong p {
        width: 30%;
        font-size: 14px;
        color: #1a1a1a;
        line-height: 80px;
        padding-left: 20px;
        float: left; }
        .lianxi .lianxi-box .width-1200 .lianxi-zong p i {
          font-size: 16px;
          color: #235ca4;
          margin-right: 10px; }
      .lianxi .lianxi-box .width-1200 .lianxi-zong p:last-child {
        width: 40%; }
    .lianxi .lianxi-box .width-1200 .lianxi-title {
      position: absolute;
      top: 2.15rem;
      left: 0; }
      .lianxi .lianxi-box .width-1200 .lianxi-title p {
        font-size: 0.3rem;
        color: #1a1a1a; }
      .lianxi .lianxi-box .width-1200 .lianxi-title span {
        font-size: 0.18rem;
        color: #1a1a1a;
        font-weight: 300 ; }
      .lianxi .lianxi-box .width-1200 .lianxi-title div {
        width: 0.3rem;
        height: 0.06rem;
        background-color: #0f538a;
        margin-top: 0.2rem; }
    .lianxi .lianxi-box .width-1200 .lianxi-zongbu {
      position: absolute;
      z-index: 200;
      top: 5.4rem;
      left: 0; }
      .lianxi .lianxi-box .width-1200 .lianxi-zongbu div {
        width: 5.5rem;
        height: 1.95rem;
        overflow: hidden;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
        .lianxi .lianxi-box .width-1200 .lianxi-zongbu div img {
          width: 100%;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
        .lianxi .lianxi-box .width-1200 .lianxi-zongbu div:hover {
          -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
          transform: scale(0.98); }
          .lianxi .lianxi-box .width-1200 .lianxi-zongbu div:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
      .lianxi .lianxi-box .width-1200 .lianxi-zongbu h1 {
        font-weight: bold;
        font-size: 0.17rem;
        color: #1a1a1a;
        margin: 0.35rem 0 0.4rem 0; }
      .lianxi .lianxi-box .width-1200 .lianxi-zongbu p {
        font-size: 0.14rem;
        color: #a1a1a1;
        line-height: 0.28rem; }
  .lianxi .lianxi-box .map {
    position: relative; }
    .lianxi .lianxi-box .map svg {
      width: 10rem;
      height: 8.45rem; }
    .lianxi .lianxi-box .map circle {
      fill: #fff;
      pointer-events: none;
      opacity: 0; }
    .lianxi .lianxi-box .map circle.on {
      opacity: 1; }
    .lianxi .lianxi-box .map polygon {
      cursor: pointer;
      fill: #e2e5e8;
      stroke: #f6f6f6;
      stroke-width: 1;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .lianxi .lianxi-box .map polygon:hover, .lianxi .lianxi-box .map .map polygon.active {
      fill: #c6c9cc; }
  .lianxi .lianxi-box .map-1 {
    margin-left: 2rem; }

.lianxi .map-province {
  white-space: nowrap;
  position: absolute;
  z-index: 999;
  margin: -12px 0 0 -26px;
  width: 60px;
  pointer-events: none;
  color: #333;
  font-size: 12px;
  text-align: center; }
  .lianxi .map-province.on i {
    color: #236ed3;
    font-size: 0.3rem;
    margin: -0.4rem 0 0 0;
    display: block; }
  .lianxi .map-province.cur i {
    font-size: 0.3rem;
    color: #f82635; }

.lianxi-1 .lianxi-box::before {
  content: "";
  width: 50%;
  height: 5.8rem;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 4.4rem;
  left: 0;
  z-index: 100; }

.lianxi-1 .lianxi-box .map polygon {
  cursor: unset; }

.lianxi-2 .map-province span {
  position: absolute;
  z-index: 9000; }

.lianxi-2 .map-province .sheng-div div {
  position: absolute;
  top: 20px;
  left: 32px;
  z-index: 9000; }

.lianxi-2 .map-province.cur {
  position: absolute;
  z-index: 9999999999999; }

.lianxi-2 .map-province.cur .sheng-div {
  -webkit-animation: shengDa .3s;
  animation: shengDa .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 9999999; }

@keyframes shengDa {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.lianxi-2 .map-province.cur span {
  font-size: 0.14rem;
  color: #1364aa; }

.lianxi-2 .map-province.cur .sheng-div div {
  font-size: 0.14rem;
  color: #e7110f; }

.lianxi-2 .map-province::before {
  content: '';
  width: 0;
  height: 0;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 20px;
  left: 34px;
  z-index: 6000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.lianxi-2 .map-province.cur::before {
  width: 0.6rem;
  height: 0.6rem;
  top: -10px;
  left: 4px;
  background-color: white; }

.lianxi-2 .map-province::after {
  content: '';
  width: 0;
  height: 0;
  border-radius: 0.4rem;
  background-color: transparent;
  position: absolute;
  top: 20px;
  left: 34px;
  z-index: 5000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.lianxi-2 .map-province.cur::after {
  width: 0.8rem;
  height: 0.8rem;
  top: -20px;
  left: -6px;
  background-color: rgba(0, 0, 0, 0.4); }

.lianxi-2 .lianxi-box .map-2 {
  margin-left: 5.2rem; }
  .lianxi-2 .lianxi-box .map-2 svg {
    width: 6.8rem;
    height: 5.71rem; }

.lianxi-2 .lianxi-sou {
  width: 3.2rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: #e5eaee;
  position: absolute;
  top: 2.16rem;
  left: 0; }
  .lianxi-2 .lianxi-sou input {
    width: 2.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: none;
    background-color: transparent;
    padding-left: 0.2rem;
    color: #6d6d6d;
    font-size: 0.14rem; }
  .lianxi-2 .lianxi-sou button {
    width: 0.5rem;
    height: 0.5rem;
    border: none;
    background-color: transparent; }
    .lianxi-2 .lianxi-sou button i {
      font-size: 0.2rem;
      color: #9ea4ab; }

.lianxi-2 .address-box .cc .lianxi-text-left {
  float: left;
  width: 30px; }
  .lianxi-2 .address-box .cc .lianxi-text-left i {
    color: #c6c9cc;
    font-size: 0.2rem;
    display: block; }
  .lianxi-2 .address-box .cc .lianxi-text-left i.zongbu {
    color: #f82635; }
  .lianxi-2 .address-box .cc .lianxi-text-left i.fenzhi {
    color: #0f538a; }
  .lianxi-2 .address-box .cc .lianxi-text-left i.wuliu {
    color: #c6c9cc; }

.lianxi-2 .address-box .cc ul {
  float: left; }
  .lianxi-2 .address-box .cc ul li {
    overflow: hidden; }

.lianxi-2 .address-box .cc .lianxi-text-right {
  width: 300px;
  float: right; }
  .lianxi-2 .address-box .cc .lianxi-text-right .lianxi-text-title {
    padding-bottom: 0.11rem;
    margin-bottom: 0;
    background-color: #fff;
    position: relative; }
  .lianxi-2 .address-box .cc .lianxi-text-right .fax {
    padding-bottom: 0.1rem; }
  .lianxi-2 .address-box .cc .lianxi-text-right .lianxi-dandan.on {
    border-top: 1px solid #f2f2f2;
    margin-top: -1px;
    padding-top: 0.1rem; }
  .lianxi-2 .address-box .cc .lianxi-text-right .lianxi-dandan p {
    font-weight: lighter; }
  .lianxi-2 .address-box .cc .lianxi-text-right div {
    font-size: 0.17rem;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 0.1rem; }
  .lianxi-2 .address-box .cc .lianxi-text-right p {
    font-size: 0.14rem;
    color: #a1a1a1;
    line-height: 2em; }

@media screen and (max-width: 1600px) {
  /*导航*/
  .nav {
    margin-bottom: -1.1rem;
    /*1600*/ }
    .nav .nav-logo {
      height: 1rem;
      /*1600*/ }
      .nav .nav-logo img {
        margin: 0.25rem 0 0 0.52rem;
        /*1600*/ }
      .nav .nav-logo::before {
        border-bottom: 1rem solid #fff;
        /*1600*/ }
    .nav .nav-nav .nav-top {
      height: 0.4rem;
      /*1600*/ }
      .nav .nav-nav .nav-top .nav-icon {
        line-height: 0.4rem;
        /*1600*/ }
      .nav .nav-nav .nav-top .erWM {
        top: 0.4rem;
        /*1600*/ }
    .nav .nav-nav .nav-two {
      height: 0.6rem;
      /*1600*/ }
      .nav .nav-nav .nav-two .nav-list ul li {
        line-height: 0.6rem;
        /*1600*/
        height: 0.6rem;
        /*1600*/
        margin: 0 0.2rem;
        /*1600*/ }
      .nav .nav-nav .nav-two .nav-fun .nav-sou {
        margin: 0.2rem 0.27rem 0 0;
        /*1600*/ }
      .nav .nav-nav .nav-two .nav-fun .nav-lang {
        width: 0.8rem;
        /*1600*/
        height: 0.8rem;
        /*1600*/ }
        .nav .nav-nav .nav-two .nav-fun .nav-lang p {
          height: 0.8rem;
          /*1600*/ }
        .nav .nav-nav .nav-two .nav-fun .nav-lang div {
          width: 0.8rem;
          /*1600*/
          height: 0.8rem;
          /*1600*/
          left: -0.8rem;
          /*1600*/ }
  .index .banner {
    height: 6rem; }
    .index .banner ul {
      height: 4.5rem; }
  .index .banner-num .banner-num-box {
    bottom: 0.6rem; }
  .index .banner-text {
    height: 0.45rem; }
    .index .banner-text ul li:nth-child(1), .index .banner-text ul li:nth-child(2), .index .banner-text ul li:nth-child(3) {
      top: 2.4rem; }
  /*banner*/
  .tong-banner {
    height: 5rem; }
    .tong-banner .width-1200 {
      top: 2.5rem; }
  /*about*/
  .about .aboutA {
    margin: 0 0 0.8rem 0;
    padding-top: 0.7rem; }
  .about .aboutB {
    min-height: 6rem; }
    .about .aboutB .width-1200 .aboutB-box {
      padding: 50px 0; }
    .about .aboutB .width-1200 .aboutB-text {
      position: absolute;
      top: 0;
      left: -0.5rem; }
    .about .aboutB .width-1200 .aboutB-btn {
      right: -0.5rem; }
  .about .aboutE .width-1200 .gongyi {
    height: 5.2rem; }
  /*news*/
  .news .newsA .newsA-top {
    height: 1.8rem; }
    .news .newsA .newsA-top .width-1200 .news-p {
      width: 2.8rem;
      height: 0.8rem; }
  /*合作*/
  .hezuo .hezuoA-top {
    height: 2rem; }
    .hezuo .hezuoA-top .width-1200 {
      height: 2rem; }
  .hezuo .hezuoA .huoban {
    margin-top: 0.6rem; }
    .hezuo .hezuoA .huoban .width-1200 {
      margin-bottom: 0; }
  .hezuo .hezuoC .fuwu {
    padding-bottom: 0.6rem; }
    .hezuo .hezuoC .fuwu .fuwu-top {
      padding-top: 0;
      height: 4rem; }
      .hezuo .hezuoC .fuwu .fuwu-top .fuwu-img div:nth-child(2) {
        display: none; }
      .hezuo .hezuoC .fuwu .fuwu-top .fuwu-num {
        display: none; }
    .hezuo .hezuoC .fuwu::before {
      height: 1rem; }
  /*公司荣誉*/
  .about .aboutD .aboutD-top {
    height: 2rem; }
    .about .aboutD .aboutD-top div {
      padding-top: 1.2rem; }
  .about .aboutD .aboutD-time .aboutD-text {
    margin: 0.6rem 0 0.5rem 0; }
  .about .aboutE .width-1200 .linian {
    padding-top: 0.8rem; } }

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