@media only screen and (min-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;
    }
    .msContent {
        width: 1400px;
        margin: auto;
    }
    .heaer {
        width: 100%;
        height: 15%;
        z-index: 99;
        background-color: #281b09;
        display: flex;
    }
   .icon {
        width: 100%;
        height: 130px;
        opacity: 1;
        background-image: url(https://img.js.design/assets/img/656ef3107578bf67da8bd35b.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .left-icon {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .heightem {
        height: 15%;
        min-height: 236px;
    }
    .mid-content {
        width: 1120px;
        color: #8c8a8a;
        font-size: 23px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }
    .mCont {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .content-one {
        width: 12.5%;
        text-align: center;
        box-sizing: border-box;
        /* border-right: 1px solid red; */
        /* border-right: 1px solid red; */
        height: 60%;
        /* 边框高度 */
        position: relative;
        /* 相对定位 */
        /* 边框的高度为60%，并且垂直居中 */
        /* height: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; */
    }
    .content-one:not(:last-child):before {
        content: "";
        /* 添加伪元素 */
        display: block;
        width: 1px;
        background-color: #B2B2B2;
        height: 15px;
        /* 伪元素高度 */
        position: absolute;
        /* 绝对定位 */
        right: 0;
        top: 50%;
        /* 垂直居中 */
        transform: translateY(-50%);
        /* 垂直居中 */
    }
    .search {
        width: 100%;
        min-width: 332px;
        margin-right: 32px;
        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: 28px;
        height: 28px;
    }
    .input {
        font-size: 18px;
        border: none;
        background: transparent;
        color: white;
    }
    .search-text {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
    }
    .swiper img {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .swiper-content{
        width: 100%;
        height: 100px;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        line-height: 100px;
        bottom:0px;
        z-index: 999;
        text-indent: 50px;
    }
    .content {
        width: 100%;
        margin: auto;
        background-color: #fff;
        display: flex;
    }
    .content-left {
        width: 65%;
        /* padding: 0 57px 0 96px; */
        padding: 0 30px 0 40px;
        box-sizing: border-box;
        background-color: #938d4e;
    }
    .content-info {
        box-sizing: border-box;
        width: 100%;
        height: 146px;
        margin: auto;
        border-bottom: 0.1rem solid #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .infmation {
        width: 100%;
        color: white;
    }
    .bom-text {
        width: 100%;
        /* font-size: 3rem; */
        font-size: 35px;
        font-weight: 700;
    }
    .bom-text2 {
        width: 100%;
        /* font-size: 1.5rem; */
        font-size: 17px;
        font-weight: 200;
    }
    .infom-boxed {
        width: 100%;
        /* height: 100%; */
        /* height: 820px; */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    }
    .infom-wrapper {
        width: 100%;
        box-sizing: border-box;
        min-height: 290px;
        margin: auto;
        border-bottom: 0.1rem solid #fff;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .infom-img {
        display: flex;
        align-items: center;
    }
    .infom-imgwdith {
        width: 300px;
        height: 200px;
    }
    .infom-left {
        width: 70%;
        min-height: 200px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 33px;
    }
    .left-textone {
        width: 100%;
        font-size: 20px;
    }
    .left-textwo {
        width: 100%;
        font-size: 22px;
    }
    .left-textthr {
        width: 100%;
        font-size: 18px;
    }
    .left-textfor {
        width: 100%;
        font-size: 18px;
    }
    .content-right {
        width: 35%;
        /* height: 1125px; */
        box-sizing: border-box;
        padding: 0 30px 0 20px;
        background-color: #d9d6b8;
    }
    .right-top {
        width: 100%;
        height: 250px;
        box-sizing: border-box;
        /* padding: 20px 0; */
        border-bottom: 0.1rem solid #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* justify-content: space-between; */
    }
    .right-top .jchg p:nth-of-type(1) {
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 2.25px;
        padding-top: 25px;

    }
    .right-top .jchg p:nth-of-type(2) {
        font-size: 17px;
    }
    .right-top>p:nth-of-type(1) {
        padding-top: 30px;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 10px;
        cursor: pointer;
    }
    .right-content {
        width: 100%;
        height: 760px;
        box-sizing: border-box;
        padding: 24px 0;
    }
    .vediomp-box {
        /* width: 100%;
        height: 50%; */
        /* display: flex;
        align-items: center;
        justify-content: center; */
    }
    .showVedio {
        width: 100%;
        height: 250px;
        /* background-color: #000; */
    }
    .content-box {
        width: 100%;
        /* overflow: hidden; */
        /* height: 50%; */
        /* display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly; */
    }
    .boxd-cont {
        width: 100%;
        /* height: 31%; */
        display: flex;
        box-sizing: border-box;
        padding-top: 20px;
        /* flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; */
    }
    .contented-img {
        /* width: 60%; */
        width: 230px;
        height: 130px;
        /* display: flex;
        align-items: center;
        justify-content: center; */
    }
    .contented-vedio {
        width: 100%;
        height: 100%;
    }
    .contented-left {
        width: 40%;
        height: 120px;
        font-weight: 600;
        box-sizing: border-box;
        padding-left: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .contented-textone {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    .textSl {
        padding-top: 20px;
    }
    .contented-textwo {
        width: 100%;
        font-weight: 600;
        font-size: 18px;
    }
    .contented-textthr {
        width: 100%;
        font-weight: 600;
        font-size: 14px;
    }
    .cont-two {
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 30px;
        padding-left: 40px;
        padding-right: 40px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
    }
    .cont-box {
        width: 29.5%;
        height: 350px;
        position: relative;
        cursor: pointer;
        margin-left: 3%;
        margin-top: 2%;
        box-shadow: inset 0px -400px 30px -20px rgba(0, 0, 0, 0.555);
    }
    .cont-box:hover {
        transition: all .5s ease;
        transform: scale(1.1);
    }
    .conShade {
        width: 100%;
        height: 100%;
        position: absolute;
        /* 透明度 */
        background-color: rgba(0, 0, 0, 0.5);
    }
    .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-boxPhone {
        display: none;
    }
    .cont-title {
        height: 66px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #fff;
        position: absolute;
        left: 20px;
        top: 20px;
        padding: 10px;
    }
    .cont-title>div:nth-of-type(1) {
        font-size: 30px;
        font-weight: bold;
    }
    .cont-title>div:nth-of-type(2) {
        font-style: italic;
        font-size: 16px;
    }
    .cont-boxtitle {
        width: 70%;
        height: 100px;
        position: absolute;
        /* overflow: hidden; */
        top: 40%;
        left: 5%;
    }
    .cont-boxtitle>div:nth-of-type(1) {
        color: white;
        font-size: 20px;
        font-weight: 700;
    }
    .cont-boxtitle>div:nth-of-type(2) {
        color: white;
        font-size: 18px;
        margin-top: 5%;
    }
    .more-content {
        position: absolute;
        bottom: 10%;
        left: 5%;
        color: #fff;
        font-size: 20px;
    }
    .cont-icon {
        width: 80px;
        height: 80px;
        position: absolute;
        right: 20px;
        bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cont-icon img {
        width: 80px;
        height: 80px;
    }
    .cont-thr {
        box-sizing: border-box;
        width: 100%;
        min-height: 300px;
        padding: 30px 30px 30px 30px;
        background-color: #d9d6b8;
        display: flex;
    }
    .thr-box {
        width: 10%;
        min-width: 300px;
        /* height: 100%; */
        min-height: 61px;
    }
    .thr-box>p:nth-of-type(1) {
        /* text-indent: 50px; */
        font-size: 30px;
        font-weight: 700;
    }
    .thr-box>p:nth-of-type(2) {
        /* text-indent: 50px; */
        font-size: 20px;
        font-style: italic;
    }
    .thr-boxed {
        width: 90%;
        height: 100%;
        box-sizing: border-box;
        position: relative;
    }
    .thr-boxed-cont {
        display: flex;
        align-items: center;
        /* justify-content: space-evenly; */
        /* overflow-y: auto; */
    }
    .rgt-lbt {
        width: 46%;
        height: 220px;
        /* max-height: 248px; */
        margin-left: 3%;
    }
    .thr-boxed-cont img {
        padding-top: 10px;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .thr-boxed-cont img:hover {
         transform: scale(1.1);
         transition:all .3s ease;
    }
    .thr-boxed-cont .rgt-lbt:first-child {
        margin-left: 0;
    }
    .thr-boxed-triangle {
        width: 24px;
        height: 73px;
        position: absolute;
        left: calc(100% - 12px);
        cursor: pointer;
        bottom: calc(50% - 36px);
    }
    .boxed {
        width: 20%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .boxed>div:nth-of-type(1) {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #ccc;
    }
    .boxed>div:nth-of-type(2) {
        margin-top: 10px;
    }
    .cont-four {
        width: 100%;
        box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
        height: 220px;
        display: flex;
        justify-content: space-between;
    }
    .four-content:hover {
        transition: all .5s ease;
        transform: scale(1.1);
    }
    .four-content {
        width: 31%;
        height: 100%;
        box-sizing: border-box;
        border-radius: 15px;
        cursor: pointer;
        background-image: url('../../images/hb1.png');
        background-size: 100% 100%;
        color: white;
        padding: 30px 20px 30px 20px;
        display: flex;
        justify-content: space-between;
    }
    .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: 190px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .four-right {
        width: 90px;
        height: 90px;
        padding-top: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .four-right img {
        width: 60px;
        height: 60px;
    }
    .four-left>p:nth-of-type(1) {
        font-size: 28px;
        font-weight: 700;
    }
    .four-left>p:nth-of-type(2) {
        font-size: 16px;
        font-weight: 300;
    }
    .cont-five {
        width: 100%;
        box-sizing: border-box;
        /* margin: 30px auto; */
        padding: 30px;
        height: 1000px;
        display: flex;
        flex-wrap: wrap;
        background-color: #d9d6b8;
    }
    .five-top {
        width: 100%;
        height: 60%;
        border-bottom: 1px solid #a2a192;
        display: flex;
    }
    .top-left {
        width: 50%;
        height: 100%;
        /* min-width: 780px; */
        box-sizing: border-box;
        padding-right: 20px;
    }
    .topwrapper {
        width: 100%;
        /* background-color: pink; */
        /* height: 30%; */
        min-height: 120px;
        /* display: flex;
        flex-wrap: wrap; */
    }
    .toCont {
        /* width: 800px; */
    }
    /* .topwrapper>div:nth-of-type(1) {
        width: 50%;
        height: 60%;
    }
    .topwrapper>div>p:nth-of-type(1) {
        font-size: 1.5rem;
        font-weight: 600;
        color: #2c1f0e;
        margin-top: 8%;
    }
    .topwrapper>div>p:nth-of-type(2) {
        font-size: 2rem;
        font-weight: 600;
        color: #8d7663;
        margin-top: 1%;
    } */
    .topwrapperTop {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .topwrapperTop .topwrapperTopText>p:nth-of-type(1) {
        font-size: 22px;
        font-weight: 900;
        width: 100%;
    }
     .topwrapperTop .topwrapperTopText>p:nth-of-type(2) {
        font-size: 30px;
        color: rgb(141, 118, 99);
        font-weight: 700;
        padding-top: 10px;
        /* width: 429px; */
    }
    .topwrapperTopImg {
        width: 240px;
        height: 40px;
        text-align: right;
    }
    .topwrapperTopImg img {
        width: 100%;
        height: 100%;
    }
    .topwrapperBottom {
        font-size: 20px;
        font-weight: 400;
        width: 700px;
        padding-top: 10px;
    }
    .twrap-two .twrapTwoText p:nth-of-type(1) {
        font-size: 25px;
        font-weight: 900;
        line-height: 50px;
        color: #2c1f0e;
    }
    .twrapTwoText {
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
        box-sizing: border-box;
        padding: 20px 0;
    }
    .imgs {
        width: 150px;
        height: 150px;
    }
    .ewmText {
        margin-left: 3%;
        font-weight: 600;
        font-size: 20px;
    }
    .top-right {
        width: 50%;
        height: 100%;
        /* min-width: 572px; */
        box-sizing: border-box;
        padding: 0 0 0 50px;
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* align-items: center; */
        /* justify-content: space-evenly; */
    }
    .top-right>div {
        width: 100%;
    }
    .top-right>p:nth-of-type(1) {
        font-size: 25px;
        font-weight: 900;
        color: #2c1f0e;
    }
    .top-right>p:nth-of-type(2) {
        font-size: 20px;
        padding-top: 50px;
        padding-bottom: 25px;
        line-height: 30px;
    }
    .top-right>div:nth-of-type(1) {
        width: 100%;
        height: 50%;
    }
    .top-right>div:nth-of-type(1)>img {
        width: 100%;
        height: 250px;
    }
    .five-right {
        width: 100%;
        padding-top: 30px;
        height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        font-size: 24px;
        font-weight: 700;
        color: #281b0a;
    }
    .five-right>p {
        cursor: pointer;
    }
    .layui-nav .layui-this:after,
    .layui-nav-bar,
    .layui-nav-tree .layui-nav-itemed:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 3px;
        background-color: #fff;
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
    }
    .layui-nav .layui-nav-item a {
        padding: 0 !important;
    }
    .layui-nav {
        position: relative;
        /* padding: 0 10px; */
        padding: 0 !important;
        background-color: transparent;
        color: #fff;
        border-radius: 2px;
        font-size: 0;
        box-sizing: border-box;
    }
     .layui-nav * {
        font-size: 16px;
    }
    /* layui-nav-child layui-anim layui-anim-upbit */
    .layui-nav-child {
        display: none;
        position: absolute;
        left: 0;
        top: 65px;
        color: white !important;
        min-width: 100%;
        line-height: 60px;
        box-sizing: border-box;
        /* padding: 20px 10px; */
        /* padding: 0 !important; */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
        border: 1px solid #42362c;
        background-color: #42362ce7;
        z-index: 100;
        white-space: nowrap;
        text-align: center;
    }
    .layui-nav .layui-nav-child a {
        color: #fff;
    }
    .layui-carousel[lay-anim="updown"] .layui-carousel-ind {
        position: absolute;
        top: 50%;
        left: 3%;
        width: 10px;
        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: 0.3s;
        -webkit-transition-duration: 0.3s;
    }
    .layui-carousel-ind ul {
        display: inline-block;
        /* padding: 5px; */
        /* padding: 0 !important; */
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.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: 5px;
        height: 60px;
        margin: 0 3px;
        font-size: 14px;
        background-color: #e2e2e2;
        background-color: rgba(255, 255, 255, 0.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;
    }
    .ljfd {
        display: none;
    }
    .right-tops {
        display: none;
    }
    /* .showBoxed{
        display: none !important;
     }
     .showPhonebox{
        display: block !important;
     } */
    .sbLjgd {
        display: none;
    }
}