.logo-margin {
  margin: 25px 0;
}
.top {
  background: url("../images/copy-bg.jpg");
  text-align: right;
}
.top p {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding: 5px 0;
  padding-left: 20px;
}
.top p:nth-child(1) {
  color: #49b176;
  background: url("../images/icon_01.png") no-repeat left center;
}
.top p:nth-child(2) {
  color: #ffb243;
  background: url("../images/icon_02.png") no-repeat left center;
  margin-left: 10px;
}
.logo {
  margin: 25px 0;
  float: left;
}
.logo a {
  height: 50px;
  display: block;
}
.logo img {
  display: block;
}
.nav {
  float: right;
}
.nav .nav-list .active {
  background-color: #49b176;

}
.nav .nav-list .active a {
  color: #FFFFFF;

}
.nav .nav-list > li {
  float: left;
  position: relative;
}
.nav .nav-list > li:after {
  content: " ";
  border-width: 20px;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}
.nav .nav-list > li:hover {
  background-color: #49b176;
}
.nav .nav-list > li:hover > a {
  color: #ffffff;
  text-decoration: none;
}
.nav .nav-list > li > a {
  font: 16px/30px "Microsoft YaHei";
  display: block;
  padding: 35px 20px;
  text-align: center;
   width: 104px;
}
.menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #FFFFFF;
  display: none;
  z-index: 1000;
}
.menu li {
  width: 100%;
  text-align: center;
  padding: 5px;
}
.menu a {
  font: 14px/30px "Microsoft YaHei";
  display: block;
}
.menu a:hover {
  text-decoration: none;
  color: #d81b13;
}
.footer {
  background: url("../images/footer-bg.png") #ffffff;
}
.footer .footer-top {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}
.footer .footer-top:before,
.footer .footer-top:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.footer .footer-top:before {
  top: 1px;
  background-color: #FFFFFF;
}
.footer .footer-top:after {
  bottom: 1px;
  background-color: #e8e8e8;
}
.footer .row {
  float: left;
}
.footer .row .row-title {
  display: block;
  font: bolder 16px/30px "Microsoft YaHei";
  color: #333333;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  position: relative;
}
.footer .row .row-title:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #772726;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer .row .row-con {
  font: 14px/30px "Microsoft YaHei";
  color: #666666;
  padding-top: 8px;
}
.footer .row .row-con a {
  color: #666666;
}
.footer .row .row-con a:hover {
  color: #49b176;
  text-decoration: none;
}
.footer .web-map {
  width: 600px;
}
.footer .web-map dl {
  float: left;
  margin-left: 80px;
}
.footer .web-map dl:first-child {
  margin-left: 0;
}
.footer .web-info {
  width: 312px;
  margin-left: 80px;
}
.footer .web-info p {
  padding-left: 30px;
  position: relative;
}
.footer .web-info p:before {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/icon.png") no-repeat 6px 0;
}
.footer .web-info p:nth-child(1):before {
  background-position: 6px 7px;
}
.footer .web-info p:nth-child(2):before {
  background-position: 6px -82px;
}
.footer .web-info p:nth-child(3):before {
  background-position: 6px -53px;
}
.footer .web-info p:nth-child(4):before {
  background-position: 6px -22px;
}
.footer .code {
  width: 140px;
  margin-left: 60px;
}
.footer .footer-mid {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  padding: 14px 0;
}
.footer .footer-mid .link {
  text-align: left;
}
.footer .footer-mid .link li {
  display: inline-block;
  margin-right: 20px;
}
.footer .footer-mid .link li a {
  display: block;
}
.footer .footer-mid .link li a:hover {
  text-decoration: none;
  color: #49b176;
}
.footer .copy {
  background: url("../images/copy-bg.jpg") #000000;
  padding: 24px 0;
}
.footer .copy p {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
.footer .copy p a {
  color: #666666;
}
.footer .copy p a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
