.top {
  height: 26px;
  color: #fefefe;
  background-color: #000000;
}
.top .top-inner {
  width: 1000px;
}
.top .site-account .top-item {
  float: left;
}
.top .site-functions .top-item {
  float: left;
}
.top .top-item {
  font-size: 12px;
  line-height: 26px;
  margin-right: 20px;
}
.top .top-item a {
  color: #fefefe;
  text-decoration: none;
  font-size: 12px;
}
.top .top-item a:hover {
  text-decoration: underline;
}
.top .top-item .score {
  color: #ffa200;
}
.top .site-functions .top-item {
  margin-left: 20px;
  margin-right: 0;
}
.header {
  background-color: #fff;
	border-bottom: 2px solid #ddd;
}
.header .header-inner {
  width: 1000px;
  height: 80px;
}
.header .logo {
  line-height: 80px;
  height: 80px;
}
.header .logo img {
  vertical-align: middle;
}
.header .nav-list .nav-item {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  height: 80px;
  margin-left: 30px;
}
.header .nav-list .nav-item.cur {
  background-image: url(../../images/ppIndex/common/triangle.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.header .nav-list .nav-item a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 30px;
  height: 30px;
  color: #000;
  text-decoration: none;
}
.header .nav-list .nav-item a:hover {
  color: #ed7439;
}
.header .nav-list .nav-item.cur a {
  color: #ed7439;
  background-image: url(../../images/ppIndex/common/diamond.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.submenu {
  line-height: 32px;
  height: 32px;
  background-image: url(../../images/ppIndex/common/submenu-bg.png);
  background-repeat: repeat;
}
.submenu .submenu-inner {
  width: 1000px;
}
.submenu .submenu-item {
  display: inline-block;
  padding: 0 5px;
  min-width: 60px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  color: #666;
  text-decoration: none;
  margin-right: 15px;
}
.submenu .submenu-item.cur {
  color: #fff;
  background-color: #9aa2a7;
  border-radius: 5px;
}
.footer {
  border-top: 1px solid #cfcfcf;
  text-align: center;
  padding-top: 36px;
  color: #666;
  font-size: 14px;
  padding-bottom: 40px;
  background-color: #fff;
  margin-top: 60px;
}
.footer .copyright {
  margin-top: 16px;
  /* margin-bottom: 60px; */
}
.footer p {
  margin: 0;
}
.footer a {
  color: #535353;
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
}
.footer a:hover {
  text-decoration: underline;
}
