#header {
  height: 125px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
#header a.logo {
  float: left;
  margin-top: 45px;
}
#header .nav {
  float: left;
  margin-top: 54px;
}
#header .nav dl {
  float: left;
  color: #666;
  margin-left: 30px;
  height: 27px;
  position: relative;
}
#header .nav dl dd {
  display: none;
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -42px;
  width: 84px;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px 0;
  z-index: 20;
  box-shadow: 0 0 10px #eaeaea;
}
#header .nav dl dd::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -7px;
  border-bottom: 5px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#header .nav dl dd a {
  display: block;
  text-align: center;
  color: #263441;
  font-size: 14px;
}
#header .nav dl dd a:hover {
  color: #12a0f8;
}
#header .nav dl dd a + a {
  margin-top: 10px;
}
#header .nav dl .icon-more {
  position: absolute;
  right: -10px;
  top: 6px;
  width: 7px;
  height: 4px;
  background: url("../images/index/nav_icon_more.png") no-repeat center;
}
#header .nav dl:hover {
  color: #333;
  border-bottom: 1px solid #333;
}
#header .nav dl:hover dd {
  display: block;
}
#header .register {
  float: right;
  color: #666;
  margin-top: 54px;
}
#header .register:hover {
  text-decoration: underline;
}
#header .join {
  float: right;
  margin-right: 30px;
  width: 110px;
  height: 34px;
  border-radius: 17px;
  background-color: #12a0f8;
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  margin-top: 45px;
}
#header .tel {
  float: right;
  height: 18px;
  line-height: 18px;
  margin-right: 30px;
  padding-left: 28px;
  background: url("../images/common/icon_tel.png") no-repeat left center;
  margin-top: 54px;
}
#footer {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .content {
  padding-top: 100px;
  padding-bottom: 45px;
}
#footer .content .contact {
  float: left;
  margin-left: 150px;
  width: 330px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .content .contact .icon {
  float: left;
}
#footer .content .contact .text {
  float: left;
  margin-left: 38px;
}
#footer .content .contact .text p.tel-t {
  font-size: 16px;
}
#footer .content .contact .text p.tel-n {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}
#footer .content .contact .text a.btn-qq {
  display: block;
  margin-top: 16px;
  width: 64px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #afc6e7;
  border-radius: 3px;
  font-size: 12px;
  color: #1a649d;
  background: #ffffff;
  background: linear-gradient(#ffffff, #d4f0fb);
}
#footer .content .nav {
  float: left;
  margin-left: 80px;
}
#footer .content .nav dl {
  float: left;
}
#footer .content .nav dl + dl {
  margin-left: 136px;
}
#footer .content .nav dl dt a {
  font-size: 16px;
}
#footer .content .nav dl dt a:hover {
  text-decoration: underline;
}
#footer .content .nav dl dd {
  margin-top: 30px;
}
#footer .content .nav dl dd a {
  display: block;
  color: #666;
}
#footer .content .nav dl dd a:hover {
  text-decoration: underline;
}
#footer .content .nav dl dd a + a {
  margin-top: 16px;
}
#footer .bottom {
  height: 72px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #8c8c8c;
  line-height: 72px;
}
div.pagination {
  margin-top: 20px;
  font-size: 14px;
}
div.pagination > .pageinfo {
  float: left;
  line-height: 32px;
  margin-left: 20px;
  color: #999999;
}
div.pagination > ul.pagination {
  text-align: center;
}
div.pagination > ul.pagination li {
  display: inline-block;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  height: 30px;
  color: #333;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
}
div.pagination > ul.pagination li a,
div.pagination > ul.pagination li span {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 32px;
}
div.pagination > ul.pagination li.disabled {
  color: #999;
  border-color: #eee;
}
div.pagination > ul.pagination li.active {
  border-color: #12a0f8;
  color: #12a0f8;
}
/*# sourceMappingURL=common.css.map */