.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  min-width: 1280px;
}
.HeaderBox {
  width: 87.5%;
  margin: 0 auto;
  min-width: 938px;
}
.HeaderBox::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.HeaderBox .ShortcutButton {
  float: right;
  position: relative;
}
.HeaderBox .ShortcutButton::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.HeaderBox .ShortcutButton .Button {
  float: left;
  height: 23px;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  padding: 0 28px;
  margin-top: 18px;
  position: relative;
}
.HeaderBox .ShortcutButton .Button a {
  font-size: 18px;
  color: white;
  opacity: 1;
  transition: 0.5s;
}
.HeaderBox .ShortcutButton .Button a img {
  height: 100%;
}
.HeaderBox .ShortcutButton .Button .code {
  width: 142px;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: -28px;
  z-index: 100;
  transition: 0.5s;
}
.HeaderBox .ShortcutButton .Button .code img {
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.HeaderBox .ShortcutButton .Button:first-child {
  border-left: 0;
  padding-left: 0;
}
.HeaderBox .ShortcutButton .Button:last-child {
  padding-right: 0;
}
.HeaderBox .ShortcutButton .Button:last-child a img {
  height: 10px;
  margin-bottom: 6px;
}
.HeaderBox .ShortcutButton .Button:hover a {
  opacity: 0.5;
}
.HeaderBox .ShortcutButton .Button:hover .code {
  height: 155px;
  bottom: -170px;
}
.HeaderBox .cutover {
  width: 120px;
  height: 84px;
  position: absolute;
  top: 60px;
  right: 5%;
  z-index: 10;
  display: none;
}
.HeaderBox .cutover .cutover-box {
  width: 100%;
  background: white;
  position: absolute;
  left: 0;
  bottom: -28px;
}
.HeaderBox .cutover .cutover-box img {
  width: 18px;
  position: absolute;
  top: -10px;
  left: calc(50% - 9px);
}
.HeaderBox .cutover .cutover-box ul li {
  width: 100%;
  height: 37px;
  text-align: center;
}
.HeaderBox .cutover .cutover-box ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #656565;
  line-height: 37px;
}
.HeaderBox .cutover .cutover-box ul li:hover {
  background-color: #dddddd;
}
.HeaderBox .head {
  width: 100%;
  height: 59px;
  float: left;
  margin-top: 13px;
}
.HeaderBox .head .logo {
  height: 59px;
  float: left;
}
.HeaderBox .head .logo img {
  height: 100%;
}
.HeaderBox .head .ListingCode {
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin-top: 32px;
  margin-left: 32px;
}
.HeaderBox .head nav {
  float: right;
  position: relative;
}
.HeaderBox .head nav .home {
  float: right;
  margin-left: 30px;
  margin-top: 25px;
  cursor: pointer;
}
.HeaderBox .head nav ul {
  float: right;
  margin-top: 28px;
  border-right: solid 1px white;
  padding-right: 42px;
}
.HeaderBox .head nav ul li {
  float: left;
  margin-left: 34px;
  line-height: 20px;
  position: relative;
}
.HeaderBox .head nav ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: 0.3s;
}
.HeaderBox .head nav ul li:first-child {
  margin-left: 0;
}
.HeaderBox .head nav ul li a {
  display: block;
  font-size: 20px;
  width: 100%;
  font-weight: normal;
  color: #ffffff;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.HeaderBox .head nav ul li a span {
  display: block;
  transition: 0.6s;
}
.HeaderBox .head nav ul li a span.out {
  margin-bottom: 10px;
}
.HeaderBox .head nav ul li:hover a .out {
  margin-top: -30px;
}
.HeaderBox .head nav ul li:hover::after {
  width: 100%;
}
.HeaderBox .head nav .search-box {
  width: 300px;
  height: 50px;
  margin-left: 4.65%;
  float: right;
  margin-top: 30px;
  position: absolute;
  top: 50px;
  right: 0;
}
.HeaderBox .head nav .search-box .search-inputbox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 2.351px 3.236px 18px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 0;
}
.HeaderBox .head nav .search-box .search-inputbox .text {
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 50px;
  width: calc(100% - 80px);
  padding-left: 22px;
  padding-right: 85px;
  background-color: transparent;
  overflow: hidden;
  caret-color: #999999;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-user-select: text;
}
.HeaderBox .head nav .search-box .search-inputbox .text:-moz-placeholder,
.HeaderBox .head nav .search-box .search-inputbox .text textarea:-moz-placeholder {
  color: #dddddd;
}
.HeaderBox .head nav .search-box .search-inputbox .text:-ms-input-placeholder,
.HeaderBox .head nav .search-box .search-inputbox .text textarea:-ms-input-placeholder {
  color: #dddddd;
}
.HeaderBox .head nav .search-box .search-inputbox .text::-webkit-input-placeholder,
.HeaderBox .head nav .search-box .search-inputbox .text textarea::-webkit-input-placeholder {
  color: #dddddd;
}
.HeaderBox .head nav .search-box .search-inputbox .text:focus::placeholder {
  opacity: 0;
}
.HeaderBox .head nav .search-box .search-inputbox .sub {
  position: absolute;
  z-index: 3;
  right: 23px;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(/static/index/images/icon_search.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.HeaderBox .head nav .search-box .search-inputbox .search-clear {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 60px;
  top: 0;
  line-height: 50px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.header-white {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  height: 120px;
  background-color: #ffffff;
  box-shadow: 2.351px 3.236px 18px 0px rgba(0, 0, 0, 0.07);
  display: none;
  min-width: 1280px;
}
.header-white .head {
  margin-top: 30px;
}
.header-white .head .ListingCode {
  color: #666666;
}
.header-white .head nav .home2 {
  float: right;
  margin-left: 30px;
  margin-top: 25px;
  cursor: pointer;
}
.header-white .head nav .home2 span {
  display: block;
  width: 27px;
  height: 4px;
  background-color: white;
  margin-bottom: 6px;
}
.header-white .head nav .home2 span:last-child {
  width: 15px;
  margin-left: 12px;
  margin-bottom: 0;
}
.header-white .head nav ul {
  border-right: solid 1px #666666;
}
.header-white .head nav ul li a {
  color: #666666;
}
.header-white .head nav ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #cc0212;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: 0.3s;
}
.header-white .head nav .search-box2 {
  width: 300px;
  height: 50px;
  margin-left: 4.65%;
  float: right;
  margin-top: 30px;
  position: absolute;
  top: 50px;
  right: 0;
}
.header-white .head nav .search-box2 .search-inputbox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 2.351px 3.236px 18px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 0;
}
.header-white .head nav .search-box2 .search-inputbox .text {
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 50px;
  width: calc(100% - 80px);
  padding-left: 22px;
  padding-right: 85px;
  background-color: transparent;
  overflow: hidden;
  caret-color: #999999;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-user-select: text;
}
.header-white .head nav .search-box2 .search-inputbox .text:-moz-placeholder,
.header-white .head nav .search-box2 .search-inputbox .text textarea:-moz-placeholder {
  color: #dddddd;
}
.header-white .head nav .search-box2 .search-inputbox .text:-ms-input-placeholder,
.header-white .head nav .search-box2 .search-inputbox .text textarea:-ms-input-placeholder {
  color: #dddddd;
}
.header-white .head nav .search-box2 .search-inputbox .text::-webkit-input-placeholder,
.header-white .head nav .search-box2 .search-inputbox .text textarea::-webkit-input-placeholder {
  color: #dddddd;
}
.header-white .head nav .search-box2 .search-inputbox .text:focus::placeholder {
  opacity: 0;
}
.header-white .head nav .search-box2 .search-inputbox .sub {
  position: absolute;
  z-index: 3;
  right: 23px;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(/static/index/images/icon_search.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.header-white .head nav .search-box2 .search-inputbox .search-clear {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 60px;
  top: 0;
  line-height: 50px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.inner-page {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000;
  height: 120px;
  min-width: 1280px;
}
.inner-page .HeaderBox {
  width: 73.2%;
  margin: 0 auto;
}
.inner-page .HeaderBox .head {
  margin-top: 34px;
  height: 67px;
}
.inner-page .HeaderBox .head .logo {
  height: 67px;
}
.inner-page .HeaderBox .head nav .home {
  width: 34px;
  height: 32px;
  background: #c6150f;
  margin-left: 17px;
  margin-top: 10px;
  padding-top: 14px;
  padding-left: 12px;
  position: relative;
}
.inner-page .HeaderBox .head nav .home::after {
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 5px solid #c6150f;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.inner-page .HeaderBox .head nav ul {
  border-right: 0;
  margin-top: 27px;
}
.inner-page .HeaderBox .head nav ul li {
  line-height: 20px;
}
.inner-page .HeaderBox .head nav ul li a {
  font-size: 16px;
  height: 20px;
}
.inner-page .HeaderBox .head nav ul li:hover a .out {
  margin-top: -30px;
}
.inner-page .HeaderBox .head nav .search-box {
  width: 300px;
  height: 50px;
  margin-left: 4.65%;
  float: right;
  margin-top: 30px;
  position: absolute;
  top: 50px;
  right: 0;
  display:none;
}
.inner-page .HeaderBox .head nav .search-box .search-inputbox {
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 2.351px 3.236px 18px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 0;
}
.inner-page .HeaderBox .head nav .search-box .search-inputbox .text {
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 50px;
  width: calc(100% - 80px);
  padding-left: 22px;
  padding-right: 85px;
  background-color: transparent;
  overflow: hidden;
  caret-color: #999999;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-user-select: text;
}
.inner-page .HeaderBox .head nav .search-box .search-inputbox .text:-moz-placeholder,
.inner-page .HeaderBox .head nav .search-box .search-inputbox .text textarea:-moz-placeholder {
  color: #dddddd;
}
.inner-page .HeaderBox .head nav .search-box .search-inputbox .text:-ms-input-placeholder,
.inner-page .HeaderBox .head nav .search-box .search-inputbox .text textarea:-ms-input-placeholder {
  color: #dddddd;
}
.inner-page .HeaderBox .head nav .search-box .search-inputbox .text::-webkit-input-placeholder,
.inner-page .HeaderBox .head nav .search-box .search-inputbox .text textarea::-webkit-input-placeholder {
  color: #dddddd;
}
.inner-page .HeaderBox .head nav .search-box .search-inputbox .text:focus::placeholder {
  opacity: 0;
}
.inner-page .HeaderBox .head nav .search-box .search-inputbox .sub {
  position: absolute;
  z-index: 3;
  right: 23px;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(/static/index/images/icon_search.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.inner-page .HeaderBox .head nav .search-box .search-inputbox .search-clear {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 60px;
  top: 0;
  line-height: 60px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  background-color: #dddddd;
  display: none;
}
.menu .left {
  width: 25%;
  height: 100vh;
  background-color: #c6150f;
  float: left;
}
.menu .left .logo {
  margin-left: 20.41%;
  width: 67px;
  margin-top: 47px;
}
.menu .left .logo img {
  height: 100%;
}
.menu .left .nav {
  margin-top: 37px;
}
.menu .left .nav ul {
  width: 100%;
}
.menu .left .nav ul li {
  width: 79.59%;
  height: 8.51vh;
  padding-left: 20.41%;
  font-size: 18px;
  font-weight: bold;
  line-height: 8.51vh;
  position: relative;
  transition: 0.5s;
}
.menu .left .nav ul li a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
}
.menu .left .nav ul li a i {
  position: absolute;
  font-size: 12px;
  line-height: 8.51vh;
  top: 0;
  right: 24.37%;
  opacity: 0;
  transition: 0.5s;
}
.menu .left .nav ul li.active {
  background-color: #a6130e;
  padding-left: calc(20.41% + 20px);
}
.menu .left .nav ul li.active i {
  opacity: 1;
}
.menu .right {
  width: 75%;
  float: right;
}
.menu .right .right-top {
  width: 100%;
  background-color: white;
  padding-top: 45px;
  padding-bottom: 46px;
}
.menu .right .right-top::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.menu .right .right-top .search {
  width: 54.875%;
  height: 60px;
  margin-left: 4.65%;
  float: left;
}
.menu .right .right-top .search .search-inputbox {
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  border: solid 1px #c6150f;
}
.menu .right .right-top .search .search-inputbox .text {
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  padding-left: 30px;
  padding-right: 85px;
  -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;
}
.menu .right .right-top .search .search-inputbox .text:focus::placeholder {
  opacity: 0;
}
.menu .right .right-top .search .search-inputbox .sub {
  position: absolute;
  z-index: 3;
  right: 32px;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(/static/index/images/icon_search.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.3;
}
.menu .right .right-top .search .search-inputbox .search-clear {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 60px;
  top: 0;
  line-height: 60px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.menu .right .right-top .shortcut {
  margin-left: 26px;
  float: left;
}
.menu .right .right-top .shortcut div {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 26px;
  background-color: #c6150f;
  cursor: pointer;
}
.menu .right .right-top .shortcut div img {
  display: block;
  width: 30px;
  margin: 0 auto;
  margin-top: 15px;
}
.menu .right .right-top .shortcut div:hover {
  background-color: #ff953f;
}
.menu .right .right-bottom {
  width: 100%;
  height: calc(100vh - 151px);
  overflow: hidden;
  position: relative;
}
.menu .right .right-bottom .box {
  width: 100%;
  overflow: hidden;
  background-image: url(/static/index/pic/menu_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.menu .right .right-bottom .box .close {
  width: 40px;
  height: 40px;
  background-color: #c6150f;
  border-radius: 50%;
  margin-top: 24px;
  margin-left: 67px;
  text-align: center;
  cursor: pointer;
}
.menu .right .right-bottom .box .close i {
  color: white;
  line-height: 40px;
}
.menu .right .right-bottom .box .close i::before {
  font-size: 18px;
}
.menu .right .right-bottom .box .list {
  margin-left: 67px;
  margin-top: 26px;
  width: 57.2%;
}
.menu .right .right-bottom .box .list ul li {
  float: left;
  width: 50%;
  height: 80px;
  line-height: 80px;
}
.menu .right .right-bottom .box .list ul li a {
  display: block;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  color: #c6150f;
  position: relative;
  transition: 0.5s;
}
.menu .right .right-bottom .box .list ul li a span {
  display: inline-block;
  width: 38px;
  height: 1px;
  background-color: #c6150f;
  margin-left: 30px;
  margin-bottom: 5px;
  opacity: 0;
  transition: 0.5s;
}
.menu .right .right-bottom .box .list ul li:hover a {
  color: #474747;
}
.menu .right .right-bottom .box .list ul li:hover a span {
  opacity: 1;
}
.menu .right .right-bottom .box .list2,
.menu .right .right-bottom .box .list3,
.menu .right .right-bottom .box .list4,
.menu .right .right-bottom .box .list5,
.menu .right .right-bottom .box .list6,
.menu .right .right-bottom .box .list7,
.menu .right .right-bottom .box .list8,
.menu .right .right-bottom .box .list9 {
  display: none;
}
.menu .right .right-bottom .box .activity {
  width: 200px;
  height: 290px;
  position: absolute;
  right: 14.93%;
  top: 114px;
  background-color: #a6130e;
}
.menu .right .right-bottom .box .activity .activity-box {
  width: 100%;
  overflow: hidden;
  background-image: url(/static/index/pic/menu_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.menu .right .right-bottom .box .activity .activity-box .title {
  font-family: DIN-Bold;
  font-size: 96px;
  line-height: 96px;
  letter-spacing: -3.8px;
  color: #ffffff;
  margin-left: 25px;
  margin-top: 20px;
}
.menu .right .right-bottom .box .activity .activity-box .title span {
  font-size: 22.37px;
  line-height: 2.25px;
  letter-spacing: -0.4px;
}
.menu .right .right-bottom .box .activity .activity-box .p {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: -0.4px;
  color: #ffffff;
  margin-top: 36px;
  margin-left: 25px;
}
.menu .right .right-bottom .box .activity .activity-box .p span {
  display: block;
  margin-top: 10px;
}
.menu .right .right-bottom .box .activity .activity-box .button {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  margin-left: 25px;
  margin-top: 30px;
}
.menu .right .right-bottom .box .activity .activity-box .button i {
  color: #cc2237;
  font-size: 10px;
  line-height: 30px;
  margin-left: 11px;
}
.menu .right .right-bottom .box .activity a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.menu .right .right-bottom .box .activity:hover .activity-box .button {
  color: rgba(255, 255, 255, 0.5);
}
.menu .right .right-bottom .box .activity:hover .activity-box .button i {
  animation: button 1s infinite;
  -webkit-animation: button 1s infinite;
  /* Safari 鍜 Chrome */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 鍜 Chrome */
}
.menu .right .right-bottom .box .bottom {
  position: absolute;
  bottom: 0;
  width: calc(100% - 67px);
  margin-left: 67px;
  padding-bottom: 85px;
}
.menu .right .right-bottom .box .bottom .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #474747;
}
.menu .right .right-bottom .box .bottom .contact {
  width: 100%;
}
.menu .right .right-bottom .box .bottom .contact .add {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.3px;
  color: #999999;
  margin-top: 26px;
  padding-right: 70px;
  border-right: solid 1px #e1e1e1;
  float: left;
}
.menu .right .right-bottom .box .bottom .contact .add p:first-child {
  margin-bottom: 14px;
}
.menu .right .right-bottom .box .bottom .contact .phone {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.3px;
  color: #999999;
  margin-top: 26px;
  padding-right: 70px;
  padding-left: 70px;
  border-right: solid 1px #e1e1e1;
  float: left;
}
.menu .right .right-bottom .box .bottom .contact .phone p:first-child {
  margin-bottom: 14px;
}
.menu .right .right-bottom .box .bottom .contact .follow {
  float: left;
  margin-left: 70px;
  margin-top: 26px;
}
.menu .right .right-bottom .box .bottom .contact .follow div {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #e1e1e1;
  border-radius: 50%;
  opacity: 0.5;
  margin-left: 26px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.menu .right .right-bottom .box .bottom .contact .follow div .code {
  width: 142px;
  height: 0;
  overflow: hidden;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: -80px;
  z-index: 100;
  opacity: 0;
  transition: 0.5s;
}
.menu .right .right-bottom .box .bottom .contact .follow div .code img {
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.menu .right .right-bottom .box .bottom .contact .follow div:hover {
  background-color: #cc0212;
  opacity: 1;
}
.menu .right .right-bottom .box .bottom .contact .follow div:hover .code {
  background-color: rgba(0, 0, 0, 0);
  top: -170px;
  height: 155px;
  opacity: 1;
}
.menu .right .right-bottom .box .bottom .contact .follow div.weixin {
  margin-left: 0;
}
.menu .right .right-bottom .box .bottom .contact .follow div.weixin i {
  font-size: 19px;
  line-height: 40px;
  color: #999999;
}
.menu .right .right-bottom .box .bottom .contact .follow div.douyin i {
  font-size: 21px;
  line-height: 40px;
  color: #999999;
}
.menu .right .right-bottom .box .bottom .contact .follow div.xinxi i {
  font-size: 18px;
  line-height: 36px;
  color: #999999;
}
.menu .right .right-bottom .box .bottom .contact .follow div:hover {
  background-color: #cc2237;
  opacity: 1;
}
.menu .right .right-bottom .box .bottom .contact .follow div:hover i {
  color: #fff;
}
.banner {
  width: 100%;
  height: 348px;
  position: relative;
}
.banner .box {
  width: 100%;
  background-image: url(/static/index/pic/inner_page_banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.banner .box .title {
  position: absolute;
  left: 13.4%;
  bottom: 16.666%;
  font-size: 38px;
  line-height: 36px;
  color: #ffffff;
}
.banner .box .p {
  position: absolute;
  right: 13.4%;
  bottom: 16.666%;
  text-align: right;
}
.banner .box .p .time {
  font-family: "DIN-Bold";
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -0.4px;
  color: #ffffff;
}
.banner .box .p .span {
  font-size: 17px;
  line-height: 17px;
  margin-top: 12px;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.5;
}
.inner-nav {
  width: 100%;
  height: 80px;
  background-color: white;
  border-bottom: solid 1px #ebebeb;
  min-width: 1280px;
}
.inner-nav.fixer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
}
.inner-nav nav {
  height: 100%;
  margin-left: 13.4%;
  float: left;
}
.inner-nav nav ul li {
  line-height: 80px;
  margin-right: 38px;
  position: relative;
  float: left;
}
.inner-nav nav ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #cc2237;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.3s;
}
.inner-nav nav ul li a {
  display: block;
  font-size: 16px;
  line-height: 80px;
  color: #666666;
}
.inner-nav nav ul li.active::after {
  width: 100%;
}
.inner-nav nav ul li:hover::after {
  width: 100%;
}
.inner-nav nav ul li:hover a {
  color: #cc2237;
}
.inner-nav .add {
  float: right;
  margin-right: 13.4%;
  height: 80px;
}
.inner-nav .add div {
  float: left;
  line-height: 80px;
  margin-left: 16px;
}
.inner-nav .add div.img {
  width: 14px;
  height: 14px;
  line-height: 48px;
}
.inner-nav .add div.img img {
  width: 100%;
}
.inner-nav .add div a {
  font-size: 14px;
  color: #7a7a7a;
}
.inner-nav .add div i {
  font-size: 8px;
  color: #c6150f;
}
.inner-nav .add div:hover a {
  color: #c6150f;
}
.inner-bottom {
  width: 100%;
  border-top: solid 1px #d7d7d7;
}
.inner-bottom .box {
  width: 100%;
  background-color: #ffffff;
}
.inner-bottom .box .follow {
  width: 87.5%;
  height: 200px;
  margin: 0 auto;
}
.inner-bottom .box .follow .bottom-logo {
  float: left;
  height: 72px;
  margin-top: 64px;
}
.inner-bottom .box .follow .bottom-logo img {
  height: 100%;
}
.inner-bottom .box .follow .contact {
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #999999;
  text-align: right;
  margin-top: 82px;
}
.inner-bottom .box .follow .contact span {
  font-family: DIN-Bold;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -0.8px;
  color: #cc0212;
  display: block;
}
.inner-bottom .box .follow .follow-box {
  float: right;
  margin-right: 50px;
  margin-top: 80px;
}
.inner-bottom .box .follow .follow-box .icon {
  float: left;
  width: 60px;
  height: 60px;
  background-color:#e60012;
  border-radius: 15px;
  margin-left: 30px;
  text-align: center;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}
.inner-bottom .box .follow .follow-box .icon .code {
  width: 142px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -45px;
  z-index: 100;
  transition: 0.5s;
}
.inner-bottom .box .follow .follow-box .icon .code img {
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.inner-bottom .box .follow .follow-box .icon:hover {
  background-color: #b3000e;
  opacity: 1;
}
.inner-bottom .box .follow .follow-box .icon:hover .code {
  height: 155px;
  top: -170px;
}
.inner-bottom .box .follow .follow-box .weixin i {
  font-size: 25px;
  line-height: 60px;
  color: white;
}
.inner-bottom .box .follow .follow-box .douyin i {
  font-size: 27px;
  line-height: 60px;
  color: white;
}
.inner-bottom .box .follow .follow-box .xinxi i {
  font-size: 24px;
  line-height: 60px;
  color: white;
}
.inner-bottom .box .bottom {
  width: 100%;
  height: 62px;
  background-color: #333333;
}
.inner-bottom .box .bottom .beian {
  float: right;
  margin-right: 6.25%;
  line-height: 62px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #9099a0;
}
.inner-bottom .box .bottom .beian a {
  color: #9099a0;
}
.inner-bottom .box .bottom .beian a:hover {
  opacity: 0.8;
}
.inner-bottom .box .bottom .link {
  float: right;
  margin-right: 6.25%;
}
.inner-bottom .box .bottom .link ul li {
  float: left;
  padding: 0 20px;
  border-left: solid 1px #9099a0;
  line-height: 14px;
  margin-top: 24px;
}
.inner-bottom .box .bottom .link ul li:first-child {
  border: 0;
}
.inner-bottom .box .bottom .link ul li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: -0.3px;
  color: #9099a0;
}
.inner-bottom .box .bottom .link ul li a:hover {
  opacity: 0.8;
}
@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@media screen and (max-width: 1440px) {
  .inner-page .HeaderBox .head .logo {
    height: 59px;
  }
  .HeaderBox .head nav ul li {
    margin-left: 20px;
  }
  .HeaderBox .head nav ul li a {
    font-size: 16px;
  }
  .inner-nav nav ul li {
    line-height: 80px;
    margin-right: 20px;
    position: relative;
    float: left;
  }
}
.quick-nav {
  position: fixed;
  top: auto;
  bottom: 12%;
  left: 0;
  width: 80px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2.351px 3.236px 18px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.quick-nav .top {
  width: 100%;
  height: 75px;
  background-color: rgba(198, 21, 15, 0.95);
}
.quick-nav .top img {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  padding-top: 25.5px;
}
.quick-nav ul {
  width: 100%;
  overflow: hidden;
  display: none;
}
.quick-nav ul li {
  width: 100%;
  border-top: solid 1px #f5f5f5;
  padding-top: 12px;
  padding-bottom: 17px;
}
.quick-nav ul li:first-child {
  border: 0;
}
.quick-nav ul li .img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.quick-nav ul li .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.quick-nav ul li .img img.red {
  opacity: 0;
}
.quick-nav ul li .text {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  transition: 0.5s;
}
.quick-nav ul li:hover .img img.gray {
  opacity: 0;
}
.quick-nav ul li:hover .img img.red {
  opacity: 1;
}
.quick-nav ul li:hover .text {
  color: #c6150f;
}
.quick-nav .bottom {
  width: 100%;
  height: 75px;
  cursor: pointer;
}
.quick-nav .bottom img {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  padding-top: 25.5px;
  padding-bottom: 25.5px;
  transition: 0.3s;
  transform: rotate(180deg);
}
.quick-nav .bottom img.variety {
  transform: rotate(0deg);
}
<!--0.0001981258392334-->