html.no-scroll,
body.no-scroll {
    overflow: hidden;
    height: 100%;
    touch-action: none;
}
.viewer-button{
    transform: scale(2);
    top: 0;
    right: 0;
    background-color: transparent;
}
.viewer-button:focus, .viewer-button:hover{
    background-color: transparent;
}
.viewer-button:focus{
    box-shadow: unset;
}

.p_controls {
    /*display: none;*/
}
.loading_box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.loading_box .top,
.loading_box .bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50vh;
  background-color: #000;
}
.loading_box .top {
  top: 0;
}
.loading_box .bottom {
  bottom: 0;
}
.loading_box .logo_box {
  height: 0.48rem;
  width: 2.33rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading_box .logo_box svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.loading_box .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.loading_box.active .top {
  transform: translateY(-100%);
}
.loading_box.active .bottom {
  transform: translateY(100%);
}
.loading_box.active .logo_box {
  opacity: 0;
}

.pro_dwon {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  transition: all 0.5s;
  transform: translateY(-100%);
  opacity: 0;
}
.pro_dwon.active {
  transform: translateY(0);
  opacity: 1;
}
.pro_dwon > .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.pro_dwon .close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.5s;
}
.pro_dwon .close:hover {
  opacity: 1;
  transform: rotate(180deg);
}
.pro_dwon .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: rgba(0,0,0,.3);
}
.pro_dwon .wrap .lf {
  height: 100%;
  width: auto;
  display: flex;
}
.pro_dwon .wrap .lf .list {
  padding: 2.1rem 0.4rem 1rem 1rem;
  width: 3.2rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6.5px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pro_dwon .wrap .lf .list .item {
  cursor: pointer;
}
.pro_dwon .wrap .lf .list .item .tit {
  line-height: 1.33;
  opacity: 0.5;
  transition: all 0.5s;
}
.pro_dwon .wrap .lf .list .item:hover .tit, .pro_dwon .wrap .lf .list .item.active .tit {
  opacity: 1;
}
.pro_dwon .wrap .lf .list2 {
  padding: 2.1rem 0.18rem 0.5rem 0.52rem;
  width: 2.9rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6.5px);
}
.pro_dwon .wrap .lf .list2 .item {
  display: none;
}
.pro_dwon .wrap .lf .list2 .item .ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.pro_dwon .wrap .lf .list2 .item .ul .li {
  cursor: pointer;
  opacity: 0.5;
  line-height: 1.33;
  transition: all 0.5s;
}
.pro_dwon .wrap .lf .list2 .item .ul .li:hover, .pro_dwon .wrap .lf .list2 .item .ul .li.active {
  opacity: 1;
}
.pro_dwon .wrap .lf .list2 .item.active {
  display: block;
}
.pro_dwon .wrap .rg {
  width: calc(100% - 3.2rem - 2.9rem);
  height: 100%;
  padding: 0 1rem 0 0.53rem;
}
.pro_dwon .wrap .rg .swiper_list {
  width: 100%;
  height: 100%;
}
.pro_dwon .wrap .rg .swiper_pro_rg {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: relative;
}
.pro_dwon .wrap .rg .swiper_pro_rg.active {
  display: block;
}
.pro_dwon .wrap .rg .swiper_pro_rg .swiper-slide {
  width: 100%;
  height: 100%;
}
.pro_dwon .wrap .rg .swiper_pro_rg .swiper-slide .item {
  width: 100%;
  height: 100%;
  padding: 1.8rem 0.2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.pro_dwon .wrap .rg .swiper_pro_rg .swiper-slide .item .bg {
  display: none;
}
.pro_dwon .wrap .rg .swiper_pro_rg .page-box {
  position: absolute;
  z-index: 3;
  top: 1.8rem;
  width: 100%;
}
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .prev,
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .next {
  width: 1.3rem;
  height: auto;
  border-radius: 0;
  display: flex;
  background-color: transparent;
  flex-direction: column;
  gap: 0.14rem;
}
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .prev img,
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .next img {
  width: 100%;
  height: auto;
  transition:  all 0s;
}
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .prev .img2,
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .next .img2 {
  position: absolute;
  top: 0;
  left: 0;
}
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .prev span,
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .next span {
  line-height: 1.2;
}
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .prev.swiper-button-disabled,
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .next.swiper-button-disabled {
  opacity: 0;
  cursor: not-allowed;
}
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .prev:hover img,
.pro_dwon .wrap .rg .swiper_pro_rg .page-box .navigation .next:hover img {
  transform: scale(1);
}

.product_page {
  background: #000;
  padding-top: var(--headHeight);
}
.product_page .tit-box {
  margin-bottom: 0.6rem;
}
.product_page .tit-box .txt {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  max-width: 13.6rem;
  line-height: 1.77;
  color: #999;
}
.product_page .pro1 {
  padding: 0.5rem 0 0.8rem;
  position: relative;
}
.product_page .pro1 .wrap {
  height: 100%;
}
.product_page .pro1 .wrap > .title {
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 900;
  font-family: var(--fw700);
  text-transform: uppercase;
  opacity: 0.8;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 89.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  /*width: max-content;*/
  width: 100%;
  position: absolute;
  top: -.2rem;
  left: 50%;
  transform: translateX(-50%);
  
  
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.product_page .pro1 .wrap > .bg {
  width: 11.05rem;
  height: 1.86rem;
  margin: 4rem auto 0;
  position: relative;
  margin-bottom: 0.77rem;
}
.product_page .pro1 .wrap > .bg .icon {
  position: absolute;
  z-index: 3;
  width: 0.7rem;
  height: 0.7rem;
  left: 50%;
  bottom: -0.35rem;
  transform: translateX(-50%);
}
.product_page .pro1 .wrap .swiper_pro1_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.product_page .pro1 .wrap .swiper_pro1_modal .swiper-slide {
  /*height: 9.2rem;*/
  height: 8.3rem;
  width: 100%;
  overflow: visible;
}
.product_page .pro1 .wrap .swiper_pro1_modal .swiper-slide .item {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
}
.product_page .pro1 .wrap .swiper_pro1_modal .swiper-slide .item .pic {
  height: 4.8rem;
  width: auto;
  max-width: 60%;
  margin: 1rem auto 0;
  position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.product_page .pro1 .wrap .swiper_pro1_modal .swiper-slide .item canvas {
    
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
  touch-action: none;
  overflow: visible;
  transform: translateY(-.6rem);
  opacity: 0;
  transition: opacity .5s;
  z-index: 4;
}
.product_page .pro1 .wrap .swiper_pro1_modal .swiper-slide .item.loaded canvas{
    opacity: 1;
}
.product_page .pro1 .wrap .swiper_pro1_modal .swiper-slide .item.loaded .pic{
    display: none;
}
.product_page .pro1 .wrap .swiper_pro1_modal .swiper-slide .item canvas.is-dragging {
  cursor: grabbing;
}
.product_page .pro1 .wrap .swiper_pro1_modal .page-box {
  position: absolute;
  top: 2.8rem;
  left: 0;
  width: 100%;
  padding: 0 1.8rem;
  margin: 0;
}
.product_page .pro1 .wrap .swiper_pro1_modal .page-box .navigation {
  width: 100%;
  justify-content: space-between;
}
.product_page .pro1 .wrap .bottom {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.product_page .pro1 .wrap .bottom .tit {
  margin-bottom: 0.4rem;
  padding: 0 1.6rem;
  line-height: 1.25;
  
}
.product_page .pro1 .wrap .bottom .ibtn-group {
  justify-content: center;
}
.product_page .pro2 {
  padding: 0.8rem 0 0.5rem;
  position: relative;
  z-index: 2;
}
.product_page .pro2 .wrap .swiper_pro2 {
  width: 100%;
  overflow: hidden;
}
.product_page .pro2 .wrap .swiper_pro2 .swiper-slide {
  width: calc((100% - 4rem) / 6);
  margin-right: 0.8rem;
}
.product_page .pro2 .wrap .swiper_pro2 .swiper-slide:last-child {
  margin-right: 0;
}
.product_page .pro2 .wrap .swiper_pro2 .swiper-slide .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  padding-left: 0.4rem;
  position: relative;
}
.product_page .pro2 .wrap .swiper_pro2 .swiper-slide .info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1px;
  height: 0.57rem;
  background: rgba(255, 255, 255, 0.4);
}
.product_page .pro2 .wrap .swiper_pro2 .page-box {
  margin-top: 0.6rem;
}
.product_page .pro3 {
  padding: 0.5rem 0 0.8rem;
}
.product_page .pro3 .wrap .swiper_pro3 {
  width: 100%;
  overflow: hidden;
}
.product_page .pro3 .wrap .swiper_pro3 .swiper-slide {
  width: calc((100% - 0.76rem) / 3);
  margin-right: 0.38rem;
  height: auto;
}
.product_page .pro3 .wrap .swiper_pro3 .swiper-slide:last-child {
  margin-right: 0;
}
.product_page .pro3 .wrap .swiper_pro3 .swiper-slide .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  background: #111;
  min-height: 2.1rem;
  height: 100%;
  padding: 0.47rem 0.4rem;
}
.product_page .pro3 .wrap .swiper_pro3 .page-box {
  margin-top: 0.4rem;
}
.product_page .pro3 .wrap .swiper_pro3 .page-box .pagination{
    width: fit-content;
}
.product_page .pro4 {
  padding: 0.8rem 0 0.7rem;
}
.product_page .pro4 .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_page .pro4 .wrap .swiper_pro4_pic {
  width: 13.4rem;
  height: 6.8rem;
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.product_page .pro4 .wrap .swiper_pro4_pic .swiper-slide {
  width: 100%;
  height: 100%;
}
.product_page .pro4 .wrap .swiper_pro4_pic .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.product_page .pro4 .wrap .swiper_pro4_type {
  width: 11.15rem;
  overflow: hidden;
  border-bottom: 1px solid #333;
  margin-bottom: 0.36rem;
}
.product_page .pro4 .wrap .swiper_pro4_type .swiper-slide {
  width: fit-content;
  cursor: pointer;
}
.product_page .pro4 .wrap .swiper_pro4_type .swiper-slide .tit {
  padding: 0 0.2rem 0.2rem 0.2rem;
  position: relative;
  transition: all 0.5s;
}
.product_page .pro4 .wrap .swiper_pro4_type .swiper-slide .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--vicolor);
  transition: all 0.5s;
}
.product_page .pro4 .wrap .swiper_pro4_type .swiper-slide.active .tit {
  font-weight: 500;
  color: var(--vicolor);
}
.product_page .pro4 .wrap .swiper_pro4_type .swiper-slide.active .tit::after {
  width: 100%;
}
.product_page .pro4 .wrap .list {
  position: relative;
  width: 10.35rem;
  margin: 0 auto;
}
.product_page .pro4 .wrap .list .item {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}
.product_page .pro4 .wrap .list .item.active {
  transform: translateY(0);
  opacity: 1;
}
.product_page .pro5 {
  padding: 0.7rem 0 1.5rem;
}
.product_page .pro5 .wrap .cont {
  padding: 0 2.9rem;
  width: 100%;
  position: relative;
}
.product_page .pro5 .wrap .cont .swiper_pro5 {
  overflow: hidden;
}
.product_page .pro5 .wrap .cont .swiper_pro5 .swiper-slide {
  width: calc((100% - 0.8rem) / 3);
  margin-right: 0.4rem;
}
.product_page .pro5 .wrap .cont .swiper_pro5 .swiper-slide:last-child {
  margin-right: 0;
}
.product_page .pro5 .wrap .cont .swiper_pro5 .swiper-slide .item {
  background: #111;
  padding: 0.74rem 0.64rem;
}
.product_page .pro5 .wrap .cont .swiper_pro5 .swiper-slide .item .pic {
  width: 100%;
  height: 2rem;
}
.product_page .pro5 .wrap .cont .swiper_pro5 .swiper-slide .item .tit {
  margin-top: 0.28rem;
  text-align: center;
}
.product_page .pro5 .wrap .cont .page-box {
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  margin: 0;
}
.product_page .pro5 .wrap .cont .page-box .navigation {
  width: 100%;
  justify-content: space-between;
}

.index_page .swiper_index {
  width: 100%;
  height: 100vh;
}
.index_page .swiper_index > .swiper-wrapper {
  width: 100%;
}
.index_page .swiper_index > .swiper-wrapper > .swiper-slide {
  height: 100vh;
  width: 100%;
}
.index_page .banner {
  width: 100%;
  height: 100vh;
}
.index_page .banner .wrap {
  width: 100%;
  height: 100%;
}
.index_page .banner .wrap .swiper_banner {
  width: 100%;
  height: 100%;
}
.index_page .banner .wrap .swiper_banner .swiper-slide {
  width: 100%;
  height: 100%;
}
.index_page .banner .wrap .swiper_banner .swiper-slide .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_page .banner .wrap .swiper_banner .swiper-slide .item .bg {
  position: absolute;
  inset: 0;
}
.index_page .banner .wrap .swiper_banner .swiper-slide .item .cont {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1rem;
}
.index_page .banner .wrap .swiper_banner .swiper-slide .item .cont .tit {
  margin-bottom: 0.4rem;
}
.index_page .ind1 {
  background: #000;
  height: 100vh;
  width: 100%;
}
.index_page .ind1 .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.index_page .ind1 .wrap .swiper_box {
  position: relative;
  width: 100%;
}
.index_page .ind1 .wrap .swiper_box .page-box {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.index_page .ind1 .wrap .swiper_box .page-box .navigation {
  width: 100%;
  justify-content: space-between;
}
.index_page .ind1 .wrap .swiper_box .page-box .navigation .prev {
  transform: translateX(-60%);
}
.index_page .ind1 .wrap .swiper_box .page-box .navigation .next {
  transform: translateX(60%);
}
.index_page .ind1 .wrap .swiper_ind1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide {
  width: calc((100% - 0.72rem) / 4);
  height: 5.7rem;
  margin-right: 0.24rem;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide:last-child {
  margin-right: 0;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .bg img {
  transition: all 0.5s;
  transform: translateZ(0);
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.06rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.37%, rgba(0, 0, 0, 0.54) 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.3rem 0.26rem;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont .info {
  margin-bottom: 0.52rem;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont .info .tit {
  margin-bottom: 0.18rem;
  line-height: 1.2;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont .info .txt {
  line-height: 1.2;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont .ibtn-group {
  gap: 0.1rem;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont .ibtn-group .ibtn {
  width: 1.4rem;
  padding: 0.12rem 0;
}
.index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item:hover .bg img {
  transform: scale(1.05);
}
.index_page .ind2 {
  height: 100vh;
  width: 100%;
  position: relative;
}
.index_page .ind2 .bg {
  position: absolute;
  inset: 0;
}
.index_page .ind2 .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2rem 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.index_page .ind2 .wrap .tit-box .tit {
  font-size: 0.36rem;
}
.index_page .ind2 .wrap .tit-box .txt {
  margin-top: 0.15rem;
}
.index_page .ind2 .wrap > .ibtn {
  padding: 0.12rem 0.24rem;
}
.index_page .ind3 {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  position: relative;
}
.index_page .ind3 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_page .ind3 .wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem 0 0;
}
.index_page .ind3 .wrap .tit-box .txt {
  position: relative;
  overflow: hidden;
  min-height: 20vw;
}
.index_page .ind3 .wrap .tit-box .txt .t2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.research_page .res1 {
  background: #000;
  padding: 0 0 1.8rem;
}
.research_page .res1 .wrap .list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.research_page .res1 .wrap .list .item {
  display: flex;
  justify-content: space-between;
}
.research_page .res1 .wrap .list .item .lf {
  width: 9.6rem;
  flex-shrink: 0;
  height: 6.2rem;
  overflow: hidden;
}
.research_page .res1 .wrap .list .item .lf .swiper_box {
  width: 100%;
  height: 100%;
}
.research_page .res1 .wrap .list .item .lf .swiper_box .swiper-slide {
  width: 100%;
  height: 100%;
}
.research_page .res1 .wrap .list .item .rg {
  flex: 1;
  padding: 0.4rem 0 0.4rem 1.3rem;
}
.research_page .res1 .wrap .list .item .rg .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.6rem;
}
.research_page .res1 .wrap .list .item .rg .desc .tit {
  margin-bottom: 0.3rem;
}
.research_page .res1 .wrap .list .item .rg .desc .txt {
  max-height: 2.56rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.research_page .res1 .wrap .list .item .rg .page-box {
  margin-top: 0.7rem;
  align-items: flex-start;
}
.research_page .res1 .wrap .list .item .rg .page-box .pagination {
  justify-content: flex-start;
}
.research_page .res1 .wrap .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.research_page .res1 .wrap .list .item:nth-child(2n) .rg {
  padding: 0.4rem 1.3rem 0.4rem 0;
}

.news_page {
  background: #000;
  padding-top: var(--headHeight);
}
.news_page .new1 {
  padding: 0.2rem 0 1.8rem;
}
.news_page .new1 .wrap .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.news_page .new1 .wrap .top .tit-box {
  margin-bottom: 0;
}
.news_page .new1 .wrap .top .filters {
  display: flex;
  gap: 0.2rem;
}
.news_page .new1 .wrap .top .filters .item {
  cursor: pointer;
  padding: 0.13rem 0.38rem;
  border-radius: 0.04rem;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.news_page .new1 .wrap .top .filters .item:hover, .news_page .new1 .wrap .top .filters .item.active {
  color: #000;
  background-color: #fff;
}
.news_page .new1 .wrap .recomd {
  width: 100%;
  height: 6.63rem;
  border-radius: 0.2rem;
  background: #111;
  overflow: hidden;
  box-shadow: 0 0 82.3px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.news_page .new1 .wrap .recomd .swiper_new1_lf {
  flex: 1;
  overflow: hidden;
}
.news_page .new1 .wrap .recomd .swiper_new1_lf .swiper-slide {
  width: 100%;
  height: 100%;
}
.news_page .new1 .wrap .recomd .swiper_new1_lf .swiper-slide .info {
  width: 100%;
  height: 100%;
  padding: 1.3rem 0.85rem 1.15rem 0.66rem;
  display: flex;
  gap: 0.1rem;
  flex-direction: column;
  justify-content: space-between;
}
.news_page .new1 .wrap .recomd .swiper_new1_lf .swiper-slide .info .tit {
  margin-bottom: 0.4rem;
}
.news_page .new1 .wrap .recomd .swiper_new1_lf .swiper-slide .info .txt {
  max-height: 2.2rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.news_page .new1 .wrap .recomd .swiper_new1_rg {
  width: 11.5rem;
  height: 100%;
  overflow: hidden;
}
.news_page .new1 .wrap .recomd .swiper_new1_rg .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news_page .new1 .wrap .recomd .swiper_new1_rg .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.news_page .new1 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.54rem;
  row-gap: 0.6rem;
}
.news_page .new1 .wrap .list .item {
  width: calc((100% - 1.08rem) / 3);
}
.news_page .new1 .wrap .list .item .pic {
  width: 100%;
  height: 4.1rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.news_page .new1 .wrap .list .item .desc {
  padding: 0 0.14rem;
}
.news_page .new1 .wrap .list .item .desc .tit {
  margin-bottom: 0.14rem;
}
.news_page .new1 .wrap > .ibtn {
  margin: 0.8rem auto 0;
}
.news_page .new_detail {
  padding: 0.2rem 0 1.8rem;
}
.news_page .new_detail .top {
  margin-bottom: 1.2rem;
}
.news_page .new_detail .top .tit {
  margin-bottom: 0.3rem;
}
.news_page .new_detail .top .tag {
  display: flex;
}
.news_page .new_detail .top .tag span {
  padding: 0 0.1rem;
  position: relative;
}
.news_page .new_detail .top .tag span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 0.14rem;
  background: #C9C9C9;
}
.news_page .new_detail .top .tag span:first-child {
  padding-left: 0;
}
.news_page .new_detail .top .tag span:last-child {
  padding-right: 0;
}
.news_page .new_detail .top .tag span:last-child::after {
  display: none;
}
.news_page .new_detail .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news_page .new_detail .cont .html_content {
  width: 11.76rem;
}
.news_page .new_detail .cont .html_content p {
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  font-weight: 400;
  font-family: var(--fw400);
  line-height: 2;
  color: rgba(255, 255, 255, 0.7);
}
.news_page .new_detail .cont .html_content img {
  width: 100%;
  border-radius: 0.2rem;
  margin: 0.4rem 0;
}
.news_page .new_detail .cont .rg {
  position: sticky;
  top: .4rem;
  flex: 1;
  padding-left: 1.5rem;
}
.news_page .new_detail .cont .rg > .tit {
  margin-bottom: 0.4rem;
}
.news_page .new_detail .cont .rg .list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.news_page .new_detail .cont .rg .list .item {
  display: flex;
  flex-direction: column;
}
.news_page .new_detail .cont .rg .list .item .pic {
  width: 100%;
  height: 2.48rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.news_page .new_detail .cont .rg .list .item .desc .tit {
  margin-bottom: 0.1rem;
}

.contact_page .cact1 {
  position: relative;
  height: 10.8rem;
}
.contact_page .cact1 .bg {
  position: absolute;
  inset: 0;
}
.contact_page .cact1 .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact_page .cact1 .wrap .list {
  position: absolute;
  bottom: 1.15rem;
  left: 1.4rem;
  display: flex;
}
.contact_page .cact1 .wrap .list .item {
  padding: 0 0.6rem;
  position: relative;
  max-width: 5.4rem;
}
.contact_page .cact1 .wrap .list .item .label {
  margin-bottom: 0.15rem;
}
.contact_page .cact1 .wrap .list .item::after {
  content: "";
  position: absolute;
  top: 0.16rem;
  right: 0;
  width: 1px;
  height: 0.36rem;
  background-color: rgba(255, 255, 255, 0.4);
}
.contact_page .cact1 .wrap .list .item:first-child {
  padding-left: 0;
}
.contact_page .cact1 .wrap .list .item:last-child {
  padding-right: 0;
}
.contact_page .cact1 .wrap .list .item:last-child::after {
  display: none;
}
.contact_page .cact1 .wrap .form-box {
  position: absolute;
  right: 1rem;
  bottom: 0.8rem;
  width: 5.86rem;
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
  padding: 0.6rem 0.5rem;
}

.search_page {
  background: #000;
  padding-top: var(--headHeight);
}
.search_page .sea1 {
  padding: 0.2rem 0 1.8rem;
}
.search_page .sea1 .wrap .top {
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.search_page .sea1 .wrap .top .search_box {
  position: relative;
  border-radius: 0.6rem;
  background: #111;
  width: 3.6rem;
  height: 0.6rem;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  display: flex;
}
.search_page .sea1 .wrap .top .search_box input {
  height: 100%;
  line-height: 0.6rem;
  width: 100%;
  padding: 0 0.6rem 0 0.32rem;
  font-size: 0.18rem;
  background-color: transparent;
  color: #fff;
}
.search_page .sea1 .wrap .top .search_box input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search_page .sea1 .wrap .top .search_box .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.search_page .sea1 .wrap .top .search_box .btn .icon {
  width: 0.28rem;
  height: 0.28rem;
}
.search_page .sea1 .wrap .top .search_box .btn:hover {
  background-color: color-mix(in srgb, #fff, black 20%);
}
.search_page .sea1 .wrap .filter_list {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}
.search_page .sea1 .wrap .filter_list .item {
  padding: 0.13rem 0.29rem;
  border-radius: 0.04rem;
  border: 1px solid #fff;
  min-width: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
.search_page .sea1 .wrap .filter_list .item:hover,
.search_page .sea1 .wrap .filter_list .item.active {
  color: #000;
  background-color: #fff;
}
.search_page .sea1 .wrap .list.new {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.32rem;
  row-gap: 0.6rem;
}
.search_page .sea1 .wrap .list.new .item {
  width: calc((100% - 0.64rem) / 3);
}
.search_page .sea1 .wrap .list.new .item .pic {
  width: 100%;
  height: 4.25rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.search_page .sea1 .wrap .list.new .item .desc {
  padding: 0 0.14rem;
}
.search_page .sea1 .wrap .list.new .item .desc .tit {
  margin-bottom: 0.14rem;
}
.search_page .sea1 .wrap > .ibtn {
  margin: 0.8rem auto 0;
  text-decoration: none;
  color: inherit;
}

main.inner-simple {
  background: #fff;
  color: #222;
}
main.inner-simple > .wrap h1 {
  color: #111;
}
main.inner-simple .legal-body {
  color: #333;
}
main.inner-simple .legal-body a {
  color: #0a66c2;
}
main.inner-simple .legal-body :is(h1, h2, h3, h4, h5, h6) {
  color: #111 !important;
}
main.inner-simple .legal-body p,
main.inner-simple .legal-body li,
main.inner-simple .legal-body span,
main.inner-simple .legal-body div,
main.inner-simple .legal-body td,
main.inner-simple .legal-body th {
  color: #333 !important;
}
main.inner-simple .legal-body a {
  color: #0a66c2 !important;
}

.header {
  position: fixed;
  height: var(--headHeight);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s;
}
.header > .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header > .wrap .lf {
  height: 100%;
  display: flex;
  align-items: center;
}
.header > .wrap .lf .logo {
  display: block;
  height: 0.24rem;
  margin-right: 1.2rem;
}
.header > .wrap .lf nav {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.header > .wrap .lf nav .li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.header > .wrap .lf nav .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--vicolor);
  transition: all 0.5s;
}
.header > .wrap .lf nav .li a {
  font-size: 0.16rem;
  color: #FFF;
  font-weight: 400;
  line-height: 1.2;
}
.header > .wrap .lf nav .li.active::after {
  width: 100%;
}
.header > .wrap .rg {
  display: flex;
  align-items: center;
}
.header > .wrap .rg .actions {
  display: flex;
  align-items: center;
}
.header > .wrap .rg .actions .item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0.2rem;
  cursor: pointer;
}
.header > .wrap .rg .actions .item .icon {
  width: 0.24rem;
  height: 0.24rem;
}
.header > .wrap .rg .actions .item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 0.12rem;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.header > .wrap .rg .actions .item:last-child {
  padding-right: 0;
}
.header > .wrap .rg .actions .item:last-child::after {
  display: none;
}
.header > .wrap .rg .actions .item:first-child {
  padding-left: 0;
}
.header > .wrap .rg .contact {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
  padding: 0.1rem 0.16rem;
  border-radius: 8px;
  border: 1px solid #FFF;
  transition: all 0.5s;
}
.header > .wrap .rg .contact img {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  transition: all 0.5s;
}
.header > .wrap .rg .contact span {
  color: #FFF;
  font-weight: 400;
  transition: all 0.5s;
}
.header > .wrap .rg .contact:hover img {
  filter: brightness(0) invert(0);
}
.header > .wrap .rg .contact:hover span {
  color: #000;
}
.header > .wrap .rg .contact:hover {
  background-color: #fff;
}
.header .img1 {
  opacity: 1;
  transition: all 0.5s;
}
.header .img2 {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: auto;
  transition: all 0.5s;
}
.header.on {
  background-color: #000;
}
.header.prodown > .wrap{
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(.3rem);
}


.footer {
  background: #0A0A0A;
  position: relative;
}
.footer .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  z-index: 2;
  pointer-events: none;
}
.footer .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .wrap .footer-left {
  display: block;
  width: 4.4rem;
}
.footer .wrap .footer-left .footer-left__p {
  color: #FFF;
  font-weight: 500;
  line-height: 157.143%;
}
.footer .wrap .footer-left .footer-share {
  display: flex;
  column-gap: 0.14rem;
}
.footer .wrap .footer-left .footer-share .footer-share__a {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
}
.footer .wrap .footer-left .footer-share .footer-share__a .footer-share__img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .wrap .footer-nav {
  display: flex;
  flex-direction: column;
}
.footer .wrap .footer-nav .footer-nav-tip {
  color: #666;
  font-weight: 500;
}
.footer .wrap .footer-nav nav {
  display: flex;
  flex-direction: column;
  row-gap: 0.28rem;
}
.footer .wrap .footer-nav nav a {
  color: #FFF;
  font-weight: 500;
}
.footer .wrap .footer-right {
  width: 2.9rem;
  display: flex;
  flex-direction: column;
}
.footer .wrap .footer-right .footer-right-item {
  display: flex;
  flex-direction: column;
  row-gap: 0.1rem;
  margin-bottom: 0.2rem;
}
.footer .wrap .footer-right .footer-right-item.footer-right-item-ph {
  margin-bottom: 0.4rem;
}
.footer .wrap .footer-right .footer-right-item .footer-right-item-label {
  color: #666;
  font-weight: 500;
}
.footer .wrap .footer-right .footer-right-item .footer-right-item-value {
  display: flex;
  flex-direction: column;
}
.footer .wrap .footer-right .footer-right-item .footer-right-item-value .footer-right-item-p {
  color: #FFF;
  font-weight: 500;
  line-height: 166.667%;
}
.footer .wrap .footer-right .footer-right-item .footer-right-item-value .footer-right-item-vlph {
  color: #FFF;
  font-weight: 700;
}
.footer .footer-copyright {
  height: 0.8rem;
}
.footer .footer-copyright .footer-copyright-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #333333;
}
.footer .footer-copyright .footer-copyright-box .footer-copyright-left {
  display: flex;
  column-gap: 0.1rem;
  color: #999;
}
.footer .footer-copyright .footer-copyright-box .footer-copyright-left a {
  font-weight: 400;
  color: #999;
}
.footer .footer-copyright .footer-copyright-box .footer-copyright-right{
    color: #333;
}
.footer .footer-copyright .footer-copyright-box .footer-copyright-right a {
  font-weight: 400;
  color: #999;
  position: relative;
  margin-right: 0.12rem;
}
.footer .footer-copyright .footer-copyright-box .footer-copyright-right a::after {
  content: "";
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: -0.08rem;
  width: 1px;
  height: 0.12rem;
  background: #999999;
}
.footer .footer-copyright .footer-copyright-box .footer-copyright-right a:last-child::after {
  content: none;
}
.footer .footer-main {
    display: none;
}

.about .about1 .banner {
  position: relative;
}
.about .about1 .banner .banner__img {
  display: block;
  width: 100%;
}
.about .about1 .banner .banner-text {
  /*width: 7rem;*/
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about1 .banner .banner-text h1 {
  text-align: center;
  color: #FFF;
  font-weight: 500;
  line-height: 125%;
}
.about .about1 .banner .banner-text .banner-text__video {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  column-gap: 0.1rem;
  border-radius: 4px;
  border: 1px solid #FFF;
  padding: 0.13rem 0.46rem;
}
.about .about1 .banner .banner-text .banner-text__video img {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
}
.about .about1 .banner .banner-text .banner-text__video span {
  color: #FFF;
  font-weight: 400;
  line-height: 1;
}
.about .about2 {
  background: #000000;
}
.about .about2 .about2-box .about2-title {
  color: #FFF;
  font-weight: 500;
  line-height: 136.364%;
}
.about .about2 .about2-box .about2-desc {
  width: 13.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.28rem;
  margin: 0 auto 0.6rem;
}
.about .about2 .about2-box .about2-desc .about2-desc__p {
  color: #999;
  font-weight: 400;
  line-height: 177.778%;
}
.about .about2 .about2-box .about2-nums {
  margin: 0 auto 0.6rem;
  width: 13.8rem;
  display: flex;
  column-gap: 0.6rem;
}
.about .about2 .about2-box .about2-nums .about2-nums-item {
  width: 3rem;
  display: flex;
  flex-direction: column;
}
.about .about2 .about2-box .about2-nums .about2-nums-item .about2-nums__p {
  display: flex;
  align-items: baseline;
  column-gap: 0.12rem;
}
.about .about2 .about2-box .about2-nums .about2-nums-item .about2-nums__p .about2-nums-item-num {
  color: #FFF;
  font-weight: 600;
  line-height: 125%;
}
.about .about2 .about2-box .about2-nums .about2-nums-item .about2-nums__p .about2-nums-item-unit {
  color: #999;
  font-weight: 500;
  line-height: 170%;
}
.about .about2 .about2-box .about2-nums .about2-nums-item .about2-nums-line {
  width: 3rem;
  height: 1px;
  background: #666666;
}
.about .about2 .about2-box .about2-nums .about2-nums-item .about2-nums-desc {
  color: #999;
  font-weight: 400;
  line-height: 150%;
}
.about .about2 .about2-media {
  margin: 0 auto;
  display: block;
}
.about .about2 .about2-media img,
.about .about2 .about2-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about3 {
  background: #000000;
}
.about .about3 .about3-box .about3-title {
  color: #FFF;
  font-weight: 500;
  line-height: 136.364%;
}
.about .about3 .about3-box .about3-ul {
  display: flex;
  column-gap: 0.24rem;
}
.about .about3 .about3-box .about3-ul .about3-li {
  width: 5.57rem;
  height: 6.4rem;
  position: relative;
  overflow: hidden;
}
.about .about3 .about3-box .about3-ul .about3-li .about3-li-imgbox {
  width: 5.57rem;
  height: 6.4rem;
  overflow: hidden;
}
.about .about3 .about3-box .about3-ul .about3-li .about3-li-imgbox .about3-li__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about3 .about3-box .about3-ul .about3-li .about3-li-text {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
  transform: translateY(calc(100% - 32px));
  transition: all 0.8s ease;
}
.about .about3 .about3-box .about3-ul .about3-li .about3-li-text .about3-li-title {
  color: #FFF;
  font-weight: 500;
  line-height: 32px;
}
.about .about3 .about3-box .about3-ul .about3-li .about3-li-text .about3-li-desc {
  color: #FFF;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.8s ease;
}
.about .about3 .about3-box .about3-ul .about3-li:hover .about3-li-text {
  transform: translateY(0);
}
.about .about3 .about3-box .about3-ul .about3-li:hover .about3-li-text .about3-li-desc {
  transform: translateY(-10px);
}
.about .about4 {
  background: #000000;
}
.about .about4 .about4-title {
  color: #FFF;
  font-weight: 500;
  line-height: 136.364%;
}
.about .about4 .about4-box {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.4rem;
}
.about .about4 .about4-box .about4-swiperbox {
  width: 8.64rem;
  height: 5.2rem;
  position: relative;
}
.about .about4 .about4-box .about4-swiperbox .swiper {
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.8s ease;
}
.about .about4 .about4-box .about4-swiperbox .swiper:first-child {
  height: 100%;
}
.about .about4 .about4-box .about4-swiperbox .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.about .about4 .about4-box .about4-box-next {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.14rem;
}
.about .about4 .about4-box .about4-box-next.op {
  opacity: 0;
}
.about .about4 .about4-box .about4-box-next .about4-box-year {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
}
.about .about4 .about4-box .about4-box-next .about4-box-year .about4-box-year-con-inner {
  transition: all 0.8s ease;
}
.about .about4 .about4-box .about4-box-next .about4-box-year .about4-box-year-con {
  height: 1.4rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.about .about4 .about4-box .about4-box-next .about4-box-year .about4-box-year-con span {
  display: block;
  height: 1.4rem;
  line-height: 1.4rem;
}
.about .about4 .about4-box .about4-box-prev {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.14rem;
}
.about .about4 .about4-box .about4-box-prev.op {
  opacity: 0;
}
.about .about4 .about4-box .about4-box-prev .about4-box-year {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
}
.about .about4 .about4-box .about4-box-prev .about4-box-year .about4-box-year-con-inner {
  transition: all 0.8s ease;
}
.about .about4 .about4-box .about4-box-prev .about4-box-year .about4-box-year-con {
  height: 1.4rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.about .about4 .about4-box .about4-box-prev .about4-box-year .about4-box-year-con span {
  display: block;
  height: 1.4rem;
  line-height: 1.4rem;
}
.about .about4 .about4-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 4px;
  height: 4px;
  background: #ffffff;
}
.about .about4 .about4-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 4px;
  border-radius: 6px;
  background: #04008E;
}
.about .about4 .swiper-his {
  padding: 0 2rem;
  cursor: grab;
}
.about .about4 .swiper-his:active {
  cursor: grabbing;
}
.about .about4 .swiper-his .swiper-slide {
  width: 0.84rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.2rem;
  margin-right: 1.46rem;
  position: relative;
}
.about .about4 .swiper-his .swiper-slide:after {
  content: "";
  position: absolute;
  background: url("../img/common/line.svg") no-repeat;
  width: 1.46rem;
  height: 0.1rem;
  background-size: 100% 100%;
  bottom: 0;
  left: 100%;
  opacity: 0.3;
  transition: all 0.5s;
}
.about .about4 .swiper-his .swiper-slide:first-child::before {
  content: "";
  position: absolute;
  background: url("../img/common/line.svg") no-repeat;
  width: 1.46rem;
  height: 0.1rem;
  background-size: 100% 100%;
  bottom: 0;
  right: 100%;
  opacity: 0.3;
  transition: all 0.5s;
}
.about .about4 .swiper-his .swiper-slide .swiper-his__p {
  color: #999;
  font-weight: 400;
  line-height: 125%;
  opacity: 0.5;
  transition: all 0.5s;
}
.about .about4 .swiper-his .swiper-slide .swiper-his-dot {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #999;
  opacity: 0.5;
  flex-shrink: 0;
  transition: all 0.5s;
}
.about .about4 .swiper-his .swiper-slide.active .swiper-his__p {
  opacity: 1;
  color: #FFF;
}
.about .about4 .swiper-his .swiper-slide.active .swiper-his-dot {
  opacity: 1;
  background: #FFF;
}
.about .about4 .swiper-his .swiper-slide.active:first-child::before {
  opacity: 1;
}
.about .about4 .swiper-his .swiper-slide.active:last-child:after {
  opacity: 1;
}
.about .about4 .swiper-his .swiper-slide.showed:not(.active) .swiper-his-dot {
  opacity: 1;
  background: #FFF;
}
.about .about4 .swiper-his .swiper-slide.showed:not(.active):after {
  opacity: 1;
}
.about .about4 .swiper-his .swiper-slide.showed:not(.active):first-child::before {
  opacity: 1;
}
.about .about4 .about4-desc {
  width: 12rem;
  margin: 0.6rem auto 0;
  text-align: center;
  color: #999;
  font-weight: 400;
  line-height: 155.556%;
  position: relative;
}
.about .about4 .about4-desc .item {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.about .about4 .about4-desc .item.active {
  opacity: 1;
}

.crumb {
  display: flex;
  align-items: center;
  column-gap: 0.08rem;
}
.crumb .crumb__icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
}
.crumb a {
  color: #FFF;
  font-weight: 400;
  opacity: 0.4;
}
.crumb a.active {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
