body {
	background-color: #f9f9f9;
}
header {
	width: 100%;
	position: fixed;
	height: 56px;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
	background-color: #fff;
	z-index: 999;
}
.head {
	height: 56px;
	width: 1000px;
	margin: 0 auto;
}
.head .logo {
	height: 40px;
	padding-top: 8px;
	float: left;
}
.head .logo>img {
	height: 40px;
}
.head>h1 {
	float: left;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	padding-left: 15px;
}
.head>h1>a {
	display: inline-block;
	padding: 0 15px;
	color: #404040;
}
.head>h1>a:hover {
	color: #04477C;
}
.head .searchModel {
	float: left;
	height: 46px;
	padding-top: 10px;
	margin-left: 20px;
}
.head .searchModel .search {
	height: 20px;
	width: 160px;
	background-color: #f2f2f2;
	padding: 8px 36px 8px 16px;
	border-radius: 18px;
}
.head .searchModel .search input {
	height: 100%;
	width: 100%;
	display: block;
	outline: none;
	border: none;
	background-color: inherit;
}
.typePage {
	width: 1000px;
	margin: 0 auto;
	padding-top: 66px;
	position: relative;
	overflow: hidden;
}

.typePage section {
	padding: 24px;
	width: 682px;
	background: #fff;
	float: left;
}
.typePage section ul {				/* 产品列表 */
	overflow: hidden;
	padding: 7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.typePage section ul li {
	width: 200px;
	overflow: hidden;
	box-shadow: 0 0 6px #ccc;
	margin-bottom: 17px;
	padding: 4px;
}
.typePage section ul li .shopImg {
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.typePage section ul li .shopImg img {
	display: block;
	height: 200px;
	width: 200px;
}
.typePage section ul li h5 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}
.typePage section ul li p {
	line-height: 16px;
	font-size: 12px;
	color: #888;
}
.typePage .hotList {				/* 热门产品推荐 */
	float: right;
	padding: 16px;
	width: 228px;
	background: #fff;
}
.typePage .hotList>h4 {
	font-size: 16px;
	height: 18px;
	padding-left: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding-left: 12px;
	border-left: 4px solid #065fb9;
	font-size: 18px;
	font-weight: 500;
	height: 20px;
	line-height: 20px;
}
.typePage .hotList>ul li {
	padding-bottom: 17px;
	overflow: hidden;
}
.typePage .hotList>ul li a,
.typePage section ul li a {
	display: block;
}
.typePage .hotList>ul li .hotShopImg {
	height: 60px;
	width: 60px;
	float: left;
}
.typePage .hotList>ul li .hotShopImg>img {
	height: 60px;
	width: 60px;
}
.typePage .hotList>ul li article {
	height: 60px;
	width: 160px;
	float: right;
}
.typePage .hotList>ul li article h4 {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.typePage .hotList>ul li article h5 {
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	color: #888;
	overflow: hidden;
	font-weight: normal;
}