select::-ms-expand {
  display: none; }
/*  
img{
 max-width:100% !important;
  height: auto !important;
}
*/
#map img{
 max-width:inherit!important;
  height: auto !important;
}
@font-face {
  font-family: "FZR";
  src: url("../fonts/FZLTHPROGLOBAL-REGULAR.woff2") format("woff2"),
       url("../fonts/FZLTHPROGLOBAL-REGULAR.woff") format("woff"),
       url("../fonts/FZLTHPROGLOBAL-REGULAR.ttf") format("truetype"),
       url("../fonts/FZLTHPROGLOBAL-REGULAR.eot") format("embedded-opentype"),
       url("../fonts/FZLTHPROGLOBAL-REGULAR.svg") format("svg"),
       url("../fonts/FZLTHPROGLOBAL-REGULAR.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.caseInfo img{
	max-width:100%;
}
.FZR{font-family: FZR;}

.left {
  float: left; }

.right {
  float: right; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.main {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  margin: 0 auto;
  max-width: 750px; }

.mainPc {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.w1600 {
  width: 1600px;
  max-width: 92%;
  margin: 0 auto;
  z-index: 5; }

.w1440 {
  width: 1440px;
  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; }

.headerBox {
  width: 100%;
  height: calc(1.18rem + 1px); }

.header {
  width: 100%;
  height: 1.18rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #e5e5e5;
  transition: all .5s; }
  .header .logo {
    width: 3.13rem;
    margin-top: 0.33rem;
    display: block;
    float: left;
    margin-left: 0.4rem; }
  .header .headerRight {
    float: right;
    margin-right: 0.46rem; }
    .header .headerRight .searchClick {
      width: 20px;
      height: 20px;
      float: left;
      background-size: cover;
      background-image: url("../img/search.png");
      display: block;
      margin-right: 0.4rem;
      margin-top: calc(0.59rem - 10px); }
      .header .headerRight .searchClick.on {
        background-image: url("../img/close.png");
        background-size: 17px;
        background-position: center;
        background-repeat: no-repeat; }
    .header .headerRight .lan {
      width: 20px;
      float: left;
      margin-right: 0.4rem;
      padding-top: calc(0.59rem - 10px);
      position: relative; }
      .header .headerRight .lan .click {
        width: 20px;
        height: 20px;
        float: left;
        background-size: cover;
        background-image: url("../img/lan.png");
        display: block;
        position: relative; }
      .header .headerRight .lan .lanBox {
        width: 1.35rem;
        left: 50%;
        margin-left: -0.675rem;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        position: absolute;
        top: 1.18rem;
        padding-bottom: 0.18rem;
        display: none; }
        .header .headerRight .lan .lanBox a {
          text-align: center;
          font-size: 0.24rem;
          line-height: 0.6rem;
          color: #595757;
          border-bottom: 1px solid #e5e5e5;
          display: block; }
          .header .headerRight .lan .lanBox a:last-child {
            border-bottom: none; }
    .header .headerRight .navClick {
      width: 20px;
      float: left;
      height: 20px;
      position: relative;
      margin-top: calc(0.59rem - 10px); }
      .header .headerRight .navClick span {
        width: 20px;
        height: 2px;
        display: block;
        background-color: #000;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s; }
        .header .headerRight .navClick span:nth-child(1), .header .headerRight .navClick span:nth-child(2) {
          margin-bottom: 7px; }
      .header .headerRight .navClick.on span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 9px;
        right: 0px; }
      .header .headerRight .navClick.on span:nth-child(2) {
        display: none; }
      .header .headerRight .navClick.on span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 0;
        right: 0; }
  .header.on {
    opacity: 0;
    top: -0.8rem; }
  .header .nav {
    width: 100%;
    font-family: FZE;
    position: relative;
    height: calc(100vh - 1.18rem - 1px);
    background-color: #fff;
    position: fixed;
    top: calc(1.18rem + 1px);
    left: 0;
    display: none; }
    .header .nav ul {
      width: 89.3%;
      margin: 0 auto;
      padding-top: 0.3rem; }
      .header .nav ul li .tits {
        font-size: 0.3rem;
        line-height: 0.9rem;
        color: #333;
        display: block;
        position: relative; }
        .header .nav ul li .tits a {
          color: #333; }
        .header .nav ul li .tits i {
          width: 0.22rem;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          background-size: 100% auto;
          background-image: url("../img/join_icon1.png");
          background-repeat: no-repeat;
          background-position: center;
          display: block;
          transition: all .5s; }
        .header .nav ul li .tits.on i {
          transform: rotate(180deg); }
      .header .nav ul li .tit {
        padding: 0.1rem 0;
        display: none; }
        .header .nav ul li .tit a {
          width: 100%;
          display: block;
          font-size: 0.26rem;
          line-height: 0.64rem;
          color: #333;
          padding-left: 0.22rem;
          box-sizing: border-box; }
    .header .nav .titC {
      margin-top: 0.3rem; }
      .header .nav .titC .t {
        font-size: 0.3rem;
        line-height: 0.48rem;
        color: #fff;
        display: none; }
      .header .nav .titC .tx {
        text-align: center; }
        .header .nav .titC .tx a {
          display: inline-block;
          margin: 0 0.25rem; }
          .header .nav .titC .tx a img {
            width: 0.8rem;
            display: block;
            float: left; }
          .header .nav .titC .tx a p {
            float: left;
            font-size: 0.24rem;
            line-height: 0.8rem;
            color: #fff;
            margin-left: 0.2rem; }
  .header .headerSearch {
    width: 100%;
    height: auto;
    padding: 0.17rem 0;
    position: absolute;
    top: 1.18rem;
    left: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; }
    .header .headerSearch .search {
      width: 88.7%;
      height: auto;
      position: relative;
      margin: 0 auto; }
      .header .headerSearch .search .text {
        padding-left: 0.2rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
        height: 0.66rem;
        border-radius: 0.1rem;
        border: none;
        background: none;
        background-color: #fff;
        color: #666;
        width: 100%;
        box-sizing: border-box; }
      .header .headerSearch .search .submit {
        width: 0.9rem;
        height: 0.66rem;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
        background-repeat: no-repeat;
        background-size: 0.32rem;
        background-position: center;
        background-image: url("../img/search.png"); }

.index-banner {
  position: relative; }
  .index-banner ul li {
    width: 100%;
    height: calc(100vh - 1.18rem - 1px);
    position: relative; }
    .index-banner ul li .con {
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      text-align: center;
      color: #fff; }
      .index-banner ul li .con .tits {
        font-size: 0.78rem;
        line-height: 0.84rem;
        letter-spacing: -0.03rem;
        transition: all 1s;
        opacity: 0;
        transform: translateY(0.5rem); }
      .index-banner ul li .con .tit {
        font-size: 0.3rem;
        line-height: 0.32rem;
        opacity: 0.8;
        margin-top: 0.3rem;
        transition: all 1s;
        opacity: 0;
        transform: translateY(0.5rem);
        letter-spacing: 0.1rem; }
      .index-banner ul li .con .more {
        width: 2.8rem;
        height: 0.85rem;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        font-size: 0.24rem;
        line-height: 0.85rem;
        color: #000;
        display: block;
        margin: 0.82rem auto 0;
        transition: all 1s 0.5s;
        opacity: 0;
        transform: translateY(0.5rem); }
    .index-banner ul li.swiper-slide-active .con .tits, .index-banner ul li.swiper-slide-active .con .tit, .index-banner ul li.swiper-slide-active .con .more {
      transform: translateY(0);
      opacity: 1; }
  .index-banner .btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0.74rem !important;
    z-index: 5; }
    .index-banner .btns span {
      width: 0.14rem;
      height: 0.14rem;
      border-radius: 100%;
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      margin: 0 0.16rem !important;
      opacity: 1;
      background: #fff; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        width: 0.18rem;
        height: 0.18rem;
        background-color: #6987c2;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-name: breathe;
        -webkit-animation-duration: 2700ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: alternate; }

@-webkit-keyframes breathe {
  0% {
    opacity: .4;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1); }
  100% {
    opacity: 1;
    box-shadow: 0 1px 0.3rem #6987c2; } }
.index-m .index-box1 .title {
  width: 6.7rem;
  margin: 0 auto;
  position: relative;
  padding: 0.9rem 0; }
  .index-m .index-box1 .title .tits {
    font-size: 0.54rem;
    line-height: 0.56rem;
    color: #000;
    font-family: FZE;
    position: relative;
    z-index: 4; }
  .index-m .index-box1 .title .tit {
    font-size: 0.25rem;
    line-height: 0.27rem;
    color: #333;
    position: relative;
    z-index: 4;
    margin-top: 0.32rem; }
  .index-m .index-box1 .title .en {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #f2f2f2;
    text-transform: uppercase;
    font-family: FZE;
    position: absolute;
    left: 0.6rem;
    top: 0.48rem;
    width: 1000%;
    letter-spacing: -0.04rem;
    transition-delay: 0.2s; }
.index-m .index-box1 .boxNew {
  width: 100%;
  background-color: #f4f4f4;
  padding: 0.4rem 0.4rem 1.2rem;
  box-sizing: border-box; }
  .index-m .index-box1 .boxNew .item {
    width: 100%;
    margin-bottom: 0.2rem;
    height: 3.1rem;
    overflow: hidden;
    transition: height 1s;
    position: relative; }
    .index-m .index-box1 .boxNew .item a {
      width: 100%;
      height: auto;
      display: block; }
      .index-m .index-box1 .boxNew .item a img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .index-m .index-box1 .boxNew .item a .con {
        width: 100%;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
        .index-m .index-box1 .boxNew .item a .con .tits {
          font-size: 0.54rem;
          line-height: 0.56rem;
          font-family: FZE; }
        .index-m .index-box1 .boxNew .item a .con .tit {
          font-size: 0.24rem;
          line-height: 0.26rem;
          margin-top: 0.2rem;
          transition-delay: 0.2s; }
    .index-m .index-box1 .boxNew .item:last-child {
      margin-bottom: 0; }
    .index-m .index-box1 .boxNew .item.on {
      height: 6.7rem; }
.index-m .index-box2 {
  background-color: #252525;
  padding-bottom: 0.4rem;
  padding-top: 1.36rem; }
  .index-m .index-box2 .title {
    width: 6.7rem;
    margin: 0 auto;
    position: relative; }
    .index-m .index-box2 .title .tits {
      font-size: 0.54rem;
      line-height: 0.56rem;
      color: #fff;
      font-family: FZE;
      float: left;
      z-index: 5;
      position: relative; }
    .index-m .index-box2 .title .en {
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #2d2d2d;
      text-transform: uppercase;
      font-family: FZE;
      position: absolute;
      left: 0.6rem;
      top: -0.38rem;
      width: 1000%;
      letter-spacing: -0.04rem; }
  .index-m .index-box2 .list {
    margin-top: 0.89rem;
    position: relative; }
    .index-m .index-box2 .list ul li a {
      padding-bottom: 3.46rem;
      position: relative;
      width: 100%;
      display: block;
      height: auto; }
      .index-m .index-box2 .list ul li a .pic {
        width: 6.7rem;
        transition: 1s;
        transform: translateY(80px);
        opacity: 0; }
      .index-m .index-box2 .list ul li a .con {
        width: 4.7rem;
        height: 4.35rem;
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        right: 0;
        bottom: 0;
        transition: 1s .2s;
        transform: translateY(80px);
        opacity: 0; }
        .index-m .index-box2 .list ul li a .con .tits {
          width: calc(100% - 0.8rem);
          font-size: 0.36rem;
          line-height: 0.88rem;
          color: #000;
          font-family: FZE;
          border-bottom: 1px solid #e3e3e3;
          padding: 0 0.4rem; }
        .index-m .index-box2 .list ul li a .con .conNew {
          width: calc(100% - 0.74rem);
          margin: 0.36rem auto 0; }
          .index-m .index-box2 .list ul li a .con .conNew .tit {
            font-size: 0.30rem;
            line-height: 0.38rem;
            height: 0.38rem;
            color: #000;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-family: FZE; }
          .index-m .index-box2 .list ul li a .con .conNew .tit1 {
            font-size: 0.23rem;
            line-height: 0.36rem;
            height: 0.72rem;
            color: #333;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 0.25rem; }
          .index-m .index-box2 .list ul li a .con .conNew .more {
            width: 2rem;
            height: 0.6rem;
            border: 0.02rem solid #252525;
            box-sizing: border-box;
            text-align: center;
            font-size: 0.24rem;
            line-height: 0.56rem;
            color: #000;
            margin: 0.5rem auto 0; }
    .index-m .index-box2 .list ul.x li a .con {
      background: none; }
    .index-m .index-box2 .list .btns {
      position: absolute;
      bottom: 3.76rem;
      right: 0.4rem;
      z-index: 10;
      width: auto;
      left: auto; }
      .index-m .index-box2 .list .btns span {
        width: 0.12rem;
        height: 0.12rem;
        border-radius: 100%;
        box-sizing: border-box;
        position: relative;
        float: left;
        display: block;
        margin-left: 0.21rem;
        opacity: 1;
        background: #e9e9e9;
        margin-top: 0.02rem; }
        .index-m .index-box2 .list .btns span.swiper-pagination-bullet-active {
          width: 0.16rem;
          height: 0.16rem;
          margin-top: 0;
          background-color: #6987c2;
          -webkit-animation-timing-function: ease-in-out;
          -webkit-animation-name: breathe;
          -webkit-animation-duration: 2700ms;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-direction: alternate; }
    .index-m .index-box2 .list .bg {
      width: 4.7rem;
      height: 4.35rem;
      background-color: rgba(255, 255, 255, 0.9);
      bottom: 0;
      right: 0;
      position: absolute; }
    .index-m .index-box2 .list.srcospcur ul li.swiper-slide-active .pic {
      transform: translate(0, 0px);
      opacity: 1; }
    .index-m .index-box2 .list.srcospcur ul li.swiper-slide-active .con {
      transform: translate(0, 0px);
      opacity: 1; }
.index-m .index-box3 {
  padding-top: 1.2rem;
  background-color: #f3f3f3;
  padding-bottom: 2rem; }
  .index-m .index-box3 .title {
    width: 6.7rem;
    margin: 0 auto;
    position: relative; }
    .index-m .index-box3 .title .tits {
      font-size: 0.54rem;
      line-height: 0.56rem;
      color: #000;
      font-family: FZE;
      float: left;
      position: relative;
      z-index: 5; }
    .index-m .index-box3 .title .en {
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #e7e7e7;
      text-transform: uppercase;
      font-family: FZE;
      position: absolute;
      left: 0.6rem;
      top: -0.38rem;
      width: 1000%;
      letter-spacing: -0.04rem; }
  .index-m .index-box3 .itemBox {
    margin-top: 1.53rem; }
    .index-m .index-box3 .itemBox .item {
      text-align: center;
      margin-bottom: 1.5rem; }
      .index-m .index-box3 .itemBox .item:last-child {
        margin-bottom: 0; }
      .index-m .index-box3 .itemBox .item .icon {
        width: 3.25rem;
        border-radius: 100%;
        border: 0.16rem solid #e6e6e6;
        height: 3.25rem;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: hidden;
        position: relative; }
        .index-m .index-box3 .itemBox .item .icon img {
          width: 2.8rem;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .index-m .index-box3 .itemBox .item .tits {
        font-size: 0.36rem;
        line-height: 0.38rem;
        color: #000;
        font-family: FZE;
        margin-top: 0.43rem; }
      .index-m .index-box3 .itemBox .item .tit {
        font-size: 0.26rem;
        line-height: 0.28rem;
        color: #333;
        margin-top: 0.36rem; }
.index-m .index-box4 {
  padding-bottom: 0.4rem; }
  .index-m .index-box4 .title {
    width: 6.7rem;
    margin: 0 auto;
    position: relative;
    padding: 1.26rem 0 0.65rem; }
    .index-m .index-box4 .title .tits {
      font-size: 0.54rem;
      line-height: 0.56rem;
      color: #000;
      font-family: FZE;
      position: relative;
      z-index: 4; }
    .index-m .index-box4 .title .en {
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #f2f2f2;
      text-transform: uppercase;
      font-family: FZE;
      position: absolute;
      left: 0.6rem;
      top: 0.9rem;
      width: 1000%;
      letter-spacing: -0.04rem; }
  .index-m .index-box4 .list {
    padding-bottom: 0.3rem; }
    .index-m .index-box4 .list ul li {
      width: 6.8rem;
      margin-right: 0.3rem;
      float: left; }
      .index-m .index-box4 .list ul li:last-child {
        margin-right: 0; }
      .index-m .index-box4 .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .index-m .index-box4 .list ul li a .pic {
          transition: 1s;
          transform: translateY(80px);
          opacity: 0; }
        .index-m .index-box4 .list ul li a .con {
          width: 6.4rem;
          margin-left: 0.4rem;
          background-color: #fff;
          box-sizing: border-box;
          height: 4.45rem;
          padding: 0.78rem 0.4rem 0;
          margin-top: -0.95rem;
          position: relative;
          z-index: 5;
          box-shadow: 0.025rem 0.0433rem 0.3rem 0px rgba(0, 0, 0, 0.05);
          transition: 1s 0.2s;
          transform: translateY(80px);
          opacity: 0; }
          .index-m .index-box4 .list ul li a .con .tits {
            font-size: 0.32rem;
            line-height: 0.42rem;
            color: #262626;
            height: 0.84rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index-m .index-box4 .list ul li a .con .tit {
            margin-top: 0.48rem; }
            .index-m .index-box4 .list ul li a .con .tit .time {
              float: left;
              font-size: 0.2rem;
              line-height: 0.6rem;
              color: #262626; }
            .index-m .index-box4 .list ul li a .con .tit .more {
              width: 2rem;
              height: 0.6rem;
              border: 0.02rem solid #424242;
              font-size: 0.24rem;
              line-height: 0.56rem;
              color: #424242;
              text-align: center;
              float: right; }
    .index-m .index-box4 .list .btns {
      width: 100%;
      text-align: center;
      font-size: 0;
      position: absolute;
      left: 0;
      bottom: 0.75rem !important;
      z-index: 5; }
      .index-m .index-box4 .list .btns span {
        width: 0.13rem;
        height: 0.13rem;
        border-radius: 100%;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin: 0 0.09rem;
        opacity: 1;
        background: #e9e9e9; }
        .index-m .index-box4 .list .btns span.swiper-pagination-bullet-active {
          width: 0.17rem;
          height: 0.17rem;
          background: #6987c2;
          -webkit-animation-timing-function: ease-in-out;
          -webkit-animation-name: breathe;
          -webkit-animation-duration: 2700ms;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-direction: alternate; }
    .index-m .index-box4 .list.srcospcur ul li.swiper-slide-active a .pic {
      transform: translateY(0);
      opacity: 1; }
    .index-m .index-box4 .list.srcospcur ul li.swiper-slide-active a .con {
      transform: translateY(0);
      opacity: 1; }

.footer {
  width: 100%;
  background-color: #252525;
  padding-top: 1.2rem;
  padding-bottom: 0.75rem; }
  .footer .logo {
    width: 3.83rem;
    margin: 0 auto; }
  .footer .nav {
    font-family: FZE;
    width: 6.7rem;
    margin: 0.5rem auto 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.5rem; }
    .footer .nav ul li .tits {
      font-size: 0.3rem;
      line-height: 0.9rem;
      color: #fff;
      display: block;
      position: relative; }
      .footer .nav ul li .tits a {
        color: #fff; }
      .footer .nav ul li .tits i {
        width: 0.22rem;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-size: 100% auto;
        background-image: url("../img/footer_icon1.png");
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        transition: all .5s; }
      .footer .nav ul li .tits.on i {
        transform: rotate(180deg); }
    .footer .nav ul li .tit {
      padding: 0.1rem 0;
      display: none; }
      .footer .nav ul li .tit a {
        width: 100%;
        display: block;
        font-size: 0.26rem;
        line-height: 0.64rem;
        color: #f6f6f6;
        padding-left: 0.22rem;
        box-sizing: border-box; }
    .footer .nav .titC {
      margin-top: 0.3rem; }
      .footer .nav .titC .t {
        font-size: 0.3rem;
        line-height: 0.48rem;
        color: #fff;
        display: none; }
      .footer .nav .titC .tx {
        text-align: center; }
        .footer .nav .titC .tx a {
          display: inline-block;
          margin: 0 0.25rem; }
          .footer .nav .titC .tx a img {
            width: 0.8rem;
            display: block;
            float: left; }
          .footer .nav .titC .tx a p {
            float: left;
            font-size: 0.24rem;
            line-height: 0.8rem;
            color: #fff;
            margin-left: 0.2rem; }
  .footer .tel {
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #fff;
    margin-top: 0.4rem; }
    .footer .tel a {
      color: #fff; }
  .footer .share {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 0.6rem; }
    .footer .share a {
      width: 0.8rem;
      display: inline-block;
      margin: 0 0.15rem; }
  .footer .copyright {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #fff;
    opacity: .6;
    font-family: FZE;
    margin-top: 0.38rem; }

.product {
  font-family: FZE;
  position: relative; }
  .product .tabs {
    text-align: center;
    font-size: 100%;
    width: 100%;
    padding-top: 0.7rem;
    padding-bottom: 0.4rem; }
    .product .tabs a {
      font-size: 0.34rem;
      line-height: 0.4rem;
      color: #262626;
      margin: 0 0.3rem;
      font-family: FZE; }
      .product .tabs a.on {
        font-weight: bold; }
  .product .content {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding-top: 0.43rem;
    padding-bottom: 1.5rem; }
    .product .content .search {
      width: 89.3%;
      margin: 0 auto; }
      .product .content .search .text {
        width: 100%;
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid #dedede;
        font-size: 0.22rem;
        line-height: 0.33rem;
        color: #262626;
        background: none;
        background-position: left center;
        background-size: 0.32rem;
        background-image: url("../img/search.png");
        padding-left: 0.46rem;
        height: 0.78rem;
        background-repeat: no-repeat; }
    .product .content .list {
      width: 89.3%;
      margin: 0.4rem auto 0; }
      .product .content .list ul li {
        margin-bottom: 0.85rem; }
        .product .content .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .product .content .list ul li a .pic {
            width: 100%;
            height: auto;
            position: relative; }
            .product .content .list ul li a .pic .img2 {
              opacity: 0;
              transition: opacity 0.5s;
              position: absolute;
              top: 0;
              left: 0; }
          .product .content .list ul li a .tits {
            font-size: 0.3rem;
            line-height: 0.32rem;
            color: #262626;
            margin-top: 0.35rem; }
          .product .content .list ul li a .tit {
            font-size: 0.24rem;
            line-height: 0.26rem;
            color: #777;
            margin-top: 0.1rem; }
      .product .content .list.on ul li a .pic .img2 {
        opacity: 1; }
		.search-list .list .moreClick,
      .product .content .list .moreClick {
        width: 2.8rem;
        height: 0.8rem;
        border: 0.02rem solid #898989;
        margin: 0 auto;
        text-align: center;
        font-size: 0.24rem;
        line-height: 0.76rem;
        color: #262626;
        display: block; }
  .product .screenClick {
    width: 2.62rem;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0; }
    .product .screenClick.on {
      position: absolute; }

.screen {
  font-family: FZE;
  width: 6.7rem;
  margin: 0 auto;
  padding-top: 0.85rem;
  padding-bottom: 1rem; }
  .screen .item {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.4rem;
    margin-bottom: 0.62rem; }
    .screen .item .tits {
      font-size: 0.32rem;
      line-height: 0.34rem;
      color: #262626; }
    .screen .item .list {
      margin-top: 0.5rem; }
      .screen .item .list ul li {
        width: 0.94rem;
        height: auto;
        float: left;
        margin-right: 0.21rem;
        cursor: pointer; }
        .screen .item .list ul li:last-child {
          margin-right: 0; }
        .screen .item .list ul li .icon {
          width: 0.90rem;
          height: 0.90rem;
          border: 0.02rem solid #dedede;
          border-radius: 100%;
          overflow: hidden; }
        .screen .item .list ul li p {
          text-align: center;
          font-size: 0.24rem;
          line-height: 0.26rem;
          color: #565656;
          margin-top: 0.2rem; }
        .screen .item .list ul li.on .icon {
          border-color: #6987c2; }
    .screen .item .list1 {
      margin-top: 0.42rem; }
      .screen .item .list1 ul {
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll; }
        .screen .item .list1 ul li {
          width: 0.94rem;
          margin-right: 0.2rem;
          display: inline-block;
          cursor: pointer; }
          .screen .item .list1 ul li:last-child {
            margin-right: 0; }
          .screen .item .list1 ul li .icon {
            width: 0.9rem;
            height: 0.9rem;
            border-radius: 100%;
            overflow: hidden;
            border: 0.02rem solid #fff;
            opacity: 0.7; }
          .screen .item .list1 ul li p {
            text-align: center;
            font-size: 0.24rem;
            line-height: 0.26rem;
            color: #565656;
            margin-top: 0.18rem; }
          .screen .item .list1 ul li.on .icon {
            opacity: 1;
            border-color: #6987c2; }
    .screen .item .list2 {
      margin-top: 0.41rem; }
      .screen .item .list2 ul {
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll; }
        .screen .item .list2 ul li {
          display: inline-block;
          margin-right: 0.30rem;
          cursor: pointer; }
          .screen .item .list2 ul li:last-child {
            margin-right: 0; }
          .screen .item .list2 ul li .k {
            width: 100%;
            height: 1.3rem;
            position: relative; }
            .screen .item .list2 ul li .k img {
              max-height: 1.3rem;
              display: block;
              margin: 0 auto; }
              .screen .item .list2 ul li .k img.img2 {
                display: none; }
          .screen .item .list2 ul li p {
            font-size: 12px;
            line-height: 14px;
            color: #565656;
            margin-top: 0.11rem; }
          .screen .item .list2 ul li.on .k img.img2 {
            display: block; }
          .screen .item .list2 ul li.on .k img.img1 {
            display: none; }
    .screen .item .list3 {
      margin-top: 0.53rem; }
      .screen .item .list3 ul {
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll; }
        .screen .item .list3 ul li {
          margin-right: 0.42rem;
          display: inline-block;
          cursor: pointer; }
          .screen .item .list3 ul li img {
            max-height: 0.4rem; }
    .screen .item .list4 {
      margin-top: 0.55rem; }
      .screen .item .list4 ul {
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll; }
        .screen .item .list4 ul li {
          margin-right: 0.29rem;
          display: inline-block;
          width: 0.55rem;
          height: 0.55rem;
          background-size: cover;
          border: 0.02rem solid #e9e9e9;
          border-radius: 100%;
          cursor: pointer; }
          .screen .item .list4 ul li.on {
            border-color: #6987c2; }
  .screen .butBox {
    width: 100%; }
    .screen .butBox a {
      width: 3.15rem;
      height: .8rem;
      border: 0.02rem solid #313639;
      text-align: center;
      font-size: 0.24rem;
      line-height: 0.76rem;
      color: #262626;
      float: left;
      display: block; }
      .screen .butBox a.confirm {
        border-color: #6987c2; }
      .screen .butBox a.reset {
        float: right; }

.insideTitle {
  width: 6.7rem;
  margin: 0 auto;
  position: relative; }
  .insideTitle .t {
    font-size: 0.5rem;
    line-height: 0.52rem;
    color: #000;
    font-family: FZE;
    letter-spacing: 0.03rem; }
  .insideTitle .en {
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #000;
    opacity: 0.06;
    text-transform: uppercase;
    font-family: FZE;
    letter-spacing: 0.08rem;
    position: absolute;
    left: 0.93rem;
    top: -0.47rem;
    white-space: nowrap; }
  .insideTitle a {
    font-size: 0.22rem;
    position: absolute;
    top: 0.16rem;
    right: 0;
    line-height: 0.38rem;
    padding-right: 0.2rem;
    background-size: 0.36rem;
    background-position: right center;
    color: #262626;
    background-image: url("../img/info_icon2.png");
    background-repeat: no-repeat; }

.productInfo {
  font-family: FZE; }
  .productInfo .infoBanner {
    position: relative; }
    .productInfo .infoBanner .btns {
      text-align: center;
      font-size: 0;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0.4rem;
      z-index: 10; }
      .productInfo .infoBanner .btns span {
        width: 0.18rem;
        height: 0.18rem;
        border-radius: 100%;
        display: inline-block;
        margin: 0 0.14rem;
        background-color: #fff;
        opacity: 1; }
        .productInfo .infoBanner .btns span.swiper-pagination-bullet-active {
          background-color: #6987c2; }
  .productInfo .box1 {
    padding-top: 0.9rem; }
    .productInfo .box1 .boxNew {
      width: 100%;
      box-sizing: border-box;
      background-color: #f9f9f9;
      padding: 0.45rem 0.4rem 0.8rem;
      height: auto;
      margin-top: 0.9rem; }
      .productInfo .box1 .boxNew .item .tit {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 0.24rem;
        padding-top: 0.4rem;
        position: relative; }
        .productInfo .box1 .boxNew .item .tit:before {
          width: 100%;
          height: 1px;
          background-color: #fff;
          position: absolute;
          bottom: -2px;
          left: 0;
          content: ''; }
        .productInfo .box1 .boxNew .item .tit .t {
          font-size: 0.26rem;
          line-height: 0.55rem;
          color: #333;
          font-family: FZE;
          width: 50%;
          float: left;
          padding-left: 0.2rem;
          box-sizing: border-box; }
          .productInfo .box1 .boxNew .item .tit .t span {
            float: left; }
          .productInfo .box1 .boxNew .item .tit .t img {
            width: 0.55rem;
            height: auto;
            display: block;
            border: 0.02rem solid #e9e9e9;
            float: left;
            box-sizing: border-box;
            border-radius: 100%;
            margin-left: 0.05rem;
            margin-right: 0.05rem; }
          .productInfo .box1 .boxNew .item .tit .t i {
            float: left;
            color: #555; }
      .productInfo .box1 .boxNew .item1 .tit {
        border-bottom: 1px solid #e0e0e0;
        padding-top: 0.4rem;
        position: relative; }
        .productInfo .box1 .boxNew .item1 .tit:before {
          width: 100%;
          height: 1px;
          background-color: #fff;
          position: absolute;
          bottom: -2px;
          left: 0;
          content: ''; }
        .productInfo .box1 .boxNew .item1 .tit .t {
          cursor: pointer; }
          .productInfo .box1 .boxNew .item1 .tit .t span {
            float: left;
            font-size: 0.26rem;
            line-height: 0.28rem;
            color: #333;
            margin-left: 0.19rem; }
          .productInfo .box1 .boxNew .item1 .tit .t i {
            float: right;
            width: 0.2rem;
            height: 0.28rem;
            margin-right: 0.22rem;
            display: block;
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-image: url("../img/productInfo_icon1.png");
            background-position: center; }
        .productInfo .box1 .boxNew .item1 .tit .t1 {
          margin-top: 0.22rem;
          padding-bottom: 0.03rem;
          width: 5.85rem;
          overflow: hidden;
          height: 0.6rem; }
          .productInfo .box1 .boxNew .item1 .tit .t1 ul li {
            width: 20%;
            float: left;
            margin-bottom: 0.2rem; }
            .productInfo .box1 .boxNew .item1 .tit .t1 ul li .icon {
              width: 0.94rem;
              height: auto;
              margin: 0 auto; }
            .productInfo .box1 .boxNew .item1 .tit .t1 ul li p {
              text-align: center;
              font-size: 0.24rem;
              line-height: 0.26rem;
              color: #565656;
              margin-top: -0.04rem; }
        .productInfo .box1 .boxNew .item1 .tit .t2 {
          margin-top: 0.35rem;
          padding-bottom: 0.2rem;
          width: 5.85rem;
          height: 0.35rem;
          overflow: hidden; }
          .productInfo .box1 .boxNew .item1 .tit .t2 ul li {
            width: 20%;
            float: left;
            margin-bottom: 0.1rem; }
            .productInfo .box1 .boxNew .item1 .tit .t2 ul li .icon {
              width: 1.1rem;
              margin: 0 auto; }
        .productInfo .box1 .boxNew .item1 .tit .t3 {
          width: 5.85rem;
          padding-left: 0.18rem;
          font-size: 0.22rem;
          line-height: 0.36rem;
          color: #898989;
          margin-top: 0.3rem;
          height: 0.72rem;
          overflow: hidden;
          padding-bottom: 0.11rem; }
        .productInfo .box1 .boxNew .item1 .tit .con {
          position: relative;
          transition: height 0.5s; }
          .productInfo .box1 .boxNew .item1 .tit .con:after {
            width: 100%;
            height: 0.8rem;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 249, 0)), to(#f9f9f9));
            background-image: -webkit-linear-gradient(top, rgba(249, 249, 249, 0), #f9f9f9);
            background-image: linear-gradient(-180deg, rgba(249, 249, 249, 0), #f9f9f9); }
        .productInfo .box1 .boxNew .item1 .tit.on .t i {
          transform: rotate(180deg); }
        .productInfo .box1 .boxNew .item1 .tit.on .con {
          height: auto; }
          .productInfo .box1 .boxNew .item1 .tit.on .con:after {
            display: none; }
  .productInfo .box2 {
    width: 6.7rem;
    margin: 0 auto;
    padding-top: 0.86rem;
    padding-bottom: 0.87rem; }
    .productInfo .box2 .list {
      width: 100%;
      margin-top: 0.62rem; }
      .productInfo .box2 .list ul li {
        width: 47%;
        float: left;
        margin-right: 6%; }
        .productInfo .box2 .list ul li:last-child {
          margin-right: 0; }
        .productInfo .box2 .list ul li .item {
          width: 100%;
          height: auto;
          margin-bottom: 0.44rem;
          display: block; }
          .productInfo .box2 .list ul li .item:last-child {
            margin-bottom: 0; }
          .productInfo .box2 .list ul li .item p {
            font-size: 0.24rem;
            line-height: 0.4rem;
            color: #333; }
      .productInfo .box2 .list .btns {
        text-align: center;
        width: 100%;
        font-size: 0;
        margin-top: 0.5rem; }
        .productInfo .box2 .list .btns span {
          width: 0.18rem;
          height: 0.18rem;
          border-radius: 100%;
          display: inline-block;
          margin: 0 0.14rem;
          background-color: #ccc;
          opacity: 1; }
          .productInfo .box2 .list .btns span.swiper-pagination-bullet-active {
            background-color: #6987c2; }
  .productInfo .box3 {
    background-color: #f9f9f9;
    padding-top: 0.88rem;
    padding-bottom: 0.64rem; }
    .productInfo .box3 .list {
      margin: 0.72rem auto 0;
      width: 89.3%; }
      .productInfo .box3 .list ul li {
        width: 29.9%;
        float: left;
        margin-right: 5.15%;
        margin-bottom: 5.15%;
        box-sizing: border-box;
        border: 1px solid #e3e3e3; }
        .productInfo .box3 .list ul li:nth-child(3n) {
          margin-right: 0; }
        .productInfo .box3 .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
  .productInfo .box4 {
    width: 89.3%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 0.7rem; }
    .productInfo .box4 .list {
      margin-top: 0.6rem; }
      .productInfo .box4 .list ul li a {
        width: 100%;
        display: block;
        box-sizing: border-box;
        height: auto;
        font-size: 0.24rem;
        padding-left: 0.7rem;
        color: #333;
        line-height: 0.86rem;
        margin-bottom: 0.3rem;
        background-color: #f7f7f7;
        background-size: 0.4rem;
        background-position: 0.3rem center;
        background-image: url("../img/info_icon1.png");
        background-repeat: no-repeat; }
  .productInfo .box5 {
    background-color: #f9f9f9;
    padding-top: 0.92rem;
    padding-bottom: 0.23rem; }
    .productInfo .box5 .list {
      width: 89.3%;
      margin: 0.64rem auto 0; }
      .productInfo .box5 .list ul li {
        margin-bottom: 0.83rem; }
        .productInfo .box5 .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .productInfo .box5 .list ul li a .tit {
            margin-top: 0.3rem; }
            .productInfo .box5 .list ul li a .tit .t {
              font-size: 0.3rem;
              line-height: 0.4rem;
              color: #262626; }
            .productInfo .box5 .list ul li a .tit .t1 {
              font-size: 0.24rem;
              line-height: 0.3rem;
              color: #777;
              margin-top: 0.08rem; }

.caseBanner {
  width: 100%;
  height: auto;
  position: relative; }
  .caseBanner .con {
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    top: 50%;
    position: absolute;
    color: #fff;
    font-family: FZE; }
    .caseBanner .con .cn {
      font-size: 0.64rem;
      line-height: 0.66rem; }
    .caseBanner .con .en {
      font-size: 0.24rem;
      line-height: 0.26rem;
      text-transform: uppercase;
      margin-top: .27rem; }
    .caseBanner .con .videoClick {
      width: 0.8rem;
      height: 0.8rem;
      margin: 0.5rem auto 0;
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../img/videoClick.png");
      display: none; }

.case {
  padding-bottom: 1rem; }
  .case .tabs {
    position: relative;
    width: 96%;
    margin: 0 auto; }
    .case .tabs a {
      border-bottom: 1px solid #e6e6e6;
      width: 20%;
      float: left;
      text-align: center;
      display: block;
      font-size: 0.28rem;
      line-height: 1.2rem;
      color: #000; }
      .case .tabs a.hide {
        display: none; }
      .case .tabs a.on {
        color: #6987c2; }
      .case .tabs a.more {
        color: #000 !important; }

.caseList {
  width: 89.3%;
  margin: 0.78rem auto 0;
  font-family: FZE; }
  .caseList ul {
    margin-top: 0.62rem; }
    .caseList ul li {
      margin-bottom: 0.72rem; }
      .caseList ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .caseList ul li a .con {
          margin-top: 0.29rem; }
          .caseList ul li a .con .tits {
            font-size: 0.3rem;
            line-height: 0.42rem;
            color: #000; }
          .caseList ul li a .con .tit {
            font-size: 0.24rem;
            line-height: 0.42rem;
            color: #898989;
            height: 0.42rem;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 0.04rem; }
  .caseList .moreClick {
    width: 53.7%;
    margin: 0 auto;
    display: block;
    border: 0.02rem solid #898989;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.76rem;
    color: #262626; }

.anchorBL {
  display: none !important; }

.caseInfo .content {
  width: 89.3%;
  margin: 0 auto;
  padding-top: 0.5rem; }
  .caseInfo .content .tits {
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #686868; }
  .caseInfo .content .tit {
    font-size: 0.36rem;
    line-height: 0.42rem;
    color: #262626;
    margin-top: 0.11rem; }
  .caseInfo .content .con {
    border-top: 1px solid #e9e9e9;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #686868;
    font-family: FZE;
    margin-top: 0.4rem;
    padding-top: 0.5rem;
    text-align: justify; }
.caseInfo .infoBanner {
  position: relative;
  margin-top: 0.93rem; }
  .caseInfo .infoBanner .btns {
    text-align: center;
    font-size: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    z-index: 10; }
    .caseInfo .infoBanner .btns span {
      width: 0.18rem;
      height: 0.18rem;
      border-radius: 100%;
      display: inline-block;
      margin: 0 0.14rem;
      background-color: #fff;
      opacity: 1; }
      .caseInfo .infoBanner .btns span.swiper-pagination-bullet-active {
        background-color: #6987c2; }
.caseInfo .caseList {
  margin: 1rem auto 0;
  padding-bottom: 0.5rem; }

.store {
  margin-top: 0.9rem;
  font-family: FZE; }
  .store .searchBox {
    margin: 0.73rem auto 0; }
  .store .con {
    width: 89.3%;
    margin: 0.67rem auto 0; }
    .store .con .t {
      font-size: 0.24rem;
      line-height: 0.42rem;
      color: #565656; }
    .store .con .tel {
      font-size: 0.24rem;
      line-height: 0.32rem;
      color: #262626;
      padding-left: 0.48rem;
      background-position: left center;
      background-size: 0.32rem;
      background-image: url("../img/tel.png");
      background-repeat: no-repeat;
      margin-top: 0.2rem; }

.searchBox {
  width: 89.3%;
  margin: 0 auto; }
  .searchBox .t .sel {
    width: 47%;
    height: 0.7rem;
    border: 1px solid #e5e5e5;
    float: left;
    box-sizing: border-box;
    font-size: 0.24rem;
    line-height: 0.68rem;
    color: #565656;
    padding-left: 0.2rem;
    background: none;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: calc(100% - 0.4rem) center;
    background-size: 0.2rem;
    background-repeat: no-repeat;
    background-image: url("../img/productInfo_icon1.png"); }
    .searchBox .t .sel:last-child {
      float: right; }
  .searchBox .t1 {
    margin-top: 0.4rem;
    position: relative; }
    .searchBox .t1 .text {
      width: 100%;
      height: 0.7rem;
      font-size: 0.24rem;
      line-height: 0.4rem;
      color: #565656;
      box-sizing: border-box;
      padding-left: 0.2rem;
      background: none;
      border: 1px solid #e5e5e5; }
      .searchBox .t1 .text::-webkit-input-placeholder {
        color: #565656; }
      .searchBox .t1 .text:-moz-placeholder {
        color: #565656; }
      .searchBox .t1 .text:-ms-input-placeholder {
        color: #565656; }
    .searchBox .t1 .submit {
      width: 0.7rem;
      height: 0.7rem;
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      background: none;
      background-position: center;
      background-size: 0.32rem;
      background-image: url("../img/search1.png");
      background-repeat: no-repeat; }

.stoteList {
  margin-top: 1rem;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 1.15rem; }
  .stoteList ul {
    width: 89.3%;
    margin: 0 auto; }
    .stoteList ul li {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 0.8rem;
      padding-top: 0.78rem; }
      .stoteList ul li .tits {
        font-size: 0.32rem;
        line-height: .36rem;
        color: #262626; }
      .stoteList ul li .tit {
        font-size: 0.24rem;
        line-height: 0.36rem;
        color: #565656;
        padding-left: 0.44rem;
        background-position: left center;
        background-repeat: no-repeat; }
        .stoteList ul li .tit.add {
          background-image: url("../img/add.png");
          background-size: 0.3rem;
          margin-top: 0.4rem; }
        .stoteList ul li .tit.tel {
          background-image: url("../img/tel1.png");
          background-size: 0.31rem;
          background-position: left 0.025rem;
          margin-top: 0.16rem; }
      .stoteList ul li a {
        width: 2rem;
        height: 0.6rem;
        font-size: 0.24rem;
        line-height: 0.56rem;
        border: 0.02rem solid #898989;
        color: #262626;
        display: block;
        box-sizing: border-box;
        margin-top: 0.4rem;
        text-align: center; }

.map {
  width: 100%;
  height: calc(60vh - 1.18rem - 1px);
  background-color: #000;
  position: relative; }
  .map #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .map .messageTk {
    0width: 5.1rem;
    0height: auto;
    0position: absolute;
    0top: 50%;
    0left: 50%;
    0transform: translate(-50%, -50%);
    0background-color: #fff;
    box-sizing: border-box;
    padding: 0.3rem 0.35rem 0.5rem;
    font-family: FZE;
    0box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    display: none; }
    .map .messageTk .close {
      width: 0.4rem;
      height: 0.4rem;
      position: absolute;
      top: 0.1rem;
      right: 0.1rem;
      background-image: url("../img/close.png");
      background-size: 0.3rem;
      background-position: center;
      background-repeat: no-repeat; }
    .map .messageTk .tits {
      font-size: 0.30rem;
      line-height: 0.36rem;
      color: #333; }
    .map .messageTk .tit {
      margin-top: 0.22rem; }
      .map .messageTk .tit .t {
        font-size: 0.24rem;
        line-height: 0.36rem;
        color: #565656;
        padding-left: 0.40rem;
        background-position: left 0.04rem;
        background-repeat: no-repeat; }
        .map .messageTk .tit .t.add {
          background-image: url("../img/add.png");
          background-size: 0.24rem; }
        .map .messageTk .tit .t.tel {
          background-image: url("../img/tel1.png");
          background-size: 0.25rem;
          background-position: left 0.06rem;
          margin-top: 0.09rem; }
    .map .messageTk .more {
      width: 2rem;
      height: 0.6rem;
      font-size: 0.24rem;
      line-height: 0.56rem;
      border: 0.02rem solid #898989;
      color: #262626;
      display: block;
      box-sizing: border-box;
      margin-top: 0.4rem;
      text-align: center; }

.aboutTabs {
  width: 96%;
  margin: 0 auto;
  position: relative; }
  .aboutTabs a {
    border-bottom: 1px solid #e6e6e6;
    width: 20%;
    float: left;
    text-align: center;
    display: block;
    font-size: 0.28rem;
    line-height: 1.2rem;
    color: #000; }
    .aboutTabs a.hide {
      display: none; }
    .aboutTabs a.on {
      color: #6987c2; }
  .aboutTabs.worksTabs {
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #e6e6e6; }
    .aboutTabs.worksTabs a {
      width: 25%;
      float: none;
      display: inline-block;
      border: none; }

.about {
  padding-bottom: 1rem; }
  .about .box1 {
    width: 89.3%;
    margin: 0.85rem auto 0; }
    .about .box1 .con {
      font-size: 0.25rem;
      line-height: 0.48rem;
      color: #282828;
      height: 4.32rem;
      overflow: hidden;
      margin-top: 0.68rem;
      position: relative;
      transition: height 0.5s; }
      .about .box1 .con:after {
        width: 100%;
        height: 1.6rem;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(#fff));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), #fff);
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.6), #fff); }
      .about .box1 .con.on {
        height: auto; }
        .about .box1 .con.on:after {
          display: none; }
    .about .box1 .moreClick {
      font-size: 0.24rem;
      line-height: 0.4rem;
      color: #282828;
      display: inline-block;
      background-position: right 0.18rem;
      padding-right: 0.4rem;
      background-image: url("../img/productInfo_icon1.png");
      background-repeat: no-repeat;
      margin-top: -0.15rem;
      position: relative;
      z-index: 5;
      background-size: 0.2rem; }
  .about .box2 {
    background-color: #f9f9f9;
    padding-top: 0.86rem;
    margin-top: 0.84rem;
    padding-bottom: 1.2rem; }
    .about .box2 .con {
      width: 89.3%;
      margin: 0.68rem auto 0;
      font-size: 0.25rem;
      line-height: 0.48rem;
      color: #000; }
    .about .box2 .itemBox {
      margin: 0.64rem auto 0;
      width: 89.3%; }
      .about .box2 .itemBox .item {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 0.2rem; }
        .about .box2 .itemBox .item .t {
          font-size: 0.25rem;
          line-height: 1.2rem;
          color: #000;
          height: 1.18rem; }
          .about .box2 .itemBox .item .t span {
            font-size: 1.2rem; }
        .about .box2 .itemBox .item .t1 {
          font-size: 0.25rem;
          line-height: 0.48rem;
          color: #000;
          margin-top: 0.3rem; }
  .about .box3 {
    padding-top: 1.05rem; }
    .about .box3 .itemBox {
      margin-top: 0.85rem; }
      .about .box3 .itemBox .item {
        text-align: center;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 0.78rem;
        padding-bottom: 0.72rem; }
        .about .box3 .itemBox .item:last-child {
          border-bottom: none; }
        .about .box3 .itemBox .item .icon {
          width: 1rem;
          margin: 0 auto; }
        .about .box3 .itemBox .item .t {
          font-size: 0.36rem;
          line-height: 0.38rem;
          margin-top: 0.12rem; }
        .about .box3 .itemBox .item .t1 {
          font-size: 0.26rem;
          line-height: 0.3rem;
          margin-top: 0.21rem; }
  .about .box4 {
    width: 89.3%;
    margin: 0 auto;
    padding-top: 0.92rem;
    padding-bottom: 0.7rem; }
    .about .box4 .itemBox {
      margin-top: 0.6rem; }
      .about .box4 .itemBox .item {
        background-color: #f7f7f7;
        margin-bottom: 0.3rem; }
        .about .box4 .itemBox .item .t {
          font-size: 0.42rem;
          line-height: 1.4rem;
          color: #000;
          font-family: FZE;
          margin-left: 0.22rem;
          float: left; }
          .about .box4 .itemBox .item .t span {
            color: #000;
            font-weight: bold; }
        .about .box4 .itemBox .item .t1 {
          float: left;
          font-size: 0.24rem;
          line-height: 0.3rem;
          color: #000;
          margin-left: 0.2rem;
          padding-top: 0.65rem; }
        .about .box4 .itemBox .item:nth-child(2) .t1 {
          padding-top: 0.4rem; }
  .about .box5 {
    width: 100%;
    height: auto;
    position: relative; }
    .about .box5 .insideTitle {
      position: absolute;
      left: 0.4rem;
      top: 0.94rem;
      z-index: 6; }
    .about .box5 .list .btns {
      text-align: center;
      font-size: 0;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0.4rem;
      z-index: 10; }
      .about .box5 .list .btns span {
        width: 0.18rem;
        height: 0.18rem;
        border-radius: 100%;
        display: inline-block;
        margin: 0 0.14rem;
        background-color: #fff;
        opacity: 1; }
        .about .box5 .list .btns span.swiper-pagination-bullet-active {
          background-color: #6987c2; }
  .about .box6 {
    padding-top: 1.04rem; }
    .about .box6 .line {
      width: 100%;
      height: 1px;
      background-color: #e5e5e5;
      margin-top: 0.74rem; }
    .about .box6 .list {
      width: 100%;
      height: auto;
      position: relative; }
      .about .box6 .list .listNew {
        width: 89.3%;
        margin: 0 auto; }
        .about .box6 .list .listNew ul li {
          font-size: 0.28rem;
          line-height: 0.42rem;
          color: #565656;
          width: 16.6666666667%;
          float: left;
          text-align: center;
          font-family: FZE;
          padding: 0.08rem 0; }
          .about .box6 .list .listNew ul li.swiper-slide-thumb-active {
            font-weight: bold;
            font-family: FEL;
            color: #6987c2; }
      .about .box6 .list .a {
        width: 12px;
        height: 20px;
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        z-index: 5; }
        .about .box6 .list .a.prev {
          left: 0.15rem;
          background-image: url("../img/prev.png"); }
        .about .box6 .list .a.next {
          right: 0.15rem;
          background-image: url("../img/next.png"); }
    .about .box6 .conBox {
      width: 89.3%;
      margin: 0.57rem auto 0; }
      .about .box6 .conBox ul li .year {
        font-size: 0.6rem;
        line-height: 0.6rem;
        color: #262626;
        font-weight: bold; }
      .about .box6 .conBox ul li .con {
        font-size: 0.25rem;
        line-height: 0.48rem;
        color: #565656;
        font-family: FZE;
        margin-top: 0.38rem; }
      .about .box6 .conBox ul li .pic {
        margin-top: 0.5rem; }

.power {
  padding-bottom: 1rem; }
  .power .box1 {
    padding-top: 0.87rem; }
    .power .box1 .content {
      width: 89.3%;
      margin: 0.62rem auto 0;
      padding-bottom: 0.87rem;
      position: relative; }
      .power .box1 .content:after {
        width: calc(100% + 0.4rem);
        height: 100%;
        position: absolute;
        left: -0.4rem;
        top: 0;
        background-color: #f9f9f9;
        content: ''; }
      .power .box1 .content .list {
        width: 100%;
        height: auto;
        position: relative; }
        .power .box1 .content .list .btns {
          text-align: center;
          font-size: 0;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0.3rem;
          z-index: 10; }
          .power .box1 .content .list .btns span {
            width: 0.18rem;
            height: 0.18rem;
            border-radius: 100%;
            display: inline-block;
            margin: 0 0.14rem;
            background-color: #fff;
            opacity: 1; }
            .power .box1 .content .list .btns span.swiper-pagination-bullet-active {
              background-color: #6987c2; }
      .power .box1 .content .txt {
        font-size: 0.28rem;
        line-height: 0.36rem;
        color: #000;
        margin-top: 0.28rem;
        position: relative;
        z-index: 6;
        font-family: FZE; }
    .power .box1 .content1 {
      width: 89.3%;
      margin: 0 auto;
      padding-top: 0.77rem;
      padding-bottom: 0.77rem; }
      .power .box1 .content1 .item {
        width: 33.3333333333%;
        float: left; }
        .power .box1 .content1 .item .icon {
          width: 1.06rem;
          margin: 0 auto; }
        .power .box1 .content1 .item .t {
          text-align: center;
          font-size: 0.3rem;
          line-height: 0.3rem;
          color: #000;
          margin-top: 0.22rem; }
    .power .box1 .content2 {
      background-color: #f9f9f9;
      padding-top: 0.84rem;
      padding-bottom: 1.07rem; }
      .power .box1 .content2 .con {
        width: 89.3%;
        margin: 0 auto;
        font-size: 0.25rem;
        line-height: 0.48rem; }
  .power .box2 {
    width: 89.3%;
    margin: 0 auto;
    padding-top: 1.06rem;
    padding-bottom: 0.9rem; }
    .power .box2 .list {
      margin-top: 0.73rem; }
      .power .box2 .list .btns {
        text-align: center;
        font-size: 0;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0.3rem;
        z-index: 10; }
        .power .box2 .list .btns span {
          width: 0.18rem;
          height: 0.18rem;
          border-radius: 100%;
          display: inline-block;
          margin: 0 0.14rem;
          background-color: #fff;
          opacity: 1; }
          .power .box2 .list .btns span.swiper-pagination-bullet-active {
            background-color: #6987c2; }
    .power .box2 .con {
      font-size: 0.25rem;
      line-height: 0.48rem;
      color: #000;
      font-family: FZE;
      margin-top: 0.45rem; }
  .power .box3 {
    background-color: #f9f9f9;
    padding-top: 1.15rem;
    padding-bottom: 1.5rem; }
    .power .box3 .content {
      width: 89.3%;
      margin: 0.57rem auto 0; }
      .power .box3 .content .t {
        font-size: 0.25rem;
        line-height: 0.48rem;
        color: #000;
        font-family: FZE; }
      .power .box3 .content .pic {
        width: 3.2rem;
        margin: 0.48rem auto 0.45rem; }
  .power .box4 {
    width: 89.3%;
    margin: 0 auto;
    padding-top: 1.06rem;
    font-family: FZE; }
    .power .box4 .tabs {
      margin-top: 0.55rem; }
      .power .box4 .tabs a {
        width: 25%;
        font-size: 0.24rem;
        line-height: 0.68rem;
        color: #000;
        display: block;
        text-align: center;
        float: left;
        border-bottom: 1px solid #e5e5e5; }
        .power .box4 .tabs a.on {
          color: #6987c2;
          border-color: #6987c2; }
    .power .box4 .itemBox {
      margin-top: 0.6rem;
      position: relative; }
      .power .box4 .itemBox:after {
        width: calc(100% + 0.4rem);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f9f9f9;
        content: ''; }
      .power .box4 .itemBox .item {
        padding-bottom: 0.95rem;
        position: relative;
        z-index: 5;
        display: none; }
        .power .box4 .itemBox .item .list {
          position: relative; }
          .power .box4 .itemBox .item .list .btns {
            text-align: center;
            font-size: 0;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0.3rem;
            z-index: 10; }
            .power .box4 .itemBox .item .list .btns span {
              width: 0.18rem;
              height: 0.18rem;
              border-radius: 100%;
              display: inline-block;
              margin: 0 0.14rem;
              background-color: #fff;
              opacity: 1; }
              .power .box4 .itemBox .item .list .btns span.swiper-pagination-bullet-active {
                background-color: #6987c2; }
        .power .box4 .itemBox .item .con {
          font-size: 0.25rem;
          line-height: 0.48rem;
          color: #000;
          margin-left: 0.36rem;
          margin-top: 0.45rem; }

.news {
  padding-bottom: 1rem; }
  .news .tabs {
    width: 89.3%;
    margin: 0.47rem auto 0; }
    .news .tabs a {
      font-size: 0.26rem;
      line-height: 0.76rem;
      color: #262626;
      width: 33.3333333333%;
      float: left;
      display: block;
      text-align: center; }
      .news .tabs a.on {
        color: #6987c2; }
  .news .list {
    width: 89.3%;
    margin: 0.6rem auto 0; }
    .news .list ul li {
      background-color: #fff;
      margin-bottom: 0.4rem;
      box-shadow: 2.5px 4.33px 0.3rem 0px rgba(0, 0, 0, 0.05); }
      .news .list ul li a {
        width: 100%;
        display: block;
        height: auto; }
        .news .list ul li a .pic {
          width: 40.3%;
          float: left; }
        .news .list ul li a .con {
          width: 50.7%;
          float: right;
          margin-right: 4.5%;
          padding-top: 0.3rem; }
          .news .list ul li a .con .tits {
            font-size: 0.24rem;
            line-height: 0.36rem;
            height: 0.72rem;
            color: #262626;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .news .list ul li a .con .time {
            font-size: 12px;
            line-height: 14px;
            color: #898989;
            margin-top: 0.37rem; }
    .news .list .moreClick {
      width: 2.8rem;
      margin: 0.8rem auto 0;
      height: 0.8rem;
      box-sizing: border-box;
      border: 0.02rem solid #898989;
      text-align: center;
      display: block;
      font-size: 0.28rem;
      line-height: 0.76rem;
      color: #262626; }

.join {
  padding-top: 0.85rem;
  padding-bottom: 1.1rem; }
  .join .searchBox {
    margin: 0.75rem auto 0; }
    .join .searchBox .t .sel {
      width: 100%;
      float: none;
      margin-bottom: 0.4rem; }
    .join .searchBox .t1 {
      margin-top: 0; }
    .join .searchBox .t2 {
      margin-top: 0.5rem; }
      .join .searchBox .t2 .tt {
        padding: 0 0.8rem 0 0.34rem;
        font-size: 0.28rem;
        line-height: 0.7rem;
        color: #6987c2;
        background-color: #fcfcfc;
        float: left;
        margin-right: 0.25rem;
        color: #6987c2;
        font-family: FZE;
        background-size: 0.2rem;
        background-position: calc(100% - 0.4rem) 0.28rem;
        background-repeat: no-repeat;
        background-image: url("../img/join_icon2.png"); }
  .join .list {
    width: 89.3%;
    margin: 0.8rem auto 0; }
    .join .list ul {
      border-top: 1px solid #e5e5e5; }
      .join .list ul li {
        border-bottom: 1px solid #e5e5e5;
        font-family: FZE;
        padding-top: 0.4rem;
        padding-bottom: 0.5rem;
        cursor: pointer; }
        .join .list ul li .tits {
          position: relative; }
          .join .list ul li .tits .t {
            font-size: 0.3rem;
            line-height: 0.4rem;
            color: #262626; }
          .join .list ul li .tits .t1 {
            font-size: 0.24rem;
            line-height: 0.28rem;
            color: #565656;
            margin-top: 0.14rem; }
          .join .list ul li .tits i {
            width: 0.13rem;
            height: 0.23rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("../img/join_icon3.png"); }
        .join .list ul li .con {
          margin-top: 0.4rem;
          padding-bottom: 0.15rem;
          display: none; }
          .join .list ul li .con .t {
            font-size: 0.24rem;
            line-height: 0.42rem;
            color: #888;
            margin-bottom: 0.43rem; }
            .join .list ul li .con .t span {
              color: #262626; }
          .join .list ul li .con .t1 {
            padding-left: 0.54rem;
            font-size: 0.24rem;
            line-height: 0.42rem;
            color: #565656;
            background-position: left center;
            background-size: 0.38rem;
            background-image: url("../img/join_icon4.png");
            background-repeat: no-repeat; }
        .join .list ul li.on .tits i {
          transform: rotate(90deg); }
    .join .list .moreClick {
      width: 2.8rem;
      margin: 0.6rem auto 0;
      height: 0.8rem;
      box-sizing: border-box;
      border: 0.02rem solid #898989;
      text-align: center;
      display: block;
      font-size: 0.28rem;
      line-height: 0.76rem;
      color: #262626; }

.video .box1 {
  padding-top: 0.87rem;
  padding-bottom: 1rem; }
  .video .box1 .tabs {
    width: 89.3%;
    margin: 0.53rem auto 0; }
    .video .box1 .tabs a {
      font-size: 0.26rem;
      line-height: 0.76rem;
      color: #262626;
      width: 33.3333333333%;
      float: left;
      display: block;
      text-align: center;
      border-bottom: 1px solid #e5e5e5; }
      .video .box1 .tabs a.on {
        color: #6987c2;
        border-color: #6987c2; }
  .video .box1 .list {
    width: 89.3%;
    height: auto;
    margin: 0.73rem auto 0; }
    .video .box1 .list ul li {
      margin-bottom: 0.8rem; }
      .video .box1 .list ul li:last-child {
        margin-bottom: 0; }
      .video .box1 .list ul li .pic {
        width: 100%;
        position: relative; }
        .video .box1 .list ul li .pic .icon {
          width: 0.77rem;
          height: 0.71rem;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../img/720.png"); }
      .video .box1 .list ul li p {
        font-size: 0.24rem;
        line-height: 0.3rem;
        color: #000;
        margin-top: 0.32rem; }
    .video .box1 .list .moreClick {
      width: 2.8rem;
      margin: 0.8rem auto 0;
      height: 0.8rem;
      box-sizing: border-box;
      border: 0.02rem solid #898989;
      text-align: center;
      display: block;
      font-size: 0.28rem;
      line-height: 0.76rem;
      color: #262626; }
  .video .box1.box2 {
    padding-top: 0.92rem; }
    .video .box1.box2 .list {
      margin: 0.6rem auto 0; }

.download {
  width: 89.3%;
  margin: 0 auto;
  padding-top: 0.85rem;
  padding-bottom: 1rem; }
  .download .list {
    margin-top: 0.65rem; }
    .download .list ul li {
      width: 47.8%;
      float: left;
      background-color: #f9f9f9;
      margin-bottom: 0.3rem; }
      .download .list ul li:nth-child(2n) {
        float: right; }
      .download .list ul li a {
        width: 100%;
        display: block;
        height: auto;
        padding-bottom: 0.33rem; }
        .download .list ul li a .con {
          padding-left: 0.2rem;
          font-family: FZE;
          margin-top: 0.27rem; }
          .download .list ul li a .con .tits {
            font-size: 0.28rem;
            line-height: 0.3rem;
            height: 0.3rem;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #333; }
          .download .list ul li a .con .tit {
            margin-top: 0.18rem; }
            .download .list ul li a .con .tit .t {
              font-size: 0.2rem;
              line-height: 0.36rem;
              color: #666;
              float: left;
              padding-left: 0.3rem;
              background-position: left center;
              background-repeat: no-repeat;
              margin-right: 0.52rem; }
              .download .list ul li a .con .tit .t.t1 {
                background-image: url("../img/time.png");
                background-size: 0.2rem; }
              .download .list ul li a .con .tit .t.t2 {
                background-image: url("../img/file.png");
                background-size: 0.2rem; }
              .download .list ul li a .con .tit .t.t3 {
                background-image: url("../img/down.png");
                background-size: 0.22rem; }
    .download .list .moreClick {
      width: 2.8rem;
      margin: 0.5rem auto 0;
      height: 0.8rem;
      box-sizing: border-box;
      border: 0.02rem solid #898989;
      text-align: center;
      display: block;
      font-size: 0.28rem;
      line-height: 0.76rem;
      color: #262626; }

.contact {
  padding-top: 1.08rem; }
  .contact .content {
    background-color: #f9f9f9;
    margin-top: 0.85rem; }
    .contact .content .stoteList {
      border-top: none;
      margin-top: 0;
      padding-bottom: 1rem; }
      .contact .content .stoteList ul li {
        padding-bottom: 0.68rem;
        padding-top: 0.65rem; }
      .contact .content .stoteList .moreClick {
        width: 2.8rem;
        margin: 0.8rem auto 0;
        height: 0.8rem;
        box-sizing: border-box;
        border: 0.02rem solid #898989;
        text-align: center;
        display: block;
        font-size: 0.28rem;
        line-height: 0.76rem;
        color: #262626; }

.honor .box {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .honor .box.box1 {
    background-color: #f9f9f9; }
  .honor .box .list {
    margin-top: 1.1rem; }
    .honor .box .list ul li {
      width: 53.3%;
      float: left;
      margin-right: 4.7%;
      height: 3.9rem;
      position: relative;
      float: left; }
      .honor .box .list ul li img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
      .honor .box .list ul li:last-child {
        margin-right: 0; }
    .honor .box .list.list2 ul li {
      height: auto; }
      .honor .box .list.list2 ul li img {
        position: relative;
        width: 100%; }
    .honor .box .list.list3 ul li {
      height: auto; }
      .honor .box .list.list3 ul li img {
        position: relative;
        width: 100%; }
  .honor .box .tits {
    width: 80%;
    margin: 0.56rem auto 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #565656;
    height: 0.84rem;
    padding-bottom: 0.12rem; }

.works {
  width: 89.3%;
  margin: 9.3% auto 0;
  padding-bottom: 1rem; }
  .works ul li {
    margin-bottom: 0.72rem; }
    .works ul li a {
      width: 100%;
      height: auto;
      display: block;
      font-family: FZE; }
      .works ul li a .pic {
        width: 100%;
        height: auto;
        display: block; }
      .works ul li a .tits {
        font-size: 0.3rem;
        line-height: 0.32rem;
        color: #000;
        margin-top: 0.34rem; }
      .works ul li a .tit {
        font-size: 0.24rem;
        line-height: 0.42rem;
        color: #666;
        margin-top: 0.08rem; }
  .works .moreClick {
    width: 2.8rem;
    margin: 0.5rem auto 0;
    height: 0.8rem;
    box-sizing: border-box;
    border: 0.02rem solid #898989;
    text-align: center;
    display: block;
    font-size: 0.28rem;
    line-height: 0.76rem;
    color: #262626; }

.apply {
  width: 89.3%;
  margin: 0 auto 0;
  padding-top: 0.9rem;
  padding-bottom: 1rem; }
  .apply .tableBox {
    margin-top: 0.7rem; }
    .apply .tableBox .text {
      width: 100%;
      height: 0.8rem;
      box-sizing: border-box;
      border: 1px solid #dfdfdf;
      padding-left: 0.24rem;
      font-size: 0.24rem;
      color: #565656;
      line-height: 0.4rem;
      margin-bottom: 0.4rem; }
    .apply .tableBox .sel {
      width: 100%;
      height: 0.8rem;
      box-sizing: border-box;
      border: 1px solid #dfdfdf;
      padding-left: 0.24rem;
      font-size: 0.24rem;
      color: #565656;
      line-height: 0.4rem;
      margin-bottom: 0.4rem;
      -moz-appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-repeat: no-repeat;
      background-image: url("../img/join_icon1.png");
      background-size: 0.22rem;
      background-position: calc(100% - 0.25rem) center; }
    .apply .tableBox .txt {
      width: 100%;
      height: 3.08rem;
      border: 1px solid #dfdfdf;
      font-size: 0.24rem;
      line-height: 0.4rem;
      color: #565656;
      background: none;
      padding: 0.16rem 0.24rem;
      box-sizing: border-box; }
    .apply .tableBox .submit {
      width: 2.8rem;
      height: 0.8rem;
      border: 1px solid #898989;
      text-align: center;
      font-size: 0.24rem;
      line-height: 0.78rem;
      color: #262626;
      text-align: center;
      display: block;
      margin: 0.8rem auto 0;
      background: none; }

.headerBoxPc {
  width: 100%;
  height: 84px; }

.headerPc {
  width: 100%;
  height: 84px;
  position: absolute;
  /*  position: fixed;   */
  top: 8px;
  left: 0;
  z-index: 40; }
  .headerPc .headerSearch{
    width: 400px;
    height: auto;
    padding: 15px 0;
    position: absolute;
    top: 84px;
    right: 4.2%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .headerPc .headerSearch .search{
    width: 88.7%;
    height: auto;
    position: relative;
    margin: 0 auto;
  }
  .headerPc .headerSearch .search .text{
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background: none;
    background-color: #fff;
    color: #666;
    width: 100%;
    box-sizing: border-box;
  }
  .headerPc .headerSearch .search .submit{
    width: 60px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    background-image: url(../img/search2.png);
  }
  .headerPc .logo {
    width: 150px;
    float: left;
    display: block;
    margin-left: 4.2%;
    margin-top:8px; }
  .headerPc .headerRight {
    float: right;
    margin-right: 4.2%; }
    .headerPc .headerRight .searchClick {
      width: 27px;
      height: 28px;
      float: right;
      background-size: cover;
      background-image: url("../img/search.png");
      display: block;
      margin-top: 28px;
      margin-left: 60px; }
      .headerPc .headerRight .searchClick.on{
        background-image: url(../img/close.png);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
      }
    .headerPc .headerRight .lan {
      width: 25px;
      height: 84px;
      float: left;
      position: relative;
       }
      .headerPc .headerRight .lan .click{
        width: 25px;
        height: 25px;
        background-size: cover;
        background-image: url("../img/lan.png");
        display: block;
        margin: 29.5px 0;
      }
      .headerPc .headerRight .lan .lanBox{
        width: 80px;
        left: 50%;
        margin-left: -40px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        position: absolute;
        top: 84px;
        padding: 5px 0;
        display: none;
      }
      .headerPc .headerRight .lan .lanBox a{
        text-align: center;
        font-size: 15px;
        line-height: 40px;
        color: #595757;
        border-bottom: 1px solid #e5e5e5;
        display: block;
      }
      @media (min-width: 1024px){
        .headerPc .headerRight .lan .lanBox a:hover{
          color: #6987c2;
        }
        .headerPc .headerRight .lan:hover .lanBox{
          display: block;
        }
      }
      .headerPc .headerRight .lan .lanBox a:last-child{
        border-bottom: none;
      }
  .headerPc .nav {
    float: right; }
    .headerPc .nav ul li {
      float: left;
      margin-right: 60px;
      position: relative; }
      .headerPc .nav ul li .tits {
        font-size: 16px;
        line-height: 84px;
        color: #fff;
        display: block;
		text-decoration: none;
        font-family: FZE; }
		
      .headerPc .nav ul li .tits_jianjie {
        font-size: 16px;
        line-height: 84px;
        color: #000;
        display: block;
        font-family: FZE; }
		
      .headerPc .nav ul li dl {
        width: 230px;
        background-color: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 84px;
        left: 50%;
        margin-left: -116px;
        border-radius: 6px;
        display: none; }
        .headerPc .nav ul li dl dd a {
          display: block;
          text-align: center;
          font-size: 15px;
          line-height: 46px;
		  text-decoration: none;
          color: #262626; }
          @media (min-width: 1024px) {
            .headerPc .nav ul li dl dd a:hover {
              color: #6987c2; } }
        .headerPc .nav ul li dl:after {
          width: 0;
          height: 0;
          border-right: 10px solid transparent;
          border-left: 10px solid transparent;
          border-bottom: 10px solid #fff;
          content: '';
          position: absolute;
          top: -10px;
          left: 50%;
          margin-left: -10px;
          z-index: 5; }
      .headerPc .nav ul li.on .tits {
        color: #6987c2; }
      @media (min-width: 1024px) {
        .headerPc .nav ul li:hover .tits {
          color: #6987c2; }
        .headerPc .nav ul li:hover dl {
          display: block; } }
  @media (max-width: 1366px) {
    .headerPc .nav ul li {
      margin-right: 30px; }
    .headerPc .headerRight .searchClick {
      margin-left: 40px; } }
  @media (max-width: 1200px) {
    .headerPc .nav ul li {
      margin-right: 10px; }
	  .headerPc .nav ul li .tits{
		  font-size:14px;
	  }
    .headerPc .headerRight .searchClick {
      margin-left: 20px; } }

.index-bannerPc {
  width: 100%;
  height: auto;
  position: relative; }
  .index-bannerPc ul li {
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 84px);
    position: relative; }
    .index-bannerPc ul li .con {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      text-align: center;
      font-family: FZE; }
      .index-bannerPc ul li .con .tits {
        font-size: 82px;
        line-height: 84px;
        color: #fff;
        letter-spacing: 5px;
        transition: all 1s;
        opacity: 0;
        transform: translateY(50px); }
      .index-bannerPc ul li .con .tit {
        font-size: 22px;
        line-height: 24px;
        color: #fff;
        opacity: 0.8;
        margin-top: 32px;
        letter-spacing: 25px;
        transition: all 1s 0.2s;
        opacity: 0;
        transform: translateY(50px); }
      .index-bannerPc ul li .con .more {
        width: 190px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        line-height: 50px;
        color: #000;
        display: block;
        margin: 62px auto 0;
        transition: opacity 1s 0.4s,transform 1s 0.5s,background 0.5s,color 0.5s;
        opacity: 0;
        transform: translateY(50px); }
        @media (min-width: 1024px){
          .index-bannerPc ul li .con .more:hover{
            background-color: #6987c2;
            color: #fff;
          }
        }
    .index-bannerPc ul li.swiper-slide-active .con .tits, .index-bannerPc ul li.swiper-slide-active .con .tit, .index-bannerPc ul li.swiper-slide-active .con .more {
      opacity: 1;
      transform: translateY(0); }
  .index-bannerPc .btns {
    width: 100%;
    position: absolute;
    z-index: 5;
    bottom: 50px !important;
    left: 0;
    text-align: center;
    font-size: 0; }
    .index-bannerPc .btns span {
      width: 13px;
      height: 13px;
      border-radius: 100%;
      display: block;
      margin: 0 14px !important;
      background-color: #fff;
      opacity: 1;
      display: inline-block;
      cursor: pointer; }
      .index-bannerPc .btns span.swiper-pagination-bullet-active {
        background-color: #6987c2; }
  @media (max-width: 1500px) {
    .index-bannerPc ul li .con .tits {
      font-size: 60px;
      line-height: 62px; }
    .index-bannerPc ul li .con .tit {
      letter-spacing: 14px; } }
  @media (max-width: 1200px) {
    .index-bannerPc ul li .con .tits {
      font-size: 40px;
      line-height: 42px; }
    .index-bannerPc ul li .con .tit {
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 5px; } }

.indexTitle {
  width: 100%;
  position: relative; }
  .indexTitle .cn {
    font-size: 40px;
    line-height: 44px;
    color: #000;
    position: relative;
    z-index: 5;
    font-family: FZE; }
  .indexTitle .en {
    font-size: 76px;
    line-height: 78px;
    opacity: 0.05;
    color: #000;
    position: absolute;
    top: -45px;
    left: 2.4%;
    font-family: FZR;
    text-transform: uppercase; }
    .indexTitle .en.x {
      left: 9.6%; }
  .indexTitle .change {
    font-size: 16px;
    line-height: 36px;
    padding-right: 16px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 34px;
    background-image: url("../img/pc/case_icon2.png");
    position: absolute;	z-index:100;
    right: 25px;
    top: 4px;
    color: #262626; }
  @media (max-width: 1366px) {
    .indexTitle .cn {
      font-size: 30px;
      line-height: 32px; }
    .indexTitle .en {
      font-size: 50px;
      line-height: 52px;
      top: -26px; } }

.indexMore {
  width: 220px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #505050;
  font-size: 18px;
  line-height: 58px;
  color: #262626;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .indexMore:hover {
      background-color: #6987c2;
      color: #fff;
      border-color: #6987c2; } }
  @media (max-width: 1366px) {
    .indexMore {
      width: 170px;
      height: 50px;
      line-height: 48px;
      font-size: 16px; } }

.index .box1 {
  padding-top: 5.1%; }
  .index .box1 .boxNew {
    background-color: #f9f9f9;
    padding-top: 4.8%;
    padding-bottom: 5.7%;
    margin-top: 4.3%; }
    .index .box1 .boxNew .list ul li {
      background-size: auto 100%;
      padding-bottom: 31.25%;
      background-position: center;
      width: 19.1%;
      margin-right: 0.9%;
      float: left;
      position: relative;
      font-family: FZE;
      color: #fff;
      transition: width 0.5s;
      transform-origin: 50% 50%; }
      .index .box1 .boxNew .list ul li:last-child {
        margin-right: 0; }
      .index .box1 .boxNew .list ul li a {
        width: 100%;
        display: block;
        position: absolute;
        height: 100%; }
        .index .box1 .boxNew .list ul li a .con {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          color: #fff;
          text-align: center; }
          .index .box1 .boxNew .list ul li a .con .t {
            font-size: 22px;
            line-height: 24px; }
          .index .box1 .boxNew .list ul li a .con .t1 {
            font-size: 18px;
            line-height: 30px;
            margin-top: 12px;
            display: none; }
      .index .box1 .boxNew .list ul li.on {
        width: 40%;
        transition: width 0.5s; }
        .index .box1 .boxNew .list ul li.on a .con .t {
          font-size: 30px;
          line-height: 32px; }
        .index .box1 .boxNew .list ul li.on a .con .t1 {
          display: block; }
.index .box2 {
  background-color: #252525;
  padding-top: 6.25%;
  position: relative; }
  .index .box2 .indexTitle {
    width: 24.5%;
    position: absolute;
    bottom: calc(10% + 500px);
    right: 0; }
    @media (max-width: 1366px){
      .index .box2 .indexTitle {
        bottom: calc(10% + 450px);
      }
    }
    @media (max-width: 1200px){
      .index .box2 .indexTitle {
        bottom: calc(10% + 400px);
      }
    }
    .index .box2 .indexTitle .cn {
      color: #fff; }
    .index .box2 .indexTitle .en {
      color: #fff; }
  .index .box2 .list{
    position: relative;
    z-index: 5;
  }
  .index .box2 .list ul li a {
    width: 100%;
    height: auto;
    display: block;
    position: relative; }
    .index .box2 .list ul li a .pic {
      width: 72.9%; }
    .index .box2 .list ul li a .con {
      width: 470px;
      background-color: #fff;
      position: absolute;
      right: 8.3%;
      bottom: 0;
      padding-bottom: 65px; }
      .index .box2 .list ul li a .con .tits {
        padding: 0 40px;
        box-sizing: border-box;
        border-bottom: 1px solid #e2e2e1;
        width: 100%;
        font-size: 30px;
        color: #000;
        line-height: 80px;
        background-image: url("../img/pc/bg1.png");
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat; }
      .index .box2 .list ul li a .con .tit {
        padding: 0 40px;
        box-sizing: border-box;
        margin-top: 49px; }
        .index .box2 .list ul li a .con .tit .t {
          font-size: 24px;
          line-height: 26px;
          color: #000;
          height: 26px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .index .box2 .list ul li a .con .tit .t1 {
          font-size: 18px;
          line-height: 30px;
          color: #333;
          height: 60px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 12px; }
        .index .box2 .list ul li a .con .tit .t2 {
          margin-top: 50px; }
  .index .box2 .list .btns {
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: center;
    padding: 50px 0; }
    .index .box2 .list .btns span {
      width: 12px;
      height: 12px;
      border-radius: 100%;
      background-color: #e9e9e9;
      border: 2px solid #252525;
      display: inline-block;
      margin: 0 11px;
      opacity: 1; }
      .index .box2 .list .btns span.swiper-pagination-bullet-active {
        background-color: #6987c2;
        border-color: #6987c2; }
.index .box3 {
  background-color: #f9f9f9;
  padding-top: 5.7%;
  padding-bottom: 8.3%; }
  .index .box3 .itemBox {
    width: 100%;
    font-family: FZE;
    margin-top: 7%; }
    .index .box3 .itemBox .item {
      float: left;
      margin-right: 2%;
      width: 32%;
      text-align: center; }
      .index .box3 .itemBox .item:last-child {
        margin-right: 0; }
      .index .box3 .itemBox .item .icon {
        width: 53.5%;
        box-sizing: border-box;
        border: 12px solid #e7e7e7;
        border-radius: 100%;
        margin: 0 auto;
        transition: border 0.5s;
        overflow: hidden; }
        @media (min-width: 1024px){
          .index .box3 .itemBox .item .icon:hover{
            border-color: #bebdbd;
          }
        }
      .index .box3 .itemBox .item .tits {
        font-size: 28px;
        line-height: 30px;
        color: #000;
        margin-top: 37px; }
      .index .box3 .itemBox .item .tit {
        font-size: 20px;
        line-height: 30px;
        color: #333;
        margin-top: 21px; }
.index .box4 {
  padding-top: 5.8%;
  padding-bottom: 4.7%; }
  .index .box4 .list {
    margin-top: 4.5%; }
    .index .box4 .list ul {
      margin-bottom: 5%; }
      .index .box4 .list ul li {
        width: 23.125%;
        float: left;
        margin-right: 2.5%;
        box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.05); }
        .index .box4 .list ul li:last-child {
          margin-right: 0; }
        .index .box4 .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .index .box4 .list ul li a .pic {
            width: 100%;
            height: auto;
            overflow: hidden; }
            .index .box4 .list ul li a .pic img {
              transition: all 1.5s; }
          .index .box4 .list ul li a .con {
            width: 100%;
            background-color: #fff;
            padding: 32px 36px 46px;
            box-sizing: border-box;
            z-index: 5;
            position: relative; }
            .index .box4 .list ul li a .con .tits {
              font-size: 20px;
              line-height: 30px;
              color: #262626;
              height: 60px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .index .box4 .list ul li a .con .time {
              font-size: 15px;
              line-height: 16px;
              color: #5b5b5b;
              font-family: FZE;
              margin-top: 34px; }
        @media (min-width: 1024px) {
          .index .box4 .list ul li:hover a .pic img {
            transform: scale(1.1); } }
@media (max-width: 1366px) {
  .index .box1 .boxNew .list ul li.on a .con .t {
    font-size: 26px;
    line-height: 28px; }
  .index .box1 .boxNew .list ul li a .con .t1 {
    font-size: 16px;
    line-height: 26px; }
  .index .box2 .list ul li a .con .tits {
    font-size: 26px;
    line-height: 70px; }
  .index .box2 .list ul li a .con .tit {
    margin-top: 30px; }
  .index .box2 .list ul li a .con {
    padding-bottom: 40px; }
  .index .box4 .list ul li a .con {
    padding: 20px 25px 30px; } }
@media (max-width: 1200px) {
  .index .box1 .boxNew .list ul li.on a .con .t {
    font-size: 20px;
    line-height: 22px; }
  .index .box1 .boxNew .list ul li a .con .t {
    font-size: 18px;
    line-height: 20px; }
  .index .box2 .list ul li a .con .tit .t {
    font-size: 20px;
    line-height: 22px; }
  .index .box2 .list ul li a .con .tit .t1 {
    font-size: 16px;
    line-height: 24px;
    height: 48px; }
  .index .box2 .list ul li a .con .tit .t2 {
    margin-top: 30px; }
  .index .box2 .list ul li a .con .tits {
    font-size: 22px;
    line-height: 60px; }
  .index .box3 .itemBox .item .tits {
    font-size: 22px;
    line-height: 24px;
    margin-top: 15px; }
  .index .box3 .itemBox .item .tit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px; }
  .index .box4 .list ul li a .con {
    padding: 10px 15px 20px; }
    .index .box4 .list ul li a .con .tits {
      font-size: 16px;
      line-height: 24px;
      height: 48px; }
    .index .box4 .list ul li a .con .time {
      font-size: 14px;
      line-height: 16px;
      margin-top: 15px; } }

#spotlight .header {
  transform: translateY(0) !important; }

#spotlight .header.on {
  opacity: 1; }

.BMap_Marker > div > img {
  width: 100%; }

.footerPc {
  background-color: #262626;
 }
  .footerPc .logo {
    width: 263px;
    height: auto; }
  .footerPc .navBox {
    margin-top: 50px; }
    .footerPc .navBox .nav {
      float: left; }
      .footerPc .navBox .nav dl {
        float: left;
        margin-right: 120px; }
        .footerPc .navBox .nav dl:last-child {
          margin-right: 0; }
        .footerPc .navBox .nav dl dt {
          margin-bottom: 5px; }
          .footerPc .navBox .nav dl dt a {
            font-size: 16px;
            line-height: 48px;
            color: #fff; }
        .footerPc .navBox .nav dl dd a {
          font-size: 15px;
          line-height: 30px;
          color: #fff;
          opacity: 0.5; }
          @media (min-width: 1024px) {
            .footerPc .navBox .nav dl dd a:hover {
              opacity: 1; } }
    .footerPc .navBox .box {
      width: 120px;
      float: right;
      margin-right: 16px; }
      .footerPc .navBox .box .t {
        text-align: center;
        font-size: 16px;
        line-height: 48px;
        color: #fff; }
      .footerPc .navBox .box .t1 {
        margin-top: 8px; }
        .footerPc .navBox .box .t1 a {
          width: 51px;
          float: left;
          display: block; }
          .footerPc .navBox .box .t1 a:last-child {
            float: right; }
          .footerPc .navBox .box .t1 a .icon {
            width: 51px;
            height: 51px;
            background-size: cover;
            transition: all 0.5s; }
            .footerPc .navBox .box .t1 a .icon .img2{
              display: none;
            }
            @media (min-width: 1024px){
              .footerPc .navBox .box .t1 a:hover .icon .img1{
                display: none;
              }
              .footerPc .navBox .box .t1 a:hover .icon .img2{
                display: block;
              }
            }
          .footerPc .navBox .box .t1 a p {
            text-align: center;
            font-size: 15px;
            line-height: 20px;
            color: #fff;
            transition: all 0.5s;
            margin-top: 6px; }
  .footerPc .foot {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 29px 0;
    margin-top: 44px; }
    .footerPc .foot p {
      float: left;
      font-size: 15px;
      line-height: 46px;
      color: #fff;
      opacity: 0.5; }
    .footerPc .foot .share {
      float: right; }
      .footerPc .foot .share a {
        width: 46px;
        height: 46px;
        display: block;
        float: left;
        margin-right: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 0.5s; }
        .footerPc .foot .share a .img2{
          display: none; }
        @media (min-width: 1024px){
          .footerPc .foot .share a:hover .img2{
            display: block;
          }
          .footerPc .foot .share a:hover .img1{
            display: none;
          }
        }
  @media (max-width: 1400px) {
    .footerPc .navBox .nav dl {
      margin-right: 90px; } }
  @media (max-width: 1220px) {
    .footerPc .navBox .nav dl {
      margin-right: 50px; } }

.banner {
  width: 100%;
  height: auto;
  position: relative; }
  .banner .con {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-family: FZE; }
    .banner .con .cn {
      font-size: 72px;
      line-height: 74px; }
    .banner .con .en {
      font-size: 24px;
      line-height: 42px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 26px; }
  @media (max-width: 1600px) {
    .banner .con .cn {
      font-size: 62px;
      line-height: 64px; }
    .banner .con .en {
      font-size: 24px;
      line-height: 28px; } }
  @media (max-width: 1366px) {
    .banner .con .cn {
      font-size: 48px;
      line-height: 50px; }
    .banner .con .en {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 1200px) {
    .banner .con .cn {
      font-size: 34px;
      line-height: 36px; }
    .banner .con .en {
      font-size: 16px;
      line-height: 18px;
      margin-top: 15px; } }

.aboutTabsPc {
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #ececec; }
  .aboutTabsPc a {
    font-size: 16px;
    line-height: 70px;
    color: #000;
    display: inline-block;
    margin: 0 26px; }
    .aboutTabsPc a.on {
      color: #6987c2; }
    @media (min-width: 1024px) {
      .aboutTabsPc a:hover {
        color: #6987c2; } }
  @media (max-width: 1600px) {
    .aboutTabsPc a {
      margin: 0 15px; } }
  @media (max-width: 1250px) {
    .aboutTabsPc a {
      margin: 0 10px;
      font-size: 14px;
      line-height: 56px; } }

.aboutPc {
  padding-top: 4.8%; }
  .aboutPc .box1 {
    padding-bottom: 7.9%; }
    .aboutPc .box1 .content {
      margin-top: 4.2%; }
      .aboutPc .box1 .content .pic {
        width: 44.4%;
        float: left;
        position: relative; }
        .aboutPc .box1 .content .pic img {
          position: relative;
          z-index: 5; }
        .aboutPc .box1 .content .pic .bg {
          width: 100%;
          height: 90%;
          background-color: #fafafa;
          left: -8%;
          bottom: -15%;
          position: absolute; }
      .aboutPc .box1 .content .con {
        width: 52.1%;
        float: right;
        padding-top: 35px; }
        .aboutPc .box1 .content .con .conNew {
          width: 100%;
          font-size: 16px;
          line-height: 30px;
          color: #282828;
          height: 240px;
          overflow: hidden;
          transition: height .5s; }
          .aboutPc .box1 .content .con .conNew.on {
            height: auto; }
        .aboutPc .box1 .content .con .moreClick {
          display: inline-block;
          padding-right: 23px;
          font-size: 16px;
          line-height: 20px;
          color: #282828;
          background-size: 14px auto;
          background-position: right 8px;
          background-repeat: no-repeat;
          background-image: url("./img/about_icon1.png");
          font-weight: bold;
          margin-top: 30px; }
  .aboutPc .box2 {
    background-color: #f9f9f9;
    padding-top: 4.7%;
    padding-bottom: 7.3%; }
    .aboutPc .box2 .content {
      font-family: FZE;
      margin-top: 5.7%; }
      .aboutPc .box2 .content .con {
        font-size: 16px;
        line-height: 28px;
        color: #000;
        text-align: center; }
      .aboutPc .box2 .content .itemBox {
        margin-top: 4.9%; }
        .aboutPc .box2 .content .itemBox .item {
          width: 25%;
          float: left;
          text-align: center;
          color: #000; }
          .aboutPc .box2 .content .itemBox .item .t {
            font-size: 32px;
            line-height: 55px; }
            .aboutPc .box2 .content .itemBox .item .t span {
              font-size: 100px; }
          .aboutPc .box2 .content .itemBox .item .t1 {
            font-size: 16px;
            line-height: 24px; }
  .aboutPc .box3 {
    padding-top: 4.9%;
    padding-bottom: 11.6%; }
    .aboutPc .box3 .indexTitle .cn {
      color: #fff; }
    .aboutPc .box3 .indexTitle .en {
      color: #fff; }
    .aboutPc .box3 .itemBox {
      margin-top: 9.3%; }
      .aboutPc .box3 .itemBox .item {
        width: 33.3333333333%;
        float: left;
        text-align: center;
        color: #fff;
        font-family: FZE; }
        .aboutPc .box3 .itemBox .item .icon {
          width: 80px;
          height: auto;
          margin: 0 auto; }
        .aboutPc .box3 .itemBox .item .tits {
          font-size: 36px;
          line-height: 38px;
          margin-top: 55px; }
        .aboutPc .box3 .itemBox .item .tit {
          font-size: 20px;
          line-height: 30px;
          margin-top: 14px; }
  .aboutPc .box4 {
    padding-top: 4.7%; }
    .aboutPc .box4 .list {
      width: 100%;
      height: auto;
      margin-top: 6.25%; }
      .aboutPc .box4 .list img{
        max-width: 100%;
        height: auto !important;
        display: block;
        margin: 0 auto;
      }
      .aboutPc .box4 .list ul li {
        margin-bottom: 20px; }
        .aboutPc .box4 .list ul li .item {
          width: 50%;
          height: auto;
          background-color: #f7f7f7;
          box-sizing: border-box;
          padding-left: 5.6%;
          color: #000;
          font-family: FZE; }
          .aboutPc .box4 .list ul li .item .t {
            font-size: 36px;
            line-height: 100px;
            float: left; }
            .aboutPc .box4 .list ul li .item .t span {
              font-size: 60px; }
          .aboutPc .box4 .list ul li .item .t1 {
            font-size: 16px;
            line-height: 18px;
            float: left;
            margin-left: 11px;
            padding-top: 62px; }
        .aboutPc .box4 .list ul li:nth-child(2n) .item {
          float: right; }
  .aboutPc .box5 {
    position: relative;
  }
  .aboutPc .box5 .title{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 5.2%;
  }
    .aboutPc .box5 .list {
      width: 100%;
      height: auto;
      margin-top: 4.5%; }
      .aboutPc .box5 .list ul li {
        width: 100%;
        /*width: 32.2%;
        float: left;
        margin-right: 1.7%;
        margin-bottom: 1.7%;*/
        position: relative; }
        .aboutPc .box5 .list ul li:nth-child(3n) {
          margin-right: 0; }
        .aboutPc .box5 .list ul li .pic {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          transition: opacity .5s; }
        .aboutPc .box5 .list ul li .con {
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          transition: opacity .5s; }
          .aboutPc .box5 .list ul li .con .conNew {
            width: 350px;
            max-width: 90%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 16px;
            line-height: 33px;
            color: #fff;
            font-family: FZE; }
        .aboutPc .box5 .list .btns{
          width: 100%;
          text-align: center;
          font-size: 0;
          position: absolute;
          bottom: 4%;
          left: 0;
          z-index: 10;
        }
        .aboutPc .box5 .list .btns span{
          width: 16px;
          height: 16px;
          border-radius: 100%;
          background-color: #e9e9e9;
          opacity: 1;
          margin: 0 10px;
          display: inline-block;
        }
        .aboutPc .box5 .list .btns span.swiper-pagination-bullet-active{
          background-color: #6987c2;
        }
        @media (min-width: 1024px) {
          .aboutPc .box5 .list ul li:hover .pic {
            opacity: 0; }
          .aboutPc .box5 .list ul li:hover .con {
            opacity: 1; } }
  }
  @media (max-width: 1366px) {
    .aboutPc .box1 .content .con {
      padding-top: 0; }
    .aboutPc .box2 .content .itemBox .item .t span {
      font-size: 60px; }
    .aboutPc .box3 .itemBox .item .tits {
      font-size: 30px;
      line-height: 30px;
      margin-top: 30px; }
    .aboutPc .box3 .itemBox .item .tit {
      font-size: 18px;
      line-height: 26px; }
    .aboutPc .box4 .list ul li .item .t {
      font-size: 26px; }
      .aboutPc .box4 .list ul li .item .t span {
        font-size: 46px; }
    .aboutPc .box4 .list ul li .item .t1 {
      padding-top: 55px; } }
  @media (max-width: 1200px) {
    .aboutPc .box1 .content .con .conNew {
      height: 180px; }
    .aboutPc .box1 .content .con .moreClick {
      margin-top: 10px; }
    .aboutPc .box2 .content .itemBox .item .t {
      font-size: 22px;
      line-height: 40px; }
      .aboutPc .box2 .content .itemBox .item .t span {
        font-size: 44px; }
    .aboutPc .box3 .itemBox .item .tits {
      font-size: 20px;
      line-height: 20px;
      margin-top: 18px; }
    .aboutPc .box3 .itemBox .item .tit {
      font-size: 16px;
      line-height: 22px; }
    .aboutPc .box4 .list ul li .item {
      padding-left: 3%; }
    .aboutPc .box4 .list ul li .item .t {
      font-size: 20px;
      line-height: 70px; }
      .aboutPc .box4 .list ul li .item .t span {
        font-size: 38px; }
    .aboutPc .box4 .list ul li .item .t1 {
      padding-top: 38px;
      font-size: 14px; } }

.powerPc .box1 {
  padding-top: 4.7%; }
  .powerPc .box1 .content {
    padding: 3.125% 0 2.8%;
    margin-top: 4.2%;
    background-image: url("../img/pc/power_bg.jpg");
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat; }
    .powerPc .box1 .content .pic {
      width: 47.9%;
      float: left; }
      .powerPc .box1 .content .pic p {
        font-size: 22px;
        line-height: 30px;
        color: #000;
        margin-top: 17px; }
    .powerPc .box1 .content .con {
      width: 42.7%;
      float: right;
      margin-right: 5.2%;
      padding-top: 5.8%; }
      .powerPc .box1 .content .con .txt {
        font-size: 16px;
        line-height: 30px;
        color: #282828; }
      .powerPc .box1 .content .con .itemBox {
        margin-top: 7.1%;
        width: 93%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .powerPc .box1 .content .con .itemBox .item {
          display: inline-block;
          width: 85px;
          text-align: center; }
          .powerPc .box1 .content .con .itemBox .item p {
            font-size: 18px;
            line-height: 30px;
            color: #000;
            margin-top: 20px; }
.powerPc .box2 {
  padding-top: 4.7%;
  padding-bottom: 5.2%; }
  .powerPc .box2 .content {
    margin-top: 3.5%; }
    .powerPc .box2 .content .pic {
      width: 47.9%;
      float: right; }
    .powerPc .box2 .content .con {
      font-size: 16px;
      line-height: 30px;
      color: #000;
      width: 49%;
      float: left;
      padding-top: 7.6%; }
.powerPc .box3 {
  padding-top: 4.7%;
  background-color: #f9f9f9;
  padding-bottom: 3.9%; }
  .powerPc .box3 .content {
    margin-top: 4.9%; }
    .powerPc .box3 .content .pic {
      width: 30.7%;
      float: left;
      margin-left: 8.3%; }
    .powerPc .box3 .content .con {
      width: 52.4%;
      float: right;
      margin-right: 5.9%;
      font-size: 16px;
      line-height: 30px;
      color: #000;
      padding-top: 7.6%; }
.powerPc .box4 {
  padding-top: 4.7%;
  padding-bottom: 4.8%; }
  .powerPc .box4 .tabs {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 32px; }
    .powerPc .box4 .tabs a {
      width: 17.4%;
      margin: 0 0.7%;
      display: inline-block;
      border-bottom: 1px solid #e5e5e5;
      font-size: 16px;
      line-height: 68px;
      color: #000; }
      .powerPc .box4 .tabs a.on {
        color: #6987c2;
        border-color: #6987c2; }
  .powerPc .box4 .listBox {
    margin-top: 50px; }
    .powerPc .box4 .listBox .list {
      display: none; }
      .powerPc .box4 .listBox .list ul li {
        width: 100%;
        height: auto;
        position: relative; }
        .powerPc .box4 .listBox .list ul li .bg {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          background-size: 100% auto;
          background-repeat: no-repeat;
          background-image: url("../img/pc/power_bg.png");
          background-position: center bottom; }
        .powerPc .box4 .listBox .list ul li p {
          width: 82.6%;
          left: 8.65%;
          bottom: 35px;
          font-size: 18px;
          line-height: 30px;
          color: #fff;
          position: absolute; }
      .powerPc .box4 .listBox .list .btns {
        width: 100%;
        height: auto;
        margin-top: 65px;
        text-align: center;
        font-size: 0; }
        .powerPc .box4 .listBox .list .btns span {
          width: 12px;
          height: 12px;
          border-radius: 100%;
          background-color: #e9e9e9;
          border: 2px solid #fff;
          display: inline-block;
          margin: 0 11px;
          opacity: 1; }
          .powerPc .box4 .listBox .list .btns span.swiper-pagination-bullet-active {
            background-color: #6987c2;
            border-color: #6987c2; }
@media (max-width: 1366px) {
  .powerPc .box1 .content .con {
    padding-top: 0; }
  .powerPc .box3 .content .con {
    padding-top: 3%; } }
@media (max-width: 1200px) {
  .powerPc .box1 .content .con .itemBox .item {
    width: 62px; }
  .powerPc .box1 .content .con .itemBox .item p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px; }
  .powerPc .box1 .content .pic p {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px; }
  .powerPc .box2 .content .con {
    padding-top: 3%; }
  .powerPc .box4 .listBox {
    margin-top: 30px; }
  .powerPc .box4 .tabs a {
    line-height: 50px; }
  .powerPc .box4 .listBox .list .btns {
    margin-top: 35px; }
  .powerPc .box4 .listBox .list ul li p {
    font-size: 16px;
    line-height: 24px;
    bottom: 20px;
    width: 90%;
    left: 5%; }
  .powerPc .box4 .tabs {
    margin-top: 20px; } }

.newsPc {
  padding-top: 5.2%;
  padding-bottom: 5.2%; }
  .newsPc ul li {
    width: 30.8%;
    float: left;
    margin-right: 3.8%;
    margin-bottom: 5.8%; }
    .newsPc ul li:nth-child(3n) {
      margin-right: 0; }
    .newsPc ul li a {
      width: 100%;
      height: auto;
      display: block; }
      .newsPc ul li a .pic {
        width: 100%;
        height: auto;
        box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.05);
        overflow: hidden; }
        .newsPc ul li a .pic .img {
          transition: all 1.5s;
          width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center top;
          padding-bottom: 76.2%; }
        .newsPc ul li a .pic img {
          display: none; }
      .newsPc ul li a .con {
        width: calc(100% - 10px);
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.05);
        margin-top: -60px;
        padding: 50px 28px 65px;
        position: relative;
        z-index: 5;
        margin-left: 10px; }
        .newsPc ul li a .con .tits {
          font-size: 20px;
          line-height: 30px;
          height: 60px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #262626; }
        .newsPc ul li a .con .time {
          font-size: 15px;
          line-height: 16px;
          color: #5b5b5b;
          margin-top: 58px; }
  @media (max-width: 1366px) {
    .newsPc ul li a .con {
      padding: 30px 20px 45px; } }
  @media (max-width: 1200px) {
    .newsPc ul li a .con {
      padding: 25px 15px 35px; }
      .newsPc ul li a .con .tits {
        font-size: 16px;
        line-height: 24px;
        height: 48px; }
      .newsPc ul li a .con .time {
        margin-top: 30px; } }

.joinPc {
  padding-top: 4.7%;
  padding-bottom: 5.2%; }
  .joinPc .content {
    margin: 4.2% auto 0; }
    .joinPc .content .tableBox .sel {
      width: 31.8%;
      float: left;
      height: 60px;
      border: 1px solid #e5e5e5;
      padding-left: 28px;
      font-size: 16px;
      line-height: 48px;
      color: #565656;
      box-sizing: border-box;
      -moz-appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-image: url("../img/pc/sel.png");
      background-repeat: no-repeat;
      background-position: calc(100% - 27px) center;
      margin-right: 2.2%; }
    .joinPc .content .tableBox .t {
      width: 32%;
      height: auto;
      position: relative;
      float: left; }
      .joinPc .content .tableBox .t .text {
        width: 100%;
        height: 60px;
        border: 1px solid #e5e5e5;
        padding-left: 28px;
        box-sizing: border-box;
        background: none;
        font-size: 16px;
        line-height: 30px;
        color: #565656;
        box-sizing: border-box; }
        .joinPc .content .tableBox .t .text::-webkit-input-placeholder {
          color: #565656; }
        .joinPc .content .tableBox .t .text:-moz-placeholder {
          color: #565656; }
        .joinPc .content .tableBox .t .text::-moz-placeholder {
          color: #565656; }
        .joinPc .content .tableBox .t .text:-ms-input-placeholder {
          color: #565656; }
      .joinPc .content .tableBox .t .submit {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        background-size: 22px;
        background-position: center;
        background-repeat: no-repeat;
        border: none;
        background-image: url("../img/search.png"); }
    .joinPc .content .filtrate {
      margin-top: 32px; }
      .joinPc .content .filtrate a {
        padding: 0 40px 0 33px;
        background-color: #fffefa;
        font-size: 16px;
        line-height: 50px;
        color: #6987c2;
        margin-right: 20px; }
        .joinPc .content .filtrate a span {
          padding-right: 21px;
          display: inline-block;
          background-position: right center;
          background-image: url("../img/pc/join_icon1.png");
          background-size: 11px;
          background-repeat: no-repeat; }
    .joinPc .content .list {
      margin-top: 40px;
      border-top: 1px solid #e5e5e5; }
      .joinPc .content .list ul {
        margin-bottom: 6.7%; }
        .joinPc .content .list ul li {
          border-bottom: 1px solid #e5e5e5; }
          .joinPc .content .list ul li .tits {
            font-size: 18px;
            line-height: 80px;
            color: #262626;
            position: relative;
            cursor: pointer; }
            .joinPc .content .list ul li .tits .t {
              float: left;
              box-sizing: border-box; }
              .joinPc .content .list ul li .tits .t.t1 {
                width: 35.7%;
                padding-left: 10px; }
              .joinPc .content .list ul li .tits .t.t2 {
                width: 24.6%; }
              .joinPc .content .list ul li .tits .t.t3 {
                width: calc(39.7% - 50px); }
            .joinPc .content .list ul li .tits i {
              width: 10px;
              height: 17px;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 20px;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../img/pc/join_icon2.png");
              display: block; }
          .joinPc .content .list ul li .con {
            width: calc(100% - 20px);
            margin: 0 auto;
            padding-top: 12px;
            padding-bottom: 35px;
            display: none; }
            .joinPc .content .list ul li .con .tit {
              font-size: 16px;
              line-height: 30px;
              color: #888;
              margin-bottom: 30px; }
              .joinPc .content .list ul li .con .tit .t {
                color: #262626; }
            .joinPc .content .list ul li .con .tit1 {
              font-size: 16px;
              line-height: 30px;
              color: #565656;
              padding-left: 32px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../img/pc/email.png"); }
          .joinPc .content .list ul li.on .tits i {
            transform: rotate(90deg); }
  @media (max-width: 1200px) {
    .joinPc .content .list ul li .tits {
      font-size: 16px;
      line-height: 60px; } }

.honorPc {
  padding-top: 6.4%;
  padding-bottom: 5.2%; }
  .honorPc .box {
    margin-bottom: 7.2%; }
    .honorPc .box:last-child {
      margin-bottom: 0; }
    .honorPc .box .list {
      margin-top: 5.6%; }
      .honorPc .box .list ul {
        margin-bottom: 30px; }
        .honorPc .box .list ul li {
          width: 23.1%;
          float: left;
          margin-right: 2.5%;
          margin-bottom: 2.5%; }
          .honorPc .box .list ul li:nth-child(4n) {
            margin-right: 0; }
          .honorPc .box .list ul li p {
            font-size: 18px;
            line-height: 32px;
            height: 64px;
            color: #565656;
            text-align: center;
            font-family: FZE;
            margin-top: 21px; }
  @media (max-width: 1200px) {
    .honorPc .box .list ul li p {
      font-size: 16px;
      line-height: 24px;
      height: 48px; } }

.videoPc .box {
  padding-top: 4.7%;
  padding-bottom: 3.75%; }
  .videoPc .box.box1 {
    background-color: #f9f9f9; }
  .videoPc .box .tabs {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 4%; }
    .videoPc .box .tabs a {
      width: 17.4%;
      margin: 0 0.7%;
      display: inline-block;
      border-bottom: 1px solid #e5e5e5;
      text-align: center;
      font-size: 16px;
      line-height: 68px;
      color: #000;
      font-weight: bold;
      font-family: FZE; }
      .videoPc .box .tabs a.on {
        color: #6987c2;
        border-color: #6987c2; }
  .videoPc .box .list {
	display:none;
    margin-top: 3.5%;
    margin-bottom: 17px; }
	.videoPc .box .list.on{
		display:block;
	}
	.videoPc .box1 .list{
		display:block;
	}
    .videoPc .box .list ul li {
      width: 31.25%;
      float: left;
      margin-right: 3.125%;
      margin-bottom: 3.125%;
      cursor: pointer; }
      .videoPc .box .list ul li:nth-child(3n) {
        margin-right: 0; }
      .videoPc .box .list ul li .pic {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden; }
        .videoPc .box .list ul li .pic .img {
          transition: all 1.5s;
          width: 100%;
          padding-bottom: 64.4%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center top; }
        .videoPc .box .list ul li .pic .bg {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.4);
          background-size: 69px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/pc/video_icon1.png");
          opacity: 0;
          transition: all .5s; }
      .videoPc .box .list ul li p {
        font-size: 18px;
		text-align:center;
        line-height: 20px;
        color: #262626;
        font-family: FZE;
        font-weight: bold;
        margin-top: 26px; }
      @media (min-width: 1024px) {
        .videoPc .box .list ul li:hover .pic .img {
          transform: scale(1.1); }
        .videoPc .box .list ul li:hover .pic .bg {
          opacity: 1; } }
  .videoPc .box:last-child {
    padding-bottom: 5.2%; }
@media (max-width: 1366px) {
  .videoPc .box .tabs a {
    line-height: 60px; } }
@media (max-width: 1200px) {
  .videoPc .box .tabs a {
    line-height: 50px; }
  .videoPc .box .list ul li p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px; } }

.casePc {
  margin: 4.2% auto 0;
  padding-bottom: 5.2%; }
  .casePc ul li {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
    margin-bottom: 70px; }
    .casePc ul li:nth-child(3n) {
      margin-right: 0; }
    .casePc ul li a {
      width: 100%;
      height: auto;
      display: block; }
      .casePc ul li a .pic {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative; }
        .casePc ul li a .pic .img {
          transition: all 1.5s;
          width: 100%;
          padding-bottom: 64%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center top; }
        .casePc ul li a .pic img {
          display: none; }
        .casePc ul li a .pic .bg {
		 
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3);
          background-size: 49px;
          background-repeat: no-repeat;
          background-position: center;
          0background-image: url("../img/pc/case_icon.png");
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          transition: all 0.5s; }
      .casePc ul li a .tits {
        font-size: 22px;
        line-height: 24px;
        color: #000;
        height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 26px; }
      .casePc ul li a .tit {
        font-size: 16px;
        line-height: 18px;
        height: 18px;
        color: #898989;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 12px;
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.5s; }
    @media (min-width: 1024px) {
      .casePc ul li:hover a .pic .img {
        transform: scale(1.1); }
      .casePc ul li:hover a .pic .bg {
        opacity: 1; }
      .casePc ul li:hover a .tit {
        transform: translateY(0);
        opacity: 1; } }
  @media (max-width: 1366px) {
    .casePc ul li {
      margin-bottom: 50px; } }
  @media (max-width: 1250px) {
    .casePc ul li {
      margin-bottom: 30px; }
    .casePc ul li a .tits {
      font-size: 18px;
      line-height: 22px;
      height: 22px;
      margin-top: 15px; }
    .casePc ul li a .tit {
      font-size: 14px;
      line-height: 16px;
      height: 16px;
      margin-top: 10px; } }

.caseInfo {
  border-top: 1px solid #f2f2f2;
  padding-top: 3.9%; }
  .caseInfo .title .tit {
    color: #6987c2;
    font-size: 18px;
    line-height: 42px; }
    .caseInfo .title .tit .type {
		color:#6987c2;
      padding-top: 8px;
      margin-right: 15px;
      font-weight: bold;
      display: block;
      float: left; }
    .caseInfo .title .tit img {
      float: left; }
  .caseInfo .title .tits {
    font-size: 44px;
    line-height: 46px;
    color: #262626;
    font-family: FZE;
    margin-top: 10px; }
  .caseInfo .pic {
    width: 100%;
    height: auto;
    margin-top: 3.8%; }
  .caseInfo .con {
    margin-top: 4.6%;
    margin-bottom: 4.5%; }
    .caseInfo .con .conNew {
      font-size: 16px;
      line-height: 30px;
      color: #686868;
      width: 92.6%; }
  .caseInfo .bottom {
    background-color: #f9f9f9;
    padding-top: 4.8%;
    padding-bottom: 10px; }
    .caseInfo .bottom .list {
      margin-top: 60px; }
      .caseInfo .bottom .list ul li {
        width: 31.25%;
        float: left;
        margin-right: 3.125%;
        margin-bottom: 70px; }
        .caseInfo .bottom .list ul li:nth-child(3n) {
          margin-right: 0; }
        .caseInfo .bottom .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .caseInfo .bottom .list ul li a .pic {
            width: 100%;
            height: auto;
            overflow: hidden;
            position: relative;
            margin-top: 0; }
            .caseInfo .bottom .list ul li a .pic .img {
              transition: all 1.5s;
              width: 100%;
              padding-bottom: 64%;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center left; }
            .caseInfo .bottom .list ul li a .pic .bg {
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.3);
              background-size: 49px;
              background-repeat: no-repeat;
              background-position: center;
              background-image: url("../img/pc/case_icon.png");
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              transition: all 0.5s; }
          .caseInfo .bottom .list ul li a .tits {
            font-size: 22px;
            line-height: 24px;
            color: #000;
            height: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 26px; }
          .caseInfo .bottom .list ul li a .tit {
            font-size: 16px;
            line-height: 18px;
            height: 18px;
            color: #898989;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 12px;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.5s; }
        @media (min-width: 1024px) {
          .caseInfo .bottom .list ul li:hover a .pic img {
            transform: scale(1.1); }
          .caseInfo .bottom .list ul li:hover a .pic .bg {
            opacity: 1; }
          .caseInfo .bottom .list ul li:hover a .tit {
            transform: translateY(0);
            opacity: 1; } }
  @media (max-width: 1366px) {
    .caseInfo .title .tits {
      font-size: 32px;
      line-height: 34px; }
    .caseInfo .bottom .list {
      margin-top: 40px; }
      .caseInfo .bottom .list ul li {
        margin-bottom: 50px; } }
  @media (max-width: 1200px) {
    .caseInfo .title .tit {
      line-height: 32px; }
    .caseInfo .title .tit img {
      width: 50px; }
    .caseInfo .title .tits {
      font-size: 26px;
      line-height: 28px; }
    .caseInfo .bottom .list {
      margin-top: 30px; }
      .caseInfo .bottom .list ul li {
        margin-bottom: 30px; }
    .caseInfo .bottom .list ul li {
      margin-bottom: 30px; }
    .caseInfo .bottom .list ul li a .tits {
      font-size: 18px;
      line-height: 22px;
      height: 22px;
      margin-top: 15px; }
    .caseInfo .bottom .list ul li a .tit {
      font-size: 14px;
      line-height: 16px;
      height: 16px;
      margin-top: 10px; } }

.storeBanner {
  width: 100%;
  height: auto;
  position: relative; }
  .storeBanner .con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-family: FZE; }
    .storeBanner .con .cn {
      font-size: 56px;
      line-height: 58px;
      letter-spacing: 2px; }
    .storeBanner .con .en {
      font-size: 24px;
      line-height: 26px;
      text-transform: uppercase;
      margin-top: 30px; }

.storePc {
  padding-top: 4.8%; }
  .storePc .box1 {
    padding-bottom: 5.6%; }
    .storePc .box1 .tableBox {
      margin-top: 5.4%; }
      .storePc .box1 .tableBox .sel {
        width: 31.8%;
        float: left;
        height: 60px;
        border: 1px solid #e5e5e5;
        padding-left: 28px;
        font-size: 16px;
        line-height: 48px;
        color: #565656;
        box-sizing: border-box;
        -moz-appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-image: url("../img/pc/sel.png");
        background-repeat: no-repeat;
        background-position: calc(100% - 27px) center;
        margin-right: 2.2%; }
      .storePc .box1 .tableBox .t {
        width: 32%;
        height: auto;
        position: relative;
        float: left; }
        .storePc .box1 .tableBox .t .text {
          width: 100%;
          height: 60px;
          border: 1px solid #e5e5e5;
          padding-left: 28px;
          box-sizing: border-box;
          background: none;
          font-size: 16px;
          line-height: 30px;
          color: #565656;
          box-sizing: border-box; }
          .storePc .box1 .tableBox .t .text::-webkit-input-placeholder {
            color: #565656; }
          .storePc .box1 .tableBox .t .text:-moz-placeholder {
            color: #565656; }
          .storePc .box1 .tableBox .t .text::-moz-placeholder {
            color: #565656; }
          .storePc .box1 .tableBox .t .text:-ms-input-placeholder {
            color: #565656; }
        .storePc .box1 .tableBox .t .submit {
          width: 60px;
          height: 60px;
          position: absolute;
          top: 0;
          right: 0;
          background: none;
          background-size: 22px;
          background-position: center;
          background-repeat: no-repeat;
          border: none;
          background-image: url("../img/search.png"); }
    .storePc .box1 .tit {
      font-size: 16px;
      line-height: 30px;
      color: #565656;
      padding-left: 28px;
      margin-top: 42px; }
      .storePc .box1 .tit img {
        margin-left: 40px;
        margin-right: 7px; }
  .storePc .box2 {
    background-color: #f9f9f9;
    padding-bottom: 3.6%; }
    .storePc .box2 ul {
      margin-bottom: 5.8%; }
      .storePc .box2 ul li {
        width: 22.22%;
        float: left;
        margin-right: 16.67%;
        padding: 7.4% 0; }
        .storePc .box2 ul li:nth-child(3n) {
          margin-right: 0;
          position: relative; }
          .storePc .box2 ul li:nth-child(3n):after {
            width: 10000%;
            left: -1000%;
            bottom: 0;
            height: 1px;
            background-color: #e0e0e0;
            content: '';
            position: absolute; }
        .storePc .box2 ul li .tits {
          font-size: 26px;
          line-height: 36px;
          color: #262626; }
        .storePc .box2 ul li .tit {
          font-size: 16px;
          line-height: 24px;
          padding-left: 28px;
          background-position: left 2px;
          background-repeat: no-repeat;
          background-image: url("../img/pc/add1.png");
          color: #565656;
          box-sizing: border-box;
          height: 48px;
          margin-top: 12px; }
          .storePc .box2 ul li .tit.tel {
            background-image: url("../img/pc/tel.png"); }
        .storePc .box2 ul li a {
          width: 130px;
          height: 40px;
          box-sizing: border-box;
          border: 1px solid #c7c7c7;
          font-size: 16px;
          line-height: 38px;
          color: #666;
          text-align: center;
          display: block;
          margin-top: 20px; }
  @media (max-width: 1366px) {
    .storePc .box2 ul li {
      width: 28%;
      margin-right: 8%; }
    .storePc .box2 ul li:last-child {
      margin-right: 0; }
    .storePc .box2 ul li .tits {
      font-size: 22px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .storePc .box2 ul li .tits {
      font-size: 18px;
      line-height: 26px; } }

.mapPc {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .mapPc #map {
    width: 100%;
    height: 600px; }
  .mapPc .messageTk {
    0width: 420px;
    0height: auto;
    0position: absolute;
    0bottom: 13%;
    0right: 8.9%;
    0background-color: #fff;
    box-sizing: border-box;
    padding: 25px 35px 42px;
    font-family: FZE;
    0box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: none; }
    .mapPc .messageTk .close {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 10px;
      background-image: url("../img/close.png");
      background-size: 20px;
      background-position: center;
      background-repeat: no-repeat; }
    .mapPc .messageTk .tits {
      font-size: 24px;
      line-height: 36px;
      color: #333; }
    .mapPc .messageTk .tit {
      margin-top: 11px; }
      .mapPc .messageTk .tit .t {
        font-size: 16px;
        line-height: 30px;
        color: #565656;
        padding-left: 27px;
        background-position: left 4px;
        background-repeat: no-repeat; }
        .mapPc .messageTk .tit .t.add {
          background-image: url("../img/add.png");
          background-size: 18px; }
        .mapPc .messageTk .tit .t.tel {
          background-image: url("../img/tel1.png");
          background-size: 19px;
          background-position: left center;
          margin-top: 7px; }
    .mapPc .messageTk .more {
      width: 130px;
      height: 40px;
      font-size: 16px;
      line-height: 38px;
      border: 1px solid #898989;
      color: #262626;
      display: block;
      box-sizing: border-box;
      margin-top: 26px;
      text-align: center; }

.formBox {
  /*background-color: #383838;*/
  padding-top: 4.7%;
  padding-bottom: 5%; }
 /* .formBox .indexTitle .en {
    color: #fff; }
  .formBox .indexTitle .cn {
    color: #fff; }*/
  .formBox .tableBox {
    width: 960px;
    margin: 5% auto 0;
    max-width: 100%; }
    .formBox .tableBox .text {
      width: 48%;
      float: left;
      margin-bottom: 15px;
      border: 1px solid #e5e5e5;
      height: 60px;
      font-size: 16px;
      line-height: 40px;
      color: #262626;
      background: none;
      border-radius: 10px;
      padding-left: 20px;
      box-sizing: border-box; }
      .formBox .tableBox .text:nth-child(2n) {
        float: right; }
      .formBox .tableBox .text::-webkit-input-placeholder {
        color: #262626; }
      .formBox .tableBox .text:-moz-placeholder {
        color: #262626; }
      .formBox .tableBox .text::-moz-placeholder {
        color: #262626; }
      .formBox .tableBox .text:-ms-input-placeholder {
        color: #262626; }
    .formBox .tableBox .sel {
      width: 48%;
      float: left;
      margin-bottom: 15px;
      border: 1px solid #e5e5e5;
      height: 60px;
      font-size: 16px;
      line-height: 40px;
      color: #262626;
      background: none;
      border-radius: 10px;
      padding-left: 20px;
      box-sizing: border-box;
      -moz-appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-position: calc(100% - 24px) center;
      background-image: url("../img/pc/sel.png");
      background-repeat: no-repeat; }
      .formBox .tableBox .sel:nth-child(2n) {
        float: right; }
    .formBox .tableBox .txt {
      width: 100%;
      height: 160px;
      padding: 10px 20px;
      font-size: 16px;
      line-height: 32px;
      color: #262626;
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      background: none;
      box-sizing: border-box; }
      .formBox .tableBox .txt::-webkit-input-placeholder {
        color: #262626; }
      .formBox .tableBox .txt:-moz-placeholder {
        color: #262626; }
      .formBox .tableBox .txt::-moz-placeholder {
        color: #262626; }
      .formBox .tableBox .txt:-ms-input-placeholder {
        color: #262626; }
    .formBox .tableBox .submit {
		position:static;
      width: 220px;
      height: 60px;
      line-height: 58px;
      text-align: center;
      background: none;
      color: #262626;
      border-radius: 10px;
      display: block;
      margin: 30px auto 0;
      border: 1px solid #e5e5e5;
      font-size: 18px; }
	  .formBox .tableBox .submit:hover{
		  background:#6987c2;
      border-color: #6987c2;
		  
	  }


.joinInvestment{
  position: relative;
}
.joinInvestment a{
  width: 240px;
  height: 60px;
  left: 50%;
  margin-left: -120px;
  bottom: 3.5%;
  border: 1px solid #898989;
  text-align: center;
  font-size: 0;
  display: block;
  position: absolute;
  
}
.joinInvestment a span{
  font-size: 18px;
  line-height: 58px;
  color: #262626;
  display: inline-block;
  padding-right: 22px;
  background-image: url('../img/pc/xm1.png');
  background-size: 14px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px){
  .joinInvestment a:hover{
    color: #fff;
    border-color: #6987c2;
    background-color: #6987c2;
  }
  .joinInvestment a:hover span{
    background-image: url('../img/pc/xm1_h.png');
    color: #fff;
  }
}

.joinInvestment img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.downloadPc {
  padding-top: 4.7%;
  padding-bottom: 40px; }
  .downloadPc .list {
    margin-top: 6.6%; }
    .downloadPc .list ul li {
      width: 18.7%;
      float: left;
      margin-right: 1.6%;
      margin-bottom: 70px;
      background-color: #f9f9f9; }
      .downloadPc .list ul li:nth-child(5n) {
        margin-right: 0; }
      .downloadPc .list ul li a {
        width: 100%;
        display: block;
        height: auto;
        padding-bottom: 24px; }
        .downloadPc .list ul li a .pic .img {
          width: 100%;
          padding-bottom: 131.1%;
          background-size: cover;
          background-position: center top;
          background-repeat: no-repeat; }
        .downloadPc .list ul li a .con {
          padding-left: 20px;
          font-family: FZE;
          margin-top: 27px; }
          .downloadPc .list ul li a .con .tits {
            font-size: 18px;
            line-height: 20px;
            height: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #333; }
          .downloadPc .list ul li a .con .tit {
            margin-top: 12px; }
            .downloadPc .list ul li a .con .tit .t {
              font-size: 16px;
              line-height: 28px;
              color: #666;
              float: left;
              padding-left: 30px;
              background-position: left center;
              background-repeat: no-repeat;
              margin-right: 35px; }
              .downloadPc .list ul li a .con .tit .t.t1 {
                background-image: url("../img/time.png");
                background-size: 20px; }
              .downloadPc .list ul li a .con .tit .t.t2 {
                background-image: url("../img/file.png");
                background-size: 20px; }
              .downloadPc .list ul li a .con .tit .t.t3 {
				  display:none;
                background-image: url("../img/down.png");
                background-size: 22px; }
  @media (max-width: 1366px) {
    .downloadPc .list ul li {
      width: 23.8%;
      margin-bottom: 50px; }
      .downloadPc .list ul li:nth-child(5n) {
        margin-right: 1.6%; }
      .downloadPc .list ul li:nth-child(4n) {
        margin-right: 0; } }
  @media (max-width: 1200px) {
    .downloadPc .list ul li a .con {
      padding: 0 10px;
      margin-top: 10px; }
      .downloadPc .list ul li a .con .tits {
        font-size: 16px;
        line-height: 18px;
        height: 18px; }
      .downloadPc .list ul li a .con .tit .t {
        font-size: 14px;
        line-height: 24px;
        float: none; } }

.contactPc {
  padding-top: 4.7%; }
  .contactPc .box {
    margin-top: 4.2%;
    padding-top: 4.2%;
    padding-bottom: 5.6%;
    background-color: #f9f9f9; }
    .contactPc .box .content {
      position: relative; }
      .contactPc .box .content .pic {
        position: absolute;
        right: 0;
        top: 0;
        width: 55%; }
      .contactPc .box .content .boxLeft {
        width: 41.7%;
        height: auto;
        background-color: #fff;
        box-shadow: 3.5px 6.062px 27px 0px rgba(0, 0, 0, 0.04);
        padding-bottom: 25px; }
        .contactPc .box .content .boxLeft .boxNew {
          margin-left: 7.3%;
          margin-right: 10.3%; }
          .contactPc .box .content .boxLeft .boxNew .t {
            border-bottom: 1px solid #e8e8e8;
            padding-bottom: 34px;
            padding-top: 48px;
            position: relative; }
            .contactPc .box .content .boxLeft .boxNew .t:last-child {
              border-bottom: none; }
            .contactPc .box .content .boxLeft .boxNew .t .con {
              padding-left: 24.3%;
              box-sizing: border-box; }
              .contactPc .box .content .boxLeft .boxNew .t .con .tits {
                font-size: 22px;
                line-height: 24px;
                color: #262626; }
              .contactPc .box .content .boxLeft .boxNew .t .con .tit {
                font-size: 16px;
                line-height: 18px;
                color: #565656;
                margin-top: 16px; }
              .contactPc .box .content .boxLeft .boxNew .t .con a {
                width: 130px;
                height: 40px;
                border: 1px solid #ccc;
                display: block;
                font-size: 16px;
                line-height: 38px;
                color: #666;
                text-align: center;
                margin-top: 26px; }
              .contactPc .box .content .boxLeft .boxNew .t .con .tit1 {
                font-size: 22px;
                line-height: 24px;
                color: #565656;
                margin-top: 12px;
                margin-bottom: 15px; }
            .contactPc .box .content .boxLeft .boxNew .t img {
              position: absolute;
              top: 0;
              left: 0; }
              .contactPc .box .content .boxLeft .boxNew .t img.img1 {
                top: 42px;
                left: 50px; }
              .contactPc .box .content .boxLeft .boxNew .t img.img2 {
                top: 57px;
                left: 47px; }
              .contactPc .box .content .boxLeft .boxNew .t img.img3 {
                top: 47px;
                left: 50px; }
    .contactPc .box .indexMore {
      margin: 9% auto 0; }

.product {
  width: 100%;
  height: auto;
  background-color: #f9f9f9; }
  .product .productLeft {
    width: 380px;
    height: auto;
    background-color: #fff;
    float: left;
    padding: 13px 40px 62px;
    box-sizing: border-box; }
    .product .productLeft .tits {
      padding-left: 70px;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 84px;
      color: #262626;
      font-weight: bold;
      background-image: url("../img/pc/product_icon1.png");
      background-repeat: no-repeat;
      background-position: 15px center;
      border-bottom: 1px solid #e5e5e5; }
    .product .productLeft .titBox .tit {
      padding-left: 15px;
      box-sizing: border-box;
      border-bottom: 1px solid #e5e5e5;
      padding-top: 30px;
      padding-bottom: 24px; }
      .product .productLeft .titBox .tit .t {
        font-size: 16px;
        line-height: 26px;
        color: #262626;
        font-weight: bold;
        cursor: pointer; }
        .product .productLeft .titBox .tit .t span {
          float: left; }
        .product .productLeft .titBox .tit .t i {
          width: 26px;
          height: 26px;
          float: right;
          display: block;
          background-image: url("../img/pc/product_icon4.png"); }
      .product .productLeft .titBox .tit .tt {
        font-size: 15px;
        font-weight: bold;
        color: #666;
        line-height: 34px;
        margin-top: 20px;
        display: none; }
        .product .productLeft .titBox .tit .tt a {
          display: block;
          padding-left: 35px;
          box-sizing: border-box;
          background-position: left 12px;
          background-repeat: no-repeat;
          background-image: url("../img/pc/product_icon2.png");
          color: #666; }
          .product .productLeft .titBox .tit .tt a.on {
            background-image: url("../img/pc/product_icon2_h.png");
            color: #262626; }
      .product .productLeft .titBox .tit .tt1 {
        font-size: 15px;
        font-weight: bold;
        color: #666;
        line-height: 34px;
        margin-top: 20px;
        display: none; }
        .product .productLeft .titBox .tit .tt1 a {
          display: block;
          padding-left: 35px;
          box-sizing: border-box;
          background-position: left 12px;
          background-repeat: no-repeat;
          background-image: url("../img/pc/product_icon3.png");
          color: #666; }
          .product .productLeft .titBox .tit .tt1 a.on {
            background-image: url("../img/pc/product_icon3_h.png");
            color: #262626; }
        .product .productLeft .titBox .tit .tt1.ttx a {
          margin-bottom: 10px; }
      .product .productLeft .titBox .tit .tt2 {
        margin-top: 26px; }
        .product .productLeft .titBox .tit .tt2 a {
          width: 30px;
          height: 30px;
          border-radius: 100%;
          display: block;
          float: left;
          margin-right: 15px;
          cursor: pointer;
          border: 1px solid #e8e8e8;
          overflow: hidden;
          box-sizing: border-box;
          text-align: center;
          font-size: 12px;
          color: #333;
          margin-bottom: 5px; }
          .product .productLeft .titBox .tit .tt2 a.on {
            border: 2px solid #6987c2; }
      .product .productLeft .titBox .tit.on .t i {
        background-image: url("../img/pc/product_icon4_h.png"); }
      .product .productLeft .titBox .tit.on .tt {
        display: block; }
      .product .productLeft .titBox .tit.on .tt1 {
        display: block; }
    .product .productLeft .titBox .reset {
      width: 180px;
      height: 50px;
      display: block;
      border: 1px solid #505050;
      text-align: center;
      font-size: 16px;
      line-height: 48px;
      color: #262626;
      box-sizing: border-box;
      margin-top: 40px;
      margin-left: 15px; }
  .product .productRight {
    width: calc(100% - 380px);
    float: right;
    padding-top: 6.25%;
    padding-bottom: 5.3%; }
    .product .productRight .list {
      width: 1238px;
      margin: 0 auto;
      max-width: 90%; }
      .product .productRight .list ul {
        padding-bottom: 20px; }
        .product .productRight .list ul li {
          width: 30.7%;
          float: left;
          margin-right: 3.95%;
          font-family: FZE;
          margin-bottom: 60px; }
          .product .productRight .list ul li:nth-child(3n) {
            margin-right: 0; }
          .product .productRight .list ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .product .productRight .list ul li a .pic {
              width: 100%;
              height: auto;
              overflow: hidden; }
              .product .productRight .list ul li a .pic .img {
                transition: all 0.5s;
                width: 100%;
                padding-bottom: 100%;
                background-size: cover;
                background-position: center top;
                background-repeat: no-repeat; }
            .product .productRight .list ul li a .tits {
              font-size: 18px;
              line-height: 20px;
              color: #262626;
              margin-top: 16px; }
            .product .productRight .list ul li a .tit {
              font-size: 16px;
              line-height: 18px;
              color: #777;
              margin-top: 7px; }
          @media (min-width: 1024px) {
            .product .productRight .list ul li:hover a .pic .img {
              transform: scale(1.1); } }
  @media (max-width: 1200px) {
    .product .productLeft {
      width: 300px;
      padding: 12px 20px 40px; }
    .product .productRight {
      width: calc(100% - 300px); } }

.productInfoPC .bannerList {
  width: 100%;
  height: auto; }
  .productInfoPC .bannerList ul li {
    width: 39%;
    float: left;
    margin-right: 5px;
    position: relative; }
    .productInfoPC .bannerList ul li:last-child {
      margin-right: 0; }
    .productInfoPC .bannerList ul li .bg {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.5s; }
    .productInfoPC .bannerList ul li.swiper-slide-active .bg {
      opacity: 0; }
  .productInfoPC .bannerList .btns {
    width: 100%;
    position: absolute;
    bottom: 38px;
    left: 0;
    z-index: 10;
    text-align: center;
    font-size: 0; }
    .productInfoPC .bannerList .btns span {
      width: 15px;
      height: 15px;
      border-radius: 100%;
      background-color: #fff;
      display: inline-block;
      margin: 0 11px;
      opacity: 1; }
      .productInfoPC .bannerList .btns span.swiper-pagination-bullet-active {
        background-color: #6987c2; }
.productInfoPC .box1 {
  padding-top: 4.8%; }
  .productInfoPC .box1 .content {
    background-color: #f9f9f9;
    margin-top: 4.2%;
    padding-bottom: 4.7%;
    padding-top: 3.6%; }
    .productInfoPC .box1 .content .top {
      margin-left: 5%;
      width: 95%;
      border-bottom: 2px solid #fff;
      padding-bottom: 7px; }
      .productInfoPC .box1 .content .top .topLeft {
        width: 54.5%;
        float: left; }
        .productInfoPC .box1 .content .top .topLeft .t {
          width: 50%;
          float: left;
          font-size: 18px;
          line-height: 55px;
          color: #333;
          font-weight: bold;
          font-family: FZE;
          margin-bottom: 46px; }
          .productInfoPC .box1 .content .top .topLeft .t span {
            float: left; }
          .productInfoPC .box1 .content .top .topLeft .t em {
            font-size: 16px;
            color: #666;
            margin-left: 32px;
            float: left; }
          .productInfoPC .box1 .content .top .topLeft .t img {
            width: 51px;
            height: 51px;
            border-radius: 100%;
            display: block;
            float: left;
            border: 2px solid #e9e9e9;
            margin-left: 32px; }
          .productInfoPC .box1 .content .top .topLeft .t i {
            font-size: 16px;
            color: #666;
            margin-left: 20px;
            float: left; }
          .productInfoPC .box1 .content .top .topLeft .t.t1 {
            padding-top: 42px; }
      .productInfoPC .box1 .content .top .topRight {
        width: 34.4%;
        float: right;
        padding-top: 15px; }
        .productInfoPC .box1 .content .top .topRight .item {
          margin-bottom: 42px; }
          .productInfoPC .box1 .content .top .topRight .item:last-child {
            margin-bottom: 0; }
          .productInfoPC .box1 .content .top .topRight .item .tits {
            font-size: 18px;
            line-height: 20px;
            color: #333;
            font-weight: bold; }
          .productInfoPC .box1 .content .top .topRight .item .tit {
            margin-top: 4px; }
            .productInfoPC .box1 .content .top .topRight .item .tit .t {
              width: 14.2%;
              float: left;
              margin-right: 7.2%; }
              .productInfoPC .box1 .content .top .topRight .item .tit .t .icon {
                width: 100%; }
              .productInfoPC .box1 .content .top .topRight .item .tit .t p {
                text-align: center;
                font-size: 16px;
                line-height: 18px;
                color: #666; }
              .productInfoPC .box1 .content .top .topRight .item .tit .t:nth-child(5n) {
                margin-right: 0; }
    .productInfoPC .box1 .content .con {
      width: 95%;
      margin-left: 5%;
      padding-top: 32px; }
      .productInfoPC .box1 .content .con .tits {
        font-size: 20px;
        line-height: 40px;
        color: #333;
        font-weight: bold; }
      .productInfoPC .box1 .content .con .txt {
        width: 1175px;
        max-width: 100%;
        font-size: 16px;
        line-height: 30px;
        color: #666;
        margin-top: 17px; }
.productInfoPC .box2 {
  padding-top: 4.8%;
  padding-bottom: 4.5%; }
  .productInfoPC .box2 .list {
    margin-top: 5.2%; }
    .productInfoPC .box2 .list ul li {
      width: 15.2%;
      float: left;
      margin-right: 2.2%; }
      .productInfoPC .box2 .list ul li p {
        font-size: 16px;
        line-height: 18px;
        color: #333;
        margin-top: 20px; }
      .productInfoPC .box2 .list ul li:last-child {
        margin-right: 0; }
    .productInfoPC .box2 .list .btns {
      width: 100%;
      z-index: 10;
      text-align: center;
      font-size: 0;
      margin-top: 60px; }
      .productInfoPC .box2 .list .btns span {
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background-color: #ccc;
        display: inline-block;
        margin: 0 11px;
        border: 2px solid #fff;
        opacity: 1;
        box-sizing: border-box; }
        .productInfoPC .box2 .list .btns span.swiper-pagination-bullet-active {
          background-color: #6987c2;
          border-color: #6987c2; }
.productInfoPC .box3 {
  background-color: #f9f9f9;
  padding-top: 4.7%;
  padding-bottom: 5.6%; }
  .productInfoPC .box3 .list {
    margin-top: 5.3%; }
    .productInfoPC .box3 .list ul li {
      width: 15.1%;
      float: left;
      margin-right: 1.88%;
      margin-bottom: 20px; }
      .productInfoPC .box3 .list ul li:nth-child(6n) {
        margin-right: 0; }
      .productInfoPC .box3 .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .productInfoPC .box3 .list ul li a .pic {
          width: 100%;
          height: auto;
          box-sizing: border-box;
          border: 1px solid #e3e3e3; }
        .productInfoPC .box3 .list ul li a p {
          width: calc(100% - 20px);
          margin: 14px auto 0;
          text-align: center;
          font-size: 16px;
          line-height: 24px;
          color: #565656;
          font-weight: bold;
          height: 48px; }
.productInfoPC .box4 {
  padding-top: 4.7%;
  padding-bottom: 3.6%; }
  .productInfoPC .box4 .list {
    margin-top: 4.8%; }
    .productInfoPC .box4 .list ul li {
      width: 48.6%;
      float: left;
      margin-bottom: 20px;
      background-color: #f7f7f7; }
      .productInfoPC .box4 .list ul li:nth-child(2n) {
        float: right; }
      .productInfoPC .box4 .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .productInfoPC .box4 .list ul li a .t {
          padding-left: 75px;
          box-sizing: border-box;
          font-size: 18px;
          line-height: 80px;
          color: #333;
          background-position: 30px center;
          background-image: url("../img/info_icon1.png");
          background-size: 30px;
          background-repeat: no-repeat;
          font-weight: bold;
          font-family: FZE; }
.productInfoPC .box5 {
  background-color: #f9f9f9;
  padding-top: 4.7%;
  padding-bottom: 2.7%; }
  .productInfoPC .box5 .list {
    margin-top: 4.2%; }
    .productInfoPC .box5 .list ul li {
      width: 22.9%;
      float: left;
      margin-right: 2.8%;
      font-family: FZE;
      margin-bottom: 60px; }
      .productInfoPC .box5 .list ul li:nth-child(4n) {
        margin-right: 0; }
      .productInfoPC .box5 .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .productInfoPC .box5 .list ul li a .pic {
          width: 100%;
          height: auto;
          overflow: hidden; }
          .productInfoPC .box5 .list ul li a .pic img {
            transition: all 0.5s; }
        .productInfoPC .box5 .list ul li a .tits {
          font-size: 18px;
          line-height: 20px;
          color: #262626;
          margin-top: 16px; }
        .productInfoPC .box5 .list ul li a .tit {
          font-size: 16px;
          line-height: 18px;
          color: #777;
          margin-top: 7px; }
      @media (min-width: 1024px) {
        .productInfoPC .box5 .list ul li:hover a .pic img {
          transform: scale(1.1); } }
@media (max-width: 1200px) {
  .productInfoPC .box1 .content .top .topRight .item .tit .t p {
    font-size: 14px;
    line-height: 16px; }
  .productInfoPC .box1 .content .top .topRight {
    width: 42.4%; } }

.pop-video {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999; }

.pop-video .responsive-box {
  position: absolute;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0;
  padding-bottom: 56.25%; }

.pop-video .responsive-box video,
.pop-video .responsive-box iframe,
.pop-video .responsive-box object {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.pop-video .close {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 60px;
  text-align: center;
  line-height: 35px;
  color: #fff; }



.aboutPc .box6 {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 4.3%; }
    .aboutPc .box6 .title {
      padding-top: 5.2%;
      width: 100%; }
    .aboutPc .box6 .box {
      margin-top: 3.5%;
      position: relative; }
      .aboutPc .box6 .box .pic {
        width: 26.5%;
        float: left;
        margin-left: 12.5%; }
      .aboutPc .box6 .box .conRight {
        width: 52.8%;
        float: right;
        margin-right: 6.6%;
        margin-top: 15px;
        position: relative; }
        .aboutPc .box6 .box .conRight .list {
          width: 88.2%;
          height: 95%;
          position: absolute;
          top: 0;
          right: 1.5%; }
          .aboutPc .box6 .box .conRight .list .listNew {
            width: 73.2%;
            height: 100%;
            margin: 0 auto; }
            .aboutPc .box6 .box .conRight .list .listNew ul {
              height: 100%; }
              .aboutPc .box6 .box .conRight .list .listNew ul li {
                width: 100%;
                height: 100%;
                position: relative; }
                .aboutPc .box6 .box .conRight .list .listNew ul li .t {
                  font-size: 22px;
                  line-height: 49px;
                  color: #000;
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  left: 0;
                  font-family: FZE; }
          .aboutPc .box6 .box .conRight .list .a {
            width: 8px;
            height: 16px;
            position: absolute;
            top: 50%;
            margin-top: -8px;
            background-size: cover; }
            .aboutPc .box6 .box .conRight .list .a.prev {
              background-image: url("../img/pc/xPrev.png");
              left: 6%; }
            .aboutPc .box6 .box .conRight .list .a.next {
              background-image: url("../img/pc/xNext.png");
              right: 6%; }
      .aboutPc .box6 .box .xTits {
        font-size: 24px;
        line-height: 40px;
        color: #333;
        position: absolute;
        bottom: -7%;
        right: 10%;
        font-family: FZE; }
        .aboutPc .box6 .box .xTits:after {
          width: 85px;
          height: 2px;
          background-color: #e6e6e6;
          content: '';
          position: absolute;
          left: -98px;
          top: 20px; }
    @media (max-width: 1200px) {
      .aboutPc .box6 .box .conRight .list .listNew ul li .t {
        font-size: 18px;
        line-height: 30px; }
      .aboutPc .box6 .box .xTits {
        font-size: 20px;
        line-height: 30px; }
        .aboutPc .box6 .box .xTits:after {
          top: 16px; } }
  .aboutPc .box7 {
    padding-top: 6.5%;
    padding-bottom: 5.2%; }
    .aboutPc .box7 .line {
      width: 100%;
      height: 1px;
      background-color: #f5f5f5;
      margin-top: 5.5%; }
    .aboutPc .box7 .list {
      margin-top: 25px;
      position: relative; }
      .aboutPc .box7 .list .listNew {
        width: calc(100% - 120px);
        margin: 0 auto; }
        .aboutPc .box7 .list .listNew ul li {
          width: 10%;
          float: left;
          text-align: center;
          font-size: 20px;
          line-height: 50px;
          color: #565656;
          font-family: FZE;
          cursor: pointer; }
          .aboutPc .box7 .list .listNew ul li.swiper-slide-thumb-active {
            color: #f4dc0c; }
      .aboutPc .box7 .list .a {
        width: 12px;
        height: 20px;
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        z-index: 5; }
        .aboutPc .box7 .list .a.prev {
          left: 0;
          background-image: url("../img/prev.png"); }
        .aboutPc .box7 .list .a.next {
          right: 0;
          background-image: url("../img/next.png"); }
    .aboutPc .box7 .conList {
      margin-top: 4.4%; }
      .aboutPc .box7 .conList ul li {
        width: 100%;
        position: relative; }
        .aboutPc .box7 .conList ul li .pic {
          width: 46.5%;
          float: left; }
        .aboutPc .box7 .conList ul li .con {
          width: 48.6%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }
          .aboutPc .box7 .conList ul li .con .year {
            font-size: 40px;
            line-height: 42px;
            color: #262626; }
          .aboutPc .box7 .conList ul li .con .tit {
            font-size: 18px;
            line-height: 48px;
            color: #565656;
            font-family: FEZ;
            margin-top: 15px; }
    @media (max-width: 1200px) {
      .aboutPc .box7 .list .listNew {
        width: calc(100% - 60px); }
      .aboutPc .box7 .list .listNew ul li {
        font-size: 16px; }
      .aboutPc .box7 .conList ul li .con .year {
        font-size: 24px;
        line-height: 26px; }
      .aboutPc .box7 .conList ul li .con .tit {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px; } }


.supportPc {
  padding-bottom: 4%; }
  .supportPc .supportTitle {
    position: relative;
    margin-top: 4.3%; }
    .supportPc .supportTitle .t {
      font-size: 40px;
      line-height: 48px;
      color: #000; }
      .supportPc .supportTitle .t span {
        font-size: 60px; }
    .supportPc .supportTitle .en {
      font-size: 76px;
      line-height: 70px;
      color: #000;
      text-transform: uppercase;
      position: absolute;
      top: 12px;
      left: 86px;
      opacity: 0.05;
      font-weight: bold;
      letter-spacing: 3px; }
  .supportPc .box1 {
    padding-top: 33px; }
    .supportPc .box1 .txt {
      text-align: center;
      font-size: 22px;
      line-height: 46px;
      color: #000;
      font-weight: 100; }
    .supportPc .box1 .list {
      margin-top: 28px; }
      .supportPc .box1 .list .item {
        background-color: #f9f9f9;
        position: relative; }
        .supportPc .box1 .list .item .pic {
          width: 50%;
          height: auto;
          float: left; }
        .supportPc .box1 .list .item .con {
          width: 50%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0; }
          .supportPc .box1 .list .item .con .conNew {
            width: 100%;
            text-align: center;
            font-size: 0;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
            .supportPc .box1 .list .item .con .conNew .conn {
              display: inline-block; }
              .supportPc .box1 .list .item .con .conNew .conn .num {
                font-size: 100px;
                line-height: 78px;
                color: #ececec;
                font-family: Arial;
                font-weight: bold;
                float: left; }
              .supportPc .box1 .list .item .con .conNew .conn .tit {
                float: left;
                text-align: left;
                margin-left: 15px; }
                .supportPc .box1 .list .item .con .conNew .conn .tit .t {
                  font-size: 30px;
                  line-height: 32px;
                  color: #3e3a39; }
                .supportPc .box1 .list .item .con .conNew .conn .tit .t1 {
                  font-size: 24px;
                  line-height: 26px;
                  color: #3e3a39;
                  margin-top: 15px; }
        .supportPc .box1 .list .item:nth-child(2n) .pic {
          float: right; }
        .supportPc .box1 .list .item:nth-child(2n) .con {
          left: 0;
          right: auto; }
  .supportPc .box2 {
    padding-top: 6.9%; }
    .supportPc .box2 .supportTitle {
      margin: 0 auto; }
    .supportPc .box2 .list {
      margin-top: 35px; }
      .supportPc .box2 .list .itemBox {
        padding-top: 40px;
        background-color: #f9f9f9;
        background-image: url("../img/pc/support_bg1.jpg");
        background-position: center bottom;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-bottom: 23px; }
        .supportPc .box2 .list .itemBox .item {
          width: 49.2%;
          float: left;
          padding-bottom: 70px; }
          .supportPc .box2 .list .itemBox .item:nth-child(2n) {
            float: right; }
          .supportPc .box2 .list .itemBox .item .con {
            width: 100%;
            height: auto;
            position: relative;
            padding-top: 22px; }
            .supportPc .box2 .list .itemBox .item .con .num {
              font-size: 150px;
              line-height: 120px;
              color: #ececec;
              text-align: center;
              font-family: Arial;
              font-weight: bold; }
            .supportPc .box2 .list .itemBox .item .con .t {
              font-size: 36px;
              line-height: 38px;
              color: #262626;
              position: absolute;
              left: 15px;
              top: 40px;
              letter-spacing: -4px; }
        .supportPc .box2 .list .itemBox:nth-child(2n) {
          background: none;
          padding-top: 0; }
  .supportPc .box3 {
    padding-top: 40px; }
    .supportPc .box3 .title .t {
      font-size: 38px;
      line-height: 40px;
      color: #000; }
    .supportPc .box3 .title .en {
      font-size: 76px;
      line-height: 70px;
      color: #000;
      text-transform: uppercase;
      position: absolute;
      top: -38px;
      left: 118px;
      opacity: 0.05;
      font-weight: bold;
      letter-spacing: 3px; }
    .supportPc .box3 .list {
      margin-top: 3.125%; }
      .supportPc .box3 .list .item .pic {
        width: 49.7%;
        float: left; }
      .supportPc .box3 .list .item .con {
        width: 34.4%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10%;
        font-weight: bold; }
        .supportPc .box3 .list .item .con .tits {
          font-size: 36px;
          line-height: 38px;
          color: #000; }
        .supportPc .box3 .list .item .con .tit {
          font-size: 20px;
          line-height: 40px;
          color: #666;
          margin-top: 20px; }
          .supportPc .box3 .list .item .con .tit span {
            font-size: 30px;
            color: #000; }
      .supportPc .box3 .list .item:nth-child(1) {
        background-image: url("../img/pc/support_bg2.jpg");
        background-position: center bottom;
        background-size: 100%;
        background-color: #f8f8f8;
        background-repeat: no-repeat; }
      .supportPc .box3 .list .item:nth-child(2n) {
        margin-top: 45px;
        margin-bottom: 60px; }
        .supportPc .box3 .list .item:nth-child(2n) .pic {
          float: right; }
        .supportPc .box3 .list .item:nth-child(2n) .con {
          left: 8.3%;
          right: auto;
          width: 36.1%; }
      .supportPc .box3 .list .item:nth-child(3) {
        background-image: url("../img/pc/support_bg1.jpg");
        background-position: center bottom;
        background-size: 100%;
        background-color: #f9f9f9;
        background-repeat: no-repeat; }
      .supportPc .box3 .list .item:nth-child(5) {
        background-image: url("../img/pc/support_bg3.jpg");
        background-position: center top;
        background-size: 100%;
        background-color: #f9f9f9;
        background-repeat: no-repeat; }
  @media (max-width: 1366px) {
    .supportPc .supportTitle .t {
      font-size: 30px;
      line-height: 34px; }
      .supportPc .supportTitle .t span {
        font-size: 44px; }
    .supportPc .supportTitle .en {
      font-size: 50px;
      line-height: 52px;
      top: 6px;
      left: 60px; }
    .supportPc .box1 .txt {
      font-size: 20px;
      line-height: 28px; }
    .supportPc .box1 .list .item .con .conNew .conn .num {
      font-size: 80px;
      line-height: 64px; }
    .supportPc .box1 .list .item .con .conNew .conn .tit .t {
      font-size: 24px;
      line-height: 26px; }
    .supportPc .box1 .list .item .con .conNew .conn .tit .t1 {
      font-size: 18px;
      line-height: 20px;
      margin-top: 10px; }
    .supportPc .box2 .list .itemBox .item .con .num {
      font-size: 100px;
      line-height: 80px; }
    .supportPc .box2 .list .itemBox .item .con .t {
      font-size: 24px;
      line-height: 26px;
      letter-spacing: -2px; }
    .supportPc .box2 .list .itemBox .item {
      padding-bottom: 40px; }
    .supportPc .box3 .list .item .con .tits {
      font-size: 28px;
      line-height: 30px; }
    .supportPc .box3 .list .item .con .tit {
      font-size: 16px;
      line-height: 28px; }
      .supportPc .box3 .list .item .con .tit span {
        font-size: 24px; }
    .supportPc .box3 .list .item:nth-child(2n) {
      margin-top: 25px;
      margin-bottom: 40px; } }


.policyPc {
  padding-top: 4.2%;
  padding-bottom: 6.5%; }
  .policyPc .title {
    position: relative; }
    .policyPc .title .cn {
      font-size: 40px;
      line-height: 62px;
      color: #000;
      position: relative;
      z-index: 4; }
      .policyPc .title .cn span {
        font-size: 60px; }
    .policyPc .title .en {
      font-size: 76px;
      line-height: 60px;
      color: #000;
      opacity: 0.05;
      position: absolute;
      top: -20px;
      left: 163px; }
  .policyPc .con {
    position: relative;
    z-index: 5; }
    .policyPc .con .icon {
      width: 100%;
      height: 87px;
      position: relative; }
      .policyPc .con .icon img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .policyPc .con .tits {
      font-size: 36px;
      line-height: 54px;
      color: #262626;
      margin-top: 14px;
      letter-spacing: -2px; }
    .policyPc .con .tit {
      font-size: 20px;
      line-height: 36px;
      color: #666;
      font-weight: 100;
      margin-top: 17px; }
  .policyPc .num {
    font-size: 220px;
    line-height: 170px;
    color: #eee;
    font-weight: bold;
    position: absolute;
    font-family: Arial; }
  .policyPc .box1 {
    background-color: #f9f9f9;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../img/pc/support_bg1.jpg");
    padding-top: 7.2%;
    margin-top: 37px;
    padding-bottom: 12.1%; }
    .policyPc .box1 .pic {
      width: 50.9%;
      float: left;
      margin-top: 14px; }
    .policyPc .box1 .con {
      width: 42.3%;
      float: right; }
    .policyPc .box1 .num {
      top: 34%;
      right: 0; }
  .policyPc .box2 {
    padding-top: 3.8%;
    padding-bottom: 5.7%; }
    .policyPc .box2 .pic {
      width: 50%;
      float: right; }
    .policyPc .box2 .con {
      width: 42.3%;
      float: left;
      padding-top: 4.5%; }
    .policyPc .box2 .num {
      left: 22.9%;
      top: 36%; }
  .policyPc .box3 {
    padding-top: 8.5%;
    padding-bottom: 11.2%;
    background-color: #f9f9f9;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../img/pc/support_bg4.jpg"); }
    .policyPc .box3 .pic {
      float: left;
      width: 50%; }
    .policyPc .box3 .con {
      width: 42.3%;
      float: right;
      padding-top: 5.9%; }
    .policyPc .box3 .num {
      top: 41%;
      right: 0; }
  .policyPc .box4 {
    padding-top: 7.8%;
    padding-bottom: 6.9%; }
    .policyPc .box4 .pic {
      width: 50%;
      float: right; }
    .policyPc .box4 .con {
      width: 42.3%;
      float: left;
      padding-top: 3.125%; }
      .policyPc .box4 .con .tits.t {
        padding-left: 26px; }
      .policyPc .box4 .con .tit {
        padding-left: 26px; }
        .policyPc .box4 .con .tit .tt {
          font-size: 20px;
          line-height: 36px;
          color: #666;
          margin-bottom: 17px; }
          .policyPc .box4 .con .tit .tt .t1 {
            position: relative; }
            .policyPc .box4 .con .tit .tt .t1:after {
              width: 8px;
              height: 8px;
              position: absolute;
              left: -22px;
              top: 16px;
              background-color: #000;
              border-radius: 100%;
              content: ''; }
          .policyPc .box4 .con .tit .tt .t2 {
            font-weight: 100; }
    .policyPc .box4 .num {
      left: 23.75%;
      top: 42%; }
  .policyPc .box5 {
    padding-top: 4.3%;
    padding-bottom: 7%;
    background-color: #f9f9f9;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../img/pc/support_bg1.jpg"); }
    .policyPc .box5 .pic {
      width: 50%;
      float: left; }
    .policyPc .box5 .con {
      width: 42.3%;
      float: right;
      padding-top: 6.6%; }
    .policyPc .box5 .num {
      right: 2%;
      top: 45%; }
  .policyPc .box6 {
    padding-top: 4.5%;
    padding-bottom: 9%; }
    .policyPc .box6 .pic {
      width: 50%;
      float: right; }
    .policyPc .box6 .con {
      width: 42.3%;
      float: left;
      padding-top: 6.9%; }
    .policyPc .box6 .num {
      left: 22.4%;
      top: 47%; }
  .policyPc .moreClick {
    width: 240px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #898989;
    text-align: center;
    font-size: 0;
    display: block; }
    .policyPc .moreClick span {
      font-size: 18px;
      line-height: 58px;
      color: #262626;
      display: inline-block;
      padding-right: 22px;
      background-image: url("../img/pc/xm1.png");
      background-size: 14px;
      background-position: right center;
      background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .policyPc .moreClick:hover {
        color: #fff;
        border-color: #6987c2;
        background-color: #6987c2; }
        .policyPc .moreClick:hover span {
          background-image: url("../img/pc/xm1_h.png");
          color: #fff; } }
  @media (max-width: 1366px) {
    .policyPc .title .cn {
      font-size: 30px;
      line-height: 42px; }
      .policyPc .title .cn span {
        font-size: 46px; }
    .policyPc .title .en {
      font-size: 50px;
      line-height: 52px;
      top: -16px;
      left: 100px; }
    .policyPc .con .tits {
      font-size: 26px;
      line-height: 34px;
      margin-top: 4px; }
    .policyPc .num {
      font-size: 150px;
      line-height: 120px; }
    .policyPc .con .tit {
      font-size: 16px;
      line-height: 26px; }
    .policyPc .box4 .con .tit .tt {
      font-size: 16px;
      line-height: 26px; }
    .policyPc .box4 .con .tit .tt .t1:after {
      top: 10px; } }


.investmentPc {
  padding-top: 4.2%;
  padding-bottom: 20%; }
  .investmentPc .title {
    position: relative; }
    .investmentPc .title .cn {
      font-size: 40px;
      line-height: 62px;
      color: #000;
      position: relative;
      z-index: 4; }
      .investmentPc .title .cn span {
        font-size: 60px; }
    .investmentPc .title .en {
      font-size: 76px;
      line-height: 60px;
      color: #000;
      opacity: 0.05;
      position: absolute;
      top: -20px;
      left: 163px; }
  .investmentPc .num {
    font-size: 220px;
    line-height: 165px;
    color: #000;
    opacity: 0.07;
    position: absolute;
    font-weight: bold;
    font-family: Arial; }
  .investmentPc .box1 {
    margin-top: 37px;
    padding-top: 6.1%;
    padding-bottom: 11.6%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; }
    .investmentPc .box1 .pic {
      width: 22.6%;
      float: left;
      margin-left: 12.3%; }
    .investmentPc .box1 .con {
      width: 41.8%;
      float: right;
      padding-top: 33px; }
      .investmentPc .box1 .con .tits {
        font-size: 72px;
        line-height: 74px;
        color: #000;
        font-family: Arial;
        font-style: italic;
        letter-spacing: 7px; }
      .investmentPc .box1 .con .tit {
        font-size: 36px;
        line-height: 42px;
        color: #000;
        margin-top: 22px;
        letter-spacing: -3px; }
      .investmentPc .box1 .con .tit1 {
        font-size: 20px;
        line-height: 40px;
        color: #666;
        font-weight: 100;
        margin-top: 25px; }
        .investmentPc .box1 .con .tit1 span {
          font-size: 30px;
          color: #000; }
    .investmentPc .box1 .num {
      bottom: 0;
      right: -37px; }
  .investmentPc .box2 {
    position: relative; }
    .investmentPc .box2 .content {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 8.3%; }
      .investmentPc .box2 .content .con {
        width: 44.8%;
        float: left;
        margin-left: 5.2%;
        position: relative; }
        .investmentPc .box2 .content .con .tits {
          font-size: 40px;
          line-height: 40px;
          color: #343434; }
        .investmentPc .box2 .content .con .tit {
          font-size: 36px;
          line-height: 42px;
          color: #262626;
          letter-spacing: -3px;
          margin-top: 28px; }
        .investmentPc .box2 .content .con .tit1 {
          font-size: 20px;
          line-height: 48px;
          color: #666;
          margin-top: 17px; }
        .investmentPc .box2 .content .con .num {
          right: 0;
          top: -56px; }
  .investmentPc .box3 {
    padding-top: 11.25%;
    padding-bottom: 5.7%;
    background-color: #f9f9f9;
    background-position: center bottom;
    background-size: 100% auto;
    background-image: url("../img/pc/support_bg4.jpg");
    background-repeat: no-repeat; }
    .investmentPc .box3 .pic {
      width: 44.7%;
      float: left;
      margin-left: 2.1%; }
    .investmentPc .box3 .con {
      width: 42%;
      float: right;
      padding-top: 4.2%;
      position: relative; }
      .investmentPc .box3 .con .tits {
        font-size: 36px;
        line-height: 38px;
        color: #262626;
        letter-spacing: -3px; }
      .investmentPc .box3 .con .tit1 {
        font-size: 50px;
        line-height: 52px;
        color: #262626;
        letter-spacing: -3px;
        margin-top: 16px;
        margin-bottom: 30px; }
      .investmentPc .box3 .con .tit {
        font-size: 20px;
        line-height: 36px;
        color: #666;
        margin-top: 40px; }
      .investmentPc .box3 .con .num {
        top: 28%;
        right: 8%; }
  .investmentPc .box4 {
    padding-top: 5.8%;
    padding-bottom: 10.7%; }
    .investmentPc .box4 .pic {
      width: 50%;
      float: right; }
    .investmentPc .box4 .con {
      width: 41.8%;
      float: left;
      margin-left: 5.5%;
      padding-top: 4.5%;
      position: relative; }
      .investmentPc .box4 .con .tits {
        font-size: 36px;
        line-height: 38px;
        color: #262626; }
      .investmentPc .box4 .con .tit {
        font-size: 36px;
        line-height: 72px;
        color: #262626;
        margin-top: 36px; }
        .investmentPc .box4 .con .tit span {
          font-size: 70px;
          font-style: italic;
          color: #000;
          letter-spacing: 7px;
          font-weight: bold;
          letter-spacing: 20px; }
      .investmentPc .box4 .con .tit1 {
        font-size: 20px;
        line-height: 36px;
        color: #666;
        padding-left: 17px;
        font-weight: bold;
        margin-top: 17px; }
        .investmentPc .box4 .con .tit1 p {
          position: relative;
          margin-bottom: 18px; }
          .investmentPc .box4 .con .tit1 p span {
            color: #000;
            font-size: 30px; }
          .investmentPc .box4 .con .tit1 p:after {
            width: 8px;
            height: 8px;
            top: 20px;
            left: -22px;
            position: absolute;
            content: '';
            border-radius: 100%;
            background-color: #000; }
          .investmentPc .box4 .con .tit1 p:last-child {
            margin-bottom: 0; }
      .investmentPc .box4 .con .num {
        top: 55%;
        right: 10%; }
  .investmentPc .box5 {
    background-color: #f9f9f9;
    background-position: center bottom;
    background-size: 100% auto;
    background-image: url("../img/pc/support_bg1.jpg");
    background-repeat: no-repeat;
    padding-top: 5.2%;
    padding-bottom: 12%; }
    .investmentPc .box5 .pic {
      width: 49.3%;
      float: left; }
    .investmentPc .box5 .con {
      width: 41.8%;
      float: right;
      padding-top: 5%; }
      .investmentPc .box5 .con .tits {
        font-size: 36px;
        line-height: 48px;
        color: #262626;
        letter-spacing: -3px; }
      .investmentPc .box5 .con .tit {
        font-size: 20px;
        line-height: 36px;
        color: #666;
        padding-left: 17px;
        font-weight: bold;
        margin-top: 17px; }
        .investmentPc .box5 .con .tit p {
          position: relative;
          margin-bottom: 18px; }
          .investmentPc .box5 .con .tit p span {
            color: #000;
            font-size: 30px; }
          .investmentPc .box5 .con .tit p:after {
            width: 8px;
            height: 8px;
            top: 20px;
            left: -22px;
            position: absolute;
            content: '';
            border-radius: 100%;
            background-color: #000; }
          .investmentPc .box5 .con .tit p:last-child {
            margin-bottom: 0; }
      .investmentPc .box5 .con .num {
        right: 3%;
        top: 22%; }
  @media (max-width: 1366px) {
    .investmentPc .title .cn {
      font-size: 30px;
      line-height: 42px; }
      .investmentPc .title .cn span {
        font-size: 46px; }
    .investmentPc .title .en {
      font-size: 50px;
      line-height: 52px;
      top: -16px;
      left: 100px; }
    .investmentPc .num {
      font-size: 150px;
      line-height: 120px; }
    .investmentPc .box1 .con .tits {
      font-size: 54px;
      line-height: 56px; }
    .investmentPc .box1 .con .tit {
      font-size: 26px;
      line-height: 32px;
      margin-top: 10px; }
    .investmentPc .box1 .con .tit1 {
      font-size: 16px;
      line-height: 32px;
      margin-top: 15px; }
      .investmentPc .box1 .con .tit1 span {
        font-size: 22px; }
    .investmentPc .box2 .content .con .tits {
      font-size: 28px;
      line-height: 30px; }
    .investmentPc .box2 .content .con .tit {
      font-size: 26px;
      line-height: 30px;
      margin-top: 10px; }
    .investmentPc .box2 .content .con .tit1 {
      font-size: 16px;
      line-height: 32px; }
    .investmentPc .box3 .con .tits {
      font-size: 26px;
      line-height: 28px; }
    .investmentPc .box3 .con .tit1 {
      font-size: 36px;
      line-height: 38px;
      margin-top: 6px;
      margin-bottom: 15px; }
    .investmentPc .box3 .con .tit {
      font-size: 16px;
      line-height: 28px;
      margin-top: 20px; }
    .investmentPc .box4 .con .tits {
      font-size: 26px;
      line-height: 28px; }
    .investmentPc .box4 .con .tit {
      font-size: 26px;
      line-height: 52px;
      margin-top: 20px; }
      .investmentPc .box4 .con .tit span {
        font-size: 50px;
        letter-spacing: 5px; }
    .investmentPc .box4 .con .tit1 {
      font-size: 16px;
      line-height: 26px; }
      .investmentPc .box4 .con .tit1 p {
        margin-bottom: 10px; }
        .investmentPc .box4 .con .tit1 p span {
          font-size: 24px; }
        .investmentPc .box4 .con .tit1 p:after {
          top: 14px; }
    .investmentPc .box5 .con .tits {
      font-size: 26px;
      line-height: 34px; }
    .investmentPc .box5 .con .tit {
      font-size: 16px;
      line-height: 26px; }
      .investmentPc .box5 .con .tit p {
        margin-bottom: 10px; }
        .investmentPc .box5 .con .tit p span {
          font-size: 24px; }
        .investmentPc .box5 .con .tit p:after {
          top: 14px; } }


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