header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
}
header .HeaderBox {
  width: 88%;
  margin: 0 auto;
}
.h6{position: relative;padding-top: 2rem;margin-left: 5%;font-size: 1.5rem;font-weight: bold;color: #333;}
header .HeaderBox .logo {
  float: left;
  height: 4.5rem;
  margin-top: 2.1rem;
}
header .HeaderBox .logo img {
  height: 100%;
}
header .HeaderBox .home {
  float: right;
  margin-top: 2.5rem;
  cursor: pointer;
}
header .HeaderBox .home span {
  display: block;
  width: 2.7rem;
  height: 0.4rem;
  background-color: white;
  margin-bottom: 0.6rem;
}
header .HeaderBox .home span:last-child {
  width: 1.5rem;
  margin-left: 1.2rem;
  margin-bottom: 0;
}
header .down-box {
  width: 100%;
  height: 0vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c6150f;
  z-index: 1000000;
}
header .down-box .top {
  width: 88%;
  margin: 0 auto;
  margin-top: 2.66rem;
}
header .down-box .top::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
header .down-box .top .search {
  width: calc(100% - 6rem);
  height: 4rem;
  float: left;
}
header .down-box .top .search .search-inputbox {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  border-radius: 4rem;
}
header .down-box .top .search .search-inputbox .text {
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  line-height: 4rem;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 4rem;
  width: 100%;
  padding-left: 2.4rem;
  padding-right: 5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  overflow: hidden;
  caret-color: #999999;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-user-select: text;
}
header .down-box .top .search .search-inputbox .text:focus::placeholder {
  opacity: 0;
}
header .down-box .top .search .search-inputbox .sub {
  position: absolute;
  z-index: 3;
  right: 1.5rem;
  top: 0;
  width: 2rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(/static/m/images/icon_search.png);
  background-position: center;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .down-box .top .search .search-inputbox .search-clear {
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  right: 6rem;
  top: 0;
  line-height: 4rem;
  cursor: pointer;
  z-index: 2;
  display: none;
}
header .down-box .top .close {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: white;
  float: right;
}
header .down-box .top .close img {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 1.25rem;
  margin-left: 1.3rem;
}
header .down-box .list {
  width: 100%;
  height: calc(100% - 18.86rem);
  margin: 0 auto;
  margin-top: 2.6rem;
  overflow: auto;
}
header .down-box .list .list-box {
  width: 100%;
}
header .down-box .list .list-box .item {
  width: 100%;
}
header .down-box .list .list-box .item .title {
  line-height: 6rem;
  padding-left: 10%;
  font-size: 1.8rem;
  color: #ffffff;
}
header .down-box .list .list-box .item .title::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
header .down-box .list .list-box .item .title.open {
  background-color: #a6130e;
}
header .down-box .list .list-box .item .title .symbol {
  float: right;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 2.25rem;
  margin-right: 10%;
}
header .down-box .list .list-box .item .title .symbol .shu {
  position: absolute;
  top: 0;
  left: 0.7rem;
  display: block;
  width: 0.2rem;
  height: 1.5rem;
  background-color: white;
}
header .down-box .list .list-box .item .title .symbol .shu.show {
  transform: rotate(180deg);
}
header .down-box .list .list-box .item .title .symbol .heng {
  position: relative;
  top: 0.7rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 0.2rem;
  background-color: white;
}
header .down-box .list .list-box .item .title .symbol .heng.show {
  background-color: #fff;
}
header .down-box .list .list-box .item .title i {
  float: right;
  line-height: 5rem;
  margin-right: 11%;
  font-size: 1.6rem;
}
header .down-box .list .list-box .item .content1 {
  width: 100%;
  height: auto;
  background-color: #b30e0a;
  display: none;
}
header .down-box .list .list-box .item .content1 ul {
  width: 100%;
}
header .down-box .list .list-box .item .content1 ul li {
  line-height: 5.666rem;
  padding-left: 18.29%;
  border-top: solid 1px #a6130e;
}
header .down-box .list .list-box .item .content1 ul li a {
  font-size: 1.8rem;
  color: #ffffff;
}
header .down-box .bottom {
  width: 100%;
  height: 9.6rem;
  background-color: white;
}
header .down-box .bottom .box .left {
  float: left;
  margin-left: 8.11%;
  margin-top: 2.6rem;
}
header .down-box .bottom .box .left ul {
  border-right: solid 1px #dedede;
}
header .down-box .bottom .box .left ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
header .down-box .bottom .box .left ul li {
  float: left;
  width: 4rem;
  height: 4rem;
  background-color: #c6150f;
  border-radius: 100%;
  margin-right: 2rem;
}
header .down-box .bottom .box .left ul li a img {
  width: 1.666rem;
  margin-top: 1.16rem;
  margin-left: 1.2rem;
}
header .down-box .bottom .box .right {
  margin-top: 2.6rem;
  float: left;
  margin-left: 2.4rem;
}
header .down-box .bottom .box .right .phone {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #999999;
}
header .down-box .bottom .box .right .phone span {
  display: block;
  font-family: DIN-Bold;
  font-size: 2.6rem;
  line-height: 2.6rem;

  color: #999999;
}
.inner-banner {
  width: 100%;
  position: relative;
}
.inner-banner .img {
  width: 100%;
}
.inner-banner .img img {
  width: 100%;
}
.inner-banner .text {
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #ffffff;
  position: absolute;
  left: 6%;
  bottom: 2.5rem;
}
.footer {
  width: 100%;
  background-color: #333333;
  padding-bottom: 4.5rem;
}
.footer .bottom-logo {
  width: 88%;
  margin: 0 auto;
  padding-top: 3.5rem;
}
.footer .bottom-logo::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.footer .bottom-logo .logo {
      width: 53%;
    margin: 0 auto;
}
.footer .bottom-logo .logo img {
  width: 100%;
}
.footer .bottom-logo .code {
  float: right;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: -1px;
  color: #ffffff;
  opacity: 0.33;
  margin-top: 2.6rem;
}
.footer .follow {
  width: 88%;
  margin: 0 auto;
  margin-top: 3.2rem;
}
.footer .follow ul {
  width: 100%;
}
.footer .follow ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.footer .follow ul li {
  width: calc(33.33% - 1rem);
  float: left;
  margin-left: 1.2rem;
  border: solid 1px rgba(255, 255, 255, 0.12);
}
.footer .follow ul li:first-child {
  margin-left: 0;
}
.footer .follow ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .follow ul li a img {
  width: 100%;
}
.footer .follow .tan {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000000;
}
.footer .follow .tan .img {
  width: 260px;
  margin: 0 auto;
  margin-top: calc(50vh - 130px);
}
.footer .follow .tan .img img {
  width: 100%;
}
.footer .follow .tan .button {
  width: 260px;
  height: 40px;
  background-color: white;
  margin: 0 auto;
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
}
.footer .phone {
  width: calc(88% - 2px);
  margin: 0 auto;
  border: solid 1px rgba(244, 244, 244, 0.1);
  margin-top: 1.1rem;
  line-height: 6rem;
  text-align:center;
}
.footer .phone::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.footer .phone span {
  
  font-size: 1.2rem;
  color: #ffffff;
  opacity: 0.3;
 
}
.footer .phone a {
  
  font-family: DIN-Bold;
  font-size: 3rem;
  color: #ffffff;
  opacity: 0.3;
  
}
.footer .link {
  width: 88%;
  margin: 0 auto;
}
.footer .link ul {
  width: 100%;
  margin-top: 2.933rem;
}
.footer .link ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.footer .link ul li {
  float: left;
  width: calc(25% - 2px);
  text-align: center;
  border-left: solid 1px rgba(0, 0, 0, 0.3);
}
.footer .link ul li:first-child {
  border-left: 0;
}
.footer .link ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: -1px;
  color: #ffffff;
  opacity: 0.3;
}
.footer .bottom {
  width: 100%;
  margin-top: 2.4rem;
}
.footer .bottom .copyright {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  opacity: 0.3;
  text-align: center;
}
.footer .bottom .filing {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  opacity: 0.3;
  margin-top: 0.9rem;
  text-align: center;
}
.footer .bottom .filing a {
  color: #ffffff;
}
.return {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: white;
  position: fixed;
  right: 6%;
  bottom: 20%;
  z-index: 1000;
     box-shadow: 0px 0px 15px 0px rgb(188 188 188 / 30%);
}
.return img {
  display: block;
  width: 2rem;
  margin: 0 auto;
  margin-top: 1.7rem;
}
<!--0.00017380714416504-->