.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; }

.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1024px) {
  .pc {
    display: none; } }

.wap {
  display: none; }
  @media (max-width: 1024px) {
    .wap {
      display: block; } }

#translate {
  display: none; }

.headerBox {
  width: 100%;
  height: 146px; }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; } }
  .headerBox .header {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; }
    .headerBox .header.on {
      box-shadow: 0 5px 10px rgba(39, 99, 40, 0.2); }
    .headerBox .header .headerTop .w1400 {
      height: 92px;
      display: flex;
      align-items: center; }
      .headerBox .header .headerTop .w1400 .logo {
        width: 230px;
        display: block; }
      .headerBox .header .headerTop .w1400 .headerRight {
        flex: 1;
        margin-left: 5.98958vw;
        margin-right: 4.6875vw;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .headerBox .header .headerTop .w1400 .headerRight .t {
          display: flex;
          align-items: center; }
          .headerBox .header .headerTop .w1400 .headerRight .t img {
            margin-right: 18px; }
          .headerBox .header .headerTop .w1400 .headerRight .t .tt {
            font-weight: bold; }
            .headerBox .header .headerTop .w1400 .headerRight .t .tt .ttt {
              font-size: 11px;
              line-height: 12px;
              color: #b8b8b6; }
            .headerBox .header .headerTop .w1400 .headerRight .t .tt .ttt1 {
              font-size: 14px;
              line-height: 15px;
              color: #1f1f1f;
              display: block;
              margin-top: 3px; }
              @media (min-width: 1024px) {
                .headerBox .header .headerTop .w1400 .headerRight .t .tt .ttt1.a:hover {
                  color: #276328; } }
        .headerBox .header .headerTop .w1400 .headerRight .lan {
          position: relative; }
          .headerBox .header .headerTop .w1400 .headerRight .lan .tits {
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 40px;
            color: #1f1f1f;
            font-weight: bold;
            cursor: pointer; }
            .headerBox .header .headerTop .w1400 .headerRight .lan .tits span {
              margin-left: 15px;
              margin-right: 8px; }
          .headerBox .header .headerTop .w1400 .headerRight .lan #select {
            width: 120PX;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            padding: 0 10px;
            height: 36px;
            cursor: pointer; }
      .headerBox .header .headerTop .w1400 .navClick {
        display: none;
        width: 22px;
        height: 18px;
        float: left; }
        .headerBox .header .headerTop .w1400 .navClick span {
          width: 100%;
          height: 2px;
          background-color: #333;
          display: block;
          position: relative;
          transition: .3s;
          -webkit-transition: .3s;
          margin-bottom: 6px; }
          .headerBox .header .headerTop .w1400 .navClick span:last-child {
            margin-bottom: 0; }
        .headerBox .header .headerTop .w1400 .navClick.on span:nth-child(1) {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          top: 8px;
          right: 0px; }
        .headerBox .header .headerTop .w1400 .navClick.on span:nth-child(2) {
          display: none; }
        .headerBox .header .headerTop .w1400 .navClick.on span:nth-child(3) {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          top: 0;
          right: 0; }
    .headerBox .header .navBox {
      width: 100%;
      position: absolute;
      top: 92px;
      left: 0; }
      .headerBox .header .navBox:after {
        width: 100%;
        height: 100%;
        background-color: #276328;
        border-bottom: 2px solid #f1d22d;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        content: ''; }
      .headerBox .header .navBox .w1400 {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 5; }
        .headerBox .header .navBox .w1400 .nav {
          border-bottom: 2px solid #f1d22d;
          flex: 1;
          background-color: #276328; }
          .headerBox .header .navBox .w1400 .nav ul {
            display: flex; }
            .headerBox .header .navBox .w1400 .nav ul li {
              position: relative; }
              .headerBox .header .navBox .w1400 .nav ul li .tits {
                font-size: 14px;
                line-height: 52px;
                color: #fff;
                text-transform: uppercase;
                margin-right: 32px;
                display: block;
                white-space: nowrap;
                cursor: pointer; }
              .headerBox .header .navBox .w1400 .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: 210px;
                padding: 10px 15px;
                left: 0;
                background: #fff;
                list-style-type: none;
                -webkit-transform: rotateX(-90deg);
                transform: rotateX(-90deg);
                -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
                box-sizing: border-box; }
                .headerBox .header .navBox .w1400 .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 .navBox .w1400 .nav ul li dl dd {
                  background: 0 0;
                  position: relative;
                  text-align: left;
                  border-bottom: 1px solid #e9e9ee;
                  padding: 6px 0; }
                  .headerBox .header .navBox .w1400 .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 .navBox .w1400 .nav ul li dl dd a:hover {
                        color: #e1b26c; } }
              @media (min-width: 1024px) {
                .headerBox .header .navBox .w1400 .nav ul li:hover .tits {
                  color: #f1d22d; }
                .headerBox .header .navBox .w1400 .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 .navBox .w1400 .nav ul li.on .tits {
                color: #f1d22d; }
        .headerBox .header .navBox .w1400 .searchBox {
          width: 240px;
          height: 52px;
          background-color: #276328;
          border-bottom: 2px solid #f1d22d;
          margin-left: 10px;
          display: flex;
          justify-content: center; }
          .headerBox .header .navBox .w1400 .searchBox .text {
            height: 52px;
            border: none;
            background: none;
            width: 150px;
            font-size: 13px;
            color: #fff; }
            .headerBox .header .navBox .w1400 .searchBox .text::-webkit-input-placeholder {
              color: #fff; }
            .headerBox .header .navBox .w1400 .searchBox .text:-moz-placeholder {
              color: #fff; }
            .headerBox .header .navBox .w1400 .searchBox .text::-moz-placeholder {
              color: #fff; }
            .headerBox .header .navBox .w1400 .searchBox .text:-ms-input-placeholder {
              color: #fff; }
          .headerBox .header .navBox .w1400 .searchBox .submit {
            width: 25px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .headerBox .header .navBox .w1400 .searchBox .submit img {
              width: 13px; }
    @media (max-width: 1400px) {
      .headerBox .header .navBox .w1400 .nav ul li .tits {
        margin-right: 20px; } }
    @media (max-width: 1366px) {
      .headerBox .header .navBox .w1400 .nav ul li .tits {
        font-size: 12px; } }
    @media (max-width: 1200px) {
      .headerBox .header .headerTop .w1400 .headerRight {
        margin-left: 20px;
        margin-right: 0; }
      .headerBox .header .navBox .w1400 .nav ul li .tits {
        margin-right: 15px;
        font-size: 12px; } }
    @media (max-width: 1024px) {
      .headerBox .header {
        height: 50px; }
        .headerBox .header .headerTop .w1400 {
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .headerBox .header .headerTop .w1400 .logo {
            width: 136px; }
            .headerBox .header .headerTop .w1400 .logo img {
              width: 100%; }
          .headerBox .header .headerTop .w1400 .headerRight {
            display: none; }
          .headerBox .header .headerTop .w1400 .navClick {
            display: block; }
        .headerBox .header .navBox {
          display: none; }
        .headerBox .header .nav {
          width: 100%;
          position: fixed;
          top: 50px;
          height: calc(100% - 50px);
          background-color: rgba(0, 0, 0, 0.5);
          left: 0;
          display: none; }
          .headerBox .header .nav ul {
            width: 260px;
            box-sizing: border-box;
            height: 100%;
            display: block;
            float: right;
            background-color: #fff;
            padding-top: 20px; }
            .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;
                padding-left: 20px;
                display: block;
                box-sizing: border-box;
                position: relative;
                color: #000 !important;
                background: none !important;
                font-weight: normal;
                text-transform: uppercase; }
              .headerBox .header .nav ul li dl {
                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 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; } }

.index-banner {
  position: relative; }
  .index-banner ul li a {
    width: 100%;
    height: auto;
    display: block;
    position: relative; }
    .index-banner ul li a .con {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      color: #fff;
      text-transform: uppercase; }
      .index-banner ul li a .con .tits {
        font-size: 3.02083vw;
        line-height: 3.64583vw;
        font-weight: 900;
        text-align: center; }
      .index-banner ul li a .con .tit {
        display: flex;
        justify-content: safe right;
        margin-top: 4.42708vw; }
        .index-banner ul li a .con .tit span {
          width: 207px;
          height: 50px;
          background-color: #fedd2e;
          text-align: center;
          display: block;
          font-size: 12px;
          line-height: 50px;
          color: #276328;
          margin-right: 5.10417vw;
          font-weight: bold; }
  .index-banner .btns {
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 0;
    display: flex;
    z-index: 10;
    justify-content: center; }
    .index-banner .btns span {
      width: 20px;
      height: 3px;
      background-color: #fff;
      margin: 0 2px;
      display: block;
      cursor: pointer;
      border-radius: 0;
      opacity: 1;
      transition: all 0.5s; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        width: 42px;
        background-color: #fedd2e; }
  @media (max-width: 1024px) {
    .index-banner ul li a .con .tit {
      justify-content: center; }
      .index-banner ul li a .con .tit span {
        width: 160px;
        height: 40px;
        line-height: 40px; } }
  @media (max-width: 768px) {
    .index-banner ul li a .con .tits {
      font-size: 16px;
      line-height: 24px; }
    .index-banner ul li a .con .tit {
      justify-content: center;
      margin-top: 10px; }
      .index-banner ul li a .con .tit span {
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-size: 10px; } }

.indexMore {
  display: flex;
  width: fit-content;
  background-color: #276328;
  height: 32px;
  border-radius: 16px;
  padding-left: 18px;
  padding-right: 8px;
  font-size: 9px;
  line-height: 32px;
  color: #fedd2e;
  font-weight: bold;
  align-items: center; }
  .indexMore img {
    width: 24px;
    margin-left: 8px; }

@keyframes l-r-move {
  0%,100% {
    transform: translateX(0); }
  25% {
    transform: translateX(10px); }
  50% {
    transform: translateX(20px); }
  75% {
    transform: translateX(10px); } }
@keyframes r-r-move {
  0%,100% {
    transform: translateX(0); }
  25% {
    transform: translateX(-10px); }
  50% {
    transform: translateX(-20px); }
  75% {
    transform: translateX(-10px); } }
@keyframes rotateme {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
.hoverPic a .pic {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden; }
  .hoverPic a .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 1.2s; }
@media (min-width: 1024px) {
  .hoverPic:hover a .pic img {
    transform: scale(1.1); } }

.index {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .index {
      padding-bottom: 25px; } }
  .index .indexTitle {
    display: flex;
    align-items: flex-end;
    font-size: 1.875vw;
    line-height: 1.30208vw;
    color: #020202;
    font-weight: bold;
    text-transform: uppercase; }
    .index .indexTitle .t {
      display: flex;
      align-items: flex-end;
      position: relative; }
      .index .indexTitle .t span {
        width: 54px;
        height: 1px;
        box-sizing: border-box;
        border-bottom: 1px dotted #276328; }
      .index .indexTitle .t img {
        animation: l-r-move 2s linear infinite; }
      .index .indexTitle .t:last-child img {
        animation: r-r-move 2s linear infinite; }
    .index .indexTitle .t1 span {
      color: #276328; }
    @media (max-width: 1024px) {
      .index .indexTitle {
        font-size: 20px;
        line-height: 18px; } }
    @media (max-width: 768px) {
      .index .indexTitle {
        font-size: 18px;
        line-height: 16px; }
        .index .indexTitle .t span {
          width: 20px; } }
  .index .box1 {
    overflow: hidden; }
    .index .box1 .list {
      width: calc(100% - 70px);
      margin: 0 auto;
      padding: 37px 0;
      perspective: 1000px;
      position: relative; }
      .index .box1 .list ul {
        width: 13%;
        height: auto;
        display: flex;
        align-items: center;
        transform-style: preserve-3d;
        position: relative;
        height: 0;
        padding-bottom: 17.9%;
        margin: 0 auto;
        transform-origin: center;
        z-index: 5; }
        .index .box1 .list ul li {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          -webkit-flex-shrink: 0;
          -ms-flex: 0 0 auto;
          flex-shrink: 0;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          transition: all 0.4s;
          transform: rotateY(0) translateX(500%);
          z-index: -1; }
          .index .box1 .list ul li .bg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-position: left top;
            background-repeat: repeat-x;
            background-image: url("../images/index_bg1.png"); }
          .index .box1 .list ul li .tits {
            font-size: 12px;
            line-height: 18px;
            text-align: center;
            color: #fff;
            width: 100%;
            position: absolute;
            top: 35px;
            left: 0;
            text-transform: uppercase; }
          .index .box1 .list ul li:nth-child(1) {
            transform: rotateY(-15deg) translateX(-434%);
            z-index: 3; }
          .index .box1 .list ul li:nth-child(2) {
            transform: rotateY(-15deg) translateX(-326%);
            z-index: 3; }
          .index .box1 .list ul li:nth-child(3) {
            transform: rotateY(-15deg) translateX(-218%);
            z-index: 3; }
          .index .box1 .list ul li:nth-child(4) {
            transform: rotateY(-15deg) translateX(-110%);
            z-index: 3; }
          .index .box1 .list ul li:nth-child(5) {
            transform: rotateY(0) translateX(0);
            z-index: 3; }
          .index .box1 .list ul li:nth-child(6) {
            transform: rotateY(15deg) translateX(110%);
            z-index: 3; }
          .index .box1 .list ul li:nth-child(7) {
            transform: rotateY(15deg) translateX(218%);
            z-index: 3; }
          .index .box1 .list ul li:nth-child(8) {
            transform: rotateY(15deg) translateX(326%);
            z-index: 3; }
          .index .box1 .list ul li:nth-child(9) {
            transform: rotateY(15deg) translateX(434%);
            z-index: 3; }
      .index .box1 .list .a {
        width: 25px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        z-index: 10; }
        .index .box1 .list .a.prev {
          left: -35px; }
        .index .box1 .list .a.next {
          right: -35px; }
      .index .box1 .list .xx {
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 0; }
        .index .box1 .list .xx .line {
          position: relative;
          left: 50%;
          transform: translateX(-50%); }
        .index .box1 .list .xx .sj {
          display: block;
          margin: 2px auto auto; }
    @media (max-width: 1366px) {
      .index .box1 .list ul {
        width: 16.3%;
        padding-bottom: 22.5%; }
        .index .box1 .list ul li:nth-child(1) {
          transform: rotateY(-15deg) translateX(-326%);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(2) {
          transform: rotateY(-15deg) translateX(-218%);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(3) {
          transform: rotateY(-15deg) translateX(-110%);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(4) {
          transform: rotateY(0) translateX(0);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(5) {
          transform: rotateY(15deg) translateX(110%);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(6) {
          transform: rotateY(15deg) translateX(218%);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(7) {
          transform: rotateY(15deg) translateX(326%);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(8) {
          transform: rotateY(0) translateX(500%);
          z-index: -1; }
        .index .box1 .list ul li:nth-child(9) {
          transform: rotateY(0) translateX(500%);
          z-index: -1; } }
    @media (max-width: 1024px) {
      .index .box1 .list ul {
        width: 21.7%;
        padding-bottom: 29.8%; }
        .index .box1 .list ul li:nth-child(1) {
          transform: rotateY(-15deg) translateX(-218%);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(2) {
          transform: rotateY(-15deg) translateX(-110%);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(3) {
          transform: rotateY(0) translateX(0);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(4) {
          transform: rotateY(15deg) translateX(110%);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(5) {
          transform: rotateY(15deg) translateX(218%);
          z-index: 3; }
        .index .box1 .list ul li:nth-child(6) {
          transform: rotateY(0) translateX(500%);
          z-index: -1; }
        .index .box1 .list ul li:nth-child(7) {
          transform: rotateY(0) translateX(500%);
          z-index: -1; }
        .index .box1 .list ul li:nth-child(8) {
          transform: rotateY(0) translateX(500%);
          z-index: -1; }
        .index .box1 .list ul li:nth-child(9) {
          transform: rotateY(0) translateX(500%);
          z-index: -1; } }
    @media (max-width: 768px) {
      .index .box1 .list {
        width: 100%;
        padding: 25px 0; }
        .index .box1 .list ul {
          width: 100%;
          padding-bottom: 0%;
          height: auto;
          flex-wrap: wrap;
          justify-content: space-between; }
          .index .box1 .list ul li {
            width: 32%;
            margin-bottom: 2%;
            position: relative;
            transform: rotateY(0) translateX(0) !important;
            z-index: 1; }
            .index .box1 .list ul li:last-child {
              display: none; }
        .index .box1 .list .a {
          display: none; }
        .index .box1 .list .xx {
          display: none; } }
  .index .box2 {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between; }
    .index .box2 .con {
      width: 52.8%;
      padding-top: 35px; }
      .index .box2 .con .txt {
        font-size: 12px;
        line-height: 20px;
        color: #767676;
        margin-top: 35px; }
      .index .box2 .con .tit {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 58px; }
        .index .box2 .con .tit .t {
          display: flex;
          align-items: flex-start;
          font-size: 14px;
          line-height: 20px;
          color: #767676; }
          .index .box2 .con .tit .t img {
            margin-right: 8px;
            display: block;
            margin-top: 4px; }
      .index .box2 .con .indexMore {
        margin-top: 40px; }
    .index .box2 .picBox {
      width: 42.1%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .index .box2 .picBox .item {
        width: 100%;
        height: calc(50% - 5px);
        display: flex;
        justify-content: space-between; }
        .index .box2 .picBox .item .pic {
          height: 100%;
          position: relative;
          overflow: hidden;
          border-radius: 20px; }
          .index .box2 .picBox .item .pic:nth-child(1) {
            width: calc(63.5% - 5px); }
          .index .box2 .picBox .item .pic:nth-child(2) {
            width: calc(36.5% - 5px); }
          .index .box2 .picBox .item .pic .img {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            object-fit: cover; }
          .index .box2 .picBox .item .pic.pic1 .img {
            width: calc(100% - 4px);
            height: calc(100% - 4px);
            top: 2px;
            left: 2px;
            object-fit: contain; }
            .index .box2 .picBox .item .pic.pic1 .img:nth-child(1) {
              animation-name: rotateme;
              animation-duration: 24s;
              animation-iteration-count: infinite;
              animation-timing-function: linear; }
          .index .box2 .picBox .item .pic.videoClick {
            cursor: pointer; }
            .index .box2 .picBox .item .pic.videoClick .icon {
              width: 70px;
              height: 70px;
              border-radius: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-color: rgba(254, 221, 46, 0.6);
              display: flex;
              align-items: center;
              justify-content: center; }
              .index .box2 .picBox .item .pic.videoClick .icon:after {
                width: 100%;
                height: 100%;
                border-radius: 100%;
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                background-color: rgba(254, 221, 46, 0.6);
                animation: pulse-border 1.5s linear infinite; }
              .index .box2 .picBox .item .pic.videoClick .icon:before {
                width: 100%;
                height: 100%;
                border-radius: 100%;
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                background-color: rgba(254, 221, 46, 0.6);
                animation: pulse-border 1.5s linear infinite 0.3s; }
              .index .box2 .picBox .item .pic.videoClick .icon img {
                position: relative;
                z-index: 5; }
    @media (max-width: 1280px) {
      .index .box2 .con .tit {
        flex-wrap: wrap;
        margin-top: 20px; }
      .index .box2 .con .tit .t {
        margin-bottom: 5px;
        width: 50%;
        font-size: 12px;
        line-height: 16px; } }
    @media (max-width: 1024px) {
      .index .box2 {
        display: block; }
        .index .box2 .con {
          width: 100%;
          padding-top: 0; }
          .index .box2 .con .tit {
            flex-wrap: nowrap; }
        .index .box2 .picBox {
          width: 100%;
          height: 70vw;
          margin-top: 15px; } }
    @media (max-width: 768px) {
      .index .box2 {
        margin: 0 auto; }
        .index .box2 .con .txt {
          margin-top: 15px; }
        .index .box2 .con .tit {
          flex-wrap: wrap; }
        .index .box2 .con .indexMore {
          margin-top: 15px; }
        .index .box2 .picBox .item .pic {
          border-radius: 10px; }
          .index .box2 .picBox .item .pic.videoClick .icon {
            width: 40px;
            height: 40px; } }
  .index .box3 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 50px auto 0; }
    .index .box3 .con {
      width: 50%;
      padding-top: 7px; }
      .index .box3 .con .itemBox .item {
        display: none; }
      .index .box3 .con .tits {
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
        color: #555;
        padding: 0 40px;
        box-sizing: border-box;
        margin-top: 27px; }
      .index .box3 .con .txt {
        font-size: 12px;
        line-height: 20px;
        color: #767676;
        padding: 0 40px;
        box-sizing: border-box;
        margin-top: 15px; }
      .index .box3 .con .list {
        margin-top: 23px;
        position: relative; }
        .index .box3 .con .list .listNew {
          width: calc(100% - 80px);
          margin: 0 auto; }
          .index .box3 .con .list .listNew ul li {
            width: 15.1%;
            float: left;
            margin-right: 1.88%;
            height: 75px;
            position: relative;
            cursor: pointer; }
            .index .box3 .con .list .listNew ul li:last-child {
              margin-right: 0; }
            .index .box3 .con .list .listNew ul li:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              content: '';
              border: 1px solid #797575;
              box-sizing: border-box; }
            .index .box3 .con .list .listNew ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .index .box3 .con .list .listNew ul li.swiper-slide-thumb-active:after {
              border: 2px solid #fedd2e; }
        .index .box3 .con .list .a {
          width: 26px;
          height: 26px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          .index .box3 .con .list .a.prev {
            left: 0; }
          .index .box3 .con .list .a.next {
            right: 0; }
    .index .box3 .pic {
      width: 45.7%;
      height: auto;
      position: relative;
      border: 1px solid #797575;
      box-sizing: border-box; }
      .index .box3 .pic img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    @media (max-width: 1200px) {
      .index .box3 .con .list .listNew ul li {
        width: 18.5%; } }
    @media (max-width: 1024px) {
      .index .box3 {
        display: block; }
        .index .box3 .con {
          width: 100%; }
        .index .box3 .pic {
          height: 60vw;
          width: 100%;
          margin-top: 15px; } }
    @media (max-width: 768px) {
      .index .box3 .con .tits {
        padding: 0;
        margin-top: 15px;
        font-size: 15px;
        line-height: 17px; }
      .index .box3 .con .txt {
        padding: 0; }
      .index .box3 .con .list .listNew {
        width: calc(100% - 50px); }
        .index .box3 .con .list .listNew ul li {
          width: 32%;
          margin-right: 2%; } }
  .index .title {
    text-align: center;
    font-size: 1.875vw;
    line-height: 1.875vw;
    color: #000;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .index .title {
        font-size: 20px;
        line-height: 18px; } }
  .index .box4 {
    padding-top: 45px; }
    .index .box4 .content {
      width: 100%;
      height: 464px;
      margin-top: 30px; }
      .index .box4 .content .list {
        background-color: #eee;
        height: 100%; }
        .index .box4 .content .list ul {
          display: flex;
          width: 100%;
          height: 100%;
          justify-content: space-evenly; }
          .index .box4 .content .list ul li {
            width: 9.6%;
            overflow: hidden;
            position: relative;
            background-color: #000;
            transition: width 0.8s; }
            .index .box4 .content .list ul li:last-child {
              margin-right: 0; }
            .index .box4 .content .list ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              object-fit: cover;
              top: 0;
              left: 0;
              opacity: 0.8; }
            .index .box4 .content .list ul li .bg {
              width: 100%;
              height: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              background-size: auto 100%;
              background-position: center bottom;
              background-repeat: repeat-x;
              background-image: url("../images/index_bg3.png"); }
            .index .box4 .content .list ul li .tits {
              font-size: 16px;
              line-height: 30px;
              color: #fff;
              font-weight: 900;
              transform: rotate(-90deg);
              position: absolute;
              bottom: 0;
              left: 50%;
              width: 275px;
              transform-origin: 0 0;
              margin-left: -15px;
              transition: all 0.3s; }
              .index .box4 .content .list ul li .tits span {
                width: 15px;
                height: 15px;
                margin-right: 10px;
                background-color: #fedd2e;
                display: inline-block; }
            .index .box4 .content .list ul li .con {
              position: absolute;
              width: 600px;
              max-width: 92%;
              left: 50%;
              transform: translate(-50%, 90px);
              bottom: 40px;
              color: #fff;
              opacity: 0; }
              .index .box4 .content .list ul li .con .icon {
                width: 5.72917vw;
                height: 5.72917vw;
                background-size: cover;
                background-image: url("../images/video.png");
                background-size: cover;
                margin: 0 auto; }
              .index .box4 .content .list ul li .con .t {
                font-size: 1.5625vw;
                line-height: 2.03125vw;
                font-weight: 900;
                margin-top: 1.5625vw; }
              .index .box4 .content .list ul li .con .time {
                font-size: 14px;
                line-height: 16px;
                padding-left: 32px;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/time.png");
                margin-top: 17px; }
              .index .box4 .content .list ul li .con .more {
                width: 170px;
                height: 35px;
                background-color: #367838;
                font-size: 12px;
                font-weight: bold;
                line-height: 35px;
                text-align: center;
                color: #fedd2e;
                margin-top: 18px; }
            .index .box4 .content .list ul li a {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 10; }
            .index .box4 .content .list ul li.on {
              width: 58.6%; }
              .index .box4 .content .list ul li.on img {
                opacity: 1; }
              .index .box4 .content .list ul li.on .bg {
                opacity: 0.75; }
              .index .box4 .content .list ul li.on .tits {
                opacity: 0; }
              .index .box4 .content .list ul li.on .con {
                transform: translate(-50%, 0);
                opacity: 1;
                transition: all 0.3s 0.5s; }
    @media (max-width: 1024px) {
      .index .box4 .content {
        height: 320px; }
        .index .box4 .content .list ul li {
          cursor: pointer; }
          .index .box4 .content .list ul li a {
            display: none; }
          .index .box4 .content .list ul li.on {
            display: block; } }
    @media (max-width: 768px) {
      .index .box4 {
        padding-top: 25px; }
        .index .box4 .content {
          margin-top: 20px;
          height: 85vw; }
          .index .box4 .content .list ul li {
            display: none;
            width: 100% !important; }
            .index .box4 .content .list ul li:nth-child(1) {
              display: block; }
            .index .box4 .content .list ul li .con .icon {
              width: 46px;
              height: 46px; }
            .index .box4 .content .list ul li .con .t {
              font-size: 16px;
              line-height: 20px;
              margin-top: 10px; }
            .index .box4 .content .list ul li .con .time {
              padding-left: 24px;
              font-size: 12px; }
            .index .box4 .content .list ul li .con .more {
              width: 140px; } }
  .index .box5 {
    margin: 50px auto 0; }
    .index .box5 .list {
      position: relative; }
      .index .box5 .list ul li a {
        width: 100%;
        height: auto;
        padding: 32px 0;
        display: block;
        position: relative; }
        .index .box5 .list ul li a:before {
          width: 70.9%;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          content: '';
          background-color: #f5f5f7; }
        .index .box5 .list ul li a .pic {
          float: left;
          width: 45.1%;
          height: 355px;
          position: relative;
          box-shadow: 2.5px 4.33px 5px 0px rgba(1, 23, 1, 0.27);
          overflow: hidden;
          position: relative;
          z-index: 5;
          overflow: hidden; }
          .index .box5 .list ul li a .pic img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            top: 0;
            left: 0;
            transition: all 1.2s; }
        .index .box5 .list ul li a .con {
          width: 45.7%;
          float: right;
          margin-right: 3.4%;
          position: relative;
          z-index: 5; }
          .index .box5 .list ul li a .con .tits {
            display: flex;
            align-items: flex-end; }
            .index .box5 .list ul li a .con .tits .t {
              font-size: 1.875vw;
              line-height: 1.875vw;
              color: #000;
              font-weight: bold;
              text-transform: uppercase; }
              .index .box5 .list ul li a .con .tits .t span {
                color: #276328; }
            .index .box5 .list ul li a .con .tits .t1 {
              font-size: 14px;
              line-height: 16px;
              color: #555;
              margin-left: 25px; }
          .index .box5 .list ul li a .con .line {
            width: calc(100% + 30px);
            margin-left: -30px;
            height: 1px;
            background-color: #367838;
            margin-top: 20px; }
          .index .box5 .list ul li a .con .tit {
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            color: #010101;
            margin-top: 30px; }
          .index .box5 .list ul li a .con .time {
            padding-left: 32px;
            background-position: left center;
            font-size: 14px;
            line-height: 16px;
            color: #555;
            background-image: url("../images/date.png");
            background-repeat: no-repeat;
            margin-top: 18px; }
          .index .box5 .list ul li a .con .tit1 {
            font-size: 12px;
            line-height: 20px;
            color: #555;
            -webkit-line-clamp: 7;
            height: 140px;
            margin-top: 15px; }
          .index .box5 .list ul li a .con .tit2 {
            display: flex;
            flex-direction: row-reverse;
            margin-top: 30px; }
      @media (min-width: 1024px) {
        .index .box5 .list ul li:hover a .pic img {
          transform: scale(1.1); } }
      .index .box5 .list .btns {
        width: 43.5%;
        bottom: 46px;
        z-index: 10;
        display: flex;
        justify-content: safe right;
        position: absolute;
        left: 0; }
        .index .box5 .list .btns span {
          width: 20px;
          height: 3px;
          opacity: 1;
          background-color: #b2b2b2;
          display: block;
          margin-left: 4px;
          border-radius: 0;
          cursor: pointer;
          transition: all 0.3s; }
          .index .box5 .list .btns span.swiper-pagination-bullet-active {
            width: 42px;
            background-color: #fedd2e; }
    @media (max-width: 1024px) {
      .index .box5 .list ul li a .con .tits .t {
        font-size: 20px;
        line-height: 20px; }
      .index .box5 .list ul li a .con .tits .t1 {
        font-size: 12px;
        line-height: 14px;
        margin-left: 10px; } }
    @media (max-width: 768px) {
      .index .box5 {
        margin: 25px auto 0; }
        .index .box5 .list ul li a {
          padding: 0;
          background-color: #f5f5f7; }
          .index .box5 .list ul li a .pic {
            width: 100%;
            height: 55vw;
            float: none; }
          .index .box5 .list ul li a .con {
            width: 100%;
            float: none;
            margin-right: 0;
            padding: 15px 15px 30px;
            box-sizing: border-box; }
            .index .box5 .list ul li a .con .tits {
              display: block; }
              .index .box5 .list ul li a .con .tits .t1 {
                margin-left: 0;
                margin-top: 5px; }
            .index .box5 .list ul li a .con .line {
              width: 100%;
              margin-left: 0;
              margin-top: 10px; }
            .index .box5 .list ul li a .con .tit {
              margin-top: 15px; }
            .index .box5 .list ul li a .con .time {
              font-size: 12px;
              padding-left: 24px;
              margin-top: 10px; }
            .index .box5 .list ul li a .con .tit1 {
              -webkit-line-clamp: 3;
              height: 60px; }
            .index .box5 .list ul li a .con .tit2 {
              flex-direction: row;
              margin-top: 20px; }
        .index .box5 .list .btns {
          width: 100%;
          justify-content: center;
          bottom: 15px; } }
  .index .box6 {
    margin: 45px auto 0; }
    .index .box6 .itemBox {
      display: flex;
      justify-content: space-between;
      margin-top: 30px; }
      .index .box6 .itemBox .item {
        width: 23.6%;
        background-color: #f7f7f7;
        border-radius: 10px;
        overflow: hidden; }
        .index .box6 .itemBox .item a {
          width: 100%;
          display: block; }
          .index .box6 .itemBox .item a .pic {
            padding-bottom: 75%; }
          .index .box6 .itemBox .item a .con {
            padding: 22px 27px 15px;
            box-sizing: border-box; }
            .index .box6 .itemBox .item a .con .tits {
              font-size: 16px;
              line-height: 19px;
              color: #010101;
              font-weight: bold; }
            .index .box6 .itemBox .item a .con .time {
              padding-left: 26px;
              font-size: 12px;
              line-height: 20px;
              color: #555;
              font-weight: bold;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/date.png");
              margin-top: 8px; }
            .index .box6 .itemBox .item a .con .tit {
              font-size: 12px;
              line-height: 20px;
              color: #555;
              margin-top: 6px; }
            .index .box6 .itemBox .item a .con .tit1 {
              display: flex;
              justify-content: safe right;
              margin-top: 3px; }
              .index .box6 .itemBox .item a .con .tit1 img {
                width: 15px;
                height: 15px;
                border-radius: 100%;
                background-color: #000; }
        @media (min-width: 1024px) {
          .index .box6 .itemBox .item:hover {
            box-shadow: 7.986px 6.018px 12.74px 0.26px rgba(48, 54, 46, 0.28); }
            .index .box6 .itemBox .item:hover a .con .tits {
              color: #276328; }
            .index .box6 .itemBox .item:hover a .con .time {
              color: #276328;
              background-image: url("../images/date_h.png"); }
            .index .box6 .itemBox .item:hover a .con .tit {
              color: #276328; }
            .index .box6 .itemBox .item:hover a .con .tit1 img {
              background-color: #276328; } }
    @media (max-width: 1024px) {
      .index .box6 .itemBox .item {
        width: 32%; }
        .index .box6 .itemBox .item:last-child {
          display: none; } }
    @media (max-width: 768px) {
      .index .box6 {
        margin: 25px auto 0; }
        .index .box6 .itemBox {
          margin-top: 15px; }
          .index .box6 .itemBox .item {
            width: 100%;
            display: none; }
            .index .box6 .itemBox .item:nth-child(1) {
              display: block; }
            .index .box6 .itemBox .item a .con {
              padding: 15px 10px; } }
  .index .box7 {
    margin: 45px auto 0; }
    .index .box7 .content {
      display: flex;
      width: 100%;
      margin-top: 30px;
      justify-content: space-between; }
      .index .box7 .content .conLeft {
        width: 46.3%;
        background-color: #f1f1f1;
        border-radius: 20px; }
        .index .box7 .content .conLeft a {
          width: 100%;
          display: block; }
          .index .box7 .content .conLeft a .pic {
            height: 336px;
            border-radius: 20px;
            box-shadow: 0.829px 0.559px 6.86px 0.14px rgba(50, 52, 50, 0.63); }
          .index .box7 .content .conLeft a .con {
            width: 100%;
            box-sizing: border-box;
            padding: 28px 44px 18px; }
            .index .box7 .content .conLeft a .con .tits {
              font-size: 16px;
              line-height: 18px;
              color: #010101;
              font-weight: bold; }
            .index .box7 .content .conLeft a .con .tit {
              display: flex;
              justify-content: safe right;
              margin-top: 17px; }
        @media (min-width: 1024px) {
          .index .box7 .content .conLeft:hover a .con .tits {
            color: #276328; } }
      .index .box7 .content .conRight {
        width: 52.1%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .index .box7 .content .conRight .item {
          width: 100%;
          height: calc(50% - 3.5px);
          background-color: #f1f1f1;
          border-radius: 10px; }
          .index .box7 .content .conRight .item a {
            border-radius: 10px;
            width: 100%;
            display: block;
            height: 100%;
            display: flex;
            align-items: flex-start; }
            .index .box7 .content .conRight .item a .pic {
              width: 48.9%;
              height: 100%;
              border-radius: 10px; }
            .index .box7 .content .conRight .item a .con {
              padding: 40px 28px 0 23px;
              flex: 1;
              box-sizing: border-box; }
              .index .box7 .content .conRight .item a .con .tits {
                font-size: 16px;
                line-height: 20px;
                font-weight: bold;
                color: #010101; }
              .index .box7 .content .conRight .item a .con .tit {
                font-size: 12px;
                line-height: 20px;
                color: #555;
                margin-top: 15px; }
              .index .box7 .content .conRight .item a .con .tit1 {
                display: flex;
                justify-content: safe right;
                margin-top: 11px; }
          @media (min-width: 1024px) {
            .index .box7 .content .conRight .item:hover {
              box-shadow: 0.829px 0.559px 6.86px 0.14px rgba(50, 52, 50, 0.63); }
              .index .box7 .content .conRight .item:hover a .con .tits {
                color: #276328; }
              .index .box7 .content .conRight .item:hover a .con .tit {
                color: #276328; } }
    @media (max-width: 1024px) {
      .index .box7 .content .conLeft a .con {
        padding: 15px 10px; }
      .index .box7 .content .conLeft a .pic {
        height: 260px;
        border-radius: 15px; }
      .index .box7 .content .conRight .item a .con {
        padding: 15px 15px 0 15px; }
        .index .box7 .content .conRight .item a .con .tit {
          margin-top: 10px; } }
    @media (max-width: 768px) {
      .index .box7 {
        margin: 25px auto 0; }
        .index .box7 .content {
          margin-top: 15px;
          display: block; }
          .index .box7 .content .conLeft {
            width: 100%; }
            .index .box7 .content .conLeft a .pic {
              box-shadow: none; }
          .index .box7 .content .conRight {
            display: none; } }
  .index .box8 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 45px auto 0; }
    .index .box8 a {
      width: 10.6%;
      height: 42px;
      background-color: #f1f1f0;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px; }
      .index .box8 a img {
        max-width: 60%;
        max-height: 60%; }
    @media (max-width: 1200px) {
      .index .box8 a {
        width: 15.6%; } }
    @media (max-width: 768px) {
      .index .box8 {
        margin: 25px auto 0; }
        .index .box8 a {
          width: 32%;
          margin-bottom: 2%; } }

.footer .footerNew {
  width: 100%;
  height: auto;
  padding-top: 48px;
  padding-bottom: 35px;
  background-image: url("../images/footer_bg.jpg"); }
  .footer .footerNew .footerLeft {
    width: 24.6%;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin-left: 3.8%; }
    .footer .footerNew .footerLeft .logo {
      height: 50px;
      display: block;
      width: 100%; }
      .footer .footerNew .footerLeft .logo img {
        height: 100%; }
    .footer .footerNew .footerLeft .tits {
      font-size: 14px;
      line-height: 25px;
      font-weight: bold;
      color: #192437;
      margin-top: 22px;
      padding-bottom: 15px;
      text-transform: uppercase; }
    .footer .footerNew .footerLeft .tit {
      font-size: 14px;
      line-height: 18px;
      color: #192437;
      margin-top: 10px; }
      .footer .footerNew .footerLeft .tit .t {
        box-sizing: border-box;
        position: relative;
        padding: 9px 0 9px 30px; }
        .footer .footerNew .footerLeft .tit .t img {
          position: absolute;
          left: 0;
          top: 7px; }
        .footer .footerNew .footerLeft .tit .t a {
          color: #121212; }
          @media (min-width: 1024px) {
            .footer .footerNew .footerLeft .tit .t a:hover {
              color: #e1b26c; } }
  .footer .footerNew .nav {
    width: 31.8%;
    margin-left: 3.125vw;
    float: left; }
    .footer .footerNew .nav dl {
      width: 44.7%;
      float: left; }
      .footer .footerNew .nav dl dt {
        width: 80%;
        font-size: 20px;
        line-height: 22px;
        color: #000;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        margin-bottom: 3px; }
      .footer .footerNew .nav dl dd {
        font-size: 12px;
        line-height: 35px; }
        .footer .footerNew .nav dl dd a {
          color: #000;
          display: block; }
          @media (min-width: 1024px) {
            .footer .footerNew .nav dl dd a:hover {
              color: #276328; } }
      .footer .footerNew .nav dl:nth-child(2) {
        float: right;
        width: 50%; }
        .footer .footerNew .nav dl:nth-child(2) dd a {
          width: 50%;
          float: left; }
  .footer .footerNew .footerRight {
    width: 32.6%;
    top: 76px;
    position: absolute;
    right: 0;
    z-index: 5; }
    .footer .footerNew .footerRight .logoBox {
      justify-content: center;
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .footer .footerNew .footerRight .logoBox a {
        width: 31.9%;
        margin-right: 2.15%;
        display: block;
        margin-bottom: 28px; }
        .footer .footerNew .footerRight .logoBox a:nth-child(3) {
          margin-right: 0; }
    .footer .footerNew .footerRight .share {
      display: flex;
      justify-content: center;
      margin-top: 14px; }
      .footer .footerNew .footerRight .share a {
        width: 42px;
        display: block;
        margin: 0 15px; }
.footer .foot {
  width: 100%;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: #adacac;
  text-transform: uppercase; }
  .footer .foot a {
    color: #fff; }
@media (max-width: 1200px) {
  .footer .footerNew .footerLeft {
    margin-left: 0;
    width: 28.4%; }
    .footer .footerNew .footerLeft .logo {
      height: 40px; } }
@media (max-width: 1024px) {
  .footer .footerNew .footerLeft {
    width: 355px; }
  .footer .footerNew .nav {
    display: none; }
  .footer .footerNew .footerRight {
    width: 50%;
    margin-left: 0; } }
@media (max-width: 768px) {
  .footer .footerNew {
    padding-top: 20px;
    padding-bottom: 20px; }
    .footer .footerNew .footerLeft {
      width: 100%;
      float: none; }
      .footer .footerNew .footerLeft .logo {
        height: 26px; }
      .footer .footerNew .footerLeft .tits {
        padding-bottom: 10px;
        margin-top: 10px; }
    .footer .footerNew .footerRight {
      width: 100%;
      position: relative;
      margin-top: 15px;
      top: auto; }
  .footer .footerNew .footerRight .logoBox a {
    margin-bottom: 10px; }
  .footer .footerNew .footerRight .share {
    margin-top: 0; }
    .footer .footerNew .footerRight .share a {
      width: 30px; }
  .footer .foot {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    height: auto; }
    .footer .foot a {
      display: block; } }

.mt146 {
  margin-top: 146px; }

.homeBox {
  background-color: #f5f5f5; }
  .homeBox .w1400 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 42px;
    color: #4b4c4b;
    text-transform: uppercase; }
    .homeBox .w1400 img {
      width: 19px;
      margin-right: 12px; }
    .homeBox .w1400 a {
      color: #4b4c4b; }
      @media (min-width: 1024px) {
        .homeBox .w1400 a:hover {
          color: #276328; } }
    .homeBox .w1400 span {
      margin: 0 5px; }

.serviceLeft {
  float: left;
  width: 327px; }
  .serviceLeft .item {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #276328; }
    .serviceLeft .item .tits {
      display: flex;
      align-items: center;
      font-size: 22px;
      line-height: 66px;
      color: #fff;
      background-color: #276328;
      font-weight: bold;
      position: relative; }
      .serviceLeft .item .tits .img {
        position: absolute;
        top: -3px;
        right: -3px; }
      .serviceLeft .item .tits .icon {
        width: 26px;
        margin-right: 20px;
        margin-left: 24px; }
    .serviceLeft .item .tit a {
      width: 100%;
      display: flex;
      font-size: 16px;
      padding-left: 64px;
      line-height: 52px;
      border-bottom: 2px solid #8cac8c;
      box-sizing: border-box;
      background-position: 24px center;
      background-repeat: no-repeat;
      color: #666;
      justify-content: space-between;
      align-items: center;
      transition: all 0.5s; }
      .serviceLeft .item .tit a img {
        width: 10px;
        margin-right: 27px;
        display: none; }
      .serviceLeft .item .tit a:nth-child(1) {
        background-image: url("../images/service_icon2.png"); }
      .serviceLeft .item .tit a:nth-child(2) {
        background-image: url("../images/service_icon3.png"); }
      .serviceLeft .item .tit a:nth-child(3) {
        background-image: url("../images/service_icon4.png"); }
      .serviceLeft .item .tit a:nth-child(4) {
        background-image: url("../images/service_icon5.png");
        border-bottom: none; }
      .serviceLeft .item .tit a.on {
        background-color: #ffe34e;
        color: #276328; }
        .serviceLeft .item .tit a.on img {
          display: block; }
        .serviceLeft .item .tit a.on:nth-child(1) {
          background-image: url("../images/service_icon2_h.png"); }
        .serviceLeft .item .tit a.on:nth-child(2) {
          background-image: url("../images/service_icon3_h.png"); }
        .serviceLeft .item .tit a.on:nth-child(3) {
          background-image: url("../images/service_icon4_h.png"); }
        .serviceLeft .item .tit a.on:nth-child(4) {
          background-image: url("../images/service_icon5_h.png");
          border-bottom: none; }
      @media (min-width: 1024px) {
        .serviceLeft .item .tit a:hover {
          background-color: #ffe34e;
          color: #276328; }
          .serviceLeft .item .tit a:hover img {
            display: block; }
          .serviceLeft .item .tit a:hover:nth-child(1) {
            background-image: url("../images/service_icon2_h.png"); }
          .serviceLeft .item .tit a:hover:nth-child(2) {
            background-image: url("../images/service_icon3_h.png"); }
          .serviceLeft .item .tit a:hover:nth-child(3) {
            background-image: url("../images/service_icon4_h.png"); }
          .serviceLeft .item .tit a:hover:nth-child(4) {
            background-image: url("../images/service_icon5_h.png");
            border-bottom: none; } }
  .serviceLeft .item1 {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #276328;
    margin-top: 13px;
    padding: 30px 24px 50px; }
    .serviceLeft .item1 .tits {
      font-size: 16px;
      line-height: 18px;
      font-weight: bold;
      color: #000; }
    .serviceLeft .item1 .tit {
      font-size: 14px;
      line-height: 19px;
      color: #000;
      margin-top: 25px; }
    .serviceLeft .item1 a {
      width: fit-content;
      padding: 0 38px;
      font-size: 14px;
      font-weight: bold;
      color: #000;
      line-height: 40px;
      background-color: #f1d22d;
      display: block;
      margin-top: 35px;
      transition: all 0.5s; }
      @media (min-width: 1024px) {
        .serviceLeft .item1 a:hover {
          background-color: #276328;
          color: #fff; } }
  @media (max-width: 1200px) {
    .serviceLeft {
      width: 300px; }
      .serviceLeft .item .tits {
        font-size: 18px;
        line-height: 50px; }
        .serviceLeft .item .tits .icon {
          width: 20px;
          margin: 0 15px; }
      .serviceLeft .item .tit a {
        font-size: 15px;
        line-height: 46px;
        padding-left: 50px;
        background-size: 20px;
        background-position: 15px center; }
      .serviceLeft .item1 {
        padding: 20px 15px 30px; } }
  @media (max-width: 1024px) {
    .serviceLeft {
      display: none; } }

.serviceTitle {
  border-bottom: 2px solid #276328;
  display: flex;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
  color: #276328;
  justify-content: center;
  position: relative; }
  .serviceTitle:after {
    width: 6px;
    height: 9px;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/service_left.png"); }
  .serviceTitle:before {
    width: 6px;
    height: 9px;
    position: absolute;
    right: 0;
    bottom: -5px;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/service_right.png"); }
  .serviceTitle span {
    border-bottom: 8px solid #276328;
    min-width: 216px;
    text-align: center;
    display: block;
    padding: 0 16px 8px;
    position: relative; }
    .serviceTitle span:after {
      width: 30px;
      height: 8px;
      position: absolute;
      left: -30px;
      bottom: -8px;
      content: '';
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/service_img1.png"); }
    .serviceTitle span:before {
      width: 30px;
      height: 8px;
      position: absolute;
      right: -30px;
      bottom: -8px;
      content: '';
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/service_img2.png"); }
  @media (max-width: 1200px) {
    .serviceTitle {
      font-size: 20px;
      line-height: 24px; }
      .serviceTitle span {
        padding: 0 12px 8px; } }
  @media (max-width: 768px) {
    .serviceTitle span {
      min-width: 120px;
      padding: 0 10px 4px;
      border-width: 4px; }
      .serviceTitle span:after {
        height: 4px;
        width: 15px;
        left: -15px;
        bottom: -4px; }
      .serviceTitle span:before {
        right: -15px;
        height: 4px;
        width: 15px;
        bottom: -4px; } }

.service {
  padding-top: 42px;
  padding-bottom: 70px; }
  .service .serviceRight {
    width: calc(100% - 80px - 327px);
    float: right; }
    .service .serviceRight .picBox {
      margin-top: 22px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .service .serviceRight .picBox .pic {
        margin-right: 10px;
        flex: 1;
        height: 150px;
        position: relative;
        overflow: hidden;
        border-radius: 10px; }
        .service .serviceRight .picBox .pic:last-child {
          margin-right: 0; }
        .service .serviceRight .picBox .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
    .service .serviceRight .con {
      font-size: 14px;
      line-height: 20px;
      color: #000;
      margin-top: 40px; }
      .service .serviceRight .con img {
        display: block;
        max-width: 90%;
        margin: 0 auto; }
    .service .serviceRight .parts {
      margin-top: 30px; }
      .service .serviceRight .parts .box1 {
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        padding-top: 37px;
        padding-bottom: 42px; }
        .service .serviceRight .parts .box1 .tits {
          font-size: 24px;
          line-height: 36px;
          font-weight: bold;
          color: #ffe34e;
          background-image: url("../images/parts_bg1.png");
          box-sizing: border-box;
          width: 100%;
          background-size: cover;
          padding: 9px 0 9px 25px; }
        .service .serviceRight .parts .box1 .tit {
          font-size: 12px;
          line-height: 18px;
          width: 480px;
          max-width: 80%;
          margin-left: 25px;
          color: #fff;
          margin-top: 20px; }
      .service .serviceRight .parts .box2 {
        margin-top: 36px;
        background-color: #f9f9f9;
        padding: 0 40px 70px; }
        .service .serviceRight .parts .box2 .item {
          border-bottom: 1px solid #276328;
          width: 100%;
          box-sizing: border-box;
          display: flex;
          padding: 35px 0 20px 13px;
          margin-bottom: 5px; }
          .service .serviceRight .parts .box2 .item .conn {
            width: 240px;
            color: #000; }
            .service .serviceRight .parts .box2 .item .conn .tits {
              font-size: 16px;
              line-height: 19px;
              font-weight: bold; }
            .service .serviceRight .parts .box2 .item .conn .tit {
              font-size: 12px;
              line-height: 19px;
              margin-top: 12px; }
          .service .serviceRight .parts .box2 .item .pic {
            flex: 1;
            margin-left: 25px;
            display: flex;
            justify-content: space-between; }
            .service .serviceRight .parts .box2 .item .pic .img {
              margin-right: 0.78125vw; }
              .service .serviceRight .parts .box2 .item .pic .img:last-child {
                margin-right: 0; }
              .service .serviceRight .parts .box2 .item .pic .img img {
                border-radius: 5px;
                box-shadow: 0.5px 0.866px 5px 0px rgba(183, 183, 183, 0.39); }
    .service .serviceRight .installation {
      margin-top: 24px; }
      .service .serviceRight .installation .pic {
        width: 46.4%;
        float: left; }
      .service .serviceRight .installation .conn {
        width: 48.3%;
        margin-right: 2%;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        float: right;
        padding-top: 20px; }
  @media (max-width: 1200px) {
    .service .serviceRight {
      width: calc(100% - 300px - 30px); } }
  @media (max-width: 1024px) {
    .service .serviceRight {
      width: 100%;
      float: none; }
    .service .serviceRight .parts .box1 .tits {
      font-size: 20px;
      line-height: 28px; }
    .service .serviceRight .parts .box2 {
      margin-top: 25px;
      padding: 0 20px 35px; } }
  @media (max-width: 768px) {
    .service {
      padding-top: 20px;
      padding-bottom: 35px; }
      .service .serviceRight .con {
        margin-top: 20px; }
      .service .serviceRight .parts .box1 .tits {
        font-size: 16px;
        line-height: 20px;
        padding: 7px 0 7px 10px; }
      .service .serviceRight .parts .box1 .tit {
        margin-top: 10px;
        margin-left: 10px; }
      .service .serviceRight .parts .box2 {
        margin-top: 15px;
        padding: 0 10px 25px; }
        .service .serviceRight .parts .box2 .item {
          padding: 15px 0 10px 10px;
          display: block; }
          .service .serviceRight .parts .box2 .item .conn {
            width: 100%; }
          .service .serviceRight .parts .box2 .item .pic {
            width: 100%;
            margin-left: 0;
            margin-top: 10px; }
      .service .serviceRight .picBox {
        flex-wrap: wrap; }
        .service .serviceRight .picBox .pic {
          width: 49%;
          margin-right: 0;
          flex: inherit;
          padding-bottom: 40%;
          margin-bottom: 2%;
          height: 0; }
      .service .serviceRight .installation .pic {
        width: 100%;
        float: none; }
      .service .serviceRight .installation .conn {
        width: 100%;
        padding-top: 15px;
        float: none; } }

.contact {
  margin: 38px auto 70px; }
  .contact .box1 .conLeft {
    width: 63.9%;
    float: left; }
    .contact .box1 .conLeft .tits {
      font-size: 24px;
      line-height: 26px;
      color: #000;
      font-weight: bold; }
    .contact .box1 .conLeft .tit {
      font-size: 12px;
      line-height: 17px;
      color: #6c6c6c;
      margin-top: 12px; }
    .contact .box1 .conLeft .tableBox {
      margin-top: 42px; }
      .contact .box1 .conLeft .tableBox .t {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 24px; }
        .contact .box1 .conLeft .tableBox .t .ttt {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 6px; }
        .contact .box1 .conLeft .tableBox .t .text {
          width: 100%;
          height: 45px;
          background-color: #f8f8f8;
          font-size: 12px;
          color: #666;
          box-sizing: border-box;
          padding-left: 20px;
          border: none; }
        .contact .box1 .conLeft .tableBox .t .tt {
          width: 47.8%; }
        .contact .box1 .conLeft .tableBox .t .tt1 {
          width: 100%; }
          .contact .box1 .conLeft .tableBox .t .tt1 .txt {
            width: 100%;
            padding: 10px 20px;
            box-sizing: border-box;
            border: none;
            background-color: #f8f8f8;
            font-size: 12px;
            color: #666;
            line-height: 20px;
            height: 182px; }
      .contact .box1 .conLeft .tableBox .submit {
        width: 164px;
        height: 42px;
        border: 1px solid #4b4c4b;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        color: #4b4c4b;
        display: block;
        transition: all 0.3s; }
        @media (min-width: 1024px) {
          .contact .box1 .conLeft .tableBox .submit:hover {
            background-color: #276328;
            color: #fff;
            border-color: #276328; } }
  .contact .box1 .conRight {
    width: 31%;
    float: right; }
    .contact .box1 .conRight .tits {
      font-size: 24px;
      line-height: 26px;
      color: #000;
      font-weight: bold; }
    .contact .box1 .conRight .tit {
      font-size: 12px;
      line-height: 17px;
      color: #6c6c6c;
      margin-top: 12px; }
    .contact .box1 .conRight .tit1 {
      font-size: 16px;
      line-height: 18px;
      color: #000;
      margin-top: 40px; }
    .contact .box1 .conRight .item {
      background-color: #f8f8f8;
      padding: 28px 30px 40px;
      margin-top: 6px; }
      .contact .box1 .conRight .item .t {
        font-size: 14px;
        line-height: 18px;
        color: #44423e; }
      .contact .box1 .conRight .item .t1 {
        margin-top: 45px; }
        .contact .box1 .conRight .item .t1 .tt {
          display: flex;
          align-items: flex-start;
          margin-bottom: 27px; }
          .contact .box1 .conRight .item .t1 .tt:last-child {
            margin-bottom: 0; }
          .contact .box1 .conRight .item .t1 .tt img {
            width: 16px;
            margin-right: 3px;
            height: 16px; }
          .contact .box1 .conRight .item .t1 .tt .ttt .ttt1 {
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            color: #000; }
          .contact .box1 .conRight .item .t1 .tt .ttt .ttt2 {
            font-size: 14px;
            line-height: 18px;
            color: #44423e;
            margin-top: 8px; }
          .contact .box1 .conRight .item .t1 .tt:nth-child(1) .ttt .ttt2 {
            height: 54px; }
  .contact .map {
    width: 100%;
    height: 318px;
    margin-top: 38px; }
  @media (max-width: 1200px) {
    .contact .box1 .conLeft .tits {
      font-size: 20px;
      line-height: 22px; }
    .contact .box1 .conRight .tits {
      font-size: 20px;
      line-height: 22px; }
    .contact .box1 .conRight {
      width: 33%; } }
  @media (max-width: 960px) {
    .contact .box1 .conLeft {
      width: 100%;
      float: none; }
    .contact .box1 .conRight {
      width: 100%;
      float: none;
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .contact {
      margin: 25px auto 35px; }
      .contact .box1 .conLeft .tableBox {
        margin-top: 20px; }
        .contact .box1 .conLeft .tableBox .t {
          display: block;
          flex-wrap: wrap;
          margin-bottom: 0; }
          .contact .box1 .conLeft .tableBox .t .tt {
            margin-bottom: 10px;
            width: 100%; }
        .contact .box1 .conLeft .tableBox .submit {
          margin-top: 20px; }
      .contact .box1 .conRight .tit1 {
        margin-top: 15px; }
      .contact .box1 .conRight .item {
        padding: 15px 10px 20px; }
        .contact .box1 .conRight .item .t1 {
          margin-top: 15px; }
      .contact .map {
        margin-top: 25px; } }

.amap-controls, .amap-logo, .amap-copyright {
  display: none !important; }

.team {
  padding-top: 42px;
  padding-bottom: 84px; }
  .team ul {
    padding-bottom: 60px; }
    .team ul li {
      width: 19.1%;
      float: left;
      margin-right: 1.125%;
      margin-bottom: 27px;
      position: relative; }
      .team ul li:nth-child(5n) {
        margin-right: 0; }
      .team ul li .a {
        border: 1px solid #b4c9b4;
        width: 100%;
        box-sizing: border-box;
        padding: 4px;
        display: block;
        position: relative; }
        .team ul li .a:after {
          width: 50%;
          height: calc(50% - 1px);
          background-color: #f1d22d;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          transition: all 0.3s; }
        .team ul li .a:before {
          width: 50%;
          height: calc(50% - 1px);
          background-color: #f1d22d;
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          opacity: 0;
          transition: all 0.3s; }
        .team ul li .a .pic {
          padding-bottom: 105.5%;
          position: relative;
          z-index: 10; }
        .team ul li .a .con {
          width: 100%;
          box-sizing: border-box;
          border: 1px solid #efeded;
          text-align: center;
          border-top: none;
          color: #2c251c;
          padding-top: 15px;
          padding-bottom: 12px;
          background-color: #fff;
          z-index: 10;
          position: relative; }
          .team ul li .a .con .tits {
            font-size: 18px;
            line-height: 20px; }
          .team ul li .a .con .tit {
            font-size: 14px;
            line-height: 16px;
            margin-top: 5px; }
      .team ul li .share {
        width: 100%;
        position: absolute;
        bottom: 74px;
        left: 0;
        display: flex;
        justify-content: center;
        z-index: 9;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.5s; }
        .team ul li .share a {
          width: 33px;
          margin: 0 6px;
          display: block; }
      @media (min-width: 1024px) {
        .team ul li:hover .a {
          border-color: #276328; }
          .team ul li:hover .a:after {
            opacity: 1; }
          .team ul li:hover .a:before {
            opacity: 1; }
        .team ul li:hover .share {
          opacity: 1;
          z-index: 12;
          transform: translateY(0); } }
  @media (max-width: 1200px) {
    .team ul {
      padding-bottom: 40px; }
      .team ul li {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 20px; }
        .team ul li:nth-child(5n) {
          margin-right: 2%; }
        .team ul li:nth-child(4n) {
          margin-right: 0; } }
  @media (max-width: 1024px) {
    .team ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 20px; }
      .team ul li:nth-child(4n) {
        margin-right: 2%; }
      .team ul li:nth-child(3n) {
        margin-right: 0; }
      .team ul li .a:after {
        opacity: 1; }
      .team ul li .a:before {
        opacity: 1; }
      .team ul li .share {
        transform: translateY(0);
        opacity: 1;
        z-index: 12; } }
  @media (max-width: 768px) {
    .team {
      padding-top: 25px;
      padding-bottom: 35px; }
      .team ul {
        padding-bottom: 20px; }
        .team ul li {
          width: 48.5%;
          margin-right: 3%;
          margin-bottom: 15px; }
          .team ul li:nth-child(3n) {
            margin-right: 3%; }
          .team ul li:nth-child(2n) {
            margin-right: 0; }
          .team ul li .a .con .tits {
            font-size: 16px;
            line-height: 18px; }
          .team ul li .a .con .tit {
            font-size: 12px;
            line-height: 14px; }
          .team ul li .share a {
            width: 22px; } }

.paging {
  width: 100%; }
  .paging ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .paging ul li {
      margin-bottom: 0 !important;
      width: auto !important;
      margin-right: 0 !important;
      background: none !important;
      border: none !important;
      box-sizing: border-box;
      float: none !important; }
      .paging ul li a, .paging ul li span {
        width: 42px !important;
        height: 42px;
        text-align: center;
        font-size: 20px;
        line-height: 42px;
        color: #000;
        border: 1px solid #bbbec5;
        margin: 0 7px;
        box-sizing: border-box;
        transition: all 0.5s;
        display: block; }
      .paging ul li.active a, .paging ul li.active span {
        background-color: #016d03;
        color: #fff; }
      @media (min-width: 1024px) {
        .paging ul li:hover a, .paging ul li:hover span {
          background-color: #016d03;
          color: #fff; } }
      @media (max-width: 768px) {
        .paging ul li li a {
          width: 30px !important;
          height: 30px;
          font-size: 12px;
          line-height: 30px;
          margin: 0 4px; } }
  @media (max-width: 768px) {
    .paging ul li a, .paging ul li span {
      width: 32px !important;
      height: 32px;
      font-size: 14px;
      line-height: 30px;
      margin: 0 3px; } }

.teamInfo {
  margin: 40px auto 85px;
  width: 810px;
  max-width: 92%; }
  .teamInfo .box1 {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .teamInfo .box1 .pic {
      width: 31.5%; }
    .teamInfo .box1 .con {
      width: calc(68.5% - 8px);
      padding: 35px 42px 0;
      box-sizing: border-box;
      background-color: #f7f7f7; }
      .teamInfo .box1 .con .tits {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between; }
        .teamInfo .box1 .con .tits .t {
          color: #2c251c; }
          .teamInfo .box1 .con .tits .t .tt {
            font-size: 18px;
            line-height: 20px;
            font-weight: bold; }
          .teamInfo .box1 .con .tits .t .tt1 {
            font-size: 14px;
            line-height: 16px; }
        .teamInfo .box1 .con .tits .share {
          display: flex; }
          .teamInfo .box1 .con .tits .share a {
            width: 30px;
            display: block;
            margin-left: 10px; }
      .teamInfo .box1 .con .tit {
        margin-top: 25px; }
        .teamInfo .box1 .con .tit .t {
          display: flex;
          font-size: 12px;
          line-height: 19px;
          color: #4c4b4b;
          margin-bottom: 8px; }
          .teamInfo .box1 .con .tit .t span {
            padding-left: 14px;
            width: 100px;
            display: block;
            font-weight: bold;
            background-position: left 5px;
            background-repeat: no-repeat;
            background-image: url("../images/sj.png"); }
          .teamInfo .box1 .con .tit .t i {
            display: block;
            flex: 1; }
  .teamInfo .box2 {
    width: 100%;
    margin: 14px auto 0;
    max-width: 100%; }
    .teamInfo .box2 .tits {
      font-size: 18px;
      line-height: 55px;
      color: #000;
      font-weight: bold;
      border-bottom: 1px solid #cfcfcf;
      position: relative; }
      .teamInfo .box2 .tits:after {
        width: 34.8%;
        height: 2px;
        background-color: #276328;
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px; }
    .teamInfo .box2 .tit {
      font-size: 14px;
      line-height: 20px;
      color: #aaa9a9;
      margin-top: 16px; }
    .teamInfo .box2 ul {
      position: relative;
      margin-top: 38px;
      padding-bottom: 25px; }
      .teamInfo .box2 ul:after {
        width: 1px;
        height: 100%;
        background-color: #cfcfcf;
        position: absolute;
        top: 0;
        left: 51px;
        content: ''; }
      .teamInfo .box2 ul li {
        box-sizing: border-box;
        display: flex;
        font-size: 14px;
        line-height: 22px;
        color: #727272;
        padding-bottom: 20px;
        position: relative;
        z-index: 5; }
        .teamInfo .box2 ul li:after {
          width: 18px;
          height: 18px;
          position: absolute;
          top: 2px;
          left: 43px;
          background-image: url("../images/dian.png");
          content: '';
          border-radius: 100%; }
        .teamInfo .box2 ul li .year {
          width: 80px; }
        .teamInfo .box2 ul li .t {
          flex: 1; }
  @media (max-width: 768px) {
    .teamInfo {
      margin: 25px auto 30px; }
      .teamInfo .box1 {
        display: block; }
        .teamInfo .box1 .pic {
          width: 100%; }
        .teamInfo .box1 .con {
          padding: 15px 10px;
          width: 100%; }
      .teamInfo .box2 .tits {
        font-size: 16px;
        line-height: 40px; }
      .teamInfo .box2 .tit {
        font-size: 12px;
        line-height: 20px; }
      .teamInfo .box2 ul li {
        font-size: 12px;
        line-height: 20px; } }

.videos {
  padding-top: 45px;
  padding-bottom: 70px; }
  .videos ul {
    padding-bottom: 30px; }
    .videos ul li {
      width: 24%;
      margin-right: 1.33%;
      float: left;
      overflow: hidden;
      border-radius: 5px;
      background-color: #fff;
      margin-bottom: 40px; }
      .videos ul li:nth-child(4n) {
        margin-right: 0; }
      .videos ul li a {
        width: 100%;
        display: block; }
        .videos ul li a .pic {
          padding-bottom: 56.25%; }
          .videos ul li a .pic .bg {
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            background-image: url("../images/video_bg1.png");
            background-size: cover;
            background-position: center bottom; }
          .videos ul li a .pic .time {
            font-size: 14px;
            line-height: 16px;
            color: #fff;
            position: absolute;
            bottom: 14px;
            right: 15px; }
          .videos ul li a .pic .hoverBg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(92, 92, 92, 0.6);
            background-image: url("../images/video1.png");
            background-size: 72px 72px;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 0;
            transition: all 0.3s; }
        .videos ul li a .con {
          padding: 13px 20px 5px;
          box-sizing: border-box;
          position: relative; }
          .videos ul li a .con .icon {
            width: 29px;
            height: 29px;
            border-radius: 100%;
            position: absolute;
            top: -15px;
            left: 20px;
            background-color: #fff; }
          .videos ul li a .con .tits {
            font-size: 14px;
            line-height: 18px;
            color: #000; }
          .videos ul li a .con .tit {
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            line-height: 18px;
            color: #bbb8b8;
            margin-top: 3px; }
            .videos ul li a .con .tit .t {
              background-position: left center;
              background-repeat: no-repeat; }
              .videos ul li a .con .tit .t:nth-child(1) {
                padding-left: 17px;
                background-image: url("../images/video_icon2.png"); }
              .videos ul li a .con .tit .t:nth-child(2) {
                padding-left: 23px;
                background-image: url("../images/video_icon3.png"); }
      @media (min-width: 1024px) {
        .videos ul li:hover {
          box-shadow: 0.5px 0.866px 5.94px 0.06px rgba(6, 51, 2, 0.55); }
          .videos ul li:hover a .pic .hoverBg {
            opacity: 1; }
          .videos ul li:hover a .con .tits {
            font-weight: bold;
            color: #276328; }
          .videos ul li:hover a .con .tit {
            color: #276328; }
            .videos ul li:hover a .con .tit .t:nth-child(1) {
              background-image: url("../images/video_icon2_h.png"); }
            .videos ul li:hover a .con .tit .t:nth-child(2) {
              background-image: url("../images/video_icon3_h.png"); } }
  @media (max-width: 1200px) {
    .videos ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 30px; }
      .videos ul li:nth-child(4n) {
        margin-right: 2%; }
      .videos ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .videos ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 20px; }
      .videos ul li:nth-child(3n) {
        margin-right: 3%; }
      .videos ul li:nth-child(2n) {
        margin-right: 0; }
      .videos ul li a .pic .hoverBg {
        background-color: transparent;
        opacity: 1;
        background-size: 50px; } }
  @media (max-width: 768px) {
    .videos {
      padding-top: 25px;
      padding-bottom: 30px; }
      .videos ul {
        padding-bottom: 20px; }
      .videos ul li {
        width: 100%;
        margin-right: 0 !important;
        float: none;
        margin-bottom: 15px; } }

.videoInfo {
  padding-top: 42px;
  padding-bottom: 58px; }
  .videoInfo .content {
    width: 70.4%;
    float: left; }
    .videoInfo .content .videoItem {
      width: 100%;
      height: auto;
      position: relative; }
      .videoInfo .content .videoItem .videoBox {
        width: 100%;
        background-color: #000;
        height: 553px; }
        .videoInfo .content .videoItem .videoBox video, .videoInfo .content .videoItem .videoBox iframe {
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
      .videoInfo .content .videoItem .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 10;
        left: 0;
        background-image: url("../images/video_bg2.png"); }
      .videoInfo .content .videoItem .tits {
        font-size: 16px;
        line-height: 44px;
        display: flex;
        width: 100%;
        padding-left: 18px;
        padding-right: 110px;
        align-items: center;
        font-weight: bold;
        color: #fff;
        z-index: 15;
        position: absolute;
        top: 20px;
        left: 0;
        box-sizing: border-box; }
        .videoInfo .content .videoItem .tits img {
          width: 44px;
          margin-right: 15px; }
      .videoInfo .content .videoItem .share {
        position: absolute;
        top: 20px;
        right: 60px;
        z-index: 15;
        cursor: pointer; }
        .videoInfo .content .videoItem .share img {
          width: 28px;
          display: block;
          margin: 0 auto; }
        .videoInfo .content .videoItem .share p {
          text-align: center;
          font-size: 14px;
          line-height: 16px;
          color: #fff;
          margin-top: 6px; }
      .videoInfo .content .videoItem .click {
        z-index: 20;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 6.77083vw; }
    .videoInfo .content .title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 20px; }
      .videoInfo .content .title .t {
        font-size: 14px;
        line-height: 20px;
        color: #7e7e7e; }
        .videoInfo .content .title .t span {
          margin-right: 25px; }
      .videoInfo .content .title .share {
        display: flex; }
        .videoInfo .content .title .share a {
          width: 20px;
          display: block;
          margin-left: 8px; }
    .videoInfo .content .paging1 {
      display: flex;
      justify-content: space-between;
      margin-top: 25px; }
      .videoInfo .content .paging1 a {
        width: 45.7%;
        font-size: 14px;
        line-height: 28px;
        font-weight: bold;
        color: #000;
        display: flex;
        align-items: center; }
        .videoInfo .content .paging1 a span {
          width: 27px;
          height: 27px;
          display: block;
          margin-right: 14px;
          background-position: center;
          background-repeat: no-repeat; }
        .videoInfo .content .paging1 a i {
          flex: 1;
          height: 28px; }
        .videoInfo .content .paging1 a:nth-child(1) span {
          background-image: url("../images/prev2.png"); }
        .videoInfo .content .paging1 a:nth-child(2) span {
          background-image: url("../images/next2.png"); }
        @media (min-width: 1024px) {
          .videoInfo .content .paging1 a:hover {
            color: #276328; }
            .videoInfo .content .paging1 a:hover:nth-child(1) span {
              background-image: url("../images/prev2_h.png"); }
            .videoInfo .content .paging1 a:hover:nth-child(2) span {
              background-image: url("../images/next2_h.png"); } }
  .videoInfo .videoRight {
    width: 27.6%;
    float: right; }
    .videoInfo .videoRight .title {
      display: flex;
      align-items: flex-end;
      font-weight: bold;
      justify-content: space-between; }
      .videoInfo .videoRight .title .t {
        font-size: 20px;
        line-height: 22px;
        color: #276328; }
      .videoInfo .videoRight .title .t1 {
        font-size: 14px;
        line-height: 16px;
        color: #909090; }
        @media (min-width: 1024px) {
          .videoInfo .videoRight .title .t1:hover {
            color: #016860; } }
    .videoInfo .videoRight .item {
      width: 100%;
      height: auto;
      margin-top: 16px; }
      .videoInfo .videoRight .item a {
        width: 100%;
        height: auto;
        display: block;
        position: relative; }
        .videoInfo .videoRight .item a .pic {
          padding-bottom: 56.2%; }
          .videoInfo .videoRight .item a .pic:after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/video_bg3.png");
            content: ''; }
        .videoInfo .videoRight .item a .con {
          padding: 0 12px 14px;
          box-sizing: border-box;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          color: #fff;
          display: flex;
          align-items: center; }
          .videoInfo .videoRight .item a .con img {
            width: 35px;
            margin-right: 14px; }
          .videoInfo .videoRight .item a .con .t {
            flex: 1; }
            .videoInfo .videoRight .item a .con .t .tt {
              font-size: 12px;
              line-height: 14px;
              height: 14px;
              font-weight: bold; }
            .videoInfo .videoRight .item a .con .t .tt1 {
              font-size: 12px;
              line-height: 18px;
              display: flex;
              align-items: center;
              margin-top: 2px; }
              .videoInfo .videoRight .item a .con .t .tt1 span {
                display: block;
                padding-left: 20px;
                background-position: left center;
                background-repeat: no-repeat;
                margin-right: 20px; }
                .videoInfo .videoRight .item a .con .t .tt1 span:nth-child(1) {
                  background-image: url("../images/video_icon7.png"); }
                .videoInfo .videoRight .item a .con .t .tt1 span:nth-child(2) {
                  background-image: url("../images/video_icon8.png"); }
    .videoInfo .videoRight ul {
      margin-top: 6px; }
      .videoInfo .videoRight ul li {
        margin-bottom: 6px; }
        .videoInfo .videoRight ul li:last-child {
          margin-bottom: 0; }
        .videoInfo .videoRight ul li a {
          width: 100%;
          display: flex; }
          .videoInfo .videoRight ul li a .pic {
            width: 43.7%;
            height: 94px;
            padding-bottom: 0; }
          .videoInfo .videoRight ul li a .con {
            flex: 1;
            margin-left: 12px; }
            .videoInfo .videoRight ul li a .con .t {
              font-size: 16px;
              line-height: 20px;
              height: 60px;
              color: #514f4f;
              font-weight: bold;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .videoInfo .videoRight ul li a .con .t1 {
              font-size: 12px;
              line-height: 14px;
              color: #909090;
              display: flex;
              align-items: center;
              margin-top: 10px; }
              .videoInfo .videoRight ul li a .con .t1 span {
                padding-left: 20px;
                background-position: left center;
                background-repeat: no-repeat;
                margin-right: 1.04167vw; }
                .videoInfo .videoRight ul li a .con .t1 span:nth-child(1) {
                  background-image: url("../images/video_icon9.png"); }
                .videoInfo .videoRight ul li a .con .t1 span:nth-child(2) {
                  background-image: url("../images/video_icon10.png");
                  margin-right: 0; }
        @media (min-width: 1024px) {
          .videoInfo .videoRight ul li:hover a .con .t {
            color: #016860; } }
  @media (max-width: 1200px) {
    .videoInfo .content .videoItem .tits {
      font-size: 16px; }
    .videoInfo .videoRight .title .t {
      font-size: 16px; }
    .videoInfo .videoRight ul li a .con .t {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .videoInfo .content {
      width: 100%;
      float: none; }
    .videoInfo .videoRight {
      display: none; } }
  @media (max-width: 768px) {
    .videoInfo {
      padding-top: 20px;
      padding-bottom: 25px; }
      .videoInfo .content .videoItem .videoBox {
        height: 240px; }
      .videoInfo .content .videoItem .tits {
        font-size: 14px;
        line-height: 16px;
        padding-right: 50px;
        padding-left: 10px; }
      .videoInfo .content .videoItem .share {
        right: 10px; }
        .videoInfo .content .videoItem .share img {
          width: 20px; }
        .videoInfo .content .videoItem .share p {
          font-size: 12px;
          margin-top: 5px;
          line-height: 14px; }
      .videoInfo .content .title {
        display: block; }
        .videoInfo .content .title .share {
          margin-top: 5px; }
          .videoInfo .content .title .share a {
            margin-left: 0;
            margin-right: 5px; }
      .videoInfo .content .paging1 {
        display: block;
        margin-top: 15px; }
        .videoInfo .content .paging1 a {
          width: 100%;
          font-size: 12px;
          margin-bottom: 5px; }
          .videoInfo .content .paging1 a span {
            width: 27px;
            margin-right: 7px;
            background-size: 22px; }
      .videoInfo .videoRight {
        display: block;
        width: 100%;
        margin-top: 15px; } }

.news {
  padding-top: 40px;
  padding-bottom: 58px; }
  .news .newsTop {
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .news .newsTop .t {
      font-size: 24px;
      line-height: 26px;
      font-weight: bold;
      color: #040300; }
    .news .newsTop .t1 {
      display: flex;
      align-items: center; }
      .news .newsTop .t1 a {
        margin-left: 10px;
        width: 142px;
        height: 37px;
        background-color: #276328;
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 37px;
        color: #fff;
        position: relative; }
        .news .newsTop .t1 a:after {
          background-color: #f1d22d;
          width: 100%;
          height: 2px;
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          display: none; }
        .news .newsTop .t1 a.on {
          color: #f1d22d; }
          .news .newsTop .t1 a.on:after {
            display: block; }
        @media (min-width: 1024px) {
          .news .newsTop .t1 a:hover {
            color: #f1d22d; } }
  .news ul {
    margin-top: 30px;
    padding-bottom: 35px; }
    .news ul li {
      margin-bottom: 40px;
      width: 22.8%;
      margin-right: 2.9%;
      background-color: #fff;
      border: 1px solid #eee;
      border-bottom-width: 4px;
      box-sizing: border-box;
      float: left; }
      .news ul li:nth-child(4n) {
        margin-right: 0; }
      .news ul li a {
        width: 100%;
        display: block; }
        .news ul li a .pic {
          padding-bottom: 75%; }
          .news ul li a .pic:after {
            width: 100%;
            height: 100%;
            background-size: 100% auto;
            background-position: left bottom;
            background-image: url("../images/sy.png");
            position: absolute;
            content: '';
            background-repeat: no-repeat; }
        .news ul li a .con {
          width: 100%;
          box-sizing: border-box;
          padding: 18px 12px 0; }
          .news ul li a .con .tits {
            font-size: 16px;
            line-height: 21px;
            min-height: 42px;
            color: #367838;
            font-weight: bold; }
          .news ul li a .con .tit {
            font-size: 12px;
            line-height: 18px;
            min-height: 54px;
            color: #767676;
            margin-top: 12px; }
          .news ul li a .con .tit1 {
            border-top: 1px solid #eee;
            display: flex;
            font-size: 12px;
            line-height: 50px;
            justify-content: space-between;
            margin-top: 15px; }
            .news ul li a .con .tit1 .time {
              color: #767676;
              padding-left: 18px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/news_icon1.png"); }
            .news ul li a .con .tit1 .t {
              color: #000; }
  @media (max-width: 1200px) {
    .news ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 30px; }
      .news ul li:nth-child(4n) {
        margin-right: 2%; }
      .news ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .news .newsTop .t {
      font-size: 20px; }
    .news ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 20px; }
      .news ul li:nth-child(3n) {
        margin-right: 3%; }
      .news ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .news {
      padding-top: 15px;
      padding-bottom: 30px; }
      .news .newsTop {
        display: block;
        border-bottom: none; }
        .news .newsTop .t1 {
          margin-top: 10px;
          display: flex;
          justify-content: space-between; }
          .news .newsTop .t1 a {
            font-size: 12px;
            flex: 1;
            border-right: 1px solid #fff;
            box-sizing: border-box;
            margin-left: 0; }
            .news .newsTop .t1 a:last-child {
              border: none; }
      .news ul {
        margin-top: 15px;
        padding-bottom: 20px; }
        .news ul li {
          width: 100%;
          margin-right: 0 !important;
          margin-bottom: 15px;
          float: none; } }

.newsInfo {
  padding-bottom: 95px;
  padding-top: 35px; }
  .newsInfo .content {
    width: 57.9%;
    float: left; }
    .newsInfo .content.caseInfo {
      width: 65.4%; }
    .newsInfo .content .tits {
      font-size: 30px;
      line-height: 39px;
      color: #040300;
      font-weight: bold; }
    .newsInfo .content .tag {
      display: flex;
      align-items: flex-end;
      margin-top: 13px; }
      .newsInfo .content .tag .t {
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        color: #222;
        margin-right: 45px; }
        .newsInfo .content .tag .t img {
          margin-right: 10px; }
      .newsInfo .content .tag .share {
        display: flex;
        align-items: center; }
        .newsInfo .content .tag .share a {
          width: 29px;
          display: block;
          margin-right: 12px; }
    .newsInfo .content .con {
      font-size: 14px;
      line-height: 25px;
      color: #666;
      margin-top: 40px;
      padding-bottom: 47px; }
      .newsInfo .content .con img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .newsInfo .content .con1 {
      background-color: #f7f7f7;
      box-shadow: 2px 3.464px 5.94px 0.06px rgba(1, 20, 44, 0.18);
      border-radius: 5px;
      width: 100%;
      position: relative;
      margin-top: 18px; }
      .newsInfo .content .con1 .pic {
        width: 50%;
        position: absolute;
        height: 100%; }
        .newsInfo .content .con1 .pic img {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          object-fit: cover; }
      .newsInfo .content .con1 .conn {
        width: 48%;
        float: right;
        padding: 18px 0; }
        .newsInfo .content .con1 .conn .t {
          display: flex;
          font-size: 16px;
          line-height: 52px;
          color: #767676;
          align-items: center; }
          .newsInfo .content .con1 .conn .t img {
            margin-right: 15px;
            width: 18px; }
          .newsInfo .content .con1 .conn .t span {
            color: #010101;
            font-weight: bold; }
    .newsInfo .content .shareBox {
      position: relative;
      margin-bottom: 55px; }
      .newsInfo .content .shareBox:after {
        width: 100%;
        height: 3px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-color: #f1f1f1;
        content: ''; }
      .newsInfo .content .shareBox .xx {
        position: relative;
        z-index: 5;
        width: 228px;
        margin: 0 auto; }
        .newsInfo .content .shareBox .xx .aBox {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          display: flex;
          justify-content: center; }
          .newsInfo .content .shareBox .xx .aBox a {
            display: block;
            flex: 1; }
  .newsInfo .news {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 45px; }
    .newsInfo .news ul {
      margin-top: 0;
      padding-bottom: 0; }
      .newsInfo .news ul li {
        margin-bottom: 0; }
  .newsInfo.customerInfo .content .tits {
    font-size: 24px;
    line-height: 32px; }
  .newsInfo.customerInfo .content .tag {
    align-items: center; }
    .newsInfo.customerInfo .content .tag .t {
      font-size: 12px;
      line-height: 21px;
      color: #767676;
      margin-right: 14px; }
    .newsInfo.customerInfo .content .tag .share a {
      width: 21px; }
  @media (max-width: 1366px) {
    .newsInfo .content .tits {
      font-size: 26px;
      line-height: 30px; }
    .newsInfo .content .con1 .conn .t {
      font-size: 14px; } }
  @media (max-width: 1250px) {
    .newsInfo .content .con1 .t {
      width: 30%; }
      .newsInfo .content .con1 .t:nth-child(2), .newsInfo .content .con1 .t:nth-child(5) {
        width: 46%; }
      .newsInfo .content .con1 .t:nth-child(3n) {
        width: 24%; }
    .newsInfo .content .con1 .conn .t {
      width: 100% !important; }
    .newsInfo .content .shareBox {
      margin-bottom: 40px; } }
  @media (max-width: 1200px) {
    .newsInfo .news ul li:nth-child(4) {
      display: none; } }
  @media (max-width: 1100px) {
    .newsInfo .content {
      width: 100% !important;
      float: none; }
    .newsInfo .infoRight {
      display: none; } }
  @media (max-width: 1024px) {
    .newsInfo .news ul li:nth-child(3) {
      display: none; } }
  @media (max-width: 768px) {
    .newsInfo {
      padding-top: 25px;
      padding-bottom: 30px; }
      .newsInfo .content .tits {
        font-size: 18px !important;
        line-height: 22px !important; }
      .newsInfo .content .tag {
        flex-wrap: wrap; }
        .newsInfo .content .tag .share {
          margin-top: 10px;
          width: 100%; }
          .newsInfo .content .tag .share a {
            width: 21px;
            margin-right: 8px; }
      .newsInfo .content .con1 {
        margin-top: 15px; }
      .newsInfo .content .con1 .t {
        width: 100% !important;
        float: none; }
      .newsInfo .content .con {
        margin-top: 15px;
        padding-bottom: 15px; }
      .newsInfo .content .shareBox {
        margin-bottom: 25px; }
      .newsInfo .news {
        display: none; }
      .newsInfo .content .con1 .pic {
        width: 100%;
        height: 65vw;
        position: relative; }
      .newsInfo .content .con1 .conn {
        width: 100%;
        float: none;
        padding: 15px 10px; }
        .newsInfo .content .con1 .conn .t {
          font-size: 13px;
          line-height: 36px; } }

.paging1 {
  display: flex;
  justify-content: space-between; }
  .paging1 a {
    max-width: 48%;
    display: flex;
    align-items: flex-end;
    width: 280px; }
    .paging1 a img {
      width: 22px;
      margin-right: 2.1875vw;
      margin-bottom: 3px; }
    .paging1 a .t .tt {
      font-size: 16px;
      line-height: 18px;
      color: #276328;
      font-weight: bold; }
    .paging1 a .t .tt1 {
      font-size: 14px;
      line-height: 18px;
      height: 36px;
      color: #222;
      margin-top: 6px; }
    .paging1 a:last-child {
      flex-direction: row-reverse; }
      .paging1 a:last-child img {
        margin-right: 0;
        margin-left: 2.1875vw; }
  @media (max-width: 768px) {
    .paging1 {
      display: block; }
      .paging1 a {
        width: 100%;
        max-width: 100%;
        align-items: center;
        margin-bottom: 10px; }
        .paging1 a img {
          margin-right: 10px;
          width: 12px; }
        .paging1 a .t .tt {
          font-size: 12px; }
        .paging1 a .t .tt1 {
          font-size: 12px;
          -webkit-line-clamp: 1;
          height: auto;
          margin-top: 4px; }
        .paging1 a:nth-child(2) {
          flex-direction: row; }
          .paging1 a:nth-child(2) img {
            transform: rotate(-180deg);
            margin-left: 0;
            margin-right: 10px; } }

.paging2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px; }
  .paging2 a {
    width: 40%;
    font-size: 16px;
    line-height: 30px;
    color: #040300; }
    .paging2 a span {
      font-weight: bold; }
  @media (max-width: 768px) {
    .paging2 {
      margin-top: 20px;
      display: block; }
      .paging2 a {
        width: 100%;
        font-size: 13px; } }

.infoRight {
  width: 31.8%;
  float: right; }
  .infoRight .item {
    margin-bottom: 27px; }
    .infoRight .item .title {
      width: 100%;
      position: relative;
      border-bottom: 2px solid #276328; }
      .infoRight .item .title:after {
        width: 100%;
        height: 2px;
        background-color: #f1d22d;
        position: absolute;
        bottom: -2px;
        left: 0;
        content: ''; }
      .infoRight .item .title:before {
        width: 100%;
        height: 2px;
        background-color: #276328;
        position: absolute;
        bottom: 0;
        left: 0;
        content: ''; }
      .infoRight .item .title span {
        display: block;
        width: fit-content;
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        font-weight: bold;
        background-color: #276328;
        text-transform: uppercase; }
    .infoRight .item ul {
      margin-top: 13px; }
      .infoRight .item ul li {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
        .infoRight .item ul li a {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .infoRight .item ul li a .pic {
            width: 37%;
            overflow: hidden; }
            .infoRight .item ul li a .pic img {
              transition: all 1.2s; }
          .infoRight .item ul li a .con {
            flex: 1;
            margin-left: 18px;
            padding-top: 8px; }
            .infoRight .item ul li a .con .tits {
              font-size: 16px;
              line-height: 22px;
              height: 44px;
              color: #222;
              font-weight: bold; }
            .infoRight .item ul li a .con .time {
              padding-left: 28px;
              background-position: left center;
              background-repeat: no-repeat;
              font-size: 14px;
              line-height: 18px;
              color: #222;
              background-image: url("../images/time1.png");
              margin-top: 10px; }
        @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: #276328; } }
    .infoRight .item .moreClick {
      width: 100%;
      background-color: #fefbec;
      border: 1px solid #fbf1bf;
      text-align: center;
      font-size: 16px;
      line-height: 58px;
      display: block;
      color: #276328;
      font-weight: bold; }
  @media (max-width: 1100px) {
    .infoRight {
      display: none; } }

.customer {
  border-bottom: 1px solid #d0d0d0; }
  .customer .title {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    color: #020202;
    font-weight: bold; }
  .customer .itemBox {
    background-color: #f5f5f7;
    padding: 23px 20px;
    margin-top: 25px; }
    .customer .itemBox a {
      width: 17.3%;
      margin-right: 3.375%;
      display: flex;
      align-items: flex-end;
      font-size: 14px;
      line-height: 16px;
      color: #767676;
      position: relative;
      padding: 13px 0;
      float: left; }
      .customer .itemBox a:nth-child(5n) {
        margin-right: 0; }
      .customer .itemBox a i {
        flex: 1;
        height: 1px;
        box-sizing: border-box;
        border-bottom: 1px dotted #767676;
        margin-left: 4px; }
      .customer .itemBox a img {
        position: absolute;
        bottom: 13px;
        right: 0;
        background-color: #f5f5f7; }
        .customer .itemBox a img.img2 {
          display: none; }
      .customer .itemBox a.on {
        color: #367838; }
        .customer .itemBox a.on i {
          border-color: #367838; }
        .customer .itemBox a.on img.img1 {
          display: none; }
        .customer .itemBox a.on img.img2 {
          display: block; }
      @media (min-width: 1024px) {
        .customer .itemBox a:hover {
          color: #367838; }
          .customer .itemBox a:hover i {
            border-color: #367838; }
          .customer .itemBox a:hover img.img1 {
            display: none; }
          .customer .itemBox a:hover img.img2 {
            display: block; } }
  .customer .box {
    padding-top: 5.98958vw;
    padding-bottom: 5.20833vw;
    background-image: url("../images/map.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-top: 54px; }
    .customer .box .boxNew {
      width: 100%;
      position: relative; }
      .customer .box .boxNew:after {
        width: 100%;
        height: 4px;
        background-color: #c5c5c5;
        position: absolute;
        top: 55%;
        left: 0;
        content: ''; }
      .customer .box .boxNew .aBox {
        position: relative;
        z-index: 5;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between; }
        .customer .box .boxNew .aBox .item {
          width: 12.8%;
          height: auto;
          position: relative;
          cursor: pointer; }
          .customer .box .boxNew .aBox .item .dt {
            width: 83.3%;
            margin: 0 auto;
            display: block; }
          .customer .box .boxNew .aBox .item .line {
            width: 150%;
            margin: 20px 0 0 -25%;
            display: block; }
            .customer .box .boxNew .aBox .item .line.line2 {
              display: none; }
          .customer .box .boxNew .aBox .item .t {
            width: fit-content;
            height: 27px;
            margin: 0 auto;
            border-radius: 18.5px;
            text-align: center;
            font-size: 16px;
            line-height: 27px;
            color: #000;
            font-weight: bold;
            background-size: cover;
            background-color: #f5f5f5;
            min-width: 110px;
            padding: 0 18px;
            box-sizing: border-box;
            white-space: nowrap;
            position: relative; }
            .customer .box .boxNew .aBox .item .t:after {
              width: 5px;
              height: 5px;
              background-color: #367838;
              border-radius: 100%;
              position: absolute;
              top: 11px;
              left: 6px;
              content: ''; }
            .customer .box .boxNew .aBox .item .t:before {
              width: 5px;
              height: 5px;
              background-color: #f2d851;
              border-radius: 100%;
              position: absolute;
              top: 11px;
              right: 6px;
              content: ''; }
          .customer .box .boxNew .aBox .item .itemCon {
            width: 412.8%;
            position: absolute;
            top: -18px;
            background-color: rgba(255, 255, 255, 0.9);
            border: 1px solid #e7e7e7;
            display: flex;
            flex-wrap: wrap;
            padding: 10px 22px;
            box-sizing: border-box;
            left: 94%;
            display: none; }
            .customer .box .boxNew .aBox .item .itemCon a {
              font-size: 13px;
              line-height: 38px;
              color: #000;
              margin-right: 2.34375vw;
              padding-left: 12px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/sj2.png");
              display: inline-block; }
              .customer .box .boxNew .aBox .item .itemCon a.on {
                color: #4e884f;
                background-image: url("../images/sj2_h.png"); }
              @media (min-width: 1024px) {
                .customer .box .boxNew .aBox .item .itemCon a:hover {
                  color: #4e884f;
                  background-image: url("../images/sj2_h.png"); } }
            .customer .box .boxNew .aBox .item .itemCon .close {
              width: 30px;
              height: 30px;
              position: absolute;
              top: 15px;
              right: 15px;
              display: flex;
              cursor: pointer;
              align-items: center;
              justify-content: center;
              z-index: 5; }
          .customer .box .boxNew .aBox .item:nth-child(n + 4) .itemCon {
            left: auto;
            right: 94%; }
          .customer .box .boxNew .aBox .item.on {
            z-index: 10; }
            .customer .box .boxNew .aBox .item.on .t {
              background-color: #367838;
              color: #fff; }
              .customer .box .boxNew .aBox .item.on .t:after {
                background-color: #f2d851; }
            .customer .box .boxNew .aBox .item.on .line.line1 {
              display: none; }
            .customer .box .boxNew .aBox .item.on .line.line2 {
              display: block; }
  @media (max-width: 1500px) {
    .customer .itemBox a {
      width: 19%;
      margin-right: 1.25%; } }
  @media (max-width: 1366px) {
    .customer .itemBox a {
      width: 23%;
      margin-right: 2.6%; }
      .customer .itemBox a:nth-child(5n) {
        margin-right: 2.6%; }
      .customer .itemBox a:nth-child(4n) {
        margin-right: 0; } }
  @media (max-width: 1200px) {
    .customer .title {
      font-size: 20px;
      line-height: 22px; }
    .customer .box {
      margin-top: 30px; }
    .customer .box .boxNew:after {
      top: 53%;
      height: 2px; }
    .customer .itemBox a {
      width: 32%;
      margin-right: 2%; }
      .customer .itemBox a:nth-child(5n) {
        margin-right: 2%; }
      .customer .itemBox a:nth-child(4n) {
        margin-right: 2%; }
      .customer .itemBox a:nth-child(3n) {
        margin-right: 0; }
    .customer .box .boxNew .aBox .item .itemCon a {
      margin-right: 15px; } }
  @media (max-width: 768px) {
    .customer .box {
      margin-top: 15px; }
    .customer .box .boxNew:after {
      display: none; }
    .customer .box .boxNew .aBox {
      flex-wrap: wrap; }
      .customer .box .boxNew .aBox .item {
        width: 33.3%;
        margin-bottom: 15px;
        position: initial; }
        .customer .box .boxNew .aBox .item .dt {
          width: 50%; }
        .customer .box .boxNew .aBox .item .line {
          display: none !important; }
        .customer .box .boxNew .aBox .item .t {
          margin: 10px auto 0;
          min-width: 0;
          font-size: 12px; }
        .customer .box .boxNew .aBox .item .itemCon {
          position: absolute;
          top: 0;
          left: 0 !important;
          right: auto !important;
          z-index: 15;
          width: 100%;
          padding: 10px; }
          .customer .box .boxNew .aBox .item .itemCon a {
            font-size: 12px;
            line-height: 26px; }
    .customer .itemBox {
      display: flex;
      flex-wrap: wrap;
      padding: 15px 10px;
      margin-top: 15px; }
    .customer .itemBox a {
      width: 55%;
      margin-right: 0 !important;
      font-size: 12px;
      padding: 10px 0; }
      .customer .itemBox a i {
        display: none; }
      .customer .itemBox a img {
        display: none !important; }
      .customer .itemBox a:nth-child(2n) {
        width: 45%; } }

.bgf9 {
  background-color: #f9f9f9; }

.brand {
  padding-top: 42px;
  padding-bottom: 85px; }
  .brand .conLeft {
    width: 26.9%;
    float: left;
    background-color: #fff; }
    .brand .conLeft .title {
      font-size: 15px;
      line-height: 44px;
      background-color: #276328;
      font-weight: bold;
      color: #fff;
      padding-left: 22px;
      box-sizing: border-box;
      text-transform: uppercase; }
    .brand .conLeft .conNew {
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #a6bfa6;
      border-top: none;
      padding: 17px 22px 30px; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #1a1a1a;
        font-weight: bold; }
      .brand .conLeft .conNew .tit {
        width: 224px;
        font-size: 0;
        margin-top: 10px; }
        .brand .conLeft .conNew .tit a {
          width: 20px;
          height: 20px;
          border: 1px solid #dedede;
          text-align: center;
          display: inline-block;
          font-size: 14px;
          color: #c4c4c4;
          line-height: 20px;
          text-transform: uppercase;
          margin-bottom: 7px;
          margin-right: 6px; }
          .brand .conLeft .conNew .tit a.on {
            color: #276328; }
          .brand .conLeft .conNew .tit a.active {
            background-color: #276328;
            border-color: #276328;
            color: #fff; }
      .brand .conLeft .conNew .itemBox {
        margin-top: 10px; }
        .brand .conLeft .conNew .itemBox .item {
          font-size: 15px;
          line-height: 30px;
          display: flex;
          align-items: flex-start; }
          .brand .conLeft .conNew .itemBox .item .t {
            color: #276328;
            font-weight: bold; }
          .brand .conLeft .conNew .itemBox .item .t1 {
            flex: 1;
            margin-left: 13px; }
            .brand .conLeft .conNew .itemBox .item .t1 a {
              width: 100%;
              display: block;
              color: #000; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #276328; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #276328; } }
              .brand .conLeft .conNew .itemBox .item .t1 a.on {
                color: #276328; }
  .brand .conRight {
    width: 69.1%;
    float: right; }
    .brand .conRight .box {
      margin-bottom: 27px; }
      .brand .conRight .box .title {
        display: flex;
        align-items: flex-start;
        font-size: 22px;
        line-height: 24px;
        color: #000;
        font-weight: bold; }
        .brand .conRight .box .title span {
          width: 15px;
          height: 15px;
          background-color: #276328;
          display: block;
          margin-right: 10px;
          margin-top: 3px; }
      .brand .conRight .box .txt {
        font-size: 12px;
        line-height: 20px;
        color: #333;
        box-sizing: border-box;
        padding-right: 50px;
        margin-top: 10px; }
      .brand .conRight .box .list {
        background-color: #fff;
        border-radius: 10px;
        padding-top: 40px;
        padding-bottom: 1px;
        position: relative;
        margin-top: 5px; }
        .brand .conRight .box .list ul li {
          width: 20%;
          float: left;
          margin-bottom: 45px; }
          .brand .conRight .box .list ul li a {
            width: 100%;
            display: block;
            text-align: center; }
            .brand .conRight .box .list ul li a .pic {
              width: 100%;
              height: 40px;
              position: relative; }
              .brand .conRight .box .list ul li a .pic img {
                max-width: 80%;
                max-height: 90%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
            .brand .conRight .box .list ul li a .t {
              font-size: 14px;
              line-height: 16px;
              color: #192437;
              font-weight: bold;
              margin-top: 7px; }
            .brand .conRight .box .list ul li a .t1 {
              font-size: 12px;
              line-height: 14px;
              color: #7f8692;
              margin-top: 8px; }
        .brand .conRight .box .list .btns {
          position: absolute;
          right: 42px;
          bottom: 15px;
          display: flex; }
          .brand .conRight .box .list .btns a {
            width: 18px;
            display: block;
            margin-left: 5px; }
        .brand .conRight .box .list.list1 {
          padding-top: 28px;
          margin-top: 16px;
          padding-bottom: 52px; }
          .brand .conRight .box .list.list1 ul li {
            margin-bottom: 0; }
      .brand .conRight .box .paging {
        margin-top: 60px; }
  @media (max-width: 1200px) {
    .brand .conLeft .conNew .itemBox .item {
      font-size: 13px; }
    .brand .conRight .box .list ul li {
      width: 25%; }
    .brand .conRight .box .paging {
      margin-top: 40px; } }
  @media (max-width: 1024px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .brand {
      padding-top: 25px;
      padding-bottom: 30px; }
      .brand .conRight .box .list ul li {
        width: 50%;
        margin-bottom: 25px; }
      .brand .conRight .box .paging {
        margin-top: 20px; }
      .brand .conRight .box .title {
        font-size: 18px; } }

.brandInfo {
  padding-bottom: 71px; }
  .brandInfo .w1400 .box {
    display: flex;
    margin-top: 30px;
    flex-direction: row-reverse; }
    .brandInfo .w1400 .box .top {
      width: 334px;
      box-sizing: border-box;
      padding: 25px 23px 18px;
      background-color: #fff;
      border-radius: 10px;
      border: 1px solid #ececec; }
      .brandInfo .w1400 .box .top img {
        height: 56px;
        display: block;
        margin: 0 auto; }
      .brandInfo .w1400 .box .top .t1 {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        color: #333;
        font-weight: bold;
        margin-top: 25px; }
      .brandInfo .w1400 .box .top .t {
        font-size: 12px;
        line-height: 17px;
        color: #222;
        overflow: hidden;
        max-height: 187px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 14px; }
      .brandInfo .w1400 .box .top .tit {
        margin-top: 16px; }
        .brandInfo .w1400 .box .top .tit .c {
          font-size: 16px;
          line-height: 18px;
          color: #333;
          font-weight: bold; }
        .brandInfo .w1400 .box .top .tit .c1 {
          font-size: 0;
          margin-top: 8px; }
          .brandInfo .w1400 .box .top .tit .c1 a {
            display: inline-block;
            font-size: 10px;
            line-height: 22px;
            border: 1px solid #b4b4b4;
            margin-right: 7px;
            margin-bottom: 8px;
            padding: 0 5px;
            color: #000; }
            @media (min-width: 1024px) {
              .brandInfo .w1400 .box .top .tit .c1 a:hover {
                background-color: #276328;
                color: #fff;
                border-color: #276328; } }
      .brandInfo .w1400 .box .top .tit1 {
        margin-top: 11px; }
        .brandInfo .w1400 .box .top .tit1 .tx {
          font-size: 12px;
          line-height: 20px;
          display: flex;
          justify-content: space-between;
          color: #000; }
          .brandInfo .w1400 .box .top .tit1 .tx span {
            color: #276328; }
          .brandInfo .w1400 .box .top .tit1 .tx a {
            color: #276328;
            font-weight: bold; }
    .brandInfo .w1400 .box .boxRight {
      flex: 1;
      margin-right: 12px; }
      .brandInfo .w1400 .box .boxRight .picBox {
        display: flex;
        width: 100%;
        overflow: hidden; }
        .brandInfo .w1400 .box .boxRight .picBox .picLeft {
          width: 60%;
          margin-right: 5px;
          overflow: hidden;
          border-radius: 10px; }
          .brandInfo .w1400 .box .boxRight .picBox .picLeft ul li {
            width: 100%;
            height: 0;
            padding-bottom: 75.4%;
            overflow: hidden;
            position: relative; }
            .brandInfo .w1400 .box .boxRight .picBox .picLeft ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .brandInfo .w1400 .box .boxRight .picBox .picLeft .btns {
            display: flex;
            width: 100%;
            bottom: 25px;
            align-items: center;
            justify-content: center;
            position: absolute;
            z-index: 10; }
            .brandInfo .w1400 .box .boxRight .picBox .picLeft .btns span {
              width: 12px;
              height: 12px;
              background: none;
              opacity: 1;
              border: 2px solid #fff;
              border-radius: 100%;
              display: block;
              margin: 0 3px;
              box-sizing: border-box; }
              .brandInfo .w1400 .box .boxRight .picBox .picLeft .btns span.swiper-pagination-bullet-active {
                background-color: #f9603a;
                border-color: #f9603a; }
        .brandInfo .w1400 .box .boxRight .picBox .picRight {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .brandInfo .w1400 .box .boxRight .picBox .picRight .pic {
            width: 100%;
            padding-bottom: 56.6%;
            height: 0;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            border-radius: 10px; }
            .brandInfo .w1400 .box .boxRight .picBox .picRight .pic .img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              top: 0;
              left: 0;
              position: absolute; }
            .brandInfo .w1400 .box .boxRight .picBox .picRight .pic:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.3);
              content: ''; }
            .brandInfo .w1400 .box .boxRight .picBox .picRight .pic .tits {
              width: 100%;
              text-align: center;
              font-size: 35px;
              line-height: 37px;
              color: #fff;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              z-index: 5;
              font-weight: bold; }
            .brandInfo .w1400 .box .boxRight .picBox .picRight .pic .icon {
              width: 82px;
              height: 82px;
              margin: 0 auto;
              display: flex;
              justify-content: center;
              align-items: center;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 5; }
              .brandInfo .w1400 .box .boxRight .picBox .picRight .pic .icon img {
                width: 100%; }
      .brandInfo .w1400 .box .boxRight .conBox {
        width: 100%;
        display: grid;
        grid-template-columns: 0.7fr 0.7fr 0.8fr 0.7fr;
        flex-wrap: wrap;
        position: relative;
        box-sizing: border-box;
        margin-top: 6px; }
        .brandInfo .w1400 .box .boxRight .conBox a {
          font-size: 12px;
          line-height: 30px;
          color: #222; }
          .brandInfo .w1400 .box .boxRight .conBox a span {
            color: #276328; }
          .brandInfo .w1400 .box .boxRight .conBox a.more {
            position: absolute;
            right: 0;
            bottom: 0;
            color: #276328; }
          @media (min-width: 1024px) {
            .brandInfo .w1400 .box .boxRight .conBox a:hover {
              color: #276328; } }
  @media (max-width: 1200px) {
    .brandInfo .w1400 .box .boxRight .picBox .picRight .pic .icon {
      width: 60px;
      height: 60px; }
    .brandInfo .w1400 .box {
      display: block; }
      .brandInfo .w1400 .box .top {
        width: 100%; }
      .brandInfo .w1400 .box .boxRight {
        margin-top: 15px;
        margin-right: 0; }
    .brandInfo .w1400 .box .boxRight .picBox .picRight .pic .tits {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .brandInfo .w1400 .box .boxRight .picBox .picRight .pic .icon {
      width: 50px;
      height: 50px; }
    .brandInfo .w1400 .box {
      margin-top: 25px; }
    .brandInfo .w1400 .box .boxRight .conBox {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 960px) {
    .brandInfo .w1400 .box {
      display: block; }
      .brandInfo .w1400 .box .top {
        width: 100%; }
      .brandInfo .w1400 .box .boxRight {
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 768px) {
    .brandInfo .w1400 .box .top {
      padding: 14px 10px 20px;
      margin-bottom: 10px; }
    .brandInfo .w1400 .box .boxRight .conBox {
      grid-template-columns: 1fr; }
    .brandInfo .w1400 .box .boxRight .picBox {
      display: block; }
      .brandInfo .w1400 .box .boxRight .picBox .picLeft {
        width: 100%; }
      .brandInfo .w1400 .box .boxRight .picBox .picRight {
        width: 100%;
        flex-direction: row;
        margin-top: 3px; }
        .brandInfo .w1400 .box .boxRight .picBox .picRight .pic {
          padding-bottom: 35.6%;
          margin-right: 3px; }
          .brandInfo .w1400 .box .boxRight .picBox .picRight .pic:last-child {
            margin-right: 0; }
          .brandInfo .w1400 .box .boxRight .picBox .picRight .pic .icon {
            width: 36px;
            height: 36px; }
          .brandInfo .w1400 .box .boxRight .picBox .picRight .pic .tits {
            font-size: 26px;
            line-height: 28px; }
    .brandInfo .w1400 .box .top img {
      height: 34px; }
    .brandInfo .w1400 .box .top .t1 {
      margin-top: 10px; }
    .brandInfo .w1400 .box .boxRight .picBox .picLeft .btns {
      bottom: 10px; } }

.brandList {
  margin-top: 0; }
  .brandList .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    position: relative;
    text-transform: uppercase;
    padding-left: 14px; }
    .brandList .title:after {
      width: 2px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-color: #276328; }
  .brandList ul {
    margin-top: 20px;
    padding-bottom: 28px; }
    .brandList ul li {
      width: 24%;
      margin-right: 1.3%;
      margin-bottom: 17px;
      border-radius: 10px;
      overflow: hidden;
      background-color: #fff;
      float: left;
      border: 1px solid #ececec;
      box-sizing: border-box; }
      .brandList ul li:nth-child(4n) {
        margin-right: 0; }
      .brandList ul li a {
        width: 100%;
        height: auto;
        display: block;
        padding-top: 0;
        padding-bottom: 30px; }
        .brandList ul li a .pic {
          width: 100%;
          height: 0;
          padding-bottom: 65.5%;
          position: relative; }
          .brandList ul li a .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
        .brandList ul li a .tits {
          font-size: 14px;
          line-height: 16px;
          font-weight: bold;
          width: calc(100% - 10px);
          padding: 0 5px;
          color: #222;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 18px;
          text-align: center; }
        .brandList ul li a .tit {
          font-size: 12px;
          line-height: 18px;
          padding: 0 40px;
          color: #6c6c6c;
          margin-top: 10px;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .brandList ul li a .more {
          width: 174px;
          margin: 20px auto 0;
          height: 30px;
          background-color: #ececec;
          text-align: center;
          font-size: 11px;
          line-height: 30px;
          color: #002222;
          text-transform: uppercase; }
      @media (min-width: 1024px) {
        .brandList ul li:hover {
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); } }
  @media (max-width: 1200px) {
    .brandList {
      margin-top: 20px; } }
  @media (max-width: 1024px) {
    .brandList ul li {
      width: 32%;
      margin-right: 2%; }
      .brandList ul li:nth-child(4n) {
        margin-right: 2%; }
      .brandList ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .brandList ul {
      margin-top: 15px; }
      .brandList ul li {
        width: 100%;
        float: none; }
        .brandList ul li a {
          padding-top: 10px;
          padding-bottom: 10px; }
          .brandList ul li a .tits {
            margin-top: 8px; }
          .brandList ul li a .more {
            margin: 10px auto 0; } }

.porduct {
  padding-top: 42px;
  padding-bottom: 85px; }
  .porduct .conLeft {
    width: 26.9%;
    float: left; }
    .porduct .conLeft .title {
      font-size: 15px;
      line-height: 44px;
      background-color: #276328;
      font-weight: bold;
      color: #fff;
      padding-left: 22px;
      box-sizing: border-box;
      text-transform: uppercase; }
    .porduct .conLeft .itemBox {
      border: 1px solid #276328;
      width: 100%;
      border-top: none;
      padding: 10px 3.90625vw 50px 22px;
      box-sizing: border-box; }
      .porduct .conLeft .itemBox .item .tits {
        font-size: 14px;
        line-height: 28px;
        border-bottom: 1px solid #276328;
        color: #000;
        display: block;
        position: relative; }
        .porduct .conLeft .itemBox .item .tits:after {
          width: 40px;
          height: 3px;
          position: absolute;
          bottom: -1px;
          left: 0;
          background-color: #f1d22d;
          content: ''; }
        .porduct .conLeft .itemBox .item .tits i {
          font-weight: bold; }
        .porduct .conLeft .itemBox .item .tits span {
          color: #276328; }
        .porduct .conLeft .itemBox .item .tits.on {
          color: #276328; }
        @media (min-width: 1024px) {
          .porduct .conLeft .itemBox .item .tits:hover {
            color: #276328; } }
      .porduct .conLeft .itemBox .item .tit {
        padding-top: 4px; }
        .porduct .conLeft .itemBox .item .tit a {
          display: block;
          box-sizing: border-box;
          font-size: 12px;
          line-height: 30px;
          color: #767676;
          padding-left: 20px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/product_icon1.png"); }
          .porduct .conLeft .itemBox .item .tit a span {
            color: #276328; }
          .porduct .conLeft .itemBox .item .tit a.on {
            color: #276328;
            background-image: url("../images/product_icon1_h.png"); }
          @media (min-width: 1024px) {
            .porduct .conLeft .itemBox .item .tit a:hover {
              color: #276328;
              background-image: url("../images/product_icon1_h.png"); } }
  .porduct .conRight {
    width: 69.1%;
    float: right; }
    .porduct .conRight .box .title {
      font-size: 20px;
      border-bottom: 1px solid #276328;
      font-weight: bold;
      line-height: 24px; }
      .porduct .conRight .box .title span {
        display: inline-block;
        position: relative;
        padding-bottom: 9px; }
        .porduct .conRight .box .title span:after {
          width: 100%;
          height: 2px;
          background-color: #f1d22d;
          position: absolute;
          bottom: -1px;
          content: '';
          left: 0; }
    .porduct .conRight .box .wordList {
      padding-left: 80px;
      box-sizing: border-box; }
      .porduct .conRight .box .wordList a {
        font-size: 12px;
        line-height: 34px;
        color: #000;
        padding: 0 4px; }
        .porduct .conRight .box .wordList a.on {
          color: #276328; }
        .porduct .conRight .box .wordList a.active {
          background-color: #276328;
          color: #fff;
          border-radius: 17px; }
    .porduct .conRight .box .navList {
      width: 100%;
      position: relative; }
      .porduct .conRight .box .navList .down {
        position: absolute;
        top: 12px;
        right: 8px;
        display: block; }
      .porduct .conRight .box .navList .item {
        display: flex;
        align-items: flex-start;
        margin-top: 12px; }
        .porduct .conRight .box .navList .item .tits {
          width: 80px;
          padding-left: 8px;
          font-size: 14px;
          line-height: 18px;
          font-weight: bold;
          margin-top: 8px; }
          .porduct .conRight .box .navList .item .tits span {
            display: inline-block;
            text-align: center; }
        .porduct .conRight .box .navList .item .tit {
          background-color: #f9f9f9;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          flex: 1;
          padding: 3px 20px 10px;
          box-sizing: border-box;
          border-radius: 10px; }
          .porduct .conRight .box .navList .item .tit a {
            font-size: 12px;
            line-height: 26px;
            color: #000; }
            .porduct .conRight .box .navList .item .tit a span {
              color: #276328; }
            @media (min-width: 1024px) {
              .porduct .conRight .box .navList .item .tit a:hover {
                color: #276328; } }
            .porduct .conRight .box .navList .item .tit a.on {
              color: #276328; }
        .porduct .conRight .box .navList .item:nth-child(2) .tit {
          grid-template-columns: 1fr 1fr 1fr 155px; }
        .porduct .conRight .box .navList .item:nth-child(3) .tit {
          grid-template-columns: 1fr 0.8fr 1fr 0.8fr 120px; }
      .porduct .conRight .box .navList .item1 {
        display: flex;
        align-items: center;
        margin-top: 15px;
        display: none; }
        .porduct .conRight .box .navList .item1.on {
          display: flex; }
        .porduct .conRight .box .navList .item1 .t {
          width: 80px;
          font-size: 14px;
          font-weight: bold;
          color: #333;
          line-height: 38px; }
        .porduct .conRight .box .navList .item1 .t1 {
          flex: 1;
          background-color: #f9f9f9;
          border-radius: 10px;
          height: 38px;
          display: flex;
          align-items: center;
          padding: 0 48px 0 15px;
          position: relative; }
          .porduct .conRight .box .navList .item1 .t1 .tt {
            font-size: 12px;
            line-height: 22px;
            padding: 0 5px;
            display: block;
            color: #000;
            margin-right: 8px;
            background-color: #faf5c4;
            border-radius: 3px;
            display: none; }
            .porduct .conRight .box .navList .item1 .t1 .tt i {
              font-size: 10px;
              color: #407040;
              margin-left: 24px; }
          .porduct .conRight .box .navList .item1 .t1 .tt1 {
            position: absolute;
            right: 48px;
            background-color: #fff;
            border-radius: 3px;
            padding: 0 10px;
            top: 8px;
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 22px;
            color: #000; }
            .porduct .conRight .box .navList .item1 .t1 .tt1 img {
              width: 12px;
              margin-right: 8px; }
    .porduct .conRight .list {
      margin-top: 35px; }
      .porduct .conRight .list ul {
        padding-bottom: 60px; }
        .porduct .conRight .list ul li {
          width: 31.5%;
          float: left;
          margin-right: 2.75%;
          margin-bottom: 25px;
          background-color: #fff;
          box-shadow: 2.828px -2.828px 24px 0px rgba(0, 0, 0, 0.1);
          border-radius: 10px;
          overflow: hidden; }
          .porduct .conRight .list ul li:nth-child(3n) {
            margin-right: 0; }
          .porduct .conRight .list ul li a {
            width: 100%;
            display: block; }
            .porduct .conRight .list ul li a .pic {
              padding-bottom: 73.8%; }
            .porduct .conRight .list ul li a .con {
              padding: 13px 20px 15px;
              box-sizing: border-box; }
              .porduct .conRight .list ul li a .con .tits {
                padding: 0 8px;
                box-sizing: border-box;
                width: 100%;
                border-bottom: 1px solid #276328;
                font-size: 14px;
                line-height: 30px;
                color: #222; }
              .porduct .conRight .list ul li a .con .tit {
                font-size: 12px;
                line-height: 18px;
                min-height: 72px;
                color: #6c6c6c;
                padding: 0 8px;
                -webkit-line-clamp: 4;
                margin-top: 16px; }
              .porduct .conRight .list ul li a .con .more {
                padding: 0 8px;
                display: flex;
                align-items: center;
                font-size: 11px;
                line-height: 13px;
                text-transform: uppercase;
                color: #222;
                margin-top: 20px; }
                .porduct .conRight .list ul li a .con .more img {
                  width: 13px;
                  margin-left: 7px; }
                  .porduct .conRight .list ul li a .con .more img.img2 {
                    display: none; }
          @media (min-width: 1024px) {
            .porduct .conRight .list ul li:hover a .con .tits {
              color: #276328; }
            .porduct .conRight .list ul li:hover a .con .more {
              color: #276328; }
              .porduct .conRight .list ul li:hover a .con .more img.img1 {
                display: block; }
              .porduct .conRight .list ul li:hover a .con .more img.img2 {
                display: none; } }
  @media (max-width: 1400px) {
    .porduct .conRight .box .navList .item:nth-child(2) .tit {
      grid-template-columns: 1fr 1fr 1fr; }
    .porduct .conRight .box .navList .item:nth-child(3) .tit {
      grid-template-columns: 0.8fr 0.9fr 1fr 1fr; } }
  @media (max-width: 1200px) {
    .porduct .conLeft .title {
      padding-left: 15px; }
    .porduct .conLeft .itemBox {
      padding: 10px 10px 30px 15px; }
    .porduct .conRight .list ul {
      padding-bottom: 40px; }
    .porduct .conRight .box .navList .item1 .t1 .tt1 {
      right: 15px; } }
  @media (max-width: 1150px) {
    .porduct .conLeft {
      display: none; }
    .porduct .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 960px) {
    .porduct .conRight .box .navList .item .tit {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
    .porduct .conRight .box .navList .item:nth-child(3) .tit {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 768px) {
    .porduct {
      padding-top: 25px;
      padding-bottom: 30px; }
      .porduct .conRight .box .title {
        font-size: 18px; }
      .porduct .conRight .list ul {
        padding-bottom: 25px; }
      .porduct .conRight .list ul li {
        width: 100%;
        float: none;
        margin-bottom: 10px; }
      .porduct .conRight .box .navList .item {
        display: block; }
        .porduct .conRight .box .navList .item .tits {
          margin-bottom: 10px; }
          .porduct .conRight .box .navList .item .tits br {
            display: none; }
      .porduct .conRight .box .navList .item .tit {
        grid-template-columns: 1fr 1fr 1fr; }
      .porduct .conRight .box .navList .item:nth-child(2) .tit {
        grid-template-columns: 1fr 1fr; }
      .porduct .conRight .box .navList .item:nth-child(3) .tit {
        grid-template-columns: 1fr 1fr; }
      .porduct .conRight .box .navList .item1 {
        display: block;
        margin-top: 0; }
        .porduct .conRight .box .navList .item1 .t {
          width: 100%;
          margin-bottom: 5px;
          line-height: 24px; }
        .porduct .conRight .box .navList .item1 .t1 {
          display: block;
          height: auto;
          padding: 5px 10px; }
          .porduct .conRight .box .navList .item1 .t1 .tt {
            margin-bottom: 3px; }
          .porduct .conRight .box .navList .item1 .t1 .tt1 {
            position: relative;
            right: auto;
            width: fit-content;
            top: 0; }
      .porduct .conRight .box .wordList {
        padding-left: 0;
        margin-top: 10px; }
        .porduct .conRight .box .wordList a {
          line-height: 28px; }
      .porduct .conRight .box .navList .down {
        top: 8px; } }

.error {
  padding-top: 48px;
  padding-bottom: 58px;
  text-align: center; }
  .error img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .error .tits {
    font-size: 42px;
    line-height: 44px;
    color: #484848;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 30px; }
  .error .tit {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #484848;
    margin-top: 30px; }
  .error a {
    width: 120px;
    height: 32px;
    background-color: #276328;
    text-align: center;
    display: block;
    margin: 25px auto 0;
    font-size: 13px;
    line-height: 32px;
    color: #fff; }
  .error .pic2 {
    margin: 42px auto 0; }

.productInfo {
  padding-top: 42px;
  padding-bottom: 66px; }
  .productInfo .content .conLeft {
    width: 74.2%;
    float: left; }
    .productInfo .content .conLeft .box .picBox {
      width: 58.1%;
      float: left; }
      .productInfo .content .conLeft .box .picBox .xList {
        width: 80px;
        float: left; }
        .productInfo .content .conLeft .box .picBox .xList ul li {
          width: 100%;
          height: 62px;
          border: 1px solid #c0bfbf;
          border-radius: 3px;
          overflow: hidden;
          position: relative;
          margin-bottom: 6px;
          box-sizing: border-box; }
          .productInfo .content .conLeft .box .picBox .xList ul li:last-child {
            margin-bottom: 0; }
          .productInfo .content .conLeft .box .picBox .xList ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: contain; }
          .productInfo .content .conLeft .box .picBox .xList ul li.on {
            background-color: #276328; }
      .productInfo .content .conLeft .box .picBox .bigList {
        width: calc(100% - 87px);
        float: right;
        height: auto; }
        .productInfo .content .conLeft .box .picBox .bigList .list {
          box-sizing: border-box;
          width: 100%;
          border-radius: 5px;
          border: 1px solid #cbcaca;
          overflow: hidden; }
          .productInfo .content .conLeft .box .picBox .bigList .list ul li {
            width: 100%;
            height: 386px;
            position: relative; }
            .productInfo .content .conLeft .box .picBox .bigList .list ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: contain; }
        .productInfo .content .conLeft .box .picBox .bigList .btns {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 7px; }
          .productInfo .content .conLeft .box .picBox .bigList .btns span {
            width: 28px;
            height: 3px;
            background-color: #ebebeb;
            opacity: 1;
            display: block;
            margin: 0 4px;
            cursor: pointer;
            transition: all 0.3s;
            border-radius: 0; }
            .productInfo .content .conLeft .box .picBox .bigList .btns span.swiper-pagination-bullet-active {
              background-color: #276328;
              width: 46px; }
    .productInfo .content .conLeft .box .con {
      width: 39.1%;
      float: right; }
      .productInfo .content .conLeft .box .con .tits {
        font-size: 22px;
        line-height: 24px;
        color: #000;
        font-weight: bold; }
      .productInfo .content .conLeft .box .con .share {
        display: flex;
        align-items: center;
        margin-top: 12px; }
        .productInfo .content .conLeft .box .con .share a {
          width: 20px;
          display: block;
          margin-right: 7px; }
      .productInfo .content .conLeft .box .con .tit {
        border-top: 1px solid #ebebeb;
        margin-top: 14px;
        padding-top: 8px; }
        .productInfo .content .conLeft .box .con .tit .t {
          font-size: 14px;
          line-height: 28px;
          color: #222;
          display: flex;
          align-items: center; }
          .productInfo .content .conLeft .box .con .tit .t .tt {
            width: 44.7%; }
            .productInfo .content .conLeft .box .con .tit .t .tt:nth-child(2) {
              flex: 1; }
      .productInfo .content .conLeft .box .con .tit1 {
        display: flex;
        align-items: center;
        margin-top: 16px; }
        .productInfo .content .conLeft .box .con .tit1 a {
          width: 156px;
          height: 28px;
          background-color: #276328;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 13px;
          font-weight: bold;
          color: #fff;
          line-height: 28px;
          margin-right: 8px;
          border-radius: 5px; }
          .productInfo .content .conLeft .box .con .tit1 a img {
            margin-right: 5px; }
          .productInfo .content .conLeft .box .con .tit1 a:last-child {
            background-color: #c8c8c8; }
      .productInfo .content .conLeft .box .con .tit2 {
        font-size: 13px;
        line-height: 20px;
        display: flex;
        align-items: flex-start;
        color: #737373;
        margin-top: 10px; }
        .productInfo .content .conLeft .box .con .tit2 img {
          margin-right: 8px;
          margin-top: 2px; }
    .productInfo .content .conLeft .box1 {
      width: 930px;
      margin-top: 25px;
      max-width: 100%; }
      .productInfo .content .conLeft .box1 .info {
        border-top: 1px solid #c9c9c9; }
        .productInfo .content .conLeft .box1 .info .item {
          border-bottom: 1px solid #c9c9c9;
          padding-bottom: 37px;
          padding-top: 28px; }
          .productInfo .content .conLeft .box1 .info .item .tits {
            font-size: 16px;
            line-height: 18px;
            color: #000;
            font-weight: bold; }
          .productInfo .content .conLeft .box1 .info .item .tit {
            font-size: 12px;
            line-height: 20px;
            color: #222;
            display: flex;
            flex-wrap: wrap;
            margin-top: 20px; }
            .productInfo .content .conLeft .box1 .info .item .tit .t {
              width: 50%;
              display: flex;
              align-items: center; }
              .productInfo .content .conLeft .box1 .info .item .tit .t .tt {
                width: 158px; }
                .productInfo .content .conLeft .box1 .info .item .tit .t .tt:nth-child(2) {
                  flex: 1; }
      .productInfo .content .conLeft .box1 .details {
        margin-top: 30px; }
        .productInfo .content .conLeft .box1 .details .tits {
          font-size: 16px;
          line-height: 18px;
          color: #000;
          font-weight: bold; }
        .productInfo .content .conLeft .box1 .details .tableBox {
          margin-top: 35px; }
          .productInfo .content .conLeft .box1 .details .tableBox table {
            border: 1px solid #e3e3e3;
            border-top: none; }
            .productInfo .content .conLeft .box1 .details .tableBox table tr {
              border: 1px solid #e3e3e3;
              color: #000; }
              .productInfo .content .conLeft .box1 .details .tableBox table tr th, .productInfo .content .conLeft .box1 .details .tableBox table tr td {
                text-align: left;
                padding-left: 30px;
                height: 25px; }
                .productInfo .content .conLeft .box1 .details .tableBox table tr th:nth-child(1), .productInfo .content .conLeft .box1 .details .tableBox table tr td:nth-child(1) {
                  padding-left: 42px; }
              .productInfo .content .conLeft .box1 .details .tableBox table tr th {
                background-color: #ddd;
                height: 36px;
                font-size: 14px; }
              .productInfo .content .conLeft .box1 .details .tableBox table tr td {
                font-size: 12px;
                border: 1px solid #e3e3e3; }
      .productInfo .content .conLeft .box1 .infoTile {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 5; }
        .productInfo .content .conLeft .box1 .infoTile .t {
          padding-right: 52px;
          font-size: 26px;
          line-height: 48px;
          position: relative;
          color: #fff;
          font-weight: bold;
          width: fit-content;
          letter-spacing: -1px; }
          .productInfo .content .conLeft .box1 .infoTile .t:after {
            width: 100%;
            height: 36px;
            top: 6px;
            left: 0;
            background-image: -moz-linear-gradient(180deg, #4a854c 0%, #193519 100%);
            background-image: -webkit-linear-gradient(180deg, #4a854c 0%, #193519 100%);
            background-image: -ms-linear-gradient(180deg, #4a854c 0%, #193519 100%);
            content: '';
            transform: skew(24deg);
            position: absolute;
            transform-origin: 0 100%;
            opacity: 0.9; }
          .productInfo .content .conLeft .box1 .infoTile .t span {
            position: relative;
            z-index: 5;
            padding-left: 15px; }
          .productInfo .content .conLeft .box1 .infoTile .t img {
            position: absolute;
            top: 0;
            right: -29px;
            z-index: 6; }
      .productInfo .content .conLeft .box1 .w735 {
        max-width: 100%;
        width: 735px; }
      .productInfo .content .conLeft .box1 .opt {
        margin-top: 15px; }
        .productInfo .content .conLeft .box1 .opt .optNew {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 12px; }
          .productInfo .content .conLeft .box1 .opt .optNew .con {
            width: 32.6%;
            margin-left: 16px; }
            .productInfo .content .conLeft .box1 .opt .optNew .con .item {
              font-size: 12px;
              line-height: 18px;
              color: #4c4c4c;
              margin-bottom: 9px; }
              .productInfo .content .conLeft .box1 .opt .optNew .con .item:last-child {
                margin-bottom: 0; }
              .productInfo .content .conLeft .box1 .opt .optNew .con .item .t {
                color: #276328;
                font-weight: bold; }
          .productInfo .content .conLeft .box1 .opt .optNew .pic {
            width: 61.9%; }
      .productInfo .content .conLeft .box1 .ps {
        margin-top: 45px; }
        .productInfo .content .conLeft .box1 .ps .itemBox {
          width: calc(100% - 16px);
          margin-left: 16px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 4px; }
          .productInfo .content .conLeft .box1 .ps .itemBox .item {
            width: calc(50% - 6px);
            border: 1px solid #777;
            box-sizing: border-box;
            margin-bottom: 9px;
            background-color: #ddf3de; }
            .productInfo .content .conLeft .box1 .ps .itemBox .item .tits {
              background-image: -moz-linear-gradient(180deg, #4a854c 0%, #193519 100%);
              background-image: -webkit-linear-gradient(180deg, #4a854c 0%, #193519 100%);
              background-image: -ms-linear-gradient(180deg, #4a854c 0%, #193519 100%);
              font-size: 14px;
              line-height: 30px;
              color: #fff;
              font-weight: bold;
              padding-left: 8px;
              box-sizing: border-box; }
            .productInfo .content .conLeft .box1 .ps .itemBox .item .picBox {
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap; }
              .productInfo .content .conLeft .box1 .ps .itemBox .item .picBox .img {
                width: calc(50% - 2px);
                margin-top: 4px;
                height: 0;
                padding-bottom: 31.6%;
                position: relative; }
                .productInfo .content .conLeft .box1 .ps .itemBox .item .picBox .img:nth-child(1), .productInfo .content .conLeft .box1 .ps .itemBox .item .picBox .img:nth-child(2) {
                  margin-top: 0; }
                .productInfo .content .conLeft .box1 .ps .itemBox .item .picBox .img img {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
      .productInfo .content .conLeft .box1 .tcw {
        margin-top: 25px; }
        .productInfo .content .conLeft .box1 .tcw .pic {
          margin-top: 10px; }
      .productInfo .content .conLeft .box1 .oc {
        margin-top: 20px; }
        .productInfo .content .conLeft .box1 .oc .itemBox {
          margin-top: 10px;
          display: flex;
          justify-content: center; }
          .productInfo .content .conLeft .box1 .oc .itemBox .item {
            width: 14%;
            margin: 0 1.3%; }
            .productInfo .content .conLeft .box1 .oc .itemBox .item p {
              font-size: 10px;
              line-height: 12px;
              color: #979797;
              text-align: center;
              width: 130%;
              margin-left: -15%;
              margin-top: 12px; }
      .productInfo .content .conLeft .box1 .faq {
        margin-top: 28px; }
        .productInfo .content .conLeft .box1 .faq .list {
          background-color: #ddf3de;
          margin-top: -6px;
          padding: 15px 18px 20px;
          box-sizing: border-box; }
          .productInfo .content .conLeft .box1 .faq .list ul li {
            border-bottom: 1px solid #1f4f20;
            padding-bottom: 8px;
            padding-top: 10px; }
            .productInfo .content .conLeft .box1 .faq .list ul li:last-child {
              border-bottom: none;
              padding-bottom: 0; }
            .productInfo .content .conLeft .box1 .faq .list ul li .t {
              display: flex;
              font-size: 15px;
              line-height: 20px;
              color: #4c4c4c;
              text-transform: uppercase;
              align-items: flex-start; }
              .productInfo .content .conLeft .box1 .faq .list ul li .t img {
                margin-right: 3px;
                margin-top: 5px; }
            .productInfo .content .conLeft .box1 .faq .list ul li .t1 {
              font-size: 12px;
              line-height: 18px;
              color: #4c4c4c;
              margin-top: 5px; }
      .productInfo .content .conLeft .box1 .cv {
        margin-top: 25px; }
        .productInfo .content .conLeft .box1 .cv .list {
          margin-top: 6px; }
          .productInfo .content .conLeft .box1 .cv .list ul li {
            width: 23.8%;
            float: left;
            margin-right: 1.6%;
            background-color: #ddf3de;
            margin-bottom: 10px;
            padding-bottom: 5px; }
            .productInfo .content .conLeft .box1 .cv .list ul li:nth-child(4n) {
              margin-right: 0; }
            .productInfo .content .conLeft .box1 .cv .list ul li .pic {
              width: 100%;
              height: 0;
              padding-bottom: 66.2%;
              overflow: hidden;
              position: relative; }
              .productInfo .content .conLeft .box1 .cv .list ul li .pic img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover; }
            .productInfo .content .conLeft .box1 .cv .list ul li .t {
              font-size: 11px;
              line-height: 13px;
              color: #223f23;
              padding: 0 5px;
              box-sizing: border-box;
              margin-top: 6px; }
  .productInfo .content .conRight {
    width: 24.3%;
    float: right; }
    .productInfo .content .conRight .top {
      width: 100%;
      box-sizing: border-box;
      padding: 25px 23px 18px;
      background-color: #fff;
      border-radius: 10px;
      border: 1px solid #ececec; }
      .productInfo .content .conRight .top img {
        height: 56px;
        display: block;
        margin: 0 auto; }
      .productInfo .content .conRight .top .t1 {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        color: #333;
        font-weight: bold;
        margin-top: 25px; }
      .productInfo .content .conRight .top .t {
        font-size: 12px;
        line-height: 17px;
        color: #222;
        overflow: hidden;
        max-height: 187px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 14px; }
      .productInfo .content .conRight .top .tit {
        margin-top: 16px; }
        .productInfo .content .conRight .top .tit .c {
          font-size: 16px;
          line-height: 18px;
          color: #333;
          font-weight: bold; }
        .productInfo .content .conRight .top .tit .c1 {
          font-size: 0;
          margin-top: 8px; }
          .productInfo .content .conRight .top .tit .c1 a {
            display: inline-block;
            font-size: 10px;
            line-height: 22px;
            border: 1px solid #b4b4b4;
            margin-right: 7px;
            margin-bottom: 8px;
            padding: 0 5px;
            color: #000; }
            @media (min-width: 1024px) {
              .productInfo .content .conRight .top .tit .c1 a:hover {
                background-color: #276328;
                color: #fff;
                border-color: #276328; } }
      .productInfo .content .conRight .top .tit1 {
        margin-top: 11px; }
        .productInfo .content .conRight .top .tit1 .tx {
          font-size: 12px;
          line-height: 20px;
          display: flex;
          justify-content: space-between;
          color: #000; }
          .productInfo .content .conRight .top .tit1 .tx span {
            color: #276328; }
          .productInfo .content .conRight .top .tit1 .tx a {
            color: #276328;
            font-weight: bold; }
    .productInfo .content .conRight .brandList {
      margin-top: 38px; }
      .productInfo .content .conRight .brandList ul li {
        width: 100%;
        float: none;
        margin-bottom: 8px; }
  .productInfo .brandList {
    margin-top: 65px; }
    .productInfo .brandList ul {
      padding-bottom: 0; }
      .productInfo .brandList ul li {
        width: 18.2%;
        margin-right: 2.25%; }
        .productInfo .brandList ul li:nth-child(4n) {
          margin-right: 2.25%; }
        .productInfo .brandList ul li:nth-child(5n) {
          margin-right: 0; }
  @media (max-width: 1366px) {
    .productInfo .content .conLeft .box .con .tit .t {
      font-size: 13px;
      line-height: 24px; }
    .productInfo .brandList ul li {
      width: 24%;
      margin-right: 1.3%; }
      .productInfo .brandList ul li:nth-child(5n) {
        margin-right: 1.3%; }
      .productInfo .brandList ul li:nth-child(4n) {
        margin-right: 0; } }
  @media (max-width: 1200px) {
    .productInfo .content .conLeft {
      width: 100%;
      float: none; }
    .productInfo .content .conRight {
      display: none; }
    .productInfo .brandList {
      margin-top: 40px; }
    .productInfo .brandList ul li {
      width: 32%;
      margin-right: 2%; }
      .productInfo .brandList ul li:nth-child(5n) {
        margin-right: 2%; }
      .productInfo .brandList ul li:nth-child(4n) {
        margin-right: 2%; }
      .productInfo .brandList ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .productInfo .brandList ul li {
      width: 48.5%;
      margin-right: 3%; }
      .productInfo .brandList ul li:nth-child(5n) {
        margin-right: 3%; }
      .productInfo .brandList ul li:nth-child(4n) {
        margin-right: 3%; }
      .productInfo .brandList ul li:nth-child(3n) {
        margin-right: 3%; }
      .productInfo .brandList ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 960px) {
    .productInfo .content .conLeft .box .picBox {
      width: 100%;
      float: none; }
    .productInfo .content .conLeft .box .con {
      width: 100%;
      float: none;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .productInfo {
      padding-top: 25px;
      padding-bottom: 35px; }
      .productInfo .brandList ul li {
        width: 100%;
        float: none;
        margin-right: 0 !important; }
      .productInfo .brandList {
        margin-top: 20px; }
      .productInfo .content .conLeft .box .picBox .bigList {
        width: 100%;
        float: none; }
        .productInfo .content .conLeft .box .picBox .bigList .list ul li {
          height: 65vw; }
      .productInfo .content .conLeft .box .picBox .xList {
        display: none; }
      .productInfo .content .conRight {
        width: 100%;
        float: none;
        display: block;
        margin-top: 10px; }
        .productInfo .content .conRight .brandList {
          display: none; }
      .productInfo .content .conLeft .box1 .info .item {
        padding: 10px 0; }
        .productInfo .content .conLeft .box1 .info .item .tit {
          margin-top: 10px;
          display: block; }
          .productInfo .content .conLeft .box1 .info .item .tit .t {
            width: 100%; }
      .productInfo .content .conLeft .box1 .details {
        margin-top: 15px; }
        .productInfo .content .conLeft .box1 .details .tableBox {
          margin-top: 15px;
          overflow-x: auto; }
      .productInfo .content .conLeft .box1 .infoTile .t {
        padding-right: 20px;
        font-size: 16px; }
        .productInfo .content .conLeft .box1 .infoTile .t span {
          white-space: nowrap; }
      .productInfo .content .conLeft .box1 .infoTile .logo {
        width: 110px; }
      .productInfo .content .conLeft .box1 .oc .itemBox {
        flex-wrap: wrap; }
        .productInfo .content .conLeft .box1 .oc .itemBox .item {
          width: 31%;
          margin: 0 1% 10px; }
      .productInfo .content .conLeft .box1 .opt .optNew {
        display: block; }
        .productInfo .content .conLeft .box1 .opt .optNew .con {
          width: 100%;
          margin-left: 0; }
        .productInfo .content .conLeft .box1 .opt .optNew .pic {
          width: 100%;
          margin-top: 10px; }
      .productInfo .content .conLeft .box1 .faq {
        margin-top: 10px; }
      .productInfo .content .conLeft .box1 .ps {
        margin-top: 15px; }
        .productInfo .content .conLeft .box1 .ps .itemBox {
          margin-left: 0;
          width: 100%;
          display: block; }
          .productInfo .content .conLeft .box1 .ps .itemBox .item {
            width: 100%; }
      .productInfo .content .conLeft .box1 .cv .list ul li {
        width: 49%;
        margin-right: 2%; }
        .productInfo .content .conLeft .box1 .cv .list ul li:nth-child(4n) {
          margin-right: 2%; }
        .productInfo .content .conLeft .box1 .cv .list ul li:nth-child(2n) {
          margin-right: 0; } }

.brandInfo_tk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(185, 185, 185, 0.45);
  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 3.95833vw;
    box-sizing: border-box; }
    .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 {
          color: #276328; }
        @media (min-width: 1024px) {
          .brandInfo_tk .box .tabs a:hover {
            color: #276328; } }
    .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 .bigList {
          width: 100%;
          position: relative; }
          .brandInfo_tk .box .picBox .picList .bigList ul li {
            width: 100%;
            height: 26.30208vw;
            border: 1px solid #276328;
            box-sizing: border-box;
            position: relative;
            overflow: hidden;
            border-radius: 5px; }
            .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; }
          .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 #276328;
            position: relative;
            cursor: pointer;
            border-radius: 5px;
            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; } }

.videoBox1 {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none; }
  .videoBox1 .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; }
    .videoBox1 .video video {
      width: 100%;
      height: 100%; }
    .videoBox1 .video .videoClose {
      width: 3.125vw;
      height: 3.125vw;
      position: absolute;
      top: -1.5625vw;
      right: -1.5625vw;
      border-radius: 100%;
      background-color: #e1b26c;
      cursor: pointer; }
      .videoBox1 .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: ''; }
      .videoBox1 .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) {
    .videoBox1 .video {
      width: 100%;
      height: 100%; }
      .videoBox1 .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoBox1 .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoBox1 .video .videoClose:before {
          width: 14px;
          height: 2px; } }

.about .box1 {
  padding-top: 60px;
  position: relative; }
  .about .box1:after {
    width: 27.6%;
    position: absolute;
    height: 100%;
    content: '';
    background-image: url("../images/about_bg1.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    left: 7%;
    bottom: 0; }
  .about .box1 .w1400 {
    position: relative;
    z-index: 5; }
  .about .box1 .picBox {
    width: 43.6%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 6.8%;
    position: relative;
    float: left;
    margin-top: 32px; }
    .about .box1 .picBox .pic {
      position: relative; }
      .about .box1 .picBox .pic .icon {
        width: 56px;
        height: 56px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(254, 221, 46, 0.6);
        display: flex;
        align-items: center;
        justify-content: center; }
        .about .box1 .picBox .pic .icon:after {
          width: 100%;
          height: 100%;
          border-radius: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: rgba(254, 221, 46, 0.6);
          animation: pulse-border 1.5s linear infinite; }
        .about .box1 .picBox .pic .icon:before {
          width: 100%;
          height: 100%;
          border-radius: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-color: rgba(254, 221, 46, 0.6);
          animation: pulse-border 1.5s linear infinite 0.3s; }
        .about .box1 .picBox .pic .icon img {
          position: relative;
          z-index: 5; }
      .about .box1 .picBox .pic .img:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        animation-name: rotateme;
        animation-duration: 24s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
      .about .box1 .picBox .pic .img:nth-child(2) {
        position: relative;
        z-index: 5; }
      .about .box1 .picBox .pic:nth-child(1) {
        margin-bottom: 10px; }
      .about .box1 .picBox .pic:nth-child(1), .about .box1 .picBox .pic:nth-child(3) {
        width: 30.6%;
        margin-right: 1.6%; }
      .about .box1 .picBox .pic:nth-child(2) {
        width: 67.8%;
        margin-bottom: 10px; }
      .about .box1 .picBox .pic:nth-child(4) {
        width: 40.6%; }
      .about .box1 .picBox .pic:nth-child(5) {
        width: 24.1%;
        position: absolute;
        right: 0;
        bottom: 0; }
  .about .box1 .con {
    float: right;
    width: 46.4%; }
    .about .box1 .con .tits {
      font-size: 30px;
      line-height: 40px;
      color: #010101;
      font-weight: bold; }
      .about .box1 .con .tits span {
        color: #276328; }
    .about .box1 .con .tit {
      font-size: 14px;
      line-height: 20px;
      color: #767676;
      margin-top: 15px; }
    .about .box1 .con .tit1 {
      display: flex;
      justify-content: space-between;
      margin-top: 40px; }
      .about .box1 .con .tit1 .t {
        text-align: center; }
        .about .box1 .con .tit1 .t .tt {
          font-size: 37px;
          line-height: 30px;
          height: 30px;
          overflow: hidden;
          color: #276328; }
          .about .box1 .con .tit1 .t .tt i {
            font-size: 12px;
            color: #767676;
            margin-left: 3px; }
        .about .box1 .con .tit1 .t .tt1 {
          font-size: 12px;
          line-height: 14px;
          color: #767676;
          margin-top: 5px; }
.about .box2 {
  padding-top: 45px; }
  .about .box2 .tits {
    text-align: center;
    font-size: 35px;
    line-height: 37px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase; }
  .about .box2 .tit {
    font-size: 12px;
    line-height: 25px;
    width: 890px;
    max-width: 100%;
    text-align: center;
    color: #767676;
    margin: 23px auto 0; }
  .about .box2 .pic {
    width: 100%;
    position: relative;
    margin-top: 32px; }
    .about .box2 .pic .aBox {
      width: 100%; }
      .about .box2 .pic .aBox a {
        font-size: 14px;
        line-height: 25px;
        color: #4a4a4a;
        position: absolute;
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px; }
        @media (min-width: 1024px) {
          .about .box2 .pic .aBox a:hover {
            color: #276328;
            background-image: url("../images/dian1.png"); } }
        .about .box2 .pic .aBox a:nth-child(2n) {
          padding-left: 20px;
          padding-right: 0;
          background-position: left center; }
        .about .box2 .pic .aBox a:nth-child(1) {
          top: 0;
          left: 24.3%; }
        .about .box2 .pic .aBox a:nth-child(2) {
          top: 0;
          right: 17%; }
        .about .box2 .pic .aBox a:nth-child(3) {
          top: 12%;
          left: 16.1%; }
        .about .box2 .pic .aBox a:nth-child(4) {
          top: 12%;
          right: 14.8%; }
        .about .box2 .pic .aBox a:nth-child(5) {
          top: 24%;
          left: 9%; }
        .about .box2 .pic .aBox a:nth-child(6) {
          top: 24%;
          right: 10.7%; }
        .about .box2 .pic .aBox a:nth-child(7) {
          top: 36%;
          left: 6.1%; }
        .about .box2 .pic .aBox a:nth-child(8) {
          top: 36%;
          right: 5.5%; }
        .about .box2 .pic .aBox a:nth-child(9) {
          top: 48%;
          left: 0; }
        .about .box2 .pic .aBox a:nth-child(10) {
          top: 48%;
          right: 0; }
.about .box3 {
  margin: 25px auto 0;
  position: relative;
  padding-bottom: 24px; }
  .about .box3 .title {
    width: 32.5%;
    position: absolute;
    top: 13px;
    left: 0; }
    .about .box3 .title .tits {
      font-size: 35px;
      line-height: 37px;
      color: #000;
      text-transform: uppercase;
      font-weight: bold; }
    .about .box3 .title .tit {
      font-size: 12px;
      line-height: 20px;
      color: #555;
      margin-top: 20px; }
  .about .box3 .boxNew {
    width: 73%;
    float: right;
    padding-left: 20px; }
    .about .box3 .boxNew .honorList {
      display: flex;
      justify-content: flex-end;
      position: relative;
      z-index: 8; }
      .about .box3 .boxNew .honorList .pic {
        width: 15.4%;
        margin: 0 1%; }
    .about .box3 .boxNew .line {
      width: 100%;
      height: 55px;
      position: relative;
      margin-top: -20px;
      z-index: 5; }
      .about .box3 .boxNew .line svg {
        margin-left: -1.2%;
        margin-top: -14px; }
    .about .box3 .boxNew .con {
      width: 100%;
      height: 173px;
      z-index: 4;
      background-color: #f4f4f4;
      position: relative;
      box-shadow: 3.993px 3.009px 17.64px 0.36px rgba(86, 86, 86, 0.28); }
      .about .box3 .boxNew .con .conn {
        width: 55.8%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        flex-wrap: wrap;
        justify-content: space-between;
        float: right;
        padding-top: 36px;
        margin-right: 10px; }
        .about .box3 .boxNew .con .conn .t {
          padding: 10px 0;
          display: flex;
          align-items: center; }
          .about .box3 .boxNew .con .conn .t img {
            margin-right: 4px; }
          .about .box3 .boxNew .con .conn .t p {
            font-size: 12px;
            line-height: 18px;
            color: #276328; }
            .about .box3 .boxNew .con .conn .t p span {
              color: #eaaf1b;
              font-size: 16px;
              font-weight: bold; }
    .about .box3 .boxNew:nth-child(3) {
      position: absolute;
      width: 56.4%;
      left: 0;
      bottom: 0; }
      .about .box3 .boxNew:nth-child(3) .honorList {
        flex-direction: row; }
        .about .box3 .boxNew:nth-child(3) .honorList .pic {
          width: 19.9%;
          margin: 0;
          margin-right: 4%; }
      .about .box3 .boxNew:nth-child(3) .line {
        height: 39px;
        margin-top: -30px; }
        .about .box3 .boxNew:nth-child(3) .line svg {
          margin-top: -17px; }
      .about .box3 .boxNew:nth-child(3) .con {
        height: 66px; }
.about .box4 {
  padding-top: 42px;
  padding-bottom: 50px; }
  .about .box4 .title {
    text-align: center;
    font-size: 35px;
    line-height: 37px;
    color: #000;
    font-weight: bold; }
  .about .box4 .content {
    width: 100%;
    position: relative;
    margin-top: 32px; }
    .about .box4 .content .pic {
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 20px;
      overflow: hidden; }
      .about .box4 .content .pic:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: rgba(0, 0, 0, 0.43);
        z-index: 5; }
      .about .box4 .content .pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        z-index: 2; }
    .about .box4 .content .list {
      width: 50%;
      float: right;
      position: relative;
      z-index: 5; }
      .about .box4 .content .list ul {
        padding-top: 45px; }
        .about .box4 .content .list ul li {
          width: 100%;
          box-sizing: border-box;
          color: #555;
          height: 115px;
          position: relative; }
          .about .box4 .content .list ul li:last-child {
            height: 100px; }
          .about .box4 .content .list ul li .icon {
            width: 37px;
            height: 37px;
            background-color: #276328;
            position: absolute;
            top: 0;
            left: -37px; }
            .about .box4 .content .list ul li .icon:after {
              width: 18px;
              height: 5px;
              background-color: #c7c7c7;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              content: ''; }
            .about .box4 .content .list ul li .icon:before {
              width: 5px;
              height: 18px;
              background-color: #c7c7c7;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              content: ''; }
          .about .box4 .content .list ul li .con {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 0 20px; }
            .about .box4 .content .list ul li .con .tits {
              font-size: 16px;
              line-height: 20px;
              font-weight: bold;
              transition: all 0.5s; }
            .about .box4 .content .list ul li .con .tit {
              font-size: 12px;
              line-height: 20px;
              height: 40px;
              overflow: hidden;
              margin-top: 16px;
              transition: all 0.5s; }
          .about .box4 .content .list ul li.on {
            position: relative;
            z-index: 5; }
            .about .box4 .content .list ul li.on .icon {
              background-color: #f1d22d; }
              .about .box4 .content .list ul li.on .icon:after {
                background-color: #276328;
                width: 10px; }
              .about .box4 .content .list ul li.on .icon:before {
                display: none; }
            .about .box4 .content .list ul li.on .con {
              background-color: #f7f7f7; }
              .about .box4 .content .list ul li.on .con .tits {
                color: #276328;
                padding-top: 10px; }
              .about .box4 .content .list ul li.on .con .tit {
                height: auto;
                padding-bottom: 40px; }

.searchPage {
  width: 880px;
  max-width: 92%;
  margin: 0 auto;
  padding-top: 42px;
  padding-bottom: 40px; }
  .searchPage .search {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border-radius: 23px;
    border: 1px solid #c0c2c3;
    display: flex;
    align-items: center; }
    .searchPage .search .text {
      flex: 1;
      height: 44px;
      padding-left: 35px;
      font-size: 16px;
      color: #828181;
      box-sizing: border-box;
      border: none;
      background: none; }
    .searchPage .search .submit {
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 7px; }
  .searchPage .tabs {
    width: 100%;
    display: flex;
    margin-top: 44px;
    position: relative; }
    .searchPage .tabs:after {
      width: 1000%;
      left: -500%;
      height: 2px;
      background-color: #cfcfcf;
      bottom: 0;
      content: '';
      position: absolute; }
    .searchPage .tabs a {
      font-size: 16px;
      line-height: 42px;
      padding: 0 8px;
      color: #000;
      text-transform: uppercase;
      position: relative;
      display: block;
      margin-right: 32px;
      z-index: 5; }
      .searchPage .tabs a:after {
        width: 100%;
        height: 5px;
        background-color: #276328;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: none; }
      .searchPage .tabs a.on:after {
        display: block; }
      @media (min-width: 1024px) {
        .searchPage .tabs a:hover:after {
          display: block; } }
  .searchPage .title {
    font-size: 16px;
    line-height: 30px;
    color: #828181;
    margin-top: 14px; }
  .searchPage .list {
    margin-top: 6px; }
    .searchPage .list ul {
      padding-bottom: 45px; }
      .searchPage .list ul li {
        border: 1px solid #dad9d9;
        border-radius: 10px;
        margin-bottom: 20px; }
        .searchPage .list ul li a {
          width: 100%;
          display: block;
          padding: 30px 40px 35px;
          box-sizing: border-box; }
          .searchPage .list ul li a .t {
            font-size: 14px;
            line-height: 16px;
            color: #276328; }
          .searchPage .list ul li a .t1 {
            font-size: 12px;
            line-height: 18px;
            color: #6c6c6c;
            margin-top: 16px; }
            .searchPage .list ul li a .t1 span {
              color: #276328; }
          .searchPage .list ul li a .t2 {
            font-size: 12px;
            line-height: 18px;
            color: #04579d;
            margin-top: 5px; }
        @media (min-width: 1024px) {
          .searchPage .list ul li:hover {
            box-shadow: 0px 2px 2.97px 0.03px rgba(0, 0, 0, 0.3); } }
  @media (max-width: 768px) {
    .searchPage {
      padding-top: 20px;
      padding-bottom: 25px; }
      .searchPage .search {
        height: 38px;
        border-radius: 19px; }
        .searchPage .search .text {
          padding-left: 15px;
          font-size: 14px;
          height: 36px; }
        .searchPage .search .submit {
          width: 36px;
          height: 36px; }
          .searchPage .search .submit img {
            width: 18px; }
      .searchPage .tabs {
        margin-top: 10px; }
        .searchPage .tabs:after {
          height: 1px; }
        .searchPage .tabs a {
          font-size: 14px;
          margin-right: 5px;
          line-height: 38px; }
          .searchPage .tabs a:after {
            height: 3px; }
      .searchPage .list ul {
        padding-bottom: 20px; }
        .searchPage .list ul li {
          margin-bottom: 10px; }
          .searchPage .list ul li a {
            padding: 15px 10px; }
            .searchPage .list ul li a .t1 {
              margin-top: 10px; } }

/*# sourceMappingURL=style.css.map */
