.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: 3.64583vw;
      flex: 1; }
      .headerBox .header .nav ul {
        display: flex; }
        .headerBox .header .nav ul li {
          float: left;
          position: relative; }
          .headerBox .header .nav ul li:last-child {
            margin-right: 0; }
          .headerBox .header .nav ul li .tits {
            font-size: 17px;
            line-height: 17px;
            color: #222;
            font-weight: bold;
            display: flex;
            align-items: center;
            height: 60px;
            padding: 0 15px; }
            .headerBox .header .nav ul li .tits img {
              width: 11px;
              margin-left: 4px; }
              .headerBox .header .nav ul li .tits img.w {
                display: none; }
          .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 .nav ul li.on .tits {
            background-color: #036232;
            color: #fff !important; }
            .headerBox .header .nav ul li.on .tits img.b {
              display: none; }
            .headerBox .header .nav ul li.on .tits img.w {
              display: block; }
    .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; }
    .headerBox .header .headerSearch {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: rgba(0, 0, 0, 0.9);
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all .35s;
      transition: all .35s;
      -moz-transition: all .35s;
      -ms-transition: all .35s;
      left: 0;
      list-style-type: none;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      box-sizing: border-box; }
      .headerBox .header .headerSearch.on {
        top: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        height: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        -webkit-transform: rotateX(0);
        transform: rotateX(0); }
      .headerBox .header .headerSearch .w1400 {
        padding: 10px 2.8125vw 10px 0;
        display: flex;
        flex-direction: row-reverse; }
        .headerBox .header .headerSearch .w1400 .search {
          width: 300px;
          height: 38px;
          box-sizing: border-box;
          border: 1px solid #fff;
          border-radius: 10px;
          display: flex; }
          .headerBox .header .headerSearch .w1400 .search .text {
            flex: 1;
            padding-left: 0;
            font-size: 16px;
            color: #fff;
            border: none;
            background: none; }
          .headerBox .header .headerSearch .w1400 .search .submit {
            width: 50px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox .header .headerSearch .w1400 .search .submit img {
              width: 18px; }
          .headerBox .header .headerSearch .w1400 .search .searchClose {
            width: 36px;
            height: 36px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox .header .headerSearch .w1400 .search .searchClose img {
              width: 14px; }
  @media (max-width: 1700px) {
    .headerBox .header .nav ul li .tits {
      padding: 0 10px;
      font-size: 16px; } }
  @media (max-width: 1550px) {
    .headerBox .header {
      padding: 0 20px; }
    .headerBox .header .nav {
      margin-left: 40px; }
    .headerBox .header .headerRight .lan {
      margin-left: 10px; } }
  @media (max-width: 1450px) {
    .headerBox .header {
      padding-left: 20px;
      padding-right: 20px; }
    .headerBox .header .nav {
      margin-left: 30px; } }
  @media (max-width: 1366px) {
    .headerBox .header .nav ul li .tits {
      font-size: 14px;
      padding: 0 6px; }
    .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-banner {
  position: relative; }
  .index-banner ul li {
    width: 100%;
    height: auto;
    position: relative; }
  .index-banner .btns {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 10; }
    .index-banner .btns span {
      width: 9px;
      height: 9px;
      background-color: rgba(0, 0, 0, 0.57);
      opacity: 1;
      border-radius: 100%;
      margin: 0 6px;
      cursor: pointer; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        background-color: #036232; }

.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: 4.79167vw;
      height: 4.79167vw;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #036232;
      display: flex;
      align-items: center;
      justify-content: center; }
      .index .box2 .videoBox .icon:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: #036232;
        opacity: 0.1;
        border-radius: 100%;
        animation: pulse-border 1.5s linear infinite 0.75s; }
      .index .box2 .videoBox .icon:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: #036232;
        opacity: 0.1;
        border-radius: 100%;
        animation: pulse-border 1.5s linear infinite; }
      .index .box2 .videoBox .icon .img {
        width: 1.35417vw;
        position: relative;
        z-index: 10;
        object-fit: scale-down; }
  .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 .videoBox .icon .img {
            width: 10px; }
      .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 .box {
    display: block; }
  .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 .box {
        display: flex; }
      .index .box8 .logoBox {
        margin-top: 0 !important;
        margin-right: 2%; }
        .index .box8 .logoBox:last-child {
          margin-right: 0; }
        .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; } }

.banner {
  width: 100%;
  position: relative; }
  .banner .title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  @media (max-width: 1400px) {
    .banner .title {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .banner {
      overflow: hidden; }
      .banner img {
        width: 200%;
        margin-left: -50%; } }
  @media (max-width: 768px) {
    .banner .title {
      font-size: 18px;
      line-height: 20px; } }

.home {
  font-size: 16px;
  line-height: 28px;
  color: #7b7b7b;
  display: flex;
  align-items: center;
  padding: 13px 0 20px; }
  .home img {
    margin-right: 10px; }
  .home a {
    color: #7b7b7b; }
    @media (min-width: 1024px) {
      .home a:hover {
        color: #036232; } }
  .home span {
    margin: 0 4px; }
  @media (max-width: 768px) {
    .home {
      font-size: 14px;
      line-height: 24px;
      padding: 10px 0 15px; } }

.contact {
  padding-bottom: 45px; }
  .contact .box1 .boxLeft {
    width: 45.1%;
    background-color: #e5e5e5;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    overflow: hidden;
    padding: 3.38542vw 2.86458vw 1.82292vw;
    float: left;
    box-sizing: border-box; }
    .contact .box1 .boxLeft .txt {
      font-size: 14px;
      line-height: 20px;
      color: #6b6b6b;
      margin-top: 35px; }
    .contact .box1 .boxLeft .tit {
      border-bottom: 2px solid #d1d1d1;
      margin-top: 38px;
      padding-bottom: 7px; }
      .contact .box1 .boxLeft .tit .t {
        display: flex;
        align-items: center;
        margin-bottom: 28px; }
        .contact .box1 .boxLeft .tit .t img {
          width: 58px;
          height: 58px;
          margin-right: 25px; }
        .contact .box1 .boxLeft .tit .t .tt .tt1 {
          font-size: 16px;
          line-height: 18px;
          color: #2d2d2d;
          font-weight: bold; }
        .contact .box1 .boxLeft .tit .t .tt .tt2 {
          font-size: 14px;
          line-height: 16px;
          color: #7d7d7d; }
    .contact .box1 .boxLeft .tit1 {
      margin-top: 28px; }
      .contact .box1 .boxLeft .tit1 .t {
        margin-bottom: 34px; }
        .contact .box1 .boxLeft .tit1 .t:last-child {
          margin-bottom: 0; }
        .contact .box1 .boxLeft .tit1 .t .tt {
          display: flex;
          align-items: center;
          font-size: 16px;
          line-height: 20px;
          color: #2d2d2d;
          font-weight: bold; }
          .contact .box1 .boxLeft .tit1 .t .tt img {
            margin-right: 4px; }
        .contact .box1 .boxLeft .tit1 .t .tt1 {
          font-size: 14px;
          line-height: 20px;
          color: #6b6b6b;
          margin-top: 17px; }
        .contact .box1 .boxLeft .tit1 .t .share {
          display: flex;
          align-items: center;
          margin-top: 15px; }
          .contact .box1 .boxLeft .tit1 .t .share a {
            width: 20px;
            display: block;
            margin-right: 8px; }
  .contact .box1 .boxRight {
    width: 52.4%;
    float: right;
    padding-top: 3.4375vw; }
    .contact .box1 .boxRight .tableBox {
      margin-top: 40px; }
      .contact .box1 .boxRight .tableBox .t {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px; }
        .contact .box1 .boxRight .tableBox .t .tt {
          width: 49%;
          box-sizing: border-box;
          height: 54px;
          border-width: 1px;
          border-color: #d1d1d1;
          border-style: solid;
          border-radius: 10px;
          background-color: #e5e5e5;
          display: flex;
          align-items: center; }
          .contact .box1 .boxRight .tableBox .t .tt img {
            margin-left: 10px;
            margin-right: 10px; }
          .contact .box1 .boxRight .tableBox .t .tt .text {
            flex: 1;
            height: 52px;
            background: none;
            font-size: 16px;
            color: #7d7d7d;
            border: none; }
      .contact .box1 .boxRight .tableBox .t1 {
        border-width: 1px;
        border-color: #d1d1d1;
        border-style: solid;
        border-radius: 10px;
        background-color: #e5e5e5;
        display: flex;
        align-items: flex-start; }
        .contact .box1 .boxRight .tableBox .t1 img {
          margin-left: 10px;
          margin-right: 10px;
          margin-top: 16px; }
        .contact .box1 .boxRight .tableBox .t1 .txt {
          font-size: 16px;
          line-height: 52px;
          color: #7d7d7d;
          height: 240px;
          flex: 1;
          background: none;
          border: none; }
      .contact .box1 .boxRight .tableBox .submit {
        width: 224px;
        height: 50px;
        background-color: #036232;
        display: block;
        margin-top: 30px;
        border-radius: 10px;
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 50px;
        color: #fff; }
  .contact .map {
    width: 100%;
    border: 1px solid #d1d1d1;
    height: 290px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px; }
  @media (max-width: 1024px) {
    .contact .box1 .boxLeft {
      width: 100%;
      float: none; }
    .contact .box1 .boxRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .contact {
      padding-bottom: 30px; }
      .contact .box1 .boxLeft {
        padding: 15px; }
        .contact .box1 .boxLeft .txt {
          font-size: 13px;
          line-height: 18px;
          margin-top: 15px; }
        .contact .box1 .boxLeft .tit {
          margin-top: 20px; }
          .contact .box1 .boxLeft .tit .t {
            margin-bottom: 15px; }
            .contact .box1 .boxLeft .tit .t img {
              width: 42px;
              height: 42px;
              margin-right: 10px; }
            .contact .box1 .boxLeft .tit .t .tt .tt1 {
              font-size: 14px;
              line-height: 16px; }
            .contact .box1 .boxLeft .tit .t .tt .tt2 {
              font-size: 12px;
              line-height: 14px; }
        .contact .box1 .boxLeft .tit1 {
          margin-top: 20px; }
          .contact .box1 .boxLeft .tit1 .t {
            margin-bottom: 25px; }
            .contact .box1 .boxLeft .tit1 .t .tt1 {
              font-size: 13px;
              line-height: 18px; }
      .contact .box1 .boxRight .tableBox {
        margin-top: 25px; }
        .contact .box1 .boxRight .tableBox .t {
          display: block;
          margin-bottom: 0; }
          .contact .box1 .boxRight .tableBox .t .tt {
            width: 100%;
            margin-bottom: 10px;
            height: 46px; }
            .contact .box1 .boxRight .tableBox .t .tt .text {
              height: 44px;
              font-size: 14px; }
        .contact .box1 .boxRight .tableBox .t1 img {
          margin-top: 13px; }
        .contact .box1 .boxRight .tableBox .t1 .txt {
          font-size: 14px;
          line-height: 44px; }
        .contact .box1 .boxRight .tableBox .submit {
          width: 180px;
          height: 42px;
          margin-top: 20px;
          font-size: 14px;
          line-height: 42px; }
      .contact .map {
        height: 240px; } }

.amap-controls, .amap-logo, .amap-copyright {
  display: none !important; }

.serviceTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .serviceTop .tabs {
    display: flex; }
    .serviceTop .tabs a {
      margin-left: 3.38542vw;
      display: block;
      font-size: 16px;
      line-height: 18px;
      color: #222;
      border-bottom: 2px solid #bababa;
      padding-bottom: 9px; }
      .serviceTop .tabs a.on {
        color: #036232;
        border-bottom-color: #036232; }
      @media (min-width: 1024px) {
        .serviceTop .tabs a:hover {
          color: #036232;
          border-bottom-color: #036232; } }
  @media (max-width: 768px) {
    .serviceTop {
      display: block; }
      .serviceTop .tabs {
        margin-top: 15px;
        display: flex;
        justify-content: space-between; }
        .serviceTop .tabs a {
          font-size: 14px;
          margin-left: 0;
          border-bottom-width: 1px; } }

.service .spare {
  margin-top: 35px;
  padding-bottom: 60px; }
  .service .spare .spareLeft {
    width: 47.7%;
    float: left; }
    .service .spare .spareLeft .txt {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      padding-right: 2.60417vw; }
    .service .spare .spareLeft .pic {
      margin-top: 37px;
      width: 100%; }
  .service .spare .spareRight {
    width: 45.8%;
    float: right;
    padding-right: 1.82292vw;
    box-sizing: border-box; }
    .service .spare .spareRight .item {
      display: flex;
      align-items: flex-start;
      padding-bottom: 57px;
      position: relative; }
      .service .spare .spareRight .item:after {
        width: 1px;
        height: calc(100% - 72px - 50px);
        position: absolute;
        left: 36px;
        top: 97px;
        background-color: #bababa;
        content: '';
        display: block; }
      .service .spare .spareRight .item:last-child {
        padding-bottom: 0; }
        .service .spare .spareRight .item:last-child:after {
          display: none; }
      .service .spare .spareRight .item img {
        width: 72px;
        margin-right: 1.92708vw; }
      .service .spare .spareRight .item .tit {
        flex: 1; }
        .service .spare .spareRight .item .tit .t {
          font-size: 16px;
          line-height: 18px;
          color: #222;
          font-weight: bold; }
        .service .spare .spareRight .item .tit .t1 {
          font-size: 14px;
          line-height: 24px;
          color: #666;
          margin-top: 9px; }
  @media (max-width: 1024px) {
    .service .spare .spareRight .item {
      padding-bottom: 30px; } }
  @media (max-width: 960px) {
    .service .spare .spareLeft {
      width: 100%;
      float: none; }
      .service .spare .spareLeft .txt {
        padding-right: 0;
        font-size: 13px;
        line-height: 20px; }
      .service .spare .spareLeft .pic {
        margin-top: 20px; }
    .service .spare .spareRight {
      width: 100%;
      float: none;
      margin-top: 15px;
      padding-right: 0; }
      .service .spare .spareRight .item {
        padding-bottom: 20px; }
        .service .spare .spareRight .item:after {
          height: calc(100% - 50px - 20px);
          top: 60px;
          left: 25px; }
        .service .spare .spareRight .item img {
          width: 50px;
          margin-right: 15px; }
        .service .spare .spareRight .item .tit .t {
          font-size: 15px; }
        .service .spare .spareRight .item .tit .t1 {
          font-size: 13px;
          line-height: 20px; } }
  @media (max-width: 768px) {
    .service .spare {
      margin-top: 25px;
      padding-bottom: 30px; } }
.service .warranty {
  margin-top: 48px;
  padding-bottom: 55px; }
  .service .warranty .itemBox {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .service .warranty .itemBox .item {
      width: 30.7%;
      border-radius: 0 4.16667vw 0.78125vw 0.78125vw;
      overflow: hidden; }
      .service .warranty .itemBox .item .tits {
        text-align: center;
        font-size: 16px;
        line-height: 46px;
        background-color: #036232;
        color: #fff;
        font-weight: bold; }
  .service .warranty .titBox {
    margin-top: 30px; }
    .service .warranty .titBox .tit {
      margin-bottom: 26px; }
      .service .warranty .titBox .tit:last-child {
        margin-bottom: 0; }
      .service .warranty .titBox .tit .t {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #222; }
      .service .warranty .titBox .tit .t1 {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        margin-top: 12px; }
  @media (max-width: 1024px) {
    .service .warranty .itemBox .item .tits {
      font-size: 14px;
      line-height: 40px; } }
  @media (max-width: 768px) {
    .service .warranty {
      margin-top: 20px;
      padding-bottom: 30px; }
      .service .warranty .itemBox {
        display: block; }
        .service .warranty .itemBox .item {
          width: 100%;
          margin-bottom: 10px;
          border-radius: 0 40px 10px 10px; }
      .service .warranty .titBox .tit .t {
        font-size: 15px; }
      .service .warranty .titBox .tit .t1 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 8px; }
      .service .warranty .titBox {
        margin-top: 20px; }
        .service .warranty .titBox .tit {
          margin-bottom: 15px; } }
.service .training {
  margin-top: 46px;
  padding-bottom: 80px; }
  .service .training .con {
    text-align: center;
    margin-top: 22px; }
    .service .training .con .t {
      font-size: 16px;
      line-height: 20px;
      color: #222;
      font-weight: bold; }
    .service .training .con .t1 {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin-top: 20px; }
  @media (max-width: 768px) {
    .service .training {
      margin-top: 25px;
      padding-bottom: 30px; }
      .service .training .con {
        margin-top: 15px; }
        .service .training .con .t {
          font-size: 15px; }
        .service .training .con .t1 {
          font-size: 13px;
          line-height: 20px;
          margin-top: 10px; } }
.service .installation {
  margin-top: 48px;
  display: flex;
  padding-bottom: 60px;
  justify-content: space-between; }
  .service .installation .picBox {
    width: 52.3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .service .installation .picBox .pic {
      width: 48.5%;
      height: calc(50% - 10px);
      margin-bottom: 20px;
      position: relative;
      overflow: hidden; }
      .service .installation .picBox .pic:nth-child(n + 3) {
        margin-bottom: 0; }
      .service .installation .picBox .pic img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover; }
  .service .installation .con {
    width: 43.9%;
    border-top: 1px solid #ccc;
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    box-sizing: border-box; }
    .service .installation .con .t {
      font-size: 16px;
      line-height: 20px;
      color: #222;
      font-weight: bold;
      text-align: center; }
    .service .installation .con .t1 {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin-top: 35px; }
  @media (max-width: 1200px) {
    .service .installation .con {
      padding-top: 30px;
      padding-bottom: 30px; }
      .service .installation .con .t1 {
        margin-top: 20px; } }
  @media (max-width: 1024px) {
    .service .installation {
      display: block; }
      .service .installation .picBox {
        width: 100%;
        height: 68vw; }
      .service .installation .con {
        width: 100%;
        margin-top: 15px; } }
  @media (max-width: 768px) {
    .service .installation {
      margin-top: 25px;
      padding-bottom: 30px; }
      .service .installation .picBox .pic {
        height: calc(50% - 5px);
        margin-bottom: 10px; }
      .service .installation .con {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0; }
        .service .installation .con .t1 {
          font-size: 13px;
          line-height: 20px;
          margin-top: 15px; } }

.videoList {
  padding-bottom: 60px; }
  .videoList .videoCon {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden; }
    .videoList .videoCon:after {
      width: 100%;
      height: 80px;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 90%); }
    .videoList .videoCon .pic {
      padding-bottom: 55.8%; }
    .videoList .videoCon .con {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 13px;
      box-sizing: border-box;
      padding: 0 20px;
      z-index: 6; }
      .videoList .videoCon .con .t {
        font-size: 14px;
        line-height: 18px;
        color: #eee;
        font-weight: bold; }
      .videoList .videoCon .con .t1 {
        display: flex;
        margin-top: 3px; }
        .videoList .videoCon .con .t1 span {
          display: block;
          padding-left: 22px;
          background-position: left center;
          font-size: 12px;
          line-height: 14px;
          margin-right: 20px;
          color: #eee;
          background-repeat: no-repeat; }
          .videoList .videoCon .con .t1 span:nth-child(1) {
            background-image: url("../images/list_icon1.png"); }
          .videoList .videoCon .con .t1 span:nth-child(2) {
            background-image: url("../images/list_icon2.png");
            margin-right: 0; }
  .videoList .box1 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px; }
    .videoList .box1 .item {
      width: 49.2%; }
      .videoList .box1 .item a .pic {
        padding-bottom: 57.4%; }
        .videoList .box1 .item a .pic .icon {
          width: 65px;
          height: 65px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-size: cover;
          background-image: url("../images/video2.png"); }
      .videoList .box1 .item a .con {
        padding: 0 30px;
        bottom: 18px; }
        .videoList .box1 .item a .con .t {
          font-size: 16px;
          line-height: 20px; }
        .videoList .box1 .item a .con .t1 span {
          margin-right: 30px; }
    .videoList .box1 .itemBox {
      width: 49.2%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .videoList .box1 .itemBox .item1 {
        width: 48.6%; }
        .videoList .box1 .itemBox .item1:nth-child(n+3) {
          display: flex;
          align-items: flex-end; }
  .videoList .list {
    margin-top: 30px; }
    .videoList .list ul {
      padding-bottom: 40px; }
      .videoList .list ul li {
        width: 23.8%;
        float: left;
        margin-right: 1.6%;
        margin-bottom: 20px;
        position: relative; }
        .videoList .list ul li:nth-child(4n) {
          margin-right: 0; }
  @media (max-width: 1024px) {
    .videoList .box1 {
      display: block; }
      .videoList .box1 .item {
        width: 100%; }
      .videoList .box1 .itemBox {
        width: 100%; }
        .videoList .box1 .itemBox .item1 {
          margin-top: 15px; }
    .videoList .list ul li {
      width: 48.6%;
      margin-right: 2.8%; }
      .videoList .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .videoList {
      padding-bottom: 30px; }
      .videoList .videoCon .con {
        padding: 0 15px !important; }
        .videoList .videoCon .con .t {
          font-size: 14px !important;
          line-height: 18px !important; }
      .videoList .box1 {
        margin-top: 20px;
        margin-bottom: 25px; }
        .videoList .box1 .itemBox .item1 {
          width: 100%;
          margin-top: 10px; }
      .videoList .list {
        margin-top: 20px; }
        .videoList .list ul {
          padding-bottom: 20px; }
          .videoList .list ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px; } }

.paging {
  width: 100%; }
  .paging dl {
    display: flex;
    align-items: center;
    justify-content: center; }
    .paging dl dd a, .paging dl dd span {
      width: 42px;
      height: 42px;
      text-align: center;
      font-size: 18px;
      line-height: 42px;
      color: #000;
      border: 1px solid #c9c9c9;
      margin: 0 6px;
      box-sizing: border-box;
      transition: all 0.5s;
      display: block;
      border-radius: 3px;
      color: #2d2d2d; }
      .paging dl dd a:after, .paging dl dd span:after {
        display: none; }
    .paging dl dd.active a, .paging dl dd.active span {
      background-color: #036232;
      color: #fff;
      border-color: #036232; }
    @media (min-width: 1024px) {
      .paging dl dd:hover a, .paging dl dd:hover span {
        background-color: #036232;
        color: #fff;
        border-color: #036232; } }
    @media (max-width: 768px) {
      .paging dl dd dd a {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        margin: 0 4px; } }
  @media (max-width: 768px) {
    .paging dl dd a, .paging dl dd span {
      width: 32px;
      height: 32px;
      font-size: 14px;
      line-height: 30px;
      margin: 0 3px; } }

.videoInfo {
  padding-top: 27px;
  padding-bottom: 62px; }
  .videoInfo .infoLeft {
    width: 62.7%;
    float: left; }
    .videoInfo .infoLeft .videoBox {
      width: 100%;
      overflow: hidden;
      border-radius: 10px;
      height: 465px;
      position: relative; }
      .videoInfo .infoLeft .videoBox img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
      .videoInfo .infoLeft .videoBox video, .videoInfo .infoLeft .videoBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .videoInfo .infoLeft .tit {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      margin-top: 20px; }
      .videoInfo .infoLeft .tit .t {
        display: flex;
        align-items: center; }
        .videoInfo .infoLeft .tit .t span {
          padding-left: 27px;
          background-position: left center;
          font-size: 12px;
          line-height: 16px;
          color: #7e7e7e;
          background-repeat: no-repeat;
          margin-right: 30px; }
          .videoInfo .infoLeft .tit .t span:nth-child(1) {
            background-image: url("../images/info_icon1.png"); }
          .videoInfo .infoLeft .tit .t span:nth-child(2) {
            background-image: url("../images/info_icon2.png");
            margin-right: 0;
            padding-left: 22px; }
      .videoInfo .infoLeft .tit .share {
        display: flex;
        align-items: center; }
        .videoInfo .infoLeft .tit .share a {
          width: 20px;
          margin-left: 7px;
          display: block; }
    .videoInfo .infoLeft .paging1 {
      margin-top: 32px; }
  @media (max-width: 1140px) {
    .videoInfo .infoLeft {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .videoInfo {
      padding-top: 5px;
      padding-bottom: 30px; }
      .videoInfo .infoLeft .tit .t span {
        margin-right: 10px; }
      .videoInfo .infoLeft .paging1 {
        margin-top: 20px; }
      .videoInfo .infoLeft .videoBox {
        height: 60vw; } }

.infoRight {
  width: 34.2%;
  float: right; }
  .infoRight .item {
    width: 100%;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 28px 25px 15px;
    box-sizing: border-box;
    margin-bottom: 30px; }
    .infoRight .item:last-child {
      margin-bottom: 0; }
    .infoRight .item .title {
      justify-content: space-between;
      display: flex;
      align-items: flex-end;
      border-bottom: 1px solid #e9c776;
      position: relative;
      padding-bottom: 17px; }
      .infoRight .item .title:after {
        width: 75px;
        height: 2px;
        position: absolute;
        background-color: #036232;
        bottom: -1px;
        left: 0;
        content: ''; }
      .infoRight .item .title span {
        font-size: 18px;
        line-height: 20px;
        color: #036b37;
        font-weight: bold; }
      .infoRight .item .title a {
        font-size: 12px;
        line-height: 14px;
        color: #7e7e7e;
        font-weight: bold; }
    .infoRight .item ul {
      margin-top: 20px; }
      .infoRight .item ul li {
        margin-bottom: 20px; }
        .infoRight .item ul li a {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .infoRight .item ul li a .pic {
            width: 51.3%;
            height: 0;
            position: relative;
            overflow: hidden;
            padding-bottom: 29%;
            border-radius: 10px; }
            .infoRight .item ul li a .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover;
              transition: all 1.2s; }
          .infoRight .item ul li a .con {
            width: 45.6%; }
            .infoRight .item ul li a .con .tits {
              font-size: 14px;
              line-height: 18px;
              font-weight: bold;
              color: #222; }
            .infoRight .item ul li a .con .tit {
              display: flex;
              justify-content: space-between;
              margin-top: 18px; }
              .infoRight .item ul li a .con .tit span {
                font-size: 12px;
                line-height: 14px;
                color: #7e7e7e;
                display: block;
                background-position: left center;
                background-repeat: no-repeat; }
                .infoRight .item ul li a .con .tit span:nth-child(1) {
                  padding-left: 26px;
                  background-image: url("../images/info_icon1.png"); }
                .infoRight .item ul li a .con .tit span:nth-child(2) {
                  padding-left: 22px;
                  background-image: url("../images/info_icon2.png"); }
        @media (min-width: 1024px) {
          .infoRight .item ul li:hover a .pic img {
            transform: scale(1.1); }
          .infoRight .item ul li:hover a .con .tits {
            color: #036232; } }
  @media (max-width: 1140px) {
    .infoRight {
      display: none; } }

.paging1 {
  display: flex;
  justify-content: space-between; }
  .paging1 a {
    width: 48%;
    font-size: 14px;
    line-height: 30px;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #000; }
    .paging1 a:nth-child(1) {
      background-position: left center;
      padding-left: 46px;
      background-image: url("../images/paging_prev.png"); }
    .paging1 a:nth-child(2) {
      background-position: right center;
      padding-right: 46px;
      background-image: url("../images/paging_next.png");
      text-align: right; }
    @media (min-width: 1024px) {
      .paging1 a:hover {
        color: #036232; }
        .paging1 a:hover:nth-child(1) {
          background-image: url("../images/paging_prev_h.png"); }
        .paging1 a:hover:nth-child(2) {
          background-image: url("../images/paging_next_h.png"); } }
  @media (max-width: 768px) {
    .paging1 {
      display: block; }
      .paging1 a {
        width: 100%;
        padding-left: 40px !important;
        background-position: left center !important;
        padding-right: 0 !important;
        text-align: left !important;
        margin-bottom: 10px;
        background-image: url("../images/paging_prev.png") !important; } }

.news {
  padding-bottom: 60px; }
  .news .list {
    margin-top: 48px; }
    .news .list ul {
      padding-bottom: 40px; }
      .news .list ul li {
        width: 23.8%;
        margin-right: 1.6%;
        float: left;
        margin-bottom: 20px; }
        .news .list ul li:nth-child(4n) {
          margin-right: 0; }
        .news .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .news .list ul li a .pic {
            border-radius: 10px 10px 0 0;
            padding-bottom: 74.7%; }
          .news .list ul li a .con {
            width: 100%;
            box-sizing: border-box;
            border-radius: 0 0 10px 10px;
            padding: 15px 25px 10px;
            border: 1px solid #cbcbcb; }
            .news .list ul li a .con .tits {
              font-size: 16px;
              line-height: 20px;
              font-weight: bold;
              color: #222;
              -webkit-line-clamp: 1; }
            .news .list ul li a .con .line {
              width: 20px;
              height: 3px;
              background-color: #036232;
              margin-top: 8px; }
            .news .list ul li a .con .tit {
              font-size: 12px;
              line-height: 18px;
              color: #666;
              margin-top: 10px; }
            .news .list ul li a .con .tit1 {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-top: 10px; }
              .news .list ul li a .con .tit1 .time {
                padding-left: 18px;
                font-size: 12px;
                line-height: 16px;
                color: #222;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/time1.png"); }
              .news .list ul li a .con .tit1 span {
                border: 1px solid #036232;
                width: fit-content;
                font-size: 12px;
                line-height: 18px;
                padding: 0 10px;
                color: #036232; }
        @media (min-width: 1024px) {
          .news .list ul li:hover a .con .tits {
            color: #036232; }
          .news .list ul li:hover a .con .tit1 span {
            background-color: #036232;
            color: #fff; } }
  .news.teamHot {
    margin: 38px auto 0;
    padding-bottom: 47px; }
    .news.teamHot .list {
      margin-top: 0; }
      .news.teamHot .list ul {
        padding-bottom: 0; }
  @media (max-width: 1200px) {
    .news .list ul li {
      width: 32%;
      margin-right: 2%; }
      .news .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .news .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .news .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .news .list ul li:nth-child(4n) {
        margin-right: 3%; }
      .news .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .news .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .news {
      padding-bottom: 30px; }
      .news .list {
        margin-top: 25px; }
        .news .list ul {
          padding-bottom: 15px; }
          .news .list ul li {
            width: 100%;
            float: none;
            margin-right: 0 !important;
            margin-bottom: 15px; }
            .news .list ul li a .con {
              padding: 15px; }
      .news.teamHot {
        margin: 25px auto 0;
        padding-bottom: 30px; } }

.newsInfo {
  padding-bottom: 60px; }
  .newsInfo .content {
    margin-top: 48px; }
    .newsInfo .content .infoLeft {
      width: 62.7%;
      float: left; }
      .newsInfo .content .infoLeft .tits {
        font-size: 28px;
        line-height: 38px;
        font-weight: bold;
        color: #020202; }
      .newsInfo .content .infoLeft .tit {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        margin-top: 10px; }
        .newsInfo .content .infoLeft .tit .t {
          display: flex;
          align-items: center; }
          .newsInfo .content .infoLeft .tit .t span {
            padding-left: 27px;
            background-position: left center;
            font-size: 12px;
            line-height: 16px;
            color: #7e7e7e;
            background-repeat: no-repeat;
            margin-right: 30px; }
            .newsInfo .content .infoLeft .tit .t span:nth-child(1) {
              background-image: url("../images/info_icon1.png"); }
            .newsInfo .content .infoLeft .tit .t span:nth-child(2) {
              background-image: url("../images/info_icon2.png");
              margin-right: 0;
              padding-left: 22px; }
        .newsInfo .content .infoLeft .tit .share {
          display: flex;
          align-items: center; }
          .newsInfo .content .infoLeft .tit .share a {
            width: 20px;
            margin-left: 7px;
            display: block; }
      .newsInfo .content .infoLeft .con {
        font-size: 14px;
        line-height: 25px;
        color: #7b7b7b;
        margin-top: 35px; }
        .newsInfo .content .infoLeft .con img {
          border-radius: 15px;
          display: block;
          margin: 0 auto;
          max-width: 100%; }
      .newsInfo .content .infoLeft .paging1 {
        margin-top: 45px; }
  @media (max-width: 1140px) {
    .newsInfo .content .infoLeft {
      width: 100%; }
      .newsInfo .content .infoLeft .tits {
        font-size: 20px;
        line-height: 30px; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-bottom: 30px; }
      .newsInfo .content {
        margin-top: 25px; }
        .newsInfo .content .infoLeft .tits {
          font-size: 16px;
          line-height: 24px; }
        .newsInfo .content .infoLeft .con {
          margin-top: 25px;
          font-size: 13px;
          line-height: 22px; }
        .newsInfo .content .infoLeft .paging1 {
          margin-top: 25px; } }

.team {
  padding-bottom: 60px; }
  .team .list ul {
    padding-bottom: 40px; }
    .team .list ul li {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      width: 23.6%;
      margin-right: 1.8%;
      margin-bottom: 20px;
      position: relative;
      float: left; }
      .team .list ul li:nth-child(4n) {
        margin-right: 0; }
      .team .list ul li .a {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 14px 14px 57px; }
        .team .list ul li .a .pic {
          padding-bottom: 100%;
          border-radius: 10px; }
          .team .list ul li .a .pic img {
            height: auto; }
        .team .list ul li .a .con {
          width: 100%;
          text-align: center;
          padding-top: 23px; }
          .team .list ul li .a .con .tits {
            font-weight: bold;
            color: #2d2d2d;
            font-size: 16px;
            line-height: 18px;
            margin-bottom: 4px; }
          .team .list ul li .a .con .tit {
            font-size: 12px;
            line-height: 23px;
            color: #6c6c6c;
            display: flex;
            align-items: center;
            justify-content: center; }
            .team .list ul li .a .con .tit img {
              margin-right: 6px; }
      .team .list ul li .share {
        width: 100%;
        position: absolute;
        bottom: 24px;
        left: 0;
        display: flex;
        justify-content: center; }
        .team .list ul li .share a {
          display: block;
          margin: 0 4px;
          width: 21px; }
      @media (min-width: 1024px) {
        .team .list ul li:hover {
          box-shadow: 0.5px 0.866px 5px 0px rgba(123, 123, 123, 0.5); } }
  @media (max-width: 1200px) {
    .team .list ul li {
      width: 32%;
      margin-right: 2%; }
      .team .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .team .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .team .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .team .list ul li:nth-child(4n) {
        margin-right: 3%; }
      .team .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .team .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .team {
      padding-bottom: 30px; }
      .team .list ul {
        padding-bottom: 20px; }
        .team .list ul li {
          width: 100%;
          margin-bottom: 10px;
          float: none;
          margin-right: 0 !important; } }

.teamInfo {
  padding-top: 5px; }
  .teamInfo .infoLeft {
    width: 73%;
    float: left; }
    .teamInfo .infoLeft .box {
      width: 100%; }
      .teamInfo .infoLeft .box .pic {
        width: 31.9%;
        float: left; }
      .teamInfo .infoLeft .box .con {
        width: 65.1%;
        float: right;
        padding-top: 17px; }
        .teamInfo .infoLeft .box .con .tits {
          font-size: 18px;
          line-height: 20px;
          color: #222;
          font-weight: bold; }
        .teamInfo .infoLeft .box .con .tit {
          font-size: 14px;
          line-height: 16px;
          color: #2c251c;
          margin-top: 6px;
          border-bottom: 1px solid #aaa9a9; }
          .teamInfo .infoLeft .box .con .tit span {
            display: block;
            width: fit-content;
            position: relative;
            padding-bottom: 13px; }
            .teamInfo .infoLeft .box .con .tit span:after {
              width: 130px;
              height: 2px;
              position: absolute;
              bottom: -2px;
              left: 0;
              content: '';
              background-color: #036232; }
        .teamInfo .infoLeft .box .con .line {
          width: 100%;
          height: 1px;
          background-color: #aaa9a9;
          position: relative;
          margin-top: 13px; }
        .teamInfo .infoLeft .box .con .tit1 {
          font-size: 14px;
          line-height: 20px;
          color: #6b6b6b;
          margin-top: 15px; }
    .teamInfo .infoLeft .box1 {
      margin-top: 50px; }
      .teamInfo .infoLeft .box1 .tits {
        font-size: 18px;
        line-height: 30px;
        color: #222;
        border-bottom: 1px solid #aaa9a9; }
        .teamInfo .infoLeft .box1 .tits span {
          display: block;
          width: fit-content;
          position: relative;
          padding-bottom: 11px; }
          .teamInfo .infoLeft .box1 .tits span:after {
            width: 130px;
            height: 2px;
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            background-color: #036232; }
      .teamInfo .infoLeft .box1 .item {
        margin-top: 25px; }
        .teamInfo .infoLeft .box1 .item ul li {
          display: flex;
          align-items: flex-start;
          font-size: 14px;
          line-height: 22px;
          color: #6b6b6b;
          padding-bottom: 23px;
          position: relative; }
          .teamInfo .infoLeft .box1 .item ul li:after {
            width: 12px;
            height: 12px;
            border-radius: 100%;
            border: 1px solid #838383;
            position: absolute;
            top: 5px;
            left: 45px;
            content: '';
            background-color: #eee;
            box-sizing: border-box;
            z-index: 5; }
          .teamInfo .infoLeft .box1 .item ul li:before {
            width: 1px;
            height: 100%;
            top: 10px;
            left: 51px;
            background-color: #838383;
            content: '';
            position: absolute; }
          .teamInfo .infoLeft .box1 .item ul li:last-child:before {
            display: none; }
          .teamInfo .infoLeft .box1 .item ul li .year {
            width: 70px;
            color: #4c4b4b;
            font-weight: bold; }
          .teamInfo .infoLeft .box1 .item ul li .t {
            flex: 1; }
  .teamInfo .teamInfoRight {
    width: 23.3%;
    float: right;
    background-color: #fff;
    box-shadow: 1px 1.732px 4.95px 0.05px rgba(52, 52, 52, 0.19);
    border-bottom: 6px solid #036232; }
    .teamInfo .teamInfoRight .item {
      padding: 35px 1.82292vw 23px; }
      .teamInfo .teamInfoRight .item .tits {
        font-size: 14px;
        line-height: 19px;
        color: #2c251c;
        font-weight: bold;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 9px; }
      .teamInfo .teamInfoRight .item .tit {
        font-size: 12px;
        line-height: 20px;
        color: #868686;
        margin-top: 10px; }
      .teamInfo .teamInfoRight .item .tit1 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 26px;
        color: #036b37;
        font-weight: bold;
        margin-top: 27px; }
        .teamInfo .teamInfoRight .item .tit1 img {
          margin-right: 10px; }
    .teamInfo .teamInfoRight .item1 {
      background-color: #f5f1e9;
      text-align: center;
      padding-top: 22px;
      padding-bottom: 30px; }
      .teamInfo .teamInfoRight .item1 .t {
        font-size: 12px;
        line-height: 30px;
        color: #6c6c6c; }
      .teamInfo .teamInfoRight .item1 .share {
        display: flex;
        justify-content: center;
        margin-top: 9px; }
        .teamInfo .teamInfoRight .item1 .share a {
          width: 21px;
          display: block;
          margin: 0 4px; }
  @media (max-width: 1140px) {
    .teamInfo .infoLeft {
      width: 100%; }
    .teamInfo .teamInfoRight {
      display: none; } }
  @media (max-width: 768px) {
    .teamInfo .infoLeft {
      width: 100%;
      float: none; }
      .teamInfo .infoLeft .box .pic {
        width: 100%;
        float: none; }
      .teamInfo .infoLeft .box .con {
        float: none;
        width: 100%; }
        .teamInfo .infoLeft .box .con .tit1 {
          font-size: 13px; }
      .teamInfo .infoLeft .box1 {
        margin-top: 25px; }
    .teamInfo .infoLeft .box1 .item ul li {
      font-size: 13px; }
    .teamInfo .teamInfoRight {
      width: 100%;
      display: block; } }

.case {
  padding-top: 28px;
  padding-bottom: 60px;
  position: relative;
  z-index: 10; }
  .case .nav .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 13px;
    position: relative;
    z-index: 10; }
    .case .nav .item span {
      font-size: 16px;
      line-height: 30px;
      color: #000;
      font-weight: bold;
      display: block;
      width: 78px; }
    .case .nav .item .t {
      flex: 1;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .case .nav .item .t .tt .ttt {
        width: 126px;
        text-align: center;
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #7b7b7b;
        position: relative; }
        .case .nav .item .t .tt .ttt:after {
          width: 1px;
          height: 12px;
          top: 9px;
          right: 0;
          background-color: #b3b5bb;
          content: '';
          position: absolute; }
        .case .nav .item .t .tt .ttt:before {
          width: 14px;
          height: 7px;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -7px;
          content: '';
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/sj1.png");
          display: none; }
      .case .nav .item .t .tt .itemCon {
        width: 62.7%;
        border: 1px solid #036232;
        padding: 10px 26px;
        box-sizing: border-box;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        display: none; }
        .case .nav .item .t .tt .itemCon a {
          font-size: 12px;
          line-height: 36px;
          color: #000;
          padding-left: 12px;
          background-position: left center;
          display: block;
          float: left;
          margin-right: 45px;
          background-repeat: no-repeat;
          background-image: url("../images/sj3.png"); }
          @media (min-width: 1024px) {
            .case .nav .item .t .tt .itemCon a:hover {
              color: #036232;
              background-image: url("../images/sj3_h.png"); } }
          .case .nav .item .t .tt .itemCon a.on {
            color: #036232;
            background-image: url("../images/sj3_h.png"); }
          .case .nav .item .t .tt .itemCon a.isDisable {
            cursor: auto;
            opacity: 0.6;
            color: #000 !important; }
        .case .nav .item .t .tt .itemCon .close {
          width: 30px;
          height: 30px;
          position: absolute;
          top: 10px;
          right: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-left: 0;
          background: none;
          margin-right: 0;
          display: none; }
          .case .nav .item .t .tt .itemCon .close img {
            width: 18px; }
      .case .nav .item .t .tt:nth-child(2) .itemCon {
        left: 5%; }
      .case .nav .item .t .tt:nth-child(3) .itemCon {
        left: 10%; }
      .case .nav .item .t .tt:nth-child(4) .itemCon {
        left: 15%; }
      .case .nav .item .t .tt:nth-child(5) .itemCon {
        left: 20%; }
      .case .nav .item .t .tt:nth-child(6) .itemCon {
        left: 25%; }
      .case .nav .item .t .tt.on .ttt {
        color: #036232; }
        .case .nav .item .t .tt.on .ttt:before {
          display: block; }
      @media (min-width: 1024px) {
        .case .nav .item .t .tt:hover .ttt {
          color: #036232; }
          .case .nav .item .t .tt:hover .ttt:before {
            display: block; }
        .case .nav .item .t .tt:hover .itemCon {
          display: block; } }
    .case .nav .item.item1 .t .tt .ttt {
      text-transform: uppercase; }
  .case .list {
    margin-top: 40px; }
    .case .list ul {
      padding-bottom: 30px; }
      .case .list ul li {
        width: 23.5%;
        float: left;
        margin-right: 2%;
        margin-bottom: 35px;
        border-radius: 10px;
        overflow: hidden;
        background-color: #f6f6f6; }
        .case .list ul li:nth-child(4n) {
          margin-right: 0; }
        .case .list ul li a {
          width: 100%;
          display: block; }
          .case .list ul li a .pic {
            padding-bottom: 74.9%;
            box-shadow: 0.174px 1.992px 6.86px 0.14px rgba(1, 41, 1, 0.3); }
          .case .list ul li a .con {
            width: 100%;
            padding: 18px 20px 20px;
            box-sizing: border-box;
            position: relative; }
            .case .list ul li a .con .time {
              width: 50px;
              height: 50px;
              position: absolute;
              top: -25px;
              background-color: #036232;
              right: 20px;
              color: #fff;
              font-weight: bold;
              text-align: center;
              display: flex;
              justify-content: center;
              flex-direction: column;
              font-size: 12px;
              line-height: 16px;
              border-radius: 100%; }
            .case .list ul li a .con img {
              height: 14px;
              display: block; }
            .case .list ul li a .con .tits {
              font-size: 16px;
              line-height: 22px;
              color: #5f6164;
              font-weight: bold;
              margin-top: 13px; }
            .case .list ul li a .con .tit {
              font-size: 12px;
              line-height: 16.5px;
              color: #7a7979;
              margin-top: 8px; }
            .case .list ul li a .con .more {
              width: fit-content;
              padding-right: 12px;
              font-size: 12px;
              line-height: 14px;
              background-position: right center;
              background-repeat: no-repeat;
              background-image: url("../images/case_icon1.png");
              color: #5f6164;
              margin-top: 15px; }
        @media (min-width: 1024px) {
          .case .list ul li:hover {
            box-shadow: 0.174px 1.992px 6.86px 0.14px rgba(1, 41, 1, 0.3); }
            .case .list ul li:hover a .con .tits {
              color: #036232; }
            .case .list ul li:hover a .con .tit {
              color: #036232; }
            .case .list ul li:hover a .con .more {
              color: #036232;
              background-image: url("../images/case_icon1_h.png"); } }
  @media (max-width: 1200px) {
    .case .nav .item .t .tt .ttt {
      width: 110px; }
    .case .list ul li {
      width: 32%;
      margin-right: 2%; }
      .case .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .case .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .case .nav .item .t .tt .ttt {
      width: 90px; }
    .case .nav .item .t .tt .itemCon {
      width: 92%;
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      left: 4%;
      z-index: 20;
      padding: 20px 15px; }
      .case .nav .item .t .tt .itemCon a {
        margin-right: 10px;
        line-height: 28px; }
      .case .nav .item .t .tt .itemCon .close {
        display: flex; }
    .case .list ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 20px; }
      .case .list ul li:nth-child(4n) {
        margin-right: 3%; }
      .case .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .case .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .case {
      padding-top: 0px;
      padding-bottom: 30px;
      position: relative;
      z-index: 10; }
      .case .nav .item {
        display: block; }
        .case .nav .item span {
          font-size: 14px; }
      .case .nav .item .t .tt {
        width: 25%; }
        .case .nav .item .t .tt .ttt {
          width: 100%;
          font-size: 12px; }
          .case .nav .item .t .tt .ttt:after {
            bottom: 0; }
      .case .list {
        margin-top: 20px; }
        .case .list ul {
          padding-bottom: 20px; }
          .case .list ul li {
            width: 100%;
            float: none;
            margin-bottom: 10px; } }

.caseInfo {
  padding-top: 55px;
  padding-bottom: 40px; }
  .caseInfo .caseLeft {
    width: 67.5%;
    float: left; }
    .caseInfo .caseLeft .tits {
      font-size: 28px;
      line-height: 32px;
      font-weight: bold;
      color: #020202; }
    .caseInfo .caseLeft .tit {
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 29px;
      color: #7b7b7b;
      margin-top: 22px; }
      .caseInfo .caseLeft .tit span {
        margin-right: 30px; }
      .caseInfo .caseLeft .tit a {
        width: 20px;
        display: block;
        padding: 0 !important;
        margin-right: 12px; }
        .caseInfo .caseLeft .tit a span {
          margin-right: 0; }
    .caseInfo .caseLeft .con1 {
      width: 795px;
      max-width: 100%;
      border-radius: 10px;
      background-color: #fafafa;
      padding: 22px 2.70833vw;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      margin-top: 33px; }
      .caseInfo .caseLeft .con1 .item {
        width: 68%;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .caseInfo .caseLeft .con1 .item .t {
          font-size: 14px;
          line-height: 34px;
          color: #5f6164;
          width: 56.1%; }
          .caseInfo .caseLeft .con1 .item .t:nth-child(2n) {
            width: 43.9%; }
          .caseInfo .caseLeft .con1 .item .t span {
            font-weight: bold; }
      .caseInfo .caseLeft .con1 .pic {
        width: 24%;
        border-radius: 10px;
        overflow: hidden; }
        .caseInfo .caseLeft .con1 .pic img {
          width: 100%; }
    .caseInfo .caseLeft .con2 {
      box-sizing: border-box;
      padding: 0 2.70833vw;
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      margin-top: 35px; }
      .caseInfo .caseLeft .con2 img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        border-radius: 10px; }
    .caseInfo .caseLeft .con {
      font-size: 14px;
      line-height: 25px;
      color: #7b7b7b;
      margin-top: 40px; }
      .caseInfo .caseLeft .con img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .caseInfo .caseLeft .page {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 60px; }
      .caseInfo .caseLeft .page a {
        font-size: 16px;
        line-height: 30px;
        color: #040300;
        width: 48%; }
        .caseInfo .caseLeft .page a span {
          font-weight: bold;
          color: #010101; }
  .caseInfo .caseRight {
    width: 31.2%;
    float: right; }
    .caseInfo .caseRight .item {
      border-radius: 10px;
      background-color: #fafafa;
      width: 100%;
      box-sizing: border-box;
      padding: 2.34375vw 3.90625vw 1.45833vw 2.34375vw;
      margin-bottom: 22px; }
      .caseInfo .caseRight .item:last-child {
        margin-bottom: 0; }
      .caseInfo .caseRight .item .title {
        font-size: 18px;
        line-height: 24px;
        color: #036232;
        font-weight: bold;
        border-bottom: 1px solid #e9c776;
        position: relative;
        padding-bottom: 9px; }
        .caseInfo .caseRight .item .title:after {
          width: 75px;
          height: 2px;
          position: absolute;
          left: 0;
          bottom: -1px;
          background-color: #036232;
          content: ''; }
      .caseInfo .caseRight .item ul {
        margin-top: 7px; }
        .caseInfo .caseRight .item ul li a {
          width: 100%;
          display: block;
          padding: 13px 0; }
          .caseInfo .caseRight .item ul li a .tits {
            font-size: 14px;
            line-height: 18px;
            color: #4e4e4e;
            text-transform: uppercase; }
          .caseInfo .caseRight .item ul li a .time {
            font-size: 12px;
            line-height: 18px;
            width: fit-content;
            padding-right: 24px;
            color: #7a7979;
            background-position: right center;
            background-repeat: no-repeat;
            background-image: url("../images/jt2.png");
            margin-top: 16px; }
        @media (min-width: 1024px) {
          .caseInfo .caseRight .item ul li:hover .tits {
            color: #036232; }
          .caseInfo .caseRight .item ul li:hover .time {
            color: #036232;
            background-image: url("../images/jt2_h.png"); } }
  @media (max-width: 1140px) {
    .caseInfo {
      padding-top: 30px; }
      .caseInfo .caseLeft {
        width: 100%;
        float: none; }
        .caseInfo .caseLeft .tits {
          font-size: 20px;
          line-height: 30px; }
      .caseInfo .caseRight {
        display: none; } }
  @media (max-width: 768px) {
    .caseInfo {
      padding-top: 0;
      padding-bottom: 10px; }
      .caseInfo .caseLeft .tits {
        font-size: 16px;
        line-height: 24px; }
      .caseInfo .caseLeft .tit {
        margin-top: 15px;
        font-size: 12px;
        line-height: 24px; }
        .caseInfo .caseLeft .tit span {
          margin-right: 20px; }
        .caseInfo .caseLeft .tit a {
          width: 24px;
          margin-right: 6px; }
      .caseInfo .caseLeft .con1 {
        padding: 15px;
        display: block;
        margin-top: 20px; }
        .caseInfo .caseLeft .con1 .item {
          width: 100%;
          display: block; }
          .caseInfo .caseLeft .con1 .item .t {
            width: 100%;
            font-size: 13px;
            line-height: 28px; }
        .caseInfo .caseLeft .con1 .pic {
          width: 100%;
          margin-top: 15px; }
      .caseInfo .caseLeft .con2 {
        margin-top: 15px;
        padding: 0;
        font-size: 13px;
        line-height: 22px; }
      .caseInfo .caseLeft .con {
        font-size: 13px;
        line-height: 22px;
        margin-top: 20px; }
      .caseInfo .caseLeft .page {
        display: block;
        margin-top: 15px; }
        .caseInfo .caseLeft .page a {
          width: 100%;
          font-size: 14px; } }

.brand {
  padding-top: 7px;
  padding-bottom: 80px; }
  .brand .conLeft {
    width: 310px;
    background-color: #eaeaea;
    float: left; }
    .brand .conLeft .title {
      display: flex;
      align-items: center;
      font-size: 20px;
      line-height: 60px;
      color: #fff;
      font-weight: bold;
      padding-left: 50px;
      background-color: #036232;
      border-radius: 10px 10px 0 0; }
      .brand .conLeft .title img {
        margin-right: 12px; }
    .brand .conLeft .conNew {
      padding: 20px 35px 20px 50px;
      box-shadow: 0 0 4px rgba(0, 32, 16, 0.2);
      width: 100%;
      box-sizing: border-box;
      border-top: none;
      border-radius: 0 0 10px 10px; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #036232;
        font-weight: bold; }
      .brand .conLeft .conNew .tit {
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        .brand .conLeft .conNew .tit a {
          width: 21px;
          height: 21px;
          border-radius: 100%;
          display: block;
          text-align: center;
          font-size: 14px;
          color: #c4c4c4;
          line-height: 21px;
          margin-right: 6px;
          margin-bottom: 6px; }
          .brand .conLeft .conNew .tit a.on {
            color: #036232; }
          .brand .conLeft .conNew .tit a.active {
            background-color: #036232;
            color: #fff; }
      .brand .conLeft .conNew .itemBox {
        margin-top: 10px; }
        .brand .conLeft .conNew .itemBox .item {
          display: flex;
          align-items: flex-start; }
          .brand .conLeft .conNew .itemBox .item .t {
            width: 26px;
            padding-left: 5px;
            font-size: 12px;
            line-height: 30px;
            color: #036232; }
          .brand .conLeft .conNew .itemBox .item .t1 {
            flex: 1; }
            .brand .conLeft .conNew .itemBox .item .t1 a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              font-size: 12px;
              line-height: 30px;
              color: #2d2d2d;
              text-transform: uppercase; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #036232; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #036232; } }
  .brand .conRight {
    width: calc(100% - 348px);
    float: right; }
    .brand .conRight .item {
      margin-bottom: 5px; }
      .brand .conRight .item:nth-child(2) .paging {
        margin-top: 10px; }
    .brand .conRight .title {
      border-bottom: 1px solid #dcdcdc;
      font-size: 18px;
      line-height: 20px;
      color: #232323;
      font-weight: bold; }
      .brand .conRight .title span {
        display: block;
        width: fit-content;
        position: relative;
        padding-bottom: 10px; }
        .brand .conRight .title span:after {
          width: 100%;
          height: 3px;
          position: absolute;
          bottom: -2px;
          left: 0;
          background-color: #036232;
          content: ''; }
    .brand .conRight ul {
      margin-top: 30px; }
      .brand .conRight ul li {
        width: 18.5%;
        float: left;
        margin-right: 1.875%;
        margin-bottom: 30px; }
        .brand .conRight ul li:nth-child(5n) {
          margin-right: 0; }
        .brand .conRight ul li a {
          width: 100%;
          display: block; }
          .brand .conRight ul li a .pic {
            width: 100%;
            height: 57px;
            box-sizing: border-box;
            border-radius: 8px;
            border: 1px solid #cbcbcb;
            background-color: #f7f7f7;
            position: relative; }
            .brand .conRight ul li a .pic img {
              max-width: 60%;
              max-height: 70%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .brand .conRight ul li a .bg {
            width: 107.4%;
            margin-left: -3.7%; }
            .brand .conRight ul li a .bg img {
              display: block; }
          .brand .conRight ul li a .tits {
            text-align: center;
            font-size: 14px;
            line-height: 18px;
            color: #2d2d2d;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: -8px;
            position: relative;
            z-index: 10; }
          .brand .conRight ul li a .tit {
            text-align: center;
            font-size: 12px;
            line-height: 18px;
            color: #2d2d2d; }
  @media (max-width: 1024px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .brand {
      padding-bottom: 30px; }
      .brand .conRight ul {
        margin-top: 15px; }
      .brand .conRight ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px; }
        .brand .conRight ul li:nth-child(5n) {
          margin-right: 3%; }
        .brand .conRight ul li:nth-child(2n) {
          margin-right: 0; } }

.brandInfo {
  padding-bottom: 68px; }
  .brandInfo .box {
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 30px; }
    .brandInfo .box .top {
      width: 100%;
      position: relative; }
      .brandInfo .box .top .topLeft {
        width: 44.1%;
        float: left; }
        .brandInfo .box .top .topLeft .tits {
          border-bottom: 1px solid #aaa9a9; }
          .brandInfo .box .top .topLeft .tits .t {
            display: flex;
            font-size: 18px;
            line-height: 42px;
            align-items: center;
            color: #2c251c;
            font-weight: bold;
            text-transform: uppercase;
            padding-bottom: 25px;
            position: relative;
            width: fit-content; }
            .brandInfo .box .top .topLeft .tits .t:after {
              width: 100%;
              height: 2px;
              background-color: #036232;
              position: absolute;
              bottom: -1px;
              left: 0;
              content: ''; }
            .brandInfo .box .top .topLeft .tits .t img {
              height: 42px;
              margin-right: 30px; }
        .brandInfo .box .top .topLeft .tit {
          font-size: 12px;
          line-height: 26px;
          color: #868686;
          margin-top: 22px; }
        .brandInfo .box .top .topLeft .tit1 {
          margin-top: 16px; }
          .brandInfo .box .top .topLeft .tit1 .t {
            font-weight: bold;
            font-size: 15px;
            line-height: 17px;
            color: #2c251c; }
          .brandInfo .box .top .topLeft .tit1 .t1 {
            display: flex;
            flex-wrap: wrap;
            margin-top: 12px; }
            .brandInfo .box .top .topLeft .tit1 .t1 a {
              font-size: 12px;
              padding: 0 12px;
              min-width: 60px;
              box-sizing: border-box;
              color: #2c251c;
              background-color: #f6f6f6;
              border-radius: 5px;
              box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
              margin-right: 12px;
              line-height: 24px;
              display: inline-block;
              text-align: center; }
        .brandInfo .box .top .topLeft .more {
          width: 240px;
          height: 54px;
          border-radius: 10px;
          background-color: #036232;
          color: #fff;
          text-align: center;
          font-size: 18px;
          line-height: 54px;
          color: #fff;
          font-weight: bold;
          display: block;
          margin-top: 30px; }
      .brandInfo .box .top .topRight {
        width: 46.4%;
        position: absolute;
        right: 0;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer; }
        .brandInfo .box .top .topRight img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .brandInfo .box .top .topRight .icon {
          width: 64px;
          height: 64px;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-size: cover;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("../images/video3.png"); }
    .brandInfo .box .list {
      margin-top: 40px;
      position: relative; }
      .brandInfo .box .list .a {
        width: 16px;
        height: 27px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .brandInfo .box .list .a.prev {
          background-image: url("../images/prev1.png");
          left: -30px; }
        .brandInfo .box .list .a.next {
          background-image: url("../images/next1.png");
          right: -30px; }
      .brandInfo .box .list .listNew {
        width: 100%; }
        .brandInfo .box .list .listNew ul li {
          width: 32.9%;
          overflow: hidden;
          height: 0;
          padding-bottom: 24.7%;
          margin-right: 0.65%;
          position: relative;
          float: left;
          border-radius: 10px; }
          .brandInfo .box .list .listNew ul li:last-child {
            margin-right: 0; }
          .brandInfo .box .list .listNew ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
  .brandInfo .proList {
    padding-top: 10px; }
  @media (max-width: 768px) {
    .brandInfo {
      padding-bottom: 30px; }
      .brandInfo .box {
        padding: 15px; }
        .brandInfo .box .top .topLeft {
          width: 100%;
          float: none; }
          .brandInfo .box .top .topLeft .tits .t {
            padding-bottom: 15px; }
            .brandInfo .box .top .topLeft .tits .t img {
              margin-right: 15px; }
          .brandInfo .box .top .topLeft .more {
            width: 180px;
            line-height: 42px;
            height: 42px;
            font-size: 15px;
            margin-top: 15px; }
        .brandInfo .box .top .topRight {
          width: 100%;
          height: 47vw;
          position: relative;
          margin-top: 15px; }
          .brandInfo .box .top .topRight .icon {
            width: 54px;
            height: 54px; }
        .brandInfo .box .list {
          margin-top: 15px; }
          .brandInfo .box .list .a.prev {
            left: -22px; }
          .brandInfo .box .list .a.next {
            right: -22px; }
          .brandInfo .box .list .listNew ul li {
            width: 48.5%;
            margin-right: 3%;
            padding-bottom: 34.7%; } }

.proList .title {
  border-bottom: 1px solid #d2d2d2;
  font-size: 20px;
  line-height: 36px;
  color: #222;
  font-weight: bold;
  position: relative;
  padding-bottom: 17px; }
  .proList .title:after {
    width: 266px;
    height: 5px;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    background-color: #036232; }
.proList ul {
  padding-bottom: 48px;
  margin-top: 42px; }
  .proList ul li {
    width: 24.4%;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden; }
    .proList ul li:nth-child(4n) {
      margin-right: 0; }
    .proList ul li a {
      background-color: #fff;
      width: 100%;
      display: block; }
      .proList ul li a .pic {
        background-color: #f7f7f7;
        padding-bottom: 69.1%; }
      .proList ul li a .con {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 30px 15px; }
        .proList ul li a .con .tits {
          font-size: 18px;
          line-height: 26px;
          border-bottom: 1px solid #036232;
          font-weight: bold;
          color: #3b3b3b; }
        .proList ul li a .con .tit {
          font-size: 14px;
          line-height: 21px;
          min-height: 105px;
          color: #7b7b7b;
          -webkit-line-clamp: 5;
          margin-top: 18px; }
        .proList ul li a .con .more {
          width: 86px;
          height: 18px;
          border: 1px solid #036232;
          color: #036232;
          font-size: 12px;
          box-sizing: border-box;
          line-height: 16px;
          text-align: center;
          margin-top: 14px; }
    @media (min-width: 1024px) {
      .proList ul li:hover {
        box-shadow: 0px 0px 6px rgba(175, 175, 175, 0.4); }
        .proList ul li:hover a .con .more {
          background-color: #036232;
          color: #fff;
          font-weight: bold; } }
@media (max-width: 1200px) {
  .proList ul li {
    width: 32%;
    margin-right: 2%; }
    .proList ul li:nth-child(4n) {
      margin-right: 2%; }
    .proList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 1024px) {
  .proList ul li {
    width: 48.5%;
    margin-right: 3%; }
    .proList ul li:nth-child(4n) {
      margin-right: 3%; }
    .proList ul li:nth-child(3n) {
      margin-right: 3%; }
    .proList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .proList .title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px; }
    .proList .title:after {
      width: 160px;
      height: 3px;
      bottom: -2px; }
  .proList ul {
    margin-top: 15px;
    padding-bottom: 20px; }
    .proList ul li {
      width: 100%;
      float: none; } }

.brandInfo_tk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .brandInfo_tk .box {
    width: 62.5vw;
    max-width: 92%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 2.08333vw 4.6875vw;
    box-sizing: border-box;
    border-radius: 10px; }
    .brandInfo_tk .box .close {
      width: 19px;
      height: 19px;
      position: absolute;
      right: 2.08333vw;
      top: 2.08333vw;
      display: block; }
    .brandInfo_tk .box .title {
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      color: #000;
      border-bottom: 2px solid #d7d7d7;
      padding-bottom: 1.30208vw;
      font-weight: bold; }
    .brandInfo_tk .box .tabs {
      width: 100%;
      box-sizing: border-box;
      padding: 0 9.11458vw;
      margin-top: 1.5625vw; }
      .brandInfo_tk .box .tabs a {
        width: fit-content;
        padding: 0 2.39583vw;
        border-radius: 15px;
        height: 30px;
        font-size: 14px;
        color: #615e59;
        line-height: 30px;
        text-align: center;
        display: block;
        float: left;
        margin-right: 1.04167vw;
        background-color: #ececec; }
        .brandInfo_tk .box .tabs a:last-child {
          margin-right: 0; }
        .brandInfo_tk .box .tabs a.on {
          background-color: #036232;
          color: #fff; }
        @media (min-width: 1024px) {
          .brandInfo_tk .box .tabs a:hover {
            background-color: #036232;
            color: #fff; } }
    .brandInfo_tk .box .picBox {
      margin-top: 1.35417vw; }
      .brandInfo_tk .box .picBox .picList {
        width: 100%;
        padding: 0 9.11458vw;
        box-sizing: border-box;
        position: relative;
        display: none; }
        .brandInfo_tk .box .picBox .picList .a {
          width: 1.875vw;
          position: absolute;
          display: block;
          top: 40%; }
          .brandInfo_tk .box .picBox .picList .a.prev {
            left: 0; }
          .brandInfo_tk .box .picBox .picList .a.next {
            right: 0; }
          .brandInfo_tk .box .picBox .picList .a.swiper-button-disabled {
            display: none; }
        .brandInfo_tk .box .picBox .picList .bigList {
          width: 100%;
          position: relative; }
          .brandInfo_tk .box .picBox .picList .bigList ul li {
            width: 100%;
            height: 26.30208vw;
            border: 1px solid #036232;
            box-sizing: border-box;
            position: relative;
            overflow: hidden; }
            .brandInfo_tk .box .picBox .picList .bigList ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .brandInfo_tk .box .picBox .picList .bigList ul li video {
              width: 100%;
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              background-color: #000;
              object-fit: cover; }
          .brandInfo_tk .box .picBox .picList .bigList .btns {
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            width: 100%;
            z-index: 10;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center; }
        .brandInfo_tk .box .picBox .picList .sList {
          margin-top: 1.04167vw; }
          .brandInfo_tk .box .picBox .picList .sList ul li {
            width: 19.3%;
            float: left;
            margin-right: 0.875%;
            box-sizing: border-box;
            height: 5.05208vw;
            border: 1px solid #036232;
            position: relative;
            cursor: pointer;
            overflow: hidden; }
            .brandInfo_tk .box .picBox .picList .sList ul li:last-child {
              margin-right: 0; }
            .brandInfo_tk .box .picBox .picList .sList ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .brandInfo_tk .box .picBox .picList .sList ul li video {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .brandInfo_tk .box .picBox .picList .sList ul li.swiper-slide-thumb-active {
              border-color: #a81f25; }
  @media (max-width: 1600px) {
    .brandInfo_tk .box .tabs a {
      padding: 0 15px; } }
  @media (max-width: 1200px) {
    .brandInfo_tk .box {
      width: 92%; } }
  @media (max-width: 768px) {
    .brandInfo_tk .box .tabs {
      padding: 0;
      margin-top: 10px; }
      .brandInfo_tk .box .tabs a {
        font-size: 12px;
        padding: 0 5px; }
    .brandInfo_tk .box .picBox .picList {
      padding: 0; }
    .brandInfo_tk .box .picBox .picList .bigList ul li {
      padding-bottom: 75%;
      height: 0; }
    .brandInfo_tk .box .picBox .picList .sList ul li {
      height: 58px; }
    .brandInfo_tk .box .picBox .picList .a {
      z-index: 10;
      width: 24px; }
    .brandInfo_tk .box .close {
      width: 12px;
      height: 12px; } }

.product {
  padding-bottom: 68px; }
  .product .tabs {
    display: flex;
    justify-content: space-between; }
    .product .tabs a {
      width: 11.7%;
      border-radius: 10px;
      overflow: hidden;
      background-color: #fff;
      position: relative;
      transition: all 0.3s; }
      .product .tabs a:after {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        background-size: cover;
        background-image: url("../images/pro_bg1.jpg");
        z-index: 3;
        opacity: 0;
        transition: all 0.3s; }
      .product .tabs a img {
        position: relative;
        z-index: 4; }
      .product .tabs a .con {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 18px;
        left: 0;
        z-index: 5; }
        .product .tabs a .con .tits {
          font-size: 18px;
          line-height: 20px;
          color: #222;
          font-weight: bold; }
        .product .tabs a .con .tit {
          font-size: 14px;
          line-height: 16px;
          color: #7b7b7b; }
      .product .tabs a.on {
        transform: translateY(-10px); }
        .product .tabs a.on:after {
          opacity: 1; }
        .product .tabs a.on .con .tits {
          color: #fff; }
        .product .tabs a.on .con .tit {
          color: #fff; }
      @media (min-width: 1024px) {
        .product .tabs a:hover {
          transform: translateY(-10px); }
          .product .tabs a:hover:after {
            opacity: 1; }
          .product .tabs a:hover .con .tits {
            color: #fff; }
          .product .tabs a:hover .con .tit {
            color: #fff; } }
  .product .box {
    margin-top: 20px; }
    .product .box .title {
      border-bottom: 1px solid #e8e8e8;
      font-size: 20px;
      line-height: 36px;
      font-weight: bold;
      color: #222;
      padding-bottom: 17px;
      position: relative; }
      .product .box .title:after {
        width: 266px;
        height: 5px;
        background-color: #036232;
        position: absolute;
        bottom: -3px;
        left: 0;
        content: ''; }
    .product .box .wordList {
      display: flex;
      justify-content: space-between; }
      .product .box .wordList .aBox {
        display: flex; }
        .product .box .wordList .aBox a {
          font-size: 18px;
          line-height: 54px;
          color: #7b7b7b;
          cursor: auto;
          margin-right: 22px;
          display: block; }
          .product .box .wordList .aBox a.on {
            color: #036232;
            cursor: pointer; }
      .product .box .wordList .click {
        font-size: 14px;
        line-height: 54px;
        color: #7b7b7b;
        white-space: nowrap; }
        .product .box .wordList .click span {
          transform: rotate(90deg); }
    .product .box .item {
      display: flex;
      flex-wrap: wrap;
      margin-top: 13px; }
      .product .box .item a {
        font-size: 14px;
        line-height: 28px;
        color: #7b7b7b;
        display: block;
        padding-right: 35px;
        text-transform: uppercase;
        position: relative; }
        .product .box .item a:after {
          width: 1px;
          height: 14px;
          background-color: #919191;
          position: absolute;
          top: 8px;
          right: 17px;
          content: ''; }
        .product .box .item a span {
          color: #036232; }
        .product .box .item a.on {
          color: #036232; }
    .product .box .resetBox {
      display: flex;
      align-items: center;
      margin-top: 30px; }
      .product .box .resetBox .t {
        border: 1px dashed #036232;
        background-color: #fff;
        font-size: 14px;
        line-height: 30px;
        height: 32px;
        box-sizing: border-box;
        width: fit-content;
        margin-right: 18px;
        color: #7b7b7b;
        display: flex;
        align-items: center;
        padding: 0 8px; }
        .product .box .resetBox .t span {
          font-weight: bold;
          color: #036232;
          margin-right: 8px;
          margin-left: 6px; }
        .product .box .resetBox .t i {
          font-size: 10px;
          font-weight: bold;
          color: #036232; }
      .product .box .resetBox .t1 {
        padding-left: 20px;
        font-size: 14px;
        line-height: 32px;
        color: #7b7b7b;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("../images/reset.png"); }
  .product .proList ul {
    margin-top: 37px; }
  @media (max-width: 1200px) {
    .product .tabs a .con {
      bottom: 10px; }
    .product .tabs a .con .tits {
      font-size: 15px;
      line-height: 17px; }
    .product .tabs a .con .tit {
      font-size: 12px;
      line-height: 14px; } }
  @media (max-width: 1080px) {
    .product .box .wordList .aBox a {
      font-size: 16px;
      margin-right: 15px; }
    .product .tabs a.on {
      transform: translateY(0); } }
  @media (max-width: 960px) {
    .product .box .title {
      font-size: 16px;
      line-height: 28px;
      padding-bottom: 8px; }
      .product .box .title:after {
        height: 3px;
        bottom: -2px; }
    .product .box .wordList {
      align-items: flex-start;
      margin-top: 15px; }
    .product .box .wordList .aBox {
      flex-wrap: wrap; }
      .product .box .wordList .aBox a {
        line-height: 26px; }
    .product .box .wordList .click {
      line-height: 26px; }
    .product .box .item a {
      padding-right: 28px; }
      .product .box .item a:after {
        right: 15px; } }
  @media (max-width: 768px) {
    .product {
      padding-bottom: 30px; }
      .product .tabs {
        flex-wrap: wrap;
        justify-content: safe left; }
        .product .tabs a {
          width: 23.5%;
          margin-bottom: 10px;
          margin-right: 2%; }
          .product .tabs a:nth-child(4n) {
            margin-right: 0; }
          .product .tabs a .con {
            bottom: 5px; }
            .product .tabs a .con .tits {
              font-size: 12px;
              line-height: 14px; }
            .product .tabs a .con .tit {
              font-size: 11px;
              line-height: 12px; }
      .product .box .resetBox {
        margin-top: 15px;
        display: block; }
        .product .box .resetBox .t {
          width: 100%;
          margin-bottom: 5px; }
          .product .box .resetBox .t span {
            flex: 1; }
      .product .proList ul {
        margin-top: 20px; } }

.proInfo {
  padding-bottom: 64px; }
  .proInfo .box {
    border-radius: 10px;
    width: 100%;
    background-image: -moz-linear-gradient(90deg, #e2e2e2 0%, #f1f1f1 31%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #e2e2e2 0%, #f1f1f1 31%, white 100%);
    background-image: -ms-linear-gradient(90deg, #e2e2e2 0%, #f1f1f1 31%, white 100%);
    box-shadow: 0px 5px 5px 0px rgba(176, 176, 176, 0.65);
    width: 100%;
    box-sizing: border-box;
    padding: 42px 30px; }
    .proInfo .box .boxLeft {
      width: 47.2%;
      float: left; }
      .proInfo .box .boxLeft .tits {
        font-size: 20px;
        line-height: 26px;
        color: #222;
        font-weight: bold;
        border-bottom: 1px solid #d5d5d5;
        position: relative;
        padding-bottom: 19px; }
        .proInfo .box .boxLeft .tits:after {
          width: 170px;
          height: 3px;
          position: absolute;
          left: 0;
          bottom: -2px;
          content: '';
          background-color: #036232; }
      .proInfo .box .boxLeft .tit {
        margin-top: 20px; }
        .proInfo .box .boxLeft .tit .t {
          font-size: 16px;
          line-height: 34px;
          color: #000;
          display: flex; }
          .proInfo .box .boxLeft .tit .t .tt:nth-child(1) {
            width: 40.5%;
            font-weight: bold;
            color: #4f4f4f; }
          .proInfo .box .boxLeft .tit .t .tt:nth-child(2) {
            flex: 1; }
      .proInfo .box .boxLeft .share {
        display: flex;
        margin-top: 29px; }
        .proInfo .box .boxLeft .share a {
          width: 29px;
          display: block;
          margin-right: 14px; }
      .proInfo .box .boxLeft .btns {
        display: flex;
        margin-top: 33px; }
        .proInfo .box .boxLeft .btns a {
          margin-right: 40px;
          width: 222px;
          height: 54px;
          background-color: #036232;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 18px;
          color: #fff;
          font-weight: bold;
          border-right: 4px solid #e9c877; }
          .proInfo .box .boxLeft .btns a img {
            margin-right: 15px; }
          .proInfo .box .boxLeft .btns a:last-child {
            margin-right: 0; }
    .proInfo .box .boxRight {
      width: 47.8%;
      float: right; }
      .proInfo .box .boxRight .list {
        width: 100%;
        position: relative; }
        .proInfo .box .boxRight .list ul li {
          width: 100%;
          height: 440px;
          float: left;
          border-radius: 10px;
          overflow: hidden;
          position: relative;
          margin-right: 10px; }
          .proInfo .box .boxRight .list ul li:last-child {
            margin-right: 0; }
          .proInfo .box .boxRight .list ul li img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .proInfo .box .boxRight .list .xxx {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          height: 36px;
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 5; }
          .proInfo .box .boxRight .list .xxx .photoClick {
            margin-right: 25px;
            float: right;
            font-size: 16px;
            line-height: 36px;
            color: #fff;
            font-weight: bold;
            display: flex;
            align-items: center;
            cursor: pointer; }
            .proInfo .box .boxRight .list .xxx .photoClick img {
              margin-right: 8px; }
        .proInfo .box .boxRight .list .a {
          width: 45px;
          height: 45px;
          background-size: cover;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background-repeat: no-repeat;
          z-index: 10; }
          .proInfo .box .boxRight .list .a.prev {
            background-image: url("../images/in_prev.png");
            left: 24px; }
          .proInfo .box .boxRight .list .a.next {
            background-image: url("../images/in_next.png");
            right: 24px; }
      .proInfo .box .boxRight .list1 {
        width: 100%;
        height: auto;
        margin-top: 12px; }
        .proInfo .box .boxRight .list1 ul li {
          width: 23.5%;
          float: left;
          margin-right: 2%;
          height: 104px;
          position: relative;
          border-radius: 5px;
          overflow: hidden; }
          .proInfo .box .boxRight .list1 ul li:last-child {
            margin-right: 0; }
          .proInfo .box .boxRight .list1 ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
  .proInfo .content {
    margin-top: 55px; }
    .proInfo .content .conLeft {
      width: 66%;
      float: left; }
      .proInfo .content .conLeft .infoBox .item {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 12px;
        margin-bottom: 28px; }
        .proInfo .content .conLeft .infoBox .item .tits {
          font-size: 16px;
          line-height: 18px;
          color: #000;
          font-weight: bold; }
        .proInfo .content .conLeft .infoBox .item .tit {
          font-size: 14px;
          line-height: 36px;
          color: #3b3b3b;
          display: flex;
          flex-wrap: wrap;
          margin-top: 16px; }
          .proInfo .content .conLeft .infoBox .item .tit .t {
            width: 55.3%;
            display: flex; }
            .proInfo .content .conLeft .infoBox .item .tit .t:nth-child(2n) {
              width: 44.7%; }
            .proInfo .content .conLeft .infoBox .item .tit .t .tt {
              width: 45%; }
              .proInfo .content .conLeft .infoBox .item .tit .t .tt:nth-child(2n) {
                width: 55%; }
      .proInfo .content .conLeft .details .tits {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: bold; }
      .proInfo .content .conLeft .details .tableBox {
        margin-top: 30px; }
        .proInfo .content .conLeft .details .tableBox tr {
          font-size: 14px;
          line-height: 20px; }
          .proInfo .content .conLeft .details .tableBox tr th, .proInfo .content .conLeft .details .tableBox tr td {
            border: 1px solid #ddd;
            padding: 8px 20px; }
            .proInfo .content .conLeft .details .tableBox tr th:nth-child(1), .proInfo .content .conLeft .details .tableBox tr td:nth-child(1) {
              padding: 0 30px;
              font-weight: bold;
              white-space: nowrap; }
          .proInfo .content .conLeft .details .tableBox tr th {
            background-color: #e4e4e4;
            text-align: left; }
      .proInfo .content .conLeft .box2 {
        width: 750px;
        max-width: 100%;
        margin-top: 40px;
        background-color: #fff; }
        .proInfo .content .conLeft .box2 .title {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-right: 15px;
          box-sizing: border-box; }
        .proInfo .content .conLeft .box2 .ps {
          margin-top: 13px; }
          .proInfo .content .conLeft .box2 .ps .itemBox {
            width: calc(100% - 30px);
            margin: 10px auto 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            .proInfo .content .conLeft .box2 .ps .itemBox .item {
              width: calc(50% - 7px);
              margin-bottom: 11px; }
              .proInfo .content .conLeft .box2 .ps .itemBox .item .tits {
                font-size: 14px;
                line-height: 30px;
                color: #fff;
                width: 100%;
                background-image: -moz-linear-gradient(90deg, #5c995e 0%, #376439 100%);
                background-image: -webkit-linear-gradient(90deg, #5c995e 0%, #376439 100%);
                background-image: -ms-linear-gradient(90deg, #5c995e 0%, #376439 100%);
                box-sizing: border-box;
                padding-left: 8px; }
              .proInfo .content .conLeft .box2 .ps .itemBox .item .picBox {
                display: flex;
                background-color: #ffecc0;
                flex-wrap: wrap;
                justify-content: space-between; }
                .proInfo .content .conLeft .box2 .ps .itemBox .item .picBox .pic {
                  width: calc(50% - 2.5px);
                  margin-bottom: 5px;
                  height: 0;
                  padding-bottom: 31.5%;
                  overflow: hidden;
                  position: relative; }
                  .proInfo .content .conLeft .box2 .ps .itemBox .item .picBox .pic img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
                  .proInfo .content .conLeft .box2 .ps .itemBox .item .picBox .pic:nth-child(n + 3) {
                    margin-bottom: 0; }
        .proInfo .content .conLeft .box2 .cb {
          margin-top: 13px; }
          .proInfo .content .conLeft .box2 .cb .pic {
            margin-top: -17px; }
        .proInfo .content .conLeft .box2 .oa {
          margin-top: -10px; }
          .proInfo .content .conLeft .box2 .oa .oaNew {
            padding-top: 28px;
            margin-top: 12px;
            padding-bottom: 54px; }
            .proInfo .content .conLeft .box2 .oa .oaNew .item {
              display: flex;
              flex-wrap: wrap; }
              .proInfo .content .conLeft .box2 .oa .oaNew .item .t {
                width: 25%;
                text-align: center;
                margin-bottom: 17px; }
                .proInfo .content .conLeft .box2 .oa .oaNew .item .t img {
                  display: block;
                  margin: 0 auto; }
                .proInfo .content .conLeft .box2 .oa .oaNew .item .t p {
                  font-size: 12px;
                  line-height: 18px;
                  color: #fff; }
                  .proInfo .content .conLeft .box2 .oa .oaNew .item .t p span {
                    font-size: 16px;
                    color: #ffe098;
                    font-weight: bold; }
        .proInfo .content .conLeft .box2 .twc {
          margin-top: 13px; }
          .proInfo .content .conLeft .box2 .twc .pic {
            margin-top: 14px; }
        .proInfo .content .conLeft .box2 .sc {
          margin-top: 8px; }
          .proInfo .content .conLeft .box2 .sc .itemBox {
            width: calc(100% - 16px);
            margin: 15px auto 0;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            .proInfo .content .conLeft .box2 .sc .itemBox .item {
              width: calc(25% - 7.5px);
              margin-bottom: 10px; }
              .proInfo .content .conLeft .box2 .sc .itemBox .item .pic {
                width: 100%;
                height: 0;
                padding-bottom: 66.5%;
                position: relative;
                overflow: hidden; }
                .proInfo .content .conLeft .box2 .sc .itemBox .item .pic img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
              .proInfo .content .conLeft .box2 .sc .itemBox .item .tits {
                font-size: 11px;
                line-height: 13px;
                background-color: #ddf3de;
                padding: 6px 3px;
                box-sizing: border-box; }
        .proInfo .content .conLeft .box2 .of .ofNew {
          width: calc(100% - 36px);
          margin: 12px auto 0; }
          .proInfo .content .conLeft .box2 .of .ofNew .picBox {
            width: 100%; }
            .proInfo .content .conLeft .box2 .of .ofNew .picBox .pic {
              width: 24%;
              margin-bottom: 4px;
              float: left;
              margin-right: 1.3%;
              border-width: 1px;
              border-color: #f1d22d;
              border-style: solid;
              box-sizing: border-box;
              position: relative;
              height: 0;
              padding-bottom: 16%; }
              .proInfo .content .conLeft .box2 .of .ofNew .picBox .pic:nth-child(4n) {
                margin-right: 0; }
              .proInfo .content .conLeft .box2 .of .ofNew .picBox .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
          .proInfo .content .conLeft .box2 .of .ofNew .itemBox {
            margin-top: 10px; }
            .proInfo .content .conLeft .box2 .of .ofNew .itemBox .item {
              margin-bottom: 7px; }
              .proInfo .content .conLeft .box2 .of .ofNew .itemBox .item .t {
                width: fit-content;
                font-size: 14px;
                line-height: 20px;
                border-radius: 10px;
                padding: 0 15px;
                color: #fff;
                background-color: #d5b361; }
              .proInfo .content .conLeft .box2 .of .ofNew .itemBox .item .t1 {
                font-size: 12px;
                line-height: 15px;
                color: #4c4c4c;
                margin-top: 8px; }
        .proInfo .content .conLeft .box2 .ass {
          margin-top: 11px; }
          .proInfo .content .conLeft .box2 .ass .itemBox {
            box-sizing: border-box;
            padding: 10px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            background-color: #ddf3e0;
            margin-top: 7px; }
            .proInfo .content .conLeft .box2 .ass .itemBox .item {
              width: 24%; }
              .proInfo .content .conLeft .box2 .ass .itemBox .item .pic {
                width: 100%;
                padding-bottom: 66.3%;
                height: 0;
                overflow: hidden;
                position: relative; }
                .proInfo .content .conLeft .box2 .ass .itemBox .item .pic img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
              .proInfo .content .conLeft .box2 .ass .itemBox .item .t {
                font-size: 18px;
                line-height: 20px;
                color: #1f4f20;
                font-weight: bold;
                margin-top: 8px; }
              .proInfo .content .conLeft .box2 .ass .itemBox .item .t1 {
                font-size: 12px;
                line-height: 15px;
                color: #4c4c4c;
                margin-top: 8px; }
                .proInfo .content .conLeft .box2 .ass .itemBox .item .t1 span {
                  font-weight: bold; }
        .proInfo .content .conLeft .box2 .oc {
          margin-top: 16px; }
          .proInfo .content .conLeft .box2 .oc .pic {
            width: 95.5%;
            margin: 28px auto 0; }
            .proInfo .content .conLeft .box2 .oc .pic img {
              width: 100%; }
        .proInfo .content .conLeft .box2 .co .coNew {
          padding-left: 25px;
          padding-right: 16px;
          margin-top: 16px; }
          .proInfo .content .conLeft .box2 .co .coNew .left {
            width: 42.3%;
            float: left;
            padding-top: 5px;
            position: relative; }
            .proInfo .content .conLeft .box2 .co .coNew .left .img {
              width: 46.7%;
              position: absolute;
              top: 0;
              right: -10%; }
            .proInfo .content .conLeft .box2 .co .coNew .left .share {
              width: 89px;
              height: auto;
              position: relative;
              z-index: 5; }
              .proInfo .content .conLeft .box2 .co .coNew .left .share .aBox {
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between; }
                .proInfo .content .conLeft .box2 .co .coNew .left .share .aBox a {
                  width: 28px;
                  display: block;
                  height: 28px;
                  margin-bottom: 1px; }
            .proInfo .content .conLeft .box2 .co .coNew .left .tits {
              font-size: 14px;
              line-height: 21px;
              color: #4c4c4c;
              border-bottom: 1px solid #036b37;
              margin-top: 2px;
              width: fit-content;
              z-index: 5;
              position: relative; }
            .proInfo .content .conLeft .box2 .co .coNew .left .tit {
              margin-top: 5px;
              position: relative;
              z-index: 5; }
              .proInfo .content .conLeft .box2 .co .coNew .left .tit .t {
                display: flex;
                align-items: flex-start;
                font-size: 14px;
                line-height: 21px;
                color: #4c4c4c; }
                .proInfo .content .conLeft .box2 .co .coNew .left .tit .t img {
                  margin-top: 1.5px;
                  width: 18px;
                  margin-right: 3px; }
          .proInfo .content .conLeft .box2 .co .coNew .right {
            width: 47%;
            float: right; }
        .proInfo .content .conLeft .box2 .opt {
          margin-top: 22px; }
          .proInfo .content .conLeft .box2 .opt .optNew {
            padding: 0 16px;
            box-sizing: border-box;
            margin-top: 13px; }
            .proInfo .content .conLeft .box2 .opt .optNew .pic {
              width: 100%; }
            .proInfo .content .conLeft .box2 .opt .optNew .item {
              margin-top: 16px; }
              .proInfo .content .conLeft .box2 .opt .optNew .item .t {
                margin-bottom: 3px; }
                .proInfo .content .conLeft .box2 .opt .optNew .item .t .tt {
                  font-size: 12px;
                  line-height: 18px;
                  color: #346036;
                  font-weight: bold; }
                .proInfo .content .conLeft .box2 .opt .optNew .item .t .tt1 {
                  font-size: 12px;
                  line-height: 18px;
                  color: #4c4c4c; }
        .proInfo .content .conLeft .box2 .faq {
          margin-top: 18px; }
          .proInfo .content .conLeft .box2 .faq .faqNew {
            background-color: #ddf3de;
            padding: 10px 25px 15px;
            box-sizing: border-box;
            margin-top: 20px; }
            .proInfo .content .conLeft .box2 .faq .faqNew ul li {
              border-bottom: 1px solid #1f4f20;
              padding-bottom: 10px;
              padding-top: 7px; }
              .proInfo .content .conLeft .box2 .faq .faqNew ul li:last-child {
                border-bottom: none; }
              .proInfo .content .conLeft .box2 .faq .faqNew ul li .t {
                padding-left: 12px;
                background-position: left 6px;
                background-repeat: no-repeat;
                box-sizing: border-box;
                font-size: 15px;
                font-weight: bold;
                line-height: 24px;
                color: #4c4c4c;
                background-image: url("../images/sj2.png"); }
              .proInfo .content .conLeft .box2 .faq .faqNew ul li .t1 {
                font-size: 12px;
                line-height: 18px;
                color: #4c4c4c;
                margin-top: 2px; }
    .proInfo .content .conRight {
      width: 28%;
      float: right; }
      .proInfo .content .conRight .top {
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        background-image: -moz-linear-gradient(90deg, #eeeeee 0%, white 100%);
        background-image: -webkit-linear-gradient(90deg, #eeeeee 0%, white 100%);
        background-image: -ms-linear-gradient(90deg, #eeeeee 0%, white 100%);
        box-shadow: 0px 5px 5px 0px rgba(176, 176, 176, 0.65);
        box-sizing: border-box;
        padding: 30px 25px 25px; }
        .proInfo .content .conRight .top img {
          height: 42px;
          display: block;
          margin: 0 auto; }
        .proInfo .content .conRight .top .tits {
          text-align: center;
          font-size: 18px;
          line-height: 30px;
          color: #171717;
          font-weight: bold;
          border-bottom: 1px dashed #bdbdbd;
          padding-bottom: 12px;
          margin-top: 10px; }
        .proInfo .content .conRight .top .txt {
          font-size: 12px;
          line-height: 26px;
          color: #3b3b3b;
          margin-top: 22px; }
        .proInfo .content .conRight .top .tit1 {
          margin-top: 16px; }
          .proInfo .content .conRight .top .tit1 .t {
            font-weight: bold;
            font-size: 15px;
            line-height: 17px;
            color: #2c251c; }
          .proInfo .content .conRight .top .tit1 .t1 {
            display: flex;
            flex-wrap: wrap;
            margin-top: 12px; }
            .proInfo .content .conRight .top .tit1 .t1 a {
              font-size: 12px;
              padding: 0 12px;
              min-width: 60px;
              box-sizing: border-box;
              color: #2c251c;
              background-color: #f6f6f6;
              border-radius: 5px;
              box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
              margin-right: 12px;
              line-height: 24px;
              display: inline-block;
              text-align: center; }
        .proInfo .content .conRight .top .more {
          width: 222px;
          height: 54px;
          border-radius: 10px;
          background-color: #036232;
          color: #fff;
          text-align: center;
          font-size: 18px;
          line-height: 54px;
          color: #fff;
          font-weight: bold;
          display: block;
          margin: 30px auto 0; }
      .proInfo .content .conRight .list {
        background-color: #e2e2e2;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 35px;
        padding: 14px 18px 7px;
        box-sizing: border-box; }
        .proInfo .content .conRight .list .title {
          text-align: center;
          border-bottom: 1px solid #d5d5d5;
          font-size: 18px;
          font-weight: bold;
          color: #000;
          line-height: 45px;
          position: relative; }
          .proInfo .content .conRight .list .title:after {
            width: 65px;
            height: 3px;
            bottom: -2px;
            left: 50%;
            transform: translateX(-50%);
            content: '';
            background-color: #036232; }
        .proInfo .content .conRight .list ul {
          width: 100%;
          margin-top: 20px; }
          .proInfo .content .conRight .list ul li {
            border-radius: 10px;
            overflow: hidden;
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #dfdfdf;
            margin-bottom: 20px; }
            .proInfo .content .conRight .list ul li a {
              width: 100%;
              display: block;
              background-image: -moz-linear-gradient(90deg, #eeeeee 0%, white 100%);
              background-image: -webkit-linear-gradient(90deg, #eeeeee 0%, white 100%);
              background-image: -ms-linear-gradient(90deg, #eeeeee 0%, white 100%); }
              .proInfo .content .conRight .list ul li a .pic {
                padding-bottom: 75%;
                background-color: #fff; }
              .proInfo .content .conRight .list ul li a .con {
                padding: 20px 32px;
                box-sizing: border-box;
                width: 100%; }
                .proInfo .content .conRight .list ul li a .con .tits {
                  font-size: 18px;
                  line-height: 20px;
                  color: #3b3b3b;
                  font-weight: bold;
                  text-transform: uppercase; }
                .proInfo .content .conRight .list ul li a .con .tit {
                  font-size: 14px;
                  line-height: 23px;
                  color: #7b7b7b;
                  -webkit-line-clamp: 5;
                  margin-top: 15px; }
                .proInfo .content .conRight .list ul li a .con .tit1 {
                  margin-top: 13px; }
                  .proInfo .content .conRight .list ul li a .con .tit1 .more {
                    width: 86px;
                    text-align: center;
                    line-height: 18px;
                    float: right;
                    background-color: #036232;
                    font-size: 12px;
                    color: #fff;
                    font-weight: bold; }
            @media (min-width: 1024px) {
              .proInfo .content .conRight .list ul li:hover {
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } }
  @media (max-width: 1200px) {
    .proInfo .box .boxLeft .tits {
      font-size: 16px;
      line-height: 20px; }
    .proInfo .box .boxLeft .tit .t {
      font-size: 14px;
      line-height: 30px; }
    .proInfo .box .boxRight .list ul li {
      height: 390px; }
    .proInfo .box .boxLeft .btns a {
      font-size: 16px;
      height: 44px; }
      .proInfo .box .boxLeft .btns a img {
        width: 24px; } }
  @media (max-width: 1140px) {
    .proInfo .content .conLeft {
      width: 100%;
      float: none; }
    .proInfo .content .conRight {
      display: none; } }
  @media (max-width: 1024px) {
    .proInfo .content .conLeft .infoBox .item .tit {
      font-size: 12px;
      line-height: 24px; } }
  @media (max-width: 960px) {
    .proInfo .box {
      padding: 15px; }
    .proInfo .box .boxLeft {
      width: 100%;
      float: none; }
      .proInfo .box .boxLeft .tits {
        padding-bottom: 10px; }
      .proInfo .box .boxLeft .share {
        margin-top: 12px; }
      .proInfo .box .boxLeft .tit {
        margin-top: 15px; }
        .proInfo .box .boxLeft .tit .t {
          font-size: 13px; }
      .proInfo .box .boxLeft .btns {
        margin-top: 18px; }
        .proInfo .box .boxLeft .btns a {
          margin-right: 10px; }
          .proInfo .box .boxLeft .btns a img {
            margin-right: 8px; }
    .proInfo .box .boxRight {
      width: 100%;
      float: none;
      margin-top: 15px; }
    .proInfo .box .boxRight .list ul li {
      height: 0;
      padding-bottom: 75%; }
    .proInfo .box .boxRight .list .a {
      width: 36px;
      height: 36px; }
      .proInfo .box .boxRight .list .a.prev {
        left: 10px; }
      .proInfo .box .boxRight .list .a.next {
        right: 10px; }
    .proInfo .box .boxRight .list1 ul li {
      height: 0;
      padding-bottom: 20%; } }
  @media (max-width: 768px) {
    .proInfo {
      padding-bottom: 30px; }
      .proInfo .content {
        margin-top: 25px; }
      .proInfo .content .conLeft .infoBox .item .tit {
        display: block; }
        .proInfo .content .conLeft .infoBox .item .tit .t {
          width: 100% !important; }
      .proInfo .content .conLeft .details .tableBox {
        margin-top: 15px;
        overflow-x: auto; }
        .proInfo .content .conLeft .details .tableBox table {
          width: 800px; }
          .proInfo .content .conLeft .details .tableBox table tr td, .proInfo .content .conLeft .details .tableBox table tr th {
            padding: 6px 10px !important; }
      .proInfo .content .conLeft .box2 .title img {
        height: 30px; }
        .proInfo .content .conLeft .box2 .title img:nth-child(2) {
          display: none; }
      .proInfo .content .conLeft .box2 .ps .itemBox {
        display: block; }
        .proInfo .content .conLeft .box2 .ps .itemBox .item {
          width: 100%; }
      .proInfo .content .conLeft .box2 .oa .oaNew .item .t {
        width: 50%; }
        .proInfo .content .conLeft .box2 .oa .oaNew .item .t p span {
          font-size: 14px; }
      .proInfo .content .conLeft .box2 .sc .itemBox .item {
        width: calc(50% - 5px); }
      .proInfo .content .conLeft .box2 .of .ofNew .picBox .pic {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
        padding-bottom: 32%; }
        .proInfo .content .conLeft .box2 .of .ofNew .picBox .pic:nth-child(2n) {
          margin-right: 0%; }
      .proInfo .content .conLeft .box2 .ass .itemBox {
        display: block; }
        .proInfo .content .conLeft .box2 .ass .itemBox .item {
          margin-bottom: 10px;
          width: 100%; }
      .proInfo .content .conLeft .box2 .co .coNew .left {
        width: 100%;
        float: none; }
        .proInfo .content .conLeft .box2 .co .coNew .left .img {
          right: 0; }
      .proInfo .content .conLeft .box2 .co .coNew .right {
        width: 100%;
        float: none;
        margin-top: 10px; }
      .proInfo .content .conRight {
        width: 100%;
        float: none;
        display: block;
        margin-top: 15px; }
        .proInfo .content .conRight .top .more {
          width: 180px;
          height: 42px;
          line-height: 42px;
          font-size: 16px; }
        .proInfo .content .conRight .list {
          display: none; } }

.about .box1 {
  padding-bottom: 47px; }
  .about .box1 .boxLeft {
    width: 47%;
    float: left;
    display: flex;
    background-color: #e5e5e5; }
    .about .box1 .boxLeft .itemBox {
      width: 31.5%; }
      .about .box1 .boxLeft .itemBox .item {
        border-bottom: 1px solid #cfcfcf;
        text-align: center;
        padding: 35px 0; }
        .about .box1 .boxLeft .itemBox .item:last-child {
          border-bottom: none; }
        .about .box1 .boxLeft .itemBox .item img {
          display: block;
          margin: 0 auto;
          width: 64px; }
        .about .box1 .boxLeft .itemBox .item .t {
          font-size: 32px;
          line-height: 34px;
          color: #2d2d2d;
          font-weight: bold; }
        .about .box1 .boxLeft .itemBox .item .t1 {
          font-size: 14px;
          line-height: 16px;
          color: #222; }
    .about .box1 .boxLeft .pic {
      width: 68.5%;
      flex: 1;
      position: relative;
      overflow: hidden; }
      .about .box1 .boxLeft .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
      .about .box1 .boxLeft .pic .icon {
        width: 4.79167vw;
        height: 4.79167vw;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #036232;
        display: flex;
        align-items: center;
        justify-content: center; }
        .about .box1 .boxLeft .pic .icon:before {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #036232;
          opacity: 0.1;
          border-radius: 100%;
          animation: pulse-border 1.5s linear infinite 0.75s; }
        .about .box1 .boxLeft .pic .icon:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: #036232;
          opacity: 0.1;
          border-radius: 100%;
          animation: pulse-border 1.5s linear infinite; }
        .about .box1 .boxLeft .pic .icon .img {
          width: 1.35417vw;
          position: relative;
          z-index: 10;
          object-fit: scale-down; }
  .about .box1 .boxRight {
    width: 47.2%;
    float: right;
    padding-top: 42px; }
    .about .box1 .boxRight .txt {
      font-size: 14px;
      line-height: 20px;
      color: #6b6b6b;
      margin-top: 35px; }
    .about .box1 .boxRight .tit {
      display: flex;
      flex-wrap: wrap;
      margin-top: 32px; }
      .about .box1 .boxRight .tit a {
        width: 60%;
        display: flex;
        font-size: 14px;
        line-height: 30px;
        color: #222;
        font-weight: bold;
        align-items: center; }
        .about .box1 .boxRight .tit a:nth-child(2n) {
          width: 40%; }
        .about .box1 .boxRight .tit a img {
          margin-right: 7px; }
    .about .box1 .boxRight .tit1 a {
      width: 144px;
      height: 36px;
      background-color: #e9c877;
      position: relative;
      display: block;
      float: right; }
      .about .box1 .boxRight .tit1 a:after {
        width: 4px;
        height: 100%;
        background-color: #036232;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        transition: all 0.3s ease-out; }
      .about .box1 .boxRight .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) {
        .about .box1 .boxRight .tit1 a:hover:after {
          width: 100%; }
        .about .box1 .boxRight .tit1 a:hover span {
          color: #fff; } }
    .about .box1 .boxRight .tit2 {
      display: flex;
      align-items: center;
      margin-top: 32px; }
      .about .box1 .boxRight .tit2 img {
        width: 67px;
        margin-right: 16px; }
      .about .box1 .boxRight .tit2 .t .tt {
        font-size: 14px;
        line-height: 20px;
        color: #222;
        font-weight: bold; }
      .about .box1 .boxRight .tit2 .t .tt1 {
        font-size: 14px;
        line-height: 20px;
        color: #6b6b6b; }
  @media (max-width: 1366px) {
    .about .box1 .boxRight {
      padding-top: 0; }
      .about .box1 .boxRight .tit {
        margin-top: 15px; }
        .about .box1 .boxRight .tit a {
          width: 100% !important; }
      .about .box1 .boxRight .txt {
        margin-top: 15px; }
      .about .box1 .boxRight .tit2 {
        margin-top: 15px; } }
  @media (max-width: 1200px) {
    .about .box1 .boxLeft .itemBox .item img {
      width: 50px; }
    .about .box1 .boxLeft .itemBox .item .t {
      font-size: 24px; } }
  @media (max-width: 768px) {
    .about .box1 .boxLeft {
      width: 100%;
      float: none;
      display: block; }
      .about .box1 .boxLeft .itemBox {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .about .box1 .boxLeft .itemBox .item {
          flex: 1;
          padding: 25px 0; }
          .about .box1 .boxLeft .itemBox .item img {
            width: 42px; }
          .about .box1 .boxLeft .itemBox .item .t {
            font-size: 18px; }
          .about .box1 .boxLeft .itemBox .item .t1 {
            font-size: 12px; }
      .about .box1 .boxLeft .pic {
        width: 100%;
        height: 75vw; }
        .about .box1 .boxLeft .pic .icon {
          width: 40px;
          height: 40px; }
    .about .box1 .boxRight {
      width: 100%;
      float: none;
      margin-top: 15px; }
      .about .box1 .boxRight .txt {
        font-size: 13px; }
      .about .box1 .boxRight .tit2 img {
        width: 40px;
        margin-right: 10px; }
      .about .box1 .boxRight .tit1 {
        margin-top: 15px; }
        .about .box1 .boxRight .tit1 a {
          float: left; } }
.about .box2 {
  background-color: #e5e5e5;
  padding-top: 42px;
  padding-bottom: 40px; }
  .about .box2 .indexTitle {
    text-align: center; }
    .about .box2 .indexTitle .line {
      margin: 12px auto 0; }
  .about .box2 .content {
    margin-top: 27px; }
    .about .box2 .content .conLeft {
      width: 29.1%;
      float: left;
      padding-top: 9px; }
      .about .box2 .content .conLeft .txt {
        font-size: 14px;
        line-height: 20px;
        color: #6b6b6b; }
      .about .box2 .content .conLeft .tit {
        margin-top: 36px; }
        .about .box2 .content .conLeft .tit a {
          font-size: 16px;
          line-height: 34px;
          font-weight: bold;
          color: #2d2d2d;
          padding-left: 44px;
          width: 52%;
          float: left;
          display: block;
          position: relative;
          float: left;
          box-sizing: border-box; }
          .about .box2 .content .conLeft .tit a:nth-child(2n) {
            width: 48%; }
          .about .box2 .content .conLeft .tit a:after {
            width: 7px;
            height: 7px;
            background-color: #036232;
            border-radius: 100%;
            position: absolute;
            left: 30px;
            top: 50%;
            transform: translateY(-50%);
            content: ''; }
    .about .box2 .content .conRight {
      width: 68.6%;
      float: right; }
      .about .box2 .content .conRight a {
        width: 23.1%;
        float: left;
        margin-right: 1.1%;
        overflow: hidden;
        transform: skewX(-9deg);
        transform-origin: 0 100%;
        border-radius: 10px;
        margin-bottom: 7px; }
        .about .box2 .content .conRight a img {
          width: 109.3%;
          transform: skewX(9deg);
          transform-origin: 0 100%; }
        .about .box2 .content .conRight a:nth-child(5) {
          margin-left: -2.7%; }
  @media (max-width: 1024px) {
    .about .box2 .content .conRight a {
      width: 49%;
      margin-right: 2%; }
      .about .box2 .content .conRight a:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .about .box2 {
      padding: 25px 0; }
      .about .box2 .content {
        margin-top: 20px; }
      .about .box2 .content .conLeft {
        width: 100%;
        float: none;
        padding-top: 0; }
        .about .box2 .content .conLeft .txt {
          font-size: 13px; }
        .about .box2 .content .conLeft .tit {
          margin-top: 15px; }
          .about .box2 .content .conLeft .tit a {
            padding-left: 15px; }
            .about .box2 .content .conLeft .tit a:after {
              left: 0; }
      .about .box2 .content .conRight {
        width: 100%;
        margin-top: 15px;
        float: none; }
        .about .box2 .content .conRight a {
          transform: skewX(0);
          margin-left: 0 !important; }
          .about .box2 .content .conRight a img {
            transform: skewX(0); } }
.about .box3 {
  padding-top: 47px;
  position: relative; }
  .about .box3 .pic {
    width: 35.3%;
    float: left;
    overflow: hidden;
    border-radius: 10px; }
  .about .box3 .con {
    width: 61.7%;
    float: right;
    padding-top: 32px; }
    .about .box3 .con .tit {
      width: fit-content;
      border: 1px solid #036232;
      font-size: 16px;
      color: #036232;
      line-height: 27px;
      border-radius: 14px;
      padding-left: 24px;
      padding-right: 16px;
      position: relative;
      margin-bottom: 17px; }
      .about .box3 .con .tit:after {
        width: 7px;
        height: 7px;
        top: 10px;
        left: 9px;
        background-color: #036232;
        content: '';
        position: absolute;
        border-radius: 100%; }
    .about .box3 .con .txt {
      font-size: 14px;
      line-height: 20px;
      color: #6b6b6b;
      margin-top: 38px; }
  .about .box3 .itemBox {
    width: 72.7%;
    position: absolute;
    right: 0;
    bottom: 28px;
    display: flex;
    justify-content: space-between; }
    .about .box3 .itemBox .item {
      width: 31.5%;
      background-color: #fff;
      border-radius: 10px;
      padding: 35px 18px 26px;
      box-sizing: border-box;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
      .about .box3 .itemBox .item img {
        height: 50px; }
      .about .box3 .itemBox .item .t {
        font-size: 14px;
        line-height: 20px;
        color: #222;
        font-weight: bold;
        margin-top: 10px; }
      .about .box3 .itemBox .item .t1 {
        font-size: 14px;
        line-height: 20px;
        color: #6b6b6b;
        margin-top: 10px; }
  @media (max-width: 1366px) {
    .about .box3 .con .txt {
      margin-top: 15px; }
    .about .box3 .itemBox .item {
      padding: 20px 14px 15px; } }
  @media (max-width: 1200px) {
    .about .box3 .pic {
      overflow: hidden; }
      .about .box3 .pic img {
        width: 120%;
        margin-left: -10%; }
    .about .box3 .con {
      padding-top: 15px; }
    .about .box3 .itemBox {
      width: 92%;
      bottom: 15px; } }
  @media (max-width: 1024px) {
    .about .box3 .pic {
      overflow: hidden; }
      .about .box3 .pic img {
        width: 140%;
        margin-left: -20%; } }
  @media (max-width: 890px) {
    .about .box3 .itemBox {
      width: 100%;
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 15px; }
    .about .box3 .pic {
      display: none; }
    .about .box3 .con {
      width: 100%;
      float: none; } }
  @media (max-width: 640px) {
    .about .box3 {
      padding-top: 25px; }
      .about .box3 .con {
        padding-top: 0; }
      .about .box3 .itemBox {
        display: block; }
        .about .box3 .itemBox .item {
          width: 100%;
          margin-bottom: 10px; } }
.about .box4 {
  padding-top: 40px; }
  .about .box4 .indexTitle {
    text-align: center; }
    .about .box4 .indexTitle .line {
      margin: 12px auto 0; }
  .about .box4 .pic {
    margin-top: 30px; }
  @media (max-width: 768px) {
    .about .box4 {
      padding-top: 20px; }
      .about .box4 .indexTitle {
        text-align: center; }
        .about .box4 .indexTitle .line {
          margin: 7px auto 0; }
      .about .box4 .pic {
        margin-top: 15px; } }
.about .box5 {
  padding-top: 44px;
  padding-bottom: 45px; }
  .about .box5 .indexTitle {
    text-align: center; }
    .about .box5 .indexTitle .line {
      margin: 12px auto 0; }
  .about .box5 .content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    .about .box5 .content .conLeft {
      width: 53.6%;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .about .box5 .content .conLeft .item {
        border: 1px solid #d1d1d1;
        border-radius: 10px;
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        cursor: pointer;
        padding: 5px 40px 11px 35px; }
        .about .box5 .content .conLeft .item .tits {
          height: 50px;
          display: flex;
          align-items: center;
          width: 100%;
          font-size: 16px;
          line-height: 20px;
          color: #222;
          box-sizing: border-box;
          font-weight: bold; }
          .about .box5 .content .conLeft .item .tits .t {
            flex: 1;
            margin-right: 15px; }
          .about .box5 .content .conLeft .item .tits .icon {
            width: 17px;
            height: 17px;
            background-size: cover;
            background-image: url("../images/jia.png");
            background-repeat: no-repeat; }
        .about .box5 .content .conLeft .item .con {
          font-size: 14px;
          line-height: 20px;
          color: #6b6b6b;
          padding-top: 3px;
          padding-bottom: 4px;
          display: none; }
        .about .box5 .content .conLeft .item.on {
          background-color: #e5e5e5; }
          .about .box5 .content .conLeft .item.on .tits .icon {
            background-image: url("../images/jian.png"); }
          .about .box5 .content .conLeft .item.on .con {
            display: block; }
    .about .box5 .content .conRight {
      width: 44.3%;
      border: 1px solid #d1d1d1;
      border-radius: 10px;
      background-color: #e5e5e5;
      box-sizing: border-box;
      padding: 45px 55px 42px; }
      .about .box5 .content .conRight .indexTitle {
        text-align: center; }
      .about .box5 .content .conRight .tit {
        margin-top: 29px; }
        .about .box5 .content .conRight .tit .t {
          height: 50px;
          border: 1px solid #d1d1d1;
          border-radius: 10px;
          width: 100%;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          margin-bottom: 22px;
          background-color: #fff; }
          .about .box5 .content .conRight .tit .t img {
            margin: 0 10px; }
          .about .box5 .content .conRight .tit .t .text {
            flex: 1;
            height: 48px;
            background: none;
            border: none;
            font-size: 16px;
            color: #7d7d7d; }
        .about .box5 .content .conRight .tit .t1 {
          border: 1px solid #d1d1d1;
          border-radius: 10px;
          width: 100%;
          box-sizing: border-box;
          display: flex;
          align-items: flex-start;
          margin-bottom: 25px;
          background-color: #fff; }
          .about .box5 .content .conRight .tit .t1 img {
            margin: 10px 10px 0; }
          .about .box5 .content .conRight .tit .t1 .txt {
            flex: 1;
            height: 73px;
            background: none;
            border: none;
            font-size: 16px;
            line-height: 26px;
            color: #7d7d7d;
            padding: 7px 0;
            box-sizing: border-box; }
        .about .box5 .content .conRight .tit .submit {
          width: 100%;
          height: 50px;
          display: block;
          border-radius: 10px;
          background-color: #036232;
          text-align: center;
          font-size: 16px;
          line-height: 50px;
          color: #fff;
          text-align: center; }
  @media (max-width: 1366px) {
    .about .box5 .content .conLeft .item .tits {
      height: 40px; } }
  @media (max-width: 768px) {
    .about .box5 {
      padding-top: 25px;
      padding-bottom: 30px; }
      .about .box5 .indexTitle {
        text-align: center; }
        .about .box5 .indexTitle .line {
          margin: 7px auto 0; } }
  @media (max-width: 960px) {
    .about .box5 .content {
      display: block; }
      .about .box5 .content .conLeft {
        width: 100%;
        display: block; }
        .about .box5 .content .conLeft .item {
          margin-bottom: 10px; }
      .about .box5 .content .conRight {
        width: 100%; } }
  @media (max-width: 640px) {
    .about .box5 .content {
      margin-top: 15px; }
      .about .box5 .content .conLeft .item {
        padding: 5px 20px 8px 15px; }
        .about .box5 .content .conLeft .item .tits {
          font-size: 14px;
          line-height: 18px; }
        .about .box5 .content .conLeft .item .con {
          font-size: 13px; }
      .about .box5 .content .conRight {
        padding: 15px; }
        .about .box5 .content .conRight .tit {
          margin-top: 15px; }
          .about .box5 .content .conRight .tit .t {
            margin-bottom: 10px;
            height: 44px; }
            .about .box5 .content .conRight .tit .t .text {
              height: 42px;
              font-size: 14px; }
          .about .box5 .content .conRight .tit .t1 {
            margin-bottom: 15px; }
            .about .box5 .content .conRight .tit .t1 .txt {
              font-size: 14px; }
          .about .box5 .content .conRight .tit .submit {
            margin-top: 15px; } }

.error {
  text-align: center;
  padding-top: 77px;
  padding-bottom: 93px; }
  .error .num {
    font-size: 11.66667vw;
    line-height: 10.41667vw;
    color: #020202;
    font-weight: bold; }
  .error .tits {
    font-size: 16px;
    line-height: 18px;
    color: #020202;
    font-weight: bold;
    margin-top: 10px; }
  .error a {
    width: 166px;
    height: 40px;
    display: block;
    margin: 30px auto 0;
    border-radius: 20px;
    background-color: #00449b;
    text-align: center;
    font-size: 19px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 10; }
  .error img {
    width: 691px;
    margin: -45px auto 0;
    display: block;
    max-width: 92%; }
  @media (max-width: 768px) {
    .error .tits {
      font-size: 14px;
      line-height: 16px; }
    .error a {
      font-size: 14px;
      line-height: 36px;
      border-radius: 18px;
      height: 36px;
      border-radius: 18px;
      width: 130px;
      margin: 15px auto 0; }
    .error img {
      margin: -15px auto 0; } }

.searchPage {
  padding-top: 56px;
  padding-bottom: 65px;
  width: 880px;
  max-width: 92%;
  margin: 0 auto; }
  .searchPage .search {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border-radius: 22px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c0c2c3;
    display: flex;
    align-items: center; }
    .searchPage .search .text {
      flex: 1;
      padding-left: 34px;
      box-sizing: border-box;
      height: 43px;
      border: none;
      background: none;
      font-size: 16px;
      color: #828181; }
    .searchPage .search .searchClick {
      width: 58px;
      height: 43px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .searchPage .tabs {
    padding: 0 42px;
    box-sizing: border-box;
    display: flex;
    margin-top: 12px; }
    .searchPage .tabs a {
      display: block;
      font-size: 16px;
      line-height: 40px;
      color: #000;
      font-weight: bold;
      margin-right: 66px;
      position: relative; }
      .searchPage .tabs a:last-child {
        margin-right: 0; }
      .searchPage .tabs a:after {
        width: 14px;
        height: 7px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -7px;
        content: '';
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/sj1.png");
        display: none; }
      .searchPage .tabs a.on {
        color: #036b37; }
        .searchPage .tabs a.on:after {
          display: block; }
      @media (min-width: 1024px) {
        .searchPage .tabs a:hover {
          color: #036b37; } }
  .searchPage .title {
    padding: 0 42px;
    font-size: 16px;
    line-height: 30px;
    color: #828181;
    box-sizing: border-box;
    margin-top: 27px; }
  .searchPage .list {
    margin-top: 6px; }
    .searchPage .list ul {
      padding-bottom: 40px; }
      .searchPage .list ul li {
        margin-bottom: 27px; }
        .searchPage .list ul li a {
          background-color: #fff;
          box-shadow: 1px 1.732px 2.97px 0.03px rgba(0, 0, 0, 0.3);
          border-radius: 10px;
          width: 100%;
          padding: 28px 40px 32px;
          display: block;
          box-sizing: border-box; }
          .searchPage .list ul li a .tits {
            display: flex;
            align-items: center;
            width: 100%; }
            .searchPage .list ul li a .tits .t {
              font-size: 14px;
              line-height: 16px;
              color: #036b37;
              font-weight: bold;
              flex: 1;
              margin-right: 20px; }
            .searchPage .list ul li a .tits .t1 {
              padding-left: 18px;
              background-position: left center;
              font-size: 12px;
              line-height: 16px;
              color: #6c6c6c;
              background-repeat: no-repeat;
              background-image: url("../images/time2.png"); }
          .searchPage .list ul li a .tit {
            font-size: 12px;
            line-height: 18px;
            color: #6c6c6c;
            margin-top: 15px; }
          .searchPage .list ul li a .tit1 {
            font-size: 12px;
            line-height: 18px;
            color: #04579d;
            margin-top: 4px; }

.videoItem {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0; }
  .videoItem .video {
    width: 66.66667vw;
    height: 31.25vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 !important;
    background-color: #fff; }
    .videoItem .video video {
      width: 100%;
      height: 100%; }
    .videoItem .video .videoClose {
      width: 3.125vw;
      height: 3.125vw;
      position: absolute;
      top: -1.5625vw;
      right: -1.5625vw;
      border-radius: 100%;
      background-color: #276328;
      cursor: pointer; }
      .videoItem .video .videoClose:after {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
        content: ''; }
      .videoItem .video .videoClose:before {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        content: ''; }
  @media (max-width: 768px) {
    .videoItem .video {
      width: 100%;
      height: 100%; }
      .videoItem .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoItem .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoItem .video .videoClose:before {
          width: 14px;
          height: 2px; } }

/*# sourceMappingURL=style.css.map */
