* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Microsoft Yahei, Arial, Helvetica, sans-serif, sans-serifArial;
  /* background: url() repeat-x center top; */
}
body,
div,
p,
ul,
li,
i,
em,
span,
dd,
dt,
dl,
form,
table,
th,
td,
tr,
input {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
*,
html {
  /* 修正IE6振动bug */
  /* background-image: url(../gotop/a3c0520eb252467892a10eb3496e2bb2.gif); */
  /* background-attachment: fixed; */
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
}

/* space */

.izl-rmenu {
  position: fixed;
  right: 0;
  margin-right: 10px;
  bottom: 175px;
  padding-bottom: 20px;
  background: url() 0px bottom no-repeat;
  z-index: 999;
}
.izl-rmenu .btn {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.izl-rmenu .btn-qq {
  background: url(../gotop/icon2.png) no-repeat center 8px;
  background-color: #333;
}
.izl-rmenu .btn-qq:hover {
  background-color: #44c8dc;
}
.izl-rmenu .qq_con {
  width: 115px;
  height: 120px;
  background: #fff url() no-repeat center 15px;
  border: 10px #44c8dc solid;
  position: absolute;
  left: -135px;
  top: 0px;
  display: none;
  z-index: 10;
}
.izl-rmenu .qq_con a {
  display: inline-block;
  width: 70px;
  height: auto;
  text-align: center;
  overflow: hidden;
  line-height: 2em;
  margin: 10px 18px 0 18px;
  font-style: normal inherit;
}
.izl-rmenu .qq_con a img {
  margin-top: 3px;
}
.izl-rmenu .qq_con a em {
  font-size: 14px;
}
.izl-rmenu .qq_con p {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.izl-rmenu .btn-wx .qq_con {
  position: absolute;
  left: -160px;
  top: 0px;
  display: none;
  width: 160px;
  height: 160px;
}
.izl-rmenu .btn-wx {
  background: url(../gotop/icon2.png) no-repeat center -132px;
  background-color: #333333;
}
.izl-rmenu .btn-wx:hover {
  background-color: #44c8dc;
}
.izl-rmenu .btn-wx .pic {
  position: absolute;
  left: -160px;
  top: -100px;
  display: none;
  width: 160px;
  z-index: 10;
}
.izl-rmenu .btn-phone {
  background: url(../gotop/icon2.png) no-repeat center -48px;
  background-color: #333333;
}
.izl-rmenu .btn-phone:hover {
  background-color: #44c8dc;
}
.izl-rmenu .btn-phone .phone {
  background-color: #44c8dc;
  position: absolute;
  width: 160px;
  left: -160px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.izl-rmenu .btn-top {
  background: url(../gotop/icon2.png) no-repeat center -215px;
  background-color: #333333;
  display: none;
}
.izl-rmenu .btn-top:hover {
  background-color: #44c8dc;
}
