@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

*[hidefocus], input, textarea, a {
  outline: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

fieldset, img, html, body, iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

caption, th {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

em, strong {
  font-weight: bold;
  font-style: normal;
}

a, button {
  cursor: pointer;
}

textarea {
  resize: none;
  overflow: auto;
}

a {
  color: #666666;
  text-decoration: none;
}

a, img, button, input, textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

pre {
  white-space: pre-wrap;
}

body, textarea, select, input {
  font-family: "HanHei SC", "PingFang SC", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, "Lantinghei SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  font-size: 0.333333rem;
  color: #000;
}

body {
  background: #efeff0;
  -webkit-text-size-adjust: none;
  line-height: 0.5rem;
}


/*
 *dec:配置背景
 * */
html {height: 100%;}
body {
      width: 100%;
      height: 100%;
      *cursor: default;
      overflow: hidden;
      font: 16px/1.5 "Microsoft YaHei",Helvetica,STHeiti STXihei,Microsoft JhengHei,Arial;
    }
.header .content {
  width: 1200px;
  margin: 0 auto;
}

.header .content:before, .header .content:after {
  content: " ";
  display: table;
}

.header .content:after {
  clear: both;
}


.clearfix:after {
   content:""; 
   display: block; 
   clear:both; 
}




.header .m-menu li.item {
  float: left;
  position: relative;
  width: 225px;
  height: 162px;
  line-height: 162px;
  vertical-align: middle;
  text-align: center;
  border-top: 3px solid transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .m-menu li.item.ative, .header .m-menu li.item:hover {
  cursor: pointer;
  background-color: #160700;
  border-top: 3px solid #b6a492;
}

.header .m-menu li.item.ative .list-pop, .header .m-menu li.item:hover .list-pop {
  display: block;
  -webkit-animation: list_pop_menu 0.5s ease  forwards;
  animation: list_pop_menu 0.5s ease  forwards;
}

.header .m-menu .text {
  display: inline-block;
  vertical-align: middle;
}

.header .m-menu .text h3 {
  margin-top: -5px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: lighter;
}

.header .m-menu .text .dec {
  padding-top: 27px;
  color: #b2a392;
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
}

.header .m-menu .list-pop {
  display: none;
  position: absolute;
  left: 0px;
  top: 159px;
  width: 100%;
  opacity: 0;
}

.header .m-menu .list-pop li {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(182, 164, 146, 0.8);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .m-menu .list-pop li h3 {
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.header .m-menu .list-pop li:hover, .header .m-menu .list-pop li.active {
  background-color: rgba(197, 182, 168, 0.8);
}


.header .m-menu {
  float: left;
  margin-left: 17px;
}


.header .m-logo {
  position: relative;
  float: left;
  top: 53px;
  width: 238px;
  height: 56px;
  text-indent: -999px; 
  z-index:99999;

}

.m-logo img { float:left; width:124px; height:28px; margin-top:14px; }

.xm-build .menu { left:70px; }

.header {
  position: fixed;
  width: 100vw;
  height: 162px;
  background-color: #1d0f0b;
  z-index: 99999999999;
  top: 0;
  left: 0;
}



.footer {
  position: relative;
  height: 130px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/footer.jpg");
}

.footer .cp {
  
  text-align: center;
  opacity: 0.61;
  color: #ececec;
  font-size: 20px;
  line-height: 130px;
  font-weight: lighter;
}

.flex { display: flex; flex-direction: column; align-items: center; justify-content: center; }


.fl { float: left; }
.fr { float: right;}


.clearfix:after {
   content:""; 
   display: block; 
   clear:both; 
}


/* #404040*/


#pageContain { overflow: hidden;}
.page { display: none; width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; left: 0;}
.contain {width: 100%;height: 100%;display: none; position: relative; z-index: 0;}
.current .contain,.slide .contain {display: block;}
.current {display: block; z-index: 1;}
.slide { display: block; z-index: 2;}
.swipe { display: block; z-index: 3; transition-duration: 0ms !important; -webkit-transition-duration: 0ms !important;}

#navBar {list-style-type:none; z-index: 3; position: absolute; bottom: 25px; width: 1200px;}

#navBar .active {color: #FFF; background-color: rgba(42,27,12,.8);}
/*#navBar li { float: left; background: #aaa; cursor: pointer; margin-bottom: 10px; transition: all .7s ease; border-radius: 50%; margin: 0 8px; line-height: 40px; text-align: center; width: 10px; height: 10px;}
*/
#navBar li { 
  display:inline-block;
  list-style-type:none;
  filter: opacity(0.7);
  margin: 5px 8px;
  padding: 2px 5px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  }
.left-bg { position: absolute; left: 0; top: 15%; width: 57%; height: 50%; background: rgba(42,27,12,.8); clip-path: polygon(0 0,100% 0,85% 546px,0 546px); }

.right-bg { position: absolute; right: 0; top: 23%; width: 57%; height: 50%; background: rgba(246,234,218,.8); clip-path: polygon(15% 0,100% 0,100% 546px,0 546px); }

.ner-box { position: absolute; width: 1200px; top: 23%; height: 45%; left: 50%; margin-left: -600px;   z-index: 10; }

.left-text { width: 600px; height: 80%; }

.right-text { width: 444px; height: 80%; margin-top: 5%; position: relative;}

.left-text h4 { font-size: 40px; line-height: 52px; color: #d9c4a9; align-self: flex-start; text-transform:uppercase; letter-spacing: -2px;  }

.left-text p { font-size: 30px; color: #d9c4a9; align-self: flex-start; letter-spacing: 2px; margin-top: 5px; }

.right-text p { font-size: 14px; line-height: 18px; color: #6a3906; margin: 6px 0; letter-spacing: 1px;  }

.right-text:before {z-index: 20;content: ""; position: absolute; left: -65px; top: -18px; width: 50px; height: 39px; background: url(../images/fuhao.png) center center / cover ; }


.my-arrow.right {
    right: 10px;
}
.my-arrow.left {
    left: 10px;
}
.my-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 70px;
    height: 90px;
    z-index: 99;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    outline: 0;
}

button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 11px system-ui;
    padding: 1px 7px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-image: initial;
}

  ::-webkit-scrollbar {  /* 滚动条整体部分 */
          width:6px;
          margin-right:2px !important;
    
      } 
      ::-webkit-scrollbar-button { /* 滚动条两端的按钮 */
              
          background-color:#F5F5F5;
      height:2px; 
     
      }
      ::-webkit-scrollbar:horizontal {
          height:10px;
          margin-bottom:2px;
      
      }
      ::-webkit-scrollbar-track {  /* 外层轨道 */
          border-radius: 8px;
      
      }
      ::-webkit-scrollbar-track-piece {  /*内层轨道，滚动条中间部分 */
          background-color:#F5F5F5;
          border-radius:8px;
      height:192px;
      }
      ::-webkit-scrollbar-thumb {  /* 滑块 */
          width:6px;
          border-radius: 8px;
          background: #D8D8D8;
     
    
      }
      ::-webkit-scrollbar-corner { /* 边角 */
          width: 10px;
          background-color: red;
    
      }
      ::-webkit-scrollbar-thumb:hover { /* 鼠标移入滑块 */
          background:#898989;
      }
