body,html,.header,.container{
	min-width: 1400px;
	position: relative;
}
.header{
	width: 100%;
	z-index: 1;
}
/*1*/
.level {
    position: relative;
}
.level.level-1 {
    height: calc(100vh - 110px);
    min-height: 800px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(255,255,245,0.7), rgba(255,255,245,0.7)), url(../images/index-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding: 40px 0px;
}


.level-1-content{
	width: 1400px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.text-content {
    width: 650px;
    height: 100%;
    background: #fff8eb;
    border-radius: 8px;
    padding: 20px 30px;
}

.title{
    color: #103755;
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
}
.sub-title{
	color: #103755;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: italic;
}
.line{
	background-color: #103755;
	height: 3px;
	width: calc(100% - 26px);
	margin-left: 13px;
}
.box-title{
    color: #103755;
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: bold;
	text-align: left;
}
.box-text{
	color: #103755;
	font-size: 17px;
}
.box{
	width: 100%;
	padding: 10px 25px;
	/* background-color: #c9eaeb; */
	border-radius: 8px;
	margin-top: 15px;
}
.box-1{
	background-color: #c9eaeb;
}

.icon{
	display: inline-block;
}
.icon-heart{
	width: 60px;
    height: 60px;
    margin-right: 35px;
    background: url(../images/icon-heart.png);
    background-size: contain;
}

.box-2{
	background-color: #fbe6c8;
}
.card{
	width: 163px;
	padding: 15px 30px 20px;
	border-radius: 8px;
	text-align: center;
}
.card:nth-child(1){
	background-color: #f6ddbc;
}
.card:nth-child(2){
	background-color: #b9dcb9;
	padding: 15px 30px 30px;
}
.card:nth-child(3){
	background-color: #fde39e;
	padding: 10px 30px 30px;
}
.card.fl{
	margin-right: 25px;
}
.card.fr{

}
.icon-card-1{
	display: inline-block;
	width: 75px;
    height: 75px;
    background: url(../images/icon-card-1.png);
    background-size: contain;
	margin-bottom: 10px;
}
.icon-card-2{
	display: inline-block;
	width: 75px;
    height: 75px;
    background: url(../images/icon-card-2.png);
    background-size: contain;
	margin-bottom: 10px;
}
.icon-card-3{
	display: inline-block;
	width: 90px;
    height: 90px;
    background: url(../images/icon-card-3.png);
    background-size: contain;
}

.card-text{
	line-height: 20px;
	font-size: 18px;
}
.mt10{
	margin-top: 10px;
}
.box-3{
	padding: 0;
}
.box-3-1,.box-3-2{
	width: 282px;
	border-radius: 8px;
}
.box-3-1{
	background: #c9eaec;
	padding: 10px 25px;
	text-align: center;
}
.box-3-2{
	background: #fae5c9;
	padding: 10px 25px;
}
.box-3-text{
	line-height: 20px;
    font-size: 18px;
}
.box-3-2{
	background: #fae5c9;
	padding: 10px 25px;
}
.icon-box-3-1{
	display: inline-block;
	width: 75px;
    height: 75px;
    background: url(../images/icon-box-3-1.png);
    background-size: contain;
	margin-bottom: 5px;
}
.icon-box-3-2{
	display: inline-block;
	width: 43px;
    height: 43px;
    background: url(../images/icon-box-3-2.png);
    background-size: contain;
	margin-right: 15px;
	vertical-align: middle;
}
.icon-box-3-3{
	display: inline-block;
	width: 43px;
    height: 43px;
    background: url(../images/icon-box-3-3.png);
    background-size: contain;
	margin-right: 15px;
	vertical-align: middle;
}
.icon-box-3-4{
	display: inline-block;
	width: 43px;
    height: 43px;
    background: url(../images/icon-box-3-4.png);
    background-size: contain;
	margin-right: 15px;
	vertical-align: middle;
}
.box-3-2 .box-3-text{
	line-height: 43px;
	margin-bottom: 4px;
}

.pic-content {
    width: 715px;
    height: 100%;
    position: relative;
}

.stack-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 所有图片基础样式 */
.stack-img {
    position: absolute;
    width: 680px;
    left: 20px;   /* 居中偏移 */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* 每张图片稍微往下堆叠（像一叠照片） */
.stack-img:nth-child(1)  { top: 0px; z-index: 14; }
.stack-img:nth-child(2)  { top: 12px; z-index: 13; }
.stack-img:nth-child(3)  { top: 24px; z-index: 12; }
.stack-img:nth-child(4)  { top: 36px; z-index: 11; }
.stack-img:nth-child(5)  { top: 48px; z-index: 10; }
.stack-img:nth-child(6)  { top: 60px; z-index: 9; }
.stack-img:nth-child(7)  { top: 72px; z-index: 8; }
.stack-img:nth-child(8)  { top: 84px; z-index: 7; }
.stack-img:nth-child(9)  { top: 96px; z-index: 6; }
.stack-img:nth-child(10) { top: 108px; z-index: 5; }
.stack-img:nth-child(11) { top: 120px; z-index: 4; }
.stack-img:nth-child(12) { top: 132px; z-index: 3; }
.stack-img:nth-child(13) { top: 144px; z-index: 2; }
.stack-img:nth-child(14) { top: 156px; z-index: 1; }

/* 2 */
.level-2-content {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
/* 容器：一行三个 */
.stats-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
    padding: 40px 20px;
}

/* 每个统计卡片 */
.stat-box {
    flex: 1;
    background: linear-gradient(135deg,
        #2ECC71 0%,
        #58D68D 25%,
        #82E0AA 50%,
        #58D68D 75%,
        #2ECC71 100%
    );
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* 数字 */
.stat-number {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* 标签 */
.stat-label {
    font-size: 18px;
    opacity: 0.95;
    line-height: 1.4;
}

/* 3 */
.level-3-content {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.services-overview {
  padding: 20px 20px 80px;
}

.services-main-title {
	text-align: center;
    font-size: 42px;
    color: #103755;
    margin-bottom: 30px;
    font-weight: bold;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 15px;
  justify-content: center;
  margin-bottom: 30px;
}

.service-item {
  padding: 10px 16px;
  background: #eef6f4;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  color: #145a32;
  transition: background 0.3s, color 0.3s;
}

.service-item:hover,
.service-item.active {
  background: #2ECC71;
  color: #ffffff;
}

.services-detail {
  max-width: 900px;
  margin: 0 auto;
}

.service-detail {
  display: none;
}

.service-detail.active {
  display: block;
}

.service-detail h2 {
  font-size: 28px;
  color: #145a32;
  margin-bottom: 12px;
}

.service-detail p {
  font-size: 17px;
  line-height: 1.6;
  color: #333333;
}
