﻿select::-ms-expand {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.bgc {
  /*background-size: cover;*/
  background-size: 100% auto;
  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; }

.w1440 {
  width: 1440px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1400 {
  width: 1400px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1200 {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1100 {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.investor-financial {
    font-size: 15px;
    line-height: 24px;
    width: 1100px;
    max-width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    
.head {
  width: 100%;
  height: auto; }
  .head .headerTop {
    width: 100%;
    height: 40px;
    background-color: #f9f9f9; }
    .head .headerTop a {
      font-size: 12px;
      line-height: 40px;
      display: block;
      float: left;
      margin-left: 10px;
      color: #666;
      padding-left: 30px;
      background-position: left center;
      background-repeat: no-repeat; }
      .head .headerTop a.a1 {
        background-image: url("../img/header_icon4.png"); }
      .head .headerTop a.a2 {
        background-image: url("../img/header_icon3.png"); }
      .head .headerTop a.a3 {
        background-image: url("../img/header_icon2.png"); }
      .head .headerTop a.a4 {
        background-image: url("../img/header_icon1.png"); }
  .head .header {
    background-color: #fff;
    z-index: 100;
    position: relative; }
    .head .header .logo {
      width: 182px;
      height: auto;
      float: left;
      margin-top: 16px; }
    .head .header .search {
      width: 21px;
      height: 20px;
      background-repeat: no-repeat;
      float: right;
      background-position: center;
      background-image: url("../img/search.png");
      margin-top: 35px;
      display: block; }
    .head .header .nav {
      float: right;
      margin-right: 15px; }
      .head .header .nav ul li {
        float: left;
        position: relative;
        z-index: 10; }
.head .header .nav ul li.m{display: none;}
@media (max-width: 1024px){
.head .header .nav ul li.m{display: block;}

.index .list .con .tabs .a{width: 70px;}
.index .list .con{width:470px;}
}
        .head .header .nav ul li .tits {
          font-size: 15px;
          line-height: 90px;
          color: #333;
          font-weight: bold;
          padding: 0 25px; }
        .head .header .nav ul li dl {
          width: 166px;
          height: auto;
          top: 76px;
          display: none;
          left: 50%;
          margin-left: -83px;
          background-color: #fff;
          border-top: 4px solid #008cd6;
          position: absolute;
          transition: top .5s .1s;
          padding: 8px 0;}
          .head .header .nav ul li dl dd.phone{
            display: none;
          }
          @media (max-width: 1024px){
            .head .header .nav ul li dl dd.phone{
              display: block;
            }
            .head .header .nav ul li dl dd.pc{
              display: none;
            }
          }
          .head .header .nav ul li dl dd a {
            width: calc(100% - 20px);
            display: block;
            margin: 0 auto;
            font-size: 14px;
            line-height: 40px;
            color: #666;
            border-bottom: 1px solid #fff;
            text-align: center; }
          @media (min-width: 1024px) {
            .head .header .nav ul li dl dd:hover a {
              border-color: #008cd6;
              color: #008cd6; } }
        @media (min-width: 1024px) {
          .head .header .nav ul li:hover .tits {
            color: #008cd6; }
          .head .header .nav ul li:hover dl {
            display: block;
            top: 86px; } }
        .head .header .nav ul li.on .tits {
          color: #008cd6; }
  .head.on .headerTop {
    display: none; }
  .head.on .header .w1440 {
    width: calc(100% - 120px); }
  .head.on .header .logo {
    width: 150px; }
  .head.on .header .search {
    margin-top: 30px; }
  .head.on .header .nav ul li .tits {
    line-height: 80px; }
  .head.on .header .nav ul li dl {
    top: 76px; }

.head .header .navClick{
    width: 22px;
    height: 18px;
    margin-top: 16px;
    display: block;
    float: right;
    display: none;
}
.head .header .navClick span{
    width: 100%;
    height: 2px;
    background-color: #333;
    display: block;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
}
.head .header .navClick span:nth-child(1){
    margin-bottom: 6px;
}
.head .header .navClick span:nth-child(2){
    margin-bottom: 6px;
}
.head .header .navClick.on span:nth-child(1){
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 8px;
    right: 0px;
}
.head .header .navClick.on span:nth-child(2){
    display: none;
}
.head .header .navClick.on span:nth-child(3){
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 0;
    right: 0;
}
@media (max-width: 1530px){
    .head .header .nav ul li .tits{
        padding: 0 15px;
    }
}
@media (max-width: 1366px){
    .head .header .nav ul li .tits{
        padding: 0 12px;
        font-size: 14px;
    }
}
@media (max-width: 1200px){
    .head .header .nav{
        margin-right: 10px;
    }
    .head .header .nav ul li .tits{
        padding: 0 8px;
    }
}
@media (max-width: 1100px){
    .head .header .logo{
        width: 110px;
    }
    .head .header .nav ul li .tits{
        line-height: 70px;
    }
    .head .header .search{
        margin-top: 27px;
    }
    .head .header .nav ul li dl{
        top: 66px;
    }
    .head.on .header .w1440{
        width: 1440px;
    }
}
@media (max-width: 1024px){
    .head .headerTop{
        display: none;
    }
    .head .header{
        width: 100%;
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .headerBox{
        height: 50px;
    }
    .head .header .search{
        display: none;
    }
    .head .header .logo{
        width: 96px !important;
        margin-top: 9.5px;
    }
    .head .header .navClick{
        display: block;
    }
    .head .header .nav{
        width: 100%;
        position: fixed;
        top: 50px;
        background-color: #fff;
        left: 0;
        height: calc(100% - 51px);
        border-top: 1px solid #eee;
        overflow-y: scroll;
        display: none;
    }
    .head .header .nav ul{
        width: 92%;
        margin: 0 auto;
        padding: 20px 0;
        
    }
    .head .header .nav ul li{
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }
    .head .header .nav ul li .tits{
        color: #0c1729 !important;
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px;
        line-height: 36px !important;
        height: auto;
        opacity: 1;
        font-weight: bold;
        text-align: left;
        display: block;
    }
    .head .header .nav ul li dl{
        width: 100%;
        display: block;
        position: relative;
        left: auto;
        top: auto !important;
        background: none;
        padding: 6px 5px;
        border-bottom: none;
        margin-left: 0;
        box-shadow: 0 0 0;
        border-top: none;
    }
    .head .header .nav ul li dl dd{
        display: inline-block;
        width: auto;
        margin-right: 15px;
        float: left;
        line-height: 30px;
    }
    .head .header .nav ul li dl dd a{
        width: auto;
        font-size: 14px;
        line-height: 25px;
    }
}


.index {
  width: 100%;
  height: calc(100vh - 190px);
  position: relative; }
  .index .list {
    position: relative;
    width: 100%;
    height: 100%; }
    .index .list ul {
      width: 100%;
      height: 100%; }
      .index .list ul li {
        width: 100%;
        height: 100%;
        position: relative; }
      .index .list ul li img{
        display: none;}
	     .index .list ul li .img{
	       width: 100%;
	       height: calc(100vh - 190px);
	       /*height:0;*/
	       /*padding-bottom: 43.75%;*/
	         
	     }
        .index .list .con {
          width: 555px;
          top: 0;
          left: 12.5%;
          height: 100%;
          z-index: 10;
          display: none;
          position: absolute; }
          @media (max-width: 1024px){
            .index .list .con{
              display: block;
            }
          }
          .index .list .con .pic {
            width: 287px;
            max-width: 100%;
            /*opacity: 0;
            transition: all .8s;
            transform: translateY(30px);*/ }
          .index .list .con .txt {
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            margin-top: 25px;
            /*opacity: 0;
            transition: all .8s;
            transform: translateY(30px);*/
            transition-delay: 0.4s; }
          .index .list .con .tabs {
            margin-top: 52px;
            /*opacity: 0;
            transition: all .8s;
            transform: translateY(30px);*/
            transition-delay: 0.6s; }
            .index .list .con .tabs .a {
              width: 75px;
              display: block;
              float: left; }
              .index .list .con .tabs .a .icon{
                width: 100%;
                border-radius: 100%;
                overflow: hidden;
              }
              .index .list .con .tabs .a p {
                text-align: center;
                font-size: 14px;
                line-height: 26px;
                color: #fff; }
                .index .list .con .tabs .a p a{
                  color: #fff;
                }
            .index .list .con .tabs span {
              width: 40px;
              height: 1px;
              display: block;
              float: left;
              border-top: 1px dashed #fff;
              margin-top: 37px;
              box-sizing: border-box; }
  .index .list .btns {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 10;
      text-align: center; }
      @media (max-width: 768px){
        .index .list .btns{
          bottom: 10px;
        }
      }
      .index .list .btns span {
        display: inline-block;
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 1px solid #fff;
        margin: 0 10px;
        background: none; }
        .index .list .btns span.swiper-pagination-bullet-active {
          background-color: #fff; }
  
  .index .nav {
    width: 46.4%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 60px;
    z-index: 20;
    transform: translateY(-50%); }
    .index .nav a {
      width: 48.3%;
      margin-right: 3.4%;
      margin-bottom: 3.4%;
      box-sizing: border-box;
      background-color: rgba(0, 0, 0, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.2);
      display: block;
      padding-bottom: 27.1%;
      position: relative;
      float: left;
      color: #fff;
      box-sizing: border-box; }
      .index .nav a:nth-child(2n) {
        margin-right: 0; }
      .index .nav a .tits {
        position: absolute;
        top: 42px;
        left: 30px;
        font-size: 20px;
        line-height: 20px;
        color: #ffff; }
        @media (max-width: 768px){
          .index .nav a .tits{font-size: 16px;
        line-height: 16px;}}
        .index .nav a .tits span {
          position: relative; }
          .index .nav a .tits span:after {
            width: 24px;
            height: 1px;
            content: '';
            background-color: #fff;
            position: absolute;
            bottom: -14px;
            left: 0;
            transition: width .5s; }
      @media (min-width: 1024px) {
        .index .nav a:hover {
          background-color: rgba(0, 0, 0, 0.45); }
          .index .nav a:hover .tits span:after {
            width: 100%; } }
      .index .nav a.on {
        background-color: rgba(0, 0, 0, 0.6); }
        .index .nav a.on .tits span:after {
          width: 100%; }

@media (max-width: 1024px){
.index .list{height:auto;}
.index .list ul li .img{
  display: none;
}
.index .list ul li img{
  display: block;
}
}

.home {
  font-size: 14px;
  line-height: 60px;
  color: #666;
  border-top: 1px solid #eee; }
  .home a {
    color: #666; }
    @media (min-width: 1024px) {
      .home a:hover {
        color: #008cd6; } }
  .home i {
    color: #333; }
@media (max-width: 1024px){
    .home{
        line-height: 40px;
    }
}


.footerIndex {
  width: 100%;
  height: auto;
  background-color: #fff; }
  .footerIndex .footer {
    width: calc(100% - 120px);
    background: none;
    padding: 0;
    margin: 0 auto; }
    .footerIndex .footer .p {
      font-size: 14px;
      line-height: 26px;
      padding: 17px 0;
      color: #000;
      opacity: 0.7;
      float: left; }
      .footerIndex .footer .p a {
        color: #000; }
        .footerIndex .footer .p a:hover {
          color: #008cd6; }
    .footerIndex .footer .t {
      float: right;
      padding: 14px 0; }
      .footerIndex .footer .t a {
        padding-left: 37px;
        display: block;
        float: left;
        margin-left: 20px;
        font-size: 13px;
        line-height: 32px;
        color: #000;
        background-position: left center;
        background-repeat: no-repeat; }
        .footerIndex .footer .t a.a1 {
          background-image: url("../img/1.png"); }
        .footerIndex .footer .t a.a2 {
          background-image: url("../img/2.png"); }

.footer {
  position: relative;
  z-index: 10;
  background-color: #313131;
  padding-top: 63px; }
  .footer .frilink{
    width: 1440px;
    max-width: 92%;
    margin: 0 auto 20px;
position: relative;
padding-left: 85px;
box-sizing: border-box;
  }
.footer .frilink span{
	font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding-right: 20px;
    position: absolute;display: block;top: 0;
left: 0;
}
  .footer .frilink a{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: 0.6;
    padding-right: 20px;
    position: relative;display: block;float: left;
  }
  .footer .frilink a:after{
    width: 1px;
    height: 14px;
    top: 3px;
    right: 7px;
    background-color: #fff;
    opacity: 0.6;
    content: '';
    position: absolute;
  }
  .footer .frilink a:last-child{
    padding-right: 0;
  }
  .footer .frilink a:last-child:after{
    display: none;
  }

  .footer .foot {
    padding-bottom: 45px; }
    .footer .foot .logo {
      width: 125px;
      float: left; }
    .footer .foot .nav {
      float: right; }
      .footer .foot .nav dl {
        width: 135px;
        float: left; }
        .footer .foot .nav dl:last-child {
          width: auto; }
        .footer .foot .nav dl:nth-child(6) {
          width: 150px; }
        .footer .foot .nav dl dt {
          margin-bottom: 22px; }
          .footer .foot .nav dl dt a {
            font-size: 15px;
            line-height: 18px;
            color: #fff; }
	.footer .foot .nav dl dd.phone{display:none;}
	@media (max-width: 1024px){
	.footer .foot .nav dl dd.phone{display:block;}
.footer .foot .nav dl dd.pc{display:none;}
}
        .footer .foot .nav dl dd a {
          font-size: 14px;
          line-height: 24px;
          opacity: 0.6;
          color: #fff; }
          @media (min-width: 1024px) {
            .footer .foot .nav dl dd a:hover {
              opacity: 1; } }
  .footer .foott {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .footer .foott .left {
      padding: 15px 0; }
      .footer .foott .left a {
        width: 34px;
        display: block;
        float: left;
        margin-right: 20px; }
    .footer .foott .right {
      font-size: 14px;
      line-height: 64px;
      color: #fff;
      opacity: 0.5; }
      .footer .foott .right a {
        color: #fff; }
        @media (min-width: 1024px) {
          .footer .foott .right a:hover {
            color: #008cd6; } }

@media (max-width: 1500px){
    .footer .foot .nav dl{
        width: 115px;
    }
}
@media (max-width: 1366px){
    .footer .foot .nav dl{
        width: 100px;
    }
}
@media (max-width: 1024px){
    .footer .foot .nav{
        display: none;
    }
    .footer{
        padding-top: 30px;
    }
}
@media (max-width: 768px){
    .footer .foot{
        padding-bottom: 15px;
    }
    .footer{
        padding-top: 15px;
    }
    .footer .foott .right{
        line-height: 30px;
        float: none;
    }
    .footer .foott .right em{
        display: block;
    }
    .footer .foott .left{
        float: none;
    }
    .footer .foott .left a{
        margin-right: 10px;
    }
    .footer{
        padding-bottom: 20px;
    }
}

.aboutNav {
  width: 100%;
  text-align: center;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec; }
  .aboutNav a {
    display: inline-block;
    margin: 0 40px;
    color: #ececec;
    font-size: 16px;
    line-height: 60px;
    color: #555;
    position: relative; }
    .aboutNav a:after {
      width: 0;
      height: 4px;
      background-color: #008cd6;
      position: absolute;
      bottom: -1px;
      left: 50%;
      content: '';
      transition: all 0.5s; }
    .aboutNav a.on {
      color: #008cd6; }
      .aboutNav a.on:after {
        width: 100%;
        left: 0; }
    @media (min-width: 1024px) {
      .aboutNav a:hover {
        color: #008cd6; }
        .aboutNav a:hover:after {
          width: 100%;
          left: 0; } }

.aboutNavM{
    width: 100%;
    background-color: #f9f9f9;
    display: none;
    position: relative;
    z-index: 10;
}
.aboutNavM .tits{
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    line-height: 40px;
    color: #555;
    position: relative;
}
.aboutNavM .tits span{
    padding-left: 20px;
}
.aboutNavM .tits i{
    width: 19px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('../img/cxx.png');
    display: block;
    transition: all .5s;
}
.aboutNavM .tits.on i{
    transform: rotate(180deg);
}
.aboutNavM ul{
    width: 100%;
    height: auto;
    position: absolute;
    top: 41px;
    left: 0;
    background-color: #f9f9f9;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    display: none;
}
.aboutNavM ul li a{
    width: calc(100% - 20px);
    font-size: 15px;
    line-height: 40px;
    color: #555;
    display: block;
    padding-left: 20px;
}


.about {
  padding-top: 4.7%;
  padding-bottom: 7.7%;
  background-image: url("../img/about_bg.jpg"); }
  .about .box {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 50px; }
    .about .box .pic {
      width: 50%;
      float: left; }
    .about .box .con {
      width: 45.8%;
      float: right;
      border-bottom: 1px solid #e0e0e0;
      padding-top: 33px;
      padding-bottom: 37px; }
      .about .box .con .tits {
        font-size: 36px;
        line-height: 36px;
        color: #000; }
      .about .box .con .txt {
        font-size: 16px;
        line-height: 24px;
        color: #575757;
        margin-top: 30px; }
  .about .conn {
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    margin-top: 46px; }

.team {
  padding-top: 4.2%;
  padding-bottom: 3%; }
  .team ul li {
    width: 100%;
    /*margin-right: 3.4%;*/
    margin-bottom: 3.4%;
    background-color: #f8f8f8;
    float: left; }
    .team ul li:nth-child(2n) {
      margin-right: 0; }
    .team ul li .pic {
      width: 290px;
      float: left; }
    .team ul li .con {
      width: calc(90% - 290px);
      float: right;
      margin-right: 5%;
      padding-top: 50px; }
      .team ul li .con .tits {
        font-size: 18px;
        line-height: 18px;
        color: #000; }
      .team ul li .con .line {
        width: 30px;
        height: 1px;
        background-color: #cdd0df;
        margin-top: 30px; }
      .team ul li .con .txt {
        font-size: 15px;
        line-height: 24px;
        color: #666;
        margin-top: 28px; }

.story {
  padding-top: 4.2%;
  padding-bottom: 5.2%; }
  .story .box .boxLeft {
    width: 50%;
    float: left;
    position: relative; }
    .story .box .boxLeft .con {
      width: calc(100% - 80px);
      position: absolute;
      bottom: 10%;
      left: 40px;
      color: #fff; }
      .story .box .boxLeft .con .tits {
        font-size: 14px;
        line-height: 15px;
        position: relative; }
        .story .box .boxLeft .con .tits:after {
          width: 30px;
          height: 1px;
          position: absolute;
          top: 7px;
          left: -40px;
          background-color: #fff;
          content: ''; }
      .story .box .boxLeft .con .tit {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 13px;
        width: 420px;
        max-width: 100%; }
  .story .box .itemBox {
    width: 50%;
    float: left; }
    .story .box .itemBox .item {
      width: 100%;
      background-color: #f3f3f3;
      position: relative; }
      .story .box .itemBox .item .pic {
        width: 50%;
        float: left; }
      .story .box .itemBox .item .con {
        width: 50%;
        height: 100%;
        float: left;
        position: absolute;
        top: 0;
        right: 0; }
        .story .box .itemBox .item .con .conn {
          width: calc(100% - 75px);
          position: absolute;
          left: 40px;
          top: 29%; }
          .story .box .itemBox .item .con .conn .tits {
            color: #000;
            font-size: 18px;
            line-height: 18px;
            position: relative; }
            .story .box .itemBox .item .con .conn .tits:after {
              width: 30px;
              height: 1px;
              background-color: #000;
              position: absolute;
              top: 9px;
              left: -40px;
              content: ''; }
          .story .box .itemBox .item .con .conn .tit {
            font-size: 15px;
            line-height: 20px;
            color: #666;
            margin-top: 12px; }
      .story .box .itemBox .item:nth-child(2) .pic {
        float: right; }
      .story .box .itemBox .item:nth-child(2) .con {
        right: auto;
        left: 0; }
        .story .box .itemBox .item:nth-child(2) .con .conn {
          left: auto;
          right: 40px; }
          .story .box .itemBox .item:nth-child(2) .con .conn .tits:after {
            left: auto;
            right: -40px; }
  .story .clickMore {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    background-color: #008cd6;
    text-align: center;
    display: block;
    margin: 60px auto 0;
    font-size: 16px;
    line-height: 50px;
    color: #fff; }

.media {
  padding: 3.6% 0;
  background-image: url("../img/about_bg.jpg"); }
  .media .box .pic {
    width: 48.3%;
    float: left; }
  .media .box .con {
    width: 48.3%;
    float: right;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-top: 40px; }

.group {
  background-color: #fcfbfb;
  padding-top: 4.7%;
  padding-bottom: 5.2%; }
  .group .con .tits {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #333; }
  .group .con .tit {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-top: 27px; }
  .group .list {
    width: 100%;
    height: auto;
    margin-top: 66px; }
    .group .list ul li .pic{
      width: 68.5%;
      margin: 0 auto;
      transform: scale(0.8);
      transition: all 0.5s;
    }
    .group .list ul li.swiper-slide-active .pic{
      transform: scale(1);
    }
    .group .list ul li p{
      text-align: center;
      font-size: 16px;
      line-height: 30px;
      color: #333;
      margin-top: 20px;
    }
.group .list .a{
width: 67px;height:67px;position: absolute;top: 50%;transform:translateY(-50%);display:block;background-image:url('../img/culture_next.png');background-size:cover;background-repeat: no-repeat;z-index: 10;
}
.group .list .a.prev{left: 0;transform:rotateY(-180deg) translateY(-50%);}
.group .list .a.next{right: 0;}
@media (max-width: 1024px){.group .list .a{width: 40px;height:40px;}}
    .group .list .btns {
      margin-top: 32px;
      text-align: center; }
      .group .list .btns span {
        display: inline-block;
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 1px solid #188dfe;
        margin: 0 10px;
        background: none; }
        .group .list .btns span.swiper-pagination-bullet-active {
          background-color: #188dfe; }

.banner {
  position: relative;
  width: 100%;
  height: auto; }
  .banner .con {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff; }
    .banner .con .tits {
      font-size: 48px;
      line-height: 48px; }
    .banner .con .tit {
      font-size: 18px;
      line-height: 18px;
      margin-top: 24px; }
  .banner .down {
    width: 28px;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%); }

.oemTitle {
  text-align: center;
  color: #000; }
  .oemTitle .tits {
    font-size: 36px;
    line-height: 36px; }
  .oemTitle .tit {
    font-size: 18px;
    line-height: 18px;
    opacity: 0.7;
    margin-top: 20px; }

.oem .box1 {
  padding-top: 5.2%;
  padding-bottom: 3.4%; }
  .oem .box1 .list {
    margin-top: 6.1%; }
    .oem .box1 .list ul li {
      width: 48.3%;
      float: left;
      margin-bottom: 44px; }
      .oem .box1 .list ul li:nth-child(2n) {
        float: right; }
      .oem .box1 .list ul li .con {
        width: 100%;
        height: auto;
        position: relative; }
        .oem .box1 .list ul li .con img {
          width: 50px;
          float: left;
          margin-left: 5px; }
        .oem .box1 .list ul li .con .tits {
          width: calc(100% - 60px);
          font-size: 16px;
          line-height: 24px;
          color: #666;
          position: absolute;
          bottom: 0;
          right: 0; }
          .oem .box1 .list ul li .con .tits span {
            color: #000; }
      .oem .box1 .list ul li .line {
        width: 100%;
        height: 8px;
        background-color: #555;
        border: 1px solid #000;
        border-radius: 4px;
        opacity: .1;
        margin-top: 10px; }
.oem .box2 {
  background-image: url("../img/oem_bg.jpg");
  padding-bottom: 6%;
  padding-top: 5.2%; }
  .oem .box2 .oemTitle {
    color: #fff; }
  .oem .box2 .list {
    width: 100%;
    height: auto;
    margin-top: 52px;
    position: relative;
    z-index: 10; }
    .oem .box2 .list ul li {
      width: 31%;
      background-color: #fff;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
      float: left; }
      .oem .box2 .list ul li .pic{
        width: 100%;
        height: auto;
        overflow: hidden;
      }
      .oem .box2 .list ul li .pic img{
        transition: all 1.5s;
      }
      @media (min-width: 1024px){
        .oem .box2 .list ul li:hover .pic img{
          transform: scale(1.1);
        }
      }
      .oem .box2 .list ul li:nth-child(3) {
        margin-left: -4px; }
      .oem .box2 .list ul li .con {
        width: calc(100% - 60px);
        margin: 0 auto;
        padding-top: 28px;
        padding-bottom: 28px; }
        .oem .box2 .list ul li .con .tits {
          font-size: 18px;
          line-height: 20px;
          color: #000; }
        .oem .box2 .list ul li .con .tit {
          font-size: 16px;
          line-height: 24px;
          height: 72px;
          color: #555;
          margin-top: 14px; }
    .oem .box2 .list .btns {
      width: 100%;
      height: auto;
      text-align: center;
      font-size: 0;
      position: relative;
      bottom: auto;
      left: auto;
      margin-top: 60px; }
      .oem .box2 .list .btns span {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 1px solid #fff;
        margin: 0 8px;
        opacity: 1;
        background: none; }
        .oem .box2 .list .btns span.swiper-pagination-bullet-active {
          background-color: #fff; }
  .oem .box2 .bg {
    width: 44.25%;
    position: absolute;
    top: 24%;
    right: -18%;
    z-index: 5; }
.oem .box3 {
  padding-top: 5.2%;
  padding-bottom: 6.25%; }
  .oem .box3 .list {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 20px; }
    .oem .box3 .list ul {
      width: calc(100% - 160px);
      margin: 0 auto; }
      .oem .box3 .list ul li {
        width: 28.8%;
        float: left;
        margin-right: 6.8%;
        margin-bottom: 30px; }
        .oem .box3 .list ul li:nth-child(3n) {
          margin-right: 0; }
        .oem .box3 .list ul li .pic {
          padding: 16px;
          background-color: #efefef;
          box-sizing: border-box; }
        .oem .box3 .list ul li p {
          text-align: center;
          font-size: 16px;
          line-height: 24px;
          color: #333;
          margin-top: 17px; }

.join{
    background-image: url(../img/about_bg.jpg);
    padding-top: 4.7%;
}
.join .content{
    background-image: url(../img/join_bg.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 5.2%;
}
.join .box1{
    position: relative;
}
.join .box1 .img{
    width: 16.3%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.join .box1 .box-new{
    width: 965px;
    max-width: 92%;
    margin: 0 auto;
}
.join .box1 .title .tits{
    font-size: 36px;
    line-height: 36px;
    color: #000;
    text-align: center;
}
.join .box1 .title .txt{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 24px;
}
.tableBox{
    margin-top: 55px;
}
.tableBox .t{
    margin-bottom: 20px;
}
.tableBox .t .tt{
    width: 48.4%;
    float: left;
    margin-right: 3.2%;
}
.tableBox .t .tt:last-child{
    margin-right: 0;
}
.tableBox .t .tt .span{
    width: 100px;
    margin-right: 5px;
    float: left;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    text-align: right;
}
.tableBox .t .tt .span span{
    color: #dc0000;
}
.tableBox .t .tt .text{
    width: calc(100%  -  107px);
    float: left;
    height: 48px;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    text-align: center;
    background: none;
    border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t .tt .cc{
  width: calc(100%  -  107px);
  float: left;
  height: 48px;
  text-align: center;
  background: none;
  border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t .tt .cc .text{
  font-size: 15px;
  line-height: 24px;
  color: #333;
  border: none;
  background: none;
  width: calc(100% - 100px);
  height: 48px;
  text-align: center;
}
.tableBox .t .tt .cc a{
  width: 100px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  display: block;
  float: right;
  background-color: #008cd6;
  color: #fff;
}
.tableBox .t .tt .cc a.cur{
  background-color: #999;
}
.tableBox .t .tt .cc .img{
  width: 100px;
  height: 48px;
  position: relative;
  float: right;
}
.tableBox .t .tt .cc .img img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
@media (max-width: 768px){
  .tableBox .t .tt .cc{
    width: calc(100% - 92px);
    height: 36px;
  }
  .tableBox .t .tt .cc .text{
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }
  .tableBox .t .tt .cc a{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .tableBox .t .tt .cc .img{
    height: 36px;
  }

}
.tableBox .t .tt .sel{
    width: calc(100%  -  107px);
    float: left;
    height: 48px;
    font-size: 15px;
    line-height: 24px;
    color: #7d7d7d;
    text-align: center;
    text-align-last: center;
    background: none;
    display: block;
    border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t1{
    margin-bottom: 20px;
}
.tableBox .t1 .span{
    width: 100px;
    margin-right: 5px;
    float: left;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    text-align: right;
}
.tableBox .t1 .span span{
    color: #dc0000;
}
.tableBox .t .tt label{
  line-height: 52px;
  font-size: 16px;
  float: left;
  margin-right: 10px;
}
.tableBox .t1 .ttBox{
    width: calc(100% - 107px);
    float: left;
}
.tableBox .t1 .ttBox .tt1{
    width: 29.5%;
    float: left;
    margin-right: 4.5%;
}
.tableBox .t1 .ttBox .tt1:last-child{
    margin-right: 0;
}
.tableBox .t1 .ttBox .tt1 .sel{
    width: calc(100% - 60px);
    float: left;
     height: 48px;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    text-align: center;
    background: none;
    border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t1 .ttBox .tt1 span{
    float: left;
    font-size: 16px;
    line-height: 50px;
    margin-left: 10px;
    color: #000;
}
.tableBox .t2{
    width: 100px;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    text-align: right;
}
.tableBox .t2 span{
    color: #dc0000;
}

.join .box2{
    background-color: rgba(220,220,220,0.1);
    border-top: 1px solid #e1e1e1;
    padding-top: 74px;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-bottom: 48px;
}
.join .box2 .tBox{
    width: 1000px;
    max-width: 92%;
    margin: 0 auto;
}
.join .box2 .tBox .t{
    width: 10%;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-bottom: 7px;
}
.join .box2 .tBox .t img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}
.join .box2 .tBox .t .tits{
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-top: 6px;
    height: 40px;
    overflow: hidden;
}
.join .box2 .tBox .t .tits span{
    display: inline-block;
    padding-left: 25px;
    background-position: left 3px;
    background-repeat: no-repeat;
    background-image: url('../img/join_ic1.png');
}
.join .box2 .tBox .t.on .tits span{
    background-position: left 3px;
    background-image: url('../img/join_ic2.png');
}
.join .submit{
    width: 180px;
    height: 50px;
    border-radius: 25px;
    display: block;
    border: none;
    background-color: #008cd6;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin: 60px auto 0;
}


.tk{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.tk .bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
}
.tk .box{
    width: 260px;
    height: 155px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}
.tk .box .tits{
    width: calc(100% - 20px);
    padding-left: 20px;
    height: 42px;
    background-color: #f7f7f7;
    font-size: 15px;
    line-height: 42px;
    color: #333;
    border-bottom: 1px solid #ededed;
}
.tk .box .con{
    width: calc(100% - 40px);
    margin: 22px auto 0;
}
.tk .box .con .t{
    font-size: 15px;
    line-height: 20px;
    color: #333;
}
.tk .box .con .t1 {
    margin-top: 27px;
}
.tk .box .con .t1 .but{
    float: right;
    width: 76px;
    height: 30px;
    border-radius: 15px;
    background-color: #008cd7;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    display: block;
    text-align: center;
}


.digital{
    padding-top: 5.2%;
}
.digital .list{
    width: 100%;
    height: auto;
    position: relative;
}
.digital .list .line{
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    top: 30px;
    left: 0;
}
.digital .list .a{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}
.digital .list .a.prev{
    background-image: url('../img/prev.png');
    left: 35px;
}
.digital .list .a.next{
    background-image: url('../img/next.png');
    right: 35px;
}
.digital .list .a.swiper-button-disabled.prev{
    background-image: url('../img/prev_h.png');
}
.digital .list .a.swiper-button-disabled.next{
    background-image: url('../img/next_h.png');
}
.digital .list .list-new{
    width: calc(100% - 260px);
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.digital .list .list-new ul li{
    width: 14.2%;
    float: left;
    cursor: pointer;
}
.digital .list .list-new ul li .dian{
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
}
.digital .list .list-new ul li .dian span{
    display: none;
    width: 100%;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #fff;
    font-family: Arial;
    text-align: center;
    transition: all .5s;
}
.digital .list .list-new ul li .dian i{
    width: 10px;
    height: 10px;
    border: 1px solid #008cd6;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all .5s;
}
.digital .list .list-new ul li p{
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #555;
    text-align: center;
    margin-top: 5px;
}
.digital .list .list-new ul li.on .dian i{
    width: 60px;
    height: 60px;
    background-color: #008cd6;
    border: none;
}
.digital .list .list-new ul li.on p{
    color: #008cd6;
    font-weight: bold;
    margin-top: 13px;
}
.digital .list .list-new ul li.on .dian span{
    display: block;
}

.digital .list1{
    margin-top: 9.6%;
}
.digital .list1 ul{
    display: none;
}
.digital .list1 ul li{
    width: 22.5%;
    float: left;
    margin-right: 3.3%;
    margin-bottom: 5.2%;
}
.digital .list1 ul li:nth-child(4n){
    margin-right: 0;
}
.digital .list1 ul li p{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #444;
    margin-top: 27px;
}

.hr{
    background-image: url(../img/about_bg.jpg);
}
.hr .box1{
    padding-top: 4.2%;
    padding-bottom: 7.1%;
}
.hr .box1 .title{
    width: 25.8%;
    float: left;
}
.hr .box1 .title .en{
    font-size: 36px;
    line-height: 36px;
    color: #000;
    opacity: 0.1;
    text-transform: uppercase;
    font-family: Arial;
}
.hr .box1 .title .cn{
    font-size: 28px;
    line-height: 28px;
    color: #000;
    margin-top: 15px;
}
.hr .box1 .con{
    width: 74.2%;
    float: left;
    padding-top: 67px;
}
.hr .box1 .con .img{
    width: 75px;
    float: left;
}
.hr .box1 .con .txt{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    width: calc(100% - 115px);
    float: right;
    padding-top: 10px;
}
.hr .box1 .con .txt span{
    font-size: 20px;
}
.hr .box2{
    background-image: url('../img/hr_bg.jpg');
    padding-top: 6.5%;
    padding-bottom: 3.3%;
}
.hr .box2 .title{
    width: 100%;
}
.hr .box2 .title .en{
    font-size: 36px;
    line-height: 36px;
    color: #000;
    opacity: 0.1;
    text-transform: uppercase;
}
.hr .box2 .title .cn{
    font-size: 28px;
    line-height: 28px;
    color: #000;
    margin-top: 15px;
}
.hr .box2 .list{
    margin-top: 50px;
}
.hr .box2 .list ul li{
    width: 48.3%;
    float: left;
    margin-right: 3.4%;
    margin-bottom: 46px;
}
.hr .box2 .list ul li:nth-child(2n){
    margin-right: 0;
}
.hr .box2 .list ul li .con{
    width: calc(100% - 40px);
    margin: 40px auto 0;
}
.hr .box2 .list ul li .con .tits{
    font-size: 22px;
    line-height: 24px;
    color: #000;
}
.hr .box2 .list ul li .con .tit{
    font-size: 16px;
    line-height: 24px;
    height: 96px;
    color: #666;
    margin-top: 14px;
}


.lesson{
    background-image: url(../img/about_bg.jpg);
    padding: 4.2% 0;
}
.lesson .nav{
    width: 144px;
    float: left;
position:relative;
}
.lesson .nav .tit{
    font-size: 14px;
    line-height: 24px;
    padding: 0 13px;
    display: inline-block;
    color: #b9b9b9;
    border: 1px solid #b9b9b9;
    border-radius: 12px;
    position: absolute;
    right: 28px;
    top: 0;
z-index: 20;
}
.lesson .nav ul li{
    border-right: 1px solid rgba(0,0,0,0.1);
}
.lesson .nav ul li a{
    width: 100%;
    display: block;
    position: relative;
    padding: 40px 0;
}
.lesson .nav ul li a .tits{
    font-size: 16px;
    line-height: 30px;
    color: #000;
    width: 115px;
    text-align: right;
}
.lesson .nav ul li a .dian{
    width: 7px;
    height: 7px;
    border: 2px solid #058ed6;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: -6.5px;
    margin-top: -5.5px;
}

.lesson .nav ul li.on a .tits{
    font-size: 28px;
    font-weight: bold;
}
.lesson .nav ul li.on a .tit{
    display: block;
}

.lesson .content{
    width: 70%;
    float: right;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 50px;
}
.lesson .content .pic{
    width: 100%;
}
.lesson .content .pic img{
    max-width: 100%;
    display: block;
}
.lesson .content .list{
    margin-top: 27px;
}
.lesson .content .list ul{
    padding-bottom: 25px;
}
.lesson .content .list ul li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.lesson .content .list ul li .tits{
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.lesson .content .list ul li .tit{
    width: calc(100% - 70px);
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 18px;
}

.page{
    text-align: center;
    font-size: 0;
    width: 100%;
}
.page a{
    font-size: 16px;
    line-height: 48px;
    width: 48px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    margin: 0 5px;
    color: #333;
    border-radius: 25px;
}
.page a.p{
    width: 118px;
    background-color: #e7e7e7;
}
.page .active{
    width: 48px;
    height: 48px;
    background-color: #008cd6;
    color: #fff;
    border: 1px solid #008cd6;
    display: inline-block;
    border-radius: 25px;
    font-size: 16px;
    line-height: 48px;
}
@media (min-width: 1024px){
    .page a:hover{
        background-color: #008cd6;
        color: #fff;
        border: 1px solid #008cd6;
    }
}


.procurement{
    background-image: url(../img/about_bg.jpg);
    padding-top: 4.2%;
    padding-bottom: 5.2%;
}
.procurement .list{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 60px;
}
    .procurement .list li {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 30px 0;
    }
        .procurement .list li a {
            width: 100%;
            display: block;
            position: relative;
        }
            .procurement .list li a .time {
                width: 105px;
                float: left;
                text-align: center;
                position: relative;
            }
                .procurement .list li a .time:after {
                    width: 1px;
                    height: 50px;
                    opacity: 0.05;
                    background-color: #000;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 0;
                    content: '';
                }
                .procurement .list li a .time span {
                    display: block;
                    width: 100%;
                    font-size: 48px;
                    line-height: 50px;
                    color: #008cd6;
                }
                .procurement .list li a .time i {
                    width: 100%;
                    display: block;
                    font-size: 14px;
                    line-height: 16px;
                    color: #000;
                    opacity: 0.8;
                }
            .procurement .list li a .tits {
                width: calc(100% - 165px);
                font-size: 20px;
                line-height: 22px;
                height: 22px;
                overflow: hidden;
                color: #000;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }


.factory{
    background-image: url(../img/about_bg.jpg);
    background-color: #fafafa;
}
.factory .content{
    background-image: url('../img/join_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 4.7%;
    padding-bottom: 7%;
    position: relative;
}
.factory .content .img{
    width: 16.3%;
    position: absolute;
    top: 25%;
    left: 0;
}
.factory .content .title{
    text-align: center;
}
.factory .content .title .tits{
    font-size: 36px;
    line-height: 36px;
    color: #000;
}
.factory .content .title .tit{
    font-size: 16px;
    line-height: 18px;
    color: #444;
    margin-top: 23px;
}
.factory .content .box1{
    width: 1180px;
    max-width: 92%;
    margin: 50px auto 0;
    box-sizing: border-box;
    border: 1px solid #e4e5e5;
    border-radius: 20px;
    padding-top: 5.5%;
    padding-bottom: 7.7%;
    position: relative;
}
.factory .content .box1 .line{
    width: 100%;
    height: calc(100% - 40px);
    top: 20px;
    left: 0;
    border: 1px solid #e4e5e5;
    border-radius: 20px;
    position: absolute;
}
.factory .content .box1 .item{
    width: 44.9%;
    float: left;
}
.factory .content .box1 .item:nth-child(1){
    margin-left: 5.3%;
    margin-right: 2.8%;
}
.factory .content .box1 .item .icon{
    width: 102px;
    float: left;
}
.factory .content .box1 .item .con{
    width: calc(100% - 120px);
    margin-left: 18px;
    line-height: 26px;
    color: #666;
    float: left;
    padding-top: 25px;
}
.factory .content .box1 .item .con .tits{
    font-size: 18px;
}
.factory .content .box1 .item .con .tit{
    font-size: 16px;
}
.factory .content .box2{
    width: 1060px;
    max-width: 92%;
    margin: 45px auto 0;
}
.factory .content .box2 .item{
    margin-bottom: 45px;
}
.factory .content .box2 .item .tits{
    font-size: 30px;
    line-height: 30px;
    color: #008cd6;
}
.factory .content .box2 .item .tit{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 15px;
}


.message{
    background-image: url(../img/about_bg.jpg);
    background-color: #fafafa;
    padding-bottom: 4.7%;
    position: relative;
}
.message .img{
    width: 16.3%;
    position: absolute;
    top: 25%;
    left: 0;
}
.messageTabs{
    width: 800px;
    margin: 0 auto;
    max-width: 90%;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 70px;
    position: relative;
}
.messageTabs a{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    color: #555;
    display: block;
    position: relative;
}
.messageTabs a:after{
    width: 100%;
    height: 1px;
    background-color: #008cd6;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    display: none;
}
.messageTabs a.on{
    color: #008cd6;
}
.messageTabs a.on:after{
    display: block;
}
.messageTabs img{
    width: 62px;
    position: absolute;
    bottom: -30px;
    left: -38px;
}
.messageTabs.w3 a{
    width: 33.333%;
}


.message .list{
    width: 100%;
    margin-top: 50px;
}
.message .list .tits{
    background-color: #008cd6;
    width: 100%;
    height: 60px;
}
.message .list .tits .t{
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    float: left;
    width: 16.6%;
    position: relative;
    cursor: pointer;
}
.message .list .tits .t:after{
    width: 1px;
    height: 14px;
    position: absolute;
    top: 23px;
    right: 0;
    background-color: #fff;
    opacity: 0.3;
    content: '';
}
.message .list .tits .t:last-child:after{
    display: none;
}
.message .list .tits .t span{
    display: inline-block;
    padding-right: 23px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('../img/sj.png');
}
.message .list .tits .t ul{
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #008cd6;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
}
.message .list .tits .t ul li{
    font-size: 16px;
    line-height: 40px;
    color: #333;
}
.message .list .list-new{
    margin-top: 10px;
}
.message .list .list-new ul{
    padding-bottom: 50px;
}
.message .list .list-new ul li{
    background-color: #edf4f8;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 60px;
    color: #333;
}
.message .list .list-new ul li .t{
    text-align: center;
    overflow: hidden;
    height: 60px;
    float: left;
    width: 16.6%;
}
.message .list .list-new ul li .t a{
    color: #333;
}
.message .list .list-new ul li .t a:hover{
    color: #008cd6;
}

.qa{
    background-image: url(../img/about_bg.jpg);
    background-color: #fafafa;
    position: relative;
}
.qa .content{
    background-image: url('../img/join_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    padding-bottom: 5.2%;
}
.qa .content .img{
    width: 16.3%;
    position: absolute;
    top: 25%;
    left: 0;
}
.qa .content .list{
    padding-top: 10.8%;
}
.qa .content .list ul{
    padding-bottom: 25px;
}
.qa .content .list ul li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 27px;
    margin-bottom: 25px;
}
.qa .content .list ul li .tits{
    font-size: 20px;
    line-height: 26px;
    color: #008cd6;
}
.qa .content .list ul li .tit{
    font-size: 16px;
    line-height: 26px;
    color: #555;
    text-indent: 2em;
    margin-top: 20px;
}
.qa .content .list .moreClick{
    width: 180px;
    height: 50px;
    border-radius: 25px;
    background-color: #008cd6;
    display: block;
    margin: 0 auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.service{
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/service_bg.jpg');
    padding-top: 5.2%;
    padding-bottom: 11.2%;
    position: relative;
}
.service .img{
    width: 16.3%;
    position: absolute;
    top: 25%;
    left: 0;
}
.service .tits{
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
}
.service .box{
    border: 1px solid #e9eaea;
    border-radius: 20px;
    width: 788px;
    height: auto;
    margin: 50px auto 0;
    position: relative;
    padding-top: 8.3%;
    padding-bottom: 9.2%;
    max-width: 100%;
}
.service .box .txt{
    font-size: 18px;
    line-height: 30px;
    color: #555;
    margin-left: 20.7%;
}
.service .box .pic{
    width: 25.5%;
    position: absolute;
    bottom: 0;
    right: 3.5%;
}
.service .box .line{
    width: 100%;
    height: calc(100% - 20px);
    left: -1px;
    top: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    position: absolute;
}


.hr .box1 .boxNew{
    width: 100%;
    position: relative;
    margin-top: 8.9%;
}
.hr .box1 .boxNew ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hr .box1 .boxNew ul li{
    width: 16.6%;
    float: left;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.hr .box1 .boxNew ul li .icon{
    width: 60%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hr .box1 .boxNew ul li .icon .img2{
    display: none;
}
.hr .box1 .boxNew ul li p{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.hr .box1 .boxNew ul li:nth-child(2n) p{
    top: 10px;
    bottom: auto;
}
.hr .box1 .boxNew ul li.on .icon .img1{
    display: none;
}
.hr .box1 .boxNew ul li.on .icon .img2{
    display: block;
}
.hr .box1 .boxNew ul li.on p{
    color: #008cd6;
}

.hr .box3{
    background-color: #fafafa;
    padding-top: 4.7%;
    padding-bottom: 6.25%;
}
.hr .box3 .top .title{
    float: left;
}
.hr .box3 .top .title .en{
    font-size: 36px;
    line-height: 36px;
    color: #000;
    opacity: 0.1;
    text-transform: uppercase;
    font-family: Arial;
}
.hr .box3 .top .title .cn{
    font-size: 28px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
}
.hr .box3 .top .search{
    width: 280px;
    height: 50px;
    box-sizing: border-box;
    float: right;
    border: 1px solid #e1e1e1;
    margin-top: 24px;
}
.hr .box3 .top .search .submit{
    width: 60px;
    height: 50px;
    float: left;
    border: none;
    background: none;
    background-image: url('../img/search1.png');
    background-position: center;
    background-repeat: no-repeat;
}
.hr .box3 .top .search .text{
    width: calc(100% - 60px);
    float: left;
    height: 50px;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.hr .box3 .tabs{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    font-size: 0;
}
.hr .box3 .tabs a{
    font-size: 16px;
    line-height: 54px;
    color: #000;
    display: inline-block;
    margin: 0 52px;
    position: relative;
}
.hr .box3 .tabs a:after{
    width: 24px;
    height: 7px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -12px;
    border-radius: 4px;
    background-color: #008cd6;
    content: '';
    display: none;
}
.hr .box3 .tabs a.on{
    color: #008cd6;
}
.hr .box3 .tabs a.on:after{
    display: block;
}
.hr .box3 .tabs a:hover{
    color: #008cd6;
}
.hr .box3 .tabs a:hover:after{
    display: block;
}
.hr .box3 .frilink{padding-top: 15px;}
.hr .box3 .frilink a{
font-size: 16px;
line-height: 28px;
color: #000;
float: left;
padding-right: 14px;
position: relative;
}
.hr .box3 .frilink a.on{color: #008cd6;}
.hr .box3 .frilink a:after{width: 1px;height: 14px;top: 7px;background-color: #000;position: absolute;right: 7px;content: '';}
.hr .box3 .sel{
    width: 280px;
    height: 50px;
    margin-top: 40px;
    box-sizing: border-box;
    position: relative;
}
.hr .box3 .sel .tits{
    width: calc(100% - 2px);
    height: 48px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e1e1e1;
}
.hr .box3 .sel .tits span{
    float: left;
    font-size: 16px;
    line-height: 48px;
    color: #000;
    margin-left: 12px;
}
.hr .box3 .sel .tits i{
    width: 19px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    background-image: url('../img/recruitment_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
}
.hr .box3 .sel ul{
    width: calc(100% - 2px);
    height: auto;
    /*max-height: 200px;
    overflow-y: scroll;*/
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    position: absolute;
    top: 49px;
    left: 0;
    display: none;
max-height: 200px;
overflow-y: scroll;
}
.hr .box3 .sel ul li{
    width: calc(100% - 12px);
    padding-left: 12px;
    font-size: 15px;
    line-height: 40px;
    color: #333;
    cursor: pointer;
}
.hr .box3 .sel ul li:hover{
    background-color: #fff;
}
.hr .box3 .jgTxt{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-left: 12px;
    margin-top: 15px;
}
.hr .box3 .content{
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.04);
    margin-top: 20px;
}
.hr .box3 .content ul li{
    width: 20%;
    line-height: 100px;
    float: left;
    text-align: center;
}
.hr .box3 .content ul li a{
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #bfbfbf;
}


.consumers{
    background-image: url(../img/about_bg.jpg);
    background-color: #fafafa;
}
.consumers .content{
    background-image: url('../img/join_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    padding-bottom: 5.6%;
}

.consumers .title{
    text-align: center;
    padding-top: 7.5%;
}
.consumers .title .t{
    font-size: 36px;
    line-height: 36px;
    color: #000;
}
.consumers .title .t1{
    font-size: 16px;
    line-height: 18px;
    color: #000;
    margin-top: 20px;
}

.consumerstabs{
    width: 600px;
    margin: 0 auto;
    max-width: 90%;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 70px;
    position: relative;
}
.consumerstabs a{
    width: 33.333%;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    color: #555;
    display: block;
    position: relative;
}
.consumerstabs.w{
    width: 800px;
}
.consumerstabs.w a{
    width: 24%;
}
.consumerstabs.w a:nth-child(2){
    width: 28%;
}
.consumerstabs a:after{
    width: 100%;
    height: 1px;
    background-color: #008cd6;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    display: none;
}
.consumerstabs a.on{
    color: #008cd6;
}
.consumerstabs a.on:after{
    display: block;
}
.consumerstabs img{
    width: 62px;
    position: absolute;
    bottom: -30px;
    left: -38px;
}

.consumers .box1{
    width: calc(100% - 10px);
    height: auto;
    margin: 84px auto 0;
    box-sizing: border-box;
    border: 1px solid #e4e5e5;
    border-radius: 20px;
    padding-top: 7.9%;
    padding-bottom: 10.25%;
    position: relative;
}
.consumers .box1 .line{
    width: 100%;
    height: calc(100% - 40px);
    top: 20px;
    left: 0;
    border: 1px solid #e4e5e5;
    border-radius: 20px;
    position: absolute;
}
.consumers .box1 .itemBox .item{
    width: 33.333%;
    float: left;
    text-align: center;
}
.consumers .box1 .itemBox .item .icon{
    width: 102px;
    height: auto;
    margin: 0 auto;
}
.consumers .box1 .itemBox .item .t{
    font-size: 16px;
    line-height: 18px;
    color: #000;
    opacity: 0.7;
    margin-top: 18px;
}
.consumers .box1 .itemBox .item .t1{
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-family: Arial;
    margin-top: 13px;
}
.consumers .box2{
    width: 100%;
    margin-top: 35px;
}
.consumers .box2 .boxLeft{
    margin-left: 9.4%;
    float: left;
}
.consumers .box2 .boxLeft img{
    width: 90px;
    float: left;
}
.consumers .box2 .boxLeft .txt{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-left: 20px;
    padding-top: 19px;
    float: left;
}
.consumers .box2 .boxRight{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    float: right;
    text-align: right;
    padding-top: 19px;
    margin-right: 7.9%;
}


.jieshao{
    background-image: url(../img/about_bg.jpg);
    background-color: #fafafa;
}
.jieshao .content{
    background-image: url('../img/join_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    padding-bottom: 6%;
}
.jieshao .box1{
    width: calc(100% - 10px);
    height: auto;
    margin: 84px auto 0;
    box-sizing: border-box;
    border: 1px solid #e4e5e5;
    position: relative;
    border-radius: 20px;
    padding-top: 6.4%;
    padding-bottom: 5%;
}
.jieshao .box1 .line{
    width: 100%;
    height: calc(100% - 40px);
    top: 20px;
    left: 0;
    border: 1px solid #e4e5e5;
    border-radius: 20px;
    position: absolute;
}
.jieshao .box1 .boxNew{
    width: 83.9%;
    margin: 0 auto;
}
.jieshao .box1 .boxNew .con{
    font-size: 16px;
    line-height: 26px;
    color: #333;
}
.jieshao .box1 .boxNew .itemBox{
    margin-top: 45px;
}
.jieshao .box1 .boxNew .itemBox .item{
    float: left;
    margin-right: 9%;
}
.jieshao .box1 .boxNew .itemBox .item .icon{
    width: 102px;
    float: left;
}
.jieshao .box1 .boxNew .itemBox .item .img{
    width: 90px;
    margin-top: 6px;
    float: left;
}
.jieshao .box1 .boxNew .itemBox .item .tit{
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-top: 25px;
    margin-left: 16px;
}
.jieshao .box1 .boxNew .itemBox .item .tit span{
    opacity: 0.7;
}


.fankui{
    background-image: url(../img/about_bg.jpg);
    background-color: #fafafa;
}
.fankui .content{
    background-image: url('../img/join_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    padding-bottom: 5.2%;
}
.fankui .content .tableBox{
    margin: 82px auto 0;
    width: calc(100% - 240px)
}

.tableBox .t1 .ttC{
    width: calc(100% - 107px);
    float: right;
}
.tableBox .t1 .ttC.mt{
    margin-top: 20px;
}
.tableBox .t1 .ttC .text{
    width: calc(100% - 2px);
    height: 48px;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    text-align: center;
    background: none;
    border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t1 .txtC{
    width: calc(100% - 127px);
    font-size: 15px;
    line-height: 20px;
    color: #333;
    margin-top: 14px;
    margin-left: 127px;
    float: left;
}
.tableBox .t1 .txt{
    width: calc(100% - 127px);
    height: 155px;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    background: none;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .submit{
    width: 180px;
    height: 50px;
    border-radius: 25px;
    display: block;
    border: none;
    background-color: #008cd6;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-left: 107px;
    margin-top: 47px;
}

.standard{
    background-image: url(../img/about_bg.jpg);
    background-color: #fefefe;
    padding-top: 60px;
    padding-bottom: 4.2%;
}
.standard .sel{
    width: 230px;
    height: 44px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.standard .sel .tits{
    width: calc(100% - 2px);
    height: 42px;
    position: relative;
    cursor: pointer;
    border: 1px solid #cbcbcb;
}
.standard .sel .tits span{
    float: left;
    font-size: 16px;
    line-height: 42px;
    color: #000;
    margin-left: 12px;
}
.standard .sel .tits i{
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    background-image: url('../img/recruitment_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
}
.standard .sel ul{
    width: calc(100% - 2px);
    height: auto;
    /*max-height: 200px;
    overflow-y: scroll;*/
    background-color: #fff;
    border: 1px solid #e1e1e1;
    position: absolute;
    top: 43px;
    left: 0;
    display: none;
}
.standard .sel ul li{
    width: calc(100% - 12px);
    padding-left: 12px;
    font-size: 15px;
    line-height: 40px;
    color: #333;
    cursor: pointer;
}
.standard .sel ul li:hover{
    background-color: #fefefe;
}
.standard .title{
    font-size: 14px;
    line-height: 14px;
    color: #666;
    margin-top: 20px;
}
.standard .list{
    margin-top: 40px;
}
.standard .list ul{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 60px;
}
.standard .list ul li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 30px 0;
}
.standard .list ul li a{
    width: 100%;
    display: block;
    position: relative;
}
.standard .list ul li a .time{
    width: 105px;
    float: left;
    text-align: center;
    position: relative;
}
.standard .list ul li a .time:after{
    width: 1px;
    height: 50px;
    opacity: 0.05;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
}
.standard .list ul li a .time span{
    display: block;
    width: 100%;
    font-size: 48px;
    line-height: 50px;
    color: #008cd6;
}
.standard .list ul li a .time i{
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    opacity: 0.8;
}
.standard .list ul li a .tits{
    width: calc(100% - 227px);
    font-size: 20px;
    line-height: 22px;
    overflow: hidden;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 62px;
}
.standard .list ul li a .icon{
    width: 23px;
    height: 100%;
    position: absolute;
    right: 39px;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/download.png');
}
.aboutNav.w a{
    margin: 0 30px;
}
.standard .list ul li a .con{
    width: 69.6%;
    float: left;
    margin-left: 5.25%;
}
.standard .list ul li a .con .t{
    font-size: 24px;
    line-height: 30px;
    color: #333;
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow:  ellipsis;
}
.standard .list ul li a .con .t1{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 12px;
}
.standard .list ul li a .line{
    width: 1px;
    height: 90px;
    background-color: rgba(0,0,0,0.05);
    float: left;
    margin-left: -1px;
}
@media (max-width: 768px){
  .standard .list ul li a .line{
    height: 110px;
  }
}
.standard .list.list1 ul li a .time:after{
    display: none;
}

.investor{
    background-image: url(../img/about_bg.jpg);
    background-color: #fcfcfc;
    padding-top: 5.2%;
    position: relative;
    padding-bottom: 4.7%;
}
.investor .img{
    position: absolute;
    left: 0;
    top: 24%;
    width: 16.3%;
}
.investor .list .t{
    margin-bottom: 30px;
}
.investor .list .t .tits{
    width: 26.6%;
    height: auto;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,0.03);
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 25px 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.investor .list .t .tit{
    width: calc(69% - 60px);
    height: auto;
    padding: 25px 0;
     border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,0.03);
    font-size: 16px;
    line-height: 30px;
    color: #555;
    float: right;
    padding-left: 60px;
}
.investor .list .t .tits.tx{
    padding: 60px 0;
}
.investor .list .t .tx{
    border-radius: 75px;
}
@media (min-width: 1024px){
    .investor .list .t:hover .tits{
        background-color: #078fd6;
        background-image: url('../img/ww.png');
        color: #fff;
    }
    .investor .list .t:hover .tit{
        background-color: #e5f3fb;
    }
}

.controls{
    background-image: url(../img/about_bg.jpg);
    background-color: #fcfcfc;
    position: relative;
    padding-bottom: 6.8%;
}
.controls .img{
    position: absolute;
    left: 0;
    top: 40%;
    width: 16.3%;
}
.controls .list{
    width: 900px;
    margin: 70px auto 0;
    max-width: 100%;
    border-top: 1px solid #e8e9e9;
}
.controls .list ul li{
    border-bottom: 1px solid #e8e9e9;
    margin-top: 7px;
}
.controls .list ul li a{
    width: 100%;
    display: block;
    position: relative;
    padding: 13px 0;
}
.controls .list ul li a .tits{
    margin-left: 20px;
    width: 70%;
    overflow: hidden;
    float: left;
    font-size: 15px;
    line-height: 28px;
    color: #008cd6;
}
.controls .list ul li a i{
    width: 23px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30px;
    background-image: url('../img/download.png');
    background-position: center;
    background-repeat: no-repeat;
}

.controls .pic{
    width: 100%;
    margin-top: 84px;
}
.controls .pic img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}


.history{
    background-image: url('../img/history_bg.jpg');
    padding-top: 5.2%;
    padding-bottom: 6.25%;
    position: relative;
}
.history .img{
    width: 16.3%;
    position: absolute;
    left: 0;
    top: 20%;
}
.history .title{
    text-align: center;
    color: #000;
}
.history .title .tits{
    font-size: 36px;
    line-height: 36px;
}
.history .title .tit{
    font-size: 16px;
    line-height: 16px;
    opacity: 0.6;
    margin-top: 22px;
}
.history .list{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 70px;
}
.history .list ul li{
    position: relative;
}
.history .list ul li .conBox{
    width: 50%;
    float: right;
    position: relative;
}
.history .list ul li .conBox .con{
    margin-left: 15.8%;
    background-color: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    position: relative;
    z-index: 5;
}
.history .list ul li:nth-child(2n) .conBox{
    float: left;
}
.history .list ul li:nth-child(2n) .conBox .con{
    float: right;
    margin-right: 15.8%;
}
.history .list ul li .conBox .con{
    width: 56.3%;
}
.history .list ul li .conBox .con.c4{
    width: 79.8%;
}
.history .list ul li .conBox .con.c5{
    width: 73%;
}
.history .list ul li .conBox .con.c6{
    width: 64%;
}
.history .list ul li .conBox .con .conn{
    width: calc(100% - 62px);
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 35px;
}
.history .list ul li .conBox .con .conn .year{
    font-size: 36px;
    line-height: 36px;
    font-family: Arial;
    color: #008cd6;
}
.history .list ul li .conBox .con .conn .cc{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 10px;
}
.history .list ul li .conBox .img1{
    width: 14.5%;
    position: absolute;
    left: 37%;
    top: -35%;
    transform: rotate(45deg);
}
.history .list ul li .conBox .img2{
    width: 36.3%;
    position: absolute;
    right: 1.6%;
    top: 64%;
    z-index: 7;
}
.history .list ul li .conBox .img3{
    width: 11.3%;
    position: absolute;
    left: 8.3%;
    bottom: 0;
    z-index: 7;
}
.history .list .line{
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
}
.history .list ul li:before{
    width: 22px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    background-size: cover;
    background-image: url('../img/history_icon4.png');
    background-repeat: no-repeat;
}
.history .clickMore{
    width: 180px;
    height: 50px;
    border-radius: 25px;
    background-color: #008cd6;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin: 68px auto 0;
}

.oem .box4{
    background-repeat: no-repeat;
    background-image: url('../img/join_bg.png');
    background-color: #f9f9f9;
    background-size: 100% auto;
    background-position: center bottom;
    width: 100%;
    height: auto;
    padding-top: 5.2%;
    padding-bottom: 4.2%;
    position: relative;
}
.oem .box4 .list{
    width: calc(100% - 88px);
    margin: 60px auto 0;
    border-top: 3px solid #008cd6;
}
.oem .box4 .list ul li{
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
}
.oem .box4 .list ul li .tits{
    position: relative;
    cursor: pointer;
    padding: 15px 0;
}
.oem .box4 .list ul li .tits .t{
    width: 80%;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #008cd6;
}
.oem .box4 .list ul li .tits i{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 23px;
    right: 0;
    background-image: url('../img/oem_icon14.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.oem .box4 .list ul li.on .tits i{
    background-image: url('../img/oem_icon14_h.png');
}
.oem .box4 .list ul li .con{
    width: calc(100% - 60px);
    height: auto;
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-top: 25px;
    display: none;
}
.oem .box4 .list ul li.on .con{
    display: block;
}
.oem .box4 .list .clickMore{
    width: 190px;
    height: 50px;
    border-radius: 25px;
    background-color: #1896d8;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    display: block;
    margin: 60px auto 0;
}
.oem .box4 .img{
    width: 16.3%;
    position: absolute;
    left: 0;
    top: 28%;
}
.oem .box5{
    padding-top: 5.2%;
    background-image: url('../img/oem_bg6.png');
    background-size: 90.3% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.oem .box5 .box{
    width: 589px;
    height: auto;
    margin: 10.6% auto 0;
    position: relative;
    z-index: 10;
}
.oem .box5 .box ul{
    width: 100%;
    position: absolute;
    left: 0;
}
.oem .box5 .box ul:nth-child(1){
    top: 80px;
}
.oem .box5 .box ul:nth-child(2){
    top: 215px;
}
.oem .box5 .box ul:nth-child(3){
    top: 343px;
}
.oem .box5 .box ul:nth-child(4){
    top: 453px;
}
.oem .box5 .box ul li{
    width: 48%;
    color: #fff;
    text-align: right;
    float: left;
}
.oem .box5 .box ul li:nth-child(2n){
    text-align: left;
    float: right;
}
.oem .box5 .box ul:nth-child(3) li:nth-child(2n){
    margin-top: -15px;
}
.oem .box5 .box ul:nth-child(4) li:nth-child(2n){
    margin-top: -22px;
}
.oem .box5 .box ul li .t{
    font-size: 18px;
    line-height: 18px;
}
.oem .box5 .box ul li .t1{
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
}

.oem .box5 .bb{
    width: 774px;
    height: auto;
    margin: -38px auto 0;
    position: relative;
    z-index: 4;
}
.oem .box5 .bb .con{
    width: 100%;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
}
.oem .box5 .bb .con .t{
    width: 220px;
    height: 50px;
    border-radius: 25px;
    background-color: #008cd6;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin: 0 auto;
}
.oem .box5 .bb .con .t1{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 50px;
}

.oemInfo{
    position: relative;
    padding: 5.2% 0;
}
.oemInfo .img{
    width: 16.3%;
    position: absolute;
    left: 0;
    top: 40%;
}
.oemInfo .tits{
    font-size: 42px;
    line-height: 42px;
    color: #000;
    text-align: center;
}
.oemInfo .list{
    margin-top: 50px;
}
.oemInfo .list ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    float: left;
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.06);
}
.oemInfo .list ul li:nth-child(3n){
    margin-right: 0;
}
.oemInfo .list ul li a{
    width: 100%;
    height: auto;
    display: block;
}
.oemInfo .list ul li a .pic{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.oemInfo .list ul li a .pic img{
    transition: all 1.5s;
}
@media (min-width: 1024px){
    .oemInfo .list ul li:hover a .pic img{
        transform: scale(1.1);
    }
}
.oemInfo .list ul li a .con{
    padding: 30px 0;
}
.oemInfo .list ul li a .con p{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-left: 30px;
}

.oemInfo .list .clickMore{
    width: 180px;
    height: 50px;
    border-radius: 25px;
    background-color: #0098e9;
    margin: 40px auto 0;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.oemInfo .box{
    border-top: 1px solid #e5e5e5;
    margin-top: 6.1%;
    padding-top: 8.3%;
}
.oemInfo .box .tit{
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #181818;
    margin-top: 25px;
}
.oemInfo .box .tit1{
    width: 320px;
    height: 50px;
    border-radius: 25px;
    background-color: #0098e9;
    margin: 40px auto 0;
    text-align: center;
    font-size: 0;
}
.oemInfo .box .tit1 span{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    padding-left: 35px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('../img/info_icon1.png');
}

@media (max-width: 1366px){
  .oemInfo .tits{
    font-size: 30px;
    line-height: 30px;
  }
  .oemInfo .box .tit{
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px){
  .oemInfo .tits{
    font-size: 22px;
    line-height: 22px;
  }
  .oemInfo .list{
    margin-top: 20px;
  }
  .oemInfo .list ul li{
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .oemInfo .list ul li a .con{
    padding: 10px 0;
  }
  .oemInfo .list ul li a .con p{
    font-size: 16px;
    line-height: 24px;
  }
  .oemInfo .list .clickMore{
    width: 120px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 36px;
    margin: 20px auto 0;
  }
  .oemInfo .box .tit{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .oemInfo .box .tit1{
    width: 260px;
    height: 36px;
    border-radius: 18px;
    margin: 20px auto 0;
  }
  .oemInfo .box .tit1 span{
    font-size: 14px;
    line-height: 36px;
    -webkit-background-size: 20px;
    background-size: 20px;
    padding-left: 25px;
  }
}

.culture{
    background-image: url(../img/about_bg.jpg);
}
.culture .list{
    width: 19.5%;
    float: left;
    position: relative;
    z-index: 10;
}
.culture .list ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.culture .list ul li{
    position: absolute;
    width: 200px;
    cursor: pointer;
}
.culture .list ul li:nth-child(1){
    top: 10%;
    left: 40%;
}
.culture .list ul li:nth-child(2){
    top: 28%;
    left: 77%;
}
.culture .list ul li:nth-child(3){
    top: 45%;
    left: 89%;
}
.culture .list ul li:nth-child(4){
    top: 66%;
    left: 77%;
}
.culture .list ul li:nth-child(5){
    top: 85%;
    left: 40%;
}
.culture .list ul li .icon{
    width: 50px;
    height: 50px;
    background-image: url('../img/culture_icon1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.culture .list ul li.on .icon{
    background-image: url('../img/culture_icon2.png');
}
.culture .list ul li .txt{
    float: left;
    margin-left: 10px;
}
.culture .list ul li .txt p{
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    color: #000;
}
.culture .list ul li .txt img{
    max-width: 57px;
    max-height: 57px;
    display: block;
    margin-top: 8px;
}
.culture .con{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    padding-top: 8.3%;
}
.culture .con .item{
    display: none;
}
.culture .con .tits{
    font-size: 36px;
    line-height: 36px;
}
.culture .con .tit{
    font-size: 16px;
    line-height: 16px;
    margin-top: 23px;
}
.culture .con .list1{
    width: 100%;
    height: auto;
    margin-top: 8%;
    position: relative;
}
.culture .con .list1 ul li{
    width: 100%;
    height: 448px;
    position: relative;
}
.culture .con .list1 ul li img{
    max-width: 448px;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.culture .con .list1 .next{
    width: 67px;
    height: 67px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.7%;
    display: block;
    background-image: url('../img/culture_next.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.clubSong{
    margin: 4.7% auto 0;
    padding-bottom: 7.8%;
}
.clubSong .box{
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    padding-top: 70px;
    padding-bottom: 48px;
    background-image: url('../img/clubSong_img1.png');
    background-size: 34.7% auto;
    background-position: 96% bottom;
    background-repeat: no-repeat;
    position: relative;
}
.clubSong .box .but{
    width: 116px;
    position: absolute;
    top: 73px;
    right: 2.5%;
}
.clubSong .box .but .a{
    width: 44px;
    height: 44px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
}
.clubSong .box .but .a.prev{
    background-image: url('../img/clubSong_prev.png');
}
.clubSong .box .but .a.next{
    background-image: url('../img/clubSong_next.png');
    float: right;
}
@media (min-width: 1024px){
    .clubSong .box .but .a:hover.prev{
        background-image: url('../img/clubSong_prev_h.png');
    }
    .clubSong .box .but .a:hover.next{
        background-image: url('../img/clubSong_next_h.png');
    }
}
.clubSong .box .boxLeft .bb{
    width: 47%;
    position: absolute;
    left: -47%;
    top: 10%;
}
.clubSong .box .boxLeft{
    width: 42.8%;
    float: left;
    margin-left: 5%;
    margin-top: 22px;
    position: relative;
}
.clubSong .box .boxLeft .bg{
    width: 10.9%;
    position: absolute;
    top: 50%;
    right: -10.9%;
    transform: translateY(-50%);
}
.clubSong .box .boxLeft p{
text-align: center;
font-size: 18px;
line-height: 20px;
color: #000;
margin-top: 15px;
}
.clubSong .box .boxLeft .list{
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.clubSong .box .boxLeft .videoBox{
    width: 100%;
    height: auto;
    position: relative;
    display: none;
}
.clubSong .box .boxLeft .videoBox img{
  position: relative;
  z-index: 5;
}
.clubSong .box .boxLeft .videoBox .video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 4;
}
.clubSong .box .boxLeft .videoBox.open .video{
  z-index: 8;
}
.clubSong .box .boxLeft .list .videoBox.on{
    display: block;
}
.clubSong .box .boxRight{
    width: 37.9%;
    float: right;
    margin-right: 2.5%;
}
.clubSong .box .boxRight .conBox .con{
    display: none;
}
.clubSong .box .boxRight .conBox .con.on{
    display: block;
}
.clubSong .box .boxRight .conBox .tits{
    font-size: 36px;
    line-height: 36px;
    color: #000;
}
.clubSong .box .boxRight .conBox .txt{
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-top: 30px;
}
.clubSong .box .boxRight .titleImg{
    width: 100%;
    height: auto;
    margin-top: 70px;
}
.clubSong .box .boxRight .titleImg img{
    max-width: 100%;
}


.messageTabsM{
    width: 100%;
    height: auto;
    margin-top: 15px;
    position: relative;
    z-index: 10;
    display: none;
}
.messageTabsM .tits{
    width: calc(100% - 2px);
    height: 40px;
    border: 1px solid #e1e1e1;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    color: #555;
}
.messageTabsM .tits span{
    padding-left: 20px;
}
.messageTabsM .tits i{
    width: 19px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('../img/recruitment_icon.png');
    display: block;
    transition: all .5s;
}
.messageTabsM .tits.on i{
    transform: rotate(180deg);
}
.messageTabsM ul{
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    top: 40px;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    display: none;
}
.messageTabsM ul li{
    font-size: 15px;
    line-height: 38px;
    padding-left: 20px;
    color: #555;
}
.messageTabsM ul li a{
    color: #555;
    display: block;
}

@media (max-width: 1500px){
    .index .list .con{
        left: 5%;
    }
}
@media (max-width: 1366px){
    .index .list .con{
        width: 445px;
    }
    .index .list .con .tabs span{
        width: 15px;
    }
    .index .list .con .pic{
        width: 235px;
    }
    .index .list .con .tabs{
        margin-top: 30px;
    }
    .about .box .con .tits{
        font-size: 26px;
        line-height: 26px;
    }

    .join .box1 .title .tits{
        font-size: 26px;
        line-height: 26px;
    }

    .history .title .tits{
        font-size: 26px;
        line-height: 26px;
    }

    .history .list ul li .conBox .con .conn .year{
        font-size: 26px;
        line-height: 26px;
    }

    .culture .con .tits{
        font-size: 26px;
        line-height: 26px;
    }

    .group .con .tits{
        font-size: 26px;
        line-height: 26px;
    }

    .standard .list ul li a .time span{
        font-size: 38px;
        line-height: 40px;
    }

    .factory .content .title .tits{
        font-size: 26px;
        line-height: 26px;
    }

    .service .tits{
        font-size: 26px;
        line-height: 26px;
    }

    .consumers .title .t{
        font-size: 26px;
        line-height: 26px;
    }

    .clubSong .box .boxRight .conBox .tits{
        font-size: 26px;
        line-height: 26px;
    }
    .banner .con .tits{
      font-size: 36px;
      line-height: 36px;
    }


}
@media (max-width: 1200px){
    .aboutNav a{
        margin: 0 30px;
    }
    .aboutNav.w a{
        margin: 0 20px;
    }

    .index .list .con .pic{
        width: 210px;
    }
    .index .list .con .txt{
        font-size: 14px;
        line-height: 22px;
    }
    .index .list .con .tabs{
        margin-top: 20px;
    }
    .index .list .con .tabs .a{
        width: 48px;
    }
    .index .list .con .tabs span{
        width: 30px;
        margin-top: 27px;
    }
    .index .list .con .tabs .a p{
        width: 160%;
        margin-left: -30%;
    }

    .team ul li .con{
        padding-top: 30px;
    }
    .team ul li .con .line{
        margin-top: 15px;
    }
    .team ul li .con .txt{
        margin-top: 13px;
    }

    .history .list ul li .conBox .con .conn .year{
        font-size: 20px;
        line-height: 20px;
    }
    .history .list ul li .conBox .con .conn .cc{
        font-size: 15px;
        line-height: 23px;
    }
    .history .list ul li .conBox .con{
        margin-left: 8%;
        width: 68%;
    }
    .history .list ul li:nth-child(2n) .conBox .con{
        margin-right: 8%;
    }
    .history .list ul li .conBox .con.c6{
        width: 73%;
    }
    .history .list ul li .conBox .img1{
        left: 30%;
    }

    .story .box .itemBox .item .con .conn{
        top: 14%;
    }

    .group .con .tits{
        font-size: 20px;
        line-height: 20px;
    }
    .standard .list ul li a .time span{
        font-size: 30px;
        line-height: 32px;
    }
    .standard .list ul li a .tits{
        font-size: 16px;
        line-height: 18px;
    }
    .standard .list ul li{
        padding: 20px 0;
    }
    .standard .list ul li a .tits{
        right: 80px;
    }

    .standard .list ul li a .con .t{
        font-size: 20px;
        line-height: 26px;
        height: 26px;
    }
    .controls .pic{
        margin-top: 50px;
    }

    .procurement ul li a .time span{
        font-size: 30px;
        line-height: 32px;
    }
    .procurement ul li a .tits{
        width: calc(100% - 140px);
    }

    .procurement ul li{
        padding: 20px 0;
    }

    .factory .content .title .tits{
        font-size: 20px;
        line-height: 20px;
    }
    .factory .content .title .tit{
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }

    .factory .content .box2 .item .tits{
        font-size: 20px;
        line-height: 20px;
    }
    .factory .content .box2 .item .tit{
        font-size: 14px;
        line-height: 22px;
    }

    .service .tits{
        font-size: 20px;
        line-height: 20px;
    }

    .fankui .content .tableBox{
        margin: 60px auto 0;
        width: 80%;
    }

    .consumers .title .t{
        font-size: 20px;
        line-height: 20px;
    }
    .consumers .title .t1{
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }
    .clubSong .box .boxRight .conBox .tits{
        font-size: 20px;
        line-height: 20px;
    }
    .banner .con .tits{
      font-size: 26px;
      line-height: 26px;
    }
    .banner .con .tit{
      font-size: 16px;
      line-height: 16px;
      margin-top: 15px;
    }
    .oemTitle .tits{
      font-size: 26px;
      line-height: 26px;
    }
    .oem .box3 .list ul{
      width: calc(100% - 80px);
    }

}
@media (max-width: 1024px){
    .index{
        height: calc(100vh - 110px);
    }
.index .list ul li .img{height: 27vh;}
.index .list .con{
position: relative;
margin: 30px auto 0;
top: auto;
left: auto;
}
.index .list .con .tabs .a p a{
color: #333;}
    .messageTabs{
        display: none;
    }
    .messageTabsM{
        display: block;
    }
    .aboutNav{
        display: none;
    }
    .aboutNavM{
        display: block;
    }
    .about .box .con .tits{
        font-size: 20px;
        line-height: 20px;
    }
    .about .box .con{
        padding-top: 15px;
    }

    .join .box1 .title .tits{
        font-size: 20px;
        line-height: 20px;
    }

    .history .title .tits{
        font-size: 20px;
        line-height: 20px;
    }
    .history .title .tit{
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }

    .culture .con .tits{
        font-size: 20px;
        line-height: 20px;
    }
    .culture .con .tit{
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }

    .culture .list ul li .icon{
        width: 30px;
        height: 30px;
    }
    .culture .con .list1 ul li{
        height: 370px;
    }
    .culture .con .list1 ul li img{
        max-width: 370px;
    }
    .story .box .boxLeft{
        width: 100%;
        float: none;
    }
    .story .box .itemBox{
        float: none;
        width: 100%;
    }
    .media .box .pic{
        width: 100%;
        float: none;
    }
    .media .box .con{
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 22px;
        padding-top: 15px;
    }

    .digital .list .list-new ul li{
        width: 20%;
    }
    .digital .list .a{
        width: 40px;
        height: 40px;
    }
    .digital .list .list-new ul li .dian{
        width: 40px;
        height: 40px;
    }
    .digital .list .list-new ul li .dian span{
        line-height: 40px;
    }
    .digital .list .list-new ul li.on .dian i{
        width: 40px;
        height: 40px;
    }
    .digital .list .list-new{
        width: calc(100% - 140px);
    }
    .digital .list .line{
        top: 20px;
    }
    .digital .list .list-new ul li p{
        font-size: 14px;
        line-height: 16px;
    }
    .digital .list1 ul li p{
        font-size: 14px;
        line-height: 18px;
    }
    .messageTabs{
        padding-top: 50px;
    }
    .controls .list{
        margin: 50px auto 0;
    }
    .messageTabs a{
        font-size: 14px;
        line-height: 40px;
    }
    .messageTabs img{
        width: 40px;
        bottom: -15px;
        left: -25px;
    }

    .hr .box1 .con{
        padding-top: 35px;
    }
    .hr .box1 .title .cn{
        font-size: 22px;
        line-height: 22px;
        margin-top: 5px;
    }
    .hr .box1 .title .en{
        font-size: 28px;
        line-height: 28px;
    }
    .hr .box2 .title .cn{
        font-size: 22px;
        line-height: 22px;
        margin-top: 5px;
    }
    .hr .box2 .title .en{
        font-size: 28px;
        line-height: 28px;
    }
    .hr .box2 .list ul li .con .tits{
        font-size: 18px;
        line-height: 18px;
    }
    .hr .box2 .list{
        margin-top: 30px;
    }
    .hr .box2 .list ul li .con .tit{
        font-size: 14px;
        line-height: 20px;
        height: 60px;
    }
    .hr .box1 .con .txt{
        font-size: 14px;
        line-height: 24px;
    }
    .hr .box1 .con .txt span{
        font-size: 18px;
    }

    .hr .box1 .boxNew ul li p{
        font-size: 14px;
        line-height: 18px;
        bottom: 0;
    }
    .hr .box1 .boxNew ul li:nth-child(2n) p{
        top: 0;
    }

    .hr .box3 .top .title .en{
        font-size: 28px;
        line-height: 28px;
    }
    .hr .box3 .top .title .cn{
        font-size: 22px;
        line-height: 22px;
        margin-top: 0;
    }

    .lesson .nav ul li.on a .tits{
        font-size: 22px;
    }
    .lesson .content .list ul li .tit{
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .lesson .content .list ul li{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .lesson .content{
        width: 100%;
        float: none;
        padding-top: 15px;
        margin-top: 15px;
    }
    .lesson .nav{
        display: none;
    }
    .lesson .content .list ul li .tits{
        font-size: 16px;
        line-height: 20px;
    }

    .qa .content .list ul li .tits{
        font-size: 16px;
        line-height: 22px;
    }
    .qa .content .list ul li .tit{
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
    .qa .content .list ul li{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .consumerstabs{
        display: none;
    }
    .fankui .content .tableBox{
        margin: 40px auto 0;
        width: 100%;
    }
    .clubSong .box{
        padding-top: 40px;
    }
    .clubSong .box .but{
        top: 20px;
        width: 95px;
    }
    .clubSong .box .but .a{
        width: 34px;
        height: 34px;
    }
    .clubSong .box .boxRight .conBox .txt{
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }
    .clubSong .box .boxRight .titleImg{
        margin-top: 30px;
    }
    .oem .box2 .list ul li .con .tits{
      font-size: 16px;
      line-height: 18px;
    }
    .oem .box2 .list ul li .con{
      width: calc(100% - 30px);
      padding: 18px 0;
    }
    .oem .box2 .list ul li .con .tit{
      font-size: 14px;
      line-height: 20px;
      height: 60px;
    }
    .oem .box3 .list{
      margin-top: 30px;
      padding-top: 30px;
      padding-bottom: 10px;
    }
    .oem .box3 .list ul{
      width: 100%;
    }
    .oem .box3 .list ul li{
      margin-bottom: 15px;
    }
    .oem .box4 .list{
      width: 100%;
    }
    .oem .box4 .list ul li{
      padding: 20px 0;
    }
    .oem .box4 .list ul li .con{
      font-size: 14px;
      line-height: 22px;
      width: 100%;
      margin-top: 10px;
    }
    .oem .box4 .list ul li .tits{
      padding: 10px 0;
    }
    .oem .box4 .list ul li .tits i{
      top: 18px;
    }

 .index .nav{
        width: 92%;
        float: none;
        margin: 5% auto 0;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        transform: translateY(0);
    }
.index{
height: auto;
        min-height: calc(100vh - 50px - 140px);
    }

}

@media (max-width: 900px){
    .footerIndex .footer{
        width: 92%;
    }
    .footerIndex .footer .p{
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .footerIndex .footer .p em{
        display: block;
    }
    .footerIndex .footer .t{
        width: 100%;
        text-align: center;
        font-size: 0;
        float: none;
    }
    .footerIndex .footer .t a{
        display: inline-block;
        float: none;
        margin: 0 15px;
    }
    .team ul li{
        width: 100%;
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .join .box2{
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .join .box2 .tBox .t{
        width: 14%;
    }
    .message .list .tits .t{
        width: 33.333%;
    }
    .message .list .tits .t:nth-child(3){
        display: none;
    }
    .message .list .tits .t:nth-child(4){
        display: none;
    }
    .message .list .tits .t:nth-child(5){
        display: none;
    }
    .message .list .list-new ul li .t{
        width: 33.333%;
    }
    .message .list .list-new ul li .t:nth-child(3){
        display: none;
    }
    .message .list .list-new ul li .t:nth-child(4){
        display: none;
    }
    .message .list .list-new ul li .t:nth-child(5){
        display: none;
    }
    .message .list .tits .t{
        line-height: 40px;
    }
    .message .list .tits{
        height: 40px;
    }
    .message .list .list-new ul li .t{
        height: 40px;
    }
    .message .list .list-new ul li{
        font-size: 14px;
        line-height: 40px;
    }
    .message .list .tits .t:after{
        top: 14px;
    }


}

@media (max-width: 768px){
 .index .list .con{text-align:center;}
    .index .list .con .tabs{margin-top:0;display:inline-block;}
.index .list .con .tabs .a{width:54px;}
    .index .list .con{
        width: 92%;
        margin: 5% auto 0;
        height: auto;
    }
    .index .list .con .pic{
        width: 140px;
    }
    .index .list .con .txt{
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
    }
    .index .list .con .tabs span{
        width: 15px;
    }
    .index .list .con .tabs .a p{
        font-size: 12px;
        line-height: 22px;
    }

    .about .box .pic{
        width: 100%;
        float: none;
    }
    .about .box .con{
        width: 100%;
        float: none;
        padding-bottom: 0;
        border-bottom: none;
    }
    .about .box .con .txt{
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .about .conn{
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
    }
    .about .box{
        padding-bottom: 20px;
    }

    .join .box1 .title .txt{
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
    .tableBox{
        margin-top: 20px;
    }
    .tableBox .t{
        margin-bottom: 0;
    }
    .tableBox .t .tt{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .tableBox .t .tt .span{
        font-size: 14px;
        line-height: 34px;
        width: 85px;
    }
    .tableBox .t .tt .text{
        width: calc(100% - 92px);
        height: 34px;
        font-size: 14px;
    }
    .tableBox .t .tt .sel{
        width: calc(100% - 92px);
        height: 34px;
        font-size: 14px;
    }
    .tableBox .t1 .span{
        font-size: 14px;
        line-height: 34px;
        width: 85px;
    }
    .tableBox .t1 .ttBox{
        width: calc(100% - 92px);
    }
    .tableBox .t1 .ttBox .tt1{
        width: 100%;
        margin-bottom: 10px;
    }
    .tableBox .t1 .ttBox .tt1 .sel{
        height: 36px;
        font-size: 14px;
        line-height: 36px;
    }
    .tableBox .t1 .ttBox .tt1 span{
        font-size: 14px;
        line-height: 34px;
    }
    .tableBox .t .tt label{
      font-size: 14px;
      line-height: 34px;
    }
    .tableBox .t1{
        margin-bottom: 0;
    }
    .tableBox .t2{
        font-size: 14px;
        line-height: 34px;
        width: 85px;
    }
    .join .box2 .tBox .t{
        width: 25%;
    }
    .join .box2 .tBox .t .tits{
        font-size: 12px;
    }
    .join .box2 .tBox .t .tits span{
        background-size: 14px;
        padding-left: 20px;
    }
    .join .submit{
        width: 120px;
        height: 34px;
        border-radius: 17px;
        font-size: 14px;
        line-height: 34px;
        margin: 25px auto 0;
    }
    .history .list{
        margin-top: 25px;
    }
    .history .list ul{
        width: calc(100% - 40px);
        padding-left: 40px;
    }
    .history .list ul li{
        margin-bottom: 20px;
    }
    .history .list ul li .conBox{
        width: 90% !important;
        margin: 0 !important;
        float: none !important;
    }
    .history .list ul li .conBox .con{
        width: 100% !important;
        margin: 0 !important;
    }
    .history .list ul li .conBox .con .conn{
        width: calc(100% - 30px);
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .history .list ul li .conBox .con .conn .cc{
        font-size: 14px;
        line-height: 22px;
    }
    .history .list .line{
        left: 15px;
        margin-left: 0;
    }
    .history .list ul li:before{
        left: -36px;
        transform: translateX(0);
    }
    .history .list ul li .conBox .img2{
        right: -12%;
        top: 70%;
    }
    .history .list ul li .conBox .img3{
        left: -9%;
    }
    .history .list ul li .conBox .img1{
        left: 9%;
        top: -22%;
        z-index: 50;
    }

    .history .clickMore{
        width: 120px;
        height: 34px;
        border-radius: 17px;
        font-size: 14px;
        margin: 25px auto 0;
        line-height: 34px;
    }

    .culture .list{
        width: 100%;
        margin-top: 30px;
        float: none;
    }
    .culture .list>img{
        display: none;
    }
    .culture .list ul{
        width: 100%;
        position: relative;
        height: auto;
        z-index: 5;
    }
    .culture .list ul li{
        position: relative;
        top: auto !important;
        left: auto !important;
        float: left;
        width: 20%;
    }
    .culture .list:after{
        width: 100%;
        height: 1px;
        background-color: #ececec;
        position: absolute;
        top: 15px;
        left: 0;
        content: '';
        z-index: 0;
    }
    .culture .list ul li .icon{
        margin: 0 auto;
        float: none;
    }
    .culture .list ul li .txt{
        text-align: center;
        font-family: none;
    }
    .culture .con{
        position: relative;
        width: 100%;
        top: auto;
        padding-top: 0;
        left: auto;
    }
    .culture .list ul li .txt p{
        font-size: 14px;
        margin-top: 5px;
        line-height: 16px;
    }
    .culture .list ul li .txt img{
        display: block;
        margin: 5px auto 0;
        max-width: 40px;
        max-height: 40px;
    }
    .culture .con .list1{
        margin-top: 20px;
    }
    .culture .con .list1 ul li{
        height: 330px;
    }
    .culture .con .list1 ul li img{
        max-height: 330px;
    }
    .culture{
        padding-bottom: 5.2%;
    }
    .culture .con .list1 .next{
        width: 36px;
        height: 36px;
        right: 0;
    }
    .culture .con{
        margin-top: 25px;
    }


    .story .box .boxLeft .con .tit{
        font-size: 14px;
        line-height: 20px;
        height: auto;
        -webkit-line-clamp: unset;
    }
    .story .box .itemBox .item .pic{
      width: 100%;
      float: none;
    }
    .story .box .itemBox .item .con{
      width: 100%;
      position: relative;
      top: auto;
      left: auto !important;
      right: auto !important;
    }
    .story .box .itemBox .item .con .conn{
        top: 0;
        width: calc(100% - 30px);
        position: relative;
        margin: 0 auto;
        padding: 15px 0;
        left: 0;
    }
    .story .box .itemBox .item:nth-child(2) .con .conn{
        right: 0;
    }
    .story .box .itemBox .item .con .conn .tits:after{
        width: 15px;
        left: -20px;
        display: none;
    }
    .story .box .itemBox .item:nth-child(2) .con .conn .tits:after{
        right: -20px;
    }
    .story .box .itemBox .item .con .conn .tits{
        font-size: 14px;
        line-height: 18px;
    }
    .story .box .itemBox .item .con .conn .tit{
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }
    .story .box .itemBox .item .con .conn .tit br{
        display: none;
    }
    .story .clickMore{
        width: 120px;
        height: 34px;
        border-radius: 17px;
        line-height: 34px;
        font-size: 14px;
        margin: 30px auto 0;
    }
    .group .con .tit{
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
    }
    .group .list{
        margin-top: 30px;
    }
    .group .list .btns{
        margin-top: 15px;
    }
    .group .list .btns span{
        margin: 0 5px;
    }
    .digital .list1 ul li{
        width: 48.5%;
        margin-right: 3%;
        border-bottom: 3%;
    }
    .digital .list1 ul li:nth-child(4n){
        margin-right: 3%;
    }
    .digital .list1 ul li:nth-child(2n){
        margin-right: 0;
    }
    .digital .list .a.prev{
        left: 0;
    }
    .digital .list .a.next{
        right: 0;
    }
    .digital .list .a{
        width: 30px;
        height: 30px;
    }
    .digital .list .list-new ul li .dian{
        width: 30px;
        height: 30px;
    }
    .digital .list .list-new ul li .dian span{
        line-height: 30px;
        font-size: 14px;
    }
    .digital .list .list-new ul li.on .dian i{
        width: 30px;
        height: 30px;
    }
    .digital .list .list-new{
        width: calc(100% - 80px);
    }
    .digital .list .line{
        top: 15px;
    }
    .digital .list .list-new ul li{
        width: 33.333%;
    }
    .digital .list .list-new ul li.on p{
        margin-top: 5px;
    }
    .digital .list .list-new ul li p{
        margin-top: 0;
    }
    .digital .list1 ul li p{
        margin-top: 10px;
    }

    .investor .list .t{
        margin-bottom: 15px;
    }
    .investor .list .t .tits{
        width: calc(100% - 40px);
        text-align: left;
        font-size: 14px;
        line-height: 30px;
        border-radius: 20px;
        float: none;
         padding: 10px 20px;
        margin-bottom: 10px;
        background-color: #078fd6;
        color: #fff;
    }
    .investor .list .t .tit{
        width: calc(100% - 40px);
        font-size: 14px;
        line-height: 30px;
        padding: 10px 20px;
        border-radius: 20px;
        background-color: #e5f3fb;
        float: none;
    }
    .investor .list .t .tits.tx{
        padding: 10px 0 10px 20px;
    }
    .controls .list{
        margin: 20px auto 0;
    }
    .controls .list ul li a{
        padding: 10px 0;
    }
    .controls .list ul li{
        margin-top: 0;
    }

    .standard .list ul li a .time{
        width: 60px;
    }
    .standard .list ul li a .time span{
        font-size: 24px;
        line-height: 26px;
    }
    .standard .list ul li a .time i{
        font-size: 12px;
        line-height: 14px;
    }
    .standard .list ul li a .icon{
        right: 10px;
    }
    .standard .list ul li a .tits{
        width: calc(100% - 110px);
        font-size: 14px;
        line-height: 16px;
        right: 40px;
    }
    .standard .list ul li{
        padding: 15px 0;
    }
    .standard{
        padding-top: 20px;
    }
    .standard .list{
        margin-top: 15px;
    }
    .standard .sel{
        width: 180px;
        height: 38px;
    }
    .standard .sel .tits{
        height: 36px;
    }
    .standard .sel .tits span{
        font-size: 14px;
        line-height: 36px;
    }
    .standard .sel ul{
        top: 37px;
    }
    .standard .sel ul li{
        font-size: 14px;
        line-height: 34px;
    }
    .page a{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .page .active{
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .page a.p{
        width: 60px;
    }
    .standard .list ul{
        padding-bottom: 30px;
    }
    .standard .list ul li a .con{
        margin-left: 15px;
        width: calc(100% - 76px);
    }
    .standard .list ul li a .con .t{
        font-size: 16px;
        line-height: 20px;
        height: auto;
        -webkit-line-clamp: initial;
    }
    .standard .list ul li a .con .t1{
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }


    .controls .pic{
        margin-top: 25px;
    }

    .hr .box1 .title{
        width: 100%;
        float: none;
    }
    .hr .box1 .title .en{
        font-size: 20px;
        line-height: 20px;
    }
    .hr .box1 .title .cn{
        font-size: 18px;
        line-height: 18px;
    }
    .hr .box1 .con .img{
        width: 50px;
    }
    .hr .box1 .con .txt{
        width: calc(100% - 80px);
    }
    .hr .box1 .con{
        width: 100%;
        float: none;
    }
    .hr .box1 .con .txt span{
        font-size: 16px;
    }
    .hr .box1 .con{
        padding-top: 20px;
    }
    .hr .box1 .con .txt{
        padding-top: 0;
    }

    .hr .box2 .title .en{
        font-size: 20px;
        line-height: 20px;
    }
    .hr .box2 .title .cn{
        font-size: 18px;
        line-height: 18px;
    }
    .hr .box2 .list ul li{
        width: 100%;
        float: none;
    }
    .hr .box2 .list ul li .con{
        margin: 15px auto 0;
        width: calc(100% - 20px);
    }
    .hr .box2 .list ul li .con .tits{
        font-size: 16px;
        line-height: 16px;
    }
    .hr .box2 .list ul li .con .tit{
        height: auto;
    }
    .hr .box2 .list ul li{
        margin-bottom: 20px;
    }

    .hr .box1 .boxNew>img{
        display: none;
    }
    .hr .box1 .boxNew ul{
        position: relative;
        height: auto;
        top: auto;
        left: auto;
    }
    .hr .box1 .boxNew ul li{
        width: 33.333%;
        margin-bottom: 20px;
    }
    .hr .box1 .boxNew ul li .icon{
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0);
        margin: 0 auto;
    }
    .hr .box1 .boxNew ul li p{
        position: relative;
        top: auto !important;
        left: auto;
        bottom: auto !important;
        margin-top: 10px;
    }
    .hr .box3 .top .title .en{
        font-size: 20px;
        line-height: 20px;
    }
    .hr .box3 .top .title .cn{
        font-size: 18px;
        line-height: 18px;
        margin-top: 0;
    }
    .hr .box3 .tabs a{
        margin: 0 30px;
    }
    .hr .box3 .sel{
        width: 100%;
        height: 40px;
        margin-top: 15px;
    }
    .hr .box3 .sel .tits{
        height: 38px;
    }
    .hr .box3 .sel .tits span{
        font-size: 14px;
        line-height: 38px;
    }
    .hr .box3 .content ul li{
        width: 33.333%;
        line-height: 50px;
    }

    .procurement ul li a .time span{
        font-size: 24px;
        line-height: 26px;
    }
    .procurement ul li a .time i{
        font-size: 12px;
        line-height: 14px;
    }
    .procurement ul li a .time{
        width: 60px;
    }
    .procurement ul li a .tits{
        font-size: 14px;
        line-height: 16px;
        height: 16px;
        width: calc(100% - 70px);
    }
    .procurement ul li{
        padding: 10px 0;
    }
    .procurement ul{
        padding-bottom: 30px;
    }

    .factory .content .box1 .item{
        width: 90% !important;
        margin: 0 auto 20px !important;
        float: none;
    }
    .factory .content .box1 .item .icon{
        width: 60px;
    }
    .factory .content .box1{
        padding-top: 11%;
        margin: 25px auto 0;
    }
    .factory .content .box1 .item .con{
        word-break: break-word;
        font-size: 14px;
        line-height: 24px;
        width: calc(100% - 80px);
        padding-top: 10px;
    }
    .factory .content .box1 .item .con .tit{
        font-size: 14px;
    }
    .factory .content .box1 .item .con .tits{
        font-size: 16px;
    }

    .factory .content .box2{
        margin: 25px auto 0;
    }
    .factory .content .box2 .item{
        margin-bottom: 25px;
    }
    .factory .content .box2 .item .tits{
        font-size: 18px;
        line-height: 18px;
    }

    .message .list{
        margin-top: 20px;
    }
    .message .list .list-new ul{
        padding-bottom: 20px;
    }

    .qa .content .list .moreClick{
        width: 120px;
        height: 34px;
        line-height: 34px;
        border-radius: 17px;
        font-size: 14px;
    }
    .qa .content .list ul{
        padding-bottom: 0;
    }

    .service .box .txt{
        font-size: 14px;
        line-height: 24px;
        margin-left: 5%;
        width: 75%;
    }
    .service .box{
        padding: 15% 0;
        margin: 30px auto 0;
    }

    .consumers .box1{
        margin: 30px auto 0;
        padding: 12% 0;
    }
    .consumers .box1 .itemBox .item .icon{
        width: 60px;
    }
    .consumers .box1 .itemBox .item .t{
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }
    .consumers .box1 .itemBox .item .t1{
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }
    .consumers .box2 .boxLeft{
        float: none;
        margin-left: 0;
    }
    .consumers .box2 .boxLeft .txt{
        font-size: 14px;
        line-height: 24px;
        float: left;
    }
    .consumers .box2 .boxRight{
        float: none;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .consumers .box2{
        margin-top: 20px;
    }
    .consumers .box1 .line{
        height: calc(100% - 20px);
        top: 10px;
    }
    .jieshao .box1{
        margin: 25px auto 0;
    }
    .jieshao .box1 .boxNew{
        width: 90%;
    }
    .jieshao .box1 .boxNew .con{
        font-size: 14px;
        line-height: 24px;
    }
    .jieshao .box1{
        padding: 10% 0;
    }
    .jieshao .box1 .line{
        height: calc(100% - 20px);
        top: 10px;
    }
    .jieshao .box1 .boxNew .itemBox{
        margin-top: 25px;
    }
    .jieshao .box1 .boxNew .itemBox .item .icon{
        width: 60px;
    }
    .jieshao .box1 .boxNew .itemBox .item .tit{
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
    }
    .jieshao .box1 .boxNew .itemBox .item .img{
        width: 65px;
    }


    .fankui .content .tableBox{
        margin: 20px auto 0;
    }
    .tableBox .t1 .ttC{
        width: calc(100% - 90px);
        margin-top: 0;
    }
    .tableBox .t1 .ttC.mt{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .tableBox .t1 .ttC .text{
        height: 32px;
    }
    .tableBox .t1 .txtC{
        width: calc(100% - 92px);
        margin-left: 90px;
    }
    .tableBox .t1 .txt{
        height: 120px;
    }
    .tableBox .submit{
        width: 120px;
        border-radius: 17px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        margin: 20px auto 0;
    }
    .consumers .box1 .itemBox .item{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .clubSong .box .boxLeft{
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .clubSong .box .boxLeft .list{
        padding: 10px;
    }
    .clubSong .box .boxRight{
        width: 90%;
        float: none;
        margin: 15px auto 0;
    }
    .clubSong .box .but{
        top: 10px;
        width: 80px;
    }
    .clubSong .box{
        padding-top: 55px;
        padding-bottom: 25px;
    }
    .banner .con .tits{
      font-size: 18px;
      line-height: 18px;
    }
    .banner .con .tit{
      font-size: 14px;
      line-height: 14px;
      margin-top: 5px;
    }
    .banner .down{
      width: 16px;
      bottom: 10px;
    }
    .banner{
      overflow: hidden;
    }
    .banner img{
      width: 140%;
      margin-left: -20%;
    }
    .oemTitle .tits{
      font-size: 18px;
      line-height: 18px;
    }
    .oemTitle .tit{
      font-size: 14px;
      line-height: 14px;
      margin-top: 5px;
    }
    .oem .box1 .list ul li{
      width: 100%;
      float: none !important;
      margin-right: 0;
      margin-bottom: 15px;
    }
    .oem .box1 .list ul li .con .tits{
      font-size: 14px;
      line-height: 24px;
      bottom: -4px;
    }
    .oem .box1 .list ul li .con img{
      width: 40px;
    }
    .oem .box1 .list ul li .con .tits{
      width: calc(100% - 50px);
    }
    .oem .box2 .list ul li:nth-child(3){
      margin-left: 0;
    }
    .oem .box2 .list{
      margin-top: 20px;
    }
    .oem .box2 .list .btns{
      margin-top: 15px;
    }
    .oem .box2 .list .btns span{
      width: 6px;
      height: 6px;
      margin: 0 4px;
    }
    .oem .box3 .list ul li{
      width: 100%;
      float: none;
      margin-right: 0;
    }
    .oem .box4 .list ul li .tits{
      padding: 0;
    }
    .oem .box4 .list ul li .tits .t{
      font-size: 16px;
      line-height: 26px;
    }
    .oem .box4 .list ul li .tits i{
      top: 7px;
    }
    .oem .box4 .list .clickMore{
      width: 120px;
      height: 36px;
      border-radius: 18px;
      font-size: 14px;
      line-height: 36px;
      margin: 20px auto 0;
    }
    .oem .box4 .list ul li{
      padding: 15px 0;
    }
    .oem .box4 .list{
      margin: 25px auto 0;
    }
    .oem .box5 .box{
      width: 100%;
    }
    .oem .box5 .bb{
      width: 100%;
      margin: -25px auto 0;
    }
    .oem .box5 .box ul:nth-child(1){
      top: 50px;
    }
    .oem .box5 .box ul li .t{
      font-size: 14px;
      line-height: 14px;
    }
    .oem .box5 .box ul li .t1{
      font-size: 12px;
      line-height: 16px;
      margin-top: 2px;
    }
    .oem .box5 .box ul:nth-child(2){
      top: 136px;
    }
    .oem .box5 .box ul:nth-child(3){
      top: 220px;
    }
    .oem .box5 .box ul:nth-child(4){
      top: 292px;
    }
    .oem .box5 .bb .con .t{
      width: 120px;
      height: 36px;
      border-radius: 18px;
      font-size: 14px;
      line-height: 36px;
    }
    .oem .box5 .bb .con{
      top: 20px;
    }
    .oem .box5 .bb .con .t1{
      font-size: 12px;
      line-height: 18px;
      max-width: 80%;
      margin: 10px auto 0;
    }
    .procurement span{
      font-family: "微软雅黑" !important;
    }

}

@media (max-width: 500px){
     .team ul li {
        padding-bottom: 20px;
     }
    .team ul li .pic{
        width: 100%;
        float: none;
    }
    .team ul li .con{
        width: 90%;
        float: none;
        margin: 0 auto;
        padding-top: 15px;
    }
    .team ul li .con .txt{
        font-size: 14px;
        line-height: 22px;
    }
}


.email{
    background-image: url(../img/about_bg.jpg);
    padding-top: 4.7%;
}
.email .content{
    background-image: url(../img/join_bg.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 6.7%;
}
.email .content .title{
  position: relative;
  width: 100%;
  text-align: center;
}
.email .content .title .tits{
  font-size: 36px;
  line-height: 36px;
  color: #181818;
}
.email .content .title .tit{
  font-size: 16px;
  line-height: 16px;
  color: #666;
  margin-top: 18px;
}
.email .content .title img{
  width: 68px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -228px;
  top: -20px;
}
.email .content .box{
  width: 842px;
  max-width: 92%;
  margin: 40px auto 0;
}
.email .content .box-new{
  width: calc(100% - 2px);
  border: 1px solid rgba(0,0,0,0.08);
  background-color: rgba(255,255,255,0.08);
  border-radius: 60px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.email .content .box-new:nth-child(1){
  margin-bottom: 50px;
}
.email .content .box-new .con{
  width: calc(100% - 200px);
  margin: 0 auto;
}
.email .content .box-new .con  .t{
  width: calc(100% - 2px);
  height: 48px;
  border: 1px solid #d3d3d3;
  background: none;
}
.email .content .box-new .con  .t span{
  float: left;
  margin-left: 18px;
  font-size: 16px;
  line-height: 48px;
  color: #777;
}
.email .content .box-new .con  .t span i{
  color: #e70012;
}
.email .content .box-new .con  .t .text{
  width: 250px;
  height: 48px;
  border: none;
  float: left;
  background: none;
  font-size: 16px;
  line-height: 48px;
  color: #333;
}
.email .content .box-new .con  .t img{
  width: 112px;
  padding: 3px;
  float: right;
}
.email .content .box-new .con  .t.c1{
  width: 304px;
  margin-top: 28px;
}
.email .content .box-new .con  .t.c1 .text{
  width: 90px;
}
.email .content .box-new .con  .t1{
  width: calc(100% - 19px);
  padding-left: 19px;
  margin-top: 27px;
}
.email .content .box-new .con  .t1 .tt{
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.email .content .box-new .con  .t1 .tt span{
  color: #e70012;
}
.email .content .box-new .con  .t1 .tt em{
  color: #666;
}
.email .content .box-new .con  .t1 .tt1{
  margin-left: 35px;
  margin-top: 19px;
}
.email .content .box-new .con  .t1 .tt1 .ttt{
  padding-left: 26px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('../img/email_icon1.png');
  cursor: pointer;
}
.email .content .box-new .con  .t1 .tt1 .ttt.on{
  background-image: url('../img/email_icon2.png');
}
.email .content .box-new .con .submit{
  width: 180px;
  height: 50px;
  background: none;
  border: none;
  border-radius: 25px;
  background-color: #008cd6;
  background-image: url('../img/ww.png');
  background-size: auto 100%;
  background-position: center;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-repeat: no-repeat;
  margin-top: 52px;
}
.email .content .box-new .con .submit.sub{
  background-color: #d2d2d2;
  color: rgba(0,0,0,0.7);
  background-image: url('../img/xw.png');
}
.email .img{
  position: absolute;
  left: 0;
  top: 43%;
  width: 16.3%;
}


.contact{
    background-image: url(../img/about_bg.jpg);
    padding-top: 4.7%;
}
.contact .img{
  position: absolute;
  left: 0;
  top: 56%;
  width: 16.3%;
}
.contact .box{
  margin: 5.2% auto;
  background-color: #fff;
  box-shadow: 0 5px 30px rgba(0,0,0,0.03);
}
.contact .box .pic{
  width: 50%;
  float: left;
}
.contact .box .con{
  width: 50%;
  float: left;
  padding-top: 65px;
}
.contact .box .con .conNew{
  width: calc(100% - 144px);
  margin: 0 auto;
}
.contact .box .con .conNew .item {
  margin-bottom: 30px;
}
.contact .box .con .conNew .item:last-child{
  margin-bottom: 0;
}
.contact .box .con .conNew .item .tits{
  font-size: 24px;
  line-height: 24px;
  color: #000;
}
.contact .box .con .conNew .item .line{
  width: 365px;
  max-width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,0.1);
  margin-top: 20px;
}
.contact .box .con .conNew .item .tit{
  font-size: 15px;
  line-height: 30px;
  color: #555;
  margin-top: 22px;
}

@media (max-width: 1366px){
  .email .content .title .tits{
    font-size: 26px;
    line-height: 26px;
  }
  .email .content .title img{
    margin-left: -185px;
    top: -26px;
  }
}

@media (max-width:  1280px){
  .contact .box .con{
    padding-top: 30px;
  }
  .contact .box .con .conNew .item{
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px){
  .contact .box .con .conNew .item .tits{
    font-size: 20px;
    line-height: 20px;
  }
  .contact .box .con .conNew .item .line{
    margin-top: 15px;
  }
  .contact .box .con .conNew .item .tit{
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
  }
  .email .content .title .tits{
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1024px){
  .contact .box .con .conNew{
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px){
  .contact .box .pic{
    float: none;
    width: 100%;
  }
  .contact .box .con{
    width: 100%;
    float: none;
    padding: 20px 0;
  }
  .contact .box .con .conNew{
    width: calc(100% - 30px);
  }
  .contact .box .con .conNew .item .tits{
    font-size: 18px;
    line-height: 18px;
  }
  .contact .box .con .conNew .item .line{
    margin-top: 10px;
  }

  .email .content .title .tits{
    font-size: 18px;
    line-height: 18px;
  }
  .email .content .title .tit{
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px;
  }
  .email .content .title img{
    width: 40px;
    margin-left: -122px;
    top: -14px;
  }
  .email .content .box{
    margin: 20px auto 0;
  }
  .email .content .box-new{
    padding-top: 25px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .email .content .box-new .con{
    width: calc(100% - 30px);
  }
  .email .content .box-new .con .t{
    height: 36px;
  }
  .email .content .box-new .con .t span{
    font-size: 14px;
    line-height: 36px;
  }
  .email .content .box-new .con .t .text{
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    width: 180px;
  }
  .email .content .box-new .con .t img{
    width: 79px;
  }
  .email .content .box-new .con .t1 .tt1{
    margin-left: 15px;
    margin-top: 10px;
  }
  .email .content .box-new .con .t1 .tt1 .ttt{
    font-size: 14px;
    line-height: 24px;
  }
  .email .content .box-new .con .t.c1 .text{
    width: 110px;
  }
  .email .content .box-new .con .t.c1{
    margin-top: 10px;
  }
  .email .content .box-new .con .t1{
    margin-top: 10px;
  }
  .email .content .box-new .con .t1 .tt{
    font-size: 14px;
    line-height: 18px;
  }
  .email .content .box-new .con .submit{
    margin-top: 15px;
    width: 120px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
  }


}

h1{
  margin-bottom: 15px;
}
@media (max-width: 768px){
  h1{
    font-size: 18px;
    line-height: 24px;
  }
  .procurement p{
    font-size: 14px;
  }
  .procurement table{
    width: 100% !important;
    overflow-x: scroll; 
  }
   .procurement table tbody{
    width: 600px !important;
  }

  .index .nav a{
    padding-bottom: 22%;
  }
  .index .nav a .tits{
    top: 24px;
  }
}

.market {
  padding-top: 4.2%;
  padding-bottom: 6.25%;
  background-image: url("../img/about_bg.jpg"); 
}
.market .tits{
  font-size: 36px;
  line-height: 36px;
  color: #000;
  text-align: center;
}
.market .box{
  width: 510px;
  height: auto;
  margin: 30px auto 0;
  font-size: 17px;
  line-height: 26px;
  color: #555;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 31px 0;
  position: relative;
  max-width: 100%;
}
.market .box.box1{
  width: 865px;
}
.market .box img{
  width: 83px;
  position: absolute;
  left: -35px;
  bottom: 0;
  display: block;
}
.market .box .t{
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  color: #00a2fa;
  margin-top: 26px;
}
.market .map{
  width: 100%;
  margin-top: 55px;
  position: relative;
}
.market .map a{
  display: block;
  position: absolute;
}
.market .map a:nth-child(1){
  width: 30%;
  position: absolute;
  right: 11.6%;
  top: 0;
  height: 86%;
}
.market .map a:nth-child(2) {
    width: 27.1%;
    position: absolute;
    right: 31.6%;
    top: 50%;
    height: 26%;
}
.market .map a:nth-child(3) {
    width: 27.1%;
    position: absolute;
    left: 25.6%;
    top: 7%;
    height: 42%;
    border-top-left-radius: 90%;
}

@media (max-width: 1366px){
  .market .tits{
    font-size: 26px;
    line-height: 26px;
  }
  .market .box{
    font-size: 16px;
  }
}
@media (max-width: 1366px){
  .market .tits{
    font-size: 22px;
    line-height: 20px;
  }
  .market .box{
    margin: 20px auto 0;
    font-size: 14px;
    padding: 10px 0 40px;
  }
  .market .box.box1{
    padding-bottom: 20px;
  }
  .market .box .t{
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
  .market .map{
    margin-top: 25px;
  }
  .market .box p br{
    display: none;
  }
  .market .box img{
    width: 60px;
    left: -17px;
  }
}


.videoC{
  padding-top: 4.2%;
  padding-bottom: 6.25%;
  background-image: url("../img/about_bg.jpg"); 
}

.videoC .txt{
	margin: 0 auto 4%;
}

.videoC .video .mp{
  height: 600px;
  background-color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px){
  .videoC .video .mp{
    height: 210px;
  }
}


.building{
  padding: 5.2% 0;
}
.building img{
  max-width: 90%;
  display: block;
  margin: 0 auto;
}



.picTk{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.picTk .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
}
.picTk .box{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.picTk .box .boxNew{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.picTk .box img{
  max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;*/
}

.picTk .box .close{
  width: 46px;
  height: 46px;
  background-color: #fff;
  position: absolute;
  top: -23px;
  right: -23px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/close.png');
  background-size: 20px;
  border-radius: 100%;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}


@media (max-width: 1024px){
	.controls{min-height: 40vh;}
.index .list .btns{bottom: auto;top:53%;}
}



.navM{
  width: 100%;
  display: none;
margin-top: 20px;
}
.navM a{
  width: calc(50% - 0.5px);
  display: block;
  position: relative;
  float: left;
  margin-bottom: 1px;
}
.navM a:nth-child(2n){
  float: right;
}
.navM a .tttt{
  position: absolute;
  top: 42px;
  left: 10.6%;
}
.navM a .tttt .t{
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.navM a .tttt .line{
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
}
@media (max-width: 1024px){
  .navM{
    display: block;
  }
  .index .nav{
    display: none;
  }

.aboutNavM ul{
	max-height: 160px;
overflow-y: scroll;
}
.footerIndex .footer .p a{
display: none;}

}

/*------------20210826---------*/
.pagination {
    display: flex;
    justify-content: center;
    border: none;
    padding: 0;
}

    .pagination li a, .pagination li span {
        font-size: 16px;
        line-height: 48px;
        width: 48px;
        border: 1px solid #e7e7e7;
        display: inline-block;
        margin: 0 5px;
        margin-right: 5px;
        color: #333;
        border-radius: 25px;
        text-align: center;
    }

    .pagination li.active span {
        background-color: #008cd6;
        color: #fff;
        border: 1px solid #008cd6;
        display: inline-block;
        border-radius: 25px;
    }
/*------------20210826---------*/