select::-ms-expand {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.headerBox {
  width: 100%;
  height: 80px; }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; } }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.main {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.w1720 {
  width: 1720px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1440 {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1200 {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1520 {
  width: 1520px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 5px 5px rgba(194, 197, 204, 0.2); }
  .header .w1720 {
    position: initial; }
  .header .logo {
    width: 199px;
    height: auto;
    margin-top: 16px;
    float: left; }
  .header .lanBox {
    float: right;
    margin-top: 15px; }
    .header .lanBox a {
      line-height: 50px;
      text-align: center;
      font-size: 14px;
      color: #333;
      display: block;
      float: left;
      border-radius: 50px;
      font-family: Arial; }
      .header .lanBox a.on {
        background-color: #001880;
        width: 50px;
        color: #fff; }
      .header .lanBox a:nth-child(1) {
        margin-right: 18px; }
  .header .search {
    border: 1px solid #fff;
    border: 25px;
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
    margin-top: 20px;
    margin-right: 40px;
    transition: all .5s;
    border-radius: 25px;
    overflow: hidden; }
    .header .search .text {
      width: 100px;
      height: 40px;
      border: none;
      padding-left: 20px;
      font-size: 14px;
      line-height: 40px;
      background: none;
      color: #999;
      position: absolute;
      left: 0;
      opacity: 0;
      top: 0; }
    .header .search .submit {
      width: 40px;
      height: 40px;
      float: right;
      display: block;
      border: none;
      background: none;
      border-radius: 100%;
      background-image: url("../img/search.png");
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      position: relative;
      z-index: 5; }
    @media (min-width: 1024px) {
      .header .search:hover {
        width: 180px;
        border: 1px solid #999; }
        .header .search:hover .text {
          opacity: 1; } }
  .header .nav {
    float: right;
    margin-right: 50px; }
    .header .nav ul li {
      padding: 0 35px;
      float: left;
      position: relative; }
      .header .nav ul li .tits {
        font-size: 16px;
        line-height: 80px;
        color: #333;
        display: block; }
      .header .nav ul li dl {
        width: 140px;
        height: auto;
        position: absolute;
        top: 80px;
        left: 50%;
        margin-left: -70px;
        background-color: #fff;
        display: none;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
        padding: 5px 0; }
        .header .nav ul li dl dd a {
          width: 100%;
          height: auto;
          display: block;
          font-size: 15px;
          line-height: 36px;
          color: #666;
          text-align: center; }
          @media (min-width: 1024px) {
            .header .nav ul li dl dd a:hover {
              color: #001880; } }
      @media (min-width: 1024px) {
        .header .nav ul li:hover .tits {
          color: #333; }
        .header .nav ul li:hover dl {
          display: block; } }
  .header .navClick {
    width: 22px;
    height: 18px;
    margin-top: 16px;
    display: block;
    float: right;
    display: none; }
    .header .navClick span {
      width: 100%;
      height: 2px;
      background-color: #333;
      display: block;
      position: relative;
      transition: .3s;
      -webkit-transition: .3s; }
      .header .navClick span:nth-child(1) {
        margin-bottom: 6px; }
      .header .navClick span:nth-child(2) {
        margin-bottom: 6px; }
    .header .navClick.on span:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 8px;
      right: 0px; }
    .header .navClick.on span:nth-child(2) {
      display: none; }
    .header .navClick.on span:nth-child(3) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 0;
      right: 0; }
  @media (max-width: 1420px) {
    .header .nav {
      margin-right: 25px; }
    .header .nav ul li {
      padding: 0 25px; }
    .header .search {
      margin-right: 20px; } }
  @media (max-width: 1220px) {
    .header .lanBox {
      margin-top: 20px; }
    .header .lanBox a {
      line-height: 40px;
      border-radius: 40px; }
      .header .lanBox a.on {
        width: 40px; }
      .header .lanBox a:nth-child(1) {
        margin-right: 10px; }
    .header .search {
      margin-right: 10px; }
    .header .nav ul li {
      padding: 0 15px; }
    .header .nav {
      margin-right: 10px; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px; }
      .header .search {
        display: none; }
      .header .lanBox {
		  margin-left:10px;
        margin-top: 7px;
margin-right: 15px; }
.header .lanBox a {
          width: 36px !important;
          height: 36px;
          line-height: 36px;
          border-radius: 36px; }
      .header .navClick {
        display: block; }
      .header .logo {
        width: 125px;
        margin-top: 10px; }
      .header .nav {
        display: none;
        width: 100%;
        position: fixed;
        top: 50px;
        height: calc(100vh - 50px);
        background-color: rgba(255, 255, 255, 0.95);
        left: 0;
        overflow-y: scroll; }
        .header .nav ul {
          width: 92%;
          margin: 0 auto;
          padding-top: 30px; }
          .header .nav ul li {
            width: 100%;
            float: none;
            margin-right: 0;
            padding: 0; }
            .header .nav ul li .tits {
              color: #0c1729;
              border-bottom: 1px solid #e5e5e5;
              font-size: 16px;
              line-height: 36px;
              height: auto;
              opacity: 1;
              font-weight: bold; }
            .header .nav ul li dl {
              width: 100%;
              display: block;
              position: relative;
              left: auto;
              top: auto;
              background: none;
              padding: 6px 0;
              border-bottom: none;
              margin-left: 0;
              box-shadow: 0 0 0; }
              .header .nav ul li dl dd {
                display: inline-block;
                width: auto;
                margin-right: 15px;
                float: left;
                line-height: 30px; }
                .header .nav ul li dl dd a {
                  color: #333;
                  padding-left: 0;
                  display: initial; } }

.index-banner {
  width: 100%;
  height: 100vh;
  position: relative; }
  .index-banner ul {
    width: 100%;
    height: 100vh; }
    .index-banner ul li {
      width: 100%;
      height: 100vh;
      position: relative; }
      .index-banner ul li .con {
        width: 100%;
        height: auto;
        position: absolute;
        top: 40%; }
        .index-banner ul li .con .tits {
          font-size: 22px;
          line-height: 24px;
          color: #fff;
          text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); }
        .index-banner ul li .con .tit {
          font-size: 50px;
          line-height: 65px;
          font-weight: bold;
          color: #fff;
          text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
          margin-top: 30px; }
        .index-banner ul li .con .more {
          font-size: 20px;
          text-transform: uppercase;
          line-height: 20px;
          padding-right: 23px;
          background-position: right center;
          background-repeat: no-repeat;
          background-image: url("../img/right.png");
          color: #fff;
          display: inline-block;
          margin-top: 73px;
          text-shadow: 0 5px 5px rgba(0, 0, 0, 0.8); }
      .index-banner ul li .con1 {
        width: 26.6%;
        position: absolute;
        right: 5.2%;
        bottom: 25%;
        color: #fff;
        z-index: 15; }
        .index-banner ul li .con1 .tits {
          font-size: 24px;
          line-height: 36px;
          text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5); }
        .index-banner ul li .con1 .tit {
          font-size: 14px;
          line-height: 30px;
          color: #fff;
          text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
          margin-top: 8px;
          display: none; }
        .index-banner ul li .con1 .more {
          width: 20px;
          height: 20px;
          background-size: 100%;
          display: block;
          background-image: url("../img/jia.png");
          margin-top: 11px; }
          .index-banner ul li .con1 .more.on {
            background-image: url("../img/jin.png"); }
  .index-banner .btns {
    width: 48px;
    height: auto;
    position: absolute;
    top: 42%;
    left: 0;
    z-index: 10; }
    .index-banner .btns span {
      width: 12px;
      height: 1px;
      background-color: #fff;
      display: block;
      margin-bottom: 20px;
      opacity: 1;
      position: relative; }
      .index-banner .btns span:last-child {
        margin-bottom: 0; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        width: 48px; }
      .index-banner .btns span:nth-child(2):after {
        width: 20000px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.2);
        content: ''; }
  .index-banner .aBtns {
    width: 100px;
    height: 40px;
    position: absolute;
    right: 5.2%;
    top: 38%;
    z-index: 10; }
    .index-banner .aBtns a {
      width: 40px;
      height: 40px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      background-repeat: no-repeat;
      display: block;
      border-radius: 100%;
      background-position: center;
      box-sizing: border-box;
      transform: rotate(-90deg);
      background-size: 18px; }
      .index-banner .aBtns a.prev {
        background-image: url("../img/prev.png");
        float: left; }
      .index-banner .aBtns a.next {
        background-image: url("../img/next.png");
        float: right; }
  @media (max-width: 1366px) {
    .index-banner ul li .con .tit {
      font-size: 38px;
      line-height: 48px; }
    .index-banner ul li .con1 .tits {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 768px) {
    .index-banner {
      margin-top: 50px;
      height: 50vh; }
      .index-banner ul li {
        height: 50vh; }
      .index-banner ul li .con {
        top: 50%;
        transform: translateY(-50%); }
        .index-banner ul li .con .tits {
          font-size: 16px;
          line-height: 18px; }
        .index-banner ul li .con .tit {
          font-size: 22px;
          line-height: 32px;
          margin-top: 15px; }
        .index-banner ul li .con .more {
          margin-top: 20px;
          font-size: 14px;
          line-height: 14px; }
      .index-banner ul li .con1 {
        width: 90%;
        right: 5%;
        bottom: 10%;
        display: none; }
        .index-banner ul li .con1 .tits {
          font-size: 16px;
          line-height: 22px; }
        .index-banner ul li .con1 .tit {
          display: block;
          line-height: 18px;
          font-size: 12px; }
        .index-banner ul li .con1 .more {
          display: none; }
      .index-banner .aBtns {
        top: 50%;
        transform: translateY(-50%);
        height: 48px;
        right: 5%;
        width: 85px; }
        .index-banner .aBtns a {
          width: 36px;
          height: 36px;
          background-size: 14px; }
      .index-banner .btns {
        width: 100%;
        text-align: center;
        font-size: 0;
        bottom: 7px;
        left: 0;
        top: auto; }
        .index-banner .btns span {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          margin: 0 5px;
          display: inline-block;
          opacity: 0.5; }
          .index-banner .btns span.swiper-pagination-bullet-active {
            opacity: 1;
            width: 10px; }
          .index-banner .btns span:after {
            display: none; } }

.indexTitle .cn {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #000; }
.indexTitle .en {
  font-size: 18px;
  line-height: 18px;
  color: #999;
  text-transform: uppercase;
  margin-top: 9px; }
@media (max-width: 1200px) {
  .indexTitle .cn {
    font-size: 24px;
    line-height: 24px; }
  .indexTitle .en {
    font-size: 16px;
    line-height: 16px; } }
@media (max-width: 768px) {
  .indexTitle .cn {
    font-size: 20px;
    line-height: 20px; }
  .indexTitle .en {
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px; } }

.index .index-about {
  padding-top: 6.25%;
  padding-bottom: 5.2%; }
  .index .index-about .conLeft {
    width: 41.875%;
    float: left;
    padding-top: 45px; }
    .index .index-about .conLeft .itemBox .item {
      float: left; }
      .index .index-about .conLeft .itemBox .item .year {
        font-size: 50px;
        line-height: 48px;
        height: 48px;
        font-weight: bold;
        color: #000;
        font-family: Arial; }
        .index .index-about .conLeft .itemBox .item .year span {
          font-weight: normal;
          font-size: 20px; }
      .index .index-about .conLeft .itemBox .item .t {
        font-size: 14px;
        line-height: 16px;
        color: #666; }
    .index .index-about .conLeft .itemBox .line {
      width: 1px;
      height: 60px;
      float: left;
      background-color: #ccc;
      margin: 0 40px; }
    .index .index-about .conLeft .con {
      width: 100%;
      height: auto;
      margin-top: 77px; }
      .index .index-about .conLeft .con .tits {
        font-size: 26px;
        line-height: 28px;
        color: #333;
        font-weight: bold; }
      .index .index-about .conLeft .con .tit {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        height: 96px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 23px; }
      .index .index-about .conLeft .con .more {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        padding-right: 23px;
        background-position: right center;
        background-image: url("../img/right1.png");
        display: inline-block;
        background-repeat: no-repeat;
        margin-top: 56px; }
  .index .index-about .list {
    width: 47.9%;
    float: right;
    position: relative; }
    .index .index-about .list .btns {
      width: 100%;
      text-align: center;
      font-size: 0;
      position: absolute;
      bottom: 20px;
      z-index: 10; }
      .index .index-about .list .btns span {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        margin: 0 5px;
        opacity: 0.5;
        background-color: #fff;
        display: inline-block; }
        .index .index-about .list .btns span.swiper-pagination-bullet-active {
          opacity: 1; }
    .index .index-about .list .a {
      width: 50px;
      height: 50px;
      box-sizing: border-box;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      border: 1px solid rgba(255, 255, 255, 0);
      border-radius: 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 10; }
      .index .index-about .list .a.prev {
        left: 18px;
        background-image: url("../img/prev1.png"); }
      .index .index-about .list .a.next {
        right: 18px;
        background-image: url("../img/next1.png"); }
      @media (min-width: 1024px) {
        .index .index-about .list .a:hover {
          border-color: rgba(255, 255, 255, 0.5); } }
.index .index-case {
  width: 100%;
  height: auto;
  background-color: #f2f4f7;
  padding-top: 3.6%;
  padding-bottom: 4.2%; }
  .index .index-case .indexTitle {
    text-align: center; }
  .index .index-case .caseList {
    margin-top: 60px; }
  .index .index-case .more {
    text-align: center;
    margin-top: 5px; }
    .index .index-case .more a {
      padding-right: 24px;
      font-size: 14px;
      line-height: 24px;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("../img/right1.png");
      color: #333;
      text-transform: uppercase; }
.index .index-news {
  margin: 6.25% 0;
  position: relative; }
  .index .index-news .title {
    width: 100%;
    height: auto;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%; }
    .index .index-news .title .w1720 {
      height: 100%; }
    .index .index-news .title .more {
      position: absolute;
      right: 0;
      padding-right: 24px;
      font-size: 14px;
      line-height: 24px;
      color: #333;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("../img/right1.png");
      text-transform: uppercase;
      bottom: 25px;
      z-index: 10; }
  .index .index-news .content {
    position: relative;
    z-index: 10; }
    .index .index-news .content .conLeft {
      width: 49.2%;
      float: left; }
      .index .index-news .content .conLeft a {
        width: 100%;
        height: auto;
        display: block; }
        .index .index-news .content .conLeft a .pic {
          width: 100%;
          height: auto;
          position: relative;
          background-color: #000; }
          .index .index-news .content .conLeft a .pic .more {
            width: 180px;
            height: 180px;
            border-radius: 100%;
            border: 1px solid rgba(255, 255, 255, 0.3);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            opacity: 0;
            transition: all .5s; }
            .index .index-news .content .conLeft a .pic .more .t {
              text-align: center;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              font-size: 14px;
              line-height: 14px;
              width: 100%;
              color: #fff;
              height: 46px; }
              .index .index-news .content .conLeft a .pic .more .t span {
                display: block;
                margin-top: 18px; }
          .index .index-news .content .conLeft a .pic .line {
            width: 10%;
            height: 1px;
            top: calc(50% - 0.5px);
            left: 45%;
            background-color: rgba(255, 255, 255, 0.3);
            position: absolute;
            transition: width .5s .2s,left .5s .2s;
            opacity: 0; }
            .index .index-news .content .conLeft a .pic .line:after {
              width: 8px;
              height: 1px;
              left: 50%;
              top: 0;
              margin-left: -4px;
              background-color: #fff;
              position: absolute;
              content: ''; }
        .index .index-news .content .conLeft a .con {
          width: 100%;
          height: auto;
          padding-top: 40px;
          position: relative;
          height: 130px; }
          .index .index-news .content .conLeft a .con .time {
            width: 60px;
            float: left;
            text-align: right;
            font-size: 22px;
            line-height: 26px;
            color: #333;
            font-family: Arial; }
            .index .index-news .content .conLeft a .con .time span {
              color: #999;
              font-size: 14px; }
          .index .index-news .content .conLeft a .con .conn {
            width: calc(89.5% - 108px);
            float: right;
            margin-right: 10.5%; }
            .index .index-news .content .conLeft a .con .conn .tits {
              font-size: 20px;
              line-height: 26px;
              color: #333;
              height: 26px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .index .index-news .content .conLeft a .con .conn .tit {
              font-size: 14px;
              line-height: 22px;
              height: 44px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #666;
              margin-top: 12px; }
          .index .index-news .content .conLeft a .con .line {
            width: 1px;
            height: 100%;
            position: absolute;
            left: 84px;
            top: 0;
            background-color: #e6e6e6; }
            .index .index-news .content .conLeft a .con .line:after {
              width: 1px;
              height: 18px;
              position: absolute;
              top: 44px;
              left: 0;
              content: '';
              background-color: #333; }
      @media (min-width: 1024px) {
        .index .index-news .content .conLeft:hover a .pic .more {
          opacity: 1; }
        .index .index-news .content .conLeft:hover a .pic .line {
          width: 100%;
          left: 0;
          opacity: 1; } }
    .index .index-news .content .list {
      width: 44.5%;
      float: right; }
      .index .index-news .content .list ul li .time {
        width: 60px;
        float: left;
        text-align: right;
        font-size: 22px;
        line-height: 26px;
        color: #333;
        font-family: Arial;
        margin-top: 42px; }
        .index .index-news .content .list ul li .time span {
          color: #999;
          font-size: 14px; }
      .index .index-news .content .list ul li .con {
        width: calc(100% - 82px);
        float: right;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        box-sizing: border-box;
        position: relative; }
        .index .index-news .content .list ul li .con a {
          padding: 42px 0 42px 26px;
          display: block; }
          .index .index-news .content .list ul li .con a .tits {
            font-size: 20px;
            line-height: 26px;
            color: #333;
            height: 26px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index .index-news .content .list ul li .con a .tit {
            font-size: 14px;
            line-height: 22px;
            height: 44px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #666;
            margin-top: 12px; }
        .index .index-news .content .list ul li .con:after {
          width: 1px;
          height: 18px;
          position: absolute;
          top: 47px;
          left: -1px;
          content: '';
          background-color: #333; }
      .index .index-news .content .list ul li:nth-child(1) .con {
        border-top: 1px solid #e6e6e6; }
      @media (min-width: 1024px) {
        .index .index-news .content .list ul li:hover .con a .tits {
          color: #001880; } }
.index .index-honor {
  padding-top: 70px;
  padding-bottom: 5.2%;
  background-color: #f0f2f5; }
  .index .index-honor .indexTitle {
    text-align: center; }
  .index .index-honor .content {
    margin-top: 3.6%;
    position: relative; }
    .index .index-honor .content .list {
      margin-left: 7.5%;
      overflow: initial;
      position: relative;
      z-index: 5; }
      .index .index-honor .content .list ul li {
        width: 9.2%;
        margin-left: 1.7%;
        float: left;
        position: relative;
        cursor: pointer;
        transition: all .5s; }
        .index .index-honor .content .list ul li .img {
          width: 100%;
          padding-bottom: calc(69.5% - 8px);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          bottom: 0;
          left: 0;
          border: 4px solid #434343;
          box-sizing: border-box; }
        .index .index-honor .content .list ul li.swiper-slide-active {
          width: 32.1%; }
    .index .index-honor .content .con {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
      .index .index-honor .content .con .conn .tits {
        font-size: 30px;
        line-height: 30px;
        color: #333; }
      .index .index-honor .content .con .conn .itemBox {
        margin-top: 46px; }
        .index .index-honor .content .con .conn .itemBox .t {
          float: left;
          border-right: 1px solid #ccc;
          padding-right: 40px;
          margin-right: 40px; }
          .index .index-honor .content .con .conn .itemBox .t:last-child {
            border-right: 0; }
          .index .index-honor .content .con .conn .itemBox .t .t1 {
            font-size: 50px;
            line-height: 30px;
            color: #000;
            font-weight: bold;
            font-family: Arial; }
            .index .index-honor .content .con .conn .itemBox .t .t1 span {
              font-size: 30px; }
          .index .index-honor .content .con .conn .itemBox .t .t2 {
            font-size: 14px;
            line-height: 14px;
            color: #666;
            margin-top: 6px; }
      .index .index-honor .content .con .conn .more {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        text-transform: uppercase;
        padding-right: 23px;
        background-position: right center;
        display: inline-block;
        background-image: url("../img/p2.png");
        background-repeat: no-repeat;
        margin-top: 53px; }
.index .index-customer {
  margin: 6.25% 0;
  position: relative; }
  .index .index-customer .title {
    width: 100%;
    height: auto;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%; }
    .index .index-customer .title .w1720 {
      height: 100%; }
    .index .index-customer .title .more {
      position: absolute;
      right: 0;
      padding-right: 24px;
      font-size: 14px;
      line-height: 24px;
      color: #333;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("../img/right1.png");
      text-transform: uppercase;
      bottom: 25px;
      z-index: 10; }
.index .index-box {
  position: relative; }
  .index .index-box ul li {
    float: left;
    width: 20%;
    position: relative;
    background-color: #000; }
    .index .index-box ul li a {
      width: 100%;
      height: auto;
      display: block; }
    .index .index-box ul li img {
      opacity: 0.4;
      transition: all .5s; }
    .index .index-box ul li .con {
      width: 100%;
      height: auto;
      top: 50%;
      transform: translateY(-50%);
      transition: all .5s;
      position: absolute;
      left: 0; }
      .index .index-box ul li .con .tits {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        opacity: 0.5;
        transition: all .5s; }
      .index .index-box ul li .con .tit {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        margin-top: 16px;
        display: none; }
      .index .index-box ul li .con .more {
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        position: relative;
        display: none;
        margin-top: 19px; }
        .index .index-box ul li .con .more .line {
          width: 100%;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.3);
          position: absolute;
          left: 0;
          top: 25px; }
          .index .index-box ul li .con .more .line:after {
            width: 8px;
            height: 1px;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -4px;
            background-color: #fff;
            content: ""; }
    @media (min-width: 1024px) {
      .index .index-box ul li:hover img {
        opacity: 0.8; }
      .index .index-box ul li:hover .con .tits {
        opacity: 1; }
      .index .index-box ul li:hover .con .tit {
        display: block; }
      .index .index-box ul li:hover .con .more {
        display: block; } }
  .index .index-box .a {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10; }
    .index .index-box .a.prev {
      left: 18px;
      background-image: url("../img/prev1.png"); }
    .index .index-box .a.next {
      right: 18px;
      background-image: url("../img/next1.png"); }
    @media (min-width: 1024px) {
      .index .index-box .a:hover {
        border-color: rgba(255, 255, 255, 0.5); } }
@media (max-width: 1660px) {
  .index .index-news {
    margin-top: calc(6.25% + 75px);
    margin-bottom: 8%; }
  .index .index-news .title .w1720 {
    width: 1200px; }
    .index .index-news .title .w1720 .indexTitle {
      margin-top: -75px; }
    .index .index-news .title .w1720 .more {
      bottom: -130px; }
  .index .index-customer {
    margin-top: calc(6.25% + 75px);
    margin-bottom: 8%; }
  .index .index-customer .title .w1720 {
    width: 1200px; }
    .index .index-customer .title .w1720 .indexTitle {
      margin-top: -75px; }
    .index .index-customer .title .w1720 .more {
      bottom: -130px; } }
@media (max-width: 1500px) {
  .index .index-about .conLeft .itemBox .item .year {
    font-size: 40px;
    line-height: 38px;
    height: 38px; }
  .index .index-about .conLeft .itemBox .line {
    margin: 0 30px;
    height: 54px; }
  .index .index-about .conLeft .con {
    margin-top: 50px; }
  .index .index-honor .content .con .conn .itemBox {
    margin-top: 30px; }
  .index .index-honor .content .con .conn .more {
    margin-top: 25px; } }
@media (max-width: 1366px) {
  .index .index-news .content .list ul li .con a {
    padding: 25px 0 25px 25px; }
  .index .index-news .content .list ul li .time {
    margin-top: 27px; }
  .index .index-news .content .list ul li .con:after {
    top: 30px; }
  .index .index-news .content .conLeft a .con {
    padding-top: 25px;
    height: 100px; }
  .index .index-news .content .conLeft a .con .line:after {
    top: 30px; }
  .index .index-honor .content .con .conn .tits {
    font-size: 24px;
    line-height: 24px; }
  .index .index-honor .content .con .conn .itemBox .t .t1 {
    font-size: 40px; }
  .index .index-honor .content .list ul li {
    width: 13%; }
    .index .index-honor .content .list ul li.swiper-slide-active {
      width: 40%; }
  .index .index-box ul li .con .tits {
    font-size: 26px;
    line-height: 26px; }
  .index .index-box ul li .con .tit {
    margin-top: 7px; }
  .index .index-box ul li .con .more {
    margin-top: 10px; } }
@media (max-width: 1220px) {
  .index .index-about .conLeft .itemBox .item .year {
    font-size: 30px;
    line-height: 28px;
    height: 28px; }
    .index .index-about .conLeft .itemBox .item .year span {
      font-size: 16px; }
  .index .index-about .conLeft .itemBox .line {
    margin: 0 20px;
    height: 44px; }
  .index .index-about .conLeft .con {
    margin-top: 30px; }
  .index .index-about .conLeft .con .tits {
    font-size: 22px;
    line-height: 24px; }
  .index .index-about .conLeft .con .tit {
    margin-top: 10px; }
  .index .index-about .conLeft .con .more {
    margin-top: 20px; }
  .index .index-about .conLeft {
    padding-top: 20px; }
  .index .index-about .list {
    width: 56%; } }
@media (max-width: 1200px) {
  .index .index-case .caseList {
    margin-top: 40px; }
  .index .index-news {
    margin-top: calc(6.25% + 65px); }
  .index .index-news .content .list {
    width: 48.5%; }
  .index .index-honor .content .con .conn .tits {
    font-size: 20px;
    line-height: 20px; }
  .index .index-honor .content .con .conn .itemBox {
    margin-top: 20px; }
  .index .index-honor .content .con .conn .itemBox .t {
    padding-right: 25px;
    margin-right: 25px; }
  .index .index-honor .content .con .conn .itemBox .t .t1 {
    font-size: 30px;
    line-height: 25px; }
    .index .index-honor .content .con .conn .itemBox .t .t1 span {
      font-size: 20px; }
  .index .index-customer {
    margin-top: calc(6.25% + 65px); }
  .index .index-box ul li {
    width: 50%; } }
@media (max-width: 900px) {
  .index .index-about .list {
    width: 100%;
    float: none; }
  .index .index-about .conLeft {
    float: none;
    width: 100%; }
  .index .index-about .list .a {
    width: 30px;
    height: 30px;
    margin-top: -15px; }
  .index .index-about .conLeft .itemBox .item .year {
    font-size: 26px;
    line-height: 24px;
    height: 24px; }
    .index .index-about .conLeft .itemBox .item .year span {
      font-size: 14px; }
  .index .index-about .conLeft .itemBox .item .t {
    margin-top: 5px; }
  .index .index-about .conLeft .con {
    margin-top: 20px; }
    .index .index-about .conLeft .con .tits {
      font-size: 20px;
      line-height: 22px; } }
@media (max-width: 768px) {
  .index .index-case {
    padding: 25px 0; }
  .index .index-case .caseList {
    margin-top: 20px; }
  .index .index-news .content .conLeft {
    width: 100%;
    float: none; }
  .index .index-news .content .list {
    width: 100%;
    float: none; }
  .index .index-news .title .w1720 .indexTitle {
    margin-top: -50px; }
  .index .index-news {
    margin-top: 80px; }
  .index .index-news .content .conLeft a .con .time {
    font-size: 18px;
    line-height: 20px;
    width: 50px; }
  .index .index-news .content .conLeft a .con {
    padding-top: 15px; }
  .index .index-news .content .conLeft a .con .conn {
    width: calc(100% - 75px);
    margin-right: 0; }
    .index .index-news .content .conLeft a .con .conn .tits {
      font-size: 16px;
      line-height: 20px;
      height: 20px; }
  .index .index-news .content .conLeft a .con .conn .tit {
    margin-top: 6px; }
  .index .index-news .content .conLeft a .con .line {
    left: 63px; }
    .index .index-news .content .conLeft a .con .line:after {
      top: 18px; }
  .index .index-news .content .list ul li .time {
    width: 50px;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px; }
  .index .index-news .content .list ul li .con {
    width: calc(100% - 63px); }
    .index .index-news .content .list ul li .con a {
      padding: 10px 0 10px 10px; }
      .index .index-news .content .list ul li .con a .tits {
        font-size: 16px;
        line-height: 20px;
        height: 20px; }
      .index .index-news .content .list ul li .con a .tit {
        margin-top: 6px; }
  .index .index-news .content .list ul li .con:after {
    top: 11px; }
  .index .index-news .content .conLeft a .con {
    height: 80px; }
  .index .index-news {
    margin-bottom: 60px; }
  .index .index-news .title .w1720 .more {
    bottom: -90px; }
  .index .index-honor .content .con {
    position: relative;
    top: auto;
    left: auto; }
  .index .index-honor {
    padding-top: 25px;
    padding-bottom: 30px; }
  .index .index-honor .content .list {
    margin-top: 35px; }
  .index .index-honor .content .list ul li {
    width: 30%; }
    .index .index-honor .content .list ul li .img {
      border-width: 2px; }
    .index .index-honor .content .list ul li.swiper-slide-active {
      width: 60%; }
  .index .index-customer {
    margin-bottom: 60px;
    margin-top: 80px; }
  .index .index-customer .title .w1720 .more {
    bottom: -90px; }
  .index .index-customer .title .w1720 .indexTitle {
    margin-top: -50px; }
  .index .index-customer .customerList ul li:last-child {
    display: none; }
  .index .index-box ul li {
    width: 50%; }
    .index .index-box ul li a img {
      opacity: 0.7; }
    .index .index-box ul li a .con .tits {
      font-size: 16px;
      line-height: 16px;
      opacity: 1;
      font-weight: normal; }
    .index .index-box ul li a .con .tit {
      font-size: 12px;
      line-height: 12px;
      display: block;
      font-weight: normal; }
    .index .index-box ul li a .con .more {
      display: block;
      line-height: 20px;
      margin-top: 5px; }
      .index .index-box ul li a .con .more .line {
        top: 19px; }
  .index .index-box .a {
    width: 30px;
    height: 30px;
    margin-top: -15px; }
    .index .index-box .a.prev {
      left: 10px; }
    .index .index-box .a.next {
      right: 10px; }
  .index .index-honor .content .con .conn .tits {
    text-align: center; }
  .index .index-honor .content .con .conn .itemBox {
    text-align: center;
    font-size: 0; }
    .index .index-honor .content .con .conn .itemBox .t {
      width: 24%;
      text-align: center;
      display: inline-block;
      padding-right: 0;
      margin-right: 0;
      float: none; }
  .index .index-honor .content .con .conn .more {
    margin-top: 15px; } }
@media (max-width: 500px) {
  .index .index-box ul li {
    width: 100%; } }

.caseList {
  width: 100%;
  height: auto; }
  .caseList ul li {
    width: 32.2%;
    float: left;
    margin-right: 1.7%;
    background-color: #535353;
    margin-bottom: 1.7%;
    overflow: hidden; }
    .caseList ul li:nth-child(3n) {
      margin-right: 0; }
    .caseList ul li a {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
      .caseList ul li a .bg {
        width: 100%;
        height: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url("../img/index_bg1.png");
        position: absolute;
        top: 0;
        left: 0; }
      .caseList ul li a .tits {
        width: calc(100% - 60px);
        left: 30px;
        bottom: 30px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 18px;
        position: absolute;
        transition: all .5s; }
      .caseList ul li a .more {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        opacity: 0;
        transition: all .5s; }
        .caseList ul li a .more .line {
          width: 10%;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.3);
          position: absolute;
          left: 45%;
          top: 25px;
          transition: all .5s .3s; }
          .caseList ul li a .more .line:after {
            width: 8px;
            height: 1px;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -4px;
            background-color: #fff;
            content: ""; }
      .caseList ul li a .txt {
        width: calc(100% - 60px);
        left: 30px;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        position: absolute;
        bottom: 24px;
        opacity: 0;
        transform: translateY(20px);
        transition: all .5s; }
    @media (min-width: 1024px) {
      .caseList ul li:hover a img {
        opacity: 0.5; }
      .caseList ul li:hover a .more {
        opacity: 1; }
        .caseList ul li:hover a .more .line {
          width: 100%;
          left: 0; }
      .caseList ul li:hover a .txt {
        opacity: 1;
        transform: translateY(0); }
      .caseList ul li:hover a .tits {
        opacity: 0;
        transform: translateY(20px); } }
  @media (max-width: 1460px) {
    .caseList ul li a .txt {
      bottom: 10px; } }
  @media (max-width: 1366px) {
    .caseList ul li a .more {
      top: 35%; } }
  @media (max-width: 1200px) {
    .caseList ul li a .tits {
      width: calc(100% - 30px);
      left: 15px;
      bottom: 15px; } }
  @media (max-width: 900px) {
    .caseList ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .caseList ul li:nth-child(3n) {
        margin-right: 3%; }
      .caseList ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 600px) {
    .caseList ul li {
      width: 100%;
      float: none; }
    .caseList ul li a .tits {
      font-size: 14px;
      line-height: 16px; } }

.customerList ul {
  width: calc(100% - 1px);
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }
  .customerList ul li {
    width: 20%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color: #fff;
    position: relative;
    height: 120px;
    box-sizing: border-box; }
    .customerList ul li img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      max-width: 100%;
      max-height: 100%; }
    @media (min-width: 1024px) {
      .customerList ul li:hover {
        box-shadow: 10px 3px 16px rgba(1, 7, 51, 0.1);
        z-index: 5; } }
@media (max-width: 768px) {
  .customerList ul li {
    width: 33.3333333333%;
    height: 90px; }
    .customerList ul li img {
      max-width: 90%;
      max-height: 90%; } }

.footerBox {
  width: 100%;
  height: auto;
  background-color: #f2f4f7;
  padding-top: 70px; }
  .footerBox .footer .footLeft {
    float: left;
    margin-left: -10px; }
    .footerBox .footer .footLeft .logo {
      width: 199px; }
    .footerBox .footer .footLeft .tits {
      font-size: 14px;
      line-height: 16px;
      color: #555;
      margin-left: 10px;
      margin-top: 36px; }
    .footerBox .footer .footLeft .ewm {
      width: 128px;
      margin-top: 27px; }
      .footerBox .footer .footLeft .ewm p {
        padding-left: 10px;
        font-size: 14px;
        line-height: 16px;
        color: #666; }
  .footerBox .footer .nav {
    float: right;
    padding-top: 82px; }
    .footerBox .footer .nav dl {
      float: left;
      margin-right: 120px; }
      .footerBox .footer .nav dl:last-child {
        margin-right: 0; }
      .footerBox .footer .nav dl dt {
        margin-bottom: 17px; }
        .footerBox .footer .nav dl dt a {
          font-size: 14px;
          line-height: 20px;
          color: #555; }
          @media (min-width: 1024px) {
            .footerBox .footer .nav dl dt a:hover {
              color: #001880; } }
      .footerBox .footer .nav dl dd a {
        font-size: 14px;
        line-height: 32px;
        color: #888; }
        @media (min-width: 1024px) {
          .footerBox .footer .nav dl dd a:hover {
            color: #001880; } }
  .footerBox .foot {
    border-top: 1px solid #e6e6e6;
    padding: 30px 0;
    margin-top: 82px; }
    .footerBox .foot p {
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      color: #666;
      opacity: 0.6; }
      .footerBox .foot p span {
        margin-left: 20px; }
        .footerBox .foot p span img {
          margin-right: 5px; }
  @media (max-width: 1366px) {
    .footerBox .footer .nav dl {
      margin-right: 90px; } }
  @media (max-width: 1200px) {
    .footerBox {
      padding-top: 40px; }
      .footerBox .foot {
        margin-top: 50px; }
      .footerBox .footer .nav dl {
        margin-right: 50px; } }
  @media (max-width: 1024px) {
    .footerBox {
      padding-top: 20px; }
      .footerBox .footer .nav {
        display: none; }
      .footerBox .footer .footLeft .logo {
        margin: 0 auto;
        width: 145px; }
      .footerBox .footer .footLeft {
        float: none;
        margin-left: 0; }
      .footerBox .footer .footLeft .tits {
        text-align: center;
        margin-left: 0;
        margin-top: 10px; }
      .footerBox .footer .footLeft .ewm {
        margin: 15px auto 0; }
      .footerBox .foot {
        padding: 15px 0;
        margin-top: 20px; }
        .footerBox .foot p span {
          display: block; } }

.banner {
  width: 100%;
  height: 460px;
  position: relative; }
  .banner .con {
    width: 100%;
    height: auto;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    text-align: center;
    color: #fff; }
    .banner .con .tits {
      font-size: 30px;
      line-height: 30px;
      font-weight: bold; }
    .banner .con .tit {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 18px;
      font-family: Arial;
      margin-top: 15px; }
    .banner .con .line {
      width: 50px;
      height: 1px;
      margin: 27px auto 0;
      background-color: #fff; }
  @media (max-width: 1200px) {
    .banner {
      height: 380px; }
      .banner .con .tits {
        font-size: 24px;
        line-height: 24px; }
      .banner .con .tit {
        font-size: 16px;
        line-height: 16px; } }
  @media (max-width: 768px) {
    .banner {
      height: 195px; }
      .banner .con .tits {
        font-size: 20px;
        line-height: 20px; }
      .banner .con .tit {
        font-size: 14px;
        line-height: 14px;
        margin-top: 5px; }
      .banner .con .line {
        margin: 15px auto 0; } }

.culture .box1 .item {
  padding: 5.2% 0; }
  .culture .box1 .item .pic {
    width: 46.7%;
    float: left; }
  .culture .box1 .item .con {
    width: 46.7%;
    float: right;
    padding-top: 50px; }
    .culture .box1 .item .con .icon {
      width: 100%;
      height: auto; }
    .culture .box1 .item .con .tits {
      font-size: 30px;
      line-height: 30px;
      color: #333;
      font-weight: bold;
      margin-top: 18px; }
    .culture .box1 .item .con .tit {
      font-size: 18px;
      line-height: 18px;
      text-transform: uppercase;
      color: #666;
      margin-top: 14px; }
    .culture .box1 .item .con .tit1 {
      font-size: 24px;
      line-height: 40px;
      color: #333;
      max-width: 100%;
      width: 605px;
      margin-top: 72px; }
  .culture .box1 .item:nth-child(2n) {
    background-color: #f2f4f7; }
    .culture .box1 .item:nth-child(2n) .pic {
      float: right; }
    .culture .box1 .item:nth-child(2n) .con {
      float: left; }
.culture .box2 {
  padding-top: 5.2%;
  padding-bottom: 4.2%; }
  .culture .box2 .title {
    text-align: center; }
    .culture .box2 .title .cn {
      font-size: 28px;
      line-height: 28px;
      color: #333;
      font-weight: bold; }
    .culture .box2 .title .en {
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      color: #666;
      font-family: Arial;
      margin-top: 20px; }
  .culture .box2 .pic {
    width: 100%;
    margin-top: 50px; }
    .culture .box2 .pic img.img2 {
      display: none; }
    @media (max-width: 768px) {
      .culture .box2 .pic img.img1 {
        display: none; }
      .culture .box2 .pic img.img2 {
        display: block; } }
@media (max-width: 1420px) {
  .culture .box1 .item .con .tit1 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px; } }
@media (max-width: 1200px) {
  .culture .box1 .item .con {
    padding-top: 20px; }
    .culture .box1 .item .con .icon {
      height: 42px; }
      .culture .box1 .item .con .icon img {
        max-height: 100%; }
    .culture .box1 .item .con .tits {
      font-size: 24px;
      line-height: 24px; }
    .culture .box1 .item .con .tit {
      font-size: 16px;
      line-height: 16px;
      margin-top: 10px; }
    .culture .box1 .item .con .tit1 {
      font-size: 16px;
      line-height: 26px;
      margin-top: 30px; }
  .culture .box2 .title .cn {
    font-size: 24px;
    line-height: 24px; }
  .culture .box2 .title .en {
    margin-top: 10px; } }
@media (max-width: 1024px) {
  .culture .box1 .item .con {
    padding-top: 0; }
    .culture .box1 .item .con .icon {
      height: 32px; }
    .culture .box1 .item .con .tits {
      margin-top: 10px; }
    .culture .box1 .item .con .tit1 {
      margin-top: 10px; }
  .culture .box2 .pic {
    margin-top: 30px; } }
@media (max-width: 768px) {
  .culture .box1 .item .pic {
    width: 100%;
    float: none; }
  .culture .box1 .item .con {
    width: 100%;
    float: none;
    margin-top: 15px; }
  .culture .box1 .item .con .tits {
    font-size: 20px;
    line-height: 20px; }
  .culture .box1 .item .con .tit {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px; }
  .culture .box1 .item .con .tit1 {
    line-height: 24px; }
  .culture .box2 .title .cn {
    font-size: 20px;
    line-height: 20px; }
  .culture .box2 .title .en {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px; }
  .culture .box2 .pic {
    margin-top: 15px; } }

.home {
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0; }
  .home .nav {
    float: left; }
    .home .nav a {
      width: 120px;
      height: 50px;
      border-radius: 5px;
      display: block;
      float: left;
      font-size: 18px;
      line-height: 50px;
      color: #333;
      text-align: center;
      margin-right: 30px; }
      .home .nav a.on {
        background-color: #000d77;
        color: #fff;
        font-weight: bold; }
      @media (min-width: 1024px) {
        .home .nav a:hover {
          background-color: #000d77;
          color: #fff;
          font-weight: bold; } }
  .home .home-new {
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    background-position: left center;
    background-image: url("../img/home.png");
    background-repeat: no-repeat;
    color: #333;
    float: right; }
    .home .home-new a {
      color: #999;
      float: left; }
      @media (min-width: 1024px) {
        .home .home-new a:hover {
          color: #333; } }
    .home .home-new span {
      width: 1px;
      height: 16px;
      margin: 7px 15px 0;
      background-color: #ccc;
      display: block;
      float: left; }
    .home .home-new i {
      float: left; }
  @media (max-width: 768px) {
    .home {
      position: relative;
      padding: 35px 0 10px; }
      .home .nav {
        margin-top: 10px; }
        .home .nav a {
          width: 90px;
          height: 36px;
          font-size: 14px;
          line-height: 36px;
          margin-right: 10px; }
      .home .home-new {
        position: absolute;
        font-size: 14px;
        line-height: 24px;
        top: 0;
        right: 0;
        padding-left: 22px; }
        .home .home-new span {
          margin: 6px 5px 0;
          height: 12px; } }

.news {
  padding-top: 4.2%;
  padding-bottom: 5.2%; }
  .news .top {
    position: relative; }
    .news .top .pic {
      width: 48%;
      float: left;
      overflow-x: hidden; }
      .news .top .pic a {
        width: 100%;
        height: auto;
        display: block; }
        .news .top .pic a img {
          transition: all 1.5s; }
      @media (min-width: 1024px) {
        .news .top .pic:hover a img {
          transform: scale(1.1); } }
    .news .top .line {
      width: 1px;
      height: 100%;
      background-color: #e6e6e6;
      top: 0;
      left: 52%;
      position: absolute; }
      .news .top .line span {
        width: 1px;
        height: 18px;
        background-color: #333;
        position: absolute;
        top: 17.5%;
        left: 0;
        display: block; }
    .news .top .con {
      width: 40.8%;
      float: right;
      margin-right: 5.6%;
      padding-top: 5%; }
      .news .top .con a {
        width: 100%;
        height: auto;
        display: block; }
        .news .top .con a .time {
          font-size: 22px;
          line-height: 22px;
          color: #333; }
          .news .top .con a .time span {
            display: block;
            font-size: 14px;
            line-height: 14px;
            color: #999;
            margin-top: 8px; }
        .news .top .con a .tits {
          font-size: 24px;
          line-height: 26px;
          height: 26px;
          color: #333;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 43px; }
        .news .top .con a .tit {
          font-size: 14px;
          line-height: 22px;
          height: 66px;
          color: #666;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 23px; }
        .news .top .con a .more {
          margin-top: 82px; }
          .news .top .con a .more span {
            padding-right: 26px;
            font-size: 14px;
            line-height: 22px;
            color: #000;
            background-position: right center;
            background-repeat: no-repeat;
            background-image: url("../img/more.png"); }
  .news .list {
    width: 100%;
    height: auto;
    margin-top: 5.2%; }
    .news .list ul {
      padding-bottom: 6.6%; }
      .news .list ul li {
        width: 48.7%;
        float: left;
        margin-right: 2.6%;
        border-bottom: 1px solid #f8f8f8; }
        .news .list ul li:nth-child(2n) {
          margin-right: 0; }
        .news .list ul li a {
          padding: 30px 0 30px 30px;
          display: block;
          box-sizing: border-box;
          position: relative; }
          .news .list ul li a .pic {
            width: 194px;
            float: left;
            overflow: hidden; }
            .news .list ul li a .pic img {
              transition: all 1.5s; }
          .news .list ul li a .con {
            width: calc(100% - 214px - 110px);
            margin-left: 20px;
            float: left;
            padding-top: 16px; }
            .news .list ul li a .con .tits {
              font-size: 18px;
              line-height: 20px;
              height: 20px;
              color: #333;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .news .list ul li a .con .tit {
              font-size: 14px;
              line-height: 24px;
              height: 48px;
              color: #999;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 12px; }
          .news .list ul li a .conRight {
            width: 96px;
            height: calc(100% - 60px);
            position: absolute;
            top: 30px;
            right: 0;
            border-left: 1px solid #e6e6e6; }
            .news .list ul li a .conRight .time {
              font-size: 22px;
              line-height: 22px;
              color: #333;
              margin-left: 20px;
              padding-top: 25px; }
              .news .list ul li a .conRight .time span {
                display: block;
                font-size: 14px;
                line-height: 14px;
                color: #999;
                margin-top: 8px; }
            .news .list ul li a .conRight .icon {
              width: 15px;
              margin-left: 30px;
              margin-top: 36px; }
        @media (min-width: 1024px) {
          .news .list ul li:hover {
            background-color: #f8f8f8; }
            .news .list ul li:hover a .pic img {
              transform: scale(1.1); } }
  @media (max-width: 1366px) {
    .news .top .con a .more {
      margin-top: 30px; }
    .news .top .con a .tits {
      margin-top: 25px; }
    .news .list ul li a {
      padding: 20px 0 20px 20px; }
    .news .list ul li a .conRight .time {
      font-size: 20px;
      line-height: 20px;
      padding-top: 15px; }
      .news .list ul li a .conRight .time span {
        font-size: 16px; }
    .news .list ul li a .conRight .icon {
      margin-top: 15px; } }
  @media (max-width: 1024px) {
    .news .list ul li {
      width: 100%;
      float: none;
      margin-right: 0; }
    .news .top .con a .tits {
      font-size: 18px;
      line-height: 20px;
      height: 20px; }
    .news .top .con {
      padding-top: 20px; }
    .news .top .con a .time {
      font-size: 20px;
      line-height: 20px; }
      .news .top .con a .time span {
        font-size: 16px; }
    .news .top .con a .tits {
      margin-top: 10px; }
    .news .top .con a .tit {
      margin-top: 8px; } }
  @media (max-width: 768px) {
    .news .top .pic {
      width: 100%;
      float: none; }
    .news .top .line {
      display: none; }
    .news .top .con {
      width: 100%;
      float: none;
      margin-right: 0; }
    .news .top .con a .time br {
      display: none; }
    .news .top .con a .time span {
      display: inline-block;
      margin-left: 5px; }
    .news .top .con a .time {
      font-size: 16px;
      line-height: 16px; }
    .news .con a .time span {
      font-size: 14px; }
    .news .top .con a .tits {
      font-size: 16px;
      line-height: 18px;
      height: 18px; }
    .news .top .con a .more {
      margin-top: 10px; }
    .news .top .con {
      padding-top: 10px; }
    .news .list ul li a {
      padding: 15px 0; }
      .news .list ul li a .pic {
        width: 100%;
        float: none; }
      .news .list ul li a .con {
        width: 100%;
        float: none;
        margin-left: 0; }
      .news .list ul li a .conRight {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        border-left: none; }
        .news .list ul li a .conRight .time {
          float: left;
          font-size: 16px;
          line-height: 16px;
          padding-top: 0;
          margin-left: 0; }
          .news .list ul li a .conRight .time br {
            display: none; }
          .news .list ul li a .conRight .time span {
            display: inline-block;
            margin-left: 4px;
            font-size: 14px; }
        .news .list ul li a .conRight .icon {
          float: right;
          margin-top: 10px;
          margin-left: 0; }
    .news .list ul li a .con .tits {
      font-size: 16px;
      line-height: 18px;
      height: 18px; }
    .news .list ul li a .con {
      padding-top: 15px; }
    .news .list ul li a .con .tit {
      margin-top: 7px; } }

.page {
  width: 100%;
  text-align: center;
  font-size: 0; }
  .page .page-new {
    display: inline-block; }
    .page .page-new a, .page .page-new span {
      width: 40px;
      height: 40px;
      border: 1px solid #ccc;
      box-sizing: border-box;
      margin: 0 5px;
      font-size: 14px;
      line-height: 38px;
      text-align: center;
      display: block;
      float: left;
      color: #333; }
      .page .page-new a.p, .page .page-new span.p {
        border: none;
        background-position: center;
        background-repeat: no-repeat; }
        .page .page-new a.p.left, .page .page-new span.p.left {
          background-image: url("../img/p1.png"); }
        .page .page-new a.p.right, .page .page-new span.p.right {
          background-image: url("../img/p2.png"); }
    .page .page-new span {
      background-color: #000d77;
      border-color: #000d77;
      color: #fff; }
  @media (max-width: 768px) {
    .page .page-new a, .page .page-new span {
      width: 30px;
      height: 30px;
      line-height: 30px; } }

.info {
  padding-top: 30px;
  padding-bottom: 4.4%; }
  .info .content {
    width: 63.2%;
    float: left; }
    .info .content .title {
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 24px; }
      .info .content .title .tits {
        font-size: 30px;
        line-height: 36px;
        color: #000; }
      .info .content .title .tit {
        margin-top: 13px; }
        .info .content .title .tit .t {
          font-size: 14px;
          line-height: 30px;
          color: #666;
          padding-left: 25px;
          background-position: left center;
          background-repeat: no-repeat;
          float: left;
          margin-right: 50px; }
          .info .content .title .tit .t.t1 {
            background-image: url("../img/info_icon1.png"); }
          .info .content .title .tit .t.t2 {
            background-image: url("../img/info_icon2.png"); }
        .info .content .title .tit .share {
          font-size: 14px;
          line-height: 30px;
          color: #666;
          float: right; }
          .info .content .title .tit .share span {
            float: left;
            line-height: 30px;
            display: block; }
          .info .content .title .tit .share a {
            width: 19px;
            height: 30px;
            float: left;
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            padding-left: 0;
            margin: 0;
            margin-left: 23px; }
            .info .content .title .tit .share a.bshare-qqim {
              background-image: url("../img/qq.png"); }
            .info .content .title .tit .share a.bshare-weixin {
              background-image: url("../img/wx.png"); }
            .info .content .title .tit .share a.bshare-sinaminiblog {
              background-image: url("../img/wb.png"); }
    .info .content .con {
      font-size: 18px;
      line-height: 30px;
      color: #666;
      margin-top: 43px; }
      .info .content .con img {
        max-width: 100%;
        height: auto !important;
        margin: 0 auto;
        display: block; }
    .info .content .paging {
      width: 100%;
      margin-top: 8.9%; }
      .info .content .paging .left {
        width: calc(100% - 170px); }
        .info .content .paging .left p {
          font-size: 14px;
          line-height: 30px;
          color: #666; }
          .info .content .paging .left p span {
            float: left; }
          .info .content .paging .left p i {
            width: 1px;
            height: 14px;
            background-color: #e6e6e6;
            display: block;
            float: left;
            margin: 8px 10px 0; }
          .info .content .paging .left p a {
            color: #333;
            float: left; }
            @media (min-width: 1024px) {
              .info .content .paging .left p a:hover {
                color: #001880; } }
      .info .content .paging .return {
        width: 148px;
        height: 48px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 14px;
        line-height: 48px;
        color: #000;
        float: right;
        display: block; }
        @media (min-width: 1024px) {
          .info .content .paging .return:hover {
            background-color: #001880;
            border-color: #001880;
            color: #fff; } }
  .info .infoRight {
    width: 27%;
    float: right; }
    .info .infoRight .tits .cn {
      font-size: 30px;
      line-height: 30px;
      color: #000; }
    .info .infoRight .tits .en {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 20px;
      color: #999;
      margin-top: 18px; }
    .info .infoRight ul {
      border-top: 1px solid #e6e6e6;
      margin-top: 27px; }
      .info .infoRight ul li {
        padding: 30px 0;
        border-bottom: 1px solid #e6e6e6; }
        .info .infoRight ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .info .infoRight ul li a .pic {
            width: 160px;
            float: left;
            overflow: hidden; }
            .info .infoRight ul li a .pic img {
              transition: all 1.5s; }
          .info .infoRight ul li a .con {
            width: calc(100% - 182px);
            float: right;
            padding-top: 4px; }
            .info .infoRight ul li a .con .tits {
              font-size: 18px;
              line-height: 28px;
              color: #333; }
            .info .infoRight ul li a .con .tit {
              margin-top: 15px; }
              .info .infoRight ul li a .con .tit .t {
                padding-left: 28px;
                font-size: 14px;
                line-height: 17px;
                color: #666;
                float: left;
                background-image: url("../img/info_icon1.png");
                background-position: left center;
                background-repeat: no-repeat; }
              .info .infoRight ul li a .con .tit .icon {
                width: 15px;
                float: right; }
        @media (min-width: 1024px) {
          .info .infoRight ul li:hover a .pic img {
            transform: scale(1.1); }
          .info .infoRight ul li:hover a .con .tits {
            color: #001880; } }
  @media (max-width: 1550px) {
    .info .infoRight {
      width: 33%; } }
  @media (max-width: 1366px) {
    .info .content .title .tits {
      font-size: 24px;
      line-height: 30px; }
    .info .infoRight .tits .cn {
      font-size: 24px;
      line-height: 24px; }
    .info .infoRight .tits .en {
      font-size: 16px;
      line-height: 18px;
      margin-top: 10px; } }
  @media (max-width: 1024px) {
    .info .content {
      width: 100%;
      float: none; }
    .info .infoRight {
      width: 100%;
      float: none;
      margin-top: 20px;
      display: none; } }
  @media (max-width: 768px) {
    .info {
      padding-top: 25px; }
      .info .content .title .tits {
        font-size: 18px;
        line-height: 24px; }
      .info .content .title .tit .t {
        font-size: 12px;
        line-height: 24px;
        float: none; }
      .info .content .title .tit .share {
        float: none;
        font-size: 12px; }
      .info .content .title .tit .share a {
        margin-left: 10px; }
      .info .content .title {
        padding-bottom: 10px; }
      .info .content .con {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px; }
      .info .content .paging .left {
        width: 100%;
        float: none; }
      .info .content .paging .left p a {
        width: calc(100% - 64px);
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 30px; }
      .info .content .paging .return {
        width: 120px;
        height: 34px;
        line-height: 34px;
        margin-top: 15px; }
      .info .infoRight .tits .cn {
        font-size: 18px;
        line-height: 18px; }
      .info .infoRight .tits .en {
        font-size: 14px;
        line-height: 16px;
        margin-top: 4px; }
      .info .infoRight ul {
        margin-top: 15px; }
        .info .infoRight ul li {
          padding: 15px 0; }
      .info .infoRight ul li a .pic {
        width: 100%;
        float: none; }
      .info .infoRight ul li a .con {
        width: 100%;
        float: none; }
      .info .infoRight ul li a .con .tits {
        font-size: 16px;
        line-height: 20px; }
      .info .infoRight ul li a .con .tit {
        margin-top: 10px; } }

.mnav .mnav-new {
  margin-top: 25px; }
  .mnav .mnav-new a {
    padding: 0 20px;
    font-size: 16px;
    line-height: 50px;
    color: #808080;
    display: block;
    float: left;
    border-radius: 5px; }
    .mnav .mnav-new a.on {
      background-color: #f2f4f7;
      color: #000d77;
      font-weight: bold; }
    @media (min-width: 1024px) {
      .mnav .mnav-new a:hover {
        background-color: #f2f4f7;
        color: #000d77;
        font-weight: bold; } }
  .mnav .mnav-new.cc {
    margin-left: 150px; }
@media (max-width: 768px) {
  .mnav .mnav-new {
    margin-top: 15px; }
    .mnav .mnav-new a {
      font-size: 14px;
      line-height: 36px;
      padding: 0 15px; }
    .mnav .mnav-new.cc {
      margin-left: 0; } }

.case {
  margin: 4.2% auto 0;
  padding-bottom: 5.2%; }
  .case .cc {
    text-align: center;
    margin-top: 4.3%; }
    .case .cc a {
      padding-right: 30px;
      font-size: 14px;
      line-height: 30px;
      display: inline-block;
      color: #000;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("../img/right1.png"); }

.caseInfo {
  padding-top: 30px;
  padding-bottom: 3.6%; }
  .caseInfo .title {
    border-bottom: 1px solid #e1e3e6;
    padding-bottom: 26px; }
    .caseInfo .title .t {
      width: calc(100% - 140px);
      float: left;
      font-size: 30px;
      line-height: 40px;
      color: #333;
      font-weight: bold; }
    .caseInfo .title .return {
      float: right;
      padding-left: 30px;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("../img/left10.png");
      font-size: 16px;
      line-height: 30px;
      color: #666;
      display: inline-block;
      margin-top: 5px; }
  .caseInfo .con {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 40px; }
  .caseInfo .box {
    width: 100%;
    margin-top: 45px; }
    .caseInfo .box .picBox {
      width: 65.3%;
      float: left; }
      .caseInfo .box .picBox .btns {
        width: 100%;
        margin-top: 30px; }
        .caseInfo .box .picBox .btns .num {
          float: left;
          font-size: 16px;
          line-height: 30px;
          color: #333; }
          .caseInfo .box .picBox .btns .num span {
            float: left; }
          .caseInfo .box .picBox .btns .num i {
            width: 100px;
            height: 1px;
            display: block;
            float: left;
            margin-top: 15px;
            background-color: #e6e6e6;
            margin: 15px 10px 0; }
        .caseInfo .box .picBox .btns .btn {
          float: right; }
          .caseInfo .box .picBox .btns .btn a {
            width: 50px;
            height: 30px;
            float: left;
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            background-image: url("../img/left10.png"); }
            .caseInfo .box .picBox .btns .btn a.next {
              transform: rotate(180deg);
              margin-left: 42px; }
    .caseInfo .box .conRight {
      width: 30.8%;
      float: right; }
      .caseInfo .box .conRight .item {
        margin-bottom: 42px; }
        .caseInfo .box .conRight .item .t {
          font-size: 16px;
          line-height: 18px;
          color: #00107c;
          font-weight: bold; }
        .caseInfo .box .conRight .item .t1 {
          font-size: 16px;
          line-height: 26px;
          color: #333;
          margin-top: 14px; }
  .caseInfo .box1 {
    margin-top: 5.9%; }
    .caseInfo .box1 .ccc {
      font-size: 30px;
      line-height: 30px;
      font-weight: bold;
      color: #00107c; }
    .caseInfo .box1 .caseList {
      margin-top: 30px; }
      .caseInfo .box1 .caseList ul li {
        width: 24%;
        margin-right: 1.3%; }
        .caseInfo .box1 .caseList ul li:nth-child(4n) {
          margin-right: 0; }
  @media (max-width: 1366px) {
    .caseInfo .title .t {
      font-size: 24px; }
    .caseInfo .box .conRight .item {
      margin-bottom: 20px; }
      .caseInfo .box .conRight .item .t1 {
        margin-top: 7px; }
    .caseInfo .box1 .ccc {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 1200px) {
    .caseInfo .box1 .caseList ul li {
      width: 32.2%;
      margin-right: 1.7%; }
      .caseInfo .box1 .caseList ul li:last-child {
        display: none; }
      .caseInfo .box1 .caseList ul li:nth-child(3) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .caseInfo .title .t {
      font-size: 20px;
      line-height: 30px; }
    .caseInfo .title .return {
      font-size: 14px;
      line-height: 30px;
      margin-top: 0; }
    .caseInfo .title {
      padding-bottom: 15px; }
    .caseInfo .con {
      font-size: 14px;
      line-height: 24px; } }
  @media (max-width: 900px) {
    .caseInfo .box1 .caseList ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
      float: left; }
      .caseInfo .box1 .caseList ul li:last-child {
        display: block; }
      .caseInfo .box1 .caseList ul li:nth-child(3) {
        margin-right: 3%; }
      .caseInfo .box1 .caseList ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .caseInfo {
      padding-top: 25px; }
      .caseInfo .box .picBox {
        width: 100%;
        float: none; }
      .caseInfo .box .conRight {
        width: 100%;
        float: none;
        margin-top: 20px; }
      .caseInfo .box .picBox .btns {
        margin-top: 10px; }
      .caseInfo .box .picBox .btns .btn a.next {
        margin-left: 10px; }
      .caseInfo .box .picBox .btns .num i {
        width: 45px; }
      .caseInfo .box .conRight .item .t1 {
        font-size: 14px;
        line-height: 22px; }
      .caseInfo .box {
        margin-top: 25px; }
      .caseInfo .title .t {
        font-size: 16px;
        line-height: 22px; }
      .caseInfo .title .return {
        background-size: 14px;
        padding-left: 20px; }
      .caseInfo .title .t {
        width: calc(100% - 100px); }
      .caseInfo .con {
        margin-top: 15px; } }
  @media (max-width: 600px) {
    .caseInfo .box1 .caseList ul li {
      width: 100%;
      margin-right: 0 !important;
      margin-bottom: 3%;
      float: left; }
    .caseInfo .box1 .ccc {
      font-size: 20px;
      line-height: 20px; }
    .caseInfo .box1 .caseList {
      margin-top: 15px; } }

.business .item {
  padding: 50px 0; }
  .business .item .pic {
    width: 46.7%;
    float: left; }
  .business .item .con {
    float: right;
    width: 46.7%;
    padding-top: 47px; }
    .business .item .con .num {
      font-size: 16px;
      line-height: 16px;
      color: #ccc;
      position: relative;
      font-weight: bold; }
      .business .item .con .num:after {
        width: 10px;
        height: 1px;
        top: 8px;
        left: 26px;
        background-color: #ccc;
        position: absolute;
        content: ''; }
    .business .item .con .tits {
      font-size: 40px;
      line-height: 40px;
      font-weight: bold;
      color: #333;
      margin-top: 45px;
      letter-spacing: 2px; }
    .business .item .con .tit {
      text-transform: uppercase;
      font-size: 16px;
      line-height: 16px;
      color: #333;
      opacity: 0.7;
      margin-top: 16px;
      letter-spacing: 2px; }
    .business .item .con .tit1 {
      font-size: 16px;
      line-height: 28px;
      color: #333;
      margin-top: 90px; }
  .business .item:nth-child(2n) {
    background-color: #ebedf0; }
    .business .item:nth-child(2n) .pic {
      float: right; }
    .business .item:nth-child(2n) .con {
      float: left; }
@media (max-width: 1366px) {
  .business .item .con .tits {
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px; }
  .business .item .con .tit1 {
    margin-top: 50px; } }
@media (max-width: 1200px) {
  .business .item .con .tit1 {
    margin-top: 15px; }
  .business .item .con .tits {
    font-size: 20px;
    line-height: 20px; }
  .business .item .con .tit {
    letter-spacing: 0;
    margin-top: 6px; } }
@media (max-width: 768px) {
  .business .item .pic {
    width: 100%;
    float: none; }
  .business .item .con {
    width: 100%;
    float: none;
    padding-top: 20px; }
  .business .item {
    padding: 30px 0; }
  .business .item .con .tits {
    margin-top: 10px;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 18px; }
  .business .item .con .tit {
    font-size: 14px;
    line-height: 14px; }
  .business .item .con .tit1 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px; } }

.base {
  padding-top: 20px; }
  .base .item {
    padding-top: 4.2%;
    padding-bottom: 6.4%; }
    .base .item .tits {
      font-size: 30px;
      line-height: 30px;
      font-weight: bold;
      color: #333; }
    .base .item .box {
      margin-top: 23px; }
      .base .item .box .txt {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 28px;
        color: #333; }
      .base .item .box .box-new {
        width: 50%;
        float: right; }
        .base .item .box .box-new .t {
          width: 33.3333333333%;
          float: left;
          text-align: center;
          font-size: 0;
          border-right: 1px solid #ccc;
          box-sizing: border-box; }
          .base .item .box .box-new .t:last-child {
            border-right: none; }
          .base .item .box .box-new .t .tNew {
            display: inline-block; }
            .base .item .box .box-new .t .tNew .t1 {
              font-size: 50px;
              line-height: 38px;
              color: #000d77;
              font-weight: bold;
              font-family: Arial; }
              .base .item .box .box-new .t .tNew .t1 span {
                font-size: 20px;
                font-weight: normal; }
            .base .item .box .box-new .t .tNew .t2 {
              font-size: 14px;
              line-height: 14px;
              color: #666;
              text-align: left; }
    .base .item .pic {
      width: 100%;
      margin-top: 4.9%; }
      .base .item .pic .img {
        width: 49%; }
    .base .item:nth-child(2n) {
      background-color: #ebedf0; }
  @media (max-width: 1366px) {
    .base .item .box .box-new .t .tNew .t1 {
      font-size: 36px;
      line-height: 30px; }
      .base .item .box .box-new .t .tNew .t1 span {
        font-size: 14px; }
    .base .item .tits {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 1200px) {
    .base .item .box .txt {
      width: 42%; } }
  @media (max-width: 1024px) {
    .base .item .box .txt {
      width: 100%;
      float: none; }
    .base .item .box .box-new {
      width: 100%;
      float: none;
      margin-top: 15px; }
    .base .item .tits {
      font-size: 20px;
      line-height: 20px; }
    .base .item .box {
      margin-top: 5px; }
      .base .item .box .txt {
        font-size: 14px;
        line-height: 26px; }
    .base .item .box .box-new .t .tNew .t1 {
      font-size: 20px;
      line-height: 20px; }
      .base .item .box .box-new .t .tNew .t1 span {
        font-size: 12px; } }

.customer {
  padding-top: 4.9%;
  padding-bottom: 5%; }
  .customer .title {
    text-align: center; }
    .customer .title .tits {
      font-size: 36px;
      line-height: 36px;
      color: #333;
      font-weight: bold; }
    .customer .title .tit {
      font-size: 18px;
      line-height: 18px;
      margin-top: 25px; }
  .customer .customerList {
    margin-top: 5.3%; }
    .customer .customerList ul li {
      height: 188px; }
  .customer .cc {
    text-align: center;
    margin-top: 4.8%; }
    .customer .cc a {
      padding-right: 30px;
      font-size: 14px;
      line-height: 30px;
      display: inline-block;
      color: #000;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("../img/right1.png"); }
  @media (max-width: 1366px) {
    .customer .title .tits {
      font-size: 28px;
      line-height: 28px; } }
  @media (max-width: 768px) {
    .customer .title .tits {
      font-size: 20px;
      line-height: 20px; }
    .customer .title .tit {
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px; }
    .customer .customerList ul li {
      height: 120px; } }

.hr {
  padding: 5.2% 0; }
  .hr .item {
    width: 32%;
    margin-right: 1.3%;
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 50px 21px 21px;
    float: left;
    margin-bottom: 2%; }
    .hr .item:nth-child(3n) {
      margin-right: 0; }
    .hr .item .tits {
      font-size: 30px;
      line-height: 30px;
      font-weight: bold;
      color: #3c3b3f; }
    .hr .item .tit {
      font-size: 18px;
      line-height: 30px;
      height: 120px;
      color: #666;
      margin-top: 26px; }
    .hr .item .pic {
      width: 100%;
      height: auto;
      margin-top: 4px; }
  @media (max-width: 1366px) {
    .hr .item .tits {
      font-size: 24px;
      line-height: 24px; }
    .hr .item .tit {
      margin-top: 10px;
      font-size: 16px;
      line-height: 24px;
      height: 72px; }
    .hr .item {
      padding: 30px 20px 20px; } }
  @media (max-width: 1024px) {
    .hr .item {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .hr .item:nth-child(2n) {
        margin-right: 0; }
      .hr .item .tits {
        font-size: 20px;
        line-height: 20px; } }
  @media (max-width: 768px) {
    .hr .item {
      width: 100%;
      float: none;
      padding: 20px 10px 10px; }
      .hr .item .tit {
        font-size: 14px;
        line-height: 24px;
        height: auto; }
      .hr .item .pic {
        margin-top: 15px; } }

.staff {
  margin-top: 4.2%;
  padding-bottom: 57px; }
  .staff ul li {
    padding: 30px;
    border-bottom: 1px solid #f8f8f8; }
    .staff ul li a {
      display: block;
      width: 100%;
      height: auto;
      position: relative; }
      .staff ul li a .pic {
        width: 310px;
        float: left;
        overflow: hidden; }
        .staff ul li a .pic img {
          transition: all 1.5s; }
      .staff ul li a .con {
        width: calc(100% - 362px - 190px);
        float: left;
        margin-left: 52px;
        padding-top: 26px; }
        .staff ul li a .con .tits {
          font-size: 24px;
          line-height: 30px;
          height: 30px;
          color: #333;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .staff ul li a .con .tit {
          font-size: 16px;
          line-height: 24px;
          height: 48px;
          color: #999;
          width: 100%;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 20px; }
        .staff ul li a .con .more {
          display: inline-block;
          padding-right: 26px;
          font-size: 14px;
          line-height: 24px;
          color: #000d77;
          background-position: right center;
          background-repeat: no-repeat;
          background-image: url("../img/right2.png");
          margin-top: 35px; }
      .staff ul li a .conRight {
        width: 146px;
        height: 100%;
        border-left: 1px solid #e6e6e6;
        position: absolute;
        top: 0;
        right: 0; }
        .staff ul li a .conRight .time {
          margin-left: 20px;
          font-size: 22px;
          line-height: 22px;
          color: #333;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          .staff ul li a .conRight .time:after {
            width: 1px;
            height: 18px;
            background-color: #333;
            position: absolute;
            left: -21px;
            top: 2px;
            content: ''; }
          .staff ul li a .conRight .time span {
            display: block;
            font-size: 14px;
            line-height: 14px;
            color: #999;
            margin-top: 8px; }
    @media (min-width: 1024px) {
      .staff ul li:hover {
        background-color: #f8f8f8; }
        .staff ul li:hover a .pic img {
          transform: scale(1.1); } }
  @media (max-width: 1200px) {
    .staff ul li a .pic {
      width: 250px; }
    .staff ul li a .con {
      width: calc(100% - 280px - 160px);
      margin-left: 30px;
      padding-top: 12px; }
    .staff ul li a .conRight {
      width: 110px; }
    .staff ul li a .con .tits {
      font-size: 20px;
      line-height: 24px;
      height: 24px; }
    .staff ul li a .con .tit {
      margin-top: 5px; }
    .staff ul li a .con .more {
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .staff ul li {
      padding: 15px 0; }
      .staff ul li a .pic {
        width: 100%;
        float: none; }
      .staff ul li a .con {
        width: 100%;
        float: none;
        margin-left: 0; }
        .staff ul li a .con .tits {
          font-size: 16px;
          line-height: 18px;
          height: 18px; }
        .staff ul li a .con .tit {
          font-size: 14px;
          line-height: 22px; }
      .staff ul li a .conRight {
        display: none; } }

.join {
  padding-top: 5.2%;
  padding-bottom: 4.8%; }
  .join .title {
    width: 100%;
    height: 60px;
    background-color: #000d77; }
    .join .title .t {
      font-size: 16px;
      line-height: 60px;
      text-align: center;
      color: #fff;
      float: left; }
      .join .title .t.t1 {
        width: 18.7%; }
      .join .title .t.t2 {
        width: 14.1%; }
      .join .title .t.t3 {
        width: 20.9%; }
      .join .title .t.t4 {
        width: 15.7%; }
      .join .title .t.t5 {
        width: 30.6%; }
      .join .title .t .search {
        width: 300px;
        height: 40px;
        background-color: #fff;
        margin-right: 50px;
        max-width: calc(100% - 50px);
        position: relative;
        float: right;
        margin-top: 10px; }
        .join .title .t .search .text {
          width: calc(100% - 20px);
          height: 40px;
          background-color: #fff;
          border: none;
          padding-left: 20px;
          font-size: 16px;
          line-height: 26px;
          color: #999; }
        .join .title .t .search .submit {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 0;
          right: 12px;
          background: none;
          background-image: url("../img/search1.png");
          background-position: center;
          background-repeat: no-repeat;
          border: none; }
  .join ul li {
    border-bottom: 1px solid #e6e6e6; }
    .join ul li .tits {
      width: 100%;
      height: auto;
      padding: 40px 0;
      font-size: 16px;
      line-height: 40px;
      color: #333;
      cursor: pointer; }
      .join ul li .tits .t {
        float: left;
        text-align: center; }
        .join ul li .tits .t.t1 {
          width: 18.7%;
          font-size: 20px; }
        .join ul li .tits .t.t2 {
          width: 14.1%; }
        .join ul li .tits .t.t3 {
          width: 20.9%; }
        .join ul li .tits .t.t4 {
          width: 15.7%; }
      .join ul li .tits i {
        width: 40px;
        height: 40px;
        float: right;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/join_icon1.png");
        margin-right: 6.6%;
        display: block; }
      .join ul li .tits.on i {
        background-image: url("../img/join_icon2.png"); }
    .join ul li .con {
      width: 100%;
      height: auto;
      background-color: #f2f4f7;
      padding: 50px 0;
      display: none; }
      .join ul li .con .conNew {
        width: 86.8%;
        margin: 0 auto; }
        .join ul li .con .conNew .item {
          width: 48.6%;
          float: left;
          margin-right: 2.8%;
          margin-bottom: 30px; }
          .join ul li .con .conNew .item:nth-child(2n) {
            margin-right: 0; }
          .join ul li .con .conNew .item .t {
            font-size: 16px;
            line-height: 18px;
            color: #000d77;
            font-weight: bold; }
          .join ul li .con .conNew .item .t1 {
            font-size: 16px;
            line-height: 26px;
            color: #666;
            margin-top: 11px; }
          .join ul li .con .conNew .item:nth-child(3) {
            padding-top: 20px;
            width: 100%;
            margin-right: 0;
            border-top: 1px solid #ccc; }
      .join ul li .con .more {
        padding-right: 34px;
        font-size: 16px;
        line-height: 26px;
        color: #000d77;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url("../img/join_icon3.png");
        margin-left: 54.9%;
        display: inline-block;
        margin-top: 2px; }
  .join .itemCc {
    width: 100%;
    margin-top: 30px; }
    .join .itemCc .t {
      font-size: 16px;
      line-height: 18px;
      color: #000d77;
      font-weight: bold; }
    .join .itemCc .t1 {
      font-size: 16px;
      line-height: 26px;
      color: #666;
      margin-top: 11px; }
  .join .cc {
    text-align: center;
    margin-top: 4.3%; }
    .join .cc a {
      padding-right: 30px;
      font-size: 16px;
      line-height: 30px;
      display: inline-block;
      color: #666;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("../img/right1.png"); }
  @media (max-width: 1366px) {
    .join ul li .tits {
      padding: 30px 0; }
      .join ul li .tits .t.t1 {
        font-size: 16px; } }
  @media (max-width: 1024px) {
    .join .title .t .search {
      margin-right: 10px; } }
  @media (max-width: 900px) {
    .join .title .t .search {
      display: none; } }
  @media (max-width: 768px) {
    .join .title .t.t1 {
      width: calc(100% - 20px);
      text-align: left;
      padding-left: 20px; }
    .join .title .t.t2 {
      display: none; }
    .join .title .t.t3 {
      display: none; }
    .join .title .t.t4 {
      display: none; }
    .join ul li .tits .t.t1 {
      width: calc(100% - 50px);
      text-align: left;
      padding-left: 20px; }
    .join ul li .tits .t.t2 {
      display: none; }
    .join ul li .tits .t.t3 {
      display: none; }
    .join ul li .tits .t.t4 {
      display: none; }
    .join ul li .tits i {
      width: 30px;
      height: 30px;
      margin-right: 0;
      background-size: 16px; }
    .join ul li .tits {
      line-height: 30px;
      font-size: 14px;
      padding: 10px 0; }
    .join .title .t {
      line-height: 40px; }
    .join ul li .con {
      padding: 20px 0; }
      .join ul li .con .conNew .item {
        width: 100%;
        float: none;
        margin-bottom: 10px; }
        .join ul li .con .conNew .item .t {
          font-size: 14px;
          line-height: 14px; }
        .join ul li .con .conNew .item .t1 {
          font-size: 14px;
          line-height: 20px; }
    .join ul li .con .more {
      margin-left: 0;
      font-size: 14px;
      margin-left: 20px;
      background-size: 12px;
      padding-right: 18px; }
    .join .itemCc {
      width: calc(100% - 20px);
      padding-left: 20px;
      margin-top: 15px; }
      .join .itemCc .t {
        font-size: 14px;
        line-height: 14px; }
      .join .itemCc .t1 {
        font-size: 14px;
        line-height: 20px; } }

.about .indexTitle {
  text-align: center; }
.about .box1 {
  padding: 4.2% 0; }
  .about .box1 .con {
    margin-top: 48px; }
    .about .box1 .con .videoBox {
      width: 42.2%;
      float: left;
      position: relative;
      cursor: pointer; }
      .about .box1 .con .videoBox .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5); }
        .about .box1 .con .videoBox .bg .icon {
          width: 82px;
          height: 82px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../img/video.png"); }
    .about .box1 .con .conRight {
      width: 54.8%;
      float: right;
      padding-top: 23px; }
      .about .box1 .con .conRight .txt {
        font-size: 14px;
        line-height: 24px;
        color: #666; }
      .about .box1 .con .conRight .tit {
        box-sizing: border-box;
        border-left: 1px solid #e6e6e6;
        margin-top: 62px; }
        .about .box1 .con .conRight .tit .item {
          width: 16.6666666667%;
          border-right: 1px solid #e6e6e6;
          box-sizing: border-box;
          float: left;
          text-align: center;
          font-size: 0; }
          .about .box1 .con .conRight .tit .item .itemNew {
            display: inline-block;
            text-align: left; }
            .about .box1 .con .conRight .tit .item .itemNew .t {
              font-size: 30px;
              line-height: 22px;
              font-weight: bold;
              color: #000;
              font-family: Arial; }
              .about .box1 .con .conRight .tit .item .itemNew .t span {
                font-weight: normal;
                font-size: 14px; }
            .about .box1 .con .conRight .tit .item .itemNew .t1 {
              font-size: 14px;
              line-height: 14px;
              margin-top: 6px; }
.about .box2 {
  background-color: #f2f4f7;
  padding: 4.2% 0; }
  .about .box2 .list {
    position: relative; }
    .about .box2 .list .line {
      width: 100%;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -0.5px;
      background-color: #c8cacc; }
    .about .box2 .list .listNew {
      width: calc(100% - 200px);
      margin: 0 auto; }
      .about .box2 .list .listNew ul li {
        width: 18.2%;
        float: left;
        margin-right: 2.25%;
        height: 630px;
        position: relative; }
        .about .box2 .list .listNew ul li:last-child {
          margin-right: 0; }
        .about .box2 .list .listNew ul li .con {
          position: absolute;
          top: calc(50% + 50px);
          left: 0; }
          .about .box2 .list .listNew ul li .con .tits {
            font-size: 20px;
            line-height: 30px;
            color: #999;
            text-align: center; }
          .about .box2 .list .listNew ul li .con .pic {
            width: 100%;
            height: auto;
            margin-top: 25px; }
          .about .box2 .list .listNew ul li .con .tit {
            display: none;
            margin-top: 25px;
            font-size: 20px;
            line-height: 30px;
            color: #999;
            text-align: center; }
        .about .box2 .list .listNew ul li .year {
          width: 100%;
          text-align: center;
          font-size: 36px;
          line-height: 36px;
          font-weight: bold;
          color: #666;
          font-family: Arial;
          position: absolute;
          bottom: calc(50% + 50px); }
        .about .box2 .list .listNew ul li .dian {
          width: 8px;
          height: 8px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          background-size: cover;
          background-repeat: no-repeat;
          background-color: #999;
          border-radius: 100%; }
          .about .box2 .list .listNew ul li .dian:after {
            width: 1px;
            height: 40px;
            background-color: #c8cacc;
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -0.5px;
            bottom: 8px; }
        .about .box2 .list .listNew ul li:nth-child(2n) .con {
          top: auto;
          bottom: calc(50% + 50px); }
          .about .box2 .list .listNew ul li:nth-child(2n) .con .tits {
            display: none; }
          .about .box2 .list .listNew ul li:nth-child(2n) .con .pic {
            margin-top: 0; }
          .about .box2 .list .listNew ul li:nth-child(2n) .con .tit {
            display: block; }
        .about .box2 .list .listNew ul li:nth-child(2n) .year {
          bottom: auto;
          top: calc(50% + 50px); }
        .about .box2 .list .listNew ul li:nth-child(2n) .dian:after {
          top: 8px;
          bottom: auto; }
    .about .box2 .list .a {
      width: 50px;
      height: 50px;
      position: absolute;
      background-color: #f2f4f7;
      border-radius: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -25px; }
      .about .box2 .list .a.prev {
        background-image: url("../img/prev2.png");
        left: 0; }
      .about .box2 .list .a.next {
        background-image: url("../img/next2.png");
        right: 0; }
      .about .box2 .list .a.swiper-button-disabled {
        display: none; }
.about .box3 {
  padding: 4.2% 0; }
  .about .box3 .itemBox {
    width: calc(100% - 156px);
    margin: 46px auto 0;
    overflow: hidden; }
    .about .box3 .itemBox .item {
      width: 25%;
      float: left;
      border-left: 1px solid #c8cacc;
      padding-left: 20px;
      box-sizing: border-box;
      padding-bottom: 2000px;
      margin-bottom: -2000px; }
      .about .box3 .itemBox .item .tit img {
        float: left; }
      .about .box3 .itemBox .item .tit .t {
        font-size: 50px;
        line-height: 30px;
        color: #000d77;
        font-weight: bold;
        font-family: Arial;
        float: left;
        margin-left: 15px;
        margin-top: 19px; }
        .about .box3 .itemBox .item .tit .t span {
          font-size: 30px; }
      .about .box3 .itemBox .item .tit .t1 {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
        color: #666;
        float: left;
        margin-top: 35px;
        margin-left: 10px; }
      .about .box3 .itemBox .item .txt {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
        width: calc(100% - 50px);
        margin-top: 20px; }
  .about .box3 .list {
    margin-top: 5.3%;
    position: relative; }
    .about .box3 .list .listNew {
      width: calc(100% - 200px); }
      .about .box3 .list .listNew ul li {
        border: 5px solid #434343;
        box-sizing: border-box;
        position: relative; }
        .about .box3 .list .listNew ul li .t {
          width: calc(100% - 40px);
          padding: 0 20px;
          font-size: 16px;
          line-height: 50px;
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.5);
          color: #fff;
          display: none; }
        @media (min-width: 1024px) {
          .about .box3 .list .listNew ul li:hover .t {
            display: block; } }
        .about .box3 .list .listNew ul li:nth-child(3) {
          margin-left: -4px; }
    .about .box3 .list .a {
      width: 50px;
      height: 50px;
      position: absolute;
      margin-top: -25px;
      top: 50%;
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .about .box3 .list .a.prev {
        background-image: url("../img/prev2.png");
        left: 25px; }
      .about .box3 .list .a.next {
        background-image: url("../img/next2.png");
        right: 25px; }
.about .box4 {
  padding: 4.2% 0; }
  .about .box4 .img {
    margin-top: 5.3%; }
    .about .box4 .img img {
      max-width: 100%;
      width: auto !important;
      height: auto !important;
      display: block;
      margin: 0 auto; }
      .about .box4 .img img.img2 {
        display: none; }
      @media (max-width: 768px) {
        .about .box4 .img img.img1 {
          display: none; }
        .about .box4 .img img.img2 {
          display: block; } }
.about .box5 {
  padding-top: 5.2%;
  padding-bottom: 4.7%; }
  .about .box5 .content {
    margin-top: 48px; }
    .about .box5 .content .list {
      width: 56%;
      float: left;
      height: 572px;
      overflow: hidden;
      border-top: 2px solid #182484; }
      .about .box5 .content .list ul li {
        height: 114px;
        border-bottom: 1px solid #e6e6e6;
        box-sizing: border-box;
        cursor: pointer; }
        .about .box5 .content .list ul li .tits {
          width: 25%;
          padding-left: 20px;
          box-sizing: border-box;
          font-size: 18px;
          line-height: 26px;
          color: #000;
          letter-spacing: 2px;
          font-weight: bold;
          float: left;
          padding-top: 38px; }
        .about .box5 .content .list ul li .tit {
          width: 75%;
          float: left;
          padding-top: 23px; }
          .about .box5 .content .list ul li .tit .t {
            font-size: 14px;
            line-height: 36px;
            color: #666;
            padding-left: 30px;
            background-position: left center;
            background-repeat: no-repeat;
            letter-spacing: 2px; }
            .about .box5 .content .list ul li .tit .t.t1 {
              background-image: url("../img/about_icon4.png"); }
            .about .box5 .content .list ul li .tit .t.t2 {
              background-image: url("../img/about_icon5.png"); }
            .about .box5 .content .list ul li .tit .t span {
              float: left; }
            .about .box5 .content .list ul li .tit .t i {
              width: 1px;
              height: 18px;
              margin: 9px 10px 0;
              display: block;
              float: left;
              background-color: #808080; }
            .about .box5 .content .list ul li .tit .t em {
              color: #000;
              float: left; }
        .about .box5 .content .list ul li.on {
          background-color: #f3f5f8; }
        @media (min-width: 1024px) {
          .about .box5 .content .list ul li:hover {
            background-color: #f3f5f8; } }
    .about .box5 .content .map {
      width: 41.4%;
      float: right;
      height: 572px; }
@media (max-width: 1520px) {
  .about .box5 .content .list ul li .tits {
    padding-left: 15px; } }
@media (max-width: 1366px) {
  .about .box1 .con .conRight {
    padding-top: 0; }
  .about .box1 .con .conRight .tit {
    margin-top: 30px; }
  .about .box1 .con .conRight .tit .item .itemNew .t {
    font-size: 20px;
    line-height: 14px; }
  .about .box2 .list .listNew ul li .con .tit {
    font-size: 16px;
    line-height: 24px; }
  .about .box2 .list .listNew ul li .con .tit {
    margin-top: 10px; }
  .about .box2 .list .listNew ul li .con .tits {
    font-size: 16px;
    line-height: 24px; }
  .about .box2 .list .listNew ul li .con .pic {
    margin-top: 10px; }
  .about .box2 .list .listNew ul li .year {
    font-size: 26px;
    line-height: 26px; }
  .about .box3 .itemBox .item .tit .t {
    font-size: 32px;
    line-height: 24px;
    margin-top: 28px;
    margin-left: 10px; } }
@media (max-width: 1200px) {
  .about .box2 .list .listNew ul li {
    width: 24%;
    margin-right: 1.3%; }
  .about .box5 .content .list ul li .tits {
    font-size: 16px;
    line-height: 24px; }
  .about .box5 .content .list ul li .tit .t {
    font-size: 14px;
    line-height: 30px; }
  .about .box5 .content .list ul li .tit {
    padding-top: 15px; }
  .about .box5 .content .list ul li .tits {
    padding-top: 35px; }
  .about .box5 .content .list ul li {
    height: 94px; }
  .about .box5 .content .map {
    height: 378px; }
  .about .box5 .content .list {
    height: 378px; } }
@media (max-width: 1024px) {
  .about .box3 .itemBox .item .tit img {
    height: 40px; }
  .about .box3 .itemBox .item .tit .t {
    margin-top: 15px; }
  .about .box3 .itemBox .item .tit .t1 {
    margin-top: 25px; }
  .about .box3 .itemBox {
    width: 100%; }
  .about .box3 .list .listNew {
    width: calc(100% - 60px); }
  .about .box3 .list .a {
    width: 36px;
    height: 36px;
    margin-top: -18px; }
    .about .box3 .list .a.prev {
      left: -12px; }
    .about .box3 .list .a.next {
      right: -12px; }
  .about .box5 .content .list {
    width: 100%;
    float: none; }
  .about .box5 .content .map {
    width: 100%;
    float: none;
    margin-top: 10px; }
  .about .box5 .content .list ul li {
    height: auto;
    padding-bottom: 10px; }
  .about .box5 .content .list ul li .tits {
    width: calc(100% - 15px);
    padding-left: 15px;
    padding-top: 10px;
    float: none; }
  .about .box5 .content .list ul li .tit {
    width: calc(100% - 15px);
    padding-left: 15px;
    padding-top: 5px; }
  .about .box5 .content .list {
    height: auto; } }
@media (max-width: 850px) {
  .about .box2 .list .listNew ul li {
    width: 32%;
    margin-right: 2%;
    height: 450px; }
  .about .box2 .list .listNew ul li .con {
    top: calc(50% + 20px); }
  .about .box2 .list .listNew ul li:nth-child(2n) .con {
    bottom: calc(50% + 20px); } }
@media (max-width: 930px) {
  .about .box1 .con .videoBox {
    width: 100%;
    float: none; }
  .about .box1 .con .conRight {
    width: 100%;
    float: none;
    margin-top: 15px; }
  .about .box1 .con {
    margin-top: 20px; }
  .about .box1 .con .videoBox .bg .icon {
    width: 40px;
    height: 40px; }
  .about .box1 .con .conRight .tit {
    border-left: none;
    margin-top: 25px; }
  .about .box1 .con .conRight .tit .item {
    width: 33.3333333333%;
    margin-bottom: 20px; }
    .about .box1 .con .conRight .tit .item:nth-child(1) {
      border-left: 1px solid #e6e6e6; }
    .about .box1 .con .conRight .tit .item:nth-child(4) {
      border-left: 1px solid #e6e6e6; } }
@media (max-width: 768px) {
  .about .box2 .list .listNew {
    width: calc(100% - 60px); }
    .about .box2 .list .listNew ul li {
      width: 100%;
      margin-right: 15px; }
  .about .box2 .list .a {
    width: 30px;
    height: 30px;
    margin-top: -15px; }
  .about .box2 .list .listNew ul li .con {
    width: 100%; }
  .about .box2 .list .listNew ul li .year {
    font-size: 20px;
    line-height: 20px; }
  .about .box2 .list .line {
    top: 40px; }
  .about .box2 .list .listNew ul li {
    height: auto; }
    .about .box2 .list .listNew ul li .con {
      padding-top: 50px;
      position: relative;
      top: auto;
      left: auto; }
  .about .box2 .list .listNew ul li:nth-child(2n) .con {
    bottom: auto; }
  .about .box2 .list .listNew ul li:nth-child(2n) .con .tit {
    display: none; }
  .about .box2 .list .listNew ul li:nth-child(2n) .con .tits {
    display: block; }
  .about .box2 .list .listNew ul li:nth-child(2n) .con .pic {
    margin-top: 10px; }
  .about .box2 .list .listNew ul li .year {
    bottom: auto;
    top: 10px;
    font-size: 18px;
    line-height: 18px; }
  .about .box2 .list .listNew ul li .dian {
    top: 36px;
    transform: translate(-50%, 0); }
    .about .box2 .list .listNew ul li .dian:after {
      display: none; }
  .about .box2 .list .a {
    margin-top: 0;
    top: 26px; }
  .about .box2 .list .listNew ul li .con .tits {
    font-size: 14px;
    line-height: 20px; }
  .about .box2 .list .listNew ul li:nth-child(2n) .year {
    top: 10px; }
  .about .box3 .itemBox .item {
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 15px; }
  .about .box3 .itemBox {
    margin: 25px auto 0; }
  .about .box3 .itemBox .item {
    margin-bottom: 20px; }
  .about .box3 .itemBox .item .tit img {
    display: none; }
  .about .box3 .itemBox .item .tit .t {
    margin-left: 0;
    margin-top: 0;
    font-size: 26px;
    line-height: 26px; }
    .about .box3 .itemBox .item .tit .t span {
      font-size: 20px; }
  .about .box3 .itemBox .item .tit .t1 {
    margin-top: 8px; }
  .about .box3 .itemBox .item {
    padding-left: 10px; }
  .about .box3 .itemBox .item .txt {
    width: calc(100% - 10px);
    margin-top: 6px;
    font-size: 12px;
    line-height: 22px; } }

.anchorBL {
  display: none !important; }

.BMapLabel {
  width: 280px !important;
  border: none !important;
  top: auto !important;
  bottom: 10px !important;
  margin-left: -150px;
  background-color: #fff !important;
  border-radius: 10px !important;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .BMapLabel .tits {
    width: 240px;
    margin: 20px auto 0;
    padding-bottom: 20px; }
    .BMapLabel .tits .t {
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 2px;
      color: #000;
      font-weight: bold; }
    .BMapLabel .tits .t1 {
      font-size: 14px;
      line-height: 18px;
      color: #666;
      letter-spacing: 2px;
      margin-top: 12px; }
  @media (max-width: 768px) {
    .BMapLabel {
      width: 200px !important;
      margin-left: -110px; }
      .BMapLabel .tits {
        width: 180px;
        margin: 10px auto 0;
        padding-bottom: 10px; }
        .BMapLabel .tits .t {
          font-size: 14px;
          line-height: 14px;
          letter-spacing: 0; }
        .BMapLabel .tits .t1 {
          font-size: 12px;
          line-height: 14px;
          margin-top: 5px;
          letter-spacing: 0; } }

.vvvv {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000; }
  .vvvv .bgz {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .vvvv .videoBox {
    width: 1366px;
    height: 620px;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #000; }
    .vvvv .videoBox video {
      width: 100%;
      height: 100%; }

.click-close {
  width: 40px;
  height: 40px;
  background: #fff url("../img/close.png") center no-repeat;
  position: fixed;
  background-size: 16px;
  top: 0;
  right: 0;
  z-index: 20000000;
  display: none;
  cursor: pointer; }

@media (max-width: 1366px) {
  .vvvv .videoBox {
    width: 900px;
    height: 480px; } }
@media (max-width: 1024px) {
  .vvvv .videoBox {
    width: 100%;
    height: 100%; } }

/*# sourceMappingURL=style.css.map */
