@charset "UTF-8";
/*header*/
.header-top {
  background-color: #f4f4f6;
  overflow: hidden;
  padding: 10px 0;
}
.header-top p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.header-top p:first-child {
  float: left;
}
.header-top p:last-child {
  float: right;
}
.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}
.logo a {
  height: 70px;
}
.logo img {
  display: block;
}
nav.nav {
  float: right;
}
nav.nav > ul > li > a {
  padding-top: 33px;
  padding-bottom: 33px;
}
nav.nav > ul > li:hover {
  border-bottom: 2px solid #bd2e30;
}
nav.nav > ul > li:hover > a {
  color: #bd2e30;
}
nav.nav > ul .active {
  border-bottom: 2px solid #bd2e30;
}
nav.nav > ul .active > a {
  color: #bd2e30;
}
footer {
  padding-top: 30px;
  background: url("../images/footer-bg.png");
}
footer .bottom-nav {
  overflow: hidden;
  padding-bottom: 50px;
}
footer .bottom-nav dl {
  float: left;
}
footer .bottom-nav dl dt {
  font-size: 16px;
  line-height: 36px;
  color: #999999;
  font-weight: normal;
}
footer .bottom-nav dl dd {
  font-size: 14px;
  line-height: 25px;
}
footer .bottom-nav dl dd a {
  color: #999999;
}
footer .bottom-nav dl dd a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer .bottom-nav .dl-1,
footer .bottom-nav .dl-2,
footer .bottom-nav .dl-4,
footer .bottom-nav .dl-5 {
  width: 123px;
}
footer .bottom-nav .dl-3 {
  width: 360px;
}
footer .hot-line {
  float: right;
  width: 345px;
}
footer .hot-line > strong {
  padding-left: 65px;
  background: url("../images/icon_05.png") no-repeat left center;
  display: block;
  font-size: 25px;
  line-height: 34px;
  color: #ff9933;
  font-weight: normal;
  margin-bottom: 24px;
}
footer .hot-line > strong span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ff9933;
  font-weight: normal;
}
footer .hot-line > section {
  width: 100%;
  overflow: hidden;
  margin-bottom: 26px;
}
footer .hot-line > section img {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
}
footer .hot-line > section span {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: block;
  margin-left: 18px;
  float: left;
}
footer .hot-line > p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
footer .copyright {
  background-color: #000000;
  text-align: center;
}
footer .copyright p {
  font-size: 14px;
  line-height: 25px;
  padding: 8px 0;
  color: #666666;
}
footer .copyright p a {
  color: #666666;
}
footer .copyright p a:hover {
  color: #ffffff;
  text-decoration: none;
}
