.banner{
	height: 315px;
	background: url(../img/mobile/mobile-banner.png) no-repeat center;
}
/*关于移动互联网*/
.about{
	margin:0 auto;
	width:740px;
	padding:70px 0;
	height: auto;
}
.about .content1{
	text-align: center;
	margin-bottom: 70px;
}
.p1{
	color: #d40000;
	font-size:30px;
	font-weight:800;
}
.p2{
	color: #545454;
	font-size:28px;
	font-weight:800;
}
.about .content2 p{
	margin-bottom:20px;
	text-align: center;
	color: #656565;
	font-size:14px;
	line-height:25px;
}
.about .content3{
	margin: 0 auto;
	height: 320px;
}
/*关于移动互联网产品*/
.products-frame{
	margin:0 auto;
	background: #f7f9fa;
}
.products{
	margin:0 auto;
	padding: 100px 0px 60px;
	min-width:1080px;
	width:1080px;
}
.products .content1{
 	text-align: center;	
 	margin-bottom: 70px;
}
.products .content2 li{
	height: 400px;
	border-radius: 7px;
	overflow: hidden;
	margin-right:45px ;
	float: left;
}
.products .content2 li .text{
	top: -55px;
	height:55px ;
	position:relative;
	background: rgba(60,60,60,0.7);
	text-align: center;
	transition: .25s;
}
.products .content2 li p{
	line-height: 55px;
	color: #fff;
	font-size: 18px;
}
.products .content2 li .icon{
	display: none;
}
.products .content2 li .icon .icon1{
	width: ;
	height: 90px;
	background: url(../img/mobile/chat-icon.png) no-repeat center;
}
.products .content2 li .icon .icon2{
	width: ;
	height: 90px;
	background: url(../img/mobile/WAP-icon.png) no-repeat center;
}
.products .content2 li .icon .icon3{
	width: ;
	height: 90px;
	background: url(../img/mobile/APP-icon.png) no-repeat center;
}
.products .content2 li:hover{
	box-shadow: 0px 0px 8px 3px #d8dadb;
}
.products .content2 li:hover .text{
	top: -405px;
	height:405px ;
	position:relative;
	background: rgba(60,60,60,0.7);
	text-align: center;
	padding-top:150px;
}
.products .content2 li:hover p{
	color: #fff;
	font-size: 18px;
}
.products .content2 li:hover .icon{
	display: block;
}

