﻿/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  -ms-transform: 0.3;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s ;
  -o-transition: 0.3s ;
  transition: 0.3s ;
  font-size: 14px;
  color: #fff;
}
a:hover {
  color: #f5f5f5;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
img {
  border: none;
}
.clear {
  clear: both;
}
html,
body {
  font: 14px "微软雅黑", "Arial", "Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica", "Verdana", "sans-serif";
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}
textarea,
input {
  border: none;
}
/*鼠标经过*/
.weixin {
  position: relative;
}
.weixin a {
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.weixin .weixin_nr {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 100px;
  top: 0px;
  display: none;
}
.weixin .weixin_nr img {
  margin-bottom: 5px;
}
.weixin .weixin_nr .arrow {
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50px;
  top: -10px;
}
.weixin.on .weixin_nr {
  display: block;
}
.weibo {
  position: relative;
}
.weibo a {
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.weibo .weibo_nr {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 120px;
  top: -30px;
  display: none;
}
.weibo .weibo_nr img {
  margin-bottom: 5px;
}
.weibo .weibo_nr .arrow {
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50px;
  top: -10px;
}
.weibo.on .weibo_nr {
  display: block;
}
#back-to-top {
  display: none!important;
}
@media screen and (max-width: 340px) {
  .footer .page3 ul li img {
    width: 78px;
    height: auto;
  }
  .footer .page3 ul {
    width: 90% !important;
    margin: 0 auto;
    float: none;
  }
}
iframe[height="22"] {
  display: none;
}