@charset "UTF-8";
.banner .banner-s {
  display: block;
  width: 100%;
  height: auto;
}
.page-location {
  color: #9a9a9a;
  font-size: 0.28rem;
  margin: 0.2rem auto 0;
  padding: 0 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;
}

.case-first {
  font-family: Arial;
  padding: 0.35rem 0.3rem 0.1rem;
}
.case-first .case-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-first .case-tabs .tab-item {
  width: 48%;
  border-radius: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  padding: 0.15rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #282626;
  /* border: solid 1px #e5e5e5; */
  margin-bottom: 0.3rem;
  background: #f0f2fd;
}
.case-first .case-tabs .active {
  background-color: #eb5b24;
  color: #fff;
}
.case-first .case-tabs .tab-item:hover {
  background-color: #eb5b24;
  color: #fff;
}
.case-first .case-contents {
  margin-top: 0.1rem;
}
.case-first .case-contents .content-item .case-item {
  position: relative;
  display: block;
  border-radius: 0.15rem;
  margin-bottom: 0.4rem;
}
.case-first .case-contents .content-item .case-item .case-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.15rem;
}
.case-first .case-contents .content-item .case-item .case-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  color: #fff;
  color: #1e1e1e;
  text-align: center;
  border-radius: 0 0 0.15rem 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.26rem;
  line-height: 0.42rem;
  padding: 0.1rem;
}
.case-first .pagelist {
  text-align: center;
  width: 100%;
  margin-top: 0.5rem;
}
.case-first .pagelist .pagination {
  justify-content: center;
  align-items: center;
  height: 0.4rem;
}
.case-first .pagelist .pagination a {
  color: #696363;
  font-family: Arial;
  border: solid 1px #eff0f6;
  margin: 0 0.06rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  padding: 0.02rem 0.15rem;
  border-radius: 0.1rem;
}
.case-first .pagelist .pagination .pre, .case-first .pagelist .pagination .next {
  background-color: #eff0f6;
  border-radius: 0.1rem;
  border: none;
}
.case-first .pagelist .pagination .page-num-current {
  color: #fff;
  background: #e34118;
  border: solid 1px #e34118;
}

.product-section {
  padding: 0.35rem 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;
}

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

.case-fifth {
  padding: 0.3rem;
}
.case-fifth .fifth-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-fifth .fifth-list .fifth-item {
  position: relative;
  border-radius: 0.12rem;
  width: 48%;
  margin-bottom: 0.3rem;
}
.case-fifth .fifth-list .fifth-item .item-bg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.12rem;
}
.case-fifth .fifth-list .fifth-item .text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: Arial;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 6, 6, 0.35);
  transition: all 0.8s;
  background-size: 200% auto;
  border-radius: 0.12rem;
}
.case-fifth .fifth-list .fifth-item .text-box h2 {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-size: 0.28rem;
}
.case-fifth .fifth-list .fifth-item:hover .text-box {
  background-image: linear-gradient(to right, rgba(6, 6, 6, 0.35) 20%, rgba(199, 190, 190, 0.4) 50%, rgba(6, 6, 6, 0.35) 100%);
  background-position: center right;
}
.case-fifth .fifth-list .fifth-item:hover .text-box h2 {
  text-decoration: underline;
}
.form-section {
  padding-top: 0;
}
