body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
i {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: 400;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%;
}

q:after,
q:before {
	content: "";
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
select,
textarea {
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
}

.clear:after,
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.clear,
.clearfix {
	zoom: 1;
}

.block {
	display: block;
	width: 100%;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

input {
	-webkit-appearance: none;
}

/*body*/
body {
	background: #F2F3F5;
	color: #333333;
	font-size: 14px;
	font-family: "Microsoft yahei";
	line-height: 24px;
}

a {
	color: #0000fe;
	text-decoration: none;
}

a:hover {
	color: #0000fe;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header {
	display: flex;
	align-items: center;
	background: #ffffff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
	padding: 0 40px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header .logo {
	width: 217px;
	height: 46px;
	display: block;
	background: url('../img/mall2_logo.png') center center no-repeat;
	background-size: 217px 46px;
}

.header .logo a {
	width: 217px;
	height: 46px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.nav {
	height: 80px;
	display: flex;
	align-items: center;
}

.nav li {
	font-size: 16px;
	padding: 0 20px;
}

.main {
	margin: 20px auto 0;
	display: flex;
	padding: 20px;
}

.leftNav {
	width: 300px;
	background: #ffffff;
	margin-right: 20px;
}

.leftNav dl dt {
	height: 40px;
	padding: 0 10px;
	border-bottom: #e5e5e5 solid 1px;
	line-height: 40px;
}

.textlist li {
	font-size: 13px;
	line-height: 28px;
	padding: 0 10px;
}

.content {
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
	flex: 1;
}

.detail {}

.detail h1 {
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	color: #1b1f33;
	border-bottom: #e7e7e7 dashed 1px;
}

.textdetail {
	padding: 30px 0;
}

.textdetail p {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	text-indent: 2em;
	padding-bottom: 15px;
}

.splist {
	width: 956px;
	overflow: hidden;
}

.splist li {
	width: 224px;
	float: left;
	background: #ffffff;
	margin-right: 15px;
	margin-top: 15px;
	transition: box-shadow 200ms ease-in, transform 200ms ease-in;
}

.splist li img {
	width: 224px;
	height: 141px;
	display: block;
}

.splist li p {
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	color: #1b1f33;
}

.splist li span {
	display: block;
	padding: 0 10px 10px 10px;
	line-height: 18px;
	color: #999999;
}

.splist li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	transform: translateY(-2px)
}
.content .title{height: 40px;line-height: 40px;text-align: left;font-size: 16px;color:#333333;text-indent: 15px;}

@media screen and (max-width: 990px) {
	.header {
		padding: 10px 0 0 0;
		display: flex;
		flex-direction: column;
	}

	.header .logo {
		flex: 1;
	}

	.nav {
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		flex: 1;
	}

	.nav li {
		width: 25%;
		height: 36px;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.main {
		padding: 0;
	}

	.leftNav {
		display: none;
	}

	.detail h1 {
		font-size: 16px;
		line-height: 36px;
		text-align: center;
		color: #1b1f33;
		border-bottom: #e7e7e7 dashed 1px;
	}

	.textdetail {
		padding: 15px 0;
	}

	.textdetail img {
		max-width: 100%;
		display: block;
	}

	.textdetail p {
		font-size: 14px;
		line-height: 28px;
		color: #333333;
		text-indent: 2em;
		padding-bottom: 15px;
	}

	.splist {
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.splist li {
		width: 45%;
		float: left;
		background: #ffffff;
		margin: 0;
		transition: box-shadow 200ms ease-in, transform 200ms ease-in;
	}

	.splist li img {
		width: 100%;
		height: auto;
		display: block;
	}

	.splist li p {
		font-size: 13px;
		line-height:26px;
		overflow: hidden;
		padding: 0;
		color: #1b1f33;
	}

	.splist li span {
		display: block;
		padding: 0 10px 10px 10px;
		line-height: 18px;
		color: #999999;
	}

	.splist li:hover {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		transform: translateY(-2px)
	}

}
