.solution-face-banner {
  background: linear-gradient(45deg, #0086d1, #1faeff);
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.solution-face-banner::before {
  content: "";
  position: absolute;
  right: -10%;
  top: -20%;
  width: 60%;
  height: 140%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(-25deg);
}
.solution-face-banner .banner-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.solution-face-banner .banner-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.solution-face-banner .banner-content .subtitle {
  font-size: 24px;
  margin-bottom: 15px;
  opacity: 0.9;
  font-weight: 300;
}
.solution-face-banner .banner-content .description {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 700px;
  margin: 0 auto;
}
.solution-face-banner .banner-btns {
  margin-top: 40px;
}
.solution-face-banner .banner-btns .layui-btn {
  margin: 0 10px;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  transition: all 0.3s ease;
}
.solution-face-banner .banner-btns .layui-btn.layui-btn-primary {
  background: #fff;
  color: #333;
  border: none;
}
.solution-face-banner .banner-btns .layui-btn.layui-btn-primary:hover {
  background: #fff;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
.solution-content {
  padding: 60px 0;
  background: linear-gradient(135deg, #f6f7f9 0%, #ffffff 100%);
}
.solution-content .solution-intro {
  margin-bottom: 50px;
}
.solution-content .solution-intro h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  color: #333;
  position: relative;
  padding-bottom: 20px;
}
.solution-content .solution-intro h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #0086d1;
}
.solution-content .area-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}
.solution-content .area-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.solution-content .area-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.solution-content .area-item img:hover {
  transform: scale(1.05);
}
.solution-content .area-item h3 {
  padding: 15px;
  margin: 0;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.solution-content .area-item p {
  padding: 0 15px 15px;
  margin: 0;
  color: #666;
  line-height: 1.6;
  min-height: 100px;
  font-size: 15px;
}
.solution-content .advantages {
  background: #ffffff;
  padding: 50px;
  border-radius: 8px;
  margin-top: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.solution-content .advantages h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  color: #333;
}
.solution-content .advantages .advantage-item {
  padding: 25px;
  background: #f6f7f9;
  border-radius: 8px;
  box-shadow: none;
  color: #333;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.solution-content .advantages .advantage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.solution-content .advantages .advantage-item .layui-icon {
  font-size: 36px;
  color: #0086d1;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
  display: inline-block;
  opacity: 0.9;
}
.solution-content .advantages .advantage-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333;
}
.solution-content .advantages .advantage-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.solution-content .advantages .layui-row {
  margin: 0 -15px;
}
.solution-content .advantages .layui-col-md4 {
  padding: 15px;
}
.tech-summary {
  padding: 60px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
.tech-summary .summary-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}
.tech-summary .summary-content .section-title {
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
}
.tech-summary .summary-content .summary-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 30px;
}
.tech-summary .summary-content .summary-text .contact-btn {
  margin-top: 30px;
}
.tech-summary .summary-content .summary-text .contact-btn .layui-btn {
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #0086d1;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.tech-summary .summary-content .summary-text .contact-btn .layui-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 134, 209, 0.3);
}
.tech-summary .summary-content .summary-text .contact-btn .layui-btn.layui-btn-primary {
  background: #fff;
  color: #333;
  border: none;
}
.tech-summary .summary-content .summary-text .contact-btn .layui-btn.layui-btn-primary:hover {
  background: #fff;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
.core-features {
  margin: 0 auto 60px;
  position: relative;
  z-index: 10;
}
.core-features .feature-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.core-features .feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.core-features .feature-box:hover .feature-icon {
  background: linear-gradient(135deg, #0086d1 0%, #1faeff 100%);
}
.core-features .feature-box:hover .feature-icon i {
  color: #fff;
}
.core-features .feature-box .feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.core-features .feature-box .feature-icon i {
  font-size: 36px;
  color: #0086d1;
  transition: all 0.3s ease;
}
.core-features .feature-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}
.core-features .feature-box p {
  color: #666;
  margin: 0;
  font-size: 15px;
  height: 30px;
}
.section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-header h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}
.section-header .section-desc {
  color: #666;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}
.parallax-section {
  position: relative;
  background-attachment: fixed;
  background-image: url("https://picsum.photos/1920/1080?random=10");
  background-size: cover;
  background-position: center;
}
.parallax-section .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.parallax-section .summary-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.parallax-section .summary-content .section-title {
  color: #fff;
}
.parallax-section .summary-content p {
  color: rgba(255, 255, 255, 0.9);
}
