html,
body,
header,
#intro {
    height: 100%;
    font-family: 微软雅黑;
}

#intro {
    background: url("/default/images/home/tup24.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.top-nav-collapse {
  background-color: #24355C;
}
@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background-color: #24355C;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background-color: #24355C;
  }
}

@media (max-width: 1300px) {
  .navbar-nav.auto-margin {
    margin-left: 0px
  }
}

@media (min-width: 1301px) {
  .navbar-nav.auto-margin {
    margin-left: 160px
  }
}

#slide-out{
	width:240px;
}

.side-nav .logo-sn {
padding-bottom: 1rem;
padding-top: 1rem;
}

.side-nav .logo-sn img {
height: 38px;
}

.side-nav .search-form input[type=text] {
margin-top: 0;
border-top: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

main {
	min-height:700px;
	margin-top: 100px;
}

body {
	background-color: #fff;
}

.font12{
  font-size: 12px;
  color:#ddd;
}
.font14{
  font-size: 14px;
}
.font16{
  font-size: 16px;
}
