/*#header .logo-box img {
  height: 40px!important;
  transition: all .36s ease;
}*/
#header.active {
  background: #000;
  height: 80px;
  line-height: 79px;
  transition: all .36s ease;
}
#header.active .right-box ul li a {
  height: 79px;
}
/*#header.active .logo-box img {
  height: 35px!important;
  transition: all .36s ease;
}*/
.bgf5f5f5 {
  background: #e8ecef;
}
.page-box {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-box a {
  display: inline-block;
  height: 30px;
  border: 1px solid #ededed;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
  vertical-align: middle;
}
.page-box a:hover,.page-box a.page-num-current {
  background: #97812b;
  border-color: #97812b;
  color: #fff;
}
.page-box a.active {
  color: #c3a47f;
  border-color: transparent;
}
.page-box span.active:hover {
  background: transparent;
}
.page-box em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #666666;
  height: 30px;
  vertical-align: middle;
  margin-top: 2px;
}
.banner-box {
  position: relative;
}
.banner-box .txt-box {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 220px;
}
.banner-box .txt-box p {
  font-size: 48px;
  font-family: 'Arial';
  font-style: italic;
  line-height: 1;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 24px;
}
.banner-box .txt-box p:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.banner-box .txt-box span {
  font-size: 30px;
}
.public-top .site-box {
  border-bottom: 1px solid #eeeeee;
  height: 60px;
  line-height: 59px;
  font-size: 14px;
}
.public-top .site-box label {
  color: #666666;
  margin-right: 5px;
}
.public-top .site-box span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.public-top .site-box a {
  font-size: 14px;
  color: #9a9898;
}
.public-top .tab-box {
  text-align: center;
  font-size: 0;
  margin-top: 60px;
}
.public-top .tab-box a {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  width: 150px;
  height: 45px;
  border: 1px solid #dedede;
  text-align: center;
  line-height: 43px;
  margin-left: 10px;
  margin-right: 10px;
}
.public-top .tab-box a.active,
.public-top .tab-box a:hover {
  background: #97812B;
  color: #fff;
}
.block{
  width:1400px;
}