
.wrapper {
  padding-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper .container {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
div.slide-mask {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
}
aside.slide-wrapper {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 60px;
  width: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
aside.slide-wrapper > div {
  background-color: #801822;
  min-height: 100%;
  padding-top:30px;	
  padding-bottom:30px;	
}
aside.slide-wrapper > div > div {
  padding: 0 10px;
  height: 35px;
  background-color: #801822;
  overflow: hidden;
}

aside.slide-wrapper.moved {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
aside.slide-wrapper li > a {
  padding: 15px 10px;
  font-size: 14px;
  display: block;
  color: #fff;
  text-align:center;
    margin:0 55px;
}
aside.slide-wrapper li.line {
  padding: 0px 10px;
  border-top: 0.1em dashed #c09d9f;
  font-size: 15px;
  display: block;
  color: #fff;
  text-align:center;
    margin:0 55px;
}

aside.slide-wrapper li.line1 {
  padding: 0px 10px;
  border-top: 0.1em dashed #fff;
  font-size: 15px;
  display: block;
  color: #fff;
  text-align:center;
    margin:0 55px;
}
aside.slide-wrapper li.current > a {
  background-color: #920d14;
}
header{
  position: relative;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 14px;
  background:#920d14;

 
}
.top{ margin:0 auto;width:100%;}
header .box1 a {
  position: absolute;
  left: 10px;
  top: 20px;
  width:4.25em; height:3.25em; background-size:1.85em;

}
header div a img {
  display: block;
}
div.imgbox {
  margin: 10px 5px;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.2);
}
div.imgbox img {
  width: 300px;
  display: block;
  margin: 0 auto 5px auto;
}

.top{padding-top:2.5%;}
.wrapper .top_logo{float:left;width:70%; text-align:center;}
.wrapper .left_btn{float:left;width:9%;padding:0 3%;}
.wrapper .tmall{float:right;width:9%;padding:0 3%;}
.wrapper .tmall img{width:100%;max-width:37px;max-height:39px;display:block;margin:0 auto;}
.wrapper .left_btn img{width:100%;max-width:37px;max-height:39px;display:block;margin:0 auto;}
.wrapper .top_logo img{width:100%;max-width:162px;max-height:39px;display:block;margin:0 auto;}