body {
	margin:0px;
}
.msg {
  font-size: 12px;
  color: #666666;
  height: 32px;
  line-height: 32px;
  background-color: #ECECEC;
  min-width: 1200px;
  width: 100%;
}
.msg .msg_left {
  display: inline-block;
}
.msg .msg_left a {
  height: 100%;
  display: inline-block;
  color: #ff8000;
  text-decoration: none;
}
.msg .msg_left a:hover {
  text-decoration: underline;
  color: #005bac;
}
.msg .msg_right {
  float: right;
  display: inline-block;
  position: relative;
}
.msg .msg_right ul {
  list-style: none;
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}
.msg .msg_right ul li {
  display: inline-block;
}
.msg .msg_right ul li a {
  color: #666;
  text-decoration: none;
}
.msg .msg_right ul li:before {
  content: "|";
  padding-right: 5px;
}
.msg .msg_right ul li:after {
  content: "";
  padding-left: 5px;
}
.msg .msg_right ul li:first-child:before {
  content: "";
}
.msg .msg_right ul li:hover a {
  color: #005bac;
  text-decoration: underline;
}
.msg .msg_right .msg_wechat {
  padding: 10px;
  display: none;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ccc;
}
.msg .msg_right .msg_wechat img {
  border: none;
  width: 96px;
  height: 96px;
}
.msg .wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
footer {
  min-width: 1200px;
  width: 100%;
  height: 100px;
  position: absolute;
  background-color: #3B3D45;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size:14px;
}
footer span {
  line-height: 28px;
  display:block;
}