﻿.section{
    padding: 3rem 0;
}
.section .section-title{
    text-align: center;
}
.section-title p{
    font-size: 1.6rem;
    color: #333333;
    font-weight: bold;
}
.section-title .section-line{
    width: 3.85rem;
    height: 0.25rem;
    background: #00c08a;
    border-radius: 3px;
    margin: 0.7rem auto;
}
.section-title text{
    font-size: 0.85rem;
    color: #666666;
    font-weight: bold;
}
/* 内容0 */
.section-0{
    height: 20rem;
    background: url(/images/scheme/other/column/section-0-bg.png) no-repeat;
    background-size: cover;
}
.section-0 .section-banner {
	padding: 4.1rem 0 0 19.3rem;
}
.section-0 .section-banner p{
	font-size: 2.3rem;
	color: #fff;
	font-weight: bold;
	color: #064e09;
	margin-bottom: 1rem;
	letter-spacing: 0.92px;
}
.section-0 .section-banner text{
	font-size: 0.9rem;
	color: #064e09;
    letter-spacing: 0.36px;
}
/* 内容1 */
.section-1 .section-group{
	padding: 0 19.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-1 .section-group1{
	margin-top: 3.7rem;
}
.section-1 .section-group2{
	margin-top: 1.6rem;
}
.section-1 .section-group .section-item{
	width: 9.8rem;
	height: 10.55rem;
	background: #00c08a;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(2,107,44,0.16); 
	text-align: center;
}
.section-1 .section-group .section-item p{
	font-size: 1.1rem;
	color: #ffffff;
	height: 2rem;
	line-height: 2rem;
}
.section-1 .section-group .section-item .section-box{
	position: relative;
	font-size: 0.77rem;
	color: #595a5a;
	line-height: 1.05rem;
	letter-spacing: 0.56px;
	width: 9.8rem;
	height: 8.25rem;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(2,107,44,0.16); 
	box-sizing: border-box;
}
.section-1 .section-group .section-item .section-box .section-shadow{
	width: 9rem;
	height: 8rem;
	opacity: 0.11;
	background: #16828b;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(2,107,44,0.16); 
    filter: blur(3px);
	position: absolute;
	top: 1.1rem;
	left: 0.55rem;
	z-index: -1;
}
.section-1 .section-group1 .section-item .section-box{
	padding-top: 1.7rem;
}
.section-1 .section-group2 .section-item .section-box{
	padding-top: 1.35rem;
}
/* 内容2 */
.section-2{
    background: rgba(0,188,134,0.07);
}
.section-2 .section-images{
    margin-top: 1.4rem;
    padding: 0 21.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-2 .section-images img{
    width: 17rem;
    height: 24.3rem;
    margin-top: 0.9rem;
}
/* 内容3 */
.section-3 .section-content{
    display: flex;
    margin-top: 4rem;
    justify-content: center;
}
.section-3 .section-content .section-left{

}
.section-3 .section-content .section-left img{
    width: 29.65rem;
    height: 33.8rem;
}
.section-3 .section-content .section-right{
    width: 26rem;
}
.section-3 .section-content .section-right li{
  margin-bottom: 1.5rem;
}
.section-3 .section-content .section-right p{
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}
.section-3 .section-content .section-right i{
    display: inline-block;
    width: 0.2rem;
    height: 1.3rem;
    background: #ffc600;
    border-radius: 2px;
    margin-right: 0.5rem;
}
.section-3 .section-content .section-right span{
    font-size: 1.3rem;
    color: #00c08a;
    letter-spacing: 0.36px;
    font-weight: bold;
}
.section-3 .section-content .section-right text{
    display: inline-block;
    color: #7d7d7d;
    letter-spacing: 0.22px;
    font-size: 0.85rem;
    padding-left: 0.7rem;
}
/* 内容4 */
.section-4{
    padding-top: 0;
}
.section-4 .section-group{
    margin-top: 3rem;
	padding: 0 19.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section-4 .section-group .section-item{
	width: 25.75rem;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	display: flex;
	padding: 1rem;
	cursor: pointer;
	margin-bottom: 1rem;
}
.section-4 .section-group .section-item.active{
	border: 2px solid rgba(101,215,179,0.66);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.10); 
}
.section-4 .section-group .section-item .section-image{
	width: 2.4rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
}
.section-4 .section-group .section-item.active .section-image{
	background: #e8faf5;
}
.section-4 .section-group .section-item .section-image img{
	width: 1.35rem;
	height: 1.35rem;
}
.section-4 .section-group .section-item .section-image img:first-child{
	display: block;
}
.section-4 .section-group .section-item .section-image img:last-child{
	display: none;
}
.section-4 .section-group .section-item.active .section-image img:first-child{
	display: none;
}
.section-4 .section-group .section-item.active .section-image img:last-child{
	display: block;
}
.section-4 .section-group .section-item .section-desc{
	margin-left: 1rem;
}
.section-4 .section-group .section-item .section-desc p{
	color: #434245;
	line-height: 1.2rem;
	font-size: 0.9rem;
}
.section-4 .section-group .section-item .section-desc text{
	display: inline-block;
	color: #898989;
	line-height: 1.1rem;
	font-size: 0.6rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20rem;
}