.content{
	width:100%;
	background:#F4F4F4;
}
.service-us{
	width:100%;
	background:#FFF;
	padding-bottom:110px;
	overflow:hidden;
}
.service-title{
	width:100%;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:36px;
	color:#888;
	margin-top:80px;
	margin-bottom:50px;
}
.service-us .service-div{
	text-align:center;
}
.service-us .service-div div{
	display:inline-block;
	width:200px;
	height:200px;
}
.service-us .service-div img{
	width:100%;
	height:100%;
}
.service-us .service-div h2{
	font-size:24px;
	color:#2B2B2B;
	font-family:"microsoft yahei";
	margin-top:40px;
	line-height:60px;
	margin-bottom:0px;
}
.service-us .service-div p{
	display:inline-block;
	text-align:left;
	width:300px;
	line-height:25px;
	font-size:16px;
	color:#999;
	font-family:"microsoft yahei";
}
.my-unique{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
.my-unique h1{
	font-size:36px;
	color:#2B2B2B;
	width:100%;
	height:80px;
	text-align:center;
	line-height:80px;
	margin-top:80px;
	margin-bottom:40px;
}
.my-unique .unique-icon{
	width:100px;
	height:100px;
}
.my-unique .unique-txt{
	margin-left:24px;
}
.my-unique .unique-txt h2{
	font-size:24px;
	color:#2B2B2B;
}.my-unique .unique-txt p{
	font-size:16px;
	color:#999;
}
.unique-mobility{
	overflow:hidden;
	margin-bottom:60px;
}
.unique-mobility .unique-icon{
	background:url(../recimages/unique3.png) no-repeat center;
	background-size:100%;
}
.unique-service{
	overflow:hidden;
	margin-bottom:60px;
}
.unique-service .unique-icon{
	background:url(../recimages/unique2.png) no-repeat center;
	background-size:100%;
}
.unique-inte{
	overflow:hidden;
	margin-bottom:60px;
}
.unique-inte .unique-icon{
	background:url(../recimages/unique4.png) no-repeat center;
	background-size:100%;
}
.unique-cycle{
	overflow:hidden;
	margin-bottom:60px;
}
.unique-cycle .unique-icon{
	background:url(../recimages/unique1.png) no-repeat center;
	background-size:100%;
}
.unique-security{
	overflow:hidden;
	margin-bottom:60px;
}
.unique-security .unique-icon{
	background:url(../recimages/unique5.png) no-repeat center;
	background-size:100%;
}
.together-partner{
	width:100%;
	background:#FFF;
	overflow:hidden;
	padding-bottom:100px;
}
.together-partner h1{
	width:100%;
	height:80px;
	line-height:80px;
	text-align:center;
	margin-top:80px;
	margin-bottom:40px;
	font-size:36px;
	color:#888;
}
.partner-logo{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.partner-logo div{
	text-align:center;
	margin-top:40px;
	height:108px;
}
.partner-logo div img{
	height:100%;
}
/*手机和平板样式*/
@media (max-width: 768px) {
	.banner img {
	    width: 100%;
	    height: 200px;
	}
	.service-title{
		width:100%;
		height:40px;
		line-height:40px;
		text-align:center;
		font-size:24px;
		color:#888;
		margin-top:40px;
		margin-bottom:20px;
	}
	.service-us{
		padding-bottom:40px;
	}
	.service-us .service-div div{
		width:82px;
		height:82px;
	}
	.service-us .service-div h2{
		font-size: 18px;
	    color: #2B2B2B;
	    font-family: "microsoft yahei";
	    margin-top: 16px;
	    line-height: 30px;
	    margin-bottom: 0px;
	}
	.service-us .service-div p {
	    display: inline-block;
	    text-align: left;
	    width: 300px;
	    line-height: 20px;
	    font-size: 14px;
	    color: #999;
	    margin-bottom:22px;
	    font-family: "microsoft yahei";
	}
	.my-unique h1 {
	    font-size: 24px;
	    color: #2B2B2B;
	    width: 100%;
	    height: 40px;
	    text-align: center;
	    line-height: 40px;
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.my-unique .unique-icon {
	    width: 60px;
	    height: 60px;
	}
	.my-unique .unique-txt h2 {
		margin-top:10px;
	    font-size: 18px;
	    color: #2B2B2B;
	}
	.my-unique .unique-txt p {
	    font-size: 14px;
	    color: #999;
	}
	.together-partner h1 {
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	    margin-top: 30px;
	    margin-bottom: 20px;
	    font-size: 24px;
	    color: #888;
	}
	.partner-logo div {
	    text-align: center;
	    margin-top: 20px;
	    height: 54px;
	}
}