.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; }

.hoverPic a .pic {
  position: relative;
  overflow: hidden; }
  .hoverPic a .pic img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all 1.2s; }
@media (min-width: 1024px) {
  .hoverPic:hover a .pic img {
    transform: scale(1.1); } }

.videoItem {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0; }
  .videoItem .video {
    width: 62.5vw;
    height: 35.15625vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 !important;
    background-color: #fff; }
    .videoItem .video video {
      width: 100%;
      height: 100%; }
    .videoItem .video .videoClose {
      width: 3.125vw;
      height: 3.125vw;
      position: absolute;
      top: -1.5625vw;
      right: -1.5625vw;
      border-radius: 100%;
      background-color: #da8f5a;
      cursor: pointer; }
      .videoItem .video .videoClose:after {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
        content: ''; }
      .videoItem .video .videoClose:before {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        content: ''; }
  @media (max-width: 768px) {
    .videoItem .video {
      width: 100%;
      height: 100%; }
      .videoItem .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoItem .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoItem .video .videoClose:before {
          width: 14px;
          height: 2px; } }

.headerSearch {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
  left: 0;
  list-style-type: none;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box; }
  .headerSearch.on {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  .headerSearch .w1400 {
    width: 1690px;
    max-width: 92%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    flex-direction: row-reverse; }
    .headerSearch .w1400 .search {
      width: 300px;
      height: 38px;
      box-sizing: border-box;
      border: 1px solid #fff;
      border-radius: 10px;
      display: flex; }
      .headerSearch .w1400 .search .text {
        flex: 1;
        padding-left: 0;
        font-size: 16px;
        color: #fff;
        border: none;
        background: none; }
        .headerSearch .w1400 .search .text:-internal-autofill-previewed, .headerSearch .w1400 .search .text:-internal-autofill-selected {
          -webkit-text-fill-color: #fff !important;
          transition: background-color 5000s ease-in-out 0s !important; }
      .headerSearch .w1400 .search .submit {
        width: 50px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .headerSearch .w1400 .search .submit img {
          width: 18px; }
      .headerSearch .w1400 .search .searchClose {
        width: 36px;
        height: 36px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .headerSearch .w1400 .search .searchClose img {
          width: 14px; }

.headerBox {
  height: 75px; }
  .headerBox .header {
    width: 100%;
    height: 75px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
    .headerBox .header .w1400 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .headerBox .header .w1400 .logo {
        width: 158px;
        display: block;
        position: relative;
        z-index: 5; }
      .headerBox .header .w1400 .nav {
        flex: 1;
        margin-left: 34px;
        position: relative;
        z-index: 5; }
        .headerBox .header .w1400 .nav ul {
          display: flex; }
          .headerBox .header .w1400 .nav ul li {
            padding: 0 12px;
            position: relative; }
            .headerBox .header .w1400 .nav ul li .tits {
              font-size: 16px;
              font-weight: bold;
              color: #222;
              height: 75px;
              line-height: 20px;
              display: flex;
              align-items: center;
              position: relative; }
              .headerBox .header .w1400 .nav ul li .tits:after {
                width: 7px;
                height: 7px;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/nav_icon.png");
                left: -8px;
                top: 50%;
                margin-top: -12px;
                content: '';
                position: absolute;
                display: none; }
            .headerBox .header .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: 200px;
              padding: 10px 15px;
              left: -10px;
              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 .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 .w1400 .nav ul li dl dd {
                background: 0 0;
                position: relative;
                text-align: left;
                border-bottom: 1px solid #e9e9ee;
                padding: 6px 0; }
                .headerBox .header .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 .w1400 .nav ul li dl dd a:hover {
                      color: #da8f5a; } }
            .headerBox .header .w1400 .nav ul li.on .tits {
              color: #da8f5a; }
              .headerBox .header .w1400 .nav ul li.on .tits:after {
                display: block; }
            @media (min-width: 1141px) {
              .headerBox .header .w1400 .nav ul li:hover .tits {
                color: #da8f5a; }
              .headerBox .header .w1400 .nav ul li:hover dl {
                top: calc(100% + 10px);
                opacity: 1;
                filter: alpha(opacity=100);
                visibility: visible;
                height: auto;
                opacity: 1;
                filter: alpha(opacity=100);
                display: block;
                -webkit-transform: rotateX(0);
                transform: rotateX(0); } }
      .headerBox .header .w1400 .headerRight {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 5; }
        .headerBox .header .w1400 .headerRight .searchClick {
          width: 17px;
          height: 17px;
          margin-right: 14px; }
        .headerBox .header .w1400 .headerRight .lan {
          cursor: pointer;
          position: relative; }
          .headerBox .header .w1400 .headerRight .lan .t {
            font-size: 12px;
            display: flex;
            align-items: center;
            line-height: 17px;
            color: #333; }
            .headerBox .header .w1400 .headerRight .lan .t span {
              margin-left: 10px; }
          .headerBox .header .w1400 .headerRight .lan #select {
            width: 100%;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
            opacity: 0; }
        .headerBox .header .w1400 .headerRight .navClick {
          display: none;
          width: 22px;
          height: 18px;
          margin-left: 15px; }
          .headerBox .header .w1400 .headerRight .navClick span {
            width: 100%;
            height: 2px;
            background-color: #333;
            display: block;
            position: relative;
            transition: .3s;
            -webkit-transition: .3s;
            margin-bottom: 6px; }
            .headerBox .header .w1400 .headerRight .navClick span:last-child {
              margin-bottom: 0; }
          .headerBox .header .w1400 .headerRight .navClick.on span:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            top: 8px;
            right: 0px; }
          .headerBox .header .w1400 .headerRight .navClick.on span:nth-child(2) {
            display: none; }
          .headerBox .header .w1400 .headerRight .navClick.on span:nth-child(3) {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            top: 0;
            right: 0; }
  .headerBox.homePage {
    height: auto; }
    .headerBox.homePage .header {
      background: none !important;
      position: fixed;
      top: 16px;
      height: 66px;
      box-shadow: none; }
      .headerBox.homePage .header .w1400 {
        position: relative; }
        .headerBox.homePage .header .w1400:after {
          width: calc(100% + 142px);
          position: absolute;
          height: 100%;
          border-radius: 33px;
          background-color: #fff;
          left: -71px;
          top: 0;
          content: '';
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .headerBox.homePage .header .w1400 .nav ul li .tits {
          height: 66px; }
  @media (max-width: 1560px) {
    .headerBox.homePage .header .w1400:after {
      width: 108%;
      left: -4%; } }
  @media (max-width: 1460px) {
    .headerBox .header .w1400 .nav ul li .tits {
      font-size: 14px; } }
  @media (max-width: 1366px) {
    .headerBox .header .w1400 .nav ul li {
      padding: 0 8px; } }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px !important; }
      .headerBox .header {
        background: #fff !important;
        position: fixed !important;
        top: 0 !important;
        height: 50px !important;
        left: 0; }
        .headerBox .header .w1400 {
          display: flex;
          align-items: center;
          height: 50px; }
          .headerBox .header .w1400 .nav {
            display: none;
            width: 100%;
            position: fixed;
            top: 50px;
            height: calc(100vh - 50px);
            background-color: rgba(0, 0, 0, 0.5);
            left: 0;
            display: none;
            margin-left: 0; }
            .headerBox .header .w1400 .nav ul {
              width: 260px;
              box-sizing: border-box;
              height: 100%;
              display: block;
              float: right;
              padding-top: 20px;
              background-color: #fff; }
              .headerBox .header .w1400 .nav ul li {
                float: none;
                background: none !important;
                margin-right: 0; }
                .headerBox .header .w1400 .nav ul li .tits {
                  font-size: 16px;
                  line-height: 46px;
                  height: auto !important;
                  padding-left: 20px;
                  display: block;
                  box-sizing: border-box;
                  position: relative;
                  color: #000 !important;
                  background: none !important;
                  font-weight: normal; }
                  .headerBox .header .w1400 .nav ul li .tits:after {
                    display: none !important; }
                .headerBox .header .w1400 .nav ul li dl {
                  width: 100%;
                  position: relative;
                  opacity: 1;
                  top: 0;
                  padding: 0;
                  visibility: initial;
                  box-shadow: none;
                  transform: rotateX(0);
                  display: none;
                  left: 0; }
                  .headerBox .header .w1400 .nav ul li dl:after {
                    display: none; }
                  .headerBox .header .w1400 .nav ul li dl dd {
                    border-bottom: none;
                    padding: 0; }
                    .headerBox .header .w1400 .nav ul li dl dd a {
                      color: #000;
                      font-size: 14px;
                      line-height: 36px;
                      padding: 0 0 0 30px;
                      box-sizing: border-box; }
          .headerBox .header .w1400 .headerRight .navClick {
            display: block; }
      .headerBox.homePage .header {
        background: #fff !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
        .headerBox.homePage .header .w1400:after {
          display: none; } }

.index-banner {
  width: 100%;
  position: relative; }
  .index-banner .btns {
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 10; }
    .index-banner .btns span {
      width: 9px;
      height: 9px;
      opacity: 0.57;
      border-radius: 100%;
      background-color: #000;
      margin: 0 6px;
      display: block;
      cursor: pointer; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        opacity: 1;
        background-color: #fff; }

.indexTitle {
  text-align: center;
  font-size: 34px;
  line-height: 36px;
  color: #222;
  font-weight: bold; }
  @media (max-width: 1366px) {
    .indexTitle {
      font-size: 30px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .indexTitle {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .indexTitle {
      font-size: 20px;
      line-height: 22px; } }

.index .box1 {
  padding-top: 25px; }
  .index .box1 .itemBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 26px; }
    .index .box1 .itemBox .item {
      width: 23.8%;
      border-radius: 5px;
      overflow: hidden;
      background-color: #f3f3f3;
      margin-bottom: 8px; }
      .index .box1 .itemBox .item a {
        width: 100%;
        display: block;
        position: relative; }
        .index .box1 .itemBox .item a .con {
          position: absolute;
          top: 20px;
          left: 16px; }
          .index .box1 .itemBox .item a .con .t {
            font-size: 16px;
            line-height: 18px;
            color: #858484;
            font-weight: bold;
            text-transform: uppercase; }
          .index .box1 .itemBox .item a .con .t1 {
            font-size: 9px;
            line-height: 13px;
            border: 1px solid #999;
            color: #858484;
            border-radius: 8px;
            padding: 0 8px;
            margin-top: 6px; }
      @media (min-width: 1024px) {
        .index .box1 .itemBox .item:hover {
          background-image: -moz-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
          background-image: -webkit-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
          background-image: -ms-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
          box-shadow: 1.782px 0.908px 3.92px 0.08px rgba(181, 181, 181, 0.4); }
          .index .box1 .itemBox .item:hover a .con .t {
            color: #fff; }
          .index .box1 .itemBox .item:hover a .con .t1 {
            color: #da8f5a;
            background-color: #fff;
            border-color: #fff; } }
  @media (max-width: 1200px) {
    .index .box1 .itemBox .item a .con {
      top: 10px; }
      .index .box1 .itemBox .item a .con .t {
        font-size: 14px;
        line-height: 16px; } }
  @media (max-width: 1024px) {
    .index .box1 .itemBox {
      display: block; }
      .index .box1 .itemBox:after {
        display: block;
        height: 0;
        clear: both;
        /*visibility:hidden;*/
        overflow: hidden;
        content: "."; }
      .index .box1 .itemBox .item {
        width: 31.5%;
        margin-right: 2.75%;
        float: left; }
        .index .box1 .itemBox .item:nth-child(3n) {
          margin-right: 0; } }
  @media (max-width: 768px) {
    .index .box1 {
      padding-top: 15px; }
      .index .box1 .itemBox {
        margin-top: 15px; }
        .index .box1 .itemBox .item {
          width: 49%;
          margin-right: 2%;
          overflow: hidden; }
          .index .box1 .itemBox .item:nth-child(3n) {
            margin-right: 2%; }
          .index .box1 .itemBox .item:nth-child(2n) {
            margin-right: 0; }
          .index .box1 .itemBox .item a {
            padding-bottom: 10px; }
            .index .box1 .itemBox .item a img {
              width: 150%;
              margin-left: -50%; }
            .index .box1 .itemBox .item a .con {
              position: relative;
              left: auto;
              top: auto;
              margin-top: 8px; }
              .index .box1 .itemBox .item a .con .t {
                text-align: center; }
                .index .box1 .itemBox .item a .con .t br {
                  display: none; }
              .index .box1 .itemBox .item a .con .t1 {
                display: none; } }
.index .box2 {
  display: flex;
  padding-top: 50px;
  align-items: flex-end;
  margin: 0 auto 75px; }
  .index .box2 .pic {
    width: 47.4%;
    margin-left: 15px;
    position: relative; }
    .index .box2 .pic:after {
      width: 66.9%;
      height: 83%;
      border-radius: 10px;
      background-image: -moz-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
      background-image: -webkit-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
      background-image: -ms-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
      top: -15px;
      left: -15px;
      content: '';
      position: absolute; }
    .index .box2 .pic .k {
      width: 95%;
      height: 75%;
      position: absolute;
      bottom: -20px;
      right: -20px;
      border-radius: 10px;
      box-sizing: border-box;
      border: 1px dashed #666; }
      .index .box2 .pic .k:after {
        width: 18px;
        height: 18px;
        position: absolute;
        right: -9px;
        bottom: -9px;
        border-radius: 100%;
        background-color: #da8f5a;
        content: ''; }
    .index .box2 .pic .img {
      width: 100%;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      z-index: 5;
      cursor: pointer; }
      .index .box2 .pic .img .icon {
        width: 4.11458vw;
        height: 4.11458vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/video1.png"); }
  .index .box2 .con {
    flex: 1;
    margin-left: 50px; }
    .index .box2 .con .indexTitle {
      text-align: left; }
    .index .box2 .con .txt {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      height: 180px;
      -webkit-line-clamp: 9;
      margin-top: 1.71875vw; }
    .index .box2 .con .tit {
      display: flex;
      justify-content: safe right;
      margin-top: 2.86458vw; }
      .index .box2 .con .tit a {
        padding-left: 50px;
        padding-right: 15px;
        font-size: 16px;
        line-height: 50px;
        display: flex;
        align-items: center;
        border-radius: 26px;
        border: 1px solid #da8f5a;
        box-shadow: 0px 2px 0px 0px #d68141;
        background-size: cover;
        background-image: url("../images/index_bg1.png");
        color: #4c2e17; }
        .index .box2 .con .tit a img {
          margin-left: 30px; }
  @media (max-width: 1024px) {
    .index .box2 .con .tit a {
      line-height: 44px;
      padding-left: 30px; }
      .index .box2 .con .tit a img {
        margin-left: 20px; } }
  @media (max-width: 768px) {
    .index .box2 {
      display: block;
      padding-top: 30px;
      margin-bottom: 30px; }
      .index .box2 .pic {
        width: 100%;
        margin-left: 0;
        padding-left: 10px;
        box-sizing: border-box; }
        .index .box2 .pic:after {
          left: 0;
          top: -10px; }
        .index .box2 .pic .k {
          bottom: -10px;
          right: -10px; }
      .index .box2 .con {
        width: 100%;
        margin-top: 30px;
        margin-left: 0; }
        .index .box2 .con .txt {
          font-size: 13px;
          height: auto;
          -webkit-line-clamp: 6; }
        .index .box2 .con .tit {
          display: block;
          width: fit-content; }
          .index .box2 .con .tit a {
            height: 40px;
            font-size: 14px; } }
.index .box3 {
  position: relative;
  background-color: #ececec; }
  .index .box3 .conLeft {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
    .index .box3 .conLeft .w1400 {
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center; }
      .index .box3 .conLeft .w1400 .con {
        width: 21%; }
        .index .box3 .conLeft .w1400 .con .indexTitle {
          text-align: left; }
        .index .box3 .conLeft .w1400 .con .txt {
          font-size: 14px;
          line-height: 20px;
          color: #666;
          margin-top: 1.30208vw; }
        .index .box3 .conLeft .w1400 .con .btns {
          display: flex;
          margin-top: 1.30208vw; }
          .index .box3 .conLeft .w1400 .con .btns a {
            width: 54px;
            height: 54px;
            background-size: cover;
            border-radius: 100%;
            background-repeat: no-repeat;
            margin-right: 15px;
            border: 2px solid #c3c3c3; }
            .index .box3 .conLeft .w1400 .con .btns a.prev {
              background-image: url("../images/prev1.png"); }
            .index .box3 .conLeft .w1400 .con .btns a.next {
              background-image: url("../images/next1.png"); }
            @media (min-width: 1024px) {
              .index .box3 .conLeft .w1400 .con .btns a:hover {
                border-color: #da8f5a; }
                .index .box3 .conLeft .w1400 .con .btns a:hover.prev {
                  background-image: url("../images/prev1_h.png"); }
                .index .box3 .conLeft .w1400 .con .btns a:hover.next {
                  background-image: url("../images/next1_h.png"); } }
  .index .box3 .list {
    padding: 45px 0 45px 22px;
    width: 64%;
    margin-left: -22px;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 5; }
    .index .box3 .list ul li {
      width: 27.4%;
      margin-right: 2.3%;
      float: left;
      overflow: hidden;
      border-radius: 10px;
      background-color: #fff; }
      .index .box3 .list ul li:last-child {
        margin-right: 0; }
      .index .box3 .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .index .box3 .list ul li a .pic {
          padding-bottom: 75%; }
        .index .box3 .list ul li a .con {
          width: 100%;
          box-sizing: border-box;
          padding: 26px 32px 22px; }
          .index .box3 .list ul li a .con .tits {
            font-size: 16px;
            line-height: 20px;
            color: #222;
            font-weight: bold; }
          .index .box3 .list ul li a .con .line {
            width: 20px;
            height: 3px;
            background-color: #bb5517;
            margin-top: 10px; }
          .index .box3 .list ul li a .con .tit {
            font-size: 12px;
            line-height: 18px;
            color: #666;
            margin-top: 10px; }
          .index .box3 .list ul li a .con .tit1 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px; }
            .index .box3 .list ul li a .con .tit1 .time {
              padding-left: 16px;
              font-size: 12px;
              line-height: 18px;
              color: #222;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time1.png"); }
            .index .box3 .list ul li a .con .tit1 .t {
              font-size: 12px;
              line-height: 18px;
              border-radius: 5px;
              padding: 0 12px;
              color: #fff;
              font-weight: bold;
              background-color: #d68141; }
      @media (min-width: 1024px) {
        .index .box3 .list ul li:hover {
          box-shadow: 0px 2px 28.42px 0.58px rgba(195, 195, 195, 0.4); } }
  @media (max-width: 1500px) {
    .index .box3 .list {
      padding: 45px 0 45px 15px; } }
  @media (max-width: 1280px) {
    .index .box3 .list {
      width: 68%; }
    .index .box3 .list ul li {
      width: 33.4%; }
      .index .box3 .list ul li a .con {
        padding: 15px 20px 12px; }
    .index .box3 .conLeft .w1400 .con .btns a {
      width: 40px;
      height: 40px; } }
  @media (max-width: 1024px) {
    .index .box3 .list {
      padding: 30px 0 30px 10px; }
      .index .box3 .list ul li {
        width: 44%; } }
  @media (max-width: 768px) {
    .index .box3 {
      padding-top: 20px; }
      .index .box3 .conLeft {
        width: 100%;
        position: relative; }
        .index .box3 .conLeft .w1400 .con {
          width: 100%; }
          .index .box3 .conLeft .w1400 .con .txt {
            font-size: 13px; }
      .index .box3 .list {
        width: 92%;
        margin: 0 auto;
        padding: 15px 0 25px;
        float: none; }
        .index .box3 .list ul li {
          width: 100%; } }
.index .box4 {
  padding-top: 50px; }
  .index .box4 .list {
    width: 100%;
    margin-top: 28px;
    position: relative; }
    .index .box4 .list .listNew {
      width: 100%; }
      .index .box4 .list .listNew ul {
        position: relative; }
        .index .box4 .list .listNew ul li {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          opacity: 0;
          width: 33.6%;
          z-index: -1;
          left: 33.2%;
          overflow: initial !important; }
          .index .box4 .list .listNew ul li a {
            width: 100%;
            position: relative;
            padding-bottom: 50px;
            display: block; }
            .index .box4 .list .listNew ul li a .pic {
              border-radius: 10px;
              overflow: hidden;
              background-color: #b9b9b9;
              position: relative; }
              .index .box4 .list .listNew ul li a .pic:after {
                width: 4.11458vw;
                height: 4.11458vw;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/video1.png");
                content: '';
                display: none; }
            .index .box4 .list .listNew ul li a .con {
              display: none;
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0; }
              .index .box4 .list .listNew ul li a .con .tits {
                font-size: 16px;
                line-height: 20px;
                color: #222;
                font-weight: bold; }
              .index .box4 .list .listNew ul li a .con .time {
                font-size: 12px;
                line-height: 14px;
                color: #666;
                padding-left: 20px;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/time2.png");
                margin-top: 3px; }
          .index .box4 .list .listNew ul li.on a .pic {
            box-shadow: 0px 2px 19.6px 0.4px #bababa; }
            .index .box4 .list .listNew ul li.on a .pic:after {
              display: block; }
          .index .box4 .list .listNew ul li.on a .con {
            display: block; }
    .index .box4 .list .a {
      width: 12px;
      height: 20px;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: calc(50% - 25px);
      transform: translateY(-50%);
      cursor: pointer; }
      .index .box4 .list .a.prev {
        left: -35px;
        background-image: url("../images/prev2.png"); }
      .index .box4 .list .a.next {
        right: -35px;
        background-image: url("../images/next2.png"); }
  @media (max-width: 900px) {
    .index .box4 .list .listNew ul {
      height: 0 !important;
      padding-bottom: 72%; }
      .index .box4 .list .listNew ul li {
        width: 100%;
        left: 0; }
    .index .box4 .list .a.prev {
      left: -10px; }
    .index .box4 .list .a.next {
      right: -10px; } }
  @media (max-width: 768px) {
    .index .box4 {
      padding-top: 25px; }
      .index .box4 .list {
        margin-top: 20px; } }
.index .box5 {
  display: flex;
  align-items: flex-end;
  padding-top: 55px;
  justify-content: space-between; }
  .index .box5 .boxLeft {
    width: 50.4%; }
    .index .box5 .boxLeft .item {
      width: 68.6%;
      float: left;
      overflow: initial; }
      .index .box5 .boxLeft .item ul li {
        border-radius: 10px;
        border: 1px solid #dedede;
        overflow: hidden; }
        .index .box5 .boxLeft .item ul li a {
          width: 100%;
          display: block; }
          .index .box5 .boxLeft .item ul li a .pic {
            height: 272px; }
          .index .box5 .boxLeft .item ul li a .con {
            padding: 30px 35px 32px;
            box-sizing: border-box; }
            .index .box5 .boxLeft .item ul li a .con .time {
              padding-left: 17px;
              font-size: 12px;
              line-height: 14px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time1.png");
              color: #393939; }
            .index .box5 .boxLeft .item ul li a .con .tits {
              font-size: 20px;
              line-height: 22px;
              color: #222;
              font-weight: bold;
              margin-top: 10px; }
            .index .box5 .boxLeft .item ul li a .con .line {
              width: 20px;
              height: 3px;
              background-color: #da8f5a;
              margin-top: 10px; }
            .index .box5 .boxLeft .item ul li a .con .tit {
              font-size: 12px;
              line-height: 18px;
              color: #666;
              height: 54px;
              margin-top: 25px; }
        .index .box5 .boxLeft .item ul li:nth-child(n + 2) {
          display: none; }
        @media (min-width: 1024px) {
          .index .box5 .boxLeft .item ul li:hover {
            box-shadow: 0px 0px 10px 0px rgba(195, 195, 195, 0.4); } }
      .index .box5 .boxLeft .item .btns {
        display: none;
        justify-content: center;
        margin-top: 5px; }
        .index .box5 .boxLeft .item .btns span {
          width: 8px;
          height: 8px;
          border-radius: 100%;
          display: block;
          margin: 0 3px;
          background-color: #000;
          cursor: pointer;
          padding: 0;
          opacity: 1; }
          .index .box5 .boxLeft .item .btns span.swiper-pagination-bullet-active {
            background-color: #da8f5a; }
    .index .box5 .boxLeft .itemBox {
      width: 29%;
      float: right; }
      .index .box5 .boxLeft .itemBox .item1 {
        width: 100%;
        border: 1px solid #dedede;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 6px; }
        .index .box5 .boxLeft .itemBox .item1:last-child {
          margin-bottom: 0; }
        .index .box5 .boxLeft .itemBox .item1 a {
          width: 100%;
          display: block; }
          .index .box5 .boxLeft .itemBox .item1 a .pic {
            height: 153px; }
          .index .box5 .boxLeft .itemBox .item1 a .con {
            box-sizing: border-box;
            padding: 9px 15px; }
            .index .box5 .boxLeft .itemBox .item1 a .con .tits {
              font-size: 14px;
              line-height: 20px;
              height: 40px;
              color: #222;
              font-weight: bold; }
            .index .box5 .boxLeft .itemBox .item1 a .con .time {
              padding-left: 18px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time3.png");
              font-size: 12px;
              line-height: 14px;
              color: #777;
              margin-top: 7px; }
        @media (min-width: 1024px) {
          .index .box5 .boxLeft .itemBox .item1:hover {
            box-shadow: 0px 0px 10px 0px rgba(195, 195, 195, 0.4); } }
  .index .box5 .boxRight {
    width: 45%; }
    .index .box5 .boxRight .indexTitle {
      text-align: left; }
    .index .box5 .boxRight .list {
      border-top: 1px dashed #b1b1b1;
      margin-top: 25px; }
      .index .box5 .boxRight .list ul li {
        border-bottom: 1px dashed #b1b1b1; }
        .index .box5 .boxRight .list ul li a {
          display: block;
          padding: 22px 0; }
          .index .box5 .boxRight .list ul li a .tits {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .index .box5 .boxRight .list ul li a .tits .t {
              font-size: 16px;
              line-height: 22px;
              color: #222; }
            .index .box5 .boxRight .list ul li a .tits .time {
              font-size: 12px;
              line-height: 14px;
              color: #393939;
              padding-left: 18px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time1.png"); }
          .index .box5 .boxRight .list ul li a .con {
            display: none;
            padding-top: 20px; }
            .index .box5 .boxRight .list ul li a .con .txt {
              font-size: 12px;
              line-height: 18px;
              height: 54px;
              color: #666; }
            .index .box5 .boxRight .list ul li a .con .tit {
              display: flex;
              justify-content: space-between;
              align-items: center;
              margin-top: 20px; }
              .index .box5 .boxRight .list ul li a .con .tit .time {
                font-size: 12px;
                line-height: 14px;
                color: #393939;
                padding-left: 18px;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/time1.png"); }
              .index .box5 .boxRight .list ul li a .con .tit .t {
                padding: 0 13px;
                border-radius: 5px;
                background-color: #da8f5a;
                color: #fff;
                font-size: 12px;
                line-height: 18px;
                font-weight: bold; }
        .index .box5 .boxRight .list ul li.on a .tits .t {
          font-size: 20px; }
        .index .box5 .boxRight .list ul li.on a .tits .time {
          display: none; }
  @media (max-width: 1200px) {
    .index .box5 .boxLeft .item {
      width: 100%; }
    .index .box5 .boxLeft .itemBox {
      display: none; } }
  @media (max-width: 768px) {
    .index .box5 {
      padding-top: 25px; }
      .index .box5 .boxRight {
        display: none; }
      .index .box5 .boxLeft {
        width: 100%; }
        .index .box5 .boxLeft .item ul li a .con {
          padding: 15px 10px; }
          .index .box5 .boxLeft .item ul li a .con .tits {
            font-size: 16px;
            line-height: 18px;
            height: auto; }
          .index .box5 .boxLeft .item ul li a .con .tit {
            margin-top: 10px; }
        .index .box5 .boxLeft .item .btns {
          display: flex; } }
.index .box6 {
  padding-bottom: 40px;
  margin-top: 45px;
  padding-top: 42px; }
  .index .box6 .list {
    margin-top: 10px;
    position: relative; }
    .index .box6 .list .a {
      width: 57px;
      height: 58px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 10; }
      .index .box6 .list .a.prev {
        background-image: url("../images/prev3.png");
        left: 0; }
      .index .box6 .list .a.next {
        background-image: url("../images/next3.png");
        right: 0; }
    .index .box6 .list .listNew {
      width: 1200px;
      max-width: calc(100% - 110px);
      margin: 0 auto;
      padding: 20px; }
      .index .box6 .list .listNew ul li {
        width: 30.8%;
        float: left;
        margin-right: 3.8%;
        box-shadow: 0px 6px 10px rgba(86, 38, 9, 0.6);
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-sizing: border-box; }
        .index .box6 .list .listNew ul li:last-child {
          margin-right: 0; }
        .index .box6 .list .listNew ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .index .box6 .list .listNew ul li a .pic {
            padding-bottom: 75%; }
            .index .box6 .list .listNew ul li a .pic .line1 {
              width: 100%;
              height: 10px;
              background-color: #602a0a;
              position: absolute;
              bottom: 0;
              left: 0; }
              .index .box6 .list .listNew ul li a .pic .line1:after {
                width: 60px;
                height: 100%;
                background-color: #d17e40;
                position: absolute;
                left: 0;
                top: 0;
                content: '';
                transform: skewX(-35deg);
                transform-origin: 0 0; }
          .index .box6 .list .listNew ul li a .con {
            width: 265px;
            margin: 0 auto;
            max-width: 92%;
            padding: 22px 0; }
            .index .box6 .list .listNew ul li a .con .tits {
              font-size: 16px;
              line-height: 20px;
              height: 40px;
              color: #222;
              font-weight: bold; }
            .index .box6 .list .listNew ul li a .con .line {
              width: 20px;
              height: 3px;
              background-color: #da8f5a;
              margin-top: 10px; }
            .index .box6 .list .listNew ul li a .con .tit {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-top: 10px; }
              .index .box6 .list .listNew ul li a .con .tit .time {
                padding-left: 16px;
                font-size: 12px;
                line-height: 14px;
                color: #222;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url("../images/time1.png"); }
              .index .box6 .list .listNew ul li a .con .tit .t {
                padding: 0 13px;
                font-size: 12px;
                line-height: 19px;
                border-radius: 5px;
                background-color: #da8f5a;
                color: #fff;
                font-weight: bold; }
  @media (max-width: 1024px) {
    .index .box6 .list .a {
      width: 40px;
      height: 40px; }
    .index .box6 .list .listNew ul li {
      width: 48%;
      margin-right: 4%; } }
  @media (max-width: 640px) {
    .index .box6 {
      padding-bottom: 20px;
      margin-top: 25px;
      padding-top: 22px; }
      .index .box6 .list .a.prev {
        left: -10px; }
      .index .box6 .list .a.next {
        right: -10px; }
      .index .box6 .list .listNew {
        width: 100%;
        max-width: 100%;
        padding: 0; }
        .index .box6 .list .listNew ul {
          padding: 10px;
          box-sizing: border-box; }
          .index .box6 .list .listNew ul li {
            width: 100%;
            box-shadow: 0px 3px 5px rgba(86, 38, 9, 0.6); } }
.index .box7 {
  padding-top: 40px; }
  .index .box7 .boxNew {
    margin-top: 35px; }
    .index .box7 .boxNew .boxLeft {
      width: 71.1%;
      background-color: #fff;
      float: left;
      border-radius: 10px;
      box-shadow: 0px 0px 29px 0px rgba(195, 195, 195, 0.4);
      background-color: #fff;
      border: 1px solid #efefef; }
      .index .box7 .boxNew .boxLeft a {
        width: 100%;
        padding: 28px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .index .box7 .boxNew .boxLeft a .pic {
          width: 42.6%;
          height: 300px;
          border-radius: 10px; }
          .index .box7 .boxNew .boxLeft a .pic .t {
            background-color: rgba(0, 0, 0, 0.7);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            box-sizing: border-box;
            padding: 0 16px;
            font-size: 16px;
            line-height: 40px;
            color: #fff; }
        .index .box7 .boxNew .boxLeft a .con {
          width: 52.1%; }
          .index .box7 .boxNew .boxLeft a .con .tits {
            font-size: 24px;
            line-height: 30px;
            color: #222;
            height: 60px; }
          .index .box7 .boxNew .boxLeft a .con .line {
            width: 20px;
            height: 3px;
            background-color: #da8f5a;
            margin-top: 22px; }
          .index .box7 .boxNew .boxLeft a .con .tit {
            font-size: 12px;
            line-height: 18px;
            color: #666;
            margin-top: 22px;
            height: 54px; }
          .index .box7 .boxNew .boxLeft a .con .tit1 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 40px; }
            .index .box7 .boxNew .boxLeft a .con .tit1 .time {
              font-size: 12px;
              line-height: 14px;
              height: 14px;
              display: block;
              color: #333;
              padding-left: 15px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/time1.png"); }
            .index .box7 .boxNew .boxLeft a .con .tit1 .t {
              padding-left: 50px;
              padding-right: 15px;
              font-size: 16px;
              line-height: 50px;
              display: flex;
              align-items: center;
              border-radius: 26px;
              border: 1px solid #da8f5a;
              box-shadow: 0px 2px 0px 0px #d68141;
              background-size: cover;
              background-image: url("../images/index_bg1.png");
              color: #4c2e17; }
              .index .box7 .boxNew .boxLeft a .con .tit1 .t img {
                margin-left: 30px; }
    .index .box7 .boxNew .list {
      width: 27.1%;
      float: right; }
      .index .box7 .boxNew .list .item {
        border: 1px solid #fff;
        border-bottom: 1px dashed #b1b1b1; }
        .index .box7 .boxNew .list .item a {
          width: 100%;
          display: block;
          box-sizing: border-box;
          padding: 15px 3.38542vw 15px 1.04167vw; }
          .index .box7 .boxNew .list .item a .tits {
            font-size: 16px;
            line-height: 20px;
            color: #4c4c4c;
            height: 40px;
            font-weight: bold; }
          .index .box7 .boxNew .list .item a .time {
            font-size: 12px;
            line-height: 14px;
            color: #666;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url("../images/time3.png");
            padding-left: 16px;
            margin-top: 4px; }
        .index .box7 .boxNew .list .item.on {
          border: 1px solid #da8f5a !important;
          box-shadow: 0px 2px 0px #d68141;
          background-size: cover;
          background-image: url("../images/index_bg3.png");
          border-radius: 10px;
          position: relative; }
        .index .box7 .boxNew .list .item.prev {
          border: 1px solid #fff !important; }
  @media (max-width: 1200px) {
    .index .box7 .boxNew .boxLeft a .con .tits {
      font-size: 20px;
      line-height: 24px;
      height: 48px; }
    .index .box7 .boxNew .boxLeft a .con .tit1 {
      margin-top: 25px; } }
  @media (max-width: 1024px) {
    .index .box7 .boxNew .boxLeft {
      width: 100%; }
      .index .box7 .boxNew .boxLeft a .con .tit1 .t {
        line-height: 44px;
        padding-left: 30px; }
    .index .box7 .boxNew .list {
      display: none; } }
  @media (max-width: 768px) {
    .index .box7 {
      padding-top: 25px; }
      .index .box7 .boxNew {
        margin-top: 15px; }
        .index .box7 .boxNew .boxLeft a {
          padding: 15px;
          display: block; }
          .index .box7 .boxNew .boxLeft a .pic {
            width: 100%;
            height: 60vw; }
            .index .box7 .boxNew .boxLeft a .pic .t {
              font-size: 14px; }
          .index .box7 .boxNew .boxLeft a .con {
            width: 100%;
            float: none;
            margin-top: 15px; }
            .index .box7 .boxNew .boxLeft a .con .tits {
              font-size: 16px;
              line-height: 22px; }
            .index .box7 .boxNew .boxLeft a .con .line {
              margin-top: 10px; }
            .index .box7 .boxNew .boxLeft a .con .tit {
              font-size: 13px;
              margin-top: 10px; }
            .index .box7 .boxNew .boxLeft a .con .tit1 .t {
              height: 40px;
              font-size: 14px; }
              .index .box7 .boxNew .boxLeft a .con .tit1 .t img {
                margin-left: 15px; } }
.index .box8 {
  padding-left: 44px;
  box-sizing: border-box;
  padding-top: 43px;
  padding-bottom: 70px; }
  .index .box8 .title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .index .box8 .title .txt .indexTitle {
      text-align: left; }
    .index .box8 .title .txt .t {
      font-size: 12px;
      line-height: 18px;
      color: #666;
      margin-top: 15px; }
    .index .box8 .title .buts {
      display: flex;
      align-items: center; }
      .index .box8 .title .buts a {
        width: 53px;
        height: 53px;
        background-size: cover;
        border-radius: 100%;
        background-repeat: no-repeat;
        margin-right: 15px;
        border: 2px solid #c3c3c3; }
        .index .box8 .title .buts a.prev {
          background-image: url("../images/prev1.png"); }
        .index .box8 .title .buts a.next {
          background-image: url("../images/next1.png"); }
        @media (min-width: 1024px) {
          .index .box8 .title .buts a:hover {
            border-color: #da8f5a; }
            .index .box8 .title .buts a:hover.prev {
              background-image: url("../images/prev1_h.png"); }
            .index .box8 .title .buts a:hover.next {
              background-image: url("../images/next1_h.png"); } }
  .index .box8 .list {
    margin-top: 35px; }
    .index .box8 .list ul li {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-right: 2.2%; }
      .index .box8 .list ul li:last-child {
        margin-right: 0; }
      .index .box8 .list ul li a {
        width: 8%;
        display: block;
        border: 1px solid #c6c6c6;
        border-radius: 5px;
        box-sizing: border-box;
        padding-top: 10px;
        padding-bottom: 10px; }
        .index .box8 .list ul li a .img {
          width: 100%;
          height: 60px;
          position: relative; }
          .index .box8 .list ul li a .img img {
            max-width: 90%;
            max-height: 90%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .index .box8 .list ul li a p {
          text-align: center;
          font-size: 12px;
          line-height: 14px;
          color: #333;
          margin-top: 12px; }
  @media (max-width: 1024px) {
    .index .box8 {
      padding-left: 0; }
      .index .box8 .title .buts a {
        width: 40px;
        height: 40px; }
      .index .box8 .list ul li {
        flex-wrap: wrap; }
        .index .box8 .list ul li a {
          width: 19%;
          margin: 5px 0; } }
  @media (max-width: 540px) {
    .index .box8 {
      padding-top: 20px;
      padding-bottom: 30px; }
      .index .box8 .title .buts a {
        margin-right: 0;
        margin-left: 5px; }
      .index .box8 .list {
        margin-top: 10px; }
        .index .box8 .list ul li a {
          width: 32%; }
          .index .box8 .list ul li a:last-child {
            display: none; } }

.footer {
  background-image: url("../images/footer_bg.jpg");
  padding-top: 74px; }
  .footer .footerNew {
    padding-bottom: 60px; }
    .footer .footerNew .footerLeft {
      width: 32.2%;
      float: left; }
      .footer .footerNew .footerLeft .logo img {
        max-width: 100%;
        height: 75px;
        display: block; }
      .footer .footerNew .footerLeft .tits {
        font-size: 16px;
        line-height: 21px;
        color: #fff;
        font-weight: bold;
        margin-top: 34px; }
      .footer .footerNew .footerLeft .imgBox {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px; }
        .footer .footerNew .footerLeft .imgBox a {
          display: block;
          margin-right: 14px;
          margin-bottom: 18px; }
          .footer .footerNew .footerLeft .imgBox a img {
            height: 36px; }
      .footer .footerNew .footerLeft .share {
        display: flex;
        align-items: center;
        margin-top: 8px; }
        .footer .footerNew .footerLeft .share a {
          width: 43px;
          margin-right: 12px; }
    .footer .footerNew .footerCen {
      width: 42.2%;
      float: left;
      padding-top: 15px; }
      .footer .footerNew .footerCen dl {
        width: 53.4%;
        float: left; }
        .footer .footerNew .footerCen dl dt {
          font-size: 21px;
          line-height: 26px;
          color: #fff; }
        .footer .footerNew .footerCen dl dd {
          display: flex;
          flex-wrap: wrap;
          margin-top: 50px; }
          .footer .footerNew .footerCen dl dd a {
            width: 100%;
            display: block;
            font-size: 12px;
            line-height: 25px;
            color: #fff;
            display: flex;
            align-items: center; }
            .footer .footerNew .footerCen dl dd a span {
              width: 3px;
              height: 3px;
              margin-right: 8px;
              display: block;
              border-radius: 100%;
              background-color: #da8f5a; }
            @media (min-width: 1024px) {
              .footer .footerNew .footerCen dl dd a:hover {
                color: #da8f5a; } }
        .footer .footerNew .footerCen dl:nth-child(2) {
          width: 46.6%; }
          .footer .footerNew .footerCen dl:nth-child(2) dd a {
            width: 50%;
            text-transform: uppercase; }
    .footer .footerNew .footerRight {
      width: 19%;
      float: right;
      padding-top: 15px; }
      .footer .footerNew .footerRight .tits {
        font-size: 21px;
        line-height: 26px;
        color: #fff; }
      .footer .footerNew .footerRight .tit {
        margin-top: 50px; }
        .footer .footerNew .footerRight .tit .t {
          display: flex;
          font-size: 16px;
          line-height: 25px;
          color: #fff;
          margin-bottom: 20px;
          align-items: flex-start; }
          .footer .footerNew .footerRight .tit .t img {
            margin-right: 8px;
            display: block; }
          .footer .footerNew .footerRight .tit .t a {
            color: #fff; }
            @media (min-width: 1024px) {
              .footer .footerNew .footerRight .tit .t a:hover {
                color: #da8f5a; } }
  .footer .foot {
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    color: #fff;
    background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
    background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
    background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%); }
    .footer .foot a {
      color: #fff; }
  @media (max-width: 1150px) {
    .footer .footerNew .footerCen dl dt {
      font-size: 18px;
      line-height: 22px; }
    .footer .footerNew .footerRight .tits {
      font-size: 18px;
      line-height: 22px; }
    .footer .footerNew .footerRight .tit .t {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .footer .footerNew .footerLeft {
      width: 58%; }
    .footer .footerNew .footerCen {
      display: none; }
    .footer .footerNew .footerRight {
      width: 40%; } }
  @media (max-width: 768px) {
    .footer {
      padding-top: 25px; }
      .footer .footerNew {
        padding-bottom: 25px; }
        .footer .footerNew .footerLeft {
          width: 100%; }
          .footer .footerNew .footerLeft .logo img {
            height: 40px; }
          .footer .footerNew .footerLeft .tits {
            margin-top: 10px;
            font-size: 14px;
            line-height: 18px; }
          .footer .footerNew .footerLeft .imgBox {
            margin-top: 10px; }
            .footer .footerNew .footerLeft .imgBox a {
              width: 32%;
              margin-right: 2%;
              margin-bottom: 5px; }
              .footer .footerNew .footerLeft .imgBox a:nth-child(3n) {
                margin-right: 0; }
              .footer .footerNew .footerLeft .imgBox a img {
                width: 100%;
                height: auto; }
          .footer .footerNew .footerLeft .share a {
            width: 34px; }
            .footer .footerNew .footerLeft .share a img {
              width: 100%; }
        .footer .footerNew .footerRight {
          width: 100%; }
          .footer .footerNew .footerRight .tits {
            font-size: 14px;
            line-height: 20px; }
          .footer .footerNew .footerRight .tit {
            margin-top: 10px; }
            .footer .footerNew .footerRight .tit .t {
              margin-bottom: 5px;
              font-size: 12px;
              line-height: 24px; }
              .footer .footerNew .footerRight .tit .t img {
                width: 18px;
                margin-top: 3px; }
      .footer .foot {
        font-size: 12px;
        line-height: 18px;
        padding: 8px 0; }
        .footer .foot a {
          display: block; } }

.banner {
  width: 100%;
  position: relative; }
  .banner .tits {
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%); }
  @media (max-width: 1366px) {
    .banner .tits {
      font-size: 30px;
      line-height: 32px; } }
  @media (max-width: 1200px) {
    .banner .tits {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 1024px) {
    .banner {
      overflow: hidden; }
      .banner img {
        width: 240%;
        margin-left: -70%; } }
  @media (max-width: 768px) {
    .banner .tits {
      font-size: 20px;
      line-height: 22px; } }

.home {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  color: #7b7b7b; }
  .home img {
    display: block;
    margin-top: -3px; }
  .home span {
    display: block;
    margin: 0 5px; }
  @media (max-width: 1024px) {
    .home {
      font-size: 14px;
      line-height: 22px; } }

.contact {
  padding-top: 25px; }
  .contact .box1 .boxNew {
    width: 1155px;
    max-width: 100%;
    margin: 50px auto 0; }
    .contact .box1 .boxNew .title {
      font-size: 24px;
      line-height: 26px;
      color: #855635;
      font-weight: bold; }
    .contact .box1 .boxNew .tableBox {
      margin-top: 35px; }
      .contact .box1 .boxNew .tableBox .t {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px; }
        .contact .box1 .boxNew .tableBox .t .tt {
          width: 48.5%;
          background-color: #f8f8f8;
          height: 44px;
          font-size: 14px;
          line-height: 44px;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          color: #44423e;
          padding-left: 16px; }
          .contact .box1 .boxNew .tableBox .t .tt span {
            color: #cc0900;
            margin-right: 2px; }
          .contact .box1 .boxNew .tableBox .t .tt .text {
            flex: 1;
            height: 44px;
            border: none;
            background: none;
            font-size: 14px;
            color: #44423e;
            margin-left: 10px; }
        .contact .box1 .boxNew .tableBox .t .tt1 {
          width: 100%;
          height: 308px;
          background-color: #f8f8f8;
          padding: 0 16px;
          box-sizing: border-box;
          font-size: 14px;
          line-height: 44px;
          color: #44423e;
          display: flex;
          align-items: flex-start; }
          .contact .box1 .boxNew .tableBox .t .tt1 span {
            color: #cc0900;
            margin-right: 2px; }
          .contact .box1 .boxNew .tableBox .t .tt1 .txt {
            height: 308px;
            flex: 1;
            font-size: 14px;
            line-height: 44px;
            border: none;
            background: none;
            margin-left: 10px; }
      .contact .box1 .boxNew .tableBox .t1 {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        padding-top: 10px; }
        .contact .box1 .boxNew .tableBox .t1 .submit {
          width: 196px;
          height: 40px;
          background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
          background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
          background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%);
          display: block;
          text-align: center;
          font-size: 16px;
          line-height: 40px;
          color: #fff; }
  .contact .box2 {
    width: 100%;
    position: relative;
    margin-top: 47px; }
    .contact .box2 .map {
      width: 100%;
      height: 477px; }
    .contact .box2 .boxNew {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      .contact .box2 .boxNew .con {
        width: 583px;
        margin-left: 5.9%;
        max-width: 88%;
        background-color: #fff;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 47px 40px 60px;
        box-shadow: 1px 1.732px 6px 0px rgba(2, 43, 97, 0.15);
        border: 1px solid #e3e3e3; }
        .contact .box2 .boxNew .con .tits {
          font-size: 24px;
          line-height: 26px;
          color: #855635;
          font-weight: bold; }
        .contact .box2 .boxNew .con .tit {
          font-size: 14px;
          line-height: 26px;
          color: #7b7b7b;
          margin-top: 14px; }
        .contact .box2 .boxNew .con .tit1 {
          display: flex;
          flex-wrap: wrap;
          margin-top: 32px; }
          .contact .box2 .boxNew .con .tit1 .t {
            width: 44%;
            display: flex;
            align-items: flex-start;
            margin-bottom: 46px; }
            .contact .box2 .boxNew .con .tit1 .t:nth-child(2) {
              width: 56%; }
            .contact .box2 .boxNew .con .tit1 .t:nth-child(3) {
              width: 100%;
              margin-bottom: 0; }
            .contact .box2 .boxNew .con .tit1 .t img {
              width: 36px;
              margin-right: 20px; }
            .contact .box2 .boxNew .con .tit1 .t .tt .tt1 {
              font-size: 14px;
              line-height: 16px;
              color: #7b7b7b; }
            .contact .box2 .boxNew .con .tit1 .t .tt .tt2 {
              font-size: 14px;
              line-height: 25px;
              color: #855635;
              font-weight: bold;
              margin-top: 4px; }
              .contact .box2 .boxNew .con .tit1 .t .tt .tt2 a {
                color: #855635; }
  @media (max-width: 1024px) {
    .contact .box1 .boxNew {
      margin: 30px auto 0; }
      .contact .box1 .boxNew .title {
        font-size: 20px;
        line-height: 22px; }
      .contact .box1 .boxNew .tableBox {
        margin-top: 15px; } }
  @media (max-width: 768px) {
    .contact {
      padding-top: 15px; }
      .contact .box1 .boxNew {
        margin-top: 15px auto 0; }
        .contact .box1 .boxNew .tableBox .t {
          display: block;
          margin-bottom: 0; }
          .contact .box1 .boxNew .tableBox .t .tt {
            width: 100%;
            margin-bottom: 8px; }
          .contact .box1 .boxNew .tableBox .t .tt1 {
            height: 200px; }
            .contact .box1 .boxNew .tableBox .t .tt1 .txt {
              height: 200px; }
        .contact .box1 .boxNew .tableBox .t1 {
          display: block; } }
  @media (max-width: 768px) {
    .contact .box2 .map {
      height: 220px; }
    .contact .box2 .boxNew {
      position: relative;
      top: auto;
      transform: translateY(0);
      margin: 15px auto; }
      .contact .box2 .boxNew .con {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        padding: 15px; }
        .contact .box2 .boxNew .con .tits {
          font-size: 18px;
          line-height: 20px; }
        .contact .box2 .boxNew .con .tit {
          font-size: 13px;
          line-height: 20px;
          margin-top: 5px; }
        .contact .box2 .boxNew .con .tit1 {
          margin-top: 15px; }
          .contact .box2 .boxNew .con .tit1 .t {
            width: 100% !important;
            margin-bottom: 15px; }
            .contact .box2 .boxNew .con .tit1 .t .tt .tt1 {
              font-size: 12px;
              line-height: 20px; }
            .contact .box2 .boxNew .con .tit1 .t .tt .tt2 {
              font-size: 12px;
              line-height: 20px; } }

.amap-overviewcontrol, .amap-toolbar, .amap-controls, .amap-logo, .amap-copyright {
  display: none !important; }

.service {
  padding-top: 18px;
  padding-bottom: 70px; }
  .service .tabs {
    background-color: #fafafa;
    width: 100%;
    display: flex;
    margin-top: 40px;
    position: relative;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    border-radius: 20px 20px 0 0; }
    .service .tabs:after {
      width: calc(100% + 2px);
      height: 2px;
      background-color: #da8f5a;
      position: absolute;
      bottom: 0;
      left: -1px;
      content: ''; }
    .service .tabs a {
      flex: 1;
      text-align: center;
      font-size: 20px;
      line-height: 68px;
      color: #7b7b7b;
      position: relative; }
      .service .tabs a:after {
        width: 1px;
        height: 32px;
        position: absolute;
        right: 0px;
        background-color: #c2c2c2;
        content: '';
        top: 50%;
        transform: translateY(-50%); }
      .service .tabs a:before {
        width: calc(100% + 2px);
        height: calc(100% + 5px);
        border: 2px solid #da8f5a;
        border-radius: 10px 10px 0 0;
        position: absolute;
        top: -4px;
        left: -1px;
        content: '';
        display: none;
        background-color: #fafafa;
        box-sizing: border-box;
        z-index: 3;
        border-bottom: 2px solid #fafafa; }
      .service .tabs a:last-child:after {
        display: none; }
      .service .tabs a span {
        position: relative;
        z-index: 5; }
      .service .tabs a.on {
        z-index: 5;
        color: #bb5517; }
        .service .tabs a.on:before {
          display: block; }
    @media (max-width: 1366px) {
      .service .tabs a {
        font-size: 18px;
        line-height: 60px; } }
    @media (max-width: 1200px) {
      .service .tabs a {
        font-size: 16px;
        line-height: 54px; } }
    @media (max-width: 1024px) {
      .service .tabs {
        margin-top: 20px; }
        .service .tabs a {
          font-size: 14px;
          line-height: 50px; } }
    @media (max-width: 768px) {
      .service .tabs {
        display: flex; }
        .service .tabs a {
          font-size: 12px;
          line-height: 44px;
          width: auto;
          flex: auto; } }
  .service .title {
    display: flex;
    align-items: flex-start;
    font-size: 38px;
    color: #454348;
    font-weight: bold;
    margin-top: 59px; }
    .service .title img {
      margin-top: -7px;
      margin-right: 5px; }
    @media (max-width: 1366px) {
      .service .title {
        font-size: 32px; } }
    @media (max-width: 1200px) {
      .service .title {
        font-size: 26px;
        margin-top: 30px; } }
    @media (max-width: 1024px) {
      .service .title {
        font-size: 22px;
        margin-top: 20px; }
        .service .title img {
          width: 38px;
          margin-top: -5px; } }
    @media (max-width: 768px) {
      .service .title {
        font-size: 18px; }
        .service .title img {
          width: 24px;
          margin-top: 0; } }
  @media (max-width: 1200px) {
    .service {
      padding-bottom: 50px; } }
  @media (max-width: 768px) {
    .service {
      padding-bottom: 30px; } }
  .service .box1 {
    width: 100%;
    margin-top: 22px; }
    .service .box1 .pic {
      width: 100%;
      overflow: hidden;
      border-radius: 2.8125vw 2.8125vw 2.8125vw 0;
      position: relative; }
      .service .box1 .pic .kb {
        width: 70%;
        height: 22.5%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff;
        border-radius: 0 2.8125vw 0 0; }
      @media (max-width: 768px) {
        .service .box1 .pic .kb {
          width: 86%; } }
    .service .box1 .con {
      width: 83.4%;
      margin: -3% auto 0;
      position: relative;
      z-index: 5; }
      .service .box1 .con .tits {
        font-weight: bold;
        font-size: 50px;
        line-height: 52px;
        color: #c68766; }
      .service .box1 .con .tit {
        font-size: 24px;
        line-height: 26px;
        color: #2d2d2d;
        font-weight: bold;
        margin-top: 25px; }
      .service .box1 .con .tit1 {
        font-size: 16px;
        line-height: 24px;
        color: #7b7b7b;
        margin-top: 26px; }
      @media (max-width: 1366px) {
        .service .box1 .con .tits {
          font-size: 40px;
          line-height: 42px; } }
      @media (max-width: 1200px) {
        .service .box1 .con .tits {
          font-size: 30px;
          line-height: 32px; }
        .service .box1 .con .tit {
          font-size: 20px;
          line-height: 22px; }
        .service .box1 .con .tit1 {
          font-size: 14px;
          line-height: 22px; } }
      @media (max-width: 1024px) {
        .service .box1 .con {
          width: 92%; }
          .service .box1 .con .tits {
            font-size: 20px;
            line-height: 22px; } }
      @media (max-width: 768px) {
        .service .box1 .con .tits {
          font-size: 16px;
          line-height: 18px; }
        .service .box1 .con .tit {
          font-size: 14px;
          line-height: 16px;
          margin-top: 10px; }
        .service .box1 .con .tit1 {
          margin-top: 10px;
          font-size: 13px;
          line-height: 20px; } }
    .service .box1 .boxNew {
      width: 83.4%;
      margin: 58px auto 0; }
      .service .box1 .boxNew .tits {
        display: flex;
        align-items: center;
        font-size: 24px;
        line-height: 28px;
        color: #2d2d2d;
        font-weight: bold; }
        .service .box1 .boxNew .tits img {
          margin-right: 12px; }
      .service .box1 .boxNew .itemBox {
        margin-top: 42px; }
        .service .box1 .boxNew .itemBox .item {
          border-radius: 15px;
          background-color: #fafafa;
          box-shadow: 0px 2px 9.8px 0.2px #b5b5b5;
          padding: 30px 60px;
          box-sizing: border-box;
          margin-bottom: 65px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          position: relative; }
          .service .box1 .boxNew .itemBox .item:last-child {
            margin-bottom: 0; }
          .service .box1 .boxNew .itemBox .item .img {
            width: 290px;
            border-radius: 20px;
            overflow: hidden; }
          .service .box1 .boxNew .itemBox .item .num {
            font-size: 5.72917vw;
            line-height: 5.20833vw;
            color: #e7e7e7;
            font-weight: bold;
            position: absolute;
            top: 20px;
            right: 60px;
            opacity: 0.3; }
          .service .box1 .boxNew .itemBox .item .conn {
            width: calc(100% - 290px - 50px);
            position: relative;
            z-index: 5; }
            .service .box1 .boxNew .itemBox .item .conn .t {
              font-weight: bold;
              font-size: 24px;
              line-height: 26px;
              color: #c68766; }
            .service .box1 .boxNew .itemBox .item .conn .t1 {
              font-size: 16px;
              line-height: 25px;
              color: #7b7b7b;
              margin-top: 9px; }
          .service .box1 .boxNew .itemBox .item:nth-child(2n) {
            flex-direction: row-reverse; }
            .service .box1 .boxNew .itemBox .item:nth-child(2n) .num {
              right: auto;
              left: 60px; }
            .service .box1 .boxNew .itemBox .item:nth-child(2n) .conn .t {
              text-align: right; }
      @media (max-width: 1200px) {
        .service .box1 .boxNew {
          margin: 38px auto 0; }
          .service .box1 .boxNew .tits {
            font-size: 20px; }
          .service .box1 .boxNew .itemBox .item {
            padding: 20px 40px; }
            .service .box1 .boxNew .itemBox .item .conn {
              width: calc(100% - 290px - 30px); }
              .service .box1 .boxNew .itemBox .item .conn .t {
                font-size: 20px;
                line-height: 22px; }
              .service .box1 .boxNew .itemBox .item .conn .t1 {
                font-size: 14px;
                line-height: 22px; } }
      @media (max-width: 1024px) {
        .service .box1 .boxNew {
          width: 92%;
          margin: 28px auto 0; } }
      @media (max-width: 768px) {
        .service .box1 .boxNew {
          margin: 15px auto 0; }
          .service .box1 .boxNew .tits {
            font-size: 16px;
            line-height: 22px; }
            .service .box1 .boxNew .tits img {
              width: 22px;
              margin-right: 10px; }
          .service .box1 .boxNew .itemBox {
            margin-top: 10px; }
            .service .box1 .boxNew .itemBox .item {
              display: block;
              padding: 10px 10px 15px;
              margin-bottom: 15px; }
              .service .box1 .boxNew .itemBox .item .img {
                width: 100%;
                height: auto; }
              .service .box1 .boxNew .itemBox .item .conn {
                width: 100%;
                margin-top: 10px; }
                .service .box1 .boxNew .itemBox .item .conn .t {
                  font-size: 16px;
                  line-height: 18px; }
                .service .box1 .boxNew .itemBox .item .conn .t1 {
                  font-size: 13px;
                  line-height: 20px; } }
    .service .box1 .training {
      width: 83.4%;
      margin: 52px auto 0; }
      .service .box1 .training .picBox {
        width: 47.5%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .service .box1 .training .picBox .img {
          width: 48.9%;
          overflow: hidden;
          border-radius: 8px;
          margin: 15px 0; }
      .service .box1 .training .conn {
        float: right;
        width: 48.9%;
        padding-top: 5px; }
        .service .box1 .training .conn .tits {
          display: flex;
          align-items: center;
          font-size: 24px;
          line-height: 28px;
          color: #2d2d2d;
          font-weight: bold; }
          .service .box1 .training .conn .tits img {
            margin-right: 12px; }
        .service .box1 .training .conn .tit {
          margin-top: 50px; }
          .service .box1 .training .conn .tit .t {
            display: flex;
            align-items: flex-start;
            width: 100%;
            margin-bottom: 26px; }
            .service .box1 .training .conn .tit .t:last-child {
              margin-bottom: 0; }
            .service .box1 .training .conn .tit .t img {
              margin-right: 20px; }
            .service .box1 .training .conn .tit .t .tt {
              padding-top: 10px; }
              .service .box1 .training .conn .tit .t .tt .tt1 {
                font-size: 21px;
                line-height: 23px;
                color: #1c1c1c;
                font-weight: bold; }
              .service .box1 .training .conn .tit .t .tt .tt2 {
                font-size: 14px;
                line-height: 24px;
                color: #6b6b6b;
                margin-top: 13px; }
      @media (max-width: 1366px) {
        .service .box1 .training .conn .tit {
          margin-top: 30px; }
          .service .box1 .training .conn .tit .t {
            margin-bottom: 15px; }
            .service .box1 .training .conn .tit .t .tt .tt1 {
              font-size: 18px;
              line-height: 20px; }
            .service .box1 .training .conn .tit .t .tt .tt2 {
              line-height: 20px;
              margin-top: 10px; } }
      @media (max-width: 1200px) {
        .service .box1 .training .conn .tits {
          font-size: 20px; } }
      @media (max-width: 1024px) {
        .service .box1 .training {
          width: 92%;
          margin: 30px auto 0; } }
      @media (max-width: 768px) {
        .service .box1 .training {
          margin: 20px auto 0; }
          .service .box1 .training .picBox {
            width: 100%;
            float: none; }
            .service .box1 .training .picBox .img {
              margin: 5px 0; }
          .service .box1 .training .conn {
            width: 100%;
            margin-top: 10px;
            float: none; }
            .service .box1 .training .conn .tits {
              font-size: 16px;
              line-height: 22px; }
              .service .box1 .training .conn .tits img {
                width: 22px;
                margin-right: 10px; }
            .service .box1 .training .conn .tit {
              margin-top: 15px; }
              .service .box1 .training .conn .tit .t img {
                width: 36px;
                margin-right: 10px; }
              .service .box1 .training .conn .tit .t .tt {
                padding-top: 4px; }
                .service .box1 .training .conn .tit .t .tt .tt1 {
                  font-size: 14px;
                  line-height: 18px; }
                .service .box1 .training .conn .tit .t .tt .tt2 {
                  font-size: 13px;
                  margin-top: 8px; } }
    .service .box1 .installation {
      border-radius: 15px;
      background-color: #fafafa;
      box-shadow: 0px 2px 9.8px 0.2px #b5b5b5;
      width: 83.4%;
      margin: 37px auto 0;
      padding: 25px 25px 25px 35px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
      box-sizing: border-box; }
      .service .box1 .installation .img {
        width: 364px;
        border-radius: 8px;
        overflow: hidden; }
      .service .box1 .installation .conn {
        flex: 1;
        margin-right: 30px;
        font-size: 14px;
        line-height: 24px;
        color: #6b6b6b; }
      @media (max-width: 1200px) {
        .service .box1 .installation {
          padding: 20px 20px 20px 25px; }
          .service .box1 .installation .conn {
            line-height: 20px; } }
      @media (max-width: 1024px) {
        .service .box1 .installation {
          width: 92%;
          margin: 25px auto 0; } }
      @media (max-width: 960px) {
        .service .box1 .installation {
          display: block;
          padding: 10px 10px 15px 10px; }
          .service .box1 .installation .img {
            width: 100%; }
          .service .box1 .installation .conn {
            width: 100%;
            margin-top: 10px; } }

.team {
  padding-top: 18px;
  padding-bottom: 40px; }
  .team .content {
    text-align: center;
    margin-top: 28px; }
    .team .content .tits {
      font-size: 28px;
      line-height: 30px;
      color: #020202;
      font-weight: bold; }
    .team .content .tit {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      width: 745px;
      max-width: 100%;
      margin: 20px auto 0; }
  .team .list {
    margin-top: 37px; }
    .team .list ul {
      border: 2px solid #f2f2f2;
      border-radius: 10px;
      padding: 49px 0 18px;
      margin-bottom: 42px; }
      .team .list ul li {
        width: 45.35%;
        float: left;
        margin-left: 3.1%;
        margin-bottom: 30px;
        position: relative; }
        .team .list ul li:after {
          width: calc(100% + 2px);
          height: calc(100% + 12px);
          position: absolute;
          top: -6px;
          left: 0;
          content: '';
          background-color: #c76107;
          opacity: 0;
          border-radius: 10px; }
        .team .list ul li .item {
          border-radius: 10px;
          overflow: hidden;
          width: 100%;
          border: 1px solid #ececec;
          display: flex;
          align-items: center;
          position: relative;
          z-index: 5;
          background-color: #fff; }
          .team .list ul li .item .pic {
            width: 41%;
            height: 0;
            padding-bottom: 41%;
            position: relative;
            overflow: hidden;
            display: block; }
            .team .list ul li .item .pic img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .team .list ul li .item .con {
            width: 44.2%;
            margin-left: 7%; }
            .team .list ul li .item .con .conn {
              width: 100%;
              display: block; }
              .team .list ul li .item .con .conn .tits {
                font-size: 18px;
                line-height: 20px;
                color: #222;
                font-weight: bold; }
              .team .list ul li .item .con .conn .tit {
                font-size: 14px;
                line-height: 16px;
                color: #d68141;
                margin-top: 7px; }
              .team .list ul li .item .con .conn .line {
                width: 100%;
                height: 1px;
                background-color: #e5e5e5;
                position: relative;
                margin-top: 13px; }
                .team .list ul li .item .con .conn .line:after {
                  width: 58px;
                  height: 1px;
                  position: absolute;
                  top: 0;
                  left: 0;
                  background-color: #da8f5a;
                  content: ''; }
              .team .list ul li .item .con .conn .tit1 {
                font-size: 14px;
                line-height: 30px;
                color: #6c6c6c;
                margin-top: 7px; }
                .team .list ul li .item .con .conn .tit1 .t {
                  display: flex;
                  align-items: center;
                  width: 100%; }
                  .team .list ul li .item .con .conn .tit1 .t img {
                    margin-right: 6px; }
            .team .list ul li .item .con .share {
              display: flex;
              align-items: center;
              margin-top: 12px; }
              .team .list ul li .item .con .share a {
                width: 27px;
                display: block;
                margin-right: 8px;
                height: 27px;
                border-radius: 100%;
                background-color: #e5e5e5; }
                .team .list ul li .item .con .share a img {
                  width: 100%; }
                  .team .list ul li .item .con .share a img:nth-child(2) {
                    display: none; }
                @media (min-width: 1024px) {
                  .team .list ul li .item .con .share a:hover {
                    background-color: #d68141; }
                    .team .list ul li .item .con .share a:hover img:nth-child(1) {
                      display: none; }
                    .team .list ul li .item .con .share a:hover img:nth-child(2) {
                      display: block; } }
        @media (min-width: 1024px) {
          .team .list ul li:hover:after {
            opacity: 1; }
          .team .list ul li:hover .item {
            border-color: #c76107; } }
  @media (max-width: 1200px) {
    .team .content .tits {
      font-size: 22px;
      line-height: 24px; }
    .team .list ul li .item .con .conn .line {
      margin-top: 10px; }
    .team .list ul li .item .con .conn .tit1 {
      line-height: 24px;
      font-size: 13px; }
    .team .list ul li .item .con .share {
      margin-top: 10px; } }
  @media (max-width: 1100px) {
    .team .list ul li {
      margin-left: 2%;
      width: 47%; }
      .team .list ul li .item .pic {
        padding-bottom: 50%; }
      .team .list ul li .item .con {
        width: 48%; } }
  @media (max-width: 800px) {
    .team {
      padding-bottom: 30px; }
      .team .content .tits {
        font-size: 20px;
        line-height: 22px; }
      .team .content .tit {
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px; }
      .team .list {
        margin-top: 20px; }
        .team .list ul {
          border: none;
          padding-top: 0;
          margin-bottom: 0;
          padding-bottom: 10px; }
          .team .list ul li {
            width: 100%;
            float: none;
            margin: 0;
            margin-bottom: 15px; }
            .team .list ul li .item {
              display: block; }
              .team .list ul li .item .pic {
                width: 100%;
                padding-bottom: 100%; }
              .team .list ul li .item .con {
                padding: 15px;
                width: 100%;
                box-sizing: border-box;
                margin-left: 0; } }

.paging {
  width: 100%; }
  .paging dl {
    display: flex;
    align-items: center;
    justify-content: center; }
    .paging dl dd a, .paging dl dd span {
      width: 46px;
      height: 46px;
      text-align: center;
      font-size: 18px;
      line-height: 46px;
      color: #000;
      margin: 0 6px;
      box-sizing: border-box;
      display: block;
      border-radius: 100%;
      color: #2d2d2d; }
      .paging dl dd a:after, .paging dl dd span:after {
        display: none; }
    .paging dl dd.active a, .paging dl dd.active span {
      background-color: #da8f5a;
      color: #fff;
      border-color: #da8f5a; }
    @media (min-width: 1024px) {
      .paging dl dd:hover a, .paging dl dd:hover span {
        background-color: #da8f5a;
        color: #fff;
        border-color: #da8f5a; } }
    @media (max-width: 768px) {
      .paging dl dd dd a {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        margin: 0 4px; } }
  @media (max-width: 768px) {
    .paging dl dd a, .paging dl dd span {
      width: 32px;
      height: 32px;
      font-size: 14px;
      line-height: 32px;
      margin: 0 3px; } }

.teamInfo {
  padding-top: 18px;
  padding-bottom: 80px; }
  .teamInfo .content {
    width: 1210px;
    max-width: 100%;
    margin: 35px auto 0; }
    .teamInfo .content .box1 {
      display: flex; }
      .teamInfo .content .box1 .pic {
        flex: 1;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0px 3px 0px 0px #d68141; }
        .teamInfo .content .box1 .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .teamInfo .content .box1 .con {
        border: 1px solid #f2f2f2;
        border-radius: 10px;
        width: 69.4%;
        box-shadow: 0px 3px 0px 0px #d68141;
        box-sizing: border-box;
        padding: 50px 4.58333vw 20px; }
        .teamInfo .content .box1 .con .tits {
          display: flex;
          align-items: flex-start;
          border-bottom: 1px solid #e5e5e5;
          width: 100%;
          justify-content: space-between;
          padding-bottom: 10px;
          position: relative; }
          .teamInfo .content .box1 .con .tits:after {
            width: 58px;
            height: 1px;
            background-color: #da8f5a;
            position: absolute;
            left: 0;
            bottom: -1px;
            content: ''; }
          .teamInfo .content .box1 .con .tits .t .tt1 {
            font-size: 24px;
            line-height: 26px;
            color: #222;
            font-weight: bold; }
          .teamInfo .content .box1 .con .tits .t .tt2 {
            font-size: 16px;
            line-height: 18px;
            color: #d68141;
            margin-top: 10px; }
          .teamInfo .content .box1 .con .tits .share {
            display: flex;
            align-items: center;
            margin-top: 10px; }
            .teamInfo .content .box1 .con .tits .share a {
              width: 32px;
              height: 32px;
              background-color: #e5e5e5;
              display: block;
              border-radius: 100%;
              margin-left: 8px; }
              .teamInfo .content .box1 .con .tits .share a img:nth-child(2) {
                display: none; }
              @media (min-width: 1024px) {
                .teamInfo .content .box1 .con .tits .share a:hover {
                  background-color: #d68141; }
                  .teamInfo .content .box1 .con .tits .share a:hover img:nth-child(1) {
                    display: none; }
                  .teamInfo .content .box1 .con .tits .share a:hover img:nth-child(2) {
                    display: block; } }
        .teamInfo .content .box1 .con .tit {
          font-size: 14px;
          line-height: 32px;
          color: #6c6c6c;
          margin-top: 25px; }
          .teamInfo .content .box1 .con .tit .t {
            display: flex;
            align-items: center; }
            .teamInfo .content .box1 .con .tit .t img {
              margin-right: 6px; }
        .teamInfo .content .box1 .con .tit1 {
          font-size: 12px;
          line-height: 20px;
          color: #aaa9a9;
          margin-top: 17px; }
    .teamInfo .content .title {
      font-size: 18px;
      line-height: 20px;
      color: #2c251c;
      border-bottom: 1px solid #e5e5e5;
      position: relative;
      padding-bottom: 15px; }
      .teamInfo .content .title:after {
        width: 58px;
        height: 1px;
        background-color: #d68141;
        position: absolute;
        bottom: -1px;
        left: 0;
        content: ''; }
    .teamInfo .content .box2 {
      margin-top: 50px; }
      .teamInfo .content .box2 .boxLeft {
        width: 29.2%;
        float: left; }
        .teamInfo .content .box2 .boxLeft .tit {
          font-size: 14px;
          line-height: 24px;
          color: #aaa9a9;
          margin-top: 22px; }
      .teamInfo .content .box2 .list {
        width: 65.9%;
        float: right;
        box-sizing: border-box;
        position: relative; }
        .teamInfo .content .box2 .list:after {
          width: 1px;
          height: 100%;
          position: absolute;
          top: 6px;
          left: 0;
          background-color: #eac0a0;
          content: ''; }
        .teamInfo .content .box2 .list .item {
          margin-bottom: 34px;
          position: relative;
          box-sizing: border-box;
          padding-left: 38px;
          z-index: 5; }
          .teamInfo .content .box2 .list .item:after {
            width: 9px;
            height: 9px;
            position: absolute;
            left: -4px;
            top: 4px;
            background-color: #d68141;
            content: '';
            border-radius: 100%; }
          .teamInfo .content .box2 .list .item:last-child {
            margin-bottom: 0; }
          .teamInfo .content .box2 .list .item .year {
            font-size: 14px;
            line-height: 15px;
            color: #d68141; }
          .teamInfo .content .box2 .list .item .txt {
            font-size: 14px;
            line-height: 20px;
            color: #727272;
            margin-top: 17px; }
    .teamInfo .content .box3 {
      display: flex;
      width: 100%;
      justify-content: space-between;
      margin-top: 68px; }
      .teamInfo .content .box3 .item {
        width: 24%; }
        .teamInfo .content .box3 .item .txt {
          font-size: 14px;
          line-height: 20px;
          color: #727272;
          margin-top: 20px; }
    .teamInfo .content .newsList {
      margin-top: 37px; }
      .teamInfo .content .newsList ul li {
        margin-bottom: 0;
        width: 22.2%;
        margin-right: 3.7%; }
        .teamInfo .content .newsList ul li:nth-child(4n) {
          margin-right: 0; }
        .teamInfo .content .newsList ul li a .con .tit1 img {
          width: 22px; }
  @media (max-width: 1200px) {
    .teamInfo .content .newsList ul li {
      width: 32%;
      margin-right: 2%; }
      .teamInfo .content .newsList ul li:nth-child(4n) {
        margin-right: 2%; }
      .teamInfo .content .newsList ul li:nth-child(3n) {
        margin-right: 0; }
      .teamInfo .content .newsList ul li:nth-child(n + 4) {
        display: none; } }
  @media (max-width: 1024px) {
    .teamInfo .content .newsList ul li {
      width: 48.5%;
      margin-right: 3%; }
      .teamInfo .content .newsList ul li:nth-child(4n) {
        margin-right: 3%; }
      .teamInfo .content .newsList ul li:nth-child(3n) {
        margin-right: 3%; }
      .teamInfo .content .newsList ul li:nth-child(2n) {
        margin-right: 0; }
      .teamInfo .content .newsList ul li:nth-child(n + 3) {
        display: none; } }
  @media (max-width: 768px) {
    .teamInfo {
      padding-top: 15px;
      padding-bottom: 30px; }
      .teamInfo .content .box1 {
        display: block; }
        .teamInfo .content .box1 .pic {
          width: 100%;
          height: 0;
          padding-bottom: 75vw; }
        .teamInfo .content .box1 .con {
          width: 100%;
          padding: 15px 10px; }
          .teamInfo .content .box1 .con .tits {
            display: block; }
            .teamInfo .content .box1 .con .tits .t .tt1 {
              font-size: 16px;
              line-height: 18px; }
            .teamInfo .content .box1 .con .tits .t .tt2 {
              font-size: 14px;
              line-height: 16px; }
            .teamInfo .content .box1 .con .tits .share a {
              margin-left: 0;
              margin-right: 5px;
              width: 26px;
              height: 26px; }
      .teamInfo .content .box2 {
        margin-top: 25px; }
        .teamInfo .content .box2 .boxLeft {
          width: 100%;
          float: none; }
          .teamInfo .content .box2 .boxLeft .tit {
            font-size: 13px;
            line-height: 20px; }
        .teamInfo .content .box2 .list {
          width: 100%;
          float: none;
          margin-top: 25px; }
          .teamInfo .content .box2 .list .item {
            padding-left: 20px;
            margin-bottom: 20px; }
            .teamInfo .content .box2 .list .item .txt {
              font-size: 13px;
              line-height: 20px;
              margin-top: 10px; }
      .teamInfo .content .box3 {
        display: block; }
        .teamInfo .content .box3 .item {
          width: 100%;
          margin-bottom: 15px; }
          .teamInfo .content .box3 .item .title {
            font-size: 16px;
            line-height: 18px;
            padding-bottom: 10px; }
          .teamInfo .content .box3 .item .txt {
            font-size: 13px;
            line-height: 20px;
            margin-top: 10px; }
      .teamInfo .content .newsList ul li {
        width: 100%;
        margin-right: 0 !important; }
        .teamInfo .content .newsList ul li:nth-child(n + 2) {
          display: none; } }

.newsList {
  width: 100%; }
  .newsList ul li {
    width: 23.4%;
    margin-right: 2.1%;
    float: left;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 35px; }
    .newsList ul li:nth-child(4n) {
      margin-right: 0; }
    .newsList ul li a {
      width: 100%;
      display: block;
      background-color: #fff; }
      .newsList ul li a .pic {
        padding-bottom: 75%; }
      .newsList ul li a .con {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px 12px;
        position: relative;
        z-index: 5; }
        .newsList ul li a .con .date {
          width: 60px;
          height: 60px;
          border: 3px solid #fff;
          border-radius: 10px;
          background-image: -moz-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
          background-image: -webkit-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
          background-image: -ms-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
          text-align: center;
          color: #fff;
          display: flex;
          justify-content: center;
          flex-direction: column;
          margin-top: -30px; }
          .newsList ul li a .con .date span {
            display: block;
            font-size: 26px;
            line-height: 28px; }
          .newsList ul li a .con .date i {
            font-size: 12px;
            line-height: 14px; }
        .newsList ul li a .con .tits {
          font-size: 16px;
          line-height: 20px;
          height: 40px;
          color: #222;
          font-weight: bold;
          margin-top: 5px; }
        .newsList ul li a .con .line {
          width: 100%;
          height: 1px;
          background-color: #e5e5e5;
          position: relative;
          margin-top: 7px; }
          .newsList ul li a .con .line:after {
            width: 58px;
            height: 1px;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background-color: #d68141; }
        .newsList ul li a .con .tit {
          font-size: 12px;
          line-height: 18px;
          color: #666;
          height: 36px;
          margin-top: 7px; }
        .newsList ul li a .con .tit1 {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 5px; }
          .newsList ul li a .con .tit1 .t {
            font-size: 12px;
            line-height: 14px;
            color: #aaa9a9; }
    @media (min-width: 1024px) {
      .newsList ul li:hover {
        box-shadow: 0px 4px 0px 0px #d68141, 0px 0px 10px 0px #b1b1b1; } }
  @media (max-width: 1200px) {
    .newsList ul li {
      width: 32%;
      margin-right: 2%; }
      .newsList ul li:nth-child(4n) {
        margin-right: 2%; }
      .newsList ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .newsList ul li {
      width: 48.5%;
      margin-right: 3%; }
      .newsList ul li:nth-child(4n) {
        margin-right: 3%; }
      .newsList ul li:nth-child(3n) {
        margin-right: 3%; }
      .newsList ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .newsList ul li {
      width: 100%;
      margin-right: 0 !important;
      margin-bottom: 15px; } }

.news {
  padding-top: 35px;
  padding-bottom: 40px; }
  .news .list {
    border-radius: 15px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 38px 5.46875vw 45px;
    background-color: #f9f9f9; }
    .news .list .listNew {
      position: relative; }
      .news .list .listNew .btns {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        z-index: 5; }
        .news .list .listNew .btns a {
          width: 55px;
          height: 55px;
          display: block;
          border-radius: 100%;
          border: 2px solid #c3c3c3;
          background-size: cover;
          background-repeat: no-repeat;
          margin-left: 15px;
          background-color: #f9f9f9; }
          .news .list .listNew .btns a.prev {
            background-image: url("../images/prev1.png"); }
          .news .list .listNew .btns a.next {
            background-image: url("../images/next1.png"); }
          @media (min-width: 1024px) {
            .news .list .listNew .btns a:hover {
              border-color: #d68141; }
              .news .list .listNew .btns a:hover.prev {
                background-image: url("../images/prev1_h.png"); }
              .news .list .listNew .btns a:hover.next {
                background-image: url("../images/next1_h.png"); } }
      .news .list .listNew ul li {
        margin-right: 15px; }
        .news .list .listNew ul li:last-child {
          margin-right: 0; }
        .news .list .listNew ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .news .list .listNew ul li a .pic {
            width: 42%;
            float: left;
            padding-bottom: 31.5%;
            border-radius: 15px; }
            .news .list .listNew ul li a .pic .tits {
              padding: 0 30px;
              font-size: 16px;
              line-height: 35px;
              background-color: rgba(0, 0, 0, 0.5);
              position: absolute;
              bottom: 0;
              z-index: 5;
              left: 0;
              width: 100%;
              box-sizing: border-box;
              color: #fff;
              font-weight: bold; }
          .news .list .listNew ul li a .con {
            width: 49.2%;
            float: right;
            padding-top: 42px; }
            .news .list .listNew ul li a .con .time {
              display: flex;
              font-size: 12px;
              line-height: 14px;
              color: #222;
              align-items: center; }
              .news .list .listNew ul li a .con .time img {
                margin-right: 4px; }
            .news .list .listNew ul li a .con .tits {
              font-size: 26px;
              line-height: 42px;
              color: #020202;
              font-weight: bold;
              margin-top: 15px; }
            .news .list .listNew ul li a .con .line {
              width: 100%;
              height: 1px;
              background-color: #e5e5e5;
              position: relative;
              margin-top: 17px; }
              .news .list .listNew ul li a .con .line:after {
                width: 58px;
                height: 1px;
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                background-color: #d68141; }
            .news .list .listNew ul li a .con .tit {
              font-size: 12px;
              line-height: 18px;
              color: #666;
              margin-top: 24px; }
  .news .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    width: 100%; }
    .news .title .tabs {
      display: flex; }
      .news .title .tabs a {
        font-size: 16px;
        line-height: 26px;
        color: #989898;
        font-weight: bold;
        position: relative;
        display: block;
        margin-left: 40px; }
        .news .title .tabs a:after {
          width: 100%;
          height: 2px;
          background-color: #d68141;
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          display: none; }
        @media (min-width: 1024px) {
          .news .title .tabs a:hover {
            color: #222; } }
        .news .title .tabs a.on {
          color: #222; }
          .news .title .tabs a.on:after {
            display: block; }
  .news .newsList {
    margin-top: 25px; }
    .news .newsList ul {
      padding-bottom: 10px; }
  @media (max-width: 1366px) {
    .news .list .listNew ul li a .con .tits {
      font-size: 20px;
      line-height: 28px; } }
  @media (max-width: 1200px) {
    .news .list {
      padding: 25px 40px; }
      .news .list .listNew ul li a .con {
        width: 52%; }
      .news .list .listNew .btns a {
        width: 46px;
        height: 46px;
        margin-left: 10px; } }
  @media (max-width: 1024px) {
    .news .list {
      padding: 20px 30px; }
      .news .list .listNew ul li a .con {
        padding-top: 25px; }
        .news .list .listNew ul li a .con .tits {
          font-size: 18px;
          line-height: 24px; }
        .news .list .listNew ul li a .con .tit {
          margin-top: 15px; }
      .news .list .listNew .btns a {
        width: 36px;
        height: 36px;
        margin-left: 10px; } }
  @media (max-width: 768px) {
    .news {
      padding-top: 20px; }
      .news .list {
        padding: 15px 10px; }
        .news .list .listNew ul li a .pic {
          width: 100%;
          float: none;
          padding-bottom: 75%; }
          .news .list .listNew ul li a .pic .tits {
            font-size: 14px;
            padding: 0 10px; }
        .news .list .listNew ul li a .con {
          width: 100%;
          padding-top: 15px;
          margin-left: 0; }
        .news .list .listNew .btns {
          position: relative;
          display: flex;
          margin-top: 15px;
          justify-content: center; }
          .news .list .listNew .btns a {
            margin: 0 5px; }
      .news .title {
        display: block;
        margin-top: 20px; }
        .news .title .tabs {
          display: flex;
          margin-top: 10px; }
          .news .title .tabs a {
            margin-left: 0;
            font-size: 14px;
            margin-right: 10px; }
      .news .newsList {
        margin-top: 15px; }
        .news .newsList ul {
          padding-bottom: 10px; } }

.newsInfo {
  padding-top: 18px;
  padding-bottom: 6.25%; }
  .newsInfo .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    margin-top: 37px; }
    .newsInfo .content .conLeft {
      width: 23.6%;
      border-top: 1px solid #d68141;
      border-bottom: 1px solid #d68141; }
      .newsInfo .content .conLeft .title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-top: 25px; }
        .newsInfo .content .conLeft .title .t {
          font-size: 20px;
          line-height: 22px;
          color: #020202;
          font-weight: bold; }
        .newsInfo .content .conLeft .title a {
          font-size: 14px;
          line-height: 22px;
          color: #666; }
          @media (min-width: 1024px) {
            .newsInfo .content .conLeft .title a:hover {
              color: #da8f5a; } }
      .newsInfo .content .conLeft .item {
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(168, 168, 168, 0.4);
        margin-top: 30px; }
        .newsInfo .content .conLeft .item a {
          width: 100%;
          display: block; }
          .newsInfo .content .conLeft .item a .pic {
            width: 100%;
            padding-bottom: 75%; }
            .newsInfo .content .conLeft .item a .pic .bg {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center bottom;
              background-image: url("../images/n_bg1.png"); }
            .newsInfo .content .conLeft .item a .pic .con {
              width: 100%;
              position: absolute;
              bottom: 14px;
              left: 0;
              padding: 0 20px;
              box-sizing: border-box; }
              .newsInfo .content .conLeft .item a .pic .con .time {
                font-size: 12px;
                line-height: 14px;
                color: #ffac6d; }
              .newsInfo .content .conLeft .item a .pic .con .tits {
                font-size: 16px;
                line-height: 20px;
                color: #fff;
                margin-top: 2px; }
      .newsInfo .content .conLeft ul li {
        border-bottom: 1px solid #e5e5e5; }
        .newsInfo .content .conLeft ul li a {
          width: 100%;
          display: block;
          padding-top: 30px;
          padding-bottom: 23px; }
          .newsInfo .content .conLeft ul li a .tits {
            font-size: 16px;
            line-height: 20px;
            color: #222;
            height: 40px; }
          .newsInfo .content .conLeft ul li a .time {
            display: flex;
            font-size: 14px;
            line-height: 16px;
            color: #666;
            align-items: center;
            margin-top: 10px; }
            .newsInfo .content .conLeft ul li a .time img {
              margin-right: 6px; }
        @media (min-width: 1024px) {
          .newsInfo .content .conLeft ul li:hover a .tits {
            color: #da8f5a; } }
    .newsInfo .content .conCen {
      width: 41.7%;
      margin-top: -13px; }
      .newsInfo .content .conCen .tits {
        font-size: 28px;
        line-height: 45px;
        color: #020202;
        font-weight: bold;
        padding-bottom: 20px;
        position: relative;
        border-bottom: 1px solid #e5e5e5; }
        .newsInfo .content .conCen .tits:after {
          width: 58px;
          height: 1px;
          background-color: #da8f5a;
          position: absolute;
          left: 0;
          bottom: -1px;
          content: ''; }
      .newsInfo .content .conCen .tit {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 14px; }
        .newsInfo .content .conCen .tit .t {
          font-size: 14px;
          line-height: 24px;
          color: #222;
          display: flex;
          align-items: center; }
          .newsInfo .content .conCen .tit .t span {
            display: flex;
            align-items: center;
            margin-right: 82px; }
            .newsInfo .content .conCen .tit .t span:last-child {
              margin-right: 0; }
            .newsInfo .content .conCen .tit .t span img {
              margin-right: 10px; }
        .newsInfo .content .conCen .tit .share {
          display: flex;
          align-items: center; }
          .newsInfo .content .conCen .tit .share a {
            width: 23px;
            display: block;
            margin-left: 8px;
            padding: 0; }
            .newsInfo .content .conCen .tit .share a span {
              width: 23px !important;
              height: 23px !important; }
      .newsInfo .content .conCen .con {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        margin-top: 38px; }
        .newsInfo .content .conCen .con img {
          display: block;
          max-width: 100%;
          margin: 0 auto;
          border-radius: 15px; }
      .newsInfo .content .conCen .page {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15%; }
        .newsInfo .content .conCen .page a {
          width: 240px;
          max-width: 46%;
          display: block;
          font-weight: bold;
          background-repeat: no-repeat;
          position: relative; }
          .newsInfo .content .conCen .page a:after {
            bottom: 3px;
            background-size: cover;
            background-repeat: no-repeat;
            width: 22px;
            height: 35px;
            content: '';
            position: absolute; }
          .newsInfo .content .conCen .page a .t {
            font-size: 16px;
            line-height: 18px;
            color: #d68141; }
          .newsInfo .content .conCen .page a .t1 {
            font-size: 14px;
            line-height: 18px;
            height: 36px;
            color: #222;
            margin-top: 12px; }
          .newsInfo .content .conCen .page a:nth-child(1):after {
            left: -65px;
            background-image: url("../images/p.png"); }
          .newsInfo .content .conCen .page a:nth-child(2):after {
            right: -65px;
            background-image: url("../images/n.png"); }
          @media (min-width: 1024px) {
            .newsInfo .content .conCen .page a:hover .t1 {
              color: #da8f5a; } }
  @media (max-width: 1366px) {
    .newsInfo .content .conCen .tits {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 1150px) {
    .newsInfo .content {
      display: block; }
      .newsInfo .content .conLeft {
        display: none; }
      .newsInfo .content .conCen {
        width: 100%; }
        .newsInfo .content .conCen .tits {
          font-size: 18px;
          line-height: 26px;
          padding-bottom: 15px; }
        .newsInfo .content .conCen .page a:nth-child(1):after {
          left: -30px; }
        .newsInfo .content .conCen .page a:nth-child(2):after {
          right: -30px; } }
  @media (max-width: 768px) {
    .newsInfo .content .conCen .tits {
      font-size: 16px;
      line-height: 22px;
      padding-bottom: 10px; }
    .newsInfo .content .conCen .tit {
      display: block; }
      .newsInfo .content .conCen .tit .t span {
        margin-right: 15px; }
      .newsInfo .content .conCen .tit .share {
        margin-top: 10px; }
        .newsInfo .content .conCen .tit .share a {
          margin-left: 0;
          margin-right: 5px; }
    .newsInfo .content .conCen .con {
      font-size: 13px;
      line-height: 20px;
      margin-top: 15px; }
    .newsInfo .content .conCen .page {
      display: block;
      margin-top: 20px; }
      .newsInfo .content .conCen .page a {
        width: 100%;
        text-align: left !important;
        max-width: 100%;
        margin-bottom: 15px; }
        .newsInfo .content .conCen .page a:after {
          display: none; }
        .newsInfo .content .conCen .page a .t1 {
          margin-top: 5px;
          font-size: 13px;
          line-height: 16px;
          height: auto; } }

.video {
  padding-top: 18px;
  padding-bottom: 40px; }
  .video .box1 {
    margin-top: 22px; }
    .video .box1 .title {
      text-align: center;
      font-size: 28px;
      line-height: 30px;
      font-weight: bold;
      color: #020202; }
    .video .box1 .list {
      margin-top: 32px;
      position: relative; }
      .video .box1 .list ul {
        width: 43.6%;
        margin: 0 auto;
        position: relative;
        padding-bottom: 28.6%;
        height: 0; }
        .video .box1 .list ul li {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          opacity: 0;
          transition: all 0.4s; }
          .video .box1 .list ul li a {
            width: 100%;
            display: block; }
            .video .box1 .list ul li a .pic {
              width: 100%;
              border-radius: 10px;
              border: 2px solid #fff;
              box-sizing: border-box;
              overflow: hidden;
              opacity: 0.8; }
              .video .box1 .list ul li a .pic img {
                width: 100%; }
              .video .box1 .list ul li a .pic .icon {
                width: 5.3125vw;
                height: 5.3125vw;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("../images/video2.png");
                opacity: 0; }
            .video .box1 .list ul li a .tits {
              display: flex;
              align-items: center;
              margin-top: 20px; }
              .video .box1 .list ul li a .tits .t {
                flex: 1;
                margin-right: 10px;
                font-size: 16px;
                line-height: 18px;
                color: #222;
                font-weight: bold; }
              .video .box1 .list ul li a .tits .time {
                display: flex;
                font-size: 12px;
                line-height: 14px;
                color: #666; }
                .video .box1 .list ul li a .tits .time img {
                  margin-right: 5px; }
          .video .box1 .list ul li:nth-child(1) {
            width: 81%;
            transform: translateX(-69.5%);
            z-index: 1;
            opacity: 1; }
          .video .box1 .list ul li:nth-child(2) {
            width: 100%;
            transform: translateX(0);
            top: 14px;
            z-index: 2;
            opacity: 1; }
            .video .box1 .list ul li:nth-child(2) a .pic {
              box-shadow: 0px 3px 20px 0px #d68141;
              opacity: 1; }
              .video .box1 .list ul li:nth-child(2) a .pic .icon {
                opacity: 1; }
          .video .box1 .list ul li:nth-child(3) {
            width: 81%;
            transform: translateX(93.5%);
            z-index: 1;
            opacity: 1; }
      .video .box1 .list .a {
        width: 12px;
        height: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 10; }
        .video .box1 .list .a.prev {
          background-image: url("../images/prev2.png");
          left: -48px; }
        .video .box1 .list .a.next {
          background-image: url("../images/next2.png");
          right: -48px; }
  .video .box2 {
    margin-top: 60px; }
    .video .box2 .title {
      text-align: center;
      font-size: 28px;
      line-height: 30px;
      font-weight: bold;
      color: #020202; }
    .video .box2 .list {
      margin-top: 34px; }
      .video .box2 .list ul li {
        width: 23%;
        float: left;
        margin-right: 2.6%;
        margin-bottom: 55px; }
        .video .box2 .list ul li:nth-child(4n) {
          margin-right: 0; }
        .video .box2 .list ul li a {
          width: 100%;
          display: block; }
          .video .box2 .list ul li a .pic {
            border-radius: 10px;
            padding-bottom: 55.9%; }
            .video .box2 .list ul li a .pic .icon {
              width: 54px;
              height: 54px;
              border-radius: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/video3.png");
              background-color: #d8874b; }
            .video .box2 .list ul li a .pic span {
              font-size: 12px;
              line-height: 15px;
              background-color: #000;
              border-radius: 3px;
              padding: 0 5px;
              color: #fff;
              position: absolute;
              right: 12px;
              bottom: 12px; }
          .video .box2 .list ul li a .tits {
            font-size: 16px;
            line-height: 18px;
            color: #222;
            font-weight: bold;
            margin-top: 15px; }
          .video .box2 .list ul li a .tit {
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            line-height: 14px;
            color: #666666;
            margin-top: 16px; }
            .video .box2 .list ul li a .tit span {
              display: flex;
              align-items: center; }
              .video .box2 .list ul li a .tit span img {
                margin-right: 5px; }
        @media (min-width: 1024px) {
          .video .box2 .list ul li:hover a .tits {
            color: #da8f5a; } }
  @media (max-width: 1250px) {
    .video .box1 .list .a.prev {
      left: -10px; }
    .video .box1 .list .a.next {
      right: -10px; } }
  @media (max-width: 1200px) {
    .video .box1 .title {
      font-size: 24px;
      line-height: 26px; }
    .video .box2 .title {
      font-size: 24px;
      line-height: 26px; }
    .video .box2 .list ul li {
      width: 32%;
      margin-right: 2%; }
      .video .box2 .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .video .box2 .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .video .box1 .title {
      font-size: 20px;
      line-height: 22px; }
    .video .box2 .title {
      font-size: 20px;
      line-height: 22px; }
    .video .box2 .list ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 30px; }
      .video .box2 .list ul li:nth-child(4n) {
        margin-right: 3%; }
      .video .box2 .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .video .box2 .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .video {
      padding-top: 15px;
      padding-bottom: 30px; }
      .video .box1 {
        margin-top: 15px; }
        .video .box1 .list {
          margin-top: 20px; }
          .video .box1 .list ul {
            width: 90%;
            padding-bottom: 62%; }
            .video .box1 .list ul li:nth-child(1) {
              width: 100%;
              transform: translateX(0);
              top: 0;
              z-index: 2;
              opacity: 1; }
              .video .box1 .list ul li:nth-child(1) a .pic {
                box-shadow: 0px 3px 20px 0px #d68141;
                opacity: 1; }
                .video .box1 .list ul li:nth-child(1) a .pic .icon {
                  opacity: 1;
                  width: 38px;
                  height: 38px; }
              .video .box1 .list ul li:nth-child(1) a .tits {
                margin-top: 10px; }
                .video .box1 .list ul li:nth-child(1) a .tits .t {
                  font-size: 14px; }
            .video .box1 .list ul li:nth-child(2) {
              width: 100%;
              z-index: -1;
              opacity: 0;
              transform: translateX(0); }
            .video .box1 .list ul li:nth-child(3) {
              width: 100%;
              z-index: -1;
              opacity: 0;
              transform: translateX(0); }
      .video .box2 {
        margin-top: 20px; }
        .video .box2 .list {
          margin-top: 15px; }
          .video .box2 .list ul li {
            width: 100%;
            float: none;
            margin-bottom: 15px; }
            .video .box2 .list ul li a .tits {
              font-size: 14px;
              line-height: 18px; }
            .video .box2 .list ul li a .tit {
              margin-top: 10px; } }

.videoInfo {
  padding-top: 18px;
  padding-bottom: 6.1%; }
  .videoInfo .content {
    width: 887px;
    margin: 25px auto 0;
    max-width: 100%; }
    .videoInfo .content .tits {
      font-size: 28px;
      line-height: 45px;
      font-weight: bold;
      color: #020202;
      border-bottom: 1px solid #e5e5e5;
      position: relative;
      padding-bottom: 23px; }
      .videoInfo .content .tits:after {
        width: 91px;
        height: 1px;
        background-color: #d68141;
        position: absolute;
        bottom: -1px;
        left: 0;
        content: ''; }
    .videoInfo .content .tit {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: 18px; }
      .videoInfo .content .tit .t {
        font-size: 14px;
        line-height: 20px;
        color: #222;
        display: flex;
        align-items: center; }
        .videoInfo .content .tit .t span {
          display: flex;
          align-items: center;
          margin-right: 82px; }
          .videoInfo .content .tit .t span:last-child {
            margin-right: 0; }
          .videoInfo .content .tit .t span img {
            margin-right: 10px; }
      .videoInfo .content .tit .share {
        display: flex;
        align-items: center; }
        .videoInfo .content .tit .share a {
          width: 20px;
          display: block;
          margin-left: 8px;
          padding: 0; }
          .videoInfo .content .tit .share a span {
            width: 20px !important;
            height: 20px !important; }
    .videoInfo .content .videoBox {
      width: 100%;
      height: 500px;
      margin-top: 32px;
      border-radius: 10px;
      overflow: hidden;
      position: relative; }
      .videoInfo .content .videoBox img, .videoInfo .content .videoBox video, .videoInfo .content .videoBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .videoInfo .content .page {
      margin-top: 88px;
      border-top: 1px solid #e5e5e5; }
      .videoInfo .content .page a {
        width: 100%;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 78px;
        color: #020202;
        font-weight: bold; }
        .videoInfo .content .page a .t {
          width: 160px; }
        .videoInfo .content .page a .t1 {
          flex: 1;
          color: #7b7b7b; }
        @media (min-width: 1024px) {
          .videoInfo .content .page a:hover .t1 {
            color: #020202; } }
  @media (max-width: 1200px) {
    .videoInfo .content .tits {
      font-size: 22px;
      line-height: 30px; }
    .videoInfo .content .page {
      margin-top: 50px; } }
  @media (max-width: 768px) {
    .videoInfo .content .tits {
      font-size: 18px;
      line-height: 26px;
      padding-bottom: 10px; }
    .videoInfo .content .tit {
      display: block;
      margin-top: 10px; }
      .videoInfo .content .tit .share {
        margin-top: 10px; }
        .videoInfo .content .tit .share a {
          margin-left: 0;
          margin-right: 5px; }
    .videoInfo .content .videoBox {
      height: 60vw; }
    .videoInfo .content .page {
      margin-top: 35px; }
      .videoInfo .content .page a {
        font-size: 12px;
        line-height: 40px; }
        .videoInfo .content .page a .t {
          width: 50px; } }

.client {
  padding-top: 18px;
  position: relative;
  z-index: 10;
  padding-bottom: 40px; }
  .client .content {
    width: 100%;
    margin-top: 46px; }
    .client .content .mapBox {
      width: 1054px;
      max-width: 100%;
      margin: 0 auto;
      position: relative; }
      .client .content .mapBox ul {
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0; }
        .client .content .mapBox ul li {
          position: absolute;
          cursor: pointer;
          padding-bottom: 5px; }
          .client .content .mapBox ul li .dian {
            width: 17px;
            height: auto; }
          .client .content .mapBox ul li .t {
            width: 94px;
            height: 26px;
            border: 1px solid rgba(217, 217, 217, 0.5);
            background-color: rgba(255, 255, 255, 0.5);
            text-align: center;
            box-sizing: border-box;
            font-size: 16px;
            line-height: 24px;
            color: #010101;
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%); }
          .client .content .mapBox ul li:after {
            width: 20px;
            height: 10px;
            position: absolute;
            top: 28px;
            left: 50%;
            margin-left: -10px;
            content: '';
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/sj2.png");
            z-index: 10;
            display: none; }
          .client .content .mapBox ul li .aBox {
            width: 805px;
            border: 1px solid #a17859;
            box-sizing: border-box;
            position: absolute;
            top: 37px;
            padding: 12px 25px;
            z-index: 10;
            background-color: rgba(255, 255, 255, 0.9);
            display: none; }
            .client .content .mapBox ul li .aBox a {
              font-size: 12px;
              line-height: 36px;
              float: left;
              margin-right: 44px;
              display: block;
              padding-left: 15px;
              background-position: left center;
              background-repeat: no-repeat;
              background-image: url("../images/sj1.png");
              color: #000; }
              .client .content .mapBox ul li .aBox a:hover {
                color: #8a410d;
                background-image: url("../images/sj1_h.png"); }
              .client .content .mapBox ul li .aBox a.on {
                color: #8a410d;
                background-image: url("../images/sj1_h.png"); }
              .client .content .mapBox ul li .aBox a.disabled {
                opacity: 0.9;
                cursor: inherit;
                color: #999 !important;
                background-image: url("../images/sj1.png"); }
          .client .content .mapBox ul li:nth-child(1) {
            top: 20%;
            left: 15.5%; }
            .client .content .mapBox ul li:nth-child(1) .aBox {
              left: -100px; }
          .client .content .mapBox ul li:nth-child(2) {
            top: 4%;
            left: 45.5%; }
            .client .content .mapBox ul li:nth-child(2) .aBox {
              left: -200px; }
          .client .content .mapBox ul li:nth-child(3) {
            top: 50%;
            left: 57%; }
            .client .content .mapBox ul li:nth-child(3) .aBox {
              right: -200px; }
          .client .content .mapBox ul li:nth-child(4) {
            top: 20.6%;
            left: 63%; }
            .client .content .mapBox ul li:nth-child(4) .aBox {
              right: -200px; }
          .client .content .mapBox ul li:nth-child(5) {
            top: 17.6%;
            left: 77%; }
            .client .content .mapBox ul li:nth-child(5) .aBox {
              right: -100px; }
          .client .content .mapBox ul li:nth-child(6) {
            top: 62%;
            left: 91%; }
            .client .content .mapBox ul li:nth-child(6) .aBox {
              right: -100px; }
          .client .content .mapBox ul li:hover:after {
            display: block; }
          .client .content .mapBox ul li:hover .aBox {
            display: block; }
    .client .content .newsList {
      margin-top: 68px; }
  .client.case .box {
    margin-top: 17px; }
  .client.case .boxLeft {
    width: 18.4%;
    float: left; }
    .client.case .boxLeft .title {
      border-radius: 10px;
      font-size: 20px;
      line-height: 72px;
      color: #fff;
      font-weight: bold;
      width: 100%;
      border-radius: 10px;
      background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
      background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
      background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%);
      text-align: center;
      text-transform: uppercase; }
    .client.case .boxLeft .tit a {
      width: 100%;
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 54px;
      border: 1px solid #ececec;
      border-radius: 10px;
      background-color: #fafafa;
      text-transform: uppercase;
      padding-left: 52px;
      box-sizing: border-box;
      font-weight: bold;
      color: #222;
      position: relative; }
      .client.case .boxLeft .tit a:not(:nth-child(1)) {
        margin-top: -1px; }
      .client.case .boxLeft .tit a span {
        width: 20px;
        height: 20px;
        border-radius: 5px;
        display: block;
        margin-right: 18px;
        border: 1px solid #91613f;
        overflow: hidden; }
      .client.case .boxLeft .tit a.on {
        z-index: 5;
        box-shadow: 0px 0px 5.52px 0.48px rgba(145, 97, 63, 0.88); }
        .client.case .boxLeft .tit a.on span {
          background-image: url("../images/dui.jpg");
          border: none; }
  .client.case .content {
    width: 77.7%;
    float: right;
    margin-top: 30px; }
    .client.case .content .newsList ul li {
      width: 31.4%;
      margin-right: 2.9%; }
      .client.case .content .newsList ul li:nth-child(4n) {
        margin-right: 2.9%; }
      .client.case .content .newsList ul li:nth-child(3n) {
        margin-right: 0; }
  @media (max-width: 1200px) {
    .client.case .boxLeft .tit a {
      padding-left: 30px;
      font-size: 15px; } }
  @media (max-width: 1100px) {
    .client.case .boxLeft {
      width: 100%;
      float: none;
      display: block; }
      .client.case .boxLeft .tit {
        display: flex;
        flex-wrap: wrap; }
        .client.case .boxLeft .tit a {
          width: 25%;
          margin-top: 0 !important; }
          .client.case .boxLeft .tit a:nth-child(n + 4) {
            margin-top: -1px !important; }
    .client.case .content {
      width: 100%;
      float: none; } }
  @media (max-width: 1024px) {
    .client .content .mapBox ul li:after {
      display: none !important; }
    .client .content .mapBox ul li .aBox {
      width: 90%;
      height: auto;
      position: fixed;
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%);
      background-color: rgba(255, 255, 255, 0.9);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      padding: 10px; }
      .client .content .mapBox ul li .aBox a {
        font-size: 12px;
        line-height: 28px;
        margin-right: 12px;
        padding-left: 8px; }
    .client.case .content .newsList ul li {
      width: 48.5%;
      margin-right: 3%; }
      .client.case .content .newsList ul li:nth-child(3n) {
        margin-right: 3%; }
      .client.case .content .newsList ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .client .content .mapBox ul li .t {
      font-size: 12px;
      display: none; }
    .client.case .boxLeft {
      width: 100%;
      float: none;
      display: block; }
      .client.case .boxLeft .title {
        font-size: 16px;
        line-height: 50px; }
      .client.case .boxLeft .tit {
        display: flex;
        flex-wrap: wrap; }
        .client.case .boxLeft .tit a {
          width: 50%;
          margin-top: 0 !important;
          font-size: 14px;
          line-height: 46px; }
          .client.case .boxLeft .tit a:nth-child(n + 2) {
            margin-top: -1px !important; }
    .client.case .content {
      margin-top: 15px; }
      .client.case .content .newsList {
        margin-top: 15px; }
        .client.case .content .newsList ul li {
          width: 100%;
          margin-right: 0% !important; } }

.caseInfo {
  padding-top: 18px;
  padding-bottom: 60px; }
  .caseInfo .box1 {
    margin-top: 30px; }
    .caseInfo .box1 .title {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .caseInfo .box1 .title .t .tt {
        font-size: 28px;
        line-height: 38px;
        color: #020202;
        font-weight: bold; }
      .caseInfo .box1 .title .t .tt1 {
        font-size: 14px;
        line-height: 16px;
        color: #7b7b7b;
        margin-top: 7px; }
      .caseInfo .box1 .title .share {
        display: flex; }
        .caseInfo .box1 .title .share a {
          width: 29px;
          display: block;
          margin-left: 12px;
          padding: 0; }
          .caseInfo .box1 .title .share a span {
            width: 29px !important;
            height: 29px !important; }
    .caseInfo .box1 .boxNew {
      margin-top: 20px; }
      .caseInfo .box1 .boxNew .picBox {
        width: 61%;
        float: left;
        position: relative;
        z-index: 5; }
        .caseInfo .box1 .boxNew .picBox .sList {
          width: 25%;
          float: left; }
          .caseInfo .box1 .boxNew .picBox .sList ul li {
            width: 100%;
            height: 120px;
            margin-bottom: 6px;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            border: 1px solid #ebe7e7;
            box-sizing: border-box; }
            .caseInfo .box1 .boxNew .picBox .sList ul li:last-child {
              margin-bottom: 0; }
            .caseInfo .box1 .boxNew .picBox .sList ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .caseInfo .box1 .boxNew .picBox .sList ul li .con {
              width: 100%;
              height: 100%;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../images/sbg.png");
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 28px;
              line-height: 30px;
              color: #fff;
              font-weight: bold;
              position: absolute;
              top: 0;
              left: 0; }
            .caseInfo .box1 .boxNew .picBox .sList ul li.on {
              border-color: #da8f5a; }
        .caseInfo .box1 .boxNew .picBox .bigPic {
          width: 70.8%;
          border-radius: 10px;
          overflow: hidden;
          height: 372px;
          float: right;
          position: relative;
          border: 1px solid #ebe7e7;
          box-sizing: border-box; }
          .caseInfo .box1 .boxNew .picBox .bigPic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
      .caseInfo .box1 .boxNew .conn {
        width: 39%;
        float: right;
        position: relative; }
        .caseInfo .box1 .boxNew .conn:after {
          width: 120%;
          height: 100%;
          position: absolute;
          top: 0;
          left: -20%;
          background-color: #f9f9f9;
          content: ""; }
        .caseInfo .box1 .boxNew .conn .t {
          position: relative;
          font-size: 19px;
          color: #767676;
          line-height: 62px;
          display: flex;
          padding-left: 48px;
          box-sizing: border-box;
          align-items: center;
          z-index: 5; }
          .caseInfo .box1 .boxNew .conn .t img {
            margin-right: 18px; }
          .caseInfo .box1 .boxNew .conn .t span {
            color: #010101;
            font-weight: bold; }
    .caseInfo .box1 .con1 {
      margin-top: 25px; }
      .caseInfo .box1 .con1 .t {
        font-size: 14px;
        line-height: 20px;
        color: #020202;
        font-weight: bold; }
      .caseInfo .box1 .con1 .t1 {
        font-size: 14px;
        line-height: 24px;
        color: #7b7b7b;
        margin-top: 5px; }
      .caseInfo .box1 .con1 .t2 {
        font-size: 12px;
        line-height: 24px;
        color: #767676;
        margin-top: 5px; }
    .caseInfo .box1 .page {
      width: 100%;
      height: auto;
      background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
      background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
      background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%);
      padding: 0 30px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      margin-top: 25px; }
      .caseInfo .box1 .page a {
        width: 46%;
        font-size: 16px;
        line-height: 68px;
        color: #fff;
        background-repeat: no-repeat; }
        .caseInfo .box1 .page a span {
          font-weight: bold; }
        .caseInfo .box1 .page a:nth-child(1) {
          padding-left: 38px;
          background-position: left center;
          background-image: url("../images/c_p.png"); }
        .caseInfo .box1 .page a:nth-child(2) {
          padding-right: 38px;
          background-position: right center;
          background-image: url("../images/c_n.png");
          text-align: right; }
  .caseInfo .box2 {
    margin-top: 40px; }
    .caseInfo .box2 .title {
      text-align: center;
      font-size: 28px;
      line-height: 30px;
      color: #c68766;
      font-weight: bold; }
    .caseInfo .box2 .list {
      margin-top: 44px; }
      .caseInfo .box2 .list ul li {
        width: 22.6%;
        float: left;
        margin-right: 3.2%;
        border-radius: 10px;
        overflow: hidden; }
        .caseInfo .box2 .list ul li:nth-child(4n) {
          margin-right: 0; }
        .caseInfo .box2 .list ul li a {
          width: 100%;
          height: auto;
          display: block;
          background-color: #f6f6f6; }
          .caseInfo .box2 .list ul li a .pic {
            border-radius: 10px;
            padding-bottom: 75.4%; }
          .caseInfo .box2 .list ul li a .con {
            padding: 23px 28px 26px;
            box-sizing: border-box; }
            .caseInfo .box2 .list ul li a .con .tits {
              font-size: 16px;
              line-height: 25px;
              color: #010101;
              height: 50px;
              font-weight: bold; }
            .caseInfo .box2 .list ul li a .con .tit {
              border-top: 1px solid #bababc;
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding-top: 14px;
              margin-top: 15px; }
              .caseInfo .box2 .list ul li a .con .tit .time {
                display: flex;
                align-items: center;
                font-size: 16px;
                line-height: 20px;
                color: #7a7979; }
                .caseInfo .box2 .list ul li a .con .tit .time img {
                  margin-right: 8px; }
        @media (min-width: 1024px) {
          .caseInfo .box2 .list ul li:hover a .con .tits {
            color: #da8f5a; } }
  @media (max-width: 1500px) {
    .caseInfo .box1 .boxNew .conn .t {
      font-size: 16px; } }
  @media (max-width: 1366px) {
    .caseInfo .box1 .title .t .tt {
      font-size: 22px;
      line-height: 30px; }
    .caseInfo .box1 .boxNew .conn .t {
      font-size: 14px; } }
  @media (max-width: 1200px) {
    .caseInfo .box1 .boxNew .picBox .sList ul li {
      height: 100px; }
    .caseInfo .box1 .boxNew .picBox .bigPic {
      height: 312px; }
    .caseInfo .box1 .boxNew .conn .t {
      line-height: 52px;
      padding-left: 30px; }
    .caseInfo .box2 .list ul li {
      width: 32%;
      margin-right: 2%; }
      .caseInfo .box2 .list ul li:last-child {
        display: none; }
      .caseInfo .box2 .list ul li:nth-child(3) {
        margin-right: 0; }
    .caseInfo .box2 .title {
      font-size: 22px;
      line-height: 24px; } }
  @media (max-width: 1024px) {
    .caseInfo .box1 .title .t .tt {
      font-size: 16px;
      line-height: 26px; }
    .caseInfo .box1 .boxNew .picBox {
      width: 100%;
      float: none; }
    .caseInfo .box1 .boxNew .conn {
      width: 100%; }
      .caseInfo .box1 .boxNew .conn:after {
        width: 100%;
        left: 0; }
    .caseInfo .box2 .list ul li {
      width: 48.5%;
      margin-right: 3; }
      .caseInfo .box2 .list ul li:nth-child(n + 3) {
        display: none; }
      .caseInfo .box2 .list ul li:nth-child(2) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .caseInfo {
      padding-bottom: 30px; }
      .caseInfo .box1 {
        margin-top: 20px; }
        .caseInfo .box1 .title {
          display: block; }
          .caseInfo .box1 .title .share {
            margin-top: 10px; }
            .caseInfo .box1 .title .share a {
              margin-left: 0;
              margin-right: 5px; }
        .caseInfo .box1 .boxNew .picBox .bigPic {
          width: 100%;
          height: 56vw;
          float: none; }
        .caseInfo .box1 .boxNew .picBox .sList {
          width: 100%;
          margin-top: 5px; }
          .caseInfo .box1 .boxNew .picBox .sList ul {
            display: flex;
            justify-content: space-between; }
            .caseInfo .box1 .boxNew .picBox .sList ul li {
              width: 32%;
              margin-bottom: 0; }
        .caseInfo .box1 .boxNew .conn {
          padding: 15px 0; }
          .caseInfo .box1 .boxNew .conn .t {
            padding-left: 15px;
            font-size: 13px;
            line-height: 30px; }
        .caseInfo .box1 .con1 .t {
          font-size: 13px; }
        .caseInfo .box1 .con1 .t1 {
          font-size: 13px;
          line-height: 20px; }
        .caseInfo .box1 .page {
          display: block;
          padding: 10px 15px;
          box-sizing: border-box; }
          .caseInfo .box1 .page a {
            width: 100%;
            max-width: 100%;
            font-size: 13px;
            line-height: 26px;
            box-sizing: border-box;
            padding-right: 0 !important;
            padding-left: 30px !important;
            background-image: url("../images/c_p.png") !important;
            background-position: left center !important;
            padding: 5px 0; }
      .caseInfo .box2 {
        margin-top: 25px; }
        .caseInfo .box2 .list {
          margin-top: 15px; }
          .caseInfo .box2 .list ul li {
            width: 100%; }
            .caseInfo .box2 .list ul li:nth-child(n + 2) {
              display: none; } }

.brand {
  padding-bottom: 5.2%;
  padding-top: 18px;
  background-color: #f9f9f9; }
  .brand .content {
    margin-top: 14px; }
  .brand .conLeft {
    width: 354px;
    background-color: #fff;
    float: left;
    overflow: hidden;
    border-radius: 10px 10px 0 0; }
    .brand .conLeft .title {
      display: flex;
      align-items: center;
      font-size: 20px;
      line-height: 60px;
      color: #fff;
      font-weight: bold;
      padding-left: 50px;
      background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
      background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
      background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%);
      border-radius: 10px 10px 0 0; }
      .brand .conLeft .title img {
        margin-right: 12px; }
    .brand .conLeft .conNew {
      padding: 20px 35px 20px 45px;
      width: 100%;
      box-sizing: border-box;
      border-top: none;
      border: 1px solid #ececec;
      border-top: none; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #91613f;
        font-weight: bold; }
      .brand .conLeft .conNew .tit {
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        .brand .conLeft .conNew .tit a {
          width: 20px;
          height: 20px;
          border-radius: 5px;
          display: block;
          text-align: center;
          font-size: 14px;
          color: #c4c4c4;
          line-height: 21px;
          margin-right: 6px;
          margin-bottom: 6px; }
          .brand .conLeft .conNew .tit a.on {
            color: #91613f; }
          .brand .conLeft .conNew .tit a.active {
            background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
            background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
            background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%);
            color: #fff;
            font-weight: bold; }
      .brand .conLeft .conNew .itemBox {
        margin-top: 10px; }
        .brand .conLeft .conNew .itemBox .item {
          display: flex;
          align-items: flex-start; }
          .brand .conLeft .conNew .itemBox .item .t {
            width: 26px;
            padding-left: 5px;
            font-size: 12px;
            line-height: 30px;
            color: #91613f; }
          .brand .conLeft .conNew .itemBox .item .t1 {
            flex: 1; }
            .brand .conLeft .conNew .itemBox .item .t1 a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              font-size: 14px;
              line-height: 30px;
              color: #2d2d2d;
              text-transform: uppercase; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #91613f; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #91613f; } }
  .brand .conRight {
    width: calc(100% - 430px);
    float: right; }
    .brand .conRight .item {
      margin-bottom: 5px; }
      .brand .conRight .item:nth-child(2) .paging {
        margin-top: 10px; }
    .brand .conRight .title {
      border-bottom: 1px solid #dcdcdc;
      font-size: 18px;
      line-height: 20px;
      color: #91613f;
      font-weight: bold; }
      .brand .conRight .title span {
        display: block;
        width: fit-content;
        position: relative;
        padding-bottom: 10px; }
        .brand .conRight .title span:after {
          width: 100%;
          height: 3px;
          position: absolute;
          bottom: -1px;
          left: 0;
          background-color: #91613f;
          content: ''; }
    .brand .conRight ul {
      margin-top: 25px; }
      .brand .conRight ul li {
        width: 18.4%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
        box-sizing: border-box; }
        .brand .conRight ul li:nth-child(5n) {
          margin-right: 0; }
        .brand .conRight ul li a {
          width: 100%;
          display: block;
          padding-bottom: 5px; }
          .brand .conRight ul li a .pic {
            width: 100%;
            height: 70px;
            box-sizing: border-box;
            background-color: #fff;
            position: relative; }
            .brand .conRight ul li a .pic img {
              max-width: 60%;
              max-height: 70%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .brand .conRight ul li a .tits {
            text-align: center;
            font-size: 14px;
            line-height: 16px;
            color: #91613f;
            font-weight: bold;
            text-transform: uppercase;
            position: relative;
            z-index: 10;
            margin-top: 3px; }
          .brand .conRight ul li a .tit {
            text-align: center;
            font-size: 12px;
            line-height: 14px;
            color: #91613f;
            margin-top: 3px; }
  @media (max-width: 1024px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .brand {
      padding-bottom: 30px; }
      .brand .conRight ul {
        margin-top: 15px; }
      .brand .conRight ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px; }
        .brand .conRight ul li:nth-child(5n) {
          margin-right: 3%; }
        .brand .conRight ul li:nth-child(2n) {
          margin-right: 0; } }

.brandInfo {
  padding-top: 18px;
  padding-bottom: 60px; }
  .brandInfo .box1 {
    margin-top: 26px; }
    .brandInfo .box1 .picBox {
      width: 60.8%;
      float: left; }
      .brandInfo .box1 .picBox .sList {
        width: 16.6%;
        float: left; }
        .brandInfo .box1 .picBox .sList ul li {
          width: 100%;
          height: 95px;
          border-radius: 5px;
          overflow: hidden;
          position: relative;
          margin-bottom: 4px;
          cursor: pointer; }
          .brandInfo .box1 .picBox .sList ul li:last-child {
            margin-bottom: 0; }
          .brandInfo .box1 .picBox .sList ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .brandInfo .box1 .picBox .sList ul li .con {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 18px;
            line-height: 20px;
            font-weight: bold;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center; }
      .brandInfo .box1 .picBox .bigPic {
        width: 82.5%;
        border-radius: 10px;
        position: relative;
        height: 392px;
        overflow: hidden;
        float: right;
        cursor: pointer; }
        .brandInfo .box1 .picBox .bigPic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .brandInfo .box1 .picBox .bigPic .icon {
          width: 92px;
          height: 92px;
          position: absolute;
          top: 50%;
          left: 50%;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../images/video4.png");
          transform: translate(-50%, -50%); }
    .brandInfo .box1 .boxRight {
      width: 36.4%;
      float: right; }
      .brandInfo .box1 .boxRight .tits {
        display: flex;
        align-items: center;
        font-size: 18px;
        line-height: 42px;
        color: #91613f;
        font-weight: bold;
        border-bottom: 1px dashed #c4ab99;
        padding-bottom: 24px;
        text-transform: uppercase; }
        .brandInfo .box1 .boxRight .tits img {
          margin-right: 30px;
          max-height: 42px; }
      .brandInfo .box1 .boxRight .tit {
        font-size: 12px;
        line-height: 26px;
        color: #3b3b3b;
        margin-top: 25px; }
      .brandInfo .box1 .boxRight .tit1 {
        margin-top: 30px; }
        .brandInfo .box1 .boxRight .tit1 .t {
          font-size: 15px;
          line-height: 17px;
          font-weight: bold;
          color: #91613f; }
        .brandInfo .box1 .boxRight .tit1 .t1 {
          margin-top: 10px;
          height: 85px; }
          .brandInfo .box1 .boxRight .tit1 .t1 a {
            font-size: 12px;
            padding: 0 12px;
            min-width: 60px;
            box-sizing: border-box;
            color: #3b3b3b;
            background-color: #f6f6f6;
            border-radius: 5px;
            box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
            margin-right: 12px;
            line-height: 24px;
            display: inline-block;
            text-align: center;
            margin-bottom: 5px; }
      .brandInfo .box1 .boxRight .but {
        width: 240px;
        height: 54px;
        font-size: 18px;
        line-height: 54px;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        display: block; }
  .brandInfo .box2 {
    margin-top: 32px; }
    .brandInfo .box2 .title {
      font-size: 20px;
      line-height: 36px;
      font-weight: bold;
      color: #432d1c;
      border-bottom: 1px dashed #e8e8e8;
      padding-bottom: 17px; }
      .brandInfo .box2 .title span {
        display: block;
        position: relative;
        width: fit-content; }
        .brandInfo .box2 .title span:after {
          width: 100%;
          height: 5px;
          position: absolute;
          left: 0;
          bottom: -20px;
          background-image: -moz-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
          background-image: -webkit-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
          background-image: -ms-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
          box-shadow: 1.782px 0.908px 3.92px 0.08px rgba(181, 181, 181, 0.4);
          content: ''; }
    .brandInfo .box2 .proList {
      margin-top: 48px; }
  @media (max-width: 1200px) {
    .brandInfo .box1 .boxRight .but {
      width: 180px;
      height: 40px;
      font-size: 16px;
      line-height: 40px; }
    .brandInfo .box2 .title {
      font-size: 18px;
      line-height: 30px; }
    .brandInfo .box2 .proList {
      margin-top: 30px; } }
  @media (max-width: 920px) {
    .brandInfo .box1 .picBox {
      width: 100%;
      float: none; }
    .brandInfo .box1 .boxRight {
      width: 100%;
      float: none;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .brandInfo {
      padding-bottom: 30px; }
      .brandInfo .box1 .picBox .bigPic {
        width: 100%;
        float: none;
        height: 60vw; }
        .brandInfo .box1 .picBox .bigPic .icon {
          width: 44px;
          height: 44px; }
      .brandInfo .box1 .picBox .sList {
        width: 100%;
        margin-top: 5px; }
        .brandInfo .box1 .picBox .sList ul {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .brandInfo .box1 .picBox .sList ul li {
            width: 24.5%;
            height: 60px; }
      .brandInfo .box1 .boxRight .tits {
        padding-bottom: 15px; }
      .brandInfo .box1 .boxRight .tit {
        margin-top: 10px; }
      .brandInfo .box1 .boxRight .tit1 {
        margin-top: 15px; }
        .brandInfo .box1 .boxRight .tit1 .t1 {
          height: auto; }
      .brandInfo .box1 .boxRight .but {
        margin-top: 15px; }
      .brandInfo .box2 .title {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 8px; }
        .brandInfo .box2 .title span:after {
          bottom: -11px; }
      .brandInfo .box2 .proList {
        margin-top: 15px; } }

.proList {
  width: 100%; }
  .proList ul {
    padding-bottom: 90px; }
    .proList ul li {
      width: 25%;
      float: left;
      margin-left: -1px;
      margin-top: -1px;
      border: 1px solid #e1c9b9;
      box-sizing: border-box;
      position: relative; }
      .proList ul li a {
        background-color: #fff;
        width: 100%;
        display: block; }
        .proList ul li a .pic {
          padding-bottom: 77.6%; }
        .proList ul li a .con {
          padding: 13px 16px 35px; }
          .proList ul li a .con .tits {
            padding: 0 10px;
            box-sizing: border-box;
            font-size: 18px;
            line-height: 20px;
            color: #3b3b3b;
            font-weight: bold; }
          .proList ul li a .con .line {
            width: 100%;
            height: 1px;
            box-sizing: border-box;
            border-bottom: 1px dashed #e8e8e8;
            margin-top: 18px; }
          .proList ul li a .con .tit {
            font-size: 14px;
            line-height: 21px;
            color: #7b7b7b;
            height: 84px;
            -webkit-line-clamp: 4;
            padding: 0 10px;
            box-sizing: border-box;
            margin-top: 15px; }
      @media (min-width: 1024px) {
        .proList ul li:hover {
          box-shadow: 0px 0px 7.36px 0.64px rgba(77, 49, 30, 0.4);
          z-index: 5; }
          .proList ul li:hover a .con .tits {
            color: #d68141; } }
  @media (max-width: 1200px) {
    .proList ul {
      padding-bottom: 60px; }
      .proList ul li {
        width: 33.33333%; } }
  @media (max-width: 1024px) {
    .proList ul {
      padding-bottom: 40px; }
      .proList ul li {
        width: 50%; }
        .proList ul li a .con {
          padding: 10px 12px 25px; }
          .proList ul li a .con .tits {
            font-size: 16px;
            line-height: 18px; }
          .proList ul li a .con .line {
            margin-top: 10px; }
          .proList ul li a .con .tit {
            margin-top: 10px; } }
  @media (max-width: 768px) {
    .proList ul {
      padding-bottom: 20px; }
      .proList ul li {
        width: 100%; } }

.product {
  padding-top: 18px;
  padding-bottom: 68px; }
  .product .box {
    margin-top: 17px; }
    .product .box .boxLeft {
      width: 18.4%;
      float: left; }
      .product .box .boxLeft .title {
        border-radius: 10px;
        font-size: 20px;
        line-height: 72px;
        color: #fff;
        font-weight: bold;
        width: 100%;
        border-radius: 10px;
        background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        text-align: center;
        text-transform: uppercase; }
      .product .box .boxLeft .tit a {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 54px;
        border: 1px solid #ececec;
        border-radius: 10px;
        background-color: #fafafa;
        text-transform: uppercase;
        padding-left: 52px;
        box-sizing: border-box;
        font-weight: bold;
        color: #222;
        position: relative; }
        .product .box .boxLeft .tit a:not(:nth-child(1)) {
          margin-top: -1px; }
        .product .box .boxLeft .tit a span {
          width: 20px;
          height: 20px;
          border-radius: 5px;
          display: block;
          margin-right: 18px;
          border: 1px solid #91613f;
          overflow: hidden; }
        .product .box .boxLeft .tit a.on {
          z-index: 5;
          box-shadow: 0px 0px 5.52px 0.48px rgba(145, 97, 63, 0.88); }
          .product .box .boxLeft .tit a.on span {
            background-image: url("../images/dui.jpg");
            border: none; }
      .product .box .boxLeft .but {
        width: calc(100% - 14px);
        font-size: 16px;
        line-height: 50px;
        display: flex;
        align-items: center;
        border-radius: 26px;
        box-shadow: 0px 2px 0px 0px #d68141;
        background-size: cover;
        background-image: url("../images/p_bg.jpg");
        padding-left: 55px;
        padding-right: 34px;
        justify-content: space-between;
        color: #4c2e17;
        box-sizing: border-box;
        margin: 20px auto 0; }
    .product .box .boxRight {
      width: 77.4%;
      float: right; }
      .product .box .boxRight .title {
        font-size: 20px;
        line-height: 72px;
        border-bottom: 1px dashed #e8e8e8;
        color: #432d1c;
        font-weight: bold; }
        .product .box .boxRight .title span {
          display: block;
          position: relative;
          width: fit-content; }
          .product .box .boxRight .title span:after {
            width: 100%;
            height: 5px;
            position: absolute;
            left: 0;
            bottom: -3px;
            background-image: -moz-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
            background-image: -webkit-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
            background-image: -ms-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
            box-shadow: 1.782px 0.908px 3.92px 0.08px rgba(181, 181, 181, 0.4);
            content: ''; }
      .product .box .boxRight .wordList {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dashed #e8e8e8; }
        .product .box .boxRight .wordList .aBox {
          display: flex; }
          .product .box .boxRight .wordList .aBox a {
            font-size: 18px;
            line-height: 49px;
            color: #7b7b7b;
            cursor: auto;
            margin-right: 16px;
            display: block; }
            .product .box .boxRight .wordList .aBox a.on {
              color: #d68141;
              cursor: pointer; }
        .product .box .boxRight .wordList .click {
          font-size: 14px;
          line-height: 49px;
          color: #7b7b7b;
          white-space: nowrap; }
      .product .box .boxRight .navBox {
        border-bottom: 1px dashed #e8e8e8;
        padding-bottom: 15px;
        margin-top: 18px; }
        .product .box .boxRight .navBox .tits {
          font-size: 18px;
          line-height: 20px;
          color: #432d1c;
          font-weight: bold; }
        .product .box .boxRight .navBox .tit {
          display: flex;
          flex-wrap: wrap;
          margin-top: 12px; }
          .product .box .boxRight .navBox .tit a {
            font-size: 14px;
            line-height: 28px;
            color: #7b7b7b;
            display: block;
            padding-right: 35px;
            text-transform: uppercase;
            position: relative; }
            .product .box .boxRight .navBox .tit a span {
              color: #d68141; }
            .product .box .boxRight .navBox .tit a:after {
              width: 1px;
              height: 14px;
              background-color: #919191;
              position: absolute;
              top: 8px;
              right: 17px;
              content: ''; }
            .product .box .boxRight .navBox .tit a.on {
              color: #d68141; }
            @media (min-width: 1024px) {
              .product .box .boxRight .navBox .tit a:hover {
                color: #d68141; } }
      .product .box .boxRight .resetBox {
        display: flex;
        margin-top: 20px; }
        .product .box .boxRight .resetBox .t {
          font-size: 14px;
          line-height: 32px;
          box-sizing: border-box;
          color: #7b7b7b;
          padding: 0 7px;
          display: flex;
          align-items: center;
          border: 1px dashed #d68141;
          margin-right: 20px; }
          .product .box .boxRight .resetBox .t span {
            color: #d68141;
            font-weight: bold;
            margin: 0 6px; }
          .product .box .boxRight .resetBox .t i {
            font-size: 10px;
            color: #d68141;
            font-weight: bold; }
        .product .box .boxRight .resetBox .t1 {
          font-size: 14px;
          line-height: 32px;
          color: #7b7b7b;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/reset.png");
          padding-left: 18px;
          display: block; }
      .product .box .boxRight .proList {
        margin-top: 44px; }
        .product .box .boxRight .proList ul {
          padding-bottom: 58px; }
          .product .box .boxRight .proList ul li {
            width: 33.33333%; }
  @media (max-width: 1200px) {
    .product .box .boxLeft .tit a {
      padding-left: 30px;
      font-size: 15px; }
    .product .box .boxRight .wordList .aBox a {
      font-size: 15px; }
    .product .box .boxRight .navBox .tits {
      font-size: 15px;
      line-height: 17px; } }
  @media (max-width: 1100px) {
    .product .box .boxLeft {
      width: 100%;
      float: none;
      display: block; }
      .product .box .boxLeft .tit {
        display: flex;
        flex-wrap: wrap; }
        .product .box .boxLeft .tit a {
          width: 25%;
          margin-top: 0 !important; }
          .product .box .boxLeft .tit a:nth-child(n + 4) {
            margin-top: -1px !important; }
    .product .box .boxRight {
      width: 100%; } }
  @media (max-width: 1024px) {
    .product .box .boxRight .title {
      font-size: 16px;
      line-height: 50px; }
    .product .box .boxRight .proList ul li {
      width: 50%; } }
  @media (max-width: 768px) {
    .product {
      padding-bottom: 30px; }
      .product .box .boxLeft {
        width: 100%;
        float: none;
        display: block; }
        .product .box .boxLeft .title {
          font-size: 16px;
          line-height: 50px; }
        .product .box .boxLeft .tit {
          display: flex;
          flex-wrap: wrap; }
          .product .box .boxLeft .tit a {
            width: 50%;
            margin-top: 0 !important;
            font-size: 14px;
            line-height: 46px; }
            .product .box .boxLeft .tit a:nth-child(n + 2) {
              margin-top: -1px !important; }
      .product .box .boxRight .wordList .aBox {
        flex-wrap: wrap;
        padding-top: 10px; }
        .product .box .boxRight .wordList .aBox a {
          line-height: 24px;
          margin-right: 12px; }
      .product .box .boxRight .navBox .tit a {
        font-size: 13px;
        line-height: 24px;
        padding-right: 24px; }
        .product .box .boxRight .navBox .tit a:after {
          right: 12px;
          top: 5px; }
      .product .box .boxRight .resetBox {
        display: block; }
        .product .box .boxRight .resetBox a {
          margin-bottom: 5px; }
      .product .box .boxRight .proList {
        margin-top: 15px; }
        .product .box .boxRight .proList ul {
          padding-bottom: 20px; }
          .product .box .boxRight .proList ul li {
            width: 100%; } }

.productInfo {
  padding-top: 18px;
  padding-bottom: 75px; }
  .productInfo .box1 {
    margin-top: 60px; }
    .productInfo .box1 .picBox {
      width: 49.8%;
      float: left; }
      .productInfo .box1 .picBox .list ul {
        width: 100%;
        height: 462px;
        position: relative; }
        .productInfo .box1 .picBox .list ul li {
          width: 88%;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          border-radius: 10px;
          overflow: hidden;
          opacity: 0;
          z-index: -1; }
          .productInfo .box1 .picBox .list ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
          .productInfo .box1 .picBox .list ul li:nth-child(1) {
            transform: translateX(13.4%);
            z-index: 3;
            opacity: 1; }
          .productInfo .box1 .picBox .list ul li:nth-child(2) {
            transform: translateX(3.4%) scale(0.934);
            z-index: 2;
            opacity: 0.8; }
          .productInfo .box1 .picBox .list ul li:nth-child(3) {
            transform: translateX(-5.6%) scale(0.89);
            z-index: 1;
            opacity: 0.6; }
      .productInfo .box1 .picBox .list1 {
        margin-top: 18px;
        position: relative; }
        .productInfo .box1 .picBox .list1 .listNew {
          width: calc(100% - 18px);
          margin-left: 18px;
          position: relative; }
          .productInfo .box1 .picBox .list1 .listNew ul li {
            width: 18.7%;
            float: left;
            margin-right: 1.625%;
            border-radius: 5px;
            height: 85px;
            position: relative;
            overflow: hidden;
            cursor: pointer; }
            .productInfo .box1 .picBox .list1 .listNew ul li:last-child {
              margin-right: 0; }
            .productInfo .box1 .picBox .list1 .listNew ul li img {
              width: 100%;
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              object-fit: cover; }
          .productInfo .box1 .picBox .list1 .listNew .click {
            width: 18.7%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.6);
            text-align: center;
            font-size: 18px;
            line-height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 5;
            color: #fff;
            border-radius: 5px;
            cursor: pointer; }
        .productInfo .box1 .picBox .list1 .a {
          width: 18px;
          height: 85px;
          position: absolute;
          top: 0;
          font-size: 18px;
          line-height: 85px;
          color: #000; }
          .productInfo .box1 .picBox .list1 .a.prev {
            left: 0; }
          .productInfo .box1 .picBox .list1 .a.next {
            text-align: right;
            right: -18px; }
    .productInfo .box1 .con {
      width: 46.8%;
      float: right;
      padding-right: 18px;
      box-sizing: border-box; }
      .productInfo .box1 .con .tits {
        font-size: 22px;
        line-height: 24px;
        color: #da8f5a;
        font-weight: bold; }
      .productInfo .box1 .con .tit {
        font-size: 16px;
        line-height: 34px;
        color: #000;
        margin-top: 13px; }
        .productInfo .box1 .con .tit .item {
          border-bottom: 1px dashed #ccc;
          padding-top: 16px;
          padding-bottom: 15px; }
          .productInfo .box1 .con .tit .item:last-child {
            border-bottom: none; }
          .productInfo .box1 .con .tit .item .t {
            display: flex; }
            .productInfo .box1 .con .tit .item .t .tt {
              width: 37.3%;
              font-weight: bold; }
            .productInfo .box1 .con .tit .item .t .tt1 {
              flex: 1; }
      .productInfo .box1 .con .btns {
        display: flex;
        margin-top: 20px; }
        .productInfo .box1 .con .btns a {
          width: 244px;
          font-size: 18px;
          line-height: 50px;
          display: flex;
          align-items: center;
          border-radius: 26px;
          box-shadow: 0px 2px 0px 0px #d68141;
          background-size: cover;
          background-image: url("../images/p_bg.jpg");
          justify-content: center;
          box-sizing: border-box;
          font-weight: bold;
          color: #da8f5a;
          margin-right: 28px;
          border-right: 1px solid #da8f5a; }
          .productInfo .box1 .con .btns a:last-child {
            margin-right: 0; }
          .productInfo .box1 .con .btns a img {
            margin-right: 12px; }
  .productInfo .content {
    margin-top: 60px; }
    .productInfo .content .conLeft {
      width: 65%;
      float: left;
      border-top: 1px dashed #ccc;
      padding-top: 28px; }
      .productInfo .content .conLeft .infoBox .item {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 12px;
        margin-bottom: 28px; }
        .productInfo .content .conLeft .infoBox .item .tits {
          font-size: 16px;
          line-height: 18px;
          color: #000;
          font-weight: bold; }
        .productInfo .content .conLeft .infoBox .item .tit {
          font-size: 14px;
          line-height: 36px;
          color: #3b3b3b;
          display: flex;
          flex-wrap: wrap;
          margin-top: 16px; }
          .productInfo .content .conLeft .infoBox .item .tit .t {
            width: 55.3%;
            display: flex; }
            .productInfo .content .conLeft .infoBox .item .tit .t:nth-child(2n) {
              width: 44.7%; }
            .productInfo .content .conLeft .infoBox .item .tit .t .tt {
              width: 45%; }
              .productInfo .content .conLeft .infoBox .item .tit .t .tt:nth-child(2n) {
                width: 55%; }
      .productInfo .content .conLeft .details .tits {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: bold; }
      .productInfo .content .conLeft .details .tableBox {
        margin-top: 30px; }
        .productInfo .content .conLeft .details .tableBox tr {
          font-size: 14px;
          line-height: 20px;
          background-color: #e8ded6; }
          .productInfo .content .conLeft .details .tableBox tr:nth-child(2n) {
            background-color: #fff; }
          .productInfo .content .conLeft .details .tableBox tr th, .productInfo .content .conLeft .details .tableBox tr td {
            border: 1px solid #91613f;
            padding: 8px 20px; }
            .productInfo .content .conLeft .details .tableBox tr th:nth-child(1), .productInfo .content .conLeft .details .tableBox tr td:nth-child(1) {
              padding: 0 30px;
              font-weight: bold;
              white-space: nowrap; }
          .productInfo .content .conLeft .details .tableBox tr th {
            background-color: #e4e4e4;
            text-align: left;
            background-color: #91613f; }
      .productInfo .content .conLeft .box2 {
        background-color: #fdf8ec;
        width: 750px;
        max-width: 100%;
        margin-top: 94px; }
        .productInfo .content .conLeft .box2 .xPic {
          width: 100%; }
        .productInfo .content .conLeft .box2 .title {
          position: relative;
          z-index: 5; }
        .productInfo .content .conLeft .box2 .ps {
          margin-top: 10px; }
          .productInfo .content .conLeft .box2 .ps .itemBox {
            width: calc(100% - 36px);
            margin: 18px auto 0;
            display: flex;
            flex-wrap: wrap; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item {
              width: 50%;
              background-color: #fce3d2;
              margin-bottom: 10px; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .tits {
                width: 100%;
                background-color: #fed3b5; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .tits span {
                  width: 178px;
                  height: 24px;
                  text-align: center;
                  margin: 0 auto;
                  display: block;
                  font-size: 14px;
                  line-height: 24px;
                  color: #4c2e17;
                  background-color: #ffb888; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .pic {
                padding: 12px 10px 8px;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img {
                  width: calc(50% - 2px);
                  height: 0;
                  padding-bottom: 31.8%;
                  position: relative;
                  overflow: hidden;
                  margin-bottom: 4px; }
                  .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img img {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    object-fit: cover; }
        .productInfo .content .conLeft .box2 .oa .pic {
          width: 100%;
          margin-top: -21px; }
        .productInfo .content .conLeft .box2 .of {
          margin-top: -18px;
          margin-bottom: 10px; }
          .productInfo .content .conLeft .box2 .of .itemBox {
            width: calc(100% - 36px);
            background-color: #fce3d2;
            margin: 0 auto 0;
            padding: 0 10px 16px 18px;
            position: relative;
            margin-top: 20px;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .of .itemBox:before {
              width: 100%;
              height: 24px;
              background-color: #fed3b5;
              position: absolute;
              top: 0;
              left: 0;
              content: ''; }
            .productInfo .content .conLeft .box2 .of .itemBox .item {
              width: 30.6%;
              margin-right: 4.1%;
              float: left;
              position: relative;
              z-index: 5; }
              .productInfo .content .conLeft .box2 .of .itemBox .item:last-child {
                margin-right: 0; }
              .productInfo .content .conLeft .box2 .of .itemBox .item .t {
                margin-left: 15px;
                font-size: 14px;
                line-height: 24px;
                color: #4c2e17;
                background-color: #ffb888;
                padding: 0 12px;
                width: fit-content; }
              .productInfo .content .conLeft .box2 .of .itemBox .item .t1 {
                font-size: 12px;
                line-height: 14px;
                color: #4a220f;
                margin-top: 16px; }
          .productInfo .content .conLeft .box2 .of .picBox {
            width: calc(100% - 36px);
            margin: 8px auto 0;
            display: flex;
            justify-content: space-between; }
            .productInfo .content .conLeft .box2 .of .picBox .item {
              width: 37.5%;
              display: flex;
              flex-direction: column;
              justify-content: space-between; }
              .productInfo .content .conLeft .box2 .of .picBox .item:nth-child(2) {
                width: 32.8%; }
              .productInfo .content .conLeft .box2 .of .picBox .item:nth-child(3) {
                width: 28%; }
        .productInfo .content .conLeft .box2 .cv .list {
          width: calc(100% - 36px);
          margin: 26px auto 0; }
          .productInfo .content .conLeft .box2 .cv .list ul li {
            width: 23.8%;
            margin-right: 1.6%;
            float: left;
            border: 1px solid #ff7200;
            height: 0;
            padding-bottom: 17.8%;
            position: relative;
            box-sizing: border-box;
            margin-bottom: 18px; }
            .productInfo .content .conLeft .box2 .cv .list ul li:nth-child(4n) {
              margin-right: 0; }
            .productInfo .content .conLeft .box2 .cv .list ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
            .productInfo .content .conLeft .box2 .cv .list ul li .tits {
              width: 100%;
              position: absolute;
              bottom: -1px;
              left: 0;
              background-color: rgba(57, 26, 6, 0.6);
              padding: 0 8px;
              box-sizing: border-box; }
              .productInfo .content .conLeft .box2 .cv .list ul li .tits .t {
                font-size: 11px;
                line-height: 15px;
                color: #fff;
                text-transform: uppercase; }
                .productInfo .content .conLeft .box2 .cv .list ul li .tits .t span {
                  font-size: 16px;
                  font-weight: bold; }
            .productInfo .content .conLeft .box2 .cv .list ul li .time {
              font-size: 11px;
              height: 22px;
              text-shadow: 0.5px 0.866px 2px rgba(118, 45, 0, 0.47);
              width: 56px;
              line-height: 18px;
              color: #fff;
              border-radius: 3px 10px 10px 3px;
              text-align: center;
              position: absolute;
              left: -1px;
              top: -10px;
              background-size: cover;
              background-image: url("../images/xxx.png"); }
        .productInfo .content .conLeft .box2 .ass .itemBox {
          width: calc(100% - 36px);
          margin: 18px auto 0; }
          .productInfo .content .conLeft .box2 .ass .itemBox .item {
            background-color: #fce3d2;
            margin-bottom: 7px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item:last-child {
              margin-bottom: 0; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item:after {
              width: 2px;
              height: 100%;
              position: absolute;
              top: 0;
              right: 0;
              content: '';
              background-color: #59251c; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item .img {
              height: 100%;
              position: absolute;
              top: 0;
              left: 30.8%; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item .pic {
              width: 36.3%;
              position: relative;
              z-index: 5; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item .con {
              width: 58.1%;
              padding-right: 18px;
              box-sizing: border-box;
              text-align: right;
              position: relative;
              z-index: 5; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .con .tits {
                font-weight: bold;
                font-size: 18px;
                line-height: 20px;
                color: #4c2e17; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .con .tit {
                font-size: 12px;
                line-height: 15px;
                color: #4a220f;
                margin-top: 13px; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) {
              flex-direction: row-reverse; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n):after {
                left: 0;
                right: auto; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .img {
                right: 30.8%;
                left: auto; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item:nth-child(2n) .con {
                padding-right: 0;
                padding-left: 18px;
                text-align: left; }
        .productInfo .content .conLeft .box2 .oc {
          margin-top: 10px; }
          .productInfo .content .conLeft .box2 .oc .pic {
            margin-top: -21px; }
        .productInfo .content .conLeft .box2 .twc {
          margin-top: -13px; }
          .productInfo .content .conLeft .box2 .twc .pic {
            margin-top: -24px; }
        .productInfo .content .conLeft .box2 .opt .optNew {
          margin-top: 9px; }
          .productInfo .content .conLeft .box2 .opt .optNew .itemBox {
            margin-top: 10px;
            margin-bottom: 10px; }
            .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item {
              display: flex;
              justify-content: space-between;
              margin-bottom: 4px; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:last-child {
                margin-bottom: 0; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .con {
                width: 37.9%;
                display: flex;
                padding: 0 20px;
                box-sizing: border-box;
                align-items: center; }
                .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .con .conn .t {
                  font-weight: bold;
                  font-size: 18px;
                  line-height: 20px;
                  color: #000; }
                .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .con .conn .t1 {
                  font-size: 12px;
                  line-height: 14px;
                  color: #000; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .pic {
                width: 25.6%; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .sk {
                width: 9.3%; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:nth-child(1) .con {
                background-image: -moz-linear-gradient(0deg, rgba(193, 244, 89, 0.3) 0%, rgba(224, 252, 149, 0.3) 100%);
                background-image: -webkit-linear-gradient(0deg, rgba(193, 244, 89, 0.3) 0%, rgba(224, 252, 149, 0.3) 100%);
                background-image: -ms-linear-gradient(0deg, rgba(193, 244, 89, 0.3) 0%, rgba(224, 252, 149, 0.3) 100%); }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:nth-child(1) .sk {
                background-color: #ffb644; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:nth-child(2) {
                flex-direction: row-reverse; }
                .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:nth-child(2) .con {
                  text-align: right;
                  background-image: -moz-linear-gradient(0deg, rgba(253, 193, 147, 0.3) 0%, rgba(255, 72, 20, 0.3) 100%);
                  background-image: -webkit-linear-gradient(0deg, rgba(253, 193, 147, 0.3) 0%, rgba(255, 72, 20, 0.3) 100%);
                  background-image: -ms-linear-gradient(0deg, rgba(253, 193, 147, 0.3) 0%, rgba(255, 72, 20, 0.3) 100%); }
                .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:nth-child(2) .sk {
                  background-color: #e1fc94; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:nth-child(3) .con {
                background-image: -moz-linear-gradient(180deg, rgba(244, 224, 193, 0.46) 0%, rgba(255, 166, 28, 0.46) 100%);
                background-image: -webkit-linear-gradient(180deg, rgba(244, 224, 193, 0.46) 0%, rgba(255, 166, 28, 0.46) 100%);
                background-image: -ms-linear-gradient(180deg, rgba(244, 224, 193, 0.46) 0%, rgba(255, 166, 28, 0.46) 100%); }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item:nth-child(3) .sk {
                background-color: #ff4814; }
        .productInfo .content .conLeft .box2 .co {
          margin-top: 10px; }
          .productInfo .content .conLeft .box2 .co .coNew {
            width: calc(100% - 60px);
            margin: 13px auto 0;
            position: relative; }
            .productInfo .content .conLeft .box2 .co .coNew .pic {
              width: 35.8%;
              position: absolute;
              top: 0;
              left: 18%; }
            .productInfo .content .conLeft .box2 .co .coNew .con {
              width: 35.5%;
              float: left;
              padding-top: 10px;
              position: relative;
              z-index: 5; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t {
                font-size: 12px;
                line-height: 18px;
                color: #000; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t span {
                  color: #ff5800;
                  font-weight: bold; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t1 {
                margin-top: 15px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t1 .tt {
                  font-size: 12px;
                  line-height: 19px;
                  color: #000;
                  display: flex;
                  align-items: center; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .t1 .tt img {
                    margin-right: 5px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t2 {
                font-size: 12px;
                line-height: 19px;
                color: #000;
                display: flex;
                align-items: flex-start;
                margin-top: 11px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t2 img {
                  margin-right: 5px; }
            .productInfo .content .conLeft .box2 .co .coNew .picBox {
              width: 49.1%;
              float: right;
              display: flex;
              justify-content: space-between;
              position: relative;
              z-index: 5; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .item {
                width: 60.2%;
                display: flex;
                flex-direction: column;
                justify-content: space-between; }
                .productInfo .content .conLeft .box2 .co .coNew .picBox .item:nth-child(2) {
                  width: 38.9%; }
          .productInfo .content .conLeft .box2 .co .picList {
            width: calc(100% - 60px);
            margin: 4px auto 0;
            display: flex;
            justify-content: space-between; }
            .productInfo .content .conLeft .box2 .co .picList .pic {
              width: 26.8%; }
              .productInfo .content .conLeft .box2 .co .picList .pic:nth-child(2n) {
                width: 22.7%; }
        .productInfo .content .conLeft .box2 .faq {
          background-color: #fce3d2;
          padding-bottom: 5px; }
          .productInfo .content .conLeft .box2 .faq .list {
            width: calc(100% - 56px);
            margin: 3px auto 0; }
            .productInfo .content .conLeft .box2 .faq .list ul li {
              border-bottom: 1px dashed #fda270;
              padding-bottom: 11px;
              padding-top: 10px; }
              .productInfo .content .conLeft .box2 .faq .list ul li:last-child {
                border-bottom: none; }
              .productInfo .content .conLeft .box2 .faq .list ul li .t {
                display: flex;
                align-items: flex-start;
                font-size: 15px;
                line-height: 24px;
                color: #ff5800;
                text-transform: uppercase;
                font-weight: bold; }
                .productInfo .content .conLeft .box2 .faq .list ul li .t img {
                  margin-top: 5px;
                  margin-right: 3px; }
              .productInfo .content .conLeft .box2 .faq .list ul li .t1 {
                font-size: 12px;
                line-height: 18px;
                color: #000;
                margin-top: 2px; }
    .productInfo .content .conRight {
      width: 25.9%;
      float: right; }
      .productInfo .content .conRight .top .logo {
        background-image: -moz-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        background-image: -webkit-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        background-image: -ms-linear-gradient(90deg, #91613f 0%, #b18969 100%);
        border-radius: 10px 10px 0 0;
        padding-top: 22px;
        padding-bottom: 15px; }
        .productInfo .content .conRight .top .logo img {
          display: block;
          margin: 0 auto;
          height: 42px; }
      .productInfo .content .conRight .top .con {
        border: 1px solid  #91613f;
        border-radius: 0 0 10px 10px;
        border-top: none;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 24px 30px; }
        .productInfo .content .conRight .top .con .tits {
          text-align: center;
          border-bottom: 1px dashed #91613f;
          font-size: 18px;
          line-height: 20px;
          text-transform: uppercase;
          color: #91613f;
          font-weight: bold;
          padding-bottom: 20px; }
        .productInfo .content .conRight .top .con .tit {
          font-size: 12px;
          line-height: 26px;
          color: #3b3b3b;
          margin-top: 13px; }
        .productInfo .content .conRight .top .con .tit1 {
          margin-top: 28px; }
          .productInfo .content .conRight .top .con .tit1 .t {
            font-size: 15px;
            line-height: 17px;
            color: #91613f;
            font-weight: bold; }
          .productInfo .content .conRight .top .con .tit1 .t1 {
            margin-top: 17px; }
            .productInfo .content .conRight .top .con .tit1 .t1 a {
              font-size: 12px;
              padding: 0 12px;
              min-width: 60px;
              box-sizing: border-box;
              color: #3b3b3b;
              background-color: #f6f6f6;
              border-radius: 5px;
              box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.36);
              margin-right: 12px;
              line-height: 24px;
              display: inline-block;
              text-align: center; }
        .productInfo .content .conRight .top .con .btns {
          width: 244px;
          font-size: 18px;
          line-height: 50px;
          border-radius: 26px;
          box-shadow: 0px 2px 0px 0px #d68141;
          background-size: cover;
          background-image: url("../images/p_bg.jpg");
          text-align: center;
          justify-content: space-between;
          color: #da8f5a;
          box-sizing: border-box;
          margin: 28px auto 0;
          font-weight: bold;
          text-align: center;
          display: block; }
      .productInfo .content .conRight ul {
        margin-top: 58px; }
        .productInfo .content .conRight ul li {
          width: 100%;
          margin-bottom: 20px;
          border: 1px solid #e1c9b9;
          box-sizing: border-box;
          position: relative; }
          .productInfo .content .conRight ul li a {
            background-color: #fff;
            width: 100%;
            display: block; }
            .productInfo .content .conRight ul li a .pic {
              padding-bottom: 77.6%; }
            .productInfo .content .conRight ul li a .con {
              padding: 13px 16px 32px; }
              .productInfo .content .conRight ul li a .con .tits {
                padding: 0 10px;
                box-sizing: border-box;
                font-size: 18px;
                line-height: 20px;
                color: #3b3b3b;
                font-weight: bold; }
              .productInfo .content .conRight ul li a .con .line {
                width: 100%;
                height: 1px;
                box-sizing: border-box;
                border-bottom: 1px dashed #e8e8e8;
                margin-top: 18px; }
              .productInfo .content .conRight ul li a .con .tit {
                font-size: 14px;
                line-height: 21px;
                color: #7b7b7b;
                height: 84px;
                -webkit-line-clamp: 4;
                padding: 0 10px;
                box-sizing: border-box;
                margin-top: 15px; }
              .productInfo .content .conRight ul li a .con .btns {
                width: 244px;
                font-size: 18px;
                line-height: 50px;
                border-radius: 26px;
                box-shadow: 0px 2px 0px 0px #d68141;
                background-size: cover;
                background-image: url("../images/p_bg.jpg");
                text-align: center;
                justify-content: space-between;
                color: #da8f5a;
                box-sizing: border-box;
                margin: 20px auto 0;
                font-weight: bold;
                text-align: center;
                display: block; }
          @media (min-width: 1024px) {
            .productInfo .content .conRight ul li:hover {
              box-shadow: 0px 0px 7.36px 0.64px rgba(77, 49, 30, 0.4);
              z-index: 5; }
              .productInfo .content .conRight ul li:hover a .con .tits {
                color: #d68141; } }
  @media (max-width: 1200px) {
    .productInfo .box1 {
      margin-top: 40px; }
    .productInfo .box1 .con .tits {
      font-size: 18px;
      line-height: 22px; }
    .productInfo .box1 .con .tit {
      font-size: 14px;
      line-height: 32px; }
    .productInfo .box1 .con .btns a {
      font-size: 16px;
      width: 180px;
      line-height: 44px; }
      .productInfo .box1 .con .btns a img {
        width: 24px; }
    .productInfo .content .conRight .top .con .btns {
      width: 180px;
      height: 40px;
      font-size: 14px;
      line-height: 40px;
      border-right: 1px solid #da8f5a; } }
  @media (max-width: 1140px) {
    .productInfo .content .conLeft {
      width: 100%;
      float: none; }
    .productInfo .content .conRight {
      display: none; } }
  @media (max-width: 860px) {
    .productInfo .box1 {
      margin-top: 20px; }
      .productInfo .box1 .picBox {
        width: 100%;
        float: none; }
        .productInfo .box1 .picBox .list ul {
          height: 75vw; }
        .productInfo .box1 .picBox .list1 {
          margin-top: 10px; }
          .productInfo .box1 .picBox .list1 .listNew {
            width: calc(100% - 20px);
            margin: 0 auto; }
            .productInfo .box1 .picBox .list1 .listNew ul li {
              height: 60px; }
          .productInfo .box1 .picBox .list1 .a.next {
            right: 0; }
      .productInfo .box1 .con {
        width: 100%;
        margin-top: 15px;
        float: none;
        padding-right: 0; }
        .productInfo .box1 .con .tit {
          font-size: 13px;
          line-height: 30px; }
          .productInfo .box1 .con .tit .item {
            padding: 10px 0; }
        .productInfo .box1 .con .btns {
          margin-top: 15px; }
          .productInfo .box1 .con .btns a {
            margin-right: 15px; } }
  @media (max-width: 768px) {
    .productInfo {
      padding-bottom: 30px; }
      .productInfo .content {
        margin-top: 25px; }
        .productInfo .content .conLeft {
          padding-top: 15px; }
          .productInfo .content .conLeft .infoBox .item .tit {
            display: block;
            font-size: 13px;
            line-height: 32px; }
            .productInfo .content .conLeft .infoBox .item .tit .t {
              width: 100% !important; }
          .productInfo .content .conLeft .infoBox .item {
            margin-bottom: 15px; }
          .productInfo .content .conLeft .details .tableBox {
            margin-top: 15px;
            overflow-x: auto; }
            .productInfo .content .conLeft .details .tableBox table {
              width: 800px; }
              .productInfo .content .conLeft .details .tableBox table tr td, .productInfo .content .conLeft .details .tableBox table tr th {
                padding: 6px 10px !important; }
          .productInfo .content .conLeft .box2 {
            margin-top: 20px; }
            .productInfo .content .conLeft .box2 .ps .itemBox {
              width: calc(100% - 20px); }
              .productInfo .content .conLeft .box2 .ps .itemBox .item {
                width: 100%; }
            .productInfo .content .conLeft .box2 .of .itemBox {
              width: calc(100% - 20px);
              padding: 0 10px 15px; }
              .productInfo .content .conLeft .box2 .of .itemBox .item {
                width: calc(100% + 20px);
                margin-bottom: 15px;
                position: relative; }
                .productInfo .content .conLeft .box2 .of .itemBox .item:after {
                  width: 100%;
                  height: 24px;
                  background-color: #fed3b5;
                  position: absolute;
                  top: 0;
                  left: -10px;
                  content: ''; }
                .productInfo .content .conLeft .box2 .of .itemBox .item .t {
                  position: relative;
                  z-index: 5; }
            .productInfo .content .conLeft .box2 .of .picBox {
              width: calc(100% - 20px); }
            .productInfo .content .conLeft .box2 .cv .list {
              width: calc(100% - 20px); }
              .productInfo .content .conLeft .box2 .cv .list ul li {
                width: 48.5%;
                padding-bottom: 33.8%; }
                .productInfo .content .conLeft .box2 .cv .list ul li:nth-child(2n) {
                  margin-right: 0; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item {
              display: block; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .pic {
                width: 100%; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .con {
                padding: 10px !important;
                box-sizing: border-box;
                width: 100%;
                text-align: left !important; }
            .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item {
              display: block; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .con {
                width: 100%;
                padding: 15px;
                text-align: left !important; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .pic {
                width: 100%; }
              .productInfo .content .conLeft .box2 .opt .optNew .itemBox .item .sk {
                width: 100%;
                height: 40px; }
            .productInfo .content .conLeft .box2 .co .coNew {
              width: calc(100% - 20px); }
              .productInfo .content .conLeft .box2 .co .coNew .con {
                width: 100%;
                float: none; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox {
                width: 100%;
                float: none; }
              .productInfo .content .conLeft .box2 .co .coNew .pic {
                width: 70%;
                right: 0;
                top: 0;
                left: auto; }
            .productInfo .content .conLeft .box2 .co .picList {
              width: calc(100% - 20px);
              flex-wrap: wrap; }
              .productInfo .content .conLeft .box2 .co .picList .pic {
                width: 53%;
                margin-bottom: 5px; }
                .productInfo .content .conLeft .box2 .co .picList .pic:nth-child(2n) {
                  width: 46%; }
        .productInfo .content .conRight {
          width: 100%;
          display: block;
          margin-bottom: 20px; }
          .productInfo .content .conRight ul {
            display: none; } }

.about {
  padding-top: 18px; }
  .about .box1 {
    padding-top: 35px;
    padding-bottom: 69px; }
    .about .box1 .con {
      width: 48.9%;
      float: left;
      padding-top: 36px; }
      .about .box1 .con .tits {
        font-size: 20px;
        line-height: 22px;
        color: #d68141;
        font-weight: bold; }
      .about .box1 .con .tit {
        font-size: 34px;
        line-height: 36px;
        color: #2d2d2d;
        font-weight: bold;
        margin-top: 15px; }
        .about .box1 .con .tit span {
          color: #d68141; }
      .about .box1 .con .line {
        width: 100%;
        height: 1px;
        background-color: #e5e5e5;
        position: relative;
        margin-top: 33px; }
        .about .box1 .con .line span {
          width: 90px;
          height: 1px;
          position: absolute;
          top: 0;
          display: block;
          top: 0;
          background-color: #d68141; }
      .about .box1 .con .tit1 {
        font-size: 14px;
        line-height: 20px;
        color: #6b6b6b;
        margin-top: 30px; }
      .about .box1 .con .tit2 {
        display: flex;
        align-items: center;
        margin-top: 66px; }
        .about .box1 .con .tit2 .but {
          width: 222px;
          height: 50px;
          border-radius: 25px;
          background-color: #fff;
          background-size: cover;
          background-image: url("../images/about_bg1.png");
          background-repeat: no-repeat;
          box-shadow: 0px 2px 0px 0px #d68141;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 28px 0 38px;
          font-size: 16px;
          line-height: 50px;
          color: #4c2e17;
          box-sizing: border-box; }
        .about .box1 .con .tit2 .t {
          margin-left: 30px;
          display: flex;
          align-items: center; }
          .about .box1 .con .tit2 .t img {
            width: 54px;
            margin-right: 18px; }
          .about .box1 .con .tit2 .t .tt .tt1 {
            font-size: 14px;
            line-height: 16px;
            color: #000;
            font-weight: bold; }
          .about .box1 .con .tit2 .t .tt .tt2 {
            font-size: 14px;
            line-height: 16px;
            color: #666;
            margin-top: 2px; }
    .about .box1 .picBox {
      width: 48%;
      float: right;
      position: relative; }
      .about .box1 .picBox .pic {
        width: 69%;
        border-radius: 5px;
        overflow: hidden;
        z-index: 4;
        position: relative; }
      .about .box1 .picBox .pic1 {
        width: 53%;
        position: absolute;
        right: 3.7%;
        top: 43%;
        border-radius: 5px;
        overflow: hidden;
        z-index: 5; }
      .about .box1 .picBox .videoClick {
        width: 130px;
        height: auto;
        border-radius: 10px;
        background-image: -moz-linear-gradient(180deg, #c58665 0%, #f6af80 100%);
        background-image: -webkit-linear-gradient(180deg, #c58665 0%, #f6af80 100%);
        background-image: -ms-linear-gradient(180deg, #c58665 0%, #f6af80 100%);
        padding-top: 24px;
        padding-bottom: 15px;
        position: absolute;
        top: 30px;
        right: 0;
        text-align: center;
        cursor: pointer;
        z-index: 6; }
        .about .box1 .picBox .videoClick img {
          width: 69px;
          display: block;
          margin: 0 auto; }
        .about .box1 .picBox .videoClick p {
          font-size: 14px;
          line-height: 16px;
          font-weight: bold;
          color: #fff;
          margin-top: 15px; }
      .about .box1 .picBox .yuan {
        width: 25.3%;
        height: 0;
        padding-bottom: 25.3%;
        border-radius: 100%;
        background-image: -moz-linear-gradient(180deg, #c58665 0%, #f6af80 100%);
        background-image: -webkit-linear-gradient(180deg, #c58665 0%, #f6af80 100%);
        background-image: -ms-linear-gradient(180deg, #c58665 0%, #f6af80 100%);
        top: 73%;
        left: 30.3%;
        position: absolute;
        z-index: 3; }
      .about .box1 .picBox .img {
        width: 11.6%;
        position: absolute;
        top: 8%;
        left: 65%; }
      .about .box1 .picBox .img1 {
        width: 12.6%;
        position: absolute;
        top: 97%;
        left: 2%; }
    @media (max-width: 1366px) {
      .about .box1 .con .tits {
        font-size: 18px;
        line-height: 20px; }
      .about .box1 .con .tit {
        font-size: 28px;
        line-height: 30px; }
      .about .box1 .con .line {
        margin-top: 25px; }
      .about .box1 .con .tit1 {
        margin-top: 20px; }
      .about .box1 .con .tit2 {
        margin-top: 40px; } }
    @media (max-width: 1200px) {
      .about .box1 .con .tits {
        font-size: 16px;
        line-height: 18px; }
      .about .box1 .con .tit {
        font-size: 24px;
        line-height: 26px; }
      .about .box1 .con .line {
        margin-top: 20px; }
      .about .box1 .con .tit1 {
        margin-top: 15px; }
      .about .box1 .con .tit2 {
        margin-top: 30px; }
      .about .box1 .picBox .videoClick {
        width: 90px;
        padding-top: 15px;
        padding-bottom: 10px; }
        .about .box1 .picBox .videoClick img {
          width: 50px; }
        .about .box1 .picBox .videoClick p {
          margin-top: 10px; } }
    @media (max-width: 1024px) {
      .about .box1 {
        padding-bottom: 35px; } }
    @media (max-width: 960px) {
      .about .box1 {
        padding-top: 25px;
        padding-bottom: 18%; }
        .about .box1 .con {
          width: 100%;
          float: none;
          padding-top: 0; }
          .about .box1 .con .tits {
            font-size: 14px;
            line-height: 16px; }
          .about .box1 .con .tit {
            font-size: 20px;
            line-height: 22px;
            margin-top: 8px; }
          .about .box1 .con .line {
            margin-top: 10px; }
          .about .box1 .con .tit1 {
            font-size: 13px; }
          .about .box1 .con .tit2 {
            margin-top: 20px; }
            .about .box1 .con .tit2 .but {
              width: 165px;
              height: 42px;
              padding: 0 20px;
              font-size: 12px;
              line-height: 42px;
              border-right: 1px solid #d68141; }
            .about .box1 .con .tit2 .t {
              align-items: center;
              margin-left: 15px; }
              .about .box1 .con .tit2 .t img {
                width: 30px;
                height: 30px;
                margin-right: 10px;
                margin-top: 0; }
        .about .box1 .picBox {
          width: 100%;
          float: none;
          margin-top: 20px; } }
  .about .box2 {
    padding-top: 50px; }
    .about .box2 .title {
      text-align: center;
      font-size: 34px;
      line-height: 36px;
      color: #2d2d2d;
      font-weight: bold; }
    .about .box2 .list {
      display: flex;
      justify-content: space-between;
      margin-top: 36px; }
      .about .box2 .list .item {
        width: 22.9%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        padding-bottom: 40px; }
        .about .box2 .list .item .pic {
          width: 100%;
          display: block; }
        .about .box2 .list .item .con {
          padding: 0 28px;
          box-sizing: border-box; }
          .about .box2 .list .item .con .icon {
            width: 59px;
            margin-top: -30px; }
          .about .box2 .list .item .con .tits {
            font-weight: bold;
            font-size: 20px;
            line-height: 22px;
            color: #1c1c1c;
            margin-top: 15px; }
          .about .box2 .list .item .con .tit {
            font-size: 14px;
            line-height: 20px;
            color: #666;
            margin-top: 11px; }
    @media (max-width: 1366px) {
      .about .box2 .title {
        font-size: 28px;
        line-height: 30px; } }
    @media (max-width: 1200px) {
      .about .box2 .title {
        font-size: 22px;
        line-height: 24px; } }
    @media (max-width: 1024px) {
      .about .box2 {
        padding-top: 30px; }
        .about .box2 .list {
          flex-wrap: wrap; }
          .about .box2 .list .item {
            width: 48%;
            margin-bottom: 15px; } }
    @media (max-width: 768px) {
      .about .box2 .title {
        font-size: 20px;
        line-height: 22px; }
      .about .box2 .list {
        margin-top: 15px; }
        .about .box2 .list .item {
          width: 100%; } }
  .about .box3 {
    margin: 57px auto 0;
    position: relative; }
    .about .box3 .boxNew {
      width: 100%;
      position: relative; }
      .about .box3 .boxNew img {
        width: 107.2%;
        margin-left: -3.6%; }
      .about .box3 .boxNew .dianBox {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .about .box3 .boxNew .dianBox .dian {
          width: 18px;
          height: 18px;
          border-radius: 100%;
          background-color: #dc9e6f;
          position: absolute;
          margin-top: -9px;
          margin-left: -9px; }
          .about .box3 .boxNew .dianBox .dian:after {
            width: 32px;
            height: 32px;
            position: absolute;
            top: -7px;
            left: -7px;
            background-color: #dc9e6f;
            content: '';
            opacity: 0.5;
            border-radius: 100%; }
          .about .box3 .boxNew .dianBox .dian:nth-child(1) {
            left: 14%;
            top: 29%; }
          .about .box3 .boxNew .dianBox .dian:nth-child(2) {
            left: 53%;
            top: 31%; }
          .about .box3 .boxNew .dianBox .dian:nth-child(3) {
            left: 56%;
            top: 13%; }
          .about .box3 .boxNew .dianBox .dian:nth-child(3) {
            left: 56%;
            top: 13%; }
          .about .box3 .boxNew .dianBox .dian:nth-child(4) {
            left: 62%;
            top: 26%; }
          .about .box3 .boxNew .dianBox .dian:nth-child(5) {
            left: 82%;
            top: 21%; }
          .about .box3 .boxNew .dianBox .dian:nth-child(6) {
            left: 92%;
            top: 67%; }
    .about .box3 .numBox {
      display: flex;
      justify-content: space-between;
      color: #2d2d2d;
      width: 100%;
      position: absolute;
      top: 39%; }
      .about .box3 .numBox .item .num {
        font-size: 17px;
        line-height: 40px;
        height: 40px; }
        .about .box3 .numBox .item .num span {
          font-size: 54px;
          font-weight: bold;
          margin-right: 8px; }
      .about .box3 .numBox .item .t {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        margin-top: 10px; }
    @media (max-width: 1366px) {
      .about .box3 .numBox .item .num {
        font-size: 15px;
        height: 30px;
        line-height: 30px; }
        .about .box3 .numBox .item .num span {
          font-size: 40px; }
      .about .box3 .numBox .item .t {
        font-size: 18px;
        line-height: 20px; } }
    @media (max-width: 768px) {
      .about .box3 {
        padding-bottom: 30px;
        margin: 25px auto 0; }
        .about .box3 .boxNew .dianBox .dian {
          width: 10px;
          height: 10px; }
          .about .box3 .boxNew .dianBox .dian:after {
            width: 16px;
            height: 16px;
            top: -3px;
            left: -3px; }
        .about .box3 .numBox {
          position: relative;
          top: auto; }
          .about .box3 .numBox .item .num {
            font-size: 12px;
            height: 20px;
            line-height: 20px;
            overflow: hidden; }
            .about .box3 .numBox .item .num span {
              font-size: 20px; }
          .about .box3 .numBox .item .t {
            font-size: 10px;
            line-height: 12px;
            margin-top: 8px; } }
  .about .box4 {
    background-color: #ececec;
    padding-top: 6.875%;
    padding-bottom: 5.88%;
    position: relative; }
    .about .box4 .list {
      overflow: initial; }
      .about .box4 .list ul li {
        width: 11.5%;
        margin-right: 2.6%;
        box-shadow: 2px 5px 5px #b9b9b9;
        float: left; }
        .about .box4 .list ul li:last-child {
          margin-right: 0; }
    .about .box4 .boxNew {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      background-size: auto 100%;
      background-position: left center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center; }
      .about .box4 .boxNew .con {
        width: 295px;
        color: #fff; }
        .about .box4 .boxNew .con .tits {
          font-size: 34px;
          line-height: 36px;
          font-weight: bold; }
        .about .box4 .boxNew .con .tit {
          font-size: 14px;
          line-height: 20px;
          margin-top: 16px; }
        .about .box4 .boxNew .con .btns {
          display: flex;
          align-items: center;
          margin-top: 25px; }
          .about .box4 .boxNew .con .btns a {
            width: 55px;
            display: block;
            margin-right: 15px; }
    @media (max-width: 1366px) {
      .about .box4 .boxNew .con .tits {
        font-size: 30px;
        line-height: 32px; } }
    @media (max-width: 1200px) {
      .about .box4 .boxNew .con .tits {
        font-size: 24px;
        line-height: 26px; }
      .about .box4 .boxNew .con .btns a {
        width: 42px; } }
    @media (max-width: 768px) {
      .about .box4 {
        padding-bottom: 0; }
        .about .box4 .boxNew .con .tits {
          font-size: 20px;
          line-height: 22px; }
        .about .box4 .boxNew {
          width: 100%;
          position: relative;
          background-size: cover;
          padding: 15px 0; }
        .about .box4 .list {
          padding: 25px 0; }
          .about .box4 .list ul li {
            width: 50%; } }
  .about .box5 {
    padding-top: 64px;
    padding-bottom: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .about .box5 .con {
      width: 38.1%; }
      .about .box5 .con .tits {
        font-size: 20px;
        line-height: 22px;
        color: #d68141;
        font-weight: bold; }
      .about .box5 .con .tit {
        font-size: 34px;
        line-height: 36px;
        color: #2d2d2d;
        font-weight: bold;
        margin-top: 12px; }
      .about .box5 .con .tit1 {
        font-size: 14px;
        line-height: 20px;
        color: #6b6b6b;
        margin-top: 40px; }
      .about .box5 .con .pic {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 25px; }
    .about .box5 .list {
      width: 57.8%;
      height: 440px;
      padding-right: 23px;
      overflow-y: auto; }
      .about .box5 .list::-webkit-scrollbar {
        width: 5px;
        height: 5px; }
      .about .box5 .list::-webkit-scrollbar-button:vertical {
        display: none; }
      .about .box5 .list::-webkit-scrollbar-track:vertical {
        background-color: black; }
      .about .box5 .list::-webkit-scrollbar-track-piece {
        background: #ececec; }
      .about .box5 .list::-webkit-scrollbar-thumb:vertical {
        background-color: #d68141;
        border-radius: 30px; }
      .about .box5 .list::-webkit-scrollbar-thumb:vertical:hover {
        background-color: #d68141; }
      .about .box5 .list::-webkit-scrollbar-corner:vertical {
        background-color: #535353; }
      .about .box5 .list::-webkit-scrollbar-resizer:vertical {
        background-color: #FF6E00; }
      .about .box5 .list ul {
        width: 100%;
        height: auto;
        padding-bottom: 3px; }
        .about .box5 .list ul li {
          width: 100%;
          margin-bottom: 18px; }
          .about .box5 .list ul li:last-child {
            margin-bottom: 0; }
          .about .box5 .list ul li .tits {
            width: 100%;
            height: 95px;
            border: 1px solid #d68141;
            border-radius: 5px;
            box-shadow: 0px 2px 0px 0px #d68141;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/about_bg3.jpg");
            display: flex;
            box-sizing: border-box;
            padding: 0 1.77083vw 0 3.38542vw;
            font-size: 18px;
            line-height: 24px;
            color: #1c1c1c;
            font-weight: bold;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            position: relative;
            z-index: 5; }
            .about .box5 .list ul li .tits span {
              flex: 1;
              display: block; }
            .about .box5 .list ul li .tits i {
              width: 30px;
              height: 30px;
              border-radius: 100%;
              background-color: #d68141;
              margin-left: 15px;
              background-size: cover;
              background-image: url("../images/jia.png"); }
          .about .box5 .list ul li .conn {
            width: 100%;
            background-color: #d68141;
            font-size: 14px;
            line-height: 20px;
            color: #fff;
            padding: 2.08333vw 8.75vw 1.92708vw 3.38542vw;
            box-sizing: border-box;
            border-radius: 0 0 5px 5px;
            display: none; }
          .about .box5 .list ul li.on .tits {
            box-shadow: 0px 2px 0px 0px #bc4111; }
            .about .box5 .list ul li.on .tits i {
              background-image: url("../images/jian.png"); }
    @media (max-width: 1366px) {
      .about .box5 .con .tit {
        font-size: 30px;
        line-height: 32px; } }
    @media (max-width: 1200px) {
      .about .box5 .con .tits {
        font-size: 16px;
        line-height: 18px; }
      .about .box5 .con .tit {
        font-size: 24px;
        line-height: 26px; } }
    @media (max-width: 768px) {
      .about .box5 {
        padding-top: 25px;
        padding-bottom: 30px;
        display: block; }
        .about .box5 .con .tit {
          font-size: 20px;
          line-height: 22px; }
        .about .box5 .con {
          width: 100%; }
          .about .box5 .con .tit1 {
            margin-top: 15px; }
        .about .box5 .list {
          width: 100%;
          margin-top: 15px; }
          .about .box5 .list ul li {
            margin-bottom: 10px; }
            .about .box5 .list ul li .tits {
              height: 60px;
              font-size: 15px;
              line-height: 20px; } }

.error {
  padding-top: 63px;
  padding-bottom: 65px; }
  .error .pic {
    width: 720px;
    max-width: 100%;
    margin: 0 auto; }
  .error .tits {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    color: #000;
    font-weight: bold;
    margin-top: 23px; }
  .error .tit {
    width: 705px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #7b7b7b;
    text-align: center;
    margin: 14px auto 0; }
  .error .click {
    width: 156px;
    height: 50px;
    background-image: -moz-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
    background-image: -webkit-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
    background-image: -ms-linear-gradient(0deg, #c58665 0%, #f6af80 100%);
    display: block;
    margin: 34px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    font-weight: bold; }
  @media (max-width: 768px) {
    .error .tits {
      font-size: 20px;
      line-height: 22px; }
    .error .tit {
      font-size: 13px;
      line-height: 20px; } }

.searchPage {
  padding-top: 42px;
  padding-bottom: 68px; }
  .searchPage .seachBox {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    height: 54px;
    border: 1px solid #ef8945;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-sizing: border-box; }
    .searchPage .seachBox .text {
      flex: 1;
      height: 52px;
      padding-left: 20px;
      font-size: 16px;
      line-height: 30px;
      color: #828181;
      background: none;
      border: none; }
    .searchPage .seachBox .submit {
      width: 58px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .searchPage .tabs {
    display: flex;
    justify-content: center;
    margin-top: 39px;
    position: relative; }
    .searchPage .tabs:after {
      width: 600%;
      height: 1px;
      background-color: #e0e0e0;
      content: '';
      position: absolute;
      left: -250%;
      bottom: 1px; }
    .searchPage .tabs a {
      font-size: 16px;
      font-weight: bold;
      color: #7b7b7b;
      line-height: 48px;
      display: block;
      width: 136px;
      position: relative;
      text-align: center;
      z-index: 4; }
      .searchPage .tabs a:after {
        width: 100%;
        height: 3px;
        background-color: #d68141;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        display: none; }
      .searchPage .tabs a.on {
        color: #222222; }
        .searchPage .tabs a.on span {
          color: #d68141; }
        .searchPage .tabs a.on:after {
          display: block; }
  .searchPage .list {
    margin-top: 42px; }
    .searchPage .list .title {
      font-size: 18px;
      line-height: 20px;
      color: #222;
      font-weight: bold;
      text-align: center; }
    .searchPage .list ul {
      margin-top: 40px;
      padding-bottom: 50px; }
      .searchPage .list ul li {
        border-radius: 10px;
        overflow: hidden;
        background-color: #f5f5f5;
        border: 1px solid #efefef;
        box-sizing: border-box;
        margin-bottom: 55px; }
        .searchPage .list ul li:last-child {
          margin-bottom: 0; }
        .searchPage .list ul li a {
          width: 100%;
          display: flex;
          align-items: center; }
          .searchPage .list ul li a .pic {
            width: 26%;
            padding-bottom: 19.5%;
            border-radius: 10px; }
          .searchPage .list ul li a .con {
            flex: 1;
            margin-left: 7.3%;
            margin-right: 3.9%; }
            .searchPage .list ul li a .con .time {
              display: flex;
              align-items: center;
              font-size: 12px;
              line-height: 14px;
              color: #333; }
              .searchPage .list ul li a .con .time img {
                margin-right: 3px; }
            .searchPage .list ul li a .con .tits {
              font-size: 26px;
              line-height: 28px;
              color: #222;
              font-weight: bold;
              margin-top: 13px; }
            .searchPage .list ul li a .con .line {
              width: 20px;
              height: 3px;
              background-color: #f59f66;
              margin-top: 24px; }
            .searchPage .list ul li a .con .tit {
              font-size: 14px;
              line-height: 18px;
              color: #666;
              margin-top: 24px; }
            .searchPage .list ul li a .con .but {
              width: fit-content;
              font-size: 12px;
              line-height: 20px;
              border-radius: 5px;
              background-color: #d68141;
              padding: 0 12px;
              font-weight: bold;
              color: #fff;
              margin-top: 32px; }
        @media (min-width: 1024px) {
          .searchPage .list ul li:hover {
            box-shadow: 0px 0px 29px 0px rgba(195, 195, 195, 0.4);
            background-color: #fff; } }
  @media (max-width: 1280px) {
    .searchPage .list ul li a .con .tits {
      font-size: 20px;
      line-height: 22px; }
    .searchPage .list ul li a .con .line {
      margin-top: 15px; }
    .searchPage .list ul li a .con .tit {
      margin-top: 15px; }
    .searchPage .list ul li a .con .but {
      margin-top: 15px; } }
  @media (max-width: 1024px) {
    .searchPage .list ul li {
      margin-bottom: 20px; }
      .searchPage .list ul li a .pic {
        width: 35%;
        padding-bottom: 26%; }
      .searchPage .list ul li a .con {
        margin-left: 5%;
        margin-right: 2%; } }
  @media (max-width: 768px) {
    .searchPage {
      padding-top: 25px;
      padding-bottom: 30px; }
      .searchPage .seachBox {
        height: 42px; }
        .searchPage .seachBox .text {
          justify-content: 42px; }
        .searchPage .seachBox .submit {
          width: 42px;
          height: 42px; }
      .searchPage .tabs {
        margin-top: 25px; }
        .searchPage .tabs a {
          font-size: 13px; }
      .searchPage .list {
        margin-top: 15px; }
        .searchPage .list ul {
          margin-top: 25px;
          padding-bottom: 15px; }
          .searchPage .list ul li a {
            display: block; }
            .searchPage .list ul li a .pic {
              width: 100%;
              padding-bottom: 75px; }
            .searchPage .list ul li a .con {
              width: 100%;
              padding: 10px 15px 10px;
              margin: 0;
              box-sizing: border-box; }
              .searchPage .list ul li a .con .tits {
                font-size: 16px;
                line-height: 18px; }
              .searchPage .list ul li a .con .tit {
                font-size: 13px; } }

.photoTK {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(141, 141, 141, 0.54);
  display: none; }
  .photoTK .box {
    width: 1220px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 30px;
    padding-top: 40px; }
    .photoTK .box .close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 2.34375vw;
      right: 2.86458vw;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../images/close1.png"); }
    .photoTK .box .title {
      font-size: 20px;
      line-height: 22px;
      font-weight: bold;
      padding: 0 3.125vw;
      text-transform: uppercase; }
    .photoTK .box .boxNew {
      width: 100%;
      box-sizing: border-box; }
      .photoTK .box .boxNew .tabs {
        border-bottom: 1px solid #dedede;
        margin-top: 15px;
        padding: 0 3.125vw; }
        .photoTK .box .boxNew .tabs a {
          font-size: 16px;
          line-height: 40px;
          color: #000;
          float: left;
          margin-right: 4.89583vw;
          position: relative; }
          .photoTK .box .boxNew .tabs a:after {
            width: 100%;
            height: 3px;
            background-color: #da8f5a;
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            border-radius: 3px;
            display: none; }
          .photoTK .box .boxNew .tabs a.on {
            color: #da8f5a; }
            .photoTK .box .boxNew .tabs a.on:after {
              display: block; }
      .photoTK .box .boxNew .itemBox {
        margin-top: 20px; }
        .photoTK .box .boxNew .itemBox .item {
          height: 32.29167vw;
          width: 100%;
          overflow: auto;
          display: none;
          padding: 0 3.125vw;
          box-sizing: border-box; }
          .photoTK .box .boxNew .itemBox .item .pic {
            width: 32.6%;
            margin-right: 1.1%;
            margin-bottom: 1.1%;
            height: 0;
            padding-bottom: 23.9%;
            position: relative;
            float: left;
            cursor: pointer;
            border-radius: 5px;
            overflow: hidden; }
            .photoTK .box .boxNew .itemBox .item .pic:nth-child(3n) {
              margin-right: 0; }
            .photoTK .box .boxNew .itemBox .item .pic img, .photoTK .box .boxNew .itemBox .item .pic video {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar {
            width: 5px;
            height: 5px; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-button:vertical {
            display: none; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-track:vertical {
            background-color: black; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-track-piece {
            background: #fff; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-thumb:vertical {
            background-color: #7d7d7d;
            border-radius: 30px; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-thumb:vertical:hover {
            background-color: #3B3B3B; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-corner:vertical {
            background-color: #fff; }
          .photoTK .box .boxNew .itemBox .item::-webkit-scrollbar-resizer:vertical {
            background-color: #FF6E00; }
  @media (max-width: 768px) {
    .photoTK .box {
      padding-top: 20px;
      padding-bottom: 20px; }
    .photoTK .box .title {
      font-size: 16px;
      line-height: 20px;
      padding: 0 10px; }
    .photoTK .box .close {
      top: 10px;
      right: 10px; }
    .photoTK .box .boxNew .tabs {
      margin-top: 0;
      padding: 0 10px; }
      .photoTK .box .boxNew .tabs a {
        font-size: 11px;
        margin-right: 10px; }
    .photoTK .box {
      padding-bottom: 15px; }
    .photoTK .box .boxNew .itemBox {
      margin-top: 10px; }
    .photoTK .box .boxNew .itemBox .item {
      height: auto;
      max-width: 65vh;
      padding: 0 10px; }
      .photoTK .box .boxNew .itemBox .item .pic {
        width: 49%;
        margin-right: 2%;
        padding-bottom: 38%; }
        .photoTK .box .boxNew .itemBox .item .pic:nth-child(3n) {
          margin-right: 2%; }
        .photoTK .box .boxNew .itemBox .item .pic:nth-child(2n) {
          margin-right: 0; } }

/*# sourceMappingURL=style.css.map */
