.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;
  background-color: #eee; }

.w1288 {
  width: 1288px;
  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; } }

.index-banner {
  width: 100%;
  height: auto; }
  .index-banner a {
    width: 100%;
    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 {
  width: 100%;
  height: 60px; }
  .headerBox .header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 4.89583vw;
    padding-right: 2.8125vw;
    box-sizing: border-box; }
    .headerBox .header .logo {
      width: 146px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .headerBox .header .logo img {
        width: 100%; }
    .headerBox .header .nav {
      margin-left: 4.16667vw;
      flex: 1; }
      .headerBox .header .nav ul {
        display: flex; }
        .headerBox .header .nav ul li {
          float: left;
          margin-right: 26px;
          position: relative; }
          .headerBox .header .nav ul li:last-child {
            margin-right: 0; }
          .headerBox .header .nav ul li .tits {
            font-size: 15px;
            line-height: 17px;
            color: #222;
            font-weight: bold;
            display: flex;
            align-items: center;
            height: 60px; }
            .headerBox .header .nav ul li .tits img {
              width: 11px;
              margin-left: 4px; }
          .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: -1.04167vw;
            background: #fff;
            list-style-type: none;
            -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            box-sizing: border-box; }
            .headerBox .header .nav ul li dl:after {
              content: '';
              position: absolute;
              bottom: 100%;
              left: 32px;
              width: 16px;
              height: 16px;
              border-width: 8px;
              border-style: solid;
              border-color: transparent transparent #fff;
              display: block;
              box-sizing: border-box; }
            .headerBox .header .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: #036232; } }
          @media (min-width: 1141px) {
            .headerBox .header .nav ul li:hover .tits {
              color: #036232; }
            .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 .headerRight {
      display: flex;
      align-items: center; }
      .headerBox .header .headerRight .searchClick {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .headerBox .header .headerRight .lan {
        margin-left: 22px;
        position: relative; }
        .headerBox .header .headerRight .lan .t {
          display: flex;
          align-items: center;
          font-size: 15px;
          line-height: 30px;
          font-weight: bold;
          color: #222;
          cursor: pointer; }
          .headerBox .header .headerRight .lan .t img {
            margin-right: 6px; }
        .headerBox .header .headerRight .lan #select {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          height: 30px;
          cursor: pointer; }
      .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: 1550px) {
    .headerBox .header .nav {
      margin-left: 40px; }
    .headerBox .header .nav ul li {
      margin-right: 20px; }
    .headerBox .header .headerRight .lan {
      margin-left: 10px; } }
  @media (max-width: 1420px) {
    .headerBox .header {
      padding-left: 20px;
      padding-right: 20px; }
    .headerBox .header .nav {
      margin-left: 30px; } }
  @media (max-width: 1366px) {
    .headerBox .header .nav ul li {
      margin-right: 10px; }
    .headerBox .header .nav ul li .tits {
      font-size: 14px; }
    .headerBox .header .nav ul li dl dd a {
      font-size: 12px;
      padding: 5px 0; } }
  @media (max-width: 1200px) {
    .headerBox .header .headerRight .searchClick {
      width: 26px;
      height: 26px; }
      .headerBox .header .headerRight .searchClick img {
        width: 16px; }
    .headerBox .header .headerRight .lan .t {
      font-size: 13px;
      line-height: 26px; }
      .headerBox .header .headerRight .lan .t img {
        width: 16px; }
    .headerBox .header .logo {
      width: 125px; }
    .headerBox .header .nav {
      margin-left: 15px; } }
  @media (max-width: 1140px) {
    .headerBox .header .nav.pc {
      display: none; }
    .headerBox .header .headerRight .navClick {
      display: block; }
    .headerBox .header .nav {
      width: 100%;
      position: fixed;
      top: 60px;
      height: calc(100% - 60px);
      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: #eee; }
        .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 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; } }

.indexLine {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  border-bottom: 2px dashed #036232;
  margin: 20px 0;
  position: relative; }
  .indexLine img {
    position: absolute;
    top: -12.5px;
    animation-name: moveLeft;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

@keyframes moveLeft {
  0% {
    left: -58px; }
  100% {
    left: calc(100% + 58px); } }
@keyframes moveRight {
  0% {
    width: 0; }
  50% {
    width: 66px; }
  100% {
    width: 0; } }
.indexTitle .t {
  font-size: 34px;
  line-height: 36px;
  font-weight: bold;
  color: #2d2d2d; }
  .indexTitle .t span {
    color: #036232; }
.indexTitle .line {
  width: 68px;
  height: 3px;
  display: flex;
  justify-content: space-between;
  margin-top: 12px; }
  .indexTitle .line span {
    display: block;
    border-radius: 1.5px;
    background-color: #036232; }
    .indexTitle .line span.s1 {
      width: 0;
      animation-name: moveRight;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
    .indexTitle .line span.s2 {
      margin-left: 2px;
      flex: 1; }
@media (max-width: 1400px) {
  .indexTitle .t {
    font-size: 26px;
    line-height: 28px; }
  .indexTitle .line {
    margin-top: 7px; } }
@media (max-width: 768px) {
  .indexTitle .t {
    font-size: 20px;
    line-height: 22px; }
  .indexTitle .line {
    width: 50px; } }

.index .box1 {
  display: flex;
  justify-content: space-between; }
  .index .box1 .boxLeft {
    width: 17.2%;
    border-radius: 10px;
    background-color: #06753d;
    background-image: -moz-linear-gradient(90deg, #002713 0%, rgba(0, 39, 19, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #002713 0%, rgba(0, 39, 19, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #002713 0%, rgba(0, 39, 19, 0) 100%);
    color: #eee;
    padding: 28px 26px 37px;
    box-sizing: border-box; }
    .index .box1 .boxLeft .tits {
      font-size: 34px;
      line-height: 44px;
      font-weight: bold; }
    .index .box1 .boxLeft .line {
      width: 40px;
      height: 3px;
      background-color: #eee;
      margin-top: 10px; }
    .index .box1 .boxLeft .tit {
      font-size: 14px;
      line-height: 20px;
      margin-top: 20px; }
  .index .box1 .itemBox {
    display: flex;
    flex: 1;
    margin-left: 11px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column; }
    .index .box1 .itemBox .item {
      width: 24.4%;
      height: calc(50% - 3.5px);
      position: relative;
      margin-right: 0.8%; }
      .index .box1 .itemBox .item:nth-child(4n) {
        margin-right: 0; }
      .index .box1 .itemBox .item a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block; }
        .index .box1 .itemBox .item a:after {
          width: 100%;
          height: 100%;
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 6;
          content: '';
          background-image: url("../images/index_bg1.png");
          background-position: center bottom;
          background-repeat: no-repeat; }
        .index .box1 .itemBox .item a .pic {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 5; }
        .index .box1 .itemBox .item a .tits {
          text-align: center;
          width: 100%;
          font-size: 16px;
          line-height: 20px;
          color: #f5f5f6;
          font-weight: bold;
          position: absolute;
          bottom: 7px;
          left: 0;
          z-index: 7; }
  @media (max-width: 1400px) {
    .index .box1 .boxLeft .tits {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 1280px) {
    .index .box1 .boxLeft {
      padding: 25px 15px 35px; } }
  @media (max-width: 1200px) {
    .index .box1 .boxLeft .tit {
      font-size: 13px;
      line-height: 18px; } }
  @media (max-width: 1024px) {
    .index .box1 .boxLeft {
      display: none; }
    .index .box1 .itemBox {
      width: 100%;
      flex-direction: row;
      margin-left: 0; }
      .index .box1 .itemBox .item {
        height: 0;
        padding-bottom: 15%;
        margin-bottom: 7px; } }
  @media (max-width: 768px) {
    .index .box1 {
      display: block; }
      .index .box1 .boxLeft {
        width: 100%;
        display: block;
        margin-bottom: 10px; }
        .index .box1 .boxLeft .tits {
          font-size: 20px;
          line-height: 26px; }
          .index .box1 .boxLeft .tits br {
            display: none; }
      .index .box1 .itemBox .item {
        width: 49%;
        padding-bottom: 30%;
        margin-right: 0 !important; }
        .index .box1 .itemBox .item a .tits {
          font-size: 13px;
          line-height: 17px; } }
.index .box2 {
  margin: 45px auto 0;
  position: relative; }
  .index .box2 .videoBox {
    width: 44.8%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer; }
    .index .box2 .videoBox img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
    .index .box2 .videoBox .icon {
      width: 6.30208vw;
      height: 6.30208vw;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/video1.png"); }
  .index .box2 .con {
    width: 50%;
    float: right;
    padding-top: 13px; }
    .index .box2 .con .txt {
      font-size: 14px;
      line-height: 20px;
      color: #6b6b6b;
      margin-top: 15px; }
    .index .box2 .con .tit {
      display: flex;
      flex-wrap: wrap;
      margin-top: 15px; }
      .index .box2 .con .tit a {
        width: 51.2%;
        display: flex;
        font-size: 14px;
        line-height: 30px;
        color: #222;
        font-weight: bold;
        align-items: center; }
        .index .box2 .con .tit a:nth-child(2n) {
          width: 48.8%; }
        .index .box2 .con .tit a img {
          margin-right: 7px; }
    .index .box2 .con .tit1 {
      margin-top: 25px; }
      .index .box2 .con .tit1 a {
        width: 144px;
        height: 36px;
        background-color: #e9c877;
        position: relative;
        display: block;
        float: right; }
        .index .box2 .con .tit1 a:after {
          width: 4px;
          height: 100%;
          background-color: #036232;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          transition: all 0.3s ease-out; }
        .index .box2 .con .tit1 a span {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          text-align: center;
          font-size: 16px;
          line-height: 36px;
          color: #222;
          z-index: 5; }
        @media (min-width: 1024px) {
          .index .box2 .con .tit1 a:hover:after {
            width: 100%; }
          .index .box2 .con .tit1 a:hover span {
            color: #fff; } }
  @media (max-width: 1366px) {
    .index .box2 .con {
      width: 53%; }
      .index .box2 .con .tit a {
        font-size: 13px; } }
  @media (max-width: 1200px) {
    .index .box2 .con .txt {
      font-size: 13px;
      line-height: 18px; }
    .index .box2 .con .tit a {
      width: 100% !important; } }
  @media (max-width: 768px) {
    .index .box2 {
      margin: 20px auto 0; }
      .index .box2 .videoBox {
        width: 100%;
        height: 52vw;
        position: relative; }
        .index .box2 .videoBox .icon {
          width: 40px;
          height: 40px; }
      .index .box2 .con {
        width: 100%;
        float: none; }
        .index .box2 .con .tit1 {
          margin-top: 10px; }
          .index .box2 .con .tit1 a {
            float: none;
            width: 120px;
            height: 28px; }
            .index .box2 .con .tit1 a span {
              line-height: 28px;
              font-size: 14px; } }
.index .box3 {
  margin: 45px auto 0;
  display: flex;
  height: 435px;
  justify-content: space-between; }
  .index .box3 .boxLeft {
    width: 49.8%; }
    .index .box3 .boxLeft .list {
      margin-top: 8px; }
      .index .box3 .boxLeft .list ul li a {
        border-bottom: 1px dashed #b1b1b1;
        padding-left: 14px;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 15px 0 15px 14px;
        position: relative; }
        .index .box3 .boxLeft .list ul li a:after {
          width: 6px;
          height: 6px;
          background-color: #e9c776;
          position: absolute;
          left: 0;
          top: 20px;
          content: ''; }
        .index .box3 .boxLeft .list ul li a .tits {
          display: flex;
          justify-content: space-between;
          align-items: flex-end; }
          .index .box3 .boxLeft .list ul li a .tits .t {
            font-size: 16px;
            line-height: 20px;
            color: #222;
            font-weight: 500;
            margin-right: 10px;
            flex: 1; }
          .index .box3 .boxLeft .list ul li a .tits .time {
            font-size: 12px;
            line-height: 14px;
            display: flex;
            align-items: center;
            color: #222; }
            .index .box3 .boxLeft .list ul li a .tits .time img {
              margin-right: 5px; }
        .index .box3 .boxLeft .list ul li a .con {
          padding-bottom: 3px;
          padding-top: 16px;
          display: none; }
          .index .box3 .boxLeft .list ul li a .con .txt {
            -webkit-line-clamp: 4;
            font-size: 12px;
            line-height: 18px;
            color: #666666;
            padding-right: 48px; }
          .index .box3 .boxLeft .list ul li a .con .tit {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px; }
            .index .box3 .boxLeft .list ul li a .con .tit span {
              font-size: 12px;
              line-height: 20px;
              color: #222; }
            .index .box3 .boxLeft .list ul li a .con .tit i {
              width: 60px;
              height: 20px;
              border: 1px solid #036232;
              display: block;
              text-align: center;
              font-size: 12px;
              line-height: 18px;
              color: #036232;
              box-sizing: border-box; }
  .index .box3 .itemBox {
    width: 46.2%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap; }
    .index .box3 .itemBox .item {
      width: calc(50% - 5px);
      height: calc(50% - 5px);
      border-radius: 10px;
      position: relative;
      margin-right: 10px;
      overflow: hidden; }
      .index .box3 .itemBox .item:nth-child(2n) {
        margin-right: 0; }
      .index .box3 .itemBox .item a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .index .box3 .itemBox .item a .pic {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        .index .box3 .itemBox .item a .tits {
          font-size: 15px;
          line-height: 38px;
          padding: 0 15px;
          box-sizing: border-box;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.65);
          position: absolute;
          bottom: 0;
          left: 0;
          color: #fff; }
  @media (max-width: 1024px) {
    .index .box3 {
      height: auto;
      display: block; }
      .index .box3 .boxLeft {
        width: 100%; }
        .index .box3 .boxLeft .list ul li a .con {
          display: none !important; }
      .index .box3 .itemBox {
        height: auto;
        justify-content: space-between;
        flex-direction: row;
        width: 100%; }
        .index .box3 .itemBox .item {
          height: 45vw;
          margin-top: 10px; } }
  @media (max-width: 768px) {
    .index .box3 {
      margin: 35px auto 0; }
      .index .box3 .itemBox {
        display: block; }
        .index .box3 .itemBox .item {
          width: 100%;
          margin-bottom: 0;
          height: 58vw; }
          .index .box3 .itemBox .item:nth-child(n + 2) {
            display: none; } }
.index .box4 {
  margin-top: 45px;
  padding: 45px 0; }
  .index .box4 .indexTitle .t {
    color: #fff; }
    .index .box4 .indexTitle .t span {
      color: #fff; }
  .index .box4 .indexTitle .line span {
    background-color: #e9c776; }
  .index .box4 .btns {
    position: absolute;
    top: -5px;
    right: 0;
    display: flex; }
    .index .box4 .btns a {
      width: 30px;
      margin-left: 8px;
      display: block; }
  .index .box4 .list {
    margin-top: 24px; }
    .index .box4 .list ul li {
      width: 23.9%;
      margin-right: 1.46%;
      float: left;
      overflow: hidden; }
      .index .box4 .list ul li:last-child {
        margin-right: 0; }
      .index .box4 .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .index .box4 .list ul li a .pic {
          padding-bottom: 75%;
          border-radius: 10px 10px 0 0; }
        .index .box4 .list ul li a .con {
          border: 1px solid #cbcbcb;
          border-radius: 0 0 10px 10px;
          box-sizing: border-box;
          padding: 15px 24px 12px;
          background-color: #fff; }
          .index .box4 .list ul li a .con .tits {
            font-size: 16px;
            line-height: 20px;
            color: #222; }
          .index .box4 .list ul li a .con .line {
            width: 20px;
            height: 3px;
            background-color: #036232;
            margin-top: 10px; }
          .index .box4 .list ul li a .con .tit {
            font-size: 12px;
            line-height: 18px;
            color: #666;
            margin-top: 10px; }
          .index .box4 .list ul li a .con .tit1 {
            display: flex;
            justify-content: space-between;
            margin-top: 10px; }
            .index .box4 .list ul li a .con .tit1 .time {
              display: flex;
              font-size: 12px;
              line-height: 20px;
              color: #222;
              align-items: center; }
              .index .box4 .list ul li a .con .tit1 .time img {
                margin-right: 5px; }
            .index .box4 .list ul li a .con .tit1 span {
              border: 1px solid #036232;
              width: 58px;
              height: 20px;
              text-align: center;
              display: block;
              font-size: 12px;
              line-height: 18px;
              font-weight: bold;
              color: #036232;
              box-sizing: border-box; }
      @media (min-width: 1024px) {
        .index .box4 .list ul li:hover a .con .tits {
          color: #036232; }
        .index .box4 .list ul li:hover a .con .tit1 span {
          background-color: #036232;
          color: #fff; } }
  @media (max-width: 1200px) {
    .index .box4 .list ul li {
      width: 32.36%; } }
  @media (max-width: 1024px) {
    .index .box4 .list ul li {
      width: 49%;
      margin-right: 2%; } }
  @media (max-width: 768px) {
    .index .box4 {
      margin-top: 25px; }
      .index .box4 .list ul li {
        width: 100%;
        margin-right: 2%; } }
.index .box5 {
  background-color: #e5e5e5;
  padding-top: 45px;
  padding-bottom: 53px; }
  .index .box5 .itemBox {
    margin-top: 28px;
    display: flex;
    justify-content: space-between; }
    .index .box5 .itemBox .item {
      width: 57.6%;
      background-color: #eee;
      border-radius: 15px;
      box-shadow: 0px 2px 5px rgba(181, 181, 181, 0.52);
      overflow: hidden;
      border: 1px solid #e1e1e1;
      box-sizing: border-box; }
      .index .box5 .itemBox .item a {
        width: 100%;
        display: flex; }
        .index .box5 .itemBox .item a .pic {
          width: 58%;
          height: 322px;
          border-right: 1px solid #e1e1e1; }
        .index .box5 .itemBox .item a .con {
          width: 42%;
          box-sizing: border-box;
          padding: 40px 35px 0; }
          .index .box5 .itemBox .item a .con .tits {
            font-size: 16px;
            line-height: 20px;
            color: #222;
            font-weight: bold; }
          .index .box5 .itemBox .item a .con .time {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 14px;
            color: #222;
            margin-top: 10px; }
            .index .box5 .itemBox .item a .con .time img {
              margin-right: 5px; }
          .index .box5 .itemBox .item a .con .line {
            background-color: #666;
            width: 100%;
            height: 1px;
            margin-top: 24px; }
          .index .box5 .itemBox .item a .con .tit {
            font-size: 12px;
            line-height: 18px;
            -webkit-line-clamp: 5;
            color: #666;
            margin-top: 20px; }
          .index .box5 .itemBox .item a .con .tit1 {
            margin-top: 18px; }
            .index .box5 .itemBox .item a .con .tit1 span {
              width: 58px;
              height: 20px;
              border: 1px solid #036232;
              display: block;
              float: none;
              box-sizing: border-box;
              text-align: center;
              line-height: 18px;
              color: #036232;
              float: right; }
      @media (min-width: 1024px) {
        .index .box5 .itemBox .item:hover a .con .tits {
          color: #036232; }
        .index .box5 .itemBox .item:hover a .con .tit1 span {
          background-color: #036232;
          color: #fff; } }
    .index .box5 .itemBox .item1 {
      width: 19.8%;
      border-radius: 15px;
      overflow: hidden;
      background-color: #eee;
      box-shadow: 0px 2px 5px rgba(181, 181, 181, 0.52); }
      .index .box5 .itemBox .item1 a {
        width: 100%;
        display: block; }
        .index .box5 .itemBox .item1 a .pic {
          width: 100%;
          height: 190px; }
        .index .box5 .itemBox .item1 a .con {
          width: 100%;
          border: 1px solid #e1e1e1;
          border-radius: 0 0 15px 15px;
          box-sizing: border-box;
          padding: 14px 22px 17px; }
          .index .box5 .itemBox .item1 a .con .tits {
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
            color: #222; }
          .index .box5 .itemBox .item1 a .con .tit {
            font-size: 12px;
            line-height: 18px;
            color: #666;
            margin-top: 7px; }
      @media (min-width: 1024px) {
        .index .box5 .itemBox .item1:hover a .con .tits {
          color: #036232; } }
  .index .box5 .itemBox1 {
    background-color: #eee;
    border-radius: 15px;
    width: 100%;
    display: flex;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 0 40px;
    justify-content: space-between;
    margin-top: 18px; }
    .index .box5 .itemBox1 .item {
      width: 30.6%;
      padding-top: 65px;
      padding-bottom: 40px;
      position: relative; }
      .index .box5 .itemBox1 .item .time {
        background-color: #036232;
        border-radius: 0 0 5px 0;
        position: absolute;
        top: -2px;
        left: 0;
        color: #eee;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        padding: 6px 4px; }
        .index .box5 .itemBox1 .item .time span {
          font-size: 12px;
          line-height: 14px;
          display: block; }
      .index .box5 .itemBox1 .item a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-left: 2px solid #cdcdcd;
        padding-left: 20px; }
        .index .box5 .itemBox1 .item a .tits {
          font-size: 16px;
          font-weight: bold;
          line-height: 20px;
          color: #222; }
        .index .box5 .itemBox1 .item a .tit {
          font-size: 12px;
          line-height: 18px;
          color: #666;
          margin-top: 7px; }
      @media (min-width: 1024px) {
        .index .box5 .itemBox1 .item:hover a .tits {
          color: #036232; } }
  @media (max-width: 1024px) {
    .index .box5 .itemBox {
      display: block; }
      .index .box5 .itemBox .item {
        width: 100%; }
      .index .box5 .itemBox .item1 {
        display: none; } }
  @media (max-width: 768px) {
    .index .box5 {
      padding-top: 25px;
      padding-bottom: 30px; }
      .index .box5 .itemBox {
        margin-top: 15px; }
        .index .box5 .itemBox .item a {
          display: block; }
          .index .box5 .itemBox .item a .pic {
            width: 100%;
            height: 0;
            padding-bottom: 75%; }
          .index .box5 .itemBox .item a .con {
            width: 100%;
            padding: 15px; }
      .index .box5 .itemBox1 {
        padding: 0 15px; }
        .index .box5 .itemBox1 .item {
          width: 100%; }
          .index .box5 .itemBox1 .item:nth-child(n + 2) {
            display: none; } }
.index .box6 {
  padding-top: 35px; }
  .index .box6 .indexTitle .t {
    text-align: center; }
  .index .box6 .indexTitle .line {
    margin: 12px auto 0; }
  .index .box6 .list {
    margin-top: 25px;
    overflow: initial; }
    .index .box6 .list ul li {
      width: 35.5%;
      margin: 0 0.38%;
      border-radius: 10px;
      overflow: hidden;
      float: left; }
      .index .box6 .list ul li a {
        width: 100%;
        height: auto;
        display: block;
        position: relative; }
        .index .box6 .list ul li a .pic {
          width: 100%;
          height: 0;
          padding-bottom: 56.3%;
          position: relative; }
          .index .box6 .list ul li a .pic:after {
            width: 100%;
            height: 100%;
            position: absolute;
            background-size: cover;
            bottom: 0;
            left: 0;
            content: '';
            background-repeat: no-repeat;
            background-image: url("../images/index_bg3.png");
            z-index: 2; }
          .index .box6 .list ul li a .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            transition: all 1.2s; }
        .index .box6 .list ul li a .con {
          width: 100%;
          box-sizing: border-box;
          padding: 0 25px;
          position: absolute;
          bottom: 15px;
          left: 0;
          z-index: 10;
          color: #eee; }
          .index .box6 .list ul li a .con .tits {
            font-size: 16px;
            line-height: 20px;
            font-weight: bold; }
          .index .box6 .list ul li a .con .time {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 14px;
            margin-top: 2px; }
            .index .box6 .list ul li a .con .time img {
              margin-right: 7px; }
        .index .box6 .list ul li a .icon {
          width: 3.38542vw;
          height: 3.38542vw;
          position: absolute;
          z-index: 12;
          left: 50%;
          top: 45%;
          transform: translate(-50%, -50%);
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/video2.png");
          opacity: 0;
          transition: all 0.3s ease-out; }
      @media (min-width: 1024px) {
        .index .box6 .list ul li:hover a .pic img {
          transform: scale(1.1); }
        .index .box6 .list ul li:hover a .icon {
          opacity: 1; } }
    .index .box6 .list .btns {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 18px; }
      .index .box6 .list .btns span {
        width: 12px;
        height: 12px;
        opacity: 1;
        margin: 0 3px;
        border-radius: 100%;
        cursor: pointer;
        background: none;
        box-sizing: border-box;
        border: 1px solid #036232; }
        .index .box6 .list .btns span.swiper-pagination-bullet-active {
          background-color: #036232; }
  @media (max-width: 1200px) {
    .index .box6 .list ul li {
      width: 42%; } }
  @media (max-width: 768px) {
    .index .box6 {
      padding-top: 25px; }
      .index .box6 .list {
        margin-top: 15px; }
        .index .box6 .list ul li {
          width: 100%;
          margin: 0 1%; } }
.index .box7 {
  display: flex;
  flex-direction: row;
  margin-top: 42px;
  justify-content: space-between; }
  .index .box7 .boxPic {
    width: 36.7%;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .index .box7 .boxPic a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .index .box7 .boxPic a .pic {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .index .box7 .boxPic a .con {
        width: 100%;
        height: auto;
        padding: 14px 30px 12px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        left: 0;
        color: #eee; }
        .index .box7 .boxPic a .con .time {
          font-size: 12px;
          line-height: 14px; }
        .index .box7 .boxPic a .con .tits {
          font-size: 16px;
          line-height: 20px;
          font-weight: bold;
          margin-top: 4px; }
  .index .box7 .boxRight {
    width: 60.2%; }
    .index .box7 .boxRight .list {
      margin-top: 27px; }
      .index .box7 .boxRight .list ul li {
        margin-bottom: 11px; }
        .index .box7 .boxRight .list ul li:last-child {
          margin-bottom: 0; }
        .index .box7 .boxRight .list ul li a {
          border: 1px solid #ddd;
          width: 100%;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          height: 84px;
          transition: all 0.3s ease-out; }
          .index .box7 .boxRight .list ul li a .time {
            text-align: center;
            width: 85px;
            height: 84px;
            border: 1px solid #ddd;
            border-radius: 0 0 10px 0;
            box-sizing: border-box;
            margin-left: -1px;
            margin-top: 0;
            background-color: #f9f9f9;
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #2d2d2d;
            transition: all 0.3s ease-out; }
            .index .box7 .boxRight .list ul li a .time .t {
              font-size: 35px;
              line-height: 30px; }
            .index .box7 .boxRight .list ul li a .time .t1 {
              font-size: 12px;
              line-height: 14px;
              margin-top: 8px; }
          .index .box7 .boxRight .list ul li a .con {
            flex: 1;
            padding-left: 17px;
            padding-right: 20px; }
            .index .box7 .boxRight .list ul li a .con .tits {
              font-size: 16px;
              line-height: 20px;
              font-weight: bold;
              color: #222; }
            .index .box7 .boxRight .list ul li a .con .tit {
              font-size: 12px;
              line-height: 18px;
              color: #666;
              margin-top: 2px; }
        @media (min-width: 1024px) {
          .index .box7 .boxRight .list ul li:hover a {
            background-color: #f9f9f9;
            border-color: #f9f9f9;
            box-shadow: 0px 0px 9px rgba(205, 205, 205, 0.55); }
            .index .box7 .boxRight .list ul li:hover a .time {
              background-color: #036232;
              color: #f9f9f9; } }
  @media (max-width: 768px) {
    .index .box7 {
      display: block;
      margin-top: 30px; }
      .index .box7 .boxPic {
        display: none; }
      .index .box7 .boxRight {
        width: 100%; } }
.index .box8 {
  margin-top: 50px;
  padding-bottom: 45px; }
  .index .box8 .logoBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .index .box8 .logoBox:nth-child(n + 2) {
      margin-top: -4%; }
    .index .box8 .logoBox a {
      width: 9.2%;
      height: 0;
      display: block;
      padding-bottom: 9.2%;
      position: relative;
      background-color: #f9f9f9;
      margin-right: 0.88%;
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
      .index .box8 .logoBox a img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .index .box8 .logoBox a:last-child {
        margin-right: 0; }
  @media (max-width: 768px) {
    .index .box8 {
      margin-top: 30px;
      padding-bottom: 25px; }
      .index .box8 .logoBox {
        margin-top: 0 !important; }
        .index .box8 .logoBox a {
          width: 32%;
          padding-bottom: 20%;
          margin-right: 2%;
          clip-path: none;
          margin-bottom: 2%; }
          .index .box8 .logoBox a:nth-child(3n) {
            margin-right: 0; }
          .index .box8 .logoBox a:nth-child(10) {
            display: none; }
          .index .box8 .logoBox a img {
            object-fit: contain; } }

.footerBox {
  width: 100%; }
  .footerBox .top {
    background-color: #343434;
    height: auto;
    position: relative;
    background-size: auto 100%;
    background-image: url("../images/footer_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px 0; }
    .footerBox .top .w1288 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .footerBox .top .w1288 .logo {
        width: 263px; }
      .footerBox .top .w1288 .topRight {
        width: 56.7%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .footerBox .top .w1288 .topRight .t {
          font-size: 28px;
          line-height: 34px;
          font-weight: bold;
          color: #eee; }
        .footerBox .top .w1288 .topRight a {
          width: 190px;
          height: 40px;
          display: block;
          text-align: center;
          background-color: #e9c877;
          font-size: 16px;
          line-height: 40px;
          color: #222; }
  .footerBox .footer {
    background-color: #272727;
    padding: 68px 0; }
    .footerBox .footer .footerNew .footerTitle {
      font-size: 18px;
      line-height: 30px;
      font-weight: bold;
      color: #f9f9f9; }
      .footerBox .footer .footerNew .footerTitle span {
        display: inline-block;
        border-bottom: 1px solid #f9f9f9;
        position: relative; }
        .footerBox .footer .footerNew .footerTitle span:after {
          width: 20px;
          height: 3px;
          background-color: #036232;
          position: absolute;
          bottom: -2px;
          left: 0;
          content: ''; }
    .footerBox .footer .footerNew .footerLeft {
      width: 30%;
      float: left; }
      .footerBox .footer .footerNew .footerLeft .tits {
        font-size: 14px;
        line-height: 25px;
        color: #f9f9f9;
        font-weight: bold;
        border-bottom: 1px dashed #f9f9f9;
        margin-top: 24px;
        padding-bottom: 8px; }
      .footerBox .footer .footerNew .footerLeft .tit {
        font-size: 12px;
        line-height: 17px;
        color: #f9f9f9;
        margin-top: 18px; }
        .footerBox .footer .footerNew .footerLeft .tit .t {
          display: flex;
          align-items: flex-start;
          margin-bottom: 12px; }
          .footerBox .footer .footerNew .footerLeft .tit .t img {
            margin-right: 10px;
            display: block; }
          .footerBox .footer .footerNew .footerLeft .tit .t p {
            padding-top: 3.5px; }
    .footerBox .footer .footerNew .footerCon {
      width: 32.2%;
      margin-left: 4.8%;
      float: left;
      padding-top: 30px; }
      .footerBox .footer .footerNew .footerCon dl {
        width: 39.8%;
        float: left; }
        .footerBox .footer .footerNew .footerCon dl dd {
          margin-top: 18px; }
          .footerBox .footer .footerNew .footerCon dl dd a {
            width: 100%;
            padding-left: 8px;
            display: block;
            font-size: 12px;
            line-height: 30px;
            color: #fff;
            box-sizing: border-box;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/sj.png"); }
            @media (min-width: 1024px) {
              .footerBox .footer .footerNew .footerCon dl dd a:hover {
                color: #036232; } }
        .footerBox .footer .footerNew .footerCon dl:nth-child(2) {
          width: 60.2%; }
          .footerBox .footer .footerNew .footerCon dl:nth-child(2) dd {
            display: flex;
            flex-wrap: wrap; }
            .footerBox .footer .footerNew .footerCon dl:nth-child(2) dd a {
              width: 50%; }
    .footerBox .footer .footerNew .footerRight {
      width: 32.5%;
      float: right;
      padding-top: 92px; }
      .footerBox .footer .footerNew .footerRight .logoBox {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .footerBox .footer .footerNew .footerRight .logoBox a {
          width: 32%;
          margin-right: 2%;
          margin-bottom: 28px; }
          .footerBox .footer .footerNew .footerRight .logoBox a:nth-child(3), .footerBox .footer .footerNew .footerRight .logoBox a:nth-child(5) {
            margin-right: 0; }
      .footerBox .footer .footerNew .footerRight .share {
        display: flex;
        justify-content: center;
        padding-top: 24px; }
        .footerBox .footer .footerNew .footerRight .share a {
          width: 44px;
          margin: 0 5px;
          display: block; }
  .footerBox .foot {
    background-color: #036b37;
    background-image: -moz-linear-gradient(90deg, #084c2a 0%, rgba(8, 76, 42, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #084c2a 0%, rgba(8, 76, 42, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #084c2a 0%, rgba(8, 76, 42, 0) 100%);
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #fff; }
    .footerBox .foot a {
      color: #fff; }
  @media (max-width: 1200px) {
    .footerBox .top .w1288 .topRight .t {
      font-size: 22px;
      line-height: 28px; }
    .footerBox .top .w1288 .logo {
      width: 200px; } }
  @media (max-width: 1024px) {
    .footerBox .footer .footerNew .footerLeft {
      width: 40%; }
    .footerBox .footer .footerNew .footerCon {
      display: none; }
    .footerBox .footer .footerNew .footerRight {
      width: 52%;
      padding-top: 60px; } }
  @media (max-width: 768px) {
    .footerBox .top {
      background-position: left center; }
      .footerBox .top .w1288 {
        display: block; }
        .footerBox .top .w1288 .topRight {
          width: 100%;
          display: block;
          margin-top: 15px; }
          .footerBox .top .w1288 .topRight .t {
            font-size: 18px;
            line-height: 20px;
            color: #036232; }
            .footerBox .top .w1288 .topRight .t br {
              display: none; }
          .footerBox .top .w1288 .topRight a {
            margin-top: 15px;
            font-size: 14px; }
    .footerBox .footer {
      padding: 30px 0; }
      .footerBox .footer .footerNew .footerLeft {
        width: 100%;
        float: none; }
      .footerBox .footer .footerNew .footerRight {
        width: 100%;
        float: none;
        padding-top: 20px; }
        .footerBox .footer .footerNew .footerRight .logoBox a {
          margin-bottom: 10px; }
        .footerBox .footer .footerNew .footerRight .share {
          padding-top: 0; }
          .footerBox .footer .footerNew .footerRight .share a {
            width: 32px; }
    .footerBox .foot {
      font-size: 12px;
      line-height: 16px;
      padding: 8px 0; }
      .footerBox .foot a {
        display: block; } }

/*# sourceMappingURL=style.css.map */
