@charset "UTF-8";
.banner {
  background: url(../images/case/case_banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 0.6rem 0 3rem;
}
.banner .banner-text {
  font-family: Arial;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 0 0.3rem;
  font-size: 0.36rem;
  line-height: 0.5rem;
}

.case-first {
  font-family: Arial;
  margin-top: -2.4rem;
  padding: 0 0.3rem;
}
.case-first .first-content {
  background: #f8f8f8;
  box-shadow: 0px 1px 7px 0px rgba(7, 2, 5, 0.18);
  padding: 0.2rem;
}
.case-first .first-content .case-title {
  text-align: center;
  font-weight: 700;
  color: #333;
  font-size: 0.28rem;
  line-height: 0.42rem;
  margin-bottom: 0.2rem;
}
.case-first .first-content .info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.26rem;
  line-height: 0.42rem;
}
.case-first .first-content .info-box .box-left {
  overflow: hidden;
}
.case-first .first-content .info-box .box-left img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
}
.case-first .first-content .info-box .box-left img:hover {
  transform: scale(1.1);
}
.case-first .first-content .info-box .box-right {
  background: #fff;
  padding: 0.2rem;
}
.case-first .first-content .info-box .box-right .info-list p {
  color: #666;
  position: relative;
  font-size: 0.26rem;
  line-height: 0.42rem;
  padding-left: 0.3rem;
}
.case-first .first-content .info-box .box-right .info-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.13rem;
  height: 0.13rem;
  background: url(../images/case/icon1.png) no-repeat center center;
  background-size: cover;
}
.case-first .first-content .info-box .box-right .info-list p b {
  color: #333;
}
.case-first .first-content .info-box .box-right .info-list p span b {
  color: #e94609;
}
.case-first .first-content .info-box .box-right .case-desc {
  border: dashed 1px #e94609;
  border-radius: 0.1rem;
  padding: 0.1rem 0.1rem 0.1rem 0.18rem;
  color: #666;
  hyphens: auto;
  margin-top: 0.2rem;
}
.case-first .first-content .info-box .box-right .btn-group .chat-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border: solid 1px #3c4457;
  border-radius: 0.1rem;
  color: #3c4457;
  font-size: 0.26rem;
  line-height: 0.42rem;
  width: 2.4rem;
  padding: 0.1rem 0;
  margin-right: 0.2rem;
  margin-top: 0.3rem;
}
.case-first .first-content .info-box .box-right .btn-group .chat-btn:last-child {
  margin-right: 0;
}
.case-first .first-content .info-box .box-right .btn-group .chat-btn img {
  margin-right: 0.15rem;
  width: 0.45rem;
  height: auto;
  display: inline-block;
}
.case-first .first-content .info-box .box-right .btn-group .chat-btn .icon2 {
  display: block;
}
.case-first .first-content .info-box .box-right .btn-group .chat-btn .icon1 {
  display: none;
}
.case-first .first-content .info-box .box-right .btn-group .active {
  background: #e94609;
  border: solid 1px #e94609;
  color: #fff;
}
.case-first .first-content .info-box .box-right .btn-group .active .icon1 {
  display: block;
}
.case-first .first-content .info-box .box-right .btn-group .active .icon2 {
  display: none;
}

.page-location {
  color: #9a9a9a;
  font-size: 0.28rem;
  margin: 0.11rem auto 0;
  padding: 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;
}

.advantage-section {
  font-family: Arial;
  padding: 0 0.3rem;
}
.advantage-section h1 {
  font-weight: 700;
  color: #3c4457;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.advantage-section .advantage-list {
  margin-top: 0.35rem;
}
.advantage-section .advantage-list .advantage-item {
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
  padding: 0.2rem;
}
.advantage-section .advantage-list .advantage-item .item-left {
  width: 15%;
}
.advantage-section .advantage-list .advantage-item .item-left img {
  width: 100%;
  height: auto;
  display: block;
}
.advantage-section .advantage-list .advantage-item .item-right {
  width: 85%;
  padding-left: 0.15rem;
}
.advantage-section .advantage-list .advantage-item .item-right h2 {
  color: #333;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.42rem;
}
.advantage-section .advantage-list .advantage-item .item-right p {
  color: #666;
  margin-top: 0.05rem;
  font-size: 0.26rem;
  line-height: 0.42rem;
}

.material-section {
  background: #f5f7f9;
  padding: 0.3rem 0.3rem 0.45rem;
  font-family: Arial;
}
.material-section h1 {
  font-weight: 700;
  text-align: center;
  color: #3d4457;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.material-section .material-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.material-section .material-list .material-item {
  display: block;
  margin-top: 0.3rem;
  width: 31%;
  border-radius: 0.1rem;
}
.material-section .material-list .material-item .img-box {
  width: 100%;
  overflow: hidden;
}
.material-section .material-list .material-item .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
  border-radius: 0.1rem 0.1rem 0 0;
}
.material-section .material-list .material-item .material-name {
  color: #666;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.42rem;
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
}
.material-section .material-list .material-item:hover .img-box img {
  transform: scale(1.05);
}
.material-section .material-list .material-item:hover .material-name {
  background: #e94609;
  color: #fff;
}

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

.case-fifth {
  font-family: Arial;
  background: #f8f8f8;
  padding: 0.35rem 0.3rem 0.1rem;
}
.case-fifth .fifth-title {
  font-weight: 700;
  text-align: center;
  color: #3c4457;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.case-fifth .fifth-text {
  font-size: 0.28rem;
  line-height: 0.42rem;
  margin-top: 0.2rem;
  color: #666;
  text-align: center;
}
.case-fifth .fifth-list {
  margin-top: 0.2rem;
}
.case-fifth .fifth-list .fifth-item {
  background-color: #fff;
  margin-bottom: 0.3rem;
}
.case-fifth .fifth-list .fifth-item .img-box {
  overflow: hidden;
}
.case-fifth .fifth-list .fifth-item .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.case-fifth .fifth-list .fifth-item .text-box {
  padding: 0.2rem;
  text-align: center;
}
.case-fifth .fifth-list .fifth-item .text-box h2 {
  font-weight: 700;
  color: #333;
  font-size: 0.26rem;
  line-height: 0.42rem;
}
.case-fifth .fifth-list .fifth-item .text-box p {
  color: #666;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.case-sixth {
  font-family: Arial;
  padding: 0.35rem 0.3rem;
}
.case-sixth .sixth-title {
  font-weight: 700;
  text-align: center;
  color: #3d4457;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.case-sixth .sixth-list {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-sixth .sixth-list .sixth-item:nth-child(1) {
  width: 100%;
}
.case-sixth .sixth-list .sixth-item:nth-child(2) {
  width: 48.5%;
}
.case-sixth .sixth-list .sixth-item:nth-child(3) {
  width: 48.5%;
}
.case-sixth .sixth-list .sixth-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-sixth .sixth-list .sixth-item .img-box {
  width: 100%;
  margin-top: 0.15rem;
}
.case-sixth .sixth-list .sixth-item .img-box img {
  width: 100%;
  height: auto;
  display: block;
}
