@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	font-family: "楷体";
	font-size: 16px;
	color: #a5a5a5;
	background-color: #ededed;
}

.header{
	font-family: "微软雅黑";
	line-height: 86px;
	color: #a5a5a5;
	text-align: center;
	height: 86px;
	width: 980px;
	margin:0 auto 7px;
}
.header h1{
	font-weight: normal;
}
.header strong{
	font-size: 30px;
	font-weight: normal;
}
.header em{
	font-size: 14px;
	font-style: normal;
}

.fenlei{
	width: 1300px;
	margin:0 auto;
}
.fenlei h2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #a5a5a5;
	line-height: 42px;
	height: 42px;
}
.fenlei p{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

.bestseller{
	width: 1000px;
	margin:0 auto;
}
.bestseller .txt{
	width: 400px;
	float: right;
	line-height: 30px;
	text-indent: 2em;
}
.bestseller .txt em{
	font-style: normal;
	text-decoration: underline;
}

.shouhou{
	clear: both;
}
.boss{
	width: 1200px;
	display: flex;
	margin:0 auto;
}
.boss h3,.boss p{
	text-indent: 2em;
}
.boss h3{
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	height: 30px;
}
.boss p{
	font-size: 14px;
	font-style: italic;
	line-height: 26px;
}
.duo{
	position: fixed;
	right: 3%;
	bottom:3%;
}
.fanhui{
	text-decoration: none;
	color: #999;
}
