/*reset css*/
body{
	margin:0px;
	width:100%;
}
h4,h3{margin:0px;}
a{text-decoration: none;}
i{font-style: normal;}
p{margin:0px;}
ul{margin:0px; padding:0px;}
li{
	list-style:none;
}
/*公用样式*/
.clearfix{
	*zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
/*commerce.css*/
/*停车生活*/
#item_1{
	max-width:1700px;
	width:100%;
	height:460px;
	text-align:center;
	padding:50px 0;
	margin:0 auto;
}
#item_1>ul{
	width:1000px;
	margin:0 auto;
}
#item_1 ul>li{
	display:inline-block;
}
#item_1 .item_1_right{
	width:500px;
	padding:48px 0 50px 0;
}
#item_1 .item_1_right>p{
	font-size:12px;
	line-height:24px;
	text-align:center;
	color:#666;
}
#item_1 .lasep{
	font-weight: 900;
	color:#000 !important;
}

#item_1 .item_1_left>img{
	vertical-align:inherit ;
}
/*开放性平台*/
#item_2{
	max-width:1700px;
	width:100%;
	height:920px;
	text-align:center;
	padding:50px 0;
	background-color:#f2fbff;
	margin:0 auto;
}
#item_2content{
	width:1000px;
	height:920px;
	margin:0 auto;
	text-align: center;
	background:url(../img/commerce_open_platform.png) no-repeat center;
}
#item_2 .item_2_text{
	width:380px;
	height:280px;
	text-align:right;
	margin-right:50px;
	margin-top:50px;
}
#item_2 .item_2_text>h3{
	line-height:102px;
}
#item_2 .item_2_text>p{
	font-size:14px;
	line-height:34px;
}
/*解决方案*/
#item_3{
	max-width:1700px;
	width:100%;
	text-align:center;
	padding-bottom:50px;
}
#item_3>h3{
	line-height:173px;
}
#item_3>ul{
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#item_3 ul>li{
	width:300px;
	height:88px;
	margin:0 50px;
	display:inline-block;
	text-align: left;
}
#item_3 .item_3_left{
	display:inline-block;
}
#item_3 .item_3_right{
	display:inline-block;
}
#item_3 span{
	display:block;
	padding-right:100px;
	color:#ea2c04;
	font-size:14px;
	text-align:left;
}
#item_3 i{
	display:block;
	white-space:nowrap;
	font-size:16px;
	text-align:left;
}
#item_3 img{
	vertical-align:sub;
}
/*表单*/
#item_4{
	max-width:1700px;
	width:100%;
	text-align:center;
	padding:50px 0;
	margin:0 auto;
}
#forms_btn{
	width:230px;
	height:70px;
	text-align:center;
	line-height:70px;
	display:block;
	margin:0 auto;
	background-color:#1eaae2;
	font-size:24px;
	color:#fff;
	border-radius:10px;
	text-decoration: none;
}
#fCopyright{
	display:none !important;
}
@media only screen and (max-device-width:768px){
	#item_1{
		height:auto;
		padding:20px 0;
	}
	#item_1>ul{
		width:100%;
	}
	#item_1 .item_1_left>img{
		width:50%;
	}
	#item_1 .item_1_right{
		width:100%;
	}
	/*分割线*/
	#item_2{
		padding:20px;
		height:auto;
	}
	#item_2content{
		width:100%;
		height:auto;
		background-size:100% 100%;
	}
	#item_2 .item_2_text{
		margin-right:0;
		margin-top:20px;
	}
	#item_2 .item_2_text>h3{
		font-size:14px;
		line-height:20px;
	}
	#item_2 .item_2_text>p{
		font-size:10px;
		line-height:16px;
	}
	/*分割线*/
	#item_3>h3{
		font-size:14px;
		line-height:50px;
	}
	#item_3>ul{
		width:100%;
	}
	#item_3 ul>li{
		width:47%;
		height:auto;
		margin:0;
		overflow:hidden;
	}
	#item_3 ul>li>img{
		width:24%;
	}
	#item_3 .item_3_left{
		width:24%;
	}
	#item_3 .item_3_left>img{
		width:100%;
	}
	#item_3 .item_3_right{
		width:60%;
	}
	#item_3 span{
		padding:0;
		font-size:10px;
	}
	#item_3 i{
		font-size:10px;
	}
}
/**/
.maskContent{position:relative;}
.mask{width:100%;height:100px;background:#fff;position:absolute;bottom:10px;left:0;}
@media screen and (max-width: 640px){
	.mask{height:100px;bottom:80px;}
}