@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%;
    }
    .topPosition{
        margin-top: 30px;
    }
    .tags{
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
        color: white;
        text-indent: 2%;
        background-color: #d9d6b8;
      }
      .seach-boxed{
        width: 100%;
        height: 100px;
        background-color: #d9d6b8;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
      }
    .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;
    }
    .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;
    }
    .four-content {
        width: 95%;
        height: 15vh;
        box-sizing: border-box;
        cursor: pointer;
        border-radius: 15px;
        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: 220px;
        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%;
        min-height: 120px;
    }
    .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;
    }
    .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;
        /* margin: auto; */
        height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        font-size: 24px;
        font-weight: 700;
        color: #281b0a;
        /* font-weight: 600; */
    }
    .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: -95%;
        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: 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;
    }
    .search1,.search2{
        width: 20%;
        height: 100%;
        display: flex;
        align-items: center; 
    }
    .search3{
        width: 35%;
        height: 100%;
        display: flex;
        align-items: center; 
    }
    .imgsar{
     width: 55px;
     height: 38px;
     background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center; 
    justify-content: center;
    }
    .layui-inline {
        width: 100%;
    }
    .layui-input-inline {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
    .layui-form-item {
        margin-bottom: 0px;
        width: 100%;
        clear: both;
        *zoom: 1;
    }
    .layui-input-block {
        margin-left: 0px;
        min-height: 36px;
    }
    .layui-form-item .layui-inline {
        margin-bottom: 0px;
         margin-right: 0px;
    }
}