/*元素工具包*/
: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;
	--e-global-size-22: 22px;
	--e-global-size-24: 24px;
}
*, :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: #333333;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 5px;
	word-spacing: 10px;
}
.layout-tilte p:nth-child(2){
	width: 25%;
	margin: 0 auto;
	padding: 20px 0;
}
.layout-tilte p:nth-child(2) .elementor-divider{
	display: flex;
	margin: 0;
	direction: ltr;
	align-items: center;
}
.layout-tilte p:nth-child(2) .elementor-divider:after{
	display: block;
	content: "";
	border-block-end: 0;
	flex-grow: 1;
	border-block-start:2.4px solid #24643C;
}
.layout-tilte p:nth-child(2) .elementor-divider:before{
	display: block;
	content: "";
	border-block-end: 0;
	flex-grow: 1;
	border-block-start:2.4px solid #24643C;
}
.layout-tilte p:nth-child(3) {
	color: var(--e-global-color-grey);
	font-size: var(--e-global-size-16);
}

/*头部轮播*/
.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: 30px;
}
.box-line{
	width: 100%;
	height: 4px;
}
.box-line__height{
	border-block-start: 2px solid #ffffff;
	width: 30%;
	margin: 0 auto;
}

.box-img img{
	width: 300px;
}
.box-txt-1{
	font-size: 25px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
}
.box-txt-2{
	font-size: 20px;
	padding: 10px;
}
.box-txt-3{
	font-size: 20px;
}

.box-number{
	display: flex;
	justify-content: space-between;
	width: 750px;
}
.box-number dl{
	width: 230px;
	height: 100px;
	border: 2px solid;
	border-radius: 15px;
	margin-top: 80px;
	display: flex;
	flex-flow: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.box-number dt{
	font-size: 40px;
}
.box-number dt em{
	font-size: 24px;
	padding-left: 5px;
}
.box-number dd{
	font-size: 18px;
}

/*案例*/
.layout-mode-1{

}
.layout-mode-1 .mode-1__box{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.layout-mode-1 .mode-1__box dl{
	width: 630px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgba(36, 100.00000000000006, 60.00000000000002, 0.43);
	margin-bottom: 20px;
}
.layout-mode-1 .mode-1__box dl dt{
	width: 300px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.layout-mode-1 .mode-1__box dl dt img{
	width: 100%;
}
.layout-mode-1 .mode-1__box dl dd{
	width: 270px;
}
.layout-mode-1 .mode-1__box dl dd p:nth-child(1){
	font-size: var(--e-global-size-20);
	font-weight: 700;
	padding-bottom: 10px;
}
.layout-mode-1 .mode-1__box dl dd p:nth-child(2){
	font-size: var(--e-global-size-18);
	padding-bottom: 10px;
}
.layout-mode-1 .mode-1__box dl dd p:nth-child(3){
	font-size: var(--e-global-size-14);
}
.layout-mode-1 .mode-1__box dl dd p:nth-child(4){

}

/*合作伙伴*/
.brand-list{
	height: 648px;
}
.brand-list ul{
	display: inline-block;
	float: right;
	height: auto;
}
.brand-list ul li{
	float: left;
	width: 238px;
	overflow: hidden;
	transition: .2s;
	border: 1px solid hsla(0, 0%, 90.6%, .5);
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
}
.brand-list ul li:nth-child(5n){
	margin-right: 0 !important;
}
.brand-list ul li:hover{
	box-shadow: 1px 1px 10px 2px #e0dddd!important;
	transition: all .1s ease-out;
	transform: scale(1.02);
}
.brand-list ul li img {
	transition: all 400ms;
	width: 100%;
}