@charset "UTF-8";
.banner {
  background: url(../images/solution/banner_bg.jpg) no-repeat left center;
  background-size: cover;
  font-family: Arial;
  position: relative;
  padding-top: 0.8rem;
}
.banner .text-box {
  position: relative;
  font-family: Arial;
  padding: 0rem 0.3rem 0.3rem 0.6rem;
}
.banner .text-box::before {
  content: "";
  display: block;
  background: #333;
  position: absolute;
  top: 0.15rem;
  left: 0.3rem;
  width: 0.04rem;
  height: 2rem;
}
.banner .text-box h1 {
  color: #333;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.banner .text-box p {
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #333;
  margin-top: 0.1rem;
}
.banner .text-box h2 {
  font-weight: 700;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #3c3c3c;
  margin-top: 0.1rem;
}
.banner .text-box h2 .inc-num {
  color: #e94609;
}
.banner .banner-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .banner-content .banner-item .special-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.banner .banner-content .banner-item .special-item:hover .special-title {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.banner .banner-content .banner-item .special-item:first-child .special-title p a {
  color: #fff;
}
.banner .banner-content .banner-item .special-item:first-child .special-title p a:hover {
  text-decoration: underline;
}
.banner .banner-content .banner-item .special-item .special-img {
  width: 100%;
  height: auto;
  display: block;
}
.banner .banner-content .banner-item .special-item .special-title {
  position: absolute;
  font-size: 0.28rem;
  line-height: 0.42rem;
  top: 0.2rem;
  left: 0.3rem;
}
.banner .banner-content .banner-item .special-item1 .special-title {
  bottom: 0.2rem !important;
  top: auto;
}
.banner .banner-content .banner-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
.banner .banner-content .banner-left .special-item1 .special-title {
  color: #fff;
}
.banner .banner-content .banner-left .special-item2 .special-title {
  color: #333;
}
.banner .banner-content .banner-left .special-item3 .special-title {
  color: #333;
  right: 0.35rem;
}
.banner .banner-content .banner-left .special-item4 .special-title {
  color: #fff;
  left: 0.35rem;
}
.banner .banner-content .banner-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner .banner-content .banner-right .special-item {
  width: 50%;
}
.banner .banner-content .banner-right .special-item5 .special-title, .banner .banner-content .banner-right .special-item6 .special-title {
  color: #fff;
}

.page-location {
  color: #9a9a9a;
  font-size: 0.28rem;
  margin: 0.11rem auto 0;
  padding: 0.2rem 0.3rem;
  font-family: Arial;
}
.page-location a {
  color: #9a9a9a;
}
.page-location a:last-child {
  pointer-events: none;
}
.page-location span {
  font-size: 0.24rem;
}

.material-section {
  background: url(../images/solution/material_bg.jpg) no-repeat left center;
  background-size: cover;
  font-family: Arial;
  padding: 0.35rem 0.3rem;
}
.material-section h1 {
  font-weight: 700;
  text-align: center;
  color: #333;
  font-size: 0.36rem;
  line-height: 0.42rem;
  margin-bottom: 0.35rem;
}
.material-section .material-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.15rem;
}
.material-section .material-list .material-item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 24%;
}
.material-section .material-list .material-item .material-img {
  height: auto;
  display: block;
  width: 95%;
  margin: 0 auto;
}
.material-section .material-list .material-item .material-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.42rem;
  text-shadow: 0.05rem 0 0.1rem #000;
}
.material-section .material-list .material-item:hover .material-img {
  transform: scale(1.02);
}
.material-section .material-list .material-item:hover .material-title {
  transform: scale(1.3);
}
.material-section .more-btn {
  display: block;
  width: 100%;
  margin-top: 0.1rem;
}
.material-section .more-btn img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 0.68rem;
  height: 0.68rem;
}

.special-section {
  background: #f9f9f9;
  padding: 0.35rem 0.3rem 0.4rem;
  margin-top: 0.35rem;
}
.special-section .section-title {
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.42rem;
  color: #333;
  text-align: center;
}
.special-section .special-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.special-section .special-list .special-item {
  width: 48%;
  margin-top: 0.3rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1)
}
.special-section .special-list .special-item img {
  width: 100%;
  height: auto;
  display: block;
}
.special-section .special-list .special-item p {
  font-family: Arial;
  font-size: 0.26rem;
  line-height: 0.42rem;
  padding: 0.1rem;
  color: #333;
  border: 1px solid #e5e5e5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
section .section-more-btn {
  margin: 0 auto;
  display: table;
  color: #333;
  border-radius: 0.25rem;
  padding: 0.1rem 0.3rem;
  font-family: Arial;
  font-size: 0.26rem;
  line-height: 1.5;
  margin-top: 0.3rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
section .section-more-btn:hover {
  color: #fff;
  background-color: #ea4609;
}

.case-section {
  font-family: Arial;
  padding: 0.4rem 0 0.3rem;
}
.case-section .case-section-title {
  text-align: center;
  font-weight: 700;
  color: #333;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.case-section .swiper-3d .swiper-slide-shadow-left, .case-section .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
.case-section .case-swiper {
  width: 100%;
  padding: 0.4rem 0 0.2rem;
}
.case-section .case-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0.02rem 0.04rem 0.18rem rgba(0, 0, 0, 0.2);
}
.case-section .case-swiper .swiper-wrapper .swiper-slide:hover .img-box img {
  transform: scale(1.1);
}
.case-section .case-swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block;
  height: 0.02rem;
  background: #e94609;
  position: absolute;
  bottom: 0;
  width: 93%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  border-radius: 0 0 0.1rem 0.1rem;
}
.case-section .case-swiper .swiper-wrapper .swiper-slide:hover::after {
  opacity: 1;
}
.case-section .case-swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
}
.case-section .case-swiper .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease-in-out;
  border-radius: 0.1rem;
}
.case-section .case-swiper .swiper-wrapper .swiper-slide h2 {
  font-weight: 700;
  font-size: 0.24rem;
  color: #333;
  padding: 0.03rem 0.3rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 0 0 0.1rem 0.1rem;
}
.case-section .case-swiper .swiper-button-next, .case-section .case-swiper .swiper-button-prev {
  background: url(../images/product/pro_arrow.png) no-repeat;
  background-size: 100% 100%;
  width: 0.33rem;
  height: 0.54rem;
}
.case-section .case-swiper .swiper-button-prev:after, .case-section .case-swiper .swiper-button-next:after {
  content: "";
}
.case-section .case-swiper .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
.case-section .case-swiper .swiper-button-next {
  right: 0;
}

.product-section {
  padding: 0rem 0.3rem;
}
.product-section .section-title {
  font-family: Arial;
  color: #3d4457;
  text-align: center;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.product-section .product-list {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-section .product-list .product-item {
  width: 48%;
  display: block;
  position: relative;
  border-radius: 0.1rem;
  background: #f7f6fb;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
}
.product-section .product-list .product-item:hover .img-box .pro-img {
  transform: scale(1.05);
}
.product-section .product-list .product-item:hover .product-name {
  color: #f94f12;
}
.product-section .product-list .product-item .img-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-section .product-list .product-item .img-box .pro-img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
  border-radius: 0.1rem;
}
.product-section .product-list .product-item .hot-icon {
  position: absolute;
  top: -0.02rem;
  left: -0.03rem;
  z-index: 2;
  width: 0.59rem;
  height: auto;
}
.product-section .product-list .product-item .product-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.2rem;
  text-align: center;
  font-weight: 700;
  font-family: Arial;
  color: #333;
  z-index: 2;
  font-size: 0.22rem;
  line-height: 1.5;
}
.product-section .more-btn {
  display: block;
  font-size: 0.26rem;
  line-height: 0.4rem;
  width: 2.2rem;
  padding: 0.05rem 0;
  border-radius: 0.35rem;
  border: solid 0.01rem #aaaaaa;
  font-family: Arial;
  color: #211f1f;
  text-align: center;
  margin: 0.15rem auto 0;
}
.product-section .more-btn span {
  font-family: "宋体";
  color: #211f1f;
  margin-left: 0.15rem;
}
