@charset "utf-8";
:root {
  --color: #c8161d;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
.public-page {
  padding: 0.92rem 0;
  background: #fff;
  min-height: calc(100vh - 100px);
  min-height: calc(100svh - 100px);
  min-height: calc(100dvh - 100px);
}
@media (max-width: 991px) {
  .public-page {
    min-height: calc(100vh - 60px);
    min-height: calc(100svh - 60px);
    min-height: calc(100dvh - 60px);
  }
}
.public-page .container {
  max-width: 1000px;
}
.public-page .top {
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #e8e8e8;
}
.public-page .top .title {
  font-weight: bold;
  color: #000;
}
.public-page .top .time {
  color: #999;
  line-height: calc(24/16);
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.public-page .top .time span {
  margin-right: 0.2rem;
}
.public-page .top .time img {
  width: 16px;
  margin-right: 5px;
}
.public-page .public-content {
  margin-top: 0.5rem;
}
.sitemap {
  width: 100%;
  padding: 0.92rem 0;
}
.sitemap .container .title {
  line-height: calc(50/40);
  font-weight: bold;
  color: #000;
}
.sitemap .container .list {
  width: 100%;
  margin-top: 0.53rem;
}
.sitemap .container .list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  padding: 0.33rem 0 0.34rem;
}
.sitemap .container .list ul li .link {
  width: 3rem;
}
@media (max-width: 767px) {
  .sitemap .container .list ul li .link {
    width: 100%;
  }
}
.sitemap .container .list ul li .link a {
  line-height: calc(34/24);
  color: #000;
}
.sitemap .container .list ul li .s-link {
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sitemap .container .list ul li .s-link {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.sitemap .container .list ul li .s-link a {
  width: 2.15rem;
  color: #000;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .sitemap .container .list ul li .s-link a {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .sitemap .container .list ul li .s-link a {
    width: 50%;
  }
}
.cookies-pop {
  width: 438px;
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 9;
  background: #fff;
  border-radius: 0.24rem;
  padding: 0.45rem 0.3rem 0.3rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}
@media (max-width: 767px) {
  .cookies-pop {
    width: calc(100% - 0.4rem);
  }
}
.cookies-pop .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 1;
  cursor: pointer;
  color: #000;
}
.cookies-pop .close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cookies-pop .tbox {
  width: 100%;
}
.cookies-pop .tbox .t1 {
  color: #000;
  line-height: calc(34/24);
}
.cookies-pop .tbox .t2 {
  color: #666;
  line-height: calc(22/14);
  margin-top: 0.1rem;
}
.cookies-pop .tbox .ck {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.56rem;
}
.cookies-pop .tbox .ck .more {
  display: flex;
  align-items: center;
  color: #010101;
}
.cookies-pop .tbox .ck .more i {
  margin-left: 0.1rem;
  width: 7px;
  display: flex;
  align-items: center;
}
.cookies-pop .tbox .ck .more i svg {
  width: 100%;
  height: auto;
}
.cookies-pop .tbox .ck .accept {
  height: 42px;
  background: #000;
  color: #fff;
  padding: 0 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 21px;
}
@media (max-width: 991px) {
  .cookies-pop .tbox .ck .accept {
    height: 36px;
  }
}
.search-page {
  width: 100%;
  padding: 1.13rem 0 1.2rem;
}
.search-page .container .title {
  text-align: center;
  color: #000;
  line-height: calc(50/40);
}
.search-page .container .txt {
  text-align: center;
  color: #000;
  line-height: calc(24/14);
  margin-top: 3px;
}
.search-page .container .search-box {
  width: 8rem;
  max-width: 100%;
  height: 48px;
  margin: 0.73rem auto 0;
  display: flex;
  position: relative;
  z-index: 1;
  border: 1px solid #999;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .search-page .container .search-box {
    height: 36px;
  }
}
.search-page .container .search-box i {
  width: 16px;
  display: flex;
  align-items: center;
  color: #999;
  pointer-events: none;
  position: absolute;
  left: 0.27rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .search-page .container .search-box i {
    width: 12px;
  }
}
.search-page .container .search-box i svg {
  width: 100%;
  height: auto;
}
.search-page .container .search-box .text {
  width: 100%;
  height: 100%;
  padding-left: 0.55rem;
  color: #000;
}
.search-page .container .search-box .text::placeholder {
  color: #999;
}
.search-page .search-end {
  width: 100%;
  padding: 0 0.6rem;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .search-page .search-end {
    padding: 0 5%;
  }
}
.search-page .search-end .notFound {
  height: 3.28rem;
  color: #999;
  padding-top: 0.96rem;
  text-align: center;
}
.search-page .search-end .end-box {
  width: 100%;
}
.search-page .search-end .end-box .menu {
  display: flex;
  justify-content: center;
}
.search-page .search-end .end-box .menu ul {
  display: flex;
  background: #f5f5f5;
  height: 58px;
  border-radius: 29px;
  padding: 6px;
}
@media (max-width: 767px) {
  .search-page .search-end .end-box .menu ul {
    width: 100%;
    height: 48px;
  }
}
.search-page .search-end .end-box .menu ul li {
  height: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .search-page .search-end .end-box .menu ul li {
    width: 33.33%;
  }
}
.search-page .search-end .end-box .menu ul li a {
  height: 100%;
  padding: 0 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  color: #aaa;
  border-radius: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .search-page .search-end .end-box .menu ul li a {
    width: 100%;
    padding: 0 0.15rem;
  }
}
.search-page .search-end .end-box .menu ul li a span {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .search-page .search-end .end-box .menu ul li a span {
    display: none;
  }
}
.search-page .search-end .end-box .menu ul li:hover a,
.search-page .search-end .end-box .menu ul li.on a {
  background: #000;
  color: #fff;
}
.search-page .search-end .end-box .list {
  width: 100%;
  margin-top: 0.5rem;
}
.search-page .search-end .end-box .list ul li {
  width: 100%;
  display: none;
}
.search-page .search-end .end-box .list ul li.on {
  display: block;
}
.search-page .search-end .end-box .list ul li .public-product-list {
  width: calc(100% + 0.28rem);
  margin: 0 -0.14rem;
}
@media (max-width: 767px) {
  .search-page .search-end .end-box .list ul li .public-product-list {
    width: 100%;
    margin: 0;
  }
}
.search-page .search-end .end-box .list ul li .public-product-list .pbox {
  width: calc(25% - 0.28rem);
  margin: 0 0.14rem 0.56rem;
  padding: 0;
}
@media (max-width: 991px) {
  .search-page .search-end .end-box .list ul li .public-product-list .pbox {
    width: calc(50% - 0.28rem);
  }
}
@media (max-width: 767px) {
  .search-page .search-end .end-box .list ul li .public-product-list .pbox {
    width: 100%;
    margin: 0 0 0.56rem;
  }
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
}
.mb {
  display: none;
}
@media (max-width: 991px) {
  .mb {
    display: block;
  }
}
.product-page {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .prodcut-top {
  width: 100%;
  padding: 0 0.6rem;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}
@media (max-width: 991px) {
  .product-page .prodcut-top {
    padding: 0 5%;
  }
}
.product-page .prodcut-top .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-page .prodcut-top .box .menu {
  padding: 0.23rem 0;
}
.product-page .prodcut-top .box .menu ul {
  display: flex;
}
.product-page .prodcut-top .box .menu ul li {
  display: flex;
  margin-right: 0.2rem;
  position: relative;
  z-index: 1;
}
.product-page .prodcut-top .box .menu ul li::before {
  content: '';
  width: 1px;
  height: 22px;
  background: #ddd;
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .product-page .prodcut-top .box .menu ul li::before {
    height: 12px;
  }
}
.product-page .prodcut-top .box .menu ul li:last-child {
  margin-right: 0;
}
.product-page .prodcut-top .box .menu ul li:last-child::before {
  display: none;
}
.product-page .prodcut-top .box .menu ul li a {
  color: #999;
  line-height: calc(22/16);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product-page .prodcut-top .box .menu ul li a {
    font-size: 12px;
  }
}
.product-page .prodcut-top .box .menu ul li:hover a,
.product-page .prodcut-top .box .menu ul li.on a {
  color: #000;
}
.product-page .prodcut-top .box .label {
  display: flex;
}
.product-page .prodcut-top .box .label a {
  height: 0.7rem;
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
  color: #666;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-page .prodcut-top .box .label a {
    margin-right: 0.3rem;
  }
}
.product-page .prodcut-top .box .label a::before {
  content: '';
  width: 100%;
  height: 3px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.product-page .prodcut-top .box .label a:last-child {
  margin-right: 0;
}
.product-page .prodcut-top .box .label a:hover {
  color: #000;
}
.product-page .prodcut-top .box .label a.on {
  color: #000;
}
.product-page .prodcut-top .box .label a.on::before {
  opacity: 1;
}
.ssr-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ssr-box1 .img {
  width: 100%;
  height: 7.9rem;
  position: relative;
  z-index: 1;
}
.ssr-box1 .img::after {
  content: '';
  width: 100%;
  height: 4.4rem;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.ssr-box1 .img img,
.ssr-box1 .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ssr-box1 .container {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.ssr-box1 .container .t1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: calc(38/28);
}
.ssr-box1 .container .t2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: calc(60/42);
}
.ssr-box1 .container .t2 span {
  line-height: calc(60/48);
}
.ssr-box1 .container .t3 {
  text-align: center;
  color: #fff;
  line-height: calc(26/16);
  margin-top: 0.12rem;
}
.ssr-box1 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.34rem;
}
.ssr-box2 {
  width: 100%;
  background: #000;
  position: relative;
  z-index: 1;
}
.ssr-box2 .img {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
}
.ssr-box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ssr-box2 .img .zz {
  width: 100%;
  height: calc(495/970*100%);
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.ssr-box2 .container {
  margin-top: -100vh;
  position: relative;
  z-index: 2;
  padding: 2.1rem 0 50vh;
}
.ssr-box2 .container .tbox {
  display: flex;
  justify-content: center;
  text-align: center;
}
.ssr-box2 .container .tbox .txt {
  width: 960px;
  max-width: 100%;
  color: #333;
  font-weight: bold;
  line-height: calc(48/36);
}
.ssr-box2 .container .tbox .txt .on {
  color: #fff;
}
.ssr-box2 .container .tbox2 {
  margin-top: 40vh;
}
.ssr-box2 .container .tbox2 .t1 {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 0.76rem;
  line-height: calc(86/76);
  font-weight: bold;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .ssr-box2 .container .tbox2 .t1 {
    font-size: 0.6rem;
  }
}
.ssr-box2 .container .tbox2 .t1 .txt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4.56rem 3.71rem;
  -webkit-background-clip: text;
  background-color: #cccccc;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/zimg89.png);
}
.ssr-box2 .container .tbox2 .t1 .txt span {
  font-weight: 400;
}
.ssr-box2 .container .tbox2 .t2 {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  line-height: calc(34/24);
  margin-top: 0.28rem;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.4s 0.2s;
}
.ssr-box2 .container .tbox2 .t3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.55rem;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.4s 0.4s;
}
.ssr-box2 .container .tbox2 .t3 .dt .d1 {
  display: flex;
  align-items: baseline;
  color: #fff;
}
.ssr-box2 .container .tbox2 .t3 .dt .d1 span {
  line-height: calc(44/34);
}
@media (max-width: 767px) {
  .ssr-box2 .container .tbox2 .t3 .dt .d1 span {
    font-size: 18px;
  }
}
.ssr-box2 .container .tbox2 .t3 .dt .d2 {
  color: rgba(255, 255, 255, 0.4);
  line-height: calc(24/16);
  text-align: center;
}
.ssr-box2 .container .tbox2 .t3 .dt .d3 {
  color: #fff;
  padding: 0 0.3rem;
}
.ssr-box2 .container .tbox2.on .t1,
.ssr-box2 .container .tbox2.on .t2,
.ssr-box2 .container .tbox2.on .t3 {
  opacity: 1;
  transform: translateY(0);
}
.ssr-box3 {
  width: 100%;
  background: #000;
  padding: 1.35rem 0 1rem;
}
.ssr-box3 .container .title {
  text-align: center;
  line-height: calc(58/48);
  color: #ccc;
}
.ssr-box3 .container .title span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4.56rem 3.71rem;
  -webkit-background-clip: text;
  background-color: #cccccc;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/zimg89.png);
  display: inline-flex;
}
.ssr-box3 .container .list {
  width: calc(100% + 0.3rem);
  margin: 0.55rem -0.15rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ssr-box3 .container .list {
    width: 100%;
    margin: 0.5rem 0 0;
    flex-wrap: wrap;
  }
}
.ssr-box3 .container .list .item {
  width: calc(50% - 0.15rem);
  position: relative;
  z-index: 1;
  margin: 0 0.15rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .ssr-box3 .container .list .item {
    width: 100%;
    margin: 0 0 0.2rem;
  }
}
.ssr-box3 .container .list .item::after {
  content: '';
  width: 100%;
  height: 1.53rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .ssr-box3 .container .list .item::after {
    opacity: 1;
  }
}
.ssr-box3 .container .list .item .img-box {
  width: 100%;
  height: 5.8rem;
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .ssr-box3 .container .list .item .img-box {
    height: auto;
  }
}
.ssr-box3 .container .list .item .img-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.ssr-box3 .container .list .item .img-box .img1 {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.ssr-box3 .container .list .item .img-box .img1 img {
  width: initial;
  max-width: initial;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.ssr-box3 .container .list .item .img-box .img2 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ssr-box3 .container .list .item .img-box .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.ssr-box3 .container .list .item .img-box .line {
  width: 2.73rem;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 3;
  border-right: 3px solid #fff;
}
.ssr-box3 .container .list .item .t1 {
  color: #fff;
  line-height: calc(38/28);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 0.42rem 0.5rem;
}
@media (max-width: 767px) {
  .ssr-box3 .container .list .item .t1 {
    padding: 0.3rem 0.2rem;
  }
}
.ssr-box3 .container .list .item .t2 {
  color: #fff;
  line-height: calc(28/18);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 0.44rem 0.5rem;
}
@media (max-width: 767px) {
  .ssr-box3 .container .list .item .t2 {
    padding: 0.3rem 0.2rem;
  }
}
.ssr-box3 .container .list .item.on {
  width: calc(980/1630*100%);
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .ssr-box3 .container .list .item.on {
    width: 100%;
  }
}
.ssr-box3 .container .list .item.on::after {
  opacity: 1;
}
.ssr-box3 .container .list .item.on .img-box .img1 {
  width: 100%;
  transition: all ease-out 0.6s 0.4s;
}
.ssr-box3 .container .list .item.on .img-box .line {
  right: -3px;
  transition: all ease-out 0.6s 0.4s;
}
.ssr-box4 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ssr-box4 .img {
  width: 100%;
  height: 100vh;
}
.ssr-box4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ssr-box4 .container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.95rem 0 0;
}
.ssr-box4 .container .title {
  text-align: center;
  color: #ccc;
  line-height: calc(46/36);
  font-weight: bold;
}
.ssr-box4 .container .title span {
  text-align: center;
  font-size: 0.76rem;
  line-height: calc(86/76);
  margin-top: 0.11rem;
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  .ssr-box4 .container .title span {
    font-size: 0.6rem;
  }
}
.ssr-box4 .container .box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 2.56rem;
}
@media (max-width: 991px) {
  .ssr-box4 .container .box {
    margin-top: 0.5rem;
    justify-content: flex-start;
  }
}
.ssr-box4 .container .box .tbox {
  width: 380px;
  max-width: 100%;
}
.ssr-box4 .container .box .tbox .t1 {
  line-height: calc(28/18);
  color: rgba(255, 255, 255, 0.4);
}
.ssr-box4 .container .box .tbox .t2 {
  line-height: calc(66/56);
  background-image: linear-gradient(to bottom, #f2454c, #c8161d);
  -webkit-background-clip: text;
  color: transparent;
}
.ssr-box4 .container .box .tbox .t3 {
  margin-top: 5px;
  line-height: calc(28/18);
  color: rgba(255, 255, 255, 0.4);
}
.ssr-box4 .container .box .tbox .more {
  margin-top: 0.35rem;
}
.ssr-box4 .container .box .tbox .more .zpublic-btn {
  background: #202020;
}
.ssr-box5-6 {
  width: 100%;
  background: linear-gradient(to top, #1e1e1e, #000);
}
.ssr-box5 {
  width: 100%;
  padding: 1.95rem 0 1rem;
}
.ssr-box5 .container .title {
  line-height: calc(58/48);
  color: #fff;
  font-weight: bold;
}
.ssr-box5 .container .list {
  width: 100%;
  margin-top: 0.58rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ssr-box5 .container .list .menu {
  width: calc(500/1600*100%);
}
@media (max-width: 991px) {
  .ssr-box5 .container .list .menu {
    width: 100%;
  }
}
.ssr-box5 .container .list .menu ul li {
  width: 100%;
  padding: 0.35rem 0.4rem;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ssr-box5 .container .list .menu ul li {
    padding: 0.3rem 0.2rem;
  }
}
.ssr-box5 .container .list .menu ul li::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/ssr-box5-bg.png) left top no-repeat;
  background-size: 100%;
  transition: all 0.4s;
  opacity: 0;
}
.ssr-box5 .container .list .menu ul li:last-child {
  margin-bottom: 0;
}
.ssr-box5 .container .list .menu ul li .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.ssr-box5 .container .list .menu ul li .top .t1 {
  line-height: calc(42/32);
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}
.ssr-box5 .container .list .menu ul li .top i {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.ssr-box5 .container .list .menu ul li .top i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ssr-box5 .container .list .menu ul li .top i img:nth-child(2) {
  display: none;
}
.ssr-box5 .container .list .menu ul li .down {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.ssr-box5 .container .list .menu ul li .down .txt {
  width: 100%;
  overflow: hidden;
}
.ssr-box5 .container .list .menu ul li .down .txt span {
  color: rgba(255, 255, 255, 0.6);
  line-height: calc(26/16);
}
.ssr-box5 .container .list .menu ul li.on::before {
  opacity: 1;
}
.ssr-box5 .container .list .menu ul li.on .top .t1 {
  background-image: linear-gradient(to bottom, #f2454c, #c8161d);
  -webkit-background-clip: text;
  color: transparent;
}
.ssr-box5 .container .list .menu ul li.on .top i img:nth-child(1) {
  display: none;
}
.ssr-box5 .container .list .menu ul li.on .top i img:nth-child(2) {
  display: block;
}
.ssr-box5 .container .list .menu ul li.on .down {
  grid-template-rows: 1fr;
  margin-top: 0.18rem;
}
.ssr-box5 .container .list .img {
  width: calc(1000/1600*100%);
}
@media (max-width: 991px) {
  .ssr-box5 .container .list .img {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.ssr-box5 .container .list .img ul li {
  display: none;
}
.ssr-box5 .container .list .img ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.ssr-box5 .container .list .img ul li .public-img::before {
  padding-top: calc(580/1000*100%);
}
.ssr-box5 .container .list .img ul li.on {
  display: block;
}
.ssr-box6 {
  width: 100%;
  padding: 0.95rem 0 1.4rem;
}
.ssr-box6 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ssr-box6 .container .top .title {
  width: calc(900/1600*100%);
  color: #ccc;
  line-height: calc(46/36);
}
@media (max-width: 991px) {
  .ssr-box6 .container .top .title {
    width: 100%;
  }
}
.ssr-box6 .container .top .title span {
  display: block;
  color: #fff;
  font-size: 0.76rem;
  line-height: calc(86/76);
  margin-top: 0.12rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ssr-box6 .container .top .title span {
    font-size: 0.6rem;
  }
}
@media (max-width: 991px) {
  .ssr-box6 .container .top .tbox {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.ssr-box6 .container .top .tbox .txt {
  line-height: calc(28/18);
  color: #fff;
}
.ssr-box6 .container .top .tbox .more {
  margin-top: 0.3rem;
}
.ssr-box6 .container .top .tbox .more .zpublic-btn {
  background: #202020;
}
.ssr-box6 .container .car-box {
  width: 100%;
  margin-top: 0.55rem;
}
.ssr-box4-pop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
}
.ssr-box4-pop .box {
  width: 850px;
  max-width: 90%;
  background: #1e1e1e;
  border-radius: 0.24rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0.54rem 0.6rem 0.42rem;
}
.ssr-box4-pop .box .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 2;
  cursor: pointer;
  color: #fff;
}
.ssr-box4-pop .box .close svg {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ssr-box4-pop .box .list {
  width: 100%;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .ssr-box4-pop .box .list {
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .ssr-box4-pop .box .list ul {
    display: flex;
  }
}
.ssr-box4-pop .box .list ul li {
  display: flex;
  flex-shrink: 0;
  color: #fff;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .ssr-box4-pop .box .list ul li {
    width: 33.33%;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 0;
  }
}
.ssr-box4-pop .box .list ul li:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .ssr-box4-pop .box .list ul li:nth-child(1) {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.ssr-box4-pop .box .list ul li:nth-child(1) .t2 {
  line-height: calc(24/18);
}
.ssr-box4-pop .box .list ul li:nth-child(1) .t2 span {
  line-height: calc(20/14);
  color: #888;
  white-space: nowrap;
}
.ssr-box4-pop .box .list ul li:nth-child(2),
.ssr-box4-pop .box .list ul li:nth-child(3) {
  align-items: center;
  text-align: center;
}
.ssr-box4-pop .box .list ul li:nth-child(2) .t3,
.ssr-box4-pop .box .list ul li:nth-child(3) .t3 {
  text-align: center;
}
.ssr-box4-pop .box .list ul li .t1 {
  width: 1.25rem;
  line-height: calc(34/24);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ssr-box4-pop .box .list ul li .t1 {
    width: 100%;
    height: 2em;
    margin-bottom: 0.3rem;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.ssr-box4-pop .box .list ul li .t2 {
  min-width: 0.98rem;
  padding-right: 0.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ssr-box4-pop .box .list ul li .t2 {
    width: 100%;
    min-height: 38px;
    margin-bottom: 0.1rem;
    padding-right: 0;
  }
}
.ssr-box4-pop .box .list ul li .t2 span {
  display: block;
}
.ssr-box4-pop .box .list ul li .t3 {
  text-align: right;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ssr-box4-pop .box .list ul li .t3 {
    width: 100%;
    text-align: left;
  }
}
.voyager-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.voyager-box1 .img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.voyager-box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voyager-box1 .container {
  position: absolute;
  top: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
}
.voyager-box1 .container .txt {
  width: 840px;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.2);
  line-height: calc(46/36);
  text-align: center;
}
.voyager-box1 .container .txt .on {
  color: #000;
}
.voyager-box2 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.15rem 0 1.2rem;
}
.voyager-box2 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voyager-box2 .container .top .left {
  width: 600px;
}
@media (max-width: 1260px) {
  .voyager-box2 .container .top .left {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .voyager-box2 .container .top .left {
    width: 100%;
  }
}
.voyager-box2 .container .top .left .t1 {
  line-height: calc(34/24);
  display: flex;
}
.voyager-box2 .container .top .left .t1 span {
  background-image: linear-gradient(100deg, #ffb11a, #f05119, #c8161d, #7d1cf6, #0e90ff);
  -webkit-background-clip: text;
  color: transparent;
}
.voyager-box2 .container .top .left .t2 {
  line-height: calc(52/42);
  color: #000;
  margin-top: 0.1rem;
}
.voyager-box2 .container .top .tbox {
  width: 410px;
}
@media (max-width: 1260px) {
  .voyager-box2 .container .top .tbox {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .voyager-box2 .container .top .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.voyager-box2 .container .top .tbox .txt {
  color: #000;
  line-height: calc(28/18);
}
.voyager-box2 .container .top .tbox .more {
  margin-top: 0.38rem;
}
.voyager-box2 .container .car-box {
  margin-top: 0.55rem;
}
.voyager-box2 .container .car-box .public-car-change {
  background: #fff;
}
.voyager-box2 .container .car-box .public-car-change .pcolor-box .color-box {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.voyager-box2 .container .car-box .public-car-change .pcolor-box .color-box .ptext {
  color: #000;
}
.voyager-box2 .container .car-box .public-car-change .pcolor-box .color-box.on {
  border: 1px solid #ddd;
}
.voyager-box2 .container .car-box .public-car-change .picon-box {
  background: rgba(0, 0, 0, 0.06);
  color: #000;
}
.voyager-box2 .container .car-box .public-car-change .picon-box img,
.voyager-box2 .container .car-box .public-car-change .picon-box svg {
  width: 50px;
}
@media (max-width: 1260px) {
  .voyager-box2 .container .car-box .public-car-change .picon-box img,
  .voyager-box2 .container .car-box .public-car-change .picon-box svg {
    width: 0.5rem;
  }
}
.voyager-box2 .container .car-box .public-car-change .picon-box span {
  color: #000;
}
.voyager-box3 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.voyager-box3 .img {
  width: 100%;
  height: 100vh;
}
.voyager-box3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voyager-box3 .container {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.voyager-box3 .container .t1 {
  display: flex;
  justify-content: center;
  line-height: calc(34/24);
}
.voyager-box3 .container .t1 span {
  background-image: linear-gradient(100deg, #74828d, #94b2c9);
  -webkit-background-clip: text;
  color: transparent;
}
.voyager-box3 .container .t2 {
  line-height: calc(52/42);
  color: #000;
  text-align: center;
  margin-top: 0.13rem;
}
.voyager-box4 {
  width: 100%;
  padding: 1.6rem 0;
}
.voyager-box4 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.voyager-box4 .container .left {
  width: calc(440/1600*100%);
}
@media (max-width: 991px) {
  .voyager-box4 .container .left {
    width: 100%;
  }
}
.voyager-box4 .container .left .title {
  line-height: calc(42/32);
  color: #000;
}
.voyager-box4 .container .left .menu {
  width: 100%;
  margin-top: 1.33rem;
}
@media (max-width: 991px) {
  .voyager-box4 .container .left .menu {
    margin-top: 0.3rem;
  }
}
.voyager-box4 .container .left .menu ul li {
  width: 100%;
  height: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.1rem;
  background: #f5f5f5;
  color: #aaa;
  padding: 0 0.3rem;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
  cursor: pointer;
}
.voyager-box4 .container .left .menu ul li i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.voyager-box4 .container .left .menu ul li:hover,
.voyager-box4 .container .left .menu ul li.on {
  color: #000;
}
.voyager-box4 .container .left .menu ul li:hover i,
.voyager-box4 .container .left .menu ul li.on i {
  background: #000;
}
.voyager-box4 .container .img-box {
  width: calc(1000/1600*100%);
}
@media (max-width: 991px) {
  .voyager-box4 .container .img-box {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.voyager-box4 .container .img-box ul {
  width: 100%;
}
.voyager-box4 .container .img-box ul li {
  display: none;
}
.voyager-box4 .container .img-box ul li.on {
  display: block;
}
.voyager-box4 .container .img-box ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.voyager-box4 .container .img-box ul li .public-img::before {
  padding-top: calc(580/1000*100%);
}
.voyager-box5 {
  width: 100%;
  background: linear-gradient(to top, #d9e8ff, #f7fafe 60%);
  padding: 1.15rem 0 1.13rem;
}
.voyager-box5 .container .top .t1 {
  display: flex;
  justify-content: center;
  line-height: calc(34/24);
}
.voyager-box5 .container .top .t1 span {
  background-image: linear-gradient(100deg, #9ab5c9, #b0d4f0);
  -webkit-background-clip: text;
  color: transparent;
}
.voyager-box5 .container .top .t2 {
  line-height: calc(52/42);
  text-align: center;
  color: #000;
  margin-top: 0.1rem;
}
.voyager-box5 .container .img {
  display: flex;
  justify-content: center;
  margin-top: 0.82rem;
}
.voyager-box5 .container .tbox {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.voyager-box5 .container .tbox .item {
  margin: 0 0.4rem;
}
.voyager-box5 .container .tbox .item .t1 {
  color: #000;
  display: flex;
  align-items: baseline;
  line-height: calc(34/24);
}
.voyager-box5 .container .tbox .item .t1 span {
  line-height: calc(52/42);
}
.voyager-box5 .container .tbox .item .t2 {
  line-height: calc(28/18);
  color: #778498;
  margin-top: 4px;
}
.voyager-box6 {
  width: 100%;
  padding: 1.75rem 0 1.6rem;
}
.voyager-box6 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.voyager-box6 .container .public-img {
  width: calc(1000/1600*100%);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .voyager-box6 .container .public-img {
    width: 100%;
  }
}
.voyager-box6 .container .public-img::before {
  padding-top: calc(580/1000*100%);
}
.voyager-box6 .container .tbox {
  width: calc(515/1600*100%);
}
@media (max-width: 991px) {
  .voyager-box6 .container .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.voyager-box6 .container .tbox .t1 {
  display: flex;
  line-height: calc(34/24);
}
.voyager-box6 .container .tbox .t1 span {
  background-image: linear-gradient(100deg, #9ab5c9, #b0d4f0);
  -webkit-background-clip: text;
  color: transparent;
}
.voyager-box6 .container .tbox .t2 {
  line-height: calc(42/32);
  color: #000;
  margin-top: 0.12rem;
}
.voyager-box7 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.voyager-box7 .img {
  width: 100%;
  height: 100vh;
}
.voyager-box7 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voyager-box7 .container {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.voyager-box7 .container .t1 {
  display: flex;
  justify-content: center;
  line-height: calc(34/24);
}
.voyager-box7 .container .t1 span {
  background-image: linear-gradient(100deg, #ff6a2f, #ffae58);
  -webkit-background-clip: text;
  color: transparent;
}
.voyager-box7 .container .t2 {
  line-height: calc(52/42);
  color: #000;
  text-align: center;
  margin-top: 0.13rem;
}
.voyager-box7 .container .t3 {
  margin-top: 0.32rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.about-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.about-box1 .img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.about-box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box1 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-box1 .container .title {
  text-align: center;
  font-size: 0.62rem;
  line-height: calc(72/62);
  color: #fff;
}
.about-box1 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.33rem;
}
.about-box1 .container .more .play {
  padding: 0 0.1rem 0 0.4rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.about-box1 .container .more .play span {
  color: #fff;
}
.about-box1 .container .more .play i {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-left: 0.02rem;
  margin-left: 0.1rem;
}
.about-box1 .mouse-tips {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.34rem;
}
.about-box1 .mouse-tips .icons {
  width: 17px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.about-box1 .mouse-tips .icons img {
  animation: mouseTips 2s infinite linear forwards;
}
.about-box1 .mouse-tips .txt {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  line-height: calc(24/14);
  margin-top: 0.15rem;
}
@keyframes mouseTips {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.about-boxs {
  width: 100%;
  background: #000;
}
.about-box2 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 3.8rem 0;
}
@media (max-width: 991px) {
  .about-box2 {
    padding: 1.2rem 0;
  }
}
.about-box2 .tbox {
  width: calc(880/1920*100%);
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 0.4rem 0.88rem 0;
}
@media (max-width: 1024px) {
  .about-box2 .tbox {
    width: calc(1100/1920*100%);
  }
}
@media (max-width: 991px) {
  .about-box2 .tbox {
    width: 90%;
    padding: 0.3rem 0.4rem;
  }
}
.about-box2 .tbox::before {
  content: '';
  width: 140%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: linear-gradient(to right top, #95120a, #ff5400);
  filter: blur(160px);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .about-box2 .tbox::before {
    width: 100%;
  }
}
.about-box2 .tbox .txt {
  width: 100%;
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
  position: relative;
  z-index: 2;
}
.about-box2 .tbox .txt .on {
  color: #fff;
}
.about-box2 .tbox .l1 {
  width: 20px;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.about-box2 .tbox .l1::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-box2 .tbox .l1::after {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 0 0 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.about-box2 .tbox .l2 {
  width: 20px;
  height: 100%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.about-box2 .tbox .l2::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 8px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.about-box2 .tbox .l2::after {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 0 8px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.about-box2 .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-box2 .imgs {
    position: relative;
    height: auto;
    left: initial;
    top: initial;
    margin-top: 1rem;
    display: flex;
    pointer-events: all;
  }
}
.about-box2 .imgs .img-box {
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img-box {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .about-box2 .imgs .img-box {
    position: relative;
  }
}
.about-box2 .imgs .img {
  border-radius: 0.1rem;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  transform-origin: center center;
}
@media (max-width: 991px) {
  .about-box2 .imgs .img {
    position: relative;
    flex-shrink: 0;
    width: 2rem !important;
    height: auto !important;
    margin: 0 0.1rem;
  }
}
.about-box2 .imgs .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .about-box2 .imgs .img img {
    height: auto;
    object-fit: contain;
  }
}
.about-box2 .imgs .img1 {
  width: 3.03rem;
  height: 2.24rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img1 {
    left: -2.13rem;
    top: 2.52rem;
  }
}
.about-box2 .imgs .img2 {
  width: 1.03rem;
  height: 0.85rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img2 {
    left: 1.06rem;
    top: 4.88rem;
  }
}
.about-box2 .imgs .img3 {
  width: 2.05rem;
  height: 1.91rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img3 {
    left: 2.4rem;
    bottom: 1.04rem;
  }
}
.about-box2 .imgs .img4 {
  width: 1.83rem;
  height: 1.28rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img4 {
    left: 3.98rem;
    top: 1.56rem;
  }
}
.about-box2 .imgs .img5 {
  width: 1.15rem;
  height: 1rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img5 {
    left: 4.9rem;
    bottom: 2.12rem;
  }
}
.about-box2 .imgs .img6 {
  width: 2.25rem;
  height: 2.04rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img6 {
    left: 5.34rem;
    top: 0.41rem;
  }
}
.about-box2 .imgs .img7 {
  width: 1.68rem;
  height: 1.17rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img7 {
    left: 10.12rem;
    bottom: 0.4rem;
  }
}
.about-box2 .imgs .img8 {
  width: 1.52rem;
  height: 1.68rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img8 {
    left: 11.82rem;
    top: 1.47rem;
  }
}
.about-box2 .imgs .img9 {
  width: 2.98rem;
  height: 2.13rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img9 {
    right: 2.93rem;
    bottom: 0.77rem;
  }
}
.about-box2 .imgs .img10 {
  width: 2.57rem;
  height: 2.85rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img10 {
    right: 1.37rem;
    top: 3.18rem;
  }
}
.about-box2 .imgs .img11 {
  width: 1.23rem;
  height: 0.82rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img11 {
    right: 0.77rem;
    top: 0.88rem;
  }
}
.about-box2 .imgs .img12 {
  width: 0.88rem;
  height: 0.85rem;
}
@media (min-width: 992px) {
  .about-box2 .imgs .img12 {
    right: -0.38rem;
    bottom: 2.6rem;
  }
}
@keyframes imgRun {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.about-box3 {
  padding: 1.95rem 0 0;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 0.6rem 0.6rem 0 0;
  overflow: hidden;
}
.about-box3 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.about-box3 .container .top::before {
  content: '';
  width: calc(714/1600*100%);
  height: calc(4.08rem);
  background: url(../images/about-box3-bg.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.84rem;
  top: -0.52rem;
  z-index: 1;
}
.about-box3 .container .top .title {
  width: calc(790/1600*100%);
  position: relative;
  z-index: 2;
  line-height: calc(58/48);
  background-image: linear-gradient(175deg, #c8161d, #000 27%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .about-box3 .container .top .title {
    width: 100%;
  }
}
.about-box3 .container .top .txt {
  width: calc(560/1600*100%);
  position: relative;
  z-index: 2;
  line-height: calc(36/24);
  color: #000;
}
@media (max-width: 1024px) {
  .about-box3 .container .top .txt {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.about-box3 .img {
  width: 100%;
  margin-top: 0.36rem;
}
.about-box4 {
  width: 100%;
  padding: 1.2rem 0 0.5rem;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 2;
}
.about-box4 .bg {
  width: calc(711/1920*100%);
  position: absolute;
  left: calc(1208/1920*100%);
  bottom: 1.1rem;
  z-index: 1;
  display: flex;
}
.about-box4 .container {
  position: relative;
  z-index: 2;
}
.about-box4 .container .top {
  display: flex;
  align-items: center;
}
.about-box4 .container .top .icon {
  width: 1.78rem;
  height: 1.78rem;
  border-radius: 50%;
}
.about-box4 .container .top .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box4 .container .top .tbox {
  margin-left: 0.3rem;
}
.about-box4 .container .top .tbox .t1 {
  line-height: calc(34/24);
  font-weight: bold;
  color: #000;
}
.about-box4 .container .top .tbox .t2 {
  line-height: calc(28/18);
  color: #000;
  margin-top: 0.15rem;
}
.about-box4 .container .box {
  width: 100%;
  margin-top: 0.5rem;
  background: #f5f5f5;
  border-radius: 0.2rem;
  position: relative;
  z-index: 1;
  padding: 0.75rem 0.7rem;
}
@media (max-width: 991px) {
  .about-box4 .container .box {
    padding: 0.4rem 0.3rem;
  }
}
.about-box4 .container .box::before {
  content: '';
  border-left: 50px solid #f5f5f5;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  left: 0.82rem;
  top: -25px;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box4 .container .box::before {
    border-left: 30px solid #f5f5f5;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: -15px;
  }
}
.about-box4 .container .box::after {
  content: '';
  width: 1.28rem;
  height: 1.08rem;
  background: url(../images/about-box4-icon.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.4rem;
  right: 0.8rem;
  z-index: 1;
}
.about-box4 .container .box .t1 {
  line-height: calc(52/42);
  color: #000;
  font-weight: bold;
}
.about-box4 .container .box .t2 {
  line-height: calc(40/26);
  color: #000;
  margin-top: 0.44rem;
}
.about-box4 .container .box .t3 {
  margin-top: 0.28rem;
  background-image: linear-gradient(to bottom, #c8161d, #000);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
.about-box5 {
  width: 100%;
  padding: 1rem 0 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
.about-box5 .title {
  text-align: center;
  line-height: calc(58/48);
  color: #000;
  font-weight: bold;
}
.about-box5 .list {
  width: 100%;
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
}
.about-box5 .list .item {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box5 .list .item {
    width: 100%;
  }
}
.about-box5 .list .item .public-img {
  width: 100%;
}
.about-box5 .list .item .public-img::before {
  padding-top: calc(720/960*100%);
}
.about-box5 .list .item .tbox {
  position: absolute;
  z-index: 2;
  top: 0.53rem;
  left: 0.6rem;
  color: #fff;
}
.about-box5 .list .item .tbox .t1 {
  line-height: calc(42/32);
  font-weight: bold;
}
.about-box5 .list .item .tbox .t2 {
  line-height: calc(30/20);
  margin-top: 6px;
}
.about-box5 .list .item .tbox.black {
  color: #000;
}
.about-box6 {
  width: 100%;
  padding: 1.15rem 0 1.2rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.about-box6 .container .title {
  text-align: center;
  line-height: calc(58/48);
  color: #000;
}
.about-box6 .container .list {
  width: 100%;
  margin-top: 0.48rem;
}
.about-box6 .container .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
}
@media (max-width: 991px) {
  .about-box6 .container .list ul {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
}
.about-box6 .container .list ul li {
  width: calc(33.33% - 0.2rem);
  margin: 0 0.1rem;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .about-box6 .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.about-box6 .container .list ul li .img {
  width: 100%;
  height: 6.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about-box6 .container .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box6 .container .list ul li .t1 {
  position: absolute;
  left: 0.4rem;
  bottom: 0.35rem;
  z-index: 2;
  color: #fff;
  line-height: calc(42/32);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .about-box6 .container .list ul li .t1 {
    display: none;
  }
}
.about-box6 .container .list ul li .tbox {
  width: calc(100% - 0.8rem);
  border-radius: 0.1rem;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.4rem;
  z-index: 2;
  padding: 0.32rem 0.4rem;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .about-box6 .container .list ul li .tbox {
    opacity: 1;
  }
}
.about-box6 .container .list ul li .tbox .ts1 {
  line-height: calc(42/32);
  color: #000;
  font-weight: bold;
}
.about-box6 .container .list ul li .tbox .ts2 {
  line-height: calc(28/18);
  color: #000;
  margin-top: 0.44rem;
}
.about-box6 .container .list ul li .tbox .icons {
  width: 0.51rem;
  height: 0.51rem;
  position: absolute;
  z-index: 2;
  top: 0.3rem;
  right: 0.44rem;
}
.about-box6 .container .list ul li .tbox .icons img,
.about-box6 .container .list ul li .tbox .icons svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-box6 .container .list ul li:hover {
  width: calc(1060/1620*100% - 0.2rem);
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .about-box6 .container .list ul li:hover {
    width: 100%;
  }
}
.about-box6 .container .list ul li:hover .t1 {
  opacity: 0;
}
.about-box6 .container .list ul li:hover .tbox {
  opacity: 1;
}
.about-box7 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.15rem 0 1rem;
  position: relative;
  z-index: 2;
}
.about-box7 .container .title {
  text-align: center;
  font-weight: bold;
  color: #000;
  line-height: calc(58/48);
}
.about-box7 .container .list {
  width: 100%;
  margin-top: 0.75rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about-box7 .container .list .swiper-container .swiper-slide {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 0 5px;
}
.about-box7 .container .list .swiper-container .swiper-slide::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: calc(4.5rem + 6px);
  z-index: 1;
}
.about-box7 .container .list .swiper-container .swiper-slide .top {
  width: 100%;
  position: relative;
  z-index: 1;
}
.about-box7 .container .list .swiper-container .swiper-slide .top .img {
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.4s;
  opacity: 0;
}
.about-box7 .container .list .swiper-container .swiper-slide .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box7 .container .list .swiper-container .swiper-slide .top .year1 {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  color: #999;
  transition: all 0.4s;
  text-align: center;
}
@media (max-width: 1260px) {
  .about-box7 .container .list .swiper-container .swiper-slide .top .year1 {
    font-size: 0.5rem;
  }
}
.about-box7 .container .list .swiper-container .swiper-slide .dian {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0.4rem auto 0;
  background: #999;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.about-box7 .container .list .swiper-container .swiper-slide .txt {
  width: 3.45rem;
  max-width: 100%;
  margin: 0.36rem auto 0;
  line-height: calc(34/24);
  color: #000;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about-box7 .container .list .swiper-container .swiper-slide .txt {
    width: 80%;
  }
}
.about-box7 .container .list .swiper-container .swiper-slide .year2 {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
  opacity: 0;
  transition: all 0.4s;
  font-size: 1rem;
}
.about-box7 .container .list .swiper-container .swiper-slide .year2 span {
  color: var(--color);
  line-height: calc(34/24);
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.about-box7 .container .list .swiper-container .swiper-slide .year2 span::before {
  content: '';
  width: 6px;
  height: 2px;
  background: var(--color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  z-index: 1;
}
.about-box7 .container .list .swiper-container .swiper-slide .year2 span::after {
  content: '';
  width: 6px;
  height: 2px;
  background: var(--color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  z-index: 1;
}
.about-box7 .container .list .swiper-container .swiper-slide-active .top .img {
  opacity: 1;
}
.about-box7 .container .list .swiper-container .swiper-slide-active .top .year1 {
  opacity: 0;
}
.about-box7 .container .list .swiper-container .swiper-slide-active .dian {
  background: var(--color);
}
.about-box7 .container .list .swiper-container .swiper-slide-active .txt {
  opacity: 1;
}
.about-box7 .container .list .swiper-container .swiper-slide-active .year2 {
  opacity: 1;
}
.about-box7 .container .list .ck-box .swiper-prev,
.about-box7 .container .list .ck-box .swiper-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(4.25rem + 6px);
  z-index: 3;
}
.about-box7 .container .list .ck-box .swiper-prev img,
.about-box7 .container .list .ck-box .swiper-next img,
.about-box7 .container .list .ck-box .swiper-prev svg,
.about-box7 .container .list .ck-box .swiper-next svg {
  width: auto;
  height: 14px;
  object-fit: contain;
}
.about-box7 .container .list .ck-box .swiper-prev {
  left: 0;
}
.about-box7 .container .list .ck-box .swiper-prev svg {
  transform: rotateZ(180deg);
}
.about-box7 .container .list .ck-box .swiper-next {
  right: 0;
}
.about-box8 {
  width: 100%;
  background: #f5f5f5;
  padding: 1.15rem 0 1rem;
  position: relative;
  z-index: 2;
}
.about-box8 .container .title {
  color: #000;
  line-height: calc(58/48);
}
.about-box8 .container .list {
  width: 100%;
  margin-top: 0.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-box8 .container .list {
    margin-top: 0.5rem;
  }
}
.about-box8 .container .list .year {
  height: 6rem;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-box8 .container .list .year {
    display: none;
  }
}
.about-box8 .container .list .year span {
  font-size: 1.2rem;
  color: #000;
  line-height: 1;
}
.about-box8 .container .list .year .swiper-container {
  height: 1.2rem;
}
.about-box8 .container .list .year .swiper-container .swiper-slide {
  font-size: 1.2rem;
  line-height: 1;
  color: #999;
  transition: all 0.4s;
}
.about-box8 .container .list .year .swiper-container .swiper-slide-active {
  color: var(--color);
}
.about-box8 .container .list .ck-box {
  padding-top: 0.2rem;
}
@media (max-width: 991px) {
  .about-box8 .container .list .ck-box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0.6rem;
  }
}
.about-box8 .container .list .ck-box .prev,
.about-box8 .container .list .ck-box .next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  color: #000;
}
@media (max-width: 1580px) {
  .about-box8 .container .list .ck-box .prev,
  .about-box8 .container .list .ck-box .next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1260px) {
  .about-box8 .container .list .ck-box .prev,
  .about-box8 .container .list .ck-box .next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .about-box8 .container .list .ck-box .prev,
  .about-box8 .container .list .ck-box .next {
    width: 32px;
    height: 32px;
  }
}
.about-box8 .container .list .ck-box .prev img,
.about-box8 .container .list .ck-box .next img,
.about-box8 .container .list .ck-box .prev svg,
.about-box8 .container .list .ck-box .next svg {
  width: 18px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .about-box8 .container .list .ck-box .prev img,
  .about-box8 .container .list .ck-box .next img,
  .about-box8 .container .list .ck-box .prev svg,
  .about-box8 .container .list .ck-box .next svg {
    width: 14px;
    height: 14px;
  }
}
.about-box8 .container .list .ck-box .prev:hover,
.about-box8 .container .list .ck-box .next:hover {
  background: var(--color);
  color: #fff;
}
.about-box8 .container .list .ck-box .prev {
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .about-box8 .container .list .ck-box .prev {
    margin-bottom: 0;
    margin-right: 0.2rem;
  }
}
.about-box8 .container .list .ck-box .prev img,
.about-box8 .container .list .ck-box .prev svg {
  transform: rotateZ(-90deg);
}
@media (max-width: 991px) {
  .about-box8 .container .list .ck-box .prev img,
  .about-box8 .container .list .ck-box .prev svg {
    transform: rotateZ(-180deg);
  }
}
.about-box8 .container .list .ck-box .next img,
.about-box8 .container .list .ck-box .next svg {
  transform: rotateZ(90deg);
}
@media (max-width: 991px) {
  .about-box8 .container .list .ck-box .next img,
  .about-box8 .container .list .ck-box .next svg {
    transform: rotateZ(0);
  }
}
.about-box8 .container .list .things {
  width: calc(1000/1600*100%);
}
@media (max-width: 991px) {
  .about-box8 .container .list .things {
    width: 100%;
    order: -1;
  }
}
.about-box8 .container .list .things .swiper-container {
  overflow: hidden;
}
.about-box8 .container .list .things .swiper-container .swiper-slide {
  padding-top: 0.2rem;
}
.about-box8 .container .list .things .swiper-container .swiper-slide .time {
  color: var(--color);
  line-height: calc(30/20);
  display: none;
}
@media (max-width: 991px) {
  .about-box8 .container .list .things .swiper-container .swiper-slide .time {
    display: block;
    margin-bottom: 0.2rem;
  }
}
.about-box8 .container .list .things .swiper-container .swiper-slide .public-img {
  width: 100%;
}
.about-box8 .container .list .things .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(60%);
}
.about-box8 .container .list .things .swiper-container .swiper-slide .txt {
  line-height: calc(30/20);
  color: #000;
  margin-top: 0.2rem;
}
