@media only screen and (max-device-width: 768px) {
  body {
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      overflow-y: scroll;
      background-color: #ccc;
      background-image: url(../../images/bodyBack.jpg);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  .heaer {
      width: 100%;
      height: 10%;
      position: fixed;
      z-index: 99;
      background-color: #281b09;
      display: flex;
  }
  .icon {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
      opacity: 1;
      background-image: url(../../images/logo1.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
  }
  .left-icon {
      width: 25%;
      height: 65%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
  }
  .heightem {
      height: 15%;
  }
  .line {
      font-size: 0.3rem;
  }
  .pads{
    padding-top: 70px !important;
  }
  .mid-content {
      width: 100%;
      color: #8c8a8a;
      font-size: 22px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      align-content: center;
      margin: auto;
  }
  .mCont {
      width: 100%;
      display: flex;
      align-items: center;
      box-sizing: border-box;
     
  }
  .content-one {
      width: 12.5%;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      justify-content: center;
      position: relative;
      /* cursor: pointer; */
  }
  .content-one:not(:last-child):before {
      content: "";
      /* 添加伪元素 */
      display: block;
      width: 1px;
      background-color: #B2B2B2;
      height: 5px;
      /* 伪元素高度 */
      position: absolute;
      /* 绝对定位 */
      right: 0;
      top: 50%;
      /* 垂直居中 */
      transform: translateY(-50%);
      /* 垂直居中 */
  }
  .content-one a{
      font-size: 0.5rem;
  }
  .search {
      /* width: 24%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1%;
    top: -20%; */
      width: 96%;
      /* height: 100%;  */
      display: flex;
      align-items: center;
      justify-content: right;
  }
  .search-box {
      display: flex;
      border-bottom: 1px solid #ccc;
  }
  .search-icon {
      display: flex;
      align-items: center;
  }
  .search-icon>img {
      width: 14px;
      height: 12px;
  }
  .search-text {
      height: 16px;
      line-height: 16px;
      font-size: .5rem;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
  }
  .tags{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    color: white;
    text-indent: 2%;
    background-color: #d9d6b8;
  }
  .seach-boxed{
    width: 100%;
    height: 40px;
    background-color: #d9d6b8;
  }
  .input {
      width: 8vh;
      height: 2vh;
      font-size: 0.6rem;
      /* font-size: 22px; */
      border: none;
      background: transparent;
      color: white;
  }
  .swiper {
      width: 100%;
      height: 10%;
  }
  .content {
      width: 100%;
      height: 50%;
      margin: auto;
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
  }
  .content-left {
      width: 100%;
      height: 100%;
      padding: 0 15px 0 20px;
      box-sizing: border-box;
      background-color: #938d4e;
  }
  .content-info {
      width: 100%;
      height: 19%;
      /* min-height: 146px; */
      margin: auto;
      border-bottom: 0.1rem solid #fff;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }
  .infmation {
      width: 100%;
      color: white;
      padding: 8px 0;
  }
  .bom-text {
      font-size: .7rem;
  }
  .bom-text2 {
      font-size: .3rem;
  }
  .infom-boxed {
      width: 100%;
      height: 81%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-around;
  }
  .infom-wrapper {
      width: 100%;
      height: 27%;
      /* height: 4rem; */
      box-sizing: border-box;
      /* padding: 10px 0; */
      /* margin: auto; */
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      padding-top: 10px;
      display: flex;
      align-items: center;
  }
  .infom-img {
      display: flex;
      align-items: center;
  }
  .infom-imgwdith {
      width: 10rem;
      height: 6rem;
  }
  .infom-left {
      width: 70%;
      height: 4rem;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-left: 24px;
  }
  .left-textone {
      width: 100%;
      font-size: .6rem;
  }
  .left-textwo {
      width: 100%;
      font-size: 0.5rem;
      /* margin-top: 5px; */
  }
  .left-textthr {
      width: 100%;
      font-size: 0.45rem;
      /* margin-top: 5px; */
  }
  .left-textfor {
      width: 100%;
      font-size: 0.45rem;
      /* margin-top: 8px; */
  }
  .content-right {
      width: 100%;
      height: 90px;
      box-sizing: border-box;
      align-items: center;
      /* padding: 0 96px 0 56px; */
      display: flex;
      flex-wrap: wrap;
      padding: 0 5px 0 10px;
      background-color: #d9d6b8;
  }
  .right-top {
      width: 58%;
      height: 100%;
      box-sizing: border-box;
      padding: 10px 30px 10px 0;
      border-bottom: 0.1rem solid #000;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  .right-top .jchg p:nth-of-type(1) {
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: 0.1rem;
  }
  .right-top .jchg p:nth-of-type(2) {
      font-size: .3rem;
      font-weight: 200;
  }
  .right-top>p:nth-of-type(1) {
      font-size: .5rem;
      font-weight: 700;
  }
  .right-tops {
      width: 40%;
      height: 100%;
      box-sizing: border-box;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
  }
  .right-tops>p:nth-of-type(1) {
      font-size: .5rem;
      font-weight: 700;
  }
  .right-tops>p:nth-of-type(2) {
      font-size: .5rem;
      font-weight: 700;
  }
  .right-tops>p:nth-of-type(3) {
      font-size: .5rem;
      font-weight: 700;
  }
  .topFlex {
      width: 100%;
      display: flex;
      height: 10vh;
  }
  .right-content {
      width: 100%;
      height: 25vh;
      box-sizing: border-box;
      padding: 10px 0;
      display: flex;
  }
  .vediomp-box {
      width: 70%;
      height: 176px;
      /* 
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center; */
  }
  .showVedio {
      width: 100%;
      height: 100%;
      background-color: #000;
  }
  .content-box {
      width: 50%;
      height: 140px;
      /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly; */
  }
  .showBox {
      display: none !important;
  }
  .showBoxed {
      display: block !important;
  }
  .boxd-cont {
      width: 100%;
      display: flex;
      box-sizing: border-box;
  }
  .contented-img {
      width: 100%;
      height: 50%;
      /* display: flex;
    align-items: center;
    justify-content: center; */
  }
  .contented-vedio {
      width: 75%;
      height: 80px;
      padding-left: 1rem;
  }
  .contented-vedios {
      padding-top: 1rem;
  }
  .contented-left {
      width: 40%;
      height: 100%;
      font-weight: 600;
      display: flex;
      box-sizing: border-box;
      padding-left: 5px;
      flex-direction: column;
      justify-content: space-between;
  }
  .textSl {
      /* height: 1rem;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
  }
  .contented-textone {
      width: 100%;
      font-size: 0.4rem;
  }
  .contented-textwo {
      width: 100%;
      font-size: 0.3rem;
      font-weight: 200;
  }
  .contented-textthr {
      width: 100%;
      font-size: 0.3rem;
      font-weight: 200;
  }
  .cont-two {
      width: 100%;
      height: 35vh;
      box-sizing: border-box;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: max(4%, 15px);
      padding-right: max(4%, 15px);
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .cont-box {
      width: 48%;
      height: 48%;
      position: relative;
  }
  .cont-box:nth-of-type(1) {
      background-image: url('../../images/xg1.png');
      background-size: 100% 100%;
  }
  .cont-box:nth-of-type(2) {
      background-image: url('../../images/xg2.png');
      background-size: 100% 100%;
  }
  .cont-box:nth-of-type(3) {
      background-image: url('../../images/xg3.png');
      background-size: 100% 100%;
  }
  .cont-box:nth-of-type(4) {
      background-image: url('../../images/xg3.png');
      background-size: 100% 100%;
  }
  .cont-boxPhone {
      width: 48%;
      height: 48%;
      position: relative;
      display: block;
  }
  .cont-title {
      width: 4rem;
      height: 1.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #fff;
      position: absolute;
      left: 7px;
      top: 10px;
      text-indent: 10px;
  }
  .cont-title>div:nth-of-type(1) {
      font-size: 0.6rem;
      font-weight: bold;
  }
  .cont-title>div:nth-of-type(2) {
      font-style: italic;
      font-size: 0.3rem;
  }
  .cont-icon {
      width: 2rem;
      height: 2rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 10px;
      bottom: 15px;
  }
  .cont-icon img {
      width: 25px;
      height: 25px;
  }
  .cont-boxtitle {
      width: 70%;
      height: 100px;
      position: absolute;
      top: 40%;
      left: 5%;
  }
  .cont-boxtitle>div:nth-of-type(1) {
      color: white;
      font-size: 10px;
  }
  .cont-boxtitle>div:nth-of-type(2) {
      color: white;
      font-size: 7px;
      margin-top: 5%;
  }
  .more-content {
      position: absolute;
      bottom: 10%;
      left: 5%;
      color: #fff;
      font-size: 6px;
  }
  .cont-thr {
      width: 100%;
      height: 15vh;
      box-sizing: border-box;
      /* padding: 0 15px 0 20px; */
      padding: 20px 15px 15px 20px;
      background-color: #d9d6b8;
      display: flex;
      /* justify-content: space-between; */
  }
  .thr-box {
      width: 20%;
      height: 80%;
  }
  .thr-box>p:nth-of-type(1) {
      font-size: 0.7rem;
      font-weight: 700;
  }
  .thr-box>p:nth-of-type(2) {
      font-size: 0.5rem;
      font-style: italic;
  }
  .thr-boxed {
      width: 80%;
      height: 10vh;
      padding-left: 20px;
      box-sizing: border-box;
      position: relative;
      display: flex;
      align-items: center;
  }
  /* .boxed {
    width: 20%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */
  .thr-boxed-cont {
      width: 85%;
      display: flex;
      /* align-items: center; */
      /* justify-content: space-evenly; */
      /* overflow-y: auto; */
  }
  .rgt-lbt img {
      width: 100%;
      height: 100%;
  }
  .thr-boxed-cont .rgt-lbt:first-child {
      margin-left: 0;
  }
  .rgt-lbt {
      width: 50%;
      height: 10vh;
      margin-left: 8%;
  }
  .thr-boxed-triangle {
      width: 16px;
      height: 36px;
      position: absolute;
      left: calc(100% - 25px);
      bottom: calc(50% - 16px);
  }
  .thr-boxed-triangle img {
      width: 15px;
      height: 35px;
  }
  .boxed>div:nth-of-type(1) {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      background-color: #ccc;
  }
  .boxed>div:nth-of-type(2) {
      margin-top: 10px;
      font-size: 0.6rem;
  }
  .boxed>div:nth-of-type(3) {
      font-size: 0.4rem;
  }
  .cont-four {
      width: 100%;
      height: 13%;
      box-sizing: border-box;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: max(4%, 15px);
      padding-right: max(4%, 15px);
      display: flex;
      justify-content: space-between;
  }
  .four-content {
      width: 31%;
      height: 50%;
      margin: 4px;
      border-radius: 5px;
      background-image: url('../../images/hb1.png');
      background-size: 100% 100%;
      color: white;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
  }
  .four-content:nth-of-type(2) {
      background-image: url('../../images/hb2.png');
      background-size: 100% 100%;
  }
  .four-content:nth-of-type(3) {
      background-image: url('../../images/hb3.png');
      background-size: 100% 100%;
  }
  .four-left {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .four-right img {
      width: 15px;
      height: 15px;
  }
  .four-left>p:nth-of-type(1) {
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-align: center;
  }
  .four-left>p:nth-of-type(2) {
      font-size: .3rem;
      text-align: center;
      letter-spacing: 1px;
  }
  .cont-five {
      width: 100%;
      box-sizing: border-box;
      padding: 20px 20px;
      display: flex;
      flex-wrap: wrap;
      background-color: #d9d6b8;
  }
  .five-top {
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
  }
  .top-left {
      width: 100%;
      border-bottom: 1px solid #a2a192;
  }
  .topwrapper {
      width: 100%;
      height: 10%;
      /* display: flex; */
      /* flex-wrap: wrap; */
  }
  .toCont {
      width: 100%;
  }
  .topwrapperTop {
      display: flex;
      justify-content: space-between;
  }
  .topwrapperTop .topwrapperTopText>p:nth-of-type(1) {
      font-size: .5rem;
      font-weight: 600;
      color: #2c1f0e;
  }
  .topwrapperTop .topwrapperTopText>p:nth-of-type(2) {
      font-size: 0.8rem;
      font-weight: 700;
      color: rgb(141, 118, 99);
  }
  .topwrapperTopImg {
      width: 125px;
      height: 20px;
      text-align: right;
  }
  .topwrapperTopImg img {
      width: 100%;
      height: 100%;
  }
  .topwrapperBottom {
      font-size: .4rem;
      font-weight: 400;
      /* width: 800px; */
  }
  .topwrapperBottom span {
      font-size: .5rem;
  }
  .twrapTwoText {
      font-size: 2rem;
      font-weight: 400;
      box-sizing: border-box;
      padding: 20px 0;
  }
  /* .topwrapper>div:nth-of-type(3) {
    width: 100%;
    height: 30%;
    font-size: .3rem;
} */
  .twrap-two .twrapTwoText p:nth-of-type(1) {
      font-size: .8rem;
      font-weight: 700;
      color: #2c1f0e;
      margin-top: 2%;
  }
  .twrap-two .twrapTwoText p:nth-of-type(2) {
      font-size: .5rem;
      margin-top: 1.5%;
  }
  .twrap-two .twrapTwoText p:nth-of-type(3) {
      font-size: .5rem;
      margin-top: 1.5%;
  }
  .twrap-two .twrapTwoText p:nth-of-type(4) {
      font-size: .5rem;
      margin-top: 1.5%;
  }
  .twrap-two .twrapTwoText p:nth-of-type(5) {
      font-size: .5rem;
      margin-top: 1.5%;
  }
  .imgs {
      width: 80px;
      height: 80px;
  }
  .ewmText {
      margin-left: 3%;
      font-weight: 600;
      font-size: .5rem;
  }
  .top-right {
      width: 100%;
      height: 50%;
      box-sizing: border-box;
      /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly; */
  }
  .top-right>div {
      width: 100%;
      height: 20vh;
  }
  .top-right>p:nth-of-type(1) {
      font-size: .8rem;
      font-weight: 600;
      color: #2c1f0e;
      padding-top: 10px;
  }
  .top-right>p:nth-of-type(2) {
      font-size: .6rem;
      padding: 15px 0 15px 0;
  }
  .top-right>p:nth-of-type(3) {
      width: 100%;
      height: 50%;
  }
  .top-right>div:nth-of-type(1)>img {
      width: 75%;
      height: 120px;
  }
  .five-right {
      width: 100%;
      height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: flex-end;
      font-size: .8rem;
      color: #281b0a;
      font-weight: 600;
  }
  .five-right>div {
      cursor: pointer;
  }
  .bottom-text {
      font-size: 0.4rem;
  }
  .layui-nav .layui-this:after,
  .layui-nav-bar,
  .layui-nav-tree .layui-nav-itemed:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 1px !important;
      background-color: #ffffffce;
      transition: all .25s;
      -webkit-transition: all .25s;
  }
  .layui-nav {
      position: relative;
      padding: 0 5px;
      background-color: transparent;
      color: #fff;
      border-radius: 2px;
      font-size: 0;
      box-sizing: border-box;
  }
  .layui-nav * {
      font-size: 0.38rem;
  }
  .layui-nav .layui-nav-item a {
      display: block;
      padding: 0 0px;
      color: #fff;
      color: rgba(255, 255, 255, .7);
      transition: all .3s;
      -webkit-transition: all .3s;
  }
  .layui-nav-child {
      display: none;
      position: absolute;
      left: -20%;
      top: 110%;
      color: white !important;
      min-width: 100%;
      line-height: 1rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
      border: 1px solid #42362c;
      background-color: #42362ce7;
      z-index: 100;
      white-space: nowrap;
      text-align: center; 
      box-sizing: border-box;
      
  }
  .layui-nav-child a{
      font-size: .35rem !important;
  }
  .layui-nav .layui-nav-child a {
      color: #fff;
  }
  .layui-carousel[lay-anim=updown] .layui-carousel-ind {
      position: absolute;
      top: 65%;
      left: -85%;
      width: auto;
      height: auto;
  }
  .layui-carousel {
      position: relative;
      left: 0;
      top: 0;
      background-color: #ffffff00;
  }
  .layui-carousel>[carousel-item]>* {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #bbbbbb00;
      transition-duration: .3s;
      -webkit-transition-duration: .3s;
  }
  .layui-carousel-ind ul {
      display: inline-block;
      padding: 5px;
      background-color: rgba(0, 0, 0, 0);
      border-radius: 10px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
  }
  .layui-carousel-arrow:hover,
  .layui-carousel-ind ul:hover {
      background-color: rgba(0, 0, 0, 0);
  }
  /* 指针选中夜色 */
  .layui-carousel-ind li.layui-this {
      background-color: #b37777;
  }
  .layui-carousel-ind li {
      display: inline-block;
      width: 2px;
      height: 4vh;
      margin: 0 3px;
      font-size: 14px;
      background-color: #e2e2e2;
      background-color: rgba(255, 255, 255, .5);
      border-radius: 1px;
      cursor: pointer;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
  }
  .layui-carousel>[carousel-item]:before {
      position: absolute;
      content: '\e63d';
      left: 50%;
      top: 50%;
      width: 100px;
      line-height: 20px;
      margin: -10px 0 0 -50px;
      text-align: center;
      color: transparent;
      font-family: layui-icon !important;
      font-size: 30px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .layui-nav .layui-nav-more {
      content: '';
      width: 0;
      height: 0;
      border-style: solid dashed dashed;
      border-color: #fff transparent transparent;
      overflow: hidden;
      cursor: pointer;
      transition: all .2s;
      -webkit-transition: all .2s;
      position: absolute;
      top: 51%;
      left: 25px;
      margin-top: -3px;
      border-width: 3px;
      border-top-color: rgba(255, 255, 255, .7);
  }
  .layui-nav .layui-nav-item {
      line-height: 30px !important;
  }
  .layui-nav {
      padding: 0 !important;
  }
  .input {
      position: sticky;
      top: 0;
  }
  /* a{
transition: node !important;
} */
  /* .wxL{
background-color: yellowgreen;
font-size: 12px !important;
font-size: 0.3rem !important;
color: yellow !important;
}; */
  .sbLjgd {
      display: block;
  }
  .ljfd {
      width: 100%;
      height: 2.5vh;
      width: 100%;
      height: 3vh;
      font-size: 0.7rem;
      font-weight: 600;
      text-indent: 300px;
      margin-bottom: 10px;
  }
  .showPhonebox {
      display: block !important;
  }
  .layui-input, .layui-textarea {
    display: block;
    height: 25px;
    width: 100%;
    padding-left: 10px;
  }
  .search1{
    padding-top: 7px;
    padding-left: 15px;
  }
}