﻿html {
  background:#fcfdf8;
}
#content {
  max-width: 100%;
}
/* #header { */
/*   width:100%; */
/*   height:65px; */
/*   top:0; */
/*   background: #333; */
/*   position: relative; */
/* } */
/* #header .header-wrap { */
/*   width:1000px; */
/*   margin:0 auto; */
/*   padding:0; */
/* } */
/* #header #logo a { */
/*   background:url(../images/help-logo.png) no-repeat; */
/*   width:248px; */
/*   height:55px; */
/*   display: block; */
/*   margin-top: 6px; */
/*   text-indent: -10000em; */
/*   overflow: hidden; */
/* } */
/* #header .login { */
/*   display: inline-block; */
/*   padding:15px 0; */
/*   line-height: 1; */
/*   font-size:14px; */
/*   color:#656565; */
/*   margin-top:13px; */
/* } */
/* #header .login a { */
/*   color: #bababa; */
/* } */
/* #header a:hover.login { */
/*   background: #6e7373; */
/*   text-decoration: none; */
/*   color:#2d2d2d; */
/* } */
#header {
  margin: 0 auto;
  position: relative;
}
#header .header-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#header #logo a {
  background: url(../images/logo-v2.png) no-repeat;
  display: block;
  width: 285px;
  height: 53px;
  text-indent: -10000em;
  overflow: hidden;
}
#hang {
  width: 100%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 1000;
  position: fixed;
  height: 70px;
  color: #666;
}
#hang .header-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 13px 0 0 0;
}
#hang .logo a {
  background: url(../images/logo-v3.png) no-repeat;
  display: block;
  width: 285px;
  height: 53px;
  text-indent: -10000em;
  overflow: hidden;
}
#hang .page-nav {
  float: right;
}
#hang .page-nav,
#header .page-nav {
  float:right;
}
#hang .page-nav > ul,
#header .page-nav > ul {
  margin-bottom:20px;
}
#hang .page-nav > ul > li,
#header .page-nav > ul > li {
  float:left;
  margin-left:35px;
  height:50px;
  line-height:45px;
}
#hang .page-nav > ul > li.product,
#header .page-nav > ul > li.product {
  position: relative;
}
#hang .page-nav > ul > li.product em,
#header .page-nav > ul > li.product em {
  display: inline-block;
  width: 15px;
  height: 7px;
  background: url("../images/down-more-icon.png") no-repeat;
  margin-left: 5px;
}
#hang .page-nav > ul > li.product.show .product-item-list,
#header .page-nav > ul > li.product.show .product-item-list {
  display: block;
}
#hang .page-nav > ul > li.product .product-item-list,
#header .page-nav > ul > li.product .product-item-list {
  position: absolute;
  display: none;
  width: 115px;
  height: 115px;
  padding-top: 10px;
  padding-left: 15px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px #eee;
  right: 0px;
  top: 40px;
  z-index: 20;
}
#hang .page-nav > ul > li.product .product-item-list {
  background-color: #fff;
  -moz-box-shadow:  0 0 15px #eee;
  -webkit-box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px #eee;
}
#hang .page-nav > ul > li.product .product-item-list li:nth-child(1),
#header .page-nav > ul > li.product .product-item-list li:nth-child(1) {
  margin-top: 6px;
  /* padding-left: 3px; */
}
#hang .page-nav > ul > li.product .product-item-list li,
#header .page-nav > ul > li.product .product-item-list li {
  line-height: normal;
  margin-top: 9px;
}
#hang .page-nav > ul > li.product .product-item-list li a,
#header .page-nav > ul > li.product .product-item-list li a {
  color: #666;
  font-size: 12px;
  font-weight: 200;
}
#hang .page-nav > ul > li.product .product-item-list li a:hover,
#header .page-nav > ul > li.product .product-item-list li a:hover {
  color: #e38032;
}
#hang .page-nav > ul > li a {
  color: #666;
  display: inline-block;
  font-weight: 200;
}
#header .page-nav > ul > li a {
  display:inline-block;
  color: #666;
  font-size:14px;
  font-weight: 200;
}
#hang .page-nav > ul > li a:hover,
#header .page-nav > ul > li a:hover {
  text-decoration: none;
  color: #e38032;
}
#hang .page-nav > ul > li.login a,
#header .page-nav > ul > li.login a {
  color: #e38032;
  border: 1px solid #e38032;
  border-radius: 3px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#hang .page-nav > ul > li.login a:hover,
#header .page-nav > ul > li.login a:hover {
  color: #fff;
  background-color: #e38032;
  text-decoration: none;
}
#footer {
  text-align: center;
  margin:30px 0;
}
#footer .mark {
  display: inline-block;
  padding:5px 20px;
  color:#a2a2a2;
  background: #fcfef8;
}
#footer span a {
  color: #0098b6;
}
#footer {
  margin: 0px;
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding-bottom: 20px;
}
#footer .footer-wrap {
  width:1000px;
  margin: 0 auto;
}
#footer .footer-wrap .copyright {
  float:left;
  overflow:hidden;
  margin-top:40px;
  font-size:12px;
  color:#c3c3c3;
}
#footer .footer-wrap .copyright em {
  display:inline-block;
  width:35px;
  height:35px;
  background:url("../images/dipower-icon.png") no-repeat center center;
  margin-right:5px;
  vertical-align: top;
}
#footer .copyright-info {
  text-align:left;
  display:inline-block;
  color: #bababa;
}
#footer .rest {
  float:right;
  overflow:hidden;
  margin-left:250px;
  margin-top:40px;
}
#footer .rest > div {
  float:left;
}
#footer .rest > div ul li {
  font-size:10px;
  margin-bottom:2px;
}
#footer .rest > div ul li a {
  color:#cacaca;
  margin:0px;
  font-weight: 200;
}
#footer .rest > div h3 {
  color:#1d1d1d;
  margin-bottom:10px;
  font-size:12px;
  font-weight: 200;
}
#footer .rest > div:nth-child(2) {
  margin-left:160px;
  margin-right:160px;
}
