@charset "UTF-8";
div.top {
  overflow: hidden;
  background-color: #f0f0f0;
}
div.top p {
  float: left;
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
div.top p a {
  color: #999999;
  margin-left: 20px;
  padding-left: 25px;
}
div.top p a:hover {
  text-decoration: none;
  color: #333333;
}
div.top p a.Chinese {
  background: url("../images/Chinese.png") no-repeat left center;
}
div.top p a.English {
  background: url("../images/UK.png") no-repeat left center;
}
div.top p + p {
  float: right;
}
.logo-line {
  position: relative;
}
.logo {
  margin-top: 28px;
  margin-bottom: 28px;
  float: left;
}
.logo a {
  height: 65px;
}
.logo img {
  display: block;
}
nav#nav {
  background-color: #ffffff;
  float: right;
  margin: 36px 0;
}
nav#nav ul.menu-level-1 > li {
  padding: 0 20px;
  float: left;
}
nav#nav ul.menu-level-1 > li > a {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0;
  color: #333333;
}
nav#nav ul.menu-level-1 > li > a:hover {
  color: #ff0000;
}
nav#nav ul.menu-level-1 > .active > a {
  color: #ff0000;
}
footer#footer {
  background-color: #000000;
  padding-top: 40px;
}
.footer-top {
  overflow: hidden;
}
.footer-title {
  clear: both;
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  padding-bottom: 12px;
  border-bottom: 1px solid #666666;
  position: relative;
}
.footer-title:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.web-nav {
  width: 473px;
  float: left;
}
div.row {
  float: left;
  margin-left: 52px;
}
div.row label {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
div.row li a {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
div.row li a:hover {
  color: #ffffff;
  text-decoration: none;
}
div.row-left-0 {
  margin-left: 0;
}
address {
  width: 530px;
  float: left;
  margin-left: 28px;
}
address p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  padding-left: 26px;
  background: url("../images/icons.png") no-repeat;
  background-position-x: 0;
}
.code {
  width: 140px;
  float: right;
}
.code img {
  width: 100%;
  height: auto;
}
.copy-right {
  margin-top: 30px;
  overflow: hidden;
  border-top: 1px solid #666666;
}
.copy-right p {
  float: left;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 5px;
  color: #cccccc;
}
.copy-right p a {
  color: #cccccc;
}
.copy-right p a:hover {
  text-decoration: none;
  color: #ff0000;
}
.copy-right p + p {
  float: right;
}
