/* banner */
.m-banner {
	position: relative;
	overflow: hidden;
	background-color: #F0F3F6;
}
.m-banner .m-content {
	height: 750px;
}
.m-banner .tab {
	position: relative;
	padding: 3px;
	border-radius: 32px;
	margin-top: 146px;
	background: rgba(255,255,255,.7);
}
.m-banner .tab .crt {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 100px;
	height: 48px;
	border-radius: 24px;
	background: #000;
	transition: transform .3s ease;
}
.m-banner .tab li {
	z-index: 1;
	position: relative;
	width: 100px;
	height: 48px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: color .3s ease;
}
.m-banner .tab li.z-crt {
	color: #fff;
}
.m-banner .content {
	position: relative;
	width: 100%;
	margin-top: 50px;
}
.m-banner .content .item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	transform: translate(0,1rem);
}
.m-banner .content .item.z-crt {
	opacity: 1;
	transform: translate(0,0);
	transition: all 1s ease;
}
.m-banner .content .item:not(.z-crt) {
	pointer-events: none;
}
.m-banner .content h1 {
	line-height: 74px;
	font-size: 46px;
	font-weight: normal;
}
.m-banner .content h1 span {
	color: #1FAF7E;
}
.m-banner .content p {
	margin-top: 34px;
	line-height: 32px;
	font-size: 16px;
	color: #828A96;
}
.m-banner .image {
	display: none;
}
.m-banner .button {
	gap: 16px;
	width: 170px;
	height: 50px;
	border-radius: 25px;
	font-size: 18px;
	color: #fff;
	background: #FF8A00;
	cursor: pointer;
	transition: all .15s ease;
}
.m-banner .button:hover {
	background: #FFAC22;
	transform: translate(0,-6px);
}
.m-banner .tel {
	margin: 24px 0 90px;
	font-size: 14px;
	color: #828A96;
}
/* end banner */

.u-title h2 {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: normal;
	color: #333;
}
.u-title h1 {
	font-size: 48px;
	color: #333;
}

/* about */
.m-about {
	padding-top: 90px;
	padding-bottom: 90px;
}
.m-about .u-title {
	margin-bottom: 50px;
}
.m-about .video {
	width: 890px;
	height: 500px;
	border-radius: 16px;
	cursor: pointer;
}
.m-about .total {
	margin-right: 30px;
}
.m-about .total .item:nth-child(n+2) {
	margin-top: 70px;
}
.m-about .total .item strong {
	font-size: 50px;
	color: #1FAF7E;
}
.m-about .total .item span {
	margin-left: 8px;
	font-size: 30px;
	color: #1FAF7E;
}
.m-about .total .item p {
	margin-top: 10px;
	font-size: 18px;
	color: #666;
}
@media screen and (max-width: 1500px) {
	.m-about .video {
		width: 712px;
		height: 400px;
		border-radius: 16px;
		cursor: pointer;
	}
	.m-about .total .item:nth-child(n+2) {
		margin-top: 40px;
	}
	.m-about .total .item p {
		margin-top: 8px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1250px) {
	.m-about .video {
		width: 624px;
		height: 350px;
		border-radius: 16px;
		cursor: pointer;
	}
	.m-about .total .item:nth-child(n+2) {
		margin-top: 30px;
	}
	.m-about .total .item strong {
		font-size: 40px;
	}
	.m-about .total .item span {
		font-size: 22px;
	}
	.m-about .total .item p {
		margin-top: 6px;
		font-size: 14px;
	}
}
/* end about */

/* system */
.m-system {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.m-system .list {
	width: 600px;
	margin-top: 70px;
	user-select: none;
}
.m-system .list ul {
	float: left;
	height: 600px;
	margin-bottom: 36px;
}
.m-system .list li {
	width: 600px;
	height: 600px;
	border-radius: 20px;
	margin-right: 40px;
	cursor: grab;
}
.m-system .list .angle {
	gap: 12px;
	clear: both;
}
.m-system .list .angle .item {
	width: 44px;
	height: 44px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 18px;
	background: #EDEDF0;
	cursor: pointer;
	transition: all .1s ease;
}
.m-system .list .angle .item:hover {
	color: #fff;
	background: #1FAF7E;
}
/* end system */

/* role */
.m-role {
	padding: 70px 0 80px;
	background: linear-gradient(0deg, rgba(245,247,255,0), rgba(184,238,224,.35), rgba(184,238,224,.55), rgba(255,255,255,.94));
}
.m-role .tab ul {
	gap: 32px;
	margin: 40px 0 38px;
}
.m-role .tab li {
	box-sizing: border-box;
	min-width: 160px;
	border: 1px solid #C0DBD2;
	border-radius: 6px;
	padding: 0 26px;
	line-height: 55px;
	font-size: 20px;
	text-align: center;
	background: #fff;
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,.08);
	cursor: pointer;
	transition: all .1s ease;
}
.m-role .tab li.z-crt {
	border-color: #11BD8A;
	color: #fff;
	background: #1FAF7E;
	box-shadow: 2px 3px 5px 0px rgba(31,175,126,.4);
}
.m-role .content {
	position: relative;
	height: 500px;
	border-radius: 20px;
	background-color: #2CBA8A;
	background-image: url('../img/index/role_bg.jpg');
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.m-role .content .item {
	position: absolute;
	inset: 0;
	padding: 80px 82px 85px;
	opacity: 0;
	transition: all .3s ease;
}
.m-role .content .item.z-crt {
	z-index: 1;
	opacity: 1;
}
.m-role .content .item h5 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
	color: #096848;
}
.m-role .content .item li {
	z-index: 1;
	position: relative;
	padding-left: 36px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}
.m-role .content .item li:nth-child(n+2) {
	margin-top: 30px;
}
.m-role .content .item li:before {
	content: '\e628';
	position: absolute;
	left: 0;
	top: 0;
	font-family: iconfont;
	font-size: 20px;
	color: #FFFC00;
}
.m-role .content .item .link {
	gap: 20px;
	width: 150px;
	height: 48px;
	border-radius: 6px;
	font-size: 18px;
	color: #fff;
	background: #FF8A00;
	box-shadow: 0px 3px 0px 0px #985200;
	cursor: pointer;
	transition: background .1s ease;
}
.m-role .content .item .link:hover {
	background: #FFAC22;
}
.m-role .content .item .link .tf {
	font-size: 18px;
}
.m-role .content .item .person {
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 600px;
	max-height: none;
}
@media screen and (max-width: 1500px) {
	.m-role .content .item li {
		width: 8rem;
	}
	.m-role .content .item .person {
		width: 6rem;
	}
	.m-role .content .item li:nth-child(n+2) {
		margin-top: .2rem;
	}
}
/* end role */

/* customer */
.m-customer {
	padding-top: 70px;
	padding-bottom: 38px;
	overflow: hidden;
	background: linear-gradient(0deg, rgba(245,247,255,0), rgba(196,229,254,0.35), rgba(196,229,254,0.55), rgba(255,255,255,0.94));
}
.m-customer .list {
	width: 350px;
	margin-top: 50px;
	user-select: none;
}
.m-customer .list ul {
	float: left;
	height: 550px;
	margin-bottom: 36px;
}
.m-customer .list li {
	width: 350px;
	height: 550px;
	border-radius: 10px;
	margin-right: 34px;
	overflow: hidden;
	background: #fff;
	cursor: grab;
}
.m-customer .list li .image {
	height: 200px;
}
.m-customer .list li .person {
	padding: 20px 20px 20px 30px;
}
.m-customer .list li .person .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 16px;
}
.m-customer .list li .person p {
	font-size: 20px;
	font-weight: bold;
}
.m-customer .list li .person span {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	color: #999;
}
.m-customer .list li .summary {
	padding: 0 30px;
	line-height: 26px;
	font-size: 15px;
	color: #444;
}
.m-customer .list li .total {
	padding: 0 30px 32px;
}
.m-customer .list li .total .item {
	width: 50%;
}
.m-customer .list li .total .item strong {
	font-size: 36px;
}
.m-customer .list li .total .item span {
	margin-left: 4px;
	font-size: 24px;
}
.m-customer .list li .total .item p {
	margin-top: 10px;
	font-size: 13px;
	color: #999;
}
.m-customer .list .angle {
	gap: 12px;
	clear: both;
}
.m-customer .list .angle .item {
	width: 44px;
	height: 44px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 18px;
	background: #EDEDF0;
	cursor: pointer;
	transition: all .1s ease;
}
.m-customer .list .angle .item:hover {
	color: #fff;
	background: #1FAF7E;
}
/* end customer */

/* video */
.m-video {
	padding-top: 70px;
	padding-bottom: 80px;
}
.m-video ul {
	gap: .44rem;
	margin-top: .6rem;
}
.m-video li {
	width: 4.7rem;
	cursor: pointer;
}
.m-video li .image {
	position: relative;
	height: 3.14rem;
	border-radius: 10px;
}
.m-video li .image:after {
	content: '\e612';
	position: absolute;
	left: 50%;
	top: 50%;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	line-height: .6rem;
	font-family: iconfont;
	font-size: .22rem;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.6);
	transform: translate(-50%,-50%);
}
.m-video li p {
	padding: 20px 8px;
	line-height: 32px;
	font-size: 18px;
}
/* end video */

/* advantage */
.m-advantage {
	padding-bottom: 126px;
}
.m-advantage ul {
	gap: .32rem;
	margin-top: .6rem;
}
.m-advantage li {
	gap: .2rem;
	box-sizing: border-box;
	height: 1.8rem;
	border: 1px solid #E4F0EC;
	border-radius: .08rem;
	padding-left: .2rem;
	background: linear-gradient(0deg, #FFFFFF, #F4FCF9);
	box-shadow: 2px 3px 5px 0 rgba(102,102,102,.1);
	transition: transform .3s ease, box-shadow .3s ease;
}
.m-advantage li:hover {
	transform: translate(0,-10px);
	box-shadow: 2px 3px 15px 0 rgba(102,102,102,.2);
}
.m-advantage li img {
	width: 1.12rem;
}
.m-advantage li h5 {
	margin-bottom: .14rem;
	font-size: .24rem;
	color: #333;
}
.m-advantage li p {
	line-height: .28rem;
	font-size: .15rem;
	color: #666;
}
/* end advantage */