.lt-ie9 {
  overflow: visible;
}

.lt-ie9 body {
  overflow: visible;
}

.lt-ie8 {
  overflow-x: auto;
  overflow-y: auto;
}

/* LAYOUT
====================================== */

#main {
  padding-top: 40px;
}

.primary-content {
  float: left;
  width: 63%;
}

.sidebar {
  float: right;
  width: 31.25%;
}

/* HELPER CLASSES
====================================== */

.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.responsive-img {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.pattern {
  background-image: url(../images/pattern.png);
  background-position: 0 0;
  background-repeat: repeat;
}

.center {
  text-align: center;
}

/* All */

/* .nav {
  margin-bottom: 48px;
} */

.nav ul {
  *zoom: 22;
  float: right;
  margin-right: 0.3rem;
}

.nav ul>li {
  position: relative;
}

.nav a {
  width: 100%;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
}

.nav a:hover {
  text-decoration: none;
  background: #3370FF;
  transition: all ease .2s;
}

.nav .clear li:hover>a {
  color: #FFFFFF !important;
}

.nav li ul {
  background: #fff;
  /* zoom: 22; */
}

.nav li ul a {
  border: none;
  color: #3370FF;
  text-align: left;
  padding-left: 0.23rem;
}

.nav>ul>li:hover {
  background-color: #3370FF;
  color: #fff;
  /* font-weight: bold; */
}

.nav li ul a:hover {
  background-color: #3370FF;
  color: #fff;
  line-height: 0.45rem;
  box-sizing: border-box;
  /* font-weight: bold; */
}

.nav3>ul>li:hover ul {
  text-shadow: rgba(0, 0, 0, 0.06);
}

.nav3>ul>li:hover ul li {
  height: 0.45rem;
  line-height: 0.45rem;
  box-sizing: border-box;
}

.nav3 li ul {
  width: 1.4rem;
  position: absolute;
  right: 0;
  left: 0;
  top: 0.9rem;
  z-index: 1;
}

.nav3 li ul li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
}