html,
body,
div,
ul,
ol,
li, 
h1,


aside,
header,
mark,
meter,
menu,
nav{
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  
}

ul,
ol {
  list-style: none;
}


 

a,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
 

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.hidden {
  display: none;
}
 
em,
i,
s {
  font-style: normal;
}
 


div.slide-mask {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -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: 0;
  width: 70%;
  -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 {
   max-width:640px;
   min-height: 100%;
   background:#0065A5
}
aside.slide-wrapper > div > div {
  padding: 0 10px;
  height: 45px;
  overflow: hidden;
  background:#00508F
  
}
aside.slide-wrapper > div > div strong {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
 
}
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: 10px 10px; 
  border-bottom: 1px solid #3392CC;
  font-size: 15px;
  display: block;
  color: #fff;
  width:96%;
  margin:0 auto
}
aside.slide-wrapper li.current > a {
  background-color: #0065A5;
}
header h1 {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: #0065A5;
  color:#fff
}
header h1 a {
  position: absolute;
  left: 10px;
  top: 13px;
  width: 15px;
  height: 13px;
  margin:0
}
header h1 a img {
  display: block;
  width: 15px;
  height: 13px;
}
 
header{
	margin:0 auto;
	padding:0; 
	position:relative;}
	

aside.slide-wrapper li span{
	width:33.333333%; 
	display:block;
	float:left;
	border-right: 1px solid #3392CC;}
 