/* banner */
.m-mes {
	position: relative;
	overflow: hidden;
	background: linear-gradient(0deg, #FFFFFF, #E6FFF8);
}
.m-mes:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 100%;
	min-width: 1920px;
	background-image: url('../img/mes/banner.png');
	background-position: right top;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transform: translate(-50%, 0);
}
.m-mes .m-content {
	gap: 40px;
	position: relative;
	box-sizing: border-box;
	height: 515px;
	padding: 120px 0 60px;
}
.m-mes .logo {
	width: 95px;
	margin-right: 20px;
}
.m-mes h1 {
	font-size: 55px;
	color: #1FAF7E;
}
.m-mes .explain {
	line-height: 32px;
	font-size: 18px;
	color: #444;
}

.m-mes .link {
	box-sizing: border-box;
	height: 48px;
	border-radius: 6px;
	padding: 0 20px;
	margin-right: 16px;
	font-size: 16px;
	color: #fff;
	background: #FF8A00;
	cursor: pointer;
}
.m-mes .link:nth-child(2) {
	background: #00CE98;
}
.m-mes .link:hover {
	opacity: .6;
}
.m-mes .link .tf {
	margin-left: 10px;
	font-size: 12px;
}
/* end banner */

.u-title h1 {
	position: relative;
	display: inline-block;
	font-size: 44px;
}
.u-title h1:before {
	content: '';
	position: absolute;
	right: -6px;
	bottom: -16px;
	width: 210px;
	height: 32px;
	background-image: url('../img/mes/title.png');
	background-size: 100%;
}
.u-title h1 span {
	position: relative;
}
.u-title p {
	margin-top: 30px;
	font-size: 20px;
	color: #333;
}

/* flaw */
.m-flaw {
	padding: 100px 0 170px;
	overflow: hidden;
	background-image: url('../img/mes/flaw_bg.jpg');
	background-size: 1920px auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.m-flaw .list {
	position: relative;
	width: 540px;
	height: 350px;
	margin-top: 70px;
}
.m-flaw .list ul {
	position: relative;
	left: 0;
	float: left;
	cursor: pointer;
}
.m-flaw .list li {
	box-sizing: border-box;
	width: 540px;
	height: 350px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(16,144,100,0.1);
	user-select: none;
}
.m-flaw .list li:nth-child(n+2) {
	margin-left: 50px;
}
.m-flaw .list li img {
	width: 90px;
	height: 90px;
}
.m-flaw .list li h5 {
	margin: 40px 0 20px;
	font-size: 24px;
}
.m-flaw .list li p {
	width: 360px;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	color: #888;
}
.m-flaw .nav {
	gap: 28px;
	margin-top: 50px;
	font-size: 18px;
	color: #999;
}
.m-flaw .nav a {
	padding: 6px;
}
.m-flaw .nav a:hover {
	color: #1FAF7E;
}
/* end flaw */

/* system */
.m-system {
	margin: -50px auto 80px;
}
.m-system .content {
	position: relative;
	width: 590px;
	height: 590px;
	margin: 46px auto;
}
.m-system .content .left {
	position: absolute;
	right: 550px;
	top: 90px;
}
.m-system .content .right {
	position: absolute;
	left: 550px;
	top: 90px;
}
.m-system .content .left dl {
	flex-direction: row-reverse;
	text-align: right;
	background: linear-gradient(-90deg, rgba(0,179,138,.15), rgba(0,179,138,0));
}
.m-system .content dl {
	gap: 20px;
	height: 100px;
	border-radius: 50px;
	margin-bottom: 66px;
	white-space: nowrap;
	background: linear-gradient(90deg, rgba(0,179,138,.15), rgba(0,179,138,0));
}
.m-system .content dt {
	width: 86px;
	height: 86px;
	border-radius: 100%;
	line-height: 86px;
	font-size: 42px;
	font-style: italic;
	text-align: center;
	color: #fff;
	background: linear-gradient(125deg, #1FAF7E, #00CE98);
}
.m-system .content dd h5 {
	margin-bottom: 12px;
	font-size: 24px;
}
.m-system .content dd p {
	font-size: 16px;
	color: #666;
}
/* end system */

/* core */
.m-core {
	padding: 100px 0 80px;
	overflow: hidden;
	background-image: url('../img/mes/core_bg.png');
	background-size: 1920px auto;
	background-repeat: no-repeat;
	background-position: left top;
}
.m-core .list {
	position: relative;
	width: 600px;
	height: 600px;
	margin-top: 80px;
}
.m-core .list ul {
	position: relative;
	left: 0;
	float: left;
	cursor: pointer;
}
.m-core .list li {
	box-sizing: border-box;
	width: 600px;
	height: 600px;
	border-radius: 20px;
	overflow: hidden;
}
.m-core .list li:nth-child(n+2) {
	margin-left: 40px;
}
.m-core .dot {
	gap: 8px;
	margin-top: 74px;
}
.m-core .dot .item {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #ddd;
	transition: all .3s ease;
	cursor: pointer;
}
.m-core .dot .item.z-crt {
	width: 36px;
	background: #1FAF7E;
}
/* end core */

/* role */
.m-role {
	padding: 100px 0 90px;
}
.m-role .tab ul {
	gap: 24px;
	margin: 50px 0 60px;
}
.m-role .tab li {
	box-sizing: border-box;
	min-width: 160px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 0 25px;
	line-height: 54px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
.m-role .tab li.z-crt {
	border-color: #1FAF7E;
	color: #fff;
	background: #1FAF7E;
	box-shadow: 2px 3px 5px 0px rgba(31,175,126,0.4);
}
.m-role .content {
	position: relative;
	height: 500px;
	border-radius: 20px;
	background-color: #2CBA8A;
	background-image: url('../img/mes/person_bg.png');
	background-size: 100% auto;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.m-role .content .item {
	position: absolute;
	inset: 0;
	padding-left: 130px;
	opacity: 0;
	transition: all .3s ease;
}
.m-role .content .item.z-crt {
	z-index: 1;
	opacity: 1;
}
.m-role .content .item h5 {
	display: none;
}
.m-role .content .item .person {
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 360px;
	max-height: none;
}
.m-role .content .item li {
	position: relative;
	width: 600px;
	margin-bottom: 36px;
	line-height: 36px;
	font-size: 22px;
	color: #fff;
}
.m-role .content .item li:before {
	content: '\e7c3';
	position: absolute;
	left: -44px;
	top: 0;
	font-family: iconfont;
	font-size: 24px;
	color: #FFFC00;
}
.m-role .content .item .link {
	width: 150px;
	height: 48px;
	border-radius: 6px;
	font-size: 18px;
	color: #fff;
	background: #FF8A00;
	box-shadow: 0px 3px 0px 0px #985200;
}
.m-role .content .item .link:hover {
	background: #FFAC22;
}
.m-role .content .item .link .tf {
	margin-left: 10px;
	font-size: 12px;
}
/* end role */

/* issue */
.m-issue {
	padding: 90px 0;
	background: #EDFCF8;
}
.m-issue .list {
	row-gap: 35px;
	column-gap: 50px;
	margin-top: 70px;
}
.m-issue dl {
	position: relative;
	width: 675px;
}
.m-issue dt {
	height: 70px;
	border-bottom: 1px solid #D0E5DF;
	font-size: 20px;
	cursor: pointer;
}
.m-issue dt .tf {
	font-size: 24px;
	font-weight: normal;
	color: #1FAF7E;
}
.m-issue dl.z-crt dt,
.m-issue dl dt:hover {
	font-weight: bold;
	color: #1FAF7E;
}
.m-issue dd {
	display: none;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 70px;
	max-height: 400px;
	border-radius: 0 0 10px 10px;
	padding: 20px 28px;
	overflow: auto;
	line-height: 32px;
	background: #fff;
	box-shadow: 2px 3px 10px 0 rgba(9,62,44,.1);
}
.m-issue dd h5,
.m-issue dd p {
	padding: 5px 0;
	font-size: 16px;
}
.m-issue dd p {
	text-indent: 2em;
}
.m-issue dl.z-crt dd {
	display: block;
}
/* end issue */

/* client */
.m-client {
	padding: 100px 0 230px;
	overflow: hidden;
}
.m-client .list {
	position: relative;
	width: 450px;
	height: 345px;
	margin: 90px auto 0;
}
.m-client .list ul {
	position: relative;
	left: 0;
	float: left;
	cursor: pointer;
}
.m-client .list li {
	box-sizing: border-box;
	width: 450px;
	height: 345px;
	border-radius: 20px;
	padding: 34px 38px 0;
	overflow: hidden;
	background: linear-gradient(0deg, #FFFFFF, #EBF1F4);
	transition: all .3s ease;
}
.m-client .list li:nth-child(n+2) {
	margin-left: 25px;
}
.m-client .list li.z-crt {
	background: linear-gradient(0deg, #FFFFFF, #D5F7EE);
	transform: translate(0,-22px);
}
.m-client .list li .client img {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-right: 22px;
}
.m-client .list li .client p {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}
.m-client .list li .client span {
	font-size: 14px;
	color: #999;
}
.m-client .list li .content {
	margin-top: 46px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.m-client .dot {
	gap: 8px;
	margin-top: 74px;
}
.m-client .dot .item {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #ddd;
	transition: all .3s ease;
	cursor: pointer;
}
.m-client .dot .item.z-crt {
	width: 36px;
	background: #1FAF7E;
}
/* end client */

.m-header .header .tryout {
	background: #1FAF7E;
}
.m-register {
    background-image: url(../img/mes/register_bg.jpg);
}