
#container {
  width: 100%;
  background: #eae2d4 url('https://up.enterdesk.com/edpic_source/1b/9e/b5/1b9eb5245fd9bf6cef8758b14b0f22bd.jpg') no-repeat fixed 0 0 !important
}

/*标题部分*/
 #banner {
  margin-left: 300px;
  width: 1400px;
  background: url('https://wenwen.soso.com/p/20100312/20100312182401-1931430074.jpg')  repeat-x fixed 800px -40px
}
 #banner a {
  color: #e09a31 !important
}

/*菜单栏*/
#nav-main {
  background: #e09a31;
  margin: 10px 0px 10px 300px;
  height: 44px;
  width: 1400px;
}
#nav-main a:link, #nav-main a:visited {
   background: #e09a31;
   font-size: 14px;
  color: #fff;
  padding: 8px;
}
#nav-main li {
  background: #e09a31
}

/*主题部分*/
#content {
  background: #fff;
  width: 1400px;
  margin-left: 300px
}
#post_detail {
  padding: 10px;
}

/*底部*/
#info-site {
  background: #fff;
  margin-left: 300px;
  width: 1400px;
}
#info-company {
  background:  #e09a31
}

#rightsidebar,
#leftsidebar {
 position: absolute;
 top: 0;
 left: 0;
 margin: auto;
 width: 300px;
 background: none
}

#rightsidebar {
   top: 200px;
}

#rightsidebar h3,
#leftsidebar h3 {
  font-size: 16px;
    font-weight: bold;
    color: #f1efe2;
}
#rightsidebar a,
#leftsidebar a {
  font-size: 14px;
    color: #cab16d;
}
#side-bg {
  position: fixed;
 width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.9;
  background: #203e5d;
}