/* 公共属性 */
*{margin:0;padding:0;list-style:none;}
body{background:#f4f5f6;font:normal 12px/22px "Microsoft Yahei";}
img{border:0;}
a{text-decoration:none;color:#333;}
a:hover{color:#1974A1;}
.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}
.clearfix:after{clear:both}

/* 主要样式 */
.container{width:1180px;margin-right:auto;margin-left:auto;*zoom:1;overflow: hidden;}
/*搜索框*/
.products{background:#333 url(../lib/product-search.png) center top no-repeat;min-width: 1180px; background-size:1920px 322px;height:162px;padding:80px 0;text-align:center;margin-bottom: 10px; margin-top: -70px;}
.products h3{font-size:30px;line-height:52px;color:#FFF;font-weight:400;}
.products p{font-size:14px;line-height:30px;color:#999;}
.products .search{margin-top:30px}
.products .search input{width:700px;height:20px;font-size:14px;line-height:20px;color:#333;padding:15px 20px;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;outline:none}
.products .search .search-btn{display:inline-block;margin-left:-6px;cursor:pointer;color:#FFF;background-color:#108CEE;width:115px;height:50px;font-size:14px;line-height:50px}
.products .search .search-btn:hover{text-decoration:none}
.products #company::-webkit-input-placeholder{color:rgba(51,51,51,0.3)}
.products #company:-moz-placeholder{color:rgba(51,51,51,0.3)}
.products #company:-ms-input-placeholder{color:rgba(51,51,51,0.3)}
/*导航栏*/
.nav{
	width: 9%;height: 35px;line-height: 35px;text-align: center;background: #fff;float: left;margin: 5px 0.5%;font-size: 13px;
	box-shadow: 0 8px 12px #ebedf0; -webkit-box-shadow: 0 8px 12px #ebedf0;border-radius: 5px;-webkit-border-radius: 5px;cursor: pointer;
}
.sel,.nav:hover{
	background:#108CEE;color: #fff;
}
.imgbox{
	clear: both;
	width: 100%;
	margin:25px auto;
}
.imgbox .item{
	display: inline-block;
	width: 18.3%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: 10px;
	background: #fff;
	box-shadow:2px 2px 6px #b5b5b5;
	border-radius: 5px;
}
.imgbox img{
	width: 100%;
	height: auto;
}
.imgbox p{
	font-size:12px;color:#666;line-height:20px; padding: 5px;
}
.nodata{
	margin: 150px auto;text-align: center;font-size: 13px;color: #666;	
}