a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  font: 14px/1.6 "Microsoft Yahei";
  /* background: url(../images/bg01.jpg) no-repeat center top; */
  background-size: cover;
}
ul li {
  list-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *+height: 1%;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
* + html .clearfix {
  zoom: 1;
} /* IE7 */
.fL {
  float: left !important;
}
.fR {
  float: right !important;
}
img {
  vertical-align: top;
}
/*---------------index--------------*/
html,
body {
  height: 100%;
  overflow: hidden;
}
#container {
  min-width: 1200px;
  height: 100%;
  position: relative;
}
.main {
  margin: -375px 0 0 -260px;
  padding: 30px 0;
  width: 520px;
  position: fixed;
  left: 50%;
  top: 50%;
}
.main .logo {
  margin-bottom: 30px;
  text-align: center;
}
.main ul {
  margin: 0 auto 49px;
  width: 470px;
}
.main li {
  margin-bottom: 10px;
  border-radius: 50px;
  box-shadow: 0 6px 4px rgba(199, 208, 235, 0.52);
}
.main li a {
  display: block;
  position: relative;
}
.main li a:hover {
  background: url(../images/link01_on.png) no-repeat;
}
.main li.li02 a:hover {
  background: url(../images/link02_on.png) no-repeat;
}
.main li.li03 a:hover {
  background: url(../images/link03_on.png) no-repeat;
}
.main li.li04 a:hover {
  background: url(../images/link04_on.png) no-repeat;
}
.main li.li05 a:hover {
  background: url(../images/link05_on.png) no-repeat;
}
.main li a span {
  display: block;
  position: absolute;
  right: 25px;
  top: 0;
}
.main li a:hover > img {
  visibility: hidden;
}
.main .img {
  text-align: center;
}
