body {
  width: 1060px;
  margin: 0 auto;
  position: static; }

header {
  width: 100%;
  height: 100%;
  margin-bottom: -70px; }
  header h1 {
    width: 100%;
    height: 15px;
    display: block;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    position: relative;
    top: 30px;
    right: 0;
    text-align: right;
    margin: 0;
    padding: 0;
    z-index: 9; }
  header .centerlogo {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10; }
    header .centerlogo a {
      border: none; }
  header .centerlogo:hover {
    filter: alpha(opacity=80);
    opacity: 0.8; }
  header .menu {
    width: 100%;
    height: 145px;
    z-index: 8; }
    header .menu ul {
      margin: 0;
      padding: 0;
      position: relative;
      top: 35px;
      left: 0; }
    header .menu li.listlink {
      width: 225px;
      height: 60px;
      list-style: none;
      float: left;
      display: block;
      text-align: center;
      background: #888; }
    header .menu li.logoarea {
      width: 160px;
      height: 60px;
      list-style: none;
      float: left;
      display: block;
      text-align: center;
      background: #888; }
    header .menu a {
      text-decoration: none;
      line-height: 60px;
      display: block; }
    header .menu a:link {
      color: #fff;
      background: #888; }
    header .menu a:visited {
      color: #fff;
      background: #888; }
    header .menu a:hover {
      color: #000;
      background: #aaa; }
  header #slider {
    position: relative;
    top: -50px;
    margin: 0 auto; }

main {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0; }
  main #about {
    padding-left: 15px; }
    main #about .box {
      width: 250px;
      margin-right: 10px;
      float: left; }
      main #about .box .text {
        padding: 5px;
        font-size: 12px; }

main.youtube {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0; }
  main.youtube .yt_content {
    width: 500px;
    margin: 10px;
    float: left;
    background: #fff; }
    main.youtube .yt_content h3 {
      display: block;
      background: #333;
      color: #fff;
      padding: 5px;
      margin: 5px 0 0 0; }
    main.youtube .yt_content p {
      width: 480px;
      display: block;
      border: 1px solid #333;
      padding: 9px;
      color: #333;
      font-size: 14px;
      margin: 0; }
  main.youtube .clear {
    clear: both;
    margin: 0;
    padding: 0; }

main.products {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0; }
  main.products .item_box {
    margin: 10px 0; }
    main.products .item_box h2 {
      display: block;
      width: 1040px;
      padding: 10px;
      margin-bottom: 10px;
      background: #888;
      font-size: 20px;
      color: #fff;
      margin: 0; }
    main.products .item_box .image_box {
      width: 430px;
      height: 540px;
      float: left;
      margin-top: 10px; }
      main.products .item_box .image_box .mainImage {
        margin-bottom: 10px;
        border: 2px solid #888; }
      main.products .item_box .image_box .thumb {
        border: 2px solid #888;
        margin: 0;
        margin-left: 3px;
        float: left; }
    main.products .item_box .text_box {
      width: 596px;
      min-height: 526px;
      margin: 10px 0 0 10px;
      padding: 10px;
      border: 2px solid #888;
      over-flow: auto;
      float: left; }
  main.products .clear {
    clear: both;
    margin: 0;
    padding: 0; }

footer {
  width: 1040px;
  height: 100%;
  background: #333;
  padding: 10px;
  margin-top: 20px; }
  footer p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 12px;
    line-height: 17px; }
  footer .banner_area {
    width: 900px;
    height: 60px;
    margin: 0 auto; }
    footer .banner_area ul {
      margin: 0;
      padding: 0; }
      footer .banner_area ul li {
        list-style: none;
        float: left;
        margin: 5px; }
        footer .banner_area ul li a:hover {
          filter: alpha(opacity=80);
          opacity: 0.8; }

/*# sourceMappingURL=style.css.map */