body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
/* 
    HTML5 display definitions
*/
body{
  -webkit-font-smoothing: antialiased;/**这两行是让字体打到最佳显示**/
  text-rendering: optimizespeed; }
article,aside,details,
figcaption,figure,footer,header,hgroup,main,
nav,section,summary {display: block;}
/*****表单样式重置****
 */
button,input,select,textarea {vertical-align: baseline;*vertical-align: middle;}
button,input {line-height: normal;}
button,select {text-transform: none;}
ul,li,ol,dl,dd{list-style: none;}
h1,h2,h3,h4,h5,h6 {line-height: 1.5;}
input,button,select,textarea {font-family: 'Microsoft Yahei';font-size: 14px;}
a{ text-decoration: none;color:#fff;}
img{border:0;}
input,button{outline:none;}
button,input[type='button']{ cursor: pointer;}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
/* 
****重置表格元素****
 */
table {border-collapse: collapse;border-spacing: 0;}
img{border:0;}
/* 
****清除浮动样式设置****
 */
/*弹出*/
.navRight {
  position: fixed;
  right: 0;
  left: 50%;
  top: 220px;
  margin-left: 501px;
  width: 101px;
  border: 1px solid #393939;
  border-bottom: none;
}
.navRight li {
  height: 80px;
  background: #151515;
  border-bottom: 1px solid #393939;
}
.navRight li:hover {
  background-image: url(../images/navRightBg.jpg?={$STATICS_FILE_VERSION});
}
.navRight a {
  display: block;
  height: 80px;
  background: url(../images/navRight.png?={$STATICS_FILE_VERSION}) no-repeat;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navRight a.nav1 {
  background-position: 0 0;
}
 

.navRight a.nav2 {
  background-position: 0px -80px;
}
.navRight a.nav3 {
  background-position: 0px -160px;
}
.navRight a.nav4 {
  background-position: 0px -240px;
}
.navRight a.nav5 {
  background-position: 0px -320px;
}
.navRight a:hover.nav1 {
  background-position: -101px 0;
}
.navRight a:hover.nav2 {
  background-position: -101px -80px;
}
.navRight a:hover.nav3 {
  background-position: -101px -160px;
}
.navRight a:hover.nav4 {
  background-position: -101px -240px;
}
.navRight a:hover.nav5 {
  background-position: -101px -320px;
}

.codeLeft,.codeRight{z-index:99;position:absolute;top:600px}
.codeLeft a,.codeRight a{display:block}
.codeLeft img,.codeRight img{display:block;width:96px;height:96px}
.codeLeft i,.codeRight i{display:block;width:20px;height:20px;position:absolute;bottom:0;cursor:pointer}
.codeLeft{left:40px;width:177px;height:384px;background:url(../images/codeLeft.png?={$STATICS_FILE_VERSION}) no-repeat}
.codeLeft a{padding-left:63px;width:114px;height:140px;padding-top:244px}
.codeLeft i{left:101px}
.codeRight{right:40px;width:145px;height:385px;background:url(../images/codeRight.png?={$STATICS_FILE_VERSION}) no-repeat}
.codeRight a{width:111px;padding-left:34px;height:139px;padding-top:246px}
.codeRight i{left:72px}