/* banner */
.m-banner {
	position: relative;
	overflow: hidden;
	background-color: #F0F3F6;
	background-image: none !important;
}
.m-banner .m-content {
	height: 10rem;
}
.m-banner .tab {
	position: relative;
	box-sizing: border-box;
	width: 7rem;
	padding: .04rem;
	margin-top: .38rem;
	border-radius: .44rem;
	background: rgba(255,255,255,.7);
}
.m-banner .tab .crt {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 20%;
	height: .8rem;
	border-radius: .4rem;
	background: #000;
	transition: transform .3s ease;
}
.m-banner .tab li {
	z-index: 1;
	position: relative;
	width: 20%;
	height: .8rem;
	font-size: .28rem;
	transition: color .3s ease;
}
.m-banner .tab li.z-crt {
	color: #fff;
}
.m-banner .content {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top: .4rem;
}
.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 h1 {
	line-height: .72rem;
	font-size: .42rem;
	font-weight: normal;
	text-align: center;
}
.m-banner .content h1 span {
	color: #1FAF7E;
}
.m-banner .content p {
	display: none;
}
.m-banner .image {
	height: 4.7rem;
}
.m-banner .button {
	position: relative;
	width: 6rem;
	height: .88rem;
	border-radius: .44rem;
	margin-top: .1rem;
	font-size: .32rem;
	color: #fff;
	background: #FF8A00;
}
.m-banner .button .tf {
	display: none;
}
.m-banner .tel {
	margin: .3rem 0 .46rem;
	font-size: .26rem;
	color: #828A96;
}
.m-banner .tel a {
	color: #1FAF7E;
}
/* end banner */

.u-title {
	margin: 0 .3rem;
}
.u-title h2 {
	margin-bottom: .3rem;
	font-size: .36rem;
	font-weight: normal;
	color: #333;
}
.u-title h1 {
	line-height: .76rem;
	font-size: .56rem;
	color: #333;
}

/* about */
.m-about {
	padding-top: .8rem;
	padding-bottom: .8rem;
}
.m-about .u-title {
	margin-bottom: .4rem;
}
.m-about .video {
	height: 3.8rem;
	border-radius: .2rem;
	margin: 0 .3rem;
	cursor: pointer;
}
.m-about .total {
	gap: .24rem;
	margin: 0 .3rem;
}
.m-about .total .item {
	margin-top: .4rem;
}
.m-about .total .item strong {
	font-size: .76rem;
	color: #1FAF7E;
}
.m-about .total .item span {
	margin-left: .1rem;
	font-size: .3rem;
	color: #1FAF7E;
}
.m-about .total .item p {
	margin-top: .1rem;
	line-height: .32rem;
	font-size: .24rem;
	text-align: justify;
	color: #666;
}
/* end about */

/* system */
.m-system {
	padding-top: .8rem;
	padding-bottom: .8rem;
	overflow: hidden;
}
.m-system .list {
	margin-top: .6rem;
	user-select: none;
}
.m-system .list ul {
	float: left;
	padding: 0 1.2rem 0 .3rem;
	margin-bottom: .3rem;
}
.m-system .list li {
	width: 6rem;
	height: 6rem;
	border-radius: .3rem;
	cursor: grab;
}
.m-system .list li:nth-child(n+2) {
	margin-left: .24rem;
}
.m-system .list .angle {
	gap: 12px;
	clear: both;
	margin: 0 .3rem;
}
.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:nth-child(n+3) {
	display: none;
}
/* end system */

/* role */
.m-role {
	padding-top: .8rem;
	padding-bottom: .8rem;
	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: .24rem;
	float: left;
	padding: 0 .3rem;
	margin: .6rem 0 .4rem;
}
.m-role .tab li {
	box-sizing: border-box;
	border: 1px solid #C0DBD2;
	border-radius: .1rem;
	padding: 0 .4rem;
	line-height: .8rem;
	font-size: .3rem;
	text-align: center;
	white-space: nowrap;
	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;
}
.m-role .content .item {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	height: 9.66rem;
	border-radius: .3rem;
	padding: .6rem .5rem;
	margin: 0 .3rem;
	overflow: hidden;
	background-color: #2CBA8A;
	background-image: url('../img/index/role_bg.jpg');
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .3s ease;
}
.m-role .content .item.z-crt {
	position: relative;
	z-index: 1;
	opacity: 1;
}
.m-role .content .item h5 {
	margin-bottom: .4rem;
	font-size: .36rem;
	font-weight: normal;
	color: #096848;
}
.m-role .content .item li {
	z-index: 1;
	position: relative;
	padding-left: .4rem;
	line-height: .46rem;
	font-size: .3rem;
	color: #fff;
}
.m-role .content .item li:nth-child(n+2) {
	margin-top: .4rem;
}
.m-role .content .item li:before {
	content: '\e628';
	position: absolute;
	left: 0rem;
	top: 0;
	font-family: iconfont;
	color: #FFFC00;
}
.m-role .content .item .link {
	gap: .4rem;
	width: 3rem;
	height: .96rem;
	border-radius: .12rem;
	font-size: .36rem;
	color: #fff;
	background: #FF8A00;
	box-shadow: 0px 3px 0px 0px #985200;
}
.m-role .content .item .person {
	position: absolute;
	right: -.8rem;
	bottom: 0;
	width: 5rem;
	max-height: none;
}
/* end role */

/* customer */
.m-customer {
	padding-top: .8rem;
	padding-bottom: .8rem;
	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 {
	margin-top: .6rem;
	user-select: none;
}
.m-customer .list ul {
	float: left;
	padding: 0 1.2rem 0 .3rem;
	margin-bottom: .3rem;
}
.m-customer .list li {
	width: 6rem;
	height: 8rem;
	border-radius: .2rem;
	overflow: hidden;
	background: #fff;
	cursor: grab;
}
.m-customer .list li:nth-child(n+2) {
	margin-left: .24rem;
}
.m-customer .list li .image {
	height: 3rem;
}
.m-customer .list li .person {
	padding: .2rem .3rem;
}
.m-customer .list li .person .icon {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	margin-right: .2rem;
}
.m-customer .list li .person p {
	font-size: .32rem;
	font-weight: bold;
}
.m-customer .list li .person span {
	display: block;
	margin-top: .1rem;
	font-size: .26rem;
	color: #999;
}
.m-customer .list li .summary {
	padding: .2rem .3rem;
	line-height: .4rem;
	font-size: .28rem;
	color: #444;
}
.m-customer .list li .total {
	padding: 0 .3rem .2rem;
}
.m-customer .list li .total .item {
	width: 50%;
}
.m-customer .list li .total .item strong {
	font-size: .6rem;
}
.m-customer .list li .total .item span {
	margin-left: .1rem;
	font-size: .32rem;
}
.m-customer .list li .total .item p {
	margin-top: .1rem;
	font-size: .26rem;
	color: #999;
}
.m-customer .list .angle {
	gap: 12px;
	clear: both;
	margin: 0 .3rem;
}
.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:nth-child(n+3) {
	display: none;
}
/* end customer */

/* video */
.m-video {
	padding-top: .8rem;
	padding-bottom: .8rem;
}
.m-video ul {
	margin: .6rem .3rem 0;
}
.m-video li:nth-child(n+2) {
	margin-top: .3rem;
}
.m-video li .image {
	position: relative;
	height: 4.2rem;
	border-radius: .2rem;
}
.m-video li .image:after {
	content: '\e612';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	line-height: 1rem;
	font-family: iconfont;
	font-size: .36rem;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.6);
	transform: translate(-50%,-50%);
}
.m-video li p {
	padding: .2rem 0;
	line-height: .44rem;
	font-size: .3rem;
}
/* end video */

/* advantage */
.m-advantage {
	padding-top: .8rem;
	padding-bottom: .8rem;
}
.m-advantage ul {
	gap: .3rem;
	margin: .6rem .3rem 0;
}
.m-advantage li {
	gap: .3rem;
	box-sizing: border-box;
	width: 3.3rem;
	border: 1px solid #E4F0EC;
	border-radius: .16rem;
	padding: .3rem 0;
	background: linear-gradient(0deg, #FFFFFF, #F4FCF9);
	box-shadow: 2px 3px 5px 0 rgba(102,102,102,.1);
}
.m-advantage li img {
	height: 1.4rem;
}
.m-advantage li h5 {
	margin-bottom: .24rem;
	font-size: .32rem;
	text-align: center;
	color: #333;
}
.m-advantage li p {
	line-height: .36rem;
	font-size: .26rem;
	text-align: center;
	color: #666;
}
/* end advantage */