@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }

a, img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单 */ }

html, body {
  width: 100%;
  height: 100%;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px; }

body {
  font-weight: 500;
  color: #242426;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  line-height: 1.5;
  text-align: left;
  background-color: #e8e8e8; }

.abs {
  position: absolute; }

.rel {
  position: relative; }

.hidden {
  display: none; }

.alpha {
  visibility: hidden;
  opacity: 0; }

.ui-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 81px;
  width: 750px;
  background-color: black; }
  .ui-header .top_logo {
    top: 25px;
    left: 32px;
    width: 121px;
    height: 32px;
    border: none;
    background: url("../img/logo.png") no-repeat; }
  .ui-header nav {
    float: right;
    right: 10px;
    height: 100%;
    position: relative; }
    .ui-header nav a {
      transition: all .3s ease-out;
      text-align: center;
      line-height: 81px;
      font-size: 2.6rem;
      height: 37px;
      display: inline-block;
      -webkit-text-stroke-width: 0.2px;
      -moz-text-stroke-width: 0.2px;
      -ms-text-stroke-width: 0.2px;
      -o-text-stroke-width: 0.2px;
      text-stroke-width: 0.2px;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -ms-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #727071;
      text-decoration: none;
      font-family: 'Neou-Bold' , "Microsoft YaHei","Arial","宋体"; }
    .ui-header nav a.on, .ui-header nav a:hover {
      color: white; }
    .ui-header nav .link:nth-child(1) {
      width: 132px;
      height: 81px; }
    .ui-header nav .link:nth-child(2) {
      width: 120px;
      height: 81px; }
    .ui-header nav .link:nth-child(3) {
      width: 173px;
      height: 81px; }

.detail {
  width: 100%;
  height: 100%;
  background-color: #e8e8e8; }
  .detail .contentBox {
    width: 100%;
    height: 100%; }
  .detail .detail_txt {
    width: 654px;
    height: 356px;
    top: 160px;
    left: 50px;
    font-size: 22px;
    text-align: center;
    background-color: #e8e8e8; }
    .detail .detail_txt .detail_title {
      width: 100%;
      font-size: 32px;
      color: black;
      line-height: 30px;
      padding-top: 40px;
      -webkit-text-stroke-width: 0.2px;
      -moz-text-stroke-width: 0.2px;
      -ms-text-stroke-width: 0.2px;
      -o-text-stroke-width: 0.2px;
      text-stroke-width: 0.2px;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -ms-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      height: 50px;
      color: rgba(0, 0, 0, 0.8);
      font-family: 'PingFang Light', "Microsoft YaHei","Arial","宋体"; }
    .detail .detail_txt .detail_info {
      text-align: left;
      margin: 0 auto;
      -webkit-text-stroke-width: 0.2px;
      -moz-text-stroke-width: 0.2px;
      -ms-text-stroke-width: 0.2px;
      -o-text-stroke-width: 0.2px;
      text-stroke-width: 0.2px;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -ms-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
      font-family: 'PingFang Light';
      width: 597px;
      font-size: 22px;
      line-height: 50px;
      color: rgba(0, 0, 0, 0.8); }
  .detail .detailBox {
    width: 654px;
    top: 514px;
    left: 80px; }
    .detail .detailBox ul, .detail .detailBox li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .detail .detailBox .detail_piclist {
      padding-bottom: 40px; }
      .detail .detailBox .detail_piclist li {
        margin-bottom: 20px; }

.shadow {
  -webkit-box-shadow: 0px 0 8px 8px rgba(200, 200, 200, 0.6);
  -moz-box-shadow: 0px 0 8px 8px rgba(200, 200, 200, 0.6);
  -ms-box-shadow: 0px 0 8px 8px rgba(200, 200, 200, 0.6);
  -o-box-shadow: 0px 0 8px 8px rgba(200, 200, 200, 0.6);
  box-shadow: 0px 0 8px 8px rgba(200, 200, 200, 0.6); }

@font-face {
  font-family: "PingFang Light";
  src: url("../../css/PingFang Light.eot");
  /* IE9 */
  src: url("../../css/PingFang Light.eot?#iefix") format("embedded-opentype"), url("../../css/PingFang Light.woff") format("woff"), url("../../css/PingFang Light.ttf") format("truetype"), url("../../css/PingFang Light.svg#PingFang Light") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal; }

/*# sourceMappingURL=m_detail.css.map */
