#tips {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 36px;
  line-height: 36px;
  color: green;
  width: 100%;
  text-align: center;
}
.content {
  width: 1200px;
  margin: 0 auto;
  min-height: 100%;
}
.nav {
  width: 100%;
  height: 66px;
  position: relative;
}
.nav ul {
  margin: 0;
}
.nav li {
  float: left;
  list-style-type: none;
  width: 80px;
  height: 100%;
  line-height: 65px;
  text-align: center;
}
.nav .navLeft {
  width: 41.6%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: skew(-30deg, 0);
  -moz-transform: skew(-30deg, 0);
  -ms-transform: skew(-30deg, 0);
  -o-transform: skew(-30deg, 0);
  transform: skew(-30deg, 0);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #FF5D80;
}
.nav .navLeft ul {
  height: 100%;
  -webkit-transform: skew(30deg, 0);
  -moz-transform: skew(30deg, 0);
  -ms-transform: skew(30deg, 0);
  -o-transform: skew(30deg, 0);
  transform: skew(30deg, 0);
  position: absolute;
  top: 0;
  right: 30px;
}
.nav .navLeft ul li {
  width: 80px;
  height: 100%;
  line-height: 65px;
  text-align: center;
}
.nav .navLeft ul li.active {
  background: #FF5D80;
}
.nav .navLeft ul li > a {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #371b3b;
  font-size: 16px;
}
.nav .navRight {
  width: 41.6%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  -webkit-transform: skew(30deg, 0);
  -moz-transform: skew(30deg, 0);
  -ms-transform: skew(30deg, 0);
  -o-transform: skew(30deg, 0);
  transform: skew(30deg, 0);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #FF5D80;
}
.nav .navRight ul {
  height: 100%;
  -webkit-transform: skew(-30deg, 0);
  -moz-transform: skew(-30deg, 0);
  -ms-transform: skew(-30deg, 0);
  -o-transform: skew(-30deg, 0);
  transform: skew(-30deg, 0);
  position: absolute;
  top: 0;
  right: 30px;
}
.nav .navRight ul li {
  width: 80px;
  height: 100%;
  line-height: 65px;
  text-align: center;
}
.nav .navRight ul li.active {
  background: #FF5D80;
}
.nav .navRight ul li > a {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #371b3b;
  font-size: 16px;
}
#footer {
  background: #1b1b1b;
  width: 100%;
  margin-top: 16px;
}
#footer .footer {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
#footer div {
  color: #a4a4a4;
  float: none;
}
#footer div p {
  line-height: 26px;
}
#footer div p a {
  color: #fd3f3f;
}
#footer .footer div a,
#footer .footer div span {
  color: #a4a4a4;
  margin: 0 14px;
}
#footer .footer div a:hover {
  color: #fd3f3f;
}
#footer .footer .logo {
  width: 229px;
  height: 97px;
}
#footer .footer .logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
#footer .midthr label {
  display: inline-block;
  padding-left: 40px;
  width: 60px;
  height: 40px;
  font-size: 0.875em;
  line-height: 16px;
  padding-top: 10px;
  margin: 0 10px 0 0;
}
#footer .midthr label.lb1 {
  background: url("http://www.ewan.cn/home/201311/img/lb1.jpg") no-repeat left center;
}
#footer .midthr label.lb2 {
  background: url("http://www.ewan.cn/home/201311/img/lb2.jpg") no-repeat left center;
}
#footer .midthr label.lb3 {
  background: url("http://www.ewan.cn/home/201311/img/lb3.jpg") no-repeat left center;
}
.server {
  bottom: 0;
  right: 0;
  width: 300px;
  height: 100px;
  margin-top: 15px;
  background-color: #00293c;
  position: fixed;
}
.server label {
  position: absolute;
  width: 58px;
  height: 45px;
  background: url(../img/icon-server.png) no-repeat;
  top: -1px;
  left: -1px;
  display: block;
}
.server ul {
  position: absolute;
  width: 80%;
  top: 25px;
  left: 13%;
}
.server ul li {
  height: 26px;
  line-height: 26px;
  text-align: left;
  color: #8593b4;
  font-size: 0.875em;
  white-space: nowrap;
  display: block;
}
.server ul li a {
  color: #8593b4;
}
