:root {
  --logoColor: #E60012;
  --hovCol: #202C60;
}

.footer .mid .info .phone{
    color:#ffffff;
    text-decoration: none;
     -webkit-touch-callout: none;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("../fonts/HarmonyOS Sans SC.ttf");
  font-weight: normal;
  font-style: normal;
}
.w1740 {
  width: 43.5rem;
  max-width: 92%;
  margin: 0 auto;
}

.w1560 {
  width: 39rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 32.5rem;
  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 {
  color: #111111;
  line-height: 1;
  font-size: 1.3rem;
  padding-bottom: 0.7rem;
  text-align: center;
  position: relative;
}
.main-tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.55rem;
  height: 3px;
  background-color: var(--logoColor);
}
.main-tit.colOth {
  color: #fff;
}
.main-tit.posOth {
  text-align: left;
}
.main-tit.posOth::after {
  left: 0;
  transform: translate(0);
}

.main-more {
  width: 4.4rem;
  height: 1.55rem;
  border-radius: 0.9rem;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.4s;
}
.main-more span {
  margin-left: 0.2rem;
}
.main-more.other {
  width: 4.3rem;
  height: 1.15rem;
  border-radius: 0.6rem;
}
.main-more.colOth {
  border-width: 1px;
  border-color: #BFBFBF;
  color: #111111;
}
.main-more:hover {
  color: #fff;
  border-color: var(--logoColor);
  background-color: var(--logoColor);
}

.main-swiper .swiper-button-prev,
.main-swiper .swiper-button-next {
  width: 2.5rem;
  height: 1.15rem;
  border-radius: 0.9rem;
  border: 2px solid var(--logoColor);
  transition: all 0.4s;
}
.main-swiper .swiper-button-prev::after,
.main-swiper .swiper-button-next::after {
  font-size: 0;
  width: 0.5rem;
  height: 0.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.main-swiper .swiper-button-prev:hover,
.main-swiper .swiper-button-next:hover {
  background-color: var(--logoColor);
}
.main-swiper .swiper-button-prev:hover::after,
.main-swiper .swiper-button-next:hover::after {
  filter: grayscale(100) brightness(100);
}
.main-swiper .swiper-button-prev::after {
  background-image: url(../img/19.png);
}
.main-swiper .swiper-button-next::after {
  background-image: url(../img/20.png);
}
.main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.1rem;
  border-radius: 0.35rem;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0 0.4rem 0 0;
  transition: all 0.4s;
}
.main-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--logoColor);
  width: 1rem;
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box a {
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  border-radius: 50%;
  color: #999999;
  margin-right: 0.25rem;
  border: 2px solid transparent;
  transition: all 0.4s;
}
.page-box a:last-child {
  margin-right: 0;
}
.page-box a:hover {
  color: var(--logoColor);
}
.page-box a.active {
  border-color: var(--logoColor);
  color: var(--logoColor);
}

.footer .top {
  padding: 1.7rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer .top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #E60012, transparent);
}
.footer .top .foot-logo {
  width: 6.3rem;
}
.footer .top .foot-logo img {
  width: 100%;
}
.footer .top .link {
  width: max-content;
  min-width: 3.95rem;
  height: 1.1rem;
  border-radius: 0.55rem;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  margin-right: 3.25rem;
  display: none;
}
.footer .top .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .8rem;
  transform: translateY(-50%);
  border-top: 5px solid #fff;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
}
.footer .top .link p {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  line-height: 1.1rem;
  color: #fff;
}
.footer .top .link .sli-box {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: 100%;
  max-height: 4rem;
  background-color: #fff;
  border-radius: 0.4rem;
  overflow-y: auto;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}
.footer .top .link .sli-box::-webkit-scrollbar {
  width: 2px;
}
.footer .top .link .sli-box a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 1rem;
}
.footer .top .link:hover .sli-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer .mid {
  padding: 1.35rem 0 1.75rem;
  display: flex;
  justify-content: space-between;
}
.footer .mid .nav {
  display: flex;
}
.footer .mid .nav .li {
  margin-right: 2.8rem;
}
.footer .mid .nav .li:last-child {
  margin-right: 0;
}
.footer .mid .nav .li a {
  display: block;
  color: #FFFFFF;
  opacity: 0.6;
  margin-bottom: 0.5rem;
  transition: all 0.4s;
}
.footer .mid .nav .li a:last-child {
  margin-bottom: 0;
}
.footer .mid .nav .li a:first-child {
  opacity: 1;
  margin-bottom: 0.75rem;
}
.footer .mid .nav .li a:hover {
  opacity: 1;
}
.footer .mid .info {
  width: 7.25rem;
}
.footer .mid .info .h1 {
  color: #fff!important;
}
.footer .mid .info .phone {
  margin-top: 0.3rem;
  color: var(--logoColor);
  color: #fff!important;
  /*-webkit-touch-callout: none!important;*/
  /*touch-callout: none!important;*/
  -webkit-text-size-adjust: none;
  
}
.footer .mid .info .code {
  margin-top: 1.1rem;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0.1rem;
}
.footer .mid .info .code img {
  width: 100%;
}
.footer .btn {
  border-top: 1px solid rgba(213, 213, 213, 0.2);
  padding: 0.6rem 0 0.75rem;
  display: flex;
  justify-content: space-between;
}
.footer .btn .copyright a {
  color: #FFFFFF;
  opacity: 0.5;
}
.footer .btn .link {
  display: flex;
}
.footer .btn .link a {
  color: #fff;
  opacity: 0.5;
  padding-right: 0.4rem;
  margin-right: 0.4rem;
  position: relative;
}
.footer .btn .link a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
}
.footer .btn .link a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer .btn .link a:last-child::after {
  display: none;
}

.index {
  position: relative;
}
.index .index-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.5rem;
}
.index .index-swiper .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
}
.index .index-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.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;
  left: 4.5rem;
  top: 30%;
  width: 60%;
  color: var(--hovCol);
  padding-bottom: 1rem;
}
.index .index-swiper .swiper-slide .pos-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.1rem;
  height: 2px;
  background-color: #224FE7;
}
.index .index-swiper .swiper-slide .pos-cont .sub {
  margin-top: 1.05rem;
}
.index .box {
  position: relative;
  top: 18.5rem;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #fff;
}
.index .i-pro {
  padding: 3.05rem 0 4.5rem;
}
.index .i-pro .intro {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
}
.index .i-pro .lf {
  width: 33.7%;
  height: 19.85rem;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.index .i-pro .lf img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .i-pro .lf .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.1rem 1.5rem 0.8rem;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.15));
  color: #fff;
}
.index .i-pro .lf .pos-cont .txt {
  margin-top: 0.2rem;
  line-height: 1.8;
}
.index .i-pro .lf:hover img {
  transform: scale(1.05);
}
.index .i-pro .rg {
  width: calc(66.3% - 1rem);
}
.index .i-pro .rg .top {
  width: 100%;
  height: 9.4rem;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.index .i-pro .rg .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .i-pro .rg .top .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 1.05rem 0.6rem;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.56));
  color: #fff;
}
.index .i-pro .rg .top .pos-cont .txt {
  margin-top: 0.2rem;
  line-height: 1.8;
}
.index .i-pro .rg .top:hover img {
  transform: scale(1.05);
}
.index .i-pro .rg .btn {
  margin-top: 1.05rem;
  display: flex;
}
.index .i-pro .rg .btn .li {
  width: 48%;
  height: 9.4rem;
  margin-right: 4%;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.index .i-pro .rg .btn .li .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 1.05rem 0.6rem;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.56));
  color: #fff;
}
.index .i-pro .rg .btn .li .pos-cont .txt {
  margin-top: 0.2rem;
  line-height: 1.8;
}

.index .i-pro .rg .btn .li:last-child {
  margin-right: 0;
}
.index .i-pro .rg .btn .li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .i-pro .rg .btn .li:hover img {
  transform: scale(1.04);
}
.index .i-solution .top-box {
  width: 100%;
  position: relative;
}
.index .i-solution .top-box img,
.index .i-solution .top-box video {
  width: 100%;
}
.index .i-solution .top-box .pos-cont {
  position: absolute;
  top: 21.6%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.index .i-solution .top-box .pos-cont .sub {
  margin-top: 1.1rem;
}
.index .i-solution .top-box .pos-cont .txt {
  width: 51%;
  margin-top: 1.1rem;
  line-height: 1.8;
}
.index .i-solution .top-box .pos-cont .more {
  margin-top: 1.35rem;
}
.index .i-solution .swiper-box {
  margin-top: 1.85rem;
  position: relative;
}
/*.index .i-solution .swiper-box .swiper-button-prev,*/
/*.index .i-solution .swiper-box .swiper-button-next {*/
/*  width: 32%;*/
/*  height: 100%;*/
/*  top: 0;*/
/*  margin: 0;*/
/*  background-color: transparent;*/
/*}*/
/*.index .i-solution .swiper-box .swiper-button-prev::after,*/
/*.index .i-solution .swiper-box .swiper-button-next::after {*/
/*  display: none;*/
/*}*/
/*.index .i-solution .swiper-box .swiper-button-prev {*/
/*  left: 0;*/
/*}*/
/*.index .i-solution .swiper-box .swiper-button-right {*/
/*  right: 0;*/
/*}*/
.index .i-solution .swiper-box{overflow: hidden;}
.index .i-solution .swiper-box .sol-swiper {
  overflow: inherit;
  width: 100%;
  max-width: 100%;
}
.index .i-solution .swiper-box .sol-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.index .i-solution .swiper-box .sol-swiper .swiper-slide {
  width: 20.4%;
  height: 12.15rem;
  margin-right: 2.5%;
  border-radius: 0.4rem;
  overflow: hidden;
}
.index .i-solution .swiper-box .sol-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.index .i-solution .swiper-box .sol-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.33));
}
.index .i-solution .swiper-box .sol-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .i-solution .swiper-box .sol-swiper .swiper-slide .h1 {
  position: absolute;
  color: #FFFFFF;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.index .i-solution .swiper-box .sol-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}
.index .i-solution .swiper-box .sol-swiper .hover-prev{position: absolute;top: 0;left: 0;z-index:10; width: 30%;height: 100%;cursor: col-resize;}
.index .i-solution .swiper-box .sol-swiper .hover-next{position: absolute;top: 0;right: 0;z-index:10; width: 30%;height: 100%;cursor: col-resize;}


.index .i-solution .btn-box {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin: 0 auto;
  margin-top: 2.3rem;
  display: flex;
  /*margin-left: 4.5rem;*/
}
.index .i-solution .btn-box div {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 2.5rem;
  height: 1.15rem;
  border-radius: 0.9rem;
  border: 2px solid var(--logoColor);
  transition: all 0.4s;
}
.index .i-solution .btn-box div::after {
  font-size: 0;
  width: 0.5rem;
  height: 0.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.index .i-solution .btn-box div:hover {
  background-color: var(--logoColor);
}
.index .i-solution .btn-box div:hover::after {
  filter: grayscale(100) brightness(100);
}
.index .i-solution .btn-box .swiper-button-prev {
  margin-right: 0.75rem;
}
.index .i-solution .btn-box .swiper-button-prev::after {
  background-image: url(../img/19.png);
}
.index .i-solution .btn-box .swiper-button-next::after {
  background-image: url(../img/20.png);
}


.index .i-news {
  padding: 3.75rem 0 3.05rem;
  background: linear-gradient(to bottom, rgba(247, 248, 252, 0), #F8F8F8);
}
.index .i-news .intro {
  margin-top: 1.6rem;
  display: flex;
}
.index .i-news .intro .li {
  width: 32%;
  height: 14.75rem;
  border-radius: 0.4rem;
  margin-right: 2%;
  overflow: hidden;
}
.index .i-news .intro .li:last-child {
  margin-right: 0;
}
.index .i-news .intro .lf {
  position: relative;
  overflow: hidden;
}
.index .i-news .intro .lf img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .i-news .intro .lf .more {
  position: absolute;
  bottom: 0.6rem;
  left: 1.1rem;
  display: flex;
  align-items: center;
  color: #111111;
}
.index .i-news .intro .lf .more span {
  margin-left: 0.2rem;
}
.index .i-news .intro .lf:hover img {
  transform: scale(1.05);
}
.index .i-news .intro .cent {
  background-color: #fff;
  box-shadow: 0 3px 1.5rem rgba(0, 0, 0, 0.06);
}
.index .i-news .intro .cent .pic {
  width: 100%;
  height: 8rem;
  overflow: hidden;
}
.index .i-news .intro .cent .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .i-news .intro .cent .info {
  width: 100%;
  height: calc(100% - 8rem);
  padding: 1rem;
  position: relative;
}
.index .i-news .intro .cent .info .h1 {
  color: #111111;
  line-height: 1.66;
  max-height: 6.64em;
  overflow: hidden;
}
.index .i-news .intro .cent .info .tags {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .i-news .intro .cent .info .tags .more {
  display: flex;
  align-items: center;
  color: #111111;
}
.index .i-news .intro .cent .info .tags .more span {
  margin-left: 0.2rem;
}
.index .i-news .intro .cent .info .tags .time {
  display: flex;
  align-items: center;
  color: #111111;
}
.index .i-news .intro .cent .info .tags .time span {
  width: 0.55rem;
  margin-right: 0.55rem;
}
.index .i-news .intro .cent:hover .pic img {
  transform: scale(1.05);
}
.index .i-news .intro .rg .list {
  display: flex;
  width: 100%;
  padding-bottom: 0.55rem;
  margin-bottom: 0.65rem;
  border-bottom: 1px solid #CCCCCC;
}
.index .i-news .intro .rg .list:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.index .i-news .intro .rg .list .pic {
  width: 5.65rem;
  height: 4.1rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.index .i-news .intro .rg .list .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .i-news .intro .rg .list .info {
  width: calc(100% - 5.65rem);
  padding-left: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index .i-news .intro .rg .list .info .h1 {
  color: #111111;
  line-height: 1.8;
}
.index .i-news .intro .rg .list .info .more {
  display: flex;
  align-items: center;
  color: #111111;
}
.index .i-news .intro .rg .list .info .more span {
  margin-left: 0.2rem;
}
.index .i-news .intro .rg .list:hover .pic img {
  transform: scale(1.04);
}

.solution .box1 {
  padding: 2.9rem 0 3.75rem;
}
.solution .box1 .num-box {
  margin-top: 1.55rem;
  display: flex;
  justify-content: center;
}
.solution .box1 .num-box .li {
  position: relative;
  margin-right: 5.35rem;
}
.solution .box1 .num-box .li::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  width: 1px;
  height: 2.75rem;
  background-color: rgba(17, 17, 17, 0.2);
  transform-origin: bottom center;
}
.solution .box1 .num-box .li:last-child {
  margin-right: 0;
}
.solution .box1 .num-box .li:last-child::after {
  display: none;
}
.solution .box1 .num-box .li .num-top {
  display: flex;
  color: #333;
}
.solution .box1 .num-box .li .num-top .num {
  margin-right: 0.3rem;
}
.solution .box1 .num-box .li .num-top .unit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution .box1 .num-box .li .num-top .unit p {
  margin-top: -0.2rem;
}
.solution .box1 .num-box .li .txt {
  margin-top: 0.4rem;
  color: #666666;
}
.solution .box1 .intro-box {
  margin-top: 2.2rem;
  display: flex;
  justify-content: space-between;
}
.solution .box1 .intro-box .pic {
  width: 39%;
  border-radius: 0.4rem;
  overflow: hidden;
}
.solution .box1 .intro-box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution .box1 .intro-box .cont {
  width: calc(61% - 0.8rem);
  border-radius: 0.5rem;
  background-color: #F8F8F8;
  padding: 1.6rem 1.5rem;
}
.solution .box1 .intro-box .cont .h1 {
  color: #333333;
  line-height: 1.6;
}
.solution .box1 .intro-box .cont .txt {
  margin-top: 0.95rem;
  color: #333333;
  line-height: 1.875;
}
.solution .box2 {
  padding: 2.35rem 0 1.6rem;
  background-color: #F8F8F8;
}
.solution .box2 .li-box {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
}
.solution .box2 .li-box .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
  overflow: hidden;
}
.solution .box2 .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.solution .box2 .li-box .li .pic {
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
}
.solution .box2 .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.solution .box2 .li-box .li .intro {
  padding: 1rem 0.75rem 1.3rem;
}
.solution .box2 .li-box .li .intro .h1 {
  color: #333333;
}
.solution .box2 .li-box .li .intro .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
}
.solution .box2 .li-box .li .intro .more {
  margin-top: 0.9rem;
  width: 4.3rem;
  height: 1.15rem;
  border-color: #BFBFBF;
  border-width: 1px;
  color: #111111;
}
.solution .box2 .li-box .li .intro .more:hover {
  border-color: var(--logoColor);
  color: #fff;
}
.solution .box2 .li-box .li:hover .pic img {
  transform: scale(1.05);
}
.solution .box3 {
  padding: 3.5rem 0 4.75rem;
}
.solution .box3 .box3-swiper {
  margin-top: 1.55rem;
}
.solution .box3 .box3-swiper .swiper-button-prev,
.solution .box3 .box3-swiper .swiper-button-next {
  top: auto;
  margin: 0;
  bottom: 0.8rem;
}
.solution .box3 .box3-swiper .swiper-button-prev {
  left: auto;
  right: 7.75rem;
}
.solution .box3 .box3-swiper .swiper-button-next {
  right: 4.5rem;
}
.solution .box3 .box3-swiper .swiper-pagination {
  text-align: left;
  padding-left: 4.5rem;
  bottom: 0.8rem;
}
.solution .box3 .box3-swiper .swiper-slide {
  padding-top: 1.4rem;
  display: flex;
  justify-content: flex-end;
  margin-right: 1rem;
}
.solution .box3 .box3-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.solution .box3 .box3-swiper .swiper-slide .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  height: 13.25rem;
  overflow: hidden;
}
.solution .box3 .box3-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.solution .box3 .box3-swiper .swiper-slide .intro {
  width: 56%;
  height: 13.5rem;
  background-color: #F8F8F8;
  border-radius: 0.4rem 0 0 0.4rem;
  padding: 1.9rem 4.5rem 1rem 7.9rem;
  display: flex;
    flex-direction: column;
}
.solution .box3 .box3-swiper .swiper-slide .intro .num {
  display: flex;
  align-items: baseline;
  color: rgba(17, 17, 17, 0.2);
}
.solution .box3 .box3-swiper .swiper-slide .intro .num p {
  color: var(--logoColor);
  margin-right: 0.2rem;
}
.solution .box3 .box3-swiper .swiper-slide .intro .num span {
  margin-left: 0.2rem;
  color: #111111;
}
.solution .box3 .box3-swiper .swiper-slide .intro .tit {
  margin-top: 0.6rem;
  color: #333333;
  line-height: 1.4;
}
.solution .box3 .box3-swiper .swiper-slide .intro .txt {
  margin-top: 0.5rem;
  height: 100%;
  line-height: 1.8;
    display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    overflow: auto;     
  color: #666666;
}
.solution .box3 .box3-swiper .swiper-slide .intro .txt::-webkit-scrollbar {
  background-color: #f1f1f1;  
width: 2px !important;

} 
.solution .box3 .box3-swiper .swiper-slide .intro .txt::-webkit-scrollbar-thumb {
  background-color: #A4A9C1;
  border-radius: 10px;
} 

.solution .box3 .box3-swiper .swiper-slide .intro .more {
  margin-top: 1.2rem;
  display: flex;
  color: #111111;
}
.solution .box3 .box3-swiper .swiper-slide .intro .more p {
  margin-right: 0.25rem;
}
.solution .box4 {
  position: relative;
  width: 100%;
}
.solution .box4 img {
  width: 100%;
}
.solution .box4 .more {
  margin: 1.15rem auto 0;
}

.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog .close-bg {
  position: absolute;
  top: .2rem;
  right: .2rem;
  width: .6rem;
  height: .6rem;
  cursor: pointer;
}
.dialog .close-bg img {
    width:100%;
    height: 100%;
    filter: brightness(0);
}
.dialog .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81%;
  height: 85%;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 1.4rem 4.5rem;
}
.dialog .box .tit {
  color: #333333;
}
.dialog .box .form {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 1.8rem);
  overflow-y: auto;
}
.dialog .box .form::-webkit-scrollbar {
  width: 2px;
}
.dialog .box .form .li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0.65rem;
}
.dialog .box .form .li:nth-child(2n) {
  margin-right: 0;
}
.dialog .box .form .li p {
  color: #333333;
}
.dialog .box .form .li p span {
  color: #D6000F;
}
.dialog .box .form .li input {
  margin-top: 0.3rem;
  width: 100%;
  height: 1.25rem;
  border: 1px solid rgba(193, 193, 193, 0.39);
  background: #fff;
  padding: 0 0.45rem;
  border-radius: 0.1rem;
  color: #333;
}
.dialog .box .form .li textarea {
  margin-top: 0.3rem;
  width: 100%;
  height: 3.65rem;
  border: 1px solid rgba(193, 193, 193, 0.39);
  background: #fff;
  padding: 0.3rem 0.45rem;
  border-radius: 0.1rem;
  color: #333;
}
.dialog .box .form .li.wid100 {
  width: 100%;
  margin-right: 0;
}
.dialog .box .form .submit {
  background-color: var(--logoColor);
  border-color: var(--logoColor);
  margin: 0 auto;
}

.solution-info .box1 {
  padding: 2.55rem 0 3.1rem;
  background-color: #F8F8F8;
}
.solution-info .box1 .txt {
  margin: 1rem auto 0;
  width: 78.5%;
  color: #333333;
  line-height: 1.8;
}
.solution-info .box2 {
  padding: 3rem 0 3.4rem;
}
.solution-info .box2 .li-box {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
}
.solution-info .box2 .li-box .li {
  width: 22.5%;
}
.solution-info .box2 .li-box .li .icon {
  width: 1.7rem;
  height: 1.6rem;
  margin: 0 auto;
  transition: all 0.4s;
}
.solution-info .box2 .li-box .li .txt {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 1.66;
  text-align: center;
  padding: 0 0.7rem;
}
.solution-info .box2 .li-box .li:hover .icon {
  transform: translateY(-0.25rem);
}
.solution-info .box3 {
  padding: 2.45rem 0 4.6rem;
  background-color: #F8F8F8;
}
.solution-info .box3 .pic {
  margin-top: 1.15rem;
  width: 100%;
}
.solution-info .box3 .pic img {
  width: 100%;
}
.solution-info .box4 {
  padding: 3.5rem 0 2.9rem;
}

.solution-info .box4 .li-box {
  margin-top: 1.65rem;
  display: flex;
  flex-wrap: wrap;
}

.solution-info .box4 .li-box .li {
  width: 32%;
  height: 6.15rem;
  margin-right: 2%;
  margin-bottom: .75rem;
  border-radius: .4rem;
  background-color: #F8F8F8;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 1.1rem 1rem;
}

.solution-info .box4 .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.solution-info .box4 .li-box .li .h1 {
  color: #333333;
  transition: all .4s;
}

.solution-info .box4 .li-box .li .txt {
  margin-top: .4rem;
  color: #333333;
  line-height: 1.8;
  padding-right: 5px;
  max-height: 5.4em;
  overflow-y: auto;
}

.solution-info .box4 .li-box .li .txt::-webkit-scrollbar {
  width: 2px;
}

.solution-info .box4 .li-box .li .num {
  position: absolute;
  bottom: .5rem;
  right: 1rem;
  display: flex;
  align-items: baseline;
  color: #111;
}

.solution-info .box4 .li-box .li .num span {
  color: #333;
  transition: all .4s;
}

.solution-info .box4 .li-box .li .num div {
  opacity: .2;
  margin: 0 2px;
}

.solution-info .box4 .li-box .li .num p {
  font-size: 8px;
}

.solution-info .box4 .li-box .li .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all .4s;
}

.solution-info .box4 .li-box .li .pos-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-info .box4 .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.solution-info .box4 .li-box .li:hover .pos-bg {
  opacity: 1;
}

.solution-info .box4 .li-box .li:hover .num span {
  color: var(--logoColor);
}
/*.solution-info .box4 .hot {*/
/*  margin-top: 1.15rem;*/
/*  display: flex;*/
/*  background-color: #F8F8F8;*/
/*  border-radius: 0.4rem;*/
/*  overflow: hidden;*/
/*}*/
/*.solution-info .box4 .hot .pic {*/
/*  width: 57.5%;*/
/*}*/
/*.solution-info .box4 .hot .pic img {*/
/*  width: 100%;*/
/*}*/
/*.solution-info .box4 .hot .intro {*/
/*  width: 42.5%;*/
/*  padding: 2.75rem 3.25rem 1rem 1.95rem;*/
/*}*/
/*.solution-info .box4 .hot .intro .h1 {*/
/*  color: #333333;*/
/*}*/
/*.solution-info .box4 .hot .intro .txt {*/
/*  margin-top: 0.3rem;*/
/*  color: #333333;*/
/*  line-height: 1.5;*/
/*}*/
/*.solution-info .box4 .box4-swiper {*/
/*  margin-top: 0.75rem;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-pagination {*/
/*  text-align: left;*/
/*  bottom: 0.6rem;*/
/*}*/
/*.solution-info .box4 .box4-swiper .btn-box {*/
/*  margin-top: 1.25rem;*/
/*  display: flex;*/
/*  justify-content: flex-end;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-button-prev,*/
/*.solution-info .box4 .box4-swiper .swiper-button-next {*/
/*  position: relative;*/
/*  top: 0;*/
/*  margin: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-button-prev {*/
/*  margin-right: 0.75rem;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-slide {*/
/*  width: 32%;*/
/*  margin-right: 2%;*/
/*  border-radius: 0.4rem;*/
/*  overflow: hidden;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-slide:last-child {*/
/*  margin-right: 0;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-slide .pic {*/
/*  width: 100%;*/
/*  height: 8.05rem;*/
/*  overflow: hidden;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-slide .pic img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -o-object-fit: cover;*/
/*     object-fit: cover;*/
/*  transition: all 0.4s;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-slide .intro {*/
/*  width: 100%;*/
/*  height: 6rem;*/
/*  padding: 1.15rem 0.8rem 0.5rem 1.25rem;*/
/*  background-color: #F8F8F8;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-slide .intro .h1 {*/
/*  color: #333333;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-slide .intro .txt {*/
/*  margin-top: 0.3rem;*/
/*  line-height: 1.8;*/
/*  max-height: 7.2em;*/
/*  overflow-y: auto;*/
/*  color: #333333;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-slide .intro .txt::-webkit-scrollbar {*/
/*  width: 2px;*/
/*}*/
/*.solution-info .box4 .box4-swiper .swiper-slide:hover .pic img {*/
/*  transform: scale(1.04);*/
/*}*/
.solution-info .box5 {
  padding: 1.35rem 0 2.6rem;
  background-color: #F8F8F8;
}
.solution-info .box5 .top-li {
  margin-top: 1.55rem;
  padding: 1.15rem 2rem;
  background-color: #fff;
  display: flex;
  border-radius: 0.2rem;
}
.solution-info .box5 .top-li .li {
  width: 49%;
  margin-right: 2%;
}
.solution-info .box5 .top-li .li:last-child {
  margin-right: 0;
}
.solution-info .box5 .top-li .li .pic {
  width: 100%;
  height: 8.9rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.solution-info .box5 .top-li .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.solution-info .box5 .top-li .li .h1 {
  margin-top: 0.7rem;
  color: #111111;
  text-align: center;
}
.solution-info .box5 .top-li .li:hover .pic img {
  transform: scale(1.04);
}
.solution-info .box5 .btn-li {
  margin-top: 0.85rem;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 4rem 0.9rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.solution-info .box5 .btn-li .li {
  width: 16%;
}
.solution-info .box5 .btn-li .li .icon {
  width: 1.9rem;
  height: 1.7rem;
  margin: 0 auto;
  transition: all 0.4s;
}
.solution-info .box5 .btn-li .li .icon img {
  width: 100%;
}
.solution-info .box5 .btn-li .li .h1 {
  margin-top: 0.4rem;
  color: #333333;
}
.solution-info .box5 .btn-li .li:hover .icon {
  transform: translateY(-0.25rem);
}

.case-info {
  padding: 2.85rem 0 2.7rem;
  background-color: #F8F8F8;
}
.case-info .wrap {
  position: relative;
}
.case-info .lf {
  float: left;
  width: 71%;
  background-color: #fff;
  padding: 1.85rem 1.75rem 3.5rem;
}
.case-info .lf .tit {
  color: #000000;
  line-height: 1.2;
}
.case-info .lf .share {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
}
.case-info .lf .share p {
  color: #333333;
  margin-right: 0.5rem;
}
.case-info .lf .share a {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin-right: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DDDDDD;
  transition: all 0.4s;
}
.case-info .lf .share a:last-child {
  margin-right: 0;
}
.case-info .lf .share a img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.case-info .lf .share a:hover {
  background-color: var(--logoColor);
}
.case-info .lf .cont {
  margin-top: 0.5rem;
  border-top: 1px solid #F0F0F0;
  color: #333333;
  line-height: 1.8;
  padding: 0.65rem 0 0;
}
.case-info .rg {
  float: right;
  width: 28%;
  position: sticky;
  top: 3.5rem;
}
.case-info .rg .related {
  padding: 1.5rem 0;
  border-radius: 0.4rem;
  background-color: #fff;
}
.case-info .rg .related .tit {
  padding-left: 0.75rem;
  position: relative;
  color: #333;
  line-height: 1.3;
}
.case-info .rg .related .tit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #333333;
}
.case-info .rg .related .li-box {
  margin-top: 0.85rem;
  padding: 0 0.75rem;
}
.case-info .rg .related .li-box .li {
  display: flex;
  margin-bottom: 0.65rem;
  color: #393737;
}
.case-info .rg .related .li-box .li:last-child {
  margin-bottom: 0;
}
.case-info .rg .related .li-box .li .h1 {
  max-width: 90%;
  height: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.case-info .rg .related .li-box .li .arr {
  margin-left: 0.35rem;
}
.case-info .rg .related .li-box .li:hover .h1 {
  color: var(--logoColor);
}
.case-info .rg .info-page {
  margin-top: 1rem;
  padding-top: 1.5rem;
  background-color: #fff;
}
.case-info .rg .info-page .item {
  margin-bottom: 1rem;
}
.case-info .rg .info-page .item:last-child {
  margin-bottom: 0;
}
.case-info .rg .info-page .item .tit {
  padding-left: 0.75rem;
  position: relative;
  color: #000000;
  line-height: 1.3;
}
.case-info .rg .info-page .item .tit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--logoColor);
}
.case-info .rg .info-page .item .link {
  margin-top: 0.75rem;
  padding: 0 0.75rem;
  display: block;
}
.case-info .rg .info-page .item .link .pic {
  width: 100%;
  border-radius: 0.25rem;
}
.case-info .rg .info-page .item .link .pic img {
  width: 100%;
}
.case-info .rg .info-page .item .link .cont {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  color: #393737;
  transition: all 0.4s;
}
.case-info .rg .info-page .item .link .cont .h1 {
  max-width: 90%;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case-info .rg .info-page .item .link .cont .arr {
  margin-left: 0.45rem;
}
.case-info .rg .info-page .item .link:hover .cont {
  color: var(--logoColor);
}
.case-info .rg .info-page .back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.25rem;
  background-color: #333333;
  color: #fff;
  transition: all 0.4s;
}
.case-info .rg .info-page .back span {
  width: 0.4rem;
  margin-left: 0.5rem;
}
.case-info .rg .info-page .back:hover {
  background-color: var(--logoColor);
}

.products {
  padding: 2.7rem 0 3.2rem;
}
.products .pro-swiper {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-bottom: 1px solid #D2D2D2;
  overflow: inherit;
}
.products .pro-swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.45rem 0.55rem;
  color: rgba(45, 50, 53, 0.8);
  margin-right: 1.8rem;
  cursor: pointer;
  transition: all 0.4s;
}
.products .pro-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.products .pro-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}
.products .pro-swiper .swiper-slide:hover {
  color: var(--logoColor);
}
.products .pro-swiper .swiper-slide.active {
  color: var(--logoColor);
}
.products .pro-swiper .swiper-slide.active::after {
  width: 100%;
}
.products .li-box {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
}
.products .li-box .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2.35rem;
  border: 1px solid rgba(214, 214, 214, 0.5);
  border-radius: 0.25rem;
  overflow: hidden;
  transition: all 0.4s;
}
.products .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.products .li-box .li .pic {
  width: 100%;
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.products .li-box .li .pic .bg {
  opacity: 0;
  transition: all 0.4s;
}
.products .li-box .li .pic img {
  position: relative;
  z-index: 5;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}
.products .li-box .li .intro {
  width: 100%;
  padding: 0.85rem 1.35rem 1.4rem;
}
.products .li-box .li .intro .h1 {
  color: #2D3235;
  transition: all 0.4s;
}
.products .li-box .li .intro .txt {
  margin-top: 0.3rem;
  color: #999999;
  line-height: 1.8;
}
.products .li-box .li .intro .more {
  margin-top: 0.6rem;
}
.products .li-box .li:hover {
  border-color: #fff;
  box-shadow: 0 3px 1.5rem rgba(0, 0, 0, 0.07);
}
.products .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.products .li-box .li:hover .pic .bg {
  opacity: 1;
}
.products .li-box .li:hover .intro .h1 {
  color: var(--logoColor);
}

.products-info {
  padding: 1.55rem 0 4.35rem;
}
.products-info .top-intro {
  display: flex;
}
.products-info .top-intro .pic {
  width: 43%;
}
.products-info .top-intro .pic img {
  width: 100%;
}
.products-info .top-intro .rg {
  width: 57%;
  padding-top: 1.85rem;
  padding-left: 2rem;
}
.products-info .top-intro .rg .li {
  margin-bottom: 2.55rem;
}
.products-info .top-intro .rg .li:last-child {
  margin-bottom: 0;
}
.products-info .top-intro .rg .li .txt {
  margin-top: 1.25rem;
  color: #333333;
  line-height: 1.8;
}
.products-info .btm-box {
  margin-top: 3.5rem;
}
.products-info .btm-box .li-box {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
}
.products-info .btm-box .li-box .li {
  width: 32%;
  height: 9rem;
  margin-right: 2%;
  margin-bottom: 0.95rem;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 1.6rem;
  text-align: center;
  transition: all 0.4s;
}
.products-info .btm-box .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.products-info .btm-box .li-box .li .h1 {
  color: #333333;
  position: relative;
  padding-bottom: 0.65rem;
  transition: all 0.4s;
}
.products-info .btm-box .li-box .li .h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 7.5rem;
  height: 1px;
  background-color: var(--logoColor);
}
.products-info .btm-box .li-box .li .txt {
  margin-top: 0.9rem;
  color: #4B4B4B;
  padding-right: 5px;
  line-height: 1.8;
  max-height: 7.2em;
  overflow-y: auto;
}
.products-info .btm-box .li-box .li .txt::-webkit-scrollbar {
    width: 3px;
  }
.products-info .btm-box .li-box .li:hover {
  box-shadow: 0 3px 1.5rem rgba(0, 0, 0, 0.07);
}
.products-info .btm-box .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.service .box1 {
  padding: 2.95rem 0 3.25rem;
}
.service .box1 .wrap {
  display: flex;
}
.service .box1 .lf {
  width: 50%;
  background-color: #F8F8F8;
  padding: 2.15rem 1.65rem 0.5rem;
}
.service .box1 .lf .txt {
  margin-top: 1rem;
  color: #333333;
  line-height: 1.8;
}
.service .box1 .lf .li-box {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(112, 112, 112, 0.18);
  display: flex;
  flex-wrap: wrap;
}
.service .box1 .lf .li-box .li {
  width: 50%;
  display: flex;
  align-items: center;
}
.service .box1 .lf .li-box .li .icon {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background-color: rgba(239, 239, 239, 0.8);
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .box1 .lf .li-box .li .icon img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service .box1 .lf .li-box .li .cont .h1 {
  color: #999999;
}
.service .box1 .lf .li-box .li .cont .h2 {
  margin-top: 0.35rem;
  color: #333333;
}
.service .box1 .rg {
  width: 50%;
}
.service .box1 .rg img {
  width: 100%;
}
.service .box2 {
  padding: 3.25rem 0 4.1rem;
  background-color: #F8F8F8;
}
.service .box2 .box {
  margin-top: 1.4rem;
  display: flex;
}
.service .box2 .box .lf {
  width: 49.5%;
  margin-right: 1%;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 2.15rem 0.85rem 0.5rem 1.25rem;
}
.service .box2 .box .lf .icon {
  width: 1.65rem;
}
.service .box2 .box .lf .icon img {
  width: 100%;
}
.service .box2 .box .lf .cont {
  margin-top: 0.3rem;
  line-height: 1.8;
  color: #333333;
}
.service .box2 .box .rg {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
}
.service .box2 .box .rg .li {
  width: 49%;
  height: 7.4rem;
  margin-right: 2%;
  padding: 1.6rem 1rem 0.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
}
.service .box2 .box .rg .li:nth-child(n+3) {
  margin-top: 0.3rem;
}
.service .box2 .box .rg .li:nth-child(2n) {
  margin-right: 0;
}
.service .box2 .box .rg .li .icon {
  width: 1.65rem;
  height: 1.6rem;
}
.service .box2 .box .rg .li .txt {
  margin-top: 0.3rem;
  color: #333333;
  line-height: 1.8;
}
.service .box3 {
  padding: 3.2rem 0 4rem;
}
.service .box3 .cont {
  margin-top: 1.4rem;
  position: relative;
  width: 100%;
  min-height: 13.5rem;
  padding: 2rem 0 2.6rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.service .box3 .cont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.service .box3 .cont .intro {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.service .box3 .cont .intro .h2 {
  margin-top: 0.5rem;
}
.service .box3 .cont .intro .code {
  margin: 0.35rem auto 0;
  width: 4.35rem;
  border-radius: 7px;
  overflow: hidden;
}
.service .box3 .cont .intro .code img {
  width: 100%;
}

.service .box3 .cont .intro .btn_box{
    display: flex;
    justify-content: center;
}

.service .box3 .cont .intro .more {
  margin: 0.8rem 0.2rem 0 0.2rem;
  background-color: rgba(255, 255, 255, 0.22);
  border: none;
}
.service .box3 .cont .intro .more:hover {
  background-color: var(--logoColor);
}

.partner {
  padding: 2.6rem 0 5.3rem;
  position: relative;
  overflow: hidden;
}
.partner .pos-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.partner .pos-bg img {
  width: 100%;
}
.partner .wrap {
  position: relative;
  z-index: 3;
}
.partner .top-intro .txt {
  margin: 1.1rem auto 0;
  color: #333333;
  line-height: 1.8;
  width: 72.6%;
  text-align: center;
}
.partner .top-intro .li-box {
  margin-top: 1.5rem;
  display: flex;
}
.partner .top-intro .li-box .li {
  width: 24%;
  height: 9.5rem;
  margin-right: 1.33%;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 1.6rem 0.85rem 1rem;
  border: 1px solid rgba(214, 214, 214, 0.5);
  transition: all 0.4s;
}
.partner .top-intro .li-box .li:last-child {
  margin-right: 0;
}
.partner .top-intro .li-box .li .icon {
  width: 1.8rem;
  height: 1.75rem;
  margin: 0 auto;
}
.partner .top-intro .li-box .li .h1 {
  margin-top: 0.5rem;
  color: #333333;
  transition: all 0.4s;
}
.partner .top-intro .li-box .li .cont {
  margin-top: 0.4rem;
  color: #999999;
  line-height: 1.8;
  max-height: 5.4em;
  padding-right: 5px;
  overflow-y: auto;
}
.partner .top-intro .li-box .li .cont::-webkit-scrollbar {
  width: 3px;
}
.partner .top-intro .li-box .li:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 3px 1.5rem rgba(0, 0, 0, 0.07);
}
.partner .top-intro .li-box .li:hover .h1 {
  color: var(--logoColor);
}
.partner .top-intro .txt1 {
  margin: 1.4rem auto 0;
  color: #333333;
  line-height: 1.8;
  width: 72.6%;
  text-align: center;
}
.partner .btm-box {
  margin-top: 3.8rem;
  padding: 1.55rem 0 2.2rem;
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid rgba(214, 214, 214, 0.52);
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
}
.partner .btm-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.15rem;
  background-color: #FBFBFD;
  z-index: -1;
}
.partner .btm-box .form {
  margin-top: 3.3rem;
  width: 100%;
  padding: 0 5.45rem;
  display: flex;
  flex-wrap: wrap;
}
.partner .btm-box .form .li {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 0.8rem;
  position: relative;
}
.partner .btm-box .form .li:nth-child(3n) {
  margin-right: 0;
}
.partner .btm-box .form .li .h1 {
  color: #333333;
}
.partner .btm-box .form .li .h1 span {
  color: #D6000F;
}
.partner .btm-box .form .li .ipt {
  margin-top: 0.35rem;
  width: 100%;
  height: 1.25rem;
  border: 1px solid rgba(193, 193, 193, 0.2);
  border-radius: 4px;
  background-color: #F9F9F9;
  color: #333;
}
.partner .btm-box .form .li .ipt input {
  width: 100%;
  height: 100%;
  background: none;
  padding: 0 0.5rem;
}
.partner .btm-box .form .li .ipt input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F9F9F9 inset;
}
.partner .btm-box .form .li .ipt.select {
  position: relative;
}
.partner .btm-box .form .li .ipt.select input {
  cursor: pointer;
}
.partner .btm-box .form .li .ipt.select .arr {
  position: absolute;
  top: 50%;
  right: 0.55rem;
  transform: translateY(-50%);
  color: #999999;
  pointer-events: none;
}
.partner .btm-box .form .li .ipt.select .drop-down {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-height: 4rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.25rem);
  transition: all 0.4s;
}
.partner .btm-box .form .li .ipt.select .drop-down span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.5rem;
  color: #999;
  cursor: pointer;
  transition: all 0.4s;
}
.partner .btm-box .form .li .ipt.select .drop-down span:hover {
  color: var(--logoColor);
}
.partner .btm-box .form .li .ipt.select.active .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.partner .btm-box .form .li .text {
  margin-top: 0.35rem;
  width: 100%;
  height: 2.85rem;
  border: 1px solid rgba(193, 193, 193, 0.2);
  border-radius: 4px;
  background-color: #F9F9F9;
  color: #333;
}
.partner .btm-box .form .li .text textarea {
  width: 100%;
  height: 100%;
  background: none;
  padding: 0.45rem 0.5rem;
}
.partner .btm-box .form .li.wid2 {
  width: 48%;
  margin-right: 4%;
}
.partner .btm-box .form .li.wid1 {
  width: 100%;
  margin-right: 0;
}
.partner .btm-box .form .li.marR0 {
  margin-right: 0;
}
.partner .btm-box .form .agree {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.partner .btm-box .form .agree div {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.partner .btm-box .form .agree div img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.partner .btm-box .form .agree p {
  color: #999999;
}
.partner .btm-box .form .agree p a {
  color: #111111;
}
.partner .btm-box .form .agree p a:hover {
  font-weight: bold;
}
.partner .btm-box .form .agree.active div img {
  opacity: 1;
  visibility: visible;
}
.partner .btm-box .form .agree.unagree p {
  color: var(--logoColor);
}
.partner .btm-box .form .agree.unagree p a {
  color: var(--logoColor);
}
.partner .btm-box .form .submit {
  margin: 1.5rem auto 0;
  width: 8.05rem;
  height: 1.15rem;
  border-radius: 0.9rem;
  background-color: var(--logoColor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner .btm-box .form .submit p {
  margin-right: 0.2rem;
}

.news {
  padding: 3.85rem 0 3.05rem;
}
.news .hot {
  width: 100%;
  display: flex;
  background-color: #F8F8F8;
  border-radius: 0.25rem;
  overflow: hidden;
}
.news .hot .pic {
  width: 55%;
  height: 12rem;
  position: relative;
  overflow: hidden;
}
.news .hot .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.news .hot .pic p {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  border-radius: 0.25rem 0 0.25rem 0;
  color: #fff;
  background-color: #CDCDCD;
}
.news .hot .intro {
  width: 45%;
  padding: 1.25rem 1rem 1rem 1.2rem;
}
.news .hot .intro .tit {
  color: #333333;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  transition: all 0.4s;
}
.news .hot .intro .time {
  margin-top: 0.45rem;
  color: #666666;
  padding-bottom: 0.35rem;
  position: relative;
}
.news .hot .intro .time::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.85rem;
  height: 2px;
  background-color: var(--logoColor);
}
.news .hot .intro .txt {
  margin-top: 1rem;
  color: #333333;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
}
.news .hot .intro .more {
  margin-top: 0.95rem;
  width: 3.55rem;
  height: 1rem;
}
.news .hot:hover .pic img {
  transform: scale(1.04);
}
.news .hot:hover .intro .tit {
  color: var(--logoColor);
}
.news .li-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.news .li-box .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.news .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.news .li-box .li .pic {
  width: 100%;
  height: 7.9rem;
  position: relative;
  overflow: hidden;
}
.news .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.news .li-box .li .pic p {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  border-radius: 0.25rem 0 0.25rem 0;
  color: #fff;
  background-color: #CDCDCD;
}
.news .li-box .li .intro {
  width: 100%;
  padding: 0.75rem 1rem 0.7rem;
  background-color: #F8F8F8;
}
.news .li-box .li .intro .tit {
  color: #333333;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  transition: all 0.4s;
}
.news .li-box .li .intro .time {
  margin-top: 0.4rem;
  color: #111111;
}
.news .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.news .li-box .li:hover .intro .tit {
  color: var(--logoColor);
}

.news-info {
  padding: 3.5rem 0 4rem;
}
.news-info .top-cont {
  width: 76.5%;
  margin: 0 auto;
}
.news-info .top-cont .tit {
  color: #333333;
  line-height: 1.34;
}
.news-info .top-cont .time {
  margin-top: 0.75rem;
  color: #666666;
  margin-bottom: 0.9rem;
}
.news-info .top-cont .share {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.news-info .top-cont .share a {
    position: relative;
}

.news-info .top-cont .share a .wxewm {
    width: auto;
    width: 3.5rem;
      min-width:3.5rem;
      display: none;
    height: 3.5rem;
     padding: 0.35rem 0.55rem;
       background-color: #ffffff;
        border-radius: 0.11rem;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
     box-shadow: .075rem .075rem .375rem rgba(0, 104, 183, 0.15);
}
.news-info .top-cont .share a .wxewm:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -.45rem;
    width: 0;
    height: 0;
    border-style:solid;
    border-width:0.5rem 0.5rem 0 0.5rem;
    border-color:#ffffff transparent transparent transparent;
}
.news-info .top-cont .share a .wxewm  img {
    width: 100%;
}
.news-info .top-cont .share a.wx:hover  .wxewm{
     display: block;
}
.news-info .top-cont .share::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  z-index: -1;
}
.news-info .top-cont .share a {
  width: 2rem;
  height: 0.7rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-info .top-cont .cont {
  padding: 1.45rem 0 2.5rem;
  color: #333333;
  line-height: 1.8;
}
.news-info .top-cont .cont p img {
   width:100%;
   height: auto;
}
.news-info .btm-box {
  margin-top: 4.75rem;
}
.news-info .btm-box .info-swiper {
  margin-top: 1.25rem;
}
.news-info .btm-box .info-swiper .swiper-slide {
  width: 32%;
  margin-right: 2%;
  border-radius: 0.25rem;
  overflow: hidden;
}
.news-info .btm-box .info-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.news-info .btm-box .info-swiper .swiper-slide .pic {
  width: 100%;
  height: 7.9rem;
  position: relative;
  overflow: hidden;
}
.news-info .btm-box .info-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.news-info .btm-box .info-swiper .swiper-slide .pic p {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  border-radius: 0.25rem 0 0.25rem 0;
  color: #fff;
  background-color: #CDCDCD;
}
.news-info .btm-box .info-swiper .swiper-slide .intro {
  width: 100%;
  padding: 0.75rem 1rem 0.7rem;
  background-color: #F8F8F8;
}
.news-info .btm-box .info-swiper .swiper-slide .intro .tit {
  color: #333333;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  transition: all 0.4s;
}
.news-info .btm-box .info-swiper .swiper-slide .intro .time {
  margin-top: 0.4rem;
  color: #111111;
}
.news-info .btm-box .info-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}
.news-info .btm-box .info-swiper .swiper-slide:hover .intro .tit {
  color: var(--logoColor);
}

.contact {
  padding: 2rem 0 2.25rem;
}
.contact .wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact .wrap .li {
  width: 32%;
  height: 9rem;
  background-color: #F8F8F8;
  margin-right: 2%;
  margin-bottom: 0.85rem;
  border-radius: 0.4rem;
  padding: 1.2rem 1.25rem;
  transition: all 0.4s;
}
.contact .wrap .li:nth-child(3n) {
  margin-right: 0;
}
.contact .wrap .li .tit {
  color: #333333;
  transition: all 0.4s;
}
.contact .wrap .li .list-box {
  margin-top: 0.75rem;
}
.contact .wrap .li .list-box .list {
  display: flex;
  margin-bottom: 0.6rem;
}
.contact .wrap .li .list-box .list:last-child {
  margin-bottom: 0;
}
.contact .wrap .li .list-box .list .icon {
  width: 0.6rem;
  margin-top: 2px;
  margin-right: 0.3rem;
}
.contact .wrap .li .list-box .list p {
  width: calc(100% - 0.9rem);
  color: #666666;
  line-height: 1.8;
}
.contact .wrap .li:hover {
  background-color: #fff;
  box-shadow: 0 3px 0.8rem rgba(0, 0, 0, 0.08);
}
.contact .wrap .li:hover .tit {
  color: var(--logoColor);
}

.investor {
  padding: 3.95rem 0 3.65rem;
}
.investor .lf {
  float: left;
  width: 24%;
}
.investor .lf .name {
  display: flex;
  align-items: flex-end;
  color: #333333;
}
.investor .lf .name span {
  margin-left: 1.4rem;
}
.investor .lf .up {
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  color: red;
}
.investor .lf .up .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.investor .lf .up .num p {
  margin-top: .4rem;
}
.investor .lf .up .tip {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.investor .lf .up .tip p {
  margin-top: .4rem;
}
.investor .lf .biaoge {
  margin-top: 1rem;
  padding: .5rem 0;
  border-top: 1px solid rgba(112, 112, 122, .14);
  border-bottom: 1px solid rgba(112, 112, 122, .14);
}
.investor .lf dt,
.investor .lf dd {
  display: flex;
}
.investor .lf dl p {
  height: 1rem;
  line-height: 1rem;
}
.investor .lf .w18 {
  width: 18%;
}
.investor .lf .w32 {
  width: 32%;
}
.investor .lf .stock {
  margin-top: 1.1rem;
  display: flex;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.14);
}
.investor .lf .stock .li {
  margin-right: 2.3rem;
  text-align: center;
}
.investor .lf .stock .li:last-child {
  margin-right: 0;
}
.investor .lf .stock .li .num {
  color: var(--logoColor);
}
.investor .lf .stock .li .h1 {
  margin-top: 0.45rem;
  color: #333333;
}
.investor .lf .list-box {
  margin-top: 0.75rem;
}
.investor .lf .list-box .list {
  display: flex;
  margin-bottom: 5px;
  color: #333333;
  padding: 0.3rem 0;
  transition: all 0.4s;
}
.investor .lf .list-box .list:last-child {
  margin-bottom: 0;
}
.investor .lf .list-box .list p {
  padding-left: 0.75rem;
}
.investor .lf .list-box .list p:nth-child(1) {
  width: 45%;
}
.investor .lf .list-box .list p:nth-child(2) {
  width: 31%;
}
.investor .lf .list-box .list p:nth-child(3) {
  width: 24%;
}
.investor .lf .list-box .list:hover {
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
}
.investor .lf .list-box .list.other {
  color: var(--logoColor);
}
.investor .lf .tit {
  margin-top: 2.8rem;
  color: #333333;
}
.investor .lf .info-box {
  margin-top: 0.55rem;
  width: 100%;
  background-color: #F8F8F8;
  border-radius: 0.25rem;
  padding: 0.6rem;
}
.investor .lf .info-box .li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.investor .lf .info-box .li:last-child {
  margin-bottom: 0;
}
.investor .lf .info-box .li .icon {
  width: 0.8rem;
  margin-right: 0.4rem;
}
.investor .lf .info-box .li p {
  color: #333333;
}
.investor .rg {
  float: right;
  width: 71.66%;
}
.investor .rg .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.investor .rg .top .tab {
  display: flex;
}
.investor .rg .top .tab a {
  width: max-content;
  min-width: 3.5rem;
  height: 1.15rem;
  padding: 0 .5rem;
  text-align: center;
  line-height: 1.15rem;
  border-radius: 0.6rem;
  border: 1px solid #333333;
  margin-right: 0.4rem;
  color: #333333;
  transition: all 0.4s;
}
.investor .rg .top .tab a:last-child {
  margin-right: 0;
}
.investor .rg .top .tab a:hover, .investor .rg .top .tab a.active {
  background-color: var(--logoColor);
  color: #fff;
  border-color: var(--logoColor);
}
.investor .rg .li-box {
  margin-top: 1.55rem;
}
.investor .rg .li-box .li {
  position: relative;
  display: flex;
  padding: 1rem 0;
  background-color: #F8F8F8;
  border-radius: 0.4rem;
  margin-bottom: 0.9rem;
  cursor: pointer;
  transition: all 0.4s;
}
.investor .rg .li-box .li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}
.investor .rg .li-box .li:last-child {
  margin-bottom: 0;
}
.investor .rg .li-box .li .lf {
  width: 4.8rem;
  border-right: 1px solid rgba(112, 112, 112, 0.17);
  text-align: center;
}
.investor .rg .li-box .li .lf .h1 {
  color: #333333;
}
.investor .rg .li-box .li .lf .h2 {
  margin-top: 0.25rem;
  color: #999999;
}
.investor .rg .li-box .li .rg {
  width: calc(100% - 4.8rem);
  padding: 0 1.35rem;
  color: #333333;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
  /*transition: all 10s;*/
}
.investor .rg .li-box .li:hover {
  background-color: #fff;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
}
.investor .rg .li-box .li.active {
  background-color: #fff;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
}
.investor .rg .li-box .li.active::after {
  width: 56%;
}
.investor .rg .li-box .li.active .rg {
  /*max-height: 999rem;*/
  max-height: none;
  /*height: auto;*/
}
.investor .rg .item-box {
  margin-top: 3.05rem;
}
.investor .rg .item-box .item {
  margin-bottom: 3.15rem;
}
.investor .rg .item-box .list-box {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.investor .rg .item-box .list-box .list {
  width: 32%;
  height: 2.6rem;
  padding: 0 1rem 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.8;
  margin-right: 2%;
  margin-bottom: 0.4rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(214, 214, 214, 0.5);
  color: #333333;
  transition: all 0.4s;
  font-size: .4rem;
}
.investor .rg .item-box .list-box .list:nth-child(3n) {
  margin-right: 0;
}
.investor .rg .item-box .list-box .list:hover {
  border-color: var(--logoColor);
  color: var(--logoColor);
}

.join {
  padding: 2.15rem 0 3rem;
}
.join .search {
  display: flex;
  width: 100%;
  height: 1.85rem;
}
.join .search input[type=text] {
  width: calc(100% - 3.5rem);
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 0.25rem;
  padding: 0 0.85rem;
  margin-right: 0.2rem;
  color: #333;
}
.join .search .submit[type=submit] {
  width: 3.3rem;
  height: 100%;
  background-color: var(--logoColor);
  border-radius: 0.25rem;
  color: #fff;
}
.join .option {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  color: #333333;
}
.join .option .tit {
  margin-right: 1rem;
}
.join .option .link {
  display: flex;
  align-items: center;
}
.join .option .link a {
  color: #333;
  margin-right: 0.65rem;
  transition: all 0.4s;
}
.join .option .link a:hover, .join .option .link a.active {
  color: var(--logoColor);
}
.join .option .more {
  cursor: pointer;
  transition: all 0.4s;
}
.join .option .more:hover {
  color: var(--logoColor);
}
.join .top-tit {
  width: 100%;
  height: 2rem;
  margin-top: 1.35rem;
  display: flex;
  align-items: center;
  background-color: #F8F8F8;
  border-radius: 0.25rem;
  padding: 0 0.85rem;
  color: #333333;
}
.join .top-tit p {
  width: 13.3%;
}
.join .top-tit p:nth-child(1) {
  width: 27.4%;
}
.join .top-tit p:nth-child(2) {
  width: 17%;
}
.join .top-tit p:nth-child(3) {
  width: 24.6%;
}
.join .top-tit p:nth-child(4) {
  width: 17.7%;
}
.join .li-box {
  margin-top: 0.25rem;
}
.join .li-box .li {
  width: 100%;
  
  margin-bottom: 0.25rem;
  
  /*align-items: center;*/
  border: 1px solid #EEEEEE;
  border-radius: 0.25rem;
  
  color: #333333;
  transition: all 0.4s;
}

.join .li-box .li .top{
    padding: 0 0.85rem;
    height: 2rem;
    align-items: center;
}
.join .li-box .li .bottom{display: none;}
.join .li-box .li .bottom>div{
    padding: 0.5rem 0.85rem;
    justify-content: space-between;
    display: flex;
}
.join .li-box .li .bottom .item{width: 48%;color: #333333;line-height:1.6;}
.join .li-box .li .bottom .item .h{font-weight: 600;margin-bottom:0.2rem;}
.join .li-box .li .bottom .item .p{margin-bottom: 0.3rem;}
.join .li-box .li .bottom .item .p p{width: 100%!important;}

.join .li-box .li>div{
   display: flex;
   
}

.join .li-box .li:nth-child(2n) {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.join .li-box .li:last-child {
  margin-bottom: 0;
}
.join .li-box .li a {
  display: flex;
  align-items: center;
  color: var(--logoColor);
}
.join .li-box .li a span {
  width: 0.55rem;
  margin-right: 0.3rem;
}
.join .li-box .li p {
  width: 13.3%;
}
.join .li-box .li p:nth-child(1) {
  width: 27.4%;
}
.join .li-box .li p:nth-child(2) {
  width: 17%;
}
.join .li-box .li p:nth-child(3) {
  width: 24.6%;
}
.join .li-box .li p:nth-child(4) {
  width: 17.7%;
}
.join .li-box .li:hover {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.join .page-box {
  margin-top: 0.9rem;
}

.about .box1 {
  position: relative;
  padding: 4rem 0 3.6rem;
  overflow: hidden;
}
.about .box1 .pos-bg {
  position: absolute;
  bottom: -1.25rem;
  width: 100%;
}
.about .box1 .pos-bg img {
  width: 100%;
}
.about .box1 .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about .box1 .rg {
  width: 70.8%;
}
.about .box1 .rg .cont {
  color: #333333;
  line-height: 1.8;
}
.about .box1 .rg .pic {
  margin-top: 1.25rem;
  width: 100%;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.about .box1 .rg .pic img {
  width: 100%;
}
.about .box1 .rg .pic .play {
  width: 2.25rem;
  cursor: pointer;
}
.about .box1 .rg .pic .play img {
  transition: all 0.4s;
}
.about .box1 .rg .pic .play:hover img {
  transform: scale(0.95);
}
.about .box2 {
  position: relative;
  padding: 3.35rem 0;
}
.about .box2 .wrap {
  position: relative;
  z-index: 2;
}
.about .box2 .li-box {
  margin-top: 8.3rem;
  display: flex;
}
.about .box2 .li-box .li {
  width: 32%;
  height: 4rem;
  margin-right: 2%;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 0.7rem 1rem;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  transition: all 0.4s;
}
.about .box2 .li-box .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}
.about .box2 .li-box .li:nth-child(3n) {
  margin-right: 0;
}
.about .box2 .li-box .li .icon {
  width: 1.3rem;
  margin-right: 0.4rem;
  filter: grayscale(100%) brightness(1000%);
  transition: all 0.4s;
}
.about .box2 .li-box .li .icon img {
  width: 100%;
}
.about .box2 .li-box .li .intro {
  width: calc(100% - 1.7rem);
}
.about .box2 .li-box .li .intro .h1 {
  color: rgba(255, 255, 255, 0.63);
  transition: all 0.4s;
}
.about .box2 .li-box .li .intro .txt {
  margin-top: 0.2rem;
  color: #FFFFFF;
  line-height: 1.8;
  transition: all 0.4s;
}
.about .box2 .li-box .li:hover {
  transform: translateY(-0.7rem);
  background-color: #fff;
}
.about .box2 .li-box .li:hover::after {
  width: 56%;
}
.about .box2 .li-box .li:hover .icon {
  filter: grayscale(0%) brightness(100%);
}
.about .box2 .li-box .li:hover .intro .h1 {
  color: var(--logoColor);
}
.about .box2 .li-box .li:hover .intro .txt {
  color: #333333;
}
.about .box3 {
  padding: 2.75rem 0;
  background-color: #F9F9F9;
}
.about .box3 .wrap {
  padding-left: 4.5rem;
}
.about .box3 .swiper-box {
  margin-top: 1.6rem;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.about .box3 .swiper-box .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 94.6%;
  background-color: #E0E0E0;
}
.about .box3 .swiper-box .swiper-pagination .swiper-pagination-progressbar-fill {
  width: 100%;
  background-color: var(--logoColor);
}
.about .box3 .swiper-box .time-line {
  position: absolute;
  top: 0;
  left: 0.9rem;
  width: 3rem;
  height: 100%;
  padding-top: 2.35rem;
}
.about .box3 .swiper-box .time-line .step {
  text-align: left;
  color: #333333;
  margin-bottom: 4.1rem;
  cursor: pointer;
}
.about .box3 .swiper-box .time-line .step:last-child {
  margin-bottom: 0;
}
.about .box3 .swiper-box .time-line .step .h1 {
  margin-bottom: 0.2rem;
  transition: all 0.4s;
}
.about .box3 .swiper-box .time-line .step.active .h1 {
  color: var(--logoColor);
}
.about .box3 .swiper-box .box3-swiper {
  width: 81.6%;
  height: 23.45rem;
  margin: 0;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide {
  width: 100%;
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide::-webkit-scrollbar {
  width: 2px;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 0.45rem);
  height: 100%;
  background-color: #fff;
  border-radius: 0.4rem 0 0 0.4rem;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide .li {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.5rem 3.5rem 0 3rem;
  display: flex;
  align-items: flex-start;
  transition: all 0.4s;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide .li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 0.45rem);
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide .li .year {
  color: #fff;
  -webkit-text-stroke: 1px #B3B3B3;
  width: 6.5rem;
  transition: all 0.4s;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide .li .intro {
  width: calc(100% - 6.5rem);
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #F2F2F2;
  padding-left: 0.6rem;
  padding-bottom: 1rem;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide .li .intro .h1 {
  color: #333333;
  width: 5.85rem;
  padding-right: 0.5rem;
  line-height: 1.4;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide .li .intro .txt {
  width: calc(100% - 5.85rem);
  color: #333333;
  line-height: 1.8;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide .li:hover {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.07);
  z-index: 3;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide .li:hover::after {
  width: 100%;
}
.about .box3 .swiper-box .box3-swiper .swiper-slide .li:hover .year {
  color: var(--logoColor);
  -webkit-text-stroke: initial;
}
.about .box4 {
  padding: 3.4rem 0 3.5rem;
}
.about .box4 .box4-swiper {
  margin-top: 2rem;
}
.about .box4 .box4-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.65rem;
  height: 9.65rem;
  background: linear-gradient(to right, #FFFFFF 30%, transparent);
  z-index: 11;
}
.about .box4 .box4-swiper .btn-box {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-top: 2.3rem;
  display: flex;
  margin-left: 4.5rem;
}
.about .box4 .box4-swiper .btn-box div {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 2.5rem;
  height: 1.15rem;
  border-radius: 0.9rem;
  border: 2px solid var(--logoColor);
  transition: all 0.4s;
}
.about .box4 .box4-swiper .btn-box div::after {
  font-size: 0;
  width: 0.5rem;
  height: 0.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.about .box4 .box4-swiper .btn-box div:hover {
  background-color: var(--logoColor);
}
.about .box4 .box4-swiper .btn-box div:hover::after {
  filter: grayscale(100) brightness(100);
}
.about .box4 .box4-swiper .btn-box .swiper-button-prev {
  margin-right: 0.75rem;
}
.about .box4 .box4-swiper .btn-box .swiper-button-prev::after {
  background-image: url(../img/19.png);
}
.about .box4 .box4-swiper .btn-box .swiper-button-next::after {
  background-image: url(../img/20.png);
}
.about .box4 .box4-swiper .swiper-pagination {
  bottom: 0.6rem;
  top: auto;
  left: auto;
  right: 2.25rem;
  width: 63%;
  height: 1px;
  background-color: #D6D6D6;
}
.about .box4 .box4-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--logoColor);
}
.about .box4 .box4-swiper .page-num {
  position: absolute;
  bottom: 5px;
  left: 25.5%;
  display: flex;
  align-items: flex-start;
  color: #666666;
}
.about .box4 .box4-swiper .page-num p {
  color: #333333;
  margin-right: 0.55rem;
}
.about .box4 .box4-swiper .swiper-slide {
  width: 36%;
  width: 20%;
  margin: 0 0.5rem;
  display: flex;
  display: block;
  justify-content: space-between;
  padding: 0.5rem;
  background-image: url(../img/79.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  border: 1px solid #EFEFEF;
  border-radius: 0.4rem;
  transition: all 0.4s;
}
.about .box4 .box4-swiper .swiper-slide .h1 {
  color: #333333;
  margin-top: 1.5rem;
  /*margin-left: 0.75rem;*/
  width: calc(100% - 7.25rem);
  width: 100%;
  text-align: center;
}
.about .box4 .box4-swiper .swiper-slide .pic {
  width: 6.75rem;
  width: 100%;
  height: 8.6rem;
}
.about .box4 .box4-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .box4 .box4-swiper .swiper-slide .num {
  position: absolute;
  bottom: 0.9rem;
  left: 1.25rem;
  padding-left: 0.6rem;
  color: #666666;
}
.about .box4 .box4-swiper .swiper-slide .num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.15rem;
  transform: translateY(-50%);
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: var(--logoColor);
}
.about .box4 .box4-swiper .swiper-slide .num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
}
.about .box4 .box4-swiper .swiper-slide:hover {
  box-shadow: 0 0.8rem 1.5rem rgba(0, 0, 0, 0.08);
}/*# sourceMappingURL=style.css.map */