/*元素工具包*/
:root {
	--e-global-color-white: #FFFFFF;
	--e-global-color-primary: #6EC1E4;
	--e-global-color-green: #61CE70;
	--e-global-color-dark_green: #24643C;
	--e-global-color-grey: #525252;
	--e-global-color-secondary: #54595F;
	--e-global-color-text: #7A7A7A;
	--e-global-size-10: 0.10rem;
	--e-global-size-12: 0.12rem;
	--e-global-size-14: 0.14rem;
	--e-global-size-16: 0.16rem;
	--e-global-size-18: 0.18rem;
	--e-global-size-20: 0.20rem;
}
*, :after, :before {
	box-sizing: border-box;
}
/*通用css*/
.mode-3__bottom{
	text-align: center;
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 0.6rem 0;
}
.mode-3__bottom a:nth-child(1){
	font-weight: 500;
	letter-spacing: 0.02rem;
	fill: #24643C;
	color: var(--e-global-color-white);
	border-style: solid;
	border-radius: var(--e-global-size-10);
	font-size: var(--e-global-size-18);
	padding: 0.15rem 0.3rem;
}
.mode-3__bottom a:nth-child(2) {
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 2px;
	background-color: var(--e-global-color-dark_green);
	border-radius: var(--e-global-size-10);
	font-size: var(--e-global-size-18);
	padding: 0.15rem 0.3rem;
}

.layout-tilte {
	text-align: center;
	padding: 0.45rem 0 0.25rem;
	letter-spacing: 0.02rem;
}
.layout-tilte p:nth-child(1) {
	color: #24643C;
	font-size: 0.28rem;
	padding-bottom: 0.1rem;
}
.layout-tilte p:nth-child(2) {
	color: #333333;
	font-size: 0.32rem;
	font-weight: 600;
	padding-bottom: 0.1rem;
}
.layout-tilte p:nth-child(3){
	color: #525252;
	font-size: 0.24rem;
}

/*表單*/
.layout-from{
	margin-bottom: 0.4rem;
}
.layout-from .form-box{
	font-size: 0.24rem;
	background-color: #ede9ea;
}
.layout-from .form-box form{
	padding: 0 0.2rem;
}

/*头部轮播*/
.banner{
	position: relative;
	height: 7.5rem;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner img{
	width: 100%;
}
.banner video{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}
.banner .video-div{
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 7;
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: auto;
}
.banner .banner-box{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	z-index: 8;
}
.box-with{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.box-img{
	padding-bottom: 0.1rem;
}
.box-line{
	width: 100%;
	height: 0.04rem;
}
.box-line__height{
	border-block-start: 0.04rem solid #ffffff;
	width: 45%;
	margin: 0 auto;
}

.box-img img{
	width: 3rem;
}
.box-txt-1{
	font-size: 0.24rem;
	font-weight: bold;
	padding: 10px;
}
.box-txt-2{
	font-size: 0.24rem;
	padding: 10px;
}
.box-txt-3{
	font-size: 0.24rem;
}

/*表单*/
.footerForm-in {
	background-color: white;
	text-align: unset;
	box-shadow: 0 0.01rem 0.03rem 0.01rem #e8e8e8;
	display: flex;
	flex-flow: column;
}
.footerForm-in span {
	font-size: 0.3rem;
	color: #fbc35d;
	line-height: 0.4rem;
	display: inline-block;
	margin-right: 0.6rem;
}
.footerForm-in input,.mode-1-select {
	display: inline-block;
	vertical-align: top;
	background: #fafafa;
	padding: 0 0.15rem;
	font-size: 0.18rem;
	color: #333;
	height: 0.6rem;
	border: 0.01rem double #aaa6a6;
	margin: 0 0.2rem 0.2rem 0.2rem;
}
.footerForm-in button {
	display: inline-block;
	vertical-align: top;
	height: 0.6rem;
	text-align: center;
	color: #fff;
	border: none;
	background: #33653A;
	font-size: 0.24rem;
	margin: 0 0.2rem 0.2rem 0.2rem;
}

/*关于我们*/
.mode-1-abount{
	padding: 0.55rem 0;
}
.mode-1-abount p:nth-child(1){
	color: var(--e-global-color-dark_green);
	font-size: 0.3rem;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 0.1rem;
}
.mode-1-abount p:nth-child(2){
	color: #333333;
	font-size: 0.32rem;
	font-weight: 600;
	letter-spacing: 2px;
	word-spacing: 10px;
	padding-bottom: 10px;
}
.mode-1-abount p:nth-child(3){
	text-align: justify;
	color: var(--e-global-color-grey);
	font-size: 0.22rem;
	font-weight: 400;
	padding-bottom: 0.1rem;
}
.mode-1-abount p:nth-child(4){
	text-align: justify;
	color: var(--e-global-color-grey);
	font-size: 0.22rem;
	font-weight: 400;
	padding-bottom: 0.1rem;
}
.mode-1-abount p:nth-child(5){
	text-align: justify;
	color: var(--e-global-color-grey);
	font-size: 0.22rem;
	font-weight: 400;
}
.mode-1-esg{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.mode-1-esg dl{
	width: 3.4rem;
	padding: 0.1rem 0.15rem;
	box-shadow: 0 0.03rem 0.08rem 0.03rem #e8e8e8;
	margin-bottom: 0.2rem;
}
.mode-1-esg dt{
	color: var(--e-global-color-grey);
	font-size: 0.3rem;
	font-weight: 600;
	height: 0.4rem;
}
.mode-1-esg dd{
	text-align: justify;
	color: var(--e-global-color-grey);
	font-size: 0.22rem;
	font-weight: 400;
	height: 0.95rem;
}

/*我们的业务*/
.mode-2-box{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	text-align: center;
}
.mode-2-box:hover{
	box-shadow: 0 0.03rem 0.08rem 0.03rem #e8e8e8;
}
.mode-2-box dl{
	width: 100%;
	height: 3.5rem;
	font-size: 0.22rem;
	padding: 0.2rem;
}
.mode-2-box dl dt{
	padding-bottom: 0.1rem;
}
.mode-2-box dl:nth-child(2){
	background-image: url(https://static.deartree.com/site/hk/pc/home/service.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #ffffff;
}
.mode-2-box dl dd p:nth-child(1){
	font-size: 0.3rem !important;
	padding-bottom: 0.1rem;
	font-weight: 700;
}
.mode-2-box dl i{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(97, 206, 112, 0.5);
	transition: .5s;
}
.mode-2__bottom{
	text-align: center;
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 0.6rem 0;
}
.mode-2__bottom a:nth-child(1){
	font-weight: 500;
	letter-spacing: 0.02rem;
	fill: #24643C;
	color: #24643C;
	background-color: #FFFFFF;
	border-style: solid;
	border-radius: 0.35rem;
	font-size: 0.22rem;
	padding: 0.15rem 0.3rem;
}
.mode-2__bottom a:nth-child(2) {
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0.02rem;
	background-color: var(--e-global-color-dark_green);
	border-style: solid;
	border-color: #FFFFFF;
	border-radius: 0.35rem;
	font-size: 0.22rem;
	padding: 0.15rem 0.3rem;
}

/*服务流程*/
.layout-mode-7{
	background-color: #F2F4F5;
	/*height: 4.5rem;*/
}
.mode-7__box{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.mode-7__box_item{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	width: 4rem;
	margin-bottom: 0.5rem;
}
.mode-7__box_item dl{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.mode-7__box_item dl dt{
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-bottom: 0.2rem;
}
.mode-7__box_item dl dt div:nth-child(1){
	width: 2.2rem;
	height: 2.2rem;
	background-color: #FFFFFF;
	color: #24643C;
	border-radius: 50%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.mode-7__box_item dl dd{
	padding: 0 0.2rem;
}
.mode-7__box_item dl dd p:nth-child(1){
	color: #525252;
	font-size: 0.28rem;
	font-weight: 600;
	text-align: center;
	padding-bottom: 0.1rem;
}
.mode-7__box_item dl dd p:nth-child(2){
	text-align: center;
	color: #525252;
	font-size: 0.22rem;
	font-weight: 400;
}
.mode-7__box_widget{
	width: 0.7rem;
	height: 100%;
}
.mode-7__box_item-divider{
	display: flex;
	text-align: center;
	padding-block-start: 0.5rem;
	padding-block-end: 0.5rem;
}
.mode-7__box_item-divider-separator{
	width: 100%;
	margin: 0 auto;
	margin-center: 0;
	border-width: 0.05rem;
	border-style: solid;
	color: #929292;
}

/*我的产品*/
.mode-6__box{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.mode-6__box_bg_item{
	width: 100%;
	height: 4.5rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.mode-6__box_wrapper,.mode-6__box_bg_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .4s;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	border-radius: 0.15rem;
}
.mode-6__box_bg_img{
	background-size: cover;
	background-position: 50%;
	z-index: 1;
	transition-duration: 1500ms;
	will-change: transform;
}
.mode-6__box_bg_item:hover .mode-6__box_bg_img{
	transform: scale(1.2);
}
.mode-6__box_txt{
	position: relative;
	transition: .5s;
	color: #fff;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-end;
	padding: 0.35rem;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 0.28rem;
	letter-spacing: 0.02rem;
}


/*视频*/
.layout-mode-video{
	background-color: #F2F4F5;
	/*height: 350px;*/
}
.mode-video-box{

}
.mode-video-left{
	display: flex;
	flex-flow: column;
	font-size: 0.32rem;
}
.video-left__title{
	border-bottom: 1px solid #d5d8dc;
	display: flex;
	flex-flow: wrap;
	padding: 0.2rem;
	justify-content: space-between;
}
.mode-video-left ul{
	padding: 0.2rem;
	display: flex;
	flex-flow: column;
}
.mode-video-left ul li{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	margin-bottom: 0.2rem;
	cursor: pointer;
	font-size: 0.28rem;
}
.mode-video-left ul li p img{
	width: 1.5rem;
	height: 0.8rem;
}
.mode-video-left ul li p:nth-child(2){
	width: 4rem;
}
.mode-video-left ul li p:nth-child(3){

}
.mode-video-right{

	padding: 0.2rem;
}
.mode-video-right .mode-video-right-1{
	color: #24643C;
	font-size: 0.24rem;
	padding-bottom: 0.1rem;
}
.mode-video-right .mode-video-right-2{
	color: #333333;
	font-size: 0.32rem;
	font-weight: 600;
	letter-spacing: 0.02rem;
}
.mode-video-right .mode-video-right-3{
	color: #525252;
	font-size: 0.24rem;
}
.mode-video-right .mode-video-right__item{
	padding-top: 0.2rem;
}
.mode-video-right .mode-video-right__item p:nth-child(1){
	color: #888888;
	font-size: 0.24rem;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 0.2rem;
}
.mode-video-right .mode-video-right__item p:nth-child(2){
	color: #525252;
	font-size: 0.22rem;
	font-weight: 600;
}
.mode-video-right .mode-video-right__item p:nth-child(3){
	color: #888888;
	font-size: 0.22rem;
	font-weight: 400;
}