.container {
  width: 920px;
  padding: 0 40px; }

.mainbg1 {
  position: relative;
  height: 700px;
  background: url("/static/page/huohuo/images/bg_036f180.jpg") center 0 no-repeat;
  min-width: 1000px; }

.nav {
  background: #333;
  padding: 10px 0;
  font-size: 24px; }
  .nav .title {
    font-size: 32px;
    color: #fff; }
  .nav a {
    margin-left: 30px;
    color: #eee; }

.about {
  color: rgba(255, 255, 255, 0.8); }
  .about h2 {
    font-size: 24px;
    padding: 50px 0 30px; }
  .about p {
    font-size: 14px;
    text-indent: 2em; }
