:root {
  --logoColor: #c9161d;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("../fonts/HarmonyOS Sans SC.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBoldItalic";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
.gsbdit {
  font-family: "Gilroy-SemiBoldItalic";
  font-style: italic;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
.popbd {
  font-family: "Poppins-Bold";
}

@keyframes round {
  0% {
    stroke-dashoffset: 125;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0.7;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
.w1660 {
  width: 41.5rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1470 {
  width: 36.75rem;
  max-width: 90%;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.lh1 {
  line-height: 1;
}

.fonb {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-tit {
  margin-top: 0.4rem;
  color: #333333;
  line-height: 1;
}

.main-more {
  width: 6rem;
  height: 1.25rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #c9161d, #f95157);
}
.main-more p {
  margin-right: 0.3rem;
}
.main-more:hover {
  background: linear-gradient(135deg, #f95157, #c9161d);
}

.main-crumbs {
  display: flex;
  align-items: center;
}
.main-crumbs a {
  color: #333333;
  position: relative;
  margin-right: 5px;
  padding-right: 10px;
}
.main-crumbs a::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #7d7d7d;
}
.main-crumbs a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.main-crumbs a:last-child::after {
  display: none;
}
.main-crumbs a img {
  width: 0.5rem;
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box a,
.page-box .btn-arr {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  line-height: 1.35rem;
  text-align: center;
  border-radius: 50%;
  color: #111111;
  margin-right: 0.2rem;
  cursor: pointer;
}
.page-box a:last-child,
.page-box .btn-arr:last-child {
  margin-right: 0;
}
.page-box a:hover, .page-box a.active,
.page-box .btn-arr:hover,
.page-box .btn-arr.active {
  background: linear-gradient(to bottom, #c9161d, #f95157);
  color: #fff;
}
.page-box .pagingUl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box .pagingUl li {
  margin-right: 0.2rem;
}
.page-box .pagingUl li:last-child {
  margin-right: 0;
}

.footer {
  background-color: #f8f8f8;
}
.footer .top {
  padding: 1.2rem 0 1.3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(103, 120, 134, 0.2);
}
.footer .top .foot-logo {
  width: 6.425rem;
}
.footer .top .foot-logo img {
  width: 100%;
}
.footer .top .link {
  display: flex;
}
.footer .top .link .li {
  position: relative;
  margin-right: 0.7rem;
}
.footer .top .link .li:last-child {
  margin-right: 0;
}
.footer .top .link .li p {
  width: 5.5rem;
  height: 1.1rem;
  line-height: 1.1rem;
  padding: 0 .5rem;
  border-radius: 0.55rem;
  border: 1px solid #3b3b3b;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
.footer .top .link .li p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  border-top: 5px solid #262626;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
}
.footer .top .link .li .sli-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #262626;
  border-top: none;
  max-height: 4rem;
  overflow-y: auto;
  border-bottom-left-radius: 0.55rem;
  border-bottom-right-radius: 0.55rem;
  background-color: #f8f8f8;
  display: none;
}
.footer .top .link .li .sli-box::-webkit-scrollbar {
  width: 3px;
}
.footer .top .link .li .sli-box a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-bottom: 1px solid #262626;
}
.footer .top .link .li .sli-box a:last-child {
  border-bottom: none;
}
.footer .top .link .li.cur p {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.footer .mid {
  padding: 1.3rem 0;
  border-bottom: 1px solid rgba(103, 120, 134, 0.2);
  display: flex;
  justify-content: space-between;
}
.footer .mid .info .li {
  display: flex;
  align-items: center;
}
.footer .mid .info .li .icon {
  width: 0.5rem;
  margin-right: 0.3rem;
}
.footer .mid .info .li p {
  color: #262626;
  line-height: 1.2;
}
.footer .mid .info .tel {
  margin-bottom: 0.3rem;
}
.footer .mid .info .share {
  margin-top: 1.1rem;
  display: flex;
}
/*.footer .mid .info .share .code {*/
/*  width: 2.5rem;*/
/*}*/
.footer .mid .info .share .code p {
  color: #333;
  line-height: 1;
}
.footer .mid .info .share .code div {
  width: 3rem;
  margin-top: .5rem;
}
.footer .mid .info .share .code img {
  width: 100%;
}
.footer .mid .info .share .item {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: relative;
  margin-right: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(112, 112, 112, 0.1);
  transition: all 0.4s;
}
.footer .mid .info .share .item:last-child {
  margin-right: 0;
}
.footer .mid .info .share .item > img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .mid .info .share .item .pos-cont {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(112, 112, 112, 0.1);
  width: 2.35rem;
  height: 2.35rem;
  padding: 4px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.footer .mid .info .share .item .pos-cont::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.footer .mid .info .share .item:hover {
  background-color: var(--logoColor);
}
.footer .mid .info .share .item:hover > img {
  filter: brightness(100) grayscale(100);
}
.footer .mid .info .share .item:hover .pos-cont {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 0.4rem);
}
.footer .mid .nav {
  display: flex;
  justify-content: flex-end;
  margin-left: 2rem;
}
.footer .mid .nav .list {
  margin-right: 1.5rem;
}
.footer .mid .nav .list:last-child {
  margin-right: 0;
}
.footer .mid .nav .list a {
  display: block;
  color: #262626;
  opacity: 0.6;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  transition: all 0.4s;
}
.footer .mid .nav .list a:last-child {
  margin-bottom: 0;
}
.footer .mid .nav .list a:first-child {
  opacity: 1;
  margin-bottom: 0.75rem;
}
.footer .mid .nav .list a:hover {
  color: var(--logoColor);
}
.footer .btm {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0 0.7rem;
}
.footer .btm a {
  display: inline-block;
  color: #262626;
  opacity: 0.5;
}
.footer .btm .copyright a {
  margin-right: 1.6rem;
}
.footer .btm .copyright a img {
  width: .5rem;
  margin-right: 5px;
}
.footer .btm .copyright a:last-child {
  margin-right: 0;
}
.footer .btm .link a {
  position: relative;
  margin-right: 0.8rem;
}
.footer .btm .link a:last-child {
  margin-right: 0;
}
.footer .btm .link a:last-child::after {
  display: none;
}
.footer .btm .link a::after {
  content: "";
  position: absolute;
  right: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 9px;
  background-color: rgba(38, 38, 38, 0.8);
}

.index .index-swiper {
  width: 100%;
  height: 100vh;
}
.index .index-swiper .swiper-pagination {
  bottom: 1.65rem;
  padding-left: 3.25rem;
  text-align: left;
  line-height: 1;
}
.index .index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #c5c5c5;
  opacity: 1;
  margin: 0 1.05rem 0 0;
  position: relative;
}
.index .index-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index .index-swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  opacity: 0;
}
.index .index-swiper .swiper-pagination .swiper-pagination-bullet svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: 2;
}
.index .index-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--logoColor);
}
.index .index-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.index .index-swiper .swiper-pagination .swiper-pagination-bullet-active circle {
  animation: round 8s forwards;
}
.index .index-swiper .swiper-slide {
  width: 100%;
  height: 100vh;
}
.index .index-swiper .swiper-slide img,
.index .index-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .index-swiper .swiper-slide .pos-cont {
  position: absolute;
  top: 28.7%;
  left: 6.8%;
}
.index .index-swiper .swiper-slide .pos-cont .sub {
  color: var(--logoColor);
  font-weight: bold;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}
.index .index-swiper .swiper-slide .pos-cont .tit {
  margin-top: 0.55rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.4s 0.2s;
}
.index .index-swiper .swiper-slide .pos-cont .more {
  margin-top: 1.75rem;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.4s 0.4s;
}
.index .index-swiper .swiper-slide.ani-slide .pos-cont .sub,
.index .index-swiper .swiper-slide.ani-slide .pos-cont .tit,
.index .index-swiper .swiper-slide.ani-slide .pos-cont .more {
  opacity: 1;
  transform: translateY(0);
}
.index .scroll-box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index .box1 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index .box1 .pos-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.index .box1 .pos-cont .tit {
  color: #111111;
  text-align: center;
}
.index .box1 .pos-cont .icon-box {
  margin-top: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.index .box1 .pos-cont .icon-box div {
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.index .box1 .pos-cont .icon-box .cent {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.2rem;
}
.index .box1 .pos-cont .tips {
  margin-top: 1.45rem;
  display: flex;
  justify-content: center;
}
.index .box1 .pos-cont .tips p {
  color: #111111;
  margin-right: 3.95rem;
}
.index .box1 .pos-cont .tips p:last-child {
  margin-right: 0;
}
.index .box1 .pic-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 1.1rem;
  height: 3.8rem;
  border-radius: 0.25rem;
  overflow: hidden;
  opacity: 0;
}
.index .box1 .pic-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .box1 .pic-box .pos-cont2 {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 25%;
  opacity: 0;
}
.index .box1 .pic-box .pos-cont2 .tit {
  color: #fff;
}
.index .box1 .pic-box .pos-cont2 .tit span {
  color: var(--logoColor);
}
.index .box1 .pic-box .pos-cont2 .cont {
  margin: 0.7rem auto 0;
  color: #fff;
  line-height: 2;
  width: 60%;
}
.index .box1 .pic-box .pos-cont2 .num-item {
  margin: 0.8rem auto 0;
  display: flex;
  justify-content: space-between;
  width: 72%;
}
.index .box1 .pic-box .pos-cont2 .num-item .li {
  display: flex;
}
.index .box1 .pic-box .pos-cont2 .num-item .li .icon {
  width: 1.4rem;
  margin-right: 0.5rem;
}
.index .box1 .pic-box .pos-cont2 .num-item .li .num {
  color: #fff;
}
.index .box1 .pic-box .pos-cont2 .num-item .li .num .num-box {
  display: flex;
  align-items: baseline;
}
.index .box1 .pic-box .pos-cont2 .num-item .li .num .num-box .num-tit {
  display: flex;
  align-items: flex-start;
  margin-right: 0.15rem;
}
.index .box1 .pic-box .pos-cont2 .num-item .li .num .num-box .num-tit .num-num {
  margin-right: 0.15rem;
  position: relative;
}
.index .box1 .pic-box .pos-cont2 .num-item .li .num .num-box .num-tit .num-num::after {
  content: attr(title);
  position: absolute;
  top: 80%;
  left: 0;
  transform: rotateX(180deg);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1), transparent);
  -webkit-background-clip: text;
  color: transparent;
}
.index .box1 .pic-box .pos-cont2 .num-item .li .num .num-box .num-tit .num-unit {
  min-width: 0.3rem;
}
.index .box1 .pic-box .pos-cont2 .num-item .li .num .txt {
  margin-top: 0.5rem;
}
.index .box2 {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.index .box2 .lf {
  width: 68.75%;
  height: 100%;
  background-color: #fff;
  padding-top: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.index .box2 .lf .tit {
  color: #111111;
}
.index .box2 .lf .sub {
  margin-top: 0.4rem;
  color: #111111;
  padding: 0 5%;
  text-align: center;
}
.index .box2 .lf .sub span {
  color: var(--logoColor);
}
.index .box2 .lf .pic {
  margin-top: 1.1rem;
  width: 37.5%;
  position: relative;
  z-index: 1;
}
.index .box2 .lf .pic img {
  width: 100%;
}
.index .box2 .lf .pos-bg {
  position: absolute;
  top: 37%;
  left: 12.65%;
  width: 76%;
}
.index .box2 .lf .pos-bg img {
  width: 100%;
}
.index .box2 .lf .h1 {
  margin-top: 1.45rem;
  color: #111111;
  padding: 0 5%;
}
.index .box2 .lf .more {
  margin-top: 0.75rem;
}
.index .box2 .lf .arr {
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.index .box2 .lf .arr .img1 {
  width: 100%;
  filter: brightness(100) grayscale(100);
}
.index .box2 .lf .arr .img2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index .box2 .rg {
  padding-top: 2.4rem;
  width: 31.25%;
  height: 100%;
  background-color: #f6f6f6;
}
.index .box2 .rg .box2-swiper {
  width: 100%;
  height: 100%;
}
.index .box2 .rg .box2-swiper .swiper-slide {
  width: 100%;
  height: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index .box2 .rg .box2-swiper .swiper-slide .pic {
  width: 80%;
  height: 3.85rem;
  position: relative;
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s;
}
.index .box2 .rg .box2-swiper .swiper-slide .pic > img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
}
.index .box2 .rg .box2-swiper .swiper-slide .pic .cir-bg {
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10.35rem;
  opacity: 0;
  transition: all 0.4s;
}
.index .box2 .rg .box2-swiper .swiper-slide .pic .cir-bg img {
  width: 100%;
}
.index .box2 .rg .box2-swiper .swiper-slide .h2 {
  margin-top: 0.65rem;
  color: #666666;
  font-size: 0.4rem;
  text-align: center;
  padding: 0 5%;
}
.index .box2 .rg .box2-swiper .swiper-slide .more {
  margin-top: 0.35rem;
  display: flex;
  justify-content: center;
  color: var(--logoColor);
  opacity: 0;
  height: 0;
}
.index .box2 .rg .box2-swiper .swiper-slide .more p {
  margin: 0.1rem;
}
.index .box2 .rg .box2-swiper .swiper-slide-active {
  height: 33.33%;
}
.index .box2 .rg .box2-swiper .swiper-slide-active .pic .cir-bg {
  opacity: 1;
}
.index .box2 .rg .box2-swiper .swiper-slide-active .h2 {
  margin-top: 1.25rem;
  font-size: 0.5rem;
  color: #111111;
  font-weight: bold;
}
.index .box2 .rg .box2-swiper .swiper-slide-active .more {
  opacity: 1;
  height: auto;
}
.index .business {
  margin-top: 4.5rem;
  position: relative;
  padding-top: 4rem;
}
.index .business .pos-tit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index .business .sub {
  margin-top: 0.3rem;
  color: #111111;
  line-height: 1.2;
}
.index .business .sub span {
  color: var(--logoColor);
}
.index .business .swiper-box {
  width: 86.5%;
  position: relative;
  margin: 0 auto;
}
.index .business .swiper-box .swiper-button-prev {
  left: -2rem;
}
.index .business .swiper-box .swiper-button-next {
  right: -2rem;
}
.index .business .swiper-box .swiper-button-prev,
.index .business .swiper-box .swiper-button-next {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 0.4rem rgba(0, 0, 0, 0.1);
  color: var(--logoColor);
}
.index .business .swiper-box .swiper-button-prev::after,
.index .business .swiper-box .swiper-button-next::after {
  font-size: .4rem;
}
.index .business .swiper-box .swiper-button-prev:hover,
.index .business .swiper-box .swiper-button-next:hover {
  color: #fff;
  background: linear-gradient(to bottom, #c9161d, #f95157);
}
.index .business .business-swiper {
  width: 100%;
}
.index .business .business-swiper .swiper-slide {
  width: 70%;
  margin-right: 13%;
}
.index .business .business-swiper .swiper-slide:last-child {
  margin-right: 0;
}
/*.index .business .business-swiper .swiper-slide.trans-slide {*/
/*  width: 100%;*/
/*}*/
.index .business .business-swiper .swiper-slide .pic {
  width: 100%;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.index .business .business-swiper .swiper-slide .pic img {
  width: 100%;
}
.index .business .business-swiper .swiper-slide .pic .pos-cont {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  padding: 0 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*opacity: 0;*/
}
.index .business .business-swiper .swiper-slide .pic .pos-cont .h1 {
  color: #fff;
}
.index .business .business-swiper .swiper-slide .pic .pos-cont .more {
  display: flex;
  align-items: center;
  color: #fff;
}
.index .business .business-swiper .swiper-slide .pic .pos-cont .more span {
  width: 1rem;
  height: 1rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 50%;
  border: 1.5px solid #fff;
  margin-left: 0.5rem;
}
.index .business .business-swiper .swiper-slide .cont {
  margin-top: 1.1rem;
  color: #111111;
  padding-left: 2.25rem;
  /*opacity: 0;*/
}
.index .i-news {
  margin-top: 0.85rem;
  padding-top: 6.1rem;
  position: relative;
}
.index .i-news .pos-bg {
  position: absolute;
  left: -9.6rem;
  top: 0;
}
.index .i-news .wrap {
  position: relative;
  z-index: 2;
}
.index .i-news .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .i-news .top .tit {
  color: #333333;
}
.index .i-news .top .tit span {
  color: var(--logoColor);
}
.index .i-news .top .tab {
  display: flex;
}
.index .i-news .top .tab span {
  position: relative;
  min-width: 5.75rem;
  width: max-content;
  padding: 0 .5rem;
  height: 1.25rem;
  text-align: center;
  line-height: calc(1.25rem - 4px);
  border-radius: 0.6rem;
  border: 2px solid rgba(51, 51, 51, 0.09);
  color: #333333;
  margin-right: 1rem;
  cursor: pointer;
  transition: all 0.4s;
}
.index .i-news .top .tab span:last-child {
  margin-right: 0;
}
.index .i-news .top .tab span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #c9161d, #f95157);
  border-radius: 0.6rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.index .i-news .top .tab span:hover, .index .i-news .top .tab span.active {
  border-color: transparent;
  color: #fff;
}
.index .i-news .top .tab span:hover::after, .index .i-news .top .tab span.active::after {
  opacity: 1;
}
.index .i-news .item-box {
  margin-top: 1.8rem;
  display: none;
}
.index .i-news .item-box .item {
  width: 30%;
  margin-right: 2%;
  background-color: #fff;
  box-shadow: 0 0.375rem 0.8rem rgba(0, 0, 0, 0.07);
  border-radius: 0.25rem;
  overflow: hidden;
}
.index .i-news .item-box .item .pic {
  width: 100%;
  height: 7.4rem;
  overflow: hidden;
}
.index .i-news .item-box .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .i-news .item-box .item .info {
  padding: 0.9rem 1rem 0.8rem;
}
.index .i-news .item-box .item .info .time {
  display: flex;
  align-items: center;
}
.index .i-news .item-box .item .info .time div {
  width: 0.4rem;
}
.index .i-news .item-box .item .info .time div img {
  width: 100%;
}
.index .i-news .item-box .item .info .time p {
  color: rgba(85, 85, 85, 0.5);
  margin-left: 0.15rem;
}
.index .i-news .item-box .item .info .h1 {
  margin-top: 0.55rem;
  color: #333333;
  transition: all 0.4s;
}
.index .i-news .item-box .item .info .cont {
  margin-top: 0.5rem;
  line-height: 1.75;
  height: 3.5em;
  overflow: hidden;
  color: #666666;
}
.index .i-news .item-box .item .info .more {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  color: var(--logoColor);
}
.index .i-news .item-box .item .info .more p {
  margin-right: 0.1rem;
}
.index .i-news .item-box .item:hover .pic img {
  transform: scale(1.04);
}
.index .i-news .item-box .item:hover .info .h1 {
  color: var(--logoColor);
}
.index .i-news .item-box .li-box {
  width: 36%;
}
.index .i-news .item-box .li-box .li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.index .i-news .item-box .li-box .li:last-child {
  margin-bottom: 0;
}
.index .i-news .item-box .li-box .li .pic {
  width: 5.75rem;
  height: 4rem;
  overflow: hidden;
  margin-right: 0.75rem;
  border-radius: 0.25rem;
}
.index .i-news .item-box .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .i-news .item-box .li-box .li .info {
  width: calc(100% - 6.5rem);
}
.index .i-news .item-box .li-box .li .info .h1 {
  color: #333333;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  transition: all 0.4s;
}
.index .i-news .item-box .li-box .li .info .cont {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 2;
  height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .i-news .item-box .li-box .li .info .tag {
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
}
.index .i-news .item-box .li-box .li .info .tag .time {
  display: flex;
  align-items: center;
  color: #555555;
}
.index .i-news .item-box .li-box .li .info .tag .time div {
  width: 0.4rem;
  margin-right: 0.15rem;
}
.index .i-news .item-box .li-box .li .info .tag .more {
  color: var(--logoColor);
  display: flex;
  align-items: center;
}
.index .i-news .item-box .li-box .li .info .tag .more p {
  margin-right: 0.1rem;
}
.index .i-news .item-box .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.index .i-news .item-box .li-box .li:hover .info .h1 {
  color: var(--logoColor);
}
.index .i-news .item-box.show {
  display: flex;
}
.index .i-tech {
  margin-top: 3.4rem;
}
.index .i-tech .wrap {
  display: flex;
  border-radius: 0.25rem;
  overflow: hidden;
}
.index .i-tech .wrap .li {
  width: 35%;
  height: 70vh;
  position: relative;
  transition: all 0.4s;
}
.index .i-tech .wrap .li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .i-tech .wrap .li .tit {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 90%;
  text-align: center;
  z-index: 1;
  transition: all 0.4s;
}
.index .i-tech .wrap .li .pos-cont {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  padding: 0 2.25rem;
  z-index: 3;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}
.index .i-tech .wrap .li .pos-cont .cont {
  margin-top: 0.7rem;
  line-height: 1.77;
}
.index .i-tech .wrap .li .more {
  position: absolute;
  right: 2.75rem;
  bottom: 1.75rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}
.index .i-tech .wrap .li.active {
  width: 65%;
}
.index .i-tech .wrap .li.active .tit {
  opacity: 0;
  visibility: hidden;
}
.index .i-tech .wrap .li.active .pos-cont,
.index .i-tech .wrap .li.active .more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.index .i-service {
  margin-top: 4.25rem;
  padding-bottom: 2.5rem;
}
.index .i-service .tit {
  color: #111111;
}
.index .i-service .tit span {
  color: var(--logoColor);
}
.index .i-service .li-box {
  margin-top: 2.35rem;
  display: flex;
  justify-content: center;
}
.index .i-service .li-box .li {
  width: -moz-max-content;
  width: max-content;
  margin-right: 7.5rem;
  text-align: center;
}
.index .i-service .li-box .li:last-child {
  margin-right: 0;
}
.index .i-service .li-box .li .pic {
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 auto;
  transition: all 0.4s;
}
.index .i-service .li-box .li .h1 {
  margin-top: 0.45rem;
  color: #111111;
  transition: all 0.4s;
}
.index .i-service .li-box .li .more {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}
.index .i-service .li-box .li .more p {
  margin-right: 0.2rem;
}
.index .i-service .li-box .li:hover .pic {
  transform: translateY(-5px);
}
.index .i-service .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.about .top-intro {
  padding: 1.35rem 0 2rem;
}
.about .top-intro .intro {
  margin-top: 3.5rem;
  display: flex;
  align-items: flex-start;
}
.about .top-intro .intro .lf {
  width: 45%;
  padding-top: 2.5rem;
  padding-right: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.about .top-intro .intro .lf .tit {
  color: #000000;
  margin-right: 0.25rem;
}
.about .top-intro .intro .lf .year {
  color: var(--logoColor);
}
.about .top-intro .intro .lf .pos-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 82.7%;
}
.about .top-intro .intro .lf .pos-bg img {
  width: 100%;
}
.about .top-intro .intro .rg {
  width: 55%;
}
.about .top-intro .intro .rg .tit {
  color: var(--logoColor);
  line-height: 1.2;
}
.about .top-intro .intro .rg .cont {
  margin-top: 0.7rem;
  color: #333333;
  line-height: 2;
}
.about .top-intro .intro .rg .cont span {
  color: #111111;
  font-weight: bold;
}
.about .top-intro .pic {
  margin-top: 2.5rem;
  position: relative;
  width: 100%;
}
.about .top-intro .pic img {
  width: 100%;
}
.about .top-intro .pic .pos-pic {
  position: absolute;
  width: 78.5%;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about .btm {
  padding: 2.5rem 0 8rem;
  position: relative;
}
.about .btm .pos-bg {
  position: absolute;
  bottom: 4.1rem;
  left: 0;
  width: 100%;
  z-index: -1;
}
.about .btm .pos-bg img {
  width: 100%;
}
.about .btm .wrap {
  display: flex;
}
.about .btm .wrap .pic {
  width: 36.4%;
}
.about .btm .wrap .pic img {
  width: 100%;
}
.about .btm .wrap .intro {
  width: 63.6%;
  padding-left: 1.8rem;
}
.about .btm .wrap .intro .cont {
  color: #333333;
  line-height: 2;
}
.about .btm .wrap .intro .cont span {
  color: #111111;
  font-weight: bold;
}
.about .btm .wrap .intro .num-item {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .btm .wrap .intro .num-item .li {
  display: flex;
  width: 50%;
  margin-bottom: 1.4rem;
  color: #4d4948;
}
.about .btm .wrap .intro .num-item .li .icon {
  width: 1.4rem;
  margin-right: 0.6rem;
}
.about .btm .wrap .intro .num-item .li .num .num-box {
  display: flex;
  align-items: baseline;
}
.about .btm .wrap .intro .num-item .li .num .num-box .num-tit {
  display: flex;
  align-items: flex-start;
  margin-right: 0.2rem;
}
.about .btm .wrap .intro .num-item .li .num .num-box .num-tit .num-num {
  margin-right: 0.2rem;
  color: var(--logoColor);
}
.about .btm .wrap .intro .num-item .li .num .num-box .num-tit .num-unit {
  min-width: 0.3rem;
}
.about .btm .wrap .intro .num-item .li .num .txt {
  margin-top: 0.4rem;
}

.culture {
  padding: 1.35rem 0 4.45rem;
}
.culture .culture-swiper {
  margin-top: 3.7rem;
  height: 13.4rem;
}
.culture .culture-swiper .swiper-button-prev {
  left: 16%;
}
.culture .culture-swiper .swiper-button-next {
  right: 16%;
}
.culture .culture-swiper .swiper-button-prev,
.culture .culture-swiper .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 0.4rem rgba(0, 0, 0, 0.1);
  color: var(--logoColor);
}
.culture .culture-swiper .swiper-button-prev::after,
.culture .culture-swiper .swiper-button-next::after {
  font-size: .4rem;
}
.culture .culture-swiper .swiper-button-prev:hover,
.culture .culture-swiper .swiper-button-next:hover {
  color: #fff;
  background: linear-gradient(to bottom, #c9161d, #f95157);
}
.culture .culture-swiper .swiper-wrapper {
  align-items: center;
}
.culture .culture-swiper .swiper-slide {
  width: 23.5%;
  height: 85.6%;
  margin: 0 0.5%;
  padding: 1.9rem 1.5rem 0;
  border-radius: 0.25rem;
  box-shadow: 0 3px 1.3rem rgba(0, 0, 0, 0.04);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
  transition: all 0.8s;
}
.culture .culture-swiper .swiper-slide .icon {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 auto;
}
.culture .culture-swiper .swiper-slide .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.culture .culture-swiper .swiper-slide .tit {
  color: #111111;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0.7rem 0.4rem 0.3rem;
  position: relative;
  transition: all 0.4s;
}
.culture .culture-swiper .swiper-slide .tit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}
.culture .culture-swiper .swiper-slide .cont {
  margin-top: 0.5rem;
  color: #999999;
  line-height: 1.55;
  text-align: center;
}
.culture .culture-swiper .swiper-slide .pos-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.culture .culture-swiper .swiper-slide .pos-bg img {
  width: 100%;
}
.culture .culture-swiper .swiper-slide-active {
  margin: 0 -5%;
  width: 26.5%;
  height: 100%;
  background-color: #2d3235;
  z-index: 15;
}
.culture .culture-swiper .swiper-slide-active .icon {
  filter: brightness(100) grayscale(100);
}
.culture .culture-swiper .swiper-slide-active .tit {
  color: #fff;
}
.culture .culture-swiper .swiper-slide-active .tit::after {
  width: 100%;
}

.history {
  padding: 1.35rem 0 2.9rem;
}
.history .history-top-swiper {
  margin-top: 3.25rem;
  width: 85.5%;
  padding-bottom: 3.2rem;
}
.history .history-top-swiper .swiper-button-prev,
.history .history-top-swiper .swiper-button-next {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 0.4rem rgba(0, 0, 0, 0.1);
  top: auto;
  margin: 0;
  bottom: 0.4rem;
  color: var(--logoColor);
}
.history .history-top-swiper .swiper-button-prev::after,
.history .history-top-swiper .swiper-button-next::after {
  font-size: 0.4rem;
}
.history .history-top-swiper .swiper-button-prev:hover,
.history .history-top-swiper .swiper-button-next:hover {
  color: #fff;
  background: linear-gradient(to bottom, #c9161d, #f95157);
}
.history .history-top-swiper .swiper-button-prev {
  left: calc(50% - 1.75rem);
}
.history .history-top-swiper .swiper-button-next {
  right: calc(50% - 1.75rem);
}
.history .history-top-swiper .swiper-slide {
  display: flex;
  width: 100%;
}
.history .history-top-swiper .swiper-slide .time {
  color: #111111;
  width: 40.2%;
  font-size: 2.1rem;
}
.history .history-top-swiper .swiper-slide .intro {
  width: 59.2%;
  padding-top: 0.1rem;
}
.history .history-top-swiper .swiper-slide .intro .tit {
  color: #111111;
  padding-bottom: 0.3rem;
  position: relative;
}
.history .history-top-swiper .swiper-slide .intro .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.35rem;
  height: 3px;
  background-color: var(--logoColor);
}
.history .history-top-swiper .swiper-slide .intro .cont {
  margin-top: 0.75rem;
  color: #333333;
  line-height: 1.6;
  width: 73%;
}
.history .history-btm-swiper {
  margin-top: 3.25rem;
}
.history .history-btm-swiper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.6rem;
  background-image: url(../img/51.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.history .history-btm-swiper .swiper-slide {
  width: 3rem;
  height: 4rem;
  margin: 0 3%;
  padding-top: 0.1rem;
  text-align: center;
  cursor: pointer;
}
.history .history-btm-swiper .swiper-slide .arr {
  display: flex;
  width: 2.05rem;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.4s;
}
.history .history-btm-swiper .swiper-slide .arr img {
  width: 100%;
}
.history .history-btm-swiper .swiper-slide .year {
  margin-top: 0.6rem;
  color: #a7a7a7;
  font-size: 0.55rem;
  line-height: 1;
}
.history .history-btm-swiper .swiper-slide .point {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 1px solid var(--logoColor);
  position: relative;
  z-index: 3;
  margin: 0.3rem auto 0;
}
.history .history-btm-swiper .swiper-slide .point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(201, 22, 29, 0.24);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.history .history-btm-swiper .swiper-slide .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 0;
  background: linear-gradient(to bottom, #c9161d, rgba(201, 22, 29, 0));
  z-index: 1;
  transition: all 0.4s;
}
.history .history-btm-swiper .swiper-slide-active .arr {
  opacity: 1;
}
.history .history-btm-swiper .swiper-slide-active .year {
  color: #111111;
  font-size: 0.6rem;
}
.history .history-btm-swiper .swiper-slide-active .point {
  background-color: var(--logoColor);
}
.history .history-btm-swiper .swiper-slide-active .point::after {
  opacity: 1;
}
.history .history-btm-swiper .swiper-slide-active .line {
  height: 100%;
}

.recruit {
  padding: 1.35rem 0 3.1rem;
}
.recruit .top {
  margin-top: 2rem;
  padding: 1.9rem 0 4.65rem;
  position: relative;
}
.recruit .top .pos-bg {
  position: absolute;
}
.recruit .top .pos-bg img {
  width: 100%;
}
.recruit .top .pos-bg1 {
  top: 0;
  left: 0;
  width: 100%;
}
.recruit .top .pos-bg2 {
  bottom: 0;
  left: 0;
  width: 48.3%;
}
.recruit .top .wrap {
  position: relative;
  z-index: 2;
}
.recruit .top .intro {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.recruit .top .intro .cont {
  color: #333333;
  line-height: 2;
  width: 44%;
}
.recruit .top .intro .cont span {
  color: #c9161d;
  font-weight: bold;
}
.recruit .top .intro .info {
  width: 48.4%;
  height: 3.65rem;
  color: #111111;
  position: relative;
  text-align: center;
  padding-top: 1.05rem;
  line-height: 1.6;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
}
.recruit .top .intro .info::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: -0.5rem;
  width: 1rem;
  height: 0.8rem;
  background-image: url(../img/54.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit .top .intro .info::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  width: 1rem;
  height: 0.8rem;
  background-image: url(../img/55.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit .top .intro .info span {
  font-weight: bold;
}
.recruit .top .pic {
  margin-top: 4rem;
  position: relative;
  border-radius: 0.4rem;
}
.recruit .top .pic img {
  width: 100%;
  border-radius: 0.4rem;
}
.recruit .top .pic .pos-cont {
  position: absolute;
  right: 1.5rem;
  bottom: -3.5rem;
  width: 51%;
  height: 6.5rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
  background: linear-gradient(75deg, #c9161d, #f95157);
  border-radius: 0.25rem;
  padding: 1.5rem 1.75rem 0.5rem;
}
.recruit .top .pic .pos-cont p {
  max-height: 10em;
  overflow-y: auto;
}
.recruit .top .pic .pos-cont span {
  font-weight: bold;
  color: #fff;
}
.recruit .cent {
  margin-top: 4.7rem;
}
.recruit .cent .li-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.recruit .cent .li-box .li {
  display: flex;
  padding: .8rem 1rem 0.5rem;
  position: relative;
  width: 32%;
  height: 4.55rem;
  margin-right: 2%;
  margin-bottom: 0.2rem;
}
.recruit .cent .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.recruit .cent .li-box .li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 88%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #f6f7f9;
  border-radius: 0.25rem;
  z-index: -1;
  transition: all 0.4s;
}
.recruit .cent .li-box .li .icon {
  width: 1.45rem;
  margin-right: 0.7rem;
}
.recruit .cent .li-box .li .icon img {
  width: 100%;
}
.recruit .cent .li-box .li .intro {
  width: calc(100% - 1.45rem);
}
.recruit .cent .li-box .li .intro .h1 {
  color: #111111;
  padding-bottom: 0.25rem;
  position: relative;
  transition: all 0.4s;
}
.recruit .cent .li-box .li .intro .h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}
.recruit .cent .li-box .li .intro .info {
  margin-top: 0.3rem;
  color: #999999;
  line-height: 1.6;
}
.recruit .cent .li-box .li:hover::after {
  height: 100%;
  background-color: #fff;
  box-shadow: -0.3rem 0.3rem 0.9rem rgba(0, 0, 0, 0.16);
}
.recruit .cent .li-box .li:hover .intro .h1 {
  color: var(--logoColor);
}
.recruit .cent .li-box .li:hover .intro .h1::after {
  width: 100%;
}
.recruit .btm {
  margin-top: 4.3rem;
}
.recruit .btm .handle-box {
  margin-top: 1.45rem;
  display: flex;
  justify-content: center;
}
.recruit .btm .handle-box .li {
  width: 23.7%;
  height: 1.4rem;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  position: relative;
  color: #a7a7a7;
  margin-right: 0.7rem;
  position: relative;
  z-index: 10;
}
.recruit .btm .handle-box .li::after {
  content: "";
  position: absolute;
  right: 0.95rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  width: 8px;
  height: 8px;
  pointer-events: none;
}
.recruit .btm .handle-box .li .h1 {
  width: 100%;
  height: 100%;
  line-height: 1.4rem;
  border-radius: 5px;
  padding: 0 0.9rem;
  cursor: pointer;
}
.recruit .btm .handle-box .li .sli-box {
  display: none;
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: 100%;
  max-height: 4rem;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.recruit .btm .handle-box .li .sli-box::-webkit-scrollbar {
  width: 3px;
}
.recruit .btm .handle-box .li .sli-box span {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 1rem;
  line-height: 1.2;
  padding: .2rem 0.9rem;
  color: #999;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
  transition: all 0.4s;
}
.recruit .btm .handle-box .li .sli-box span:last-child {
  border-bottom: none;
}
.recruit .btm .handle-box .li .sli-box span:hover {
  color: var(--logoColor);
}
.recruit .btm .handle-box .search {
  width: 33%;
  height: 1.4rem;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  padding: 0 0.7rem 0 0.9rem;
}
.recruit .btm .handle-box .search input {
  width: calc(100% - 17px);
  height: 100%;
  background: none;
  color: #a7a7a7;
}
.recruit .btm .handle-box .search .btn {
  width: 17px;
  cursor: pointer;
}
.recruit .btm .box {
  margin-top: 0.9rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.175rem 0.9rem rgba(0, 0, 0, 0.07);
}
.recruit .btm .box .top-name {
  display: flex;
  align-items: center;
  height: 2.4rem;
  color: #333333;
  padding: 0 0.2rem 0 1.5rem;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
}
.recruit .btm .box .top-name p {
  width: 12.5%;
}
.recruit .btm .box .top-name p:nth-child(1) {
  text-align: left;
}
.recruit .btm .box .li-box .li {
  border-bottom: 1px solid #c9c9c9;
}
.recruit .btm .box .li-box .li:last-child {
  border-bottom: none;
}
.recruit .btm .box .li-box .li .top-bots {
  width: 100%;
  min-height: 2.2rem;
  height: max-content;
  display: flex;
  align-items: center;
  color: #333333;
  padding: .4rem 0.2rem .4rem 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.recruit .btm .box .li-box .li .top-bots p {
  width: 12.5%;
}
.recruit .btm .box .li-box .li .top-bots p:nth-child(1) {
  text-align: left;
}
.recruit .btm .box .li-box .li .top-bots .more {
  color: var(--logoColor);
}
.recruit .btm .box .li-box .li .btn-bots {
  padding: 1.55rem;
  background-color: #f6f7f9;
  display: none;
}
.recruit .btm .box .li-box .li .btn-bots .mb-require {
  display: none;
}
.recruit .btm .box .li-box .li .btn-bots .item-box {
  display: flex;
}
.recruit .btm .box .li-box .li .btn-bots .item-box .item {
  width: 35%;
  margin-right: 5%;
}
.recruit .btm .box .li-box .li .btn-bots .item-box .item:last-child {
  margin-right: 0;
}
.recruit .btm .box .li-box .li .btn-bots .item-box .item .h1 {
  color: #000000;
}
.recruit .btm .box .li-box .li .btn-bots .item-box .item .intro {
  margin-top: 0.7rem;
  color: #111111;
  line-height: 1.7;
}
.recruit .btm .box .li-box .li .btn-bots .item-box .send {
  width: 20%;
}
.recruit .btm .box .li-box .li .btn-bots .item-box .send .send-btn {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(45deg, #c9161d, #f95157);
  width: max-content;
  padding: 0 .5rem;
  height: 1.1rem;
  border-radius: 0.6rem;
}
.recruit .btm .box .li-box .li .btn-bots .item-box .send .send-btn div {
  width: 0.5rem;
  margin-right: 0.3rem;
}
.recruit .btm .box .li-box .li .btn-bots .item-box .send .send-btn div img {
  width: 100%;
}
.recruit .btm .box .li-box .li.active {
  border-bottom: none;
}
.recruit .btm .box .li-box .li.active .top-bots {
  background-color: #2d3235;
  color: #fff;
}
.recruit .btm .page-box {
  margin-top: 2.6rem;
}

.partner {
  padding: 1.35rem 0 3.75rem;
}
.partner .swiper-box {
  margin-top: 3.65rem;
  position: relative;
}
.partner .swiper-box .swiper-button-prev,
.partner .swiper-box .swiper-button-next {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 0.4rem rgba(0, 0, 0, 0.1);
  color: var(--logoColor);
}
.partner .swiper-box .swiper-button-prev::after,
.partner .swiper-box .swiper-button-next::after {
  font-size: 0.3rem;
}
.partner .swiper-box .swiper-button-prev:hover,
.partner .swiper-box .swiper-button-next:hover {
  background: linear-gradient(to bottom, #c9161d, #f95157);
  color: #fff;
}
.partner .swiper-box .swiper-button-prev {
  left: 6.8%;
}
.partner .swiper-box .swiper-button-next {
  right: 6.8%;
}
.partner .swiper-box .swiper-slide {
  height: 2.35rem;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 3px 0.9rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner .swiper-box .swiper-slide img {
  max-height: 70%;
  max-width: 70%;
  object-fit: contain;
}

.contact {
  padding: 1.35rem 0 3.7rem;
}
.contact .map {
  margin-top: 1.75rem;
}
.contact .map .wrap {
  display: flex;
  justify-content: space-between;
}
.contact .map .wrap .lf {
  width: 59%;
  position: relative;
}
.contact .map .wrap .lf img {
  width: 100%;
}
.contact .map .wrap .lf .island {
  position: absolute;
  bottom: 1.4rem;
  right: -1.4rem;
  width: 2.4rem;
}
.contact .map .wrap .lf .point {
  position: absolute;
}
.contact .map .wrap .lf .point .cir {
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: var(--logoColor);
  position: relative;
}
.contact .map .wrap .lf .point .cir::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--logoColor);
  transform-origin: center;
  animation: scale 5s infinite;
}
.contact .map .wrap .lf .point .cir::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--logoColor);
  transform-origin: center;
  animation: scale 5s 2s infinite;
}
.contact .map .wrap .lf .point .intro {
  position: absolute;
  left: 0.7rem;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 4rem;
}
.contact .map .wrap .lf .point .intro .h1 {
  color: #111111;
}
.contact .map .wrap .lf .point .intro .info {
  margin-top: 0.2rem;
  color: #999999;
  display: none;
}
.contact .map .wrap .lf .base {
  top: 53.24%;
  left: 79.22%;
}
.contact .map .wrap .lf .base .icon {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.2rem);
  transform: translateX(-50%);
  width: 0.5rem;
}
.contact .map .wrap .lf .base .icon img {
  width: 100%;
}
.contact .map .wrap .lf .base .cir {
  transform: rotateX(60deg);
}
.contact .map .wrap .lf .point1 {
  top: 52.69%;
  left: 59.47%;
}
.contact .map .wrap .lf .point2 {
  top: 59.59%;
  left: 65.32%;
}
.contact .map .wrap .lf .point3 {
  top: 82.62%;
  left: 65.33%;
}
.contact .map .wrap .lf .point4 {
  top: 37.24%;
  left: 70.95%;
}
.contact .map .wrap .lf .point5 {
  top: 61.66%;
  left: 82.09%;
}
.contact .map .wrap .rg {
  width: 26.5%;
}
.contact .map .wrap .rg .map-swiper {
  width: 100%;
  height: 17.1rem;
}
.contact .map .wrap .rg .map-swiper .swiper-pagination {
  position: relative;
  margin-top: .6rem;
  line-height: 1;
  bottom: 0;
  display: none;
}

.contact .map .wrap .rg .map-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.contact .map .wrap .rg .map-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}
.contact .map .wrap .rg .map-swiper .swiper-slide {
  width: 100%;
  height: 5.3rem;
  margin: 0.3rem 0;
  background-color: #f6f7f9;
  padding: .5rem;
}
.contact .map .wrap .rg .map-swiper .swiper-slide .h1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e1e1e1;
}
.contact .map .wrap .rg .map-swiper .swiper-slide .h1 p {
  width: calc(100% - 1.2rem);
  color: #111111;
  transition: all 0.4s;
}
.contact .map .wrap .rg .map-swiper .swiper-slide .h1 div {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, #c9161d, #f95157);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  transition: all 0.4s;
}
.contact .map .wrap .rg .map-swiper .swiper-slide .h1 div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.3);
  background-color: rgba(201, 22, 29, 0.1);
}
.contact .map .wrap .rg .map-swiper .swiper-slide .h1 div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.6);
  background-color: rgba(201, 22, 29, 0.05);
}
.contact .map .wrap .rg .map-swiper .swiper-slide .intro {
  margin-top: 0.6rem;
  display: flex;
}
.contact .map .wrap .rg .map-swiper .swiper-slide .intro .icon {
  width: 0.4rem;
  margin-right: 0.4rem;
  transition: all 0.4s;
}
.contact .map .wrap .rg .map-swiper .swiper-slide .intro .icon img {
  width: 100%;
}
.contact .map .wrap .rg .map-swiper .swiper-slide .intro p {
  width: calc(100% - 0.8rem);
  color: #333333;
  line-height: 1.6;
  max-height: 4.8em;
  overflow-y: auto;
}
.contact .map .wrap .rg .map-swiper .swiper-slide-active {
  background-color: #fff;
  box-shadow: 0 3px 0.85rem rgba(0, 0, 0, 0.1);
}
.contact .map .wrap .rg .map-swiper .swiper-slide-active .h1 p {
  color: var(--logoColor);
}
.contact .map .wrap .rg .map-swiper .swiper-slide-active .h1 div {
  opacity: 1;
}
.contact .map .wrap .rg .map-swiper .swiper-slide-active .intro .icon {
  filter: brightness(0.1);
  opacity: 0.5;
}
.contact .message {
  width: 100%;
  position: relative;
}
.contact .message img {
  width: 100%;
}
.contact .message .form-box {
  position: relative;
  z-index: 2;
  margin-top: -5rem;
  background-color: #fff;
  padding: 2.2rem 1.75rem 1.6rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.contact .message .form-box .cont {
  margin: 0.35rem auto 0;
  line-height: 1.87;
  width: 62%;
}
.contact .message .form-box .cont span {
  color: var(--logoColor);
}
.contact .message .form-box .pos-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.contact .message .form-box .pos-bg img {
  width: 100%;
}
.contact .message .form-box .form {
  margin-top: 2.4rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact .message .form-box .form .li {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 1.25rem;
}
.contact .message .form-box .form .li:nth-child(2n) {
  margin-right: 0;
}
.contact .message .form-box .form .li:nth-child(4) {
  position: relative;
  z-index: 10;
}
.contact .message .form-box .form .li p {
  color: #333333;
}
.contact .message .form-box .form .li p span {
  color: var(--logoColor);
  margin-right: 0.2rem;
}
.contact .message .form-box .form .li input {
  margin-top: 0.4rem;
  width: 100%;
  height: 1.6rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.15rem;
  padding: 0 0.6rem;
  background: none;
  color: #a7a7a7;
}
.contact .message .form-box .form .li .address {
  position: relative;
}
.contact .message .form-box .form .li .address::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.contact .message .form-box .form .li .address input {
  cursor: pointer;
}
.contact .message .form-box .form .li .address .sli-box {
  display: none;
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: 100%;
  max-height: 5rem;
  overflow-y: auto;
  border: 1px solid #dbdbdb;
  border-radius: 0.15rem;
  background-color: #fff;
}
.contact .message .form-box .form .li .address .sli-box::-webkit-scrollbar {
  width: 3px;
}
.contact .message .form-box .form .li .address .sli-box span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.6rem;
  color: #999;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
  transition: all 0.4s;
}
.contact .message .form-box .form .li .address .sli-box span:last-child {
  border-bottom: none;
}
.contact .message .form-box .form .li .address .sli-box span:hover {
  color: var(--logoColor);
}
.contact .message .form-box .form .words {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  color: #a7a7a7;
}
.contact .message .form-box .form .words textarea {
  margin-top: 0.4rem;
  width: 100%;
  height: 5.4rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.15rem;
  padding: 0.6rem 0.55rem;
  line-height: 1.5;
  background: none;
  color: #a7a7a7;
  resize: none;
}
.contact .message .form-box .form .submit {
  margin: 1.8rem auto 0;
  width: 5rem;
  height: 1.45rem;
  border-radius: 0.9rem;
  background: linear-gradient(45deg, #c9161d, #f95157);
  color: #fff;
}

.news {
  padding: 1.35rem 0 3.1rem;
}
.news .hot {
  margin-top: 3.15rem;
}
.news .hot .hot-swiper {
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.07);
  border-radius: 0.4rem;
}
.news .hot .hot-swiper .swiper-pagination {
  bottom: 1.5rem;
  text-align: left;
  line-height: 1;
  padding-left: 2.3rem;
}
.news .hot .hot-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 1.05rem 0 0;
  background: #c5c5c5;
  opacity: 1;
}
.news .hot .hot-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.news .hot .hot-swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  opacity: 0;
}
.news .hot .hot-swiper .swiper-pagination .swiper-pagination-bullet svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: 2;
}
.news .hot .hot-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}
.news .hot .hot-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.news .hot .hot-swiper .swiper-pagination .swiper-pagination-bullet-active circle {
  animation: round 8s forwards;
}
.news .hot .hot-swiper .swiper-slide {
  width: 100%;
  display: flex;
  border-radius: 0.4rem;
  margin-right: 0.5rem;
  overflow: hidden;
}
.news .hot .hot-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.news .hot .hot-swiper .swiper-slide .intro {
  width: 44%;
  padding: 1rem 2rem;
  position: relative;
}
.news .hot .hot-swiper .swiper-slide .intro .time {
  display: flex;
  align-items: center;
}
.news .hot .hot-swiper .swiper-slide .intro .time div {
  width: 0.4rem;
  margin-right: 0.15rem;
}
.news .hot .hot-swiper .swiper-slide .intro .time div img {
  width: 100%;
}
.news .hot .hot-swiper .swiper-slide .intro .time p {
  color: #555555;
  opacity: 0.5;
}
.news .hot .hot-swiper .swiper-slide .intro .h1 {
  margin-top: 0.45rem;
  color: #333333;
  line-height: 1.3;
  transition: all 0.4s;
}
.news .hot .hot-swiper .swiper-slide .intro .cont {
  margin-top: 0.5rem;
  color: #999999;
  line-height: 1.6;
}
.news .hot .hot-swiper .swiper-slide .intro .more {
  margin-top: 1.7rem;
  display: flex;
  align-items: center;
  color: #111111;
}
.news .hot .hot-swiper .swiper-slide .intro .more p {
  margin-right: 0.1rem;
}
.news .hot .hot-swiper .swiper-slide .intro .pos-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 1.8rem);
}
.news .hot .hot-swiper .swiper-slide .intro .pos-bg img {
  width: 100%;
}
.news .hot .hot-swiper .swiper-slide .pic {
  width: 56%;
  height: 12.25rem;
  overflow: hidden;
}
.news .hot .hot-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.news .hot .hot-swiper .swiper-slide:hover .intro .h1 {
  color: var(--logoColor);
}
.news .hot .hot-swiper .swiper-slide:hover .pic img {
  transform: scale(1.02);
}
.news .hot .li-box {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
}
.news .hot .li-box .li {
  position: relative;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 2.1rem;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.07);
}
.news .hot .li-box .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}
.news .hot .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.news .hot .li-box .li .pic {
  width: 100%;
  height: 6.9rem;
  overflow: hidden;
}
.news .hot .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.news .hot .li-box .li .intro {
  padding: 0.85rem;
}
.news .hot .li-box .li .intro .time {
  display: flex;
  align-items: center;
}
.news .hot .li-box .li .intro .time div {
  width: 0.4rem;
  margin-right: 0.15rem;
}
.news .hot .li-box .li .intro .time div img {
  width: 100%;
}
.news .hot .li-box .li .intro .time p {
  color: rgba(85, 85, 85, 0.5);
}
.news .hot .li-box .li .intro .h1 {
  margin-top: 0.55rem;
  color: #333333;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  transition: all 0.4s;
}
.news .hot .li-box .li .intro .more {
  margin-top: 0.85rem;
  display: flex;
  align-items: center;
  color: #111111;
}
.news .hot .li-box .li .intro .more p {
  margin-right: 0.1rem;
}
.news .hot .li-box .li:hover::after {
  width: 58%;
}
.news .hot .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.news .hot .li-box .li:hover .intro .h1 {
  color: var(--logoColor);
}
.news .hot .page-box {
  margin-top: 0.5rem;
}

.news-info {
  padding: 2.2rem 0 5.15rem;
}
.news-info .box {
  margin-top: 2.15rem;
}
.news-info .box .lf {
  float: left;
  width: 70.7%;
  padding: 1.3rem 2.1rem 1.4rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.07);
}
.news-info .box .lf .tit {
  color: #111111;
  line-height: 1.2;
}
.news-info .box .lf .time {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
}
.news-info .box .lf .time div {
  width: 0.4rem;
  margin-right: 0.15rem;
}
.news-info .box .lf .time div img {
  width: 100%;
}
.news-info .box .lf .time p {
  color: rgba(85, 85, 85, 0.5);
}
.news-info .box .lf .cont {
  margin-top: 0.55rem;
  padding-top: 1.65rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  color: #333333;
  line-height: 1.6;
}
.news-info .box .lf .cont img {
  text-align: center;
  /*object-fit: contain;*/
  /*width: auto;*/
  /*height: auto;*/
}
.news-info .box .lf .info-page {
  margin-top: 1rem;
}
.news-info .box .lf .info-page a {
  display: block;
  color: #666666;
  margin-bottom: 1rem;
  transition: all 0.4s;
}
.news-info .box .lf .info-page a:last-child {
  margin-bottom: 0;
}
.news-info .box .lf .info-page a:hover {
  color: var(--logoColor);
}
.news-info .box .rg {
  float: right;
  width: 25%;
  position: sticky;
  top: 2.6rem;
}
.news-info .box .rg .related {
  width: 100%;
  padding-top: 0.5rem;
  border-radius: 0.4rem 0.4rem 0 0;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.news-info .box .rg .related .h1 {
  color: #555555;
  padding-left: 0.75rem;
  position: relative;
}
.news-info .box .rg .related .h1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: var(--logoColor);
}
.news-info .box .rg .related .li-box {
  margin-top: 0.6rem;
  padding: 0 0.75rem;
}
.news-info .box .rg .related .li-box .li {
  display: block;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #ececec;
}
.news-info .box .rg .related .li-box .li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.news-info .box .rg .related .li-box .li .tit {
  color: #666666;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  transition: all 0.4s;
}
.news-info .box .rg .related .li-box .li .time {
  margin-top: 0.4rem;
  color: rgba(85, 85, 85, 0.5);
}
.news-info .box .rg .related .li-box .li:hover .tit {
  color: var(--logoColor);
}
.news-info .box .rg .related .more {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.1rem;
  background: linear-gradient(25deg, #c9161d, #f95157);
  color: #fff;
}
.news-info .box .rg .related .more p {
  margin-right: 0.15rem;
}
.news-info .box .rg .next {
  margin-top: 1.2rem;
  border-radius: 0.4rem 0.4rem 0 0;
  background-color: #fff;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.07);
  padding: 0.5rem 0 0.6rem;
}
.news-info .box .rg .next .h1 {
  color: #555555;
  padding-left: 0.75rem;
  position: relative;
}
.news-info .box .rg .next .h1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: var(--logoColor);
}
.news-info .box .rg .next .link {
  margin-top: 0.65rem;
  display: block;
  padding: 0 0.75rem;
}
.news-info .box .rg .next .link .tit {
  color: #666666;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  transition: all 0.4s;
}
.news-info .box .rg .next .link .cont {
  margin-top: 0.4rem;
  color: #999999;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
}
.news-info .box .rg .next .link .time {
  margin-top: 0.65rem;
  color: rgba(85, 85, 85, 0.5);
}
.news-info .box .rg .next .link:hover .tit {
  color: var(--logoColor);
}

.service {
  padding: 2.25rem 0 4.2rem;
}
.service .top-intro {
  margin-top: 3.65rem;
}
.service .top-intro .li-box {
  margin-top: 1.65rem;
  display: flex;
}
.service .top-intro .li-box .li {
  width: 49%;
  margin-right: 2%;
  padding: 0.7rem 0.5rem 0.8rem;
  background-color: #f6f7f9;
  border-radius: 0.25rem;
  text-align: center;
  transition: all 0.4s;
}
.service .top-intro .li-box .li:nth-child(2n) {
  margin-right: 0;
}
.service .top-intro .li-box .li .icon {
  width: 1.45rem;
  height: 1.45rem;
  margin: 0 auto;
}
.service .top-intro .li-box .li .icon img {
  max-height: 100%;
}
.service .top-intro .li-box .li .h1 {
  margin-top: 0.4rem;
  color: #111111;
  transition: all 0.4s;
}
.service .top-intro .li-box .li .h2 {
  margin-top: 0.2rem;
  color: #111111;
  transition: all 0.4s;
}
.service .top-intro .li-box .li:hover {
  background-color: var(--logoColor);
}
.service .top-intro .li-box .li:hover .icon {
  filter: brightness(100) grayscale(100);
}
.service .top-intro .li-box .li:hover .h1,
.service .top-intro .li-box .li:hover .h2 {
  color: #fff;
}
.service .cent-box {
  margin-top: 3.45rem;
  box-shadow: 0 3px 0.7rem rgba(0, 0, 0, 0.08);
}
.service .cent-box .wrap {
  display: flex;
  padding-left: 12%;
}
.service .cent-box .wrap .lf {
  width: 54%;
  padding-top: 1.75rem;
}
.service .cent-box .wrap .lf .li-box {
  margin-top: 1rem;
  padding-right: 2.8rem;
  line-height: 2;
}
.service .cent-box .wrap .lf .li-box .li {
  position: relative;
  color: #111111;
  padding-left: 1rem;
  line-height: 2;
  margin-bottom: 0.8rem;
}
.service .cent-box .wrap .lf .li-box p {
  position: relative;
  color: #111111;
  padding-left: 1rem;
}
.service .cent-box .wrap .lf .li-box .li:last-child,
.service .cent-box .wrap .lf .li-box p:last-child {
  margin-bottom: 0;
}
.service .cent-box .wrap .lf .li-box .li::after,
.service .cent-box .wrap .lf .li-box p::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.4rem;
  height: 2px;
  background-color: var(--logoColor);
}
.service .cent-box .wrap .lf .li-box .li span {
  font-weight: bold;
}
.service .cent-box .wrap .rg {
  width: 46%;
}
.service .cent-box .wrap .rg img {
  width: 100%;
}
.service .btm-form {
  margin-top: 3.85rem;
}
.service .btm-form .wrap {
  border-radius: 0.4rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 2.2rem 1.75rem 1.9rem;
  position: relative;
  background-color: #fff;
}
.service .btm-form .wrap .pos-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.service .btm-form .wrap .pos-bg img {
  width: 100%;
}
.service .btm-form .wrap .form {
  margin-top: 2.05rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.service .btm-form .wrap .form .li {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 1.25rem;
}
.service .btm-form .wrap .form .li:last-child {
  margin-right: 0;
}
.service .btm-form .wrap .form .li:nth-child(2n) {
  margin-right: 0;
}
.service .btm-form .wrap .form .li:nth-child(4) {
  position: relative;
  z-index: 10;
}
.service .btm-form .wrap .form .li p {
  color: #333333;
}
.service .btm-form .wrap .form .li p span {
  color: var(--logoColor);
  margin-right: 0.2rem;
}
.service .btm-form .wrap .form .li input {
  margin-top: 0.4rem;
  width: 100%;
  height: 1.6rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.15rem;
  padding: 0 0.6rem;
  background: none;
  color: #a7a7a7;
}
.service .btm-form .wrap .form .li .address {
  position: relative;
}
.service .btm-form .wrap .form .li .address::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.service .btm-form .wrap .form .li .address input {
  cursor: pointer;
}
.service .btm-form .wrap .form .li .address .sli-box {
  display: none;
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: 100%;
  max-height: 5rem;
  overflow-y: auto;
  border: 1px solid #dbdbdb;
  border-radius: 0.15rem;
  background-color: #fff;
}
.service .btm-form .wrap .form .li .address .sli-box::-webkit-scrollbar {
  width: 3px;
}
.service .btm-form .wrap .form .li .address .sli-box span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.6rem;
  color: #999;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
  transition: all 0.4s;
}
.service .btm-form .wrap .form .li .address .sli-box span:last-child {
  border-bottom: none;
}
.service .btm-form .wrap .form .li .address .sli-box span:hover {
  color: var(--logoColor);
}
.service .btm-form .wrap .form .words {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  color: #a7a7a7;
}
.service .btm-form .wrap .form .words textarea {
  margin-top: 0.4rem;
  width: 100%;
  height: 5.4rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.15rem;
  padding: 0.6rem 0.55rem;
  line-height: 1.5;
  background: none;
  color: #a7a7a7;
  resize: none;
}
.service .btm-form .wrap .form .submit {
  margin: 1.8rem auto 0;
  width: 5rem;
  height: 1.45rem;
  border-radius: 0.9rem;
  background: linear-gradient(45deg, #c9161d, #f95157);
  color: #fff;
}

.cases {
  padding: 2.25rem 0 3.25rem;
}
.cases .li-box {
  margin-top: 2.7rem;
}
.cases .li-box .li {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  box-shadow: 0 3px 0.85rem rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.cases .li-box .li:last-child {
  margin-bottom: 0;
}
.cases .li-box .li .lf {
  padding: 1.75rem 1.5rem;
  width: 57.4%;
  position: relative;
}
.cases .li-box .li .lf::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}
.cases .li-box .li .lf .tit {
  color: #111111;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  transition: all 0.4s;
}
.cases .li-box .li .lf .cont {
  margin-top: 0.6rem;
  color: #666666;
  line-height: 2;
}
.cases .li-box .li .lf .more {
  margin-top: 1.95rem;
  display: flex;
  align-items: center;
  color: var(--logoColor);
}
.cases .li-box .li .lf .more p {
  margin-right: 0.1rem;
}
.cases .li-box .li .rg {
  width: 42.6%;
  overflow: hidden;
  border-radius: .25rem;
}
.cases .li-box .li .rg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.cases .li-box .li:hover .lf::after {
  width: 44%;
}
.cases .li-box .li:hover .lf .tit {
  color: var(--logoColor);
  font-weight: bold;
}
.cases .li-box .li:hover .rg img {
  transform: scale(1.04);
}
.cases .page-box {
  margin-top: 3.65rem;
}

.case-info {
  padding: 2.25rem 0 5.7rem;
  position: relative;
}
.case-info .pos-bg {
  position: absolute;
  top: 1rem;
  left: -52%;
  transform: rotate(164deg);
  width: 86%;
}
.case-info .pos-bg img {
  width: 100%;
}
.case-info .wrap {
  position: relative;
  z-index: 2;
}
.case-info .box {
  margin-top: 3.05rem;
}
.case-info .box .top-intro {
  display: flex;
  margin-bottom: 3.1rem;
}
.case-info .box .top-intro .lf {
  width: 56%;
  padding-right: 1.6rem;
}
.case-info .box .top-intro .lf .tit {
  color: #111111;
}
.case-info .box .top-intro .lf .en {
  margin-top: 0.2rem;
  color: var(--logoColor);
}
.case-info .box .top-intro .lf .tips {
  margin-top: 1.75rem;
  color: var(--logoColor);
}
.case-info .box .top-intro .lf .cont {
  margin-top: 0.9rem;
  color: #333333;
  line-height: 2;
}
.case-info .box .top-intro .rg {
  width: 44%;
  border-radius: 0.25rem;
  position: relative;
  padding: .5rem;
  background: #fff;
  box-shadow: 0 0 .25rem rgba(0, 0, 0, .1);
}
.case-info .box .top-intro .rg img {
  width: 100%;
}
.case-info .box .top-intro .rg>img {
    border-radius: .25rem;
}
.case-info .box .top-intro .rg .pos-pic {
  position: absolute;
  top: 73.5%;
  left: 37.5%;
  width: 80%;
  z-index: -1;
}
.case-info .box .list {
  margin-bottom: 2.25rem;
}
.case-info .box .list:last-child {
  margin-bottom: 0;
}
.case-info .box .list .tit {
  color: var(--logoColor);
  line-height: 1;
}
.case-info .box .list .tit span {
  position: relative;
  margin-left: 2.6rem;
}
.case-info .box .list .tit span::after {
  content: "";
  position: absolute;
  top: .3rem;
  right: calc(100% + 0.85rem);
  /*transform: translateY(-50%);*/
  width: 1.4rem;
  height: 3px;
  background-color: var(--logoColor);
}
.case-info .box .list .tag {
  margin-top: 1rem;
  color: #111111;
}
.case-info .box .list .cont {
  margin-top: 0.4rem;
  color: #333333;
  line-height: 2;
}
.case-info .box .list .li-box {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}
.case-info .box .list .li-box .li {
  width: 23.5%;
  height: 3.35rem;
  margin-right: 2%;
  background-color: #f6f7f9;
  border-radius: 0.25rem;
  padding: 1rem 1.25rem 0;
  margin-bottom: 0.75rem;
}
.case-info .box .list .li-box .li:nth-child(4n) {
  margin-right: 0;
}
.case-info .box .list .li-box .li .h1 {
  color: #111111;
}
.case-info .box .list .li-box .li .h2 {
  margin-top: 0.3rem;
  color: #333333;
}
.case-info .box .list .item-box {
  margin-top: 1rem;
}
.case-info .box .list .item-box .item {
  display: flex;
  margin-bottom: 1.75rem;
}
.case-info .box .list .item-box .item:last-child {
  margin-bottom: 0;
}
.case-info .box .list .item-box .item .info {
  width: 24.4%;
  padding-right: 1.6rem;
}
.case-info .box .list .item-box .item .info .h1 {
  color: #111111;
  line-height: 1.8;
}
.case-info .box .list .item-box .item .info .param {
  margin-top: 0.6rem;
}
.case-info .box .list .item-box .item .info .param p {
  color: #333333;
  line-height: 2;
  padding-left: 0.6rem;
  position: relative;
}
.case-info .box .list .item-box .item .info .param p::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--logoColor);
}
.case-info .box .list .item-box .item .pic {
  width: 75.6%;
  height: 8.2rem;
  border-radius: 0.25rem;
  box-shadow: 0 3px 0.95rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-info .box .list .item-box .item .pic img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.side-bar {
  float: left;
  width: 6.9rem;
  position: sticky;
  top: 3rem;
}
.side-bar > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 1.5rem;
  line-height: 1.2;
  border-radius: 0.75rem;
  padding: 0.2rem .5rem;
  margin-bottom: 0.75rem;
  font-size: 0.5rem;
  color: #111111;
  transition: all 0.4s;
}
.side-bar > a:last-child {
  margin-bottom: 0;
}
.side-bar > a:hover {
  color: var(--logoColor);
  background-color: #fff;
  box-shadow: 0 3px 0.5rem rgba(0, 0, 0, 0.07);
}
.side-bar > a.active {
  color: var(--logoColor);
  background-color: #fff;
  font-size: 0.55rem;
  box-shadow: 0 3px 0.5rem rgba(0, 0, 0, 0.07);
}
.side-bar .sli-box {
  width: 100%;
  margin-bottom: 0.75rem;
}
.side-bar .sli-box:last-child {
  margin-bottom: 0;
}
.side-bar .sli-box > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 1.5rem;
  line-height: 1.2;
  border-radius: 0.75rem;
  padding: 0.2rem .5rem;
  font-size: 0.5rem;
  color: #111111;
  transition: all 0.4s;
}
.side-bar .sli-box > a:hover {
  color: var(--logoColor);
  background-color: #fff;
  box-shadow: 0 3px 0.5rem rgba(0, 0, 0, 0.07);
}
.side-bar .sli-box .sli {
  margin-top: 0.7rem;
  width: 100%;
  display: none;
}
.side-bar .sli-box .sli a {
  display: block;
  padding-left: .75rem;
  color: #666666;
  margin-bottom: 0.65rem;
  transition: all 0.4s;
}
.side-bar .sli-box .sli a:last-child {
  margin-bottom: 0;
}
.side-bar .sli-box .sli a:hover, .side-bar .sli-box .sli a.active {
  color: var(--logoColor);
}
.side-bar .sli-box.active > a {
  color: var(--logoColor);
  background-color: #fff;
  font-size: 0.6rem;
  box-shadow: 0 3px 0.5rem rgba(0, 0, 0, 0.07);
}
.side-bar .sli-box.active .sli {
  display: block;
}

.product {
  padding: 2.25rem 0 3.45rem;
}
.product .box {
  margin-top: 2.8rem;
}
.product .box .rg-item {
  float: right;
  width: calc(100% - 2.4rem - 6.9rem);
}
.product .box .rg-item .item {
  margin-bottom: 3rem;
}
.product .box .rg-item .item:last-child {
  margin-bottom: 0;
}
.product .box .rg-item .item .tit {
  display: flex;
  align-items: center;
  color: #111111;
}
.product .box .rg-item .item .tit div {
  width: 1rem;
  margin-right: 0.45rem;
}
.product .box .rg-item .item .tit div img {
  width: 100%;
}
.product .box .rg-item .item .tit p {
  width: calc(100% - 1.45rem);
}
.product .box .rg-item .item .li-box {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
}
.product .box .rg-item .item .li-box .li {
  width: calc((100% - 1.5rem) / 3);
  height: 11.3rem;
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.1rem 0.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.product .box .rg-item .item .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.product .box .rg-item .item .li-box .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}
.product .box .rg-item .item .li-box .li .h1 {
  color: #111111;
  line-height: 1.3;
  transition: all 0.4s;
}
.product .box .rg-item .item .li-box .li .pic {
  margin: 0.6rem auto 0;
  width: 90%;
  height: 5.1rem;
  text-align: center;
}
.product .box .rg-item .item .li-box .li .pic img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .box .rg-item .item .li-box .li .more {
  margin-top: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}
.product .box .rg-item .item .li-box .li .more p {
  margin-right: 0.1rem;
}
.product .box .rg-item .item .li-box .li:hover {
  box-shadow: 0 3px 0.85rem rgba(0, 0, 0, 0.11);
}
.product .box .rg-item .item .li-box .li:hover::after {
  width: 58%;
}
.product .box .rg-item .item .li-box .li:hover .h1 {
  color: var(--logoColor);
}
.product .box .rg-item .item .li-box .li1 {
  width: calc((100% - 1.5rem) / 3);
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 0.85rem rgba(0, 0, 0, 0.11);
  transition: all 0.4s;
}
.product .box .rg-item .item .li-box .li1:nth-child(3n) {
  margin-right: 0;
}
.product .box .rg-item .item .li-box .li1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}
.product .box .rg-item .item .li-box .li1 .pic {
  width: 100%;
  height: 6.5rem;
  overflow: hidden;
}
.product .box .rg-item .item .li-box .li1 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.product .box .rg-item .item .li-box .li1 .cont {
  padding: 0.8rem 0.75rem 1.2rem;
}
.product .box .rg-item .item .li-box .li1 .cont .h1 {
  color: #111111;
  transition: all 0.4s;
}
.product .box .rg-item .item .li-box .li1 .cont .more {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  color: #111111;
}
.product .box .rg-item .item .li-box .li1 .cont .more p {
  margin-right: 0.1rem;
}
.product .box .rg-item .item .li-box .li1:hover::after {
  width: 58%;
}
.product .box .rg-item .item .li-box .li1:hover .pic img {
  transform: scale(1.04);
}
.product .box .rg-item .item .li-box .li1:hover .cont .h1 {
  color: var(--logoColor);
}

.pro-info {
  position: relative;
}
.pro-info .main-crumbs {
  position: absolute;
  top: 4.65rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.pro-info .top-box {
  width: 100%;
  height: 100vh;
  padding-top: 2.4rem;
  position: relative;
}
.pro-info .top-box .pos-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.pro-info .top-box .pos-bg img {
  width: 100%;
}
.pro-info .top-box .wrap {
  position: relative;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.pro-info .top-box .wrap .top-swiper {
  position: absolute;
  /*top: 19%;*/
  top: 28%;
  left: 29%;
  width: 42%;
  z-index: 5;
  overflow: initial;
}
.pro-info .top-box .wrap .top-swiper .swiper-button-prev,
.pro-info .top-box .wrap .top-swiper .swiper-button-next {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  color: var(--logoColor);
  box-shadow: 0 3px 0.15rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.pro-info .top-box .wrap .top-swiper .swiper-button-prev::after,
.pro-info .top-box .wrap .top-swiper .swiper-button-next::after {
  font-size: 0.3rem;
}
.pro-info .top-box .wrap .top-swiper .swiper-button-prev:hover,
.pro-info .top-box .wrap .top-swiper .swiper-button-next:hover {
  background: linear-gradient(to bottom, #c9161d, #f95157);
  color: #fff;
}
.pro-info .top-box .wrap .top-swiper .swiper-slide {
  width: 100%;
  padding-bottom: 1.5rem;
  text-align: center;
  margin-right: 100vw;
}
.pro-info .top-box .wrap .top-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.pro-info .top-box .wrap .top-swiper .swiper-slide img {
  width: 100%;
}
.pro-info .top-box .wrap .top-swiper .swiper-slide .img1 {
  position: relative;
  z-index: 5;
  width: 87.5%;
  margin: 0 auto;
}
.pro-info .top-box .wrap .top-swiper .swiper-slide .img2 {
  width: 87.5%;
  position: absolute;
  left: 50%;
  top: calc(100% - 1.5rem - 0.95rem);
  transform: translateX(-50%) scaleY(-1);
  z-index: 1;
}
.pro-info .top-box .wrap .top-swiper .swiper-slide .img3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.pro-info .top-box .wrap .top-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: calc(100% - 1.5rem - 0.95rem);
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5) 2%, #fff 28%);
  z-index: 3;
}
.pro-info .top-box .wrap .top-swiper.end-swiper {
  overflow: hidden;
}
.pro-info .top-box .wrap .top-swiper.end-swiper .swiper-button-prev,
.pro-info .top-box .wrap .top-swiper.end-swiper .swiper-button-next {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
.pro-info .top-box .wrap .top-swiper.end-swiper .swiper-slide .img2 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.pro-info .top-box .wrap .top-swiper.end-swiper .swiper-slide .img3 {
  opacity: 1;
  transition: all 0.4s;
}
.pro-info .top-box .wrap .intro {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pro-info .top-box .wrap .intro .tit {
  position: absolute;
  top: 45%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #c9161d, rgba(249, 81, 87, 0.18));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pro-info .top-box .wrap .intro .info {
  width: 58%;
  padding-right: 2.4rem;
  padding-left: 3.65rem;
  opacity: 0;
  visibility: hidden;
}
.pro-info .top-box .wrap .intro .info .tit {
  color: #111111;
}
.pro-info .top-box .wrap .intro .info .cont {
  margin-top: 1rem;
  color: #111111;
  line-height: 2;
}
.pro-info .top-box .wrap .intro .info .tag {
  margin-top: 0.7rem;
}
.pro-info .top-box .wrap .intro .info .tag p {
  color: #111111;
  line-height: 2;
  position: relative;
  padding-left: 0.75rem;
}
.pro-info .top-box .wrap .intro .info .tag p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.4rem;
  height: 2px;
  background-color: var(--logoColor);
}
.pro-info .tab {
  display: flex;
}
.pro-info .tab span {
  width: 50%;
  height: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
  background-color: #f6f7f9;
  color: #111111;
  cursor: pointer;
  transition: all 0.4s;
}
.pro-info .tab span:hover {
  color: var(--logoColor);
}
.pro-info .tab span.active {
  color: #fff;
  background-color: var(--logoColor);
  font-weight: bold;
}
.pro-info .change-box .item {
  padding: 3.25rem 0 3.85rem;
  display: none;
}
.pro-info .change-box .item .pub {
  margin-bottom: 2.25rem;
}
.pro-info .change-box .item .pub:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pro-info .change-box .item .pub .tit {
  display: flex;
  align-items: center;
  color: #000000;
}
.pro-info .change-box .item .pub .tit p {
  width: -moz-max-content;
  width: max-content;
  font-size: .8rem;
  background-image: linear-gradient(25deg, #c9161d, #f95157);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  line-height: 1;
}
.pro-info .change-box .item .pub .tit span {
  margin-left: 2.9rem;
  position: relative;
  line-height: 1.2;
  width: calc(100% - 2.9rem - 4.6rem);
}
.pro-info .change-box .item .pub .tit span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.8rem);
  width: 1.4rem;
  height: 3px;
  background-color: var(--logoColor);
}
.pro-info .change-box .item .merit .li-box {
  display: flex;
  flex-wrap: wrap;
}
.pro-info .change-box .item .merit .li-box .li {
  width: 100%;
  padding: 1.75rem 0;
  border-bottom: 1px solid #c9c9c9;
}
.pro-info .change-box .item .merit .li-box .li:last-child {
  border-bottom: none;
}
.pro-info .change-box .item .merit .li-box .li .list {
  display: flex;
  margin-bottom: 0.9rem;
}
.pro-info .change-box .item .merit .li-box .li .list:last-child {
  margin-bottom: 0;
}
.pro-info .change-box .item .merit .li-box .li .list>p {
  padding-right: 0.5rem;
  line-height: 1;
}
.pro-info .change-box .item .merit .li-box .li .list .h1 {
  width: 6.5rem;
}
.pro-info .change-box .item .merit .li-box .li .list .tag {
  width: 7.15rem;
}
.pro-info .change-box .item .merit .li-box .li .list .cont {
  /*width: calc(100% - 13.65rem);*/
  width: calc(100% - 8rem);
}
.pro-info .change-box .item .characteristic {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #c9c9c9;
}
.pro-info .change-box .item .characteristic .cont {
  margin-top: 1.55rem;
  line-height: 2;
}
.pro-info .change-box .item .characteristic .cont p {
  color: #333333;
  padding-left: 0.6rem;
  position: relative;
}
.pro-info .change-box .item .characteristic .cont p::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--logoColor);
}
.pro-info .change-box .item .characteristic .pic {
  margin-top: 1.25rem;
}
.pro-info .change-box .item .application {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #c9c9c9;
}
.pro-info .change-box .item .application .li-box {
  margin-top: 2.05rem;
  display: flex;
  flex-wrap: wrap;
}
.pro-info .change-box .item .application .li-box .li {
  width: 32%;
  height: 5.05rem;
  margin-right: 2%;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
  background-color: #f6f7f9;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  transition: all 0.4s;
}
.pro-info .change-box .item .application .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.pro-info .change-box .item .application .li-box .li .icon {
  width: 1.4rem;
}
.pro-info .change-box .item .application .li-box .li .icon img {
  width: 100%;
}
.pro-info .change-box .item .application .li-box .li p {
  color: #111111;
  line-height: 1.66;
  margin-left: 0.9rem;
  width: calc(100% - 2.3rem);
  max-height: 8.3em;
  overflow-y: auto;
  transition: all 0.4s;
}
.pro-info .change-box .item .application .li-box .li:hover {
  box-shadow: -0.3rem 0.3rem 0.9rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.pro-info .change-box .item .application .li-box .li:hover p {
  color: var(--logoColor);
  font-weight: bold;
}
.pro-info .change-box .item .type .table-pic {
  margin-top: 1.25rem;
  width: 100%;
}
.pro-info .change-box .item .type .table-pic img {
  width: 100%;
}
.pro-info .change-box .item .type .tips {
  margin-top: 0.9rem;
}
.pro-info .change-box .item .type .tips .h1 {
  color: var(--logoColor);
}
.pro-info .change-box .item .type .tips .info {
  margin-top: 0.3rem;
  line-height: 2;
}
.pro-info .change-box .item .type .tips .info p {
  color: #333333;
  padding-left: 0.6rem;
  position: relative;
}
.pro-info .change-box .item .type .tips .info p::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--logoColor);
}
.pro-info .change-box .item .model .pic {
  margin-top: 1.75rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pro-info .change-box .item .model .pic img {
  /*max-width: 49%;*/
}
.pro-info .change-box .item .model .pic table {
  width: 100%;
}
table {
  width: 100%;
  border: 1px solid #eee;
}
table tr,
table td,
table th {
  border: 1px solid #eee;
  padding: 4px 8px;
}
table tr:nth-child(1) {
  background: rgb(191, 191, 191);
}

.pro-info .change-box .item .merit .li-box .li .list .cont table:nth-child(n+2) tr:nth-child(1){
    background: transparent;
}

.pro-info .change-box .item .scene {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #c9c9c9;
}
.pro-info .change-box .item .scene .cont {
  margin-top: 1.55rem;
  color: #333333;
  line-height: 2;
}
.pro-info .change-box .item .scene .pic-box {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
}
.pro-info .change-box .item .scene .pic-box .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.7%;
  height: 8.05rem;
  margin-right: 3%;
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: all 0.4s;
}
.pro-info .change-box .item .scene .pic-box .pic:last-child {
  margin-right: 0;
}
.pro-info .change-box .item .scene .pic-box .pic img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-info .change-box .item .scene .pic-box .pic:hover {
  box-shadow: 0 3px 0.95rem rgba(0, 0, 0, 0.1);
}
.pro-info .change-box .item .test {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #c9c9c9;
}
.pro-info .change-box .item .test .pic {
  margin-top: 1.75rem;
  padding: 1.2rem 1.9rem;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 3px 0.95rem rgba(0, 0, 0, 0.1);
}
.pro-info .change-box .item .model2 .pic-box {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
}
.pro-info .change-box .item .model2 .pic-box .pic {
  max-width: 50%;
}
.pro-info .change-box .item .model2 .pic-box .pic p {
  color: #111111;
}
.pro-info .change-box .item .model2 .pic-box .pic div {
  margin-top: 0.75rem;
  width: 100%;
}
.pro-info .change-box .item.show {
  display: block;
}

.solu-info .nor-box {
  padding-top: 15.7%;
  width: 100%;
  height: 100%;
}
.solu-info .nor-box .tit {
  font-size: 2rem;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  line-height: 1;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #111, rgba(17, 17, 17, 0.19));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 auto;
}
.solu-info .nor-box .img {
  margin: 2.35rem auto 0;
  width: 24%;
}
.solu-info .nor-box .img img {
  width: 100%;
}
.solu-info .info {
  position: absolute;
  top: 150%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solu-info .info .lf {
  width: 59%;
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 3px 1.1rem rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.solu-info .info .lf .h1 {
  color: #111111;
}
.solu-info .info .lf .en {
  margin-top: 0.2rem;
  color: var(--logoColor);
}
.solu-info .info .lf .tips {
  margin-top: 1.75rem;
  color: #c9161d;
  padding-left: 1.65rem;
  position: relative;
}
.solu-info .info .lf .tips::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 2px;
  background-color: var(--logoColor);
}
.solu-info .info .lf .detail {
  margin-top: 0.85rem;
  color: #111111;
  line-height: 2;
  max-height: 14em;
  overflow-y: auto;
}
.solu-info .info .lf .detail span {
  color: var(--logoColor);
  font-weight: bold;
}
.solu-info .info .rg {
  width: 34%;
}
.solu-info .info .rg img {
  width: 100%;
}

.back-top {
  position: fixed;
  right: 3.25rem;
  top: 74.5%;
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, #c9161d, #f95157);
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.download {
  padding: 1.35rem 0 4rem;
}
.download .box {
  margin-top: 2.8rem;
}
.download .box .rg-item {
  float: right;
  width: calc(100% - 6.9rem - 2.4rem);
  border-radius: 0.5rem;
  box-shadow: 0 3px 1.15rem rgba(0, 0, 0, 0.06);
  padding: 1.75rem 2.4rem 2.1rem;
}
.download .box .rg-item .tit {
  color: #111111;
}
.download .box .rg-item .li-box {
  margin-top: 1.75rem;
}
.download .box .rg-item .li-box .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  padding: 0.85rem 1.75rem;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
}
.download .box .rg-item .li-box .li:last-child {
  margin-bottom: 0;
}
.download .box .rg-item .li-box .li .icon {
  width: 0.65rem;
}
.download .box .rg-item .li-box .li .icon img {
  width: 100%;
}
.download .box .rg-item .li-box .li .h1 {
  color: #111111;
  width: calc(100% - 1.7rem);
  padding: 0 0.8rem;
}
.download .box .rg-item .li-box .li .down-img {
  width: 1.05rem;
}
.download .box .rg-item .li-box .li .down-img img {
  width: 100%;
}
.download .box .rg-item .li-box .li:hover {
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}
.download .box .rg-item .page-box {
  margin-top: 2.35rem;
}

.video {
  padding: 1.35rem 0 2.75rem;
}
.video .box {
  margin-top: 2.8rem;
}
.video .box .rg-item {
  float: right;
  width: calc(100% - 6.9rem - 2.4rem);
}
.video .box .rg-item .tit {
  color: #111111;
}
.video .box .rg-item .li-box {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
}
.video .box .rg-item .li-box .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2.1rem;
  border-radius: 0.25rem;
  box-shadow: 0 3px 0.85rem rgba(0, 0, 0, 0.11);
}
.video .box .rg-item .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.video .box .rg-item .li-box .li .pic {
  width: 100%;
  height: 6.5rem;
  position: relative;
  overflow: hidden;
}
.video .box .rg-item .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.video .box .rg-item .li-box .li .pic .play {
  width: 1.7rem;
  cursor: pointer;
}
.video .box .rg-item .li-box .li .pic .play:hover img {
  transform: scale(0.9);
}
.video .box .rg-item .li-box .li .intro {
  padding: 0.8rem 0.75rem;
  background-color: #fff;
  color: #111111;
  transition: all 0.4s;
}
.video .box .rg-item .li-box .li:hover .pic > img {
  transform: scale(1.04);
}
.video .box .rg-item .li-box .li:hover .intro {
  color: var(--logoColor);
}/*# sourceMappingURL=style.css.map */
