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

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

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

.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;
  border: 1px solid #aaaaaa;
  margin: 0 0.05rem;
  font-size: 0.14rem;
}

.pagination ul li a {
  display: block;
  color: #000;
  padding: 0.06rem 0.12rem;
}

.pagination ul li a:hover {
  background-color: #7fbf42;
  color: #fff;
}

.pagination ul li a.active {
  color: #fff;
  background-color: #7fbf42;
}

.pagination .prev a,
.pagination .nexts a {
  font-size: 0.14rem;
  border: 1px solid #aaaaaa;
  display: block;
  padding: 0.06rem 0.1rem;
}

.pagination .prev a:hover,
.pagination .nexts a:hover {
  background-color: #7fbf42;
  color: #fff;
}

.pagination .prev {
  margin-right: 0.05rem;
}

.pagination .nexts {
  margin-left: 0.05rem;
}

.pagination .text {
  color: #333;
  font-size: 0.14rem;
  margin-left: 0.2rem;
}

.more-btn {
  width: fit-content;
}

.more-btn a {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0.27rem;
  border: 1px solid #7fbf42;
  border-radius: 0.4rem;
  font-size: 0.16rem;
  color: #7fbf42;
  background: #fff;
}

.more-btn a img {
  margin-left: 0.6rem;
  width: 0.28rem;
  height: 0.13rem;
}

.more-btn a {
  transition: all 0.4s;
}

.more-btn.active a {
  color: #fff;
  background-color: #7fbf42;
}

.model {
  margin: 0.7rem 0;
}

.module_title {
  margin-bottom: 0.5rem;
}

.module_title .en_title {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "swiss";
  color: #d8d8d8;
}

.module_title h3 {
  font-size: 0.48rem;
}

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

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

.banner .text-box {
  position: absolute;
  top: 3rem;
  color: #fff;
}

.banner .text-box h2 {
  font-size: 0.6rem;
}

.banner .text-box p.text {
  line-height: 0.36rem;
  margin-top: 0.4rem;
  font-size: 0.24rem;
  max-width: 7.04rem;
  font-weight: normal;
}

.banner .text-box .btn-box {
  margin-top: 0.86rem;
  width: fit-content;
}

.banner .text-box .btn-box a {
  display: flex;
  align-items: center;
  color: #fff;
}

.banner .text-box .btn-box a:hover {
  color: #7fbf42;
}

.banner .text-box .btn-box img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}

.banner .text-box .btn-box span {
  padding-bottom: 0.05rem;
  border-bottom: 1px solid #fff;
}

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

.banner2 {
  height: 4.8rem;
}

.rightfixed {
  position: fixed;
  right: 0.2rem;
  bottom: 0.8rem;
  width: fit-content;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0.12rem;
  z-index: 88;
}

.rightfixed .item a {
  padding: 0.1rem 0;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rightfixed .item a img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
}

.rightfixed .item a span {
  font-size: 0.12rem;
  color: #323232;
}

.rightfixed .item:last-child {
  border: none;
}

.rightfixed .item:last-child a {
  border-bottom: none;
}

.rightfixed .wx {
  position: relative;
}

.rightfixed .wx .wechat {
  opacity: 0;
  display: none;
  position: absolute;
  left: -1.5rem;
  top: -0.2rem;
  transition: all 0.3s;
}

.rightfixed .wx .wechat img {
  width: 1.3rem;
  height: 1.3rem;
}

.rightfixed .wx.active .wechat {
  display: block;
  opacity: 1;
}

.service {
  position: fixed;
  top: 30%;
  z-index: 77;
  right: 0;
}

.service img {
  width: 0.44rem;
  height: 0.98rem;
  display: block;
}

.swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  background-color: #9c9292d5;
}

.swiper-pagination-bullet-active {
  width: 0.18rem;
  height: 0.18rem;
  background-color: #7fbf42;
}

.product {
  padding: 0.8rem 0;
  background: url("../img/added4-bg.png") no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.product .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product .box .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 0 0 auto;
  width: 37%;
}

.product .box .left .item {
  width: 2.5rem;
  height: 1.4rem;
  background: #ffffff;
  box-sizing: border-box;
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product .box .left .item img {
  width: 2.3rem;
  height: 0.95rem;
  object-fit: contain;
}

.product .box .left .item .more {
  font-size: 0.26rem;
  color: #666;
}

.product .box .right {
  flex: 0 0 auto;
  width: 56%;
  height: 5.9rem;
}

.product .box .right .swiper {
  width: 105%;
  height: 100%;
}

.product .box .right .swiper .swiper-slide {
  height: auto;
  width: 100%;
}

.product .box .right .swiper .swiper-slide .item {
  display: flex;
  align-items: center;
  height: 2rem;
  margin-bottom: 0.1rem;
}

.product .box .right .swiper .swiper-slide .item:last-child {
  margin-bottom: 0;
}

.product .box .right .swiper .swiper-slide .item .imgs {
  width: 3.28rem;
  height: 1.9rem;
}

.product .box .right .swiper .swiper-slide .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product .box .right .swiper .swiper-slide .item .content {
  margin-left: 0.2rem;
  max-width: 4.3rem;
  padding-right: 0.2rem;
}

.product .box .right .swiper .swiper-slide .item .content h4 {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.product .box .right .swiper .swiper-slide .item .content p.text {
  font-size: 0.18rem;
  color: #666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.about-us {
  background: url("../img/bg1.png") no-repeat;
  background-size: 100%;
  padding: 0.7rem 0;
}

.about-us .about-content {
  max-width: 5.6rem;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.3rem;
}

.about-us .us-box {
  margin-top: 0.75rem;
  max-width: 5.6rem;
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-us .us-box .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-us .us-box .inner .data {
  display: flex;
  align-items: baseline;
  font-size: 0.72rem;
  font-weight: bold;
  color: #7fbf42;
}

.about-us .us-box .inner .data span {
  font-family: "dinc";
}

.about-us .us-box .inner .data .small {
  font-size: 0.18rem;
}

.about-us .box2 {
  margin-top: 1.57rem;
}

.about-us .box2 .partner_list .swiper {
  padding-bottom: 0.6rem;
}

.about-us .box2 .partner_list .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.about-us .box2 .partner_list .swiper .swiper-slide .item {
  width: 2.71rem;
  height: 1.52rem;
  background: #ffffff;
  margin-bottom: 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-us .box2 .partner_list .swiper .swiper-slide .item img {
  width: 2.5rem;
  height: 1rem;
  object-fit: contain;
}

.solution {
  background: url("../img/bg2.png") no-repeat;
  background-size: cover;
  padding: 0.8rem 0 1.4rem;
}

.solution .module_title h3 {
  color: #fff;
}

.solution .module_title .en_title {
  opacity: 0.2;
}

.solution .solution-content {
  margin-top: 0.89rem;
  display: flex;
  justify-content: space-between;
}

.solution .solution-content .tabs {
  width: 1.7rem;
  padding: 0.2rem 0;
  border-right: 1px solid #464b5c;
}

.solution .solution-content .tabs .tab {
  color: #fff;
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
  position: relative;
  padding: 0.02rem 0;
  width: 100%;
  cursor: pointer;
}

.solution .solution-content .tabs .tab.active {
  border-right: 2px solid #7fbf42;
  color: #7fbf42;
}

.solution .solution-content .tabs .tab.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1.7rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #7fbf42 100%);
  opacity: 0.3;
}

.solution .solution-content .tab-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0.58rem;
  padding-top: 0.33rem;
}

.solution .solution-content .tab-content .title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #7fbf42;
}

.solution .solution-content .tab-content p.text {
  font-size: 0.18rem;
  color: #ccc;
  max-width: 4.4rem;
  text-align: justify;
  margin: 0.49rem 0 0.86rem;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.solution .solution-content .tab-content .more-btn {
  width: fit-content;
}

.solution .solution-content .tab-content .more-btn a {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0.27rem;
  border: 1px solid #7fbf42;
  border-radius: 0.4rem;
  font-size: 0.16rem;
  color: #7fbf42;
  background: #fff;
}

.solution .solution-content .tab-content .more-btn a img {
  margin-left: 0.6rem;
  width: 0.28rem;
  height: 0.13rem;
}

.solution .solution-content .tab-content .more-btn a {
  transition: all 0.4s;
}

.solution .solution-content .tab-content .more-btn.active a {
  color: #fff;
  background-color: #7fbf42;
}

.solution .solution-content .tab-content .imgs {
  width: 6rem;
  height: 4.6rem;
}

.news {
  padding: 0.7rem 0 1.26rem;
  background-color: #fff !important;
}

.news .dis-felx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .dis-felx .anniu {
  display: flex;
  align-items: center;
}

.news .dis-felx .anniu .btn a {
  padding: 0.16rem 0.4rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.4rem;
  font-size: 0.2rem;
  color: #999;
  margin-left: 0.2rem;
}

.news .dis-felx .anniu .btn.active a {
  color: #1944a8;
  border-color: #1944a8;
}

.news .news-content .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.32rem;
}

.news .news-content .list .item {
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
}

.news .news-content .list .item .imgs {
  width: 4.44rem;
  height: 2.56rem;
  transition: all 0.5s;
}

.news .news-content .list .item .imgs img {
  width: 100%;
  height: 100%;
  display: block;
}

.news .news-content .list .item .content {
  padding: 0.27rem 0.2rem 0.3rem;
  background-color: #f8f8f8;
  box-sizing: border-box;
  width: fit-content;
  height: 2.44rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .news-content .list .item .content .time {
  color: #1944a8;
  font-size: 0.18rem;
}

.news .news-content .list .item .content .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-size: 0.24rem;
  font-weight: bold;
}

.news .news-content .list .item .content p.text {
  font-size: 0.18rem;
  color: #666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  height: 0.55rem;
}

.news .news-content .list .item:hover {
  box-shadow: 0 0 0.1rem #ccc;
}

.news .news-content .list .item:hover .imgs {
  overflow: hidden;
  position: relative;
}

.news .news-content .list .item:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}

.news .news-content .list .item:hover .content {
  background-color: #fff;
}

.breadcrumb {
  margin-bottom: 0.55rem;
}

.breadcrumb .box {
  display: flex;
  align-items: center;
  color: #333;
  padding: 0.15rem 0;
}

.breadcrumb .box a {
  color: #333;
}

.breadcrumb .box a:last-child {
  color: #7fbf42;
}

.about .about_content .w {
  display: grid;
  grid-template-columns: auto 5.2rem;
  gap: 0.8rem;
}

.about .about_content .w .con .text_box {
  margin-top: 0.6rem;
}

.about .about_content .w .con .text_box p.text {
  font-size: 0.18rem;
  color: #333;
  margin: 0.46rem 0;
  line-height: 1.6;
}

.about .about_content .w .imgs {
  height: 6.2rem;
  margin-top: 0.6rem;
}

.about .about_content .w .imgs img {
  width: 100%;
  height: 100%;
}

.about .qyln .list {
  margin: 0 0 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.44rem;
}

.about .qyln .list .item {
  padding: 0.54rem 0.32rem 0.28rem 0.4rem;
  background-color: pink;
  box-sizing: border-box;
  width: 4.37rem;
  height: 4.02rem;
  position: relative;
  color: #fff;
}

.about .qyln .list .item .title {
  font-weight: bold;
  font-size: 0.35rem;
  margin-bottom: 0.31rem;
}

.about .qyln .list .item .text {
  font-size: 0.18rem;
  line-height: 1.6;
}

.about .qyln .list .item .icon {
  width: 1.69rem;
  height: 1.69rem;
  position: absolute;
  right: 0.34rem;
  bottom: 0.24rem;
}

.about .qyln .list .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about .qyln .list .item:nth-child(1) {
  background: #7fbf42;
}

.about .qyln .list .item:nth-child(2) {
  background: #2e4099;
}

.about .qyln .list .item:nth-child(3) {
  background: #8c868a;
}

.about .qyln .swiper {
  display: none;
}

.about .fzlc .fzlc-main {
  height: 8rem;
  width: 100%;
  position: relative;
  color: #fff;
  box-sizing: border-box;
}

.about .fzlc .fzlc-main .bg {
  width: 100%;
  height: 100%;
}

.about .fzlc .fzlc-main .body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 0.9rem 0;
}

.about .fzlc .fzlc-main .module_title {
  margin-bottom: 1.2rem;
}

.about .fzlc .fzlc-main .swiper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.about .fzlc .fzlc-main .swiper .swiper-button-prev {
  left: 0.2rem;
}

.about .fzlc .fzlc-main .swiper .swiper-button-next {
  right: 0.2rem;
}

.about .fzlc .fzlc-main .swiper .swiper-button-prev::after,
.about .fzlc .fzlc-main .swiper .swiper-button-next::after {
  color: #fff;
  font-size: 24px;
  border: 2px solid #fff;
  padding: 0.15rem 0.22rem;
  border-radius: 50%;
}

.about .fzlc .fzlc-main .box {
  width: 100%;
  padding-left: 0.8rem;
  margin: 0 0.6rem;
}

.about .fzlc .fzlc-main .box .year {
  font-weight: bold;
  font-style: italic;
  font-size: 0.9rem;
}

.about .fzlc .fzlc-main .box .line {
  width: 0.46rem;
  height: 0.06rem;
  background: #ffffff;
  margin: 0.15rem 0 0.28rem;
}

.about .fzlc .fzlc-main .box .text {
  font-size: 0.24rem;
}

.about .typicalCustomer {
  background: #fff;
  padding-bottom: 1.17rem;
}

.about .typicalCustomer .module_title {
  margin-top: 0;
  padding-top: 0.7rem;
}

.about .typicalCustomer .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.11rem;
}

.about .typicalCustomer .list .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.27rem 0.09rem;
}

.about .typicalCustomer .list .item img {
  width: 100%;
  height: 1rem;
  object-fit: contain;
}

.productBox .product_tabs {
  margin-top: 0.54rem;
  display: flex;
}

.productBox .product_tabs .tab {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 0.05rem;
  width: 1.35rem;
}

.productBox .product_tabs .tab img {
  object-fit: contain;
}

.productBox .product_tabs .tab:last-child {
  margin-right: 0;
}

.productBox .product_tabs .tab.active {
  border: 2px solid #7fbf42;
}

.productBox .product_content {
  padding-bottom: 0.8rem;
}

.productBox .product_content .product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  margin-top: 0.6rem;
}

.productBox .product_content .product_list .inner .imgs {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  height: 2.9rem;
  padding: 0.2rem;
}

.productBox .product_content .product_list .inner .imgs img {
  object-fit: contain;
}

.productBox .product_content .product_list .inner .content {
  background: #f7f7f7;
  width: 100%;
  padding: 0.4rem 0.28rem;
  border-bottom: 2px solid #d2d2d2;
  transition: all 0.3s;
}

.productBox .product_content .product_list .inner .content h3 {
  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;
}

.productBox .product_content .product_list .inner .content .text {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.productBox .product_content .product_list .inner:hover .imgs {
  overflow: hidden;
  position: relative;
}

.productBox .product_content .product_list .inner:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}

.productBox .product_content .product_list .inner:hover .content {
  border-bottom: 2px solid #7fbf42;
}

.product_details {
  padding-bottom: 1rem;
}

.product_details .head {
  margin-bottom: 0.6rem;
}

.product_details .head .w {
  display: flex;
  justify-content: space-between;
}

.product_details .head .le {
  width: 5.6rem;
  height: 3.69rem;
  background: #ffffff;
  border: 1px solid #d2d2d2;
}

.product_details .head .le .swiper {
  width: 100%;
  height: 100%;
}

.product_details .head .le .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
}

.product_details .head .le .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_details .head .le .swiper .swiper-pagination {
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  margin-left: 0.18rem;
}

.product_details .head .le .swiper .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0.14rem;
  border-radius: 0;
}

.product_details .head .le .swiper .swiper-pagination-bullet-active {
  background-color: #7fbf42;
}

.product_details .head .rg {
  margin-left: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.product_details .head .rg h3 {
  font-size: 0.3rem;
}

.product_details .head .rg .content {
  flex: 1;
}

.product_details .head .rg p.text {
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.3rem;
}

.product_details .head .rg .lxwm {
  display: flex;
  align-items: center;
}

.product_details .head .rg .phones {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.product_details .head .rg .phones img {
  width: 0.2rem;
  height: 0.24rem;
}

.product_details .head .rg .phones span {
  margin-left: 0.1rem;
  font-size: 0.24rem;
  color: #7fbf42;
}

.product_details .foot .details-tabs {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product_details .foot .details-tabs .tab {
  margin-right: 0.3rem;
  padding: 0.1rem 0.15rem;
  font-size: 0.18rem;
  position: relative;
  transition: 0.3s;
}

.product_details .foot .details-tabs .tab:last-child {
  margin-right: 0;
}

.product_details .foot .details-tabs .tab.active {
  background-color: #7fbf42;
}

.product_details .foot .details-tabs .tab.active a {
  color: #fff;
}

.product_details .foot .details-tabs .tab.active::after {
  width: 100%;
}

.product_details .foot .details-content {
  margin-top: 0.5rem;
}

.product_details .foot .details-content p.text {
  margin: 0.2rem 0;
  line-height: 1.6;
}

.product_details .foot .details-content .title {
  font-size: 0.2rem;
  color: #333;
  display: flex;
  align-items: center;
}

.product_details .foot .details-content .title::before {
  content: "";
  display: inline-block;
  width: 0.04rem;
  height: 0.26rem;
  background: #7dbe3f;
  margin-right: 0.12rem;
}

.solutionBox .solution_list .item {
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.solutionBox .solution_list .item .imgs {
  width: 4.5rem;
  height: 3.45rem;
  flex-shrink: 0;
}

.solutionBox .solution_list .item .imgs img {
  object-fit: cover;
}

.solutionBox .solution_list .item .info {
  margin-left: 0.63rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.solutionBox .solution_list .item .info .title {
  font-size: 0.3rem;
}

.solutionBox .solution_list .item .info p.text {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.solutionBox .solution_list .item:first-child {
  padding-top: 0;
}

.solutionBox .mores {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}

.solutionBox .mores a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.2rem;
  color: #666;
  transition: all 0.3s;
}

.solutionBox .mores a i {
  font-size: 0.3rem;
  color: #ccc;
}

.solutionBox .mores a:hover {
  color: #7dbe3f;
}

.solutionBox .mores a:hover i {
  color: #7dbe3f;
}

.newList .news {
  padding-top: 0;
}

.newList .news .pagination {
  margin-top: 0.6rem;
}

.newsdetail {
  padding-bottom: 0.8rem;
}

.newsdetail .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);
}

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

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

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

.newsdetail .top .tipBox .tip {
  margin-right: 0.15rem;
}

.newsdetail .content {
  padding-bottom: 1rem;
}

.newsdetail .content p.text {
  color: #333;
  font-size: 0.16rem;
  margin: 0.2rem 0;
}

.newsdetail .content .imgs {
  max-width: 100%;
  width: fit-content;
  margin: 0.2rem auto;
}

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

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

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

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

.page .prev {
  margin-right: 0.3rem;
  border-right: 3px solid #ccc;
  padding-right: 0.1rem;
}

.page .prev a .text {
  margin-left: 0.2rem;
  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 {
  display: flex;
  justify-content: flex-end;
  padding-left: 0.1rem;
}

.page .next a .text {
  margin-right: 0.2rem;
  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;
}

.detanew {
  background: #f7f7f7 !important;
}

.flie {
  padding-bottom: 1rem;
}

.flie .searchBox .search {
  width: 8rem;
  height: 0.66rem;
  background: #ffffff;
  border-radius: 0.33rem;
  border: 1px solid #a0a0a0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
}

.flie .searchBox .search input {
  display: block;
  width: 80%;
  height: 100%;
  border-radius: 0.33rem;
  border: none;
  font-size: 0.18rem;
}

.flie .searchBox .search i {
  font-size: 0.35rem;
  color: #7dbe3f;
}

.flie .searchBox .tags {
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
}

.flie .searchBox .tags li {
  margin-right: 0.1rem;
  color: #666;
}

.flie .searchBox .tags li a {
  color: #666;
  font-size: 0.16rem;
}

.flie .searchBox .tags li a:hover {
  color: #7dbe3f;
}

.flie .flie_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  margin: 0.4rem 0 0.6rem;
}

.flie .flie_list .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem 0.2rem;
  border: 1px solid #a0a0a0;
}

.flie .flie_list .item a h4 {
  flex: 1;
  margin: 0 0.24rem;
  font-weight: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.flie .flie_list .item a .icon {
  width: 0.42rem;
  height: 0.4rem;
}

.flie .flie_list .item a i {
  font-size: 0.34rem;
  color: #8d8d8d;
}

.flie .flie_list .item a:hover {
  color: #7dbe3f;
}

.flie .flie_list .item a:hover i {
  color: #7dbe3f;
}

.lxwm .addressBox {
  padding-bottom: 0.7rem;
}

.lxwm .addressBox .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 6rem;
}

.lxwm .addressBox .box .le {
  position: relative;
}

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

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

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

.lxwm .addressBox .box .le .mask h3 {
  font-size: 0.22rem;
  font-weight: normal;
}

.lxwm .addressBox .box .le .mask .boxs {
  margin-top: 0.2rem;
}

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

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

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

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

.lxwm .form {
  padding: 0.7rem 0;
  background-color: #f7f7f7;
}

.lxwm .form .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lxwm .form .top h3 {
  font-size: 0.36rem;
  color: #333;
}

.lxwm .form .top p.text {
  font-size: 0.2rem;
  color: #333;
  margin-top: 0.24rem;
}

.lxwm .form .form_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.42rem;
}

.lxwm .form .form_body .form-item {
  box-sizing: border-box;
  width: 6.6rem;
  border: 1px solid #a0a0a0;
  margin-bottom: 0.1rem;
}

.lxwm .form .form_body .form-item input {
  display: block;
  width: 100%;
  height: 0.54rem;
  padding-left: 0.2rem;
  border: none;
}

.lxwm .form .form_body .form-item textarea {
  resize: none;
  height: 1.2rem;
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  border: none;
  outline: none;
}

.lxwm .form .form_body button {
  width: 100%;
  font-size: 0.18rem;
  color: #fff;
  background-color: #1944a8;
  padding: 0.1rem 0;
}