.fl {
  float: left; }

.fr {
  float: right; }

body {
  overflow-x: hidden; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: none !important;
  box-shadow: none !important;
  transition: color 99999s ease-out, background-color 99999s ease-out;
  transition-delay: 99999s; }

.oneLine,
.online {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.twoLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.threeLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  box-sizing: border-box; }

.w1460 {
  width: 1460px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.headerBox {
  width: 100%;
  height: 80px; }
  .headerBox .headerPc {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    z-index: 200;
    transition: all 0.5s; }
    .headerBox .headerPc.wap {
      display: none; }
    .headerBox .headerPc .bgi {
      width: 100%;
      height: 50px;
      background-color: #c81528;
      position: absolute;
      top: 80px;
      left: 0;
      display: none; }
    .headerBox .headerPc .headerItem {
      display: flex;
      align-items: center; }
      .headerBox .headerPc .headerItem .logo {
        width: 51px;
        height: 80px;
        display: flex;
        justify-content: center;
        margin-left: 4.27083vw;
        align-items: flex-start;
        transition: all 0.5s; }
        .headerBox .headerPc .headerItem .logo img {
          width: 100%;
          display: block;
          margin-top: 12px; }
      .headerBox .headerPc .headerItem .nav {
        margin-left: 7.1875vw;
        flex: 1; }
        .headerBox .headerPc .headerItem .nav ul {
          display: flex; }
          .headerBox .headerPc .headerItem .nav ul li {
            margin-right: 1px;
            position: relative; }
            .headerBox .headerPc .headerItem .nav ul li .tits {
              width: 88px;
              text-align: center;
              font-size: 15px;
              line-height: 80px;
              color: #595757;
              display: block;
              position: relative;
              overflow: hidden;
              transition: all 0.5s; }
              .headerBox .headerPc .headerItem .nav ul li .tits:before {
                width: 100%;
                height: 100%;
                background-color: #c81528;
                position: absolute;
                top: 0;
                left: 0;
                content: attr(data-hover);
                transform: translateX(-101%);
                -webkit-transition: -webkit-transform 0.4s;
                -moz-transition: -moz-transform 0.4s;
                transition: transform 0.4s;
                color: #fff; }
            .headerBox .headerPc .headerItem .nav ul li .child {
              display: flex;
              position: absolute;
              top: 80px;
              left: 0;
              white-space: nowrap;
              display: none;
              padding-left: 15px; }
              .headerBox .headerPc .headerItem .nav ul li .child a {
                font-size: 14px;
                line-height: 50px;
                color: #fff;
                margin-right: 15px;
                word-wrap: break-word; }
            .headerBox .headerPc .headerItem .nav ul li.on .tits:before {
              width: 100%;
              transform: translateX(0); }
            @media (min-width: 1024px) {
              .headerBox .headerPc .headerItem .nav ul li:hover .tits:before {
                transform: translateX(0); } }
      .headerBox .headerPc .headerItem .lan {
        padding-left: 40px;
        font-size: 15px;
        line-height: 80px;
        color: #595757;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url("../img/lan.png");
        display: block;
        margin-right: 5.72917vw;
        transition: all 0.5s; }
        .headerBox .headerPc .headerItem .lan span {
          display: block;
          position: relative;
          padding-right: 12px; }
          .headerBox .headerPc .headerItem .lan span:after {
            display: block;
            content: '';
            width: 0;
            height: 0;
            border-right: 3.5px solid transparent;
            border-left: 3.5px solid transparent;
            border-top: 4px solid #000;
            position: absolute;
            top: 50%;
            right: 0px;
            margin-top: -2px; }
    .headerBox .headerPc.on {
      height: 68px;
      background-color: rgba(255, 255, 255, 0.9); }
      .headerBox .headerPc.on .bgi {
        top: 68px; }
      .headerBox .headerPc.on .headerItem .logo {
        height: 68px; }
        .headerBox .headerPc.on .headerItem .logo img {
          margin-top: 6px; }
      .headerBox .headerPc.on .headerItem .nav ul li .tits {
        line-height: 68px; }
      .headerBox .headerPc.on .headerItem .nav ul li .child {
        top: 68px; }
      .headerBox .headerPc.on .headerItem .lan {
        line-height: 68px; }
  .headerBox .headerWap {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
    display: none; }
    .headerBox .headerWap .logo {
      width: 38px;
      display: block;
      margin-left: 10px; }
    .headerBox .headerWap .navClick {
      width: 30px;
      display: block;
      margin-right: 10px; }
    .headerBox .headerWap .menu {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background: rgba(127, 127, 127, 0.95);
      box-sizing: border-box;
      z-index: 9999;
      display: none; }
      .headerBox .headerWap .menu ul li a {
        display: block;
        line-height: 40px;
        color: #fff;
        padding-left: 20px;
        border-bottom: 1px solid #fff; }
      .headerBox .headerWap .menu .t_c {
        padding: 15px 0;
        text-align: center; }
        .headerBox .headerWap .menu .t_c p {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 14px;
          line-height: 25px;
          color: #fff; }
          .headerBox .headerWap .menu .t_c p img {
            margin-right: 5px; }
        .headerBox .headerWap .menu .t_c .weui-btn {
          display: inline-block;
          background: #ca1525;
          color: #fff;
          font-size: 14px;
          line-height: 36px;
          padding: 0 40px;
          margin-top: 10px;
          border-radius: 5px; }
  @media (max-width: 1260px) {
    .headerBox .headerPc .headerItem .logo {
      margin-left: 0; }
    .headerBox .headerPc .headerItem .lan {
      margin-right: 0; } }
  @media (max-width: 1100px) {
    .headerBox .headerPc .headerItem .nav ul li .tits {
      width: 70px;
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .headerBox {
      height: 58px; }
      .headerBox .headerPc {
        display: none; }
      .headerBox .headerWap {
        display: flex; } }

.development .box2 {
  padding-top: 6.25vw; }
  .development .box2 .itemBox {
    margin-top: 6.09375vw;
    position: relative; }
    .development .box2 .itemBox .itemB .item {
      width: 100%;
      overflow: hidden;
      border-radius: 1.77083vw;
      box-shadow: 4.045px 2.939px 6px 0px rgba(5, 5, 5, 0.17); }
      .development .box2 .itemBox .itemB .item a {
        width: 100%;
        display: block;
        position: relative; }
        .development .box2 .itemBox .itemB .item a .pic {
          width: 100%; }
        .development .box2 .itemBox .itemB .item a .con {
          width: 46%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 5.3%;
          font-weight: 300; }
          .development .box2 .itemBox .itemB .item a .con .tits .t {
            font-size: 1.35417vw;
            line-height: 1.45833vw;
            color: #595757; }
          .development .box2 .itemBox .itemB .item a .con .tits .t1 {
            font-size: 1.14583vw;
            line-height: 1.25vw;
            color: #595757;
            opacity: 0.83;
            margin-top: 0.67708vw; }
          .development .box2 .itemBox .itemB .item a .con .tits .t2 {
            font-size: 0.98958vw;
            line-height: 1.77083vw;
            color: #474342;
            margin-top: 0.26042vw; }
          .development .box2 .itemBox .itemB .item a .con .tit {
            text-align: right;
            font-size: 0.88542vw;
            line-height: 0.98958vw;
            color: #595757;
            margin-top: 0.625vw; }
      .development .box2 .itemBox .itemB .item:nth-child(n + 2) {
        display: none; }
    .development .box2 .itemBox .click {
      position: absolute;
      bottom: 1.77083vw;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      font-size: 17px;
      color: #0e050b;
      cursor: pointer; }
      .development .box2 .itemBox .click .x {
        margin-left: 1.5625vw;
        margin-right: 1.35417vw; }
        .development .box2 .itemBox .click .x span:nth-child(2) {
          display: none; }
    .development .box2 .itemBox.on .itemB .item {
      margin-bottom: 2.60417vw;
      display: block !important; }
      .development .box2 .itemBox.on .itemB .item:last-child {
        margin-bottom: 2.60417vw; }
    .development .box2 .itemBox.on .click .icon1 {
      transform: rotate(180deg); }
    .development .box2 .itemBox.on .click .x span:nth-child(1) {
      display: none; }
    .development .box2 .itemBox.on .click .x span:nth-child(2) {
      display: block; }
    .development .box2 .itemBox.on .click .icon2 {
      transform: rotate(180deg); }
  @media (max-width: 1366px) {
    .development .box2 .itemBox .itemB .item a .con .tits .t {
      font-size: 16px;
      line-height: 18px; }
    .development .box2 .itemBox .itemB .item a .con .tits .t1 {
      font-size: 15px;
      line-height: 17px; }
    .development .box2 .itemBox .itemB .item a .con .tits .t2 {
      font-size: 13px;
      line-height: 22px; }
    .development .box2 .itemBox .itemB .item a .con .tit {
      font-size: 12px;
      line-height: 14px; }
    .development .box2 .itemBox .click {
      font-size: 15px; } }
  @media (max-width: 768px) {
    .development .box2 .itemBox .itemB .item a .pic {
      width: 250%; }
    .development .box2 .itemBox .itemB .item a .con {
      position: relative;
      width: 100%;
      top: auto;
      transform: translateX(0);
      right: auto;
      padding: 15px;
      box-sizing: border-box; }
    .development .box2 .itemBox .click {
      position: relative;
      left: auto;
      bottom: auto;
      transform: translateX(0);
      width: 100%;
      justify-content: center;
      margin-top: 15px; } }

.index-banner {
  width: 100%;
  position: relative; }
  .index-banner ul {
    width: 100%; }
    .index-banner ul li {
      width: 100%; }
      .index-banner ul li a {
        width: 100%;
        display: block;
        position: relative; }
        .index-banner ul li a .wap {
          display: none; }
        .index-banner ul li a .con {
          width: 100%;
          position: absolute;
          bottom: 3.02083vw;
          height: 3.125vw;
          display: flex;
          align-items: center;
          left: 0;
          color: #fff; }
          .index-banner ul li a .con .but {
            width: 8.85417vw;
            height: 2.39583vw;
            border-radius: 1.19792vw;
            background-color: rgba(255, 255, 255, 0.3);
            color: #fff;
            font-size: 1.04167vw;
            font-weight: 300;
            line-height: 2.39583vw;
            text-align: center; }
            @media (min-width: 1024px) {
              .index-banner ul li a .con .but:hover {
                background-color: #c81528; } }
  .index-banner .btns {
    width: 650px;
    position: absolute;
    bottom: 3.02083vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    max-width: 80%; }
    .index-banner .btns .btn-top {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      color: #fff; }
      .index-banner .btns .btn-top .num {
        font-size: 2.70833vw;
        line-height: 2.8125vw;
        font-weight: 300; }
      .index-banner .btns .btn-top .btnNew {
        display: flex;
        align-items: center;
        padding-bottom: 3px; }
        .index-banner .btns .btn-top .btnNew a {
          width: 65px;
          display: block; }
        .index-banner .btns .btn-top .btnNew span {
          font-size: 13px;
          line-height: 15px;
          font-weight: 200;
          color: #fff;
          padding: 0 3px; }
    .index-banner .btns .btn {
      width: 100%;
      height: 3px;
      background-color: rgba(255, 255, 255, 0.5);
      margin-top: 3px;
      position: relative; }
      .index-banner .btns .btn .swiper-pagination-progressbar-fill {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 100%;
        transform-origin: left top; }
  @media (max-width: 1024px) {
    .index-banner ul li a img.pc {
      display: none; }
    .index-banner ul li a img.wap {
      display: block; }
    .index-banner ul li a .con {
      bottom: 80px; }
      .index-banner ul li a .con .but {
        width: 120px;
        height: 36px;
        border-radius: 18px;
        font-size: 14px;
        line-height: 36px; } }
  @media (max-width: 768px) {
    .index-banner ul li a .con {
      bottom: 30px; }
      .index-banner ul li a .con .tits {
        font-size: 18px;
        line-height: 20px; }
      .index-banner ul li a .con .tit {
        font-size: 14px;
        line-height: 16px; }
      .index-banner ul li a .con .but {
        width: 100px;
        height: 28px;
        border-radius: 14px;
        line-height: 28px;
        font-size: 12px; }
    .index-banner .btns .btn-top {
      display: none; }
    .index-banner .btns .btn {
      height: auto;
      background: none;
      display: flex;
      justify-content: center; }
      .index-banner .btns .btn span {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block;
        background-color: #000;
        opacity: 0.2;
        margin: 0 4px; }
        .index-banner .btns .btn span.swiper-pagination-bullet-active {
          background-color: #ca1525;
          opacity: 1; } }

.title {
  text-align: center; }
  .title .tits {
    font-size: 26px;
    line-height: 28px;
    color: #595757;
    font-weight: 300; }
  .title .line {
    width: 46px;
    height: 4px;
    background-color: #c81528;
    margin: 20px auto 0; }
  @media (max-width: 1200px) {
    .title .tits {
      font-size: 22px;
      line-height: 24px; } }
  @media (max-width: 768px) {
    .title .tits {
      font-size: 20px;
      line-height: 22px; }
    .title .line {
      width: 38px;
      height: 3px;
      margin: 15px auto 0; } }

.plList {
  display: flex;
  justify-content: space-around;
  margin-top: 52px; }
  .plList .item {
    width: 24.4%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 6px rgba(5, 5, 5, 0.17); }
    .plList .item a {
      width: 100%;
      display: block;
      position: relative;
      font-weight: 300; }
      .plList .item a .pic {
        width: 100%;
        padding-bottom: 122.2%;
        height: 0;
        position: relative; }
        .plList .item a .pic img {
          width: 100%;
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover; }
        .plList .item a .pic:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          z-index: 5;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../img/bgx.png"); }
      .plList .item a .t {
        width: 100%;
        font-size: 22px;
        line-height: 24px;
        color: #595757;
        position: absolute;
        top: 13.5%;
        left: 0;
        text-align: center;
        z-index: 10; }
      .plList .item a .t1 {
        width: 100%;
        font-size: 11px;
        line-height: 13px;
        color: #828282;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 11%;
        z-index: 10; }
  @media (max-width: 1200px) {
    .plList {
      margin-top: 40px; }
      .plList .item {
        width: 28%; }
        .plList .item a .t {
          font-size: 16px;
          line-height: 18px; } }
  @media (max-width: 1024px) {
    .plList {
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .plList {
      margin-top: 20px;
      flex-wrap: wrap;
      justify-content: safe left; }
      .plList .item {
        width: 48.5%;
        margin-bottom: 15px;
        border-radius: 15px;
        margin-right: 3%; }
        .plList .item:last-child {
          margin-bottom: 0; }
        .plList .item:nth-child(2) {
          margin-right: 0; } }

.indexBox1 {
  padding-top: 5.20833vw; }
  .indexBox1 .list {
    margin-top: 52px;
    width: 100%;
    position: relative; }
    .indexBox1 .list .listNew {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .indexBox1 .list .listNew ul {
        width: 100%;
        position: relative;
        padding-bottom: 29.7%;
        height: 0;
        overflow: hidden; }
        .indexBox1 .list .listNew ul li {
          width: 24.2%;
          position: absolute;
          top: 50%;
          z-index: -1;
          opacity: 0;
          left: 100%;
          transform: translateY(-50%) scale(1);
          transition: all 0.4s; }
          .indexBox1 .list .listNew ul li a {
            width: 100%;
            height: auto;
            display: block;
            position: relative; }
            .indexBox1 .list .listNew ul li a img {
              width: 100%; }
            .indexBox1 .list .listNew ul li a .con {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0; }
              .indexBox1 .list .listNew ul li a .con .tits {
                text-align: center;
                font-weight: 300;
                color: #595757;
                position: absolute;
                width: 100%;
                top: 2.8125vw;
                left: 0; }
                .indexBox1 .list .listNew ul li a .con .tits .t {
                  font-size: 26px;
                  line-height: 28px; }
                .indexBox1 .list .listNew ul li a .con .tits .t1 {
                  font-size: 17px;
                  line-height: 19px;
                  opacity: 0.83;
                  margin-top: 12px; }
              .indexBox1 .list .listNew ul li a .con .tit {
                position: absolute;
                width: 100%;
                text-align: center;
                font-size: 11px;
                line-height: 13px;
                color: #828282;
                left: 0;
                bottom: 2.34375vw; }
          .indexBox1 .list .listNew ul li:nth-child(1) {
            left: 0;
            opacity: 1;
            z-index: 1;
            transform: translateY(-50%) scale(0.711); }
          .indexBox1 .list .listNew ul li:nth-child(2) {
            left: 20%;
            opacity: 1;
            z-index: 2;
            transform: translateY(-50%) scale(0.827); }
          .indexBox1 .list .listNew ul li:nth-child(3) {
            left: 37.9%;
            opacity: 1;
            z-index: 3;
            transform: translateY(-50%) scale(1); }
          .indexBox1 .list .listNew ul li:nth-child(4) {
            left: 55.8%;
            opacity: 1;
            z-index: 2;
            transform: translateY(-50%) scale(0.827); }
          .indexBox1 .list .listNew ul li:nth-child(5) {
            left: 75.8%;
            opacity: 1;
            z-index: 1;
            transform: translateY(-50%) scale(0.711); }
    .indexBox1 .list .a {
      width: 34px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block; }
      .indexBox1 .list .a.prev {
        left: -34px; }
      .indexBox1 .list .a.next {
        right: -34px; }
  @media (max-width: 1200px) {
    .indexBox1 .list .listNew ul {
      padding-bottom: 44.2%; }
      .indexBox1 .list .listNew ul li {
        width: 36%; }
        .indexBox1 .list .listNew ul li a .con .tits .t {
          font-size: 20px;
          line-height: 22px; }
        .indexBox1 .list .listNew ul li a .con .tits .t1 {
          font-size: 15px;
          line-height: 17px;
          margin-top: 8px; }
        .indexBox1 .list .listNew ul li:nth-child(1) {
          left: 0;
          opacity: 1;
          z-index: 1;
          transform: translateY(-50%) scale(0.827); }
        .indexBox1 .list .listNew ul li:nth-child(2) {
          left: 32%;
          opacity: 1;
          z-index: 2;
          transform: translateY(-50%) scale(1); }
        .indexBox1 .list .listNew ul li:nth-child(3) {
          left: 64%;
          opacity: 1;
          z-index: 1;
          transform: translateY(-50%) scale(0.827); }
        .indexBox1 .list .listNew ul li:nth-child(4) {
          left: 100%;
          opacity: 0;
          z-index: -1;
          transform: translateY(-50%) scale(1); }
        .indexBox1 .list .listNew ul li:nth-child(5) {
          left: 100%;
          opacity: 0;
          z-index: -1;
          transform: translateY(-50%) scale(1); } }
  @media (max-width: 768px) {
    .indexBox1 {
      padding-top: 35px; }
      .indexBox1 .list {
        margin-top: 25px; }
        .indexBox1 .list .listNew ul {
          padding-bottom: 98.2%; }
          .indexBox1 .list .listNew ul li {
            width: 80%; }
            .indexBox1 .list .listNew ul li a .con .tits {
              top: 15px; }
              .indexBox1 .list .listNew ul li a .con .tits .t {
                font-size: 16px;
                line-height: 18px; }
              .indexBox1 .list .listNew ul li a .con .tits .t1 {
                font-size: 13px;
                line-height: 15px;
                margin-top: 8px; }
            .indexBox1 .list .listNew ul li a .con .tit {
              bottom: 15px; }
            .indexBox1 .list .listNew ul li:nth-child(1) {
              left: 10%;
              opacity: 1;
              z-index: 1;
              transform: translateY(-50%) scale(1); }
            .indexBox1 .list .listNew ul li:nth-child(2) {
              left: 100%;
              opacity: 0;
              z-index: -1;
              transform: translateY(-50%) scale(1); }
            .indexBox1 .list .listNew ul li:nth-child(3) {
              left: 64%;
              opacity: 0;
              z-index: -1;
              transform: translateY(-50%) scale(1); }
            .indexBox1 .list .listNew ul li:nth-child(4) {
              left: 100%;
              opacity: 0;
              z-index: -1;
              transform: translateY(-50%) scale(1); }
            .indexBox1 .list .listNew ul li:nth-child(5) {
              left: 100%;
              opacity: 0;
              z-index: -1;
              transform: translateY(-50%) scale(1); }
        .indexBox1 .list .a {
          width: 20px; }
          .indexBox1 .list .a.prev {
            left: 0; }
          .indexBox1 .list .a.next {
            right: 0; } }

.index .indexTitle {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center; }

.index .indexTitle .tit {
  display: flex;
  align-items: center; }

.index .indexTitle .tit .icon {
  width: 118px; }

.index .indexTitle .tit .t {
  margin-left: 8px; }

.index .indexTitle .tit .t .tt {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 300;
  color: #595757;
  line-height: 30px;
  letter-spacing: 5px; }

.index .indexTitle .tit .t .tt img {
  width: 32px;
  margin-left: 3px; }

.index .indexTitle .tit .t .tt1 {
  font-size: 17px;
  line-height: 19px;
  color: #595757;
  margin-top: 13px; }

@media (max-width: 1200px) {
  .index .indexTitle .tit .icon {
    width: 100px; }

  .index .indexTitle .tit .t .tt {
    font-size: 22px;
    line-height: 20px; }

  .index .indexTitle .tit .t .tt img {
    width: 26px; }

  .index .indexTitle .tit .t .tt1 {
    font-size: 15px;
    line-height: 17px;
    margin-top: 12px; } }
@media (max-width: 768px) {
  .index .indexTitle .tit .icon {
    width: 60px; }

  .index .indexTitle .tit .t .tt {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px; }

  .index .indexTitle .tit .t .tt img {
    width: 18px; }

  .index .indexTitle .tit .t .tt1 {
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px; } }
.index .box2 {
  padding-top: 5.72917vw; }

.index .box2 .content {
  padding-top: 3.38542vw;
  padding-bottom: 16.5625vw;
  color: #474342;
  position: relative;
  font-weight: 300; }

.index .box2 .content .bg {
  width: 100%;
  top: 6.25vw;
  left: 0;
  position: absolute; }

.index .box2 .content .w1460 {
  position: relative;
  z-index: 10; }

.index .box2 .content .tits {
  font-size: 22px;
  line-height: 22px; }

.index .box2 .content .tit {
  font-size: 17px;
  line-height: 20px;
  width: 685px;
  max-width: 100%;
  margin-top: 1.45833vw; }

.index .box2 .content .imgBox {
  width: 685px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2.6vw; }

.index .box2 .content .more {
  width: 8.85417vw;
  height: 2.39583vw;
  border-radius: 1.19792vw;
  background-color: rgba(1, 163, 140, 0.3);
  color: #fff;
  font-size: 1.04167vw;
  font-weight: 300;
  line-height: 2.39583vw;
  text-align: center;
  display: block;
  margin-top: 3.4375vw; }

@media (max-width: 1200px) {
  .index .box2 .content .tits {
    font-size: 18px;
    line-height: 20px; }

  .index .box2 .content .tit {
    font-size: 15px; } }
@media (max-width: 1024px) {
  .index .box2 .content .more {
    width: 120px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 36px; }

  .index .box2 .content .imgBox {
    width: 580px; }

  .index .box2 .content .imgBox img {
    height: 58px; } }
@media (max-width: 768px) {
  .index .box2 {
    padding-top: 35px; }

  .index .box2 .content {
    padding-top: 30px;
    padding-bottom: 90px;
    background-size: 170% auto; }

  .index .box2 .content .bg {
    width: 160%;
    left: -60%;
    top: 25%; }

  .index .box2 .content .tits {
    font-size: 16px;
    line-height: 18px; }

  .index .box2 .content .tit {
    font-size: 13px; }

  .index .box2 .content .more {
    width: 100px;
    height: 28px;
    border-radius: 14px;
    line-height: 28px;
    font-size: 12px; }

  .index .box2 .content .imgBox {
    width: 100%;
    justify-content: safe left; }

  .index .box2 .content .imgBox img {
    height: 28px;
    margin-right: 10px; } }
.index .box3 {
  display: flex;
  justify-content: space-between;
  padding-top: 7.03125vw;
  padding-bottom: 6.14583vw; }

.index .box3 .item {
  width: 32.2%; }

.index .box3 .item a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.index .box3 .item a img {
  width: 100%;
  transition: all 1.2s; }

.index .box3 .item a .tits {
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 64px;
  background-color: rgba(112, 112, 112, 0.3);
  color: #fff;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 0; }

@media (min-width: 1024px) {
  .index .box3 .item a:hover img {
    transform: scale(1.1); } }
@media (max-width: 1200px) {
  .index .box3 .item a .tits {
    font-size: 18px;
    line-height: 56px; } }
@media (max-width: 768px) {
  .index .box3 {
    flex-wrap: wrap;
    position: relative;
    padding: 35px 0 30px; }

  .index .box3 .item {
    width: 48.5%;
    margin-bottom: 0; }

  .index .box3 .item a {
    height: 0;
    position: relative;
    overflow: hidden; }

  .index .box3 .item a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover; }

  .index .box3 .item a .tits {
    font-size: 14px;
    line-height: 36px; }

  .index .box3 .item:nth-child(1) a {
    padding-bottom: 149%; }

  .index .box3 .item:nth-child(2) a {
    padding-bottom: 72%; }

  .index .box3 .item:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 30px; }

  .index .box3 .item:nth-child(3) a {
    padding-bottom: 72%; } }
.footerPc {
  background-color: #fff;
  box-shadow: -3.195px -2.407px 16px 0px rgba(5, 5, 5, 0.26);
  padding-top: 40px;
  padding-bottom: 55px; }

.footerPc .w1460 {
  display: flex;
  align-items: flex-start; }

.footerPc .w1460 .item .tits {
  font-size: 15px;
  line-height: 17px;
  color: #221815;
  letter-spacing: 4px; }

.footerPc .w1460 .item .line {
  width: 40px;
  height: 3px;
  background-color: #221815;
  margin-top: 18px; }

.footerPc .w1460 .item .tit {
  font-size: 11px;
  line-height: 26px;
  color: #221815;
  margin-top: 10px; }

.footerPc .w1460 .item .tit1 {
  margin-top: 7px; }

.footerPc .w1460 .item .tit1 dl {
  margin-right: 32px;
  float: left; }

.footerPc .w1460 .item .tit1 dl a {
  display: block;
  font-size: 11px;
  line-height: 26px;
  color: #221815; }

.footerPc .w1460 .item .ewm {
  margin-top: 17px;
  width: 78px; }

.footerPc .w1460 .item:nth-child(1) {
  flex: 1;
  margin-left: 85px; }

.footerPc .w1460 .item:nth-child(2) {
  margin-right: 92px; }

@media (max-width: 1024px) {
  .footerPc {
    display: none; } }
.footerWap {
  display: none;
  padding-bottom: 50px; }

.footerWap .content {
  background-size: cover;
  background-position: center bottom;
  background-image: url("../img/footer_bg_m.png");
  padding: 10px 0 30px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #333; }

.footerWap .content p a {
  margin: 0 10px;
  color: #333; }

@media (max-width: 1024px) {
  .footerWap {
    display: block; } }
#hong {
  display: none;
  height: 50px;
  text-align: center;
  background-color: #7f7f7f;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%; }

#hong a {
  flex: 1;
  padding-top: 5px; }

#hong a img {
  width: 24px;
  display: block;
  margin: 0 auto; }

#hong a p {
  text-align: center;
  font-size: 10px;
  line-height: 1.8;
  color: #fff; }

#hong a.on {
  background-color: #ca1525; }

@media (max-width: 1024px) {
  #hong {
    display: flex; } }
.about .box1 {
  padding-top: 6.25vw; }

.about .box1 .itemBox {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 4.0625vw; }

.about .box1 .itemBox .item .tits {
  font-size: 1.35417vw;
  line-height: 1.45833vw;
  color: #c81528;
  font-weight: 300; }

.about .box1 .itemBox .item .tit {
  font-size: 1.04167vw;
  line-height: 1.25vw;
  color: #595757;
  font-weight: 300;
  margin-top: 14px; }

.about .box1 .itemBox .item .tit span {
  margin-right: 2.34375vw; }

.about .box1 .itemBox .item .tit span:last-child {
  margin-right: 0; }

@media (max-width: 1366px) {
  .about .box1 .itemBox .item .tits {
    font-size: 16px;
    line-height: 18px; }

  .about .box1 .itemBox .item .tit {
    font-size: 14px;
    line-height: 18px; } }
@media (max-width: 768px) {
  .about .box1 .itemBox {
    display: block; }

  .about .box1 .itemBox .item {
    margin-bottom: 15px; } }
.about .box2 {
  padding-top: 5.98958vw; }

.about .box2 .content {
  position: relative;
  margin-top: 3.38542vw; }

.about .box2 .content .con {
  width: 50.34%; }

.about .box2 .content .con .txt {
  text-indent: 2em;
  font-size: 1.14583vw;
  line-height: 1.71875vw;
  color: #595757;
  text-align: justify;
  font-weight: 300; }

.about .box2 .content .con .itemBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 35px; }

.about .box2 .content .con .itemBox .item {
  width: 30.6%;
  background-color: #e5e5e5;
  box-sizing: border-box;
  padding: 34px 12px;
  color: #595757;
  font-weight: 300;
  height: 396px; }

.about .box2 .content .con .itemBox .item .t {
  font-size: 0.98958vw;
  line-height: 1.30208vw; }

.about .box2 .content .con .itemBox .item .t1 {
  font-size: 0.78125vw;
  line-height: 1.30208vw; }

.about .box2 .content .pic {
  width: 45.7%;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.about .box2 .content .pic img {
  display: block;
  margin-top: 3.9vw;
  width: 100%; }

.about .box2 .content .pic .tit {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center; }

.about .box2 .content .pic .tit .t {
  padding: 8px 1.7vw 14px;
  font-weight: 300;
  text-align: center; }

.about .box2 .content .pic .tit .t .tt {
  font-size: 1.92708vw;
  line-height: 2.03125vw;
  color: #c81528; }

.about .box2 .content .pic .tit .t .tt1 {
  font-size: 1.14583vw;
  line-height: 1.25vw;
  color: #595757;
  margin-top: 2px; }

@media (max-width: 1620px) {
  .about .box2 .content .con .itemBox .item .t {
    font-size: 16px;
    line-height: 20px; }

  .about .box2 .content .con .itemBox .item .t1 {
    font-size: 14px;
    line-height: 22px; } }
@media (max-width: 1366px) {
  .about .box2 .content .con .txt {
    font-size: 15px;
    line-height: 24px; } }
@media (max-width: 1200px) {
  .about .box2 .content .con .itemBox .item {
    padding: 18px 10px; }

  .about .box2 .content .con .itemBox .item .t {
    font-size: 14px;
    line-height: 18px; }

  .about .box2 .content .con .itemBox .item .t1 {
    font-size: 13px;
    line-height: 20px; }

  .about .box2 .content .pic .tit .t .tt {
    font-size: 20px;
    line-height: 22px; }

  .about .box2 .content .pic .tit .t .tt1 {
    font-size: 14px;
    line-height: 20px; } }
@media (max-width: 960px) {
  .about .box2 .content .con {
    width: 100%; }

  .about .box2 .content .pic {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: 0; }

  .about .box2 .content .pic img {
    margin-top: 0;
    position: relative; } }
@media (max-width: 768px) {
  .about .box2 .content .con .txt {
    font-size: 14px;
    line-height: 22px; }

  .about .box2 .content .con .itemBox {
    margin-top: 15px;
    display: block; }

  .about .box2 .content .con .itemBox .item {
    margin-bottom: 10px;
    height: auto;
    width: 100%; } }
.about .box3 {
  padding-top: 6.25vw; }

.about .box3 .pic {
  margin-top: 18px; }

.about .indexBox1 .list .listNew ul {
  padding-bottom: 36.7%; }

.about .indexBox1 .list .listNew ul li a .txt {
  width: 100%;
  height: 34px;
  background-color: #333;
  text-align: center;
  font-size: 15px;
  line-height: 34px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box; }

@media (max-width: 768px) {
  .about .indexBox1 .list .listNew ul {
    padding-bottom: 122.7%; }

  .about .indexBox1 .list .listNew ul li a .txt {
    font-size: 13px;
    line-height: 32px; } }
.about .box4 {
  padding-top: 6.14583vw;
  padding-bottom: 6.25vw;
  position: relative; }

.about .box4 .tabs {
  display: flex;
  justify-content: safe end;
  position: absolute;
  width: 100%;
  top: 7.29167vw; }

.about .box4 .tabs a {
  width: 118px;
  height: 38px;
  border: 1px solid #c81528;
  display: block;
  margin-left: 12px;
  font-size: 17px;
  line-height: 38px;
  color: #595757;
  font-weight: 300;
  text-align: center; }

.about .box4 .tabs a.on {
  background-color: #c81528;
  color: #fff; }

.about .box4 .boxNew {
  margin-top: 4.16667vw; }

.about .box4 .boxNew .itemBox1 {
  display: none; }

.about .box4 .boxNew .itemBox1 .item {
  width: 25%; }

.about .box4 .boxNew .itemBox1 .item a {
  width: 100%;
  display: block; }

.about .box4 .boxNew .itemBox1 .item a .con {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 67.9%; }

.about .box4 .boxNew .itemBox1 .item a .con .conn {
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  text-align: center; }

.about .box4 .boxNew .itemBox1 .item a .con .conn img {
  width: 53px;
  display: block;
  margin: 0 auto; }

.about .box4 .boxNew .itemBox1 .item a .con .conn .tits {
  font-size: 1.14583vw;
  line-height: 1.25vw;
  font-weight: 300;
  color: #595757;
  margin-top: 1.04167vw; }

.about .box4 .boxNew .itemBox1 .item a .con .conn .tit {
  font-size: 0.78125vw;
  line-height: 0.9375vw;
  color: #595757;
  font-weight: 300;
  margin-top: 1.04167vw;
  padding: 0 10px; }

.about .box4 .boxNew .itemBox1 .item a .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 67.9%;
  height: 0; }

.about .box4 .boxNew .itemBox1 .item a .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; }

.about .box4 .boxNew .itemBox2 {
  width: 100%;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }

.about .box4 .boxNew .itemBox2 .item {
  width: 41.5%;
  background-color: #eee;
  padding: 2.1875vw 0;
  border-radius: 1.77083vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 300;
  position: relative;
  z-index: 10;
  flex-direction: row-reverse; }

.about .box4 .boxNew .itemBox2 .item a {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: block; }

.about .box4 .boxNew .itemBox2 .item .con {
  font-size: 15px;
  line-height: 26px;
  color: #595757;
  padding: 0.78125vw 3.28125vw 0;
  flex: 1; }

.about .box4 .boxNew .itemBox2 .item .icon {
  width: 4.58333vw;
  margin-right: 1.66667vw; }

.about .box4 .boxNew .itemBox2 .item .icon img {
  width: 100%;
  display: block; }

.about .box4 .boxNew .itemBox2 .item .icon p {
  text-align: center;
  font-size: 1.14583vw;
  line-height: 1.25vw;
  color: #c81528;
  margin-top: 0.3125vw; }

.about .box4 .boxNew .itemBox2 .item:nth-child(1), .about .box4 .boxNew .itemBox2 .item:nth-child(2) {
  margin-bottom: 6.04167vw; }

.about .box4 .boxNew .itemBox2 .item:nth-child(2n) {
  flex-direction: row; }

.about .box4 .boxNew .itemBox2 .item:nth-child(2n) .icon {
  margin-right: 0;
  margin-left: 1.66667vw; }

.about .box4 .boxNew .itemBox2 .item1 {
  width: 21.7%;
  height: 50%;
  background-color: #c81528;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.about .box4 .boxNew .itemBox2 .item1 .con {
  width: 100%;
  text-align: center;
  font-weight: 300; }

.about .box4 .boxNew .itemBox2 .item1 .con img {
  width: 4.58333vw;
  display: block;
  margin: 0 auto; }

.about .box4 .boxNew .itemBox2 .item1 .con .tits {
  font-size: 1.14583vw;
  line-height: 1.35417vw;
  margin-top: 0.41667vw; }

.about .box4 .boxNew .itemBox2 .item1 .con .tit {
  font-size: 0.98958vw;
  line-height: 1.04167vw;
  margin-top: 1.30208vw; }

.about .box4 .boxNew .itemBox.on {
  display: flex; }

@media (max-width: 1620px) {
  .about .box4 .boxNew .itemBox1 .item a .con .conn .tits {
    font-size: 18px;
    line-height: 20px; }

  .about .box4 .boxNew .itemBox1 .item a .con .conn .tit {
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 0 10px; } }
@media (max-width: 1200px) {
  .about .box4 .boxNew .itemBox1 .item a .con .conn {
    top: 15px; }

  .about .box4 .boxNew .itemBox1 .item a .con .conn img {
    width: 42px; }

  .about .box4 .tabs a {
    font-size: 15px;
    width: 100px; } }
@media (max-width: 960px) {
  .about .box4 .tabs {
    position: relative;
    top: 0;
    margin-top: 25px;
    text-align: center;
    display: flex;
    justify-content: center; }

  .about .box4 .tabs a {
    margin: 0 10px;
    width: 125px;
    height: 40px;
    line-height: 40px; }

  .about .box4 .boxNew .itemBox1 {
    flex-wrap: wrap; }

  .about .box4 .boxNew .itemBox1 .item {
    width: 50%; }

  .about .box4 .boxNew .itemBox1 .item a .pic {
    padding-bottom: 120%; }

  .about .box4 .boxNew .itemBox1 .item a .con {
    padding-bottom: 120%; }

  .about .box4 .boxNew .itemBox1 .item a .con .conn {
    top: 50%;
    transform: translateY(-50%); }

  .about .box4 .boxNew .itemBox1 .item a .con .conn img {
    width: 38px; }

  .about .box4 .boxNew .itemBox1 .item a .con .conn .tits {
    margin-top: 10px; }

  .about .box4 .boxNew .itemBox1 .item a .con .conn .tit {
    margin-top: 10px; }

  .about .box4 .boxNew .itemBox1 .item a .con .conn .tit br {
    display: none; }

  .about .box4 .boxNew .itemBox2 .item {
    width: 48%;
    display: block;
    padding: 25px 10px;
    box-sizing: border-box;
    margin-bottom: 2% !important; }

  .about .box4 .boxNew .itemBox2 .item .icon {
    width: 100%; }

  .about .box4 .boxNew .itemBox2 .item .icon img {
    width: 40px;
    margin: 0 auto;
    display: block; }

  .about .box4 .boxNew .itemBox2 .item .icon p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px; }

  .about .box4 .boxNew .itemBox2 .item .con {
    font-size: 14px;
    line-height: 22px; }

  .about .box4 .boxNew .itemBox2 .item1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
    padding: 25px 10px;
    box-sizing: border-box; }

  .about .box4 .boxNew .itemBox2 .item1 .con img {
    width: 42px; }

  .about .box4 .boxNew .itemBox2 .item1 .con .tits {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px; }

  .about .box4 .boxNew .itemBox2 .item1 .con .tit {
    font-size: 14px;
    line-height: 20px; } }
.aboutInfo {
  font-weight: 300;
  padding-top: 6.51042vw;
  padding-bottom: 6.51042vw; }

.aboutInfo .tits {
  font-size: 1.30208vw;
  line-height: 1.5625vw;
  color: #474342; }

.aboutInfo .con {
  font-size: 1.30208vw;
  line-height: 1.66667vw;
  color: #474342;
  margin-top: 12px;
  max-width: 80%; }

.aboutInfo .con img {
  display: block;
  width: 100%; }

@media (max-width: 1200px) {
  .aboutInfo .tits {
    font-size: 18px;
    line-height: 24px; }

  .aboutInfo .con {
    font-size: 18px;
    line-height: 26px; } }
@media (max-width: 768px) {
  .aboutInfo .tits {
    font-size: 16px;
    line-height: 20px; }

  .aboutInfo .con {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%; } }
.product {
  padding-top: 6.25vw;
  padding-bottom: 3.64583vw; }

.product .indexBox1 {
  padding-top: 0;
  margin-bottom: 6.458vw; }

.product .box1 .list {
  margin-top: 4.16667vw; }

.product .box1 .list ul li {
  width: 21.3%;
  float: left;
  box-shadow: 5px 5px 6px rgba(5, 5, 5, 0.17);
  border-radius: 1.5625vw;
  overflow: hidden;
  margin-right: 4.9%;
  margin-bottom: 2.34375vw; }

.product .box1 .list ul li:nth-child(4n) {
  margin-right: 0; }

.product .box1 .list ul li a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden; }

.product .box1 .list ul li a img {
  transition: all 1.2s; }

.product .box1 .list ul li a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bgx.png");
  z-index: 5;
  content: ''; }

.product .box1 .list ul li a .con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 6;
  left: 0; }

.product .box1 .list ul li a .con .tits {
  text-align: center;
  font-weight: 300;
  color: #595757;
  position: absolute;
  width: 100%;
  top: 2.5vw;
  left: 0; }

.product .box1 .list ul li a .con .tits .t {
  font-size: 22px;
  line-height: 24px; }

.product .box1 .list ul li a .con .tits .t1 {
  font-size: 15px;
  line-height: 17px;
  opacity: 0.83;
  margin-top: 12px; }

.product .box1 .list ul li a .con .tit {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  color: #828282;
  left: 0;
  bottom: 2.08333vw; }

@media (min-width: 1024px) {
  .product .box1 .list ul li:hover a img {
    transform: scale(1.1); } }
@media (max-width: 1200px) {
  .product .box1 .list ul li {
    width: 23%;
    margin-right: 2.6%; }

  .product .box1 .list ul li a .con .tits .t {
    font-size: 18px;
    line-height: 20px; } }
@media (max-width: 1024px) {
  .product .box1 .list ul li {
    width: 32%;
    margin-right: 2%; }

  .product .box1 .list ul li:nth-child(4n) {
    margin-right: 2%; }

  .product .box1 .list ul li:nth-child(3n) {
    margin-right: 0; } }
@media (max-width: 768px) {
  .product .box1 .list {
    margin-top: 25px; }

  .product .box1 .list ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 15px; }

  .product .box1 .list ul li:nth-child(3n) {
    margin-right: 3%; }

  .product .box1 .list ul li:nth-child(2n) {
    margin-right: 0; }

  .product .box1 .list ul li a .con .tits {
    top: 15px; }

  .product .box1 .list ul li a .con .tits .t {
    font-size: 16px;
    line-height: 18px; }

  .product .box1 .list ul li a .con .tits .t1 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px; } }
.product .box2 {
  padding-top: 3.75vw; }

.product .box2 .content {
  margin-top: 2.60417vw;
  position: relative; }

.product .box2 .content .conLeft {
  width: 50%;
  font-weight: 300; }

.product .box2 .content .conLeft .tits {
  color: #595757;
  font-size: 22px;
  line-height: 24px; }

.product .box2 .content .conLeft .tit {
  font-size: 18px;
  line-height: 20px;
  color: #595757;
  margin-top: 4px; }

.product .box2 .content .conLeft .item {
  margin-top: 35px; }

.product .box2 .content .conLeft .item table tr {
  color: #595757;
  text-align: center; }

.product .box2 .content .conLeft .item table tr th {
  font-size: 18px;
  line-height: 38px;
  border-bottom: 2px solid #3e3a39;
  font-weight: 300; }

.product .box2 .content .conLeft .item table tr td {
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid #3e3a39;
  font-weight: 300; }

.product .box2 .content .conLeft .tit1 {
  font-size: 11px;
  line-height: 20px;
  color: #595757;
  font-weight: 300; }

.product .box2 .content .pic {
  width: 49.6%;
  position: absolute;
  right: 0;
  bottom: 0; }

@media (max-width: 1200px) {
  .product .box2 .content .conLeft .tits {
    font-size: 18px;
    line-height: 20px; }

  .product .box2 .content .conLeft .tit {
    font-size: 14px;
    line-height: 16px; }

  .product .box2 .content .conLeft .item table tr th {
    font-size: 16px;
    line-height: 32px; } }
@media (max-width: 768px) {
  .product .box2 {
    padding-top: 35px; }

  .product .box2 .content {
    margin-top: 25px; }

  .product .box2 .content .conLeft {
    width: 100%; }

  .product .box2 .content .conLeft .item {
    margin-top: 15px; }

  .product .box2 .content .pic {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 20px; }

  .product .box2 .content .conLeft .item table tr th {
    font-size: 14px;
    line-height: 30px; }

  .product .box2 .content .conLeft .item table tr td {
    font-size: 13px;
    line-height: 26px; } }
.product .box3 {
  padding: 8.33333vw 0 4.6875vw; }

.product .box3 .content {
  margin-top: 6.25vw; }

.product .box3 .content .conLeft {
  width: 45%;
  margin-left: 1.25vw;
  font-weight: 300;
  float: left;
  color: #595757;
  padding-top: 1.875vw; }

.product .box3 .content .conLeft .tits {
  font-size: 22px;
  line-height: 24px; }

.product .box3 .content .conLeft .tit {
  font-size: 18px;
  line-height: 24px;
  margin-top: 3.33333vw; }

.product .box3 .content .conLeft .tit1 {
  display: flex;
  margin-top: 1.77083vw; }

.product .box3 .content .conLeft .tit1 .t {
  text-align: center;
  margin-right: 8.59375vw; }

.product .box3 .content .conLeft .tit1 .t:last-child {
  margin-right: 0; }

.product .box3 .content .conLeft .tit1 .t .num {
  font-size: 30px;
  line-height: 32px;
  color: #c81528; }

.product .box3 .content .conLeft .tit1 .t .tt {
  font-size: 18px;
  line-height: 20px; }

.product .box3 .content .pic {
  width: 50%;
  float: right; }

@media (max-width: 1200px) {
  .product .box3 .content .conLeft .tits {
    font-size: 18px;
    line-height: 20px; }

  .product .box3 .content .conLeft .tit {
    font-size: 14px; } }
@media (max-width: 768px) {
  .product .box3 .content .conLeft {
    width: 100%;
    margin-left: 0;
    float: none; }

  .product .box3 .content .conLeft .tit1 .t .num {
    font-size: 24px;
    line-height: 26px; }

  .product .box3 .content .conLeft .tit1 .t .tt {
    font-size: 14px;
    line-height: 16px;
    margin-top: 6px; }

  .product .box3 .content .pic {
    width: 100%;
    float: none;
    margin-top: 30px; } }
.home {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #595757;
  font-weight: 300; }

.home img {
  margin-right: 16px; }

.home a {
  color: #595757; }

@media (min-width: 1024px) {
  .home a:hover {
    color: #c81528; } }
.home span {
  margin: 0 5px; }

@media (max-width: 1024px) {
  .home {
    font-size: 16px;
    line-height: 20px; } }
@media (max-width: 768px) {
  .home {
    font-size: 14px;
    line-height: 18px; }

  .home img {
    width: 16px;
    margin-right: 10px; } }
.banner {
  width: 100%;
  position: relative; }

.banner img.wap {
  display: none; }

.banner .con {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.banner .con:after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

.banner .con .w1460 {
  z-index: 10;
  height: 100%;
  position: relative; }

.banner .con .w1460 .home {
  position: absolute;
  top: 45px;
  left: 0; }

.banner .con .w1460 .conNew {
  width: 100%;
  position: absolute;
  bottom: 2.08333vw;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.banner .con .w1460 .conNew .conLeft {
  width: 50%;
  font-weight: 300; }

.banner .con .w1460 .conNew .conLeft .tits {
  margin-left: 4.79167vw; }

.banner .con .w1460 .conNew .conLeft .tits .t {
  font-size: 1.5625vw;
  color: #c81528;
  line-height: 1.667vw; }

.banner .con .w1460 .conNew .conLeft .tits .t1 {
  font-size: 1.1458vw;
  line-height: 1.25vw;
  color: #c81528;
  margin-top: 0.88542vw; }

.banner .con .w1460 .conNew .conLeft .tits .t2 {
  font-size: 1.14583vw;
  line-height: 1.25vw;
  color: #595757;
  margin-top: 0.625vw; }

.banner .con .w1460 .conNew .conLeft .tit {
  text-indent: 2em;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  color: #595757;
  margin-top: 3.64583vw; }

.banner .con .w1460 .conNew .more {
  width: 167px;
  height: 40px;
  border-radius: 20px;
  background-color: #c81528;
  display: block;
  text-align: center;
  font-size: 1.04167vw;
  line-height: 40px;
  color: #fff; }

@media (max-width: 1366px) {
  .banner .con .w1460 .conNew .conLeft .tit {
    font-size: 14px;
    line-height: 24px; } }
@media (max-width: 1024px) {
  .banner img.pc {
    display: none; }

  .banner img.wap {
    display: block; }

  .banner .con .w1460 .conNew .conLeft .tits .t {
    font-size: 18px;
    line-height: 20px; }

  .banner .con .w1460 .conNew .conLeft .tits .t1 {
    font-size: 16px;
    line-height: 18px; }

  .banner .con .w1460 .conNew .conLeft .tits .t2 {
    font-size: 16px;
    line-height: 18px; }

  .banner .con .w1460 .conNew .conLeft .tit {
    font-size: 14px;
    line-height: 24px; } }
@media (max-width: 768px) {
  .banner .con {
    position: relative;
    margin-top: 25px;
    height: auto; }

  .banner .con .w1460 .home {
    position: relative;
    top: 0; }

  .banner .con .w1460 .conNew {
    position: relative;
    display: block;
    margin-top: 30px; }

  .banner .con .w1460 .conNew .conLeft {
    width: 100%; }

  .banner .con .w1460 .conNew .conLeft .tits {
    margin-left: 0; }

  .banner .con .w1460 .conNew .conLeft .tits .t1 {
    margin-top: 10px; }

  .banner .con .w1460 .conNew .conLeft .tits .t2 {
    margin-top: 10px; }

  .banner .con .w1460 .conNew .more {
    margin-top: 25px;
    width: 100px;
    height: 28px;
    border-radius: 14px;
    line-height: 28px;
    font-size: 12px; } }
.productInfo .box1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 6.14583vw 0; }

.productInfo .box1 .conLeft {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 54%; }

.productInfo .box1 .conLeft .item {
  font-weight: 300;
  color: #595757;
  position: relative; }

.productInfo .box1 .conLeft .item .tits {
  font-size: 1.14583vw;
  line-height: 1.25vw;
  display: flex;
  align-items: center; }

.productInfo .box1 .conLeft .item .tits span {
  width: 17px;
  height: 5px;
  display: block;
  background-color: #c4000c;
  margin-left: 20px; }

.productInfo .box1 .conLeft .item .tit {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  color: #595757;
  margin-top: 1.5625vw;
  position: relative; }

.productInfo .box1 .conLeft .item .tit .titNew {
  overflow: hidden; }

.productInfo .box1 .conLeft .item .tit .tit1 {
  width: 3.125vw;
  height: 100%;
  font-size: 0.9375vw;
  line-height: 3.125vw;
  color: #595757;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  right: -3.125vw; }

.productInfo .box1 .conLeft .item .img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5625vw;
  margin-left: 4.94792vw; }

.productInfo .box1 .conLeft .item .img br {
  display: none; }

.productInfo .box1 .conLeft .item .img #MultiplePhoto {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.productInfo .box1 .conLeft .item .img #MultiplePhoto img {
  margin-right: 25px;
  display: block;
  margin-bottom: 15px;
  max-height: 3.90625vw; }

.productInfo .box1 .conLeft .item .tit1 {
  margin-left: 4.94792vw;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  margin-top: 1.5625vw; }

.productInfo .box1 .pic {
  border-radius: 1.5625vw;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 6px rgba(5, 5, 5, 0.17);
  width: 38.5%;
  float: right; }

.productInfo .box1 .pic:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bgx.png");
  z-index: 5;
  content: ''; }

@media (max-width: 1366px) {
  .productInfo .box1 .conLeft .item .tits {
    font-size: 18px;
    line-height: 20px; }

  .productInfo .box1 .conLeft .item .tit {
    font-size: 14px;
    line-height: 24px; }

  .productInfo .box1 .conLeft .item .tit .tit1 {
    font-size: 14px;
    line-height: 24px;
    right: -24px; }

  .productInfo .box1 .conLeft .item .tit1 {
    font-size: 14px;
    line-height: 24px;
    margin-left: 75px; }

  .productInfo .box1 .conLeft .item .img {
    margin-left: 75px; }

  .productInfo .box1 .conLeft .item .img #MultiplePhoto img {
    max-height: 40px; } }
@media (max-width: 768px) {
  .productInfo .box1 {
    display: block; }

  .productInfo .box1 .conLeft {
    width: 90%;
    float: none;
    margin-top: 25px; }

  .productInfo .box1 .conLeft .item {
    margin-bottom: 15px; }

  .productInfo .box1 .conLeft .item .tit {
    height: auto;
    margin-top: 10px; }

  .productInfo .box1 .conLeft .item .tit .titNew {
    height: auto; }

  .productInfo .box1 .conLeft .item .img #MultiplePhoto img {
    margin-right: 10px; }

  .productInfo .box1 .pic {
    width: 100%;
    float: none; } }
.productInfo .box2 {
  padding-bottom: 6.25vw; }

.productInfo .box2 .tits {
  font-size: 1.14583vw;
  line-height: 1.25vw;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #595757; }

.productInfo .box2 .tits span {
  width: 17px;
  height: 5px;
  display: block;
  background-color: #c4000c;
  margin-left: 20px; }

.productInfo .box2 .tit {
  font-weight: 300; }

.productInfo .box2 .tit table tr {
  color: #595757;
  text-align: center;
  display: flex;
  align-items: flex-end; }

.productInfo .box2 .tit table tr th {
  flex: 1;
  font-size: 0.9375vw;
  line-height: 1.14583vw;
  border-bottom: 2px solid #3e3a39;
  font-weight: 300;
  vertical-align: bottom;
  padding: 8px 0; }

.productInfo .box2 .tit table tr td {
  font-size: 0.9375vw;
  line-height: 1.66667vw;
  border-bottom: 1px solid #3e3a39;
  font-weight: 300;
  flex: 1; }

.productInfo .box2 .tit1 {
  font-size: 11px;
  line-height: 20px;
  color: #595757; }

@media (max-width: 1366px) {
  .productInfo .box2 .tits {
    font-size: 18px;
    line-height: 20px; }

  .productInfo .box2 .tit table tr th {
    font-size: 14px;
    line-height: 18px; }

  .productInfo .box2 .tit table tr td {
    font-size: 14px;
    line-height: 26px; } }
@media (max-width: 768px) {
  .productInfo .box2 .tit {
    margin-top: 15px; } }
.development .box1 {
  padding-top: 6.25vw; }

.development .box1 .txt {
  width: 705px;
  max-width: 100%;
  margin: 3.75vw auto 0;
  font-weight: 300;
  font-size: 1.14583vw;
  line-height: 1.77083vw;
  color: #595757;
  text-align: center; }

.development .box1 .itemBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.90625vw; }

.development .box1 .itemBox .item {
  width: 22.2%;
  background-color: #eee; }

.development .box1 .itemBox .item:last-child {
  margin-bottom: 0; }

.development .box1 .itemBox .item .con {
  padding: 2.08333vw 0.625vw 0;
  height: 16.92708vw;
  width: 100%;
  box-sizing: border-box;
  font-weight: 300;
  color: #595757; }

.development .box1 .itemBox .item .con .tits {
  font-size: 1.25vw;
  line-height: 1.14583vw;
  color: #c81528; }

.development .box1 .itemBox .item .con .tit {
  font-size: 0.9375vw;
  line-height: 1.14583vw;
  margin-top: 14px; }

@media (max-width: 1600px) {
  .development .box1 .itemBox .item .con .tit {
    font-size: 14px;
    line-height: 22px; } }
@media (max-width: 1500px) {
  .development .box1 .itemBox .item .con {
    height: 300px; } }
@media (max-width: 1366px) {
  .development .box1 .txt {
    font-size: 14px;
    line-height: 24px; } }
@media (max-width: 768px) {
  .development .box1 .itemBox {
    flex-wrap: wrap; }

  .development .box1 .itemBox .item {
    width: 100%;
    margin-bottom: 10px; }

  .development .box1 .itemBox .item .con {
    height: auto;
    padding: 15px 10px; }

  .development .box1 .itemBox .item .con .tits {
    font-size: 16px;
    line-height: 18px; }

  .development .box1 .itemBox .item .con .tit {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px; } }
.development .box3 {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw; }

.development .box3 .txt {
  font-size: 1.14583vw;
  line-height: 1.77083vw;
  color: #474342;
  font-weight: 300;
  text-align: center;
  margin-top: 5.72917vw; }

.development .box3 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.72917vw; }

.development .box3 .item img {
  max-height: 5.4vw; }

@media (max-width: 1366px) {
  .development .box3 .txt {
    font-size: 14px;
    line-height: 24px; } }
@media (max-width: 768px) {
  .development .box3 .item img {
    max-height: 7vw; } }
.cases {
  padding: 6.25vw 0 6.25vw; }

.cases .list {
  margin-top: 4.27083vw;
  display: flex;
  justify-content: space-between;
  width: 100%; }

.cases .list .item {
  width: 22.1%;
  background-color: #eee; }

.cases .list .item a {
  width: 100%;
  display: block;
  position: relative; }

.cases .list .item a .con {
  width: 100%;
  padding: 3.125vw 0;
  text-align: center; }

.cases .list .item a .con img {
  width: 53px;
  display: block;
  margin: 0 auto; }

.cases .list .item a .con p {
  font-weight: 300;
  color: #c81528;
  font-size: 22px;
  line-height: 24px;
  margin-top: 20px; }

.cases .list .item a .pic {
  width: 100%;
  overflow: hidden; }

.cases .list .item a .pic img {
  transition: all 1.2s; }

.cases .list .item a .tits {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(71, 67, 66, 0.35);
  font-size: 15px;
  line-height: 45px;
  color: #fff;
  text-align: center; }

@media (min-width: 1024px) {
  .cases .list .item:hover a .pic img {
    transform: scale(1.1); } }
@media (max-width: 1200px) {
  .cases .list .item a .con img {
    width: 40px; }

  .cases .list .item a .con p {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px; } }
@media (max-width: 768px) {
  .cases .list {
    flex-wrap: wrap; }

  .cases .list .item {
    width: 48.5%;
    margin-bottom: 3%; }

  .cases .list .item a .con {
    padding: 40px 0; } }
.casesInfo {
  padding-top: 4.0625vw;
  padding-bottom: 5.20833vw; }

.casesInfo .title {
  margin-top: 0.83333vw; }

.casesInfo .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.27083vw; }

.casesInfo .list .item {
  width: 49.3%;
  margin-bottom: 1.4%;
  background-color: #eee;
  display: flex;
  align-items: flex-start;
  font-weight: 300;
  padding: 60px 0; }

.casesInfo .list .item .itemLeft {
  margin-left: 6.04167vw;
  margin-right: 5.3125vw;
  text-align: center; }

.casesInfo .list .item .itemLeft img {
  display: block;
  width: 53px;
  margin: 0 auto; }

.casesInfo .list .item .itemLeft p {
  font-size: 22px;
  line-height: 24px;
  color: #c81528;
  margin-top: 20px; }

.casesInfo .list .item .con {
  flex: 1;
  margin-right: 3.64583vw;
  font-size: 18px;
  line-height: 30px;
  color: #595757; }

@media (max-width: 1200px) {
  .casesInfo .list .item .itemLeft p {
    font-size: 18px;
    line-height: 20px; }

  .casesInfo .list .item .con {
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 768px) {
  .casesInfo .title {
    margin-top: 25px; }

  .casesInfo .list {
    display: block; }

  .casesInfo .list .item {
    display: block;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px; }

  .casesInfo .list .item .itemLeft {
    display: flex;
    align-items: center;
    justify-content: safe left;
    margin: 0; }

  .casesInfo .list .item .itemLeft img {
    width: 40px;
    margin: 0;
    margin-right: 10px; }

  .casesInfo .list .item .itemLeft p {
    margin-top: 0;
    font-size: 16px;
    line-height: 18px; }

  .casesInfo .list .item .con {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px; } }
.news {
  padding-top: 4.16667vw;
  padding-bottom: 4.6875vw; }

.news .listTop {
  position: relative; }

.news .listTop ul li {
  background-color: #f0f0f0; }

.news .listTop ul li a {
  width: 100%;
  display: block; }

.news .listTop ul li a .pic {
  width: 50%;
  padding-bottom: 34.3%;
  position: relative;
  height: 0;
  overflow: hidden;
  float: left; }

.news .listTop ul li a .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transition: all 1.2s; }

.news .listTop ul li a .con {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 40px; }

.news .listTop ul li a .con .tits {
  font-size: 24px;
  line-height: 32px;
  height: 32px;
  color: #333;
  margin-bottom: 15px; }

.news .listTop ul li a .con .time {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #d6d6d6; }

.news .listTop ul li a .con .tit {
  font-size: 14px;
  line-height: 25px;
  max-height: 75px;
  color: #000; }

.news .listTop ul li a .con .more {
  width: 108px;
  height: 33px;
  border: 1px solid #ca1525;
  border-radius: 2px;
  display: block;
  text-align: center;
  line-height: 33px;
  color: #ca1525;
  font-size: 14px;
  margin-top: 30px; }

@media (min-width: 1024px) {
  .news .listTop ul li:hover a .pic img {
    transform: scale(1.1); }

  .news .listTop ul li:hover a .con .tits {
    color: #ca1525; }

  .news .listTop ul li:hover a .con .more {
    background-color: #ca1525;
    color: #fff; } }
.news .listTop .btns {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 60px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; }

.news .listTop .btns span {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin: 0 4px;
  background-color: #a09c99;
  opacity: 1;
  border-radius: 100%; }

.news .listTop .btns span.swiper-pagination-bullet-active {
  background-color: #ca1525; }

.news .list {
  margin-top: 40px;
  margin-bottom: 40px; }

.news .list ul li {
  border-bottom: 1px solid #f0f0f0; }

.news .list ul li a {
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: flex-start; }

.news .list ul li a .time {
  width: 155px;
  padding: 40px 34px 0;
  text-align: center;
  box-sizing: border-box; }

.news .list ul li a .time .datetop {
  font-size: 40px;
  color: #ca1525;
  line-height: 55px;
  border-bottom: 1px solid #ddd; }

.news .list ul li a .time .datebottom {
  font-size: 16px;
  color: #8a8a8a;
  line-height: 40px; }

.news .list ul li a .pic {
  width: 270px;
  height: 190px;
  margin-right: 30px;
  position: relative;
  overflow: hidden; }

.news .list ul li a .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transition: all 1.2s; }

.news .list ul li a .con {
  flex: 1; }

.news .list ul li a .con .tits {
  font-size: 20px;
  color: #585858;
  line-height: 26px;
  height: 26px;
  margin-bottom: 20px; }

.news .list ul li a .con .tit {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 60px; }

.news .list ul li a .con .more {
  width: 108px;
  height: 33px;
  border: 1px solid #666;
  border-radius: 2px;
  display: block;
  text-align: center;
  line-height: 33px;
  color: #666;
  font-size: 14px;
  margin-top: 15px; }

@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: #ca1525; }

  .news .list ul li:hover a .con .more {
    border-color: #ca1525;
    color: #ca1525; } }
@media (max-width: 1366px) {
  .news .listTop ul li a .con .tits {
    font-size: 20px;
    line-height: 28px;
    height: 28px; } }
@media (max-width: 1200px) {
  .news .listTop ul li a .con .tits {
    font-size: 18px;
    line-height: 22px;
    height: 22px; }

  .news .list ul li a {
    padding: 35px 0; } }
@media (max-width: 1024px) {
  .news .listTop ul li a .con {
    padding: 25px; }

  .news .listTop .btns {
    bottom: 20px;
    left: 42px; } }
@media (max-width: 768px) {
  .news {
    padding-top: 30px;
    padding-bottom: 35px; }

  .news .listTop ul li a {
    padding-bottom: 30px; }

  .news .listTop ul li a .pic {
    width: 100%; }

  .news .listTop ul li a .con {
    width: 100%;
    padding: 15px 10px; }

  .news .listTop ul li a .con .tits {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px; }

  .news .listTop ul li a .con .time {
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 10px; }

  .news .listTop ul li a .con .more {
    margin-top: 15px; }

  .news .listTop .btns {
    left: 0;
    bottom: 10px; }

  .news .list {
    margin: 20px 0; }

  .news .list ul li a {
    padding: 20px 0;
    display: block; }

  .news .list ul li a .time {
    display: none; }

  .news .list ul li a .pic {
    width: 100%; }

  .news .list ul li a .con {
    margin-top: 15px; }

  .news .list ul li a .con .tits {
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    margin-bottom: 10px; }

  .news .list ul li a .con .tit {
    font-size: 13px;
    line-height: 22px;
    height: 44px; } }
.newsInfo {
  padding-top: 40px; }

.newsInfo .content {
  width: 75%;
  float: left; }

.newsInfo .content .tits {
  font-size: 28px;
  color: #000;
  margin-bottom: 15px;
  line-height: 50px; }

.newsInfo .content .tit {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  margin-bottom: 35px; }

.newsInfo .content .tit span {
  padding-right: 20px; }

.newsInfo .content .tit span.t {
  padding-left: 17px; }

.newsInfo .content .tit span.t.time {
  background-position: left center;
  background-image: url("../img/timeicon.png");
  background-repeat: no-repeat; }

.newsInfo .content .tit span.t.num {
  background-position: left center;
  background-image: url("../img/sea.png");
  background-repeat: no-repeat;
  padding-left: 27px; }

.newsInfo .content .tit .fsjian, .newsInfo .content .tit .fsjia {
  width: 20px;
  height: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer; }

.newsInfo .content .tit .fsjian {
  background-image: url("../img/fsjian.png"); }

.newsInfo .content .tit .fsjia {
  background-image: url("../img/fsjia.png"); }

.newsInfo .content .con {
  font-size: 16px;
  line-height: 36px;
  color: #353535;
  margin-bottom: 65px; }

.newsInfo .content .con img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.newsInfo .content .con p {
  margin-bottom: 35px; }

.newsInfo .rightbar {
  margin-top: 160px;
  width: 22%;
  float: right; }

.newsInfo .rightbar .top {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }

.newsInfo .rightbar .top .return {
  font-size: 20px;
  font-weight: bold;
  padding: 0 25px 0 25px;
  background: url("../img/fresh.png") left center no-repeat;
  color: #676767; }

.newsInfo .rightbar .top .share {
  width: 37px;
  height: 37px;
  display: inline-block;
  background: url("../img/iconfenxiang.png") left center no-repeat;
  cursor: pointer;
  vertical-align: top;
  margin-left: 20px; }

.newsInfo .rightbar .top .share a {
  float: none;
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 37px;
  height: 37px; }

.newsInfo .rightbar .top .print {
  margin-left: 15px;
  width: 37px;
  height: 37px;
  display: inline-block;
  background: url("../img/icondayin.png") left center no-repeat;
  cursor: pointer; }

.newsInfo .rightbar .fanpian {
  border: 12px solid #f3f3f3;
  padding: 40px 20px;
  box-sizing: border-box; }

.newsInfo .rightbar .fanpian .con {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; }

.newsInfo .rightbar .fanpian .con:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.newsInfo .rightbar .fanpian .con a {
  width: 100%;
  display: block; }

.newsInfo .rightbar .fanpian .con a p {
  font-size: 20px;
  color: #2b2a2a;
  padding-left: 27px;
  margin-bottom: 10px;
  background-position: left center;
  background-repeat: no-repeat; }

.newsInfo .rightbar .fanpian .con a p.fprev {
  background-image: url("../img/arrowu.png"); }

.newsInfo .rightbar .fanpian .con a p.fnext {
  background-image: url("../img/arrowd.png"); }

.newsInfo .rightbar .fanpian .con a .t {
  font-size: 16px;
  color: #333;
  line-height: 26px; }

@media (max-width: 1366px) {
  .newsInfo .content .tits {
    font-size: 20px;
    line-height: 30px; } }
@media (max-width: 1260px) {
  .newsInfo .content {
    width: calc(100% - 320px); }

  .newsInfo .rightbar {
    width: 300px; } }
@media (max-width: 768px) {
  .newsInfo {
    padding-bottom: 30px;
    padding-top: 30px; }

  .newsInfo .content {
    width: 100%;
    float: none; }

  .newsInfo .content .tits {
    font-size: 16px;
    line-height: 24px; }

  .newsInfo .content .tit {
    margin-bottom: 20px; }

  .newsInfo .content .con {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px; }

  .newsInfo .content .con p {
    margin-bottom: 10px; }

  .newsInfo .rightbar {
    margin-top: 15px;
    width: 100%;
    float: none; }

  .newsInfo .rightbar .top {
    margin-bottom: 15px; }

  .newsInfo .rightbar .top .return {
    font-size: 15px; }

  .newsInfo .rightbar .fanpian {
    border-width: 5px;
    padding: 20px 10px; }

  .newsInfo .rightbar .fanpian .con {
    margin-bottom: 15px;
    padding-bottom: 15px; }

  .newsInfo .rightbar .fanpian .con a p {
    font-size: 16px; } }
.paging {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.paging a {
  display: inline-block;
  margin: 0 3px;
  min-width: 38px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  color: #8e8e8e;
  text-align: center;
  box-sizing: border-box; }

@media (min-width: 1024px) {
  .paging a:hover {
    background-color: #ca1525;
    border-color: #ca1525;
    color: #fff; } }
.paging span {
  display: inline-block;
  margin: 0 3px;
  min-width: 38px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  border: 1px solid #ca1525;
  color: #fff;
  background-color: #ca1525;
  text-align: center;
  box-sizing: border-box; }

@media (max-width: 768px) {
  .paging a {
    min-width: 28px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px; }

  .paging span {
    min-width: 28px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px; } }
.hr .box1 {
  padding-top: 6.25vw;
  margin-bottom: 55px; }

.hr .box1 .content {
  margin-top: 28px;
  position: relative;
  background-color: #f8f8f8; }

.hr .box1 .content .pic {
  width: 50%;
  height: 300px;
  position: relative;
  float: right; }

.hr .box1 .content .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0; }

.hr .box1 .content .con {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0; }

.hr .box1 .content .con .w1400 {
  height: 100%;
  display: flex;
  align-items: center; }

.hr .box1 .content .con .w1400 .conn {
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box; }

.hr .box1 .content .con .w1400 .conn .tits {
  color: #575757;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 42px; }

.hr .box1 .content .con .w1400 .conn .tit {
  font-size: 16px;
  line-height: 30px;
  color: #575757; }

@media (max-width: 1200px) {
  .hr .box1 .content .con .w1400 .conn {
    padding-right: 40px; }

  .hr .box1 .content .con .w1400 .conn .tits {
    font-size: 20px;
    line-height: 30px; }

  .hr .box1 .content .con .w1400 .conn .tit {
    font-size: 14px;
    line-height: 26px; } }
@media (max-width: 768px) {
  .hr .box1 {
    padding-top: 25px;
    margin-bottom: 30px; }

  .hr .box1 .content .con {
    width: 100%;
    position: relative;
    padding: 20px 0; }

  .hr .box1 .content .con .w1400 .conn {
    width: 100%;
    padding-right: 0; }

  .hr .box1 .content .pic {
    width: 100%;
    height: auto; }

  .hr .box1 .content .pic img {
    position: relative; } }
.hr .box2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 75px; }

.hr .box2 .item {
  width: 25%;
  padding: 0 35px;
  box-sizing: border-box;
  text-align: center; }

.hr .box2 .item img {
  display: block;
  width: 95px;
  margin: 0 auto 20px; }

.hr .box2 .item .tits {
  font-size: 20px;
  line-height: 36px;
  color: #848484;
  margin-bottom: 20px; }

.hr .box2 .item .tit {
  font-size: 14px;
  color: #848484;
  line-height: 26px; }

@media (max-width: 768px) {
  .hr .box2 {
    margin-bottom: 35px;
    flex-wrap: wrap; }

  .hr .box2 .item {
    padding: 0 20px;
    width: 50%;
    margin-bottom: 20px; }

  .hr .box2 .item img {
    width: 60px;
    margin: 0 auto 10px; }

  .hr .box2 .item .tits {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; } }
.hr .box3 {
  padding: 3.90625vw 0;
  margin-bottom: 2.86458vw;
  position: relative; }

.hr .box3 .title {
  position: absolute;
  top: 103px;
  left: 0;
  width: 100%; }

.hr .box3 .w1400 .item {
  width: calc(20% - 2px);
  float: left;
  background-color: #fff;
  padding: 3.2% 1%;
  color: #6a6a6a;
  text-align: center;
  height: 190px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #333;
  margin-right: 2px;
  margin-bottom: 2px; }

.hr .box3 .w1400 .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.hr .box3 .w1400 .item .tits {
  font-size: 30px;
  line-height: 48px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative; }

.hr .box3 .w1400 .item .tits:after {
  width: 34px;
  height: 1px;
  background-color: #7b7b7b;
  content: '';
  left: 50%;
  margin-left: -17px;
  bottom: 0;
  position: absolute; }

.hr .box3 .w1400 .item .tit {
  font-size: 20px;
  line-height: 32px; }

.hr .box3 .w1400 .item:nth-child(1) {
  margin-right: 80%; }

.hr .box3 .w1400 .item:nth-child(4) {
  margin-right: 40%; }

.hr .box3 .w1400 .item:nth-child(5) {
  margin-left: 40%; }

.hr .box3 .w1400 .item:nth-child(7) .tit {
  margin: 21px 0; }

.hr .box3 .w1400 .item:nth-child(2), .hr .box3 .w1400 .item:nth-child(4), .hr .box3 .w1400 .item:nth-child(7) {
  background-color: #b41414;
  color: #fff;
  border: 1px solid #b41414; }

.hr .box3 .w1400 .item:nth-child(2) .tits:after, .hr .box3 .w1400 .item:nth-child(4) .tits:after, .hr .box3 .w1400 .item:nth-child(7) .tits:after {
  background-color: #fff; }

@media (max-width: 1200px) {
  .hr .box3 .w1400 .item {
    height: 160px; }

  .hr .box3 .w1400 .item .tits {
    font-size: 24px;
    line-height: 40px; }

  .hr .box3 .w1400 .item .tit {
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 768px) {
  .hr .box3 {
    padding: 30px 0;
    margin-bottom: 15px; }

  .hr .box3 .title {
    position: relative;
    top: 0;
    left: 0; }

  .hr .box3 .w1400 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px; }

  .hr .box3 .w1400 .item {
    width: 46%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: auto;
    padding: 20px 10px;
    margin-bottom: 10px; }

  .hr .box3 .w1400 .item:last-child {
    width: 100%; }

  .hr .box3 .w1400 .item:last-child .tit {
    margin: 8px 0; } }
.hr .box4 {
  padding-top: 3.64583vw;
  padding-bottom: 3.90625vw; }

.hr .box4 .list {
  margin-top: 28px;
  position: relative; }

.hr .box4 .list .listNew ul li {
  width: 33.33333%;
  float: left; }

.hr .box4 .list .listNew ul li a {
  width: 100%;
  height: auto;
  display: block;
  position: relative; }

.hr .box4 .list .listNew ul li a .pic {
  width: 100%;
  padding-bottom: 57.5%;
  position: relative;
  height: 0;
  overflow: hidden; }

.hr .box4 .list .listNew ul li a .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 1.2s; }

.hr .box4 .list .listNew ul li a .con {
  width: 100%;
  display: flex;
  padding-bottom: 57.5%;
  height: 0;
  display: flex;
  align-items: center;
  position: relative; }

.hr .box4 .list .listNew ul li a .con .conn {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 2.60417vw;
  display: flex;
  align-items: center;
  box-sizing: border-box; }

.hr .box4 .list .listNew ul li a .con .conn .conNew .tits {
  font-size: 22px;
  line-height: 30px;
  color: #ca1525;
  margin-bottom: 15px; }

.hr .box4 .list .listNew ul li a .con .conn .conNew .tit {
  font-size: 16px;
  color: #636363;
  line-height: 26px; }

.hr .box4 .list .listNew ul li a .con .conn .conNew .more {
  margin-top: 30px;
  display: block;
  width: 106px;
  line-height: 36px;
  height: 36px;
  text-align: center;
  color: #747474;
  border: 1px solid #747474; }

@media (min-width: 1024px) {
  .hr .box4 .list .listNew ul li:hover a .pic img {
    transform: scale(1.1); }

  .hr .box4 .list .listNew ul li:hover a .con .conn .conNew .more {
    color: #ca1525;
    border-color: #ca1525; } }
.hr .box4 .list .a {
  width: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.hr .box4 .list .a.prev {
  left: -44px; }

.hr .box4 .list .a.next {
  right: -44px; }

@media (max-width: 1366px) {
  .hr .box4 .list .listNew ul li a .con .conn .conNew .tits {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px; }

  .hr .box4 .list .listNew ul li a .con .conn .conNew .tit {
    font-size: 14px;
    line-height: 20px; }

  .hr .box4 .list .listNew ul li a .con .conn .conNew .more {
    margin-top: 15px; } }
@media (max-width: 1200px) {
  .hr .box4 .list .listNew ul li {
    width: 50%; }

  .hr .box4 .list .a.prev {
    left: -30px; }

  .hr .box4 .list .a.next {
    right: -30px; } }
@media (max-width: 768px) {
  .hr .box4 {
    padding-top: 20px;
    padding-bottom: 30px; }

  .hr .box4 .list {
    width: 90%;
    margin: 25px auto 0; }

  .hr .box4 .list .a {
    width: 18px;
    padding: 0 5px; }

  .hr .box4 .list .listNew ul li {
    width: 100%; } }
.join {
  padding-top: 5.20833vw;
  padding-bottom: 3.90625vw; }

.join .list {
  margin-top: 38px; }

.join .list .tits {
  background-color: #ca1525;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  display: flex;
  text-align: center; }

.join .list .tits span {
  flex: 1; }

.join .list ul li .tit {
  font-size: 14px;
  line-height: 60px;
  display: flex;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/icon_plus.png");
  background-position: right 20px center;
  background-repeat: no-repeat; }

.join .list ul li .tit span {
  flex: 1; }

.join .list ul li .con {
  text-align: left;
  line-height: 22px;
  padding: 10px 8% 40px;
  background: #f5f5f5;
  font-size: 14px;
  color: #333;
  display: none; }

.join .list ul li .con .t {
  margin-top: 40px; }

.join .list ul li .con a {
  color: #333; }

.join .list ul li.act .tit {
  background-image: url("../img/icon_jian.png"); }

@media (max-width: 768px) {
  .join .list .tits span:last-child {
    display: none; }

  .join .list ul li .tit span:last-child {
    display: none; }

  .join .list ul li .con {
    padding-bottom: 20px; }

  .join .list ul li .con .t {
    margin-top: 15px; } }
.contact {
  padding: 5.20833vw 0; }

.contact .content {
  margin-top: 4.0625vw;
  position: relative; }

.contact .content .conLeft {
  width: 40%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  color: #333; }

.contact .content .conLeft .icon {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/contact-icon.png") no-repeat;
  background-position: 0 0;
  background-size: 435px 125px;
  margin: 0 auto; }

.contact .content .conLeft .tits {
  font-size: 20px;
  line-height: 60px;
  text-align: center; }

.contact .content .conLeft .line {
  display: block;
  width: 50px;
  height: 3px;
  background: #333;
  border-radius: 1px;
  margin: 0 auto 20px; }

.contact .content .conLeft .tit {
  font-size: 14px;
  line-height: 32px; }

.contact .content .conLeft .tit p {
  width: 60%;
  padding: 0 0.5%;
  box-sizing: border-box;
  float: left; }

.contact .content .conLeft .tit p:nth-child(2n) {
  width: 40%; }

.contact .content .conLeft .tit p a {
  color: #333; }

.contact .content .map {
  width: 57%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }

@media (max-width: 1520px) {
  .contact .content .conLeft .tit p {
    width: 100% !important;
    text-align: center;
    float: none; } }
@media (max-width: 768px) {
  .contact .content .conLeft {
    width: 100%;
    float: none;
    height: auto; }

  .contact .content .map {
    width: 100%;
    height: 320px;
    float: none;
    margin-top: 15px;
    position: relative; } }
.anchorBL, .BMap_cpyCtrl {
  display: none !important; }

.videoBox {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none; }

.videoBox .video {
  width: 66.66667vw;
  height: 31.25vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 !important; }

.videoBox .video video {
  width: 100%;
  height: 100%; }

.videoBox .video .videoClose {
  width: 3.125vw;
  height: 3.125vw;
  z-index: 10;
  position: absolute;
  top: -1.5625vw;
  right: -1.5625vw;
  border-radius: 100%;
  background-color: #c81528;
  cursor: pointer; }

.videoBox .video .videoClose:after {
  width: 1.5625vw;
  height: 0.20833vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  content: ''; }

.videoBox .video .videoClose:before {
  width: 1.5625vw;
  height: 0.20833vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  content: ''; }

@media (max-width: 768px) {
  .videoBox .video {
    width: 100%;
    height: 100%; }

  .videoBox .video .videoClose {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px; }

  .videoBox .video .videoClose:after {
    width: 14px;
    height: 2px; }

  .videoBox .video .videoClose:before {
    width: 14px;
    height: 2px; } }
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

@media (min-width: 1170px) {
  .container {
    width: 1170px; } }
.zsdingzhi {
  width: 162px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  background-color: #ca1525;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  border-radius: 25px;
  cursor: pointer;
  box-sizing: border-box; }

.zsdzdiy {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  display: none; }

.zsdzdiy .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.zsdzdiy .form {
  background-color: #fbfbfb;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 50px 45px;
  box-sizing: border-box; }

.zsdzdiy .form .title {
  padding: 28px 0; }

.zsdzdiy .form .close {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  top: -27px;
  right: -27px;
  background: url("../img/icon_close.png") center center no-repeat;
  cursor: pointer; }

.zsdzdiy .form .fl, .zsdzdiy .form .fr {
  width: 46%;
  margin: 0 2%; }

.zsdzdiy .form .item {
  position: relative; }

.zsdzdiy .form .item .xing {
  position: absolute;
  top: 13px;
  right: 12px;
  color: #ff0000;
  z-index: 2;
  font-size: 18px; }

.zsdzdiy .form .item input, .zsdzdiy .form .item textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #9c9c9c;
  margin-bottom: 13px;
  height: 50px;
  line-height: 50px;
  padding: 10px 15px 10px 50px;
  background-position: 15px 15px;
  font-size: 16px;
  background-repeat: no-repeat;
  color: #555; }

.zsdzdiy .form .item textarea {
  height: 176px;
  line-height: 32px; }

.zsdzdiy .form .item select {
  width: 100%;
  border: 1px solid #9c9c9c;
  margin-bottom: 13px;
  height: 42px;
  line-height: 50px;
  padding: 9px 15px 10px 44px;
  background-position: 15px 11px;
  font-size: 16px;
  background-repeat: no-repeat;
  color: #555; }

.zsdzdiy .form .item .inpxwlx {
  background-image: url("../img/icon_leixing-copy.png"); }

.zsdzdiy .form .item .inpzhibie {
  background-image: url("../img/icon_cl.png"); }

.zsdzdiy .form .item .inpgushu {
  background-image: url("../img/icon_qiangli.png"); }

.zsdzdiy .form .item .inphaoshu {
  background-image: url("../img/icon_xianlu.png"); }

.zsdzdiy .form .item .inpdlql {
  background-image: url("../img/icon_dlql.png"); }

.zsdzdiy .form .item .inpdlszl {
  background-image: url("../img/icon_shenzhan.png"); }

.zsdzdiy .form .item .inpniandu {
  background-image: url("../img/icon_niandu.png"); }

.zsdzdiy .form .item .inpname {
  background-image: url("../img/icon_user2.png"); }

.zsdzdiy .form .item .inpcompname {
  background-image: url("../img/icon_comp.png"); }

.zsdzdiy .form .item .inptel {
  background-image: url("../img/icon_dianhua.png"); }

.zsdzdiy .form .item .inpemail {
  background-image: url("../img/icon_youxiang.png"); }

.zsdzdiy .form .item .inpbeizhu {
  background-image: url("../img/icon_beizhu.png"); }

.zsdzdiy .form .tjbtn {
  text-align: center;
  margin-top: 30px; }

.btnsubmit, .btnreset {
  width: 138px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #ca1525;
  color: #fff;
  font-size: 16px;
  border: 0;
  margin: 0 13px; }

.btnreset {
  background-color: #505050; }

@media (max-width: 1024px) {
  .zsdzdiy .form {
    padding: 0 10px 15px; }

  .zsdzdiy .form .title {
    padding: 10px 0; }

  .zsdzdiy .form .item input, .zsdzdiy .form .item textarea, .zsdzdiy .form .item select {
    height: 38px;
    line-height: 38px;
    padding: 5px 10px 5px 50px;
    background-position: 12px center;
    margin-bottom: 6px;
    font-size: 13px; }

  .zsdzdiy .form .item textarea {
    height: 125px;
    background-position: 12px 15px; }

  .zsdzdiy .form .tjbtn {
    margin-top: 15px; }

  .zsdzdiy .form .close {
    right: 0; } }

/*# sourceMappingURL=style.css.map */
