* {
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none;
}
li {
  list-style: none;
}
a:link,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  color: #8F0100;
}
a {
  text-decoration: none;
  color: #434343;
}
input::-webkit-input-placeholder {
  color: #AFAFAF;
}
.active {
  background-color: #8F0100;
}
.main-width {
  max-width: 14rem;
  margin: auto;
}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 999;
}
body {
  background-color: #fff;
}
.top-search {
  height: 1.28rem;
  line-height: 1.28rem;
}
.top-search .logo {
  margin-top: 0.26rem;
  height: 0.8rem;
}
.top-search .logo img {
  height: 0.8rem;
}
.top-search .search-box .search {
  height: 0.5rem;
  margin-top: 0.42rem;
  width: 4.20rem;
  border: 0.02rem solid #8F0100;
  border-radius: 0.02rem;
  float: right;
}
.top-search .search-box .search .search-input {
  border: none;
  color: #AFAFAF;
  padding-left: 0.22rem;
  height: 0.46rem;
  font-size: 0.17rem;
  width: 3.48rem;
  float: left;
}
.top-search .search-box .search .search-btn {
  width: 0.69rem;
  height: 0.50rem;
  background: #8F0100;
  border-radius: 0px 0.01rem 0.01rem 0px;
  float: right;
  margin: -0.03rem -0.1rem 0 0;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 0.24rem;
}
.top-nav {
  background-color: #8F0100;
  width: 100%;
  font-size: 0.24rem;
  height: 0.56rem;
  line-height: 0.56rem;
}
.top-nav .nav-box {
  height: 100%;
}
.top-nav .nav-box .nav-ul {
  height: 100%;
}
.top-nav .nav-box .nav-ul > li {
  float: left;
  width: 1.61rem;
  height: 100%;
  text-align: center;
  position: relative;
}
.top-nav .nav-box .nav-ul > li a {
  color: #fff;
  font-size: 0.22rem;
}
.top-nav .nav-box .nav-ul > li .nav-list {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 0.15rem 0;
  position: absolute;
  top: 0.56rem;
  left: 0;
  z-index: 99;
  width: 100%;
  display: none;
  box-shadow: 2px 2px 2px #8f010021;
}
.top-nav .nav-box .nav-ul > li .nav-list li {
  height: 0.4rem;
  line-height: 0.4rem;
}
.top-nav .nav-box .nav-ul > li .nav-list li a {
  font-size: 0.15rem;
  color: #434343;
}
.footer {
  width: 100%;
  background: url('../images/foot-bg.png') repeat-x top center;
  margin-top: 0.5rem;
  padding: 0.55rem 0;
  font-size: 0.17rem;
  color: #fff;
}
.footer .footer-box a {
  color: #fff;
  font-size: 0.14rem;
  display: block;
  line-height: 0.35rem;
}
.footer .footer-box .terrace {
  width: 50%;
  margin-top: 0.2rem;
  padding-left: 0;
}
.footer .footer-box .terrace img {
  width: 0.99rem;
}
.footer .footer-box .terrace p {
  font-size: 0.14rem;
  margin-top: 0.1rem;
}
.footer .footer-title {
  margin-bottom: 0.1rem;
}
.footer p {
  font-size: 0.14rem;
  margin: 0;
  line-height: 0.35rem;
}
.copy {
  text-align: center;
  font-size: 0.14rem;
  color: #434343;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
}
.copy span {
  margin-left: 0.3rem;
}
.footer .footer-box .terrace{
text-align:center;
}

.right-content p{
  font-size: 0.14rem;
}