/*元素工具包*/
: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: 10px;
	--e-global-size-12: 12px;
	--e-global-size-14: 14px;
	--e-global-size-16: 16px;
	--e-global-size-18: 18px;
	--e-global-size-20: 20px;
}
*, :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: 60px 0;
}
.mode-3__bottom a:nth-child(1){
	font-weight: 500;
	letter-spacing: 2px;
	fill: #24643C;
	color: var(--e-global-color-white);
	border-style: solid;
	border-radius: var(--e-global-size-10);
	font-size: var(--e-global-size-14);
	padding: 15px 30px;
}
.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-14);
	padding: 15px 30px;
}

.layout-tilte {
	text-align: center;
	padding: 50px 0px 25px;
}
.layout-tilte p:nth-child(1) {
	color: #24643C;font-size: 20px;
	padding-bottom: 10px;
}
.layout-tilte p:nth-child(2) {
	color: #333333;font-size: 32px;font-weight: 600;letter-spacing: 2px;
}
.layout-tilte p:nth-child(3){
	color: #525252;
}

/*头部轮播*/
.banner{
	position: relative;
	height: 750px;
	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;
	text-align: center;
}
.box-img{
	padding-bottom: 10px;
}
.box-line{
	width: 100%;
	height: 4px;
}
.box-line__height{
	border-block-start: 2px solid #ffffff;
	width: 45%;
	margin: 0 auto;
}

.box-img img{
	width: 300px;
}
.box-txt-1{
	font-size: 25px;
	font-weight: bold;
	padding: 10px;
}
.box-txt-2{
	font-size: 20px;
	padding: 10px;
}
.box-txt-3{
	font-size: 20px;
}

/*表单*/
.footerForm-in {
	position: relative;
	font-size: 0;
	background-color: white;
	text-align: unset;
	box-shadow: 0 1px 3px 1px #e8e8e8;
	width: 360px;
	display: flex;
	flex-flow: column;
}
.footerForm-in span {
	font-size: 26px;
	color: #fbc35d;
	line-height: 40px;
	display: inline-block;
	margin-right: 60px;
}
.footerForm-in input,.mode-1-select {
	display: inline-block;
	vertical-align: top;
	background: #fafafa;
	padding: 0 15px;
	font-size: 14px;
	color: #333;
	height: 45px;
	border: 1px double #aaa6a6;
	margin: 0 20px 20px 20px;
}
.footerForm-in button {
	display: inline-block;
	vertical-align: top;
	height: 45px;
	text-align: center;
	color: #fff;
	border: none;
	background: #33653A;
	font-size: 20px;
	margin: 0 20px 20px 20px;
}

/*关于我们*/
.mode-1-abount{
	width: 820px;
	padding: 55px 0;
}
.mode-1-abount p:nth-child(1){
	color: var(--e-global-color-dark_green);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
.mode-1-abount p:nth-child(2){
	color: #333333;
	font-size: 32px;
	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: 16px;
	font-weight: 400;
	padding-bottom: 10px;
}
.mode-1-abount p:nth-child(4){
	text-align: justify;
	color: var(--e-global-color-grey);
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 10px;
}
.mode-1-abount p:nth-child(5){
	text-align: justify;
	color: var(--e-global-color-grey);
	font-size: 16px;
	font-weight: 400;
}
.mode-1-esg{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.mode-1-esg dl{
	width: 280px;
	box-shadow: 0 3px 8px 3px #e8e8e8;
	padding: 10px 15px;
	/*background-image: url(https://static.deartree.com/site/hk/pc/home/esg-1.png);*/
	/*background-position: right 10px center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: 120px;*/
}
.mode-1-esg dt{
	color: var(--e-global-color-grey);
	font-size: 30px;
	font-weight: 600;
	height: 40px;
}
.mode-1-esg dd{
	text-align: justify;
	color: var(--e-global-color-grey);
	font-size: 16px;
	font-weight: 400;
	height: 95px;
}

/*我们的业务*/
.mode-2-box{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	text-align: center;
}
.mode-2-box:hover{
	box-shadow: 0 3px 8px 3px #e8e8e8;
}
.mode-2-box dl{
	width: 370px;
	height: 255px;
	font-size: 16px;
}
.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: 20px !important;
	padding-bottom: 10px;
	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: 60px 0;
}
.mode-2__bottom a:nth-child(1){
	font-weight: 500;
	letter-spacing: 2px;
	fill: #24643C;
	color: #24643C;
	background-color: #FFFFFF;
	border-style: solid;
	border-radius: 35px 35px 35px 35px;
	font-size: 16px;
	padding: 15px 30px;
}
.mode-2__bottom a:nth-child(2) {
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 2px;
	background-color: var(--e-global-color-dark_green);
	border-style: solid;
	border-color: #FFFFFF;
	border-radius: 35px 35px 35px 35px;
	font-size: 16px;
	padding: 15px 30px;
}

/*我的产品*/
.layout-mode-6 .mode-6__box{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.layout-mode-6 .mode-6__box_bg_item{
	width: 350px;
	height: 300px;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	cursor: pointer;
}
.layout-mode-6 .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: 5px;
}
.layout-mode-6 .mode-6__box_bg_img{
	background-size: cover;
	background-position: 50%;
	z-index: 1;
	transition-duration: 1500ms;
	will-change: transform;
}
.layout-mode-6 .mode-6__box_bg_item:hover .mode-6__box_bg_img{
	transform: scale(1.2);
}
.layout-mode-6 .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: 35px;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 18px;
	letter-spacing: 2px;
}

/*服务流程*/
.layout-mode-7{
	background-color: #F2F4F5;
	height: 450px;
}
.mode-7__box{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.mode-7__box_item{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	width: 240px;
}
.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: 20px;
}
.mode-7__box_item dl dt div:nth-child(1){
	width: 120px;
	height: 120px;
	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 20px;
}
.mode-7__box_item dl dd p:nth-child(1){
	color: #525252;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}
.mode-7__box_item dl dd p:nth-child(2){
	text-align: center;
	color: #525252;
	font-size: 16px;
	font-weight: 400;
}
.mode-7__box_widget{
	width: 70px;
	height: 100%;
}
.mode-7__box_item-divider{
	display: flex
;
	text-align: center;
	padding-block-start: 50px;
	padding-block-end: 50px;
}
.mode-7__box_item-divider-separator{
	width: 100%;
	margin: 0 auto;
	margin-center: 0;
	border-width: 0.5px;
	border-style: solid;
	color: #929292;
}


/*视频*/
.layout-mode-video{
	background-color: #F2F4F5;
	height: 350px;
}
.mode-video-box{
	display: flex;
	flex-flow: wrap;
}
.mode-video-left{
	display: flex;
	flex-flow: column;
	width: 400px;
}
.video-left__title{
	border-bottom: 1px solid #d5d8dc;
	display: flex;
	flex-flow: wrap;
	padding: 20px;
	justify-content: space-between;
}
.mode-video-left ul{
	padding: 20px;
	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: 10px;
	cursor: pointer;
}
.mode-video-right{
	width: 800px;
	padding: 20px;
}
.mode-video-right .mode-video-right-1{
	color: #24643C;
	font-size: 20px;
	padding-bottom: 10px;
}
.mode-video-right .mode-video-right-2{
	color: #333333;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 2px;
}
.mode-video-right .mode-video-right-3{
	color: #525252;
}
.mode-video-right .mode-video-right__item{
	padding-top: 20px;
}
.mode-video-right .mode-video-right__item p:nth-child(1){
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 20px;
}
.mode-video-right .mode-video-right__item p:nth-child(2){
	color: #525252;
	font-size: 20px;
	font-weight: 600;
}
.mode-video-right .mode-video-right__item p:nth-child(3){
	color: #888888;
	font-size: 18px;
	font-weight: 400;
}