@import '../css/reset.css';
.w {
  width: 16rem;
  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: 0 0.05rem;
  font-size: 0.14rem;
  border: 1px solid #eeeeee;
  background: #fff;
}
.pagination ul li a {
  display: block;
  color: #000;
  padding: 0.05rem 0.1rem;
  box-sizing: border-box;
}
.pagination ul li a:hover {
  background-color: #1964b0;
  color: #fff;
  border: none;
}
.pagination ul li a.active {
  color: #fff;
  background-color: #1964b0;
  border: none;
}
.pagination .prev a,
.pagination .nexts a,
.pagination .top a,
.pagination .wei a {
  margin: 0 0.05rem;
  font-size: 0.13rem;
  border: 1px solid #eeeeee;
  background: #fff;
  display: block;
  padding: 0.06rem 0.1rem;
}
.pagination .prev a:hover,
.pagination .nexts a:hover,
.pagination .top a:hover,
.pagination .wei a:hover {
  background-color: #1964b0;
  color: #fff;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: 0.05rem;
}
.banner .swiper {
  width: 100%;
  height: calc(100vh - 0.2rem);
}
.banner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper .swiper-slide .imgs {
  height: 100%;
  width: 100%;
}
.banner .swiper .swiper-slide .imgs img {
  object-fit: cover;
}
.section-1 {
  background: #fafafb;
}
.section-1 .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-1 .model_title .big {
  color: #333333;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.section-1 .model_title h3 {
  font-size: 0.36rem;
  color: #1964b0;
  padding-top: 0.52rem;
}
.section-1 .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.section-1 .caseBox {
  margin-top: 0.4rem;
  position: relative;
  box-sizing: border-box;
}
.section-1 .caseBox .swiper {
  width: 85%;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
}
.section-1 .caseBox .swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.33rem;
  width: 100%;
}
.section-1 .caseBox .swiper .swiper-slide .item {
  width: 100%;
  height: 1.86rem;
  background: #fff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.0706);
  padding: 0.2rem;
}
.section-1 .caseBox .swiper .swiper-slide .item img {
  object-fit: contain;
}
.section-1 .caseBox .swiper-button-prev::after,
.section-1 .caseBox .swiper-button-next::after {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  line-height: 0.4rem;
  font-size: 0.15rem;
  padding: 0.06rem 0.2rem;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
  border-radius: 50%;
  background: #1964b0;
}
.section-1 .caseBox .swiper-button-prev:hover::after,
.section-1 .caseBox .swiper-button-next:hover::after {
  background-color: #1964b0;
  color: #fff;
  border: none;
}
.section-1 .caseBox .swiper-button-prev {
  left: 2%;
}
.section-1 .caseBox .swiper-button-next {
  right: 1%;
}
.index-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.section-2 {
  background: url(../img/bg1.png) no-repeat center;
  background-size: cover;
  width: 100%;
}
.section-2 .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-2 .model_title .big {
  color: #333333;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.section-2 .model_title h3 {
  font-size: 0.36rem;
  color: #1964b0;
  padding-top: 0.52rem;
}
.section-2 .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.section-2 .search {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.section-2 .search .label,
.section-2 .search button {
  font-size: 0.18rem;
  color: #1964b0;
  flex-shrink: 0;
  margin-right: 0.15rem;
}
.section-2 .search .inner {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-right: 0.5rem;
  height: 0.5rem;
}
.section-2 .search .inner select {
  width: 2.8rem;
  height: 0.5rem;
  padding: 0 0.15rem;
  margin-right: 0.18rem;
  font-size: 0.18rem;
  border: 1px solid #ffffff;
  font-family: 'PFR' !important;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 95% center no-repeat #fff;
}
.section-2 .search .inner input {
  display: block;
  width: 2.8rem;
  height: 100%;
  font-size: 0.18rem;
  padding: 0 0.15rem;
  border: 1px solid #ffffff;
  font-family: 'PFR' !important;
}
.section-2 .search button {
  padding: 0.17rem 0.47rem;
  background: #fff;
  border-radius: 0.4rem;
}
.section-2 .productBox {
  margin-top: 0.5rem;
  width: 100%;
}
.section-2 .productBox .swiper {
  width: 100%;
}
.section-2 .productBox .swiper .swiper-slide {
  width: 100%;
  height: 4.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.section-2 .productBox .swiper .swiper-slide .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-2 .productBox .swiper .swiper-slide .item .imgs {
  width: 100%;
  height: 100%;
}
.section-2 .productBox .swiper .swiper-slide .item .imgs img {
  object-fit: cover;
}
.section-2 .productBox .swiper .swiper-slide .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.18rem;
}
.section-2 .productBox .swiper .swiper-slide .item .mask .icon {
  width: 0.6rem;
  height: 0.6rem;
}
.section-2 .productBox .swiper .swiper-slide .item .mask .icon img {
  object-fit: contain;
}
.section-2 .productBox .swiper .swiper-slide .item .mask .text {
  font-size: 0.2rem;
  margin-top: 0.3rem;
}
.section-2 .productBox .swiper .swiper-slide .item:hover .mask {
  opacity: 0;
}
.section-2 .box {
  margin-top: 0.6rem;
}
.section-2 .btn {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  bottom: 6%;
  position: absolute;
}
.section-2 .btn .pro {
  width: 0.35rem;
  height: 0.35rem;
}
.section-2 .btn .pro img {
  object-fit: contain;
}
.section-2 .btn .swiper-button-prev::after,
.section-2 .btn .swiper-button-next::after {
  background-color: #fff;
  border: none;
  line-height: 0.4rem;
  font-size: 0.15rem;
  padding: 0.04rem 0.2rem;
  color: #1964b0;
  font-weight: bold;
  transition: all 0.3s;
  border-radius: 50%;
}
.section-2 .btn .swiper-button-prev {
  left: 44%;
}
.section-2 .btn .swiper-button-next {
  right: 44%;
}
.section-3 .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-3 .model_title .big {
  color: #333333;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.section-3 .model_title h3 {
  font-size: 0.36rem;
  color: #1964b0;
  padding-top: 0.52rem;
}
.section-3 .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.section-3 .w {
  padding: 0 1.5rem;
}
.section-3 .head {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  width: 100%;
}
.section-3 .head .con {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #1964b0;
}
.section-3 .head .con p:first-child {
  margin-bottom: 0.2rem;
}
.section-3 .index-about {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.4rem;
}
.section-3 .index-about .list {
  width: 100%;
}
.section-3 .index-about .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.section-3 .index-about .list ul li {
  height: 3rem;
  background: center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  transition: width 0.4s ease-in-out;
  margin-left: 0.2rem;
}
.section-3 .index-about .list ul li:before {
  transition: all 0.4s ease;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url('../img/bg20.png') center bottom repeat-x;
  background-size: auto 110px;
}
.section-3 .index-about .list ul li .layer {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  color: #fff;
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
}
.section-3 .index-about .list ul li .layer .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.section-3 .index-about .list ul li .layer .box .top h3 {
  font-size: 28px;
  transition: all 0.4s ease;
  -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-3 .index-about .list ul li .layer .box .top .line {
  margin-top: 0.22rem;
  width: 34px;
  height: 3px;
  background: #2dae36;
}
.section-3 .index-about .list ul li .layer .box .more {
  font-size: 0.14rem;
  display: none;
}
.section-3 .index-about .list ul li .layer .container {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-top: 0.2rem;
}
.section-3 .index-about .list ul li .layer .container p {
  color: #ffffff;
  font-size: 0.14rem;
  padding: 0 0.2rem;
  line-height: 1.6em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.section-3 .index-about .list ul li .layer p {
  font-size: 14px;
}
.section-3 .index-about .list ul li.on:before {
  opacity: 0;
}
.section-3 .index-about .list ul li.on .layer {
  background: rgba(0, 0, 0, 0.4);
}
.section-3 .index-about .list ul li.on .layer h3 {
  color: #29b8d8;
  margin: 0;
}
.section-3 .index-about .list ul li.on .layer .more {
  display: block;
}
.section-3 .index-about .list ul li.on .layer .container {
  height: auto;
  padding-bottom: 0.1rem;
}
.section-3 .index-about .list ul li.on .layer .container p {
  -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-3 .index-about .list ul li:first-child {
  margin-left: 0;
}
.us-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.3rem;
  column-gap: 0.4rem;
  align-items: center;
  width: 100%;
}
.us-box .inner {
  display: flex;
  align-items: center;
  color: #1964b0;
  width: 100%;
  position: relative;
}
.us-box .inner .box {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.us-box .inner .icon {
  width: 0.45rem;
  height: 0.45rem;
  flex-shrink: 0;
  margin-right: 0.16rem;
}
.us-box .inner .icon img {
  object-fit: contain;
}
.us-box .inner .data {
  display: flex;
  align-items: baseline;
  font-size: 0.32rem;
  font-weight: bold;
  color: #1964b0;
  width: 100%;
}
.us-box .inner:nth-of-type(odd)::after {
  content: '';
  width: 0.01rem;
  height: 100%;
  background: #1964b0;
  position: absolute;
  top: 0;
  right: 0.4rem;
}
.section-4 .index5-wrap {
  background: url(../img/bg3.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.section-4 .w {
  padding: 0 1.5rem;
}
.section-4 .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-4 .model_title .big {
  color: #95a1b4;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.section-4 .model_title h3 {
  font-size: 0.36rem;
  color: #fff;
  padding-top: 0.52rem;
}
.section-4 .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.section-4 .newList {
  width: 100%;
  height: 100%;
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.section-4 .newList .imgs {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}
.section-4 .newList .imgs img {
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.section-4 .newList .imgs:hover {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}
.section-4 .newList .imgs:hover img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}
.section-4 .newList .last .li {
  border-bottom: 1px solid #95a1b4;
}
.section-4 .newList .last .li:first-child .content {
  padding-top: 0;
}
.section-4 .newList .last .more {
  margin-top: 0.2rem;
  display: flex;
  margin-left: auto;
}
.section-4 .newList .content {
  padding: 0.34rem 0;
  color: #fff;
}
.section-4 .newList .content .title {
  font-size: 0.22rem;
  font-weight: bold;
  transition: all 0.3s;
}
.section-4 .newList .content .title:hover {
  color: #2dae36;
}
.section-4 .newList .content .time {
  font-size: 0.14rem;
  margin: 0.16rem 0 0.18rem;
}
.section-4 .newList .content p {
  font-size: 0.14rem;
  line-height: 1.6;
  transition: all 0.3s;
}
.section-4 .newList .content p:hover {
  color: #2dae36;
}
.section-4 .newList .more {
  color: #fff;
  padding: 0.06rem 0.15rem;
  border: 1px solid #fff;
  width: fit-content;
  font-size: 0.14rem;
  border-radius: 0.3rem;
  transition: all 0.3s;
}
.section-4 .newList .more:hover {
  border: none;
  background: #1964b0;
}
.section-5 .w {
  padding-top: 0;
  margin-top: 0;
}
.section-5 .w .textarea {
  height: 2.5rem;
}
.fp-auto-height {
  height: auto;
}
.pages .banner {
  background-size: cover;
  width: 100%;
  margin-top: 0.6rem;
  height: 3.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  position: relative;
}
.pages .banner .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3.3rem;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem 0;
}
.pages .banner .mask .w h3 {
  font-size: 0.58rem;
  font-weight: bold;
}
.pages .banner .mask .w .en {
  font-size: 0.28rem;
  font-weight: bold;
}
.pages .banner .mask .w .line {
  margin-top: 0.3rem;
  width: 0.62rem;
  height: 0.03rem;
  background: #2dae36;
}
.breadcrumb {
  background: #fff;
  height: 0.5rem;
  line-height: 0.5rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0706);
}
.breadcrumb .item_nav {
  display: flex;
  align-items: center;
}
.breadcrumb .item_nav .item {
  margin-right: 0.5rem;
  position: relative;
}
.breadcrumb .item_nav .item a {
  font-size: 0.16rem;
}
.breadcrumb .item_nav .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: #1964b0;
  transition: all 0.3s;
}
.breadcrumb .item_nav .item.active::after {
  width: 100%;
}
.breadcrumb .item_nav .item:hover::after {
  width: 100%;
}
.breadcrumb .link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.breadcrumb .link span,
.breadcrumb .link a {
  font-size: 0.16rem;
}
.breadcrumb .link a {
  margin-right: 0.1rem;
}
.breadcrumb .link a:last-child {
  margin-right: 0;
}
.productList {
  background: #fafafb;
  padding: 0.4rem 0 0.6rem;
}
.productList .proBox {
  display: grid;
  grid-template-columns: 3.24rem auto;
  gap: 0.16rem;
  width: 100%;
}
.productList .proBox .left {
  background: #fff;
}
.productList .proBox .left .head {
  height: 1.42rem;
  background: #134f8c;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.productList .proBox .left .head h3 {
  font-size: 0.32rem;
}
.productList .proBox .left .head .line {
  width: 0.58rem;
  height: 0.03rem;
  background: #2dae36;
  margin-top: 0.28rem;
}
.productList .proBox .left .content {
  padding: 0.2rem 0.35rem;
}
.productList .proBox .left .content .second .top {
  padding: 0.2rem 0;
  border-bottom: 1px solid #efefef;
}
.productList .proBox .left .content .second .top a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productList .proBox .left .content .second .top .name {
  font-size: 0.2rem;
}
.productList .proBox .left .content .second .top .icon i {
  font-size: 0.2rem;
  color: #ccc;
}
.productList .proBox .left .content .second .third {
  display: none;
}
.productList .proBox .left .content .second .third a {
  display: block;
  font-size: 0.16rem;
  padding: 0.1rem 0;
  color: #999999;
  font-weight: 500;
}
.productList .proBox .left .content .second .third a:hover {
  color: #1964b0;
}
.productList .proBox .right {
  padding: 0.3rem;
  box-sizing: border-box;
  background: #fff;
}
.productList .proBox .right .head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0.1rem 0.1rem 0.2rem;
  border-bottom: 1px solid #efefef;
}
.productList .proBox .right .head h3 {
  font-size: 0.32rem;
  color: #333;
}
.productList .proBox .right .head .search {
  width: 3rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  background: #f5f6f6;
  border-radius: 0.4rem;
  padding: 0.15rem 0.1rem;
  box-sizing: border-box;
}
.productList .proBox .right .head .search input {
  flex: 1;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0 0.2rem;
  font-size: 0.16rem;
}
.productList .proBox .right .head .search input::placeholder {
  color: #999999;
}
.productList .proBox .right .head .search i {
  font-size: 0.16rem;
  padding: 0 0.1rem 0 0.2rem;
  border-left: 1px solid #dedede;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.productList .proBox .right .prolist {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.2rem;
  row-gap: 0.4rem;
  width: 100%;
}
.productList .proBox .right .prolist .item .imgs {
  width: 3.95rem;
  height: 2.83rem;
  padding: 0.3rem;
  background: #ecf3fd;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.productList .proBox .right .prolist .item .imgs img {
  object-fit: contain;
}
.productList .proBox .right .prolist .item .content {
  padding: 0.15rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productList .proBox .right .prolist .item .content .title {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
}
.productList .proBox .right .prolist .item .content p {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.6;
  margin-right: 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;
}
.productList .proBox .right .prolist .item .content .more {
  padding: 0.1rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.productList .proBox .right .prolist .item .content .more i {
  font-size: 0.2rem;
  color: #fff;
}
.productList .proBox .right .prolist .item:hover .content .more {
  background: #033491;
}
.productList .proBox .right .pagination {
  margin-top: 1rem;
}
.customerBox {
  background: #fafafb;
}
.customerBox .inner {
  padding: 0.6rem 0 0.2rem;
}
.customerBox .inner h3 {
  font-size: 0.36rem;
  color: #333;
  padding-bottom: 0.46rem;
}
.customerBox .inner .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.customerBox .inner .list .item {
  background: #fff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.0706);
  width: 100%;
  height: 2.22rem;
  border-radius: 0.1rem;
}
.customerBox .inner .list .item .imgs {
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  border-radius: 0.1rem;
}
.customerBox .inner .list .item .imgs img {
  object-fit: contain;
}
.customerBox .inner .more {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.customerBox .inner .more a {
  display: block;
  padding: 0.15rem 0.4rem;
  background: #1964b0;
  color: #fff;
  width: fit-content;
  border-radius: 0.4rem;
  font-size: 0.18rem;
}
.solution {
  padding: 0.6rem 0 0.8rem;
  background: #fafafb;
}
.solution .top .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution .top .model_title .big {
  color: #333333;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.solution .top .model_title h3 {
  font-size: 0.36rem;
  color: #000;
  padding-top: 0.52rem;
}
.solution .top .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.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: 1.26rem;
  background: #033491;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 0.1rem 0 0 0.1rem;
}
.solution .soluList .item .le .date .day {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
.solution .soluList .item .le .date .month {
  font-size: 0.24rem;
  color: #fff;
}
.solution .soluList .item .le .imgs {
  flex-shrink: 0;
  width: 4rem;
  height: 100%;
}
.solution .soluList .item .le .imgs img {
  object-fit: cover;
}
.solution .soluList .item .content {
  padding: 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;
  -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 {
  flex: 1;
  font-size: 0.16rem;
  color: #999;
  height: 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 .content .more a:hover {
  background: #1964b0;
  color: #fff;
}
.solution .soluList .first {
  position: relative;
  height: 3rem;
}
.solution .soluList .first .le .date {
  display: none;
}
.solution .soluList .first .le .imgs {
  width: 5.25rem;
}
.solution .soluList .first .hot {
  position: absolute;
  top: 0;
  right: 0.6rem;
  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.5rem;
}
.cxyf {
  padding-bottom: 0.8rem;
}
.cxyf .box-1 {
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
}
.cxyf .box-1 .imgs {
  width: 6.28rem;
  height: 3.52rem;
  flex-shrink: 0;
}
.cxyf .box-1 .imgs img {
  object-fit: cover;
}
.cxyf .box-1 .rg {
  padding: 0 0.4rem;
}
.cxyf .box-1 .rg .title {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
.cxyf .box-1 .rg .title .icon {
  width: 0.29rem;
  height: 0.29rem;
  flex-shrink: 0;
  margin-right: 0.05rem;
}
.cxyf .box-1 .rg .title .text {
  font-size: 0.3rem;
}
.cxyf .box-1 .rg p {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  line-height: 1.6;
}
.cxyf .box-2 {
  background: #f7f7f9;
  padding: 0.4rem 0;
}
.cxyf .box-2 .us-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.cxyf .box-2 .us-box .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1964b0;
  width: 100%;
  position: relative;
}
.cxyf .box-2 .us-box .inner .box {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.cxyf .box-2 .us-box .inner .icon {
  width: 0.45rem;
  height: 0.45rem;
  flex-shrink: 0;
  margin-right: 0.16rem;
}
.cxyf .box-2 .us-box .inner .icon img {
  object-fit: contain;
}
.cxyf .box-2 .us-box .inner .data {
  display: flex;
  align-items: baseline;
  font-size: 0.32rem;
  font-weight: bold;
  color: #1964b0;
  width: 100%;
}
.cxyf .box-2 .us-box .inner .text {
  font-size: 0.2rem;
  color: #000;
}
.cxyf .box-2 .us-box .inner:nth-of-type(odd)::after {
  display: none;
}
.cxyf .box-3 {
  padding-bottom: 1rem;
}
.cxyf .box-3 .lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}
.cxyf .box-3 .lists .item {
  position: relative;
  width: 100%;
  height: 2rem;
}
.cxyf .box-3 .lists .item:hover .mask {
  opacity: 1;
}
.cxyf .box-3 .lists .imgs {
  height: 100%;
  width: 100%;
}
.cxyf .box-3 .lists .imgs img {
  object-fit: cover;
}
.cxyf .box-3 .lists .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  font-size: 0.2rem;
}
.cxyf .box-4 {
  padding-bottom: 1rem;
}
.cxyf .box-4 .iconList {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.cxyf .box-4 .iconList .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cxyf .box-4 .iconList .item .icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.cxyf .box-4 .iconList .item .icon img {
  object-fit: contain;
}
.cxyf .box-4 .iconList .item .content {
  text-align: center;
}
.cxyf .box-4 .iconList .item .content .title {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  font-weight: bold;
}
.cxyf .box-4 .iconList .item .content .text {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.1rem;
}
.cxyf .box-5 {
  padding: 0.6rem 0;
}
.cxyf .box-5 .head {
  margin-bottom: 0.4rem;
}
.cxyf .box-5 .head h3 {
  font-size: 0.3rem;
  justify-content: center;
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
}
.cxyf .box-5 .head .text {
  font-size: 0.24rem;
  color: #333;
  text-align: center;
}
.cxyf .box-5 .lists {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}
.cxyf .box-5 .lists .item {
  height: 2.26rem;
}
.cxyf .box-5 .lists .item .masks {
  font-size: 0.2rem;
  text-align: center;
  padding-top: 0.1rem;
}
.aboutBox {
  padding: 0.3rem 0 0.6rem;
}
.aboutBox .about-1 {
  padding-bottom: 0.6rem;
}
.aboutBox .about-1 .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.aboutBox .about-1 .content {
  position: absolute;
  transform: translateY(20%);
  width: 9.6rem;
  height: 4.2rem;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0706);
  padding: 0.42rem 0.22rem;
  box-sizing: border-box;
}
.aboutBox .about-1 .content h3 {
  font-size: 0.3rem;
  color: #333333;
  display: flex;
  align-items: center;
}
.aboutBox .about-1 .content h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 0.26rem;
  background: #1964b0;
  margin-right: 0.1rem;
}
.aboutBox .about-1 .content p {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  color: #707070;
  line-height: 1.6;
  padding: 0 0.15rem;
}
.aboutBox .about-1 .imgs {
  float: right;
  width: 9.4rem;
  height: 6.14rem;
}
.aboutBox .about-1 .us-box {
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.aboutBox .about-1 .us-box .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1964b0;
  width: 100%;
  position: relative;
}
.aboutBox .about-1 .us-box .inner .box {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.aboutBox .about-1 .us-box .inner .icon {
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
  margin-right: 0.16rem;
}
.aboutBox .about-1 .us-box .inner .icon img {
  object-fit: contain;
}
.aboutBox .about-1 .us-box .inner .data {
  display: flex;
  align-items: baseline;
  font-size: 0.54rem;
  font-weight: bold;
  color: #1964b0;
  width: 100%;
}
.aboutBox .about-1 .us-box .inner .data .small {
  font-size: 0.18rem;
  font-weight: normal;
}
.aboutBox .about-1 .us-box .inner .text {
  font-size: 0.18rem;
  color: #000;
}
.aboutBox .about-1 .us-box .inner:nth-of-type(odd)::after {
  display: none;
}
.aboutBox .about-history-wrap {
  width: 100%;
  padding-bottom: 1.5rem;
  padding-top: 0.4rem;
  background: url(../img/bg6.png) no-repeat center;
  background-size: cover;
  background-position: center;
}
.aboutBox .about-history-wrap .common-title {
  width: 14rem;
  margin: 0 auto;
  align-items: flex-start;
}
.aboutBox .about-history-wrap .common-title .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutBox .about-history-wrap .common-title .model_title .big {
  color: #ccc;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.aboutBox .about-history-wrap .common-title .model_title h3 {
  font-size: 0.36rem;
  color: #fff;
  padding-top: 0.52rem;
}
.aboutBox .about-history-wrap .common-title .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.aboutBox .about-history-wrap .about-history-box {
  margin: 0.3rem auto 0 auto;
}
.aboutBox .about-history-wrap .about-history-content-box {
  height: 2rem;
  display: flex;
  justify-content: center;
}
.aboutBox .about-history-wrap .about-history-content {
  display: none;
}
.aboutBox .about-history-wrap .about-history-content:first-of-type {
  display: block;
}
.aboutBox .about-history-wrap .about-history-text {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.aboutBox .about-history-wrap .about-history-p {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.36rem;
  text-align: center;
}
.aboutBox .about-history-wrap .about-history-banner {
  width: 100%;
  position: relative;
}
.aboutBox .about-history-wrap .historySwiper {
  width: 100%;
  position: relative;
}
.aboutBox .about-history-wrap .historySwiper::after {
  content: '';
  width: 100%;
  border-bottom: 0.02rem solid #fff;
  position: absolute;
  top: 0.13rem;
  left: 0;
}
.aboutBox .about-history-wrap .historySwiper .swiper-slide {
  cursor: pointer;
}
.aboutBox .about-history-wrap .historySwiper .swiper-slide.swiper-slide-active .historySwiper-ball {
  width: 0.2rem;
  height: 0.2rem;
  background: #1964b0;
  border: 1px solid #fff;
  transition: all 0.365s;
}
.aboutBox .about-history-wrap .historySwiper .swiper-slide.swiper-slide-active .historySwiper-text {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.aboutBox .about-history-wrap .historySwiper .historySwiper-ball-box {
  width: 0.28rem;
  height: 0.28rem;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutBox .about-history-wrap .historySwiper .historySwiper-ball {
  width: 0.15rem;
  height: 0.15rem;
  opacity: 1;
  background: #fff;
  border-radius: 50%;
}
.aboutBox .about-history-wrap .historySwiper .historySwiper-text {
  font-size: 0.2rem;
  font-weight: 400;
  color: #fff;
  margin-top: 0.2rem;
  text-align: center;
}
.aboutBox .qywh .head {
  background: url(../img/bg5.png) no-repeat center;
  background-size: cover;
  padding: 0.6rem 0 1.3rem;
}
.aboutBox .qywh .head .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutBox .qywh .head .model_title .big {
  color: #8098af;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.aboutBox .qywh .head .model_title h3 {
  font-size: 0.36rem;
  color: #fff;
  padding-top: 0.52rem;
}
.aboutBox .qywh .head .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.aboutBox .qywh .box {
  margin-top: -1rem;
  background: #fff;
  padding: 0.7rem 0.2rem;
  box-sizing: border-box;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.0706);
}
.aboutBox .qywh .box .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
}
.aboutBox .qywh .box .inner .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutBox .qywh .box .inner .item .icon {
  width: 1rem;
  height: 1rem;
}
.aboutBox .qywh .box .inner .item .icon img {
  object-fit: contain;
}
.aboutBox .qywh .box .inner .item .con {
  margin-top: 0.4rem;
  text-align: center;
}
.aboutBox .qywh .box .inner .item .con .title {
  font-size: 0.3rem;
  font-weight: bold;
}
.aboutBox .qywh .box .inner .item .con p {
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.14rem;
}
.aboutBox .honor {
  padding: 0.8rem 0;
}
.aboutBox .honor .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutBox .honor .model_title .big {
  color: #333333;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.aboutBox .honor .model_title h3 {
  font-size: 0.36rem;
  color: #000;
  padding-top: 0.52rem;
}
.aboutBox .honor .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.aboutBox .honor .swiper {
  margin-top: 0.7rem;
  height: 4rem;
  padding-bottom: 0.2rem;
}
.aboutBox .honor .swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.86rem;
  align-items: center;
  box-sizing: border-box;
  height: 3.5rem;
}
.aboutBox .honor .swiper .swiper-slide .imgs {
  width: 100%;
  height: 3.5rem;
  padding: 0.1rem;
  background: #eeeeee;
}
.aboutBox .honor .swiper .swiper-slide .imgs img {
  object-fit: contain;
}
.aboutBox .honor .swiper .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
}
.newsList {
  background-color: #f7f7f7;
  padding: 0.6rem 0 1rem;
}
.newsList .inner li {
  margin-bottom: 0.26rem;
  height: 2.2rem;
}
.newsList .inner li a {
  display: flex;
  height: 100%;
  background: #fff;
}
.newsList .inner li a .imgs {
  width: 3rem;
  height: 2.2rem;
  flex-shrink: 0;
}
.newsList .inner li a .imgs img {
  object-fit: cover;
}
.newsList .inner li a .content {
  padding: 0.3rem 0.45rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsList .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;
}
.newsList .inner li a .content .text {
  font-size: 0.14rem;
  color: #999;
  line-height: 1.6;
  text-align: justify;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.newsList .inner li a .content .date {
  font-size: 0.14rem;
  color: #999;
}
.newsList .inner li a:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}
.newsList .inner li a:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}
.newsList .inner li a:hover .content h4,
.newsList .inner li a:hover .content .text,
.newsList .inner li a:hover .content .date {
  color: #1964b0;
}
.newsdetail {
  padding-bottom: 0.8rem;
  background: #fafafb;
  padding-top: 0.4rem;
}
.newsdetail .w {
  background: #fff;
  padding: 0.4rem 0.6rem;
}
.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;
  font-weight: normal;
}
.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.3rem;
}
.newsdetail .news {
  margin-top: 0.3rem;
}
.newsdetail .body .tabelBox {
  margin: 0.4rem 0;
}
.newsdetail .body .tabelBox .table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.newsdetail .body .tabelBox .table .item {
  display: grid;
  grid-template-columns: 18% auto;
  width: 100%;
  border: 1px solid #e6e5e5;
}
.newsdetail .body .tabelBox .table .item .name {
  background: #f2f2f2;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.18rem;
  font-weight: 500;
}
.newsdetail .body .tabelBox .table .item .name span {
  font-size: 0.18rem !important;
}
.newsdetail .body .tabelBox .table .item .value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  color: #666;
}
.newsdetail .body .tabelBox .table .item .value span {
  font-size: 0.18rem !important;
}
.newsdetail .body .list li {
  margin: 0.1rem 0;
  font-size: 0.16rem;
  color: #333;
  line-height: 1.6;
}
.newsdetail .body .list li p {
  font-size: 0.16rem;
}
.newsdetail .body .list li p span {
  font-size: 0.16rem;
}
.newsdetail .body .imgs {
  width: 100%;
  max-width: 12rem;
  display: flex;
  justify-content: center;
  margin: 0.6rem auto 0.4rem;
}
.newsdetail .body .imgs img {
  max-width: 12rem !important;
  display: block;
  width: fit-content !important;
  height: auto !important;
  object-fit: contain !important;
}
.newsdetail .solu .box {
  display: grid;
  grid-template-columns: 20% auto;
  width: 100%;
  gap: 1rem;
}
.newsdetail .solu .box .le {
  height: fit-content;
  border-right: 1px solid #e6e5e5;
}
.newsdetail .solu .box .le .item {
  margin: 0.2rem 0;
  position: relative;
  padding-right: 0.4rem;
}
.newsdetail .solu .box .le .item a {
  font-size: 0.16rem;
  line-height: 1.6;
}
.newsdetail .solu .box .le .item:first-child {
  margin-top: 0;
}
.newsdetail .solu .box .le .item::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #1964b0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.newsdetail .solu .box .le .item.active::after {
  display: block;
}
.newsdetail .solu .box .rg .title {
  font-size: 0.28rem;
  font-weight: bold;
}
.newsdetail .solu .box .rg p {
  color: #333;
  font-size: 0.16rem;
  margin: 0.2rem 0;
  line-height: 1.6;
}
.newsdetail .solu .box .rg img {
  display: block;
  max-width: 100%;
  width: fit-content;
  margin: 0.2rem auto;
}
.newsdetail .solu .box .rg video {
  max-width: 100%;
  width: fit-content;
  margin: 0.2rem auto;
  display: block;
  height: 100%;
}
.newsdetail .content {
  padding-bottom: 2rem;
}
.newsdetail .content p {
  color: #333;
  font-size: 0.16rem;
  margin: 0.3rem 0;
  line-height: 1.6;
}
.newsdetail .content span {
  color: #333;
  font-size: 0.16rem;
  margin: 0.3rem 0;
  line-height: 1.6;
}
.newsdetail .content img {
  display: block;
  max-width: 100%;
  width: fit-content !important;
  margin: 0.2rem auto;
  height: auto !important;
  object-fit: contain;
}
.newsdetail .content video {
  max-width: 100%;
  width: fit-content;
  margin: 0.2rem auto;
  display: block;
  height: 100%;
}
.newsdetail .productdetail .box {
  display: grid;
  grid-template-columns: 4.1rem auto;
  width: 100%;
  gap: 1rem;
}
.newsdetail .productdetail .box .left {
  width: 100%;
}
.newsdetail .productdetail .box .left .mySwiper2 {
  width: 100%;
  height: 2.3rem;
  margin-bottom: 0.2rem;
}
.newsdetail .productdetail .box .left .mySwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
}
.newsdetail .productdetail .box .left .mySwiper2 .swiper-slide .imgs {
  width: 100%;
  height: 100%;
  padding: 0.2rem;
}
.newsdetail .productdetail .box .left .mySwiper2 .swiper-slide .imgs img {
  object-fit: contain;
}
.newsdetail .productdetail .box .left .mySwiper2 .swiper-slide video {
  width: 100%;
  height: 100%;
}
.newsdetail .productdetail .box .left .mySwiper {
  width: 100%;
  height: 1rem;
}
.newsdetail .productdetail .box .left .mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.4;
  margin-right: 0.4rem;
}
.newsdetail .productdetail .box .left .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsdetail .productdetail .box .left .mySwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsdetail .productdetail .box .left .mySwiper .swiper-slide .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsdetail .productdetail .box .left .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.newsdetail .productdetail .box .right {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsdetail .productdetail .box .right h3 {
  font-size: 0.32rem;
}
.newsdetail .productdetail .box .right .ftitle {
  font-size: 0.22rem;
  margin: 0.2rem 0 0.12rem;
}
.newsdetail .productdetail .box .right p {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #999999;
  margin-bottom: auto;
  text-align: justify;
}
.newsdetail .productdetail .box .right .tags {
  display: flex;
  align-items: center;
  color: #999999;
}
.newsdetail .productdetail .box .right .tags .item {
  margin-right: 0.6rem;
}
.newsdetail .productdetail .box .right .tags .item:last-child {
  margin-right: 0;
}
.newsdetail .productdetail .box .right .foot {
  display: flex;
  margin-top: 0.2rem;
}
.newsdetail .productdetail .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;
}
.newsdetail .productdetail .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;
}
.newsdetail .productdetail .box .right .foot .item .icon img {
  object-fit: contain;
}
.newsdetail .productdetail .box .right .foot .item .name {
  font-size: 0.22rem;
  color: #333333;
  font-weight: bold;
}
.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;
  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 .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;
}
.helpBox {
  background: #fafafb;
  padding: 0.4rem 0;
}
.helpBox .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.helpBox .model_title .big {
  color: #333333;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.helpBox .model_title h3 {
  font-size: 0.36rem;
  color: #000;
  padding-top: 0.52rem;
}
.helpBox .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.helpBox .boxs {
  background: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
}
.helpBox .boxs .helplist {
  width: 100%;
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.35rem;
  row-gap: 0.5rem;
}
.helpBox .boxs .helplist .item .imgs {
  padding: 0.1rem;
  height: 2rem;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.0706);
  box-sizing: border-box;
}
.helpBox .boxs .helplist .item .imgs img {
  object-fit: contain;
}
.helpBox .boxs .helplist .item .content {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  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;;
}
.helpBox .boxs .pagination {
  padding-top: 0.6rem;
}
.address {
  padding: 0.6rem 0;
  background: #fafafb;
}
.address .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.address .model_title .big {
  color: #333333;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.address .model_title h3 {
  font-size: 0.36rem;
  color: #000;
  padding-top: 0.52rem;
}
.address .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.address .box {
  margin-top: 0.4rem;
  background: #fff;
  padding: 0.2rem;
  box-sizing: border-box;
  height: auto;
}
.address .box .map {
  width: 100%;
  height: 5rem;
}
.address .box .map img {
  object-fit: cover;
}
.address .box .innerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3rem 0;
}
.address .box .innerBox .ewmBox {
  font-size: 0.2rem;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.address .box .innerBox .ewmBox .ewm {
  width: 2.36rem;
  height: 2.36rem;
  margin-bottom: 0.2rem;
}
.address .box .innerBox .ewmBox .ewm img {
  width: 100%;
  height: 100%;
}
.address .box .content h3 {
  font-size: 0.28rem;
  color: #333;
  margin: 0 0 0.15rem;
}
.address .box .content .line {
  width: 0.94rem;
  height: 4px;
  background: #033491;
  margin-bottom: 0.1rem;
}
.address .box .content .item {
  font-size: 0.18rem;
  line-height: 1.8;
}
.address .box .content .item a {
  font-size: 0.18rem;
}
.form {
  margin-top: 0.6rem;
}
.form .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .model_title .big {
  color: #333333;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.form .model_title h3 {
  font-size: 0.36rem;
  color: #000;
  padding-top: 0.52rem;
}
.form .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.form .box {
  margin-top: 0.4rem;
}
.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 .code {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}
.form .code input {
  display: block;
  width: 1.93rem;
  height: 0.5rem;
  border-radius: 0.28rem;
  margin: 0 0.2rem;
  background: #f9f9f9;
  border: none;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  text-align: center;
}
.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: #1964b0;
  color: #fff;
  border-radius: 0.4rem;
  margin-right: 0.3rem;
}
.form .foot button:last-child {
  background: #fff;
  border: 1px solid #1964b0;
  color: #1964b0;
}
.NyContactUs {
  margin-top: 0.6rem;
}
.NyContactUs .inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-top: 0.3rem;
}
.NyContactUs .inner .item {
  background: #fff;
  padding: 0.35rem;
  box-sizing: border-box;
  font-size: 0.16rem;
}
.NyContactUs .inner .item .text {
  margin: 0.1rem 0;
  line-height: 1.5;
}
.NyContactUs .inner .QTCon_t {
  color: #033492;
}
.essay {
  padding: 0.4rem 0 0.8rem;
  background: #fafafb;
}
.essay .model_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.essay .model_title .big {
  color: #333333;
  font-size: 0.72rem;
  font-family: 'PFB';
  opacity: 0.1;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
.essay .model_title h3 {
  font-size: 0.36rem;
  color: #000;
  padding-top: 0.52rem;
}
.essay .model_title .line {
  width: 50px;
  height: 3px;
  background: #2dae36;
  margin-top: 0.28rem;
}
.essay .soluBox {
  margin-top: 0.6rem;
}
.essay .soluBox .item {
  width: 100%;
}
.essay .soluBox .item .imgs {
  width: 100%;
  height: 3.5rem;
  border-radius: 0.1rem;
}
.essay .soluBox .item .imgs img {
  object-fit: cover;
  border-radius: 0.1rem;
}
.essay .soluBox .item .content {
  padding: 0.15rem 0;
}
.essay .soluBox .item .content h3 {
  font-size: 0.24rem;
  color: #333;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.essay .soluBox .item .content p {
  font-size: 0.16rem;
  margin: 0.1rem 0;
  line-height: 1.6;
  color: #999999;
  height: 0.55rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.essay .soluBox .item .content .time {
  font-size: 0.14rem;
  color: #999999;
}
.essay .soluBox .frist {
  height: auto;
  background: #fff;
}
.essay .soluBox .frist a {
  display: flex;
}
.essay .soluBox .frist a .imgs {
  width: 5.05rem;
  height: 100%;
  flex-shrink: 0;
  border-radius: 0;
}
.essay .soluBox .frist a .imgs img {
  border-radius: 0;
}
.essay .soluBox .frist a .content {
  padding: 0.4rem 0.6rem;
}
.essay .soluBox .frist a .content .day {
  font-size: 0.5rem;
  color: #333333;
  font-weight: bold;
}
.essay .soluBox .frist a .content .time {
  font-size: 0.16rem;
}
.essay .soluBox .frist a .content h3 {
  margin: 0.1rem 0;
}
.essay .soluBox .frist a .content p {
  height: 0.8rem;
  text-align: justify;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.essay .soluBox .frist a .content .more {
  width: fit-content;
  padding: 0.1rem 0.3rem;
  color: #1964b0;
  border-radius: 0.4rem;
  border: 1px solid #1964b0;
  transition: all 0.3s;
  font-size: 0.14rem;
}
.essay .soluBox .frist:hover .content .more {
  color: #fff;
  background: #1964b0;
}
.essay .helpList {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  width: 100%;
}
.essay .pagination {
  margin-top: 1rem;
}
.leaflet-popup-content {
  width: auto;
  font-size: 0.14rem;
}
.leaflet-popup-content h5 {
  font-size: 0.16rem;
}
.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;
}
.phone {
  display: none;
}
