body,
div,
ul,
li,
p,
b {
  margin: 0;
  padding: 0;
}
ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
/*floatTrueland*/
.floatTrueland {
  width: 51px;
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  font-family: "微软雅黑";
  color: #fff;
}
.floatTrueland img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.floatTrueland .list > li {
  width: 51px;
  height: 51px;
  border-radius: 3px;
  background: #3063aa;
  background: rgba(1, 65, 153, 0.8);
  margin-bottom: 2px;
  position: relative;
}
.floatTrueland .list > li:hover {
  background: #3db6eb!important;
}
.floatTrueland .list .icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  margin: auto;
}
.floatTrueland .list .icon img {
  opacity: 1!important;
}
.floatTrueland .item {
  width: 140px;
  position: absolute;
  right: 70px;
  bottom: 0;
  display: none;
}
.floatTrueland .ewmItem {
  background: none;
  border-radius: 10px;
  text-align: center;
  background: #3063aa;
  border: solid 10px #3063aa;
}
.floatTrueland .ewmItem b {
  top: 50%;
  right: -20px;
  margin-top: -20px;
  position: absolute;
}
.floatTrueland .qqItem .box {
  padding: 0 0 0 0;
}
.floatTrueland .qqItem .btns {
  border-bottom: 1px solid #EAEAEA;
  padding: 10px;
}
.floatTrueland .qqItem .btns a {
  display: block;
  background-color: #eff4f6;
  font-size: 12px;
  color: #646464;
  text-decoration: none;
  line-height: 25px;
  margin: 0 0 10px 0;
  border: 1px solid #c8d1d6;
  text-align: center;
}
.floatTrueland .qqItem .btns a > img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.floatTrueland .qqItem .btns a:hover {
  background-color: #c8d1d6;
}
.floatTrueland .qqItem .btns a:last-child {
  margin-bottom: 0;
}
.floatTrueland .qqItem .txt {
  background-color: #f7f7f7;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 5px;
  line-height: 30px;
}
.floatTrueland .phoneItem {
  display: block;
  font-family: arial;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background: #3db6eb;
  cursor: pointer;
  text-align: center;
}
.floatTrueland .phoneItem img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.floatTrueland .ly {
  display: block;
  font-family: arial;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background: #a41626;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .floatTrueland {
    display: none;
  }
}
#returnTop .block {
  display: block;
}
#returnTop img {
  opacity: 0.5;
}
#returnTop:hover img {
  opacity: 1;
}
