@charset "UTF-8";
body, html {
  font-size: 18px; }
  @media (max-width: 1440px) {
    body, html {
      font-size: 16px; } }
  @media (max-width: 992px) {
    body, html {
      font-size: 13px; } }

.w1460 {
  width: 1460px;
  margin: 0 auto;
  max-width: 85.652%;
  position: relative;
  z-index: 5; }
  @media (max-width: 1024px) {
    .w1460 {
      max-width: 92%; } }

.fz44 {
  font-size: 2.5rem;
  line-height: 2.55rem;
  font-weight: bold;
  color: #000; }
  @media (max-width: 1366px) {
    .fz44 {
      font-size: 2.2rem;
      line-height: 2.25rem; } }
  @media (max-width: 1200px) {
    .fz44 {
      font-size: 1.8rem;
      line-height: 1.85rem; } }
  @media (max-width: 768px) {
    .fz44 {
      font-size: 1.4rem;
      line-height: 1.45rem; } }

.fz36 {
  font-size: 2rem;
  line-height: 2.1rem;
  color: #000;
  font-weight: bold; }
  @media (max-width: 1366px) {
    .fz36 {
      font-size: 1.8rem;
      line-height: 1.9rem; } }
  @media (max-width: 1200px) {
    .fz36 {
      font-size: 1.6rem;
      line-height: 1.7rem; } }
  @media (max-width: 768px) {
    .fz36 {
      font-size: 1.2rem;
      line-height: 1.3rem; } }

.fz28 {
  font-size: 1.6rem;
  line-height: 1.66rem;
  font-weight: bold;
  color: #000; }
  @media (max-width: 768px) {
    .fz28 {
      font-size: 1.2rem;
      line-height: 1.4rem; } }

.fz18 {
  font-size: 1rem;
  line-height: 2rem;
  color: #666; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.index-banner {
  width: 100%;
  height: 41.7vw; }
  .index-banner .video {
    width: 100%;
    height: 41.7vw;
    object-fit: cover; }
  @media (max-width: 768px) {
    .index-banner {
      display: none; } }

.banner-m {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative; }
  .banner-m .img {
    width: 70%;
    position: absolute;
    top: 30vh;
    left: 50%;
    transform: translateX(-50%); }
  .banner-m .videoC {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 4vh;
    left: 4vh;
    display: block; }
  @media (max-width: 768px) {
    .banner-m {
      display: block; } }

.videoB {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #000;
  display: none; }
  .videoB .video {
    width: 100%;
    height: 40vh;
    position: absolute;
    top: 30vh;
    left: 0; }
    .videoB .video video {
      width: 100%;
      height: 100%; }
  .videoB .close {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20000;
    border-radius: 100%;
    display: block; }
    .videoB .close:after {
      width: 24px;
      height: 1px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      transform: rotate(-45deg);
      background-color: #333;
      content: ''; }
    .videoB .close:before {
      width: 24px;
      height: 1px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      transform: rotate(45deg);
      background-color: #333;
      content: ''; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 80px;
  align-items: center;
  transition: all 0.5s;
  background-color: #fff; }
  .header .headerLeft {
    display: flex;
    align-items: center;
    margin-left: 35px;
    float: left;
    margin-top: 20px; }
    .header .headerLeft .logo {
      width: 130px;
      display: block;
      float: left; }
    .header .headerLeft .language {
      font-size: 17px;
      line-height: 40px;
      color: #000;
      font-family: Arial;
      margin-left: 40px;
      float: left; }
      .header .headerLeft .language a {
        color: #000; }
        .header .headerLeft .language a span {
          color: #d10000; }
  .header .headerRight {
    margin-right: 44px;
    display: flex;
    align-items: center;
    float: right;
    margin-top: 14px; }
    .header .headerRight span {
      font-size: 17px;
      line-height: 19px;
      color: #000;
      font-family: Arial; }
    .header .headerRight .navClick {
      width: 50px;
      height: 50px;
      background-color: #fff;
      border-radius: 100%;
      margin-left: 30px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/nav_click.png");
      background-size: 44%;
      border: 1px solid #aaa;
      transition: all 0.5s;
      cursor: pointer; }
    .header .headerRight.on {
      display: none; }
  .header.on {
    background: none; }
  .header.open {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .header.open .headerRight .navClick {
      border-color: #aaa; }
  .header .mnav {
    width: 25%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), white);
    padding: 15px 80px 0 20px;
    transition: all 0.6s; }
    .header .mnav .closeNav {
      width: 50px;
      height: 50px;
      background-color: #fff;
      border-radius: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/nav_click.png");
      background-size: 44%;
      border: 1px solid #aaa;
      display: block; }
    .header .mnav ul {
      margin-top: 1.04167vw; }
      .header .mnav ul li {
        margin-bottom: 0.78125vw; }
        .header .mnav ul li .t {
          border-bottom: 2px solid #000; }
          .header .mnav ul li .t a {
            font-size: 22px;
            line-height: 50px;
            color: #000; }
        .header .mnav ul li .t1 {
          margin-top: 0.78125vw; }
          .header .mnav ul li .t1 a {
            font-size: 16px;
            line-height: 30px;
            color: #666;
            margin-right: 1.04167vw;
            white-space: nowrap; }
            @media (min-width: 1024px) {
              .header .mnav ul li .t1 a:hover {
                color: #d10000; } }
    .header .mnav.on {
      right: 0; }
  @media (max-width: 1024px) {
    .header {
      height: 50px; }
      .header .headerLeft {
        margin-top: 5px;
        margin-left: 20px; }
        .header .headerLeft .logo {
          width: 90px; }
        .header .headerLeft .language {
          margin-left: 20px;
          font-size: 14px; }
          .header .headerLeft .language > span {
            display: none; }
          .header .headerLeft .language a {
            margin-left: 0; }
      .header .headerRight {
        margin-right: 20px;
        margin-top: 6px; }
        .header .headerRight .navClick {
          width: 36px;
          height: 36px;
          margin-left: 10px; }
        .header .headerRight span {
          font-size: 14px; }
      .header .mnav {
        width: 75%;
        padding: 6px 20px 0 20px; }
        .header .mnav .closeNav {
          width: 38px;
          height: 38px; }
        .header .mnav ul li .t a {
          font-size: 18px;
          line-height: 44px; }
        .header .mnav ul li .t1 a {
          font-size: 14px; } }

.indexTitle {
  text-align: center; }
  .indexTitle .tits {
    font-size: 2.4em;
    line-height: 1.1em;
    color: #010101;
    font-weight: bold; }
  .indexTitle .line {
    width: 100px;
    height: 4px;
    background-color: #d10000;
    margin: 15px auto 0; }
  @media (max-width: 768px) {
    .indexTitle .tits {
      font-size: 1.7em; }
    .indexTitle .line {
      width: 60px;
      height: 2px;
      margin: 10px auto 0; } }

.index {
  overflow: hidden; }
  .index .box2 {
    background-color: #eee;
    padding-top: 7%;
    padding-bottom: 7%; }
    .index .box2 .list {
      margin: 4% auto 0;
      overflow: initial; }
      .index .box2 .list ul li {
        width: 18%;
        float: left;
        margin-right: 3%; }
        .index .box2 .list ul li:last-child {
          margin-right: 0; }
        .index .box2 .list ul li a {
          width: 100%;
          display: block; }
          .index .box2 .list ul li a .tits {
            font-size: 1.2rem;
            line-height: 1.4rem;
            color: #010101; }
          .index .box2 .list ul li a .pic {
            width: 100%;
            height: auto;
            border-radius: 20px;
            overflow: hidden;
            border: 2px solid #7c7c7b;
            box-sizing: border-box;
            margin-top: 14px; }
  .index .box3 {
    width: 100%;
    position: relative; }
    .index .box3 .con {
      position: absolute;
      left: 5.5%;
      bottom: 5.52083vw;
      color: #fff; }
      .index .box3 .con .tits {
        font-size: 2.5rem;
        line-height: 2.54rem;
        font-weight: bold; }
      .index .box3 .con .tit {
        font-size: 2rem;
        line-height: 2.1rem;
        margin-top: 0.88542vw; }
      .index .box3 .con .btns {
        margin-top: 4.375vw; }
        .index .box3 .con .btns a {
          width: 160px;
          height: 50px;
          border-radius: 25px;
          border: 1px solid #fff;
          box-sizing: border-box;
          margin-right: 1.5625vw;
          display: inline-block;
          text-align: center;
          font-size: 16px;
          line-height: calc(50px - 2px);
          color: #fff; }
          @media (min-width: 1024px) {
            .index .box3 .con .btns a:hover {
              background-color: #d10000;
              color: #fff;
              border-color: #d10000; } }
  .index .box4 {
    padding-top: 4.1%;
    width: 100%;
    padding-bottom: 3.125vw; }
    .index .box4 .list {
      width: 1460px;
      max-width: 85.652%;
      margin: 3% auto 0; }
      .index .box4 .list ul li {
        border-bottom: 2px solid #afafaf; }
        .index .box4 .list ul li a {
          width: 100%;
          display: block;
          padding: 2.08333vw 3.125vw 2.08333vw 1.04167vw;
          box-sizing: border-box;
          display: flex; }
          .index .box4 .list ul li a .pic {
            width: 36.3%;
            height: 0;
            padding-bottom: 16.1%;
            overflow: hidden;
            position: relative;
            margin-right: 5.4%;
            border-radius: 8.33333vw; }
            .index .box4 .list ul li a .pic img {
              width: 100%;
              position: absolute;
              top: 0;
              left: 0;
              transition: all 1.2s; }
          .index .box4 .list ul li a .con {
            flex: 1; }
            .index .box4 .list ul li a .con .tits {
              font-size: 1.5rem;
              line-height: 2rem;
              color: #010101;
              max-height: 9.58333vw;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .index .box4 .list ul li a .con .more {
              width: 160px;
              height: 50px;
              border-radius: 25px;
              font-size: 16px;
              line-height: calc(50px - 2px);
              color: #000;
              text-align: center;
              border: 1px solid #2b2b2b;
              box-sizing: border-box;
              margin-top: 2.96875vw; }
        .index .box4 .list ul li:last-child {
          border-bottom: none; }
        @media (min-width: 1024px) {
          .index .box4 .list ul li:hover a .pic img {
            transform: scale(1.1); }
          .index .box4 .list ul li:hover a .con .tits {
            color: #d10000; }
          .index .box4 .list ul li:hover a .con .more {
            background-color: #d10000;
            border-color: #d10000;
            color: #fff; } }
  @media (max-width: 1200px) {
    .index .box4 .list ul li a .con .more {
      width: 130px;
      height: 42px;
      line-height: 42px;
      font-size: 15px; }
    .index .box3 .con .btns a {
      width: 130px;
      height: 44px;
      line-height: 42px;
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .index .box2 .list ul li {
      width: 25%; }
    .index .box4 .list {
      max-width: 94%; } }
  @media (max-width: 768px) {
    .index .box2 {
      padding: 16% 0; }
    .index .box2 .list {
      max-width: 82%;
      margin: 7% auto 0; }
    .index .box2 .list ul li {
      width: 90%; }
    .index .box3 {
      overflow: hidden; }
    .index .box3 img {
      width: 260%;
      margin-left: -75%; }
    .index .box3 .con {
      bottom: auto;
      top: 40%;
      text-align: center;
      left: 0;
      width: 100%; }
    .index .box3 .con .tits {
      font-size: 1.5rem;
      line-height: 1.6rem; }
    .index .box3 .con .tit {
      font-size: 1.2rem;
      line-height: 1.3rem;
      margin-top: 15px; }
    .index .box3 .con .btns a {
      width: 100px;
      height: 36px;
      line-height: 34px;
      font-size: 14px;
      margin: 20px auto 0; }
    .index .box4 {
      padding: 13% 0; }
    .index .box4 .list ul li a {
      display: block; }
    .index .box4 .list ul li a .pic {
      width: 100%;
      padding-bottom: 44.1%;
      float: none; }
    .index .box4 .list ul li {
      border-width: 1px; }
    .index .box4 .list ul li a {
      padding: 23px 0; }
    .index .box4 .list ul li a .con {
      width: 100%;
      margin-top: 15px; }
      .index .box4 .list ul li a .con .tits {
        font-size: 14px;
        line-height: 24px;
        max-height: 48px; }
      .index .box4 .list ul li a .con .more {
        width: 100px;
        height: 32px;
        line-height: 30px;
        font-size: 13px;
        margin: 2.96875vw auto 0; } }

.indexBox1 {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .indexBox1 .content {
    width: 100%;
    padding-top: 4.9%;
    padding-bottom: 14.7%; }
    .indexBox1 .content .item {
      padding: 0 6.4%;
      width: 900px;
      max-width: 87.2%;
      margin-top: 9.1%; }
      .indexBox1 .content .item .tits {
        font-size: 2.5rem;
        line-height: 2.7rem;
        color: #000;
        font-weight: bold; }
      .indexBox1 .content .item .tit {
        font-size: 1.1rem;
        line-height: 1.6rem;
        color: #575757;
        margin-top: 1.5625vw; }
    .indexBox1 .content .item1 {
      display: flex;
      justify-content: flex-end;
      padding: 0 5.7%;
      margin-top: 10.4%; }
      .indexBox1 .content .item1 .t {
        text-align: center;
        color: #000;
        margin-left: 4.94792vw; }
        .indexBox1 .content .item1 .t .tt {
          font-size: 2rem;
          line-height: 2.3rem;
          font-weight: bold;
          height: 2.3rem; }
          .indexBox1 .content .item1 .t .tt span {
            font-size: 1rem;
            font-weight: normal; }
        .indexBox1 .content .item1 .t .tt1 {
          font-size: 1.4rem;
          line-height: 1.5rem;
          margin-top: 9px; }
  @media (max-width: 768px) {
    .indexBox1 img {
      width: 124%;
      margin-left: -12%;
      max-width: 124%; }
    .indexBox1 .content {
      padding-bottom: 7%;
      padding-top: 14%; }
    .indexBox1 .content .item {
      margin-top: 9%; }
    .indexBox1 .content .item .tits {
      font-size: 1.5rem;
      line-height: 1.6rem; }
    .indexBox1 .content .item1 {
      margin-top: 15%;
      display: block;
      text-align: center;
      font-size: 0; }
      .indexBox1 .content .item1 .t {
        width: 50%;
        display: inline-block;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 12%; }
        .indexBox1 .content .item1 .t .tt {
          font-size: 1.8rem;
          line-height: 2rem;
          height: 2rem; }
        .indexBox1 .content .item1 .t .tt1 {
          font-size: 15px;
          line-height: 17px; } }

.indexBox5 {
  width: 100%;
  height: auto;
  padding-top: 3.5%;
  padding-bottom: 7.3%; }
  .indexBox5 .title {
    text-align: center;
    font-size: 2rem;
    line-height: 3.2rem;
    color: #fff;
    font-weight: bold; }
  .indexBox5 .list {
    margin-top: 5.5%; }
    .indexBox5 .list .listNew.listNew2 {
      margin-top: 3.3%; }
    .indexBox5 .list .listNew ul li {
      width: 9%;
      height: 0;
      padding-bottom: 7.9%;
      margin-right: 0.8%;
      background-size: cover;
      background-image: url("../img/bg.png");
      background-repeat: no-repeat; }
      .indexBox5 .list .listNew ul li:last-child {
        margin-right: 0; }
      .indexBox5 .list .listNew ul li .img {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        position: absolute;
        top: 8px;
        left: 8px;
        background-color: #fff;
        border-radius: 10px; }
        .indexBox5 .list .listNew ul li .img img {
          max-width: 90%;
          max-height: 90%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
  @media (max-width: 1366px) {
    .indexBox5 .list .listNew ul li {
      width: 11%;
      padding-bottom: 9.7%; } }
  @media (max-width: 1200px) {
    .indexBox5 .list .listNew ul li {
      width: 14%;
      padding-bottom: 12.3%; }
    .indexBox5 .title {
      font-size: 1.6rem;
      line-height: 2rem; } }
  @media (max-width: 768px) {
    .indexBox5 {
      padding-top: 12%;
      padding-bottom: 14%; }
      .indexBox5 .list {
        margin-top: 8.5%; }
      .indexBox5 .list .listNew ul li {
        background: none;
        width: 33%;
        margin-right: 4%;
        padding-bottom: 28%; }
        .indexBox5 .list .listNew ul li .img {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      .indexBox5 .title {
        font-size: 1.4rem;
        line-height: 2rem; } }

.footer {
  background-color: #f2f2f2; }
  .footer .footerNew {
    padding-top: 60px;
    padding-bottom: 47px; }
    .footer .footerNew .logo {
      width: 200px;
      float: left; }
    .footer .footerNew .nav {
      width: 100%;
      display: flex; }
      .footer .footerNew .nav .t {
        float: left;
        flex: 1; }
        .footer .footerNew .nav .t:last-child {
          margin-right: 0; }
        .footer .footerNew .nav .t .tt a {
          font-size: 19px;
          line-height: 40px;
          color: #000; }
          .footer .footerNew .nav .t .tt a:hover {
            color: #d10000; }
        .footer .footerNew .nav .t .tt1 {
          margin-top: 17px; }
          .footer .footerNew .nav .t .tt1 .ttt a {
            font-size: 15px;
            line-height: 40px;
            color: #595757; }
            .footer .footerNew .nav .t .tt1 .ttt a:hover {
              color: #d10000; }
        .footer .footerNew .nav .t:nth-child(2) {
          text-align: left;
          flex: 1.5; }
          .footer .footerNew .nav .t:nth-child(2) .tt1 .ttt {
            width: 50%;
            float: left; }
            .footer .footerNew .nav .t:nth-child(2) .tt1 .ttt:nth-child(1) {
              width: 100%; }
  .footer .foot {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
    color: #666;
    text-align: center;
    background-color: #e6e6e6; }
    .footer .foot span {
      padding: 0 10px; }
    .footer .foot a {
      color: #666; }
  @media (max-width: 1200px) {
    .footer .footerNew .nav .t {
      margin-right: 5.20833vw; } }
  @media (max-width: 1024px) {
    .footer .footerNew {
      display: none; }
    .footer .foot {
      font-size: 13px;
      line-height: 24px; }
      .footer .foot span {
        display: block; } }

.banner {
  width: 100%;
  position: relative;
  margin-top: 80px;
  overflow: hidden; }
  .banner .con {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 1.5px 2px 6px rgba(0, 0, 0, 0.2); }
    .banner .con .tits {
      font-size: 2.5rem;
      line-height: 2.55rem;
      font-weight: bold;
      color: #fff; }
    .banner .con .tit {
      font-size: 1rem;
      line-height: 2rem;
      width: 975px;
      max-width: 90%;
      margin: 13px auto 0;
      color: #fff; }
  @media (max-width: 1024px) {
    .banner {
      margin-top: 50px; } }
  @media (max-width: 768px) {
    .banner img {
      width: 600%;
      margin-left: -200%; }
    .banner .con .tits {
      font-size: 1.8rem;
      line-height: 1.8rem; }
    .banner .con .tit {
      line-height: 1.6rem; } }

.equipment {
  margin: 0 auto;
  padding-top: 4.8%; }
  .equipment ul li {
    width: 48.7%;
    float: left;
    margin-bottom: 48px; }
    .equipment ul li:nth-child(2n) {
      float: right; }
    .equipment ul li .tits {
      font-size: 1.6rem;
      line-height: 1.7rem;
      color: #000;
      font-weight: bold; }
    .equipment ul li .line {
      width: 80px;
      height: 3px;
      background-color: #cb0000;
      margin-top: 15px; }
    .equipment ul li .tit {
      font-size: 16px;
      line-height: 28px;
      color: #4d4d4d;
      margin-top: 8px;
      height: 56px;
      display: none; }
    .equipment ul li .pic {
      width: 100%;
      height: 0;
      padding-bottom: 59.6%;
      position: relative;
      margin-top: 14px;
      overflow: hidden; }
      .equipment ul li .pic img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: fill; }
  @media (max-width: 768px) {
    .equipment ul li {
      width: 100%;
      margin-bottom: 25px; }
      .equipment ul li .tits {
        font-size: 1.2rem;
        line-height: 1.3rem; }
      .equipment ul li .line {
        width: 60px;
        height: 2px;
        margin-top: 8px; }
      .equipment ul li .tit {
        font-size: 13px;
        line-height: 22px;
        height: auto; } }

.strength {
  margin: 5.5% auto 0; }
  .strength .itemBox {
    margin-top: 5.2%; }
    .strength .itemBox .item {
      width: 22.5%;
      float: left;
      margin-right: 3.33%;
      margin-top: 4.94792vw;
      position: relative; }
      .strength .itemBox .item:nth-child(2n) {
        margin-top: 0; }
      .strength .itemBox .item:last-child {
        margin-right: 0; }
      .strength .itemBox .item .t {
        width: 100%;
        height: auto;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 20px 0;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0; }
  .strength ul {
    margin-top: 6.8%; }
    .strength ul li {
      background-color: #f3f2f1;
      margin-bottom: 3.22917vw;
      padding: 2.5vw 0;
      box-sizing: border-box;
      position: relative; }
      .strength ul li .boxNew {
        padding: 0 3.64583vw 0 2.5vw;
        position: relative;
        width: 100%;
        box-sizing: border-box; }
      .strength ul li .pic {
        margin: 1.5625vw 0;
        width: 35.7%;
        height: auto;
        float: left; }
      .strength ul li .line {
        width: 3px;
        height: 100%;
        box-sizing: border-box;
        background-color: #d3d2d1;
        position: absolute;
        top: 0;
        left: 35.7%;
        margin-left: 2.34375vw; }
      .strength ul li .con {
        float: right;
        width: 57.9%;
        padding-top: 3.64583vw; }
        .strength ul li .con .tits {
          font-size: 1.6rem;
          line-height: 1.7rem;
          font-weight: bold; }
        .strength ul li .con .line1 {
          width: 177px;
          height: 3px;
          background-color: #c50808;
          margin-top: 1.71875vw; }
        .strength ul li .con .tit {
          color: #535353;
          word-break: break-word;
          margin-top: 1.04167vw;
          font-size: 16px;
          line-height: 30px; }
  @media (max-width: 1024px) {
    .strength .itemBox .item .t {
      font-size: 14px;
      line-height: 22px;
      padding: 15px 0; }
    .strength .itemBox .item {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
      margin-top: 0; }
      .strength .itemBox .item:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .strength ul li .pic {
      width: 100%;
      margin: 0; }
    .strength ul li .con {
      width: 100%; }
      .strength ul li .con .tits {
        font-size: 1.2rem;
        line-height: 1.3rem; }
      .strength ul li .con .line1 {
        width: 90px;
        height: 2px; }
      .strength ul li .con .tit {
        font-size: 13px;
        line-height: 24px; }
    .strength ul li .line {
      display: none; } }

.filiale {
  padding-top: 3.90625vw;
  margin: 0 auto; }
  .filiale ul li {
    padding: 3.125vw 2.60417vw;
    background-color: #f5f5f5;
    box-sizing: border-box;
    margin-bottom: 2.34375vw; }
    .filiale ul li .pic {
      width: 41.5%;
      float: right; }
    .filiale ul li .con {
      width: 53.8%;
      float: left;
      color: #000; }
      .filiale ul li .con .tits {
        font-size: 1.6rem;
        line-height: 1.7rem;
        font-weight: bold; }
      .filiale ul li .con .line {
        width: 166px;
        height: 3px;
        background-color: #cc0808;
        margin-top: 1.04167vw; }
      .filiale ul li .con .txt {
        font-size: 16px;
        line-height: 28px;
        margin-top: 1.5625vw; }
      .filiale ul li .con .tit {
        font-size: 16px;
        line-height: 28px;
        margin-top: 2.34375vw; }
        .filiale ul li .con .tit span {
          margin-right: 2.08333vw; }
          .filiale ul li .con .tit span a {
            color: #000;
            text-decoration: underline; }
            .filiale ul li .con .tit span a:hover {
              color: #cc0808; }
  @media (max-width: 1200px) {
    .filiale ul li .con .txt {
      font-size: 15px;
      line-height: 25px; }
    .filiale ul li .con .tit {
      font-size: 15px;
      line-height: 25px; } }
  @media (max-width: 768px) {
    .filiale ul li .pic {
      width: 100%;
      float: none; }
    .filiale ul li .con {
      width: 100%;
      float: none;
      margin-top: 15px; }
      .filiale ul li .con .tits {
        font-size: 1.2rem;
        line-height: 1.3rem; }
      .filiale ul li .con .line {
        width: 90px;
        height: 2px; }
      .filiale ul li .con .txt {
        font-size: 13px;
        line-height: 24px; }
      .filiale ul li .con .tit {
        font-size: 13px;
        line-height: 24px; } }

.navBox {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  height: 80px;
  background-color: #fff;
  top: 80px;
  position: fixed;
  left: 0;
  z-index: 40;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s; }
  .navBox .navNew {
    width: 83.33%;
    margin: 0 auto; }
    .navBox .navNew ul li {
      width: 11.11%;
      float: left;
      text-align: center;
      position: relative; }
      .navBox .navNew ul li a {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        display: block;
        height: 80px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center; }
      .navBox .navNew ul li:after {
        width: 100%;
        height: 4px;
        background-color: #ff0000;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        display: none; }
      .navBox .navNew ul li.on:after {
        display: block; }
  .navBox .btn {
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border-radius: 100%;
    z-index: 10; }
    .navBox .btn span {
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      display: block;
      position: absolute;
      top: 12px;
      left: 15px; }
    .navBox .btn.prev {
      left: 34px; }
      .navBox .btn.prev span {
        border-right: 14px solid #595959;
        top: 12px;
        left: 12px; }
    .navBox .btn.next {
      right: 34px; }
      .navBox .btn.next span {
        border-left: 14px solid #595959; }
    .navBox .btn.swiper-button-disabled {
      display: none; }
  .navBox .home {
    display: flex;
    align-items: center;
    padding-left: 58px;
    box-sizing: border-box;
    width: 100%;
    height: 80px; }
    .navBox .home .t {
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      color: #000; }
      .navBox .home .t a {
        color: #000; }
    .navBox .home .line {
      width: 1px;
      height: 36px;
      background-color: #000;
      margin: 0 20px; }
    .navBox .home .t1 {
      font-size: 17px;
      line-height: 18px;
      color: #000; }
  @media (max-width: 1260px) {
    .navBox .navNew ul li a {
      font-size: 15px;
      line-height: 22px; } }
  @media (max-width: 1160px) {
    .navBox .navNew {
      width: 90%; }
    .navBox .btn.prev {
      left: 20px; }
    .navBox .btn.next {
      right: 20px; } }
  @media (max-width: 1024px) {
    .navBox {
      top: 50px;
      height: 50px; }
      .navBox .navNew ul li {
        width: 14.3%; }
        .navBox .navNew ul li a {
          height: 50px;
          font-size: 13px;
          line-height: 18px; }
      .navBox .btn {
        width: 36px;
        height: 36px;
        margin-top: -18px; }
        .navBox .btn span {
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent; }
        .navBox .btn.prev span {
          border-right: 11px solid #595959; }
        .navBox .btn.next span {
          border-left: 11px solid #595959; }
      .navBox .home {
        height: 50px;
        padding-left: 20px; } }
  @media (max-width: 768px) {
    .navBox .navNew ul li {
      width: 25%; }
    .navBox .btn.prev {
      left: 10px; }
    .navBox .btn.next {
      right: 10px; }
    .navBox .home .t {
      font-size: 14px; }
    .navBox .home .t1 {
      font-size: 13px; }
    .navBox .home .line {
      height: 26px;
      margin: 0 10px; } }

.product {
  padding-top: 80px;
  margin-top: 80px;
  width: 100%;
  background-color: #f2f2f2;
  transition: all 0.5s; }
  .product.open {
    padding-top: 100px; }
  .product .box1 {
    padding-top: 3.75%;
    padding-bottom: 60px; }
    .product .box1 .title {
      text-align: center;
      color: #000;
      font-weight: bold;
      width: 15rem;
      margin: 0 auto;
      font-size: 2rem;
      line-height: 2.1rem; }
    .product .box1 .list {
      width: 100%;
      height: auto;
      margin-top: 2.8125vw; }
      .product .box1 .list ul {
        width: 100%;
        height: auto; }
        .product .box1 .list ul li {
          width: 23.8%;
          float: left;
          margin-right: 1.6%;
          background-color: #fff;
          border-radius: 15px;
          overflow: hidden;
          height: auto !important; }
          .product .box1 .list ul li:last-child {
            margin-right: 0; }
          .product .box1 .list ul li a {
            width: 100%;
            height: auto;
            display: block;
            padding-bottom: 25px; }
            .product .box1 .list ul li a .pic {
              width: 100%;
              height: 0;
              padding-bottom: 79.1%;
              position: relative; }
              .product .box1 .list ul li a .pic .img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center; }
            .product .box1 .list ul li a .tits {
              text-align: center;
              font-size: 18px;
              line-height: 26px;
              color: #000;
              max-width: 90%;
              margin: 20px auto 0;
              height: 52px; }
            .product .box1 .list ul li a .more {
              width: 140px;
              height: 46px;
              border-radius: 23px;
              background-color: #000;
              text-align: center;
              margin: 20px auto 0;
              font-size: 15px;
              color: #fff;
              line-height: 46px; }
      .product .box1 .list .swiper-scrollbar {
        opacity: 1 !important;
        position: relative;
        width: 200px;
        height: 7px;
        margin: 15px auto 0;
        border-radius: 7px; }
  .product #listtype2box .box1 .list ul {
    display: flex;
    flex-wrap: wrap; }
    .product #listtype2box .box1 .list ul li {
      margin-bottom: 30px; }
      .product #listtype2box .box1 .list ul li:nth-child(4n) {
        margin-right: 0; }
      @media (max-width: 1200px) {
        .product #listtype2box .box1 .list ul li {
          width: 32%;
          margin-right: 2%; }
          .product #listtype2box .box1 .list ul li:nth-child(4n) {
            margin-right: 2%; }
          .product #listtype2box .box1 .list ul li:nth-child(3n) {
            margin-right: 0; } }
      @media (max-width: 768px) {
        .product #listtype2box .box1 .list ul li {
          width: 100%;
          margin-right: 0 !important;
          margin-bottom: 20px; } }
  .product .box2 {
    margin: 0 auto 0;
    padding-bottom: 60px; }
    .product .box2 ul li {
      width: 100%;
      background-color: #fff;
      border-radius: 20px;
      overflow: hidden;
      margin-bottom: 35px; }
      .product .box2 ul li:last-child {
        margin-bottom: 0; }
      .product .box2 ul li .pic {
        width: 44.9%;
        float: right; }
      .product .box2 ul li .con {
        width: 43.6%;
        float: left;
        margin-left: 5.4%;
        padding-top: 4.2%; }
        .product .box2 ul li .con .tits {
          font-size: 1.6rem;
          line-height: 1.7rem;
          color: #000;
          font-weight: bold; }
        .product .box2 ul li .con .tit {
          font-size: 16px;
          line-height: 28px;
          color: #868686;
          margin-top: 1.66667vw; }
  @media (max-width: 1366px) {
    .product .box1 .title {
      font-size: 1.8rem;
      line-height: 2.1rem;
      width: 13rem; } }
  @media (max-width: 1200px) {
    .product .box1 .title {
      font-size: 1.6rem;
      line-height: 1.9rem;
      width: 12rem; }
    .product .box1 .list ul li a .tits {
      font-size: 16px;
      line-height: 22px;
      height: 44px; }
    .product .box1 .list ul li a .more {
      width: 120px;
      height: 40px;
      border-radius: 20px;
      font-size: 14px;
      line-height: 40px; } }
  @media (max-width: 1024px) {
    .product {
      padding-top: 50px;
      margin-top: 50px; }
      .product .box1 .list ul li {
        width: 32%;
        margin-right: 2%; }
      .product .box2 ul li .con .tits {
        font-size: 1.2rem;
        line-height: 1.3rem; }
      .product .box2 ul li .con .tit {
        font-size: 13px;
        line-height: 22px; } }
  @media (max-width: 768px) {
    .product .box1 .title {
      font-size: 1.2rem;
      line-height: 1.7rem;
      width: 9rem; }
    .product .box1 .list ul li {
      width: 65%; }
      .product .box1 .list ul li a .tits {
        font-size: 14px;
        margin: 10px auto 0; }
      .product .box1 .list ul li a .more {
        width: 100px;
        height: 36px;
        border-radius: 18px;
        font-size: 13px;
        line-height: 36px;
        margin: 10px auto 0; }
    .product .box2 ul li .pic {
      width: 100%;
      float: none; }
    .product .box2 ul li .con {
      width: 90%;
      margin: 0 auto 0;
      float: none;
      padding: 15px 0; }
    .product .box1 {
      padding-bottom: 25px; }
    .product .box2 {
      margin: 0 auto 0;
      padding-bottom: 25px; } }

.bottom {
  background-color: #fff;
  text-align: center;
  padding-top: 3.02083vw;
  padding-bottom: 2.91667vw; }
  .bottom .t {
    color: #737373;
    margin-top: 1.875vw;
    font-size: 16px;
    line-height: 26px; }
  .bottom .more {
    width: 9.375vw;
    height: 2.70833vw;
    background-color: #c7000b;
    margin: 3.64583vw auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 2.70833vw;
    display: block; }
  @media (max-width: 768px) {
    .bottom .t {
      font-size: 13px;
      line-height: 22px;
      width: 80%;
      margin: 1.875vw auto 0; }
    .bottom .more {
      width: 100px;
      height: 32px;
      font-size: 13px;
      line-height: 32px; } }

.productInfo {
  padding-top: 80px;
  margin-top: 80px;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 8px solid #f2f2f2; }
  .productInfo.open {
    padding-top: 100px; }
  .productInfo .content .box1 {
    border-bottom: 2px solid #c5c5c5;
    text-align: center;
    padding-top: 3.90625vw;
    padding-bottom: 1.82292vw; }
    .productInfo .content .box1 .tits {
      color: #000;
      font-weight: bold; }
    .productInfo .content .box1 .tit {
      font-size: 18px;
      line-height: 20px;
      color: #6c6c6c;
      margin-top: 1.30208vw; }
    .productInfo .content .box1 img {
      display: block;
      margin: 1.82292vw auto 0;
      max-width: 90%; }
  .productInfo .content .box2 {
    border-bottom: 2px solid #c5c5c5;
    padding-top: 3.4375vw;
    padding-bottom: 4.16667vw; }
    .productInfo .content .box2:last-child {
      border-bottom: none; }
    .productInfo .content .box2 .title {
      font-size: 2rem;
      line-height: 2.01rem;
      width: 25.3%;
      font-weight: bold;
      color: #000;
      padding-left: 1.25vw;
      box-sizing: border-box;
      float: left; }
    .productInfo .content .box2 .con {
      width: 70%;
      float: left; }
      .productInfo .content .box2 .con .conn {
        font-size: 16px;
        line-height: 26px;
        color: #909090; }
        .productInfo .content .box2 .con .conn p {
          margin-bottom: 2.08333vw; }
          .productInfo .content .box2 .con .conn p:last-child {
            margin-bottom: 0; }
          .productInfo .content .box2 .con .conn p strong {
            color: #000; }
      .productInfo .content .box2 .con .item {
        width: 50%;
        float: left; }
        .productInfo .content .box2 .con .item .t {
          font-size: 16px;
          line-height: 26px;
          color: #000;
          font-weight: bold;
          margin-bottom: 2.08333vw; }
        .productInfo .content .box2 .con .item .t1 {
          font-size: 16px;
          line-height: 26px;
          color: #909090;
          height: 3.38542vw; }
  @media (max-width: 1366px) {
    .productInfo .content .box2 .title {
      font-size: 1.8rem;
      line-height: 1.85rem; } }
  @media (max-width: 1200px) {
    .productInfo .content .box2 .title {
      font-size: 1.6rem;
      line-height: 1.65rem; }
    .productInfo .content .box1 .tit {
      font-size: 16px;
      line-height: 18px; } }
  @media (max-width: 1024px) {
    .productInfo {
      padding-top: 50px;
      margin-top: 50px; } }
  @media (max-width: 768px) {
    .productInfo .content .box2 .title {
      font-size: 1.2rem;
      line-height: 1.25rem;
      width: 100%;
      float: none;
      padding-left: 0; }
    .productInfo .content .box1 {
      border-width: 1px; }
    .productInfo .content .box2 {
      border-width: 1px; }
    .productInfo .content .box2 .con {
      width: 100%;
      float: none;
      margin-top: 15px; }
    .productInfo .content .box2 .con .conn {
      font-size: 13px;
      line-height: 22px; }
    .productInfo .content .box2 .con .item {
      width: 100%;
      float: none;
      margin-bottom: 15px; }
      .productInfo .content .box2 .con .item:last-child {
        margin-bottom: 0; }
      .productInfo .content .box2 .con .item .t1 {
        font-size: 13px;
        line-height: 22px;
        height: auto; }
    .productInfo .content .box1 .tit {
      font-size: 14px;
      line-height: 16px; }
    .productInfo .content .box2 .con .item .t {
      font-size: 14px;
      line-height: 16px; } }

.about .box1 {
  margin: 5.2% auto 0;
  background-color: #f5f5f5; }
  .about .box1 .videoBox {
    width: 44.86%;
    float: left;
    position: relative; }
    .about .box1 .videoBox .videoClick {
      width: 80px;
      height: 80px;
      border-radius: 100%;
      background-color: transparent;
      top: 50%;
      left: 50%;
      margin-left: -40px;
      margin-top: -40px;
      line-height: 2.6em;
      border: 1px solid #fff;
      position: absolute;
      cursor: pointer; }
      .about .box1 .videoBox .videoClick span {
        width: 0;
        height: 0;
        border-left: 14px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -5px;
        margin-top: -10px; }
      .about .box1 .videoBox .videoClick:hover {
        background-color: #fff; }
        .about .box1 .videoBox .videoClick:hover span {
          border-left: 14px solid #000; }
  .about .box1 .con {
    width: 43.8%;
    float: left;
    margin-left: 6.6%;
    padding-top: 40px; }
    .about .box1 .con .line {
      width: 140px;
      height: 3px;
      background-color: #bb0000;
      margin-top: 20px; }
    .about .box1 .con .txt {
      margin-top: 22px; }
.about .box2 {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .about .box2 .boxNew {
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%); }
    .about .box2 .boxNew .itemBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .about .box2 .boxNew .itemBox .item {
        width: 25%;
        background-color: #000;
        color: #fff !important;
        text-align: center;
        margin-right: 30px;
        flex: 1;
        -webkit-box-shadow: 0 0 3px #999;
        box-shadow: 0 0 3px #999;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 5em 0; }
        .about .box2 .boxNew .itemBox .item .tits {
          color: #fff; }
        .about .box2 .boxNew .itemBox .item .tit {
          color: #fff;
          margin-top: 10px; }
        .about .box2 .boxNew .itemBox .item:last-child {
          margin-right: 0; }
.about .box4 {
  padding: 5.2% 0;
  position: relative; }
  .about .box4:before {
    width: 2px;
    height: 100%;
    position: absolute;
    right: -2px;
    background-color: #a7a7a7;
    content: '';
    top: 0; }
  .about .box4 .title {
    width: 17%;
    float: left;
    box-sizing: border-box;
    padding-top: 95px; }
    .about .box4 .title .line {
      width: 4.6875vw;
      height: 2px;
      background-color: #c30000;
      margin-top: 24px; }
  .about .box4 .yearList {
    float: right;
    width: 80px;
    position: relative;
    z-index: 5; }
    .about .box4 .yearList ul {
      width: 100%;
      display: block; }
      .about .box4 .yearList ul li {
        width: 100%;
        font-size: 16px;
        line-height: 34px;
        color: #b9b9b9;
        position: relative;
        cursor: pointer; }
        .about .box4 .yearList ul li:after {
          width: 5px;
          height: 100%;
          position: absolute;
          right: -2px;
          background-color: #bb0000;
          content: '';
          display: none;
          top: 0; }
        .about .box4 .yearList ul li.swiper-slide-thumb-active {
          color: #bb0000; }
          .about .box4 .yearList ul li.swiper-slide-thumb-active:after {
            display: block; }
        .about .box4 .yearList ul li.on {
          color: #bb0000; }
          .about .box4 .yearList ul li.on:after {
            display: block; }
  .about .box4 .list {
    width: 65%;
    float: left; }
    .about .box4 .list ul li {
      margin-right: 20px; }
      .about .box4 .list ul li:last-child {
        margin-right: 0; }
      .about .box4 .list ul li .year {
        font-size: 4rem;
        line-height: 70px;
        height: 70px;
        color: #d1d1d1;
        font-weight: bold; }
      .about .box4 .list ul li .tits {
        color: #000;
        font-weight: bold;
        margin-top: 2.08333vw; }
      .about .box4 .list ul li .tit {
        margin-top: 0.625vw;
        font-size: 16px;
        line-height: 32px;
        color: #5a5858;
        height: 64px; }
      .about .box4 .list ul li .pic {
        width: 100%;
        margin-top: 1.82292vw; }
.about .box6 {
  margin: 0 auto;
  padding-top: 5.2%;
  padding-bottom: 4%; }
  .about .box6 .list {
    margin: 4% auto 0; }
    .about .box6 .list ul li {
      width: 26.7%;
      height: 0;
      padding-bottom: 17.2%;
      position: relative;
      float: left;
      margin-right: 9.95%;
      margin-bottom: 2.34375vw;
      background-color: #f5f5f5; }
      .about .box6 .list ul li:nth-child(3n) {
        margin-right: 0; }
      .about .box6 .list ul li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0; }
@media (max-width: 768px) {
  .about .box1 {
    margin: 10% auto 0; }
    .about .box1 .videoBox {
      width: 100%;
      float: none; }
      .about .box1 .videoBox .videoClick {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px; }
    .about .box1 .con {
      width: 90%;
      margin: 0 auto 0;
      float: none;
      padding: 25px 0; }
      .about .box1 .con .line {
        width: 90px;
        height: 2px;
        margin-top: 10px; }
      .about .box1 .con .txt {
        margin-top: 15px; }
  .about .box2 img {
    width: 190%;
    margin-left: -45%; }
  .about .box2 .boxNew .itemBox {
    flex-wrap: wrap; }
  .about .box2 .boxNew .itemBox .item {
    width: 48.5%;
    margin-right: 3%;
    padding: 1.5em 0;
    margin-bottom: 6%;
    flex: inherit; }
    .about .box2 .boxNew .itemBox .item:nth-child(2n) {
      margin-right: 0; }
  .about .box2 .boxNew {
    top: 55%; }
  .about .box6 {
    padding-top: 13%;
    padding-bottom: 12%; }
    .about .box6 .list {
      margin: 8% auto 0; }
  .about .box6 .list ul li {
    width: 48.5%;
    margin-right: 3%;
    padding-bottom: 34.2%; }
    .about .box6 .list ul li:nth-child(3n) {
      margin-right: 3%; }
    .about .box6 .list ul li:nth-child(2n) {
      margin-right: 0; }
  .about .box4 {
    padding: 40px 0; }
    .about .box4:after {
      width: 1px; }
    .about .box4 .title {
      padding-top: 0;
      width: calc(100% - 60px); }
      .about .box4 .title .line {
        margin-top: 12px; }
    .about .box4 .yearList {
      width: 100%;
      margin-top: 25px; }
      .about .box4 .yearList ul {
        display: flex; }
        .about .box4 .yearList ul li {
          width: 20%;
          text-align: center;
          font-size: 15px;
          line-height: 40px;
          float: left; }
          .about .box4 .yearList ul li:after {
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
            top: auto;
            bottom: 0; }
    .about .box4:before {
      display: none; }
    .about .box4 .list {
      width: 100%;
      margin-top: 20px; }
      .about .box4 .list ul li .year {
        font-size: 2em;
        line-height: 1.1em;
        height: 1.1em; }
      .about .box4 .list ul li .tit {
        font-size: 13px;
        line-height: 22px;
        height: auto;
        margin-top: 15px; } }

.news {
  padding: 5% 0; }
  .news .list ul li {
    border-bottom: 2px solid #afafaf; }
    .news .list ul li a {
      width: 100%;
      display: block;
      padding: 2.08333vw 4.16667vw 2.08333vw 1.04167vw;
      box-sizing: border-box;
      display: flex; }
      .news .list ul li a .pic {
        width: 36.3%;
        height: 0;
        padding-bottom: 16.1%;
        overflow: hidden;
        position: relative;
        margin-right: 5.4%;
        border-radius: 8.33333vw; }
        .news .list ul li a .pic img {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          transition: all 1.2s; }
      .news .list ul li a .con {
        flex: 1; }
        .news .list ul li a .con .tits {
          font-size: 1.5rem;
          line-height: 2rem;
          color: #010101;
          max-height: 4rem;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .news .list ul li a .con .more {
          width: 160px;
          height: 50px;
          border-radius: 25px;
          font-size: 16px;
          line-height: calc(50px - 2px);
          color: #000;
          text-align: center;
          border: 1px solid #2b2b2b;
          box-sizing: border-box;
          margin-top: 2.96875vw; }
    .news .list ul li:last-child {
      border-bottom: none; }
    @media (min-width: 1024px) {
      .news .list ul li:hover a .pic img {
        transform: scale(1.1); }
      .news .list ul li:hover a .con .tits {
        color: #d10000; }
      .news .list ul li:hover a .con .more {
        background-color: #d10000;
        border-color: #d10000;
        color: #fff; } }
  @media (max-width: 1200px) {
    .news .list ul li a .con .more {
      width: 130px;
      height: 42px;
      line-height: 42px;
      font-size: 15px; } }
  @media (max-width: 768px) {
    .news .list ul li a {
      display: block; }
    .news .list ul li a .pic {
      width: 100%;
      padding-bottom: 44.1%;
      float: none; }
    .news .list ul li {
      border-width: 1px; }
    .news .list ul li a {
      padding: 15px 0; }
    .news .list ul li a .con {
      width: 100%;
      margin-top: 15px; }
      .news .list ul li a .con .tits {
        font-size: 14px;
        line-height: 24px;
        max-height: 48px; }
      .news .list ul li a .con .more {
        width: 100px;
        height: 32px;
        line-height: 30px;
        font-size: 13px; } }

.newsInfo {
  width: 1250px;
  max-width: 90%;
  margin: 5.2% auto; }
  .newsInfo .tits {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    color: #000;
    font-weight: bold; }
  .newsInfo .tit {
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    text-align: center;
    margin-top: 0.78125vw;
    display: flex;
    align-items: center;
    justify-content: center; }
    .newsInfo .tit span:nth-child(1) {
      margin-right: 10px; }
    .newsInfo .tit .aBox {
      display: inline-block; }
      .newsInfo .tit .aBox a {
        width: 30px;
        height: 30px;
        display: inline-block; }
  .newsInfo .con {
    font-size: 16px;
    line-height: 26px;
    color: #808080;
    margin-top: 4.16667vw; }
    .newsInfo .con img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
    .newsInfo .con span {
      font-family: '微软雅黑' !important;
      font-size: 16px !important;
      line-height: 26px; }
  @media (max-width: 1366px) {
    .newsInfo .tits {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .newsInfo .tits {
      font-size: 18px;
      line-height: 26px; }
    .newsInfo .tit {
      font-size: 14px; }
    .newsInfo .con {
      font-size: 13px;
      line-height: 24px; }
      .newsInfo .con span {
        font-size: 13px !important;
        line-height: 24px; } }

.tableBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; }
  .tableBox .box {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 50px;
    text-align: center;
    box-sizing: border-box; }
    .tableBox .box .t {
      font-size: 30px;
      line-height: 32px; }
    .tableBox .box .t1 {
      font-size: 16px;
      line-height: 18px;
      color: #6666;
      margin-top: 10px;
      margin-bottom: 20px; }
    .tableBox .box .text {
      width: 100%;
      height: 44px;
      padding-left: 15px;
      font-size: 14px;
      line-height: 30px;
      color: #666;
      border: 1px solid #999;
      border-radius: 10px;
      margin-bottom: 10px;
      box-sizing: border-box; }
    .tableBox .box .submit {
      width: 120px;
      height: 44px;
      border-radius: 10px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      line-height: 44px;
      display: block;
      margin: 0 auto;
      border: none;
      background-color: #d10000; }
    .tableBox .box .close {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 15px;
      right: 15px;
      border: 1px solid #333;
      border-radius: 100%; }
      .tableBox .box .close:after, .tableBox .box .close:before {
        width: 20px;
        height: 1px;
        position: absolute;
        left: 10px;
        top: 50%;
        content: '';
        background-color: #666; }
      .tableBox .box .close:after {
        transform: rotate(-45deg); }
      .tableBox .box .close:before {
        transform: rotate(45deg); }
  @media (max-width: 768px) {
    .tableBox .box {
      width: 90%;
      padding: 20px 15px; }
      .tableBox .box .t {
        font-size: 20px;
        line-height: 22px; }
      .tableBox .box .t1 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
        margin-bottom: 10px; }
      .tableBox .box .text {
        height: 35px;
        font-size: 13px; }
      .tableBox .box .submit {
        font-size: 13px;
        height: 36px;
        line-height: 36px; }
      .tableBox .box .close {
        width: 32px;
        height: 32px;
        top: 10px;
        right: 10px; }
        .tableBox .box .close:after, .tableBox .box .close:before {
          width: 16px;
          left: 8px; } }

/*# sourceMappingURL=style.css.map */
