@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Light.eot");
  src: url("../fonts/DIN-Light.eot") format("embedded-opentype"), url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype"), url("../fonts/DIN-Light.svg") format("svg"); }
.DIN {
  font-family: "DIN"; }

@font-face {
  font-family: "MON";
  src: url("../fonts/MONTSERRAT-REGULAR.WOFF.TTF") format("truetype"); }
.MON {
  font-family: "MON"; }

body {
  width: 100%; }

.main {
  overflow: hidden;
  width: 100%;
  display: block; }

.lineOne {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

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

.w1520 {
  max-width: 92%;
  margin: 0 auto;
  width: 1520px; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 96px;
  transition: all 0.5s; }
  .header .w1520 {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between; }
  .header .logo {
    width: 120px;
    height: 100%;
    display: block;
    position: relative; }
    .header .logo img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
      .header .logo img.logoB {
        display: none; }
  .header .headerRight {
    height: 100%;
    flex: 1; }
    .header .headerRight .search {
      width: 40px;
      height: 40px;
      background-position: center;
      background-image: url("../img/search_w.png");
      background-repeat: no-repeat;
      display: block;
      float: right;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .header .headerRight .tel {
      width: 40px;
      height: 40px;
      background-position: center;
      background-image: url("../img/tel_w.png");
      background-repeat: no-repeat;
      display: block;
      float: right;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .header .headerRight .nav {
      float: right;
      margin-right: 5px; }
      .header .headerRight .nav .bg {
        background-color: #f0f0f0;
        display: block;
        width: 100vw;
        height: 0;
        position: fixed;
        left: 0;
        z-index: 1;
        top: 96px; }
        .header .headerRight .nav .bg.on {
          height: 60px;
          transition: all 0.3s; }
      .header .headerRight .nav ul li {
        float: left;
        position: relative; }
        .header .headerRight .nav ul li .tits {
          font-size: 16px;
          line-height: 96px;
          color: #fff;
          display: block;
          padding: 0 18px;
          position: relative;
          z-index: 10; }
          .header .headerRight .nav ul li .tits:after {
            width: calc(100% - 36px);
            left: 18px;
            bottom: 0;
            height: 4px;
            background-color: #0083cf;
            content: '';
            position: absolute;
            opacity: 0;
            transition: opacity 0.2s; }
        .header .headerRight .nav ul li .mnav {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          position: absolute;
          height: 60px;
          overflow: hidden;
          top: 100%;
          left: 18px;
          margin: 0;
          list-style: none;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          width: 70vw; }
          .header .headerRight .nav ul li .mnav.lastNav {
            left: auto;
            right: 13px;
            justify-content: flex-end; }
          .header .headerRight .nav ul li .mnav dd {
            position: relative;
            z-index: 5;
            margin-right: 2.08333vw;
            top: -30px;
            transition: all 0.5s; }
            .header .headerRight .nav ul li .mnav dd:last-child {
              margin-right: 0; }
            .header .headerRight .nav ul li .mnav dd a {
              font-size: 16px;
              line-height: 60px;
              color: #666; }
              @media (min-width: 1024px) {
                .header .headerRight .nav ul li .mnav dd a:hover {
                  color: #0083cf; } }
        @media (min-width: 1024px) {
          .header .headerRight .nav ul li:hover .tits {
            color: #0083cf !important; }
            .header .headerRight .nav ul li:hover .tits:after {
              opacity: 1; }
          .header .headerRight .nav ul li:hover .mnav {
            opacity: 1;
            top: 100%;
            visibility: initial;
            z-index: 99; }
            .header .headerRight .nav ul li:hover .mnav dd {
              top: 0; } }
    .header .headerRight .navClick {
      float: right;
      width: 22px;
      height: 18px;
      margin-top: 16px;
      display: none;
      margin-left: 10px; }
      .header .headerRight .navClick span {
        width: 100%;
        height: 2px;
        margin-bottom: 6px;
        background-color: #000;
        display: block;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s; }
        .header .headerRight .navClick span:nth-child(3) {
          margin-bottom: 0; }
      .header .headerRight .navClick.on span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 8px;
        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; }
  @media (min-width: 1024px) {
    .header:hover {
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      .header:hover .logo img.logoB {
        display: block; }
      .header:hover .logo img.logoW {
        display: none; }
      .header:hover .headerRight .search {
        background-image: url("../img/search.png"); }
      .header:hover .headerRight .tel {
        background-image: url("../img/tel.png"); }
      .header:hover .headerRight .nav ul li .tits {
        color: #000; }
      .header:hover .headerRight .nav ul li.on .tits {
        color: #0083cf; }
        .header:hover .headerRight .nav ul li.on .tits:after {
          opacity: 1; } }
  .header.open {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .header.open .logo img.logoB {
      display: block; }
    .header.open .logo img.logoW {
      display: none; }
    .header.open .headerRight .search {
      background-image: url("../img/search.png"); }
    .header.open .headerRight .tel {
      background-image: url("../img/tel.png"); }
    .header.open .headerRight .nav ul li .tits {
      color: #000; }
    .header.open .headerRight .nav ul li.on .tits {
      color: #0083cf; }
      .header.open .headerRight .nav ul li.on .tits:after {
        opacity: 1; }
  .header.on {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 80px; }
    .header.on .logo img.logoB {
      display: block; }
    .header.on .logo img.logoW {
      display: none; }
    .header.on .headerRight .search {
      background-image: url("../img/search.png"); }
    .header.on .headerRight .tel {
      background-image: url("../img/tel.png"); }
    .header.on .headerRight .nav .bg {
      top: 80px; }
    .header.on .headerRight .nav ul li .tits {
      color: #000;
      line-height: 80px; }
    .header.on .headerRight .nav ul li .mnav:before {
      top: 80px; }
    .header.on .headerRight .nav ul li.on .tits {
      color: #0083cf; }
      .header.on .headerRight .nav ul li.on .tits:after {
        opacity: 1; }
  @media (max-width: 1200px) {
    .header .headerRight .nav ul li .tits {
      padding: 0 12px;
      font-size: 15px; }
    .header .headerRight .search {
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px !important;
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      .header .logo {
        width: 80px; }
        .header .logo img.logoB {
          display: block; }
        .header .logo img.logoW {
          display: none; }
      .header .headerRight .search {
        width: 30px;
        background-image: url("../img/search.png"); }
      .header .headerRight .tel {
        background-image: url("../img/tel.png");
        width: 30px; }
      .header .headerRight .nav {
        display: none;
        width: 100%;
        position: fixed;
        z-index: 15;
        border-top: 1px solid #eee;
        height: calc(100% - 50px);
        overflow-y: auto;
        box-sizing: border-box;
        top: 50px;
        left: 0;
        float: none;
        background-color: #fff; }
        .header .headerRight .nav ul {
          padding: 20px 4%; }
          .header .headerRight .nav ul li {
            width: 100%;
            float: none; }
            .header .headerRight .nav ul li .tits {
              color: #0c1729 !important;
              border-bottom: 1px solid #e5e5e5;
              padding: 0;
              height: auto;
              font-weight: 500;
              line-height: 40px !important;
              font-size: 16px; }
              .header .headerRight .nav ul li .tits:after {
                display: none !important; }
            .header .headerRight .nav ul li .mnav {
              display: block;
              position: relative;
              width: 100%;
              margin-left: 0 !important;
              left: 0;
              opacity: 1;
              visibility: inherit;
              height: auto;
              padding: 0;
              right: auto !important; }
              .header .headerRight .nav ul li .mnav dd {
                top: 0;
                display: inline-block;
                margin-right: 10px; }
                .header .headerRight .nav ul li .mnav dd a {
                  color: #0c1729;
                  line-height: 36px;
                  font-size: 14px; }
      .header .headerRight .navClick {
        display: block; } }

.index-banner {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden; }
  .index-banner .bannerBox {
    width: 100%;
    height: 100vh; }
    .index-banner .bannerBox .li {
      width: 100%;
      height: 100vh;
      position: relative; }
      .index-banner .bannerBox .li .img {
        display: none;
        width: 100%; }
      .index-banner .bannerBox .li .video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        z-index: 10; }
  .index-banner .scrollBox {
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%); }
    .index-banner .scrollBox .t {
      font-size: 14px;
      line-height: 16px;
      font-family: 'MONR';
      color: #fff; }
    .index-banner .scrollBox .but {
      width: 24px;
      height: 38px;
      border-radius: 12px;
      border: 2px solid #fff;
      margin: 7px auto 0;
      position: relative;
      box-sizing: border-box; }
      .index-banner .scrollBox .but span {
        width: 2px;
        height: 10px;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        animation: myScroll 1s linear infinite; }
  .index-banner .btns {
    position: absolute;
    bottom: 60px;
    left: 9.6%;
    z-index: 200;
    display: inline-flex; }
    .index-banner .btns .t {
      display: flex;
      align-items: center;
      opacity: 0.4;
      cursor: pointer; }
      .index-banner .btns .t span {
        width: 45px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        font-family: 'MONR';
        color: #fff; }
      .index-banner .btns .t i {
        width: 150px;
        height: 2px;
        background-color: #76797a;
        display: none;
        margin: 0 15px;
        position: relative;
        overflow: hidden;
        display: none; }
        .index-banner .btns .t i:after {
          width: 0;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #fa0000;
          content: ''; }
      .index-banner .btns .t.on {
        opacity: 1; }
        .index-banner .btns .t.on i:after {
          animation: myWidth 8s ease; }
  @media (max-width: 768px) {
    .index-banner {
      height: auto;
      margin-top: 50px;
      position: relative; }
      .index-banner .bannerBox {
        height: auto; }
        .index-banner .bannerBox .li {
          height: auto;
          background: none !important; }
          .index-banner .bannerBox .li .img {
            display: block; }
      .index-banner .btns {
        bottom: 10px;
        left: 10px; }
        .index-banner .btns .t {
          margin-right: 15px; }
          .index-banner .btns .t span {
            font-size: 12px;
            width: auto; }
      .index-banner .scrollBox {
        bottom: 15px; }
        .index-banner .scrollBox .t {
          font-size: 12px; }
        .index-banner .scrollBox .but {
          width: 18px;
          height: 26px;
          border-radius: 9px;
          border-width: 1px; }
          .index-banner .scrollBox .but span {
            width: 1px; } }

.indexTitle {
  text-align: center;
  color: #010101; }
  .indexTitle .tits {
    font-size: 2.5vw;
    line-height: 2.60417vw; }
  .indexTitle .tit {
    font-size: 1.5625vw;
    line-height: 1.66667vw;
    opacity: 0.9;
    margin-top: 1.04167vw;
    color: #666; }
  @media (max-width: 768px) {
    .indexTitle .tits {
      font-size: 22px;
      line-height: 24px; }
    .indexTitle .tit {
      font-size: 14px;
      line-height: 16px;
      margin-top: 5px; } }

.index {
  width: 100%;
  margin-top: 100vh;
  background-color: #fff;
  z-index: 5;
  position: relative; }
  .index .box1 {
    padding-top: 4.2%;
    padding-bottom: 4.6%; }
    .index .box1 .list {
      margin-top: 4.2%; }
      .index .box1 .list ul li {
        width: 24.1%;
        float: left;
        margin-right: 1.2%; }
        .index .box1 .list ul li:last-child {
          margin-right: 0; }
        .index .box1 .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .index .box1 .list ul li a .pic {
            width: 100%;
            height: auto;
            overflow: hidden;
            position: relative; }
            .index .box1 .list ul li a .pic .img1 {
              transition: all 0.5s; }
            .index .box1 .list ul li a .pic .con {
              width: 100%;
              position: absolute;
              top: 50%;
              margin-top: -56px;
              left: 0;
              opacity: 0;
              transition: all 0.5s;
              z-index: 10; }
              .index .box1 .list ul li a .pic .con img {
                max-width: 90%;
                margin: 0 auto;
                display: block; }
              .index .box1 .list ul li a .pic .con .more {
                width: 114px;
                height: 34px;
                border-radius: 17px;
                border: 1px solid #666;
                margin: 30px auto 0;
                box-sizing: border-box;
                font-size: 16px;
                font-weight: 200;
                line-height: 32px;
                color: #666;
                text-align: center; }
          .index .box1 .list ul li a .t {
            text-align: center;
            font-size: 20px;
            line-height: 22px;
            color: #000;
            margin-top: 23px; }
        @media (min-width: 1024px) {
          .index .box1 .list ul li:hover a .pic {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
            .index .box1 .list ul li:hover a .pic .img1 {
              opacity: 0; }
            .index .box1 .list ul li:hover a .pic .con {
              opacity: 1; } }
  .index .box2 {
    width: 100%;
    height: 0;
    padding-bottom: 41.4%;
    position: relative; }
    .index .box2 .picList {
      width: 100%;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0; }
      .index .box2 .picList ul {
        width: 100%;
        height: 100%; }
        .index .box2 .picList ul li {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          z-index: 0; }
          .index .box2 .picList ul li.on {
            z-index: 10; }
          .index .box2 .picList ul li.oldOn {
            z-index: 9; }
          .index .box2 .picList ul li.toLeft {
            animation: picToLeft 0.5s linear alternate; }
          .index .box2 .picList ul li.toRight {
            animation: picToRight 0.5s linear alternate; }
      .index .box2 .picList .txt {
        width: 100%;
        position: absolute;
        top: 27%;
        left: 0;
        text-align: center;
        font-size: 2.60417vw;
        line-height: 2.70833vw;
        color: #fff;
        font-weight: 500;
        z-index: 20; }
        .index .box2 .picList .txt .t {
          display: none;
          text-shadow: 10px 5px 10px rgba(0, 0, 0, 0.2); }
          .index .box2 .picList .txt .t.on {
            display: block; }
    .index .box2 .boxBottom {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      position: absolute;
      bottom: 84px;
      z-index: 15; }
      .index .box2 .boxBottom .imgList ul {
        display: flex;
        align-items: flex-end;
        height: 80px; }
        .index .box2 .boxBottom .imgList ul li {
          width: 120px;
          height: 5px;
          box-sizing: border-box;
          border: 1px solid #fff;
          position: relative;
          float: left;
          margin: 0 6px;
          cursor: pointer;
          transform-origin: 100% 50%;
          transition: all 0.5s; }
          .index .box2 .boxBottom .imgList ul li .img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0; }
          .index .box2 .boxBottom .imgList ul li .t {
            width: 120%;
            text-align: center;
            position: absolute;
            bottom: -35px;
            color: #fff;
            font-size: 16px;
            line-height: 18px;
            font-weight: 200;
            display: none;
            margin-left: -10%; }
          .index .box2 .boxBottom .imgList ul li:after {
            width: 0;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #0083cf;
            content: ''; }
          .index .box2 .boxBottom .imgList ul li.on {
            height: 80px; }
            .index .box2 .boxBottom .imgList ul li.on .img {
              opacity: 1; }
            .index .box2 .boxBottom .imgList ul li.on .t {
              display: block; }
          .index .box2 .boxBottom .imgList ul li.lienAn:after {
            animation: myWidth 10s linear; }
      .index .box2 .boxBottom .btnsBox {
        margin-left: 20px;
        display: flex;
        align-items: center; }
        .index .box2 .boxBottom .btnsBox .a {
          width: 20px;
          height: 20px;
          background-size: auto 100%;
          background-repeat: no-repeat;
          background-position: center;
          float: left; }
          .index .box2 .boxBottom .btnsBox .a.prev {
            background-image: url("../img/left1.png"); }
          .index .box2 .boxBottom .btnsBox .a.next {
            background-image: url("../img/right1.png"); }
        .index .box2 .boxBottom .btnsBox .stop {
          width: 20px;
          height: 20px;
          background-size: auto 100%;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/stop.png");
          float: left;
          margin-left: 10px; }
        .index .box2 .boxBottom .btnsBox .num {
          font-size: 30px;
          line-height: 26px;
          height: 26px;
          color: #fff;
          float: left;
          font-family: Montserrat;
          font-weight: 400;
          margin: 0 20px; }
          .index .box2 .boxBottom .btnsBox .num i {
            font-size: 18px; }
  .index .box3 {
    padding-top: 4.5%;
    padding-bottom: 6%; }
    .index .box3 .list {
      margin-top: 2.60417vw; }
      .index .box3 .list ul.swiper-wrapper {
        transition-timing-function: linear; }
      .index .box3 .list ul li {
        width: 16.66667%;
        float: left;
        height: 6.77083vw;
        position: relative; }
        .index .box3 .list ul li img {
          max-width: 80%;
          max-height: 80%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .index .box3 .more {
      width: 15.10417vw;
      height: 3.75vw;
      background-color: #f7f7f7;
      margin: 3% auto 0;
      display: block;
      text-align: center;
      font-size: 18px;
      line-height: 3.75vw;
      color: #343434;
      transition: all 0.4s; }
      @media (min-width: 1024px) {
        .index .box3 .more:hover {
          background-color: #0083cf;
          color: #fff; } }
  .index .box4 {
    width: 100%;
    position: relative;
    padding-top: 7.6%;
    padding-bottom: 8.2%;
    background-attachment: fixed; }
    .index .box4 .con {
      width: 100%;
      top: 50%;
      left: 0;
      color: #fff; }
      .index .box4 .con .title {
        text-align: center; }
        .index .box4 .con .title .tits {
          font-size: 4.16667vw;
          line-height: 3.125vw; }
        .index .box4 .con .title .tit {
          font-size: 1.5625vw;
          line-height: 1.66667vw;
          margin-top: 2.70833vw; }
      .index .box4 .con .itemBox {
        width: 1320px;
        max-width: 100%;
        margin: 7.2% auto 0;
        display: flex; }
        .index .box4 .con .itemBox .item {
          flex: 1 0 0;
          text-align: center; }
          .index .box4 .con .itemBox .item .num {
            line-height: 3.33333vw;
            height: 3.4375vw; }
            .index .box4 .con .itemBox .item .num span {
              font-size: 4.6875vw;
              font-family: 'DIN'; }
            .index .box4 .con .itemBox .item .num i {
              font-size: 1.25vw; }
          .index .box4 .con .itemBox .item .t {
            font-size: 1.25vw;
            line-height: 1.35417vw;
            margin-top: 0.67708vw; }
          .index .box4 .con .itemBox .item:nth-child(3) .num i {
            font-size: 3.75vw;
            display: inline-block;
            transform: translateY(6px); }
  .index .box5 {
    padding: 5.6% 0; }
    .index .box5 .itemBox {
      width: 1266px;
      max-width: 92%;
      margin: 0 auto;
      display: flex; }
      .index .box5 .itemBox .item {
        flex: 1 0 0;
        text-align: center;
        position: relative; }
        .index .box5 .itemBox .item:after {
          width: 1px;
          height: calc(100% - 20px);
          background-color: #c1c1c1;
          position: absolute;
          right: 0;
          top: 0;
          content: ''; }
        .index .box5 .itemBox .item:last-child:after {
          display: none; }
        .index .box5 .itemBox .item .icon {
          width: 60px;
          height: 60px;
          border-radius: 100%;
          border: 1px solid #444;
          box-sizing: border-box;
          margin: 0 auto; }
        .index .box5 .itemBox .item .t {
          font-size: 18px;
          line-height: 20px;
          color: #343434;
          margin-top: 33px; }
        .index .box5 .itemBox .item .t1 {
          font-size: 14px;
          line-height: 16px;
          color: #999ea3;
          margin-top: 15px; }
        .index .box5 .itemBox .item .more {
          width: 165px;
          height: 45px;
          text-align: center;
          font-size: 14px;
          line-height: 45px;
          color: #fff;
          background-color: #444;
          margin: 33px auto 0;
          display: block;
          transition: all 0.5s; }
          @media (min-width: 1024px) {
            .index .box5 .itemBox .item .more:hover {
              background-color: #0083cf;
              color: #fff; } }
  @media (max-width: 1366px) {
    .index .box1 .list ul li a .t {
      font-size: 18px;
      line-height: 20px;
      margin-top: 18px; }
    .index .box3 .more {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .index .box1 .list ul li a .t {
      font-size: 16px;
      line-height: 18px;
      margin-top: 10px; }
    .index .box3 .more {
      font-size: 14px; }
    .index .box3 .list ul li {
      width: 20%;
      height: 80px; } }
  @media (max-width: 768px) {
    .index {
      margin-top: 0; }
      .index .box1 .list ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%; }
        .index .box1 .list ul li:nth-child(2n) {
          margin-right: 0; }
        .index .box1 .list ul li a .t {
          font-size: 15px;
          line-height: 17px; }
      .index .box2 {
        padding-bottom: 40vh; }
      .index .box2 .picList .txt {
        font-size: 20px;
        line-height: 22px; }
      .index .box2 .boxBottom {
        bottom: 15px; }
        .index .box2 .boxBottom .imgList {
          display: none; }
        .index .box2 .boxBottom .btnsBox {
          margin-left: 0; }
          .index .box2 .boxBottom .btnsBox .num {
            font-size: 20px; }
            .index .box2 .boxBottom .btnsBox .num i {
              font-size: 14px; }
          .index .box2 .boxBottom .btnsBox .stop {
            display: none; }
      .index .box2 .picList .txt .t {
        padding: 0 15px;
        box-sizing: border-box; }
      .index .box3 .list {
        height: 400px;
        overflow: hidden; }
      .index .box3 .list ul li {
        width: 50%;
        height: 80px; }
        .index .box3 .list ul li img {
          max-width: 80%;
          max-height: 65%; }
      .index .box3 .more {
        width: 110px;
        height: 32px;
        line-height: 32px; }
      .index .box4 .con .title .tits {
        font-size: 24px;
        line-height: 26px; }
      .index .box4 .con .title .tit {
        font-size: 13px;
        line-height: 15px; }
      .index .box4 .con .itemBox {
        flex-wrap: wrap; }
        .index .box4 .con .itemBox .item {
          flex: 50%;
          padding: 20px 0; }
          .index .box4 .con .itemBox .item .num {
            line-height: 34px;
            height: 34px; }
            .index .box4 .con .itemBox .item .num span {
              font-size: 34px; }
            .index .box4 .con .itemBox .item .num i {
              font-size: 12px; }
          .index .box4 .con .itemBox .item .t {
            font-size: 13px;
            line-height: 16px; }
          .index .box4 .con .itemBox .item:nth-child(2) .num i, .index .box4 .con .itemBox .item:nth-child(3) .num i {
            transform: translateY(0px); }
      .index .box5 .itemBox {
        max-width: 100%; }
        .index .box5 .itemBox .item .icon {
          width: 44px;
          height: 44px; }
        .index .box5 .itemBox .item .t {
          font-size: 14px;
          line-height: 18px;
          margin-top: 10px; }
        .index .box5 .itemBox .item .more {
          width: 90px;
          height: 30px;
          line-height: 30px;
          font-size: 12px;
          margin: 10px auto 0; } }

@keyframes circle {
  0% {
    stroke-dashoffset: 75.39; }
  to {
    stroke-dashoffset: 0; } }
.footer {
  background-color: #000;
  padding-top: 45px;
  position: relative;
  z-index: 15; }
  .footer .top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px; }
    .footer .top .tel {
      float: left;
      margin-right: 12%; }
      .footer .top .tel .t {
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        opacity: 0.8; }
      .footer .top .tel .t1 {
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        font-family: 'DIN';
        margin-top: 10px;
        font-weight: bold; }
    .footer .top .shareBox {
      float: left; }
      .footer .top .shareBox .t {
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        opacity: 0.8; }
      .footer .top .shareBox .share {
        margin-top: 20px; }
        .footer .top .shareBox .share a {
          display: block;
          float: left;
          margin-right: 55px;
          position: relative; }
          .footer .top .shareBox .share a:last-child {
            margin-right: 0; }
          .footer .top .shareBox .share a .ewm {
            width: 120px;
            height: 120px;
            position: absolute;
            left: 50%;
            bottom: 30px;
            margin-left: -60px;
            background-color: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            display: none; }
            .footer .top .shareBox .share a .ewm:after {
              width: 0px;
              height: 0px;
              content: '';
              border-top: 10px solid #fff;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              left: 50%;
              margin-left: -10px;
              bottom: -10px;
              position: absolute; }
          .footer .top .shareBox .share a:hover .ewm {
            display: block; }
    .footer .top .topRight {
      float: right; }
      .footer .top .topRight .t {
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        opacity: 0.8; }
      .footer .top .topRight .t1 {
        margin-top: 15px; }
        .footer .top .topRight .t1 a {
          font-size: 18px;
          line-height: 20px;
          color: #fff;
          padding-right: 15px;
          background-position: right center;
          background-repeat: no-repeat;
          background-image: url("../img/footer_icon7.png");
          margin-right: 38px; }
          .footer .top .topRight .t1 a:last-child {
            margin-right: 0; }
  .footer .nav {
    display: flex;
    align-items: top;
    justify-content: space-between;
    padding-top: 42px;
    margin-bottom: 87px; }
    .footer .nav dl dt {
      margin-bottom: 35px; }
      .footer .nav dl dt a {
        font-size: 16px;
        line-height: 18px;
        color: #fff; }
    .footer .nav dl dd a {
      font-size: 14px;
      line-height: 36px;
      color: #fff;
      opacity: 0.8; }
  .footer .bottom .copyright {
    font-size: 14px;
    line-height: 76px;
    color: #fff;
    float: left; }
    .footer .bottom .copyright a {
      color: #fff;
      margin-left: 32px;
      display: inline-block; }
      .footer .bottom .copyright a img {
        margin-right: 10px; }
  .footer .bottom .mnav {
    float: right; }
    .footer .bottom .mnav a {
      font-size: 14px;
      line-height: 76px;
      color: #fff;
      display: inline-block;
      padding-right: 28px;
      position: relative; }
      .footer .bottom .mnav a:after {
        width: 1px;
        height: 18px;
        background-color: #fff;
        position: absolute;
        right: 14px;
        top: 29px;
        content: ''; }
      .footer .bottom .mnav a:last-child {
        padding-right: 0; }
        .footer .bottom .mnav a:last-child:after {
          display: none; }
  @media (max-width: 1024px) {
    .footer {
      padding-top: 15px; }
      .footer .nav {
        display: none; }
      .footer .top {
        padding-bottom: 15px; }
        .footer .top .tel .t {
          font-size: 13px;
          line-height: 15px; }
        .footer .top .tel .t1 {
          font-size: 20px;
          line-height: 20px; }
        .footer .top .shareBox .t {
          font-size: 13px;
          line-height: 15px; }
        .footer .top .shareBox .share {
          margin-top: 11px; }
        .footer .top .topRight {
          width: 100%;
          margin-top: 20px; }
          .footer .top .topRight .t {
            font-size: 13px;
            line-height: 15px; }
          .footer .top .topRight .t1 a {
            margin-right: 20px;
            font-size: 14px; }
      .footer .bottom {
        padding: 15px 0; }
        .footer .bottom .copyright {
          font-size: 12px;
          line-height: 20px;
          text-align: center;
          float: none;
          width: 100%; }
          .footer .bottom .copyright a {
            display: block;
            margin-left: 0; }
        .footer .bottom .mnav {
          width: 100%;
          float: none;
          text-align: center;
          font-size: 0;
          margin-top: 10px; }
          .footer .bottom .mnav a {
            font-size: 12px;
            line-height: 24px;
            position: relative; }
            .footer .bottom .mnav a:after {
              top: 4px; } }

@-webkit-keyframes mymove4 {
  from {
    transform: scale(1.2); }
  to {
    transform: scale(1); } }
@-webkit-keyframes myWidth {
  from {
    width: 0; }
  to {
    width: 100%; } }
@-webkit-keyframes myScroll {
  0% {
    margin-top: -6px; }
  50% {
    margin-top: 6px; }
  100% {
    margin-top: -6px; } }
@-webkit-keyframes picToLeft {
  from {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 90% 100%); }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
@-webkit-keyframes picToRight {
  from {
    clip-path: polygon(0 0, 0 0, 10% 100%, 0 100%); }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
.bgColor {
  background-color: #f9f9f9; }

.banner {
  width: 100%;
  height: 35.72917vw;
  position: relative;
  overflow: hidden; }
  .banner .mBg {
    width: 100%;
    display: none; }
  .banner .con {
    width: 100%;
    position: absolute;
    top: 14.58333vw;
    left: 0;
    font-size: 2.5vw;
    line-height: 2.60417vw;
    color: #fff;
    font-weight: 500; }
  .banner .insideNav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .banner .insideNav a {
      font-size: 1.04167vw;
      font-weight: 100;
      line-height: 3.95833vw;
      color: #fff;
      margin-right: 5.98958vw;
      position: relative;
      display: inline-block; }
      .banner .insideNav a:after {
        width: 0;
        left: 50%;
        bottom: 0;
        height: 4px;
        content: '';
        background-color: #0083cf;
        transition: 0.5s;
        position: absolute; }
      @media (min-width: 1024px) {
        .banner .insideNav a:hover {
          font-weight: 400; }
          .banner .insideNav a:hover:after {
            width: 100%;
            left: 0; } }
      .banner .insideNav a.on {
        font-weight: 400; }
        .banner .insideNav a.on:after {
          width: 100%;
          left: 0; }
  @media (max-width: 1200px) {
    .banner .insideNav a {
      font-size: 15px;
      line-height: 50px; } }
  @media (max-width: 1024px) {
    .banner {
      margin-top: 50px; } }
  @media (max-width: 768px) {
    .banner {
      height: auto;
      background: none !important; }
      .banner .mBg {
        display: block; }
      .banner .con {
        top: 30%;
        font-size: 22px;
        line-height: 24px; }
      .banner .insideNav a {
        font-size: 14px;
        line-height: 44px; }
        .banner .insideNav a:after {
          height: 2px; } }

.mainPic {
  position: relative;
  overflow: hidden; }
  .mainPic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 1.2s; }

.news {
  padding-top: 4.42708vw;
  padding-bottom: 2.29167vw; }
  .news .top {
    width: 100%;
    position: relative; }
    .news .top ul li {
      margin-right: 15px; }
      .news .top ul li:last-child {
        margin-right: 0; }
      .news .top ul li a {
        width: 100%;
        display: block; }
        .news .top ul li a .mainPic {
          width: 50.85%;
          float: left;
          height: 23.69792vw; }
        .news .top ul li a .con {
          width: 43.75%;
          float: right;
          color: #343434;
          padding-top: 1.04167vw; }
          .news .top ul li a .con .time {
            font-size: 0.9375vw;
            line-height: 1.04167vw; }
          .news .top ul li a .con .tits {
            font-size: 1.5625vw;
            line-height: 2.5vw;
            height: 5vw;
            font-weight: 500;
            margin-top: 0.67708vw;
            -webkit-line-clamp: 1; }
          .news .top ul li a .con .tit {
            font-size: 0.83333vw;
            line-height: 2.08333vw;
            height: 6.25vw;
            margin-top: 1.92708vw;
            -webkit-line-clamp: 3;
            display: none; }
      @media (min-width: 1024px) {
        .news .top ul li:hover a .mainPic img {
          transform: scale(1.1); }
        .news .top ul li:hover a .con .tits {
          color: #0083cf; } }
    .news .top .btns {
      position: absolute;
      z-index: 10;
      bottom: 2.70833vw;
      right: 2.60417vw; }
      .news .top .btns a {
        width: 3.02083vw;
        height: 3.02083vw;
        border-radius: 100%;
        background-color: #fff;
        display: block;
        float: left;
        margin-right: 0.78125vw;
        position: relative; }
        .news .top .btns a:last-child {
          margin-right: 0; }
        .news .top .btns a:after {
          width: 0.72917vw;
          height: 0.72917vw;
          content: '';
          position: absolute;
          border-top: 2px solid #272536;
          border-left: 2px solid #272536;
          top: 50%;
          left: 50%;
          margin-top: -0.41667vw;
          margin-left: -0.26042vw;
          box-sizing: border-box;
          display: block;
          transform-origin: 50% 50%; }
        .news .top .btns a.prev:after {
          transform: rotate(-45deg); }
        .news .top .btns a.next:after {
          transform: rotate(135deg);
          margin-left: -0.52083vw; }
  .news .list {
    margin-top: 3.07292vw; }
    .news .list ul li {
      width: 30.6%;
      float: left;
      margin-right: 4.1%;
      margin-bottom: 2.08333vw;
      position: relative; }
      .news .list ul li:nth-child(3n) {
        margin-right: 0; }
      .news .list ul li a {
        width: 100%;
        height: auto;
        display: block;
        padding: 1.97917vw 1.40625vw 1.77083vw;
        box-sizing: border-box; }
        .news .list ul li a .mainPic {
          width: 100%;
          height: 13.28125vw; }
        .news .list ul li a .tits {
          width: 100%;
          font-size: 1.04167vw;
          line-height: 1.5625vw;
          height: 3.125vw;
          color: #343434;
          -webkit-line-clamp: 2;
          font-weight: 200;
          padding-right: 1.14583vw;
          margin-top: 2.08333vw;
          box-sizing: border-box; }
        .news .list ul li a .tit {
          display: flex;
          align-items: flex-end;
          margin-top: 1.30208vw; }
          .news .list ul li a .tit .t {
            font-size: 0.78125vw;
            line-height: 0.88542vw;
            color: #959595; }
          .news .list ul li a .tit .time {
            font-size: 0.9375vw;
            line-height: 1.5625vw;
            color: #000000;
            margin-left: auto; }
            .news .list ul li a .tit .time span {
              font-size: 1.5625vw; }
      .news .list ul li:after {
        width: 0;
        height: 1px;
        bottom: 0;
        left: 0;
        content: '';
        background-color: #0083cf;
        position: absolute; }
      @media (min-width: 1024px) {
        .news .list ul li:hover {
          background-color: #fff;
          box-shadow: 3px 14px 16px rgba(0, 0, 0, 0.14); }
          .news .list ul li:hover a .mainPic img {
            transform: scale(1.1); }
          .news .list ul li:hover:after {
            width: 100%;
            transition: 0.5s; } }
  @media (max-width: 1200px) {
    .news .top ul li a .con .tit {
      font-size: 14px;
      line-height: 24px;
      height: 72px; }
    .news .list ul li a .tits {
      font-size: 14px;
      line-height: 18px;
      height: 18px; } }
  @media (max-width: 1024px) {
    .news .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .news .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .news .list ul li:nth-child(2n) {
        margin-right: 0; }
      .news .list ul li a .mainPic {
        height: 25vh; } }
  @media (max-width: 950px) {
    .news .top .btns {
      bottom: 0; }
      .news .top .btns a {
        width: 34px;
        height: 34px; }
    .news .top ul li a .con .tits {
      font-size: 16px;
      line-height: 26px;
      height: 52px; } }
  @media (max-width: 768px) {
    .news .top ul li a .mainPic {
      width: 100%;
      float: none;
      height: 24vh; }
    .news .top ul li {
      margin-right: 0; }
    .news .top ul li a .con {
      width: 100%;
      float: none;
      margin-top: 15px; }
      .news .top ul li a .con .time {
        font-size: 12px;
        line-height: 14px; }
    .news .top .btns {
      width: 100%;
      text-align: center;
      font-size: 0;
      position: relative;
      bottom: auto;
      right: auto;
      margin-top: 15px; }
      .news .top .btns a {
        width: 36px;
        height: 36px;
        display: inline-block;
        margin: 0 15px;
        float: none; }
        .news .top .btns a:after {
          width: 10px;
          height: 10px;
          margin-top: -5px;
          margin-left: -2px; }
        .news .top .btns a.next:after {
          margin-left: -7px; }
    .news .list ul li {
      width: 100%;
      margin-right: 0 !important; }
    .news .list ul li a .tit .t {
      font-size: 12px;
      line-height: 14px; }
    .news .list ul li a .tit .time {
      font-size: 12px;
      line-height: 16px; }
      .news .list ul li a .tit .time span {
        font-size: 14px; } }

.moreClick {
  font-size: 0.9375vw;
  line-height: 1.04167vw;
  color: #000;
  font-weight: 100;
  width: 4.0625vw;
  height: 4.94792vw;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block; }
  .moreClick:after {
    width: 1px;
    height: 2.86458vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    background-color: #000; }
  @media (min-width: 1024px) {
    .moreClick:hover {
      color: #0083cf; }
      .moreClick:hover:after {
        background-color: #0083cf; } }
  @media (max-width: 1200px) {
    .moreClick {
      width: 60px;
      font-size: 14px;
      line-height: 16px;
      height: 50px; }
      .moreClick:after {
        height: 30px; } }

.mt96 {
  margin-top: 96px; }
  @media (max-width: 1024px) {
    .mt96 {
      margin-top: 50px; } }

.home {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 40px;
  color: #000;
  font-weight: 100; }
  .home a {
    color: #000; }
    @media (min-width: 1024px) {
      .home a:hover {
        color: #0083cf; } }
  .home .icon {
    margin: 0 5px; }
  .home span {
    margin-left: 8px; }
  @media (max-width: 768px) {
    .home {
      font-size: 13px;
      line-height: 32px; } }

.newsInfo {
  position: relative;
  z-index: 10; }
  .newsInfo .top {
    background-color: #f7f8f8;
    padding-top: 20px;
    padding-bottom: 43px; }
    .newsInfo .top .tits {
      font-size: 36px;
      line-height: 50px;
      color: #000;
      font-weight: 400;
      min-height: 100px;
      margin-top: 27px; }
    .newsInfo .top .tit {
      margin-top: 50px; }
      .newsInfo .top .tit .time {
        font-size: 18px;
        line-height: 30px;
        color: #343434;
        opacity: 0.7;
        font-family: 'MON';
        float: left; }
      .newsInfo .top .tit .share {
        float: right;
        font-size: 18px;
        line-height: 30px; }
        .newsInfo .top .tit .share span {
          float: left;
          margin-right: 7px; }
        .newsInfo .top .tit .share a {
          width: 30px;
          height: 30px;
          background-color: #737171;
          border-radius: 100%;
          display: block;
          float: left;
          margin-right: 7px; }
  .newsInfo .content {
    display: flex;
    margin-top: 50px; }
    .newsInfo .content .conLeft {
      flex: 1;
      margin-right: 4.9%; }
      .newsInfo .content .conLeft .con {
        font-size: 18px;
        line-height: 40px;
        color: #333;
        font-weight: 100; }
        .newsInfo .content .conLeft .con img {
          display: block;
          max-width: 100%;
          height: auto !important;
          margin: 0 auto; }
      .newsInfo .content .conLeft .paging {
        border-top: 1px solid #e5e5e5;
        display: flex;
        margin-top: 65px;
        justify-content: center;
        padding: 35px 0; }
        .newsInfo .content .conLeft .paging .a {
          font-size: 16px;
          line-height: 36px;
          color: #1c1c1c;
          background-repeat: no-repeat;
          flex: 1;
          height: 36px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          .newsInfo .content .conLeft .paging .a.left {
            padding-left: 30px;
            background-position: left center;
            background-image: url("../img/info_left.jpg"); }
          .newsInfo .content .conLeft .paging .a.right {
            padding-right: 30px;
            background-position: right center;
            background-image: url("../img/info_right.jpg");
            text-align: right; }
          @media (min-width: 1024px) {
            .newsInfo .content .conLeft .paging .a:hover {
              color: #0083cf; } }
        .newsInfo .content .conLeft .paging .return {
          padding-left: 30px;
          font-size: 16px;
          line-height: 36px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../img/info_return.jpg");
          color: #999;
          margin: 0 30px; }
    .newsInfo .content .conRight {
      width: 24.7%;
      height: auto; }
      .newsInfo .content .conRight .conNew {
        width: 100%; }
      .newsInfo .content .conRight .title {
        border-bottom: 1px solid #e7e7e7;
        font-size: 26px;
        line-height: 28px;
        color: #000;
        padding-bottom: 15px; }
      .newsInfo .content .conRight ul li {
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 22px; }
        .newsInfo .content .conRight ul li a {
          width: 100%;
          display: block;
          padding-top: 28px;
          padding-bottom: 30px; }
          .newsInfo .content .conRight ul li a .mainPic {
            width: 100%;
            height: 11.97917vw; }
          .newsInfo .content .conRight ul li a .tits {
            font-size: 18px;
            line-height: 30px;
            color: #343434;
            height: 60px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 25px;
            box-sizing: border-box;
            margin-top: 30px; }
          .newsInfo .content .conRight ul li a .time {
            font-size: 16px;
            line-height: 18px;
            color: #343434;
            opacity: 0.4;
            font-family: 'MON';
            margin-top: 10px; }
        @media (min-width: 1024px) {
          .newsInfo .content .conRight ul li:hover a .mainPic img {
            transform: scale(1.1); }
          .newsInfo .content .conRight ul li:hover a .tits {
            color: #0083cf; } }
  @media (max-width: 1366px) {
    .newsInfo .top .tits {
      font-size: 28px;
      line-height: 40px;
      min-height: 80px; }
    .newsInfo .top .tit .time {
      font-size: 16px; }
    .newsInfo .top .tit .share {
      font-size: 16px; }
    .newsInfo .content .conLeft .con {
      font-size: 16px;
      line-height: 32px; }
    .newsInfo .content .conRight ul li a .tits {
      font-size: 16px;
      line-height: 26px;
      height: 52px; }
    .newsInfo .content .conRight ul li a .time {
      font-size: 14px;
      line-height: 16px; }
    .newsInfo .content .conRight ul li a {
      padding-top: 15px;
      padding-bottom: 20px; }
    .newsInfo .content .conRight .title {
      font-size: 22px; } }
  @media (max-width: 1200px) {
    .newsInfo .top .tits {
      font-size: 22px;
      line-height: 36px;
      min-height: 72px; }
    .newsInfo .content .conLeft .con {
      font-size: 14px;
      line-height: 24px; }
    .newsInfo .content .conRight ul li a .tits {
      font-size: 14px;
      line-height: 24px;
      height: 48px; }
    .newsInfo .content .conRight ul li a .time {
      font-size: 13px;
      line-height: 15px; }
    .newsInfo .content .conRight ul li a {
      padding-top: 10px;
      padding-bottom: 15px; }
    .newsInfo .content .conRight .title {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .newsInfo .top {
      padding-bottom: 20px; }
    .newsInfo .top .tits {
      font-size: 17px;
      line-height: 28px;
      min-height: auto;
      margin-top: 10px; }
    .newsInfo .top .tit {
      margin-top: 15px; }
      .newsInfo .top .tit .time {
        font-size: 13px; }
      .newsInfo .top .tit .share {
        font-size: 13px; }
        .newsInfo .top .tit .share a {
          margin-right: 5px; }
    .newsInfo .content {
      display: block;
      margin-top: 20px; }
      .newsInfo .content .conLeft {
        width: 100%;
        margin-right: 0; }
        .newsInfo .content .conLeft .paging {
          margin-top: 25px;
          display: block;
          padding: 15px 0; }
          .newsInfo .content .conLeft .paging .a {
            box-sizing: border-box;
            width: 100%;
            padding-right: 0 !important;
            background-position: left center !important;
            padding-left: 25px !important;
            text-align: left !important;
            font-size: 14px; }
          .newsInfo .content .conLeft .paging .return {
            margin: 0;
            font-size: 14px;
            line-height: 24px; }
      .newsInfo .content .conRight {
        width: 100%; }
        .newsInfo .content .conRight .title {
          padding-bottom: 10px; } }

.casesTitle {
  font-weight: 100;
  font-size: 2.86458vw;
  line-height: 2.96875vw;
  color: #343434;
  text-align: center; }
  @media (max-width: 768px) {
    .casesTitle {
      font-size: 20px;
      line-height: 22px; } }

.casesBox2 {
  padding-top: 2.70833vw;
  background-image: url("../img/cases_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 2.44792vw; }
  .casesBox2 .list {
    margin-top: 3.22917vw; }
    .casesBox2 .list ul li {
      width: 16.66667%;
      height: 6.77083vw;
      position: relative;
      float: left; }
      .casesBox2 .list ul li img {
        max-width: 80%;
        max-height: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  @media (max-width: 1024px) {
    .casesBox2 .list ul li {
      width: 25%;
      height: 80px; }
      .casesBox2 .list ul li img {
        max-height: 65%; } }
  @media (max-width: 768px) {
    .casesBox2 {
      padding-top: 30px; }
      .casesBox2 .list ul li {
        width: 33.33333%;
        height: 80px; }
        .casesBox2 .list ul li img {
          max-height: 65%; } }

.cases {
  padding-top: 3.125vw; }
  .cases .box1 ul {
    padding-bottom: 30px; }
    .cases .box1 ul li {
      width: 100%;
      position: relative; }
      .cases .box1 ul li .con {
        color: #fff;
        position: absolute;
        top: 3.75vw;
        width: 100%;
        left: 0; }
        .cases .box1 ul li .con .tits {
          font-size: 1.875vw;
          line-height: 1.97917vw;
          font-weight: 400;
          text-align: center; }
        .cases .box1 ul li .con .txt {
          width: 785px;
          max-width: 90%;
          margin: 1.82292vw auto 0;
          font-size: 0.9375vw;
          line-height: 2.08333vw;
          font-weight: 100; }
  @media (max-width: 1200px) {
    .cases .box1 ul li .con .tits {
      font-size: 20px;
      line-height: 22px; }
    .cases .box1 ul li .con .txt {
      font-size: 14px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .cases {
      padding-top: 30px; }
      .cases .box1 ul {
        padding-bottom: 20px; }
      .cases .box1 ul li {
        overflow: hidden; }
        .cases .box1 ul li img {
          width: 108%;
          margin-left: -4%; }
        .cases .box1 ul li .con .tits {
          font-size: 18px;
          line-height: 20px; }
        .cases .box1 ul li .con .txt {
          font-size: 13px;
          line-height: 24px;
          margin-top: 20px; } }

.contact {
  padding-top: 4.32292vw;
  padding-bottom: 2.5vw; }
  .contact .box1 .itemBox {
    margin-top: 3.38542vw;
    display: flex;
    justify-content: space-between; }
    .contact .box1 .itemBox .item {
      display: flex;
      align-items: center; }
      .contact .box1 .itemBox .item img {
        width: 3.17708vw;
        margin-right: 1.5625vw; }
      .contact .box1 .itemBox .item .t {
        font-weight: 100;
        color: #343434; }
        .contact .box1 .itemBox .item .t .t1 {
          font-size: 1.25vw;
          line-height: 1.25vw; }
        .contact .box1 .itemBox .item .t .t2 {
          font-size: 16px;
          line-height: 18px;
          margin-top: 0.72917vw; }
        .contact .box1 .itemBox .item .t .t3 {
          font-size: 1.5625vw;
          line-height: 1.5625vw;
          margin-top: 0.36458vw; }
    .contact .box1 .itemBox .item1 p {
      text-align: center;
      align-items: center;
      justify-content: center;
      display: flex;
      font-size: 12px;
      color: #44c238;
      margin-top: 7px; }
      .contact .box1 .itemBox .item1 p img {
        margin-right: 5px; }
    .contact .box1 .itemBox .item1:last-child p {
      color: #fe1951; }
  .contact .box1 .map {
    width: 100%;
    height: 31.25vw;
    margin-top: 25px; }
  .contact .list {
    margin-top: 4.6875vw; }
    .contact .list ul li {
      width: 48%;
      margin-right: 4%;
      float: left;
      margin-bottom: 2.60417vw; }
      .contact .list ul li:nth-child(2n) {
        margin-right: 0; }
      .contact .list ul li .mainPic {
        width: 100%;
        height: 25vw; }
      .contact .list ul li .tits {
        font-size: 1.5625vw;
        line-height: 1.66667vw;
        color: #000;
        font-weight: 400;
        margin-top: 1.77083vw; }
      .contact .list ul li .tit {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        font-size: 16px;
        line-height: 30px;
        color: #000;
        font-weight: 100;
        margin-top: 1.5625vw; }
        .contact .list ul li .tit .more {
          color: #000;
          display: flex;
          align-items: center; }
          .contact .list ul li .tit .more img {
            margin-left: 10px; }
  @media (max-width: 1366px) {
    .contact .box1 .itemBox .item .t .t2 {
      font-size: 14px;
      line-height: 16px; } }
  @media (max-width: 1024px) {
    .contact .box1 .itemBox .item .t .t1 {
      font-size: 16px;
      line-height: 16px; }
    .contact .list ul li .tits {
      font-size: 16px;
      line-height: 18px; }
    .contact .list ul li .tit {
      font-size: 14px;
      line-height: 24px; } }
  @media (max-width: 768px) {
    .contact .box1 .itemBox {
      flex-wrap: wrap;
      margin-top: 25px; }
      .contact .box1 .itemBox .item {
        width: 100%;
        margin-bottom: 15px; }
        .contact .box1 .itemBox .item img {
          width: 44px;
          height: 44px; }
    .contact .box1 .map {
      height: 300px; }
    .contact .box1 .itemBox .item .t .t1 {
      font-size: 14px; }
    .contact .box1 .itemBox .item .t .t3 {
      font-size: 18px;
      line-height: 20px; }
    .contact .box1 .itemBox .item1 {
      margin: 0 auto; }
    .contact .list ul li {
      width: 100%;
      float: none; }
    .contact .list ul li .mainPic {
      height: 60vw; } }

.BMapLabel, .anchorBL {
  display: none !important; }

.join {
  padding-top: 4.16667vw;
  padding-bottom: 4.0625vw; }
  .join .box1 .list {
    margin-top: 3.38542vw; }
    .join .box1 .list .item {
      background-color: #fff;
      margin-bottom: 3.85417vw; }
      .join .box1 .list .item:last-child {
        margin-bottom: 0; }
      .join .box1 .list .item .pic {
        width: 47.8%;
        float: right; }
      .join .box1 .list .item .con {
        width: 52.2%;
        float: left;
        padding: 2.76042vw 3.125vw 0;
        color: #343434;
        box-sizing: border-box; }
        .join .box1 .list .item .con .tits {
          font-size: 1.875vw;
          line-height: 1.97917vw;
          font-weight: 400; }
        .join .box1 .list .item .con .tit {
          font-size: 0.9375vw;
          line-height: 1.875vw;
          text-indent: 2em;
          margin-top: 2.29167vw; }
      .join .box1 .list .item:nth-child(2n) .pic {
        float: left; }
      .join .box1 .list .item:nth-child(2n) .con {
        float: right; }
  .join .box2 {
    padding-top: 4.32292vw; }
    .join .box2 .list {
      margin-top: 2.5vw; }
      .join .box2 .list ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .join .box2 .list ul li {
          width: 15.1%;
          height: auto;
          background-color: #fff;
          margin-bottom: 1.25vw;
          padding-top: 1.97917vw;
          padding-bottom: 2.08333vw;
          transition: 0.5s; }
          .join .box2 .list ul li .icon {
            width: 4.84375vw;
            height: 4.84375vw;
            border-radius: 100%;
            display: block;
            margin: 0 auto;
            background-color: #f0f0f0;
            transition: 0.5s; }
            .join .box2 .list ul li .icon .img2 {
              display: none; }
          .join .box2 .list ul li p {
            text-align: center;
            font-size: 0.9375vw;
            line-height: 1.04167vw;
            color: #343434;
            margin-top: 1.45833vw; }
          @media (min-width: 1024px) {
            .join .box2 .list ul li:hover {
              background-color: #0092d6; }
              .join .box2 .list ul li:hover .icon {
                background-color: #30a5db; }
                .join .box2 .list ul li:hover .icon .img1 {
                  display: none; }
                .join .box2 .list ul li:hover .icon .img2 {
                  display: block; }
              .join .box2 .list ul li:hover p {
                color: #fff; } }
  .join .box3 .list {
    width: 60.625%;
    margin: 2.44792vw auto 0;
    overflow: inherit; }
    .join .box3 .list ul li {
      width: 100%;
      padding: 0 2.23958vw;
      box-sizing: border-box; }
    .join .box3 .list .btns {
      text-align: center;
      font-size: 0;
      width: 100%;
      margin-top: 1.66667vw; }
      .join .box3 .list .btns span {
        width: 22px;
        height: 22px;
        border-radius: 100%;
        box-sizing: border-box;
        border: 1px solid #f9f9f9;
        position: relative;
        background: none;
        opacity: 1;
        margin: 0 5px; }
        .join .box3 .list .btns span:after {
          width: 6px;
          height: 6px;
          border-radius: 100%;
          position: absolute;
          content: '';
          background-color: #aeaeae;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
        .join .box3 .list .btns span.swiper-pagination-bullet-active {
          border-color: #000; }
          .join .box3 .list .btns span.swiper-pagination-bullet-active:after {
            background-color: #000; }
  .join .box4 {
    padding-top: 3.02083vw; }
    .join .box4 .selectBox {
      display: flex;
      margin-top: 2.86458vw; }
      .join .box4 .selectBox .sel {
        flex: 1;
        margin-right: 28px; }
        .join .box4 .selectBox .sel:last-child {
          margin-right: 0; }
    .join .box4 .list {
      background-color: #fff;
      padding: 2.08333vw;
      margin-top: 1.5625vw; }
      .join .box4 .list ul li {
        border-bottom: 1px dashed #e1e1e1; }
        .join .box4 .list ul li .tits {
          position: relative;
          cursor: pointer; }
          .join .box4 .list ul li .tits .t {
            font-size: 1.04167vw;
            line-height: 3.38542vw;
            color: #2a2a2a;
            padding-left: 0.9375vw; }
          .join .box4 .list ul li .tits .t1Box {
            width: 36.3%;
            top: 0;
            position: absolute;
            right: 7.29167vw;
            display: flex;
            justify-content: space-between; }
            .join .box4 .list ul li .tits .t1Box .t1 {
              font-size: 0.9375vw;
              line-height: 3.38542vw;
              font-weight: 100;
              color: #2a2a2a; }
          .join .box4 .list ul li .tits .icon {
            width: 3.22917vw;
            height: 3.38542vw;
            position: absolute;
            right: 0;
            top: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("../img/jia.png"); }
        .join .box4 .list ul li .con {
          color: #333;
          padding: 0 0.9375vw 1.82292vw;
          box-sizing: border-box;
          display: none; }
          .join .box4 .list ul li .con .t {
            font-size: 16px;
            line-height: 18px;
            font-weight: 200;
            margin-bottom: 1.66667vw; }
          .join .box4 .list ul li .con .t1 {
            margin-bottom: 1.92708vw; }
            .join .box4 .list ul li .con .t1 .tt {
              width: 25%;
              font-size: 16px;
              line-height: 2.60417vw;
              font-weight: 500;
              float: left; }
              .join .box4 .list ul li .con .t1 .tt span {
                font-weight: 200; }
          .join .box4 .list ul li .con .t2 {
            margin-bottom: 1.92708vw; }
            .join .box4 .list ul li .con .t2 .tt {
              font-size: 16px;
              line-height: 18px;
              font-weight: 500; }
            .join .box4 .list ul li .con .t2 .tt1 {
              font-size: 14px;
              line-height: 30px;
              color: #666;
              margin-top: 12px; }
          .join .box4 .list ul li .con .more {
            width: 8.75vw;
            height: 2.60417vw;
            background-color: #0092d6;
            font-size: 0.9375vw;
            color: #fff;
            line-height: 2.60417vw;
            display: block;
            text-align: center; }
        .join .box4 .list ul li.on .tits .t1Box {
          display: none; }
        .join .box4 .list ul li.on .tits .icon {
          background-image: url("../img/jian.png"); }
  @media (max-width: 1366px) {
    .join .box1 .list .item .con .tit {
      font-size: 14px;
      line-height: 24px; }
    .join .box2 .list ul li p {
      font-size: 14px;
      line-height: 16px; }
    .join .box4 .list ul li .tits .t {
      font-size: 16px;
      line-height: 55px; }
    .join .box4 .list ul li .con .t {
      font-size: 14px;
      line-height: 16px; }
    .join .box4 .list ul li .tits .t1Box .t1 {
      font-size: 14px;
      line-height: 55px; }
    .join .box4 .list ul li .tits .icon {
      height: 55px; }
    .join .box4 .list ul li .con .t1 .tt {
      font-size: 14px;
      line-height: 26px; } }
  @media (max-width: 1200px) {
    .join .box2 .list ul li {
      width: 23.1%; }
    .join .box4 .list ul li .con .more {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .join .box2 .list ul li .icon {
      width: 44px;
      height: 44px; } }
  @media (max-width: 768px) {
    .join {
      padding-top: 30px;
      padding-bottom: 30px; }
      .join .box1 .list {
        margin-top: 25px; }
      .join .box1 .list .item .pic {
        width: 100%;
        float: none !important; }
      .join .box1 .list .item .con {
        width: 100%;
        padding: 10px; }
        .join .box1 .list .item .con .tits {
          font-size: 18px;
          line-height: 20px; }
        .join .box1 .list .item .con .tit {
          font-size: 13px; }
      .join .box2 {
        padding-top: 25px; }
      .join .box2 .list {
        margin-top: 25px; }
        .join .box2 .list ul li {
          width: 48%;
          padding: 15px 0; }
      .join .box3 {
        padding-top: 25px; }
      .join .box3 .list {
        width: 92%;
        margin-top: 25px; }
      .join .box3 .list .btns span {
        width: 16px;
        height: 16px;
        margin: 0 2px; }
      .join .box4 .selectBox {
        display: block; }
        .join .box4 .selectBox .sel {
          width: 100%;
          margin-bottom: 10px; }
      .join .box4 .list ul li .con .t2 .tt1 {
        font-size: 13px;
        line-height: 24px; }
      .join .box4 .list ul li .con .more {
        width: 100px;
        height: 30px;
        font-size: 14px;
        line-height: 30px; }
      .join .box4 .list ul li .tits .t1Box {
        display: none; }
      .join .box4 .list ul li .con .t1 .tt {
        width: 50%;
        font-size: 13px; }
      .join .box4 .list ul li .con .t2 .tt {
        font-size: 14px;
        line-height: 16px; }
      .join .box4 .list ul li .tits .t {
        line-height: 50px; }
      .join .box4 .list ul li .tits .icon {
        width: 20px;
        height: 50px; }
      .join .box4 {
        padding-top: 30px; }
      .join .box4 .selectBox {
        margin-top: 20px; } }

.layui-input {
  height: 3.125vw !important;
  font-size: 16px;
  padding-left: 28px;
  border: none !important; }
  @media (max-width: 1366px) {
    .layui-input {
      font-size: 14px;
      padding-left: 15px; } }
  @media (max-width: 1200px) {
    .layui-input {
      height: 44px !important; } }

.layui-form-select dl {
  top: 3.22917vw !important; }
  @media (max-width: 1200px) {
    .layui-form-select dl {
      top: 46px; } }

.layui-form-select dl dd.layui-this {
  background-color: #0083cf !important; }

.suggest {
  padding-top: 4.42708vw;
  padding-bottom: 4.84375vw; }
  .suggest .content {
    margin-top: 3.33333vw; }
    .suggest .content .pic {
      width: 42.1%;
      float: left;
      height: 523px;
      position: relative; }
      .suggest .content .pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .suggest .content .tableBox {
      width: 54.6%;
      float: right; }
      .suggest .content .tableBox .t {
        margin-bottom: 28px; }
        .suggest .content .tableBox .t .tt {
          width: 47%;
          float: left; }
          .suggest .content .tableBox .t .tt:nth-child(2n) {
            float: right; }
          .suggest .content .tableBox .t .tt .ttt {
            font-size: 16px;
            line-height: 18px;
            color: #333;
            padding-top: 5px;
            position: relative;
            margin-bottom: 10px; }
            .suggest .content .tableBox .t .tt .ttt span {
              color: #f00;
              position: absolute;
              bottom: 0;
              right: 0; }
          .suggest .content .tableBox .t .tt .text {
            width: 100%;
            height: 40px;
            background-color: #f2f5f8;
            box-sizing: border-box;
            padding-left: 20px;
            font-size: 14px;
            line-height: 20px;
            color: #333;
            border: none; }
          .suggest .content .tableBox .t .tt .ttt1 .text1 {
            width: 90px;
            height: 40px;
            background-color: #f2f5f8;
            box-sizing: border-box;
            padding-left: 20px;
            font-size: 14px;
            line-height: 20px;
            color: #333;
            border: none;
            float: left; }
          .suggest .content .tableBox .t .tt .ttt1 .img {
            width: 90px;
            height: 40px;
            border: 1px solid #e0e0e0;
            box-sizing: border-box;
            float: left;
            position: relative; }
            .suggest .content .tableBox .t .tt .ttt1 .img img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover; }
      .suggest .content .tableBox .t1 .tt {
        font-size: 16px;
        line-height: 18px;
        color: #333;
        padding-top: 5px;
        position: relative;
        margin-bottom: 10px; }
      .suggest .content .tableBox .t1 .txt {
        width: 100%;
        height: 125px;
        padding: 10px 20px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        background-color: #f2f5f8;
        border: none; }
      .suggest .content .tableBox .submit {
        width: 8.75vw;
        height: 2.60417vw;
        background-color: #0083cf;
        font-size: 0.9375vw;
        line-height: 2.60417vw;
        color: #fff;
        text-align: center;
        border: none;
        display: block;
        font-weight: 200;
        margin-top: 1.82292vw; }
  @media (max-width: 1366px) {
    .suggest .content .tableBox .submit {
      width: 120px;
      height: 36px;
      font-weight: 14px;
      line-height: 36px; } }
  @media (max-width: 768px) {
    .suggest {
      padding-top: 30px;
      padding-bottom: 40px; }
      .suggest .content .pic {
        display: none; }
      .suggest .content .tableBox {
        width: 100%;
        float: none; }
      .suggest .content .tableBox .t .tt {
        width: 100%;
        float: none; }
      .suggest .content .tableBox .t .tt {
        margin-bottom: 15px; }
      .suggest .content .tableBox .t {
        margin-bottom: 0; }
      .suggest .content .tableBox .t .tt .ttt {
        font-size: 14px; }
      .suggest .content .tableBox .t1 .tt {
        font-size: 14px; }
      .suggest .content .tableBox .t .tt .text {
        padding-left: 10px; }
      .suggest .content .tableBox .t1 .txt {
        padding: 10px; } }

.login {
  width: 100%;
  height: 100vh;
  position: relative; }
  .login .box {
    width: 405px;
    height: 390px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(65.8% - 202px);
    padding: 46px 36px 54px;
    box-sizing: border-box; }
    .login .box .tits {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      .login .box .tits .t {
        font-size: 30px;
        line-height: 30px;
        color: #000;
        font-weight: 400; }
      .login .box .tits img {
        width: 105px; }
    .login .box .tableB {
      margin-top: 26px; }
      .login .box .tableB .t {
        margin-bottom: 19px;
        position: relative; }
        .login .box .tableB .t .text {
          width: 100%;
          height: 45px;
          border: 1px solid #c8c8c8;
          border-radius: 5px;
          box-sizing: border-box;
          padding-left: 17px;
          font-size: 15px;
          line-height: 20px;
          color: #333; }
      .login .box .tableB .submit {
        width: 100%;
        height: 43px;
        border-radius: 3px;
        box-shadow: 0px 4px 7px 0px rgba(7, 119, 168, 0.26);
        background-color: #0083cf;
        color: #fff;
        font-size: 18px;
        line-height: 43px;
        font-weight: 200;
        border: none;
        display: block;
        margin-top: 24px; }
      .login .box .tableB .t1 {
        font-size: 15px;
        line-height: 30px;
        display: flex;
        align-items: center;
        color: rgba(0, 0, 0, 0.6);
        margin-top: 30px;
        cursor: pointer; }
        .login .box .tableB .t1 span {
          width: 16px;
          height: 16px;
          border-radius: 2px;
          box-sizing: border-box;
          border: 1px solid #b7bcc4;
          display: inline-block;
          margin-right: 8px;
          position: relative; }
        .login .box .tableB .t1.on span {
          border-color: #0083cf; }
          .login .box .tableB .t1.on span:after {
            width: 10px;
            height: 10px;
            border-radius: 2px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            background-color: #0083cf;
            content: ''; }
  .login .txt {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    bottom: 42px;
    left: 0;
    position: absolute; }
    .login .txt br {
      display: none; }
  @media (max-width: 1024px) {
    .login .box {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }
  @media (max-width: 768px) {
    .login .box {
      width: 90%;
      padding: 15px;
      height: auto; }
    .login .box .tits .t {
      font-size: 20px;
      line-height: 20px; }
    .login .box .tableB .t .text {
      height: 40px;
      padding-left: 10px; }
    .login .box .tableB .t1 {
      margin-top: 10px;
      font-size: 13px; }
    .login .txt {
      font-size: 13px;
      line-height: 26px;
      padding: 0 15px;
      bottom: 10px;
      box-sizing: border-box; }
      .login .txt br {
        display: block; } }

.download {
  padding-top: 23px;
  padding-bottom: 36px; }
  .download .content {
    width: 100%;
    box-sizing: border-box;
    padding: 1.30208vw 2.60417vw 2.08333vw;
    background-color: #fff;
    margin-top: 16px; }
    .download .content .tabs a {
      font-size: 1.04167vw;
      line-height: 3.125vw;
      color: #171616;
      display: inline-block;
      margin-right: 2.86458vw;
      position: relative; }
      .download .content .tabs a:after {
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #0083cf;
        content: '';
        position: absolute;
        transition: 0.5s; }
      .download .content .tabs a.on {
        color: #0083cf;
        font-weight: 400; }
        .download .content .tabs a.on:after {
          width: 100%;
          left: 0; }
      @media (min-width: 1024px) {
        .download .content .tabs a:hover {
          color: #0083cf;
          font-weight: 400; }
          .download .content .tabs a:hover:after {
            width: 100%;
            left: 0; } }
    .download .content .list {
      margin-top: 18px; }
      .download .content .list ul li {
        border-bottom: 1px dashed #cdcdcd; }
        .download .content .list ul li a {
          font-size: 16px;
          line-height: 60px;
          color: #171616;
          display: flex;
          width: 100%;
          align-items: center; }
          .download .content .list ul li a .t {
            padding-left: 18px;
            display: flex;
            align-items: center;
            position: relative;
            flex: 1; }
            .download .content .list ul li a .t:after {
              width: 6px;
              height: 6px;
              background-color: #ccc;
              border-radius: 100%;
              content: '';
              position: absolute;
              left: 0;
              margin-top: -3px;
              top: 50%; }
            .download .content .list ul li a .t .tt {
              height: 60px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .download .content .list ul li a .t img {
              margin-left: 12px; }
          .download .content .list ul li a .icon {
            width: 36px;
            margin-left: auto;
            margin-left: 10px; }
        @media (min-width: 1024px) {
          .download .content .list ul li:hover a {
            color: #0083cf; }
            .download .content .list ul li:hover a .t:after {
              background-color: #0083cf; } }
      .download .content .list .page {
        text-align: center;
        font-size: 0;
        width: 100%;
        margin-top: 24px; }
        .download .content .list .page a {
          width: 36px;
          height: 40px;
          border-radius: 4px;
          border: 1px solid #fff;
          text-align: center;
          font-size: 14px;
          line-height: 38px;
          box-sizing: border-box;
          margin: 0 2px;
          display: inline-block;
          color: #666; }
          .download .content .list .page a.p {
            border-color: #aaaaaa; }
          .download .content .list .page a.active {
            background-color: #0083cf;
            border-color: #0083cf;
            color: #fff; }
          @media (min-width: 1024px) {
            .download .content .list .page a:hover {
              background-color: #0083cf;
              border-color: #0083cf;
              color: #fff; } }
  @media (max-width: 1366px) {
    .download .content .tabs a {
      font-size: 16px;
      line-height: 44px; }
    .download .content .list ul li a {
      font-size: 14px;
      line-height: 50px; }
      .download .content .list ul li a .t .tt {
        height: 50px; } }
  @media (max-width: 768px) {
    .download .content .tabs a {
      font-size: 14px; }
      .download .content .tabs a:last-child {
        margin-right: 0; }
    .download .content .list ul li a {
      font-size: 13px; }
    .download .content .list ul li a .icon {
      width: 30px; }
    .download .content .list .page a {
      width: 26px;
      height: 26px;
      line-height: 24px; } }

.outcome .box1 {
  padding-top: 4.6875vw; }
  .outcome .box1 .list {
    margin-top: 2.96875vw;
    display: flex;
    justify-content: space-between; }
    .outcome .box1 .list .item {
      display: flex;
      width: 22.8%;
      flex-direction: column;
      background-color: #fff;
      cursor: pointer; }
      .outcome .box1 .list .item .pic {
        width: 100%;
        height: 26.30208vw;
        position: relative;
        overflow: hidden; }
        .outcome .box1 .list .item .pic img {
          width: 100%;
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover;
          transition: 1.2s; }
      .outcome .box1 .list .item .con {
        width: 100%;
        height: 9.11458vw;
        text-align: center;
        padding: 2.08333vw 1.30208vw 0;
        box-sizing: border-box;
        color: #000;
        font-weight: 100; }
        .outcome .box1 .list .item .con .tits {
          font-size: 1.25vw;
          line-height: 1.35417vw; }
        .outcome .box1 .list .item .con .tit {
          font-size: 0.83333vw;
          line-height: 1.5625vw;
          opacity: 0.7;
          margin-top: 0.57292vw; }
      .outcome .box1 .list .item:nth-child(2n) {
        flex-direction: column-reverse; }
      @media (min-width: 1024px) {
        .outcome .box1 .list .item:hover .pic img {
          transform: scale(1.1); } }
.outcome .box2 {
  padding-top: 4.27083vw; }
  .outcome .box2 .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 2.29167vw; }
    .outcome .box2 .list .item {
      width: 22.76%;
      margin-bottom: 2.86458vw;
      cursor: pointer; }
      .outcome .box2 .list .item .mainPic {
        width: 100%;
        height: 12.86458vw; }
      .outcome .box2 .list .item .tits {
        font-size: 1.04167vw;
        line-height: 1.14583vw;
        font-weight: 100;
        color: #000;
        margin-top: 1.25vw; }
      @media (min-width: 1024px) {
        .outcome .box2 .list .item:hover .mainPic img {
          transform: scale(1.1); }
        .outcome .box2 .list .item:hover .tits {
          color: #0083cf; } }
.outcome .box3 {
  padding-top: 3.125vw; }
  .outcome .box3 .list {
    margin-top: 2.8125vw; }
    .outcome .box3 .list .item {
      width: 48.3%;
      height: 21.875vw;
      float: left;
      position: relative;
      margin-bottom: 2.08333vw;
      overflow: hidden;
      cursor: pointer; }
      .outcome .box3 .list .item:nth-child(2n) {
        float: right; }
      .outcome .box3 .list .item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        transition: 1.2s; }
      .outcome .box3 .list .item .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/outcome_bg1.png"); }
      .outcome .box3 .list .item .tits {
        padding: 0 2.08333vw;
        font-size: 1.25vw;
        line-height: 1.35417vw;
        color: #fff;
        font-weight: 100;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        bottom: 1.66667vw; }
      @media (min-width: 1024px) {
        .outcome .box3 .list .item:hover img {
          transform: scale(1.1); }
        .outcome .box3 .list .item:hover .tits {
          color: #0083cf; } }
.outcome .box4 {
  padding-bottom: 4.01042vw;
  padding-top: 2.86458vw; }
  .outcome .box4 .content {
    margin-top: 2.70833vw;
    background-color: #4e4e4e; }
    .outcome .box4 .content .conList {
      width: 35%;
      float: left; }
      .outcome .box4 .content .conList ul li {
        width: 100%;
        padding-left: 4.42708vw;
        color: #fff;
        padding-top: 7.29167vw;
        box-sizing: border-box; }
        .outcome .box4 .content .conList ul li .time {
          font-size: 1.25vw;
          line-height: 1.5625vw; }
          .outcome .box4 .content .conList ul li .time span {
            font-size: 2.5vw;
            font-family: 'MON'; }
        .outcome .box4 .content .conList ul li .tit {
          font-size: 0.83333vw;
          line-height: 1.875vw;
          font-weight: 100;
          margin-top: 1.5625vw; }
    .outcome .box4 .content .picList {
      width: 65%;
      height: auto;
      float: right;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../img/outcome_bg.jpg");
      position: relative; }
      .outcome .box4 .content .picList ul li {
        width: 100%;
        height: 32.08vw; }
        .outcome .box4 .content .picList ul li .pic {
          position: absolute;
          max-width: 80%;
          max-height: 50%;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          background-size: contain; }
      .outcome .box4 .content .picList .a {
        width: 29px;
        height: 73px;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        opacity: 0; }
        .outcome .box4 .content .picList .a.prev {
          left: 0; }
        .outcome .box4 .content .picList .a.next {
          right: 0; }
        .outcome .box4 .content .picList .a.swiper-button-disabled {
          display: none !important; }
      @media (min-width: 1024px) {
        .outcome .box4 .content .picList:hover .a {
          opacity: 1; } }
@media (max-width: 1500px) {
  .outcome .box1 .list .item .con .tit {
    font-size: 14px;
    line-height: 26px; } }
@media (max-width: 1366px) {
  .outcome .box1 .list .item .con {
    height: 140px; }
    .outcome .box1 .list .item .con .tits {
      font-size: 18px;
      line-height: 20px; }
  .outcome .box2 .list .item .tits {
    font-size: 14px;
    line-height: 16px; } }
@media (max-width: 1200px) {
  .outcome .box1 .list .item .con .tits {
    font-size: 16px;
    line-height: 18px; } }
@media (max-width: 1024px) {
  .outcome .box1 .list {
    flex-wrap: wrap; }
    .outcome .box1 .list .item {
      width: 48.4%;
      margin-bottom: 20px; }
  .outcome .box2 .list .item {
    width: 31.8%; }
    .outcome .box2 .list .item:last-child {
      margin-right: auto; }
    .outcome .box2 .list .item .mainPic {
      height: 14.58333vw; } }
@media (max-width: 768px) {
  .outcome .box1 .list .item {
    width: 100%;
    margin-bottom: 15px; }
    .outcome .box1 .list .item .con {
      height: auto;
      padding: 15px 0; }
    .outcome .box1 .list .item .pic {
      height: 30vh; }
    .outcome .box1 .list .item:nth-child(2n) {
      flex-direction: column; }
  .outcome .box2 .list .item {
    width: 100%; }
    .outcome .box2 .list .item .mainPic {
      height: 28vh; }
  .outcome .box3 .list .item {
    width: 100%;
    margin-bottom: 15px;
    height: 28vh; }
    .outcome .box3 .list .item .tits {
      font-size: 14px;
      line-height: 16px;
      bottom: 10px; }
  .outcome .box4 .content .picList {
    width: 100%;
    float: none; }
  .outcome .box4 .content .conList {
    width: 100%;
    float: none; }
    .outcome .box4 .content .conList ul li {
      padding: 15px 0;
      text-align: center; }
      .outcome .box4 .content .conList ul li .time {
        font-size: 14px;
        line-height: 24px; }
        .outcome .box4 .content .conList ul li .time span {
          font-size: 24px; }
      .outcome .box4 .content .conList ul li .tit {
        font-size: 13px;
        line-height: 24px; }
  .outcome .box4 .content .picList ul li {
    height: 32vh; }
    .outcome .box4 .content .picList ul li .pic {
      max-height: 50%; }
  .outcome .box4 .content .picList .a {
    opacity: 1; }
  .outcome .box4 .content .picList .a {
    width: 20px;
    height: auto; }
    .outcome .box4 .content .picList .a img {
      width: 100%; }
  .outcome .box4 .content {
    background: none; }
  .outcome .box4 .content .conList ul li {
    color: #333; } }

.academy .box1 {
  padding-top: 4.58333vw; }
  .academy .box1 .con {
    margin-top: 3.125vw;
    position: relative;
    z-index: 5; }
    .academy .box1 .con .pic {
      width: 100%; }
    .academy .box1 .con .conn {
      font-size: 0.9375vw;
      line-height: 1.875vw;
      color: #000;
      font-weight: 100;
      text-indent: 2rem;
      width: 1305px;
      max-width: 100%;
      margin: 3.38542vw auto 0; }
      .academy .box1 .con .conn p {
        margin-bottom: 1.82292vw; }
        .academy .box1 .con .conn p:last-child {
          margin-bottom: 0; }
  .academy .box1 .honorList {
    width: 100%;
    height: 23.4375vw;
    position: relative;
    margin-top: 4.42708vw; }
    .academy .box1 .honorList .bg {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
    .academy .box1 .honorList .picList {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
      .academy .box1 .honorList .picList .pic {
        float: left;
        width: 15vw; }
        .academy .box1 .honorList .picList .pic:nth-child(1) {
          margin-left: 17.96875vw;
          margin-top: 1.5625vw; }
        .academy .box1 .honorList .picList .pic:nth-child(2) {
          width: 9.94792vw;
          margin-left: 4.32292vw;
          margin-top: 12.23958vw; }
        .academy .box1 .honorList .picList .pic:nth-child(3) {
          margin-left: 2.8125vw;
          margin-top: 2.03125vw; }
        .academy .box1 .honorList .picList .pic:nth-child(4) {
          margin-left: 3.80208vw; }
.academy .box2 {
  padding-top: 5.9375vw;
  padding-bottom: 4.94792vw; }
  .academy .box2 .txt {
    width: 1300px;
    max-width: 100%;
    margin: 1.71875vw auto 0;
    font-size: 0.9375vw;
    line-height: 1.875vw;
    color: #000; }
  .academy .box2 .boxNew {
    margin: 2.8125vw 1.5625vw 0; }
    .academy .box2 .boxNew .pic {
      width: 100%; }
    .academy .box2 .boxNew .itemBox {
      background-color: #fff;
      display: flex;
      align-items: center;
      height: 10.83333vw; }
      .academy .box2 .boxNew .itemBox .item {
        flex: 1;
        color: #343434;
        font-weight: 100;
        text-align: center;
        position: relative; }
        .academy .box2 .boxNew .itemBox .item .t {
          font-size: 0.9375vw;
          line-height: 1.35417vw; }
          .academy .box2 .boxNew .itemBox .item .t span {
            font-family: 'MON';
            font-size: 1.5625vw; }
        .academy .box2 .boxNew .itemBox .item .t1 {
          font-size: 0.9375vw;
          line-height: 1.04167vw;
          margin-top: 0.52083vw; }
        .academy .box2 .boxNew .itemBox .item:after {
          width: 1px;
          height: 4.94792vw;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          content: '';
          background-color: #cecece; }
        .academy .box2 .boxNew .itemBox .item:nth-child(1) {
          flex: 2.14;
          font-weight: 400; }
          .academy .box2 .boxNew .itemBox .item:nth-child(1) .t {
            font-size: 1.25vw;
            line-height: 2.5vw; }
            .academy .box2 .boxNew .itemBox .item:nth-child(1) .t span {
              font-size: 3.22917vw; }
          .academy .box2 .boxNew .itemBox .item:nth-child(1) .t1 {
            font-size: 1.25vw;
            line-height: 1.35417vw;
            margin-top: 0.78125vw; }
        .academy .box2 .boxNew .itemBox .item:last-child:after {
          display: none; }
@media (max-width: 1366px) {
  .academy .box1 .con .conn {
    font-size: 14px;
    line-height: 26px; }
  .academy .box2 .txt {
    font-size: 14px;
    line-height: 26px; }
  .academy .box2 .boxNew .itemBox .item .t1 {
    font-size: 14px;
    line-height: 16px; }
  .academy .box2 .boxNew .itemBox .item .t {
    font-size: 14px;
    line-height: 26px; }
    .academy .box2 .boxNew .itemBox .item .t span {
      font-size: 26px; } }
@media (max-width: 1024px) {
  .academy .box1 .honorList {
    transform: scale(1.4); }
  .academy .box1 .con .conn {
    font-size: 13px;
    line-height: 24px; } }
@media (max-width: 768px) {
  .academy .box1 .con .conn {
    font-size: 13px;
    line-height: 24px; }
  .academy .box1 .honorList {
    margin-top: 30px; }
  .academy .box2 {
    padding-top: 45px;
    padding-bottom: 35px; }
  .academy .box2 .txt {
    font-size: 13px;
    line-height: 24px; }
  .academy .box2 .boxNew {
    margin: 15px 0 0; }
  .academy .box2 .boxNew .itemBox {
    flex-wrap: wrap;
    height: auto; }
    .academy .box2 .boxNew .itemBox .item {
      flex: 33.33333%;
      padding: 15px 0; }
      .academy .box2 .boxNew .itemBox .item .t {
        line-height: 22px; }
        .academy .box2 .boxNew .itemBox .item .t span {
          font-size: 22px; }
      .academy .box2 .boxNew .itemBox .item .t1 {
        margin-top: 6px; }
      .academy .box2 .boxNew .itemBox .item:nth-child(1) {
        flex: 66.6666%; }
        .academy .box2 .boxNew .itemBox .item:nth-child(1) .t {
          font-size: 14px;
          line-height: 22px; }
          .academy .box2 .boxNew .itemBox .item:nth-child(1) .t span {
            font-size: 22px; }
        .academy .box2 .boxNew .itemBox .item:nth-child(1) .t1 {
          font-size: 14px;
          line-height: 16px; }
      .academy .box2 .boxNew .itemBox .item:nth-child(2):after {
        display: none; } }

.about .box1 {
  width: 100%;
  height: 42.86458vw;
  position: relative;
  color: #fff;
  font-weight: 100;
  overflow: hidden; }
  .about .box1 .con {
    padding-top: 11.45833vw;
    text-align: center; }
    .about .box1 .con .casesTitle {
      color: #fff; }
      .about .box1 .con .casesTitle span {
        font-family: 'MON';
        font-weight: 400; }
    .about .box1 .con .tits {
      font-size: 0.9375vw;
      line-height: 1.04167vw;
      letter-spacing: 3;
      margin-top: 0.52083vw; }
    .about .box1 .con .tit {
      font-size: 1.5625vw;
      line-height: 1.66667vw;
      margin-top: 2.39583vw; }
    .about .box1 .con .tit1 {
      font-size: 0.83333vw;
      line-height: 2.08333vw;
      width: 1070px;
      max-width: 92%;
      margin: 0.26042vw auto 0; }
    .about .box1 .con .videoClick {
      width: 44px;
      height: auto;
      display: block;
      margin: 0.83333vw auto 0; }
.about .box2 {
  position: relative; }
  .about .box2 > img {
    width: 37.65625vw;
    position: absolute;
    right: 0;
    top: 0; }
  .about .box2 .itemBox {
    width: 1620px;
    max-width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .about .box2 .itemBox .item {
      padding-top: 5.20833vw;
      padding-bottom: 4.6875vw;
      text-align: center;
      color: #343434;
      flex: 1;
      position: relative; }
      .about .box2 .itemBox .item:after {
        width: 1px;
        height: 4.94792vw;
        top: 5vw;
        background-color: #b2b2b2;
        right: 0;
        position: absolute;
        content: ''; }
      .about .box2 .itemBox .item .t {
        font-size: 1.25vw;
        font-weight: 400;
        line-height: 2.5vw;
        height: 2.5vw; }
        .about .box2 .itemBox .item .t span {
          font-size: 3.22917vw;
          font-family: 'DIN';
          font-weight: 600; }
        .about .box2 .itemBox .item .t i {
          font-size: 2.55208vw; }
      .about .box2 .itemBox .item .t1 {
        font-size: 1.25vw;
        line-height: 1.35417vw;
        font-weight: 100;
        margin-top: 0.52083vw; }
      .about .box2 .itemBox .item:last-child:after {
        display: none; }
.about .box3 {
  padding-top: 5.46875vw;
  padding-bottom: 3.90625vw; }
  .about .box3 .casesTitle {
    color: #fff; }
  .about .box3 .itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.86458vw; }
    .about .box3 .itemBox .item {
      width: 31.8%;
      height: 15.36458vw;
      background-color: #fff;
      margin-bottom: 2.08333vw;
      position: relative;
      text-align: center;
      color: #000;
      overflow: hidden;
      padding-top: 4.6875vw;
      box-sizing: border-box;
      transition: 0.5s; }
      .about .box3 .itemBox .item:after {
        width: 100%;
        height: 5px;
        background-color: #0083cf;
        position: absolute;
        top: 0;
        left: 0;
        content: ''; }
      .about .box3 .itemBox .item:before {
        width: 100%;
        height: 5px;
        background-color: #ff0000;
        position: absolute;
        top: 0;
        left: -100%;
        content: '';
        z-index: 5;
        transition: 0.5s; }
      .about .box3 .itemBox .item .tits {
        font-size: 1.5625vw;
        line-height: 1.66667vw;
        font-weight: 400; }
      .about .box3 .itemBox .item .tit {
        font-size: 0.9375vw;
        line-height: 1.875vw;
        font-weight: 100;
        margin-top: 1.04167vw; }
      @media (min-width: 1024px) {
        .about .box3 .itemBox .item:hover {
          background-color: #000;
          color: #fff; }
          .about .box3 .itemBox .item:hover:before {
            left: 0; } }
.about .box4 {
  padding-top: 16.04167vw;
  padding-bottom: 17.96875vw; }
  .about .box4 .casesTitle {
    color: #fff; }
  .about .box4 .w1520 {
    width: 1800px;
    max-width: 92%;
    margin: 0 auto; }
  .about .box4 .list {
    padding: 0 2.34375vw;
    box-sizing: border-box;
    background-image: url("../img/mBg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .about .box4 .list ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      position: relative;
      padding-top: 2.86458vw;
      padding-bottom: 3.125vw; }
      .about .box4 .list ul li {
        width: 25%;
        float: left;
        color: #fff;
        text-align: center;
        box-sizing: border-box;
        position: relative; }
        .about .box4 .list ul li.li1 {
          height: 7.1875vw;
          padding-top: 0.9375vw;
          border-bottom: 1px solid #fff; }
        .about .box4 .list ul li.li2 {
          height: 9.79167vw;
          padding-top: 1.92708vw; }
        .about .box4 .list ul li .tits {
          font-size: 1.71875vw;
          line-height: 1.82292vw;
          font-weight: 600;
          text-shadow: 1.03px 1.714px 2px rgba(0, 0, 0, 0.77); }
        .about .box4 .list ul li .tit {
          font-size: 1.35417vw;
          line-height: 1.45833vw;
          font-weight: 500;
          padding: 0 1.04167vw;
          margin-top: 0.625vw; }
        .about .box4 .list ul li .tit1 {
          font-weight: 400;
          margin-bottom: 1.04167vw; }
          .about .box4 .list ul li .tit1 .t {
            font-size: 1.30208vw;
            line-height: 1.40625vw; }
          .about .box4 .list ul li .tit1 .t1 {
            font-size: 1.04167vw;
            line-height: 1.14583vw;
            margin-top: 0.41667vw; }
        .about .box4 .list ul li:after {
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          background-color: rgba(255, 255, 255, 0.8);
          content: ''; }
        .about .box4 .list ul li:nth-child(4n):after {
          display: none; }
.about .box5 {
  padding-top: 3.90625vw;
  padding-bottom: 2.34375vw; }
  .about .box5 .casesTitle {
    position: relative;
    z-index: 5; }
  .about .box5 .yearBox {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -50px; }
    .about .box5 .yearBox .yearNew {
      width: 79.2%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      .about .box5 .yearBox .yearNew .yearList {
        width: 100%; }
        .about .box5 .yearBox .yearNew .yearList ul {
          width: 100%;
          height: auto; }
          .about .box5 .yearBox .yearNew .yearList ul li {
            width: 12.5%;
            text-align: center;
            float: left;
            position: relative;
            padding-top: 10px;
            transition: 0.5s;
            cursor: pointer; }
            .about .box5 .yearBox .yearNew .yearList ul li:last-child {
              margin-right: 0; }
            .about .box5 .yearBox .yearNew .yearList ul li .year {
              font-size: 16px;
              line-height: 18px;
              color: #b5b5b5;
              font-weight: 600;
              position: absolute;
              top: -18px;
              left: 50%;
              transform: translateX(-50%); }
            .about .box5 .yearBox .yearNew .yearList ul li .line {
              width: 2px;
              height: 2.60417vw;
              background-color: #b5b5b5;
              margin: 0 auto; }
            .about .box5 .yearBox .yearNew .yearList ul li .dian {
              width: 1.14583vw;
              height: 1.14583vw;
              border-radius: 100%;
              margin: 0 auto;
              border: 1px solid #b5b5b5;
              position: relative;
              box-sizing: border-box; }
              .about .box5 .yearBox .yearNew .yearList ul li .dian:after {
                width: 0.83333vw;
                height: 0.83333vw;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                background-color: #b5b5b5;
                content: '';
                border-radius: 100%; }
            .about .box5 .yearBox .yearNew .yearList ul li.on .year {
              color: #0083cf; }
            .about .box5 .yearBox .yearNew .yearList ul li.on .line {
              background-color: #0083cf; }
            .about .box5 .yearBox .yearNew .yearList ul li.on .dian {
              border-color: #0083cf; }
              .about .box5 .yearBox .yearNew .yearList ul li.on .dian:after {
                background-color: #0083cf; }
            .about .box5 .yearBox .yearNew .yearList ul li.swiper-slide-active {
              margin-top: 3.48958vw; }
            .about .box5 .yearBox .yearNew .yearList ul li.swiper-slide-active + li {
              margin-top: 6.77083vw; }
            .about .box5 .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li {
              margin-top: 11.09375vw; }
            .about .box5 .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li + li {
              margin-top: 7.8125vw; }
            .about .box5 .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li + li + li {
              margin-top: 12.5vw; }
  .about .box5 .conBox {
    margin-top: 1.92708vw; }
    .about .box5 .conBox .list {
      width: 1015px;
      margin-left: 3.38542vw;
      max-width: 90%; }
      .about .box5 .conBox .list ul li .pic {
        float: right;
        width: 39.4%; }
      .about .box5 .conBox .list ul li .con {
        width: 49.8%;
        float: left;
        color: #333; }
        .about .box5 .conBox .list ul li .con .tits {
          font-size: 1.25vw;
          line-height: 2.08333vw;
          font-weight: 400; }
        .about .box5 .conBox .list ul li .con .tit {
          font-size: 0.83333vw;
          line-height: 2.08333vw;
          opacity: 0.7;
          margin-top: 1.35417vw;
          font-weight: 100; }
.about .box6 {
  padding-top: 4.16667vw;
  padding-bottom: 2.86458vw; }
  .about .box6 .img {
    margin-top: 3.125vw; }
  .about .box6 .tabs {
    text-align: center;
    width: 100%;
    font-size: 0;
    margin-top: 2.1875vw; }
    .about .box6 .tabs a {
      font-size: 1.5625vw;
      line-height: 2.08333vw;
      color: #000;
      opacity: 0.3;
      margin: 0 2.08333vw;
      font-weight: 500;
      display: inline-block; }
      .about .box6 .tabs a.on {
        opacity: 1; }
  .about .box6 .listBox {
    margin-top: 3.125vw; }
    .about .box6 .listBox .list {
      width: 100%;
      display: none; }
      .about .box6 .listBox .list ul li {
        width: 16.4%;
        float: left;
        margin-right: 4.5%; }
        .about .box6 .listBox .list ul li:last-child {
          margin-right: 0; }
        .about .box6 .listBox .list ul li .pic {
          width: 100%;
          height: auto; }
          .about .box6 .listBox .list ul li .pic img {
            width: 100%; }
        .about .box6 .listBox .list ul li p {
          width: 100%;
          text-align: center;
          font-size: 0.83333vw;
          line-height: 1.04167vw;
          color: #040404;
          -webkit-line-clamp: 1;
          height: 1.04167vw;
          font-weight: 100;
          margin-top: 0.83333vw; }
      .about .box6 .listBox .list .btns {
        text-align: center;
        font-size: 0;
        width: 100%;
        margin-top: 2.44792vw; }
        .about .box6 .listBox .list .btns span {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          background-color: #ededed;
          opacity: 1;
          margin: 0 9px;
          cursor: pointer; }
          .about .box6 .listBox .list .btns span.swiper-pagination-bullet-active {
            background-color: #0083cf; }
@media (max-width: 1650px) {
  .about .box5 .conBox .list ul li .con .tit {
    font-size: 14px;
    line-height: 24px; } }
@media (max-width: 1366px) {
  .about .box5 .conBox .list ul li .con .tit {
    font-size: 14px;
    line-height: 24px; } }
@media (max-width: 1200px) {
  .about .box5 .conBox .list ul li .con .tits {
    font-size: 16px;
    line-height: 26px; }
  .about .box5 .conBox .list ul li .con .tit {
    font-size: 14px;
    line-height: 24px; }
  .about .box6 .listBox .list ul li {
    width: 21.4%; }
  .about .box6 .listBox .list ul li p {
    font-size: 16px;
    line-height: 18px;
    height: 18px; } }
@media (max-width: 1024px) {
  .about .box1 {
    margin-top: 50px; }
    .about .box1 .con .tits {
      font-size: 13px;
      line-height: 15px; }
    .about .box1 .con .tit {
      font-size: 16px;
      line-height: 18px; }
    .about .box1 .con .tit1 {
      font-size: 13px;
      line-height: 20px;
      margin: 10px auto 0; }
  .about .box3 .itemBox .item .tits {
    font-size: 16px;
    line-height: 18px; }
  .about .box3 .itemBox .item .tit {
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px; }
    .about .box3 .itemBox .item .tit br {
      display: none; }
  .about .box3 .itemBox .item {
    padding-top: 30px;
    height: 160px; }
  .about .box6 .listBox .list ul li {
    width: 30.4%; } }
@media (max-width: 768px) {
  .about .box1 {
    height: 50vh; }
    .about .box1 .con .tits {
      margin-top: 10px; }
    .about .box1 .con .videoClick {
      margin: 15px auto 0; }
  .about .box2 .itemBox {
    flex-wrap: wrap; }
    .about .box2 .itemBox .item {
      flex: 50%; }
      .about .box2 .itemBox .item:after {
        height: 52px; }
      .about .box2 .itemBox .item:nth-child(2):after {
        display: none; }
      .about .box2 .itemBox .item .t {
        font-size: 14px;
        line-height: 34px;
        height: 34px; }
        .about .box2 .itemBox .item .t span {
          font-size: 34px; }
        .about .box2 .itemBox .item .t i {
          font-size: 18px; }
      .about .box2 .itemBox .item .t1 {
        font-size: 14px;
        line-height: 16px; }
  .about .box3 {
    padding-top: 30px;
    padding-bottom: 40px; }
    .about .box3 .itemBox {
      margin-top: 20px; }
  .about .box3 .itemBox .item {
    width: 100%;
    height: auto;
    padding-bottom: 25px; }
    .about .box3 .itemBox .item .tit {
      font-size: 13px; }
  .about .box4 {
    padding-top: 30px;
    padding-bottom: 60px; }
    .about .box4 .list {
      margin-top: 25px; }
  .about .box4 .list ul:after {
    display: none; }
  .about .box4 .list ul li {
    width: 50%;
    height: 120px !important;
    padding-top: 15px !important;
    border-bottom: 1px solid #fff; }
    .about .box4 .list ul li:after {
      height: 100%;
      top: 0; }
    .about .box4 .list ul li.li1 {
      height: 95px !important; }
    .about .box4 .list ul li .tits {
      font-size: 16px;
      line-height: 18px; }
    .about .box4 .list ul li .tit {
      font-size: 13px;
      line-height: 22px;
      margin-top: 10px;
      font-weight: 400; }
      .about .box4 .list ul li .tit br {
        display: none; }
    .about .box4 .list ul li .tit1 {
      margin-bottom: 10px; }
      .about .box4 .list ul li .tit1 .t {
        font-size: 15px;
        line-height: 17px; }
      .about .box4 .list ul li .tit1 .t1 {
        font-size: 13px;
        line-height: 15px;
        margin-top: 5px; }
    .about .box4 .list ul li:nth-child(2n):after {
      display: none; }
    .about .box4 .list ul li:last-child {
      border-bottom: none; }
    .about .box4 .list ul li:nth-child(7) {
      border-bottom: none; }
  .about .box5 .yearBox {
    margin-top: 0;
    margin-bottom: 25px; }
    .about .box5 .yearBox img {
      width: 160%;
      margin-left: -30%; }
    .about .box5 .yearBox .yearNew {
      width: 90%; }
      .about .box5 .yearBox .yearNew .yearList ul li .line {
        width: 1px;
        height: 20px; }
      .about .box5 .yearBox .yearNew .yearList ul li.swiper-slide-active {
        margin-top: 7.96875vw; }
      .about .box5 .yearBox .yearNew .yearList ul li.swiper-slide-active + li {
        margin-top: 16.97917vw; }
      .about .box5 .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li {
        margin-top: 16.97917vw; }
      .about .box5 .yearBox .yearNew .yearList ul li.swiper-slide-active + li + li + li {
        margin-top: 16.97917vw; }
  .about .box5 .yearBox .yearNew .yearList ul li {
    padding-top: 5px;
    width: 33.3%;
    margin-right: 0 !important; }
  .about .box5 .yearBox .yearNew .yearList ul li .year {
    font-size: 13px;
    line-height: 15px;
    top: -10px; }
  .about .box5 .conBox .list {
    width: 100%;
    margin-left: 0;
    max-width: 100%; }
  .about .box5 .conBox .list ul li .pic {
    width: 100%;
    float: none; }
  .about .box5 .conBox .list ul li .con {
    width: 100%;
    float: none;
    margin-top: 15px; }
    .about .box5 .conBox .list ul li .con .tit {
      font-size: 13px;
      line-height: 22px; }
  .about .box6 .tabs a {
    font-size: 16px;
    line-height: 54px; }
  .about .box6 .listBox .list ul li {
    width: 73%; }
  .about .box6 .listBox .list ul li p {
    font-size: 14px;
    line-height: 16px;
    height: 16px; }
  .about .box6 .listBox .list .btns {
    margin-top: 15px; }
    .about .box6 .listBox .list .btns span {
      width: 8px;
      height: 8px;
      margin: 5px 3px; }
  .about .box6 .img {
    overflow: hidden; }
    .about .box6 .img img {
      width: 160%;
      margin-left: -30%; } }

.ir .box1 {
  padding-top: 2.39583vw;
  padding-bottom: 1.66667vw; }
  .ir .box1 .title {
    font-size: 1.25vw;
    line-height: 3.33333vw;
    color: #000;
    font-weight: 400;
    border-bottom: 2px solid #000; }
  .ir .box1 .content {
    margin-top: 1.92708vw; }
    .ir .box1 .content .conLeft {
      width: 48.4%;
      float: left;
      padding-top: 1.04167vw; }
      .ir .box1 .content .conLeft .tits {
        float: left;
        color: #000;
        padding-top: 1.71875vw; }
        .ir .box1 .content .conLeft .tits .t {
          font-size: 0.9375vw;
          line-height: 1.04167vw;
          font-weight: 400; }
        .ir .box1 .content .conLeft .tits .t1 {
          font-size: 0.9375vw;
          line-height: 2.39583vw;
          height: 2.39583vw;
          font-weight: 100;
          margin-top: 2.5vw; }
          .ir .box1 .content .conLeft .tits .t1 span {
            font-size: 3.125vw;
            font-family: 'MON'; }
        .ir .box1 .content .conLeft .tits .t2 {
          display: flex;
          align-items: center;
          font-size: 1.04167vw;
          line-height: 1.25vw;
          color: #e60012;
          font-weight: 400;
          margin-top: 1.875vw; }
      .ir .box1 .content .conLeft .tit {
        width: 54.4%;
        float: right; }
        .ir .box1 .content .conLeft .tit .item {
          width: 50%;
          float: left;
          color: #000;
          padding-bottom: 2.23958vw;
          padding-top: 1.71875vw; }
          .ir .box1 .content .conLeft .tit .item .t {
            font-size: 0.9375vw;
            line-height: 1.04167vw;
            font-weight: 400; }
          .ir .box1 .content .conLeft .tit .item .t1 {
            font-size: 0.9375vw;
            font-weight: 100;
            line-height: 1.25vw;
            height: 1.25vw;
            margin-top: 1.04167vw; }
            .ir .box1 .content .conLeft .tit .item .t1 span {
              font-size: 1.5625vw;
              font-family: 'MON'; }
    .ir .box1 .content .conRight {
      width: 44.3%;
      float: right;
      position: relative; }
      .ir .box1 .content .conRight .pic {
        width: 81.3%;
        float: left; }
      .ir .box1 .content .conRight .tabs {
        width: 18.7%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .ir .box1 .content .conRight .tabs a {
          width: 100%;
          height: auto;
          display: block;
          font-size: 0.9375vw;
          line-height: 3.125vw;
          color: #000;
          font-weight: 500;
          padding-left: 2.08333vw; }
.ir .irTitle {
  border-bottom: 1px solid #c5c6c6;
  display: flex;
  align-items: center;
  padding: 1.04167vw 0; }
  .ir .irTitle .t {
    font-size: 1.5625vw;
    line-height: 1.66667vw;
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center; }
    .ir .irTitle .t img {
      margin-right: 10px; }
  .ir .irTitle .t1 {
    margin-left: auto;
    font-size: 0.9375vw;
    line-height: 1.25vw;
    color: #333;
    display: flex;
    align-items: center; }
    .ir .irTitle .t1 img {
      margin-left: 7px; }
.ir .item {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 0.83333vw;
  padding-right: 3.125vw;
  box-sizing: border-box;
  color: #343434;
  position: relative;
  padding-top: 1.04167vw;
  padding-bottom: 1.04167vw; }
  .ir .item .time {
    font-family: 'MON';
    font-size: 16px;
    line-height: 18px; }
  .ir .item .tits {
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
    height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.52083vw; }
  .ir .item img {
    position: absolute;
    right: 0;
    top: 1.04167vw; }
  @media (min-width: 1024px) {
    .ir .item:hover .tits {
      color: #0083cf; } }
.ir .box2 {
  width: 100%;
  background-color: #fafbfb;
  padding-top: 1.82292vw;
  padding-bottom: 3.38542vw; }
  .ir .box2 .list ul li {
    width: 48.4%;
    float: left; }
    .ir .box2 .list ul li:nth-child(2n) {
      float: right; }
.ir .box3 {
  padding-top: 2.08333vw;
  padding-bottom: 2.86458vw; }
  .ir .box3 .boxNew {
    width: 48.4%;
    float: left; }
    .ir .box3 .boxNew:nth-child(2) {
      float: right; }
@media (max-width: 1200px) {
  .ir .item .time {
    font-size: 14px;
    line-height: 16px; }
  .ir .item .tits {
    font-size: 16px;
    line-height: 22px;
    height: 22px; }
  .ir .box1 .content .conRight .tabs a {
    font-size: 14px; } }
@media (max-width: 1024px) {
  .ir .box2 .list ul li {
    width: 100%;
    float: none !important; }
  .ir .box3 .boxNew {
    width: 100%;
    float: none !important;
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  .ir .item {
    padding-right: 36px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .ir .irTitle .t {
    font-size: 18px;
    line-height: 30px; }
  .ir .irTitle .t1 {
    font-size: 15px;
    line-height: 20px; }
  .ir .item .time {
    font-size: 12px;
    line-height: 14px; }
  .ir .item .tits {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    margin-top: 10px; }
  .ir .item img {
    top: 10px;
    width: 18px; }
    .ir .item img.img {
      width: 26px; }
  .ir .box1 .title {
    font-size: 18px;
    line-height: 36px; }
  .ir .box1 .content {
    margin-top: 10px; }
    .ir .box1 .content .conLeft {
      width: 100%;
      float: none; }
      .ir .box1 .content .conLeft .tits {
        width: 100%;
        float: none; }
        .ir .box1 .content .conLeft .tits .t {
          display: inline-block;
          font-size: 16px;
          line-height: 18px; }
        .ir .box1 .content .conLeft .tits .t1 {
          display: inline-block;
          font-size: 12px;
          line-height: 20px;
          margin-left: 10px;
          margin-top: 0;
          height: 20px; }
          .ir .box1 .content .conLeft .tits .t1 span {
            font-size: 20px; }
        .ir .box1 .content .conLeft .tits .t2 {
          display: inline-block;
          font-size: 16px;
          line-height: 16px;
          margin-left: 10px;
          margin-top: 0; }
      .ir .box1 .content .conLeft .tit {
        width: 100%;
        float: none; }
        .ir .box1 .content .conLeft .tit .item {
          padding: 20px 0; }
          .ir .box1 .content .conLeft .tit .item .t {
            font-size: 14px;
            line-height: 16px; }
          .ir .box1 .content .conLeft .tit .item .t1 {
            font-size: 12px;
            line-height: 20px;
            height: 20px; }
            .ir .box1 .content .conLeft .tit .item .t1 span {
              font-size: 20px; }
    .ir .box1 .content .conRight {
      width: 100%; }
  .ir .box1 .content .conRight .tabs a {
    line-height: 28px; } }

.contentTk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none; }
  .contentTk .content {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    transform: translate(-50%, -50%);
    background-color: #fff; }
    .contentTk .content .contentNew {
      width: 100%;
      max-height: 80vh;
      padding: 30px;
      box-sizing: border-box;
      overflow-y: auto; }
      .contentTk .content .contentNew .title {
        font-size: 26px;
        line-height: 30px;
        color: #000;
        font-weight: 400; }
      .contentTk .content .contentNew .con {
        font-size: 14px;
        line-height: 26px;
        margin-top: 30px; }
        .contentTk .content .contentNew .con img {
          max-width: 100%;
          display: block;
          margin: 0 auto; }
    .contentTk .content .close {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      .contentTk .content .close:after {
        width: 26px;
        height: 1px;
        background-color: #333;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        content: ''; }
      .contentTk .content .close:before {
        width: 26px;
        height: 1px;
        background-color: #333;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) rotate(-45deg);
        content: ''; }
  @media (max-width: 768px) {
    .contentTk .content {
      max-width: calc(100% - 15px); }
    .contentTk .content .contentNew {
      padding: 15px; }
    .contentTk .content .contentNew .title {
      font-size: 16px;
      line-height: 24px; }
    .contentTk .content .contentNew .con {
      margin-top: 15px;
      font-size: 13px;
      line-height: 24px; }
    .contentTk .content .close {
      background-color: #fff;
      bottom: -50px;
      left: 50%;
      margin-left: -18px;
      top: auto;
      width: 36px;
      height: 36px; }
      .contentTk .content .close:after {
        width: 20px; }
      .contentTk .content .close:before {
        width: 20px; } }

.videoBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .videoBox .video {
    width: 1000px;
    height: 562px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: auto;
    background-color: #000;
    text-align: center; }
    .videoBox .video video {
      width: 100%;
      height: 100%; }
    .videoBox .video .close {
      width: 50px;
      height: 50px;
      background-color: #fff;
      border-radius: 100%;
      position: absolute;
      top: -30px;
      right: -30px; }
      .videoBox .video .close:after {
        width: 20px;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 15px;
        content: '';
        transform: rotate(45deg); }
      .videoBox .video .close:before {
        width: 20px;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 15px;
        content: '';
        transform: rotate(-45deg); }
  @media (max-width: 1024px) {
    .videoBox .video {
      width: 100%;
      height: 260px; }
      .videoBox .video .close {
        bottom: -50px;
        top: auto;
        right: auto;
        width: 36px;
        height: 36px;
        left: 50%;
        margin-left: -18px; }
        .videoBox .video .close:after {
          left: 8px; }
        .videoBox .video .close:before {
          left: 8px; } }

.contact .list ul li .tit .t {
  flex: 1; }

@media (max-width: 768px) {
  .newsInfo .content .conLeft .con p span {
    font-size: 14px !important;
    line-height: 24px !important; }

  .contact .list ul li .tit .more {
    font-size: 12px; } }
.cooperation {
  padding-top: 6.25vw;
  padding-bottom: 10%; }
  .cooperation .list {
    margin-top: 4.6875vw; }
    .cooperation .list .item {
      width: 24.1%;
      float: left;
      margin-right: 1.2%; }
      .cooperation .list .item:last-child {
        margin-right: 0; }
      .cooperation .list .item a {
        width: 100%;
        height: auto;
        display: block; }
      .cooperation .list .item .pic {
        width: 100%;
        overflow: hidden; }
        .cooperation .list .item .pic img {
          transition: all 1.2s; }
      .cooperation .list .item .t {
        background-color: #EFEFEF;
        font-size: 20px;
        line-height: 80px;
        color: #3D3D3D;
        text-align: center;
        transition: all 0.5s; }
      @media (min-width: 1024px) {
        .cooperation .list .item:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
          .cooperation .list .item:hover .pic img {
            transform: scale(1.1); }
          .cooperation .list .item:hover .t {
            background-color: #000;
            color: #fff; } }
  @media (max-width: 1366px) {
    .cooperation .list .item .t {
      font-size: 18px;
      line-height: 60px; } }
  @media (max-width: 1024px) {
    .cooperation {
      margin-top: 50px; }
      .cooperation .list .item .t {
        font-size: 16px;
        line-height: 50px; } }
  @media (max-width: 768px) {
    .cooperation .list .item {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .cooperation .list .item:nth-child(2n) {
        margin-right: 0; }
      .cooperation .list .item .t {
        font-size: 15px;
        line-height: 40px; } }

.searchTk {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9000;
  display: none; }
  .searchTk .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }
  .searchTk .searchBox {
    width: 725px;
    background-color: #fff;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 36px 80px; }
    .searchTk .searchBox .tits {
      font-size: 32px;
      line-height: 34px;
      font-weight: 600;
      color: #000;
      text-align: center; }
    .searchTk .searchBox .searchNew {
      width: 100%;
      height: 50px;
      margin-top: 32px;
      background-color: #f4f4f4;
      display: flex;
      position: relative; }
      .searchTk .searchBox .searchNew .text {
        flex: 1;
        font-size: 16px;
        border: none;
        padding-left: 32px;
        color: #000;
        background: none; }
      .searchTk .searchBox .searchNew .submit {
        width: 100px;
        height: 50px;
        border: none;
        background: none; }
      .searchTk .searchBox .searchNew svg {
        fill: #0083cf;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer; }
    .searchTk .searchBox .hotseach {
      display: flex;
      margin-top: 22px;
      align-items: flex-start; }
      .searchTk .searchBox .hotseach .tit {
        display: flex;
        font-size: 16px;
        align-items: center;
        justify-content: flex-start;
        color: #000;
        margin-right: 25px;
        font-weight: 500; }
        .searchTk .searchBox .hotseach .tit svg {
          fill: #0083cf;
          margin-right: 8px; }
      .searchTk .searchBox .hotseach .ls {
        flex: 1;
        font-size: 0; }
        .searchTk .searchBox .hotseach .ls div {
          font-size: 16px;
          color: #585858;
          opacity: 0.7;
          cursor: pointer;
          display: inline-block;
          margin-right: 15px;
          font-weight: 500; }
    .searchTk .searchBox .close {
      position: absolute;
      top: 25px;
      right: 25px;
      cursor: pointer; }
      .searchTk .searchBox .close svg {
        fill: #999; }
  @media (max-width: 1366px) {
    .searchTk .searchBox {
      padding: 25px 50px; }
    .searchTk .searchBox .tits {
      font-size: 26px;
      line-height: 28px; } }
  @media (max-width: 768px) {
    .searchTk .searchBox {
      padding: 15px; }
    .searchTk .searchBox .tits {
      font-size: 20px;
      line-height: 22px; }
    .searchTk .searchBox .close {
      top: 15px;
      right: 15px; }
    .searchTk .searchBox .searchNew {
      height: 42px;
      margin-top: 20px; }
    .searchTk .searchBox .searchNew .text {
      padding-left: 15px;
      height: 42px;
      font-size: 14px; }
    .searchTk .searchBox .searchNew .submit {
      width: 60px;
      height: 42px; }
    .searchTk .searchBox .searchNew svg {
      right: 15px;
      width: 16px; }
    .searchTk .searchBox .hotseach {
      margin-top: 12px; }
      .searchTk .searchBox .hotseach .tit {
        font-size: 13px;
        margin-right: 10px; }
        .searchTk .searchBox .hotseach .tit svg {
          width: 16px;
          margin-right: 5px; }
      .searchTk .searchBox .hotseach .ls div {
        font-size: 13px;
        margin-right: 8px; } }

.page {
  text-align: center;
  font-size: 0;
  width: 100%;
  font-weight: 400; }
  .page .p {
    font-size: 16px;
    line-height: 32px;
    color: #343434; }
    @media (min-width: 1024px) {
      .page .p:hover {
        color: #0083cf; } }
  .page .pageNew {
    display: inline-block;
    margin: 0 20px; }
    .page .pageNew a {
      font-size: 16px;
      line-height: 32px;
      color: #343434;
      display: inline-block;
      border-radius: 5px;
      text-align: center;
      width: 32px;
      box-sizing: border-box;
      margin: 0 5px;
      transition: all 0.3s; }
      @media (min-width: 1024px) {
        .page .pageNew a:hover {
          background-color: #0083cf;
          color: #fff; } }
    .page .pageNew span {
      background-color: #0083cf;
      color: #fff;
      font-size: 16px;
      line-height: 32px;
      border-radius: 5px;
      width: 32px;
      display: inline-block;
      margin: 0 5px; }
  @media (max-width: 768px) {
    .page {
      margin-top: 15px; }
      .page .p {
        font-size: 14px;
        line-height: 26px; }
      .page .pageNew {
        margin: 0 10px; }
        .page .pageNew a {
          font-size: 14px;
          line-height: 26px;
          width: 26px;
          margin: 0 2px; }
        .page .pageNew span {
          font-size: 14px;
          line-height: 26px;
          width: 26px;
          margin: 0 2px; } }
          
          
.otherItem {
  padding: 0 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  transition: color 0.5s ease-out;
  position: relative;
  pointer-events: auto;
}
.otherItem > a {
  display: inline-block;
  color: #fff;
  min-width: 150px;
  text-align: center;
  margin-right: 40px;
}
.otherItem span {
  width: 100%;
  background: url("../img/down.png") no-repeat right center;
  background-size: 12px;
  font-size: 14px;
  padding-right: 18px;
}
.otherItem span img {
  width: 20px;
  margin-right: 10px;
}
.otherItem .lang {
  width: 60px;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  transform: translateY(20%);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  text-align: left;
  font-size: 14px;
  pointer-events: none;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0.4rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.otherItem .lang a {
  display: block;
  padding: 6px 11px;
  color: #3D3D3D;
  transition: all 0.3s;
}
.otherItem .lang a:hover,
.otherItem .lang a.fanti {
  color: #0092d6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.otherItem .lang a:hover i::before,
.otherItem .lang a.fanti i::before {
  right: 0;
  opacity: 1;
}
.otherItemTop .lang {
  width: 200px;
  left: auto;
  right: 0;
}
.otherItemTop .lang a {
  padding: 9px 18px;
}
.otherItemTop .lang a i {
  position: relative;
  padding-right: 30px;
}
.otherItemTop .lang a i::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 20px;
  background: url("../img/iicon-1.png") no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s;
  opacity: 0;
}
.otherItem:hover .lang {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
.header:hover .hOthre,
.header.on .hOthre {
  color: #323232;
}
.header:hover .hOthre span,
.header.on .hOthre span {
  background: url("../img/down-1.png") no-repeat right center;
  background-size: 12px;
}

  @media (max-width: 1024px) {
      .otherItem{
          display: none;
      }
  }
/*# sourceMappingURL=style.css.map */
