.fl {
  float: left; }

.fr {
  float: right; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
.oneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.twoLine {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.threeLine {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #eee; }

.w1290 {
  width: 1290px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
  z-index: 5; }

.bgc {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1024px) {
  .pc {
    display: none; } }

.wap {
  display: none; }
  @media (max-width: 1024px) {
    .wap {
      display: block; } }

.index-banner {
  width: 100%;
  height: auto;
  position: relative; }
  .index-banner a {
    width: 100%;
    display: block; }
  .index-banner .btns {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center; }
  .index-banner .btns span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: block;
    background-color: #fff;
    margin: 0 6px;
    cursor: pointer;
    opacity: 1; }
  .index-banner .btns span.swiper-pagination-bullet-active {
    background-color: #a77f2d; }

#translate {
  display: none; }

.headerBox {
  height: 118px; }
  .headerBox .header {
    position: fixed;
    width: 100%;
    background-color: #eee;
    height: 118px;
    z-index: 50; }
    .headerBox .header.on {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .headerBox .header.on .searchBox {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .headerBox .header .logo {
      width: 300px;
      height: auto;
      position: absolute;
      top: 11px;
      left: 50%;
      transform: translateX(-50%); }
      .headerBox .header .logo img {
        display: block;
        margin: 0 auto; }
    .headerBox .header .headerTop {
      width: 100%;
      height: 43px;
      position: relative; }
      .headerBox .header .headerTop:after {
        width: 50%;
        height: 100%;
        background-color: #a77f2d;
        content: '';
        transform: skew(-45deg);
        position: absolute;
        top: 0;
        left: -150px; }
      .headerBox .header .headerTop:before {
        width: 50%;
        height: 100%;
        background-color: #44352f;
        content: '';
        transform: skew(45deg);
        position: absolute;
        top: 0;
        right: -150px; }
      .headerBox .header .headerTop .w1290 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .headerBox .header .headerTop .w1290 .topLeft {
          display: flex; }
          .headerBox .header .headerTop .w1290 .topLeft .t {
            font-size: 12px;
            line-height: 43px;
            color: #fff;
            display: flex;
            align-items: center;
            margin-right: 32px; }
            .headerBox .header .headerTop .w1290 .topLeft .t:last-child {
              margin-right: 0; }
            .headerBox .header .headerTop .w1290 .topLeft .t img {
              margin-right: 5px; }
        .headerBox .header .headerTop .w1290 .lan {
          position: relative; }
          .headerBox .header .headerTop .w1290 .lan .tits {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 43px;
            color: #fff;
            cursor: pointer; }
            .headerBox .header .headerTop .w1290 .lan .tits span {
              font-size: 14px;
              font-weight: bold; }
            .headerBox .header .headerTop .w1290 .lan .tits img {
              margin-left: 5px; }
          .headerBox .header .headerTop .w1290 .lan #select {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            height: 43px;
            cursor: pointer; }
    .headerBox .header .nav ul {
      display: flex;
      justify-content: space-between; }
      .headerBox .header .nav ul li {
        position: relative; }
        .headerBox .header .nav ul li .tits {
          font-size: 15px;
          line-height: 75px;
          display: flex;
          align-items: center;
          font-weight: bold;
          color: #222; }
          .headerBox .header .nav ul li .tits img {
            margin-left: 5px; }
        .headerBox .header .nav ul li dl {
          opacity: 0;
          filter: alpha(opacity=0);
          visibility: hidden;
          position: absolute;
          -webkit-transition: all .35s;
          transition: all .35s;
          -moz-transition: all .35s;
          -ms-transition: all .35s;
          top: 100%;
          z-index: 99;
          margin-top: -1px;
          -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
          box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
          -webkit-transition: all .35s;
          transition: all .35s;
          -moz-transition: all .35s;
          -ms-transition: all .35s;
          width: 200px;
          padding: 10px 15px;
          left: -1.04167vw;
          background: #fff;
          list-style-type: none;
          -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          box-sizing: border-box; }
          .headerBox .header .nav ul li dl:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 32px;
            width: 16px;
            height: 16px;
            border-width: 8px;
            border-style: solid;
            border-color: transparent transparent #fff;
            display: block;
            box-sizing: border-box; }
          .headerBox .header .nav ul li dl dd {
            background: 0 0;
            position: relative;
            text-align: left;
            border-bottom: 1px solid #e9e9ee;
            padding: 6px 0; }
            .headerBox .header .nav ul li dl dd a {
              display: block;
              line-height: 21px;
              padding: 0.52083vw 0;
              font-size: 14px;
              position: relative;
              color: #768492; }
              @media (min-width: 1024px) {
                .headerBox .header .nav ul li dl dd a:hover {
                  color: #e1b26c; } }
        @media (min-width: 1024px) {
          .headerBox .header .nav ul li:hover .tits {
            color: #a77f2d; }
          .headerBox .header .nav ul li:hover dl {
            top: 100%;
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
            height: auto;
            opacity: 1;
            filter: alpha(opacity=100);
            display: block;
            -webkit-transform: rotateX(0);
            transform: rotateX(0); } }
        .headerBox .header .nav ul li.on .tits {
          color: #a77f2d; }
      .headerBox .header .nav ul .kb {
        width: 300px; }
    .headerBox .header .searchBox {
      width: 380px;
      height: 50px;
      background-color: #eee;
      position: absolute;
      bottom: -37px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center; }
      .headerBox .header .searchBox .xxx {
        width: 444px;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%); }
      .headerBox .header .searchBox:after {
        width: 100%;
        height: 100%;
        background-color: #eee;
        position: absolute;
        left: -18px;
        top: 0;
        transform: skew(35deg);
        content: '';
        z-index: -1; }
      .headerBox .header .searchBox:before {
        width: 100%;
        height: 100%;
        background-color: #eee;
        position: absolute;
        right: -18px;
        top: 0;
        transform: skew(-35deg);
        content: '';
        z-index: -1; }
      .headerBox .header .searchBox .icon {
        width: 92px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .headerBox .header .searchBox .text {
        flex: 1;
        position: relative; }
        .headerBox .header .searchBox .text:after {
          width: 3px;
          height: 24px;
          background-color: #e3e3e3;
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%) skew(20deg);
          left: 0; }
        .headerBox .header .searchBox .text:before {
          width: 3px;
          height: 24px;
          background-color: #e3e3e3;
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%) skew(-20deg);
          right: 0; }
        .headerBox .header .searchBox .text input {
          width: 100%;
          font-size: 12px;
          line-height: 50px;
          color: #333;
          height: 50px;
          text-align: center;
          border: none;
          background: none; }
    .headerBox .header .navClick {
      display: none;
      width: 22px;
      height: 18px;
      right: 4%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .headerBox .header .navClick span {
        width: 100%;
        height: 2px;
        background-color: #333;
        display: block;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s;
        margin-bottom: 6px; }
        .headerBox .header .navClick span:last-child {
          margin-bottom: 0; }
      .headerBox .header .navClick.on span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 8px;
        right: 0px; }
      .headerBox .header .navClick.on span:nth-child(2) {
        display: none; }
      .headerBox .header .navClick.on span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 0;
        right: 0; }
  @media (max-width: 1366px) {
    .headerBox .header .headerTop:after {
      left: -95px; }
    .headerBox .header .headerTop:before {
      right: -95px; }
    .headerBox .header .headerTop .w1290 .topLeft .t {
      margin-right: 12px; }
    .headerBox .header .nav ul .kb {
      width: 190px; } }
  @media (max-width: 1200px) {
    .headerBox .header .nav ul li .tits {
      font-size: 13px; } }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; }
      .headerBox .header {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .headerBox .header .headerTop {
          height: auto;
          position: static; }
          .headerBox .header .headerTop:after {
            display: none; }
          .headerBox .header .headerTop:before {
            display: none; }
          .headerBox .header .headerTop .w1290 {
            position: static;
            width: auto;
            max-width: 0; }
            .headerBox .header .headerTop .w1290 .topLeft {
              display: none; }
            .headerBox .header .headerTop .w1290 .lan {
              position: absolute;
              top: 0;
              right: calc(4% + 28px); }
              .headerBox .header .headerTop .w1290 .lan .tits {
                color: #000;
                line-height: 50px; }
        .headerBox .header .nav {
          width: 100%;
          position: fixed;
          top: 50px;
          height: calc(100% - 50px);
          background-color: rgba(0, 0, 0, 0.5);
          left: 0;
          display: none; }
          .headerBox .header .nav .w1290 {
            height: 100%;
            max-width: 100%; }
          .headerBox .header .nav ul {
            width: 260px;
            box-sizing: border-box;
            height: 100%;
            display: block;
            float: right;
            padding-top: 20px;
            background-color: #eee; }
            .headerBox .header .nav ul li {
              float: none;
              background: none !important;
              margin-right: 0; }
              .headerBox .header .nav ul li .tits {
                font-size: 16px;
                line-height: 46px;
                padding-left: 20px;
                display: block;
                box-sizing: border-box;
                position: relative;
                color: #000 !important;
                background: none !important;
                font-weight: normal; }
              .headerBox .header .nav ul li dl {
                width: 100%;
                position: relative;
                opacity: 1;
                top: 0;
                padding: 0;
                visibility: initial;
                box-shadow: none;
                transform: rotateX(0);
                display: none;
                left: 0; }
                .headerBox .header .nav ul li dl:after {
                  display: none; }
                .headerBox .header .nav ul li dl dd {
                  border-bottom: none;
                  padding: 0; }
                  .headerBox .header .nav ul li dl dd a {
                    color: #000;
                    font-size: 14px;
                    line-height: 36px;
                    padding: 0 0 0 30px;
                    box-sizing: border-box; }
        .headerBox .header .searchBox {
          display: none; }
        .headerBox .header .logo {
          position: relative;
          margin-left: 4%;
          top: auto;
          left: auto;
          transform: translateX(0);
          width: 92px; }
          .headerBox .header .logo img {
            width: 100%; }
        .headerBox .header .navClick {
          display: block; } }

.indexTitle {
  width: 100%;
  display: flex;
  position: relative; }
  .indexTitle:after {
    width: 100%;
    height: 1px;
    background-color: #785818;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; }
  .indexTitle span {
    font-size: 28px;
    line-height: 46px;
    background-color: #a77f2d;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
    z-index: 5; }
  .indexTitle .img {
    width: 31px;
    position: relative;
    z-index: 5; }
  .indexTitle a {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0; }
  @media (max-width: 1200px) {
    .indexTitle span {
      font-size: 22px; } }
  @media (max-width: 768px) {
    .indexTitle span {
      font-size: 18px;
      line-height: 34px;
      padding: 0 15px; }
    .indexTitle .img {
      width: 22px; } }

.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); }
  .hoverPic:hover a .tits {
    color: #a77f2d !important; } }

.index {
  padding-bottom: 72px; }
  @media (max-width: 768px) {
    .index {
      padding-bottom: 40px; } }
  .index .box1 {
    width: 100%;
    height: auto;
    position: relative; }
    .index .box1 .bg {
      width: 100%;
      position: absolute;
      top: 30px;
      left: 0; }
    .index .box1 .boxNew {
      position: relative;
      z-index: 5;
      height: 578px; }
      .index .box1 .boxNew .dt {
        width: 428px;
        position: absolute;
        bottom: -67px;
        left: 50%;
        transform: translateX(-50%); }
      .index .box1 .boxNew ul {
        --width: 135px;
        --margin: -135px; }
        .index .box1 .boxNew ul li {
          width: var(--width);
          height: var(--width);
          border-radius: 100%;
          position: absolute;
          margin-left: var(--margin);
          margin-top: var(--margin); }
          .index .box1 .boxNew ul li a {
            width: 100%;
            display: block;
            position: relative; }
            .index .box1 .boxNew ul li a .img {
              width: 100%;
              border-radius: 100%;
              position: relative;
              z-index: 5;
              overflow: hidden; }
              .index .box1 .boxNew ul li a .img:after {
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                border: 6px solid #a4a4a4;
                border-radius: 100%;
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                z-index: 6;
                border-radius: 100%; }
            .index .box1 .boxNew ul li a .tits {
              font-size: 13px;
              line-height: 16px;
              color: #222;
              text-align: center;
              padding: 0 7px 9px;
              position: absolute;
              white-space: nowrap;
              left: 0;
              top: 50%;
              transform: translate(-99%, -50%);
              font-weight: bold; }
              .index .box1 .boxNew ul li a .tits:after {
                width: 120%;
                height: 1px;
                position: absolute;
                bottom: 0;
                left: 0;
                content: '';
                background-color: #a2a2a2; }
          .index .box1 .boxNew ul li:nth-child(1) {
            left: 17.8%;
            top: 100%; }
          .index .box1 .boxNew ul li:nth-child(2) {
            left: 23.4%;
            top: 75%; }
          .index .box1 .boxNew ul li:nth-child(3) {
            left: 32.1%;
            top: 55.4%; }
          .index .box1 .boxNew ul li:nth-child(4) {
            left: 43.1%;
            top: 43%; }
            .index .box1 .boxNew ul li:nth-child(4) .tits {
              top: 20%;
              transform: translate(-99%, -50%); }
          .index .box1 .boxNew ul li:nth-child(5) {
            left: 50%;
            top: 39%;
            margin-left: calc(var(--margin)/2); }
            .index .box1 .boxNew ul li:nth-child(5) .tits {
              top: 0;
              left: 50%;
              transform: translate(-50%, -47px); }
              .index .box1 .boxNew ul li:nth-child(5) .tits:after {
                width: 100%; }
          .index .box1 .boxNew ul li:nth-child(n+6) .tits {
            left: 100%;
            transform: translate(0%, -50%); }
            .index .box1 .boxNew ul li:nth-child(n+6) .tits:after {
              left: -20%; }
          .index .box1 .boxNew ul li:nth-child(6) {
            left: 67.5%;
            top: 43%; }
            .index .box1 .boxNew ul li:nth-child(6) .tits {
              top: 20%;
              left: 95%; }
          .index .box1 .boxNew ul li:nth-child(7) {
            left: 78.5%;
            top: 55.4%; }
          .index .box1 .boxNew ul li:nth-child(8) {
            left: 87.2%;
            top: 75%; }
          .index .box1 .boxNew ul li:nth-child(9) {
            left: 92.7%;
            top: 100%; }
          @media (min-width: 1024px) {
            .index .box1 .boxNew ul li:hover a .img:after {
              border-color: #b59554; }
            .index .box1 .boxNew ul li:hover a .tits {
              color: #b59554; }
              .index .box1 .boxNew ul li:hover a .tits:after {
                background-color: #b59554; } }
    @media (max-width: 1366px) {
      .index .box1 .boxNew ul {
        --width: 110px;
        --margin: -110px; } }
    @media (max-width: 1024px) {
      .index .box1 .boxNew {
        height: 455px; }
        .index .box1 .boxNew .dt {
          width: 320px; }
        .index .box1 .boxNew ul {
          --width: 90px;
          --margin: -90px; } }
    @media (max-width: 768px) {
      .index .box1 .bg {
        height: 100%;
        object-fit: cover; }
      .index .box1 .boxNew {
        height: auto; }
        .index .box1 .boxNew .dt {
          display: none; }
        .index .box1 .boxNew ul {
          display: flex;
          flex-wrap: wrap;
          padding-top: 30px;
          --width: 80px; }
          .index .box1 .boxNew ul li {
            height: auto !important;
            position: relative;
            left: auto !important;
            top: auto !important;
            margin-left: 0 !important;
            margin-top: 0 !important;
            width: 33.33333%;
            margin-bottom: 15px; }
            .index .box1 .boxNew ul li a .img {
              width: 100px;
              margin: 0 auto; }
              .index .box1 .boxNew ul li a .img:after {
                border-width: 3px; }
            .index .box1 .boxNew ul li a .tits {
              position: relative;
              top: auto !important;
              left: auto !important;
              transform: translateX(0) !important;
              margin-top: 10px; }
              .index .box1 .boxNew ul li a .tits:after {
                width: 100% !important;
                left: 0 !important; } }
  .index .indexItemBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between; }
    .index .indexItemBox .item {
      width: 47.6%;
      background-color: #fff;
      margin-top: 30px; }
      .index .indexItemBox .item a {
        width: 100%;
        display: flex;
        align-items: center; }
        .index .indexItemBox .item a .pic {
          width: 50%;
          height: 112px; }
        .index .indexItemBox .item a .con {
          width: 50%;
          padding: 0 10px;
          box-sizing: border-box;
          color: #222; }
          .index .indexItemBox .item a .con .tits {
            font-size: 12px;
            line-height: 14px;
            font-weight: bold; }
          .index .indexItemBox .item a .con .time {
            font-size: 12px;
            line-height: 14px;
            margin-top: 7px; }
      @media (min-width: 1024px) {
        .index .indexItemBox .item:hover a .con .tits {
          color: #a77f2d; } }
    @media (max-width: 1024px) {
      .index .indexItemBox .item {
        margin-top: 20px; } }
  .index .indexItem1 {
    width: 100%;
    background-color: #fff; }
    .index .indexItem1 a {
      width: 100%;
      display: block; }
      .index .indexItem1 a .pic {
        width: 100%;
        height: 225px; }
      .index .indexItem1 a .con {
        width: 100%;
        box-sizing: border-box;
        padding: 18px 22px;
        color: #222; }
        .index .indexItem1 a .con .tits {
          font-size: 16px;
          line-height: 20px;
          font-weight: bold; }
        .index .indexItem1 a .con .tit {
          font-size: 12px;
          line-height: 18px;
          color: #666;
          margin-top: 9px; }
        .index .indexItem1 a .con .time {
          font-size: 12px;
          line-height: 14px;
          margin-top: 13px; }
    @media (max-width: 768px) {
      .index .indexItem1 a .pic {
        height: 28vh; } }
  .index .box3 {
    padding-top: 45px; }
    .index .box3 .content {
      margin-top: 30px;
      display: flex;
      justify-content: space-between; }
      .index .box3 .content .conLeft {
        width: 48.8%;
        float: left; }
        .index .box3 .content .conLeft .picBox {
          width: 100%;
          height: auto; }
          .index .box3 .content .conLeft .picBox a {
            width: 100%;
            display: block;
            position: relative;
            height: 470px;
            overflow: hidden; }
            .index .box3 .content .conLeft .picBox a img {
              width: 100%;
              position: absolute;
              height: 100%;
              top: 0;
              left: 0;
              object-fit: cover;
              transition: all 1.2s; }
            .index .box3 .content .conLeft .picBox a .con {
              width: 480px;
              max-width: 92%;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              background-color: rgba(0, 0, 0, 0.76);
              bottom: 38px;
              color: #fff;
              text-align: center;
              padding-top: 25px;
              padding-bottom: 28px; }
              .index .box3 .content .conLeft .picBox a .con .tits {
                width: 365px;
                max-width: 90%;
                margin: 0 auto;
                font-weight: bold;
                font-size: 20px;
                line-height: 24px; }
              .index .box3 .content .conLeft .picBox a .con .time {
                font-size: 12px;
                line-height: 14px;
                margin-top: 13px; }
          @media (min-width: 1024px) {
            .index .box3 .content .conLeft .picBox:hover a img {
              transform: scale(1.1); } }
      .index .box3 .content .conRight {
        width: 23.3%; }
        .index .box3 .content .conRight .indexItemBox .item {
          width: 100%; }
        .index .box3 .content .conRight .itemBox1 {
          width: 100%;
          background-color: #fff;
          box-sizing: border-box;
          padding: 15px 20px;
          margin-top: 30px; }
          .index .box3 .content .conRight .itemBox1 .item a {
            width: 100%;
            display: block;
            color: #222;
            padding: 12px 0; }
            .index .box3 .content .conRight .itemBox1 .item a .tits {
              font-size: 12px;
              line-height: 14px;
              min-height: 28px; }
            .index .box3 .content .conRight .itemBox1 .item a .time {
              font-size: 12px;
              line-height: 14px;
              margin-top: 7px; }
    @media (max-width: 1024px) {
      .index .box3 .content {
        flex-wrap: wrap; }
        .index .box3 .content .conLeft {
          width: 100%; }
        .index .box3 .content .conRight {
          margin-top: 20px;
          width: calc(50% - 10px); }
          .index .box3 .content .conRight .itemBox1 {
            margin-top: 20px;
            padding: 6px 20px; } }
    @media (max-width: 768px) {
      .index .box3 .content {
        margin-top: 15px; }
        .index .box3 .content .conLeft .picBox a {
          height: 32vh; }
          .index .box3 .content .conLeft .picBox a .con {
            padding-top: 15px;
            padding-bottom: 17px;
            bottom: 10px; }
            .index .box3 .content .conLeft .picBox a .con .tits {
              font-size: 16px;
              line-height: 20px; }
        .index .box3 .content .conLeft .indexItemBox {
          display: none; }
        .index .box3 .content .conRight {
          width: 100%;
          margin-top: 15px;
          display: none; }
          .index .box3 .content .conRight .indexItemBox {
            display: none; }
          .index .box3 .content .conRight .itemBox1 {
            display: none; } }
  .index .box4 {
    color: #fff;
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 90px; }
    .index .box4 .tits {
      text-align: center;
      font-size: 30px;
      line-height: 32px;
      font-weight: bold; }
    .index .box4 .tit {
      font-size: 14px;
      line-height: 20px;
      max-width: 100%;
      width: 1025px;
      margin: 30px auto 0;
      text-align: center; }
    .index .box4 .itemBox {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 50px; }
      .index .box4 .itemBox .item {
        width: 228px;
        height: 107px;
        background-color: rgba(209, 146, 16, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin: 0 22px; }
        .index .box4 .itemBox .item img {
          margin-right: 16px; }
        .index .box4 .itemBox .item .t .tt {
          font-weight: bold;
          font-size: 36px;
          line-height: 38px; }
        .index .box4 .itemBox .item .t .tt1 {
          font-size: 12px;
          line-height: 14px; }
    @media (max-width: 1200px) {
      .index .box4 {
        padding-top: 60px;
        padding-bottom: 70px; }
        .index .box4 .tits {
          font-size: 24px;
          line-height: 26px; }
        .index .box4 .itemBox .item img {
          height: 50px; }
        .index .box4 .itemBox .item .t .tt {
          font-size: 28px;
          line-height: 30px; } }
    @media (max-width: 1024px) {
      .index .box4 .itemBox {
        justify-content: space-between; }
        .index .box4 .itemBox .item {
          width: 23%;
          margin: 0; }
          .index .box4 .itemBox .item img {
            margin-right: 10px;
            height: 40px; } }
    @media (max-width: 768px) {
      .index .box4 {
        margin-top: 30px;
        padding: 30px 0; }
        .index .box4 .tits {
          font-size: 20px;
          line-height: 22px; }
        .index .box4 .tit {
          font-size: 13px;
          line-height: 18px;
          margin: 15px auto 0; }
        .index .box4 .itemBox {
          flex-wrap: wrap;
          margin-top: 25px; }
          .index .box4 .itemBox .item {
            width: 48.5%;
            margin-bottom: 3%;
            height: 88px; } }
  .index .box5 {
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between; }
    .index .box5 .box {
      width: calc(50% - 15px); }
      .index .box5 .box .boxNew {
        display: flex;
        justify-content: space-between; }
        .index .box5 .box .boxNew .indexItem1 {
          margin-top: 30px;
          width: calc(50% - 15px); }
        .index .box5 .box .boxNew .indexItemBox {
          width: calc(50% - 15px); }
          .index .box5 .box .boxNew .indexItemBox .item {
            width: 100%; }
    @media (max-width: 1024px) {
      .index .box5 .box .boxNew {
        display: block; }
        .index .box5 .box .boxNew .indexItem1 {
          width: 100%;
          margin-top: 20px; }
        .index .box5 .box .boxNew .indexItemBox {
          margin-top: 0;
          width: 100%; } }
    @media (max-width: 768px) {
      .index .box5 {
        margin: 30px auto 0;
        display: block; }
        .index .box5 .box {
          width: 100%;
          margin-bottom: 20px; }
          .index .box5 .box .boxNew .indexItem1 {
            margin-top: 15px; }
          .index .box5 .box .boxNew .indexItemBox {
            display: none; } }
  .index .box6 {
    margin: 50px auto 0; }
    .index .box6 .list {
      display: flex;
      margin-top: 30px;
      justify-content: space-between; }
      .index .box6 .list .item {
        width: 23.3%; }
        .index .box6 .list .item a {
          width: 100%;
          display: block;
          background-color: #fff; }
          .index .box6 .list .item a .pic {
            width: 100%;
            height: 170px; }
            .index .box6 .list .item a .pic .icon {
              width: 40px;
              height: 40px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-color: #a77f2d;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 100%; }
              .index .box6 .list .item a .pic .icon:after {
                width: 54px;
                height: 54px;
                position: absolute;
                top: -7px;
                left: -7px;
                background-color: #a77f2d;
                content: '';
                border-radius: 100%;
                animation: pulse-border 1.5s linear infinite; }
              .index .box6 .list .item a .pic .icon:before {
                width: 54px;
                height: 54px;
                position: absolute;
                top: -7px;
                left: -7px;
                background-color: #a77f2d;
                content: '';
                border-radius: 100%;
                animation: pulse-border 1.5s linear infinite 0.5s; }
              .index .box6 .list .item a .pic .icon img {
                width: 11px;
                height: auto;
                margin-left: 2px;
                position: relative;
                z-index: 5; }
          .index .box6 .list .item a .con {
            padding: 16px 20px;
            box-sizing: border-box;
            width: 100%;
            position: relative; }
            .index .box6 .list .item a .con .time {
              font-size: 12px;
              line-height: 30px;
              background-color: #fff;
              padding: 0 20px;
              position: absolute;
              top: -20px;
              color: #222;
              left: 0; }
              .index .box6 .list .item a .con .time:after {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 10px;
                background-color: #fff;
                z-index: 1;
                content: '';
                transform: skew(35deg); }
              .index .box6 .list .item a .con .time span {
                position: relative;
                z-index: 10; }
            .index .box6 .list .item a .con .tits {
              font-size: 16px;
              line-height: 20px;
              color: #222;
              font-weight: bold; }
    @media (max-width: 1200px) {
      .index .box6 .list .item {
        width: 32%; }
        .index .box6 .list .item:nth-child(4) {
          display: none; } }
    @media (max-width: 1024px) {
      .index .box6 .list {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .index .box6 {
        margin: 20px auto 0; }
        .index .box6 .list {
          margin-top: 15px; }
          .index .box6 .list .item {
            width: 100%; }
            .index .box6 .list .item:not(:nth-child(1)) {
              display: none; } }
  .index .box7 {
    margin: 50px auto 0; }
    .index .box7 ul {
      width: 100%;
      border: 1px solid #dadada;
      border-bottom: none;
      border-right: none;
      box-sizing: border-box; }
      .index .box7 ul li {
        width: 11.11111%;
        float: left;
        height: 125px;
        position: relative;
        box-sizing: border-box;
        border-bottom: 1px solid #dadada;
        border-right: 1px solid #dadada; }
        .index .box7 ul li a {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          .index .box7 ul li a img {
            max-width: 80%;
            max-height: 80%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        @media (min-width: 1024px) {
          .index .box7 ul li:hover {
            background-color: #fff; } }
    @media (max-width: 1200px) {
      .index .box7 ul li {
        width: 16.66667%; } }
    @media (max-width: 768px) {
      .index .box7 {
        margin: 30px auto 0; }
        .index .box7 ul li {
          width: 33.33333%;
          height: 80px; } }

.indexBox2 {
  margin: 100px auto 0;
  position: relative; }
  .indexBox2 .con {
    width: 46.9%;
    float: left; }
    .indexBox2 .con .tits {
      font-size: 30px;
      line-height: 30px;
      color: #222;
      font-weight: bold; }
    .indexBox2 .con .tit {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      margin-top: 30px; }
    .indexBox2 .con .tit1 {
      margin-top: 45px; }
      .indexBox2 .con .tit1 .t {
        display: flex;
        align-items: center;
        margin-bottom: 44px; }
        .indexBox2 .con .tit1 .t:last-child {
          margin-bottom: 0; }
        .indexBox2 .con .tit1 .t img {
          width: 64px;
          margin-right: 12px; }
        .indexBox2 .con .tit1 .t .tt {
          width: 380px;
          max-width: calc(100% - 76px); }
          .indexBox2 .con .tit1 .t .tt .ttt {
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            color: #222; }
          .indexBox2 .con .tit1 .t .tt .ttt1 {
            font-size: 14px;
            line-height: 20px;
            color: #666;
            margin-top: 10px; }
  .indexBox2 .pic {
    width: 48.8%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
    .indexBox2 .pic .img {
      width: 100%;
      position: absolute;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0; }
    .indexBox2 .pic .icon {
      width: 92px;
      height: 92px;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #44352f;
      display: flex;
      align-items: center;
      justify-content: center; }
      .indexBox2 .pic .icon:after {
        width: 120px;
        height: 120px;
        position: absolute;
        top: -14px;
        left: -14px;
        content: '';
        background-color: #44352f;
        opacity: 0.1;
        border-radius: 100%;
        animation: pulse-border 1.5s linear infinite; }
      .indexBox2 .pic .icon:before {
        width: 120px;
        height: 120px;
        position: absolute;
        top: -14px;
        left: -14px;
        content: '';
        background-color: #44352f;
        opacity: 0.1;
        border-radius: 100%;
        animation: pulse-border 1.5s linear infinite 0.5s; }
      .indexBox2 .pic .icon img {
        width: 26px;
        position: relative;
        z-index: 10; }
  @media (max-width: 1200px) {
    .indexBox2 {
      margin: 70px auto 0; }
      .indexBox2 .con .tits {
        font-size: 24px;
        line-height: 26px; }
      .indexBox2 .con .tit {
        margin-top: 15px; }
      .indexBox2 .con .tit1 {
        margin-top: 20px; }
        .indexBox2 .con .tit1 .t {
          margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .indexBox2 {
      margin: 30px auto 0; }
      .indexBox2 .con {
        width: 100%;
        float: none;
        margin-top: 15px; }
        .indexBox2 .con .tits {
          font-size: 20px;
          line-height: 22px; }
        .indexBox2 .con .tit {
          font-size: 13px;
          line-height: 19px; }
        .indexBox2 .con .tit1 .t img {
          width: 50px;
          margin-right: 10px; }
        .indexBox2 .con .tit1 .t .tt {
          flex: 1;
          max-width: none; }
          .indexBox2 .con .tit1 .t .tt .ttt {
            font-size: 15px;
            line-height: 17px; }
          .indexBox2 .con .tit1 .t .tt .ttt1 {
            font-size: 13px;
            line-height: 18px;
            margin-top: 5px; }
      .indexBox2 .pic {
        width: 100%;
        height: 32vh;
        position: relative; }
        .indexBox2 .pic .icon {
          width: 60px;
          height: 60px; }
          .indexBox2 .pic .icon img {
            width: 14px; }
          .indexBox2 .pic .icon:after {
            width: 76px;
            height: 76px;
            top: -8px;
            left: -8px; }
          .indexBox2 .pic .icon:before {
            width: 76px;
            height: 76px;
            top: -8px;
            left: -8px; } }

.footer {
  position: relative; }
  .footer .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 44px;
    background-color: #eee; }
    .footer .logo:after {
      width: 50%;
      height: 100%;
      position: absolute;
      left: -15px;
      content: '';
      background-color: #eee;
      transform: skew(33deg); }
    .footer .logo:before {
      width: 50%;
      height: 100%;
      position: absolute;
      right: -15px;
      content: '';
      background-color: #eee;
      transform: skew(-33deg); }
    .footer .logo img {
      width: 219px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px;
      z-index: 10; }
  .footer .footerNew {
    width: 100%;
    height: auto;
    padding-top: 82px;
    padding-bottom: 55px;
    background-color: #343434; }
    .footer .footerNew .footerLeft {
      width: 28.3%;
      float: left;
      box-sizing: border-box;
      position: relative; }
      .footer .footerNew .footerLeft .tx {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #c1870e; }
      .footer .footerNew .footerLeft .tits {
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        color: #fff;
        margin-top: 22px;
        border-bottom: 1px dashed #fff;
        padding-bottom: 15px; }
      .footer .footerNew .footerLeft .tit {
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        margin-top: 10px; }
        .footer .footerNew .footerLeft .tit .t {
          box-sizing: border-box;
          position: relative;
          padding: 9px 0 9px 30px; }
          .footer .footerNew .footerLeft .tit .t img {
            position: absolute;
            left: 0;
            top: 7px; }
          .footer .footerNew .footerLeft .tit .t a {
            color: #fff; }
            @media (min-width: 1024px) {
              .footer .footerNew .footerLeft .tit .t a:hover {
                color: #c1870e; } }
    .footer .footerNew .nav {
      width: 38.1%;
      margin-left: 2.39583vw;
      float: left; }
      .footer .footerNew .nav dl {
        width: 44.7%;
        float: left; }
        .footer .footerNew .nav dl dt {
          font-size: 18px;
          line-height: 24px;
          color: #c1870e;
          font-weight: bold;
          margin-bottom: 20px; }
        .footer .footerNew .nav dl dd {
          font-size: 12px;
          line-height: 30px; }
          .footer .footerNew .nav dl dd a {
            color: #fff;
            display: block; }
            @media (min-width: 1024px) {
              .footer .footerNew .nav dl dd a:hover {
                color: #c1870e; } }
        .footer .footerNew .nav dl:nth-child(2) {
          float: right;
          width: 55.3%; }
          .footer .footerNew .nav dl:nth-child(2) dd a {
            width: 50%;
            float: left; }
    .footer .footerNew .footerRight {
      width: 32.6%;
      top: 76px;
      position: absolute;
      right: 0;
      z-index: 5; }
      .footer .footerNew .footerRight .logoBox {
        justify-content: center;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .footer .footerNew .footerRight .logoBox a {
          width: 31.9%;
          margin-right: 2.15%;
          display: block;
          margin-bottom: 28px; }
          .footer .footerNew .footerRight .logoBox a:nth-child(3) {
            margin-right: 0; }
      .footer .footerNew .footerRight .share {
        display: flex;
        justify-content: center;
        margin-top: 14px; }
        .footer .footerNew .footerRight .share a {
          width: 44px;
          display: block;
          margin: 0 6px; }
  .footer .foot {
    width: 100%;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #707070; }
    .footer .foot a {
      color: #fff; }
  @media (max-width: 1024px) {
    .footer .footerNew .footerLeft {
      width: 355px; }
    .footer .footerNew .nav {
      display: none; }
    .footer .footerNew .footerRight {
      width: 50%;
      margin-left: 0; } }
  @media (max-width: 768px) {
    .footer .logo {
      max-width: 87%;
      top: -1px;
      height: 36px; }
      .footer .logo img {
        width: 150px;
        bottom: 10px; }
    .footer .footerNew {
      padding-top: 60px;
      padding-bottom: 20px; }
      .footer .footerNew .footerLeft {
        width: 100%;
        float: none; }
        .footer .footerNew .footerLeft .logo {
          height: 26px; }
        .footer .footerNew .footerLeft .tits {
          padding-bottom: 10px;
          margin-top: 10px; }
      .footer .footerNew .footerRight {
        width: 100%;
        position: relative;
        margin-top: 15px;
        top: auto; }
    .footer .footerNew .footerRight .logoBox a {
      margin-bottom: 10px; }
    .footer .footerNew .footerRight .share {
      margin-top: 0; }
      .footer .footerNew .footerRight .share a {
        width: 30px; }
    .footer .foot {
      font-size: 12px;
      line-height: 16px;
      padding: 10px 0;
      height: auto; }
      .footer .foot a {
        display: block; } }

.banner {
  position: relative;
  width: 100%; }
  .banner .content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center; }
    .banner .content .tits {
      font-size: 36px;
      line-height: 38px;
      color: #fff;
      font-weight: bold; }
    .banner .content .home {
      width: fit-content;
      padding: 0 24px;
      font-size: 14px;
      line-height: 37px;
      background-color: #44352f;
      color: #fff;
      margin: 15px auto 0; }
      .banner .content .home a {
        color: #fff; }
  @media (max-width: 1366px) {
    .banner .content .tits {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1024px) {
    .banner {
      overflow: hidden; }
      .banner img {
        width: 240%;
        margin-left: -60%; }
      .banner .content .tits {
        font-size: 22px;
        line-height: 24px; }
      .banner .content .home {
        padding: 0 16px;
        font-size: 13px;
        line-height: 32px;
        margin: 8px auto 0; } }

.service {
  padding-top: 50px;
  padding-bottom: 5.2%; }
  .service .serviceRight {
    width: calc(100% - 290px - 22px);
    background-color: #e5e5e5;
    box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
    float: right; }
  .service .warranty {
    padding: 40px 55px 80px;
    box-sizing: border-box; }
    .service .warranty .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 60px; }
      .service .warranty .item:last-child {
        margin-bottom: 0; }
      .service .warranty .item:nth-child(2n) {
        flex-direction: row-reverse; }
      .service .warranty .item .pic {
        width: 47%;
        border-radius: 10px;
        overflow: hidden; }
      .service .warranty .item .con {
        width: 49.3%; }
        .service .warranty .item .con .tits {
          font-size: 16px;
          line-height: 18px;
          color: #222;
          font-weight: bold; }
        .service .warranty .item .con .line {
          width: 100%;
          display: block;
          position: relative;
          margin-top: 16px; }
          .service .warranty .item .con .line span {
            width: 45px;
            height: 4px;
            background-color: #a77f2d;
            display: block;
            position: relative;
            z-index: 5; }
          .service .warranty .item .con .line:after {
            width: 100%;
            height: 1px;
            background-color: #c7c7c7;
            position: absolute;
            content: '';
            left: 0;
            top: 1px; }
          .service .warranty .item .con .line:before {
            width: 100%;
            height: 1px;
            background-color: #fff;
            position: absolute;
            content: '';
            left: 0;
            top: 2px; }
        .service .warranty .item .con .tit {
          font-size: 14px;
          line-height: 20px;
          color: #666;
          margin-top: 17px; }
  .service .parts {
    padding: 40px 52px 65px;
    box-sizing: border-box; }
    .service .parts .list ul li {
      width: 32%;
      float: left;
      margin-right: 2%;
      background-color: #eee;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
      margin-bottom: 18px; }
      .service .parts .list ul li:nth-child(3n) {
        margin-right: 0; }
      .service .parts .list ul li .t {
        text-align: center;
        font-size: 16px;
        line-height: 33px;
        background-color: #a77f2d;
        color: #fff;
        font-weight: bold; }
    .service .parts .con {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      margin-top: 15px; }
  .service .installation {
    box-sizing: border-box;
    padding: 40px 58px 63px; }
    .service .installation .itemBox {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .service .installation .itemBox .pic {
        width: 47%;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 34px; }
        .service .installation .itemBox .pic:nth-child(2n) {
          width: 49%; }
    .service .installation .con {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      margin-top: 6px; }
      .service .installation .con .line {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 18px; }
        .service .installation .con .line span {
          width: 45px;
          height: 4px;
          background-color: #a77f2d;
          display: block;
          position: relative;
          z-index: 5; }
        .service .installation .con .line:after {
          width: 100%;
          height: 1px;
          background-color: #c7c7c7;
          position: absolute;
          content: '';
          left: 0;
          top: 1px; }
        .service .installation .con .line:before {
          width: 100%;
          height: 1px;
          background-color: #fff;
          position: absolute;
          content: '';
          left: 0;
          top: 2px; }
  @media (max-width: 1366px) {
    .service .warranty {
      padding: 30px 35px 45px; }
    .service .parts {
      padding: 30px 35px 45px; }
    .service .installation {
      padding: 30px 35px 45px; } }
  @media (max-width: 1200px) {
    .service .serviceRight {
      width: 100%;
      float: none; }
    .service .warranty .item {
      margin-bottom: 40px; } }
  @media (max-width: 1024px) {
    .service .parts .list ul li .t {
      font-size: 13px; } }
  @media (max-width: 768px) {
    .service {
      padding-top: 20px;
      padding-bottom: 40px; }
      .service .warranty {
        padding: 15px 10px 30px; }
        .service .warranty .item {
          display: block;
          margin-bottom: 15px; }
          .service .warranty .item .pic {
            width: 100%; }
          .service .warranty .item .con {
            margin-top: 15px;
            width: 100%; }
            .service .warranty .item .con .line {
              margin-top: 10px; }
            .service .warranty .item .con .tit {
              margin-top: 12px;
              font-size: 13px; }
      .service .parts {
        padding: 15px 10px 30px; }
        .service .parts .list ul li {
          width: 100%;
          margin-bottom: 10px; }
        .service .parts .con {
          font-size: 13px;
          margin-top: 10px; }
      .service .installation {
        padding: 15px 10px 30px; }
        .service .installation .itemBox {
          display: block; }
          .service .installation .itemBox .pic {
            width: 100% !important;
            margin-bottom: 10px; }
        .service .installation .con {
          font-size: 13px;
          margin-top: 20px; }
          .service .installation .con .line {
            margin-bottom: 12px; } }

.serviceLeft {
  width: 290px;
  float: left; }
  .serviceLeft .item {
    background-color: #e5e5e5;
    box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
    padding: 26px 22px 30px;
    box-sizing: border-box; }
    .serviceLeft .item .tits {
      font-size: 16px;
      line-height: 18px;
      color: #222;
      font-weight: bold; }
    .serviceLeft .item .tit {
      margin-top: 22px; }
      .serviceLeft .item .tit a {
        display: block;
        font-size: 14px;
        line-height: 36px;
        color: #666;
        padding-left: 12px;
        border-radius: 5px;
        margin-bottom: 7px;
        background-color: #fff;
        background-position: calc(100% - 17px) center;
        background-repeat: no-repeat;
        background-image: url("../images/service_icon1.png");
        transition: all 0.3s; }
        .serviceLeft .item .tit a:last-child {
          margin-bottom: 0; }
        .serviceLeft .item .tit a.on {
          background-color: #a77f2d;
          color: #fff;
          background-image: url("../images/service_icon1_h.png"); }
        @media (min-width: 1024px) {
          .serviceLeft .item .tit a:hover {
            background-color: #a77f2d;
            color: #fff;
            background-image: url("../images/service_icon1_h.png"); } }
  .serviceLeft .item1 {
    background-color: #e5e5e5;
    box-sizing: border-box;
    padding: 24px 20px 27px;
    box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
    margin-top: 16px; }
    .serviceLeft .item1 .itemNew {
      width: 100%;
      background-color: #eee;
      border-radius: 5px; }
      .serviceLeft .item1 .itemNew .pic {
        width: 100%;
        height: auto;
        border-radius: 5px;
        overflow: hidden; }
      .serviceLeft .item1 .itemNew .con {
        text-align: center;
        padding-top: 35px;
        padding-bottom: 25px;
        position: relative; }
        .serviceLeft .item1 .itemNew .con .icon {
          width: 50px;
          height: 50px;
          border-radius: 100%;
          background-color: #a77f2d;
          position: absolute;
          top: -25px;
          left: 50%;
          margin-left: -25px;
          overflow: hidden; }
        .serviceLeft .item1 .itemNew .con .tits {
          font-size: 16px;
          line-height: 18px;
          color: #222;
          font-weight: bold; }
        .serviceLeft .item1 .itemNew .con .tit {
          font-size: 14px;
          line-height: 20px;
          color: #666;
          margin-top: 10px; }
  @media (max-width: 1200px) {
    .serviceLeft {
      display: none; } }

.videos {
  padding-top: 55px;
  padding-bottom: 5%; }
  .videos ul {
    padding-bottom: 27px; }
    .videos ul li {
      width: 23.5%;
      float: left;
      margin-right: 2%;
      margin-bottom: 25px;
      border-radius: 10px;
      background-color: #fff;
      overflow: hidden; }
      .videos ul li:nth-child(4n) {
        margin-right: 0; }
      .videos ul li a {
        width: 100%;
        display: block; }
        .videos ul li a .pic {
          padding-bottom: 56.1%;
          box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2); }
          .videos ul li a .pic .icon {
            width: 40px;
            height: 40px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #a77f2d;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%; }
            .videos ul li a .pic .icon:after {
              width: 54px;
              height: 54px;
              position: absolute;
              top: -7px;
              left: -7px;
              background-color: #a77f2d;
              content: '';
              border-radius: 100%;
              animation: pulse-border 1.5s linear infinite; }
            .videos ul li a .pic .icon:before {
              width: 54px;
              height: 54px;
              position: absolute;
              top: -7px;
              left: -7px;
              background-color: #a77f2d;
              content: '';
              border-radius: 100%;
              animation: pulse-border 1.5s linear infinite 0.5s; }
            .videos ul li a .pic .icon img {
              width: 11px;
              height: auto;
              margin-left: 2px;
              position: relative;
              z-index: 5; }
        .videos ul li a .con {
          width: 100%;
          box-sizing: border-box;
          padding: 20px 15px; }
          .videos ul li a .con .tits {
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
            color: #131313; }
          .videos ul li a .con .tit {
            display: flex;
            align-items: center;
            margin-top: 10px; }
            .videos ul li a .con .tit .t {
              display: flex;
              align-items: center;
              font-size: 12px;
              line-height: 15px;
              color: #222;
              margin-right: 20px; }
              .videos ul li a .con .tit .t:last-child {
                margin-right: 0; }
              .videos ul li a .con .tit .t img {
                margin-right: 7px; }
      @media (min-width: 1024px) {
        .videos ul li:hover {
          box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2); } }
  @media (max-width: 1200px) {
    .videos ul li {
      width: 32%;
      margin-right: 2%; }
      .videos ul li:nth-child(4n) {
        margin-right: 2%; }
      .videos ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .videos ul li {
      width: 48.5%;
      margin-right: 3%; }
      .videos ul li:nth-child(4n) {
        margin-right: 3%; }
      .videos ul li:nth-child(3n) {
        margin-right: 3%; }
      .videos ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .videos {
      padding-top: 25px;
      padding-bottom: 40px; }
      .videos ul {
        padding-bottom: 15px; }
        .videos ul li {
          width: 100%;
          margin-bottom: 15px; }
          .videos ul li a .con {
            padding: 15px 10px; }
            .videos ul li a .con .tits {
              font-size: 14px;
              line-height: 18px; } }

.paging {
  width: 100%; }
  .paging dl {
    display: flex;
    align-items: center;
    justify-content: center; }
    .paging dl dd {
      margin-bottom: 0 !important;
      width: auto !important;
      margin-right: 0 !important;
      background: none !important;
      border: none !important;
      box-sizing: border-box;
      float: none !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      border: none !important; }
      .paging dl dd a, .paging dl dd span {
        width: 42px !important;
        height: 42px;
        text-align: center;
        font-size: 20px;
        line-height: 42px;
        color: #000;
        border: 1px solid #bbbec5;
        margin: 0 7px;
        box-sizing: border-box;
        transition: all 0.5s;
        display: block;
        padding: 0 !important;
        border-radius: 0 !important; }
        .paging dl dd a:after, .paging dl dd span:after {
          display: none; }
      .paging dl dd.active a, .paging dl dd.active span {
        background-color: #a77f2d;
        color: #fff; }
      @media (min-width: 1024px) {
        .paging dl dd:hover a, .paging dl dd:hover span {
          background-color: #a77f2d;
          color: #fff; } }
      @media (max-width: 768px) {
        .paging dl dd dd a {
          width: 30px !important;
          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 !important;
      height: 32px;
      font-size: 14px;
      line-height: 30px;
      margin: 0 3px; } }

.info {
  padding-top: 52px;
  padding-bottom: 5.2%; }
  .info .infoLeft {
    width: 72.4%;
    height: auto;
    box-shadow: 0 0 4px rgba(168, 168, 168, 0.4);
    padding: 45px 30px 35px;
    box-sizing: border-box;
    float: left; }
    .info .infoLeft .videoBox {
      width: 100%;
      height: 492px;
      position: relative;
      background-color: #000; }
      .info .infoLeft .videoBox video, .info .infoLeft .videoBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .info .infoLeft .videoBox .icon {
        width: 70px;
        height: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #a77f2d;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        z-index: 10;
        cursor: pointer; }
        .info .infoLeft .videoBox .icon:after {
          width: 92px;
          height: 92px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: rgba(167, 127, 45, 0.4);
          content: '';
          border-radius: 100%;
          background-image: url("../images/video.png");
          background-size: 19px auto;
          background-repeat: no-repeat;
          background-position: 39px center; }
    .info .infoLeft .tits {
      font-size: 30px;
      line-height: 34px;
      color: #040300;
      font-weight: bold;
      margin-top: 25px; }
    .info .infoLeft .tit {
      display: flex;
      align-items: flex-end;
      margin-top: 25px; }
      .info .infoLeft .tit .share {
        display: flex; }
        .info .infoLeft .tit .share a {
          width: 29px;
          margin-right: 0;
          display: block;
          padding: 0; }
          .info .infoLeft .tit .share a:last-child {
            margin-right: 0; }
      .info .infoLeft .tit .t {
        font-size: 14px;
        line-height: 20px;
        display: flex;
        color: #222;
        align-items: center;
        margin-left: 30px; }
        .info .infoLeft .tit .t img {
          margin-right: 10px; }
    .info .infoLeft .line {
      width: 100%;
      height: 18px;
      background-size: cover;
      background-image: url("../images/line.png");
      margin-top: 35px; }
    .info .infoLeft .paging1 {
      display: flex;
      align-items: flex-start;
      margin-top: 30px;
      justify-content: space-between; }
      .info .infoLeft .paging1 .item {
        width: calc(50% - 7.5px); }
        .info .infoLeft .paging1 .item .tt {
          font-size: 16px;
          line-height: 20px;
          color: #a77f2d;
          font-weight: bold;
          display: flex;
          align-items: center; }
          .info .infoLeft .paging1 .item .tt img {
            margin-right: 10px; }
        .info .infoLeft .paging1 .item a {
          width: 100%;
          display: flex;
          align-items: center;
          background-color: #fff;
          box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
          margin-top: 20px; }
          .info .infoLeft .paging1 .item a .pic {
            width: 41.2%;
            height: 100px; }
          .info .infoLeft .paging1 .item a .con {
            width: 58.8%;
            padding: 0 16px;
            margin-top: 0; }
            .info .infoLeft .paging1 .item a .con .t {
              font-size: 14px;
              line-height: 18px;
              color: #222;
              font-weight: bold; }
            .info .infoLeft .paging1 .item a .con .t1 {
              display: flex;
              align-items: center;
              margin-top: 4px; }
              .info .infoLeft .paging1 .item a .con .t1 span {
                display: flex;
                align-items: center;
                font-size: 14px;
                line-height: 18px;
                color: #222;
                margin-right: 1.5625vw; }
                .info .infoLeft .paging1 .item a .con .t1 span img {
                  margin-right: 10px; }
          @media (min-width: 1024px) {
            .info .infoLeft .paging1 .item a:hover .con .t {
              color: #a77f2d; } }
        .info .infoLeft .paging1 .item:nth-child(2) .tt {
          flex-direction: row-reverse; }
          .info .infoLeft .paging1 .item:nth-child(2) .tt img {
            margin-right: 0;
            margin-left: 10px; }
        .info .infoLeft .paging1 .item:nth-child(2) a {
          flex-direction: row-reverse; }
    .info .infoLeft .con1 {
      background-color: #e4e4e4;
      border: 1px solid #dbdbdb;
      box-sizing: border-box;
      padding: 15px 55px;
      box-sizing: border-box;
      margin-top: 20px; }
      .info .infoLeft .con1 .t {
        font-size: 14px;
        line-height: 20px;
        color: #222;
        border-bottom: 1px solid #d3d3d3;
        display: flex;
        justify-content: space-between;
        padding: 5px 0; }
        .info .infoLeft .con1 .t:last-child {
          border-bottom: none; }
        .info .infoLeft .con1 .t .tt {
          box-sizing: border-box;
          padding-left: 6px;
          width: 60%; }
          .info .infoLeft .con1 .t .tt span {
            font-weight: bold; }
          .info .infoLeft .con1 .t .tt:nth-child(2) {
            width: 40%; }
    .info .infoLeft .con {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin-top: 25px; }
      .info .infoLeft .con img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
    .info .infoLeft .paging2 {
      display: flex;
      justify-content: space-between;
      margin-top: 42px; }
      .info .infoLeft .paging2 a {
        width: 285px;
        display: flex;
        align-items: flex-end; }
        .info .infoLeft .paging2 a img {
          margin-right: 42px;
          margin-bottom: 4px; }
        .info .infoLeft .paging2 a .t {
          flex: 1;
          font-weight: bold; }
          .info .infoLeft .paging2 a .t .tt {
            font-size: 16px;
            line-height: 18px;
            color: #a77f2d; }
          .info .infoLeft .paging2 a .t .tt1 {
            font-size: 14px;
            line-height: 18px;
            color: #222;
            margin-top: 12px; }
        .info .infoLeft .paging2 a:nth-child(2) {
          flex-direction: row-reverse; }
          .info .infoLeft .paging2 a:nth-child(2) img {
            margin-left: 42px;
            margin-right: 0; }
        @media (min-width: 1024px) {
          .info .infoLeft .paging2 a:hover .t .tt1 {
            color: #a77f2d; } }
    .info .infoLeft .titx {
      font-size: 24px;
      line-height: 26px;
      color: #040300;
      font-weight: bold;
      display: flex;
      align-items: center;
      margin-top: 55px; }
      .info .infoLeft .titx span {
        margin-right: 18px; }
      .info .infoLeft .titx i {
        flex: 1;
        height: 18px;
        background-size: cover;
        display: block;
        background-repeat: no-repeat;
        background-image: url("../images/line.png"); }
    .info .infoLeft .list {
      padding: 12px 10px;
      box-shadow: 0 0 4px rgba(168, 168, 168, 0.4);
      margin-top: 15px;
      box-sizing: border-box; }
      .info .infoLeft .list .listNew {
        width: 100%;
        height: auto;
        position: relative;
        padding: 10px;
        box-sizing: border-box; }
        .info .infoLeft .list .listNew ul li {
          width: 31.25%;
          margin-right: 3.125%;
          background-color: #fff;
          float: left; }
          .info .infoLeft .list .listNew ul li:last-child {
            margin-right: 0; }
          .info .infoLeft .list .listNew ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .info .infoLeft .list .listNew ul li a .pic {
              padding-bottom: 75%; }
            .info .infoLeft .list .listNew ul li a .conn {
              padding: 18px 15px;
              font-size: 12px;
              line-height: 14px;
              color: #222; }
              .info .infoLeft .list .listNew ul li a .conn .t1 {
                margin-top: 15px; }
          @media (min-width: 1024px) {
            .info .infoLeft .list .listNew ul li:hover {
              box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2); }
              .info .infoLeft .list .listNew ul li:hover a .conn {
                color: #a77f2d; } }
        .info .infoLeft .list .listNew .a {
          width: 26px;
          height: 46px;
          background-color: rgba(0, 0, 0, 0.45);
          text-align: center;
          font-size: 22px;
          line-height: 46px;
          position: absolute;
          color: #fff;
          top: 32%;
          z-index: 10; }
          .info .infoLeft .list .listNew .a.prev {
            left: 10px;
            border-radius: 0 3px 3px 0; }
          .info .infoLeft .list .listNew .a.next {
            right: 10px;
            border-radius: 3px 0 0 3px; }
          @media (min-width: 1024px) {
            .info .infoLeft .list .listNew .a:hover {
              background-color: rgba(167, 127, 45, 0.8); } }
    .info .infoLeft.newInfoLeft {
      width: 59.8%; }
      .info .infoLeft.newInfoLeft .tit {
        margin-top: 20px; }
        .info .infoLeft.newInfoLeft .tit .t {
          margin-left: 0;
          margin-right: 65px; }
  .info .videoRight {
    width: 26.2%;
    float: right;
    box-shadow: 0 0 4px rgba(168, 168, 168, 0.4);
    padding: 28px 24px 27px;
    box-sizing: border-box;
    float: right;
    position: relative; }
    .info .videoRight:after {
      width: 100%;
      height: 5px;
      background-color: #a77f2d;
      position: absolute;
      bottom: 0;
      left: 0;
      content: ''; }
    .info .videoRight .title {
      font-size: 16px;
      line-height: 18px;
      color: #222;
      font-weight: bold; }
    .info .videoRight .line {
      width: 100%;
      display: block;
      position: relative;
      margin-top: 15px; }
      .info .videoRight .line span {
        width: 45px;
        height: 4px;
        background-color: #a77f2d;
        display: block;
        position: relative;
        z-index: 5; }
      .info .videoRight .line:after {
        width: 100%;
        height: 1px;
        background-color: #c7c7c7;
        position: absolute;
        content: '';
        left: 0;
        top: 1px; }
      .info .videoRight .line:before {
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        content: '';
        left: 0;
        top: 2px; }
    .info .videoRight ul {
      margin-top: 20px; }
      .info .videoRight ul li {
        width: 100%;
        box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        margin-bottom: 14px; }
        .info .videoRight ul li:last-child {
          margin-bottom: 0; }
        .info .videoRight ul li a {
          width: 100%;
          display: block; }
          .info .videoRight ul li a .pic {
            padding-bottom: 56.4%; }
          .info .videoRight ul li a .con {
            padding: 10px 17px 10px;
            box-sizing: border-box; }
            .info .videoRight ul li a .con .tits {
              font-size: 16px;
              line-height: 20px;
              color: #131313;
              font-weight: bold; }
            .info .videoRight ul li a .con .t {
              display: flex;
              font-size: 12px;
              line-height: 16px;
              align-items: center;
              color: #222;
              margin-top: 3px; }
              .info .videoRight ul li a .con .t img {
                margin-right: 6px; }
    .info .videoRight .more {
      width: 250px;
      max-width: 100%;
      margin: 30px auto 0;
      text-align: center;
      display: block;
      font-size: 16px;
      line-height: 45px;
      color: #222;
      background-color: #e4e4e4; }
  .info .newsRight {
    width: 37%;
    float: right;
    box-shadow: 0 0 4px rgba(168, 168, 168, 0.4);
    padding-bottom: 30px;
    position: relative; }
    .info .newsRight:after {
      width: 100%;
      height: 5px;
      background-color: #a77f2d;
      position: absolute;
      bottom: 0;
      left: 0;
      content: ''; }
    .info .newsRight .tabs {
      display: flex;
      border-bottom: 1px solid #c7c7c7;
      position: relative; }
      .info .newsRight .tabs:after {
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: -2px;
        content: '';
        left: 0; }
      .info .newsRight .tabs a {
        font-size: 16px;
        line-height: 60px;
        background-color: #e4e4e4;
        padding: 0 32px;
        font-weight: bold;
        color: #222; }
        .info .newsRight .tabs a:nth-child(1) {
          flex: 1; }
        .info .newsRight .tabs a.on {
          background-color: #a77f2d;
          color: #fff; }
        @media (min-width: 1024px) {
          .info .newsRight .tabs a:hover {
            background-color: #a77f2d;
            color: #fff; } }
    .info .newsRight .news {
      margin-top: 20px;
      padding: 0 20px; }
      .info .newsRight .news ul {
        margin-top: 0;
        padding-bottom: 10px; }
        .info .newsRight .news ul li {
          width: 100%;
          margin-bottom: 20px;
          float: none; }
          .info .newsRight .news ul li a .pic {
            width: 47.7%;
            padding-bottom: 36%; }
          .info .newsRight .news ul li a .con {
            width: 52.3%; }
            .info .newsRight .news ul li a .con .tits {
              font-size: 12px;
              line-height: 14px; }
            .info .newsRight .news ul li a .con .more {
              font-size: 12px;
              line-height: 14px;
              margin-top: 15px; }
      .info .newsRight .news .moreClick {
        width: 250px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 45px;
        color: #222;
        background-color: #e4e4e4; }
  @media (max-width: 1366px) {
    .info .infoLeft .tits {
      font-size: 24px;
      line-height: 30px; }
    .info .infoLeft .paging1 .item a .con .t1 span {
      font-size: 12px;
      margin-right: 10px; }
    .info .newsRight .tabs a {
      font-size: 14px;
      padding: 0 26px;
      text-align: center; } }
  @media (max-width: 1200px) {
    .info .infoLeft {
      width: 100%; }
      .info .infoLeft.newInfoLeft {
        width: 100%; }
    .info .videoRight, .info .newsRight {
      display: none; }
    .info .infoLeft .tits {
      font-size: 18px;
      line-height: 24px; }
    .info .infoLeft {
      padding: 25px 15px 20px; } }
  @media (max-width: 1024px) {
    .info .infoLeft .list .listNew ul li {
      width: 48.5%;
      margin-right: 3%; }
    .info .infoLeft .titx {
      font-size: 18px;
      line-height: 20px; }
    .info .infoLeft .titx i {
      height: 10px; }
    .info .infoLeft .tit .share {
      width: 100%;
      padding-top: 10px; }
    .info .infoLeft .con1 {
      padding: 15px 10px; }
      .info .infoLeft .con1 .t {
        display: block; }
        .info .infoLeft .con1 .t .tt {
          width: 100%; }
          .info .infoLeft .con1 .t .tt br {
            display: none; } }
  @media (max-width: 768px) {
    .info {
      padding-top: 25px;
      padding-bottom: 40px; }
      .info .infoLeft .videoBox {
        height: 25vh; }
      .info .infoLeft .videoBox .icon {
        width: 40px;
        height: 40px; }
        .info .infoLeft .videoBox .icon:after {
          width: 50px;
          height: 50px;
          background-size: 12px auto;
          background-position: 20px center; }
      .info .infoLeft .tit {
        display: block;
        margin-top: 15px; }
        .info .infoLeft .tit .t {
          margin-top: 10px;
          margin-left: 0;
          float: left;
          margin-right: 15px; }
      .info .infoLeft .line {
        height: 5px;
        margin-top: 40px; }
      .info .infoLeft .paging1 {
        display: block;
        margin-top: 15px; }
        .info .infoLeft .paging1 .item {
          width: 100%; }
          .info .infoLeft .paging1 .item .tt {
            display: none; }
          .info .infoLeft .paging1 .item a {
            margin-top: 10px; }
          .info .infoLeft .paging1 .item:nth-child(2) a {
            flex-direction: row; }
      .info .infoLeft .paging2 {
        display: block;
        margin-top: 20px; }
        .info .infoLeft .paging2 a {
          width: 100%;
          flex-direction: row !important;
          align-items: center;
          margin-bottom: 10px; }
          .info .infoLeft .paging2 a img {
            width: 20px;
            margin-right: 15px !important;
            margin-left: 0 !important; }
          .info .infoLeft .paging2 a:nth-child(2) img {
            transform: rotate(180deg); }
          .info .infoLeft .paging2 a .t .tt {
            font-size: 14px;
            line-height: 16px; }
          .info .infoLeft .paging2 a .t .tt1 {
            font-size: 12px;
            line-height: 16px;
            margin-top: 5px; }
      .info .infoLeft .titx {
        margin-top: 20px; }
      .info .infoLeft .list {
        padding: 0; }
        .info .infoLeft .list .listNew ul li {
          width: 100%; } }

.amap-toolbar, .amap-scalecontrol, .amap-overviewcontrol, .amap-logo, .amap-copyright {
  display: none !important; }

.contact {
  padding-top: 50px;
  padding-bottom: 5.2%; }
  .contact .box {
    display: flex;
    justify-content: space-between; }
    .contact .box .map {
      width: 61.2%;
      box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
      position: relative; }
      .contact .box .map #map {
        width: 100%;
        height: 100%; }
    .contact .box .boxRight {
      width: 37%;
      background-color: #e5e5e5;
      padding: 55px 52px 38px;
      box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2);
      box-sizing: border-box; }
      .contact .box .boxRight .title {
        font-size: 36px;
        line-height: 38px;
        color: #44352f;
        font-weight: bold; }
      .contact .box .boxRight .txt {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 20px; }
      .contact .box .boxRight .tit {
        margin-top: 20px; }
        .contact .box .boxRight .tit .t {
          margin-bottom: 27px; }
          .contact .box .boxRight .tit .t .tt {
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            color: #222;
            padding-left: 6px;
            margin-bottom: 3px; }
            .contact .box .boxRight .tit .t .tt span {
              color: #ff0000; }
          .contact .box .boxRight .tit .t .text, .contact .box .boxRight .tit .t .text1 {
            width: 100%;
            height: 46px;
            background-color: #eee;
            border: 1px solid #969aa5;
            padding-left: 15px;
            font-size: 14px;
            color: #333;
            border-radius: 5px;
            box-sizing: border-box; }
          .contact .box .boxRight .tit .t .text1 {
            height: 176px;
            padding: 10px 15px;
            line-height: 24px; }
        .contact .box .boxRight .tit .submit {
          width: 110px;
          height: 32px;
          background-color: #a77f2d;
          color: #fff;
          font-size: 16px;
          line-height: 32px;
          text-align: center;
          display: block;
          font-weight: bold; }
  .contact .itemBox {
    margin-top: 20px;
    display: flex;
    box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2); }
    .contact .itemBox .item {
      flex: 1;
      background-color: #e5e5e5;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px 0; }
      .contact .itemBox .item:nth-child(2n) {
        background-color: #eee; }
      .contact .itemBox .item img {
        width: 54px;
        margin-right: 15px; }
      .contact .itemBox .item .con {
        font-size: 14px;
        line-height: 20px;
        max-width: 210px;
        color: #666; }
  @media (max-width: 1400px) {
    .contact .box .boxRight {
      padding: 40px 35px 25px; }
      .contact .box .boxRight .title {
        font-size: 28px;
        line-height: 30px; } }
  @media (max-width: 1200px) {
    .contact .box .boxRight {
      padding: 30px 25px 15px; }
      .contact .box .boxRight .title {
        font-size: 22px;
        line-height: 24px; } }
  @media (max-width: 1024px) {
    .contact .box {
      display: block; }
      .contact .box .map {
        width: 100%; }
        .contact .box .map #map {
          height: 40vh; }
      .contact .box .boxRight {
        width: 100%;
        margin-top: 15px;
        padding: 15px 10px; }
        .contact .box .boxRight .txt {
          margin-top: 10px;
          font-size: 13px; }
        .contact .box .boxRight .tit .t {
          margin-bottom: 10px; }
          .contact .box .boxRight .tit .t .tt {
            font-size: 14px;
            line-height: 16px; }
          .contact .box .boxRight .tit .t .text {
            height: 40px; }
          .contact .box .boxRight .tit .t .text1 {
            height: 120px; }
    .contact .itemBox {
      flex-wrap: wrap; }
      .contact .itemBox .item {
        width: 50%;
        flex: auto; }
        .contact .itemBox .item:nth-child(3) {
          background-color: #eee; }
        .contact .itemBox .item:nth-child(4) {
          background-color: #e5e5e5; } }
  @media (max-width: 768px) {
    .contact {
      padding-top: 25px;
      padding-bottom: 40px; }
      .contact .itemBox .item {
        width: 100%;
        justify-content: flex-start;
        padding-left: 15px;
        box-sizing: border-box; }
        .contact .itemBox .item:nth-child(3) {
          background-color: #e5e5e5; }
        .contact .itemBox .item:nth-child(4) {
          background-color: #eee; } }

.news {
  padding-top: 42px;
  padding-bottom: 5%; }
  .news .title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #785818;
    padding-bottom: 9px; }
    .news .title .t {
      font-size: 30px;
      line-height: 46px;
      font-weight: bold;
      color: #222; }
    .news .title .tabs {
      display: flex;
      align-items: center; }
      .news .title .tabs a {
        display: block;
        font-size: 20px;
        line-height: 46px;
        color: #222;
        font-weight: bold;
        padding: 0 25px;
        margin-left: 8px;
        background-color: #e4e4e4; }
        .news .title .tabs a.on {
          background-color: #a77f2d;
          color: #fff; }
        @media (min-width: 1024px) {
          .news .title .tabs a:hover {
            color: #fff;
            background-color: #a77f2d; } }
  .news ul {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 20px; }
    .news ul li {
      width: 48.8%;
      float: left;
      background-color: #fff;
      margin-bottom: 30px; }
      .news ul li:nth-child(2n) {
        float: right; }
      .news ul li a {
        width: 100%;
        display: flex;
        align-items: center; }
        .news ul li a .pic {
          width: 54%;
          padding-bottom: 40%; }
        .news ul li a .con {
          width: 46%;
          box-sizing: border-box;
          padding: 0 20px; }
          .news ul li a .con .time {
            font-size: 12px;
            line-height: 18px;
            display: flex;
            align-items: center;
            color: #222; }
            .news ul li a .con .time img {
              margin-right: 6px; }
          .news ul li a .con .tits {
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            color: #222;
            margin-top: 12px; }
          .news ul li a .con .tit {
            font-size: 12px;
            line-height: 18px;
            color: #666;
            margin-top: 13px; }
          .news ul li a .con .more {
            font-size: 14px;
            line-height: 16px;
            color: #222;
            margin-top: 23px; }
      @media (min-width: 1024px) {
        .news ul li:hover {
          box-shadow: 0px 1px 3.92px 0.08px rgba(0, 0, 0, 0.2); }
          .news ul li:hover a .con .more {
            color: #a77f2d; } }
  @media (max-width: 1200px) {
    .news .title .t {
      font-size: 24px; }
    .news .title .tabs a {
      font-size: 16px; }
    .news ul li a .con .more {
      margin-top: 15px; } }
  @media (max-width: 980px) {
    .news ul li {
      width: 100%; } }
  @media (max-width: 768px) {
    .news {
      padding-top: 15px;
      padding-bottom: 40px; }
      .news .title {
        display: block; }
        .news .title .t {
          font-size: 18px;
          line-height: 38px; }
        .news .title .tabs {
          display: flex;
          margin-top: 10px; }
          .news .title .tabs a {
            margin-left: 0;
            line-height: 38px;
            padding: 0 5px;
            font-size: 12px;
            width: 96px;
            text-align: center; }
            .news .title .tabs a:nth-child(1) {
              flex: 1; }
      .news ul {
        margin-top: 20px;
        padding-bottom: 10px; }
        .news ul li {
          margin-bottom: 15px; }
          .news ul li a {
            display: block; }
            .news ul li a .pic {
              padding-bottom: 75%;
              width: 100%; }
            .news ul li a .con {
              width: 100%;
              padding: 15px 10px; } }

.team {
  padding-top: 50px;
  padding-bottom: 5%; }
  .team .title {
    text-align: center;
    font-weight: bold; }
    .team .title .t {
      font-size: 16px;
      line-height: 18px;
      color: #a77f2d; }
    .team .title .t1 {
      font-size: 30px;
      line-height: 32px;
      color: #222;
      margin-top: 7px; }
  .team .list {
    margin-top: 35px; }
    .team .list ul {
      padding-bottom: 18px; }
      .team .list ul li {
        width: 31.6%;
        float: left;
        margin-right: 2.6%;
        margin-bottom: 2.6%;
        background-color: #fdfffe;
        border: 1px solid #babfc5;
        box-sizing: border-box;
        padding-top: 42px;
        background-image: url("../images/team_bg1.png");
        background-repeat: no-repeat;
        background-size: 92% auto;
        background-position: left top;
        transition: all 0.3s; }
        .team .list ul li:nth-child(3n) {
          margin-right: 0; }
        .team .list ul li .pic {
          width: 76.5%;
          position: relative;
          margin: 0 auto;
          border-radius: 100%;
          height: 0;
          padding-bottom: 76.5%;
          display: block;
          overflow: hidden; }
          .team .list ul li .pic img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
        .team .list ul li .share {
          width: fit-content;
          display: flex;
          align-items: center;
          height: 50px;
          border-radius: 25px;
          background-color: #eee;
          margin: -25px auto 0;
          padding: 0 35px;
          position: relative;
          z-index: 5; }
          .team .list ul li .share a {
            margin: 0 8px;
            width: 27px;
            display: block; }
        .team .list ul li .con a {
          width: 100%;
          text-align: center;
          display: block;
          padding-top: 25px;
          padding-bottom: 40px; }
          .team .list ul li .con a .tits {
            font-size: 24px;
            line-height: 26px;
            color: #a77f2d; }
          .team .list ul li .con a .tit {
            font-size: 14px;
            line-height: 16px;
            color: #000;
            margin-top: 5px; }
          .team .list ul li .con a .tit1 {
            font-size: 14px;
            line-height: 16px;
            color: #000;
            margin-top: 10px; }
            .team .list ul li .con a .tit1 span {
              font-weight: bold; }
          .team .list ul li .con a .tit2 {
            display: flex;
            justify-content: center;
            margin-top: 5px; }
            .team .list ul li .con a .tit2 .titNew .t {
              display: flex;
              align-items: center;
              font-size: 14px;
              line-height: 22px;
              color: #000; }
              .team .list ul li .con a .tit2 .titNew .t img {
                margin-right: 10px; }
        @media (min-width: 1024px) {
          .team .list ul li:hover {
            border-color: #d5c39c;
            background-image: url("../images/team_bg1_h.png"); } }
  @media (max-width: 1200px) {
    .team .list ul li .share {
      padding: 0 20px; } }
  @media (max-width: 960px) {
    .team .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .team .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .team .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .team {
      padding-top: 25px;
      padding-bottom: 40px; }
      .team .title .t {
        font-size: 13px;
        line-height: 15px; }
      .team .title .t1 {
        font-size: 20px;
        line-height: 22px; }
      .team .list {
        margin-top: 20px; }
        .team .list ul li {
          width: 100%;
          padding-top: 20px; }
          .team .list ul li .pic {
            width: 65%;
            padding-bottom: 64%; }
          .team .list ul li .con a {
            padding: 15px 0 20px; } }

.teamInfo {
  padding-top: 50px;
  padding-bottom: 5%; }
  .teamInfo .teamInfoLeft {
    width: 59.6%;
    float: left; }
    .teamInfo .teamInfoLeft .box1 {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      .teamInfo .teamInfoLeft .box1 .pic {
        width: 46.8%; }
      .teamInfo .teamInfoLeft .box1 .con {
        width: 49.4%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .teamInfo .teamInfoLeft .box1 .con .conn .tits {
          font-size: 24px;
          line-height: 26px;
          font-weight: bold;
          color: #000; }
        .teamInfo .teamInfoLeft .box1 .con .conn .tit {
          font-size: 16px;
          line-height: 18px;
          font-weight: bold;
          color: #a77f2d;
          margin-top: 13px; }
        .teamInfo .teamInfoLeft .box1 .con .conn .tit1 {
          font-size: 14px;
          line-height: 32px;
          color: #222;
          margin-top: 22px; }
          .teamInfo .teamInfoLeft .box1 .con .conn .tit1 .t {
            display: flex; }
            .teamInfo .teamInfoLeft .box1 .con .conn .tit1 .t span {
              width: 40%; }
            .teamInfo .teamInfoLeft .box1 .con .conn .tit1 .t i {
              width: 60%;
              color: #666; }
        .teamInfo .teamInfoLeft .box1 .con .conn .tit2 {
          font-size: 18px;
          line-height: 20px;
          color: #000;
          font-weight: bold; }
        .teamInfo .teamInfoLeft .box1 .con .conn .share {
          display: flex;
          align-items: center;
          margin-top: 15px; }
          .teamInfo .teamInfoLeft .box1 .con .conn .share a {
            width: 29px;
            margin-right: 10px;
            display: block;
            overflow: hidden;
            border-radius: 5px; }
    .teamInfo .teamInfoLeft .box2 {
      border-bottom: 1px solid #cfcfcf;
      margin-top: 42px; }
      .teamInfo .teamInfoLeft .box2 .tits {
        font-size: 18px;
        line-height: 20px;
        color: #000;
        font-weight: bold; }
      .teamInfo .teamInfoLeft .box2 .tit {
        font-size: 12px;
        line-height: 20px;
        color: #6c6c6c;
        margin-top: 10px; }
      .teamInfo .teamInfoLeft .box2 .tit1 {
        margin-top: 25px;
        position: relative; }
        .teamInfo .teamInfoLeft .box2 .tit1:after {
          width: 1px;
          height: calc(100% - 10px);
          top: 10px;
          left: 127px;
          background-color: #cfcfcf;
          content: '';
          position: absolute; }
        .teamInfo .teamInfoLeft .box2 .tit1 .t {
          z-index: 6;
          padding-bottom: 30px;
          font-size: 14px;
          line-height: 20px;
          display: flex;
          align-items: flex-start;
          position: relative; }
          .teamInfo .teamInfoLeft .box2 .tit1 .t .dian {
            width: 14px;
            height: 14px;
            position: absolute;
            top: 3px;
            left: 120px;
            background-color: #a77f2d;
            border-radius: 100%;
            border: 3px solid #fff;
            box-sizing: border-box; }
          .teamInfo .teamInfoLeft .box2 .tit1 .t .tt {
            color: #222;
            width: 154px;
            box-sizing: border-box;
            padding-left: 52px; }
          .teamInfo .teamInfoLeft .box2 .tit1 .t .tt1 {
            color: #727272;
            flex: 1; }
  .teamInfo .teamInfoRight {
    width: 33.2%;
    float: right; }
    .teamInfo .teamInfoRight .item {
      margin-bottom: 18px; }
      .teamInfo .teamInfoRight .item .t {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #000; }
      .teamInfo .teamInfoRight .item .t1 {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 11px; }
      .teamInfo .teamInfoRight .item img {
        display: block;
        margin-top: 42px; }
  @media (max-width: 1024px) {
    .teamInfo .teamInfoLeft {
      float: none;
      width: 100%; }
    .teamInfo .teamInfoRight {
      width: 100%;
      float: none;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .teamInfo {
      padding-top: 25px;
      padding-bottom: 40px; }
      .teamInfo .teamInfoLeft .box1 {
        display: block; }
        .teamInfo .teamInfoLeft .box1 .pic {
          width: 100%; }
        .teamInfo .teamInfoLeft .box1 .con {
          width: 100%;
          margin-top: 15px; }
          .teamInfo .teamInfoLeft .box1 .con .conn .tits {
            font-size: 16px;
            line-height: 18px; }
          .teamInfo .teamInfoLeft .box1 .con .conn .tit {
            font-size: 14px;
            line-height: 16px;
            margin-top: 8px; }
          .teamInfo .teamInfoLeft .box1 .con .conn .tit1 {
            margin-top: 10px;
            font-size: 13px;
            line-height: 28px; }
      .teamInfo .teamInfoLeft .box2 {
        margin-top: 20px; }
        .teamInfo .teamInfoLeft .box2 .tit1:after {
          left: 53px; }
        .teamInfo .teamInfoLeft .box2 .tit1 .t {
          padding-bottom: 20px; }
          .teamInfo .teamInfoLeft .box2 .tit1 .t .tt {
            width: 80px;
            padding-left: 0; }
          .teamInfo .teamInfoLeft .box2 .tit1 .t .dian {
            left: 46px; }
          .teamInfo .teamInfoLeft .box2 .tit1 .t .tt1 {
            font-size: 13px; }
      .teamInfo .teamInfoRight .item .t1 {
        font-size: 13px; } }

.client {
  background-color: #e5e5e5;
  padding-top: 55px;
  padding-bottom: 28px; }
  .client .mapBox {
    width: 50%;
    float: left;
    position: relative; }
    .client .mapBox .imgBox img {
      display: none; }
    .client .mapBox .itemBox .item {
      width: 22px;
      position: absolute;
      cursor: pointer; }
      .client .mapBox .itemBox .item:nth-child(1) {
        top: 25%;
        left: 17%; }
      .client .mapBox .itemBox .item:nth-child(2) {
        top: 25%;
        left: 56%; }
      .client .mapBox .itemBox .item:nth-child(3) {
        top: 50%;
        left: 52%; }
      .client .mapBox .itemBox .item:nth-child(4) {
        top: 44%;
        left: 61%; }
      .client .mapBox .itemBox .item:nth-child(5) {
        top: 22%;
        left: 73.5%; }
      .client .mapBox .itemBox .item:nth-child(6) {
        top: 71%;
        left: 86%; }
  .client .con {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 0 50px 0 38px; }
    .client .con .tits {
      font-size: 36px;
      line-height: 42px;
      color: #44352f;
      font-weight: bold; }
    .client .con .tit {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: 32px; }
      .client .con .tit .t {
        width: 32%; }
        .client .con .tit .t:nth-child(2) {
          width: 39.2%; }
        .client .con .tit .t .tt {
          font-size: 16px;
          line-height: 18px;
          font-weight: bold;
          color: #222; }
        .client .con .tit .t .sel {
          width: 100%;
          position: relative;
          margin-top: 3px;
          cursor: pointer; }
          .client .con .tit .t .sel .tt1 {
            border: 1px solid #646464;
            border-radius: 5px;
            background-color: #eee;
            font-size: 16px;
            box-sizing: border-box;
            line-height: 44px;
            color: #646464;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            padding-left: 10px;
            padding-right: 12px; }
            .client .con .tit .t .sel .tt1 span {
              flex: 1;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
          .client .con .tit .t .sel ul {
            width: 100%;
            max-height: 195px;
            border: 1px solid #646464;
            top: 50px;
            left: 0;
            background-color: #eee;
            box-sizing: border-box;
            position: absolute;
            border-radius: 5px;
            margin-top: 0;
            padding-bottom: 0;
            display: none; }
            .client .con .tit .t .sel ul .tBox {
              padding: 5px 4px;
              box-sizing: border-box; }
              .client .con .tit .t .sel ul .tBox a {
                display: block;
                font-size: 14px;
                line-height: 26px;
                color: #646464;
                padding: 0 8px;
                border-radius: 5px;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis; }
                .client .con .tit .t .sel ul .tBox a:hover {
                  background-color: #a77f2d;
                  color: #fff; }
          .client .con .tit .t .sel.on {
            z-index: 5; }
      .client .con .tit .submit {
        width: 26%;
        height: 46px;
        background-color: #a77f2d;
        border-radius: 5px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 46px;
        color: #fff;
        font-weight: bold; }
        .client .con .tit .submit img {
          margin-left: 15px; }
    .client .con .tit1 {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      margin-top: 46px; }
  .client.cases .tit .t {
    width: 31% !important; }
    .client.cases .tit .t:nth-child(1) {
      width: 37.1% !important; }
    .client.cases .tit .t .sel .tBox a {
      font-size: 12px; }
  @media (max-width: 1400px) {
    .client .con .tits {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-width: 1200px) {
    .client .con .tits {
      font-size: 22px;
      line-height: 28px; }
    .client .con .tit1 {
      margin-top: 20px; }
    .client .con .tit .t .sel .tt1 {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .client .mapBox {
      width: 100%;
      float: none; }
    .client .con {
      float: none;
      width: 100%;
      padding: 0 2%;
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .client {
      padding-top: 25px;
      padding-bottom: 20px; }
      .client .mapBox .itemBox .item {
        width: 14px; }
      .client .con .tits {
        font-size: 18px;
        line-height: 22px; }
      .client .con .tit {
        margin-top: 15px;
        display: block; }
        .client .con .tit .t {
          width: 100% !important;
          margin-bottom: 15px; }
          .client .con .tit .t:nth-child(1) {
            width: 100% !important; }
        .client .con .tit .submit {
          width: 160px; } }

.brand {
  padding-top: 52px;
  padding-bottom: 5%; }
  .brand .conLeft {
    width: 350px;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    float: left; }
    .brand .conLeft .title {
      display: flex;
      align-items: center;
      font-size: 20px;
      line-height: 60px;
      color: #fff0d0;
      font-weight: bold;
      padding-left: 40px;
      background-color: #a77f2d;
      border-bottom: 1px solid #eee; }
      .brand .conLeft .title img {
        margin-right: 12px; }
    .brand .conLeft .conNew {
      padding: 14px 40px 20px; }
      .brand .conLeft .conNew .tits {
        font-size: 15px;
        line-height: 17px;
        color: #000;
        padding-left: 5px; }
      .brand .conLeft .conNew .tit {
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        .brand .conLeft .conNew .tit a {
          width: 21px;
          height: 21px;
          border-radius: 100%;
          display: block;
          text-align: center;
          font-size: 14px;
          color: #c4c4c4;
          line-height: 21px;
          margin-right: 6px;
          margin-bottom: 6px; }
          .brand .conLeft .conNew .tit a.on {
            color: #a77f2d; }
          .brand .conLeft .conNew .tit a.active {
            background-color: #a77f2d;
            color: #fff; }
      .brand .conLeft .conNew .itemBox {
        margin-top: 10px; }
        .brand .conLeft .conNew .itemBox .item {
          display: flex;
          align-items: flex-start; }
          .brand .conLeft .conNew .itemBox .item .t {
            width: 26px;
            padding-left: 5px;
            font-size: 12px;
            line-height: 30px;
            color: #a77f2d; }
          .brand .conLeft .conNew .itemBox .item .t1 {
            flex: 1; }
            .brand .conLeft .conNew .itemBox .item .t1 a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              font-size: 12px;
              line-height: 30px;
              color: #000; }
              .brand .conLeft .conNew .itemBox .item .t1 a span {
                color: #a77f2d; }
              @media (min-width: 1024px) {
                .brand .conLeft .conNew .itemBox .item .t1 a:hover {
                  color: #a77f2d; } }
  .brand .conRight {
    width: calc(100% - 380px);
    float: right; }
    .brand .conRight .box {
      margin-bottom: 7px; }
      .brand .conRight .box .title {
        text-align: center;
        font-size: 24px;
        line-height: 36px;
        color: #222;
        font-weight: bold; }
      .brand .conRight .box ul {
        margin-top: 25px; }
        .brand .conRight .box ul li {
          width: 17.4%;
          float: left;
          margin-right: 3.25%;
          margin-bottom: 32px; }
          .brand .conRight .box ul li:nth-child(5n) {
            margin-right: 0; }
          .brand .conRight .box ul li a {
            width: 100%;
            display: block;
            text-align: center; }
            .brand .conRight .box ul li a .pic {
              width: 100%;
              height: 78px;
              background-color: #fff;
              border-radius: 8px;
              position: relative; }
              .brand .conRight .box ul li a .pic img {
                max-width: 70%;
                max-height: 80%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
            .brand .conRight .box ul li a .tits {
              font-weight: bold;
              font-size: 14px;
              line-height: 16px;
              color: #000;
              margin-top: 10px; }
            .brand .conRight .box ul li a .tit {
              font-size: 12px;
              line-height: 14px;
              color: #a77f2d;
              margin-top: 3px; }
          @media (min-width: 1024px) {
            .brand .conRight .box ul li:hover a .pic {
              box-shadow: 0px 0px 8.91px 0.09px rgba(0, 0, 0, 0.2); } }
      .brand .conRight .box .paging {
        margin-top: 18px; }
  @media (max-width: 1200px) {
    .brand .conLeft {
      width: 300px; }
      .brand .conLeft .title {
        padding-left: 20px; }
      .brand .conLeft .conNew {
        padding: 15px 20px 20px; }
    .brand .conRight {
      width: calc(100% - 330px); } }
  @media (max-width: 1024px) {
    .brand .conLeft {
      display: none; }
    .brand .conRight {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .brand {
      padding-top: 25px;
      padding-bottom: 40px; }
      .brand .conRight .box .title {
        font-size: 22px;
        line-height: 26px; }
      .brand .conRight .box ul {
        margin-top: 15px; }
      .brand .conRight .box ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px; }
        .brand .conRight .box ul li:nth-child(5n) {
          margin-right: 3%; }
        .brand .conRight .box ul li:nth-child(2n) {
          margin-right: 0; } }

.brandInfo {
  padding-top: 52px;
  padding-bottom: 90px; }
  .brandInfo .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px; }
    .brandInfo .box .top {
      width: 334px;
      box-sizing: border-box;
      padding: 25px;
      background-color: #fff;
      border-radius: 15px; }
      .brandInfo .box .top img {
        height: 35px;
        display: block; }
      .brandInfo .box .top .t {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        overflow: hidden;
        max-height: 120px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 21px; }
      .brandInfo .box .top .tit {
        margin-top: 16px; }
        .brandInfo .box .top .tit .c {
          font-size: 14px;
          line-height: 16px;
          color: #000;
          font-weight: bold; }
        .brandInfo .box .top .tit .c1 {
          font-size: 0;
          margin-top: 8px; }
          .brandInfo .box .top .tit .c1 a {
            display: inline-block;
            font-size: 10px;
            line-height: 22px;
            border: 1px solid #b4b4b4;
            margin-right: 7px;
            margin-bottom: 8px;
            padding: 0 5px;
            color: #000; }
            @media (min-width: 1024px) {
              .brandInfo .box .top .tit .c1 a:hover {
                background-color: #a77f2d;
                color: #fff;
                border-color: #a77f2d; } }
      .brandInfo .box .top .tit1 {
        margin-top: 11px; }
        .brandInfo .box .top .tit1 .tx {
          font-size: 12px;
          line-height: 20px;
          display: flex;
          justify-content: space-between;
          color: #000; }
          .brandInfo .box .top .tit1 .tx span {
            color: #a77f2d; }
          .brandInfo .box .top .tit1 .tx a {
            color: #a77f2d;
            font-weight: bold; }
    .brandInfo .box .boxRight {
      flex: 1;
      margin-left: 16px; }
      .brandInfo .box .boxRight .picBox {
        display: flex;
        width: 100%;
        overflow: hidden; }
        .brandInfo .box .boxRight .picBox .picLeft {
          width: 60%;
          margin-right: 5px;
          overflow: hidden;
          border-radius: 10px; }
          .brandInfo .box .boxRight .picBox .picLeft ul li {
            width: 100%;
            height: 0;
            padding-bottom: 75.4%;
            overflow: hidden;
            position: relative; }
            .brandInfo .box .boxRight .picBox .picLeft ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
          .brandInfo .box .boxRight .picBox .picLeft .btns {
            display: flex;
            width: 100%;
            bottom: 25px;
            align-items: center;
            justify-content: center;
            position: absolute;
            z-index: 10; }
            .brandInfo .box .boxRight .picBox .picLeft .btns span {
              width: 12px;
              height: 12px;
              background: none;
              opacity: 1;
              border: 2px solid #fff;
              border-radius: 100%;
              display: block;
              margin: 0 3px;
              box-sizing: border-box; }
              .brandInfo .box .boxRight .picBox .picLeft .btns span.swiper-pagination-bullet-active {
                background-color: #fff;
                border-color: #fff; }
        .brandInfo .box .boxRight .picBox .picRight {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .brandInfo .box .boxRight .picBox .picRight .pic {
            width: 100%;
            padding-bottom: 56.6%;
            height: 0;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            border-radius: 10px; }
            .brandInfo .box .boxRight .picBox .picRight .pic .img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              top: 0;
              left: 0;
              position: absolute; }
            .brandInfo .box .boxRight .picBox .picRight .pic:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              content: '';
              background-color: #000;
              opacity: 0.4; }
            .brandInfo .box .boxRight .picBox .picRight .pic .tits {
              width: 100%;
              font-size: 14px;
              position: absolute;
              left: 12px;
              bottom: 10px;
              line-height: 20px;
              color: #fff;
              display: flex;
              align-items: center;
              z-index: 10; }
              .brandInfo .box .boxRight .picBox .picRight .pic .tits img {
                margin-right: 7px; }
            .brandInfo .box .boxRight .picBox .picRight .pic .icon {
              width: 42px;
              height: 42px;
              margin: 0 auto;
              display: flex;
              justify-content: center;
              align-items: center;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 5; }
              .brandInfo .box .boxRight .picBox .picRight .pic .icon img {
                width: 100%; }
  @media (max-width: 1200px) {
    .brandInfo .box .boxRight .picBox .picRight .pic .icon {
      width: 60px;
      height: 60px; }
    .brandInfo .box {
      display: block; }
      .brandInfo .box .top {
        width: 100%; }
      .brandInfo .box .boxRight {
        margin-top: 15px;
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .brandInfo .box .boxRight .picBox .picRight .pic .icon {
      width: 50px;
      height: 50px; }
    .brandInfo .box {
      margin-top: 25px; }
    .brandInfo .box .boxRight .conBox {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 960px) {
    .brandInfo .box {
      display: block; }
      .brandInfo .box .top {
        width: 100%; }
      .brandInfo .box .boxRight {
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 768px) {
    .brandInfo {
      padding-bottom: 40px;
      padding-top: 25px; }
      .brandInfo .box .top {
        padding: 14px 10px 20px;
        margin-bottom: 10px; }
      .brandInfo .box .boxRight .conBox {
        grid-template-columns: 1fr; }
      .brandInfo .box .boxRight .picBox {
        display: block; }
        .brandInfo .box .boxRight .picBox .picLeft {
          width: 100%; }
        .brandInfo .box .boxRight .picBox .picRight {
          width: 100%;
          flex-direction: row;
          margin-top: 3px; }
          .brandInfo .box .boxRight .picBox .picRight .pic {
            padding-bottom: 35.6%;
            margin-right: 3px; }
            .brandInfo .box .boxRight .picBox .picRight .pic:last-child {
              margin-right: 0; }
            .brandInfo .box .boxRight .picBox .picRight .pic .icon {
              width: 36px;
              height: 36px; }
      .brandInfo .box .top img {
        height: 34px; }
      .brandInfo .box .top .t1 {
        margin-top: 10px; }
      .brandInfo .box .boxRight .picBox .picLeft .btns {
        bottom: 10px; }
      .brandInfo .box {
        margin-bottom: 25px; } }

.brandList .title {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  color: #222;
  font-weight: bold; }
.brandList ul {
  margin-top: 30px;
  padding-bottom: 18px; }
  .brandList ul li {
    width: 23.2%;
    margin-right: 2.4%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 32px;
    float: left; }
    .brandList ul li:nth-child(4n) {
      margin-right: 0; }
    .brandList ul li a {
      width: 100%;
      display: block;
      padding-bottom: 16px; }
      .brandList ul li a .pic {
        border-radius: 8px;
        padding-bottom: 75%; }
      .brandList ul li a .con {
        padding: 18px 20px 0;
        box-sizing: border-box; }
        .brandList ul li a .con .tits {
          font-size: 16px;
          line-height: 21px;
          color: #222;
          font-weight: bold; }
        .brandList ul li a .con .tit {
          font-size: 12px;
          line-height: 21px;
          color: #777;
          margin-top: 7px; }
        .brandList ul li a .con .tit1 {
          display: flex;
          align-items: center;
          font-size: 12px;
          line-height: 34px;
          border-top: 1px solid #eee;
          padding-top: 8px;
          color: #222;
          justify-content: space-between;
          margin-top: 15px; }
          .brandList ul li a .con .tit1 i {
            width: 34px;
            height: 34px;
            border-radius: 100%;
            background-color: #44352f;
            transition: all 0.3s; }
    @media (min-width: 1024px) {
      .brandList ul li:hover {
        box-shadow: 0px 0px 8.91px 0.09px rgba(0, 0, 0, 0.2); }
        .brandList ul li:hover a .con .tit1 {
          color: #a77f2d; }
          .brandList ul li:hover a .con .tit1 i {
            transform: rotate(-40deg);
            background-color: #a77f2d; } }
@media (max-width: 1200px) {
  .brandList ul li {
    width: 32%;
    margin-right: 2%; }
    .brandList ul li:nth-child(4n) {
      margin-right: 2%; }
    .brandList ul li:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 1024px) {
  .brandList ul li {
    width: 48.5%;
    margin-right: 3%; }
    .brandList ul li:nth-child(4n) {
      margin-right: 3%; }
    .brandList ul li:nth-child(3n) {
      margin-right: 3%; }
    .brandList ul li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .brandList .title {
    font-size: 22px;
    line-height: 24px; }
  .brandList ul {
    margin-top: 15px; }
    .brandList ul li {
      width: 100%;
      margin-bottom: 15px;
      float: none; } }

.photoTK {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .photoTK .box {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 30px; }
    .photoTK .box .close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 25px;
      right: 25px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../images/close1.png"); }
    .photoTK .box .title {
      font-size: 20px;
      line-height: 75px;
      border-bottom: 1px solid #dcdcdc;
      padding: 0 30px; }
    .photoTK .box .boxNew {
      padding: 0 30px;
      width: 100%;
      box-sizing: border-box; }
      .photoTK .box .boxNew .tabs {
        border-bottom: 1px solid #dedede;
        margin-top: 15px; }
        .photoTK .box .boxNew .tabs a {
          font-size: 14px;
          line-height: 38px;
          color: #000;
          float: left;
          margin-right: 4.89583vw;
          position: relative; }
          .photoTK .box .boxNew .tabs a:after {
            width: 100%;
            height: 3px;
            background-color: #a77f2d;
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            border-radius: 3px;
            display: none; }
          .photoTK .box .boxNew .tabs a.on {
            color: #a77f2d; }
            .photoTK .box .boxNew .tabs a.on:after {
              display: block; }
      .photoTK .box .boxNew .itemBox {
        margin-top: 20px; }
        .photoTK .box .boxNew .itemBox .item {
          height: 26.30208vw;
          width: 100%;
          overflow: auto;
          display: none; }
          .photoTK .box .boxNew .itemBox .item .pic {
            width: 32.8%;
            margin-right: 0.8%;
            margin-bottom: 0.8%;
            height: 0;
            padding-bottom: 23.9%;
            position: relative;
            float: left;
            cursor: pointer; }
            .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 .title {
      font-size: 16px;
      line-height: 20px;
      padding: 10px; }
    .photoTK .box .close {
      top: 10px;
      right: 10px; }
    .photoTK .box .boxNew {
      padding: 0 10px; }
      .photoTK .box .boxNew .tabs {
        margin-top: 5px; }
        .photoTK .box .boxNew .tabs a {
          font-size: 11px;
          margin-right: 10px; }
    .photoTK .box {
      padding-bottom: 15px; }
    .photoTK .box .boxNew .itemBox .item {
      height: auto;
      max-width: 65vh; }
      .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; } }

.product {
  padding-top: 50px;
  padding-bottom: 5%; }
  .product .proLeft {
    width: 352px;
    float: left; }
    .product .proLeft .box {
      border-radius: 8px;
      background-color: #fff;
      padding-bottom: 24px; }
      .product .proLeft .box .top {
        padding: 10px 20px 0;
        box-sizing: border-box;
        display: none; }
        .product .proLeft .box .top .tits {
          display: flex;
          justify-content: space-between;
          font-size: 14px;
          line-height: 22px;
          color: #222; }
          .product .proLeft .box .top .tits span {
            font-weight: bold; }
          .product .proLeft .box .top .tits a {
            color: #222;
            text-decoration: underline; }
        .product .proLeft .box .top .tit {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          margin-top: 4px; }
          .product .proLeft .box .top .tit a {
            line-height: 30px;
            font-size: 12px;
            color: #333;
            padding: 0 10px;
            display: flex;
            align-items: center;
            margin: 8px 0;
            background-color: #ececec;
            border-radius: 15px;
            margin-right: 9px;
            display: none; }
            .product .proLeft .box .top .tit a img {
              margin-left: 10px; }
            .product .proLeft .box .top .tit a.on {
              display: flex; }
      .product .proLeft .box .selBox {
        padding-top: 8px; }
        .product .proLeft .box .selBox .tits {
          border-bottom: 2px solid #eee;
          padding: 0 20px;
          box-sizing: border-box;
          font-size: 20px;
          line-height: 36px;
          color: #222;
          font-weight: bold; }
        .product .proLeft .box .selBox .tit {
          padding: 16px 20px 0; }
          .product .proLeft .box .selBox .tit .t {
            background-color: #ececec;
            box-sizing: border-box;
            padding: 16px 12px; }
            .product .proLeft .box .selBox .tit .t .sel {
              margin-bottom: 8px;
              position: relative; }
              .product .proLeft .box .selBox .tit .t .sel:last-child {
                margin-bottom: 0; }
              .product .proLeft .box .selBox .tit .t .sel.on {
                z-index: 10; }
              .product .proLeft .box .selBox .tit .t .sel .tt {
                width: 100%;
                display: flex;
                align-items: center;
                padding: 0 20px 0 22px;
                font-size: 14px;
                line-height: 43px;
                background-color: #fff;
                border-radius: 5px;
                color: #333;
                justify-content: space-between;
                box-sizing: border-box;
                cursor: pointer; }
              .product .proLeft .box .selBox .tit .t .sel ul {
                width: 100%;
                max-height: 210px;
                top: 48px;
                left: 0;
                background-color: #fff;
                box-sizing: border-box;
                position: absolute;
                border-radius: 5px;
                margin-top: 0;
                padding-bottom: 0;
                display: none;
                box-shadow: 2.264px 1.968px 6px 0px rgba(11, 3, 6, 0.03);
                overflow-y: auto; }
                .product .proLeft .box .selBox .tit .t .sel ul::-webkit-scrollbar {
                  width: 5px;
                  height: 5px; }
                .product .proLeft .box .selBox .tit .t .sel ul::-webkit-scrollbar-button:vertical {
                  display: none; }
                .product .proLeft .box .selBox .tit .t .sel ul::-webkit-scrollbar-track:vertical {
                  background-color: black; }
                .product .proLeft .box .selBox .tit .t .sel ul::-webkit-scrollbar-track-piece {
                  background: #E3E3E3; }
                .product .proLeft .box .selBox .tit .t .sel ul::-webkit-scrollbar-thumb:vertical {
                  background-color: #555;
                  border-radius: 30px; }
                .product .proLeft .box .selBox .tit .t .sel ul::-webkit-scrollbar-thumb:vertical:hover {
                  background-color: #3B3B3B; }
                .product .proLeft .box .selBox .tit .t .sel ul::-webkit-scrollbar-corner:vertical {
                  background-color: #535353; }
                .product .proLeft .box .selBox .tit .t .sel ul::-webkit-scrollbar-resizer:vertical {
                  background-color: #FF6E00; }
                .product .proLeft .box .selBox .tit .t .sel ul .tBox {
                  padding: 10px 4px;
                  box-sizing: border-box; }
                  .product .proLeft .box .selBox .tit .t .sel ul .tBox a {
                    display: block;
                    font-size: 13px;
                    line-height: 28px;
                    color: #646464;
                    padding: 0 8px;
                    border-radius: 5px;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis; }
                    .product .proLeft .box .selBox .tit .t .sel ul .tBox a:hover {
                      background-color: #a77f2d;
                      color: #fff; }
          .product .proLeft .box .selBox .tit .t1 {
            padding: 0 20px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            margin-top: 16px; }
            .product .proLeft .box .selBox .tit .t1 .submit {
              width: 125px;
              height: 43px;
              border-radius: 5px;
              display: block;
              text-align: center;
              background-color: #44352f;
              font-size: 16px;
              line-height: 43px;
              color: #fff;
              font-weight: bold; }
            .product .proLeft .box .selBox .tit .t1 .reset {
              font-size: 14px;
              line-height: 18px;
              color: #000;
              text-decoration: underline;
              margin-left: 12px; }
    .product .proLeft .box1 {
      width: 100%;
      background-color: #fff;
      border-radius: 8px;
      margin-top: 20px;
      padding-bottom: 12px; }
      .product .proLeft .box1 .title {
        font-size: 20px;
        line-height: 66px;
        font-weight: bold;
        display: flex;
        align-items: center;
        padding-left: 20px;
        box-sizing: border-box; }
        .product .proLeft .box1 .title img {
          margin-right: 13px; }
      .product .proLeft .box1 .itemBox .item {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee; }
        .product .proLeft .box1 .itemBox .item:last-child {
          margin-bottom: 0;
          border-bottom: none; }
        .product .proLeft .box1 .itemBox .item .tits {
          line-height: 46px;
          font-size: 16px;
          border-radius: 23px;
          background-color: #ececec;
          display: flex;
          align-items: center;
          color: #000; }
          .product .proLeft .box1 .itemBox .item .tits i {
            margin-left: 5px;
            width: 36px;
            height: 36px;
            border-radius: 100%;
            overflow: hidden;
            background-color: #fff;
            position: relative; }
            .product .proLeft .box1 .itemBox .item .tits i img {
              max-width: 80%;
              max-height: 80%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .product .proLeft .box1 .itemBox .item .tits b {
            flex: 1;
            margin-left: 12px; }
          .product .proLeft .box1 .itemBox .item .tits span {
            color: #a77f2d;
            margin-right: 10px; }
          .product .proLeft .box1 .itemBox .item .tits.on {
            background-color: #a77f2d;
            color: #fff; }
            .product .proLeft .box1 .itemBox .item .tits.on span {
              color: #fff; }
          @media (min-width: 1024px) {
            .product .proLeft .box1 .itemBox .item .tits:hover {
              background-color: #a77f2d;
              color: #fff; }
              .product .proLeft .box1 .itemBox .item .tits:hover span {
                color: #fff; } }
        .product .proLeft .box1 .itemBox .item .tit {
          padding: 10px 0; }
          .product .proLeft .box1 .itemBox .item .tit a {
            font-size: 14px;
            line-height: 30px;
            color: #000;
            display: flex;
            align-items: center; }
            .product .proLeft .box1 .itemBox .item .tit a b {
              width: 12px;
              height: 12px;
              box-sizing: border-box;
              border: 1px solid #bbbbbb;
              margin-left: 32px;
              margin-right: 10px;
              background-size: cover;
              background-repeat: no-repeat; }
            .product .proLeft .box1 .itemBox .item .tit a i {
              flex: 1; }
            .product .proLeft .box1 .itemBox .item .tit a span {
              margin-right: 10px;
              color: #a77f2d; }
            .product .proLeft .box1 .itemBox .item .tit a.on {
              color: #a77f2d; }
              .product .proLeft .box1 .itemBox .item .tit a.on b {
                background-image: url("../images/dui.png");
                border-color: #a77f2d; }
            @media (min-width: 1024px) {
              .product .proLeft .box1 .itemBox .item .tit a:hover {
                color: #a77f2d; } }
  .product .proRight {
    width: calc(100% - 382px);
    float: right; }
    .product .proRight .brandList ul {
      margin-top: 0; }
      .product .proRight .brandList ul li {
        width: 31.2%;
        margin-right: 3.2%; }
        .product .proRight .brandList ul li:nth-child(4n) {
          margin-right: 3.2%; }
        .product .proRight .brandList ul li:nth-child(3n) {
          margin-right: 0; }
        .product .proRight .brandList ul li a .con {
          padding: 15px 17px 0; }
  @media (max-width: 1200px) {
    .product .proLeft {
      width: 100%;
      float: none; }
      .product .proLeft .box1 {
        display: none; }
    .product .proRight {
      width: 100%;
      margin-top: 25px;
      float: none; }
    .product .proLeft .box .selBox .tit .t {
      display: flex;
      justify-content: space-between; }
      .product .proLeft .box .selBox .tit .t .sel {
        width: 32%; } }
  @media (max-width: 1024px) {
    .product .proRight .brandList ul li {
      width: 48.5%;
      margin-right: 3%; }
      .product .proRight .brandList ul li:nth-child(3n) {
        margin-right: 3%; }
      .product .proRight .brandList ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .product {
      padding-top: 25px;
      padding-bottom: 40px; }
      .product .proLeft .box .selBox .tit .t {
        display: block;
        justify-content: space-between; }
        .product .proLeft .box .selBox .tit .t .sel {
          width: 100%; }
      .product .proRight .brandList ul li {
        width: 100%;
        margin-bottom: 15px;
        float: none; } }

.about .box1 {
  padding-top: 55px;
  padding-bottom: 50px;
  position: relative; }
  .about .box1 .bg {
    width: 14.5%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .about .box1 .w1290 {
    display: flex;
    justify-content: space-between; }
    .about .box1 .w1290 .picBox {
      width: 48.7%;
      display: flex;
      justify-content: space-between; }
      .about .box1 .w1290 .picBox .pic {
        width: 52.5%;
        height: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 0 3.64583vw 0 3.64583vw; }
        .about .box1 .w1290 .picBox .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          object-fit: cover;
          top: 0;
          left: 0; }
      .about .box1 .w1290 .picBox .picBox {
        width: 43.5%;
        display: flex;
        flex-direction: column; }
        .about .box1 .w1290 .picBox .picBox .img {
          width: 100%;
          height: 47.8%;
          position: relative; }
          .about .box1 .w1290 .picBox .picBox .img img {
            width: 100%;
            height: 100%;
            position: absolute;
            object-fit: cover;
            top: 0;
            left: 0;
            border-radius: 3.64583vw 0 3.64583vw 0;
            z-index: 5; }
          .about .box1 .w1290 .picBox .picBox .img:nth-child(2) img {
            border-radius: 0 3.64583vw 3.64583vw 3.64583vw; }
          .about .box1 .w1290 .picBox .picBox .img:nth-child(2):after {
            width: 100%;
            height: 100%;
            position: absolute;
            top: -5%;
            right: -5%;
            content: '';
            border: 2px solid #a77f2d;
            border-radius: 0 3.64583vw 3.64583vw 3.64583vw; }
    .about .box1 .w1290 .con {
      width: 45.9%; }
      .about .box1 .w1290 .con .tits {
        width: fit-content;
        border-left: 2px solid #44352f;
        border-right: 2px solid #44352f;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        font-weight: bold;
        padding: 0 8px;
        background-color: #a77f2d; }
      .about .box1 .w1290 .con .tit {
        font-size: 34px;
        line-height: 60px;
        color: #44352f;
        font-weight: bold;
        margin-top: 20px; }
      .about .box1 .w1290 .con .tit1 {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 15px; }
      .about .box1 .w1290 .con .tit2 {
        background-color: #dcdcdd;
        border-radius: 15px;
        display: flex;
        flex-wrap: wrap;
        padding: 28px 0;
        margin-top: 46px; }
        .about .box1 .w1290 .con .tit2 .t {
          width: 47.6%;
          font-size: 16px;
          line-height: 30px;
          color: #44352f;
          flex-wrap: bold;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          padding: 6px 0 6px 28px;
          font-weight: bold; }
          .about .box1 .w1290 .con .tit2 .t:nth-child(2n) {
            width: 52.4%; }
          .about .box1 .w1290 .con .tit2 .t img {
            margin-right: 7px; }
      .about .box1 .w1290 .con .tit3 {
        display: flex;
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        color: #44352f;
        align-items: center;
        margin-top: 40px; }
        .about .box1 .w1290 .con .tit3 img {
          margin-right: 26px; }
  @media (max-width: 1366px) {
    .about .box1 .w1290 .con .tit {
      font-size: 28px;
      line-height: 32px; }
    .about .box1 .w1290 .con .tit2 .t {
      font-size: 14px; } }
  @media (max-width: 1250px) {
    .about .box1 .w1290 .con {
      width: 48%; }
      .about .box1 .w1290 .con .tit {
        font-size: 22px;
        line-height: 28px; }
      .about .box1 .w1290 .con .tit2 {
        margin-top: 20px;
        display: block;
        padding: 15px 0; }
        .about .box1 .w1290 .con .tit2 .t {
          width: 100% !important;
          padding: 0 0 0 20px; }
      .about .box1 .w1290 .con .tit3 {
        margin-top: 15px; } }
  @media (max-width: 768px) {
    .about .box1 {
      padding-top: 25px;
      padding-bottom: 35px; }
      .about .box1 .w1290 {
        display: block; }
        .about .box1 .w1290 .picBox {
          width: 100%;
          height: 40vh; }
        .about .box1 .w1290 .con {
          width: 100%;
          margin-top: 15px; }
          .about .box1 .w1290 .con .tit3 {
            font-size: 14px;
            line-height: 20px; }
            .about .box1 .w1290 .con .tit3 img {
              margin-right: 10px; } }
.about .box2 {
  padding-top: 60px;
  padding-bottom: 45px; }
  .about .box2 .w1290 {
    position: relative; }
  .about .box2 .con {
    width: 50%; }
    .about .box2 .con .tits {
      font-size: 34px;
      line-height: 36px;
      color: #fff;
      font-weight: bold; }
    .about .box2 .con .tit {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 20px; }
      .about .box2 .con .tit a {
        width: 44.5%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        font-size: 16px;
        line-height: 48px;
        display: block;
        padding-left: 30px;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("../images/about_icon3.png");
        color: #fff;
        font-weight: bold;
        box-sizing: border-box;
        transition: all 0.3s; }
        .about .box2 .con .tit a:nth-child(9), .about .box2 .con .tit a:nth-child(10) {
          border-bottom: none; }
        @media (min-width: 1024px) {
          .about .box2 .con .tit a:hover {
            background-color: #a77f2d;
            border-bottom: none;
            border-radius: 24px 0 0 24px;
            padding-left: 22px;
            background-position: calc(100% - 14px) center; } }
  .about .box2 .pic {
    width: 46%;
    position: absolute;
    top: 0;
    right: 0;
    height: 131%;
    border-radius: 20px;
    overflow: hidden; }
    .about .box2 .pic img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      object-fit: cover;
      left: 0; }
  @media (max-width: 1366px) {
    .about .box2 .con .tit a {
      width: 48%; }
    .about .box2 .con .tits {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .about .box2 .con .tits {
      font-size: 22px;
      line-height: 24px; }
    .about .box2 .con .tit a {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .about .box2 .con {
      width: 100%; }
      .about .box2 .con .tit {
        display: block;
        margin-top: 10px; }
        .about .box2 .con .tit a {
          width: 100%; }
          .about .box2 .con .tit a:nth-child(9) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .about .box2 .pic {
      width: 100%;
      position: relative;
      height: 28vh;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .about .box2 {
      padding-top: 25px;
      padding-bottom: 20px; } }
.about .indexBox2 {
  margin: 5% auto 0; }
  .about .indexBox2 .con {
    float: right; }
    .about .indexBox2 .con .tits {
      font-size: 34px;
      line-height: 36px;
      color: #44352f; }
  .about .indexBox2 .pic {
    position: absolute;
    left: 0;
    right: auto; }
  @media (max-width: 1200px) {
    .about .indexBox2 .con .tits {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .about .indexBox2 .pic {
      position: relative; }
    .about .indexBox2 .con .tits {
      font-size: 20px;
      line-height: 22px; } }
.about .box3 {
  text-align: center;
  margin-top: 47px;
  background-image: url("../images/about_bg2.png");
  background-size: 100% auto;
  background-position: left 52px;
  background-repeat: no-repeat; }
  .about .box3 .tits {
    font-size: 34px;
    line-height: 36px;
    color: #44352f;
    font-weight: bold; }
  .about .box3 .icon {
    display: block;
    margin: 0 auto; }
  .about .box3 .pic {
    width: 100%;
    margin-top: 25px; }
  @media (max-width: 1200px) {
    .about .box3 .tits {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    .about .box3 .tits {
      font-size: 20px;
      line-height: 22px; } }
.about .box4 {
  padding-top: 32px;
  padding-bottom: 80px; }
  .about .box4 .con {
    width: 41.1%;
    float: left; }
    .about .box4 .con .tits {
      font-size: 34px;
      line-height: 36px;
      color: #44352f;
      font-weight: bold; }
    .about .box4 .con .tit {
      font-size: 14px;
      line-height: 20px;
      color: #545555;
      margin-top: 15px; }
    .about .box4 .con .pic {
      width: 93.6%;
      margin-top: 100px; }
  .about .box4 .list {
    width: 50.2%;
    float: right; }
    .about .box4 .list ul li {
      margin-bottom: 15px;
      cursor: pointer; }
      .about .box4 .list ul li:last-child {
        margin-bottom: 0; }
      .about .box4 .list ul li .tits {
        width: 100%;
        background-image: -moz-linear-gradient(90deg, #e0e0e0 0%, #ded9ce 27%, #e3e3e3 58%, white 100%);
        background-image: -webkit-linear-gradient(90deg, #e0e0e0 0%, #ded9ce 27%, #e3e3e3 58%, white 100%);
        background-image: -ms-linear-gradient(90deg, #e0e0e0 0%, #ded9ce 27%, #e3e3e3 58%, white 100%);
        height: 48px;
        border-radius: 24px;
        display: flex;
        padding: 0 22px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 48px;
        justify-content: space-between;
        color: #44352f;
        font-weight: bold;
        align-items: center; }
        .about .box4 .list ul li .tits span {
          flex: 1;
          margin-right: 15px; }
        .about .box4 .list ul li .tits i {
          width: 25px;
          display: block;
          height: 25px;
          background-image: url("../images/about_icon5.png");
          background-size: cover;
          background-repeat: no-repeat; }
      .about .box4 .list ul li .txt {
        padding: 10px 22px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
        color: #666;
        display: none; }
      .about .box4 .list ul li.on .tits {
        background: none;
        background-color: #a77f2d;
        color: #fff; }
        .about .box4 .list ul li.on .tits i {
          background-image: url("../images/about_icon5_h.png"); }
  @media (max-width: 1200px) {
    .about .box4 .con .tits {
      font-size: 24px;
      line-height: 26px; }
    .about .box4 .list ul li .tits {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .about .box4 {
      padding-bottom: 40px;
      padding-top: 25px; }
      .about .box4 .con .tits {
        font-size: 20px;
        line-height: 22px; }
      .about .box4 .con {
        width: 100%;
        float: none; }
        .about .box4 .con .pic {
          margin-top: 15px; }
      .about .box4 .list {
        width: 100%;
        float: none; }
        .about .box4 .list ul li {
          margin-bottom: 10px; } }

.error {
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  text-align: center; }
  .error img {
    max-width: 92%;
    margin: 0 auto; }
  .error .tits {
    font-size: 36px;
    line-height: 38px;
    color: #222;
    font-weight: bold;
    margin-top: 58px; }
  .error .tit {
    font-size: 14px;
    line-height: 16px;
    color: #222;
    margin-top: 17px; }
  .error .return {
    width: 214px;
    height: 55px;
    border-radius: 27.5px;
    background-color: #a77f2d;
    display: block;
    margin: 23px auto 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    padding-left: 32px;
    box-sizing: border-box;
    padding-right: 10px; }
    .error .return i {
      width: 34px;
      height: 34px;
      background-color: #44352f;
      border-radius: 100%;
      display: block;
      background-image: url("../images/brand_icon3.png");
      background-position: center;
      background-repeat: no-repeat;
      transition: all 0.3s; }
    @media (min-width: 1024px) {
      .error .return:hover i {
        transform: rotate(-40deg); } }
  @media (max-width: 768px) {
    .error {
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: 25px; }
      .error .tits {
        font-size: 20px;
        line-height: 22px;
        margin-top: 25px; } }

.searchPage {
  padding-top: 50px;
  padding-bottom: 90px; }
  .searchPage .search {
    width: 850px;
    max-width: 90%;
    margin: 0 auto;
    border: 1px solid #afafaf;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .searchPage .search .text {
      flex: 1;
      height: 68px;
      background: none;
      border: none;
      box-sizing: border-box;
      padding-left: 20px;
      font-size: 14px;
      color: #999; }
    .searchPage .search .submit {
      width: 68px;
      height: 68px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .searchPage .title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    margin-top: 42px; }
    .searchPage .title:after {
      width: 500%;
      height: 1px;
      background-color: #ddd;
      left: -200%;
      position: absolute;
      bottom: 1px;
      content: ''; }
    .searchPage .title .t {
      padding-left: 40px;
      font-weight: bold;
      font-size: 24px;
      line-height: 52px;
      color: #333;
      position: relative;
      z-index: 5; }
    .searchPage .title .tabs {
      display: flex;
      position: relative;
      z-index: 5; }
      .searchPage .title .tabs a {
        font-size: 16px;
        line-height: 40px;
        color: #000;
        padding: 0 28px;
        display: block;
        position: relative;
        font-weight: bold;
        margin-left: 42px; }
        .searchPage .title .tabs a:nth-child(1) {
          margin-left: 0; }
        .searchPage .title .tabs a:after {
          width: 100%;
          height: 3px;
          border-radius: 1.5px;
          background-color: #a77f2d;
          position: absolute;
          left: 0;
          bottom: 0;
          content: '';
          display: none; }
        .searchPage .title .tabs a.on {
          color: #a77f2d; }
          .searchPage .title .tabs a.on:after {
            display: block; }
        @media (min-width: 1024px) {
          .searchPage .title .tabs a:hover {
            color: #a77f2d; } }
  .searchPage .list {
    padding: 0 50px;
    box-sizing: border-box;
    margin-top: 40px; }
    .searchPage .list ul li {
      margin-bottom: 30px;
      border-radius: 0 10px 10px 0;
      background-color: #fff; }
      .searchPage .list ul li:last-child {
        margin-bottom: 0; }
      .searchPage .list ul li a {
        display: flex;
        align-items: center; }
        .searchPage .list ul li a .pic {
          width: 255px;
          height: 190px; }
          .searchPage .list ul li a .pic img {
            object-fit: contain; }
        .searchPage .list ul li a .con {
          flex: 1;
          padding: 0 30px;
          box-sizing: border-box; }
          .searchPage .list ul li a .con .tits {
            font-size: 18px;
            line-height: 24px;
            color: #222;
            font-weight: bold;
            padding-right: 85px; }
          .searchPage .list ul li a .con .tit {
            font-size: 12px;
            line-height: 21px;
            color: #777;
            padding-right: 85px;
            margin-top: 15px; }
          .searchPage .list ul li a .con .tit1 {
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 34px;
            color: #222;
            justify-content: space-between;
            margin-top: 3px; }
            .searchPage .list ul li a .con .tit1 i {
              width: 34px;
              height: 34px;
              background-size: cover;
              background-image: url("../images/brand_icon3.png");
              border-radius: 100%;
              background-repeat: no-repeat;
              background-color: #44352f;
              transition: all 0.3s; }
      @media (min-width: 1024px) {
        .searchPage .list ul li:hover {
          box-shadow: 0px 0px 8.91px 0.09px rgba(0, 0, 0, 0.2); }
          .searchPage .list ul li:hover a .con .tit1 {
            color: #a77f2d; }
            .searchPage .list ul li:hover a .con .tit1 i {
              background-color: #a77f2d;
              transform: rotate(-40deg); } }
  @media (max-width: 1366px) {
    .searchPage .title {
      padding: 0; }
      .searchPage .title .t {
        padding-left: 0; }
      .searchPage .title .tabs a {
        margin-left: 20px; }
    .searchPage .list {
      padding: 0; } }
  @media (max-width: 1200px) {
    .searchPage .title .t {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .searchPage {
      padding-top: 25px;
      padding-bottom: 50px; }
      .searchPage .search {
        width: 100%;
        max-width: 100%; }
        .searchPage .search .text {
          height: 42px; }
        .searchPage .search .submit {
          width: 42px;
          height: 42px; }
      .searchPage .title {
        display: block;
        margin-top: 20px; }
        .searchPage .title .t {
          width: 100%;
          line-height: 20px;
          margin-bottom: 10px; }
        .searchPage .title .tabs {
          width: 100%;
          justify-content: space-between; }
          .searchPage .title .tabs a {
            margin-left: 0;
            padding: 0 10px; }
      .searchPage .list {
        margin-top: 20px; }
        .searchPage .list ul li {
          margin-bottom: 15px; }
          .searchPage .list ul li a {
            display: block; }
            .searchPage .list ul li a .pic {
              width: 100%; }
            .searchPage .list ul li a .con {
              width: 100%;
              padding: 15px 10px;
              box-sizing: border-box; }
              .searchPage .list ul li a .con .tits {
                padding-right: 0; }
              .searchPage .list ul li a .con .tit {
                padding-right: 0; } }

.productInfo {
  padding-top: 50px;
  padding-bottom: 5%; }
  .productInfo .box1 {
    display: flex;
    justify-content: space-between; }
    .productInfo .box1 .boxLeft {
      width: 46.5%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 5px;
      overflow: hidden; }
      .productInfo .box1 .boxLeft .list {
        width: 100%;
        height: calc(100% - 118px);
        position: relative; }
        .productInfo .box1 .boxLeft .list ul {
          width: 100%;
          height: 100%; }
          .productInfo .box1 .boxLeft .list ul li {
            width: 100%;
            height: 100%;
            position: relative; }
            .productInfo .box1 .boxLeft .list ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              object-fit: cover;
              top: 0;
              left: 0; }
        .productInfo .box1 .boxLeft .list .a {
          width: 46px;
          height: auto;
          position: absolute;
          z-index: 10;
          top: 50%;
          margin-top: -23px; }
          .productInfo .box1 .boxLeft .list .a.prev {
            left: 10px; }
          .productInfo .box1 .boxLeft .list .a.next {
            right: 10px; }
        .productInfo .box1 .boxLeft .list .tt {
          width: 100%;
          height: 28px;
          background-color: rgba(0, 0, 0, 0.4);
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 20;
          display: flex;
          justify-content: safe end; }
          .productInfo .box1 .boxLeft .list .tt a {
            font-size: 12px;
            line-height: 28px;
            color: #fff;
            display: flex;
            align-items: center;
            margin-right: 14px; }
            .productInfo .box1 .boxLeft .list .tt a img {
              margin-right: 7px; }
      .productInfo .box1 .boxLeft .sList {
        width: 100%;
        height: auto; }
        .productInfo .box1 .boxLeft .sList ul li {
          width: 23.2%;
          margin-right: 2.4%;
          height: 103px;
          position: relative;
          float: left;
          opacity: 0.5; }
          .productInfo .box1 .boxLeft .sList ul li:last-child {
            margin-right: 0; }
          .productInfo .box1 .boxLeft .sList ul li img {
            width: 100%;
            height: 100%;
            position: absolute;
            object-fit: cover;
            top: 0;
            left: 0; }
          .productInfo .box1 .boxLeft .sList ul li.swiper-slide-thumb-active {
            opacity: 1; }
    .productInfo .box1 .boxRight {
      width: 50.8%; }
      .productInfo .box1 .boxRight .tits {
        font-size: 24px;
        line-height: 35px;
        color: #44423e;
        border-bottom: 1px solid #d9d9d9;
        font-weight: bold;
        padding-bottom: 20px; }
      .productInfo .box1 .boxRight .tit {
        border-bottom: 1px solid #d9d9d9;
        padding: 20px 0; }
        .productInfo .box1 .boxRight .tit .t {
          font-size: 15px;
          line-height: 34px;
          color: #666;
          display: flex;
          justify-content: space-between; }
          .productInfo .box1 .boxRight .tit .t .tt {
            padding-left: 40px;
            width: 50%;
            box-sizing: border-box; }
            .productInfo .box1 .boxRight .tit .t .tt:nth-child(2) {
              color: #222; }
      .productInfo .box1 .boxRight .share {
        display: flex;
        padding-left: 40px;
        margin-top: 30px; }
        .productInfo .box1 .boxRight .share a {
          width: 27px;
          display: block;
          margin-right: 5px; }
      .productInfo .box1 .boxRight .btns {
        margin-top: 35px;
        padding-left: 40px;
        display: flex; }
        .productInfo .box1 .boxRight .btns a {
          width: 210px;
          height: 56px;
          border-radius: 28px;
          background-color: #44352f;
          display: flex;
          justify-content: space-between;
          padding-left: 36px;
          padding-right: 22px;
          color: #fff;
          font-size: 16px;
          line-height: 56px;
          font-weight: bold;
          box-sizing: border-box;
          margin-right: 35px;
          align-items: center; }
          .productInfo .box1 .boxRight .btns a i {
            width: 34px;
            height: 34px;
            border-radius: 100%;
            background-color: #735f57;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../images/brand_icon3.png"); }
          .productInfo .box1 .boxRight .btns a:nth-child(2) {
            background-color: #a77f2d; }
            .productInfo .box1 .boxRight .btns a:nth-child(2) i {
              background-color: #825f18; }
  .productInfo .content {
    margin-top: 35px; }
    .productInfo .content .conLeft {
      width: 70.3%;
      float: left;
      border-bottom: 1px solid #d9d9d9;
      padding-bottom: 10px; }
      .productInfo .content .conLeft .infoBox {
        padding-top: 18px; }
        .productInfo .content .conLeft .infoBox .item {
          border-bottom: 1px solid #d9d9d9;
          padding-bottom: 16px;
          margin-bottom: 22px; }
          .productInfo .content .conLeft .infoBox .item:last-child {
            margin-bottom: 0; }
          .productInfo .content .conLeft .infoBox .item .tits {
            font-size: 20px;
            line-height: 22px;
            font-weight: bold;
            color: #333; }
          .productInfo .content .conLeft .infoBox .item .tit {
            font-size: 15px;
            line-height: 28px;
            color: #000;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 10px; }
            .productInfo .content .conLeft .infoBox .item .tit .t {
              width: 55%;
              display: flex; }
              .productInfo .content .conLeft .infoBox .item .tit .t:nth-child(2n) {
                width: 45%; }
              .productInfo .content .conLeft .infoBox .item .tit .t .tt {
                width: 45%; }
                .productInfo .content .conLeft .infoBox .item .tit .t .tt:nth-child(2) {
                  width: 55%; }
      .productInfo .content .conLeft .details {
        padding-top: 18px; }
        .productInfo .content .conLeft .details .tits {
          font-size: 20px;
          line-height: 22px;
          color: #333;
          font-weight: bold; }
        .productInfo .content .conLeft .details .tableBox {
          margin-top: 20px; }
          .productInfo .content .conLeft .details .tableBox table tr {
            border: 1px solid #e3e3e3;
            color: #000; }
            .productInfo .content .conLeft .details .tableBox table tr td, .productInfo .content .conLeft .details .tableBox table tr th {
              border: 1px solid #e3e3e3;
              font-size: 15px;
              line-height: 36px;
              height: 36px;
              padding: 0 10px; }
            .productInfo .content .conLeft .details .tableBox table tr th {
              background-color: #d9d9d9;
              height: 64px;
              text-align: left;
              font-weight: normal; }
      .productInfo .content .conLeft .xx {
        font-size: 20px;
        line-height: 22px;
        color: #333;
        font-weight: bold;
        margin-top: 28px; }
      .productInfo .content .conLeft .box2 {
        width: 750px;
        max-width: 100%;
        margin: 30px auto 0; }
        .productInfo .content .conLeft .box2 .title {
          width: 100%;
          height: 36px;
          background-image: url("../images/title_bg.jpg");
          background-position: right center;
          background-size: auto 100%;
          display: flex;
          align-items: center;
          position: relative; }
          .productInfo .content .conLeft .box2 .title span {
            display: block;
            font-size: 20px;
            line-height: 36px;
            padding: 0 14px 0 18px;
            background-color: #44352f;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase; }
          .productInfo .content .conLeft .box2 .title .logo {
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translateY(-50%); }
          .productInfo .content .conLeft .box2 .title .icon {
            position: absolute;
            right: 0;
            bottom: 0; }
        .productInfo .content .conLeft .box2 .ps .itemBox {
          background-color: #fcf9f3;
          box-sizing: border-box;
          padding: 22px 17px 5px;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .productInfo .content .conLeft .box2 .ps .itemBox .item {
            width: calc(50% - 5px);
            margin-bottom: 4px; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item .tits {
              display: flex;
              align-items: center;
              font-size: 14px;
              line-height: 18px;
              color: #44352f;
              font-weight: bold; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .tits img {
                margin-right: 5px; }
            .productInfo .content .conLeft .box2 .ps .itemBox .item .pic {
              width: 100%;
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              margin-top: 15px; }
              .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img {
                width: calc(50% - 1.5px);
                margin-bottom: 3px;
                position: relative;
                height: 0;
                padding-bottom: 31.8%; }
                .productInfo .content .conLeft .box2 .ps .itemBox .item .pic .img img {
                  width: 100%;
                  position: absolute;
                  height: 100%;
                  object-fit: cover;
                  top: 0;
                  left: 0; }
        .productInfo .content .conLeft .box2 .of {
          background-color: #fcf9f3; }
          .productInfo .content .conLeft .box2 .of .box {
            padding: 20px 17px 16px;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .of .box .conBox {
              display: flex;
              justify-content: space-between; }
              .productInfo .content .conLeft .box2 .of .box .conBox .item {
                width: 29.3%;
                display: flex;
                align-items: flex-start;
                font-size: 12px;
                line-height: 15px;
                color: #44352f; }
                .productInfo .content .conLeft .box2 .of .box .conBox .item img {
                  margin-right: 5px;
                  margin-top: -2px; }
            .productInfo .content .conLeft .box2 .of .box .picBox {
              display: flex;
              justify-content: space-between;
              margin-top: 14px; }
              .productInfo .content .conLeft .box2 .of .box .picBox .item {
                width: calc(25% - 2px);
                display: flex;
                flex-direction: column;
                justify-content: space-between; }
                .productInfo .content .conLeft .box2 .of .box .picBox .item .pic {
                  width: 100%;
                  height: calc(50% - 2px); }
        .productInfo .content .conLeft .box2 .sc {
          background-color: #fcf9f3;
          padding-bottom: 2px; }
          .productInfo .content .conLeft .box2 .sc .itemBox {
            width: 100%;
            margin-top: 10px; }
            .productInfo .content .conLeft .box2 .sc .itemBox .item {
              width: 100%;
              background-image: url("../images/proInfo_bg1.jpg");
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center;
              display: flex;
              justify-content: space-between;
              padding: 7px 0;
              margin-bottom: 7px; }
              .productInfo .content .conLeft .box2 .sc .itemBox .item .pic {
                width: 24%;
                border: 1px solid #44352f;
                box-sizing: border-box;
                position: relative; }
                .productInfo .content .conLeft .box2 .sc .itemBox .item .pic:last-child {
                  margin-right: 0; }
                .productInfo .content .conLeft .box2 .sc .itemBox .item .pic img {
                  width: 100%; }
                .productInfo .content .conLeft .box2 .sc .itemBox .item .pic .tits {
                  width: 100%;
                  background-color: rgba(68, 53, 47, 0.8);
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  font-size: 11px;
                  line-height: 14px;
                  color: #fff;
                  padding: 5px 8px;
                  box-sizing: border-box; }
                  .productInfo .content .conLeft .box2 .sc .itemBox .item .pic .tits span {
                    font-size: 16px;
                    font-weight: bold;
                    text-transform: uppercase; }
        .productInfo .content .conLeft .box2 .ass {
          margin-bottom: 38px; }
          .productInfo .content .conLeft .box2 .ass .itemBox {
            margin-top: 20px;
            padding: 0 17px;
            display: flex;
            justify-content: space-between; }
            .productInfo .content .conLeft .box2 .ass .itemBox .item {
              width: 24.4%; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .tits {
                display: flex;
                align-items: center;
                font-size: 14px;
                line-height: 18px;
                color: #44352f;
                font-weight: bold;
                margin-top: 15px; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .tits img {
                  margin-right: 5px; }
              .productInfo .content .conLeft .box2 .ass .itemBox .item .tit {
                font-size: 12px;
                line-height: 15px;
                color: #44352f;
                margin-top: 10px; }
                .productInfo .content .conLeft .box2 .ass .itemBox .item .tit span {
                  font-weight: bold; }
        .productInfo .content .conLeft .box2 .oa .oaNew {
          display: flex;
          flex-wrap: wrap;
          padding: 52px 0; }
          .productInfo .content .conLeft .box2 .oa .oaNew .item {
            width: 25%;
            text-align: center;
            padding: 23px 0; }
            .productInfo .content .conLeft .box2 .oa .oaNew .item img {
              display: block;
              margin: 0 auto; }
            .productInfo .content .conLeft .box2 .oa .oaNew .item p {
              font-size: 12px;
              line-height: 18px;
              color: #feffff;
              font-weight: bold; }
              .productInfo .content .conLeft .box2 .oa .oaNew .item p span {
                color: #fff79f;
                font-size: 16px; }
        .productInfo .content .conLeft .box2 .oc {
          padding-bottom: 20px;
          background-color: #fcf9f3; }
          .productInfo .content .conLeft .box2 .oc .itemBox {
            margin-top: 25px;
            display: flex;
            justify-content: center;
            position: relative;
            z-index: 5; }
            .productInfo .content .conLeft .box2 .oc .itemBox .pic {
              width: 13.2%;
              margin: 0 1.6%;
              box-shadow: 0 7px 8px rgba(143, 95, 20, 0.4); }
          .productInfo .content .conLeft .box2 .oc .linex {
            width: 100%;
            height: 15px;
            background-color: #44352f;
            box-shadow: 0px 3px 6.44px 0.56px rgba(59, 46, 41, 0.6);
            border: 1px solid #000;
            box-sizing: border-box; }
        .productInfo .content .conLeft .box2 .twc .pic {
          margin-top: 17px; }
        .productInfo .content .conLeft .box2 .opt {
          margin-top: 42px; }
          .productInfo .content .conLeft .box2 .opt .optNew {
            padding: 0 17px; }
            .productInfo .content .conLeft .box2 .opt .optNew .tit {
              margin-top: 12px; }
              .productInfo .content .conLeft .box2 .opt .optNew .tit .t {
                display: flex;
                align-items: flex-start;
                margin-bottom: 5px; }
                .productInfo .content .conLeft .box2 .opt .optNew .tit .t img {
                  margin-right: 6px;
                  display: block;
                  margin-top: 1px; }
                .productInfo .content .conLeft .box2 .opt .optNew .tit .t .tt {
                  line-height: 18px;
                  color: #44352f; }
                  .productInfo .content .conLeft .box2 .opt .optNew .tit .t .tt .tt1 {
                    font-weight: bold;
                    font-size: 14px; }
                  .productInfo .content .conLeft .box2 .opt .optNew .tit .t .tt .tt2 {
                    font-size: 12px; }
            .productInfo .content .conLeft .box2 .opt .optNew .picBox {
              display: flex;
              justify-content: space-between;
              margin-top: 6px; }
              .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic {
                width: calc(25% - 2px);
                display: flex;
                justify-content: space-between;
                flex-direction: column; }
                .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic .img {
                  height: 0;
                  padding-bottom: 65%;
                  position: relative;
                  width: 100%;
                  overflow: hidden;
                  margin-bottom: 3px; }
                  .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic .img img {
                    width: 100%;
                    position: absolute;
                    height: 100%;
                    object-fit: cover;
                    top: 0;
                    left: 0; }
                .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic:nth-child(3) {
                  width: calc(50% - 2px); }
                  .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic:nth-child(3) .img {
                    margin-bottom: 0;
                    padding-bottom: 65.5%; }
        .productInfo .content .conLeft .box2 .co {
          margin-top: 17px;
          padding-bottom: 15px; }
          .productInfo .content .conLeft .box2 .co .coNew {
            padding: 20px 17px 0;
            box-sizing: border-box; }
            .productInfo .content .conLeft .box2 .co .coNew .picBox {
              width: 49.7%;
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              float: left; }
              .productInfo .content .conLeft .box2 .co .coNew .picBox .pic {
                width: calc(50% - 2px);
                height: 114px;
                position: relative;
                margin-bottom: 5px; }
                .productInfo .content .conLeft .box2 .co .coNew .picBox .pic img {
                  width: 100%;
                  position: absolute;
                  height: 100%;
                  top: 0;
                  left: 0;
                  object-fit: cover; }
            .productInfo .content .conLeft .box2 .co .coNew .con {
              width: 46.8%;
              float: right;
              background-size: 100% auto;
              background-image: url("../images/co_bg.png");
              background-position: center;
              background-repeat: no-repeat;
              position: relative; }
              .productInfo .content .conLeft .box2 .co .coNew .con .pic {
                width: 40.6%;
                position: absolute;
                right: 3%;
                top: 0; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t {
                font-size: 12px;
                line-height: 22px;
                color: #44352f; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t span {
                  font-weight: bold;
                  font-size: 14px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t1 {
                margin-top: 13px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t1 .tt {
                  display: flex;
                  align-items: center;
                  font-size: 12px;
                  line-height: 20px;
                  color: #44352f; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .t1 .tt img {
                    margin-right: 5px; }
              .productInfo .content .conLeft .box2 .co .coNew .con .t2 {
                width: 325px;
                max-width: 100%;
                margin-top: 8px; }
                .productInfo .content .conLeft .box2 .co .coNew .con .t2 .tt {
                  font-size: 12px;
                  line-height: 20px;
                  color: #44352f;
                  display: flex;
                  align-items: flex-start;
                  font-weight: bold;
                  margin-bottom: 12px; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .t2 .tt:last-child {
                    margin-bottom: 0; }
                  .productInfo .content .conLeft .box2 .co .coNew .con .t2 .tt img {
                    margin-right: 5px; }
          .productInfo .content .conLeft .box2 .co .picBox1 {
            display: flex;
            justify-content: space-between;
            padding: 0 17px; }
            .productInfo .content .conLeft .box2 .co .picBox1 .pic {
              width: calc(25% - 2px);
              height: 113px;
              position: relative;
              overflow: hidden; }
              .productInfo .content .conLeft .box2 .co .picBox1 .pic img {
                width: 100%;
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover; }
            .productInfo .content .conLeft .box2 .co .picBox1 .pic1 {
              width: calc(50% - 2px);
              height: 113px;
              position: relative;
              overflow: hidden; }
              .productInfo .content .conLeft .box2 .co .picBox1 .pic1 img {
                width: 100%;
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover; }
        .productInfo .content .conLeft .box2 .faq .list {
          margin-top: 16px;
          padding-left: 17px;
          padding-right: 34px;
          box-sizing: border-box; }
          .productInfo .content .conLeft .box2 .faq .list .item {
            border-bottom: 1px solid #bdaa84;
            padding-bottom: 9px;
            padding-top: 7px; }
            .productInfo .content .conLeft .box2 .faq .list .item:last-child {
              border-bottom: none; }
            .productInfo .content .conLeft .box2 .faq .list .item .tits {
              display: flex;
              align-items: flex-start;
              font-size: 15px;
              line-height: 24px;
              color: #44352f; }
              .productInfo .content .conLeft .box2 .faq .list .item .tits img {
                margin-top: 2px;
                margin-right: 5px; }
            .productInfo .content .conLeft .box2 .faq .list .item .tit {
              font-size: 12px;
              line-height: 18px;
              color: #44352f;
              margin-top: 2px; }
    .productInfo .content .conRight {
      width: 27.1%;
      float: right; }
      .productInfo .content .conRight .top {
        width: 100%;
        box-sizing: border-box;
        padding: 25px;
        background-color: #fff;
        border-radius: 15px; }
        .productInfo .content .conRight .top img {
          height: 35px;
          display: block; }
        .productInfo .content .conRight .top .t {
          font-size: 14px;
          line-height: 20px;
          color: #000;
          overflow: hidden;
          max-height: 120px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 21px; }
        .productInfo .content .conRight .top .tit {
          margin-top: 16px; }
          .productInfo .content .conRight .top .tit .c {
            font-size: 14px;
            line-height: 16px;
            color: #000;
            font-weight: bold; }
          .productInfo .content .conRight .top .tit .c1 {
            font-size: 0;
            margin-top: 8px; }
            .productInfo .content .conRight .top .tit .c1 a {
              display: inline-block;
              font-size: 10px;
              line-height: 22px;
              border: 1px solid #b4b4b4;
              margin-right: 7px;
              margin-bottom: 8px;
              padding: 0 5px;
              color: #000; }
              @media (min-width: 1024px) {
                .productInfo .content .conRight .top .tit .c1 a:hover {
                  background-color: #a77f2d;
                  color: #fff;
                  border-color: #a77f2d; } }
        .productInfo .content .conRight .top .tit1 {
          margin-top: 11px; }
          .productInfo .content .conRight .top .tit1 .tx {
            font-size: 12px;
            line-height: 20px;
            display: flex;
            justify-content: space-between;
            color: #000; }
            .productInfo .content .conRight .top .tit1 .tx span {
              color: #a77f2d; }
            .productInfo .content .conRight .top .tit1 .tx a {
              color: #a77f2d;
              font-weight: bold; }
      .productInfo .content .conRight .brandList {
        margin-top: 30px; }
        .productInfo .content .conRight .brandList ul {
          margin-top: 0;
          padding-bottom: 0; }
          .productInfo .content .conRight .brandList ul li {
            width: 100%;
            float: none;
            margin-bottom: 15px; }
  .productInfo .brandList {
    margin-top: 18px; }
    .productInfo .brandList .title {
      text-align: left;
      font-size: 20px;
      line-height: 22px;
      color: #333; }
    .productInfo .brandList ul {
      margin-top: 16px;
      padding-bottom: 0; }
      .productInfo .brandList ul li {
        margin-bottom: 0; }
  @media (max-width: 1200px) {
    .productInfo .box1 .boxRight .tits {
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 15px; }
    .productInfo .box1 .boxRight .tit {
      padding: 10px 0; }
      .productInfo .box1 .boxRight .tit .t {
        font-size: 13px;
        line-height: 28px; }
        .productInfo .box1 .boxRight .tit .t .tt {
          padding-left: 0; }
    .productInfo .box1 .boxRight .share {
      padding-left: 0;
      margin-top: 15px; }
    .productInfo .box1 .boxRight .btns {
      padding-left: 0px;
      margin-top: 15px; }
      .productInfo .box1 .boxRight .btns a {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 10px;
        width: 165px;
        margin-right: 20px; }
    .productInfo .content .conLeft {
      width: 100%;
      float: none; }
    .productInfo .content .conRight {
      display: none; }
    .productInfo .brandList ul li:nth-child(4) {
      display: none; } }
  @media (max-width: 1024px) {
    .productInfo .brandList ul li:nth-child(3) {
      display: none; } }
  @media (max-width: 768px) {
    .productInfo {
      padding-top: 25px;
      padding-bottom: 40px; }
      .productInfo .box1 {
        display: block; }
        .productInfo .box1 .boxLeft {
          width: 100%;
          height: auto; }
          .productInfo .box1 .boxLeft .list {
            height: 75vw; }
          .productInfo .box1 .boxLeft .sList {
            margin-top: 10px; }
            .productInfo .box1 .boxLeft .sList ul li {
              padding-bottom: 17%;
              height: 0; }
        .productInfo .box1 .boxRight {
          width: 100%;
          margin-top: 15px; }
          .productInfo .box1 .boxRight .btns a {
            height: 36px;
            line-height: 36px;
            font-size: 12px; }
            .productInfo .box1 .boxRight .btns a i {
              width: 24px;
              height: 24px; }
      .productInfo .content {
        margin-top: 15px; }
        .productInfo .content .conLeft .infoBox .item {
          margin-bottom: 10px;
          padding-bottom: 15px; }
          .productInfo .content .conLeft .infoBox .item .tits {
            font-size: 16px;
            line-height: 18px; }
          .productInfo .content .conLeft .infoBox .item .tit {
            font-size: 13px;
            line-height: 24px;
            display: block; }
            .productInfo .content .conLeft .infoBox .item .tit .t {
              width: 100% !important; }
        .productInfo .content .conLeft .details .tits {
          font-size: 16px;
          line-height: 18px; }
        .productInfo .content .conLeft .details .tableBox {
          overflow-y: auto; }
          .productInfo .content .conLeft .details .tableBox table {
            width: 600px; }
            .productInfo .content .conLeft .details .tableBox table tr td, .productInfo .content .conLeft .details .tableBox table tr th {
              padding: 0 10px;
              font-size: 13px;
              line-height: 24px; }
            .productInfo .content .conLeft .details .tableBox table tr th {
              height: 40px; }
        .productInfo .content .conLeft .xx {
          font-size: 16px;
          line-height: 18px;
          margin-top: 15px; }
        .productInfo .content .conLeft .box2 {
          margin: 15px auto 0; }
          .productInfo .content .conLeft .box2 .title {
            height: 45px;
            background: none;
            background-color: #44352f; }
            .productInfo .content .conLeft .box2 .title span {
              line-height: 18px;
              font-size: 16px;
              height: 45px;
              display: flex;
              align-items: center; }
            .productInfo .content .conLeft .box2 .title .line {
              display: none; }
            .productInfo .content .conLeft .box2 .title .logo {
              display: none; }
        .productInfo .content .conLeft .box2 .of .box .conBox {
          display: block; }
          .productInfo .content .conLeft .box2 .of .box .conBox .item {
            margin-bottom: 10px;
            width: 100%; }
        .productInfo .content .conLeft .box2 .of .box .picBox {
          flex-wrap: wrap; }
          .productInfo .content .conLeft .box2 .of .box .picBox .item {
            width: calc(50% - 1px);
            margin-bottom: 5px; }
            .productInfo .content .conLeft .box2 .of .box .picBox .item .pic img {
              width: 100%; }
            .productInfo .content .conLeft .box2 .of .box .picBox .item .pic1 img {
              width: 100%; }
        .productInfo .content .conLeft .box2 .sc .itemBox .item {
          flex-wrap: wrap;
          padding-bottom: 0px; }
          .productInfo .content .conLeft .box2 .sc .itemBox .item .pic {
            width: 49%;
            margin-bottom: 7px; }
        .productInfo .content .conLeft .box2 .ass .itemBox {
          display: block;
          margin-top: 15px; }
          .productInfo .content .conLeft .box2 .ass .itemBox .item {
            width: 100%;
            margin-bottom: 10px; }
        .productInfo .content .conLeft .box2 .oa .oaNew {
          padding: 30px 0; }
          .productInfo .content .conLeft .box2 .oa .oaNew .item {
            width: 50%;
            padding: 15px 0; }
            .productInfo .content .conLeft .box2 .oa .oaNew .item p span {
              font-size: 14px; }
        .productInfo .content .conLeft .box2 .oc .itemBox {
          flex-wrap: wrap;
          margin-top: 15px; }
          .productInfo .content .conLeft .box2 .oc .itemBox .pic {
            width: 33.3%;
            margin: 0;
            margin-bottom: 10px; }
            .productInfo .content .conLeft .box2 .oc .itemBox .pic img {
              display: block;
              width: 90%;
              margin: 0 auto; }
        .productInfo .content .conLeft .box2 .oc .linex {
          margin-top: -10px; }
        .productInfo .content .conLeft .box2 .opt {
          margin-top: 20px; }
          .productInfo .content .conLeft .box2 .opt .optNew .picBox {
            flex-wrap: wrap; }
            .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic {
              width: calc(50% - 2px); }
              .productInfo .content .conLeft .box2 .opt .optNew .picBox .pic:nth-child(3) {
                width: 100%;
                margin-top: 2px; }
        .productInfo .content .conLeft .box2 .co .coNew .picBox {
          width: 100%;
          float: none; }
        .productInfo .content .conLeft .box2 .co .coNew .con {
          float: none;
          margin-top: 10px;
          width: 100%; }
        .productInfo .content .conLeft .box2 .co .picBox1 {
          flex-wrap: wrap;
          margin-top: 10px; }
          .productInfo .content .conLeft .box2 .co .picBox1 .pic1 {
            width: 100%;
            margin-bottom: 4px; }
          .productInfo .content .conLeft .box2 .co .picBox1 .pic {
            width: calc(50% - 2px); }
      .productInfo .content .conRight {
        width: 100%;
        margin-top: 25px;
        float: none;
        display: block; }
      .productInfo .content .brandList {
        display: none; }
      .productInfo .brandList ul li:nth-child(2) {
        display: none; }
      .productInfo .content .conLeft .box2 .ps .itemBox .item .tits {
        font-size: 12px; }
      .productInfo .content .conLeft .box2 .sc .itemBox .item .pic:nth-child(n + 5) {
        display: none; } }

.videoBox1 {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 1300;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none; }
  .videoBox1 .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; }
    .videoBox1 .video video {
      width: 100%;
      height: 100%; }
    .videoBox1 .video .videoClose {
      width: 3.125vw;
      height: 3.125vw;
      position: absolute;
      top: -1.5625vw;
      right: -1.5625vw;
      border-radius: 100%;
      background-color: #a77f2d;
      cursor: pointer; }
      .videoBox1 .video .videoClose:after {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
        content: ''; }
      .videoBox1 .video .videoClose:before {
        width: 1.5625vw;
        height: 0.20833vw;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        content: ''; }
  @media (max-width: 768px) {
    .videoBox1 .video {
      width: 100%;
      height: 100%; }
      .videoBox1 .video .videoClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px; }
        .videoBox1 .video .videoClose:after {
          width: 14px;
          height: 2px; }
        .videoBox1 .video .videoClose:before {
          width: 14px;
          height: 2px; } }

/*# sourceMappingURL=style.css.map */
