.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%;
  overflow: hidden;
  box-sizing: border-box; }

.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: #005e59;
      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 {
  height: 90px; }
  .headerBox .header {
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
    border-bottom: 10px solid #005e59;
    display: flex; }
    .headerBox .header .nav {
      position: relative; }
      .headerBox .header .nav:after {
        width: calc(100% + 30px);
        height: 10px;
        left: -15px;
        bottom: -10px;
        background-color: #81d8cf;
        content: '';
        position: absolute;
        z-index: 10; }
      .headerBox .header .nav ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 9; }
        .headerBox .header .nav ul li {
          position: relative; }
          .headerBox .header .nav ul li .tits {
            font-size: 16px;
            line-height: 20px;
            color: #191919;
            padding: 0 20px;
            display: block;
            position: relative;
            font-weight: 600;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox .header .nav ul li .tits:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              width: 16px;
              height: 16px;
              border-width: 8px;
              border-style: solid;
              border-color: transparent transparent #81d8cf;
              display: block;
              box-sizing: border-box;
              opacity: 0; }
          .headerBox .header .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: 0;
            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 .nav ul li dl dd {
              background: 0 0;
              position: relative;
              text-align: left;
              border-bottom: 1px solid #e9e9ee;
              padding: 6px 0; }
              .headerBox .header .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 .nav ul li dl dd a:hover {
                    color: #005e59; } }
          @media (min-width: 1141px) {
            .headerBox .header .nav ul li:hover .tits {
              color: #fff;
              background-color: #005e59; }
              .headerBox .header .nav ul li:hover .tits:after {
                opacity: 1; }
            .headerBox .header .nav ul li:hover dl {
              top: calc(100% + 10px);
              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 .nav ul li.on .tits {
            color: #fff;
            background-color: #005e59; }
            .headerBox .header .nav ul li.on .tits:after {
              opacity: 1; }
    .headerBox .header .logo {
      flex: 1;
      display: flex;
      height: 80px;
      align-items: center;
      justify-content: center; }
      .headerBox .header .logo a {
        display: flex;
        align-items: center;
        justify-content: center; }
    .headerBox .header .headerRight {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
      .headerBox .header .headerRight .searchClick {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
      .headerBox .header .headerRight .lan {
        margin-left: 20px;
        position: relative; }
        .headerBox .header .headerRight .lan .t {
          display: flex;
          font-size: 15px;
          line-height: 36px;
          align-items: center;
          font-weight: bold;
          cursor: pointer; }
          .headerBox .header .headerRight .lan .t img {
            margin-right: 7px; }
        .headerBox .header .headerRight .lan #select {
          width: 100%;
          height: 36px;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
      .headerBox .header .headerRight .navClick {
        display: none;
        width: 22px;
        height: 18px;
        margin-left: 15px; }
        .headerBox .header .headerRight .navClick span {
          width: 100%;
          height: 2px;
          background-color: #333;
          display: block;
          position: relative;
          transition: .3s;
          -webkit-transition: .3s;
          margin-bottom: 6px; }
          .headerBox .header .headerRight .navClick span:last-child {
            margin-bottom: 0; }
        .headerBox .header .headerRight .navClick.on span:nth-child(1) {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          top: 8px;
          right: 0px; }
        .headerBox .header .headerRight .navClick.on span:nth-child(2) {
          display: none; }
        .headerBox .header .headerRight .navClick.on span:nth-child(3) {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          top: 0;
          right: 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: calc(100% + 10px);
        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 {
        padding: 10px 2.8125vw 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: 1700px) {
    .headerBox .header .logo a img {
      width: 130px; } }
  @media (max-width: 1600px) {
    .headerBox .header .nav ul li .tits {
      padding: 0 15px; }
    .headerBox .header .headerRight .lan {
      margin-left: 10px; }
    .headerBox .header .nav {
      width: 75%; } }
  @media (max-width: 1560px) {
    .headerBox .header .nav ul li .tits {
      padding: 0 12px;
      font-size: 14px; } }
  @media (max-width: 1366px) {
    .headerBox .header .nav ul li .tits {
      padding: 0 8px;
      font-size: 13px; } }
  @media (max-width: 1200px) {
    .headerBox .header .headerRight .lan .t {
      font-size: 13px; } }
  @media (max-width: 1024px) {
    .headerBox {
      height: 55px; }
      .headerBox .header .nav {
        display: none; }
      .headerBox .header .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 .nav ul {
          width: 260px;
          box-sizing: border-box;
          height: 100%;
          display: block;
          float: right;
          padding-top: 20px;
          background-color: #fff; }
          .headerBox .header .nav ul li {
            float: none;
            background: none !important;
            margin-right: 0; }
            .headerBox .header .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 .nav ul li .tits:after {
                display: none; }
            .headerBox .header .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 .nav ul li dl:after {
                display: none; }
              .headerBox .header .nav ul li dl dd {
                border-bottom: none;
                padding: 0; }
                .headerBox .header .nav ul li dl dd a {
                  color: #000;
                  font-size: 14px;
                  line-height: 36px;
                  padding: 0 0 0 30px;
                  box-sizing: border-box; }
      .headerBox .header {
        height: 50px;
        justify-content: space-between;
        border-bottom-width: 5px; }
        .headerBox .header .logo {
          height: 50px;
          flex: none;
          margin-left: 4%; }
        .headerBox .header .headerRight {
          flex: none;
          margin-right: 4%; }
          .headerBox .header .headerRight .searchClick {
            width: 30px;
            height: 30px; }
            .headerBox .header .headerRight .searchClick img {
              width: 16px; }
          .headerBox .header .headerRight .lan {
            margin-left: 0; }
            .headerBox .header .headerRight .lan .t {
              font-size: 12px; }
              .headerBox .header .headerRight .lan .t img {
                width: 16px; }
          .headerBox .header .headerRight .navClick {
            display: block;
            margin-left: 10px; } }

.index-banner {
  width: 100%;
  position: relative; }
  .index-banner ul li .tits {
    width: 100%;
    position: absolute;
    top: 13%;
    left: 0;
    text-align: center;
    font-size: 1.875vw;
    line-height: 2.91667vw;
    color: #f2fffe;
    font-weight: bold; }
    .index-banner ul li .tits span {
      color: #99fff4; }
    @media (max-width: 768px) {
      .index-banner ul li .tits {
        font-size: 13px;
        line-height: 20px;
        top: 10%; } }
  .index-banner .a {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 15; }
    .index-banner .a.prev {
      background-image: url("../images/prev.png");
      left: 65px; }
    .index-banner .a.next {
      background-image: url("../images/next.png");
      right: 65px; }
    @media (min-width: 1024px) {
      .index-banner .a:hover {
        background-color: #005e59; } }
  @media (max-width: 768px) {
    .index-banner .a.prev {
      left: 10px; }
    .index-banner .a.next {
      right: 10px; } }

@keyframes rotateAnimation {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.indexTitle .t {
  font-size: 34px;
  line-height: 36px;
  color: #191919;
  font-weight: bold; }
.indexTitle .line {
  width: 32px;
  height: 1px;
  background-color: #bfbfbf;
  margin-top: 14px; }
@media (max-width: 1366px) {
  .indexTitle .t {
    font-size: 28px;
    line-height: 30px; } }
@media (max-width: 1024px) {
  .indexTitle .t {
    font-size: 20px;
    line-height: 22px; }
  .indexTitle .line {
    margin-top: 10px; } }

.index .box1 {
  margin: -45px auto 0; }
  .index .box1 .list {
    perspective: 1000px;
    padding: 24px 0; }
    .index .box1 .list:after {
      width: 133%;
      height: 100%;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      background-color: #fff; }
    .index .box1 .list ul {
      width: 18%;
      height: auto;
      display: flex;
      align-items: center;
      transform-style: preserve-3d;
      position: relative;
      height: 0;
      padding-bottom: 19.9%;
      margin: 0 auto;
      transform-origin: center;
      z-index: 5; }
      .index .box1 .list ul li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        transition: all 0.4s;
        transform: rotateY(0) translateX(0);
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 20px;
        padding: 3px; }
        .index .box1 .list ul li:after {
          width: 150%;
          height: 150%;
          background: -moz-linear-gradient(45deg, #001817 0%, #96fff4 38%, #96fff4 58%, #001817 100%);
          background: -webkit-linear-gradient(45deg, #001817 0%, #96fff4 38%, #96fff4 58%, #001817 100%);
          background: -o-linear-gradient(45deg, #001817 0%, #96fff4 38%, #96fff4 58%, #001817 100%);
          background: -ms-linear-gradient(45deg, #001817 0%, #96fff4 38%, #96fff4 58%, #001817 100%);
          background: linear-gradient(45deg, #001817 0%, #96fff4 38%, #96fff4 58%, #001817 100%);
          border-radius: 20px;
          content: '';
          top: -25%;
          left: -25%;
          position: absolute;
          animation-name: rotateAnimation;
          animation-duration: 6s;
          animation-iteration-count: infinite;
          animation-timing-function: linear; }
        .index .box1 .list ul li a {
          width: 100%;
          display: block;
          position: relative;
          box-sizing: border-box;
          z-index: 5;
          border-radius: 20px;
          background-color: #fff; }
          .index .box1 .list ul li a .tits {
            background-size: cover;
            width: calc(100% - 8px);
            height: 40px;
            background-image: url("../images/index_bg1.png");
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            line-height: 40px;
            color: #fff;
            position: absolute;
            bottom: 20px;
            left: 4px; }
          .index .box1 .list ul li a .icon {
            width: 32px;
            height: 32px;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            top: 18px;
            right: 18px;
            background-image: url("../images/icon1.png");
            transform: rotate(-40deg);
            transition: all 0.3s; }
        .index .box1 .list ul li:nth-child(1) {
          transform: rotateY(-30deg) translateX(-460%);
          z-index: 3;
          opacity: 1; }
        .index .box1 .list ul li:nth-child(2) {
          transform: rotateY(-22deg) translateX(-260%);
          z-index: 3;
          opacity: 1; }
        .index .box1 .list ul li:nth-child(3) {
          transform: rotateY(-14deg) translateX(-118%);
          z-index: 3;
          opacity: 1; }
        .index .box1 .list ul li:nth-child(4) {
          transform: rotateY(0deg) translateX(0%);
          z-index: 3;
          opacity: 1; }
          .index .box1 .list ul li:nth-child(4) a .tits {
            color: #99fff4; }
          .index .box1 .list ul li:nth-child(4) a .icon {
            background-image: url("../images/icon1_h.png");
            transform: rotate(0); }
        .index .box1 .list ul li:nth-child(5) {
          transform: rotateY(14deg) translateX(118%);
          z-index: 3;
          opacity: 1; }
        .index .box1 .list ul li:nth-child(6) {
          transform: rotateY(22deg) translateX(260%);
          z-index: 3;
          opacity: 1; }
        .index .box1 .list ul li:nth-child(7) {
          transform: rotateY(30deg) translateX(460%);
          z-index: 3;
          opacity: 1; }
        .index .box1 .list ul li:nth-child(8) {
          transform: rotateY(38deg) translateX(820%);
          opacity: 0; }
  @media (max-width: 1160px) {
    .index .box1 .list:after {
      width: 164%; }
    .index .box1 .list ul {
      width: 23%;
      padding-bottom: 25.6%; } }
  @media (max-width: 768px) {
    .index .box1 {
      margin: 0 auto; }
      .index .box1 .list {
        padding: 20px 0; }
        .index .box1 .list ul {
          width: 100%;
          padding-bottom: 0;
          height: auto;
          flex-wrap: wrap;
          justify-content: space-between; }
          .index .box1 .list ul li {
            width: 49%;
            margin-bottom: 2%;
            transform: rotateY(0) translateX(0) !important;
            position: relative;
            opacity: 1 !important; }
            .index .box1 .list ul li a .tits {
              font-size: 15px;
              line-height: 30px;
              height: 30px; }
            .index .box1 .list ul li a .icon {
              background-image: url("../images/icon1.png") !important;
              transform: rotate(-40deg) !important; } }
.index .box2 .boxLeft {
  width: 49.2%;
  float: left; }
  .index .box2 .boxLeft .tit {
    font-size: 14px;
    line-height: 18px;
    color: #878787;
    margin-top: 15px;
    -webkit-line-clamp: 8; }
  .index .box2 .boxLeft .tit1 {
    margin-top: 20px; }
    .index .box2 .boxLeft .tit1 .t {
      width: 40.6%;
      float: left;
      display: flex;
      align-items: center;
      margin-bottom: 23px; }
      .index .box2 .boxLeft .tit1 .t img {
        margin-right: 8px; }
      .index .box2 .boxLeft .tit1 .t a {
        font-size: 14px;
        line-height: 18px;
        color: #191919;
        text-decoration: underline;
        display: block;
        font-weight: 400; }
      .index .box2 .boxLeft .tit1 .t:nth-child(2n) {
        width: 59.4%; }
  .index .box2 .boxLeft .more {
    width: 146px;
    height: 34px;
    border-radius: 17px;
    background-color: #005e59;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 34px;
    margin-top: 10px; }
    .index .box2 .boxLeft .more img {
      margin-left: 8px;
      transform: rotate(-45deg);
      transition: all 0.3s; }
    @media (min-width: 1024px) {
      .index .box2 .boxLeft .more:hover img {
        transform: rotate(0); } }
.index .box2 .boxRight {
  width: 43.9%;
  float: right;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 6px;
  position: relative; }
  .index .box2 .boxRight .pic {
    border-radius: 10px;
    overflow: hidden; }
    .index .box2 .boxRight .pic:nth-child(1) {
      width: 38.9%; }
    .index .box2 .boxRight .pic:nth-child(2) {
      width: 59.7%; }
  .index .box2 .boxRight .pic1 {
    width: 80.7%;
    position: absolute;
    top: 73%;
    left: 20%; }
@media (max-width: 960px) {
  .index .box2 .boxLeft {
    width: 100%;
    float: none; }
  .index .box2 .boxRight {
    display: none; } }
@media (max-width: 768px) {
  .index .box2 .boxLeft .tit {
    -webkit-line-clamp: 6; }
  .index .box2 .boxLeft .tit {
    font-size: 13px; }
  .index .box2 .boxLeft .tit1 .t {
    width: 100% !important;
    margin-bottom: 10px; }
  .index .box2 .boxLeft .more {
    font-size: 13px; }
  .index .box2 .boxRight {
    display: flex;
    width: 100%;
    margin-top: 15px; } }
.index .box3 {
  padding-top: 60px; }
  .index .box3 .itemBox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between; }
    .index .box3 .itemBox .item {
      width: 32.5%;
      border-radius: 20px;
      background-color: #f6f6f6;
      overflow: hidden; }
      .index .box3 .itemBox .item a {
        width: 100%;
        display: flex;
        align-items: center; }
        .index .box3 .itemBox .item a .pic {
          width: 173px;
          height: 130px; }
        .index .box3 .itemBox .item a .con {
          flex: 1;
          padding: 0 18px;
          box-sizing: border-box; }
          .index .box3 .itemBox .item a .con .time {
            font-size: 12px;
            line-height: 14px;
            color: #878787;
            padding-left: 18px;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/time.png"); }
          .index .box3 .itemBox .item a .con .tits {
            font-size: 14px;
            line-height: 16px;
            color: #191919;
            font-weight: bold;
            margin-top: 16px; }
          .index .box3 .itemBox .item a .con .tit {
            font-size: 12px;
            line-height: 20px;
            color: #878787;
            margin-top: 4px; }
      @media (min-width: 1024px) {
        .index .box3 .itemBox .item:hover a .con .time {
          background-image: url("../images/time_h.png");
          color: #005e59; }
        .index .box3 .itemBox .item:hover a .con .tits {
          color: #005e59; }
        .index .box3 .itemBox .item:hover a .con .tit {
          color: #005e59; } }
  .index .box3 .list {
    margin-top: 17px;
    background-color: #eee;
    border-radius: 20px; }
    .index .box3 .list ul li {
      border-radius: 20px;
      padding-bottom: 40px;
      background-color: #eee;
      position: relative;
      height: 64px;
      overflow: hidden; }
      .index .box3 .list ul li a {
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
      .index .box3 .list ul li:last-child {
        padding-bottom: 0; }
      .index .box3 .list ul li .tits {
        display: flex;
        align-items: flex-end;
        padding: 20px 0;
        position: relative;
        color: #000; }
        .index .box3 .list ul li .tits .time {
          width: 90px;
          text-align: right;
          font-size: 14px;
          line-height: 12px; }
          .index .box3 .list ul li .tits .time span {
            font-size: 10px; }
        .index .box3 .list ul li .tits .t {
          font-size: 14px;
          line-height: 16px;
          font-weight: bold;
          margin-left: 26px;
          flex: 1;
          margin-right: 60px; }
        .index .box3 .list ul li .tits .num {
          width: 30px;
          height: 30px;
          border-radius: 100%;
          border: 1px solid #005e59;
          text-align: center;
          position: absolute;
          top: 17px;
          right: 16px;
          box-sizing: border-box;
          text-align: center;
          font-size: 10px;
          line-height: 28px;
          color: #005e59; }
      .index .box3 .list ul li .con {
        display: flex;
        color: #fff;
        align-items: flex-start;
        border-top: 1px solid #ddeae9;
        padding: 15px 0;
        transform: translateY(80px);
        opacity: 0; }
        .index .box3 .list ul li .con .day {
          font-size: 38px;
          line-height: 30px;
          width: 90px;
          text-align: right;
          padding-top: 3px; }
        .index .box3 .list ul li .con .txt {
          font-size: 12px;
          line-height: 20px;
          flex: 1;
          margin-left: 26px;
          margin-right: 45px; }
      .index .box3 .list ul li:not(:nth-child(1)) {
        margin-top: -40px; }
      .index .box3 .list ul li.on {
        background-color: #005e59;
        height: auto; }
        .index .box3 .list ul li.on .tits {
          color: #fff; }
          .index .box3 .list ul li.on .tits .num {
            border-color: #fff;
            color: #fff; }
        .index .box3 .list ul li.on .con {
          opacity: 1;
          transform: translateY(0);
          transition: all 0.5s; }
  @media (max-width: 1200px) {
    .index .box3 .itemBox .item a .pic {
      width: 130px;
      height: 110px; }
    .index .box3 .itemBox .item a .con .tits {
      margin-top: 10px; } }
  @media (max-width: 1024px) {
    .index .box3 .itemBox .item {
      width: 49%; }
      .index .box3 .itemBox .item:nth-child(n + 3) {
        display: none; } }
  @media (max-width: 768px) {
    .index .box3 {
      padding-top: 80px; }
      .index .box3 .list {
        display: none; }
      .index .box3 .itemBox {
        display: block; }
        .index .box3 .itemBox .item {
          margin-top: 10px;
          width: 100%;
          display: block !important; } }
.index .box4 {
  padding: 20px 0;
  margin-top: 50px; }
  .index .box4 .content {
    display: flex;
    align-items: center; }
    .index .box4 .content .conLeft {
      width: 20.4%; }
      .index .box4 .content .conLeft .tits {
        font-size: 34px;
        line-height: 35px;
        color: #fff;
        font-weight: bold; }
      .index .box4 .content .conLeft .line {
        width: 32px;
        height: 2px;
        background-color: #9b9a99;
        margin-top: 13px; }
      .index .box4 .content .conLeft .tit {
        font-size: 14px;
        line-height: 18px;
        max-width: 90%;
        color: #fff;
        width: 225px;
        margin-top: 16px; }
      .index .box4 .content .conLeft .more {
        width: 146px;
        height: 34px;
        border-radius: 17px;
        background-color: #005e59;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 34px;
        margin-top: 50px; }
        .index .box4 .content .conLeft .more img {
          margin-left: 8px;
          transform: rotate(-45deg);
          transition: all 0.3s; }
        @media (min-width: 1024px) {
          .index .box4 .content .conLeft .more:hover img {
            transform: rotate(0); } }
    .index .box4 .content .list {
      flex: 1;
      position: relative; }
      .index .box4 .content .list .listNew {
        display: flex;
        justify-content: space-between; }
      .index .box4 .content .list .item {
        width: 31.6%;
        border-left: 2px solid rgba(255, 255, 255, 0.5);
        padding-left: 20px;
        box-sizing: border-box; }
        .index .box4 .content .list .item a {
          width: 100%;
          display: block;
          color: #fff;
          padding: 20px 0; }
          .index .box4 .content .list .item a .day {
            font-size: 38px;
            line-height: 30px; }
          .index .box4 .content .list .item a .time {
            font-size: 12px;
            line-height: 14px;
            margin-top: 36px; }
          .index .box4 .content .list .item a .tits {
            font-size: 14px;
            line-height: 20px;
            font-weight: bold;
            margin-top: 12px; }
          .index .box4 .content .list .item a .pic {
            width: 255px;
            max-width: 100%;
            height: 190px;
            margin-top: 20px; }
          .index .box4 .content .list .item a .tit {
            font-size: 12px;
            line-height: 18px;
            -webkit-line-clamp: 4;
            margin-top: 13px; }
          .index .box4 .content .list .item a .icon {
            width: 39px;
            height: 12px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/jt.png");
            margin-top: 35px; }
        @media (min-width: 1024px) {
          .index .box4 .content .list .item:hover a {
            color: #81d8cf; }
            .index .box4 .content .list .item:hover a .icon {
              background-image: url("../images/jt_h.png"); } }
      .index .box4 .content .list .a {
        width: 37px;
        height: 37px;
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 15;
        display: none; }
        .index .box4 .content .list .a.prev {
          background-image: url("../images/prev.png");
          left: -15px; }
        .index .box4 .content .list .a.next {
          background-image: url("../images/next.png");
          right: -15px; }
        @media (min-width: 1024px) {
          .index .box4 .content .list .a:hover {
            background-color: #005e59; } }
  @media (max-width: 1366px) {
    .index .box4 .content .conLeft .tits {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1150px) {
    .index .box4 .content .list .item {
      width: 48%; }
      .index .box4 .content .list .item:nth-child(n + 3) {
        display: none; } }
  @media (max-width: 1024px) {
    .index .box4 .content .conLeft .tits {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 768px) {
    .index .box4 {
      margin-top: 25px; }
      .index .box4 .content {
        display: block; }
        .index .box4 .content .conLeft {
          width: 100%; }
          .index .box4 .content .conLeft .tits br {
            display: none; }
          .index .box4 .content .conLeft .tit {
            width: 100%;
            max-width: 100%; }
          .index .box4 .content .conLeft .more {
            font-size: 14px;
            margin-top: 15px; }
        .index .box4 .content .list {
          margin-top: 20px;
          overflow: initial; }
          .index .box4 .content .list .a {
            display: block; }
          .index .box4 .content .list .item {
            border: none;
            border-top: 1px solid #fff;
            width: 100%;
            padding-left: 0;
            display: block !important;
            margin-right: 5%; }
            .index .box4 .content .list .item:last-child {
              margin-right: 0; }
            .index .box4 .content .list .item a .day {
              font-size: 24px;
              line-height: 20px; }
            .index .box4 .content .list .item a .time {
              margin-top: 10px; } }
.index .box5 {
  padding-top: 45px; }
  .index .box5 .content {
    margin-top: 30px; }
    .index .box5 .content .list1 {
      width: 31%;
      float: left;
      overflow: initial;
      position: relative; }
      .index .box5 .content .list1 .listNew {
        width: 100%; }
      .index .box5 .content .list1 .a {
        width: 37px;
        height: 37px;
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 15;
        display: none; }
        .index .box5 .content .list1 .a.prev {
          background-image: url("../images/prev.png");
          left: 0; }
        .index .box5 .content .list1 .a.next {
          background-image: url("../images/next.png");
          right: 0; }
        @media (min-width: 1024px) {
          .index .box5 .content .list1 .a:hover {
            background-color: #005e59; } }
    .index .box5 .content .item {
      width: 100%;
      float: left;
      overflow: hidden;
      border-radius: 20px;
      background-color: #fff;
      box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2); }
      .index .box5 .content .item a {
        width: 100%;
        height: auto;
        display: block; }
        .index .box5 .content .item a .pic {
          width: 100%;
          height: 290px; }
        .index .box5 .content .item a .con {
          padding: 20px;
          width: 100%;
          box-sizing: border-box; }
          .index .box5 .content .item a .con .time {
            padding-left: 18px;
            font-size: 12px;
            line-height: 14px;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/time.png");
            color: #878787; }
          .index .box5 .content .item a .con .tits {
            font-size: 14px;
            line-height: 18px;
            color: #191919;
            font-weight: bold;
            width: 345px;
            max-width: 100%;
            margin-top: 14px;
            position: relative; }
            .index .box5 .content .item a .con .tits:after {
              width: 6px;
              height: 38px;
              top: -1px;
              left: -20px;
              background-color: #005e59;
              content: '';
              position: absolute; }
          .index .box5 .content .item a .con .more {
            width: 107px;
            height: 25px;
            border-radius: 13px;
            background-color: #005e59;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            line-height: 25px;
            margin-top: 16px; }
            .index .box5 .content .item a .con .more img {
              width: 9px;
              margin-left: 4px;
              transform: rotate(-45deg);
              transition: all 0.3s; }
            @media (min-width: 1024px) {
              .index .box5 .content .item a .con .more:hover img {
                transform: rotate(0); } }
      .index .box5 .content .item:nth-child(n + 2) {
        display: none; }
    .index .box5 .content .list {
      border-top: 1px solid #e5e5e5;
      float: right;
      width: 65.6%; }
      .index .box5 .content .list ul li {
        border-bottom: 1px solid #e5e5e5; }
        .index .box5 .content .list ul li a {
          padding: 20px 0;
          width: 100%;
          display: flex;
          align-items: center; }
          .index .box5 .content .list ul li a .pic {
            width: 138px;
            height: 104px;
            margin-left: 32px;
            border-radius: 10px; }
          .index .box5 .content .list ul li a .con {
            flex: 1;
            margin-left: 30px;
            margin-right: 20px; }
            .index .box5 .content .list ul li a .con .time {
              padding-left: 18px;
              font-size: 12px;
              line-height: 14px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time.png");
              color: #878787; }
            .index .box5 .content .list ul li a .con .tits {
              font-size: 14px;
              line-height: 20px;
              font-weight: bold;
              color: #191919;
              width: 335px;
              max-width: 100%;
              margin-top: 14px; }
          .index .box5 .content .list ul li a .icon {
            width: 24px;
            height: 24px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/icon4.png"); }
        @media (min-width: 1024px) {
          .index .box5 .content .list ul li:hover .con .time {
            background-image: url("../images/time_h.png");
            color: #005e59; }
          .index .box5 .content .list ul li:hover .con .tits {
            color: #005e59; }
          .index .box5 .content .list ul li:hover .icon {
            background-image: url("../images/icon4_h.png"); } }
  @media (max-width: 900px) {
    .index .box5 .content .list1 {
      width: 100%; }
      .index .box5 .content .list1 .a {
        display: block; }
    .index .box5 .content .item {
      width: 100%;
      display: block !important;
      margin-right: 5%; }
    .index .box5 .content .list {
      display: none; } }
  @media (max-width: 768px) {
    .index .box5 {
      padding-top: 25px; }
      .index .box5 .content {
        margin-top: 15px; } }
.index .box6 {
  padding-top: 45px; }
  .index .box6 .list {
    margin-top: 30px; }
    .index .box6 .list ul li {
      width: 12.4%;
      margin-right: 0.4%;
      overflow: hidden;
      border-radius: 20px;
      height: 355px;
      position: relative;
      float: left;
      transition: width 1s; }
      .index .box6 .list ul li:last-child {
        margin-right: 0; }
      .index .box6 .list ul li img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .index .box6 .list ul li:after {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        background-image: -moz-linear-gradient(90deg, black 0%, transparent 60%);
        background-image: -webkit-linear-gradient(90deg, black 0%, transparent 60%);
        background-image: -ms-linear-gradient(90deg, black 0%, transparent 60%); }
      .index .box6 .list ul li .icon {
        width: 37px;
        height: 37px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
        background-size: cover;
        background-image: url("../images/video.png");
        z-index: 5; }
      .index .box6 .list ul li .con {
        width: 100%;
        position: absolute;
        bottom: -80px;
        opacity: 0;
        left: 0;
        padding: 0 22px;
        box-sizing: border-box;
        color: #fff;
        z-index: 6; }
        .index .box6 .list ul li .con .tits {
          font-size: 16px;
          line-height: 18px;
          font-weight: bold; }
        .index .box6 .list ul li .con .time {
          padding-left: 20px;
          font-size: 12px;
          line-height: 14px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/time1.png"); }
      .index .box6 .list ul li a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
      .index .box6 .list ul li.on {
        width: 48.8%; }
        .index .box6 .list ul li.on .icon {
          width: 62px;
          height: 62px;
          background-image: url("../images/video_h.png"); }
        .index .box6 .list ul li.on .con {
          bottom: 16px;
          opacity: 1;
          transition: all 0.5s 0.8s; }
    .index .box6 .list .btns {
      display: flex;
      flex-direction: row-reverse;
      margin-top: 20px; }
      .index .box6 .list .btns a {
        width: 30px;
        height: 26px;
        background-color: #eee;
        display: flex;
        margin-left: 12px;
        background-position: center;
        background-repeat: no-repeat; }
        .index .box6 .list .btns a.prev {
          border-radius: 13px 0 0 13px;
          background-image: url("../images/prev1_h.png"); }
        .index .box6 .list .btns a.next {
          border-radius: 0 13px 13px 0;
          background-image: url("../images/next1.png"); }
        @media (min-width: 1024px) {
          .index .box6 .list .btns a:hover {
            background-color: #005e59; }
            .index .box6 .list .btns a:hover.prev {
              background-image: url("../images/prev1.png"); }
            .index .box6 .list .btns a:hover.next {
              background-image: url("../images/next1_h.png"); } }
  @media (max-width: 768px) {
    .index .box6 .list {
      margin-top: 15px; }
      .index .box6 .list ul li {
        width: 100% !important;
        margin-right: 3%;
        height: 75vw; } }
.index .box7 {
  padding-top: 37px; }
  .index .box7 .indexTitle {
    text-align: center; }
    .index .box7 .indexTitle .line {
      margin: 14px auto 0; }
  .index .box7 .txt {
    text-align: center;
    width: 770px;
    max-width: 92%;
    margin: 16px auto 0;
    font-size: 14px;
    line-height: 18px;
    color: #878787; }
  .index .box7 .list {
    margin-top: 40px;
    position: relative; }
    .index .box7 .list .a {
      width: 37px;
      height: 37px;
      border-radius: 100%;
      background-color: #005e59;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 15;
      display: none; }
      .index .box7 .list .a.prev {
        background-image: url("../images/prev.png");
        left: 0; }
      .index .box7 .list .a.next {
        background-image: url("../images/next.png");
        right: 0; }
      @media (min-width: 1024px) {
        .index .box7 .list .a:hover {
          background-color: #005e59; } }
    .index .box7 .list .listNew {
      width: 100%; }
    .index .box7 .list .item {
      width: 20%;
      float: left; }
      .index .box7 .list .item a {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 78px;
        display: block;
        overflow: hidden; }
        .index .box7 .list .item a .pic {
          width: 100%;
          height: 0;
          position: relative;
          overflow: hidden;
          padding-bottom: 75%; }
          .index .box7 .list .item a .pic img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            object-fit: cover;
            top: 0;
            left: 0; }
        .index .box7 .list .item a .con {
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          display: flex;
          flex-direction: column; }
          .index .box7 .list .item a .con .bg {
            flex: 1;
            width: 100%;
            background-color: rgba(67, 67, 67, 0.7);
            opacity: 0;
            background-image: url("../images/jia.png");
            background-position: center;
            background-repeat: no-repeat; }
          .index .box7 .list .item a .con .conn {
            width: 100%;
            overflow: hidden;
            background-color: #fff;
            height: 78px; }
            .index .box7 .list .item a .con .conn .line {
              width: 100%;
              background-color: #81d8cf;
              height: 9px; }
            .index .box7 .list .item a .con .conn .tits {
              border: 1px solid #c9c9c9;
              border-top: none;
              border-bottom-width: 2px;
              text-align: center;
              padding: 12px 20px;
              box-sizing: border-box;
              width: 100%; }
              .index .box7 .list .item a .con .conn .tits .t {
                font-size: 14px;
                line-height: 20px;
                color: #191919;
                font-weight: bold; }
              .index .box7 .list .item a .con .conn .tits .time {
                font-size: 12px;
                line-height: 14px;
                color: #878787;
                margin-top: 9px; }
            .index .box7 .list .item a .con .conn .tit {
              border: 1px solid #c9c9c9;
              border-top: none;
              border-bottom-width: 2px;
              padding: 10px 15px;
              box-sizing: border-box; }
              .index .box7 .list .item a .con .conn .tit .t {
                font-size: 12px;
                line-height: 20px;
                color: #878787; }
      @media (min-width: 1024px) {
        .index .box7 .list .item:hover a .con .bg {
          opacity: 1; }
        .index .box7 .list .item:hover a .con .conn {
          height: auto; } }
  @media (max-width: 1200px) {
    .index .box7 .list .item {
      width: 25%; }
    .index .box7 .list .a {
      display: block; } }
  @media (max-width: 1024px) {
    .index .box7 .list .item {
      width: 33.33333%; } }
  @media (max-width: 768px) {
    .index .box7 {
      padding-top: 25px; }
      .index .box7 .txt {
        margin: 10px auto 0;
        font-size: 13px; }
      .index .box7 .list {
        margin-top: 15px; }
        .index .box7 .list .item {
          width: 100%; } }
.index .box8 {
  padding-top: 90px;
  padding-bottom: 84px; }
  .index .box8 .list {
    height: 87px;
    position: relative; }
    .index .box8 .list ul {
      display: flex;
      align-items: center; }
      .index .box8 .list ul li {
        margin: 0 52px;
        text-align: center;
        float: left; }
        .index .box8 .list ul li .pic {
          height: 51px;
          display: flex;
          align-items: center;
          margin: 0 auto; }
          .index .box8 .list ul li .pic img {
            display: block;
            margin: 0 auto; }
        .index .box8 .list ul li p {
          font-size: 18px;
          color: #000;
          line-height: 20px;
          margin-top: 12px;
          text-transform: uppercase; }
  @media (max-width: 1200px) {
    .index .box8 {
      padding-top: 60px;
      padding-bottom: 56px; } }
  @media (max-width: 1024px) {
    .index .box8 {
      padding-top: 40px;
      padding-bottom: 36px; }
      .index .box8 .list ul li {
        margin: 0 20px; }
        .index .box8 .list ul li p {
          font-size: 14px;
          line-height: 20px; } }

.footer .line {
  width: 100%;
  height: 11px;
  background-image: -moz-linear-gradient(68deg, #0d9995 0%, #97eeec 60%, #70dedc 100%);
  background-image: -webkit-linear-gradient(68deg, #0d9995 0%, #97eeec 60%, #70dedc 100%);
  background-image: -ms-linear-gradient(68deg, #0d9995 0%, #97eeec 60%, #70dedc 100%); }
.footer .line1 {
  width: 100%;
  height: 7px;
  background-image: -moz-linear-gradient(68deg, #0d9995 0%, #97eeec 60%, #70dedc 100%);
  background-image: -webkit-linear-gradient(68deg, #0d9995 0%, #97eeec 60%, #70dedc 100%);
  background-image: -ms-linear-gradient(68deg, #0d9995 0%, #97eeec 60%, #70dedc 100%); }
.footer .footerNew {
  background-size: cover;
  background-image: url("../images/footer_bg1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 82px;
  padding-bottom: 45px;
  position: relative; }
  .footer .footerNew .logo {
    width: 28.4%;
    position: absolute;
    top: -96px;
    left: -10px; }
  .footer .footerNew .footerLeft {
    width: 27.1%;
    float: left; }
    .footer .footerNew .footerLeft .tits {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: 16px; }
    .footer .footerNew .footerLeft .tit {
      margin-top: 12px; }
      .footer .footerNew .footerLeft .tit .t {
        display: flex;
        align-items: flex-start;
        font-size: 14px;
        line-height: 40px;
        color: #fff; }
        .footer .footerNew .footerLeft .tit .t img {
          margin-right: 7px;
          display: block;
          margin-top: 10px; }
  .footer .footerNew .footerCen {
    width: 26%;
    float: left;
    margin-left: 7.8%; }
    .footer .footerNew .footerCen dl {
      width: 38.8%;
      float: left; }
      .footer .footerNew .footerCen dl:nth-child(2) {
        width: 61.2%; }
        .footer .footerNew .footerCen dl:nth-child(2) dt {
          width: 100%; }
        .footer .footerNew .footerCen dl:nth-child(2) dd a {
          width: 57.7%;
          float: left; }
          .footer .footerNew .footerCen dl:nth-child(2) dd a:nth-child(2n) {
            width: 42.3%; }
      .footer .footerNew .footerCen dl dt {
        font-size: 14px;
        line-height: 18px;
        border-bottom: 1px solid #fff;
        width: fit-content;
        color: #fff;
        padding-bottom: 20px;
        font-weight: bold; }
      .footer .footerNew .footerCen dl dd {
        margin-top: 8px; }
        .footer .footerNew .footerCen dl dd a {
          font-size: 14px;
          line-height: 40px;
          color: #fff;
          display: block; }
          @media (min-width: 1024px) {
            .footer .footerNew .footerCen dl dd a:hover {
              text-decoration: underline; } }
  .footer .footerNew .footerRight {
    width: 32.6%;
    float: right;
    padding-top: 66px; }
    .footer .footerNew .footerRight .logoImg {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .footer .footerNew .footerRight .logoImg a {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 40px; }
        .footer .footerNew .footerRight .logoImg a:nth-child(3), .footer .footerNew .footerRight .logoImg a:nth-child(5) {
          margin-right: 0; }
    .footer .footerNew .footerRight .share {
      display: flex;
      justify-content: center; }
      .footer .footerNew .footerRight .share a {
        width: 44px;
        display: block;
        margin: 0 5px; }
  .footer .footerNew .returnTop {
    width: 112px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    display: block; }
.footer .foot {
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #00433f 14%, #00817a 100%);
  background-image: -webkit-linear-gradient(90deg, #00433f 14%, #00817a 100%);
  background-image: -ms-linear-gradient(90deg, #00433f 14%, #00817a 100%); }
  .footer .foot a {
    color: #fff; }
@media (max-width: 1024px) {
  .footer .footerNew .logo {
    width: 42%; }
  .footer .footerNew .footerCen {
    display: none; }
  .footer .footerNew .footerLeft {
    width: 42%; }
  .footer .footerNew .footerRight {
    width: 42%; } }
@media (max-width: 768px) {
  .footer .footerNew {
    padding-bottom: 64px; }
    .footer .footerNew .logo {
      width: 100%; }
    .footer .footerNew .footerLeft {
      width: 100%;
      float: none; }
      .footer .footerNew .footerLeft .tit .t {
        line-height: 24px;
        margin-bottom: 5px; }
        .footer .footerNew .footerLeft .tit .t img {
          margin-top: 2px; }
    .footer .footerNew .footerRight {
      width: 100%;
      padding-top: 20px; }
      .footer .footerNew .footerRight .logoImg a {
        margin-bottom: 15px; }
  .footer .footerNew .footerRight .share a {
    width: 28px; } }

.banner {
  width: 100%;
  position: relative; }
  .banner .title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  @media (max-width: 1400px) {
    .banner .title {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .banner {
      overflow: hidden; }
      .banner img {
        width: 250%;
        margin-left: -75%; } }
  @media (max-width: 768px) {
    .banner .title {
      font-size: 18px;
      line-height: 20px; } }

.home {
  font-size: 16px;
  line-height: 28px;
  color: #7b7b7b;
  display: flex;
  align-items: center;
  padding: 13px 0 20px; }
  .home img {
    margin-right: 10px; }
  .home a {
    color: #7b7b7b; }
    @media (min-width: 1024px) {
      .home a:hover {
        color: #005e59; } }
  .home span {
    margin: 0 4px; }
  @media (max-width: 768px) {
    .home {
      font-size: 14px;
      line-height: 24px;
      padding: 10px 0 15px; } }

.contact {
  padding-bottom: 82px;
  padding-top: 30px; }
  .contact .box {
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 5.196px 8px 0px rgba(0, 94, 89, 0.34);
    border: 2px solid #005e59;
    overflow: hidden;
    background-color: #e9e9e9;
    display: flex; }
    .contact .box .boxLeft {
      width: 287px;
      float: left;
      background-color: #005e59;
      color: #fff;
      padding-left: 35px;
      padding-right: 50px;
      padding-top: 40px;
      padding-bottom: 100px;
      box-sizing: border-box; }
      .contact .box .boxLeft .item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 38px; }
        .contact .box .boxLeft .item:nth-child(1) {
          margin-bottom: 60px; }
        .contact .box .boxLeft .item:last-child {
          margin-bottom: 0; }
        .contact .box .boxLeft .item img {
          margin-right: 12px; }
        .contact .box .boxLeft .item .tit .t {
          font-size: 16px;
          line-height: 18px;
          font-weight: bold; }
        .contact .box .boxLeft .item .tit .t1 {
          font-size: 12px;
          line-height: 19px;
          margin-top: 10px; }
    .contact .box .boxRight {
      width: calc(100% - 287px);
      float: right;
      box-sizing: border-box;
      padding: 34px 50px 0; }
      .contact .box .boxRight .tits {
        font-size: 24px;
        line-height: 26px;
        color: #000;
        font-weight: bold; }
      .contact .box .boxRight .tit {
        font-size: 12px;
        line-height: 17px;
        color: #6c6c6c;
        margin-top: 12px; }
      .contact .box .boxRight .tableBox {
        margin-top: 25px; }
        .contact .box .boxRight .tableBox .t {
          display: flex;
          justify-content: space-between; }
          .contact .box .boxRight .tableBox .t .ttt {
            font-size: 16px;
            line-height: 18px;
            color: #000; }
          .contact .box .boxRight .tableBox .t .tt {
            width: 47.8%;
            margin-bottom: 15px; }
            .contact .box .boxRight .tableBox .t .tt .text {
              width: 100%;
              display: block;
              border: none;
              background-color: #fff;
              padding-left: 12px;
              font-size: 12px;
              color: #8a8a8a;
              height: 45px;
              margin-top: 6px;
              box-sizing: border-box; }
          .contact .box .boxRight .tableBox .t .tt1 {
            width: 100%; }
            .contact .box .boxRight .tableBox .t .tt1 .txt {
              width: 100%;
              padding: 0 12px;
              box-sizing: border-box;
              background-color: #fff;
              height: 150px;
              border: none;
              font-size: 12px;
              color: #8a8a8a;
              line-height: 35px;
              margin-top: 6px; }
        .contact .box .boxRight .tableBox .t1 {
          margin-top: 30px; }
          .contact .box .boxRight .tableBox .t1 .submit {
            width: 185px;
            height: 40px;
            text-align: center;
            font-size: 16px;
            line-height: 40px;
            color: #fff;
            font-weight: bold;
            border-radius: 10px;
            background-image: -moz-linear-gradient(left, #005e59 0%, #81d8cf 100%);
            background-image: -webkit-linear-gradient(left, #005e59 0%, #81d8cf 100%);
            background-image: -ms-linear-gradient(left, #005e59 0%, #81d8cf 100%);
            float: right; }
  .contact .map {
    width: 100%;
    height: 218px;
    margin-top: 52px; }
  @media (max-width: 1200px) {
    .contact .box .boxRight {
      padding: 25px 30px 0; }
      .contact .box .boxRight .tits {
        font-size: 20px;
        line-height: 22px; } }
  @media (max-width: 768px) {
    .contact {
      padding-top: 0;
      padding-bottom: 30px; }
      .contact .box {
        display: block; }
        .contact .box .boxLeft {
          width: 100%;
          padding: 15px; }
          .contact .box .boxLeft .item {
            margin-bottom: 15px !important; }
            .contact .box .boxLeft .item .tit .t1 {
              margin-top: 5px; }
        .contact .box .boxRight {
          width: 100%;
          padding: 15px; }
          .contact .box .boxRight .tits {
            font-size: 16px;
            line-height: 18px; }
          .contact .box .boxRight .tableBox .t {
            display: block;
            margin-bottom: 0; }
            .contact .box .boxRight .tableBox .t .ttt {
              font-size: 13px;
              line-height: 15px; }
            .contact .box .boxRight .tableBox .t .tt {
              width: 100%;
              margin-bottom: 10px; }
      .contact .map {
        margin-top: 20px; }
      .contact .box .boxLeft .item .tit .t {
        font-size: 14px; } }

.amap-controls, .amap-logo, .amap-copyright {
  display: none !important; }

.paging {
  width: 100%; }
  .paging dl {
    display: flex;
    align-items: center;
    justify-content: center; }
    .paging dl dd a, .paging dl dd span {
      width: 42px;
      height: 42px;
      text-align: center;
      font-size: 18px;
      line-height: 42px;
      color: #000;
      border: 1px solid #c9c9c9;
      margin: 0 6px;
      box-sizing: border-box;
      transition: all 0.5s;
      display: block;
      border-radius: 10px;
      color: #2d2d2d; }
      .paging dl dd a:after, .paging dl dd span:after {
        display: none; }
    .paging dl dd.active a, .paging dl dd.active span {
      background-color: #005e59;
      color: #fff;
      border-color: #005e59; }
    @media (min-width: 1024px) {
      .paging dl dd:hover a, .paging dl dd:hover span {
        background-color: #005e59;
        color: #fff;
        border-color: #005e59; } }
    @media (max-width: 768px) {
      .paging dl dd dd a {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        margin: 0 4px; } }
  @media (max-width: 768px) {
    .paging dl dd a, .paging dl dd span {
      width: 32px;
      height: 32px;
      font-size: 14px;
      line-height: 30px;
      margin: 0 3px; } }

.videoList {
  padding-bottom: 70px;
  padding-top: 15px; }
  .videoList ul {
    padding-bottom: 55px; }
    .videoList ul li {
      width: 31.8%;
      margin-right: 2.3%;
      margin-bottom: 24px;
      height: 333px;
      position: relative;
      float: left; }
      .videoList ul li:nth-child(3n) {
        margin-right: 0; }
      .videoList ul li a {
        background-color: #f6f6f6;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 10px;
        display: block;
        border-radius: 15px;
        box-shadow: 0.726px 2.911px 9px 0px rgba(145, 146, 146, 0.18);
        transition: transform 0.5s;
        position: absolute; }
        .videoList ul li a .pic {
          height: 220px;
          background-color: #000;
          border-radius: 15px;
          width: 100%;
          position: relative;
          overflow: hidden; }
          .videoList ul li a .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            opacity: 0.43; }
          .videoList ul li a .pic .icon {
            width: 72px;
            height: 72px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/video1.png"); }
        .videoList ul li a .con {
          display: flex;
          align-items: flex-start;
          padding-top: 15px;
          padding-bottom: 8px; }
          .videoList ul li a .con .logo {
            width: 32px;
            margin-right: 15px; }
          .videoList ul li a .con .conNew {
            flex: 1;
            padding-top: 4px; }
            .videoList ul li a .con .conNew .tits {
              font-size: 16px;
              line-height: 19px;
              color: #3b3b3b;
              font-weight: bold; }
            .videoList ul li a .con .conNew .tit {
              display: flex;
              justify-content: space-between;
              font-size: 12px;
              line-height: 18px;
              color: #005e59;
              margin-top: 6px; }
              .videoList ul li a .con .conNew .tit span {
                display: flex;
                align-items: center; }
                .videoList ul li a .con .conNew .tit span img {
                  margin-right: 4px; }
      @media (min-width: 1024px) {
        .videoList ul li:hover a {
          transform: scale(1.05);
          border: 2px solid #005e59;
          box-shadow: 0.726px 2.911px 9px 0px rgba(3, 96, 91, 0.18);
          background-color: #fff; } }
  @media (max-width: 1024px) {
    .videoList ul li {
      width: 48.5%;
      margin-right: 3%; }
      .videoList ul li:nth-child(3n) {
        margin-right: 3%; }
      .videoList ul li:nth-child(2n) {
        margin-right: 0; }
      .videoList ul li a .pic .icon {
        width: 60px;
        height: 60px; } }
  @media (max-width: 768px) {
    .videoList {
      padding-top: 0;
      padding-bottom: 30px; }
      .videoList ul {
        padding-bottom: 20px; }
        .videoList ul li {
          width: 100%;
          margin-bottom: 15px; }
          .videoList ul li a .con .logo {
            margin-right: 10px;
            width: 24px; }
          .videoList ul li a .con .conNew .tits {
            font-size: 14px;
            line-height: 17px; } }

.videoInfo {
  padding-top: 15px;
  padding-bottom: 68px; }
  .videoInfo .infoLeft {
    width: 70.4%;
    float: left; }
    .videoInfo .infoLeft .videoBox {
      width: 100%;
      overflow: hidden;
      border-radius: 15px;
      height: 510px;
      position: relative; }
      .videoInfo .infoLeft .videoBox img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .videoInfo .infoLeft .videoBox video, .videoInfo .infoLeft .videoBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .videoInfo .infoLeft .tits {
      font-size: 34px;
      line-height: 40px;
      color: #151515;
      font-weight: bold;
      margin-top: 18px; }
    .videoInfo .infoLeft .tit {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 16px; }
      .videoInfo .infoLeft .tit .t {
        display: flex;
        margin-right: 36px; }
        .videoInfo .infoLeft .tit .t:last-child {
          margin-right: 0; }
        .videoInfo .infoLeft .tit .t span {
          display: flex;
          align-items: center;
          font-size: 16px;
          line-height: 18px;
          color: #7b7b7b; }
          .videoInfo .infoLeft .tit .t span img {
            margin: 0 6px;
            display: block; }
      .videoInfo .infoLeft .tit .share {
        display: flex; }
        .videoInfo .infoLeft .tit .share a {
          width: 32px;
          margin-left: 13px;
          padding: 0 !important; }
          .videoInfo .infoLeft .tit .share a span {
            width: 32px !important;
            height: 32px !important; }
    .videoInfo .infoLeft .page {
      margin-top: 40px; }
      .videoInfo .infoLeft .page a {
        padding-left: 56px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 44px;
        color: #7b7b7b;
        background-position: 22.5px center;
        background-repeat: no-repeat;
        font-weight: bold; }
        .videoInfo .infoLeft .page a:nth-child(1) {
          background-image: url("../images/info_prev.png"); }
        .videoInfo .infoLeft .page a:nth-child(2) {
          background-image: url("../images/info_next.png"); }
  .videoInfo .infoRight {
    width: 26%;
    float: right; }
    .videoInfo .infoRight .title {
      font-size: 20px;
      line-height: 22px;
      font-weight: bold;
      color: #151515;
      border-bottom: 3px solid #81d8cf;
      padding-bottom: 5px; }
    .videoInfo .infoRight ul {
      margin-top: 16px; }
      .videoInfo .infoRight ul li {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
        .videoInfo .infoRight ul li a {
          border-radius: 15px;
          width: 100%;
          background-color: #f6f6f6;
          box-shadow: 0.726px 2.911px 9px 0px rgba(145, 146, 146, 0.18);
          padding: 10px 8px;
          box-sizing: border-box;
          display: block;
          position: relative; }
          .videoInfo .infoRight ul li a:after {
            width: 100%;
            height: 100%;
            position: absolute;
            border: 2px solid #005e59;
            top: -2px;
            left: -2px;
            border-radius: 15px;
            content: '';
            opacity: 0; }
          .videoInfo .infoRight ul li a .pic {
            padding-bottom: 56.4%;
            border-radius: 15px;
            overflow: hidden;
            background-color: #000; }
            .videoInfo .infoRight ul li a .pic img {
              opacity: 0.43; }
            .videoInfo .infoRight ul li a .pic .icon {
              width: 59px;
              height: 59px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/video1.png"); }
          .videoInfo .infoRight ul li a .con {
            display: flex;
            align-items: flex-start;
            margin-top: 13px;
            padding-bottom: 6px; }
            .videoInfo .infoRight ul li a .con img {
              width: 26px;
              display: block;
              margin-right: 12px; }
            .videoInfo .infoRight ul li a .con .conNew {
              flex: 1;
              padding-top: 4px; }
              .videoInfo .infoRight ul li a .con .conNew .tits {
                font-size: 13px;
                line-height: 15px;
                color: #3b3b3b; }
              .videoInfo .infoRight ul li a .con .conNew .tit {
                font-size: 10px;
                line-height: 12px;
                color: #005e59;
                display: flex;
                justify-content: space-between;
                margin-top: 10px; }
                .videoInfo .infoRight ul li a .con .conNew .tit span {
                  align-items: center;
                  display: flex; }
                  .videoInfo .infoRight ul li a .con .conNew .tit span img {
                    margin-right: 2px; }
                  .videoInfo .infoRight ul li a .con .conNew .tit span:nth-child(1) img {
                    width: 10px; }
                  .videoInfo .infoRight ul li a .con .conNew .tit span:nth-child(2) img {
                    width: 14px; }
        @media (min-width: 1024px) {
          .videoInfo .infoRight ul li:hover a:after {
            opacity: 1; } }
    .videoInfo .infoRight .moreClick {
      width: 100%;
      height: 60px;
      background-color: #f6f6f6;
      border-radius: 15px;
      box-shadow: 0.726px 2.911px 9px 0px rgba(145, 146, 146, 0.18);
      display: block;
      text-align: center;
      font-size: 20px;
      line-height: 60px;
      color: #7b7b7b; }
      @media (min-width: 1024px) {
        .videoInfo .infoRight .moreClick:hover {
          background-color: #005e59;
          color: #fff; } }
  @media (max-width: 1366px) {
    .videoInfo .infoLeft .tits {
      font-size: 28px;
      line-height: 34px; }
    .videoInfo .infoLeft .tit .t span {
      font-size: 14px;
      line-height: 16px; }
    .videoInfo .infoLeft .tit .share a {
      width: 28px; } }
  @media (max-width: 1024px) {
    .videoInfo .infoLeft .tits {
      font-size: 20px;
      line-height: 26px; }
    .videoInfo .infoLeft {
      width: 100%;
      float: none; }
    .videoInfo .infoRight {
      display: none; } }
  @media (max-width: 768px) {
    .videoInfo {
      padding-top: 0;
      padding-bottom: 30px; }
      .videoInfo .infoLeft .videoBox {
        height: 60vw; }
      .videoInfo .infoLeft .tits {
        font-size: 16px;
        line-height: 20px; }
      .videoInfo .infoLeft .page a {
        font-size: 13px;
        line-height: 32px;
        padding-left: 20px;
        background-position: left 8px;
        background-size: 8px auto; }
      .videoInfo .infoLeft .tit .share a {
        width: 22px;
        margin-left: 5px; }
        .videoInfo .infoLeft .tit .share a span {
          width: 22px !important;
          height: 22px !important; }
      .videoInfo .infoLeft .tit .t span {
        font-size: 12px;
        margin-right: 10px; }
      .videoInfo .infoLeft .page {
        margin-top: 20px; } }

.serviceTabs {
  display: flex;
  justify-content: space-around;
  margin-top: 20px; }
  .serviceTabs .item {
    width: 23.2%;
    position: relative; }
    .serviceTabs .item a {
      width: 100%;
      display: block;
      position: relative; }
      .serviceTabs .item a .pic {
        width: 100%;
        position: relative; }
        .serviceTabs .item a .pic img {
          width: 100%; }
          .serviceTabs .item a .pic img:nth-child(2) {
            width: 103.3%;
            top: -1.6%;
            left: -1.6%;
            position: absolute;
            opacity: 0;
            z-index: 5;
            transition: all 0.3s; }
      .serviceTabs .item a .t {
        text-align: center;
        width: 100%;
        position: absolute;
        z-index: 6;
        font-size: 30px;
        line-height: 36px;
        height: 72px;
        display: flex;
        align-items: center;
        font-weight: bold;
        color: #fff;
        left: 0;
        top: 28%;
        justify-content: center; }
      .serviceTabs .item a .icon {
        width: 43.1%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 7;
        filter: drop-shadow(0 18px 19px rgba(0, 94, 89, 0.43)); }
        .serviceTabs .item a .icon img {
          width: 100%; }
          .serviceTabs .item a .icon img:nth-child(2) {
            display: none; }
    .serviceTabs .item:nth-child(1) a .icon, .serviceTabs .item:nth-child(4) a .icon {
      top: 64%; }
    .serviceTabs .item:nth-child(2) a .icon, .serviceTabs .item:nth-child(3) a .icon {
      top: 71%; }
    .serviceTabs .item.on a .pic {
      filter: drop-shadow(9.5px 16.454px 18px rgba(0, 94, 89, 0.56)); }
      .serviceTabs .item.on a .pic img:nth-child(2) {
        opacity: 1; }
    .serviceTabs .item.on a .t {
      color: #0f6f69;
      text-shadow: 0 -2px #fff, 2px 0px #fff, 0 2px #fff, -2px 0 #fff, -2px -2px #fff, 2px 2px #fff, 2px -2px #fff, -2px 2px #fff; }
    .serviceTabs .item.on a .icon img:nth-child(1) {
      display: none; }
    .serviceTabs .item.on a .icon img:nth-child(2) {
      display: block; }
    @media (min-width: 1024px) {
      .serviceTabs .item:hover a .pic {
        filter: drop-shadow(9.5px 16.454px 18px rgba(0, 94, 89, 0.56)); }
        .serviceTabs .item:hover a .pic img:nth-child(2) {
          opacity: 1; }
      .serviceTabs .item:hover a .t {
        color: #0f6f69;
        text-shadow: 0 -2px #fff, 2px 0px #fff, 0 2px #fff, -2px 0 #fff, -2px -2px #fff, 2px 2px #fff, 2px -2px #fff, -2px 2px #fff; }
      .serviceTabs .item:hover a .icon img:nth-child(1) {
        display: none; }
      .serviceTabs .item:hover a .icon img:nth-child(2) {
        display: block; } }
  @media (max-width: 1200px) {
    .serviceTabs .item a .t {
      font-size: 22px;
      line-height: 30px;
      height: 60px; } }
  @media (max-width: 1024px) {
    .serviceTabs .item a .t {
      font-size: 18px;
      line-height: 24px;
      height: 4px; } }
  @media (max-width: 768px) {
    .serviceTabs {
      margin-top: 0; }
      .serviceTabs .item a .t {
        font-size: 12px;
        line-height: 14px;
        height: 28px; } }

.serviceTitle {
  font-size: 35px;
  line-height: 37px;
  color: #010101;
  position: relative;
  z-index: 10;
  font-weight: bold; }
  @media (max-width: 1366px) {
    .serviceTitle {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .serviceTitle {
      font-size: 20px;
      line-height: 22px; } }

.service .spare {
  margin-top: 9.5%;
  padding-left: 58px;
  padding-right: 50px;
  box-sizing: border-box;
  padding-bottom: 7.3%; }
  .service .spare .spareLeft {
    width: 55.8%;
    float: left;
    position: relative; }
    .service .spare .spareLeft .pic {
      width: 88.8%;
      box-sizing: border-box;
      border: 3px solid #6cd6cc;
      border-radius: 10px;
      overflow: hidden; }
    .service .spare .spareLeft .pic1 {
      width: 43.6%;
      box-sizing: border-box;
      border: 3px solid #6cd6cc;
      border-radius: 10px;
      margin-top: 8px;
      overflow: hidden; }
    .service .spare .spareLeft .con {
      width: 55.3%;
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #005e59;
      color: #fff;
      font-size: 14px;
      line-height: 25px;
      padding: 30px 40px;
      border-radius: 10px;
      box-sizing: border-box; }
  .service .spare .spareRight {
    width: 40.6%;
    float: right;
    padding-top: 5.6%; }
    .service .spare .spareRight .con {
      font-size: 14px;
      line-height: 25px;
      color: #565555;
      margin-top: 35px; }
      .service .spare .spareRight .con .item {
        margin-bottom: 25px; }
        .service .spare .spareRight .con .item:last-child {
          margin-bottom: 0; }
  @media (max-width: 1400px) {
    .service .spare .spareLeft .con {
      padding: 20px 30px; } }
  @media (max-width: 1366px) {
    .service .spare .spareLeft .con {
      padding: 20px 30px;
      font-size: 13px;
      line-height: 20px; }
    .service .spare .spareRight .con {
      font-size: 13px;
      line-height: 20px; } }
  @media (max-width: 1200px) {
    .service .spare {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1024px) {
    .service .spare .spareLeft {
      width: 100%;
      float: none; }
    .service .spare .spareRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .service .spare .spareLeft .pic {
      width: 100%; }
    .service .spare .spareLeft .pic1 {
      width: 100%; }
    .service .spare .spareLeft .con {
      position: relative;
      width: 100%;
      margin-top: 10px;
      bottom: auto;
      right: auto;
      padding: 15px; }
    .service .spare .spareRight .con {
      margin-top: 10px; } }
.service .warranty {
  width: 1030px;
  max-width: 100%;
  margin: 7% auto 5%; }
  .service .warranty .con {
    margin-top: 20px; }
    .service .warranty .con .serviceTitle {
      text-align: center; }
    .service .warranty .con .conn {
      padding: 0 50px 0 20px;
      color: #565555;
      font-size: 14px;
      line-height: 25px;
      margin-top: 23px; }
  @media (max-width: 1366px) {
    .service .warranty .con .conn {
      font-size: 13px;
      line-height: 20px; } }
  @media (max-width: 768px) {
    .service .warranty {
      margin: 30px auto; }
      .service .warranty .con .conn {
        padding: 0;
        margin-top: 10px; } }
.service .training {
  padding-top: 10.3%;
  padding-bottom: 9.3%; }
  .service .training .pic {
    width: 47%;
    float: left;
    border-radius: 0 0 2.60417vw 0;
    overflow: hidden; }
  .service .training .con {
    width: 50%;
    padding-right: 55px;
    float: right;
    box-sizing: border-box; }
    .service .training .con .conn {
      font-size: 14px;
      line-height: 25px;
      color: #565555;
      margin-top: 25px; }
  @media (max-width: 1366px) {
    .service .training .con .conn {
      font-size: 13px;
      line-height: 20px; } }
  @media (max-width: 960px) {
    .service .training .pic {
      width: 100%;
      float: none; }
    .service .training .con {
      width: 100%;
      float: none;
      padding-right: 0;
      margin-top: 15px; } }
.service .installation {
  width: 1180px;
  max-width: 100%;
  margin: 14.3% auto 0;
  padding-bottom: 8.8%; }
  .service .installation .pic {
    width: 35.7%;
    float: left;
    overflow: hidden;
    border-radius: 0 0 2.60417vw 0;
    box-shadow: 2.5px 4.33px 18px 0px rgba(0, 94, 89, 0.34);
    z-index: 10;
    position: relative; }
  .service .installation .con {
    width: 57.4%;
    float: right;
    padding-right: 55px;
    box-sizing: border-box;
    padding-top: 25px;
    position: relative; }
    .service .installation .con:after {
      width: 140%;
      right: 0;
      top: -10%;
      background-color: #f3f2f2;
      border-radius: 0 0 2.60417vw 0;
      content: '';
      height: 118%;
      position: absolute; }
    .service .installation .con .conn {
      font-size: 14px;
      line-height: 25px;
      color: #565555;
      margin-top: 35px;
      position: relative;
      z-index: 10; }
  @media (max-width: 1366px) {
    .service .installation .con {
      padding-right: 30px; }
      .service .installation .con .conn {
        font-size: 13px;
        line-height: 20px; } }
  @media (max-width: 1024px) {
    .service .installation .con {
      padding-top: 0; }
      .service .installation .con .conn {
        margin-top: 15px; } }
  @media (max-width: 768px) {
    .service .installation {
      padding-bottom: 30px;
      margin: 25px auto 0; }
      .service .installation .pic {
        width: 100%;
        float: none; }
      .service .installation .con {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-top: 15px; }
        .service .installation .con:after {
          display: none; } }

.news {
  padding-top: 14px;
  padding-bottom: 80px; }
  .news .tabs {
    display: flex;
    width: 100%;
    border-bottom: 3px solid #005e59; }
    .news .tabs a {
      flex: 1;
      text-align: center;
      font-size: 18px;
      line-height: 45px;
      color: #005e59; }
      .news .tabs a.on {
        background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
        background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
        background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
        color: #fff; }
      @media (min-width: 1024px) {
        .news .tabs a:hover {
          background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          color: #fff; } }
  .news .list {
    margin-top: 42px; }
    .news .list ul {
      padding-bottom: 20px; }
      .news .list ul li {
        width: 48.5%;
        box-shadow: 3.5px 6.062px 9px 0px rgba(121, 121, 121, 0.26);
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #cbf4f3;
        background-color: #edfdfc;
        float: left;
        margin-bottom: 40px; }
        .news .list ul li:nth-child(2n) {
          float: right; }
        .news .list ul li a {
          width: 100%;
          display: flex;
          align-items: center;
          padding: 18px;
          box-sizing: border-box;
          justify-content: space-between; }
          .news .list ul li a .pic {
            width: 50.2%;
            float: left;
            border-radius: 20px;
            padding-bottom: 37.7%;
            border: 1px solid #edfdfc;
            box-sizing: border-box; }
          .news .list ul li a .con {
            width: 46.1%; }
            .news .list ul li a .con .tits {
              font-size: 16px;
              line-height: 22px;
              color: #005e59;
              font-weight: bold;
              height: 44px; }
            .news .list ul li a .con .tit {
              font-size: 12px;
              line-height: 19px;
              -webkit-line-clamp: 5;
              height: 95px;
              color: #939393;
              margin-top: 9px; }
            .news .list ul li a .con .tit1 {
              display: flex;
              justify-content: space-between;
              align-items: center;
              margin-top: 13px; }
              .news .list ul li a .con .tit1 .time {
                font-size: 12px;
                line-height: 16px;
                color: #005e59;
                padding-left: 18px;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/time2.png"); }
              .news .list ul li a .con .tit1 img {
                width: 38px;
                height: 38px; }
        @media (min-width: 1024px) {
          .news .list ul li:hover {
            background-size: cover;
            background-image: url("../images/cbg.png");
            background-repeat: no-repeat;
            box-shadow: 0px 0px 9px 0px rgba(181, 255, 249, 0.004); }
            .news .list ul li:hover a .pic {
              border: 1px solid #00ffeb; }
            .news .list ul li:hover a .con .tits {
              color: #fff; }
            .news .list ul li:hover a .con .tit {
              color: #fff; }
            .news .list ul li:hover a .con .tit1 .time {
              color: #fff;
              background-image: url("../images/time2_h.png"); } }
  @media (max-width: 1200px) {
    .news .list {
      margin-top: 25px; }
    .news .list ul li {
      margin-bottom: 25px; }
    .news .list ul li a .con .tit {
      -webkit-line-clamp: 3;
      height: 57px; }
    .news .list ul li a .con .tit1 {
      margin-top: 5px; }
    .news .tabs a {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .news .list ul li a .con .tits {
      font-size: 14px;
      line-height: 20px;
      height: 40px; } }
  @media (max-width: 768px) {
    .news {
      padding-top: 0;
      padding-bottom: 30px; }
      .news .list ul li {
        width: 100%;
        float: none; } }
  @media (max-width: 460px) {
    .news .tabs a {
      font-size: 12px;
      line-height: 40px; }
    .news .list {
      margin-top: 15px; }
      .news .list ul li {
        margin-bottom: 15px; }
        .news .list ul li a {
          padding: 15px;
          display: block; }
          .news .list ul li a .pic {
            width: 100%;
            float: none;
            padding-bottom: 63vw; }
          .news .list ul li a .con {
            width: 100%;
            margin-top: 8px; } }

.newsInfo {
  padding-bottom: 5.2%;
  padding-top: 14px; }
  .newsInfo .infoLeft {
    width: 66.5%;
    float: left;
    border-top: 3px solid #81d8cf;
    box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.75);
    background-color: #fff;
    box-sizing: border-box;
    padding: 42px 50px 30px; }
    .newsInfo .infoLeft .tits {
      font-size: 28px;
      line-height: 38px;
      color: #020202;
      font-weight: bold; }
    .newsInfo .infoLeft .tit {
      display: flex;
      font-size: 14px;
      line-height: 28px;
      color: #7b7b7b;
      align-items: center;
      margin-top: 20px; }
      .newsInfo .infoLeft .tit i {
        padding-left: 18px;
        background-position: left center;
        background-image: url("../images/kan.png");
        background-repeat: no-repeat;
        margin-left: 40px;
        margin-right: 40px;
        display: block; }
      .newsInfo .infoLeft .tit .share {
        display: flex;
        align-items: center; }
        .newsInfo .infoLeft .tit .share a {
          width: 28px;
          margin-right: 14px;
          display: block;
          padding: 0 !important; }
          .newsInfo .infoLeft .tit .share a span {
            width: 28px !important;
            height: 28px !important; }
    .newsInfo .infoLeft .con1 {
      background-color: #f6f6f6;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      padding: 22px 45px;
      border: 1px solid #eeeeee;
      box-sizing: border-box;
      margin-top: 42px; }
      .newsInfo .infoLeft .con1 .t {
        font-size: 12px;
        line-height: 30px;
        color: #222; }
        .newsInfo .infoLeft .con1 .t span {
          font-weight: bold; }
    .newsInfo .infoLeft .con {
      border-top: 1px dashed #d5d5d5;
      margin-top: 20px;
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      padding-top: 12px; }
      .newsInfo .infoLeft .con img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .newsInfo .infoLeft .page {
      display: flex;
      justify-content: space-between;
      margin-top: 30px; }
      .newsInfo .infoLeft .page a {
        width: 47%;
        font-size: 16px;
        line-height: 30px;
        color: #040300; }
        .newsInfo .infoLeft .page a span {
          font-weight: bold; }
        @media (min-width: 1024px) {
          .newsInfo .infoLeft .page a:hover {
            color: #005e59; } }
  .newsInfo .infoRight {
    width: 31.6%;
    float: right; }
    .newsInfo .infoRight .item {
      border-top: 3px solid #81d8cf;
      box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.75);
      background-color: #fff;
      box-sizing: border-box;
      width: 100%;
      padding: 25px 18px 22px;
      margin-bottom: 27px; }
      .newsInfo .infoRight .item .title {
        text-align: center; }
        .newsInfo .infoRight .item .title .t {
          font-size: 18px;
          line-height: 20px;
          color: #232323;
          font-weight: bold; }
        .newsInfo .infoRight .item .title .line {
          width: 32px;
          height: 1px;
          margin: 16px auto 0;
          background-color: #bfbfbf; }
      .newsInfo .infoRight .item ul {
        margin-top: 20px; }
        .newsInfo .infoRight .item ul li {
          margin-bottom: 20px;
          padding: 2px;
          box-sizing: border-box;
          width: 100%;
          border-radius: 5px; }
          .newsInfo .infoRight .item ul li a {
            width: 100%;
            display: flex;
            align-items: center;
            background-color: #f5f5f5;
            overflow: hidden;
            border-radius: 5px; }
            .newsInfo .infoRight .item ul li a .pic {
              width: 166px;
              height: 125px; }
            .newsInfo .infoRight .item ul li a .con {
              flex: 1;
              padding: 0 10px;
              box-sizing: border-box; }
              .newsInfo .infoRight .item ul li a .con .time {
                background-position: left center;
                font-size: 12px;
                padding-left: 20px;
                background-repeat: no-repeat;
                background-image: url("../images/time.png");
                color: #878787; }
              .newsInfo .infoRight .item ul li a .con .tits {
                font-size: 14px;
                line-height: 16px;
                color: #191919;
                font-weight: bold;
                margin-top: 13px; }
              .newsInfo .infoRight .item ul li a .con .tit {
                font-size: 12px;
                line-height: 20px;
                color: #878787;
                margin-top: 3px; }
          @media (min-width: 1024px) {
            .newsInfo .infoRight .item ul li:hover {
              background-image: linear-gradient(to top, #005e59, #92fff4); } }
      .newsInfo .infoRight .item .more {
        width: 108px;
        height: 26px;
        border-radius: 13px;
        background-color: #005e59;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        font-size: 12px;
        line-height: 26px;
        color: #fff;
        align-items: center; }
        .newsInfo .infoRight .item .more img {
          margin-left: 5px; }
  @media (max-width: 1366px) {
    .newsInfo .infoLeft {
      padding: 30px 35px; }
    .newsInfo .infoLeft .tits {
      font-size: 22px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .newsInfo .infoLeft {
      width: 100%;
      float: none; }
    .newsInfo .infoRight {
      display: none; } }
  @media (max-width: 1024px) {
    .newsInfo .infoLeft .tits {
      font-size: 18px;
      line-height: 26px; }
    .newsInfo .infoLeft .page a {
      font-size: 14px; }
    .newsInfo .infoLeft .con {
      font-size: 13px;
      line-height: 22px; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-top: 0;
      padding-bottom: 30px; }
      .newsInfo .infoLeft {
        padding: 25px 15px; }
        .newsInfo .infoLeft .con1 {
          display: block;
          padding: 10px 15px;
          margin-top: 15px; }
        .newsInfo .infoLeft .tit {
          display: block;
          margin-top: 10px;
          font-size: 13px;
          line-height: 22px; }
          .newsInfo .infoLeft .tit i {
            margin: 0;
            display: inline-block;
            margin-left: 15px; }
          .newsInfo .infoLeft .tit .share {
            margin-top: 10px; }
            .newsInfo .infoLeft .tit .share a {
              width: 24px;
              margin-right: 8px; }
              .newsInfo .infoLeft .tit .share a span {
                width: 24px !important;
                height: 24px !important; }
        .newsInfo .infoLeft .page {
          display: block; }
          .newsInfo .infoLeft .page a {
            width: 100%; } }

.team {
  padding-top: 14px;
  padding-bottom: 70px; }
  .team ul {
    padding-bottom: 50px; }
    .team ul li {
      width: 30.3%;
      float: left;
      background-color: #f5f5f5;
      border-radius: 15px;
      padding-top: 27px;
      padding-bottom: 42px;
      margin-bottom: 30px;
      margin-right: 4.55%; }
      .team ul li:nth-child(3n) {
        margin-right: 0; }
      .team ul li .pic {
        width: 72.6%;
        padding-bottom: 72.6%;
        height: 0;
        border-radius: 100%;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
        display: block;
        background-color: #fff;
        border: 2px solid #f5f5f5; }
        .team ul li .pic img {
          width: calc(100% - 12px);
          height: calc(100% - 12px);
          position: absolute;
          top: 6px;
          left: 6px;
          object-fit: cover;
          border-radius: 100%; }
      .team ul li .share {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 10px; }
        .team ul li .share a {
          width: 27px;
          display: block;
          margin: 0 6px; }
      .team ul li .con {
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 30px; }
        .team ul li .con .tits {
          font-size: 26px;
          line-height: 28px;
          color: #034c48; }
        .team ul li .con .tit {
          font-size: 18px;
          line-height: 20px;
          color: #7a7a7a;
          margin-top: 6px; }
        .team ul li .con .tit1 {
          display: flex;
          justify-content: center;
          width: 100%;
          margin-top: 16px; }
          .team ul li .con .tit1 .titNew .t {
            font-size: 14px;
            line-height: 20px;
            color: #7a7a7a;
            padding-left: 26px;
            background-position: left center;
            background-repeat: no-repeat;
            text-align: left; }
            .team ul li .con .tit1 .titNew .t:nth-child(1) {
              background-image: url("../images/team_icon1.png"); }
            .team ul li .con .tit1 .titNew .t:nth-child(2) {
              background-image: url("../images/team_icon2.png"); }
            .team ul li .con .tit1 .titNew .t:nth-child(3) {
              background-image: url("../images/team_icon3.png"); }
      @media (min-width: 1024px) {
        .team ul li:hover {
          background-image: -moz-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          background-image: -webkit-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          background-image: -ms-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%); }
          .team ul li:hover .pic {
            border-color: #03605b;
            box-shadow: 0 0 16px #03605b; }
          .team ul li:hover .con .tits {
            color: #fff; }
          .team ul li:hover .con .tit {
            color: #fff; }
          .team ul li:hover .con .tit1 .titNew .t {
            color: #fff; }
            .team ul li:hover .con .tit1 .titNew .t:nth-child(1) {
              background-image: url("../images/team_icon1_h.png"); }
            .team ul li:hover .con .tit1 .titNew .t:nth-child(2) {
              background-image: url("../images/team_icon2_h.png"); }
            .team ul li:hover .con .tit1 .titNew .t:nth-child(3) {
              background-image: url("../images/team_icon3_h.png"); } }
  @media (max-width: 1200px) {
    .team ul li {
      width: 32%;
      margin-right: 2%; }
      .team ul li .con {
        margin-top: 20px; }
        .team ul li .con .tits {
          font-size: 20px;
          line-height: 22px; }
        .team ul li .con .tit {
          font-size: 15px;
          line-height: 17px; } }
  @media (max-width: 960px) {
    .team ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 20px; }
      .team ul li:nth-child(3n) {
        margin-right: 3%; }
      .team ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 640px) {
    .team {
      padding-bottom: 30px;
      padding-top: 0; }
      .team ul {
        padding-bottom: 15px; }
        .team ul li {
          width: 100%;
          margin-bottom: 15px;
          padding-top: 15px;
          padding-bottom: 20px; }
          .team ul li .pic img {
            width: calc(100% - 4px);
            height: calc(100% - 4px);
            top: 2px;
            left: 2px; } }

.teamInfo {
  padding-top: 14px;
  padding-bottom: 95px; }
  .teamInfo .box1 .pic {
    width: 29.3%;
    padding-bottom: 29.3%;
    height: 0;
    position: relative;
    background-image: -moz-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
    background-image: -webkit-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
    background-image: -ms-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
    border-radius: 100%;
    float: left; }
    .teamInfo .box1 .pic img {
      width: calc(100% - 18px);
      height: calc(100% - 18px);
      position: absolute;
      top: 9px;
      left: 28px;
      border-radius: 100%;
      object-fit: cover; }
  .teamInfo .box1 .con {
    width: 65.9%;
    float: right;
    padding-top: 50px; }
    .teamInfo .box1 .con .tits {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .teamInfo .box1 .con .tits .t {
        font-size: 30px;
        line-height: 28px;
        color: #005e59;
        font-weight: bold; }
        .teamInfo .box1 .con .tits .t span {
          font-size: 18px;
          color: #2c251c;
          margin-left: 15px;
          font-weight: normal; }
      .teamInfo .box1 .con .tits .share {
        display: flex;
        align-items: center;
        margin-right: 70px; }
        .teamInfo .box1 .con .tits .share a {
          width: 27px;
          display: block;
          margin-left: 10px;
          padding: 0 !important; }
          .teamInfo .box1 .con .tits .share a span {
            width: 27px !important;
            height: 27px !important; }
    .teamInfo .box1 .con .line {
      margin-top: 13px;
      width: 100%;
      height: 2px;
      background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
      background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
      background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%); }
    .teamInfo .box1 .con .tit {
      font-size: 18px;
      line-height: 30px;
      color: #4c4b4b;
      margin-top: 14px; }
    .teamInfo .box1 .con .tit1 {
      font-size: 18px;
      line-height: 24px;
      color: #4c4b4b; }
      .teamInfo .box1 .con .tit1 .t {
        display: flex;
        align-items: center;
        margin-top: 5px; }
        .teamInfo .box1 .con .tit1 .t img {
          margin-right: 12px; }
    .teamInfo .box1 .con .tit2 {
      box-sizing: border-box;
      padding-right: 65px;
      font-size: 14px;
      line-height: 20px;
      color: #aaa9a9;
      margin-top: 23px; }
  .teamInfo .box2 {
    margin-top: 57px; }
    .teamInfo .box2 .tits {
      font-size: 20px;
      line-height: 22px;
      color: #2c251c; }
    .teamInfo .box2 .line {
      width: 100%;
      height: 2px;
      margin-top: 17px;
      background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
      background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
      background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%); }
    .teamInfo .box2 .tit {
      display: grid;
      justify-content: space-between;
      margin-top: 25px;
      grid-template-columns: 1fr 0.4fr 0.4fr; }
      .teamInfo .box2 .tit .t:nth-child(1) {
        padding-right: 20px; }
      .teamInfo .box2 .tit .t .tt {
        font-size: 18px;
        line-height: 20px;
        color: #2c251c; }
      .teamInfo .box2 .tit .t .tt1 {
        font-size: 14px;
        line-height: 20px;
        color: #727272;
        margin-top: 17px; }
    .teamInfo .box2 ul {
      width: 815px;
      max-width: 100%;
      margin-top: 52px; }
      .teamInfo .box2 ul li {
        display: flex;
        align-items: flex-start;
        padding-bottom: 32px;
        position: relative; }
        .teamInfo .box2 ul li:after {
          width: 2px;
          height: 100%;
          position: absolute;
          top: 2px;
          left: 5px;
          background-color: #e7e5e5;
          content: ''; }
        .teamInfo .box2 ul li .dian {
          width: 12px;
          height: 12px;
          background-image: -moz-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          background-image: -webkit-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          background-image: -ms-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          border-radius: 100%;
          margin-right: 26px;
          margin-top: 2px;
          position: relative;
          z-index: 5; }
        .teamInfo .box2 ul li .t {
          flex: 1; }
          .teamInfo .box2 ul li .t .tt {
            font-size: 14px;
            line-height: 16px;
            color: #4c4b4b; }
          .teamInfo .box2 ul li .t .tt1 {
            font-size: 14px;
            line-height: 20px;
            color: #727272;
            margin-top: 7px; }
  .teamInfo .caseList {
    margin-top: 7.3%; }
  @media (max-width: 1366px) {
    .teamInfo .box1 .con {
      padding-top: 30px; }
      .teamInfo .box1 .con .tits .t {
        font-size: 24px;
        line-height: 26px; }
        .teamInfo .box1 .con .tits .t span {
          font-size: 14px; }
      .teamInfo .box1 .con .tit {
        font-size: 16px;
        line-height: 24px; }
      .teamInfo .box1 .con .tit1 {
        font-size: 16px;
        line-height: 22px; } }
  @media (max-width: 1200px) {
    .teamInfo .box1 .con {
      padding-top: 0; }
      .teamInfo .box1 .con .tits .share {
        margin-right: 0; }
    .teamInfo .box2 .tit .t .tt {
      font-size: 14px;
      line-height: 16px; }
    .teamInfo .box2 .tit .t .tt1 {
      font-size: 13px;
      line-height: 15px; } }
  @media (max-width: 1024px) {
    .teamInfo .box1 .con .tits .t {
      font-size: 24px;
      line-height: 26px; }
      .teamInfo .box1 .con .tits .t span {
        font-size: 14px; }
    .teamInfo .box1 .con .tit {
      font-size: 14px;
      line-height: 20px; }
    .teamInfo .box1 .con .tit1 {
      font-size: 14px;
      line-height: 18px; }
    .teamInfo .box1 .con .tit2 {
      font-size: 13px;
      padding-right: 0; }
    .teamInfo .box2 .tit {
      display: block; }
      .teamInfo .box2 .tit .t {
        margin-bottom: 15px;
        padding-right: 0 !important; }
        .teamInfo .box2 .tit .t .tt {
          font-size: 14px;
          line-height: 16px; }
        .teamInfo .box2 .tit .t .tt1 {
          font-size: 13px;
          line-height: 15px;
          margin-top: 5px; } }
  @media (max-width: 768px) {
    .teamInfo {
      padding-top: 0;
      padding-bottom: 30px; }
      .teamInfo .box1 .pic {
        width: 80%;
        padding-bottom: 80%;
        margin: 0 auto;
        float: none; }
        .teamInfo .box1 .pic img {
          width: calc(100% - 10px);
          height: calc(100% - 10px);
          top: 5px;
          left: 15px; }
      .teamInfo .box1 .con {
        width: 100%;
        float: none;
        margin-top: 15px; }
        .teamInfo .box1 .con .tits {
          display: block; }
          .teamInfo .box1 .con .tits .t {
            font-size: 18px;
            line-height: 20px; }
            .teamInfo .box1 .con .tits .t span {
              font-size: 12px; }
          .teamInfo .box1 .con .tits .share {
            margin-top: 10px; }
            .teamInfo .box1 .con .tits .share a {
              width: 22px;
              margin-left: 0;
              margin-right: 5px; }
              .teamInfo .box1 .con .tits .share a span {
                width: 22px !important;
                height: 22px !important; }
      .teamInfo .box2 {
        margin-top: 30px; }
        .teamInfo .box2 .tits {
          font-size: 18px;
          line-height: 20px; }
        .teamInfo .box2 .line {
          margin-top: 8px; }
      .teamInfo .box2 ul li .dian {
        margin-right: 12px; }
      .teamInfo .box2 ul li .t .tt {
        font-size: 13px;
        line-height: 15px; }
      .teamInfo .box2 ul li .t .tt1 {
        font-size: 13px;
        line-height: 22px; } }

.caseList ul li {
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #cbf4f3;
  background-color: #edfdfc;
  box-shadow: 3.5px 6.062px 9px 0px rgba(121, 121, 121, 0.26);
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box; }
  .caseList ul li:nth-child(4n) {
    margin-right: 0; }
  .caseList ul li a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 16px 16px 13px; }
    .caseList ul li a .tits {
      font-size: 16px;
      line-height: 20px;
      height: 40px;
      color: #005e59; }
    .caseList ul li a .tit {
      font-size: 12px;
      line-height: 18px;
      height: 54px;
      color: #939393;
      margin-top: 10px; }
    .caseList ul li a .pic {
      padding-bottom: 76.3%;
      border-radius: 20px;
      border: 1px solid #edfdfc;
      box-sizing: border-box;
      margin-top: 13px; }
    .caseList ul li a .tit1 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 12px; }
      .caseList ul li a .tit1 .time {
        font-size: 12px;
        line-height: 38px;
        color: #005e59;
        padding-left: 18px;
        background-image: url("../images/time2.png");
        background-position: left center;
        background-repeat: no-repeat; }
      .caseList ul li a .tit1 img {
        width: 38px;
        margin-right: -6px; }
  @media (min-width: 1024px) {
    .caseList ul li:hover {
      background-image: url("../images/cbg1.png");
      background-size: cover;
      background-repeat: no-repeat; }
      .caseList ul li:hover a .tits {
        color: #fff;
        font-weight: bold; }
      .caseList ul li:hover a .tit {
        color: #fff; }
      .caseList ul li:hover a .pic {
        border-color: #00ffeb; }
      .caseList ul li:hover a .tit1 .time {
        background-image: url("../images/time2_h.png");
        color: #fff; } }
@media (max-width: 1200px) {
  .caseList ul li {
    width: 32.6%;
    margin-right: 1.1%; }
    .caseList ul li:nth-child(4n) {
      margin-right: 1.1%; }
    .caseList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 860px) {
  .caseList ul li {
    width: 49%;
    margin-right: 2%; }
    .caseList ul li:nth-child(4n) {
      margin-right: 2%; }
    .caseList ul li:nth-child(3n) {
      margin-right: 2%; }
    .caseList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 640px) {
  .caseList ul li {
    width: 100%;
    float: none;
    margin-right: 0 !important; } }

.cases {
  padding-top: 14px;
  padding-bottom: 70px;
  z-index: 15; }
  .cases .top .title {
    text-align: center;
    margin-bottom: 20px; }
    .cases .top .title .t {
      font-size: 16px;
      line-height: 18px;
      color: #000000;
      font-weight: bold; }
    .cases .top .title .line {
      width: 32px;
      margin: 17px auto 0;
      background-color: #bfbfbf;
      height: 1px; }
  .cases .top .type {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #d5d5d5; }
    .cases .top .type a {
      border-radius: 5px;
      border: 1px solid #d2d2d2;
      font-size: 16px;
      line-height: 42px;
      color: #878787;
      display: flex;
      text-transform: uppercase;
      align-items: center;
      font-weight: bold;
      padding-left: 20px;
      padding-right: 16px; }
      .cases .top .type a img {
        margin-right: 15px; }
        .cases .top .type a img:nth-child(2) {
          display: none; }
      @media (min-width: 1024px) {
        .cases .top .type a:hover {
          border-color: #81D8cf;
          background-color: #81D8cf;
          background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          box-shadow: 0px 0px 9px rgba(181, 255, 249, 0.4);
          color: #fff; }
          .cases .top .type a:hover img:nth-child(1) {
            display: none; }
          .cases .top .type a:hover img:nth-child(2) {
            display: block; } }
      .cases .top .type a.on {
        border-color: #81D8cf;
        background-color: #81D8cf;
        background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
        background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
        background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
        box-shadow: 0px 0px 9px rgba(181, 255, 249, 0.4);
        color: #fff; }
        .cases .top .type a.on img:nth-child(1) {
          display: none; }
        .cases .top .type a.on img:nth-child(2) {
          display: block; }
  .cases .top .navBox {
    width: 100%;
    display: flex;
    background-color: #aed8fa;
    position: relative; }
    .cases .top .navBox .navLeft {
      width: 22.4%;
      border: 1px solid #e7e7e7;
      box-sizing: border-box;
      background-color: #fff; }
      .cases .top .navBox .navLeft .tits {
        background-color: #eee;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 50px;
        color: #000;
        font-weight: bold;
        padding-left: 32px;
        box-sizing: border-box; }
        .cases .top .navBox .navLeft .tits img {
          margin-right: 23px; }
      .cases .top .navBox .navLeft .tit .t {
        width: 100%;
        border-bottom: 1px solid #e7e7e7; }
        .cases .top .navBox .navLeft .tit .t .tt {
          width: 100%;
          display: flex;
          align-items: center;
          font-size: 16px;
          line-height: 56px;
          color: #010101; }
          .cases .top .navBox .navLeft .tit .t .tt:last-child {
            border-bottom: none; }
          .cases .top .navBox .navLeft .tit .t .tt img {
            margin-left: 29px;
            margin-right: 20px; }
          .cases .top .navBox .navLeft .tit .t .tt span {
            flex: 1; }
          .cases .top .navBox .navLeft .tit .t .tt i {
            width: 14px;
            height: 14px;
            background-position: center;
            display: block;
            background-repeat: no-repeat;
            background-image: url("../images/down.png");
            margin-right: 30px; }
        .cases .top .navBox .navLeft .tit .t .aBox {
          width: 77.6%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 22.4%;
          background-color: rgba(237, 253, 252, 0.7);
          z-index: 10;
          padding: 25px 30px;
          box-sizing: border-box;
          display: none; }
          .cases .top .navBox .navLeft .tit .t .aBox .close {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 5px;
            right: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            display: none; }
          .cases .top .navBox .navLeft .tit .t .aBox .boxNew {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 182px;
            box-sizing: border-box; }
            .cases .top .navBox .navLeft .tit .t .aBox .boxNew a {
              display: block;
              font-size: 12px;
              line-height: 21px;
              color: #010101; }
              .cases .top .navBox .navLeft .tit .t .aBox .boxNew a.on {
                color: #005e59; }
              .cases .top .navBox .navLeft .tit .t .aBox .boxNew a.disabled {
                cursor: inherit;
                color: #aaa !important; }
              @media (min-width: 1024px) {
                .cases .top .navBox .navLeft .tit .t .aBox .boxNew a:hover {
                  color: #005e59; } }
        .cases .top .navBox .navLeft .tit .t.on .tt {
          background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 110%);
          background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 110%);
          background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 110%);
          color: #fff; }
          .cases .top .navBox .navLeft .tit .t.on .tt i {
            background-image: url("../images/down_h.png"); }
    .cases .top .navBox .navRight {
      flex: 1;
      position: relative; }
      .cases .top .navBox .navRight img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
  .cases .caseList {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed #d5d5d5; }
    .cases .caseList ul {
      padding-bottom: 40px; }
  @media (max-width: 1200px) {
    .cases .top .navBox .navLeft .tit .t .tt {
      font-size: 14px; }
    .cases .top .type a {
      font-size: 14px;
      padding-left: 10px;
      padding-right: 15px;
      box-sizing: border-box; }
      .cases .top .type a img {
        margin-right: 10px; } }
  @media (max-width: 1024px) {
    .cases .top .type {
      flex-wrap: wrap; }
      .cases .top .type a {
        width: 24%;
        margin-bottom: 5px; } }
  @media (max-width: 768px) {
    .cases {
      padding-top: 0;
      padding-bottom: 30px; }
      .cases .top .type {
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        .cases .top .type a {
          padding: 0;
          text-align: center;
          justify-content: center; }
          .cases .top .type a img {
            display: none !important; }
      .cases .top .navBox {
        display: block; }
        .cases .top .navBox .navLeft {
          width: 100%;
          float: none;
          border-bottom: none; }
          .cases .top .navBox .navLeft .tits {
            padding-left: 10px; }
            .cases .top .navBox .navLeft .tits img {
              margin-right: 10px; }
          .cases .top .navBox .navLeft .tit {
            display: flex;
            flex-wrap: wrap; }
            .cases .top .navBox .navLeft .tit .t {
              width: 50%;
              border-right: 1px solid #e7e7e7;
              box-sizing: border-box; }
              .cases .top .navBox .navLeft .tit .t:nth-child(2n) {
                border-right: none; }
              .cases .top .navBox .navLeft .tit .t .tt {
                line-height: 45px;
                font-size: 13px; }
                .cases .top .navBox .navLeft .tit .t .tt img {
                  margin-left: 10px;
                  margin-right: 10px; }
                .cases .top .navBox .navLeft .tit .t .tt i {
                  margin-right: 12px; }
              .cases .top .navBox .navLeft .tit .t .aBox {
                width: 90%;
                height: auto;
                position: fixed;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background-color: rgba(255, 255, 255, 0.9);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
                padding: 10px; }
                .cases .top .navBox .navLeft .tit .t .aBox .close {
                  display: flex; }
                .cases .top .navBox .navLeft .tit .t .aBox .boxNew {
                  display: block; }
                  .cases .top .navBox .navLeft .tit .t .aBox .boxNew a {
                    margin-right: 12px;
                    display: inline-block; }
        .cases .top .navBox .navRight {
          display: none; }
      .cases .caseList {
        margin-top: 20px;
        padding-top: 20px; }
        .cases .caseList ul {
          padding-bottom: 20px; } }

.brand {
  padding-bottom: 70px;
  padding-top: 14px; }
  .brand .conLeft {
    width: 310px;
    background-color: #fff;
    float: left;
    box-shadow: 0 10px 9px rgba(41, 41, 41, 0.2);
    border-bottom: 8px solid #005e59;
    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;
      padding-left: 50px;
      background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
      background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
      background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
      border-radius: 10px 10px 0 0; }
      .brand .conLeft .title img {
        margin-right: 12px; }
    .brand .conLeft .conNew {
      padding: 20px 35px 20px 50px;
      width: 100%;
      box-sizing: border-box;
      border-top: none;
      border: 1px solid #b5e8e3;
      border-top: none; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #005e59;
        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: #005e59; }
          .brand .conLeft .conNew .tit a.active {
            background-color: #005e59;
            color: #fff; }
      .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: #005e59; }
          .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: #005e59; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #005e59; } }
  .brand .conRight {
    width: calc(100% - 348px);
    float: right; }
    .brand .conRight .item {
      margin-bottom: 5px; }
      .brand .conRight .item:nth-child(2) .paging {
        margin-top: 10px; }
    .brand .conRight .title {
      border-bottom: 1px solid #dcdcdc;
      font-size: 18px;
      line-height: 20px;
      color: #232323;
      font-weight: bold; }
      .brand .conRight .title span {
        display: block;
        width: fit-content;
        position: relative;
        padding-bottom: 10px; }
        .brand .conRight .title span:after {
          width: 100%;
          height: 3px;
          position: absolute;
          bottom: -2px;
          left: 0;
          background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
          content: ''; }
    .brand .conRight ul {
      margin-top: 30px; }
      .brand .conRight ul li {
        width: 16.2%;
        float: left;
        margin-right: 4.75%;
        margin-bottom: 30px;
        background-color: #edfdfb;
        box-shadow: 3.597px 3.473px 5px 0px rgba(0, 0, 0, 0.13);
        border-radius: 5px;
        overflow: hidden;
        box-sizing: border-box;
        border-top: 1px solid #ecf9f8;
        border-left: 1px solid #ecf9f8;
        border-right: 1px solid #81d8cf;
        border-bottom: 1px solid #81d8cf; }
        .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: 57px;
            box-sizing: border-box;
            background-color: #fff;
            position: relative; }
            .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 {
            background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
            background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%);
            background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 100%); }
            .brand .conRight ul li:hover a .tits {
              color: #fff; }
            .brand .conRight ul li:hover a .tit {
              color: #fff; } }
  @media (max-width: 1024px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .brand {
      padding-bottom: 30px; }
      .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; } }

.brandInfo {
  padding-top: 14px;
  padding-bottom: 55px; }
  .brandInfo .box1 {
    width: 100%;
    display: flex; }
    .brandInfo .box1 .boxLeft {
      width: 160px;
      background-color: #edfdfb;
      box-shadow: 3.597px 3.473px 5px 0px rgba(0, 0, 0, 0.13);
      border-radius: 5px;
      overflow: hidden;
      box-sizing: border-box;
      border-top: 1px solid #ecf9f8;
      border-left: 1px solid #ecf9f8;
      border-right: 1px solid #81d8cf;
      border-bottom: 1px solid #81d8cf; }
      .brandInfo .box1 .boxLeft .pic {
        width: 100%;
        height: 54px;
        box-sizing: border-box;
        background-color: #fff;
        position: relative; }
        .brandInfo .box1 .boxLeft .pic img {
          max-width: 60%;
          max-height: 70%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .brandInfo .box1 .boxLeft .bg {
        width: 107.4%;
        margin-left: -3.7%; }
      .brandInfo .box1 .boxLeft .tits {
        text-align: center;
        font-size: 18px;
        line-height: 54px;
        color: #2d2d2d;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        z-index: 10; }
    .brandInfo .box1 .boxRight {
      flex: 1;
      margin-left: 30px; }
      .brandInfo .box1 .boxRight .txt {
        font-size: 12px;
        line-height: 20px;
        color: #868686;
        border-bottom: 1px dashed #d5d5d5;
        padding-bottom: 14px; }
      .brandInfo .box1 .boxRight .tit {
        display: flex;
        justify-content: space-between;
        margin-top: 16px; }
        .brandInfo .box1 .boxRight .tit .t {
          display: flex;
          align-items: center;
          flex-wrap: wrap; }
          .brandInfo .box1 .boxRight .tit .t span {
            display: flex;
            font-size: 14px;
            line-height: 26px;
            color: #2c251c;
            font-weight: bold;
            margin-right: 15px; }
          .brandInfo .box1 .boxRight .tit .t a {
            font-size: 12px;
            padding: 0 12px;
            min-width: 60px;
            box-sizing: border-box;
            color: #2c251c;
            background-color: #edfdfb;
            border-radius: 5px;
            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; }
        .brandInfo .box1 .boxRight .tit .all {
          font-size: 12px;
          line-height: 24px;
          color: #fff;
          padding: 0 22px;
          display: block;
          width: fit-content;
          border-radius: 5px;
          background-image: -moz-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 120%);
          background-image: -webkit-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 120%);
          background-image: -ms-linear-gradient(0deg, #00776b 0%, #005e59 0%, #92fff4 120%); }
  .brandInfo .box2 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between; }
    .brandInfo .box2 .boxLeft {
      width: calc(73% - 6px);
      height: 0;
      padding-bottom: 40.9%;
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer; }
      .brandInfo .box2 .boxLeft img {
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
      .brandInfo .box2 .boxLeft .icon {
        width: 105px;
        height: 105px;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url("../images/video2.png"); }
    .brandInfo .box2 .boxRight {
      flex: 1;
      margin-left: 12px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .brandInfo .box2 .boxRight .item {
        width: 100%;
        height: calc(50% - 6px);
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        cursor: pointer; }
        .brandInfo .box2 .boxRight .item:after {
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 6;
          background-color: rgba(0, 0, 0, 0.5);
          top: 0;
          left: 0;
          content: ''; }
        .brandInfo .box2 .boxRight .item img {
          width: 100%;
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: cover; }
        .brandInfo .box2 .boxRight .item .num {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          font-size: 28px;
          line-height: 30px;
          color: #fff;
          font-weight: bold;
          z-index: 7;
          text-align: center; }
  @media (max-width: 768px) {
    .brandInfo {
      padding-top: 0;
      padding-bottom: 25px; }
      .brandInfo .box1 {
        display: block; }
        .brandInfo .box1 .boxLeft {
          margin: 0 auto; }
        .brandInfo .box1 .boxRight {
          margin-left: 0;
          margin-top: 15px; }
          .brandInfo .box1 .boxRight .tit {
            display: block; }
            .brandInfo .box1 .boxRight .tit .all {
              margin-top: 15px; }
      .brandInfo .box2 {
        display: block; }
        .brandInfo .box2 .boxLeft {
          width: 100%;
          padding-bottom: 62vw; }
          .brandInfo .box2 .boxLeft .icon {
            width: 56px;
            height: 56px; }
        .brandInfo .box2 .boxRight {
          width: 100%;
          flex-direction: row;
          margin-left: 0;
          margin-top: 4px; }
          .brandInfo .box2 .boxRight .item {
            width: calc(50% - 2px);
            height: 0;
            padding-bottom: 34%; }
            .brandInfo .box2 .boxRight .item .num {
              font-size: 18px;
              line-height: 20px; } }

.brandList {
  margin-top: 40px;
  border-top: 1px dashed #d5d5d5;
  padding-top: 28px; }
  .brandList .title {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 22px; }
  .brandList ul li {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(159, 159, 159, 0.4);
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 2px;
    float: left; }
    .brandList ul li:nth-child(4n) {
      margin-right: 0; }
    .brandList ul li a {
      width: 100%;
      display: block; }
      .brandList ul li a .pic {
        border-radius: 10px 10px 0 0;
        padding-bottom: 75.2%;
        background-color: #fff; }
      .brandList ul li a .con {
        text-align: center;
        padding-bottom: 15px;
        padding-top: 20px;
        background-color: #f6f6f6;
        border-radius: 0 0 10px 10px; }
        .brandList ul li a .con .tits {
          font-size: 18px;
          line-height: 25px;
          height: 50px;
          padding: 0 20px;
          color: #3b3b3b;
          font-weight: bold; }
        .brandList ul li a .con .more {
          width: 217px;
          height: 44px;
          border-radius: 10px;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/butBg.jpg");
          text-align: center;
          font-size: 19px;
          line-height: 44px;
          color: #fff;
          margin: 20px auto 0; }
    @media (min-width: 1024px) {
      .brandList ul li:hover {
        background-image: -moz-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
        background-image: -webkit-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
        background-image: -ms-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
        box-shadow: 0px 0px 9px rgba(159, 159, 159, 0.4); } }
  @media (max-width: 1200px) {
    .brandList ul li {
      width: 32%;
      margin-right: 2%; }
      .brandList ul li:nth-child(4n) {
        margin-right: 2%; }
      .brandList ul li:nth-child(3n) {
        margin-right: 0; }
      .brandList ul li a .con .tits {
        font-size: 15px;
        line-height: 22px;
        height: 44px; } }
  @media (max-width: 960px) {
    .brandList ul li {
      width: 48.5%;
      margin-right: 3%; }
      .brandList ul li:nth-child(4n) {
        margin-right: 3%; }
      .brandList ul li:nth-child(3n) {
        margin-right: 3%; }
      .brandList ul li:nth-child(2n) {
        margin-right: 0; }
      .brandList ul li a .con .tits {
        font-size: 14px;
        line-height: 20px;
        height: 40px; } }
  @media (max-width: 640px) {
    .brandList {
      margin-top: 20px;
      padding-top: 14px; }
      .brandList .title {
        padding-bottom: 12px; }
      .brandList ul li {
        width: 100%;
        margin-bottom: 15px;
        float: none;
        margin-right: 0 !important; }
        .brandList ul li a .con .tits {
          height: auto; }
        .brandList ul li a .con .more {
          width: 160px;
          height: 32px;
          font-size: 14px;
          line-height: 32px; } }

.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; }
    .photoTK .box .boxNew {
      padding: 0 30px;
      width: 100%;
      box-sizing: border-box; }
      .photoTK .box .boxNew .tabs {
        border-bottom: 1px solid #dedede;
        margin-top: 15px; }
        .photoTK .box .boxNew .tabs a {
          font-size: 14px;
          line-height: 38px;
          color: #000;
          float: left;
          margin-right: 4.89583vw;
          position: relative; }
          .photoTK .box .boxNew .tabs a:after {
            width: 100%;
            height: 3px;
            background-color: #005e59;
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            border-radius: 3px;
            display: none; }
          .photoTK .box .boxNew .tabs a.on {
            color: #005e59; }
            .photoTK .box .boxNew .tabs a.on:after {
              display: block; }
      .photoTK .box .boxNew .itemBox {
        margin-top: 20px; }
        .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 {
        margin-top: 5px; }
        .photoTK .box .boxNew .tabs a {
          font-size: 11px;
          margin-right: 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; } }

.product {
  padding-top: 14px;
  padding-bottom: 72px; }
  .product .box1 {
    width: 100%;
    display: flex;
    border: 1px solid #81d8cf; }
    .product .box1 .boxLeft {
      width: 274px; }
      .product .box1 .boxLeft .title {
        box-sizing: border-box;
        padding-left: 30px;
        font-size: 20px;
        line-height: 60px;
        color: #005e59;
        font-weight: bold;
        width: 100%;
        background-color: #81d8cf; }
      .product .box1 .boxLeft .tit {
        background-color: #fbfbfb; }
        .product .box1 .boxLeft .tit a {
          width: 100%;
          display: block;
          padding-left: 30px;
          display: flex;
          align-items: center;
          font-size: 16px;
          line-height: 43px;
          border-bottom: 1px solid #81d8cf;
          border-right: 1px solid #81d8cf;
          font-weight: bold;
          box-sizing: border-box;
          color: #222;
          text-transform: uppercase; }
          .product .box1 .boxLeft .tit a:last-child {
            border-bottom: none; }
          .product .box1 .boxLeft .tit a span {
            width: 16px;
            height: 16px;
            display: block;
            box-sizing: border-box;
            border: 1px solid #dcdcdc;
            background-color: #fff;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/dui.png");
            margin-right: 15px; }
          .product .box1 .boxLeft .tit a.on {
            background-color: #fff;
            border-right: 1px solid #fff;
            color: #005e59; }
            .product .box1 .boxLeft .tit a.on span {
              background-color: #005e59;
              border-color: #005e59; }
    .product .box1 .boxRight {
      flex: 1;
      padding: 13px 37px 0;
      box-sizing: border-box; }
      .product .box1 .boxRight .title {
        border-bottom: 1px solid #e8e8e8;
        font-size: 20px;
        line-height: 50px;
        color: #031a40;
        font-weight: bold;
        padding-bottom: 6px; }
        .product .box1 .boxRight .title span {
          width: fit-content;
          display: block;
          position: relative; }
          .product .box1 .boxRight .title span:after {
            width: 100%;
            height: 5px;
            bottom: -9px;
            left: 0;
            background-color: #81d8cf;
            position: absolute;
            content: ''; }
      .product .box1 .boxRight .wordList {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dashed #e8e8e8; }
        .product .box1 .boxRight .wordList .aBox {
          display: flex; }
          .product .box1 .boxRight .wordList .aBox a {
            font-size: 18px;
            line-height: 49px;
            color: #7b7b7b;
            cursor: auto;
            margin-right: 16px;
            display: block; }
            .product .box1 .boxRight .wordList .aBox a.on {
              color: #81d8cf;
              cursor: pointer; }
        .product .box1 .boxRight .wordList .click {
          font-size: 14px;
          line-height: 49px;
          color: #7b7b7b;
          white-space: nowrap; }
      .product .box1 .boxRight .navBox {
        margin-top: 32px;
        border-bottom: 1px dashed #e8e8e8;
        padding-bottom: 15px; }
        .product .box1 .boxRight .navBox .tits {
          font-size: 18px;
          line-height: 20px;
          color: #031a40;
          font-weight: bold; }
        .product .box1 .boxRight .navBox .tit {
          display: flex;
          flex-wrap: wrap;
          margin-top: 12px; }
          .product .box1 .boxRight .navBox .tit a {
            font-size: 14px;
            line-height: 28px;
            color: #7b7b7b;
            display: block;
            padding-right: 35px;
            text-transform: uppercase;
            position: relative; }
            .product .box1 .boxRight .navBox .tit a span {
              color: #81d8cf; }
            .product .box1 .boxRight .navBox .tit a:after {
              width: 1px;
              height: 14px;
              background-color: #919191;
              position: absolute;
              top: 8px;
              right: 17px;
              content: ''; }
            .product .box1 .boxRight .navBox .tit a.on {
              color: #81d8cf; }
            @media (min-width: 1024px) {
              .product .box1 .boxRight .navBox .tit a:hover {
                color: #81d8cf; } }
      .product .box1 .boxRight .resetBox {
        margin-top: 35px;
        display: flex; }
        .product .box1 .boxRight .resetBox .t {
          font-size: 14px;
          line-height: 32px;
          box-sizing: border-box;
          color: #7b7b7b;
          padding: 0 7px;
          display: flex;
          align-items: center;
          border: 1px dashed #89dbd2;
          margin-right: 20px; }
          .product .box1 .boxRight .resetBox .t span {
            color: #89dbd2;
            font-weight: bold;
            margin: 0 6px; }
          .product .box1 .boxRight .resetBox .t i {
            font-size: 10px;
            color: #123d75;
            font-weight: bold; }
        .product .box1 .boxRight .resetBox .t1 {
          font-size: 14px;
          line-height: 32px;
          color: #7b7b7b;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/reset.png");
          padding-left: 18px;
          display: block; }
    @media (max-width: 1280px) {
      .product .box1 .boxLeft .title {
        font-size: 18px; }
      .product .box1 .boxRight .title {
        font-size: 16px;
        line-height: 32px; }
      .product .box1 .boxRight .wordList .aBox a {
        font-size: 15px;
        margin-right: 10px; }
      .product .box1 .boxRight .navBox .tits {
        font-size: 15px;
        line-height: 17px; }
      .product .box1 .boxRight {
        padding: 15px 15px 0; }
      .product .box1 .boxRight .navBox .tit a {
        font-size: 13px;
        line-height: 26px; } }
    @media (max-width: 1024px) {
      .product .box1 .boxRight .resetBox {
        margin-top: 20px; }
      .product .box1 .boxRight .navBox {
        margin-top: 15px; }
      .product .box1 .boxRight .navBox .tit a {
        padding-right: 24px; }
        .product .box1 .boxRight .navBox .tit a:after {
          top: 5;
          right: 10px; }
      .product .box1 .boxLeft {
        width: 200px; } }
    @media (max-width: 960px) {
      .product .box1 {
        display: block; }
        .product .box1 .boxLeft {
          width: 100%; }
          .product .box1 .boxLeft .title {
            font-size: 15px;
            line-height: 40px;
            padding-left: 20px; }
          .product .box1 .boxLeft .tit {
            display: flex;
            flex-wrap: wrap; }
            .product .box1 .boxLeft .tit a {
              width: 33.33333%;
              border-right: 1px solid #81d8cf !important;
              border-bottom: 1px solid #81d8cf !important;
              padding-left: 8px;
              font-size: 14px; }
              .product .box1 .boxLeft .tit a:nth-child(3n) {
                border-right: none !important; }
              .product .box1 .boxLeft .tit a span {
                margin-right: 10px; } }
    @media (max-width: 768px) {
      .product .box1 {
        padding-bottom: 15px; }
        .product .box1 .boxRight .wordList .aBox {
          flex-wrap: wrap;
          padding-top: 10px; }
          .product .box1 .boxRight .wordList .aBox a {
            line-height: 26px; }
        .product .box1 .boxRight .resetBox {
          display: block; }
          .product .box1 .boxRight .resetBox .t {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px; } }
  .product .list {
    margin-top: 30px; }
    .product .list ul {
      padding-bottom: 65px; }
      .product .list ul li {
        width: 48.8%;
        float: left;
        background-color: #f6f6f6;
        border: 2px solid transparent;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
        position: relative;
        margin-bottom: 25px; }
        .product .list ul li:nth-child(2n) {
          float: right; }
        .product .list ul li a {
          width: 100%;
          display: flex;
          align-items: center; }
          .product .list ul li a .pic {
            width: 52%;
            border-radius: 10px;
            overflow: hidden;
            padding-bottom: 39%; }
          .product .list ul li a .con {
            flex: 1;
            padding: 0 15px 0 30px;
            box-sizing: border-box; }
            .product .list ul li a .con .tits {
              font-size: 18px;
              line-height: 20px;
              height: 20px;
              color: #3b3b3b;
              font-weight: bold; }
            .product .list ul li a .con .tit {
              font-size: 14px;
              line-height: 21px;
              height: 105px;
              color: #7b7b7b;
              -webkit-line-clamp: 5;
              margin-top: 11px; }
            .product .list ul li a .con .more {
              width: 185px;
              height: 33px;
              border-radius: 10px;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/cbg2.jpg");
              text-align: center;
              font-size: 16px;
              line-height: 33px;
              color: #fff;
              font-weight: bold;
              text-transform: uppercase;
              margin-top: 20px; }
        @media (min-width: 1024px) {
          .product .list ul li:hover {
            border-color: #7faeac; }
            .product .list ul li:hover:after {
              width: 8px;
              height: 100%;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/line.jpg");
              content: '';
              position: absolute;
              right: -1px;
              top: 0; } }
    @media (max-width: 1366px) {
      .product .list ul li a .con .tit {
        font-size: 13px;
        line-height: 20px;
        height: 80px; } }
    @media (max-width: 1024px) {
      .product .list ul li a .con .tit {
        margin-top: 5px; }
      .product .list ul li a .con .more {
        margin-top: 10px; } }
    @media (max-width: 960px) {
      .product .list ul {
        padding-bottom: 20px; }
        .product .list ul li {
          width: 100%;
          float: none;
          margin-bottom: 15px; } }
    @media (max-width: 460px) {
      .product .list ul li a {
        display: block; }
        .product .list ul li a .pic {
          width: 100%;
          padding-bottom: 64vw; }
        .product .list ul li a .con {
          padding: 15px; }
          .product .list ul li a .con .tits {
            font-size: 16px;
            line-height: 20px;
            height: auto; }
          .product .list ul li a .con .tit {
            height: auto; }
          .product .list ul li a .con .more {
            font-size: 14px;
            line-height: 32px;
            width: 140px; } }
  @media (max-width: 768px) {
    .product {
      padding-top: 0;
      padding-bottom: 30px; } }

.productInfo {
  padding-top: 14px;
  padding-bottom: 50px; }
  .productInfo .box .boxLeft {
    width: 50.2%;
    float: left; }
    .productInfo .box .boxLeft .list ul li {
      width: 100%;
      height: 487px;
      border-radius: 10px;
      margin-right: 10px;
      position: relative;
      overflow: hidden; }
      .productInfo .box .boxLeft .list ul li:last-child {
        margin-right: 0; }
      .productInfo .box .boxLeft .list ul li img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .productInfo .box .boxLeft .list1 {
      width: calc(100% - 45px);
      margin: -42px auto 0;
      background-color: #f8f8f8;
      border-radius: 15px;
      z-index: 10;
      position: relative;
      box-sizing: border-box;
      padding: 10px 35px;
      box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5); }
      .productInfo .box .boxLeft .list1 .a {
        width: 13px;
        height: 55px;
        background-color: #dcdcdc;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-position: center;
        background-repeat: no-repeat; }
        .productInfo .box .boxLeft .list1 .a.prev {
          left: 14px;
          border-radius: 5px 0 0 5px;
          background-image: url("../images/prev2.png"); }
        .productInfo .box .boxLeft .list1 .a.next {
          right: 14px;
          border-radius: 0 5px 5px 0;
          background-image: url("../images/next2.png"); }
      .productInfo .box .boxLeft .list1 .listNew {
        width: 100%; }
        .productInfo .box .boxLeft .list1 .listNew ul li {
          width: 18.4%;
          margin-right: 2%;
          border-radius: 5px;
          border: 1px solid #f8f8f8;
          box-sizing: border-box;
          height: 64px;
          position: relative;
          overflow: hidden;
          float: left;
          box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5); }
          .productInfo .box .boxLeft .list1 .listNew ul li:last-child {
            margin-right: 0; }
          .productInfo .box .boxLeft .list1 .listNew ul li img {
            width: 100%;
            position: absolute;
            height: 100%;
            object-fit: cover;
            top: 0;
            left: 0; }
          .productInfo .box .boxLeft .list1 .listNew ul li.swiper-slide-thumb-active {
            border-color: #92fff4; }
    .productInfo .box .boxLeft .tit {
      display: flex;
      flex-direction: row-reverse;
      margin-top: 6px; }
      .productInfo .box .boxLeft .tit a {
        font-size: 12px;
        line-height: 16px;
        color: #333;
        padding-left: 26px;
        background-position: left center;
        display: block;
        background-repeat: no-repeat;
        background-image: url("../images/icon5.png"); }
        .productInfo .box .boxLeft .tit a span {
          color: #02605b; }
  .productInfo .box .boxRight {
    width: 46.1%;
    float: right; }
    .productInfo .box .boxRight .tits {
      font-size: 24px;
      line-height: 35px;
      color: #005e59;
      font-weight: bold; }
    .productInfo .box .boxRight .tit {
      margin-top: 22px; }
      .productInfo .box .boxRight .tit .t {
        font-size: 14px;
        line-height: 30px;
        color: #000;
        display: flex; }
        .productInfo .box .boxRight .tit .t .tt:nth-child(1) {
          font-weight: bold;
          width: 40%; }
    .productInfo .box .boxRight .btns {
      display: flex;
      margin-top: 23px; }
      .productInfo .box .boxRight .btns .but {
        width: 217px;
        height: 44px;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px;
        background-image: url("../images/butBg.jpg");
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        margin-right: 50px; }
        .productInfo .box .boxRight .btns .but:last-child {
          margin-right: 0; }
        .productInfo .box .boxRight .btns .but img {
          margin-right: 10px; }
  .productInfo .content {
    margin-top: 37px; }
    .productInfo .content .conLeft {
      width: 65%;
      float: left;
      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 {
        border-top: 1px dashed #ccc;
        margin-top: 40px;
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: bold;
        padding: 33px 0; }
      .productInfo .content .conLeft .box2 {
        width: 750px;
        max-width: 100%; }
        .productInfo .content .conLeft .box2 .title {
          width: 100%; }
          .productInfo .content .conLeft .box2 .title img {
            width: calc(100% + 2px); }
        .productInfo .content .conLeft .box2 .ps {
          padding-top: 13px;
          background-color: #fcf9f3; }
          .productInfo .content .conLeft .box2 .ps .itemBox {
            padding: 0 20px;
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 7px; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item {
              width: calc(50% - 5px);
              margin-bottom: 6px; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .tits {
                font-size: 14px;
                line-height: 22px;
                color: #005e59;
                display: flex;
                align-items: center;
                font-weight: bold; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .tits img {
                  margin-left: 5px; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .pic {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-top: 12px; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img {
                  width: calc(50% - 1.5px);
                  margin-bottom: 3px;
                  height: 0;
                  padding-bottom: 31.5%;
                  position: relative;
                  overflow: hidden; }
                  .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
        .productInfo .content .conLeft .box2 .oa {
          padding-top: 6px;
          background-color: #fcf9f3; }
          .productInfo .content .conLeft .box2 .oa .itemBox {
            display: flex;
            flex-wrap: wrap;
            margin-top: -1px;
            padding: 53px 0; }
            .productInfo .content .conLeft .box2 .oa .itemBox .t {
              width: 25%;
              text-align: center;
              padding: 23px 0; }
              .productInfo .content .conLeft .box2 .oa .itemBox .t img {
                display: block;
                margin: 0 auto; }
              .productInfo .content .conLeft .box2 .oa .itemBox .t p {
                font-size: 12px;
                line-height: 18px;
                color: #feffff;
                font-weight: bold;
                margin-top: 11px; }
                .productInfo .content .conLeft .box2 .oa .itemBox .t p span {
                  font-size: 16px;
                  color: #81d8cf; }
        .productInfo .content .conLeft .box2 .cv {
          background-color: #f3f2f2;
          padding-top: 15px; }
          .productInfo .content .conLeft .box2 .cv .itemBox {
            padding: 0 17px;
            margin-top: 17px;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .cv .itemBox .item {
              width: 23.6%;
              float: left;
              margin-right: 1.8%;
              position: relative;
              margin-bottom: 15px; }
              .productInfo .content .conLeft .box2 .cv .itemBox .item:nth-child(4n) {
                margin-right: 0; }
              .productInfo .content .conLeft .box2 .cv .itemBox .item .time {
                position: absolute;
                left: 8%;
                font-size: 11px;
                line-height: 16px;
                color: #c2fffb;
                top: 0; }
              .productInfo .content .conLeft .box2 .cv .itemBox .item .pic {
                width: 97%;
                position: absolute;
                left: 2%;
                bottom: 2%;
                height: 86.5%;
                overflow: hidden;
                border-radius: 5px;
                box-sizing: border-box;
                border: 1px solid #005e59; }
                .productInfo .content .conLeft .box2 .cv .itemBox .item .pic img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
                .productInfo .content .conLeft .box2 .cv .itemBox .item .pic .tits {
                  background-color: rgba(0, 0, 0, 0.72);
                  position: absolute;
                  bottom: 0;
                  font-size: 11px;
                  line-height: 14px;
                  color: #fff;
                  padding: 4px 10px; }
                  .productInfo .content .conLeft .box2 .cv .itemBox .item .pic .tits .t span {
                    font-size: 14px;
                    font-weight: bold;
                    text-transform: uppercase; }
        .productInfo .content .conLeft .box2 .of {
          background-color: #f3f2f2;
          background-size: 100% auto;
          background-position: left bottom;
          background-repeat: no-repeat;
          background-image: url("../images/of_bg.png");
          padding-bottom: 13px; }
          .productInfo .content .conLeft .box2 .of .pic {
            width: calc(100% - 34px);
            max-width: 100%;
            margin: 20px auto 0; }
          .productInfo .content .conLeft .box2 .of .item {
            margin-top: 18px; }
            .productInfo .content .conLeft .box2 .of .item .t .tt {
              width: fit-content;
              padding-right: 150px;
              font-size: 14px;
              line-height: 27px;
              color: #005e59;
              padding-left: 17px;
              background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
              background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
              background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
              display: flex;
              align-items: center; }
              .productInfo .content .conLeft .box2 .of .item .t .tt img {
                margin-left: 18px; }
            .productInfo .content .conLeft .box2 .of .item .t .tt1 {
              font-size: 12px;
              line-height: 15px;
              color: #00615c;
              padding: 7px 25px;
              box-sizing: border-box; }
        .productInfo .content .conLeft .box2 .ass {
          padding-top: 15px;
          background-color: #fcf9f3;
          padding-bottom: 18px; }
          .productInfo .content .conLeft .box2 .ass .itemBox {
            width: calc(100% - 34px);
            margin: 30px auto 0; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item {
              background-color: #e7e8e8;
              margin-bottom: 26px;
              padding-top: 40px;
              padding-bottom: 14px;
              position: relative; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item:last-child {
                margin-bottom: 0; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .pic {
                width: 30%;
                height: calc(100% + 26px);
                top: -13px;
                box-sizing: border-box;
                overflow: hidden;
                -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
                clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
                position: absolute;
                left: 0;
                padding: 2px;
                background-color: #53feec; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .pic img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
                  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%); }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .con {
                width: 69.8%;
                float: right;
                padding-right: 20px;
                box-sizing: border-box;
                text-align: right;
                position: relative; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con .num {
                  position: absolute;
                  top: -40px;
                  right: 28px;
                  background-color: #8cdbd2;
                  width: 30px;
                  height: 22px;
                  text-align: center;
                  font-size: 13px;
                  line-height: 22px;
                  color: #fff;
                  font-weight: bold; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con .tits {
                  display: flex;
                  align-items: center;
                  flex-direction: row-reverse;
                  font-size: 20px;
                  line-height: 22px;
                  color: #1d1d1d;
                  font-weight: bold; }
                  .productInfo .content .conLeft .box2 .ass .itemBox .item .con .tits img {
                    margin: 0 5px; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .con .txt {
                  font-size: 12px;
                  line-height: 15px;
                  color: #1d1d1d;
                  margin-top: 10px; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .pic {
                right: 0;
                left: auto;
                -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
                clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%); }
                .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .pic img {
                  -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);
                  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%); }
              .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .con {
                float: left;
                padding-right: 0;
                padding-left: 20px;
                text-align: left; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .con .num {
                  right: auto;
                  left: 28px; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .con .tits {
                  flex-direction: row; }
        .productInfo .content .conLeft .box2 .oc {
          background-color: #fcf9f3; }
          .productInfo .content .conLeft .box2 .oc .pic {
            width: 104.3%;
            margin-left: -1.2%;
            margin-top: -1px; }
        .productInfo .content .conLeft .box2 .twc {
          background-color: #fcf9f3;
          padding-top: 10px; }
        .productInfo .content .conLeft .box2 .opt {
          padding-top: 16px;
          background-color: #fcf9f3; }
          .productInfo .content .conLeft .box2 .opt .pic {
            width: 100%;
            background-color: #e8fffd;
            padding-top: 16px; }
        .productInfo .content .conLeft .box2 .co {
          background-color: #fefeff;
          padding-top: 15px; }
          .productInfo .content .conLeft .box2 .co .coNew {
            padding: 26px 18px 0;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .co .coNew .coLeft {
              width: 48.3%;
              float: left;
              position: relative; }
              .productInfo .content .conLeft .box2 .co .coNew .coLeft .img {
                width: 79.7%;
                position: absolute;
                top: 5%;
                right: -22%; }
              .productInfo .content .conLeft .box2 .co .coNew .coLeft .t {
                font-size: 12px;
                line-height: 23px;
                color: #1c1d1d;
                position: relative;
                z-index: 10; }
                .productInfo .content .conLeft .box2 .co .coNew .coLeft .t span {
                  color: #0d6661;
                  font-size: 14px;
                  font-weight: bold; }
              .productInfo .content .conLeft .box2 .co .coNew .coLeft .t1 {
                margin-top: 20px;
                position: relative;
                z-index: 10; }
                .productInfo .content .conLeft .box2 .co .coNew .coLeft .t1 .tt {
                  display: flex;
                  align-items: center;
                  font-size: 12px;
                  line-height: 20px;
                  color: #1c1d1d; }
                  .productInfo .content .conLeft .box2 .co .coNew .coLeft .t1 .tt img {
                    margin-right: 4px;
                    display: block; }
              .productInfo .content .conLeft .box2 .co .coNew .coLeft .t2 {
                display: flex;
                align-items: flex-start;
                font-size: 12px;
                line-height: 20px;
                color: #1c1d1d;
                margin-top: 23px;
                position: relative;
                z-index: 10; }
                .productInfo .content .conLeft .box2 .co .coNew .coLeft .t2 img {
                  margin-right: 4px;
                  margin-top: 2.5px;
                  display: block; }
            .productInfo .content .conLeft .box2 .co .coNew .pic {
              width: 40.9%;
              float: right; }
        .productInfo .content .conLeft .box2 .faq {
          background-color: #fcf9f3; }
          .productInfo .content .conLeft .box2 .faq .list {
            background-color: #baefea;
            padding: 10px 28px 5px;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .faq .list ul li {
              border-bottom: 1px solid #85c0bd;
              padding-bottom: 12px;
              padding-top: 10px; }
              .productInfo .content .conLeft .box2 .faq .list ul li:last-child {
                border-bottom: none; }
              .productInfo .content .conLeft .box2 .faq .list ul li .t {
                padding-left: 15px;
                background-position: left 6px;
                background-repeat: no-repeat;
                font-size: 14px;
                line-height: 24px;
                color: #005c57;
                text-transform: uppercase;
                box-sizing: border-box;
                background-image: url("../images/in_icon7.png");
                font-weight: bold; }
              .productInfo .content .conLeft .box2 .faq .list ul li .t1 {
                font-size: 12px;
                line-height: 18px;
                color: #44352f;
                margin-top: 3px; }
    .productInfo .content .conRight {
      width: 25.6%;
      float: right; }
      .productInfo .content .conRight .top {
        border-radius: 10px;
        box-shadow: 0px 0px 5px 0px rgba(183, 183, 183, 0.4);
        width: 100%;
        padding: 42px 30px 34px;
        box-sizing: border-box; }
        .productInfo .content .conRight .top img {
          display: block;
          height: 43px;
          margin: 0 auto; }
        .productInfo .content .conRight .top .tits {
          text-transform: uppercase;
          font-size: 18px;
          line-height: 20px;
          color: #005e59;
          font-weight: bold;
          text-align: center;
          margin-top: 16px; }
        .productInfo .content .conRight .top .line {
          width: 100%;
          height: 2px;
          background-image: -moz-linear-gradient(left, #005e59 0%, #81d8cf 100%);
          background-image: -webkit-linear-gradient(left, #005e59 0%, #81d8cf 100%);
          background-image: -ms-linear-gradient(left, #005e59 0%, #81d8cf 100%);
          margin-top: 20px; }
        .productInfo .content .conRight .top .con {
          padding: 0 15px;
          margin-top: 11px; }
          .productInfo .content .conRight .top .con .txt {
            font-size: 12px;
            line-height: 26px;
            color: #3b3b3b; }
          .productInfo .content .conRight .top .con .t {
            font-weight: bold;
            font-size: 15px;
            line-height: 17px;
            color: #005e59;
            margin-top: 15px; }
          .productInfo .content .conRight .top .con .t1 {
            display: flex;
            flex-wrap: wrap;
            margin-top: 10px; }
            .productInfo .content .conRight .top .con .t1 a {
              font-size: 12px;
              color: #04625d;
              border-radius: 10px;
              background-color: #81d8cf;
              min-width: 59px;
              box-sizing: border-box;
              line-height: 24px;
              margin-right: 14px;
              padding: 0 10px;
              text-align: center;
              display: inline-block;
              margin-bottom: 4px; }
        .productInfo .content .conRight .top .more {
          margin-top: 20px;
          width: 100%;
          height: 42px;
          font-size: 19px;
          line-height: 42px;
          color: #fff;
          text-align: center;
          display: block;
          font-weight: bold;
          border-radius: 10px;
          background-image: -moz-linear-gradient(left, #005e59 0%, #81d8cf 100%);
          background-image: -webkit-linear-gradient(left, #005e59 0%, #81d8cf 100%);
          background-image: -ms-linear-gradient(left, #005e59 0%, #81d8cf 100%); }
      .productInfo .content .conRight .list ul li {
        margin-top: 35px;
        width: 100%;
        padding: 2px;
        border-radius: 10px;
        overflow: hidden;
        background-color: #f6f6f6;
        box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.5);
        position: relative; }
        .productInfo .content .conRight .list ul li a {
          width: 100%; }
          .productInfo .content .conRight .list ul li a .pic {
            width: 100%;
            border-radius: 10px 10px 0 0;
            overflow: hidden;
            padding-bottom: 75%; }
          .productInfo .content .conRight .list ul li a .con {
            width: 100%;
            padding: 22px 32px 13px;
            box-sizing: border-box;
            background-color: #f6f6f6;
            border-radius: 0 0 10px 10px; }
            .productInfo .content .conRight .list ul li a .con .tits {
              font-size: 18px;
              line-height: 20px;
              height: 20px;
              color: #3b3b3b;
              font-weight: bold; }
            .productInfo .content .conRight .list ul li a .con .tit {
              font-size: 14px;
              line-height: 21px;
              height: 105px;
              color: #7b7b7b;
              -webkit-line-clamp: 5;
              margin-top: 11px; }
            .productInfo .content .conRight .list ul li a .con .more {
              width: 217px;
              height: 43px;
              border-radius: 10px;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/butBg.jpg");
              text-align: center;
              font-size: 16px;
              line-height: 43px;
              color: #fff;
              font-weight: bold;
              text-transform: uppercase;
              margin: 20px auto 0; }
        @media (min-width: 1024px) {
          .productInfo .content .conRight .list ul li:hover {
            background-image: -moz-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
            background-image: -webkit-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%);
            background-image: -ms-linear-gradient(90deg, #00776b 0%, #005e59 0%, #92fff4 100%); } }
  @media (max-width: 1200px) {
    .productInfo .box .boxRight .tits {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 1140px) {
    .productInfo .content .conLeft {
      width: 100%; }
    .productInfo .content .conRight {
      display: none; } }
  @media (max-width: 1024px) {
    .productInfo .box .boxRight .btns .but {
      font-size: 15px;
      margin-right: 15px; }
      .productInfo .box .boxRight .btns .but img {
        margin-right: 5px;
        width: 20px; } }
  @media (max-width: 768px) {
    .productInfo .box .boxLeft {
      width: 100%;
      float: none; }
      .productInfo .box .boxLeft .list ul li {
        height: 0;
        padding-bottom: 75%; }
      .productInfo .box .boxLeft .list1 {
        margin: 10px auto 0;
        width: 100%; }
        .productInfo .box .boxLeft .list1 .listNew ul li {
          width: 32%;
          margin-right: 2%; }
    .productInfo .box .boxRight {
      width: 100%;
      margin-top: 15px;
      float: none; }
      .productInfo .box .boxRight .tits {
        font-size: 16px;
        line-height: 24px; }
      .productInfo .box .boxRight .tit {
        margin-top: 15px; }
        .productInfo .box .boxRight .tit .t {
          font-size: 13px;
          line-height: 26px; }
      .productInfo .box .boxRight .btns {
        margin-top: 10px; }
        .productInfo .box .boxRight .btns .but {
          width: 140px; }
    .productInfo .content {
      margin-top: 25px; }
      .productInfo .content .conLeft {
        padding-top: 15px; }
        .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 .infoBox .item {
          margin-bottom: 15px; }
        .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 .ps .itemBox {
          display: block;
          padding: 0 10px; }
          .productInfo .content .conLeft .box2 .ps .itemBox .item {
            width: 100%; }
        .productInfo .content .conLeft .box2 .oa .itemBox {
          padding: 30px 0; }
          .productInfo .content .conLeft .box2 .oa .itemBox .t {
            width: 50%;
            padding: 18px 0; }
        .productInfo .content .conLeft .box2 .cv .itemBox {
          padding: 0 10px; }
          .productInfo .content .conLeft .box2 .cv .itemBox .item {
            width: 49%;
            margin-right: 2%; }
            .productInfo .content .conLeft .box2 .cv .itemBox .item:nth-child(2n) {
              margin-right: 0; }
        .productInfo .content .conLeft .box2 .of {
          background-image: none; }
          .productInfo .content .conLeft .box2 .of .item .t .tt {
            width: 100%; }
        .productInfo .content .conLeft .box2 .co .coNew {
          padding: 15px 10px 0; }
          .productInfo .content .conLeft .box2 .co .coNew .coLeft {
            width: 100%;
            float: none; }
          .productInfo .content .conLeft .box2 .co .coNew .pic {
            width: 100%;
            float: none;
            margin-top: 15px; }
      .productInfo .content .conRight {
        display: block;
        width: 100%;
        margin-bottom: 15px; }
        .productInfo .content .conRight .list {
          display: none; }
    .productInfo .brandList {
      display: none; } }

.about {
  padding-top: 14px; }
  .about .box1 {
    padding-bottom: 50px; }
    .about .box1 .picBox {
      width: 100%;
      position: relative; }
      .about .box1 .picBox .pic {
        width: 37.7%;
        position: relative;
        z-index: 5; }
        .about .box1 .picBox .pic.left {
          float: left; }
        .about .box1 .picBox .pic.right {
          float: right; }
      .about .box1 .picBox .pic1 {
        width: 40.2%;
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%); }
      .about .box1 .picBox .icon {
        width: 61px;
        height: 61px;
        border-radius: 100%;
        position: absolute;
        top: 23%;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer; }
        .about .box1 .picBox .icon:before {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #81d8cf;
          opacity: 0.1;
          border-radius: 100%;
          animation: pulse-border 1.5s linear infinite 0.75s; }
        .about .box1 .picBox .icon:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #81d8cf;
          opacity: 0.1;
          border-radius: 100%;
          animation: pulse-border 1.5s linear infinite; }
        .about .box1 .picBox .icon img {
          width: 100%;
          position: relative;
          z-index: 10; }
    .about .box1 .con {
      margin-top: 38px; }
      .about .box1 .con .txt {
        width: 47.5%;
        float: left;
        font-size: 14px;
        line-height: 18px;
        color: #878787; }
      .about .box1 .con .conRight {
        width: 46.1%;
        float: right;
        margin-right: 3.9%;
        padding-top: 35px; }
        .about .box1 .con .conRight .aBox {
          display: flex;
          flex-wrap: wrap; }
          .about .box1 .con .conRight .aBox a {
            width: 43.7%;
            display: flex;
            font-size: 14px;
            line-height: 18px;
            align-items: center;
            color: #191919;
            margin-bottom: 22px;
            font-weight: bold; }
            .about .box1 .con .conRight .aBox a:nth-child(2n) {
              width: 56.3%; }
            .about .box1 .con .conRight .aBox a img {
              margin-right: 8px; }
            .about .box1 .con .conRight .aBox a span {
              text-decoration: underline; }
        .about .box1 .con .conRight .txt {
          width: 100%;
          float: none;
          padding-top: 9px; }
    @media (max-width: 1200px) {
      .about .box1 .con .conRight {
        width: 50%;
        margin-right: 0; } }
    @media (max-width: 960px) {
      .about .box1 .con .conRight {
        padding-top: 15px; }
      .about .box1 .con .conRight .aBox {
        display: block; }
        .about .box1 .con .conRight .aBox a {
          width: 100% !important;
          margin-bottom: 10px; } }
    @media (max-width: 640px) {
      .about .box1 {
        padding-bottom: 25px; }
        .about .box1 .picBox .pic {
          width: 46%; }
        .about .box1 .picBox .icon {
          width: 40px;
          height: 40px; }
        .about .box1 .con {
          margin-top: 20px; }
          .about .box1 .con .txt {
            width: 100%;
            float: none;
            font-size: 13px; }
          .about .box1 .con .conRight {
            width: 100%;
            float: none; } }
  .about .box2 {
    background-color: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 4px; }
    .about .box2 .boxLeft {
      width: 34.9%;
      float: left; }
      .about .box2 .boxLeft .txt {
        font-size: 14px;
        line-height: 18px;
        color: #878787;
        margin-top: 16px; }
      .about .box2 .boxLeft .tit {
        width: 350px;
        max-width: 100%;
        margin-top: 36px; }
        .about .box2 .boxLeft .tit .t {
          background-color: #eeeeee;
          display: flex;
          margin-bottom: 8px; }
          .about .box2 .boxLeft .tit .t a {
            width: 47.1%;
            padding-left: 55px;
            font-size: 16px;
            line-height: 36px;
            color: #191919;
            display: flex;
            align-items: center;
            font-weight: bold;
            box-sizing: border-box; }
            .about .box2 .boxLeft .tit .t a img {
              margin-right: 10px; }
            .about .box2 .boxLeft .tit .t a:nth-child(2n) {
              width: 52.9%; }
    .about .box2 .boxRight {
      width: 57.7%;
      float: right; }
      .about .box2 .boxRight a {
        width: 21.5%;
        float: left;
        margin-right: 4.6%;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 7px 5px 7px rgba(0, 0, 0, 0.3);
        margin-bottom: 37px;
        position: relative; }
        .about .box2 .boxRight a:nth-child(4n) {
          margin-right: 0; }
        .about .box2 .boxRight a:after {
          width: 43px;
          height: 9px;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/jt3.png");
          position: absolute;
          left: 14.375%;
          bottom: 6%;
          content: '';
          z-index: 15; }
        .about .box2 .boxRight a .pic {
          width: 100%;
          height: 100%;
          position: absolute;
          right: -1.8%;
          bottom: 0; }
          .about .box2 .boxRight a .pic img {
            width: 100%;
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover; }
        .about .box2 .boxRight a .kuan {
          position: relative;
          z-index: 10; }
          .about .box2 .boxRight a .kuan img:nth-child(2) {
            display: none; }
        @media (min-width: 1024px) {
          .about .box2 .boxRight a:hover {
            box-shadow: 7px 5px 7px rgba(0, 93, 88, 0.3); }
            .about .box2 .boxRight a:hover:after {
              background-image: url("../images/jt3_h.png"); }
            .about .box2 .boxRight a:hover .kuan img:nth-child(1) {
              display: none; }
            .about .box2 .boxRight a:hover .kuan img:nth-child(2) {
              display: block; } }
    @media (max-width: 1200px) {
      .about .box2 .boxRight a {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 15px; }
      .about .box2 .boxRight a:after {
        width: 30px;
        height: 5px; }
      .about .box2 .boxLeft {
        width: 40%; }
        .about .box2 .boxLeft .tit .t a {
          padding-left: 30px; } }
    @media (max-width: 960px) {
      .about .box2 .boxLeft {
        width: 100%;
        float: none; }
      .about .box2 .boxRight {
        width: 100%;
        float: none;
        margin-top: 15px; } }
    @media (max-width: 640px) {
      .about .box2 {
        padding-top: 20px;
        padding-bottom: 20px; }
        .about .box2 .boxRight a {
          width: 48.5%;
          margin-right: 3%;
          margin-bottom: 15px; }
          .about .box2 .boxRight a:nth-child(2n) {
            margin-right: 0; }
          .about .box2 .boxRight a:after {
            bottom: 8%;
            left: 17%; }
        .about .box2 .boxLeft .tit {
          margin-top: 15px; } }
  .about .box3 {
    padding-top: 50px; }
    .about .box3 .content .pic {
      padding-top: 30px;
      width: 42.9%;
      float: left;
      margin-left: 2.3%;
      position: relative; }
    .about .box3 .content .con {
      width: 47.3%;
      float: right; }
      .about .box3 .content .con .tits {
        font-size: 14px;
        line-height: 18px;
        color: #81d8cf;
        font-weight: bold;
        margin-bottom: 12px; }
      .about .box3 .content .con .tit {
        margin-top: 16px; }
        .about .box3 .content .con .tit .t {
          margin-bottom: 20px; }
          .about .box3 .content .con .tit .t:last-child {
            margin-bottom: 0; }
          .about .box3 .content .con .tit .t .t1 {
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 18px;
            color: #191919;
            font-weight: bold; }
            .about .box3 .content .con .tit .t .t1 img {
              margin-right: 10px; }
          .about .box3 .content .con .tit .t .t2 {
            font-size: 14px;
            line-height: 18px;
            padding-left: 24px;
            color: #878787;
            box-sizing: border-box;
            margin-top: 5px; }
    .about .box3 .itemBox {
      position: relative;
      margin-top: 55px; }
      .about .box3 .itemBox .itemNew {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        justify-content: center; }
        .about .box3 .itemBox .itemNew .item {
          width: 15.9%;
          text-align: center;
          display: flex;
          flex-direction: column-reverse;
          font-weight: bold; }
          .about .box3 .itemBox .itemNew .item .t {
            font-size: 40px;
            line-height: 50px;
            color: #005e59; }
          .about .box3 .itemBox .itemNew .item .t1 {
            font-size: 16px;
            line-height: 20px;
            color: #222;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin-bottom: 4px; }
          .about .box3 .itemBox .itemNew .item:nth-child(2n) {
            flex-direction: column;
            padding-top: 15px; }
            .about .box3 .itemBox .itemNew .item:nth-child(2n) .t1 {
              margin-top: 4px;
              margin-bottom: 0;
              height: 20px; }
    @media (max-width: 1200px) {
      .about .box3 .content .pic {
        width: 50%;
        margin-left: 0; }
      .about .box3 .itemBox .itemNew .item .t {
        font-size: 28px;
        line-height: 36px; }
      .about .box3 .itemBox .itemNew .item .t1 {
        font-size: 14px; } }
    @media (max-width: 960px) {
      .about .box3 {
        padding-top: 25px; }
        .about .box3 .content .pic {
          width: 100%;
          float: none;
          padding-top: 0; }
        .about .box3 .content .con {
          width: 100%;
          float: none;
          margin-top: 15px; }
        .about .box3 .itemBox {
          margin-top: 25px; }
          .about .box3 .itemBox img {
            display: none; }
          .about .box3 .itemBox .itemNew {
            position: relative; }
            .about .box3 .itemBox .itemNew .item {
              width: 20%;
              flex-direction: column;
              padding-top: 0 !important; }
              .about .box3 .itemBox .itemNew .item .t1 {
                height: auto;
                margin-bottom: 0 !important;
                margin-top: 8px !important; } }
    @media (max-width: 640px) {
      .about .box3 .itemBox .itemNew .item .t {
        font-size: 22px;
        line-height: 20px; }
      .about .box3 .itemBox .itemNew .item .t1 {
        font-size: 10px;
        line-height: 12px; } }
  .about .box4 {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../images/about_bg3.jpg");
    margin: 70px auto 0;
    padding-top: 14px; }
    .about .box4 .indexTitle {
      text-align: center; }
      .about .box4 .indexTitle .line {
        margin: 14px auto 0; }
    .about .box4 .pic {
      margin-top: 20px; }
      .about .box4 .pic img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
    @media (max-width: 768px) {
      .about .box4 {
        margin: 25px auto 0; } }
  .about .box5 {
    padding-bottom: 80px;
    padding-top: 52px; }
    .about .box5 .boxLeft {
      width: 38.4%;
      float: left; }
      .about .box5 .boxLeft .txt {
        font-size: 14px;
        line-height: 18px;
        color: #878787;
        margin-top: 16px; }
      .about .box5 .boxLeft .pic {
        margin-top: 27px; }
    .about .box5 .boxRight {
      width: 53.7%;
      float: right; }
      .about .box5 .boxRight ul li {
        margin-bottom: 10px;
        cursor: pointer; }
        .about .box5 .boxRight ul li:last-child {
          margin-bottom: 0; }
        .about .box5 .boxRight ul li .tits {
          display: flex;
          width: 100%;
          height: 60px;
          background-color: #81d8cf;
          align-items: center; }
          .about .box5 .boxRight ul li .tits span {
            width: 95px;
            height: 60px;
            background-color: #005e59;
            display: block;
            margin-right: 16px;
            -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            font-size: 20px;
            line-height: 60px;
            color: #fff;
            font-weight: bold;
            text-align: center; }
          .about .box5 .boxRight ul li .tits .t {
            margin-right: 16px;
            font-size: 16px;
            line-height: 20px;
            color: #005e59;
            flex: 1; }
          .about .box5 .boxRight ul li .tits img {
            margin-right: 20px;
            transition: all 0.3s; }
        .about .box5 .boxRight ul li .con {
          background-color: #f8f8f8;
          font-size: 14px;
          line-height: 20px;
          color: #7f8692;
          box-sizing: border-box;
          padding: 16px 30px;
          border: 1px solid #b9e7e2;
          border-top: none;
          display: none; }
        .about .box5 .boxRight ul li.on .tits img {
          transform: rotate(180deg); }
    @media (max-width: 768px) {
      .about .box5 {
        padding-bottom: 30px;
        padding-top: 25px; }
        .about .box5 .boxLeft {
          width: 100%;
          float: none; }
        .about .box5 .boxRight {
          width: 100%;
          float: none;
          margin-top: 15px; }
          .about .box5 .boxRight ul li .tits span {
            width: 50px;
            font-size: 14px; }
          .about .box5 .boxRight ul li .tits .t {
            font-size: 13px;
            line-height: 16px; }
          .about .box5 .boxRight ul li .tits img {
            width: 16px;
            margin-right: 10px; }
          .about .box5 .boxRight ul li .con {
            padding: 15px 10px;
            font-size: 13px; } }

.error {
  text-align: center;
  padding-bottom: 112px;
  padding-top: 85px; }
  .error .tits {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #020202; }
  .error a {
    width: 166px;
    height: 40px;
    background-color: #005e59;
    border-radius: 20px;
    display: block;
    margin: 44px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff; }
  .error img {
    display: block;
    margin-top: 32px; }

.searchPage {
  padding-top: 45px;
  padding-bottom: 65px;
  width: 973px;
  margin: 0 auto;
  max-width: 92%; }
  .searchPage .title {
    font-size: 18px;
    line-height: 20px;
    color: #232323; }
  .searchPage .search {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    margin-top: 26px; }
    .searchPage .search .text {
      flex: 1;
      box-sizing: border-box;
      padding-left: 15px;
      font-size: 16px;
      line-height: 44px;
      height: 44px;
      border: none;
      color: #828181;
      background-color: #fff; }
    .searchPage .search .submit {
      width: 60px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .searchPage .tabs {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    margin-top: 20px; }
    .searchPage .tabs a {
      font-size: 16px;
      line-height: 34px;
      color: #000000;
      display: block;
      padding: 0 18px;
      position: relative;
      margin-right: 30px; }
      .searchPage .tabs a.on {
        color: #005e59; }
        .searchPage .tabs a.on:after {
          width: 100%;
          height: 4px;
          background-color: #005e59;
          position: absolute;
          bottom: -2px;
          left: 0;
          content: ''; }
      @media (min-width: 1024px) {
        .searchPage .tabs a:hover {
          color: #005e59; } }
  .searchPage .xxx {
    font-size: 16px;
    line-height: 18px;
    color: #828181;
    padding-left: 18px;
    margin-top: 42px; }
  .searchPage .list {
    margin-top: 18px; }
    .searchPage .list ul {
      padding-bottom: 40px; }
      .searchPage .list ul li {
        background-color: #f5f5f5;
        border-radius: 8px;
        box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.75);
        margin-bottom: 22px; }
        .searchPage .list ul li a {
          width: 100%;
          box-sizing: border-box;
          padding: 18px 80px 20px 18px;
          display: block; }
          .searchPage .list ul li a .tits {
            font-size: 14px;
            line-height: 18px;
            color: #3e3e3e;
            font-weight: bold; }
            .searchPage .list ul li a .tits span {
              color: #005e59; }
          .searchPage .list ul li a .tit {
            font-size: 12px;
            line-height: 18px;
            color: #6c6c6c;
            margin-top: 12px; }
          .searchPage .list ul li a .time {
            font-size: 12px;
            line-height: 14px;
            color: #878787;
            margin-top: 13px; }

/*# sourceMappingURL=style.css.map */
