@import "global_mobile.css";
@import "swiper.min.css";
.entering_wrapper {
  width: 100%;
  height: auto;
  background: url("../images/jx_bg.png") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 0.533rem 0.4rem 0.733rem;
  text-align: right;
}
.entering_wrapper p {
  font-size: 0.373rem;
  line-height: 0.587rem;
  color: #333333;
  text-indent: 2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-align: left;
  margin-top: 0.187rem;
}
.entering_wrapper .more_ {
  display: inline-block;
  margin-top: 0.067rem;
}

.plate_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plate_title h4 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0.187rem;
}
.plate_title h4 span {
  color: #2F5BA6;
  font-size: 0.48rem;
}
.plate_title h4:after {
  content: "";
  width: 0.36rem;
  height: 0.053rem;
  display: inline-block;
  position: absolute;
  background: #2F5BA6;
  left: 0;
  bottom: 0;
}

.more_ {
  width: 2.427rem;
  height: 0.64rem;
  background: #2F5BA6;
  border-radius: 0.8rem;
  text-align: center;
  line-height: 0.64rem;
  font-size: 0.32rem;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.more_ i {
  font-size: 0.32rem;
  display: inline-block;
  margin-left: 0.107rem;
}

.news_wrapper {
  box-sizing: border-box;
  padding: 0.507rem 0.4rem 0.72rem;
}
.news_wrapper .news_tabs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news_wrapper .news_tabs li {
  width: 2.427rem;
  height: 0.8rem;
  font-size: 0.373rem;
  color: #333333;
  text-align: center;
  line-height: 0.8rem;
}
.news_wrapper .news_tabs li.active {
  font-weight: bold;
  border-radius: 0.8rem;
  background: #2F5BA6;
  color: #ffffff;
}
.news_wrapper .news_card {
  display: none;
}
.news_wrapper .news_card.active {
  display: block;
}
.news_wrapper .news_card .more_ {
  margin-top: 0.707rem;
}
.news_wrapper .news_list li {
  width: 100%;
  height: 2.098rem;
  margin-top: 0.44rem;
}
.news_wrapper .news_list a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.news_wrapper .news_list img {
  width: 2.947rem;
  height: 100%;
  object-fit: cover;
}
.news_wrapper .news_list .news_info {
  width: 5.84rem;
  height: auto;
  box-sizing: border-box;
}
.news_wrapper .news_list .news_info h4 {
  font-size: 0.373rem;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_wrapper .news_list .news_info p {
  font-size: 0.32rem;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0.16rem 0 0.187rem;
}
.news_wrapper .news_list .news_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.267rem;
  border-top: 0.013rem dashed #DBDBDB;
}
.news_wrapper .news_list .news_col i {
  font-size: 0.32rem;
  display: inline-block;
  margin-right: 0.133rem;
}
.news_wrapper .news_list .news_col span {
  font-size: 0.32rem;
  line-height: 0.293rem;
  color: #2F5BA6;
}

.product_wrapper {
  background: #F7F7F7;
  box-sizing: border-box;
  padding: 0.64rem 0.4rem 0.56rem;
}
.product_wrapper .product_btn {
  position: relative;
  display: flex;
  align-items: center;
}
.product_wrapper .product_btn > div {
  position: initial;
  margin: 0;
  top: auto;
  width: auto;
  height: auto;
  border-radius: 50%;
  background-image: none;
  left: auto;
  right: auto;
}
.product_wrapper .product_btn > div i {
  font-size: 0.827rem;
  color: #2F5BA6;
}
.product_wrapper .product_btn .swiper-button-prev {
  margin-right: 0.24rem;
}
.product_wrapper .product-swiper {
  margin-top: 0.88rem;
  padding-top: 0.44rem;
  height: 5.133rem;
}
.product_wrapper .product-swiper:before {
  content: "";
  width: 100%;
  height: 0.013rem;
  display: inline-block;
  position: absolute;
  top: 0.08rem;
  background: #D7E2F4;
}
.product_wrapper .product-swiper .swiper-slide {
  border-radius: 0.133rem;
  box-sizing: border-box;
  border: 0.013rem solid rgba(47, 91, 166, 0.2);
  background: #2F5BA6;
  position: relative;
}
.product_wrapper .product-swiper .swiper-slide:before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  border: 0.053rem solid #2F5BA6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.453rem;
}
.product_wrapper .product-swiper a {
  display: inline-block;
  width: 100%;
  border-radius: 0.133rem;
  overflow: hidden;
}
.product_wrapper .product-swiper img {
  width: 100%;
  height: 2.4rem;
  object-fit: cover;
  border-radius: 0.133rem 0.133rem 0 0;
  display: block;
}
.product_wrapper .product-swiper .product_col {
  text-align: center;
  box-sizing: border-box;
  height: 2.733rem;
  padding: 0 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.product_wrapper .product-swiper .product_col h4 {
  width: 100%;
  height: 0.867rem;
  text-align: center;
  border-bottom: 0.027rem solid #123C84;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.373rem;
  font-weight: bold;
  color: #ffffff;
}
.product_wrapper .product-swiper .product_col p {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #FFF8F8;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  margin-top: 0.133rem;
}
.product_wrapper .more_ {
  margin-top: 0.453rem;
}

.customer_wrapper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.747rem 0.4rem 0.893rem;
}
.customer_wrapper .customer_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.413rem;
}
.customer_wrapper .customer_list li {
  width: 2.104rem;
  height: 2.1708rem;
  box-shadow: 0 0.053rem 0.133rem 0 rgba(47, 91, 166, 0.17);
  border-radius: 0.133rem;
  background: #ffffff;
  transition: all 0.3s ease-in-out 0s;
}
.customer_wrapper .customer_list li:hover {
  background: #2F5BA6;
  box-shadow: 0 0.053rem 0.133rem 0 rgba(47, 91, 166, 0.17);
  box-sizing: border-box;
}
.customer_wrapper .customer_list li:hover a {
  color: #ffffff;
}
.customer_wrapper .customer_list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #2F5BA6;
}
.customer_wrapper .customer_list i {
  font-size: 0.64rem;
}
.customer_wrapper .customer_list p {
  font-size: 0.373rem;
  font-weight: bold;
  margin-top: 0.16rem;
  transition: all 0.3s ease-in-out 0s;
}

.garden_wrapper {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 1.2rem 0.4rem 1.547rem;
  background: #F6F6F6;
}
.garden_wrapper .garden_list {
  margin-top: 0.107rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.garden_wrapper .garden_list li {
  margin-top: 0.267rem;
  width: 4.467rem;
  height: 1.507rem;
}
.garden_wrapper .garden_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.garden_wrapper .garden_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
