* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-size: 100%; }

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

fieldset, img {
  border: 0; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

del {
  text-decoration: line-through; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

q:after, q:before {
  content: ''; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

a, ins {
  text-decoration: none; }

html {
  -webkit-tap-highlight-color: transparent; }

body, html {
  font-family: sans-serif;
  background-color: rgba(0,0,0,0.7); }

.clearfix:after, .clearfix:before {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.dib {
  display: inline-block; }

.hide {
  display: none; }

img {
  width: 100%; }

.header {
  position: absolute;
  width: 100%;
  max-width: 10rem;
  height: 1.28rem;
  line-height: 1.28rem;
  line-height: 1.28rem;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .header .logo {
    position: absolute;
    top: 0.3rem;
    left: 0.66667rem;
    width: 4.5rem;
    height: 1.56rem;
    background: url(../../../pic/inc/logo.png) no-repeat;
    background-size: 100%; }
  .header .title {
    width: 100%;
    max-width: 10rem;
    text-align: center;
    color: #9a9a9a;
    font-size: 0.4rem; }
  .header .change-link {
    position: absolute;
    display: block;
    top: 0.36rem;
    right: 0.56rem;
    width: 0.56rem;
    height: 0.56rem;
    background-size: 100%; }
  .header .menu-btn {
    position: absolute;
    display: block;
    top: 0.36rem;
    right: 0.56rem;
    width: 0.38667rem;
    border-top: 0.02667rem solid #fff;
    height: 0.34667rem;
    background: transparent;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .header .menu-btn:before {
      position: absolute;
      left: 0;
      top: 0.17333rem;
      width: 0.38667rem;
      content: '';
      height: 0.02667rem;
      background: #fff;
      -webkit-transition: all .5s;
      transition: all .5s; }
    .header .menu-btn:after {
      position: absolute;
      left: 0;
      top: 0.34667rem;
      width: 0.38667rem;
      content: '';
      height: 0.02667rem;
      background: #fff;
      -webkit-transition: all .5s;
      transition: all .5s; }
  .header .menu-link-list {
    position: absolute;
    top: 1.28rem;
    width: 7.70667rem;
    margin: 0 1.14667rem; }
    .header .menu-link-list .l-item {
      height: 1.14667rem;
      line-height: 1.14667rem;
      font-size: 0.32rem;
      border-bottom: 1px solid #fff; }
      .header .menu-link-list .l-item a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        text-decoration: none !important; }
  .header.show-menu {
    height: 11.73333rem; }
    .header.show-menu .menu-btn {
      border-top-color: transparent; }
      .header.show-menu .menu-btn:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header.show-menu .menu-btn:after {
        top: 0.17333rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.footer {
  width: 100%;
  height: 2.53333rem;
  line-height: 1.53333rem;
  background: #ffffff;
  text-align: center;
  font-size: 0.13333rem;
  color: #000000;
  padding-top:0.5rem; }
  .footer .icp {
    line-height:0.5rem;
    font-size: 0.21333rem; }
  .footer .line {
    height: 0.02rem;
    width: 8rem;
    margin: 0rem auto;
    background-color: #7d7d7d;
  }

.hm-t-container {
  display: none !important; }

.app {
  width: 100%; }

.floor {
  height: 4.9518rem; }
  .floor .title {
    font-size: 0.37333rem;
    text-align: center;
    color: #000; }
  .floor .sub-title {
    font-size: 0.53333rem;
    text-align: center;
    color: #000; }
  .floor a {
    display: block;
    width: 100%;
    height: 100%; }

.banner {
  position: relative;
  width: 10rem;
  height: 9.931rem;
  top:1.25rem;
  overflow: hidden;
  margin-bottom: 1.89rem; }
  .banner .banner-item {
    width: 10rem;
    height: 10.78667rem;
    background-size: 100%; }

/** banner arrow start **/
.app .top-banner-arrow .prev {
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: -3rem 0 0 0.5rem;
  display: block;
  background: url(../../../pic/inc/left-arrow.png) no-repeat;
  top: 50%;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  cursor: pointer; }

.app .top-banner-arrow .next {
  position: absolute;
  width: 1rem;
  height: 1rem;
  display: block;
  background: url(../../../pic/inc/right-arrow.png) no-repeat;
  top: 50%;
  right: 0.1rem;
  margin-top: -3rem;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  cursor: pointer; }
/** banner arrow end **/

.cate {
  position:relative;
  /*background: #f6f6f6 url(../../../pic/cate/1.jpg) left bottom no-repeat;*/
  background-size: 100%; }

.app .contact {
  position:relative;
  top:1.2664rem;
  height:11.2355rem; }

.app .f-detail {
  position:relative;
  top:1.2664rem;
  height:11.2rem; }

.app .o-detail {
  height:9.9416rem; }

.app .l-detail {
  height:9.9455rem; }

.app .mask {
  position:absolute; 
  width:100%;
  height:1rem;
  background-color: #17120f;
  filter:alpha(opacity=50);  
  -moz-opacity:0.5;  
  -khtml-opacity: 0.5;  
  opacity: 0.5;
  z-index:999;  }

.app .words {
  position:absolute; 
  width:20%;
  height:1rem;
  margin-left:0.5rem;
  font-size:0.5rem;
  color:#ffffff;
  line-height:1rem;
  display:-webkit-inline-box;
  z-index:999; }

.app .go {
  position:absolute;
  width:0.5rem;
  height:0.5rem;
  top:3.654rem;
  margin-left:0.5rem; }