/*无线标题*/
.wireless-title {
	background:  url("../images/wireless-bg.jpg") no-repeat center center ;
	background-size: cover;
}

.content .row{
	margin-bottom: 0;
}
.content .row .item{
	margin-bottom: 20px;
}

.content .row .item h4{
	margin-bottom: 0;
}
.content img:hover{
	-webkit-transform: scale(1.05,1.05);
	   -moz-transform: scale(1.05,1.05);
         -o-transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);
            transform: scale(1.05,1.05);
}





.map{
	background:#f4f7f9;
}

@media only screen and (min-width:768px){

}
@media only screen and (min-width:992px){
	.content .row{
		margin-bottom: 30px;
	}
	.content .row .item{
		margin-bottom: 0;
	}
}
@media only screen and (min-width:1200px){
	.content .row{
		margin-bottom: 30px;
	}
	.content .row .item{
		margin-bottom: 0;
	}
}
