html {
  overflow:inherit;
  overflow-x:hidden;
}

.cpage {
  background:#fff;
}

.top_bg {
  position:relative;
  height:400px;
  background-position:center center;
}

.submenu {
  height:50px;
  line-height:50px;
  background-color:#aca9a2;
  text-align:center;
  font-size:0px;
}

.submenu a {
  display:inline-block;
  height:100%;
  width:110px;
  font-size:14px;
  text-align:center;
  background:#aca9a2;
  color:#ffffff;
  /*text-shadow:1px 1px 1px #666;*/
}

.submenu .sel,.submenu a:hover {
  background:#ffffff;
  color:#000000;
}

.content {
  background-color:#fff;
  text-align:center;
  width:1200px;
  margin:0 auto;
  border-left:1px solid transparent;
  border-right:1px solid transparent;
}
