.fl {
  float: left; }

.fr {
  float: right; }

.oneLine {
  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;
  background-color: #f7f7f7; }

.w1290 {
  width: 1290px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1024px) {
  .pc {
    display: none; } }

.wap {
  display: none; }
  @media (max-width: 1024px) {
    .wap {
      display: block; } }

#translate {
  display: none; }

.hoverPic a .pic {
  position: relative;
  overflow: hidden; }
  .hoverPic a .pic img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all 1.2s; }
@media (min-width: 1024px) {
  .hoverPic:hover a .pic img {
    transform: scale(1.1); } }

.videoItem {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0; }
  .videoItem .video {
    width: 62.5vw;
    height: 35.15625vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 !important;
    background-color: #fff; }
    .videoItem .video video {
      width: 100%;
      height: 100%; }
    .videoItem .video .videoClose {
      width: 3.125vw;
      height: 3.125vw;
      position: absolute;
      top: -1.5625vw;
      right: -1.5625vw;
      border-radius: 100%;
      background-color: #E9292B;
      cursor: pointer; }
      .videoItem .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: ''; }
      .videoItem .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) {
    .videoItem .video {
      width: 100%;
      height: 100%; }
      .videoItem .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoItem .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoItem .video .videoClose:before {
          width: 14px;
          height: 2px; } }

.headerBox .header {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  background-color: #fff;
  border-radius: 12px; }
  .headerBox .header .top {
    border-bottom: 1px solid #f7f7f7;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .headerBox .header .top .topLeft {
      font-size: 12px;
      line-height: 45px;
      display: flex;
      align-items: center;
      color: #000; }
      .headerBox .header .top .topLeft .t {
        display: flex;
        align-items: center;
        margin-right: 30px; }
        .headerBox .header .top .topLeft .t a {
          color: #000; }
        .headerBox .header .top .topLeft .t img {
          margin-right: 6px; }
    .headerBox .header .top .topRight {
      display: flex;
      align-items: center; }
      .headerBox .header .top .topRight .search {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .headerBox .header .top .topRight .search img {
          width: 20px; }
      .headerBox .header .top .topRight .line {
        width: 1px;
        height: 17px;
        background-color: #c1c1c1;
        margin-left: 3px; }
      .headerBox .header .top .topRight .searchClick {
        width: 115px;
        height: 30px;
        background-color: #d7e36c;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        color: #222222;
        flex-wrap: bold;
        margin-left: 12px;
        border-radius: 6px; }
      .headerBox .header .top .topRight .lan {
        margin-left: 34px;
        position: relative; }
        .headerBox .header .top .topRight .lan .t {
          display: flex;
          align-items: center;
          font-size: 12px;
          line-height: 30px;
          color: #222222;
          padding-right: 16px;
          background-position: right center;
          background-repeat: no-repeat;
          background-image: url("../images/nav_icon.png");
          background-size: 12px auto; }
          .headerBox .header .top .topRight .lan .t img {
            margin-right: 8px;
            width: 18px; }
        .headerBox .header .top .topRight .lan #select {
          width: 100%;
          height: 30px;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
      .headerBox .header .top .topRight .navClick {
        display: none;
        width: 22px;
        height: 18px;
        margin-left: 15px; }
        .headerBox .header .top .topRight .navClick span {
          width: 100%;
          height: 2px;
          background-color: #333;
          display: block;
          position: relative;
          transition: .3s;
          -webkit-transition: .3s;
          margin-bottom: 6px; }
          .headerBox .header .top .topRight .navClick span:last-child {
            margin-bottom: 0; }
        .headerBox .header .top .topRight .navClick.on span:nth-child(1) {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          top: 8px;
          right: 0px; }
        .headerBox .header .top .topRight .navClick.on span:nth-child(2) {
          display: none; }
        .headerBox .header .top .topRight .navClick.on span:nth-child(3) {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          top: 0;
          right: 0; }
  .headerBox .header .headerNew {
    padding-left: 25px;
    padding-right: 22px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .headerBox .header .headerNew .logo {
      width: 178px;
      height: 75px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .headerBox .header .headerNew .nav ul li {
      float: left;
      margin-right: 25px;
      position: relative; }
      .headerBox .header .headerNew .nav ul li:last-child {
        margin-right: 0; }
      .headerBox .header .headerNew .nav ul li .tits {
        font-size: 15px;
        line-height: 17px;
        color: #222;
        font-weight: bold;
        display: flex;
        align-items: center;
        height: 75px; }
        .headerBox .header .headerNew .nav ul li .tits img {
          width: 11px;
          margin-left: 4px; }
      .headerBox .header .headerNew .nav ul li dl {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        position: absolute;
        -webkit-transition: all .35s;
        transition: all .35s;
        -moz-transition: all .35s;
        -ms-transition: all .35s;
        top: 100%;
        z-index: 99;
        margin-top: -1px;
        -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
        box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
        -webkit-transition: all .35s;
        transition: all .35s;
        -moz-transition: all .35s;
        -ms-transition: all .35s;
        width: 200px;
        padding: 10px 15px;
        left: -1.04167vw;
        background: #fff;
        list-style-type: none;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box; }
        .headerBox .header .headerNew .nav ul li dl:after {
          content: '';
          position: absolute;
          bottom: 100%;
          left: 32px;
          width: 16px;
          height: 16px;
          border-width: 8px;
          border-style: solid;
          border-color: transparent transparent #fff;
          display: block;
          box-sizing: border-box; }
        .headerBox .header .headerNew .nav ul li dl dd {
          background: 0 0;
          position: relative;
          text-align: left;
          border-bottom: 1px solid #e9e9ee;
          padding: 6px 0; }
          .headerBox .header .headerNew .nav ul li dl dd a {
            display: block;
            line-height: 21px;
            padding: 0.52083vw 0;
            font-size: 14px;
            position: relative;
            color: #666; }
            @media (min-width: 1024px) {
              .headerBox .header .headerNew .nav ul li dl dd a:hover {
                color: #E9292B; } }
      .headerBox .header .headerNew .nav ul li.on .tits {
        color: #E9292B; }
      @media (min-width: 1141px) {
        .headerBox .header .headerNew .nav ul li:hover .tits {
          color: #E9292B; }
        .headerBox .header .headerNew .nav ul li:hover dl {
          top: 100%;
          opacity: 1;
          filter: alpha(opacity=100);
          visibility: visible;
          height: auto;
          opacity: 1;
          filter: alpha(opacity=100);
          display: block;
          -webkit-transform: rotateX(0);
          transform: rotateX(0); } }
  .headerBox .header .headerSearch {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    left: 0;
    list-style-type: none;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box; }
    .headerBox .header .headerSearch.on {
      top: 100%;
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      height: auto;
      opacity: 1;
      filter: alpha(opacity=100);
      display: block;
      -webkit-transform: rotateX(0);
      transform: rotateX(0); }
    .headerBox .header .headerSearch .w1400 {
      width: 1690px;
      max-width: 92%;
      margin: 0 auto;
      padding: 10px 0;
      display: flex;
      flex-direction: row-reverse; }
      .headerBox .header .headerSearch .w1400 .search {
        width: 300px;
        height: 38px;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 10px;
        display: flex; }
        .headerBox .header .headerSearch .w1400 .search .text {
          flex: 1;
          padding-left: 0;
          font-size: 16px;
          color: #fff;
          border: none;
          background: none; }
        .headerBox .header .headerSearch .w1400 .search .submit {
          width: 50px;
          height: 36px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .headerBox .header .headerSearch .w1400 .search .submit img {
            width: 18px; }
        .headerBox .header .headerSearch .w1400 .search .searchClose {
          width: 36px;
          height: 36px;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center; }
          .headerBox .header .headerSearch .w1400 .search .searchClose img {
            width: 14px; }
@media (max-width: 1366px) {
  .headerBox .header .headerNew .logo {
    width: 140px; }
  .headerBox .header .headerNew .nav ul li {
    margin-right: 18px; } }
@media (max-width: 1250px) {
  .headerBox .header .headerNew .logo {
    width: 140px;
    height: 50px; }
  .headerBox .header .headerNew .nav ul li {
    margin-right: 13px; }
    .headerBox .header .headerNew .nav ul li .tits {
      font-size: 13px;
      line-height: 50px;
      height: 50px; } }
@media (max-width: 1100px) {
  .headerBox .header {
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
    border-radius: 0 0 10px 10px; }
  .headerBox .header .headerNew .nav ul li {
    margin-right: 10px; }
    .headerBox .header .headerNew .nav ul li .tits {
      font-size: 12px; } }
@media (max-width: 1024px) {
  .headerBox {
    height: 50px; }
    .headerBox .header {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; }
      .headerBox .header .top {
        width: auto;
        padding-left: 0;
        padding-right: 4%;
        border-bottom: none; }
        .headerBox .header .top .topLeft {
          display: none; }
        .headerBox .header .top .topRight .line {
          display: none; }
        .headerBox .header .top .topRight .searchClick {
          display: none; }
        .headerBox .header .top .topRight .lan {
          margin-left: 10px; }
        .headerBox .header .top .topRight .navClick {
          display: block; }
      .headerBox .header .headerNew {
        width: auto;
        padding-left: 4%;
        padding-right: 0; }
        .headerBox .header .headerNew .logo {
          width: 120px; }
        .headerBox .header .headerNew .nav {
          width: 100%;
          position: fixed;
          top: 50px;
          height: calc(100vh - 50px);
          background-color: rgba(0, 0, 0, 0.5);
          left: 0;
          display: none;
          margin-left: 0; }
          .headerBox .header .headerNew .nav ul {
            width: 260px;
            box-sizing: border-box;
            height: 100%;
            display: block;
            float: right;
            padding-top: 20px;
            background-color: #fff; }
            .headerBox .header .headerNew .nav ul li {
              float: none;
              background: none !important;
              margin-right: 0; }
              .headerBox .header .headerNew .nav ul li .tits {
                font-size: 16px;
                line-height: 46px;
                height: auto;
                padding-left: 20px;
                display: block;
                box-sizing: border-box;
                position: relative;
                color: #000 !important;
                background: none !important;
                font-weight: normal; }
              .headerBox .header .headerNew .nav ul li dl {
                width: 100%;
                position: relative;
                opacity: 1;
                top: 0;
                padding: 0;
                visibility: initial;
                box-shadow: none;
                transform: rotateX(0);
                display: none;
                left: 0; }
                .headerBox .header .headerNew .nav ul li dl:after {
                  display: none; }
                .headerBox .header .headerNew .nav ul li dl dd {
                  border-bottom: none;
                  padding: 0; }
                  .headerBox .header .headerNew .nav ul li dl dd a {
                    color: #000;
                    font-size: 14px;
                    line-height: 36px;
                    padding: 0 0 0 30px;
                    box-sizing: border-box; } }

.headerBox1 {
  height: 99px; }
  .headerBox1 .header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    .headerBox1 .header .headerNew {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 1690px;
      max-width: 92%;
      margin: 0 auto; }
      .headerBox1 .header .headerNew .logo {
        width: 200px;
        height: 99px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .headerBox1 .header .headerNew .nav ul li {
        float: left;
        margin-right: 25px;
        position: relative; }
        .headerBox1 .header .headerNew .nav ul li:last-child {
          margin-right: 0; }
        .headerBox1 .header .headerNew .nav ul li .tits {
          font-size: 17px;
          line-height: 19px;
          color: #222;
          font-weight: bold;
          display: flex;
          align-items: center;
          height: 99px; }
          .headerBox1 .header .headerNew .nav ul li .tits img {
            width: 11px;
            margin-left: 4px; }
        .headerBox1 .header .headerNew .nav ul li dl {
          opacity: 0;
          filter: alpha(opacity=0);
          visibility: hidden;
          position: absolute;
          -webkit-transition: all .35s;
          transition: all .35s;
          -moz-transition: all .35s;
          -ms-transition: all .35s;
          top: 100%;
          z-index: 99;
          margin-top: -1px;
          -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
          box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
          -webkit-transition: all .35s;
          transition: all .35s;
          -moz-transition: all .35s;
          -ms-transition: all .35s;
          width: 200px;
          padding: 10px 15px;
          left: -1.04167vw;
          background: #fff;
          list-style-type: none;
          -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          box-sizing: border-box; }
          .headerBox1 .header .headerNew .nav ul li dl:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 32px;
            width: 16px;
            height: 16px;
            border-width: 8px;
            border-style: solid;
            border-color: transparent transparent #fff;
            display: block;
            box-sizing: border-box; }
          .headerBox1 .header .headerNew .nav ul li dl dd {
            background: 0 0;
            position: relative;
            text-align: left;
            border-bottom: 1px solid #e9e9ee;
            padding: 6px 0; }
            .headerBox1 .header .headerNew .nav ul li dl dd a {
              display: block;
              line-height: 21px;
              padding: 0.52083vw 0;
              font-size: 14px;
              position: relative;
              color: #666; }
              @media (min-width: 1024px) {
                .headerBox1 .header .headerNew .nav ul li dl dd a:hover {
                  color: #E9292B; } }
        .headerBox1 .header .headerNew .nav ul li.on .tits {
          color: #E9292B; }
        @media (min-width: 1141px) {
          .headerBox1 .header .headerNew .nav ul li:hover .tits {
            color: #E9292B; }
          .headerBox1 .header .headerNew .nav ul li:hover dl {
            top: 100%;
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
            height: auto;
            opacity: 1;
            filter: alpha(opacity=100);
            display: block;
            -webkit-transform: rotateX(0);
            transform: rotateX(0); } }
      .headerBox1 .header .headerNew .topRight {
        display: flex;
        align-items: center; }
        .headerBox1 .header .headerNew .topRight .search {
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .headerBox1 .header .headerNew .topRight .search img {
            width: 20px; }
        .headerBox1 .header .headerNew .topRight .line {
          width: 1px;
          height: 17px;
          background-color: #c1c1c1;
          margin-left: 3px; }
        .headerBox1 .header .headerNew .topRight .searchClick {
          width: 115px;
          height: 30px;
          background-color: #d7e36c;
          text-align: center;
          font-size: 12px;
          line-height: 30px;
          color: #222222;
          flex-wrap: bold;
          margin-left: 12px;
          border-radius: 6px; }
        .headerBox1 .header .headerNew .topRight .lan {
          margin-left: 34px;
          position: relative; }
          .headerBox1 .header .headerNew .topRight .lan .t {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 30px;
            color: #222222;
            padding-right: 16px;
            background-position: right center;
            background-repeat: no-repeat;
            background-image: url("../images/nav_icon.png");
            background-size: 12px auto; }
            .headerBox1 .header .headerNew .topRight .lan .t img {
              margin-right: 8px;
              width: 18px; }
          .headerBox1 .header .headerNew .topRight .lan #select {
            width: 100%;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0; }
        .headerBox1 .header .headerNew .topRight .navClick {
          display: none;
          width: 22px;
          height: 18px;
          margin-left: 15px; }
          .headerBox1 .header .headerNew .topRight .navClick span {
            width: 100%;
            height: 2px;
            background-color: #333;
            display: block;
            position: relative;
            transition: .3s;
            -webkit-transition: .3s;
            margin-bottom: 6px; }
            .headerBox1 .header .headerNew .topRight .navClick span:last-child {
              margin-bottom: 0; }
          .headerBox1 .header .headerNew .topRight .navClick.on span:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            top: 8px;
            right: 0px; }
          .headerBox1 .header .headerNew .topRight .navClick.on span:nth-child(2) {
            display: none; }
          .headerBox1 .header .headerNew .topRight .navClick.on span:nth-child(3) {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            top: 0;
            right: 0; }
    .headerBox1 .header .headerSearch {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: rgba(0, 0, 0, 0.9);
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all .35s;
      transition: all .35s;
      -moz-transition: all .35s;
      -ms-transition: all .35s;
      left: 0;
      list-style-type: none;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      box-sizing: border-box; }
      .headerBox1 .header .headerSearch.on {
        top: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        height: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        -webkit-transform: rotateX(0);
        transform: rotateX(0); }
      .headerBox1 .header .headerSearch .w1400 {
        width: 1690px;
        max-width: 92%;
        margin: 0 auto;
        padding: 10px 0;
        display: flex;
        flex-direction: row-reverse; }
        .headerBox1 .header .headerSearch .w1400 .search {
          width: 300px;
          height: 38px;
          box-sizing: border-box;
          border: 1px solid #fff;
          border-radius: 10px;
          display: flex; }
          .headerBox1 .header .headerSearch .w1400 .search .text {
            flex: 1;
            padding-left: 0;
            font-size: 16px;
            color: #fff;
            border: none;
            background: none; }
          .headerBox1 .header .headerSearch .w1400 .search .submit {
            width: 50px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox1 .header .headerSearch .w1400 .search .submit img {
              width: 18px; }
          .headerBox1 .header .headerSearch .w1400 .search .searchClose {
            width: 36px;
            height: 36px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox1 .header .headerSearch .w1400 .search .searchClose img {
              width: 14px; }
  @media (max-width: 1690px) {
    .headerBox1 .header .headerNew .logo {
      width: 175px; }
    .headerBox1 .header .headerNew .nav ul li {
      margin-right: 18px; }
      .headerBox1 .header .headerNew .nav ul li .tits {
        font-size: 15px; } }
  @media (max-width: 1540px) {
    .headerBox1 .header .headerNew .topRight .lan {
      margin-left: 12px; }
    .headerBox1 .header .headerNew {
      max-width: 98%; }
      .headerBox1 .header .headerNew .logo {
        width: 150px; }
      .headerBox1 .header .headerNew .nav ul li {
        margin-right: 14px; } }
  @media (max-width: 1460px) {
    .headerBox1 .header .headerNew .nav ul li .tits {
      font-size: 15px;
      line-height: 17px; } }
  @media (max-width: 1366px) {
    .headerBox1 .header .headerNew .logo {
      width: 140px; }
    .headerBox1 .header .headerNew .topRight .line {
      display: none; }
    .headerBox1 .header .headerNew .topRight .searchClick {
      display: none; } }
  @media (max-width: 1250px) {
    .headerBox1 .header .headerNew .logo {
      width: 140px; }
    .headerBox1 .header .headerNew .nav ul li {
      margin-right: 13px; }
      .headerBox1 .header .headerNew .nav ul li .tits {
        font-size: 13px; } }
  @media (max-width: 1100px) {
    .headerBox1 .header {
      position: fixed;
      width: 100%;
      max-width: 100%;
      top: 0;
      left: 0;
      transform: translate(0);
      border-radius: 0 0 10px 10px; }
    .headerBox1 .header .headerNew .nav ul li {
      margin-right: 10px; }
      .headerBox1 .header .headerNew .nav ul li .tits {
        font-size: 12px; } }
  @media (max-width: 1024px) {
    .headerBox1 {
      height: 50px; }
      .headerBox1 .header {
        height: 50px; }
        .headerBox1 .header .headerNew {
          max-width: 92%; }
          .headerBox1 .header .headerNew .logo {
            width: 120px;
            height: 50px; }
          .headerBox1 .header .headerNew .nav {
            width: 100%;
            position: fixed;
            top: 50px;
            height: calc(100vh - 50px);
            background-color: rgba(0, 0, 0, 0.5);
            left: 0;
            display: none;
            margin-left: 0; }
            .headerBox1 .header .headerNew .nav ul {
              width: 260px;
              box-sizing: border-box;
              height: 100%;
              display: block;
              float: right;
              padding-top: 20px;
              background-color: #fff; }
              .headerBox1 .header .headerNew .nav ul li {
                float: none;
                background: none !important;
                margin-right: 0; }
                .headerBox1 .header .headerNew .nav ul li .tits {
                  font-size: 16px;
                  line-height: 46px;
                  height: auto;
                  padding-left: 20px;
                  display: block;
                  box-sizing: border-box;
                  position: relative;
                  color: #000 !important;
                  background: none !important;
                  font-weight: normal; }
                .headerBox1 .header .headerNew .nav ul li dl {
                  width: 100%;
                  position: relative;
                  opacity: 1;
                  top: 0;
                  padding: 0;
                  visibility: initial;
                  box-shadow: none;
                  transform: rotateX(0);
                  display: none;
                  left: 0; }
                  .headerBox1 .header .headerNew .nav ul li dl:after {
                    display: none; }
                  .headerBox1 .header .headerNew .nav ul li dl dd {
                    border-bottom: none;
                    padding: 0; }
                    .headerBox1 .header .headerNew .nav ul li dl dd a {
                      color: #000;
                      font-size: 14px;
                      line-height: 36px;
                      padding: 0 0 0 30px;
                      box-sizing: border-box; }
          .headerBox1 .header .headerNew .topRight .line {
            display: none; }
          .headerBox1 .header .headerNew .topRight .searchClick {
            display: none; }
          .headerBox1 .header .headerNew .topRight .lan {
            margin-left: 10px; }
          .headerBox1 .header .headerNew .topRight .navClick {
            display: block; } }

.index-banner {
  width: 100%;
  height: auto;
  position: relative; }
  .index-banner a {
    width: 100%;
    display: block;
    position: relative; }
    .index-banner a .con {
      width: 100%;
      position: absolute;
      text-align: center;
      top: 200px;
      left: 0;
      z-index: 10; }
      .index-banner a .con .tits {
        font-size: 43px;
        line-height: 45px;
        color: #222;
        font-weight: 900; }
        .index-banner a .con .tits span {
          color: #E9292B; }
      .index-banner a .con .more {
        width: fit-content;
        margin: 22px auto 0;
        text-align: center;
        font-size: 20px;
        line-height: 48px;
        background-color: #E9292B;
        color: #fff;
        font-weight: bold;
        padding: 0 34px;
        border-radius: 6px; }
  .index-banner .btns {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 10; }
    .index-banner .btns span {
      width: 9px;
      height: 9px;
      background-color: rgba(0, 0, 0, 0.57);
      opacity: 1;
      border-radius: 100%;
      margin: 0 6px;
      cursor: pointer; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-color: #E9292B; }
  @media (max-width: 1366px) {
    .index-banner a .con {
      top: 170px; }
      .index-banner a .con .tits {
        font-size: 36px;
        line-height: 38px; }
      .index-banner a .con .more {
        font-size: 16px;
        line-height: 42px; } }
  @media (max-width: 1200px) {
    .index-banner a .con {
      top: 140px; } }
  @media (max-width: 1024px) {
    .index-banner a .con {
      top: 10%; }
      .index-banner a .con .tits {
        font-size: 28px;
        line-height: 30px; } }
  @media (max-width: 768px) {
    .index-banner a .con .tits {
      font-size: 20px;
      line-height: 24px;
      padding: 0 4%;
      box-sizing: border-box; }
    .index-banner a .con .more {
      font-size: 12px;
      line-height: 36px;
      padding: 0 15px;
      margin: 12px auto 0; } }

.index {
  border-bottom: 20px solid #d7e36c; }
  @media (max-width: 768px) {
    .index {
      border-width: 10px; } }
  .index .indexTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    position: relative;
    box-sizing: border-box; }
    .index .indexTitle:after {
      width: 98px;
      height: 7px;
      background-color: #E9292B;
      position: absolute;
      left: 0;
      bottom: -1px;
      content: ''; }
    .index .indexTitle .t {
      font-size: 32px;
      line-height: 36px;
      font-weight: bold;
      color: #222; }
    .index .indexTitle a {
      font-size: 12px;
      line-height: 14px;
      color: #222;
      font-weight: bold; }
      @media (min-width: 1024px) {
        .index .indexTitle a:hover {
          color: #E9292B; } }
    @media (max-width: 1366px) {
      .index .indexTitle .t {
        font-size: 28px;
        line-height: 32px; } }
    @media (max-width: 1200px) {
      .index .indexTitle .t {
        font-size: 24px;
        line-height: 28px; } }
    @media (max-width: 768px) {
      .index .indexTitle {
        padding-bottom: 10px; }
        .index .indexTitle:after {
          width: 60px;
          height: 4px; }
        .index .indexTitle .t {
          font-size: 20px;
          line-height: 24px; } }
  .index .box1 {
    display: flex;
    justify-content: space-between;
    padding-top: 40px; }
    .index .box1 .item {
      width: 11.25%; }
      .index .box1 .item a {
        width: 100%;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/index_bg1.png");
        position: relative; }
        .index .box1 .item a .tits {
          text-align: center;
          width: 100%;
          font-size: 20px;
          line-height: 22px;
          color: #222;
          font-weight: bold;
          position: absolute;
          bottom: 15px;
          left: 0; }
      @media (min-width: 1024px) {
        .index .box1 .item:hover a {
          background-image: url("../images/index_bg1_h.png"); } }
    @media (max-width: 1366px) {
      .index .box1 .item a .tits {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 1200px) {
      .index .box1 .item a .tits {
        bottom: 10px;
        font-size: 14px;
        line-height: 16px; } }
    @media (max-width: 1024px) {
      .index .box1 {
        flex-wrap: wrap; }
        .index .box1 .item {
          width: 22.5%; } }
    @media (max-width: 540px) {
      .index .box1 .item {
        width: 48.5%;
        margin-right: 3%; }
        .index .box1 .item:nth-child(3n) {
          margin-right: 3%; }
        .index .box1 .item:nth-child(2n) {
          margin-right: 0; }
        .index .box1 .item a {
          height: 0;
          padding-bottom: 66%;
          background-position: center;
          position: relative; }
          .index .box1 .item a img {
            width: 75%;
            position: absolute;
            top: 42%;
            left: 50%;
            transform: translate(-50%, -50%); } }
  .index .box2 {
    margin: 50px auto 0; }
    .index .box2 .boxLeft {
      width: 49.5%;
      position: relative;
      float: left; }
      .index .box2 .boxLeft .pic {
        width: 51.3%; }
      .index .box2 .boxLeft .pic1 {
        width: 53.2%;
        position: absolute;
        right: 0;
        top: 25%; }
        .index .box2 .boxLeft .pic1:after {
          width: calc(100% + 20px);
          top: -20px;
          left: -20px;
          background-color: #f7f7f7;
          height: calc(100% + 20px);
          content: '';
          position: absolute; }
        .index .box2 .boxLeft .pic1 img {
          position: relative;
          z-index: 5; }
    .index .box2 .con {
      width: 46.875%;
      padding-right: 30px;
      float: right;
      box-sizing: border-box; }
      .index .box2 .con .tits {
        font-size: 20px;
        line-height: 22px;
        color: #c92d2f;
        font-weight: bold; }
      .index .box2 .con .tit {
        font-size: 32px;
        line-height: 36px;
        font-weight: bold;
        color: #222;
        margin-top: 10px; }
      .index .box2 .con .line {
        width: 150px;
        height: 2px;
        background-color: #E9292B;
        margin-top: 30px; }
      .index .box2 .con .tit1 {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 27px; }
      .index .box2 .con .tit2 {
        margin-top: 27px; }
        .index .box2 .con .tit2 .t {
          display: flex;
          align-items: center;
          font-size: 16px;
          line-height: 22px;
          color: #222;
          margin-bottom: 24px; }
          .index .box2 .con .tit2 .t:last-child {
            margin-bottom: 0; }
          .index .box2 .con .tit2 .t img {
            margin-right: 12px; }
    @media (max-width: 1366px) {
      .index .box2 .con .line {
        margin-top: 20px; }
      .index .box2 .con .tit {
        font-size: 28px;
        line-height: 32px; }
      .index .box2 .con .tit1 {
        margin-top: 20px; }
      .index .box2 .con .tit2 {
        margin-top: 20px; }
      .index .box2 .con .tit2 .t {
        margin-bottom: 15px;
        font-size: 14px; } }
    @media (max-width: 1200px) {
      .index .box2 .con .line {
        margin-top: 15px; }
      .index .box2 .con .tit {
        font-size: 24px;
        line-height: 28px; }
      .index .box2 .con .tit1 {
        margin-top: 15px; }
      .index .box2 .con .tit2 {
        margin-top: 15px; }
      .index .box2 .con .tit2 .t {
        margin-bottom: 10px;
        font-size: 14px; } }
    @media (max-width: 1024px) {
      .index .box2 .boxLeft {
        display: none; }
      .index .box2 .con {
        width: 100%; } }
    @media (max-width: 768px) {
      .index .box2 {
        margin: 25px auto 0; }
        .index .box2 .con {
          padding-right: 0; }
          .index .box2 .con .tits {
            font-size: 14px;
            line-height: 16px; }
          .index .box2 .con .tit {
            font-size: 20px;
            line-height: 24px; }
          .index .box2 .con .line {
            width: 100px;
            margin-top: 10px; }
          .index .box2 .con .tit1 {
            font-size: 13px;
            line-height: 18px; }
          .index .box2 .con .tit2 {
            margin-top: 10px; }
            .index .box2 .con .tit2 .t {
              font-size: 13px; }
              .index .box2 .con .tit2 .t img {
                width: 16px;
                margin-right: 6px; } }
  .index .box3 {
    margin: 45px auto 0; }
    .index .box3 .list {
      margin-top: 30px; }
      .index .box3 .list .listNew {
        display: flex;
        justify-content: space-between; }
      .index .box3 .list .item {
        width: 32%;
        border-radius: 8px;
        background-color: #fff;
        overflow: hidden; }
        .index .box3 .list .item a {
          width: 100%;
          display: block; }
          .index .box3 .list .item a .pic {
            padding-bottom: 75%;
            border-radius: 0 0 8px 8px; }
            .index .box3 .list .item a .pic .time {
              width: 55px;
              position: absolute;
              top: 10px;
              left: 10px;
              background-color: #fff;
              border-radius: 8px;
              font-weight: bold;
              overflow: hidden; }
              .index .box3 .list .item a .pic .time span {
                text-align: center;
                font-size: 22px;
                line-height: 36px;
                display: block;
                width: 100%;
                text-align: center;
                color: #fff;
                background: #E9292B;
                transition: all 0.2s; }
              .index .box3 .list .item a .pic .time i {
                text-align: center;
                display: block;
                font-size: 14px;
                line-height: 22px;
                color: #222; }
          .index .box3 .list .item a .con {
            padding: 20px 30px 25px;
            box-sizing: border-box;
            width: 100%; }
            .index .box3 .list .item a .con .tits {
              font-size: 18px;
              line-height: 24px;
              color: #222;
              font-weight: bold; }
            .index .box3 .list .item a .con .tit {
              font-size: 12px;
              line-height: 20px;
              color: #666;
              margin-top: 15px; }
            .index .box3 .list .item a .con .more {
              width: fit-content;
              padding-right: 36px;
              background-position: right center;
              background-repeat: no-repeat;
              background-image: url("../images/index_icon2.png");
              font-size: 14px;
              line-height: 26px;
              color: #222;
              font-weight: bold;
              margin-top: 13px; }
        @media (min-width: 1024px) {
          .index .box3 .list .item:hover {
            box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.2); }
            .index .box3 .list .item:hover a .pic .time span {
              background-color: #d7e36c;
              color: #222; }
            .index .box3 .list .item:hover a .con .more {
              background-image: url("../images/index_icon2_h.png"); } }
      .index .box3 .list .btns {
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 10;
        display: none;
        margin-top: 10px; }
        .index .box3 .list .btns span {
          width: 9px;
          height: 9px;
          background-color: rgba(0, 0, 0, 0.57);
          opacity: 1;
          border-radius: 100%;
          margin: 0 3px;
          cursor: pointer; }
          .index .box3 .list .btns span.swiper-pagination-bullet-active {
            background-color: #E9292B; }
    @media (max-width: 1200px) {
      .index .box3 .list .item a .con {
        padding: 15px; }
        .index .box3 .list .item a .con .tits {
          font-size: 16px;
          line-height: 22px; } }
    @media (max-width: 768px) {
      .index .box3 {
        margin: 25px auto 0; }
        .index .box3 .list {
          margin-top: 15px; }
          .index .box3 .list .item {
            width: 100%;
            display: block !important;
            margin-right: 10px; }
            .index .box3 .list .item:last-child {
              margin-right: 0; }
            .index .box3 .list .item a .con .tits {
              font-size: 14px;
              line-height: 20px; }
            .index .box3 .list .item a .con .tit {
              margin-top: 10px; }
            .index .box3 .list .item a .con .more {
              font-size: 13px;
              line-height: 20px;
              background-size: 20px;
              padding-right: 26px;
              margin-top: 10px; }
          .index .box3 .list .btns {
            display: flex; } }
  .index .box4 {
    margin: 47px auto 0; }
    .index .box4 .boxNew {
      margin-top: 32px;
      display: flex;
      justify-content: space-between; }
      .index .box4 .boxNew .boxLeft {
        width: 33.4%;
        float: left;
        border-radius: 8px;
        overflow: hidden;
        margin: 0; }
        .index .box4 .boxNew .boxLeft a {
          width: 100%;
          height: auto;
          position: relative; }
          .index .box4 .boxNew .boxLeft a .pic {
            height: 320px; }
          .index .box4 .boxNew .boxLeft a .time {
            width: 55px;
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: #fff;
            border-radius: 8px;
            font-weight: bold;
            overflow: hidden; }
            .index .box4 .boxNew .boxLeft a .time span {
              text-align: center;
              font-size: 22px;
              line-height: 36px;
              display: block;
              width: 100%;
              text-align: center;
              color: #fff;
              background: #E9292B;
              transition: all 0.2s; }
            .index .box4 .boxNew .boxLeft a .time i {
              text-align: center;
              display: block;
              font-size: 14px;
              line-height: 22px;
              color: #222; }
          .index .box4 .boxNew .boxLeft a .tits {
            background-color: rgba(34, 34, 34, 0.6);
            position: absolute;
            padding: 12.5px 32px;
            width: 100%;
            box-sizing: border-box;
            font-size: 18px;
            line-height: 24px;
            color: #fff;
            font-weight: bold;
            z-index: 10;
            left: 0;
            bottom: 0; }
            .index .box4 .boxNew .boxLeft a .tits span {
              display: block; }
        .index .box4 .boxNew .boxLeft .btns {
          width: 100%;
          display: flex;
          justify-content: center;
          z-index: 10;
          display: none;
          margin-top: 10px; }
          .index .box4 .boxNew .boxLeft .btns span {
            width: 9px;
            height: 9px;
            background-color: rgba(0, 0, 0, 0.57);
            opacity: 1;
            border-radius: 100%;
            margin: 0 3px;
            cursor: pointer; }
            .index .box4 .boxNew .boxLeft .btns span.swiper-pagination-bullet-active {
              background-color: #E9292B; }
      .index .box4 .boxNew .boxRight {
        width: 65%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap; }
        .index .box4 .boxNew .boxRight .listNew {
          display: flex;
          justify-content: space-between;
          flex-direction: row;
          flex-wrap: wrap; }
        .index .box4 .boxNew .boxRight .item {
          width: 48.3%;
          height: 145px; }
          .index .box4 .boxNew .boxRight .item:nth-child(n + 3) {
            margin-top: 30px; }
          .index .box4 .boxNew .boxRight .item a {
            width: 100%;
            display: flex;
            background-color: #fff;
            align-items: center;
            border-radius: 8px;
            overflow: hidden; }
            .index .box4 .boxNew .boxRight .item a .pic {
              width: 194px;
              height: 145px;
              border-radius: 8px;
              overflow: hidden; }
            .index .box4 .boxNew .boxRight .item a .con {
              flex: 1;
              padding: 0 18px;
              box-sizing: border-box; }
              .index .box4 .boxNew .boxRight .item a .con .time {
                padding-left: 26px;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/time1.png");
                font-size: 12px;
                line-height: 16px;
                color: #222; }
              .index .box4 .boxNew .boxRight .item a .con .tits {
                font-size: 15px;
                line-height: 20px;
                color: #222;
                font-weight: bold;
                margin-top: 10px; }
              .index .box4 .boxNew .boxRight .item a .con .tit {
                font-size: 12px;
                line-height: 16px;
                color: #666;
                margin-top: 10px; }
        .index .box4 .boxNew .boxRight .btns {
          width: 100%;
          display: flex;
          justify-content: center;
          z-index: 10;
          display: none;
          margin-top: 10px; }
          .index .box4 .boxNew .boxRight .btns span {
            width: 9px;
            height: 9px;
            background-color: rgba(0, 0, 0, 0.57);
            opacity: 1;
            border-radius: 100%;
            margin: 0 3px;
            cursor: pointer; }
            .index .box4 .boxNew .boxRight .btns span.swiper-pagination-bullet-active {
              background-color: #E9292B; }
      .index .box4 .boxNew .list {
        width: 31.8%;
        border-radius: 10px;
        border: 1px solid #e7e7e7;
        box-sizing: border-box;
        padding: 0 18px; }
        .index .box4 .boxNew .list .item {
          border-bottom: 1px solid #e7e7e7; }
          .index .box4 .boxNew .list .item:last-child {
            border-bottom: none; }
          .index .box4 .boxNew .list .item a {
            width: 100%;
            padding: 19px 12px;
            display: block;
            box-sizing: border-box; }
            .index .box4 .boxNew .list .item a .time {
              font-size: 12px;
              line-height: 16px;
              padding-left: 30px;
              background-position: left center;
              color: #222;
              background-repeat: no-repeat;
              background-image: url("../images/time1.png"); }
            .index .box4 .boxNew .list .item a .tits {
              font-size: 15px;
              line-height: 20px;
              color: #222;
              font-weight: bold;
              margin-top: 10px;
              height: 40px; }
    @media (max-width: 1280px) {
      .index .box4 .boxNew .boxLeft a .pic {
        height: 270px; }
      .index .box4 .boxNew .boxRight .item {
        height: 120px; }
        .index .box4 .boxNew .boxRight .item a .con .tits {
          font-size: 14px;
          line-height: 18px;
          margin-top: 8px; }
        .index .box4 .boxNew .boxRight .item a .con .tit {
          margin-top: 5px; }
      .index .box4 .boxNew .boxRight .item a .pic {
        width: 150px;
        height: 120px; }
      .index .box4 .boxNew .boxLeft a .tits {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 22px; }
      .index .box4 .boxNew .list .item a {
        padding: 11px 10px; } }
    @media (max-width: 1024px) {
      .index .box4 .boxNew .boxLeft {
        display: none; }
      .index .box4 .boxNew {
        margin-top: 20px; }
        .index .box4 .boxNew .boxRight {
          width: 100%; }
          .index .box4 .boxNew .boxRight .item:nth-child(n + 3) {
            margin-top: 20px; } }
    @media (max-width: 768px) {
      .index .box4 {
        margin: 25px auto 0; }
        .index .box4 .boxNew {
          display: block;
          margin-top: 15px; }
          .index .box4 .boxNew .boxLeft {
            display: block;
            width: 100%;
            float: none; }
            .index .box4 .boxNew .boxLeft ul li {
              border-radius: 8px;
              overflow: hidden;
              margin-right: 10px; }
              .index .box4 .boxNew .boxLeft ul li:last-child {
                margin-right: 0; }
            .index .box4 .boxNew .boxLeft .btns {
              display: flex; }
          .index .box4 .boxNew .boxRight {
            display: none; }
        .index .box4.box8 .boxNew .list {
          display: none; }
        .index .box4.box8 .boxNew .boxRight {
          display: block; }
          .index .box4.box8 .boxNew .boxRight .listNew {
            flex-wrap: nowrap; }
          .index .box4.box8 .boxNew .boxRight .item {
            width: 100%;
            display: block !important;
            margin-right: 10px; }
            .index .box4.box8 .boxNew .boxRight .item:last-child {
              margin-right: 0; }
          .index .box4.box8 .boxNew .boxRight .btns {
            display: flex; } }
  .index .box5 {
    margin-top: 50px;
    padding-bottom: 48px;
    padding-top: 35px; }
    .index .box5 .title {
      text-align: center;
      font-size: 32px;
      line-height: 36px;
      color: #fff;
      font-weight: bold; }
    .index .box5 .list {
      margin-top: 80px;
      overflow: initial; }
      .index .box5 .list .listNew {
        display: flex;
        justify-content: space-between; }
      .index .box5 .list .item {
        width: 22.6%; }
        .index .box5 .list .item a {
          width: 100%;
          display: block;
          position: relative; }
          .index .box5 .list .item a .icon {
            width: 31.8%;
            position: absolute;
            top: -16%;
            left: 50%;
            transform: translateX(-50%); }
            .index .box5 .list .item a .icon img:nth-child(2) {
              display: none; }
          .index .box5 .list .item a .img {
            width: 100%; }
            .index .box5 .list .item a .img img:nth-child(2) {
              display: none; }
          .index .box5 .list .item a .box {
            padding: 10px 18px 18px;
            box-sizing: border-box;
            border-radius: 0 0 6px 6px;
            background-color: #fff; }
            .index .box5 .list .item a .box .tits {
              font-size: 15px;
              line-height: 24px;
              color: #222;
              text-align: center; }
            .index .box5 .list .item a .box .time {
              width: fit-content;
              margin: 12px auto 0;
              padding-left: 30px;
              font-size: 12px;
              line-height: 16px;
              color: #222;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time2.png"); }
            .index .box5 .list .item a .box .pic {
              width: 100%;
              padding-bottom: 56.5%;
              margin-top: 17px; }
        @media (min-width: 1024px) {
          .index .box5 .list .item:hover a .icon img:nth-child(1) {
            display: none; }
          .index .box5 .list .item:hover a .icon img:nth-child(2) {
            display: block; }
          .index .box5 .list .item:hover a .img img:nth-child(1) {
            display: none; }
          .index .box5 .list .item:hover a .img img:nth-child(2) {
            display: block; }
          .index .box5 .list .item:hover a .box {
            background-color: rgba(234, 41, 43, 0.7); }
            .index .box5 .list .item:hover a .box .tits {
              color: #fff; }
            .index .box5 .list .item:hover a .box .time {
              color: #fff;
              background-image: url("../images/time2_h.png"); } }
      .index .box5 .list .btns {
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 10;
        display: none;
        margin-top: 10px; }
        .index .box5 .list .btns span {
          width: 9px;
          height: 9px;
          background-color: rgba(0, 0, 0, 0.57);
          opacity: 1;
          border-radius: 100%;
          margin: 0 3px;
          cursor: pointer; }
          .index .box5 .list .btns span.swiper-pagination-bullet-active {
            background-color: #E9292B; }
    @media (max-width: 1366px) {
      .index .box5 .title {
        font-size: 28px;
        line-height: 32px; } }
    @media (max-width: 1200px) {
      .index .box5 .title {
        font-size: 24px;
        line-height: 26px; }
      .index .box5 .list .item {
        width: 32%; }
        .index .box5 .list .item:nth-child(4) {
          display: none; } }
    @media (max-width: 1024px) {
      .index .box5 .list .item {
        width: 48.5%; }
        .index .box5 .list .item:nth-child(3) {
          display: none; } }
    @media (max-width: 768px) {
      .index .box5 {
        margin-top: 25px; }
        .index .box5 .title {
          font-size: 20px;
          line-height: 24px; }
        .index .box5 .list {
          margin-top: 15px;
          padding-top: 16%;
          overflow: hidden; }
          .index .box5 .list .item {
            width: 100%;
            display: block !important;
            margin-right: 10px; }
            .index .box5 .list .item:last-child {
              margin-right: 0; }
            .index .box5 .list .item a .box {
              margin-top: -1px; }
          .index .box5 .list .btns {
            display: flex; } }
  .index .box6 {
    margin: 45px auto 0; }
    .index .box6 .casesList {
      margin-top: 30px; }
      .index .box6 .casesList .listNew {
        display: flex;
        justify-content: space-between; }
      .index .box6 .casesList .item {
        margin-bottom: 0; }
      .index .box6 .casesList .btns {
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 10;
        display: none;
        margin-top: 10px; }
        .index .box6 .casesList .btns span {
          width: 9px;
          height: 9px;
          background-color: rgba(0, 0, 0, 0.57);
          opacity: 1;
          border-radius: 100%;
          margin: 0 3px;
          cursor: pointer; }
          .index .box6 .casesList .btns span.swiper-pagination-bullet-active {
            background-color: #E9292B; }
    @media (max-width: 1024px) {
      .index .box6 .casesList .item {
        width: 48.5%; }
        .index .box6 .casesList .item:nth-child(3) {
          display: none; }
        .index .box6 .casesList .item a .con {
          padding: 15px; } }
    @media (max-width: 768px) {
      .index .box6 {
        margin: 25px auto 0; }
        .index .box6 .casesList {
          margin-top: 15px; }
          .index .box6 .casesList .item {
            width: 100%;
            display: block !important;
            margin-right: 10px !important; }
            .index .box6 .casesList .item:last-child {
              margin-right: 0; }
          .index .box6 .casesList .btns {
            display: flex; } }
  .index .box7 {
    margin: 45px auto 20px; }
    .index .box7 .title {
      font-size: 32px;
      line-height: 36px;
      font-weight: bold;
      color: #222;
      text-align: center; }
    .index .box7 .list {
      display: flex;
      flex-wrap: wrap;
      margin-top: 30px; }
      .index .box7 .list a {
        width: 10%;
        border: 1px solid #e5e5e5;
        border-top: 2px solid #e5e5e5;
        border-bottom: 2px solid #e5e5e5;
        box-sizing: border-box;
        margin-bottom: 18px;
        padding-top: 10px;
        padding-bottom: 15px; }
        .index .box7 .list a .pic {
          width: 100%;
          height: 60px;
          position: relative; }
          .index .box7 .list a .pic img {
            max-width: 80%;
            max-height: 90%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .index .box7 .list a p {
          text-align: center;
          font-size: 12px;
          line-height: 14px;
          margin-top: 4px;
          color: #999;
          text-transform: uppercase; }
    @media (max-width: 1366px) {
      .index .box7 .title {
        font-size: 28px;
        line-height: 32px; } }
    @media (max-width: 1200px) {
      .index .box7 .title {
        font-size: 24px;
        line-height: 26px; } }
    @media (max-width: 1150px) {
      .index .box7 .list a {
        width: 20%;
        margin-bottom: 15px; } }
    @media (max-width: 768px) {
      .index .box7 {
        margin-top: 25px; }
        .index .box7 .title {
          font-size: 20px;
          line-height: 24px; }
        .index .box7 .list {
          margin-top: 15px; }
          .index .box7 .list a {
            width: 25%;
            margin-bottom: 0;
            border-width: 1px !important; }
            .index .box7 .list a .pic {
              height: 40px; }
              .index .box7 .list a .pic img {
                max-width: 70%;
                max-height: 70%; }
            .index .box7 .list a p {
              font-size: 10px; } }

.casesList .item {
  width: 31.8%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  margin-right: 2.3%;
  margin-bottom: 30px; }
  .casesList .item:nth-child(3n) {
    margin-right: 0; }
  .casesList .item a {
    width: 100%;
    height: auto;
    display: block; }
    .casesList .item a .pic {
      padding-bottom: 75%;
      border-radius: 8px; }
    .casesList .item a .con {
      padding: 20px 32px 25px;
      box-sizing: border-box;
      width: 100%; }
      .casesList .item a .con .time {
        font-size: 12px;
        line-height: 16px;
        padding-left: 30px;
        background-position: left center;
        background-repeat: no-repeat;
        color: #222;
        background-image: url("../images/time1.png"); }
      .casesList .item a .con .tits {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #222;
        margin-top: 10px; }
      .casesList .item a .con .tit {
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-top: 9px; }
      .casesList .item a .con .more {
        width: fit-content;
        padding: 0 10px 0 24px;
        font-size: 14px;
        line-height: 36px;
        border-radius: 18px;
        background: #E9292B;
        color: #fff;
        display: flex;
        align-items: center;
        margin-top: 13px;
        font-weight: bold;
        transition: all 0.3s; }
        .casesList .item a .con .more img {
          margin-left: 10px;
          transition: all 0.3s; }
  @media (min-width: 1024px) {
    .casesList .item:hover {
      box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.2); }
      .casesList .item:hover a .con .time {
        background-image: url("../images/time3.png"); }
      .casesList .item:hover a .con .more {
        background-color: #d7e36c;
        color: #222; }
        .casesList .item:hover a .con .more img {
          transform: rotate(-45deg); } }
@media (max-width: 1024px) {
  .casesList .item {
    width: 48.5%; }
    .casesList .item:nth-child(3n) {
      margin-right: 3%; }
    .casesList .item:nth-child(2n) {
      margin-right: 0; }
    .casesList .item a .con {
      padding: 15px; } }
@media (max-width: 768px) {
  .casesList .item {
    width: 100%;
    float: none;
    margin-right: 0 !important;
    margin-bottom: 15px; } }

.footer {
  width: 100%;
  background-color: #404040; }
  .footer .line {
    width: 100%;
    height: 20px;
    background-color: #d7e36c;
    display: none; }
  .footer .footerNew {
    padding-top: 47px;
    padding-bottom: 43px; }
    .footer .footerNew .footLeft {
      width: 30%;
      float: left; }
      .footer .footerNew .footLeft .logo img {
        height: 41px; }
      .footer .footerNew .footLeft .tits {
        font-size: 14px;
        line-height: 24px;
        color: #eee;
        font-weight: bold;
        border-bottom: 1px dashed #eee;
        padding-bottom: 13px;
        margin-top: 17px; }
      .footer .footerNew .footLeft .imgBox {
        margin-top: 20px; }
        .footer .footerNew .footLeft .imgBox a {
          width: 32%;
          margin-right: 2%;
          margin-bottom: 13px;
          display: block;
          float: left; }
          .footer .footerNew .footLeft .imgBox a:nth-child(3n) {
            margin-right: 0; }
      .footer .footerNew .footLeft .share {
        display: flex;
        padding-top: 5px; }
        .footer .footerNew .footLeft .share a {
          width: 38px;
          display: block;
          margin-right: 10px; }
    .footer .footerNew .footerCen {
      width: 38.3%;
      float: left;
      margin-left: 7.4%;
      padding-top: 10px; }
      .footer .footerNew .footerCen dl {
        width: 36%;
        float: left; }
        .footer .footerNew .footerCen dl:nth-child(2) {
          width: 64%; }
        .footer .footerNew .footerCen dl dt a {
          font-size: 18px;
          line-height: 24px;
          display: block;
          font-weight: bold;
          color: #fff; }
        .footer .footerNew .footerCen dl .line1 {
          width: 40px;
          height: 2px;
          background-color: #d7e36c;
          margin-top: 15px; }
        .footer .footerNew .footerCen dl dd {
          margin-top: 13px; }
          .footer .footerNew .footerCen dl dd a {
            font-size: 12px;
            line-height: 30px;
            color: #fff;
            display: block;
            padding-left: 15px;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/footer_icon1.png");
            box-sizing: border-box;
            text-transform: uppercase; }
            @media (min-width: 1024px) {
              .footer .footerNew .footerCen dl dd a:hover {
                color: #E9292B; } }
        .footer .footerNew .footerCen dl:nth-child(2) dd a {
          width: 50%;
          float: left; }
    .footer .footerNew .footerRight {
      float: right;
      width: 21.9%;
      padding-top: 10px; }
      .footer .footerNew .footerRight .tits {
        font-size: 18px;
        line-height: 24px;
        display: block;
        font-weight: bold;
        color: #fff; }
      .footer .footerNew .footerRight .line1 {
        width: 40px;
        height: 2px;
        background-color: #d7e36c;
        margin-top: 15px; }
      .footer .footerNew .footerRight .tit {
        margin-top: 24px; }
        .footer .footerNew .footerRight .tit .t {
          display: flex;
          align-items: flex-start;
          font-size: 12px;
          line-height: 17px;
          color: #eee;
          margin-bottom: 10px; }
          .footer .footerNew .footerRight .tit .t a {
            color: #eee; }
          .footer .footerNew .footerRight .tit .t img {
            margin-right: 10px;
            display: block;
            margin-top: -5px; }
  .footer .foot {
    background-color: #707070;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #fff; }
    .footer .foot a {
      color: #fff; }
  @media (max-width: 1024px) {
    .footer .footerNew .footLeft {
      width: 40%; }
    .footer .footerNew .footerCen {
      display: none; }
    .footer .footerNew .footerRight {
      width: 40%; } }
  @media (max-width: 768px) {
    .footer .footerNew {
      padding: 25px 0 20px; }
      .footer .footerNew .footLeft {
        width: 100%;
        float: none; }
        .footer .footerNew .footLeft .logo img {
          height: 30px; }
      .footer .footerNew .footerRight {
        width: 100%;
        float: none; }
    .footer .foot {
      font-size: 12px;
      line-height: 18px;
      padding: 8px 0; }
      .footer .foot a {
        display: block; } }

.banner {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .banner .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .banner .content .tits {
      font-size: 36px;
      line-height: 38px;
      font-weight: bold;
      color: #fff; }
    .banner .content .home {
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      margin-top: 20px; }
      .banner .content .home a {
        color: #fff; }
        @media (min-width: 1024px) {
          .banner .content .home a:hover {
            color: #E9292B; } }
      .banner .content .home span {
        margin: 0 10px; }
  @media (max-width: 1366px) {
    .banner .content .tits {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .banner .content .tits {
      font-size: 24px;
      line-height: 26px; }
    .banner .content .home {
      margin-top: 10px;
      font-size: 13px; }
      .banner .content .home span {
        margin: 0 5px; } }
  @media (max-width: 1024px) {
    .banner img {
      width: 280%;
      margin-left: -90%; }
    .banner .content .tits {
      font-size: 20px;
      line-height: 22px; }
    .banner .content .home {
      margin-top: 10px;
      font-size: 12px; }
      .banner .content .home span {
        margin: 0 5px; } }

.serviceTitle {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  color: #222;
  font-weight: bold; }
  @media (max-width: 1366px) {
    .serviceTitle {
      font-size: 28px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .serviceTitle {
      font-size: 24px;
      line-height: 28px; } }
  @media (max-width: 1024px) {
    .serviceTitle {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 768px) {
    .serviceTitle {
      font-size: 16px;
      line-height: 18px; } }

.service {
  padding-top: 45px; }
  @media (max-width: 768px) {
    .service {
      padding-top: 25px; } }
  .service .warranty {
    padding-bottom: 70px; }
    .service .warranty .itemBox {
      margin-top: 68px; }
      .service .warranty .itemBox .item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 30px; }
        .service .warranty .itemBox .item:last-child {
          margin-bottom: 0; }
        .service .warranty .itemBox .item .pic {
          width: 50%; }
        .service .warranty .itemBox .item .con {
          width: 50%;
          padding-right: 65px;
          box-sizing: border-box; }
          .service .warranty .itemBox .item .con .t {
            font-size: 24px;
            line-height: 26px;
            font-weight: bold;
            color: #222; }
          .service .warranty .itemBox .item .con .t1 {
            font-size: 16px;
            line-height: 24px;
            color: #666;
            margin-top: 20px; }
        .service .warranty .itemBox .item:nth-child(2n) {
          flex-direction: row-reverse; }
    @media (max-width: 1200px) {
      .service .warranty {
        padding-bottom: 50px; }
        .service .warranty .itemBox .item .con .t {
          font-size: 20px;
          line-height: 22px; }
        .service .warranty .itemBox .item .con .t1 {
          font-size: 14px;
          line-height: 22px; } }
    @media (max-width: 1024px) {
      .service .warranty .itemBox {
        margin-top: 40px; }
        .service .warranty .itemBox .item .con {
          padding-right: 0; } }
    @media (max-width: 768px) {
      .service .warranty {
        padding-bottom: 30px; }
        .service .warranty .itemBox {
          margin-top: 25px; }
          .service .warranty .itemBox .item {
            display: block; }
            .service .warranty .itemBox .item .pic {
              width: 100%; }
            .service .warranty .itemBox .item .con {
              width: 100%;
              margin-top: 15px; }
              .service .warranty .itemBox .item .con .t {
                font-size: 16px;
                line-height: 18px; }
              .service .warranty .itemBox .item .con .t1 {
                font-size: 13px;
                line-height: 20px;
                margin-top: 10px; } }
  .service .parts {
    padding-bottom: 60px; }
    .service .parts .itemBox {
      display: flex;
      background-color: #e6e4e4;
      border-radius: 5px;
      width: 100%;
      margin-top: 55px; }
      .service .parts .itemBox .item {
        width: 33.33333%;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 42px;
        position: relative; }
        .service .parts .itemBox .item:after {
          width: 100%;
          height: calc(100% + 32px);
          top: -16px;
          left: 0;
          background-color: #c92d2f;
          content: '';
          position: absolute;
          opacity: 0;
          border-radius: 8px; }
        .service .parts .itemBox .item .con {
          transition: all 0.3s;
          position: relative;
          z-index: 10; }
          .service .parts .itemBox .item .con .icon {
            width: 78px;
            display: block;
            margin: 0 auto; }
            .service .parts .itemBox .item .con .icon img {
              width: 100%; }
              .service .parts .itemBox .item .con .icon img:nth-child(2) {
                display: none; }
          .service .parts .itemBox .item .con .tits {
            font-size: 24px;
            line-height: 26px;
            color: #222;
            font-weight: bold;
            margin-top: 20px; }
          .service .parts .itemBox .item .con .tit {
            width: 255px;
            max-width: 92%;
            margin: 17px auto 0;
            font-size: 14px;
            line-height: 25px;
            color: #666; }
        @media (min-width: 1024px) {
          .service .parts .itemBox .item:hover:after {
            opacity: 1; }
          .service .parts .itemBox .item:hover .con {
            transform: translateY(-10px); }
            .service .parts .itemBox .item:hover .con .icon img:nth-child(1) {
              display: none; }
            .service .parts .itemBox .item:hover .con .icon img:nth-child(2) {
              display: block; }
            .service .parts .itemBox .item:hover .con .tits {
              color: #fff; }
            .service .parts .itemBox .item:hover .con .tit {
              color: #fff; } }
        .service .parts .itemBox .item.on:after {
          opacity: 1; }
        .service .parts .itemBox .item.on .con {
          transform: translateY(-10px); }
          .service .parts .itemBox .item.on .con .icon img:nth-child(1) {
            display: none; }
          .service .parts .itemBox .item.on .con .icon img:nth-child(2) {
            display: block; }
          .service .parts .itemBox .item.on .con .tits {
            color: #fff; }
          .service .parts .itemBox .item.on .con .tit {
            color: #fff; }
    .service .parts .list {
      width: 100%;
      background-color: #fff;
      padding: 40px 40px 0;
      box-sizing: border-box;
      border-radius: 8px;
      margin-top: 60px; }
      .service .parts .list ul li {
        width: 22.6%;
        float: left;
        margin-right: 3.2%;
        border-radius: 8px;
        border: 1px solid #c0c0c0;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 40px; }
        .service .parts .list ul li:nth-child(4n) {
          margin-right: 0; }
        .service .parts .list ul li a {
          width: 100%;
          display: block;
          position: relative; }
          .service .parts .list ul li a .tits {
            font-size: 18px;
            line-height: 20px;
            color: #222;
            font-weight: bold;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 15px; }
    @media (max-width: 1200px) {
      .service .parts .itemBox .item .con .icon {
        width: 60px; }
      .service .parts .itemBox .item .con .tits {
        font-size: 20px;
        line-height: 22px; }
      .service .parts .itemBox .item .con .tit {
        font-size: 13px;
        line-height: 22px; }
      .service .parts .list {
        padding: 25px 25px 0; }
        .service .parts .list ul li {
          margin-bottom: 25px; }
          .service .parts .list ul li a .tits {
            font-size: 16px;
            line-height: 18px; } }
    @media (max-width: 1024px) {
      .service .parts .itemBox {
        margin-top: 45px; }
      .service .parts .itemBox .item .con .icon {
        width: 50px; }
      .service .parts .itemBox .item .con .tits {
        font-size: 18px;
        line-height: 20px; }
      .service .parts .itemBox .item .con .tit {
        font-size: 12px;
        line-height: 20px; } }
    @media (max-width: 768px) {
      .service .parts {
        padding-bottom: 30px; }
        .service .parts .itemBox {
          display: block;
          margin-top: 25px; }
          .service .parts .itemBox .item {
            width: 100%;
            padding-top: 30px;
            padding-bottom: 25px; }
            .service .parts .itemBox .item .con {
              transform: translate(0); }
              .service .parts .itemBox .item .con .icon {
                width: 40px; }
              .service .parts .itemBox .item .con .tits {
                font-size: 16px;
                line-height: 18px;
                margin-top: 10px; }
              .service .parts .itemBox .item .con .tit {
                margin: 10px auto 0; }
            .service .parts .itemBox .item:after {
              height: 100% !important;
              top: 0; }
        .service .parts .list {
          padding: 15px;
          margin-top: 25px; }
          .service .parts .list ul li {
            width: 100%;
            margin-bottom: 10px; } }
  .service .training {
    padding-bottom: 60px; }
    .service .training .picBox {
      width: 45.58%;
      float: left;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .service .training .picBox .pic {
        width: 47.6%;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 28px; }
        .service .training .picBox .pic:nth-child(n + 3) {
          margin-bottom: 0; }
    .service .training .con {
      width: 50%;
      float: right;
      margin-top: -7px; }
      .service .training .con .serviceTitle {
        text-align: left; }
      .service .training .con .txt {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 24px; }
      .service .training .con .itemBox {
        width: 490px;
        max-width: 100%;
        margin-top: 27px; }
        .service .training .con .itemBox .item {
          display: flex;
          align-items: flex-start;
          margin-bottom: 24px; }
          .service .training .con .itemBox .item:last-child {
            margin-bottom: 0; }
          .service .training .con .itemBox .item img {
            margin-right: 18px; }
          .service .training .con .itemBox .item .t {
            padding-top: 8px; }
            .service .training .con .itemBox .item .t .tt {
              font-size: 18px;
              line-height: 20px;
              font-weight: bold;
              color: #222; }
            .service .training .con .itemBox .item .t .tt1 {
              font-size: 14px;
              line-height: 20px;
              color: #666;
              margin-top: 11px; }
    @media (max-width: 960px) {
      .service .training {
        padding-bottom: 30px; }
        .service .training .picBox {
          width: 100%;
          float: none; }
          .service .training .picBox .pic {
            margin-bottom: 15px; }
        .service .training .con {
          margin-top: 15px;
          width: 100%;
          float: none; }
          .service .training .con .txt {
            margin-top: 10px;
            font-size: 13px;
            line-height: 20px; }
          .service .training .con .itemBox .item img {
            width: 30px;
            margin-right: 10px; }
          .service .training .con .itemBox .item .t .tt {
            font-size: 14px;
            line-height: 16px; }
          .service .training .con .itemBox .item .t .tt1 {
            font-size: 13px;
            line-height: 22px; } }
  .service .installation {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px; }
    .service .installation .item {
      width: 31%; }
      .service .installation .item .pic {
        width: 100%;
        position: relative;
        border-radius: 8px;
        overflow: hidden; }
        .service .installation .item .pic:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.6);
          content: '';
          z-index: 5; }
        .service .installation .item .pic p {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          color: #fff;
          font-size: 24px;
          line-height: 26px;
          z-index: 6;
          text-align: center; }
          .service .installation .item .pic p span {
            font-weight: bold; }
      .service .installation .item .tit {
        margin-top: 36px;
        padding-bottom: 5px; }
        .service .installation .item .tit .t {
          font-weight: bold;
          font-size: 18px;
          line-height: 20px;
          color: #222; }
        .service .installation .item .tit .t1 {
          font-size: 14px;
          line-height: 24px;
          color: #666; }
    @media (max-width: 1280px) {
      .service .installation .item .pic p {
        font-size: 18px;
        line-height: 20px; }
      .service .installation .item .tit {
        margin-top: 25px; }
      .service .installation .item .tit .t {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 960px) {
      .service .installation {
        padding-bottom: 15px;
        display: block; }
        .service .installation .item {
          width: 100%;
          margin-bottom: 15px; }
          .service .installation .item .pic p {
            font-size: 16px;
            line-height: 18px; }
          .service .installation .item .tit {
            margin-top: 15px; }
            .service .installation .item .tit .t1 {
              font-size: 13px;
              line-height: 20px;
              margin-top: 6px; } }

.contact {
  padding-top: 45px;
  padding-bottom: 52px; }
  .contact .itemBox {
    display: flex;
    justify-content: space-between; }
    .contact .itemBox .item {
      width: 31%;
      height: 104px;
      border: 1px solid #c0c0c0;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      padding: 0 35px;
      margin-top: 33px; }
      .contact .itemBox .item img {
        margin-right: 32px; }
      .contact .itemBox .item .t .tt {
        font-size: 16px;
        line-height: 18px;
        color: #222;
        font-weight: bold; }
      .contact .itemBox .item .t .tt1 {
        font-size: 14px;
        line-height: 18px;
        height: 18px;
        color: #666;
        margin-top: 6px; }
        .contact .itemBox .item .t .tt1 a {
          color: #666; }
  .contact .box {
    background-color: #fff;
    margin-top: 50px;
    position: relative; }
    .contact .box .pic {
      width: 41%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      object-fit: cover; }
      .contact .box .pic img {
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
    .contact .box .tableBox {
      width: 59%;
      float: left;
      box-sizing: border-box;
      padding: 38px 60px 40px; }
      .contact .box .tableBox .tits {
        text-align: center;
        font-size: 28px;
        line-height: 30px;
        color: #222;
        font-weight: bold; }
      .contact .box .tableBox .table {
        width: 100%;
        margin-top: 24px; }
        .contact .box .tableBox .table .ttt {
          font-size: 16px;
          line-height: 56px;
          color: #44423e;
          white-space: nowrap; }
          .contact .box .tableBox .table .ttt span {
            color: #cc0900; }
        .contact .box .tableBox .table .t {
          display: flex;
          justify-content: space-between;
          margin-bottom: 40px; }
          .contact .box .tableBox .table .t .tt {
            width: 46.9%;
            border: 1px solid #c0c0c0;
            box-sizing: border-box;
            padding-left: 24px;
            height: 58px;
            display: flex;
            align-items: flex-start; }
            .contact .box .tableBox .table .t .tt .text {
              flex: 1;
              height: 56px;
              font-size: 16px;
              color: #333;
              border: none;
              background: none; }
        .contact .box .tableBox .table .t1 {
          display: flex;
          align-items: flex-start;
          border: 1px solid #c0c0c0;
          box-sizing: border-box;
          width: 100%;
          height: auto;
          padding-left: 24px; }
          .contact .box .tableBox .table .t1 .txt {
            flex: 1;
            font-size: 16px;
            line-height: 26px;
            padding: 15px 0;
            border: none;
            background: none;
            height: 228px; }
        .contact .box .tableBox .table .submit {
          width: 227px;
          height: 54px;
          background-color: #E9292B;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          line-height: 54px;
          color: #fff;
          font-weight: bold;
          margin: 30px auto 0; }
          .contact .box .tableBox .table .submit img {
            margin-right: 7px; }
  .contact .map {
    margin-top: 50px;
    height: 375px;
    width: 100%; }
  @media (max-width: 1366px) {
    .contact .itemBox .item img {
      margin-right: 25px; }
    .contact .itemBox .item .t .tt1 {
      font-size: 13px;
      line-height: 17px; } }
  @media (max-width: 1200px) {
    .contact .itemBox .item {
      padding: 0 20px; }
      .contact .itemBox .item img {
        width: 30px;
        margin-right: 15px; }
      .contact .itemBox .item .t .tt1 {
        font-size: 13px;
        line-height: 17px; }
    .contact .box .tableBox {
      padding: 25px 30px 25px; }
      .contact .box .tableBox .tits {
        font-size: 22px;
        line-height: 24px; }
      .contact .box .tableBox .table .ttt {
        line-height: 46px;
        font-size: 14px; }
      .contact .box .tableBox .table .t {
        margin-bottom: 30px; }
        .contact .box .tableBox .table .t .tt {
          height: 48px; }
          .contact .box .tableBox .table .t .tt .text {
            font-size: 14px; }
      .contact .box .tableBox .table .t1 .txt {
        font-size: 14px;
        padding: 10px 0; } }
  @media (max-width: 1024px) {
    .contact .itemBox .item {
      padding: 0 15px; }
      .contact .itemBox .item .t .tt1 {
        font-size: 12px;
        line-height: 15px; }
    .contact .box .tableBox {
      width: 100%; }
    .contact .box .pic {
      display: none; } }
  @media (max-width: 768px) {
    .contact {
      padding-top: 30px;
      padding-bottom: 30px; }
      .contact .itemBox {
        display: block; }
        .contact .itemBox .item {
          margin-top: 15px;
          width: 100%; }
      .contact .box .tableBox {
        padding: 15px; }
        .contact .box .tableBox .tits {
          font-size: 16px;
          line-height: 20px; }
        .contact .box .tableBox .table {
          margin-top: 10px; }
          .contact .box .tableBox .table .t {
            margin-bottom: 0;
            display: block; }
            .contact .box .tableBox .table .t .tt {
              width: 100%;
              margin-bottom: 10px;
              padding-left: 10px; }
          .contact .box .tableBox .table .t1 {
            padding-left: 10px; }
            .contact .box .tableBox .table .t1 .txt {
              height: 110px; }
          .contact .box .tableBox .table .submit {
            font-size: 13px;
            width: 188px;
            height: 44px;
            line-height: 44px;
            margin: 10px auto 0; }
      .contact .map {
        margin-top: 15px;
        height: 220px; } }

.amap-controls, .amap-logo, .amap-copyright {
  display: none !important; }

.videoList {
  padding-top: 80px;
  padding-bottom: 60px; }
  .videoList ul {
    padding-bottom: 16px; }
    .videoList ul li {
      width: 32.2%;
      margin-right: 1.7%;
      margin-bottom: 40px;
      float: left; }
      .videoList ul li:nth-child(3n) {
        margin-right: 0; }
      .videoList ul li a {
        width: 100%;
        display: block; }
        .videoList ul li a .pic {
          padding-bottom: 56.5%; }
          .videoList ul li a .pic .icon {
            width: 88px;
            height: 88px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/video3.png");
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .videoList ul li a .tits {
          font-size: 19px;
          line-height: 23px;
          color: #3b3b3b;
          font-weight: bold;
          height: 46px;
          margin-top: 26px; }
        .videoList ul li a .tit {
          display: flex;
          align-items: center;
          margin-top: 20px; }
          .videoList ul li a .tit .t {
            display: flex;
            font-size: 14px;
            line-height: 16px;
            color: #3b3b3b;
            align-items: center;
            margin-right: 25px; }
            .videoList ul li a .tit .t img {
              margin-right: 5px; }
        .videoList ul li a .more {
          display: flex;
          font-size: 16px;
          line-height: 20px;
          color: #3b3b3b;
          font-weight: bold;
          align-items: center;
          margin-top: 22px; }
          .videoList ul li a .more img {
            margin-right: 7px; }
  @media (max-width: 1200px) {
    .videoList {
      padding-top: 60px;
      padding-bottom: 40px; }
      .videoList ul li a .tits {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        margin-top: 20px; }
      .videoList ul li a .more {
        font-size: 14px; } }
  @media (max-width: 1024px) {
    .videoList {
      padding-top: 40px;
      padding-bottom: 30px; }
      .videoList ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 25px; }
        .videoList ul li:nth-child(3n) {
          margin-right: 3%; }
        .videoList ul li:nth-child(2n) {
          margin-right: 0; } }
  @media (max-width: 768px) {
    .videoList {
      padding-top: 25px; }
      .videoList ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px; }
        .videoList ul li a .pic .icon {
          width: 50px;
          height: 50px; }
        .videoList ul li a .tits {
          font-size: 15px;
          line-height: 20px;
          height: auto;
          margin-top: 10px; }
        .videoList ul li a .tit {
          margin-top: 10px; }
          .videoList ul li a .tit .t {
            font-size: 12px; }
        .videoList ul li a .more {
          margin-top: 10px;
          font-size: 12px; } }

.paging {
  width: 100%;
  display: flex;
  justify-content: center; }
  .paging .pagination {
    background-color: #ededed;
    padding: 6px;
    display: flex;
    align-items: center;
    border-radius: 27px; }
    .paging .pagination dd {
      margin: 0 6px; }
      .paging .pagination dd a, .paging .pagination dd span {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        color: #222;
        border-radius: 20px;
        display: block; }
        @media (min-width: 1024px) {
          .paging .pagination dd a:hover, .paging .pagination dd span:hover {
            background-color: #fff;
            box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.2); } }
      .paging .pagination dd span {
        background-color: #fff;
        box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.2); }
      .paging .pagination dd.p {
        margin: 0;
        margin-right: 22px; }
        .paging .pagination dd.p:last-child {
          margin-left: 22px;
          margin-right: 0; }
        .paging .pagination dd.p a {
          padding: 0 18px;
          width: auto;
          background-color: #fff;
          box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.2); }
          @media (min-width: 1024px) {
            .paging .pagination dd.p a:hover {
              background-color: #222;
              color: #fff; } }
  @media (max-width: 768px) {
    .paging .pagination dd {
      margin: 0 3px; }
      .paging .pagination dd a, .paging .pagination dd span {
        width: 30px;
        height: 30px;
        line-height: 30px; }
      .paging .pagination dd.p {
        margin-right: 10px; }
        .paging .pagination dd.p:last-child {
          margin-left: 10px; } }

.videoInfo {
  width: 887px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
  max-width: 92%; }
  .videoInfo .videoBox {
    width: 100%;
    height: 500px;
    position: relative; }
    .videoInfo .videoBox img, .videoInfo .videoBox video, .videoInfo .videoBox iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  .videoInfo .tag {
    width: 100%;
    height: 48px;
    background-color: #333;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    padding: 0 24px 0 26px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center; }
    .videoInfo .tag .t {
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 14px;
      line-height: 48px; }
      .videoInfo .tag .t span {
        display: flex;
        align-items: center;
        margin-right: 38px; }
        .videoInfo .tag .t span img {
          margin-right: 6px; }
    .videoInfo .tag .t1 {
      display: flex;
      align-items: center; }
      .videoInfo .tag .t1 a {
        padding: 0 13px;
        font-size: 13px;
        font-weight: bold;
        color: #333;
        border-radius: 12px;
        background-color: #e8e5e5;
        margin-left: 24px;
        display: flex;
        align-items: center; }
        .videoInfo .tag .t1 a img {
          margin-left: 6px;
          display: block;
          margin-top: -2px; }
        .videoInfo .tag .t1 a:nth-child(1) img {
          margin-left: 0;
          margin-right: 6px; }
  .videoInfo .title {
    display: flex;
    align-items: center;
    margin-top: 35px;
    justify-content: space-between; }
    .videoInfo .title .t {
      flex: 1;
      font-size: 18px;
      line-height: 24px;
      color: #333;
      font-weight: bold;
      margin-right: 20px; }
    .videoInfo .title .share {
      display: flex;
      align-items: center; }
      .videoInfo .title .share a {
        width: 20px;
        margin-left: 9px;
        padding: 0; }
        .videoInfo .title .share a span {
          width: 20px !important;
          height: 20px !important; }
  @media (max-width: 860px) {
    .videoInfo .tag .t {
      font-size: 14px; }
      .videoInfo .tag .t span {
        margin-right: 15px; }
    .videoInfo .tag .t1 a {
      margin-left: 15px; } }
  @media (max-width: 768px) {
    .videoInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .videoInfo .videoBox {
        height: 60vw; }
      .videoInfo .tag {
        display: block;
        height: auto;
        padding: 10px; }
        .videoInfo .tag .t {
          font-size: 12px;
          line-height: 24px; }
        .videoInfo .tag .t1 {
          margin-top: 10px; }
          .videoInfo .tag .t1 a {
            margin-left: 0;
            margin-right: 10px; }
      .videoInfo .title {
        display: block;
        margin-top: 15px; }
        .videoInfo .title .t {
          margin-right: 0; }
        .videoInfo .title .share {
          margin-top: 15px; }
          .videoInfo .title .share a {
            margin-left: 0;
            margin-right: 5px; } }

.news {
  padding: 50px 0; }
  .news .list {
    width: 72%;
    float: left; }
    .news .list ul {
      padding-top: 10px; }
      .news .list ul li {
        width: 31.2%;
        float: left;
        margin-right: 3.2%;
        margin-bottom: 30px;
        border-radius: 8px;
        background-color: #fff;
        overflow: hidden; }
        .news .list ul li:nth-child(3n) {
          margin-right: 0; }
        .news .list ul li a {
          width: 100%;
          display: block; }
          .news .list ul li a .pic {
            padding-bottom: 75%;
            border-radius: 0 0 8px 8px; }
            .news .list ul li a .pic .time {
              width: 55px;
              position: absolute;
              top: 10px;
              left: 10px;
              background-color: #fff;
              border-radius: 8px;
              font-weight: bold;
              overflow: hidden; }
              .news .list ul li a .pic .time span {
                text-align: center;
                font-size: 22px;
                line-height: 36px;
                display: block;
                width: 100%;
                text-align: center;
                color: #fff;
                background: #E9292B;
                transition: all 0.2s; }
              .news .list ul li a .pic .time i {
                text-align: center;
                display: block;
                font-size: 14px;
                line-height: 22px;
                color: #222; }
          .news .list ul li a .con {
            padding: 18px 22px 20px;
            box-sizing: border-box;
            width: 100%; }
            .news .list ul li a .con .tits {
              font-size: 16px;
              line-height: 20px;
              height: 40px;
              color: #222;
              font-weight: bold; }
            .news .list ul li a .con .tit {
              font-size: 12px;
              line-height: 20px;
              height: 60px;
              color: #666;
              margin-top: 10px; }
            .news .list ul li a .con .more {
              width: fit-content;
              padding-right: 36px;
              background-position: right center;
              background-repeat: no-repeat;
              background-image: url("../images/index_icon2.png");
              font-size: 14px;
              line-height: 26px;
              color: #222;
              font-weight: bold;
              margin-top: 14px; }
        @media (min-width: 1024px) {
          .news .list ul li:hover {
            box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.2); }
            .news .list ul li:hover a .pic .time span {
              background-color: #d7e36c;
              color: #222; }
            .news .list ul li:hover a .con .more {
              background-image: url("../images/index_icon2_h.png"); } }
  @media (max-width: 1150px) {
    .news .list {
      width: 100%; } }
  @media (max-width: 1024px) {
    .news .list ul li {
      width: 49%;
      margin-right: 2%; }
      .news .list ul li:nth-child(3n) {
        margin-right: 2%; }
      .news .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .news {
      padding-top: 25px;
      padding-bottom: 30px; }
      .news .list ul li {
        width: 100%;
        margin-bottom: 15px; } }

.newsRight {
  width: 25.4%;
  float: right;
  background-color: #fff;
  padding: 27px 18px 17px;
  box-sizing: border-box; }
  .newsRight .search {
    width: 100%;
    height: 51px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .newsRight .search .text {
      flex: 1;
      height: 49px;
      font-size: 14px;
      line-height: 49px;
      color: #333;
      padding-left: 12px;
      box-sizing: border-box;
      border: none;
      background: none; }
    .newsRight .search .submit {
      width: 40px;
      height: 40px;
      border-radius: 5px;
      background-color: #E9292B;
      background-size: cover;
      display: block;
      background-image: url("../images/search1.png");
      margin-right: 6px; }
  .newsRight .tits .t {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    font-weight: bold; }
  .newsRight .tits img {
    display: block;
    width: 100%;
    margin-top: 13px; }
  .newsRight .tit {
    margin-top: 24px;
    padding-bottom: 12px; }
    .newsRight .tit a {
      width: 100%;
      display: block;
      margin-bottom: 15px;
      position: relative;
      overflow: hidden;
      border-radius: 8px; }
      .newsRight .tit a .img {
        transition: all 1.2s; }
      .newsRight .tit a .t {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: flex;
        padding: 0 18px 0 15px;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-between; }
        .newsRight .tit a .t .tt {
          font-size: 14px;
          line-height: 29px;
          border-radius: 15px;
          background-color: rgba(102, 102, 102, 0.8);
          padding: 0 12px;
          font-size: 14px;
          color: #fff;
          font-weight: bold; }
      @media (min-width: 1024px) {
        .newsRight .tit a:hover .img {
          transform: scale(1.1); } }
  .newsRight .share {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .newsRight .share a {
      width: calc(50% - 5px);
      margin-bottom: 10px;
      background-color: #ededed;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #494949;
      line-height: 34px;
      font-size: 12px; }
      .newsRight .share a img {
        margin-right: 10px; }
    .newsRight .share.newsInfo1 {
      margin-bottom: 18px; }
  .newsRight .itemBox {
    margin-top: 22px;
    padding-bottom: 10px; }
    .newsRight .itemBox .item {
      margin-bottom: 16px; }
      .newsRight .itemBox .item:last-child {
        margin-bottom: 0; }
      .newsRight .itemBox .item a {
        width: 100%;
        display: block; }
        .newsRight .itemBox .item a .tag {
          width: fit-content;
          font-size: 14px;
          line-height: 30px;
          padding: 0 18px;
          border-radius: 5px;
          background-color: #E9292B;
          font-weight: bold;
          color: #fff; }
        .newsRight .itemBox .item a .tits {
          font-size: 14px;
          line-height: 20px;
          color: #222;
          height: 40px;
          font-weight: bold;
          margin-top: 10px; }
        .newsRight .itemBox .item a .tit1 {
          font-size: 12px;
          line-height: 20px;
          color: #7e7e7e;
          display: flex;
          align-items: center;
          margin-top: 7px; }
          .newsRight .itemBox .item a .tit1 span {
            margin-right: 30px;
            display: flex;
            align-items: center; }
            .newsRight .itemBox .item a .tit1 span img {
              margin-right: 8px; }
  @media (max-width: 1150px) {
    .newsRight {
      display: none; } }

.newsInfo {
  padding: 50px 0; }
  .newsInfo .infoLeft {
    width: 69.7%;
    float: left; }
    .newsInfo .infoLeft .tag {
      width: fit-content;
      font-size: 14px;
      line-height: 30px;
      padding: 0 18px;
      border-radius: 5px;
      background-color: #E9292B;
      font-weight: bold;
      color: #fff; }
    .newsInfo .infoLeft .tits {
      font-size: 28px;
      line-height: 36px;
      color: #222;
      font-weight: bold;
      margin-top: 17px; }
    .newsInfo .infoLeft .tit {
      display: flex;
      justify-content: space-between;
      margin-top: 15px; }
      .newsInfo .infoLeft .tit .t {
        font-size: 12px;
        line-height: 20px;
        color: #7e7e7e;
        display: flex;
        align-items: center; }
        .newsInfo .infoLeft .tit .t span {
          margin-right: 30px;
          display: flex;
          align-items: center; }
          .newsInfo .infoLeft .tit .t span img {
            margin-right: 8px; }
      .newsInfo .infoLeft .tit .share {
        display: flex;
        align-items: center; }
        .newsInfo .infoLeft .tit .share a {
          width: 20px;
          padding: 0 !important;
          margin-left: 8px; }
          .newsInfo .infoLeft .tit .share a span {
            width: 20px !important;
            height: 20px !important; }
    .newsInfo .infoLeft .con {
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      margin-top: 30px; }
      .newsInfo .infoLeft .con img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .newsInfo .infoLeft .page {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: 50px; }
      .newsInfo .infoLeft .page a {
        width: 375px;
        max-width: 48%;
        display: flex;
        align-items: center; }
        .newsInfo .infoLeft .page a .pic {
          width: 120px;
          height: 90px;
          border-radius: 8px;
          overflow: hidden;
          position: relative;
          margin-right: 20px; }
          .newsInfo .infoLeft .page a .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            transition: all 1.2s; }
        .newsInfo .infoLeft .page a .t {
          flex: 1; }
          .newsInfo .infoLeft .page a .t .tt {
            font-size: 16px;
            line-height: 18px;
            color: #666; }
          .newsInfo .infoLeft .page a .t .tt1 {
            font-size: 16px;
            line-height: 20px;
            height: 40px;
            color: #222;
            font-weight: bold;
            margin-top: 8px; }
        .newsInfo .infoLeft .page a:last-child {
          text-align: right;
          flex-direction: row-reverse; }
          .newsInfo .infoLeft .page a:last-child .pic {
            margin-left: 20px;
            margin-right: 0; }
        @media (min-width: 1024px) {
          .newsInfo .infoLeft .page a:hover .pic img {
            transform: scale(1.1); }
          .newsInfo .infoLeft .page a:hover .t .tt1 {
            color: #E9292B; } }
  @media (max-width: 1200px) {
    .newsInfo .infoLeft .tits {
      font-size: 22px;
      line-height: 26px; } }
  @media (max-width: 1150px) {
    .newsInfo .infoLeft {
      width: 100%; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .newsInfo .infoLeft .tits {
        font-size: 18px;
        line-height: 22px; }
      .newsInfo .infoLeft .tit {
        display: block; }
        .newsInfo .infoLeft .tit .share {
          margin-top: 10px; }
          .newsInfo .infoLeft .tit .share a {
            margin-right: 8px;
            margin-left: 0; }
      .newsInfo .infoLeft .con {
        font-size: 13px;
        line-height: 22px;
        margin-top: 15px; }
      .newsInfo .infoLeft .page {
        display: block;
        margin-top: 20px; }
        .newsInfo .infoLeft .page a {
          margin-top: 10px;
          width: 100%;
          max-width: 100%;
          flex-direction: row !important;
          text-align: left !important; }
          .newsInfo .infoLeft .page a .pic {
            width: 90px;
            height: 70px;
            margin-right: 10px !important;
            margin-left: 0 !important; }
          .newsInfo .infoLeft .page a .t .tt {
            font-size: 13px;
            line-height: 15px; }
          .newsInfo .infoLeft .page a .t .tt1 {
            font-size: 13px;
            line-height: 17px;
            height: auto; } }

.team {
  padding-top: 45px;
  padding-bottom: 50px; }
  .team .title .tits {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #E9292B;
    margin-bottom: 11px; }
    .team .title .tits span {
      margin: 0 10px; }
  .team ul {
    margin-top: 35px; }
    .team ul li {
      width: 23.3%;
      margin-right: 2.2%;
      margin-bottom: 40px;
      float: left;
      position: relative; }
      .team ul li:nth-child(4n) {
        margin-right: 0; }
      .team ul li .a {
        width: 100%;
        height: auto;
        display: block; }
        .team ul li .a .pic {
          padding-bottom: 100%;
          border-radius: 8px; }
        .team ul li .a .con {
          width: calc(100% - 24px);
          margin: -60px auto 0;
          display: flex;
          position: relative;
          z-index: 5; }
          .team ul li .a .con .conn {
            width: calc(100% - 43px);
            border-radius: 8px 8px 0 8px;
            background-color: #fff;
            padding-left: 30px;
            box-sizing: border-box;
            padding-top: 15px;
            padding-bottom: 19px; }
            .team ul li .a .con .conn .t {
              font-size: 24px;
              line-height: 26px;
              color: #222;
              font-weight: bold; }
            .team ul li .a .con .conn .t1 {
              font-size: 12px;
              line-height: 14px;
              color: #222;
              margin-top: 4px; }
          .team ul li .a .con .bg {
            width: 43px; }
      .team ul li .share {
        width: 37px;
        height: auto;
        position: absolute;
        bottom: 41px;
        right: 14px;
        cursor: pointer; }
        .team ul li .share .c_bg {
          position: relative;
          z-index: 5; }
        .team ul li .share .shareHover {
          width: 37px;
          position: absolute;
          bottom: 37px;
          right: 0;
          opacity: 0;
          filter: alpha(opacity=0);
          visibility: hidden;
          position: absolute;
          -webkit-transition: all .35s;
          transition: all .35s;
          -moz-transition: all .35s;
          -ms-transition: all .35s;
          z-index: 99;
          margin-top: -1px;
          -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
          box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
          -webkit-transition: all .35s;
          transition: all .35s;
          -moz-transition: all .35s;
          -ms-transition: all .35s;
          list-style-type: none;
          -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }
          .team ul li .share .shareHover a {
            width: 100%;
            display: block;
            margin-bottom: 4px; }
        .team ul li .share:hover .shareHover {
          opacity: 1;
          filter: alpha(opacity=100);
          visibility: visible;
          height: auto;
          opacity: 1;
          filter: alpha(opacity=100);
          display: block;
          -webkit-transform: rotateX(0);
          transform: rotateX(0); }
  @media (max-width: 1200px) {
    .team ul li .a .con .conn .t {
      font-size: 20px; } }
  @media (max-width: 1024px) {
    .team ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 30px; }
      .team ul li:nth-child(4n) {
        margin-right: 2%; }
      .team ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .team ul li {
      width: 49%;
      margin-right: 2%;
      margin-bottom: 30px; }
      .team ul li:nth-child(4n) {
        margin-right: 2%; }
      .team ul li:nth-child(3n) {
        margin-right: 2%; }
      .team ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 540px) {
    .team {
      padding-top: 25px;
      padding-bottom: 30px; }
      .team .title .tits {
        font-size: 14px;
        line-height: 16px; }
      .team ul {
        margin-top: 20px; }
        .team ul li {
          margin-bottom: 20px;
          width: 100%; } }

.teamInfo {
  padding-top: 50px;
  padding-bottom: 15px; }
  .teamInfo .box1 .pic {
    width: 36.2%;
    padding: 32px;
    box-sizing: border-box;
    position: relative;
    float: left; }
    .teamInfo .box1 .pic img {
      width: 100%;
      position: relative;
      z-index: 5;
      border-radius: 8px; }
    .teamInfo .box1 .pic:after {
      width: calc(100% - 64px);
      height: calc(100% - 64px);
      border: 1px solid #E9292B;
      border-radius: 8px;
      top: 0;
      right: 0;
      content: '';
      box-sizing: border-box;
      position: absolute; }
    .teamInfo .box1 .pic:before {
      width: calc(100% - 64px);
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 8px;
      background-color: #E9292B;
      content: '';
      -webkit-clip-path: polygon(22% 0, 100% 78%, 100% 100%, 0 100%, 0 0);
      clip-path: polygon(22% 0, 100% 78%, 100% 100%, 0 100%, 0 0); }
  .teamInfo .box1 .con {
    width: 57.7%;
    float: right; }
    .teamInfo .box1 .con .tits {
      font-size: 20px;
      line-height: 22px;
      font-weight: bold;
      color: #E9292B; }
    .teamInfo .box1 .con .tit {
      font-size: 40px;
      line-height: 42px;
      color: #222;
      font-weight: bold;
      margin-top: 20px; }
    .teamInfo .box1 .con .line {
      width: 150px;
      height: 2px;
      background-color: #E9292B;
      margin-top: 35px; }
    .teamInfo .box1 .con .tit1 {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      margin-top: 35px; }
      .teamInfo .box1 .con .tit1 .t {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: safe right;
        margin-top: 8px; }
        .teamInfo .box1 .con .tit1 .t span {
          width: 140px;
          height: 1px;
          background-color: #cfcfcf;
          display: block;
          margin-right: 20px; }
    .teamInfo .box1 .con .tit2 {
      font-size: 12px;
      line-height: 32px;
      color: #4c4b4b;
      margin-top: 20px; }
      .teamInfo .box1 .con .tit2 .t {
        display: flex;
        align-items: center; }
        .teamInfo .box1 .con .tit2 .t span {
          font-weight: bold;
          color: #222;
          width: 112px;
          display: block; }
    .teamInfo .box1 .con .share {
      display: flex;
      align-items: center;
      margin-top: 38px; }
      .teamInfo .box1 .con .share a {
        width: 37px;
        display: block;
        padding: 0 !important;
        margin-right: 8px; }
        .teamInfo .box1 .con .share a span {
          width: 37px !important;
          height: 37px !important; }
  .teamInfo .box2 {
    margin-top: 45px; }
    .teamInfo .box2 .title {
      font-size: 24px;
      line-height: 26px;
      color: #000;
      font-weight: bold; }
    .teamInfo .box2 .content {
      margin-top: 21px; }
      .teamInfo .box2 .content .con {
        width: 38%;
        float: left;
        font-size: 14px;
        line-height: 24px;
        color: #666; }
      .teamInfo .box2 .content .list {
        width: 57.7%;
        float: right;
        overflow: hidden; }
        .teamInfo .box2 .content .list ul li {
          display: flex;
          align-items: flex-start;
          position: relative;
          padding-bottom: 22px; }
          .teamInfo .box2 .content .list ul li:last-child {
            padding-bottom: 0; }
          .teamInfo .box2 .content .list ul li .year {
            font-size: 14px;
            line-height: 20px;
            color: #222;
            width: 80px; }
          .teamInfo .box2 .content .list ul li .t {
            font-size: 12px;
            line-height: 20px;
            color: #666;
            flex: 1; }
          .teamInfo .box2 .content .list ul li:after {
            width: 8px;
            height: 8px;
            border-radius: 100%;
            position: absolute;
            top: 6px;
            left: 48px;
            background-color: #E9292B;
            content: ''; }
          .teamInfo .box2 .content .list ul li:before {
            width: 1px;
            height: 100%;
            background-color: #cfcfcf;
            top: 10px;
            left: 51px;
            content: '';
            position: absolute; }
  .teamInfo .box3 {
    margin-top: 35px; }
    .teamInfo .box3 .title {
      font-size: 24px;
      line-height: 26px;
      color: #000;
      font-weight: bold; }
    .teamInfo .box3 .caseList {
      margin-top: 28px; }
  @media (max-width: 1366px) {
    .teamInfo .box1 .con .tits {
      font-size: 16px;
      line-height: 18px; }
    .teamInfo .box1 .con .tit {
      font-size: 30px;
      line-height: 32px;
      margin-top: 15px; }
    .teamInfo .box1 .con .line {
      margin-top: 20px; }
    .teamInfo .box1 .con .tit1 {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .teamInfo {
      padding-top: 25px; }
      .teamInfo .box1 .pic {
        width: 100%;
        float: none;
        padding: 15px; }
      .teamInfo .box1 .con {
        width: 100%;
        float: none;
        margin-top: 20px; }
        .teamInfo .box1 .con .tits {
          font-size: 14px;
          line-height: 16px; }
        .teamInfo .box1 .con .tit {
          font-size: 20px;
          line-height: 22px;
          margin-top: 8px; }
        .teamInfo .box1 .con .line {
          margin-top: 10px; }
        .teamInfo .box1 .con .tit1 {
          font-size: 13px;
          line-height: 20px; }
        .teamInfo .box1 .con .tit2 {
          line-height: 24px; }
          .teamInfo .box1 .con .tit2 .t {
            display: block;
            margin-bottom: 10px; }
            .teamInfo .box1 .con .tit2 .t span {
              display: block; }
        .teamInfo .box1 .con .share {
          margin-top: 20px; }
      .teamInfo .box2 {
        margin-top: 25px; }
        .teamInfo .box2 .title {
          font-size: 18px;
          line-height: 20px; }
        .teamInfo .box2 .content .con {
          width: 100%;
          float: none;
          font-size: 13px;
          line-height: 20px; }
        .teamInfo .box2 .content .list {
          width: 100%;
          float: none;
          margin-top: 30px; }
      .teamInfo .box3 {
        margin-top: 25px; }
        .teamInfo .box3 .title {
          font-size: 18px;
          line-height: 20px; }
        .teamInfo .box3 .caseList {
          margin-top: 15px; } }

.caseList ul li {
  width: 48.6%;
  box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  margin-bottom: 35px; }
  .caseList ul li:nth-child(2n) {
    float: right; }
  .caseList ul li a {
    width: 100%;
    display: flex;
    align-items: center; }
    .caseList ul li a .pic {
      width: 54.2%;
      padding-bottom: 40.7%;
      border-radius: 8px; }
    .caseList ul li a .con {
      width: 45.8%;
      box-sizing: border-box;
      padding: 0 30px; }
      .caseList ul li a .con .time {
        font-size: 12px;
        line-height: 16px;
        color: #222;
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 26px;
        background-image: url("../images/time1.png"); }
      .caseList ul li a .con .tits {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
        font-weight: bold;
        color: #222;
        margin-top: 16px; }
      .caseList ul li a .con .tit {
        font-size: 12px;
        line-height: 16px;
        height: 48px;
        color: #666;
        margin-top: 12px; }
  @media (min-width: 1024px) {
    .caseList ul li:hover a .con .time {
      background-image: url("../images/time3.png"); } }
@media (max-width: 960px) {
  .caseList ul li {
    width: 100%;
    margin-bottom: 20px; } }
@media (max-width: 540px) {
  .caseList ul li {
    margin-bottom: 10px; }
    .caseList ul li a {
      display: block; }
      .caseList ul li a .pic {
        width: 100%;
        padding-bottom: 75%; }
      .caseList ul li a .con {
        padding: 15px;
        width: 100%; }
        .caseList ul li a .con .tits {
          font-size: 15px;
          line-height: 22px;
          height: auto; } }

.cases {
  padding-top: 50px;
  padding-bottom: 50px; }
  .cases .top {
    overflow: hidden; }
    .cases .top .item {
      background-color: #fff;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
      padding: 20px 4.0625vw 0;
      display: flex;
      position: relative;
      z-index: 4; }
      .cases .top .item .t {
        font-size: 18px;
        line-height: 30px;
        color: #222;
        font-weight: bold;
        width: 118px; }
      .cases .top .item .t1 {
        flex: 1; }
        .cases .top .item .t1 a {
          border: 1px solid #dedede;
          border-radius: 5px;
          padding: 0 18px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          color: #333;
          margin-bottom: 20px;
          margin-right: 20px;
          box-sizing: border-box;
          line-height: 28px; }
          .cases .top .item .t1 a img {
            margin-left: 10px; }
          .cases .top .item .t1 a.on {
            background-color: #d7e36c;
            border-color: #d7e36c; }
            .cases .top .item .t1 a.on img {
              transform: rotate(180deg); }
          @media (min-width: 1024px) {
            .cases .top .item .t1 a:hover {
              background-color: #d7e36c;
              border-color: #d7e36c; }
              .cases .top .item .t1 a:hover img {
                transform: rotate(180deg); } }
        .cases .top .item .t1 .tt1 {
          font-size: 0; }
        .cases .top .item .t1 .ttBox {
          display: none; }
          .cases .top .item .t1 .ttBox .tt2 {
            display: none; }
            .cases .top .item .t1 .ttBox .tt2 a.disabled {
              opacity: 0.9;
              color: #aaa !important;
              background-color: transparent !important;
              border-color: #dedede !important;
              cursor: inherit; }
      .cases .top .item.item1 {
        padding-bottom: 20px;
        z-index: 3;
        display: none; }
        .cases .top .item.item1 .t {
          color: #999; }
        .cases .top .item.item1.on {
          display: flex !important; }
      .cases .top .item.item2 {
        z-index: 5; }
        .cases .top .item.item2 .t a {
          padding: 0 20px;
          margin-right: 30px; }
      .cases .top .item .t2 {
        flex: 1;
        display: flex;
        justify-content: space-between; }
        .cases .top .item .t2 .tt {
          display: flex;
          align-items: center; }
        .cases .top .item .t2 .resetClick {
          border-radius: 5px;
          background-color: #d7e36c;
          padding: 0 20px;
          font-size: 16px;
          line-height: 30px;
          color: #222;
          cursor: pointer;
          margin-right: 15px;
          display: none; }
          .cases .top .item .t2 .resetClick .sj {
            margin: 0 10px; }
          .cases .top .item .t2 .resetClick .close {
            margin-left: 10px; }
          .cases .top .item .t2 .resetClick.on {
            display: block; }
        .cases .top .item .t2 a {
          font-size: 18px;
          line-height: 30px;
          color: #999; }
  .cases .casesList {
    margin-top: 40px;
    padding-bottom: 10px; }
  .cases .caseList {
    margin-top: 40px; }
    .cases .caseList ul {
      padding-bottom: 10px; }
  @media (max-width: 1200px) {
    .cases .top .item {
      padding: 10px 20px 0; }
      .cases .top .item .t {
        font-size: 16px; }
      .cases .top .item .t1 a {
        padding: 0 10px;
        font-size: 14px;
        margin-bottom: 10px;
        margin-right: 10px; }
      .cases .top .item .t2 .resetClick {
        font-size: 14px; }
      .cases .top .item .t2 .clear {
        font-size: 16px; } }
  @media (max-width: 768px) {
    .cases {
      padding-top: 25px;
      padding-bottom: 30px; }
      .cases .top .item {
        padding: 10px;
        display: block !important; }
        .cases .top .item .t {
          line-height: 18px;
          font-size: 14px; }
        .cases .top .item .t1 {
          width: 100%;
          padding-top: 10px; }
          .cases .top .item .t1 a {
            font-size: 12px;
            line-height: 24px;
            margin-bottom: 5px;
            margin-right: 5px; }
        .cases .top .item .t2 {
          margin-top: 10px; }
          .cases .top .item .t2 .tt {
            display: block; }
          .cases .top .item .t2 .resetClick {
            padding: 0 10px;
            margin-bottom: 5px; }
            .cases .top .item .t2 .resetClick .sj {
              margin: 0 5px; }
            .cases .top .item .t2 .resetClick .close {
              margin-left: 5px; }
        .cases .top .item.item1 {
          display: none !important; }
          .cases .top .item.item1.on {
            display: block !important; }
      .cases .casesList {
        margin-top: 20px; }
      .cases .caseList {
        margin-top: 20px; } }

.casesInfo {
  padding-top: 50px;
  padding-bottom: 50px; }
  .casesInfo .conLeft {
    width: 66.67%;
    float: left; }
    .casesInfo .conLeft .tits {
      font-size: 28px;
      line-height: 36px;
      color: #222;
      font-weight: bold; }
    .casesInfo .conLeft .tit {
      display: flex;
      align-items: center;
      font-size: 12px;
      line-height: 20px;
      color: #7e7e7e;
      display: flex;
      align-items: center;
      margin-top: 14px; }
      .casesInfo .conLeft .tit span {
        margin-right: 30px;
        display: flex;
        align-items: center; }
        .casesInfo .conLeft .tit span img {
          margin-right: 8px; }
    .casesInfo .conLeft .con {
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      margin-top: 25px; }
      .casesInfo .conLeft .con img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto; }
      .casesInfo .conLeft .con .conn {
        border: 1px solid #d6d6d6;
        padding: 18px 3.80208vw;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        font-size: 12px;
        line-height: 32px;
        color: #5f6164;
        margin: 40px 0; }
        .casesInfo .conLeft .con .conn .t span {
          font-weight: bold; }
    .casesInfo .conLeft .page {
      display: flex;
      justify-content: center;
      width: 100%;
      border-top: 1px solid #c0c0c0;
      border-bottom: 1px solid #c0c0c0;
      padding: 42px 0;
      margin-top: 40px;
      position: relative; }
      .casesInfo .conLeft .page:after {
        width: 1px;
        height: 100px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #c0c0c0;
        content: '';
        left: 50%; }
      .casesInfo .conLeft .page a {
        width: 285px;
        display: block;
        text-align: right;
        margin: 0 40px; }
        .casesInfo .conLeft .page a .t {
          display: flex;
          align-items: center;
          font-size: 16px;
          line-height: 18px;
          color: #b6c818;
          justify-content: safe right;
          font-weight: bold; }
          .casesInfo .conLeft .page a .t img {
            display: none; }
        .casesInfo .conLeft .page a .t1 {
          font-size: 16px;
          line-height: 20px;
          color: #222;
          font-weight: bold;
          height: 40px;
          margin-top: 8px; }
        .casesInfo .conLeft .page a:nth-child(2) {
          text-align: left; }
          .casesInfo .conLeft .page a:nth-child(2) .t {
            justify-content: safe left; }
  .casesInfo .conRight {
    width: 30.2%;
    float: right;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box; }
    .casesInfo .conRight .title {
      display: flex;
      align-items: center;
      font-size: 18px;
      line-height: 20px;
      color: #E9292B;
      font-weight: bold; }
      .casesInfo .conRight .title span {
        margin-right: 12px; }
      .casesInfo .conRight .title i {
        flex: 1;
        height: 1px;
        background-color: #c0c0c0;
        display: block; }
    .casesInfo .conRight ul {
      margin-top: 16px; }
      .casesInfo .conRight ul li {
        width: 100%;
        margin-bottom: 25px; }
        .casesInfo .conRight ul li:last-child {
          margin-bottom: 0; }
        .casesInfo .conRight ul li a {
          width: 100%;
          display: block; }
          .casesInfo .conRight ul li a .pic {
            padding-bottom: 75%;
            border-radius: 8px; }
          .casesInfo .conRight ul li a .con {
            display: flex;
            align-items: flex-start;
            margin-top: 15px; }
            .casesInfo .conRight ul li a .con .num {
              width: 54px;
              text-align: center;
              font-size: 40px;
              line-height: 42px;
              color: #d8d8d8;
              font-weight: bold;
              padding-top: 2px; }
            .casesInfo .conRight ul li a .con .conn {
              flex: 1; }
              .casesInfo .conRight ul li a .con .conn .tits {
                font-size: 16px;
                line-height: 24px;
                font-weight: bold;
                color: #222; }
              .casesInfo .conRight ul li a .con .conn .tit {
                display: flex;
                align-items: center;
                font-size: 12px;
                line-height: 20px;
                color: #7e7e7e;
                display: flex;
                align-items: center;
                margin-top: 2px; }
                .casesInfo .conRight ul li a .con .conn .tit span {
                  margin-right: 30px;
                  display: flex;
                  align-items: center; }
                  .casesInfo .conRight ul li a .con .conn .tit span:last-child {
                    margin-right: 0; }
                  .casesInfo .conRight ul li a .con .conn .tit span img {
                    margin-right: 8px; }
  .casesInfo .shareXf {
    position: sticky;
    top: 140px;
    margin-left: -70px;
    width: fit-content;
    height: 0; }
    .casesInfo .shareXf p {
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      color: #666; }
    .casesInfo .shareXf .aShare {
      display: block;
      margin: 10px auto 0; }
      .casesInfo .shareXf .aShare a {
        width: 31px;
        display: block;
        padding: 0 !important;
        margin: 0 auto 5px;
        float: none; }
        .casesInfo .shareXf .aShare a span {
          float: none;
          width: 31px !important;
          height: 31px !important; }
  @media (max-width: 1460px) {
    .casesInfo .shareXf {
      left: 10px; } }
  @media (max-width: 1366px) {
    .casesInfo .conLeft .tits {
      font-size: 24px;
      line-height: 30px; } }
  @media (max-width: 1150px) {
    .casesInfo .conLeft {
      width: 100%;
      float: none; }
    .casesInfo .conRight {
      display: none; } }
  @media (max-width: 1024px) {
    .casesInfo .shareXf {
      height: auto;
      left: auto;
      top: auto;
      transform: translateY(0);
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 10px;
      margin-left: 0; }
      .casesInfo .shareXf p {
        font-size: 12px;
        line-height: 14px;
        margin-right: 5px; }
      .casesInfo .shareXf .aShare {
        margin: 0;
        display: flex;
        align-items: center; }
        .casesInfo .shareXf .aShare .a2a_kit {
          display: flex; }
        .casesInfo .shareXf .aShare a {
          width: 26px;
          height: auto;
          margin: 0;
          margin-right: 5px; }
          .casesInfo .shareXf .aShare a span {
            width: 26px !important;
            height: 26px !important; } }
  @media (max-width: 768px) {
    .casesInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .casesInfo .conLeft .tits {
        font-size: 18px;
        line-height: 26px; }
      .casesInfo .conLeft .con {
        font-size: 13px;
        line-height: 22px; }
        .casesInfo .conLeft .con .conn {
          display: block;
          margin: 20px 0; }
      .casesInfo .conLeft .page {
        display: block;
        padding: 20px 0;
        margin-top: 25px; }
        .casesInfo .conLeft .page:after {
          display: none; }
        .casesInfo .conLeft .page a {
          width: 100%;
          text-align: left !important;
          margin: 0; }
          .casesInfo .conLeft .page a:last-child {
            margin-top: 15px; }
          .casesInfo .conLeft .page a .t {
            justify-content: flex-start; }
          .casesInfo .conLeft .page a .t1 {
            font-size: 14px;
            line-height: 18px;
            height: auto; } }

.brand {
  padding-bottom: 75px;
  padding-top: 40px; }
  .brand .conLeft {
    width: 310px;
    background-color: #fff;
    float: left;
    overflow: hidden;
    border-radius: 10px 10px 0 0; }
    .brand .conLeft .title {
      display: flex;
      align-items: center;
      font-size: 20px;
      line-height: 60px;
      color: #fff;
      font-weight: bold;
      border-radius: 10px 10px 0 0;
      background-color: #E9292B;
      justify-content: center; }
      .brand .conLeft .title img {
        margin-right: 20px; }
    .brand .conLeft .conNew {
      padding: 20px 35px 20px 50px;
      width: 100%;
      box-sizing: border-box;
      border-top: none;
      border: 1px solid #dcdcdc;
      border-top: none;
      box-shadow: 1px 1.732px 2px 0px rgba(0, 32, 16, 0.1);
      border-bottom: 8px solid #ededed; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #E9292B;
        font-weight: bold; }
      .brand .conLeft .conNew .tit {
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        .brand .conLeft .conNew .tit a {
          width: 21px;
          height: 21px;
          border-radius: 100%;
          display: block;
          text-align: center;
          font-size: 14px;
          color: #c4c4c4;
          line-height: 21px;
          margin-right: 6px;
          margin-bottom: 6px; }
          .brand .conLeft .conNew .tit a.on {
            color: #E9292B;
            font-weight: bold; }
          .brand .conLeft .conNew .tit a.active {
            background-color: #cbda42;
            color: #fff;
            font-weight: bold; }
      .brand .conLeft .conNew .itemBox {
        margin-top: 10px; }
        .brand .conLeft .conNew .itemBox .item {
          display: flex;
          align-items: flex-start; }
          .brand .conLeft .conNew .itemBox .item .t {
            width: 26px;
            padding-left: 5px;
            font-size: 12px;
            line-height: 30px;
            color: #E9292B; }
          .brand .conLeft .conNew .itemBox .item .t1 {
            flex: 1; }
            .brand .conLeft .conNew .itemBox .item .t1 a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              font-size: 12px;
              line-height: 30px;
              color: #2d2d2d;
              text-transform: uppercase; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #E9292B; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #E9292B; } }
  .brand .conRight {
    width: calc(100% - 350px);
    float: right; }
    .brand .conRight .item {
      margin-bottom: 5px; }
    .brand .conRight .title {
      border-bottom: 2px solid #d7d7d7;
      font-size: 18px;
      line-height: 60px;
      color: #222;
      font-weight: bold;
      text-align: center;
      position: relative; }
      .brand .conRight .title:after {
        width: 228px;
        height: 4px;
        position: absolute;
        bottom: -3px;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        background-color: #E9292B; }
    .brand .conRight ul {
      margin-top: 30px; }
      .brand .conRight ul li {
        width: 18.1%;
        float: left;
        margin-right: 2.375%;
        box-sizing: border-box;
        margin-bottom: 6px; }
        .brand .conRight ul li:nth-child(5n) {
          margin-right: 0; }
        .brand .conRight ul li a {
          width: 100%;
          display: block;
          padding-bottom: 8px; }
          .brand .conRight ul li a .pic {
            width: 100%;
            height: 88px;
            box-sizing: border-box;
            background-color: #fff;
            position: relative;
            border-radius: 8px; }
            .brand .conRight ul li a .pic img {
              max-width: 60%;
              max-height: 70%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .brand .conRight ul li a .bg {
            width: 107.4%;
            margin-left: -3.7%; }
          .brand .conRight ul li a .tits {
            text-align: center;
            font-size: 14px;
            line-height: 18px;
            color: #2d2d2d;
            font-weight: bold;
            text-transform: uppercase;
            position: relative;
            z-index: 10;
            padding-top: 8px; }
          .brand .conRight ul li a .tit {
            text-align: center;
            font-size: 12px;
            line-height: 18px;
            color: #2d2d2d; }
        @media (min-width: 1024px) {
          .brand .conRight ul li:hover a .pic {
            box-shadow: 0 0 6px rgba(196, 196, 196, 0.5); }
          .brand .conRight ul li:hover a .tits {
            color: #E9292B; }
          .brand .conRight ul li:hover a .tit {
            color: #E9292B; } }
    .brand .conRight .paging {
      margin-top: 47px; }
  @media (max-width: 1024px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .brand {
      padding-top: 25px;
      padding-bottom: 30px; }
      .brand .conRight .title {
        line-height: 16px;
        line-height: 40px; }
      .brand .conRight ul {
        margin-top: 15px; }
      .brand .conRight ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px; }
        .brand .conRight ul li:nth-child(5n) {
          margin-right: 3%; }
        .brand .conRight ul li:nth-child(2n) {
          margin-right: 0; }
      .brand .conRight .paging {
        margin-top: 20px; } }

.brandInfo {
  padding-top: 40px;
  padding-bottom: 77px; }
  .brandInfo .box1 {
    display: flex;
    align-items: flex-start; }
    .brandInfo .box1 .pic {
      width: 205px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 6px rgba(196, 196, 196, 0.5);
      padding: 24px 0; }
      .brandInfo .box1 .pic .img {
        width: 100%;
        height: 60px;
        position: relative; }
        .brandInfo .box1 .pic .img img {
          max-width: 100%;
          max-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .brandInfo .box1 .pic .tits {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #222;
        line-height: 18px;
        margin-top: 20px; }
    .brandInfo .box1 .con {
      flex: 1;
      margin-left: 40px; }
      .brandInfo .box1 .con .tits {
        font-size: 16px;
        line-height: 18px;
        color: #2c251c;
        font-weight: bold;
        border-bottom: 1px solid #d4d4d4;
        position: relative;
        padding-bottom: 21px; }
        .brandInfo .box1 .con .tits:after {
          width: 228px;
          height: 5px;
          background-color: #E9292B;
          position: absolute;
          left: 0;
          bottom: -3px;
          content: ''; }
      .brandInfo .box1 .con .txt {
        font-size: 12px;
        line-height: 30px;
        color: #868686;
        margin-top: 12px; }
    .brandInfo .box1 .boxRight {
      width: 305px;
      margin-left: 53px; }
      .brandInfo .box1 .boxRight .tits {
        font-size: 16px;
        line-height: 18px;
        color: #2c251c;
        padding-left: 27px;
        background-position: 5px center;
        background-repeat: no-repeat;
        background-image: url("../images/brandInfo_icon1.png");
        font-weight: bold; }
      .brandInfo .box1 .boxRight .tit {
        margin-top: 13px; }
        .brandInfo .box1 .boxRight .tit a {
          font-size: 12px;
          padding: 0 10px;
          min-width: 60px;
          box-sizing: border-box;
          color: #646464;
          background-color: #fff;
          box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
          margin-right: 12px;
          line-height: 24px;
          display: inline-block;
          text-align: center;
          margin-bottom: 18px; }
  .brandInfo .box2 {
    margin-top: 60px;
    display: flex;
    justify-content: space-between; }
    .brandInfo .box2 .boxLeft {
      flex: 1;
      margin-right: 53px;
      display: flex;
      justify-content: space-between; }
      .brandInfo .box2 .boxLeft .picBig {
        width: calc(64.1% - 4px);
        height: 100%;
        overflow: hidden;
        border-radius: 10px;
        position: relative;
        cursor: pointer; }
        .brandInfo .box2 .boxLeft .picBig img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .brandInfo .box2 .boxLeft .picBox {
        width: calc(35.9% - 4px);
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .brandInfo .box2 .boxLeft .picBox .pic {
          width: 100%;
          border-radius: 10px;
          overflow: hidden;
          position: relative;
          cursor: pointer;
          height: calc(43.4% - 4px); }
          .brandInfo .box2 .boxLeft .picBox .pic .img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .brandInfo .box2 .boxLeft .picBox .pic:nth-child(2) {
            height: calc(56.6% - 4px); }
            .brandInfo .box2 .boxLeft .picBox .pic:nth-child(2):after {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 5;
              background-color: rgba(0, 0, 0, 0.5);
              top: 0;
              left: 0;
              content: ''; }
          .brandInfo .box2 .boxLeft .picBox .pic .icon {
            width: 56px;
            height: 56px;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            z-index: 5; }
            .brandInfo .box2 .boxLeft .picBox .pic .icon img {
              position: relative;
              z-index: 5; }
            .brandInfo .box2 .boxLeft .picBox .pic .icon:before {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              content: '';
              background-color: #cbda42;
              opacity: 0.1;
              border-radius: 100%;
              animation: pulse-border 1.5s linear infinite 0.75s; }
            .brandInfo .box2 .boxLeft .picBox .pic .icon:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              content: '';
              background-color: #cbda42;
              opacity: 0.1;
              border-radius: 100%;
              animation: pulse-border 1.5s linear infinite; }
          .brandInfo .box2 .boxLeft .picBox .pic .num {
            text-align: center;
            font-size: 30px;
            line-height: 32px;
            font-weight: bold;
            width: 100%;
            position: absolute;
            z-index: 6;
            color: #fff;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
    .brandInfo .box2 .boxRight {
      width: 305px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 6px rgba(196, 196, 196, 0.5);
      box-sizing: border-box;
      padding: 10px 22px 20px; }
      .brandInfo .box2 .boxRight .t .tt {
        font-size: 14px;
        line-height: 29px;
        color: #484848; }
        .brandInfo .box2 .boxRight .t .tt span {
          color: #c92d2f;
          margin-right: 4px; }
      .brandInfo .box2 .boxRight .t .text {
        width: 100%;
        padding-left: 15px;
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        background: none;
        box-sizing: border-box;
        height: 36px;
        font-size: 14px;
        color: #555; }
      .brandInfo .box2 .boxRight .t .txt {
        width: 100%;
        padding-left: 15px;
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        background: none;
        box-sizing: border-box;
        height: 58px;
        font-size: 14px;
        color: #555; }
      .brandInfo .box2 .boxRight .submit {
        width: 100%;
        height: 54px;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        line-height: 54px;
        color: #fff;
        font-weight: bold;
        display: block;
        background-color: #E9292B;
        margin-top: 16px; }
  .brandInfo .box3 {
    margin-top: 48px; }
    .brandInfo .box3 .title {
      font-size: 16px;
      line-height: 18px;
      color: #2c251c;
      font-weight: bold;
      border-bottom: 2px solid #d4d4d4;
      position: relative;
      padding-bottom: 21px;
      margin-bottom: 30px; }
      .brandInfo .box3 .title:after {
        width: 228px;
        height: 5px;
        background-color: #E9292B;
        position: absolute;
        left: 0;
        bottom: -3px;
        content: ''; }
  @media (max-width: 1024px) {
    .brandInfo .box1 {
      flex-wrap: wrap; }
      .brandInfo .box1 .con {
        width: calc(100% - 205px - 30px);
        margin-left: 30px; }
      .brandInfo .box1 .boxRight {
        width: calc(100% - 205px - 30px);
        margin-left: 235px;
        margin-top: 15px; }
    .brandInfo .box2 {
      margin-top: 40px;
      display: flex; }
      .brandInfo .box2 .boxLeft {
        height: 43vw;
        margin-right: 0; }
      .brandInfo .box2 .boxRight {
        display: none; } }
  @media (max-width: 768px) {
    .brandInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .brandInfo .box1 {
        display: block; }
        .brandInfo .box1 .pic {
          margin: 0 auto; }
        .brandInfo .box1 .con {
          width: 100%;
          margin-top: 25px;
          margin-left: 0; }
          .brandInfo .box1 .con .tits {
            padding-bottom: 10px; }
            .brandInfo .box1 .con .tits:after {
              width: 158px; }
        .brandInfo .box1 .boxRight {
          width: 100%;
          margin-left: 0; }
          .brandInfo .box1 .boxRight .tit a {
            margin-bottom: 10px; }
      .brandInfo .box2 {
        margin-top: 15px;
        display: block; }
        .brandInfo .box2 .boxLeft {
          display: block;
          height: auto; }
          .brandInfo .box2 .boxLeft .picBig {
            width: 100%;
            height: 60vw; }
          .brandInfo .box2 .boxLeft .picBox {
            width: 100%;
            margin-top: 10px;
            display: flex;
            flex-direction: row;
            justify-content: space-between; }
            .brandInfo .box2 .boxLeft .picBox .pic {
              height: 30vw !important;
              width: calc(50% - 5px); }
              .brandInfo .box2 .boxLeft .picBox .pic .icon {
                width: 36px;
                height: 36px; }
              .brandInfo .box2 .boxLeft .picBox .pic .num {
                font-size: 22px;
                line-height: 24px; }
      .brandInfo .box3 {
        margin-top: 20px; }
        .brandInfo .box3 .title {
          padding-bottom: 10px;
          margin-bottom: 15px; }
          .brandInfo .box3 .title:after {
            width: 158px; } }

.proList ul {
  padding-bottom: 37px; }
  .proList ul li {
    width: 21.7%;
    background-color: #fff;
    margin-right: 4.4%;
    border-radius: 8px;
    box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 40px;
    float: left; }
    .proList ul li:nth-child(4n) {
      margin-right: 0; }
    .proList ul li a {
      width: 100%;
      display: block; }
      .proList ul li a .pic {
        border-radius: 8px;
        padding-bottom: 75%; }
      .proList ul li a .con {
        padding: 17px 22px 15px;
        box-sizing: border-box; }
        .proList ul li a .con .tits {
          font-size: 18px;
          line-height: 20px;
          color: #222;
          font-weight: bold; }
        .proList ul li a .con .tit {
          font-size: 12px;
          line-height: 20px;
          color: #7b7b7b;
          height: 100px;
          -webkit-line-clamp: 5;
          margin-top: 14px; }
      .proList ul li a .more {
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        font-weight: bold;
        background-color: #E9292B; }
    @media (min-width: 1024px) {
      .proList ul li:hover {
        box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.2); }
        .proList ul li:hover a .more {
          background-color: #d7e36c;
          color: #222; } }
@media (max-width: 1200px) {
  .proList ul li {
    margin-bottom: 30px;
    width: 32%;
    margin-right: 2%; }
    .proList ul li:nth-child(4n) {
      margin-right: 2%; }
    .proList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 960px) {
  .proList ul {
    padding-bottom: 20px; }
    .proList ul li {
      margin-bottom: 25px;
      width: 49%;
      margin-right: 2%; }
      .proList ul li:nth-child(4n) {
        margin-right: 2%; }
      .proList ul li:nth-child(3n) {
        margin-right: 2%; }
      .proList ul li:nth-child(2n) {
        margin-right: 0; } }
@media (max-width: 540px) {
  .proList ul li {
    width: 100%;
    margin-bottom: 15px; } }

.product {
  padding-top: 50px;
  padding-bottom: 50px; }
  .product .proLeft {
    width: 27.1%;
    float: left;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box; }
    .product .proLeft .tits .t {
      font-size: 18px;
      line-height: 20px;
      color: #222;
      font-weight: bold; }
    .product .proLeft .tits img {
      width: 100%;
      display: block;
      margin-top: 13px; }
    .product .proLeft .tit {
      margin-top: 23px; }
      .product .proLeft .tit a {
        width: 100%;
        border: 1px solid #c9c9c9;
        display: flex;
        margin-bottom: 17px;
        border-radius: 8px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 48px;
        box-sizing: border-box;
        color: #222;
        text-transform: uppercase;
        align-items: center; }
        .product .proLeft .tit a:last-child {
          margin-bottom: 0; }
        .product .proLeft .tit a span {
          width: 16px;
          height: 16px;
          border-radius: 4px;
          border: 1px solid #c9c9c9;
          display: block;
          box-sizing: border-box;
          margin-right: 15px; }
          .product .proLeft .tit a span img {
            opacity: 0;
            width: 100%;
            display: block; }
        @media (min-width: 1024px) {
          .product .proLeft .tit a:hover {
            border-color: #d7e36c; }
            .product .proLeft .tit a:hover span {
              background-color: #d7e36c; }
              .product .proLeft .tit a:hover span img {
                opacity: 1; } }
        .product .proLeft .tit a.on {
          border-color: #d7e36c; }
          .product .proLeft .tit a.on span {
            background-color: #d7e36c; }
            .product .proLeft .tit a.on span img {
              opacity: 1; }
  .product .proRight {
    width: 69.8%;
    float: right;
    padding-top: 30px; }
    .product .proRight .top .tits {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      .product .proRight .top .tits span {
        font-size: 18px;
        line-height: 20px;
        color: #222;
        font-weight: bold; }
      .product .proRight .top .tits a {
        font-size: 12px;
        line-height: 14px;
        color: #999; }
    .product .proRight .top .tit {
      margin-top: 20px; }
      .product .proRight .top .tit a {
        width: 15.9%;
        float: left;
        margin-right: 0.92%;
        margin-bottom: 0.92%;
        background-color: #efefef;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        display: block;
        color: #222;
        border-radius: 8px;
        text-transform: uppercase; }
        .product .proRight .top .tit a:nth-child(6n) {
          margin-right: 0; }
        @media (min-width: 1024px) {
          .product .proRight .top .tit a:hover {
            background-color: #d7e36c; } }
        .product .proRight .top .tit a.on {
          background-color: #d7e36c; }
    .product .proRight .top .tit1 {
      display: flex;
      align-items: center;
      margin-top: 17px; }
      .product .proRight .top .tit1 span {
        font-size: 18px;
        line-height: 30px;
        width: 120px;
        display: block;
        color: #999; }
      .product .proRight .top .tit1 .t {
        flex: 1;
        align-items: center;
        display: flex; }
        .product .proRight .top .tit1 .t a {
          background-color: #d7e36c;
          padding: 0 20px;
          display: flex;
          align-items: center;
          font-size: 16px;
          line-height: 30px;
          border-radius: 8px;
          color: #222;
          margin-right: 10px; }
          .product .proRight .top .tit1 .t a img {
            margin-left: 10px; }
      .product .proRight .top .tit1 .reset {
        font-size: 12px;
        line-height: 30px;
        color: #999; }
    .product .proRight .proList {
      margin-top: 40px; }
      .product .proRight .proList ul {
        padding-bottom: 0; }
        .product .proRight .proList ul li {
          width: 31.1%;
          margin-right: 3.35%; }
          .product .proRight .proList ul li:nth-child(4n) {
            margin-right: 3.35%; }
          .product .proRight .proList ul li:nth-child(3n) {
            margin-right: 0; }
  @media (max-width: 1200px) {
    .product .proRight .top .tit a {
      font-size: 13px; } }
  @media (max-width: 1150px) {
    .product .proLeft {
      width: 100%;
      padding: 20px;
      float: none; }
      .product .proLeft .tit {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .product .proLeft .tit a {
          margin-bottom: 10px !important;
          width: 24%; }
    .product .proRight {
      width: 100%;
      float: none; } }
  @media (max-width: 960px) {
    .product .proRight .proList ul {
      padding-bottom: 20px; }
      .product .proRight .proList ul li {
        margin-bottom: 25px;
        width: 49%;
        margin-right: 2%; }
        .product .proRight .proList ul li:nth-child(4n) {
          margin-right: 2%; }
        .product .proRight .proList ul li:nth-child(3n) {
          margin-right: 2%; }
        .product .proRight .proList ul li:nth-child(2n) {
          margin-right: 0; } }
  @media (max-width: 768px) {
    .product {
      padding-top: 25px;
      padding-bottom: 30px; }
      .product .proLeft {
        padding: 10px; }
        .product .proLeft .tit {
          margin-top: 10px; }
          .product .proLeft .tit a {
            margin-bottom: 10px !important;
            width: 49%;
            font-size: 14px;
            height: 36px; }
      .product .proRight .top .tit a {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%; }
        .product .proRight .top .tit a:nth-child(3n) {
          margin-right: 0; }
      .product .proRight .top .tit1 {
        flex-wrap: wrap;
        margin-top: 5px; }
        .product .proRight .top .tit1 span {
          width: 100%;
          display: block;
          font-size: 14px; }
        .product .proRight .top .tit1 .t a {
          font-size: 14px;
          padding: 0 12px; }
      .product .proRight .proList {
        margin-top: 20px; } }
  @media (max-width: 540px) {
    .product .proRight .proList ul li {
      width: 100%;
      margin-bottom: 15px; } }

.productInfo {
  padding-top: 50px; }
  @media (max-width: 768px) {
    .productInfo {
      padding-top: 25px; } }
  .productInfo .box1 .picBox {
    width: 46.9%;
    float: left; }
    .productInfo .box1 .picBox .picBig {
      width: 100%;
      height: auto;
      position: relative; }
      .productInfo .box1 .picBox .picBig .dt {
        width: 153px;
        height: 36px;
        border-radius: 18px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 36px;
        color: #000;
        z-index: 10;
        position: absolute;
        bottom: 16px;
        right: 16px;
        font-weight: bold; }
        .productInfo .box1 .picBox .picBig .dt img {
          margin-right: 8px; }
      .productInfo .box1 .picBox .picBig ul li {
        width: 100%;
        height: 495px;
        position: relative;
        border-radius: 8px;
        margin-right: 10px;
        overflow: hidden; }
        .productInfo .box1 .picBox .picBig ul li:last-child {
          margin-right: 0; }
        .productInfo .box1 .picBox .picBig ul li img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
    .productInfo .box1 .picBox .list {
      margin-top: 18px; }
      .productInfo .box1 .picBox .list .item {
        width: 23%;
        overflow: hidden;
        height: 113px;
        border-radius: 8px;
        margin-right: 2.6%;
        position: relative;
        float: left;
        cursor: pointer; }
        .productInfo .box1 .picBox .list .item:last-child {
          margin-right: 0; }
        .productInfo .box1 .picBox .list .item img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .productInfo .box1 .picBox .list .item.on:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border: 2px solid #d7e36c;
          box-sizing: border-box;
          content: '';
          z-index: 5;
          border-radius: 8px; }
  .productInfo .box1 .con {
    width: 49.2%;
    float: right; }
    .productInfo .box1 .con .tits {
      font-size: 24px;
      line-height: 28px;
      color: #222;
      font-weight: bold; }
    .productInfo .box1 .con .tit {
      margin-top: 17px; }
      .productInfo .box1 .con .tit .item {
        border-bottom: 1px dashed #ccc;
        padding: 15px 0; }
        .productInfo .box1 .con .tit .item:last-child {
          border-bottom: none; }
        .productInfo .box1 .con .tit .item .t {
          font-size: 16px;
          line-height: 34px;
          color: #000;
          display: flex;
          align-items: center; }
          .productInfo .box1 .con .tit .item .t span {
            font-weight: bold;
            width: 37%;
            display: block; }
    .productInfo .box1 .con .btns {
      display: flex;
      margin-top: 61px; }
      .productInfo .box1 .con .btns a {
        width: 222px;
        height: 54px;
        border-radius: 5px;
        background-color: #E9292B;
        font-size: 18px;
        line-height: 54px;
        color: #fff;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin-right: 42px;
        justify-content: center; }
        .productInfo .box1 .con .btns a:nth-child(2) {
          background-color: #8e8e8e;
          margin-right: 0; }
        .productInfo .box1 .con .btns a img {
          margin-right: 15px; }
  @media (max-width: 960px) {
    .productInfo .box1 .picBox {
      width: 100%;
      float: none; }
    .productInfo .box1 .con {
      width: 100%;
      float: none;
      margin-top: 15px; }
      .productInfo .box1 .con .tits {
        font-size: 20px;
        line-height: 24px; }
      .productInfo .box1 .con .tit .item .t {
        font-size: 16px;
        line-height: 28px; } }
  @media (max-width: 768px) {
    .productInfo .box1 .picBox .picBig ul li {
      height: 75vw; }
    .productInfo .box1 .picBox .list {
      margin-top: 10px; }
      .productInfo .box1 .picBox .list .item {
        height: 70px; }
    .productInfo .box1 .con .tits {
      font-size: 16px;
      line-height: 22px; }
    .productInfo .box1 .con .tit {
      margin-top: 20px; }
      .productInfo .box1 .con .tit .item {
        padding: 10px 0; }
        .productInfo .box1 .con .tit .item .t {
          font-size: 13px;
          line-height: 26px; }
          .productInfo .box1 .con .tit .item .t span {
            width: 40%; }
    .productInfo .box1 .con .btns {
      margin-top: 25px; }
      .productInfo .box1 .con .btns a {
        font-size: 13px;
        line-height: 40px;
        height: 40px;
        margin-right: 15px; }
        .productInfo .box1 .con .btns a img {
          width: 22px;
          margin-right: 8px;
          margin-right: 10px; } }
  .productInfo .content {
    margin-top: 42px; }
    .productInfo .content .conLeft {
      width: 70.3%;
      float: left; }
      .productInfo .content .conLeft .infoBox {
        border-top: 1px dashed #ccc;
        padding-top: 28px; }
        .productInfo .content .conLeft .infoBox .item {
          border-bottom: 1px dashed #ccc;
          padding-bottom: 12px;
          margin-bottom: 28px; }
          .productInfo .content .conLeft .infoBox .item .tits {
            font-size: 16px;
            line-height: 18px;
            color: #000;
            font-weight: bold; }
          .productInfo .content .conLeft .infoBox .item .tit {
            font-size: 14px;
            line-height: 36px;
            color: #3b3b3b;
            display: flex;
            flex-wrap: wrap;
            margin-top: 16px; }
            .productInfo .content .conLeft .infoBox .item .tit .t {
              width: 55.3%;
              display: flex; }
              .productInfo .content .conLeft .infoBox .item .tit .t:nth-child(2n) {
                width: 44.7%; }
              .productInfo .content .conLeft .infoBox .item .tit .t .tt {
                width: 45%; }
                .productInfo .content .conLeft .infoBox .item .tit .t .tt:nth-child(2n) {
                  width: 55%; }
      .productInfo .content .conLeft .details .tits {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: bold; }
      .productInfo .content .conLeft .details .tableBox {
        margin-top: 30px; }
        .productInfo .content .conLeft .details .tableBox tr {
          font-size: 14px;
          line-height: 20px; }
          .productInfo .content .conLeft .details .tableBox tr th, .productInfo .content .conLeft .details .tableBox tr td {
            border: 1px solid #ddd;
            padding: 8px 20px; }
            .productInfo .content .conLeft .details .tableBox tr th:nth-child(1), .productInfo .content .conLeft .details .tableBox tr td:nth-child(1) {
              padding: 0 30px;
              font-weight: bold;
              white-space: nowrap; }
          .productInfo .content .conLeft .details .tableBox tr th {
            background-color: #e4e4e4;
            text-align: left; }
      .productInfo .content .conLeft .cTit {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: bold;
        padding: 30px 0 20px; }
      .productInfo .content .conLeft .box2 {
        width: 750px;
        max-width: 100%; }
        .productInfo .content .conLeft .box2 .title {
          display: flex;
          align-items: center;
          padding: 0 10px;
          box-sizing: border-box;
          justify-content: space-between; }
          .productInfo .content .conLeft .box2 .title .t {
            height: 41px; }
          .productInfo .content .conLeft .box2 .title .logo {
            height: 27px; }
        .productInfo .content .conLeft .box2 .ps {
          padding-top: 20px; }
          .productInfo .content .conLeft .box2 .ps .itemBox {
            padding: 0 10px;
            box-sizing: border-box;
            margin-top: 17px; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item {
              margin-bottom: 12px; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .tits {
                font-size: 16px;
                line-height: 21px;
                color: #222;
                text-align: center;
                background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #cbda43 51%, rgba(255, 255, 255, 0) 100%);
                background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #cbda43 51%, rgba(255, 255, 255, 0) 100%);
                background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #cbda43 51%, rgba(255, 255, 255, 0) 100%);
                font-weight: bold; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .picBox {
                display: flex;
                justify-content: space-between; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .picBox .pic {
                  width: 23.4%;
                  padding-bottom: 13.9%;
                  position: relative;
                  height: 0;
                  overflow: hidden; }
                  .productInfo .content .conLeft .box2 .ps .itemBox .item .picBox .pic img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
        .productInfo .content .conLeft .box2 .ass .itemBox {
          padding: 0 10px; }
          .productInfo .content .conLeft .box2 .ass .itemBox .item .pic {
            width: 48.8%;
            float: left; }
          .productInfo .content .conLeft .box2 .ass .itemBox .item .con {
            float: right;
            width: 46.6%;
            margin-right: 2.4%; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t {
              margin-bottom: 30px; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t .tt {
                font-weight: bold;
                font-size: 20px;
                line-height: 22px;
                color: #222; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t .tt1 {
                font-size: 11px;
                line-height: 16px;
                color: #222;
                margin-top: 6px; }
          .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .pic {
            float: right; }
          .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .con {
            float: left; }
        .productInfo .content .conLeft .box2 .oac {
          padding-top: 14px; }
          .productInfo .content .conLeft .box2 .oac .pic {
            margin-top: 23px; }
        .productInfo .content .conLeft .box2 .cv {
          padding-top: 20px; }
          .productInfo .content .conLeft .box2 .cv .itemNew {
            padding: 0 10px;
            margin-top: 20px; }
            .productInfo .content .conLeft .box2 .cv .itemNew .itemBox {
              box-sizing: border-box;
              margin-bottom: 10px; }
              .productInfo .content .conLeft .box2 .cv .itemNew .itemBox:last-child {
                margin-bottom: 0; }
              .productInfo .content .conLeft .box2 .cv .itemNew .itemBox .item {
                width: 24%;
                margin-right: 1.3%;
                float: left; }
                .productInfo .content .conLeft .box2 .cv .itemNew .itemBox .item:nth-child(4n) {
                  margin-right: 0; }
                .productInfo .content .conLeft .box2 .cv .itemNew .itemBox .item .pic {
                  width: 100%;
                  height: 0;
                  position: relative;
                  padding-bottom: 58.9%;
                  overflow: hidden; }
                  .productInfo .content .conLeft .box2 .cv .itemNew .itemBox .item .pic img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
                .productInfo .content .conLeft .box2 .cv .itemNew .itemBox .item .con {
                  width: 100%;
                  background-color: #858585;
                  -webkit-clip-path: polygon(50% 14px, 100% 0, 100% 100%, 0 100%, 0 0);
                  clip-path: polygon(50% 14px, 100% 0, 100% 100%, 0 100%, 0 0);
                  padding: 17px 10px 5px;
                  margin-top: -14px;
                  box-sizing: border-box; }
                  .productInfo .content .conLeft .box2 .cv .itemNew .itemBox .item .con .t {
                    font-size: 11px;
                    line-height: 14px;
                    color: #fff;
                    height: 28px; }
              .productInfo .content .conLeft .box2 .cv .itemNew .itemBox:nth-child(2n) .item .con {
                background-color: #E9292B; }
        .productInfo .content .conLeft .box2 .gp {
          padding-top: 20px; }
          .productInfo .content .conLeft .box2 .gp .pic {
            margin-top: 30px; }
        .productInfo .content .conLeft .box2 .of {
          padding-top: 20px; }
          .productInfo .content .conLeft .box2 .of .con {
            width: 675px;
            max-width: calc(100% - 20px);
            margin: 16px auto 0;
            font-size: 11px;
            line-height: 16px;
            color: #222; }
          .productInfo .content .conLeft .box2 .of .pic {
            margin-top: 18px; }
            .productInfo .content .conLeft .box2 .of .pic img {
              display: block;
              margin: 0 auto 0;
              max-width: calc(100% - 20px); }
        .productInfo .content .conLeft .box2 .pt {
          padding-top: 20px; }
          .productInfo .content .conLeft .box2 .pt .picBox {
            padding: 0 10px;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            flex-wrap: wrap;
            position: relative;
            margin-top: 18px; }
            .productInfo .content .conLeft .box2 .pt .picBox .pic {
              width: 24.1%; }
              .productInfo .content .conLeft .box2 .pt .picBox .pic:nth-child(4) {
                margin-top: 10px; }
            .productInfo .content .conLeft .box2 .pt .picBox .pic1 {
              width: 49.5%; }
            .productInfo .content .conLeft .box2 .pt .picBox .con {
              width: 71.2%;
              position: absolute;
              right: 0;
              top: 38%;
              display: flex;
              justify-content: space-between; }
              .productInfo .content .conLeft .box2 .pt .picBox .con .t {
                width: 33.33333%;
                box-sizing: border-box;
                padding-right: 30px; }
                .productInfo .content .conLeft .box2 .pt .picBox .con .t .tt {
                  font-size: 14px;
                  line-height: 16px;
                  font-weight: bold;
                  color: #E9292B; }
                .productInfo .content .conLeft .box2 .pt .picBox .con .t .tt1 {
                  font-size: 10px;
                  line-height: 12px;
                  color: #222;
                  margin-top: 5px; }
        .productInfo .content .conLeft .box2 .co {
          padding-top: 20px; }
          .productInfo .content .conLeft .box2 .co .coNew {
            padding: 0 10px;
            margin-top: 20px;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .co .coNew .con {
              width: 37%;
              margin-left: 3%;
              padding-top: 23px;
              float: left; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t {
                font-size: 12px;
                line-height: 18px;
                color: #222; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t p {
                  display: flex;
                  align-items: center; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .t p span {
                    width: 6px;
                    height: 6px;
                    background-color: #363636;
                    border-radius: 100%;
                    display: block;
                    margin-right: 8px;
                    margin-left: 4px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t1 {
                margin-top: 27px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t1 .tt {
                  display: flex;
                  align-items: flex-start;
                  font-size: 12px;
                  line-height: 16px;
                  color: #222;
                  margin-bottom: 5px; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .t1 .tt img {
                    margin-right: 4px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .share {
                display: flex;
                align-items: center;
                margin-top: 20px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .share a {
                  width: 36px;
                  margin-right: 8px;
                  display: block;
                  padding: 0 !important; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .share a:last-child {
                    margin-right: 0; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .share a span {
                    width: 36px !important;
                    height: 36px !important; }
            .productInfo .content .conLeft .box2 .co .coNew .pic {
              width: 53%;
              float: right;
              display: flex;
              justify-content: space-between; }
              .productInfo .content .conLeft .box2 .co .coNew .pic img:nth-child(1) {
                width: 15px;
                margin-right: 10px; }
              .productInfo .content .conLeft .box2 .co .coNew .pic img:nth-child(2) {
                flex: 1; }
        .productInfo .content .conLeft .box2 .faq {
          padding-top: 20px;
          padding-bottom: 25px; }
          .productInfo .content .conLeft .box2 .faq .list {
            padding: 0 10px;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .faq .list ul li {
              margin-top: 16px; }
              .productInfo .content .conLeft .box2 .faq .list ul li .t {
                display: flex;
                align-items: flex-start;
                font-size: 15px;
                line-height: 24px;
                color: #434343;
                font-weight: bold; }
                .productInfo .content .conLeft .box2 .faq .list ul li .t span {
                  width: 6px;
                  height: 6px;
                  border-radius: 100%;
                  background-color: #E9292B;
                  display: block;
                  margin-right: 5px;
                  margin-top: 9px; }
              .productInfo .content .conLeft .box2 .faq .list ul li .t1 {
                font-size: 12px;
                line-height: 18px;
                color: #434343; }
    .productInfo .content .conRight {
      width: 25.1%;
      float: right; }
      .productInfo .content .conRight .top {
        width: 100%;
        border-radius: 8px;
        background-color: #ececec;
        overflow: hidden; }
        .productInfo .content .conRight .top .pic {
          width: 100%;
          position: relative;
          overflow: hidden; }
          .productInfo .content .conRight .top .pic .logo {
            width: 123px;
            height: 123px;
            border-radius: 100%;
            background-color: #ececec;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -65px; }
            .productInfo .content .conRight .top .pic .logo .img {
              width: 100%;
              height: 42px;
              position: absolute;
              top: 16px;
              left: 0; }
              .productInfo .content .conRight .top .pic .logo .img img {
                max-width: 55%;
                max-height: 60%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
        .productInfo .content .conRight .top .con {
          padding: 18px 22px 8px;
          box-sizing: border-box; }
          .productInfo .content .conRight .top .con .t {
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            color: #222; }
          .productInfo .content .conRight .top .con .t1 {
            margin-top: 6px; }
            .productInfo .content .conRight .top .con .t1 a {
              padding: 0 22px;
              font-size: 12px;
              line-height: 23px;
              color: #3b3b3b;
              margin-right: 10px;
              margin-bottom: 12px;
              border-radius: 5px;
              background-color: #f6f6f6;
              display: inline-block; }
      .productInfo .content .conRight .proList {
        margin-top: 30px; }
        .productInfo .content .conRight .proList ul li {
          margin-bottom: 30px;
          width: 100%;
          margin-right: 0 !important; }
    @media (max-width: 1150px) {
      .productInfo .content .conLeft {
        width: 100%;
        float: none; }
      .productInfo .content .conRight {
        display: none; } }
    @media (max-width: 768px) {
      .productInfo .content {
        margin-top: 20px; }
        .productInfo .content .conLeft .infoBox .item .tit {
          display: block;
          font-size: 13px;
          line-height: 32px; }
          .productInfo .content .conLeft .infoBox .item .tit .t {
            width: 100% !important; }
        .productInfo .content .conLeft .details .tableBox {
          margin-top: 15px;
          overflow-x: auto; }
          .productInfo .content .conLeft .details .tableBox table {
            width: 800px; }
            .productInfo .content .conLeft .details .tableBox table tr td, .productInfo .content .conLeft .details .tableBox table tr th {
              padding: 6px 10px !important; }
        .productInfo .content .conLeft .box2 .title {
          padding: 0; }
          .productInfo .content .conLeft .box2 .title .t {
            height: 31px; }
          .productInfo .content .conLeft .box2 .title .logo {
            display: none; }
        .productInfo .content .conLeft .box2 .ps {
          padding-top: 10px; }
          .productInfo .content .conLeft .box2 .ps .itemBox {
            padding: 0;
            margin-top: 10px; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item {
              margin-bottom: 0; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .picBox {
                flex-wrap: wrap; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .picBox .pic {
                  width: 49%;
                  margin-bottom: 5px;
                  padding-bottom: 28%; }
        .productInfo .content .conLeft .box2 .ass .itemBox {
          margin-top: 10px;
          padding: 0; }
          .productInfo .content .conLeft .box2 .ass .itemBox .item .pic {
            width: 100%;
            float: none !important; }
          .productInfo .content .conLeft .box2 .ass .itemBox .item .con {
            width: 100%;
            float: none !important;
            margin-top: 10px; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item .con .t {
              margin-bottom: 15px; }
        .productInfo .content .conLeft .box2 .oac {
          padding-top: 10px; }
        .productInfo .content .conLeft .box2 .cv {
          padding-top: 15px; }
          .productInfo .content .conLeft .box2 .cv .itemNew {
            padding: 0;
            margin-top: 10px; }
            .productInfo .content .conLeft .box2 .cv .itemNew .itemBox {
              margin-bottom: 0; }
              .productInfo .content .conLeft .box2 .cv .itemNew .itemBox .item {
                width: 49%;
                margin-bottom: 10px;
                margin-right: 2%; }
                .productInfo .content .conLeft .box2 .cv .itemNew .itemBox .item:nth-child(2n) {
                  margin-right: 0; }
                .productInfo .content .conLeft .box2 .cv .itemNew .itemBox .item:nth-child(n + 3) .con {
                  background-color: #E9292B !important; }
              .productInfo .content .conLeft .box2 .cv .itemNew .itemBox:nth-child(2n) .item .con {
                background-color: #858585; }
        .productInfo .content .conLeft .box2 .pt .picBox {
          padding: 0;
          margin-top: 10px; }
          .productInfo .content .conLeft .box2 .pt .picBox .pic, .productInfo .content .conLeft .box2 .pt .picBox .pic1 {
            display: none; }
          .productInfo .content .conLeft .box2 .pt .picBox .con {
            width: 100%;
            display: block;
            position: relative;
            width: 100%;
            margin-top: 0; }
            .productInfo .content .conLeft .box2 .pt .picBox .con .t {
              width: 100%;
              margin-bottom: 10px; }
        .productInfo .content .conLeft .box2 .co .coNew .con {
          width: 100%;
          padding-top: 0; }
        .productInfo .content .conLeft .box2 .co .coNew .pic {
          display: none; }
        .productInfo .content .conRight {
          width: 100%;
          float: none;
          display: block; }
          .productInfo .content .conRight .proList {
            display: none; } }
  .productInfo .hotList {
    margin-top: 30px; }
    .productInfo .hotList .title {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      line-height: 18px; }
    .productInfo .hotList .list {
      margin-top: 20px;
      padding: 0 30px;
      position: relative; }
      .productInfo .hotList .list .proList {
        padding: 10px;
        box-sizing: border-box; }
        .productInfo .hotList .list .proList ul li {
          width: 23.1%;
          margin-right: 2.5% !important; }
          .productInfo .hotList .list .proList ul li:last-child {
            margin-right: 0 !important; }
      .productInfo .hotList .list .a {
        width: 30px;
        height: 50px;
        background-color: #ececec;
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        z-index: 10;
        background-position: center;
        background-repeat: no-repeat; }
        .productInfo .hotList .list .a.prev {
          left: 0;
          background-image: url("../images/prev2.png");
          border-radius: 4px 0 0 4px; }
        .productInfo .hotList .list .a.next {
          right: 0;
          background-image: url("../images/next2.png");
          border-radius: 0 4px 4px 0; }
        @media (min-width: 1024px) {
          .productInfo .hotList .list .a:hover {
            background-color: #d7e36c; }
            .productInfo .hotList .list .a:hover.prev {
              background-image: url("../images/prev2_h.png"); }
            .productInfo .hotList .list .a:hover.next {
              background-image: url("../images/next2_h.png"); } }
    @media (max-width: 1200px) {
      .productInfo .hotList .list .proList ul li {
        width: 32%;
        margin-right: 2% !important; } }
    @media (max-width: 960px) {
      .productInfo .hotList .list .proList ul li {
        width: 49%;
        margin-right: 2% !important; } }
    @media (max-width: 640px) {
      .productInfo .hotList .list .proList ul li {
        width: 100%;
        margin-right: 5% !important; } }

.about {
  padding-bottom: 80px;
  border-bottom: 20px solid #d7e36c; }
  @media (max-width: 768px) {
    .about {
      padding-bottom: 30px;
      border-width: 10px; } }
  .about .box1 {
    padding-top: 45px; }
    .about .box1 .picBox {
      width: 50.4%;
      float: left;
      position: relative; }
      .about .box1 .picBox .img {
        width: 15.2%;
        position: absolute;
        top: 10px;
        right: 0; }
      .about .box1 .picBox .pic {
        width: 72%;
        box-sizing: border-box;
        border: 8px solid #fff;
        border-radius: 10px;
        overflow: hidden; }
      .about .box1 .picBox .pic1 {
        width: 34%;
        box-sizing: border-box;
        border: 8px solid #fff;
        border-radius: 10px;
        position: absolute;
        left: 59.2%;
        top: 13%;
        z-index: 5; }
        .about .box1 .picBox .pic1 .icon {
          width: 56px;
          height: 56px;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          cursor: pointer;
          z-index: 5; }
          .about .box1 .picBox .pic1 .icon img {
            position: relative;
            z-index: 5; }
          .about .box1 .picBox .pic1 .icon:before {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-color: #cbda42;
            opacity: 0.1;
            border-radius: 100%;
            animation: pulse-border 1.5s linear infinite 0.75s; }
          .about .box1 .picBox .pic1 .icon:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-color: #cbda42;
            opacity: 0.1;
            border-radius: 100%;
            animation: pulse-border 1.5s linear infinite; }
      .about .box1 .picBox .txt {
        width: 115px;
        position: absolute;
        left: 77%;
        margin-left: -57px;
        background-color: #E9292B;
        color: #fff;
        font-weight: bold;
        text-align: center;
        bottom: -17px;
        padding-top: 22px;
        padding-bottom: 15px; }
        .about .box1 .picBox .txt img {
          width: 66px;
          bottom: 0;
          position: absolute;
          right: 100%; }
        .about .box1 .picBox .txt .t {
          font-size: 50px;
          line-height: 40px; }
        .about .box1 .picBox .txt .t1 {
          font-size: 18px;
          line-height: 23px;
          margin-top: 8px; }
    .about .box1 .con {
      width: 43.8%;
      margin-right: 3%;
      float: right;
      padding-top: 5.8%; }
      .about .box1 .con .tits {
        font-size: 20px;
        line-height: 32px;
        border-radius: 16px;
        color: #fff;
        width: fit-content;
        padding: 0 24px;
        background-color: #E9292B;
        font-weight: bold; }
      .about .box1 .con .tit {
        font-size: 36px;
        line-height: 51px;
        color: #222;
        font-weight: bold;
        margin-top: 10px; }
      .about .box1 .con .line {
        width: 150px;
        height: 2px;
        background-color: #E9292B;
        margin-top: 28px; }
      .about .box1 .con .tit1 {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 23px; }
      .about .box1 .con .tit2 {
        display: flex;
        align-items: center;
        margin-top: 57px; }
        .about .box1 .con .tit2 .but1 {
          padding: 6px 6px 6px 22px;
          font-size: 20px;
          line-height: 35px;
          color: #000;
          background-color: #cbda42;
          border-radius: 5px;
          display: flex;
          align-items: center;
          font-weight: bold; }
          .about .box1 .con .tit2 .but1 img {
            margin-left: 22px; }
        .about .box1 .con .tit2 .t {
          margin-left: 46px;
          display: flex;
          align-items: center; }
          .about .box1 .con .tit2 .t img {
            margin-right: 14px; }
          .about .box1 .con .tit2 .t .tt .tt1 {
            font-size: 14px;
            line-height: 16px;
            color: #000;
            font-weight: bold; }
          .about .box1 .con .tit2 .t .tt .tt2 {
            font-size: 14px;
            line-height: 16px;
            color: #666;
            margin-top: 3px; }
    @media (max-width: 1366px) {
      .about .box1 .con .tit {
        font-size: 28px;
        line-height: 38px; } }
    @media (max-width: 1200px) {
      .about .box1 .picBox .txt .t {
        font-size: 34px;
        line-height: 20px; }
      .about .box1 .picBox .txt .t1 {
        font-size: 16px;
        line-height: 20px; }
      .about .box1 .con {
        padding-top: 20px; }
        .about .box1 .con .tit2 {
          margin-top: 30px; } }
    @media (max-width: 1024px) {
      .about .box1 .con {
        width: 46%;
        margin-right: 0; }
        .about .box1 .con .tits {
          font-size: 13px; }
        .about .box1 .con .tit {
          font-size: 20px;
          line-height: 24px; }
        .about .box1 .con .line {
          margin-top: 18px; }
        .about .box1 .con .tit1 {
          margin-top: 10px; }
        .about .box1 .con .tit2 .but1 {
          font-size: 14px; }
          .about .box1 .con .tit2 .but1 img {
            margin-left: 8px; }
        .about .box1 .con .tit2 .t {
          margin-left: 15px; } }
    @media (max-width: 880px) {
      .about .box1 {
        padding-top: 25px; }
        .about .box1 .picBox {
          width: 100%;
          float: none; }
          .about .box1 .picBox .txt .t {
            font-size: 26px; }
          .about .box1 .picBox .txt .t1 {
            font-size: 14px;
            line-height: 18px;
            margin-top: 5px; }
          .about .box1 .picBox .pic1 .icon {
            width: 42px;
            height: 42px; }
        .about .box1 .con {
          width: 100%;
          margin-top: 15px;
          float: none; }
          .about .box1 .con .tit2 .but1 {
            padding-left: 10px;
            font-size: 13px;
            line-height: 24px; }
            .about .box1 .con .tit2 .but1 img {
              width: 24px; }
          .about .box1 .con .tit2 .t img {
            width: 32px;
            margin-right: 5px; }
          .about .box1 .con .tit2 .t .tt .tt2 {
            font-size: 12px;
            line-height: 14px; } }
  .about .box2 {
    padding-top: 52px; }
    .about .box2 .title {
      font-size: 34px;
      line-height: 36px;
      color: #222;
      font-weight: bold;
      text-align: center; }
    .about .box2 .list {
      margin-top: 25px; }
      .about .box2 .list ul li {
        margin-bottom: 20px;
        width: 23.2%;
        float: left;
        margin-right: 2.4%; }
        .about .box2 .list ul li:nth-child(4n) {
          margin-right: 0; }
        .about .box2 .list ul li a {
          width: 100%;
          display: block; }
          .about .box2 .list ul li a .pic {
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/about_bg1.png");
            padding-bottom: 52.33%;
            height: 0;
            position: relative;
            overflow: hidden; }
            .about .box2 .list ul li a .pic img {
              width: 60%;
              height: auto;
              position: absolute;
              top: 53%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .about .box2 .list ul li a .t {
            text-align: center;
            font-size: 20px;
            line-height: 22px;
            color: #222;
            text-transform: uppercase;
            font-weight: bold;
            margin-top: 10px; }
        @media (min-width: 1024px) {
          .about .box2 .list ul li:hover a .pic {
            background-image: url("../images/about_bg1_h.png"); } }
    @media (max-width: 1366px) {
      .about .box2 .title {
        font-size: 28px;
        line-height: 30px; }
      .about .box2 .list ul li a .t {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 1200px) {
      .about .box2 .title {
        font-size: 20px;
        line-height: 22px; } }
    @media (max-width: 960px) {
      .about .box2 {
        padding-top: 25px; }
        .about .box2 .title {
          font-size: 28px;
          line-height: 30px; }
        .about .box2 .list {
          margin-top: 15px; }
          .about .box2 .list ul li {
            width: 48.5%;
            margin-right: 3%;
            margin-bottom: 10px; }
            .about .box2 .list ul li:nth-child(2n) {
              margin-right: 0; }
            .about .box2 .list ul li a .t {
              font-size: 16px;
              line-height: 18px; } }
    @media (max-width: 768px) {
      .about .box2 .title {
        font-size: 22px;
        line-height: 24px; }
      .about .box2 .list ul li a .pic {
        padding-bottom: 60%;
        background-position: center; }
        .about .box2 .list ul li a .pic img {
          width: 80%;
          top: 48%; } }
  .about .box3 {
    padding-top: 38px; }
    .about .box3 .title {
      text-align: center;
      position: relative;
      z-index: 5; }
      .about .box3 .title .tits {
        font-size: 34px;
        line-height: 36px;
        color: #222;
        font-weight: bold; }
      .about .box3 .title .tit {
        width: 745px;
        max-width: 92%;
        margin: 30px auto 0;
        font-size: 14px;
        line-height: 20px;
        color: #666; }
    .about .box3 .boxNew {
      padding-top: 155px;
      margin-top: -48px; }
      .about .box3 .boxNew .pic {
        width: 1130px;
        max-width: 92%;
        margin: 0 auto; }
    @media (max-width: 1366px) {
      .about .box3 .title .tits {
        font-size: 28px;
        line-height: 30px; } }
    @media (max-width: 1200px) {
      .about .box3 .title .tits {
        font-size: 20px;
        line-height: 22px; }
      .about .box3 .title .tit {
        margin: 15px auto 0; } }
    @media (max-width: 768px) {
      .about .box3 .title .tit {
        font-size: 13px;
        line-height: 20px; }
      .about .box3 .boxNew {
        margin-top: 0;
        padding-top: 56px; } }
  .about .box4 {
    padding-top: 43px; }
    .about .box4 .title {
      text-align: center;
      font-size: 34px;
      line-height: 36px;
      color: #222;
      font-weight: bold; }
    .about .box4 .itemBox {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: 30px; }
      .about .box4 .itemBox .item {
        width: 32.2%;
        background-color: #f1f1f1;
        border-radius: 5px;
        padding: 40px 35px;
        box-sizing: border-box; }
        .about .box4 .itemBox .item .tits {
          display: flex;
          align-items: center; }
          .about .box4 .itemBox .item .tits .icon {
            width: 89px;
            height: 89px;
            background-color: #E9292B;
            border-radius: 100%;
            margin-right: 26px; }
            .about .box4 .itemBox .item .tits .icon img {
              width: 100%; }
              .about .box4 .itemBox .item .tits .icon img:nth-child(2) {
                display: none; }
          .about .box4 .itemBox .item .tits .t {
            font-size: 20px;
            line-height: 36px;
            color: #222;
            font-weight: bold;
            flex: 1; }
        .about .box4 .itemBox .item .tit {
          font-size: 14px;
          line-height: 20px;
          color: #666;
          margin-top: 30px; }
        .about .box4 .itemBox .item.on {
          background-color: #E9292B; }
          .about .box4 .itemBox .item.on .tits .icon {
            background-color: #fff; }
            .about .box4 .itemBox .item.on .tits .icon img:nth-child(1) {
              display: none; }
            .about .box4 .itemBox .item.on .tits .icon img:nth-child(2) {
              display: block; }
          .about .box4 .itemBox .item.on .tits .t {
            color: #fff; }
          .about .box4 .itemBox .item.on .tit {
            color: #fff; }
    @media (max-width: 1366px) {
      .about .box4 .title {
        font-size: 28px;
        line-height: 30px; }
      .about .box4 .itemBox .item .tits .icon {
        margin-right: 15px;
        width: 70px;
        height: 70px; }
      .about .box4 .itemBox .item .tits .t {
        font-size: 16px;
        line-height: 26px; } }
    @media (max-width: 1200px) {
      .about .box4 .title {
        font-size: 20px;
        line-height: 22px; } }
    @media (max-width: 1024px) {
      .about .box4 {
        padding-top: 25px; }
        .about .box4 .itemBox {
          margin-top: 15px; }
          .about .box4 .itemBox .item {
            padding: 20px 15px; }
            .about .box4 .itemBox .item .tits .icon {
              width: 50px;
              height: 50px; } }
    @media (max-width: 768px) {
      .about .box4 .itemBox {
        display: block; }
        .about .box4 .itemBox .item {
          width: 100%;
          margin-bottom: 15px; }
          .about .box4 .itemBox .item .tit {
            margin-top: 15px; } }
  .about .box5 {
    display: flex;
    margin: 55px auto 0;
    justify-content: space-between; }
    .about .box5 .pic {
      width: 44%;
      border-radius: 5px;
      overflow: hidden;
      position: relative; }
      .about .box5 .pic img {
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
    .about .box5 .boxRight {
      width: 51.8%;
      border-radius: 5px;
      border: 2px solid #d1d1d1;
      box-sizing: border-box;
      padding: 50px 54px 44px; }
      .about .box5 .boxRight .title {
        font-size: 34px;
        line-height: 36px;
        color: #222;
        font-weight: bold; }
      .about .box5 .boxRight .list {
        margin-top: 33px; }
        .about .box5 .boxRight .list ul li {
          margin-bottom: 12px; }
          .about .box5 .boxRight .list ul li:last-child {
            margin-bottom: 0; }
          .about .box5 .boxRight .list ul li .tits {
            display: flex;
            align-items: center;
            box-sizing: border-box;
            padding-left: 24px;
            background-color: #ececec;
            border-radius: 5px;
            overflow: hidden;
            height: 55px;
            cursor: pointer; }
            .about .box5 .boxRight .list ul li .tits .t {
              font-size: 16px;
              line-height: 18px;
              color: #222;
              font-weight: bold;
              flex: 1;
              margin-right: 15px; }
            .about .box5 .boxRight .list ul li .tits .icon {
              width: 78px;
              height: 55px;
              background-position: 34px center;
              background-repeat: no-repeat;
              background-color: #cbda42;
              background-image: url("../images/jia.png");
              -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%); }
          .about .box5 .boxRight .list ul li .con {
            width: 100%;
            background-color: #fff;
            padding: 13px 24px 17px;
            box-sizing: border-box;
            border: 2px solid #ececec;
            border-top: none;
            border-radius: 0 0 5px 5px;
            font-size: 14px;
            line-height: 20px;
            color: #666;
            display: none; }
          .about .box5 .boxRight .list ul li.on .tits {
            border-radius: 5px 5px 0 0; }
    @media (max-width: 1366px) {
      .about .box5 .boxRight {
        padding: 25px 20px 18px; }
        .about .box5 .boxRight .title {
          font-size: 28px;
          line-height: 30px; } }
    @media (max-width: 1200px) {
      .about .box5 .boxRight {
        padding: 25px 20px 18px; }
        .about .box5 .boxRight .title {
          font-size: 20px;
          line-height: 22px; }
        .about .box5 .boxRight .list {
          margin-top: 20px; } }
    @media (max-width: 960px) {
      .about .box5 {
        margin: 25px auto 0; }
        .about .box5 .pic {
          display: none; }
        .about .box5 .boxRight {
          width: 100%;
          padding: 15px;
          border-width: 1px; }
          .about .box5 .boxRight .list ul li .tits {
            padding-left: 10px; }
            .about .box5 .boxRight .list ul li .tits .t {
              font-size: 14px;
              line-height: 16px; }
            .about .box5 .boxRight .list ul li .tits .icon {
              width: 50px;
              background-position: 20px center; }
          .about .box5 .boxRight .list ul li .con {
            padding: 10px; } }
  .about .box6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 84px; }
    .about .box6 .con {
      width: 27.5%; }
      .about .box6 .con .tits {
        font-size: 30px;
        line-height: 32px;
        color: #222;
        font-weight: bold; }
      .about .box6 .con .txt {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 21px; }
      .about .box6 .con a {
        width: 160px;
        height: 47px;
        border-radius: 5px;
        background-color: #E9292B;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 47px;
        color: #fff;
        font-weight: bold;
        margin-top: 20px; }
        .about .box6 .con a img {
          margin-left: 15px; }
    .about .box6 .pic {
      width: 63.3%; }
    @media (max-width: 1200px) {
      .about .box6 .con .tits {
        font-size: 24px;
        line-height: 26px; } }
    @media (max-width: 768px) {
      .about .box6 {
        padding-top: 25px;
        display: block; }
        .about .box6 .con {
          width: 100%;
          float: none; }
          .about .box6 .con .tits {
            font-size: 20px;
            line-height: 22px; }
          .about .box6 .con .txt {
            font-size: 13px;
            margin-top: 10px; }
          .about .box6 .con a {
            font-size: 13px;
            line-height: 40px;
            width: 120px;
            height: 40px; }
        .about .box6 .pic {
          width: 100%;
          margin-top: 15px; } }

.error {
  padding-top: 92px;
  padding-bottom: 82px;
  text-align: center; }
  .error img {
    display: block;
    margin: 0 auto;
    max-width: 80%; }
  .error .tits {
    font-size: 36px;
    line-height: 38px;
    color: #020202;
    font-weight: bold;
    margin-top: 63px; }
  .error .tit {
    font-size: 12px;
    line-height: 26px;
    color: #858585;
    margin-top: 24px; }
  .error a {
    width: 156px;
    height: 50px;
    display: flex;
    margin: 30px auto 0;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    background-color: #E9292B; }
    .error a img {
      margin: 0;
      margin-right: 10px; }
  @media (max-width: 768px) {
    .error {
      padding-top: 30px;
      padding-bottom: 40px; }
      .error .tits {
        font-size: 18px;
        line-height: 20px;
        margin-top: 20px; }
      .error .tit {
        margin-top: 15px; } }

.searchPage {
  padding-top: 40px;
  padding-bottom: 6px; }
  .searchPage .search {
    width: 100%;
    height: 66px;
    border: 1px solid #c0c2c3;
    border-radius: 33px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    align-items: center; }
    .searchPage .search .text {
      flex: 1;
      padding-left: 27px;
      box-sizing: border-box;
      font-size: 24px;
      line-height: 66px;
      color: #828181;
      border: none;
      background: none; }
      .searchPage .search .text:-internal-autofill-previewed, .searchPage .search .text:-internal-autofill-selected {
        -webkit-text-fill-color: #828181 !important;
        transition: background-color 5000s ease-in-out 0s !important; }
    .searchPage .search .submit {
      width: 70px;
      height: 66px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .searchPage .title {
    font-size: 24px;
    line-height: 26px;
    color: #222;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 38px; }
  .searchPage .listBox {
    margin-bottom: 45px; }
    .searchPage .listBox .tits {
      font-size: 24px;
      font-weight: bold;
      color: #222;
      line-height: 26px; }
      .searchPage .listBox .tits span {
        color: #919191;
        margin-left: 15px; }
    .searchPage .listBox .list {
      margin-top: 10px;
      position: relative; }
      .searchPage .listBox .list .a {
        width: 44px;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -22px; }
        .searchPage .listBox .list .a.prev {
          left: -73px; }
        .searchPage .listBox .list .a.next {
          right: -73px; }
      .searchPage .listBox .list .listNew {
        padding: 10px;
        margin-left: -10px;
        overflow: hidden; }
        .searchPage .listBox .list .listNew ul li {
          width: 23.4%;
          margin-right: 2.1%;
          float: left;
          background-color: #fff;
          box-shadow: 0.5px 0.866px 7px 0px rgba(0, 0, 0, 0.2);
          border-radius: 8px;
          overflow: hidden; }
          .searchPage .listBox .list .listNew ul li:last-child {
            margin-right: 0; }
          .searchPage .listBox .list .listNew ul li a {
            width: 100%;
            display: block; }
            .searchPage .listBox .list .listNew ul li a .pic {
              padding-bottom: 75%; }
            .searchPage .listBox .list .listNew ul li a .con {
              box-sizing: border-box;
              padding: 10px 18px 16px; }
              .searchPage .listBox .list .listNew ul li a .con .tits {
                font-size: 15px;
                line-height: 21px;
                color: #222;
                font-weight: bold;
                height: 42px; }
              .searchPage .listBox .list .listNew ul li a .con .more {
                width: 94px;
                height: 32px;
                background-color: #E9292B;
                text-align: center;
                font-size: 13px;
                line-height: 32px;
                color: #fff;
                font-weight: bold;
                margin-top: 10px;
                border-radius: 4px; }
          @media (min-width: 1024px) {
            .searchPage .listBox .list .listNew ul li:hover a .con .more {
              background-color: #d7e36c; } }
  @media (max-width: 1500px) {
    .searchPage .listBox .list .a.prev {
      left: -50px; }
    .searchPage .listBox .list .a.next {
      right: -50px; } }
  @media (max-width: 1200px) {
    .searchPage .search {
      height: 50px; }
      .searchPage .search .text {
        height: 48px;
        font-size: 20px; }
      .searchPage .search .submit {
        width: 70px;
        height: 48px; }
        .searchPage .search .submit img {
          width: 28px; }
    .searchPage .title {
      font-size: 20px;
      line-height: 22px;
      margin: 20px 0; }
    .searchPage .listBox .list .a {
      z-index: 10; }
      .searchPage .listBox .list .a.prev {
        left: -40px; }
      .searchPage .listBox .list .a.next {
        right: -30px; }
    .searchPage .listBox {
      margin-bottom: 30px; }
      .searchPage .listBox .tits {
        font-size: 20px;
        line-height: 22px; }
      .searchPage .listBox .list .listNew ul li {
        width: 32%;
        margin-right: 2%; } }
  @media (max-width: 960px) {
    .searchPage .listBox .list .listNew ul li {
      width: 48%;
      margin-right: 3%; } }
  @media (max-width: 768px) {
    .searchPage {
      padding-top: 25px;
      padding-bottom: 30px; }
      .searchPage .search {
        height: 42px; }
        .searchPage .search .text {
          height: 40px;
          font-size: 14px; }
        .searchPage .search .submit {
          width: 60px;
          height: 40px; }
          .searchPage .search .submit img {
            width: 20px; }
      .searchPage .title {
        font-size: 18px;
        line-height: 20px;
        margin: 20px 0; }
      .searchPage .listBox .tits {
        font-size: 16px;
        line-height: 20px; } }
  @media (max-width: 540px) {
    .searchPage .listBox .list .a.prev {
      left: -10px; }
    .searchPage .listBox .list .a.next {
      right: 0px; }
    .searchPage .listBox .list .listNew ul li {
      width: 100%;
      margin-right: 4%; } }

.photoTK {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .photoTK .box {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 30px; }
    .photoTK .box .close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 25px;
      right: 25px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../images/close1.png"); }
    .photoTK .box .title {
      font-size: 20px;
      line-height: 75px;
      border-bottom: 1px solid #dcdcdc;
      padding: 0 30px;
      text-align: center; }
    .photoTK .box .boxNew {
      padding: 0 30px;
      width: 100%;
      box-sizing: border-box; }
      .photoTK .box .boxNew .tabs {
        display: flex;
        justify-content: center;
        padding: 22px 0; }
        .photoTK .box .boxNew .tabs a {
          font-size: 14px;
          line-height: 28px;
          color: #000;
          float: left;
          margin: 0 13px;
          border-radius: 5px;
          border: 1px solid #ddd;
          padding: 0 22px;
          position: relative; }
          .photoTK .box .boxNew .tabs a img {
            margin-right: 10px; }
          .photoTK .box .boxNew .tabs a.on {
            font-weight: bold;
            background-color: #d7e36c;
            border-color: #d7e36c; }
      .photoTK .box .boxNew .itemBox .item {
        height: 26.30208vw;
        width: 100%;
        overflow: auto;
        display: none; }
        .photoTK .box .boxNew .itemBox .item .pic {
          width: 32.6%;
          margin-right: 1%;
          margin-bottom: 1%;
          height: 0;
          padding-bottom: 23.9%;
          position: relative;
          float: left;
          cursor: pointer; }
          .photoTK .box .boxNew .itemBox .item .pic:nth-child(3n) {
            margin-right: 0; }
          .photoTK .box .boxNew .itemBox .item .pic img, .photoTK .box .boxNew .itemBox .item .pic video {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
        .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar {
          width: 5px;
          height: 5px; }
        .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-button:vertical {
          display: none; }
        .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-track:vertical {
          background-color: black; }
        .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-track-piece {
          background: #fff; }
        .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-thumb:vertical {
          background-color: #7d7d7d;
          border-radius: 30px; }
        .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-thumb:vertical:hover {
          background-color: #3B3B3B; }
        .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-corner:vertical {
          background-color: #fff; }
        .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-resizer:vertical {
          background-color: #FF6E00; }
  @media (max-width: 768px) {
    .photoTK .box .title {
      font-size: 16px;
      line-height: 20px;
      padding: 10px; }
    .photoTK .box .close {
      top: 10px;
      right: 10px; }
    .photoTK .box .boxNew {
      padding: 0 10px; }
      .photoTK .box .boxNew .tabs {
        padding: 15px 0; }
        .photoTK .box .boxNew .tabs a {
          font-size: 11px;
          margin-right: 10px;
          padding: 0 10px; }
    .photoTK .box {
      padding-bottom: 15px; }
    .photoTK .box .boxNew .itemBox .item {
      height: auto;
      max-width: 65vh; }
      .photoTK .box .boxNew .itemBox .item .pic {
        width: 49%;
        margin-right: 2%;
        padding-bottom: 38%; }
        .photoTK .box .boxNew .itemBox .item .pic:nth-child(3n) {
          margin-right: 2%; }
        .photoTK .box .boxNew .itemBox .item .pic:nth-child(2n) {
          margin-right: 0; } }

/*# sourceMappingURL=style.css.map */
