.m-menu{
	width: 100%;
	height: 80px;
	
	position: relative;background: #fff;
}
.in-mmenu{
	width: 100%;
	height: 50px;
	position: fixed;padding: 15px 0;
	background: #fff;
	z-index: 99999999;
}
a.m-logo{
	width: 166px;
	position: relative;
	height: 100%;
	display: inline-block;
	float: left;
	margin-left: 5.2%;
	background: url(../images/logo.png) no-repeat left center;
	background-size:auto 100%;
}
a.m-btn{
	width: 20px;
	height: 100%;
	position: relative;
	display: inline-block;
	float: right;
	background: url(../images/m-btn.jpg) no-repeat center;
	background-size: 100% auto;
	cursor: pointer;
	margin-right: 4.5%;
}
ul.m-menulis{
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 20%;
	overflow: auto;
	left: 0;
	top: 80px;
	box-sizing: border-box;
	padding-bottom: 50px;
	background: #fff;
	z-index: 9999999;
	display: none;
}
ul.m-menulis li{
	width: 100%;
	height: 40px;text-transform:uppercase;
	line-height: 40px;
	font-size: 16px;
	position: relative;
	background: #fff;
	text-align: center;
}
/*banner*/
.m-banner{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.m-banner img{
	width: 100%;
}
/*m-box1*/
.m-box1,.about-ul,.m-box2,.m-box2 ul,ul.m-solution,ul.m-case,.m-box3,.m-box3 ul,.m-footer{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.m-box1{
	padding: 16px 4%;
}
.m-box1 p{
	color: #666666;
	padding-top: 18px;
}
.m-box1 h1{
	font-size: 18px;
	line-height: 19px;
	height: 19px;
	padding-left: 4px;
	border-left: 3px solid #d00b00;
}
.m-box1 a{
	display: inline-block;
	width: auto;
	height: 12px;
	line-height: 12px;
	color: #666666;
	float: right;
	padding-left: 10px;
	background: url(../Images/more.png) no-repeat 0 center;
	background-size: auto 10px;
	margin: 40px 0 18px 0;
}
/*about ul*/
.about-ul li{
	width: 50%;
	height: 44px;
	position: relative;
	display: inline-block;
	float: left;
}
li.abg1{
	background-color: #f6f6f6;
}
li.abg2{
	background-color: #efefef;
}
.about-ul a{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 18px;
}
/*m-box2*/
.m-box2 ul li{
	display: block;
	width: 100%;
	height: 150px;
	padding:20px 0;
}
li.bg222{
	background: #222222;
}
li.bgff0{
	background: #d20000;
}
.left-font{
	width: 48%;
	height: 100%;
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 7%;
	color: #fff;
}
.left-font h1{
	display: block;
	width: 100%;
	font-size: 30px;
	font-family: "m-good";
	font-weight: normal;
	line-height: 30px;
	padding: 24px 0 3px 0;
}
.left-font p{
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	position: relative;
	padding-bottom: 11px;
}
.left-font p:after{
	content: "";
	width: 12px;
	height: 1px;
	position: absolute;
	display: inline-block;
	background: #fff;
	bottom: 0;
	left: 0;
}
.left-font a{
	font-size: 12px;
	color: #fff;
	margin-top: 18px;
	position: relative;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding-left: 10px;
	background: url(../Images/more.png) no-repeat 0 center;
	background-size: auto 8px;
}
.right-img{
	width: 44%;
	padding-right: 1%;
	height: 100%;
	position: relative;
	display: inline-block;
	float: right;
	overflow: hidden;
}
.right-img img{
	width: 90%;
	height: auto;
}
.bgff0 .left-font{top:50%;margin-top:-20%}
.right-img img:nth-child(2){margin-top:-20%}
/*m-solution*/
.m-solution{
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	box-sizing: border-box;
	text-align: center;
}
.m-solution li{
	display: inline-block;
	position: relative;
	width: 50%;
	height: 154px;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.m-solution li span{
	display: block;
	width: 50px;
	height: 50px;
	margin: 34px auto 12px auto;
	background-image: url(../Images/lisicon.png);
	background-repeat: no-repeat;
	background-size: 200px auto;
}

/*m-case*/
.m-case li{
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.m-case li span{
	width: 74px;
	font-size: 16px;
	height: 100%;
	position: absolute;
	display: inline-block;
	line-height: 100px;
	left: 50%;
	margin-left: -37px;
}
.m-case li span i{
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	left: -20px;
	background-image: url(../Images/m-caseicon.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
}

/*m-box3*/
.m-box3{
	box-sizing: border-box;
	padding: 0 4%;
	margin-bottom: 30px;
}
.m-box3 li{
	width: 100%;
	height: 120px;
	margin-top: 15px;
	border-bottom: 1px dashed #d6d6d6;
	overflow: hidden;
}
.m-box3 h1{
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 7px;
	position: relative;
	margin-bottom: 8px;
	word-wrap: break-word; 
	word-break: normal; 
	width: 100%;
	white-space:nowrap;
}
.m-box3 h1:after{
	width: 12px;
	height: 2px;
	display: inline-block;
	position: absolute;
	background: #d20000;
	bottom: 0;
	left: 0;
	content: "";
}
.m-box3 p{
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	height: 64px;
	position: relative;
	overflow: hidden;
}
.m-box3 strong{
	display: block;
	text-align: right;
	font-size: 12px;
	color: #222;
}

/*m-footer*/
.m-footer{
	text-align: left;
	color: #737373;
	box-sizing: border-box;
	padding: 26px 4%;
	background: #222222;
	font-size: 12px;
}
.m-footer .hr-div{
	display: block;
	width: 12px;
	height: 2px;
	position: relative;
	background: #737373;
	border: 0;
	margin: 10px 0;
}
.m-footer a{
	color: #737373;
	display: block;
	margin-top: 10px;
}

/*fixde foot*/
.m-fixde-number{
	width: 100%;
	height: 50px;
	position: relative;
	background: #d20000;
}
.in-fixde-number{
	width: 100%;
	height: 50px;
	position: fixed;
	background: #d20000;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding-top: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 19px;
}
.in-fixde-number a{
	color: #fff;
}
.in-fixde-number span{
	font-size: 12px;
	padding-left: 22px;
	position: relative;
	width: auto;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: url(../Images/wap-fixdenumber.png) no-repeat 0 center;
	background-size: auto 20px;
}