/**
 * Author : Tab
 */
body{margin: 0;font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.fl{float: left;}
.fr{float: right;}
.cl{clear: both;height: 0;};
.wrapper{
	width: 100%;
	margin: 0;
}
.nav-border{
	border-top: 1px solid #f1f5e8;
	border-bottom: 1px solid #f1f5e8;
}

.wrapper .inside{
	width: 1100px;
	margin: 0 auto;
}
.wrapper .top{
	height: 50px;
	color: white;
	font-size: 32px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
}
.subject-bj{
	background-color: white;
}
.wrapper .subject{
	height: 70px;
	padding-top: 10px;
	/*border-bottom: 1px solid #eee;*/
}
.wrapper .subject .logo{
}

.hot-line{
	display: inline-block;
	height: 30px;
	padding: 0 6px;
	background-color: rgb(142,195,41);
	line-height: 30px;
	font-size: 14px;
	color:  #fff;
}
.wrapper .subject .search{
	padding-top: 10px;
}
.wrapper .subject .search form{
	display:inline;
}
.wrapper .subject .search .input{
	width: 310px;
	height: 26px;
	border: 1px solid rgb(142,195,41);
	color: rgb(150,150,150);
}
.wrapper .subject .search .submit{
	width: 60px;
	height: 30px;
	background-color: rgb(142,195,41);
	border: none;
	color:white;
	cursor: pointer;
}
.wrapper .subject .search .hot{
/*	padding-left: 310px;*/
}
.wrapper .subject .search a.title{
	font-size: 14px;
	text-decoration: none;
	margin-right: 4px;
	color: rgb(150,150,150);
}
.wrapper .subject .search a.title:hover{
	color: black;
}
.wrapper .nav{

}
.wrapper .nav ul{
    margin:0;
    padding-left: 0;
	list-style-type: none;
	font-size: 0;
}
.wrapper .nav ul li{
    display: inline-block;
    height: 50px;
    width: 122px;
    line-height: 50px;
    text-align: center;
}
.wrapper .nav ul li a {
	display: block;
	text-decoration: none;
	color: rgb(42,57,79);
	font-size: 16px;
	font-weight: bold;
}
.wrapper .nav ul li a:hover{
	color: white;
	background-color: rgb(142,195,41);
}
.wall{
	position: relative;
	background: url(../wireless/wall1.png) center center no-repeat;
	height: 568px;
}
.ser{
	position: absolute;
	top: 190px;
	left: 50%;
	width: 750px;
	margin-left: -375px;
}
.ser .wall-input{
	width: 676px;
	height: 50px;
	border: none;
	padding: 0;
	font-size: 24px;
	padding-left: 1em;
	vertical-align: bottom;
}
.ser .wall-sub{
	width: 50px;
	height: 50px;
	border: none;
	padding: 0;
	background-color: #fff;
	cursor: pointer;
}
.ser .hot-link{
	padding-top: 2px;
}
.ser .hot-link a{
	margin-right: 10px;
	text-decoration: none;
	color: #fff;
}
.ser .hot-link a.last{
	margin-right: 0
}
.ser .hot-link a.active{
	color: #ff0;
}
.content{
	width: 1100px;
	margin: 0 auto;
	padding-top: 90px;
}
.content .business{
	margin-bottom: 20px;
}
.content .article{
	width: 568px;
	height: 296px;
	padding: 10px;
	border: 2px solid #bbb;
	border-right: none;
}
.content .article p{
	text-indent: 2em;
	font-size: 20px;
}
.content .case-list{
	padding-top: 20px;
}
.content .case-list .case{
	width: 260px;
}
.content .case-list .case.margin{
	margin-right: 20px;
}
.content .case-list .case-head{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	color: rgb(142,195,41);
}
.content .case-list a{
	text-decoration: none;
	color: black;
}
.content .case-list p{
	margin: 0;
}