html, body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-container {
	height: 100%;
	overflow: hidden;
	background-image: url(../img/bg-top.png);
	background-repeat: repeat-x;
	background-size: cover;
}
.m-cnt {
	max-width: 1325px;
	height: 100%;
	margin: 0 auto;
	padding-top: 230px;
	
}
.m-title {
	width: 1080px;
	height: 90px;
	margin: 0 auto;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.m-cnt-bg {
	width: 1190px;
	height: 280px;
	margin: 0 auto;
	background-image: url(../img/bg-top-content.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.m-clearfix::after {
	content: "";
	display: block;
	height: 0;	   
	clear: both;
}
.m-links-wrap {
	margin-top: -32px;
	padding-top: 95px;
	padding-bottom: 80px;
	background: -webkit-gradient(linear,left top, left bottom,from(rgba(107,184,255, .6)),to(rgba(0,132,255,0)));
	background: -o-linear-gradient(top,rgba(107,184,255, .6) 0%,rgba(0,132,255,0) 100%);
	background: linear-gradient(180deg,rgba(107,184,255, .6) 0%,rgba(0,132,255,0) 100%);
	border-radius: 20px;
}
.m-links-wrap .m-links-wrap-item {
	float: left;
	width: 25%;
}
.m-links-wrap .m-links-wrap-item .m-link {
	display: block;
	width: 240px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 2px solid rgba(255, 255, 255, .3);
	border-radius: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.m-links-wrap .m-links-wrap-item .m-link:hover {
	border-color: rgba(80,172,254, .8);
	background:-webkit-gradient(linear, right top, left top, from(rgba(80,172,254, .8)),to(rgba(0,242,254, .8)));
	background:-o-linear-gradient(right, rgba(80,172,254, .8),rgba(0,242,254, .8));
	background:linear-gradient(-90deg, rgba(80,172,254, .8),rgba(0,242,254, .8));
}
.m-img-left {
	margin-left: 10px;
}
.m-img-right {
	margin-right: 10px;
}