body {
  position: relative;
}
.actGotop {
  position: fixed;
  _position: absolute;
  bottom: 100px;
  right: 80px;
  width: 38px;
  height: 38px;
  display: none;
}
.actGotop a,
.actGotop a:link {
  width: 38px;
  height: 38px;
  display: inline-block;
  background: #ececec;
  border-radius: 50%;
  outline: none;
  font-size: 20px;
  text-align: center;
}
.actGotop a img,
.actGotop a:link img {
  margin-top: 4px;
}
.actGotop a:hover {
  outline: none;
}
.ml26 {
  margin-left: 26px;
}
@media (max-width: 750px) {
  #banner img {
    width: 80%;
  }
}
.ml20 {
  margin-left: 20px;
}
i.wx,
i.earth,
i.search {
  width: 29px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
i.mt5 {
  margin-top: 13px;
}
i.wx {
  background: url("../img/wx.jpg") no-repeat center center;
}
i.earth {
  background: url("../img/earth.jpg") no-repeat center center;
}
i.search {
  background: url("../img/search.jpg") no-repeat center center;
}
#footer {
  background-color: #f4f4f4;
}
#footer .menu-row h3 {
  font-family: 'Microsoft YaHei';
  font-size: 18px;
  color: #323232;
  margin-top: 30px;
  margin-bottom: 25px;
}
#footer .menu-row ul {
  list-style: none;
  padding-left: 0;
}
#footer .menu-row ul li {
  color: #323232;
}
#footer .menu-row ul li a {
  line-height: 28px;
}
#footer .menu-row ul li a:hover{
   color: #cb3034;
}
#footer .code {
  margin-top: 40px;
}
#footer .code .ver-img {
  float: left;
}
#footer .code .ver-img img {
  width: 76px;
  height: 76px;
}
#footer .code .ver-img p {
  margin-top: 5px;
  color: #232222;
}
#footer .code .enter {
  float: right;
}
#footer .code .enter p {
  margin-top: 20px;
  font-family: 'Microsoft YaHei';
  font-size: 18px;
  color: #323232;
}
#footer .code .enter select {
  width: 250px;
  height: 34px;
  border: 1px solid #a6aeae;
  font-family: 'Microsoft YaHei';
  color: #323232;
}
#footer .address {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid #b5b5b5;
  margin-bottom: 18px;
}
.enter select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding-left: 8px;
  position: relative;
  background: #fff url("../img/arrow.jpg") no-repeat scroll right center;
  padding-right: 20px;
}
.enter select::-ms-expand {
  display: none;
}
@media (max-width: 750px) {
  .actGotop {
    right: 10px;
  }
}
