 /*-----重置代码-----*/

 body,
 ol,
 ul,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 th,
 td,
 dl,
 dd,
 form,
 fieldset,
 legend,
 input,
 textarea,
 select {
   margin: 0;
   padding: 0;
 }

 html {
   height: 100%;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
 }

 body {
   width: 100%;
   background: #151312;
   font-size: 16px;
   color: #ebd9b1;
   font-family: "Microsoft YaHei";
   -webkit-text-size-adjust: 100%;
   min-width: max-content;
 }

 em {
   font-style: normal
 }

 li {
   list-style: none
 }

 img {
   border: 0;
   vertical-align: middle
 }

 p {
   word-wrap: break-word
 }

 a {
   text-decoration: none;
   cursor: pointer;
 }

 a:link {
   COLOR: #696969;
   text-decoration: none;
 }

 a:visited {
   COLOR: #696969;
   text-decoration: none;
 }

 a:hover {
   COLOR: #1a77bd;
   text-decoration: none;
 }



 /* 通用 */
 .wrap {
   width: 100%;
 }

 .container {
   width: 1200px;
   margin: 0 auto;
 }

 .clear {
   height: 30px;
   overflow: hidden;
   clear: both;
 }

 .clear_m {
   height: 20px;
   overflow: hidden;
   clear: both;
 }

 .clear_s {
   height: 15px;
   overflow: hidden;
   clear: both;
 }

 .clear_k {
   clear: both;
 }

 .left {
   float: left;
 }

 .right {
   float: right;
 }

 #more {
   float: right;
   font-size: 14px;
   color: #b5b5b5;
 }

 .sk3 {
   margin-top: 3px;
 }

 .sk5 {
   margin-top: 5px;
 }

 .sk8 {
   margin-top: 8px;
 }

 .sk10 {
   margin-top: 10px;
 }

 .sk15 {
   margin-top: 15px;
 }

 .sk20 {
   margin-top: 20px;
 }

 .k10 {
   padding: 10px;
 }

 .bor_4 {
   overflow: hidden;
   border: 1px solid #eee;
   padding: 15px;
 }

 .bor_bottom {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #eee;
 }

 header {
   height: 570px;
   text-align: center;
 }

 .lmLogo {
   margin-top: 50px;
 }

 .lanmu_zt ul li {
   float: left;
   margin: 35px 30px 0 0;
   text-align: center;
 }

 .lanmu_zt li a:last-child {
   margin-right: 0;
 }

 .lanmu_zt li img {
   display: block;
   width: 370px;
   height: 157px;
 }

 .lanmu_zt li span {
   display: inline-block;
   color: #ebd9b1;
   height: 46px;
   line-height: 66px;
 }

 footer {
   background: #271f1c;
   font-size: 14px;
   color: #7d6e5b;
   height: 48px;
   line-height: 48px;
   text-align: center;
   margin-top: 35px;
 }