.view-more-right,
.view-more-left {
  display: block;
  width: 135px;
  height: 48px;
  border: 2px solid #000000;
  line-height: 48px;
  transition: all 0.3s;
  margin-top: 20px;
  cursor: pointer;
}
.view-more-right:first-child,
.view-more-left:first-child {
  margin-top: 0;
}
.view-more-right img,
.view-more-left img {
  vertical-align: top;
  margin-top: 18px;
  margin-left: 30px;
}
.view-more-right span,
.view-more-left span {
  margin-left: 15px;
  font-size: 14px;
}
.view-more-right:hover,
.view-more-left:hover {
  background-color: #f9253b;
  border-color: #f9253b;
  color: #fff;
}
.header {
  width: 100%;
  height: 80px;
  background: #000;
}
.header .header-main {
  height: 100%;
}
.header .header-main .logo {
  margin-top: 10px;
}
.header .header-main .logo a {
  display: block;
  width: 152px;
  height: 50px;
  font-size: 0;
}
.header .header-main .nav-box {
  float: left;
  font-size: 16px;
  margin-left: 150px;
}
.header .header-main .nav-box .item {
  float: left;
  margin-left: 40px;
  height: 80px;
  line-height: 80px;
  color: #FFFFFF;
}
.header .header-main .nav-box .item.act {
  position: relative;
}
.header .header-main .nav-box .item.act:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f9253b;
  height: 2px;
}
.header .header-main .web-qr {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 30px;
  padding-bottom: 7px;
  cursor: pointer;
  position: relative;
}
.header .header-main .web-qr #webQr {
  position: absolute;
  bottom: -116px;
  left: -44px;
  display: none;
  z-index: 999;
}
.footer {
  background-color: #F5F5F5;
}
.footer .statement {
  background: #EAEAEA;
  padding: 43px 0;
}
.footer .statement p {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.7;
  line-height: 34px;
}
.footer .footer-main {
  padding-top: 110px;
  padding-bottom: 172px;
  position: relative;
}
.footer .footer-main .footer-list {
  float: left;
  margin-right: 120px;
}
.footer .footer-main .footer-list .list-title {
  font-size: 22px;
  padding-bottom: 10px;
}
.footer .footer-main .footer-list .list-item {
  font-size: 16px;
  color: #939599;
  margin-top: 15px;
  display: block;
}
.footer .footer-main .footer-info {
  position: absolute;
  top: 110px;
  right: 0;
}
.footer .footer-main .footer-info:after {
  content: " ";
  position: absolute;
  left: -60px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #2E3033;
}
.footer .footer-main .footer-info .tel {
  font-size: 38px;
  font-weight: bold;
}
.footer .footer-main .footer-info .addr {
  font-size: 16px;
  margin-top: 30px;
}
.footer .footer-main .footer-info .qr-box {
  margin-top: 52px;
  position: relative;
  min-width: 380px;
}
.footer .footer-main .footer-info .qr-box .view-more-right {
  width: 234px;
  margin-top: 20px;
}
.footer .footer-main .footer-info .qr-box .view-more-right img {
  margin-left: 100px;
}
.footer .footer-main .footer-info .qr-box .footer-qr {
  position: absolute;
  right: 0;
  top: 0;
  width: 123px;
  height: 123px;
}
.footer .footer-main .footer-tips {
  position: absolute;
  left: 0;
  bottom: 70px;
  font-size: 18px;
  font-weight: bold;
}
.footer .copyright {
  width: 100%;
  min-width: 1320px;
  height: 90px;
  line-height: 90px;
  background: #080551;
}
.footer .copyright p {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
