@ch@charset "utf-8";
@font-face {
	font-family: 'futura';
	src: url('Futura.ttc');
	font-weight: normal;
	font-style: normal;
}
html,body{
	padding:0 0;
	text-align: center;
	font-family: futura;
	margin:0 auto;
}
a{
	outline: none;
	text-decoration: none;
}
.m-contain{
	width:1100px;
	margin:40px auto 0;
}
.m-banner{
	width:100%;
	height:525px !important;
	padding:0 0 !important;
	overflow: hidden;
	position:relative;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:1px solid #f0f0f0;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a,.swiper-slide img{
	width:100%;

}
.el-carousel{
	height:525px !important;
}
.el-carousel__item,.el-carousel__container{
	height:100% !important;
}
.el-carousel__item img{
	width:100%;
}
.m-head{
	display: none;
}
.m-el-main{
	padding:0 0;
}
.m-list{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 30px;
}
.m-list-title{
	width:100%;
	text-align: left;
	height:36px;
	font-size:28px;
	font-family:futura;
	font-weight:bold;
	color:rgba(0,0,0,1);
	line-height:37px;
	padding-top:40px;
}
.m-list-li{
	width:100%;
	padding:30px 0 10px 0;
	vertical-align:middle;
	display: inline-block;
}
.m-list-img{
	width:75px;
	height:75px;
	float: left;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	border:1px solid #d9d9d9;
	overflow: hidden;
}
.m-list-info{
	max-width:230px;
	float: left;
	display: inline-block;
	height:75px;
	margin-left:31px;
	display: -webkit-flex;
	display: -moz-box-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	vertical-align:middle;
	justify-content: center;
}
.m-list-name,.m-list-text{
	text-align: left;
}
.m-list-name{
	height:26px;
	font-size:20px;
	font-family:futura;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:27px;
}
.m-list-text{
	height:19px;
	font-size:14px;
	font-family:OpenSans;
	color:rgba(0,0,0,0.6);
	line-height:19px;
	margin-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-list-icon{
	height:75px;
	float: right;
	display: -webkit-flex;
	display: -moz-box-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-right:44px;
}
.m-list-download-icon{
	width:36px;
	float: right;
	margin-left:15px;
}
.m-list-icon .m-list-download-icon:first-child{
	margin-left:0;
}
.m-list-line{
	width:1px;
	height:14px;
	background:rgba(0,0,0,1);
	border-radius:1px;
	opacity:0.2;
	float: left;
	margin-left:15px;
}
.m-list .el-col:nth-child(2n) .m-list-img{
	margin-left:44px;
}
.m-list .el-col:nth-child(2n) .m-list-icon{
	margin-right:0;
}
.m-list-btn{
	display: none;
}
.m-list-tab{
	display: none;
}
.m-menu{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 10000;
	background-color:rgba(0,0,0,0.2);
	overflow-y: scroll;
	display: none;
}
.m-menu-contain{
	width:76%;
	min-height:100%;
	text-align: center;
	float: left;
	background-color:#fff;
	overflow-y: scroll;
	display: none;
}
.m-menu-contain.on{
	display: block;
}
.m-menu-close{
	width:24%;
	height:100%;
	float: right;
}
.m-menu-title{
	width:100%;
	height:24px;
	font-size:18px;
	font-weight:bold;
	color:rgba(0,0,0,1);
	line-height:25px;
	padding-top:49px;
}
.m-menu-list{
	width:90%;
	margin:30px auto 0;
	display: inline-block;
}
ul.m-menu-list{
	padding:0 0;
}
.m-menu-list-li{
	height:80px;
	/* border-radius:6px; */
	margin-bottom: 20px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	border:1px solid #d9d9d9;
}
ul.m-menu-list li{
	list-style-type: none;
}
.m-menu-1{
	background:linear-gradient(90deg,rgba(254,200,94,1) 0%,rgba(254,217,90,1) 100%);
}
.m-menu-2{
	background:linear-gradient(50deg,rgba(255,107,108,1) 0%,rgba(255,149,116,1) 100%);
	/* box-shadow:-7px 0px 7px 0px rgba(254,121,120,0.2); */
}
.m-menu-3{
	background:linear-gradient(90deg,rgba(0,214,146,1) 0%,rgba(0,241,133,1) 100%);
}
.m-menu-4{
	background:linear-gradient(90deg,rgba(255,203,0,1) 0%,rgba(255,223,0,1) 100%);
}
.m-menu-5{
	background:linear-gradient(270deg,rgba(255,175,234,1) 0%,rgba(191,154,255,1) 100%);
}
.m-menu-6{
	background:linear-gradient(90deg,rgba(116,174,255,1) 0%,rgba(148,239,255,1) 100%);
	/* box-shadow:-7px 0px 7px 0px rgba(254,121,120,0.2); */
}
.m-menu-img{
	float: left;
	width:40px;
	height:40px;
	margin-left:20px;
	margin-top:20px;
}
.m-menu-name{
	width:45%;
	text-align:left;
	float: left;
	margin-left:10px;
	height:80px;
	font-size:16px;
	font-weight:bolder;
	color:rgba(0,0,0,1);
	line-height:80px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.m-menu-list-li label{
	width:20px;
	height:20px;
	float: right;
	background: url(../img/check.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-top:30px;
	margin-right:15px;
	display: none;
}
.m-menu-list-li.on label{
	display: block;
}

[v-cloak] {
	display: none !important;
}