.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: none;
  background-color: transparent;
}
.top .nav ul li dl {
  padding: 10px 0;
  line-height: 40px;
  width: 116px;
  top: 40px;
  background: url(../../images/bg01.png) repeat;
  border-radius: 16px;
  margin-left: -58px;
}
.top .nav ul li dl:before {
  height: 25px;
  top: -20px;
}
.top .nav ul li dl:after {
  top: -6px;
  border: none;
  width: 14px;
  height: 6px;
  background: url(../../images/sj01.png) no-repeat center center;
}
.top .nav ul li dl dd {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 32px;
  border-left: none;
}
.top .nav ul li dl dd a {
  color: #a8cbda;
}
.top .search {
  float: left;
  padding-top: 37px;
}
.top .search form {
  display: none;
}
.top .search .search-btn {
  background: url(../../images/search-ico1.png) no-repeat center;
  width: 16px;
  height: 16px;
  display: block;
}
.top .login {
  margin-left: 26px;
}
.top .login a {
  margin-top: 36px;
  display: block;
  background: url(../../images/login-ico.png) no-repeat center center;
  height: 17px;
  width: 16px;
}
.foot {
  position: fixed;
  width: 100%;
  z-index: 99;
  display: none;
  bottom: 0;
}
#menu {
  position: absolute;
  right: 3%;
  top: 50%;
  height: 76px;
  width: 12px;
  z-index: 55;
  margin-top: -36px;
}
#menu li {
  width: 100%;
  height: 12px;
  background: url(../../images/y-normal.png) no-repeat center center;
  margin-top: 20px;
}
#menu li:first-child {
  margin-top: 0;
}
#menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
#menu .active {
  background-image: url(../../images/y-active.png);
}
html,
body {
  width: 100%;
  height: 100%;
  background: url(../../images/star-sky-bg.jpg) no-repeat center center;
  background-size: cover;
}
#dowebok .section {
  text-align: center;
  line-height: 100%;
}
#dowebok .section .img {
  padding-top: 110px;
}
.mouse {
  background: url(../../images/mouse.png) no-repeat center center;
  width: 22px;
  height: 46px;
  position: fixed;
  z-index: 99;
  bottom: 60px;
  left: 50%;
  margin-left: -11px;
}
