body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-size: 14px;
  font-family: '微软雅黑', "Arial", PingFang SC;
  background: #fff;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 1200px;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.banner-box img {
  width: 100%;
}
.public-header {
   position:fixed;background:#fff;width:100%;z-index:99999;
}
.public-header .header-top {
  padding-top: 30px;
  padding-bottom: 10px;
}
.public-header .header-top .left-box {
  float: left;
}
.public-header .header-top .left-box .icon-box {
  display: inline-block;
}
.public-header .header-top .left-box .city {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #4c4c4c;
  cursor: pointer;
}
.public-header .header-top .left-box .city em {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 15px;
  margin-right: 5px;
}
.public-header .header-top .right-box {
  float: right;
  position: relative;
  padding-left: 25px;
}
.public-header .header-top .right-box span {
  color: #808080;
  font-size: 16px;
}
.public-header .header-top .right-box span img {
  position: absolute;
  left: 0;
  top: 2px;
}
.public-header .header-top .right-box p {
  font-size: 24px;
  color: #ffa32d;
}
.public-header .nav-box {
  height: 70px;
  background: #595858;
}
.public-header .nav-box .item-box {
  float: left;
  width: 14.28%;
  text-align: center;
}
.public-header .nav-box .item-box a {
  position: relative;
  display: block;
  padding-top: 20px;
}
.public-header .nav-box .item-box a:before {
  position: absolute;
  right: 0;
  top: 20px;
  content: '';
  height: 30px;
  border-left: 1px dashed rgba(191, 191, 191, 0.3);
}
.public-header .nav-box .item-box span {
  font-size: 16px;
  color: #ffffff;
}
.public-header .nav-box .item-box p {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(191, 191, 191, 0.3);
}
.public-header .nav-box .item-box:last-child a:before {
  display: none;
}
.public-header .nav-box .item-box.active span,
.public-header .nav-box .item-box:hover span {
  color: #ffa32d;
}
.public-header .city-pop {
  display: none;
  position: absolute;
  top: 161px;
  left: 0;
  right: 0;
  background: #fff;
  padding-top: 45px;
  z-index: 99999;
}
.public-header .city-pop.active {
  display: block;
}
.public-header .city-pop .search-box {
  font-size: 0;
  margin-bottom: 45px;
}
.public-header .city-pop .search-box label {
  font-size: 22px;
  color: #595858;
  font-weight: 700;
  vertical-align: middle;
}
.public-header .city-pop .search-box input {
  width: 850px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #595858;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.public-header .city-pop .search-box .btn {
  display: inline-block;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #595858;
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer;
}
.public-header .city-pop .letter-box {
  font-size: 0;
  margin-bottom: 50px;
}
.public-header .city-pop .letter-box label {
  font-size: 14px;
  color: #4c4c4c;
}
.public-header .city-pop .letter-box span {
  font-size: 14px;
  color: #4c4c4c;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 8px;
  cursor: pointer;
}
.public-header .city-pop .letter-box span.active,
.public-header .city-pop .letter-box span:hover {
  color: #fff;
  background: #595858;
}
.public-header .city-pop .other-box .item-box {
  float: left;
  margin-left: 40px;
  text-align: center;
  padding-right: 300px;
}
.public-header .city-pop .other-box .item-box:last-child {
  padding-right: 50px;
  border-left: 1px solid #e6e6e6;
  padding-left: 200px;
}
.public-header .city-pop .other-box .item-box .title {
  font-size: 20px;
  color: #595858;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.public-header .city-pop .other-box .item-box .info-box p {
  font-size: 14px;
  color: #4c4c4c;
  margin-top: 30px;
  margin-bottom: 30px;
}
.public-header .city-pop .other-box .item-box .info-box dd {
  margin-bottom: 20px;
  line-height: 30px;
  text-align: left;
}
.public-header .city-pop .other-box .item-box .info-box dd em {
  display: inline-block;
  font-style: normal;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #595858;
  color: #fff;
  vertical-align: middle;
  margin-right: 15px;
}
.public-header .city-pop .other-box .item-box .info-box dd span {
  margin-right: 10px;
  color: #4c4c4c;
  font-size: 14px;
}
.public-header .city-pop .other-box .item-box .info-box dd.active em {
  background: #ffa42d;
}
.public-footer {
  background: #f5f5f5;
}
.public-footer .footer-top {
  padding-top: 50px;
  padding-bottom: 26px;
  border-bottom: 1px solid #dedede;
}
.public-footer .footer-top .left-box {
  float: left;
}
.public-footer .footer-top .left-box span {
  font-size: 14px;
  color: #333333;
}
.public-footer .footer-top .left-box p {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
}
.public-footer .footer-top .left-box p em {
  font-style: normal;
  color: #595858;
  font-weight: 400;
  font-size: 24px;
}
.public-footer .footer-top .right-box {
  float: right;
  font-size: 14px;
  color: #333333;
}
.public-footer .footer-top .right-box img {
  margin-left: 10px;
  cursor: pointer;
}
.public-footer .footer-body {
  margin-top: 40px;
  margin-bottom: 65px;
}
.public-footer .footer-body dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.public-footer .footer-body dl dt {
  font-size: 16px;
  color: #595858;
  margin-bottom: 20px;
}
.public-footer .footer-body dl dd {
  line-height: 2;
}
.public-footer .footer-body dl dd a {
  font-size: 14px;
  color: #4c4c4c;
}
.public-footer .footer-body dl dd a:hover {
  color: #595858;
}
.public-footer .footer-body .er-box {
  float: right;
  text-align: center;
}
.public-footer .footer-body .er-box p {
  margin-top: 7px;
  font-size: 14px;
  color: #4c4c4c;
}
.public-footer .copy-box {
  text-align: center;
  border-top: 1px solid #dedede;
  height: 45px;
  line-height: 45px;
  color: #4c4c4c;
  font-size: 14px;
}
#member_content{
  padding-top:165px;
}
/*# sourceMappingURL=common.css.map */