@import '../css/reset.css';

.w {
  width: 12.8rem;
  margin: 0 auto;
}

/*  隐藏滚动条 */
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.select-arrow {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 90% center no-repeat #fff;
}

.pagination {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination ul {
  display: flex;
}

.pagination ul li {
  text-align: center;
  cursor: pointer;
  margin-right: 0.15rem;
  font-size: 0.22rem;
  border: 1px solid #eeeeee;
  background: #fff;
}

.pagination ul li a {
  display: block;
  color: #000;
  padding: 0.1rem 0.16rem;
  box-sizing: border-box;
}

.pagination ul li a:hover {
  background-color: #286ddf;
  color: #fff;
  border: none;
}

.pagination ul li a.active {
  color: #fff;
  background-color: #286ddf;
  border: none;
}

.pagination ul li:first-child {
  margin-left: 0.1rem;
}

.pagination .prev a,
.pagination .nexts a,
.pagination .top a,
.pagination .wei a {
  margin: 0 0.08rem;
  font-size: 0.22rem;
  border: 1px solid #eeeeee;
  background: #fff;
  display: block;
  padding: 0.1rem 0.16rem;
}

.pagination .prev a:hover,
.pagination .nexts a:hover,
.pagination .top a:hover,
.pagination .wei a:hover {
  background-color: #286ddf;
  color: #fff;
}

.model {
  padding: 0.8rem 0;
}

.model-head {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.model-head h3 {
  font-size: 0.48rem;
  font-weight: bold;
}

.model-head .line {
  width: 70px;
  height: 6px;
  background: #286ddf;
  margin-top: 4px;
}

.model-more {
  margin-top: 0.3rem;
}

.model-more a {
  display: flex;
  align-items: baseline;
  padding: 0.1rem 0.2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 0.5rem;
  background: #286ddf;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  transition: all 0.3s;
}

.model-more a .icons {
  margin-left: 5px;
  width: 0.14rem;
  height: 0.06rem;
  flex-shrink: 0;
}

.model-more a .icons img {
  width: 100%;
  height: 100%;
  display: block;
}

.model-more a:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.banner {
  width: 100%;
  height: 8rem;
  position: relative;
}

.banner .mask {
  position: absolute;
  background: linear-gradient(180deg, rgba(15, 53, 117, 0.8) 0%, rgba(15, 53, 117, 0) 100%);
  z-index: 10;
  width: 100%;
  height: 100%;
}

.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper .swiper-slide {
  height: 100%;
  width: 100%;
}

.banner .swiper .swiper-slide .imgs {
  width: 100%;
  height: 100%;
}

.banner .swiper .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.banner .swiper .swiper-pagination {
  bottom: 5%;
}

.ts-box {
  position: relative;
}

.ts-box .source-conter {
  position: relative;
}

.ts-box .source-conter .swiper {
  width: 100%;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
}

.ts-box .source-conter .swiper .swiper-slide {
  background: #fff;
}

.ts-box .source-conter .swiper-button-prev::after,
.ts-box .source-conter .swiper-button-next::after {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  line-height: 0.4rem;
  font-size: 0.15rem;
  padding: 0.25rem 0.16rem;
  color: #333;
  font-weight: bold;
  border: 1px solid #eeeeee;
  transition: all 0.3s;
}

.ts-box .source-conter .swiper-button-prev:hover::after,
.ts-box .source-conter .swiper-button-next:hover::after {
  background-color: #286ddf;
  color: #fff;
  border: none;
}

.ts-box .source-conter .swiper-button-prev {
  left: -4%;
  top: 45%;
}

.ts-box .source-conter .swiper-button-next {
  right: -4%;
  top: 45%;
}

.section-1 {
  background: #f8f8f8;
}

.section-1 .tabs {
  margin: 0.7rem 0.2rem 0.3rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.section-1 .tabs .tab {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 0.1rem 0.4rem;
  border: 1px solid #dddddd;
  border-radius: 0.5rem;
  color: #9e9e9e;
  cursor: pointer;
  transition: all 0.3s;
}

.section-1 .tabs .tab.active {
  background-color: #286ddf;
  color: #fff;
}

.section-1 .tabs .tab:hover {
  background-color: #286ddf;
  color: #fff;
}

.section-1 .ts-box {
  padding: 0 0.8rem;
}

.section-1 .ts-box .source-conter .swiper {
  padding-bottom: 0.6rem;
  height: 5.7rem;
}

.section-1 .ts-box .source-conter .swiper .swiper-slide {
  height: 100%;
  width: 100%;
  padding: 0 0.2rem 0.2rem;
}

.section-1 .ts-box .source-conter .swiper .swiper-slide .item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.section-1 .ts-box .source-conter .swiper .swiper-slide .item .imgs {
  flex-shrink: 0;
  width: 100%;
  height: 55%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
}

.section-1 .ts-box .source-conter .swiper .swiper-slide .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.8s;
  display: block;
}

.section-1 .ts-box .source-conter .swiper .swiper-slide .item .inner {
  width: 100%;
  height: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.section-1 .ts-box .source-conter .swiper .swiper-slide .item .inner .title {
  font-size: 0.22rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-1 .ts-box .source-conter .swiper .swiper-slide .item .inner .more a {
  display: block;
  padding: 0.13rem 0.4rem;
  color: #999;
  font-size: 0.16rem;
  transition: all 0.3s;
}

.section-1 .ts-box .source-conter .swiper .swiper-slide .item .inner .more:hover a {
  background: #286ddf;
  color: #fff;
}

.section-1 .ts-box .source-conter .swiper-button-prev,
.section-1 .ts-box .source-conter .swiper-button-next {
  background: #ebebeb;
  width: 0.6rem;
  height: 0.5rem;
  transition: all 0.3s;
}

.section-1 .ts-box .source-conter .swiper-button-prev .custom-svg,
.section-1 .ts-box .source-conter .swiper-button-next .custom-svg {
  width: 0.24rem;
}

.section-1 .ts-box .source-conter .swiper-button-prev::after,
.section-1 .ts-box .source-conter .swiper-button-next::after {
  display: none;
}

.section-1 .ts-box .source-conter .swiper-button-prev:hover,
.section-1 .ts-box .source-conter .swiper-button-next:hover {
  background: #286ddf;
  color: #fff;
}

.section-1 .ts-box .source-conter .swiper-button-prev {
  left: -5.4%;
  top: 45%;
}

.section-1 .ts-box .source-conter .swiper-button-next {
  right: -5.4%;
  top: 45%;
}

.section-2 {
  position: relative;
}

.section-2 .bgs {
  width: 100%;
  height: 6rem;
  position: absolute;
  z-index: -1;
}

.section-2 .bgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-2 .model-head {
  color: #fff;
}

.section-2 .lists {
  margin-top: 0.8rem;
  height: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.section-2 .lists .inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}

.section-2 .lists .inner:hover {
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-0.1rem);
}

.section-2 .lists .inner:hover .imgs img {
  transform: scale(1.05);
}

.section-2 .lists .inner .imgs {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
}

.section-2 .lists .inner .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.1rem;
  transition: transform 0.3s;
}

.section-2 .lists .inner .mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 60, 136, 0.54) 0%, rgba(15, 53, 117, 0.7) 64%, #0f3575 100%);
  color: #fff;
  padding: 0.3rem;
  border-radius: 0.1rem;
}

.section-2 .lists .inner .mask .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-2 .lists .inner .mask .box .content {
  margin: auto 0 0.7rem;
}

.section-2 .lists .inner .mask .box .content .title {
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.section-2 .lists .inner .mask .box .content .text {
  font-size: 0.16rem;
  height: 0.64rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-2 .lists .inner .mask .box .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.section-2 .lists .inner .mask .box .more .tip {
  border-top: 1px solid #fff;
  padding-top: 0.1rem;
  width: 1rem;
}

.section-3 .top {
  display: grid;
  grid-template-columns: 3.2rem 1fr 7rem;
  gap: 1rem;
}

.section-3 .top .content {
  padding-top: 0.3rem;
  color: #333;
}

.section-3 .top .content h3 {
  font-size: 0.48rem;
}

.section-3 .top .content .ftitle {
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
}

.section-3 .top .content p {
  font-size: 0.16rem;
  line-height: 1.6;
  text-indent: 2em;
  text-align: justify;
}

.section-3 .top .rg {
  height: 9rem;
  width: 100%;
  position: relative;
}

.section-3 .top .rg .imgs {
  width: 100%;
  height: 100%;
}

.section-3 .top .rg .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-3 .msk {
  position: absolute;
  inset: 0;
  background: rgba(15, 53, 117, 0.6);
  z-index: 1;
}

.section-3 .bottom {
  margin-top: -2rem;
  width: 100%;
  display: grid;
  grid-template-columns: 3rem 1fr 3rem;
  align-items: flex-end;
  height: 7rem;
  position: relative;
  z-index: 2;
}

.section-3 .bottom .left {
  width: 100%;
  position: relative;
}

.section-3 .bottom .left .imgs {
  width: 100%;
  height: 4rem;
  position: relative;
}

.section-3 .bottom .left .imgs img {
  width: 100%;
  height: 100%;
  display: block;
}

.section-3 .bottom .content {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-3 .bottom .content .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.section-3 .bottom .content .bg img {
  width: 100%;
  height: 100%;
  display: block;
}

.section-3 .bottom .content .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.section-3 .bottom .content .inner .head {
  padding-top: 10%;
  padding-right: 10%;
}

.section-3 .bottom .content .inner .head h3 {
  font-size: 0.48rem;
}

.section-3 .bottom .content .inner .head .ftitle {
  font-size: 0.28rem;
}

.section-3 .bottom .content .inner .mengc {
  width: 6rem;
  background: rgba(15, 53, 117, 0.7);
  color: #fff;
  padding: 0.4rem 0.75rem;
}

.section-3 .bottom .content .inner .mengc .title {
  font-size: 0.26rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.2rem;
}

.section-3 .bottom .content .inner .mengc p {
  text-align: justify;
  font-size: 0.16rem;
  line-height: 1.6;
  flex: 1;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.us-box {
  margin-top: 0.3rem;
  width: 100%;
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.us-box .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.16rem;
  color: #666;
}

.us-box .inner .data {
  display: flex;
  font-size: 0.42rem;
  font-weight: bold;
}

.section-4 {
  position: relative;
  height: 7.42rem;
}

.section-4 .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.section-4 .bgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-4 .model-head {
  color: #fff;
}

.section-4 .swiper {
  margin-top: 0.6rem;
}

.section-5 {
  background: #fafafa;
}

.section-5 .news {
  margin-top: 0.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}

.section-5 .news .inner {
  background: #fff;
  padding: 0.4rem 0.15rem;
  color: #333;
  transition: all 0.3s;
}

.section-5 .news .inner .time {
  font-size: 0.16rem;
  color: #999;
}

.section-5 .news .inner h4 {
  font-size: 0.24rem;
  margin: 0.3rem 0 0.06rem;
  border-bottom: 2px solid #e4e4e4;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-5 .news .inner p {
  font-size: 0.16rem;
  color: #999;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.section-5 .news .inner .imgs {
  width: 100%;
  height: 2.6rem;
  margin: 0.3rem 0;
  overflow: hidden;
  position: relative;
}

.section-5 .news .inner .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
  transform: scale(1);
}

.section-5 .news .inner .more {
  color: #286ddf;
  font-weight: bold;
  font-size: 0.16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.section-5 .news .inner:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.section-5 .news .inner:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}

.section-5 .news .inner:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.05);
}

.section-5 .bottom {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}

.section-6 .swiper {
  margin-top: 0.5rem;
}

.section-6 .swiper .swiper-slide {
  background: #fff;
  height: 1.66rem;
  margin-right: 0.5rem;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 0.33rem 0.1rem;
  font-size: 0.18rem;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
}

.section-6 .swiper .swiper-slide img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.banner2 {
  background-size: cover;
  width: 100%;
  margin-top: 0.9rem;
  height: 4.22rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  position: relative;
}

.banner2 .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4.22rem;
  background: linear-gradient(0deg, #0f3575 0%, rgba(15, 53, 117, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem 0;
}

.banner2 .mask .w h3 {
  font-size: 0.58rem;
  font-weight: bold;
}

.banner2 .mask .w .en {
  font-size: 0.28rem;
  font-weight: bold;
}

.banner2 .mask .w .line {
  margin-top: 0.3rem;
  width: 0.62rem;
  height: 0.03rem;
  background: #286ddf;
}

.pages {
  background: #fafafa;
}

.pages .proBox {
  padding-bottom: 1rem;
}

.pages .proBox .tabs {
  padding: 0.7rem 0.2rem 0.3rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.pages .proBox .tabs .tab {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 0.1rem 0.4rem;
  border: 1px solid #dddddd;
  border-radius: 0.5rem;
  color: #9e9e9e;
  cursor: pointer;
  transition: all 0.3s;
}

.pages .proBox .tabs .tab.active {
  background-color: #286ddf;
  color: #fff;
}

.pages .proBox .tabs .tab:hover {
  background-color: #286ddf;
  color: #fff;
}

.pages .proBox .proList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem;
}

.pages .proBox .proList .item {
  height: 100%;
  width: 100%;
  padding: 0 0.2rem 0.2rem;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.pages .proBox .proList .item .imgs {
  flex-shrink: 0;
  width: 100%;
  height: 55%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
}

.pages .proBox .proList .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.8s;
  display: block;
}

.pages .proBox .proList .item .inner {
  width: 100%;
  height: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.pages .proBox .proList .item .inner .title {
  font-size: 0.22rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.pages .proBox .proList .item .inner .text {
  font-size: 0.16rem;
  color: #999;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.pages .proBox .proList .item .inner .more a {
  display: block;
  padding: 0.13rem 0.4rem;
  color: #999;
  font-size: 0.16rem;
  transition: all 0.3s;
}

.pages .proBox .proList .item .inner .more:hover a {
  background: #286ddf;
  color: #fff;
}

.pages .proBox .pagination {
  margin-top: 0.8rem;
}

.pages .model-head h3 {
  font-size: 0.32rem;
}

.pages .model-head .line {
  margin-top: 0.1rem;
}

.breadcrumb {
  background: #fff;
  height: 0.5rem;
  line-height: 0.5rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0706);
}

.breadcrumb .link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.breadcrumb .link a {
  font-size: 0.16rem;
}

.breadcrumb .link i {
  font-size: 0.16rem;
}

.breadcrumb .link a {
  margin-right: 0.1rem;
}

.breadcrumb .link a:last-child {
  margin-right: 0;
}

.proInner {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}

.proDetails {
  background: #fff;
  padding: 0.4rem 0.2rem;
  margin-top: 0.3rem;
}

.proDetails .box {
  display: grid;
  grid-template-columns: 4.2rem auto;
  width: 100%;
  gap: 0.4rem;
}

.proDetails .box .left {
  width: 100%;
}

.proDetails .box .left .mySwiper2 {
  width: 100%;
  height: 3rem;
  margin-bottom: 0.2rem;
  border: 1px solid #efefef;
}

.proDetails .box .left .mySwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
}

.proDetails .box .left .mySwiper2 .swiper-slide .imgs {
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
}

.proDetails .box .left .mySwiper2 .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.proDetails .box .left .mySwiper2 .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
}

.proDetails .box .left .mySwiper {
  width: 100%;
  height: 0.8rem;
  padding: 0 0.3rem;
}

.proDetails .box .left .mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.4;
  margin-right: 0.4rem;
  padding: 0.1rem;
  border: 1px solid #ccc;
}

.proDetails .box .left .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.proDetails .box .left .mySwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.proDetails .box .left .mySwiper .swiper-slide .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.proDetails .box .left .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.proDetails .box .left .mySwiper .swiper-button-prev::after,
.proDetails .box .left .mySwiper .swiper-button-next::after {
  border: none;
  line-height: 0.4rem;
  font-size: 0.15rem;
  padding: 0.04rem 0.06rem;
  color: #1964b0;
  background: rgba(51, 51, 51, 0.4);
  font-weight: bold;
  transition: all 0.3s;
  color: #fff;
}

.proDetails .box .left .mySwiper .swiper-button-prev {
  left: 0;
}

.proDetails .box .left .mySwiper .swiper-button-next {
  right: 0;
}

.proDetails .box .right {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.proDetails .box .right h3 {
  font-size: 0.32rem;
}

.proDetails .box .right .ftitle {
  font-size: 0.22rem;
  margin: 0.2rem 0 0.12rem;
}

.proDetails .box .right .boxs {
  margin-bottom: auto;
}

.proDetails .box .right p {
  font-size: 0.16rem;
  line-height: 1.6;
  color: #999999;
  margin-bottom: auto;
  text-align: justify;
}

.proDetails .box .right .tags {
  display: flex;
  align-items: center;
  color: #999999;
}

.proDetails .box .right .tags .item {
  margin-right: 0.6rem;
}

.proDetails .box .right .tags .item:last-child {
  margin-right: 0;
}

.proDetails .box .right .foot {
  display: flex;
  margin-top: 0.2rem;
}

.proDetails .box .right .foot .item {
  display: flex;
  align-items: center;
  margin-right: 0.7rem;
  background: #edf0f7;
  padding: 6px 0.15rem 6px 0.1rem;
  border-radius: 0.4rem;
}

.proDetails .box .right .foot .item .icon {
  width: 0.38rem;
  height: 0.38rem;
  background: #154eac;
  padding: 0.08rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.24rem;
}

.proDetails .box .right .foot .item .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.proDetails .box .right .foot .item .name {
  font-size: 0.22rem;
  color: #333333;
  font-weight: bold;
}

.proDeta {
  margin-top: 0.2rem;
  background: #fff;
  padding: 0.4rem 0.2rem;
}

.proDeta .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.proDeta .top h2 {
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
}

.proDeta .top .tipBox {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #666;
}

.proDeta .top .tipBox a {
  color: #666;
}

.proDeta .top .tipBox .tip {
  margin-right: 0.3rem;
}

.proDeta .inner {
  margin-bottom: 0.4rem;
}

.proDeta .content {
  margin: 0.3rem 0;
}

.proDeta .content p {
  color: #666;
  font-size: 0.16rem;
  margin: 0.2rem 0;
  line-height: 1.6;
}

.proDeta .content span {
  color: #333;
  font-size: 0.16rem;
  margin: 0.3rem 0;
  line-height: 1.6;
}

.proDeta .content img {
  display: block;
  max-width: 100%;
  width: fit-content !important;
  margin: 0.2rem auto;
  height: auto !important;
  object-fit: contain;
}

.proDeta .content video {
  max-width: 100%;
  width: fit-content;
  margin: 0.2rem auto;
  display: block;
  height: 100%;
}

.page {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.1rem 0;
  border-top: 1px solid #eee;
}

.page .icon {
  width: 0.12rem;
  height: 0.18rem;
  flex-shrink: 0;
}

.page .prev,
.page .next {
  width: 100%;
}

.page .prev:hover a,
.page .next:hover a {
  color: #286ddf;
}

.page .prev a,
.page .next a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.page .prev a i,
.page .next a i {
  font-size: 0.3rem;
}

.page .prev {
  margin-right: 0.3rem;
  padding-right: 0.1rem;
}

.page .prev a .text {
  font-size: 0.15rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.page .prev a i {
  margin-right: 0.1rem;
}

.page .next {
  display: flex;
  justify-content: flex-end;
  padding-left: 0.1rem;
}

.page .next a .text {
  font-size: 0.15rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.page .next a i {
  margin-left: 0.1rem;
}

.solution {
  padding: 0.8rem 0;
  background: #fafafb;
}

.solution .soluList {
  margin-top: 0.4rem;
}

.solution .soluList .item {
  margin-top: 0.2rem;
  display: flex;
  height: 2.65rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.0706);
}

.solution .soluList .item .le {
  display: flex;
  align-items: center;
}

.solution .soluList .item .le .date {
  height: 100%;
  width: 0.88rem;
  background: #033491;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem 0 0 0.1rem;
}

.solution .soluList .item .le .date .day {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
}

.solution .soluList .item .le .date .month {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
}

.solution .soluList .item .le .imgs {
  flex-shrink: 0;
  width: 4.35rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.solution .soluList .item .le .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.3s;
  transform: scale(1);
}

.solution .soluList .item .content {
  padding: 0.3rem 0.8rem 0.3rem 0.5rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.solution .soluList .item .content h3 {
  font-size: 0.28rem;
  color: #333;
  transition: all 0.3s;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.solution .soluList .item .content .time {
  font-size: 0.14rem;
  color: #999;
  margin: 0.1rem 0;
}

.solution .soluList .item .content p {
  font-size: 0.16rem;
  color: #999;
  height: auto;
  margin-bottom: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.solution .soluList .item .content .more a {
  display: block;
  width: fit-content;
  font-size: 0.14rem;
  color: #1964b0;
  padding: 0.1rem 0.35rem;
  border-radius: 0.4rem;
  border: 1px solid #1964b0;
  transition: all 0.3s;
}

.solution .soluList .item:hover .content h3 {
  color: #286ddf;
}

.solution .soluList .item:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}

.solution .soluList .item:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.05);
}

.solution .soluList .item:hover .more a {
  background-color: #1964b0;
  color: #fff;
}

.solution .soluList .first {
  position: relative;
  height: 3rem;
}

.solution .soluList .first .le .date {
  display: none;
}

.solution .soluList .first .le .imgs {
  width: 4.35rem;
}

.solution .soluList .first .hot {
  position: absolute;
  top: 0;
  right: 0.35rem;
  width: 0.56rem;
  height: 0.6rem;
  background: url(../img/icon/hot.png) center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.18rem;
  color: #fff;
  font-size: 0.14rem;
}

.solution .pagination {
  margin-top: 0.6rem;
}

.fuwu {
  padding-top: 0.8rem;
}

.fw-1 {
  width: 100%;
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  gap: 0.3rem;
  height: 2.5rem;
}

.fw-1 .inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-top: 5px solid #286ddf;
  box-sizing: border-box;
  padding: 0.35rem 0.4rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fw-1 .inner .icons {
  width: 0.72rem;
  height: 0.72rem;
}

.fw-1 .inner .icons img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.fw-1 .inner .tip {
  font-size: 0.18rem;
  color: #333;
}

.fw-1 .inner .tel a {
  font-size: 0.32rem;
  color: #286ddf;
}

.fw-1 .inner .tel:hover a {
  text-decoration: underline;
}

.fw-1 .inner .title {
  font-size: 0.24rem;
  color: #333;
}

.fw-1 .inner .text {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: auto;
  margin-top: 0.1rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.fw-1 .inner .zx {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.24rem;
  border: 1px solid #286ddf;
  border-radius: 0.5rem;
  color: #286ddf;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  transition: all 0.3s;
  cursor: pointer;
}

.fw-1 .inner .zx:hover {
  transform: translateY(-0.05rem);
}

.fw-1 .inner .zx .icon {
  width: 0.19rem;
  height: 0.17rem;
  flex-shrink: 0;
  margin-right: 4px;
}

.fw-1 .inner .zx .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.fw-2 .list {
  margin-top: 0.5rem;
  width: 100%;
  height: 5.08rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.fw-2 .list .item {
  width: 100%;
  height: 100%;
  position: relative;
}

.fw-2 .list .item .imgs {
  width: 100%;
  height: 100%;
}

.fw-2 .list .item .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fw-2 .list .item .mask {
  position: absolute;
  inset: 0;
}

.fw-2 .list .item .mask .li {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(40, 109, 223, 0.12) 0%, rgba(17, 75, 172, 0.7) 100%), linear-gradient(180deg, rgba(40, 109, 223, 0) 0%, #286ddf 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 0.5rem;
  font-size: 0.18rem;
}

.fw-2 .list .item .mask .li .box {
  flex-shrink: 0;
  min-height: 2rem;
}

.fw-2 .list .item .mask .li .box .title {
  margin-top: auto;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}

.fw-2 .list .item .mask .li .box .text {
  line-height: 1.6;
}

.fw-3 {
  margin-bottom: 1rem;
}

.fw-3 .jsList {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.6rem;
}

.fw-3 .jsList .item {
  width: calc(100% / 3);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.8rem;
}

.fw-3 .jsList .item .icons {
  width: 0.7rem;
  height: 0.7rem;
}

.fw-3 .jsList .item .icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.fw-3 .jsList .item .content {
  text-align: center;
  color: #333;
}

.fw-3 .jsList .item .content .title {
  font-size: 0.24rem;
  margin: 0.1rem 0 0.15rem;
}

.fw-3 .jsList .item .content .text {
  font-size: 0.18rem;
}

.form {
  padding-bottom: 1rem;
}

.form .box {
  margin-top: 0.4rem;
  background-color: #fff;
  padding: 0.3rem;
  border-radius: 0.1rem;
}

.form .inner {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.12rem;
}

.form .item {
  margin-bottom: 0.22rem;
  width: 100%;
  height: 0.6rem;
  border-radius: 0.2rem;
  background: #f9f9f9;
}

.form .item input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  border: none;
  background: transparent;
}

.form .item select {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  border-radius: 0.2rem;
  font-family: 'PFR' !important;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 95% center no-repeat #f9f9f9;
  border: none;
}

.form .textarea {
  width: 100%;
  height: 3rem;
}

.form .textarea textarea {
  padding: 0.2rem;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  resize: none;
  background: #f9f9f9;
  border: none;
  outline: none;
  font-size: 0.18rem;
}

.form .foot {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}

.form .foot button {
  font-size: 0.2rem;
  width: 1.93rem;
  height: 0.56rem;
  background: #033491;
  color: #fff;
  border-radius: 0.4rem;
  margin-right: 0.3rem;
}

.form .foot button:last-child {
  background: #fff;
  border: 1px solid #286ddf;
  color: #286ddf;
}

.industry {
  padding-bottom: 1rem;
}

.industry .induList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
  row-gap: 0.4rem;
  margin-top: 0.5rem;
}

.industry .induList .item {
  width: 100%;
  height: 4.6rem;
  transition: all 0.3s;
}

.industry .induList .item .imgs {
  width: 100%;
  height: 2.16rem;
}

.industry .induList .item .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.industry .induList .item .content {
  background: #fff;
  padding: 0.3rem;
  height: calc(100% - 2.16rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333;
}

.industry .induList .item .content .title {
  font-size: 0.22rem;
}

.industry .induList .item .content .text {
  font-size: 0.16rem;
  margin-bottom: auto;
  margin-top: 0.1rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.industry .induList .item .content .more {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.industry .induList .item .content .more .text {
  width: 30%;
  padding-top: 0.1rem;
  font-size: 0.14rem;
  border-top: 2px solid #286ddf;
}

.industry .induList .item .content .more .icons {
  width: 0.24rem;
}

.industry .induList .item .content .more .icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.industry .induList .item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.industry .induList .item:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}

.industry .induList .item:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.05);
}

.industry .induBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0.5rem;
}

.industry .induBox .item {
  width: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.24rem;
  color: #333;
}

.industry .induBox .item .imgs {
  width: 100%;
  height: 100%;
}

.industry .induBox .item .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.industry .induBox .item .title {
  margin-top: 0.2rem;
}

.about {
  background: #fff;
}

.about .about-1 {
  height: auto;
  padding: 0.5rem 0 1rem;
}

.about .about-1 .box {
  width: 100%;
  height: 100%;
  position: relative;
}

.about .about-1 .content {
  position: absolute;
  transform: translateY(20%);
  width: 7.5rem;
  height: 3.8rem;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0706);
  padding: 0.42rem 0.22rem;
  box-sizing: border-box;
}

.about .about-1 .content h3 {
  font-size: 0.3rem;
  color: #333333;
  display: flex;
  align-items: center;
}

.about .about-1 .content h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 0.26rem;
  background: #286ddf;
  margin-right: 0.1rem;
}

.about .about-1 .content p {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  color: #707070;
  line-height: 1.6;
  padding: 0 0.15rem;
  text-indent: 2em;
}

.about .about-1 .imgs {
  margin-left: auto;
  width: 7.86rem;
  height: 5.28rem;
}

.about .about-1 .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about .qywh .head {
  width: 100%;
  height: 5rem;
  padding: 0.6rem 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .qywh .head .model-head {
  margin: 0 auto;
}

.about .qywh .head .model-head h3 {
  color: #fff;
  font-size: 0.32rem;
}

.about .qywh .head .content {
  margin-top: 0.2rem;
  max-width: 8.2rem;
  text-align: center;
}

.about .qywh .head .content p {
  margin: 0.2rem 0;
  line-height: 1.6;
  font-size: 0.18rem;
}

.about .qywh .box {
  margin-top: -0.9rem;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.0706);
}

.about .qywh .box .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.about .qywh .box .inner .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0.7rem 0.4rem;
}

.about .qywh .box .inner .item .icon {
  width: 1rem;
  height: 1rem;
}

.about .qywh .box .inner .item .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.about .qywh .box .inner .item .con {
  margin-top: 0.4rem;
  text-align: center;
}

.about .qywh .box .inner .item .con .title {
  font-size: 0.3rem;
  font-weight: bold;
}

.about .qywh .box .inner .item .con p {
  font-size: 0.16rem;
  color: #666666;
  margin-top: 0.14rem;
}

.about .qywh .box .inner .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #6c8beb 0%, #3566f0 100%);
}

.about .qywh .box .inner .item:first-child::before {
  background: linear-gradient(90deg, #6c8beb 0%, #3566f0 100%);
}

.about .qywh .box .inner .item:nth-child(2)::before {
  background: linear-gradient(90deg, #9e8fed 0%, #7a69de 100%);
}

.about .qywh .box .inner .item:nth-child(3)::before {
  background: linear-gradient(90deg, #87d3c2 0%, #61d0b0 100%);
}

.about .qywh .box .inner .item:last-child::before {
  background: linear-gradient(90deg, #6b88e9 0%, #3c66eb 100%);
}

.about .ygfc .ygList {
  margin-top: 0.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
  row-gap: 0.3rem;
}

.about .ygfc .ygList .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.24rem;
  color: #333;
  position: relative;
}

.about .ygfc .ygList .item .imgs {
  width: 100%;
  margin-bottom: 0.2rem;
  height: 4rem;
  background: #f2f2f2;
}

.about .ygfc .ygList .item .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about .hj .hj-inner {
  margin-top: 0.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.about .hj .hj-inner .item {
  box-sizing: border-box;
  width: 100%;
  height: 4.8rem;
  position: relative;
  cursor: pointer;
}

.about .hj .hj-inner .item .imgs {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about .hj .hj-inner .item .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
  transform: scale(1);
}

.about .hj .hj-inner .item .mask {
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about .hj .hj-inner .item .mask .box {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
  text-align: center;
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.3rem;
  font-size: 0.24rem;
}

.about .hj .hj-inner .item:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}

.about .hj .hj-inner .item:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.05);
}

.newList {
  background-color: #f7f7f7;
  padding: 0.6rem 0 1rem;
}

.newList .inner li {
  margin-bottom: 0.26rem;
  height: 2.65rem;
}

.newList .inner li a {
  display: flex;
  height: 100%;
  background: #fff;
}

.newList .inner li a .imgs {
  width: 4.35rem;
  height: 2.65rem;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.newList .inner li a .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}

.newList .inner li a .content {
  padding: 0.3rem 0.45rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newList .inner li a .content h4 {
  font-size: 0.24rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.newList .inner li a .content .text {
  font-size: 0.14rem;
  color: #999;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: auto;
  margin-top: 0.2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.newList .inner li a .content .date {
  font-size: 0.14rem;
  color: #999;
}

.newList .inner li a:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}

.newList .inner li a:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.05);
}

.newList .inner li a:hover .content h4 {
  color: #286ddf;
}

.addressBox .box {
  display: grid;
  grid-template-columns: 1fr 7.2rem;
  align-items: center;
  height: 6rem;
}

.addressBox .box .le {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.addressBox .box .le .bg {
  width: 100%;
  height: 100%;
}

.addressBox .box .le .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.addressBox .box .le .mask {
  position: absolute;
  top: 0;
  color: #fff;
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.9rem 0.6rem;
}

.addressBox .box .le .mask a {
  color: #fff;
}

.addressBox .box .le .mask h2 {
  font-size: 0.3rem;
  font-weight: normal;
}

.addressBox .box .le .mask .line {
  width: 94px;
  height: 4px;
  background-color: #286ddf;
  margin: 0.3rem 0;
}

.addressBox .box .le .mask .text {
  line-height: 2;
  font-weight: lighter;
  font-size: 0.18rem;
  opacity: 0.8;
}

.addressBox .box .le .mask .text:last-child {
  display: flex;
}

.addressBox .box .le .mask .text:last-child .tip {
  flex-shrink: 0;
}

.addressBox .box .le .icons {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

.addressBox .box .le .icons .icon {
  width: 0.65rem;
  height: 0.65rem;
  margin-right: 0.26rem;
}

.addressBox .box .le .icons .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.addressBox .box .rg {
  width: 100%;
  height: 100%;
}

.addressBox .box .rg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.phone {
  display: none;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(5px) !important;
}

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  width: auto !important;
  height: 0.1rem !important;
  object-fit: contain;
  margin-left: -0.35rem !important;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  display: none !important;
}