.cp-style-1 {
  background-image: url('../img/公司大门.webp');
  padding: 32px 0 400px;
}

.cp-style-2 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 8px;
  display: inline-block;
}

.cp-style-3 {
  color: var(--white);
  margin-bottom: 20px;
}

.cp-style-4 {
  color: var(--white);
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.cp-style-5 {
  min-height: 60vh;
}

.cp-style-6 {
  margin-bottom: 80px;
  background-color: var(--bg-light);
  padding: 60px 0;
  border-radius: 12px;
}

.cp-style-7 {
  text-align: center;
  margin-bottom: 50px;
}

.cp-style-8 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.cp-style-9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.cp-style-10 {
  background: var(--white);
  padding: 30px;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform 0.3s ease;
}

.cp-style-11 {
  color: var(--primary-color);
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.cp-style-12 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--text-primary);
}

.cp-style-13 {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

.cp-style-14 {
  margin-bottom: 80px;
  padding: 60px 0;
  background-color: var(--white);
}

.cp-style-15 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cp-style-16 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.cp-style-17 {
  background: var(--bg-light);
  border-left: 4px solid var(--primary-color);
  padding: 30px;
  border-radius: 0 8px 8px 0;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease;
}

.cp-style-18 {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 700;
}

.cp-style-19 {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 0.95rem;
}

.cp-style-20 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.cp-style-21 {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  grid-column: span 3;
  cursor: pointer;
}

.cp-style-22 {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  grid-column: span 4;
  cursor: pointer;
}

.cp-style-23 {
  margin-bottom: 80px;
  padding: 60px 0;
  background-color: var(--bg-light);
}

.cp-style-24 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.cp-style-25 {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: center;
}

.cp-style-26 {
  background: var(--white);
  padding: 50px 40px;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--primary-color);
}

.cp-style-27 {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 25px;
  font-weight: 700;
}

.cp-style-28 {
  color: var(--text-primary);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.cp-style-29 {
  color: var(--primary-color);
}

.cp-style-30 {
  width: 50px;
  height: 3px;
  background-color: #eee;
  margin: 20px 0;
}

.cp-style-31 {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
}

.cp-style-32 {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  height: 100%;
  min-height: 400px;
}

.cp-style-33 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.cp-style-34 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 25px;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}

.cp-style-35 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--text-primary);
}

.cp-style-36 {
  font-size: 0.9rem;
  color: var(--primary-color);
  font-weight: bold;
}

.cp-style-37 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

.cp-style-38 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 16/9;
  cursor: pointer;
}

.cp-style-39 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cp-style-40 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 25px;
  transition: opacity 0.3s ease;
}

.cp-style-41 {
  margin: 0 0 5px 0;
  font-size: 1.3rem;
  color: white;
}

.cp-style-42 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.cp-style-43 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 16/9;
  cursor: pointer;
  background-color: #f5f5f5;
}

.cp-style-44 {
  margin-bottom: 80px;
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('../img/banner2.webp') center/cover fixed;
  color: white;
}

.cp-style-45 {
  text-align: center;
  margin-bottom: 60px;
}

.cp-style-46 {
  color: white;
}

.cp-style-47 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.cp-style-48 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
}

.cp-style-49 {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.cp-style-50 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.cp-style-51 {
  background: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.cp-style-52 {
  font-size: 1.5rem;
  margin: 0;
}

.cp-style-53 {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.cp-style-54 {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 4px solid var(--primary-color);
}

.cp-style-55 {
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.cp-style-56 {
  color: var(--primary-color);
  font-size: 1.2rem;
}

.cp-style-57 {
  margin: 5px 0 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.cp-style-58 {
  margin-bottom: 80px;
  padding: 80px 0;
  background-color: var(--bg-light);
}

.cp-style-59 {
  background: var(--white);
  padding: 50px 40px;
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--primary-color);
}

.cp-style-60 {
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 0.03;
  color: var(--primary-color);
}

.cp-style-61 {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.cp-style-62 {
  background: rgba(139, 195, 74, 0.1);
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.cp-style-63 {
  font-size: 1.6rem;
  margin: 0;
  color: var(--text-primary);
}

.cp-style-64 {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.cp-style-65 {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}

.cp-style-66 {
  color: var(--primary-color);
  margin-right: 12px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.cp-style-67 {
  color: var(--text-primary);
  font-size: 1.05rem;
  line-height: 1.5;
}

.cp-style-68 {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #aaa;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 2px;
}

.cp-style-69 {
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.cp-style-70 {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}

.cp-style-71 {
  font-size: 1rem;
  color: var(--text-secondary);
  font-weight: normal;
}

.cp-style-72 {
  color: var(--text-secondary);
}

.cp-style-73 {
  margin-bottom: 80px;
  padding: 80px 0;
}

.cp-style-74 {
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.cp-style-75 {
  background: var(--primary-color);
  padding: 30px 40px;
  color: white;
  display: flex;
  align-items: center;
}

.cp-style-76 {
  margin-right: 20px;
}

.cp-style-77 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.cp-style-78 {
  font-size: 1.1rem;
  opacity: 0.9;
  font-weight: normal;
  margin-left: 10px;
}

.cp-style-79 {
  padding: 40px;
}

.cp-style-80 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.cp-style-81 {
  display: flex;
  align-items: flex-start;
}

.cp-style-82 {
  background: rgba(139, 195, 74, 0.1);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.cp-style-83 {
  margin: 0 0 10px 0;
  font-size: 1.2rem;
  color: var(--text-primary);
}

.cp-style-84 {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.6;
}

.cp-style-85 {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #aaa;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  padding-bottom: 2px;
}

.cp-style-86 {
  padding: 100px 0;
  background: linear-gradient(rgba(139, 195, 74, 0.9), rgba(139, 195, 74, 0.95)), url('../img/banner1.webp') center/cover fixed;
  color: white;
  text-align: center;
}

.cp-style-87 {
  max-width: 800px;
  margin: 0 auto;
}

.cp-style-88 {
  margin-bottom: 20px;
  opacity: 0.9;
}

.cp-style-89 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: white;
}

.cp-style-90 {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  line-height: 1.6;
}

.cp-style-91 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cp-style-92 {
  background: white;
  color: var(--primary-color);
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cp-style-93 {
  margin-right: 10px;
}

.cp-style-94 {
  background: transparent;
  color: white;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.cp-style-95 {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}