.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); } }

.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; }
      .headerBox .header .nav ul {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .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: 100%;
              opacity: 1;
              filter: alpha(opacity=100);
              visibility: visible;
              height: auto;
              opacity: 1;
              filter: alpha(opacity=100);
              display: block;
              -webkit-transform: rotateX(0);
              transform: rotateX(0); } }
          .headerBox .header .nav ul li.on .tits {
            color: #fff;
            background-color: #005e59; }
            .headerBox .header .nav ul li.on .tits:after {
              opacity: 1; }
          .headerBox .header .nav ul li.on dl {
            top: 100%;
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
            height: auto;
            opacity: 1;
            filter: alpha(opacity=100);
            display: block;
            -webkit-transform: rotateX(0);
            transform: rotateX(0); }
    .headerBox .header .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; }
      .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; }
  @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); } }
.index .indexTitle .t {
  font-size: 34px;
  line-height: 36px;
  color: #191919;
  font-weight: bold; }
.index .indexTitle .line {
  width: 32px;
  height: 1px;
  background-color: #bfbfbf;
  margin-top: 14px; }
@media (max-width: 1366px) {
  .index .indexTitle .t {
    font-size: 28px;
    line-height: 30px; } }
@media (max-width: 1024px) {
  .index .indexTitle .t {
    font-size: 20px;
    line-height: 22px; }
  .index .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; }
            .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;
      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"); } }
  @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; }
          .index .box4 .content .list .item {
            border: none;
            border-top: 1px solid #fff;
            width: 100%;
            padding-left: 0; }
            .index .box4 .content .list .item:nth-child(n + 2) {
              display: none; }
            .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 .item {
      width: 31%;
      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 .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 .item {
      width: 100%; }
    .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; }
    .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%; }
          .index .box7 .list .item a .pic img {
            display: block; }
        .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 .item:nth-child(n + 5) {
        display: none; } }
  @media (max-width: 1024px) {
    .index .box7 .list .item {
      width: 33.33333%; }
      .index .box7 .list .item:nth-child(n + 4) {
        display: none; } }
  @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 .box7 .list .item:nth-child(n + 2) {
            display: none; } }
.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%); }
@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 .logo {
    width: 100%; }
  .footer .footerNew .footerLeft {
    width: 100%;
    float: none; }
  .footer .footerNew .footerRight {
    width: 100%;
    padding-top: 20px; }
    .footer .footerNew .footerRight .logoImg a {
      margin-bottom: 15px; } }

/*# sourceMappingURL=style.css.map */
