* {box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;}
a{text-decoration:none;font-family:"微软雅黑";}
div,td,input,body,textarea,select {
    font-family:"微软雅黑";
	font-size:12px;
	word-break:break-word;
}
body,form,p {
	margin:0px;
}
body{
	text-align:center;
	background:#f7f5f4; /*背景图片*/
}
html{
	overflow-x:hidden;
}
/***全局属性***/
.man,.hed,.mnu,.ban,.fot,.bas,.bac{
	margin:auto;
	width:100%;
}
.pth,.com{
	float:left;
	width:100%;
}
.bod{
	width:1000px; /*整体宽度*/
	margin:auto;
}
.lft{
	float:left;
	width:170px; /*左边宽度*/
	margin-top:220px;
}
.rgt{
	float:right;
	width:756px; /*右边宽度*/
	margin-top:220px;
}
/***分页导航条***/
.gbf {
    width:100%;
    text-align:center;
	padding-top:30px;
	color:#6f6f6f;
	float:left;
	border-top:1px solid #000;
	margin-top:50px;
	font-size:14px;
}
.gbf img {
	vertical-align:middle;
}
.gbf .dd {
	line-height:35px;
	height:35px;
	text-align:center;
	width:100px;
	height:35px;
	display:block;
	float:left;
	margin-left:2px;
	font-size:14px;
}
.gbf  .n,.gbf  .h {
	line-height:35px;
	height:35px;
	text-align:center;
	background:#eae6e2;
	width:83px;
	height:35px;
	display:block;
	float:left;
	margin-left:2px;
}
.gbf  .n {
	color:#7b7a7a; /*常态色*/
}
.gbf  .n:hover{
	color:#fff; /*常态色*/
	background:#e6000e;

}
.gbf  .h {
	color:#e6000e; /*重点色*/
}
/***订购部分按钮***/
.odr_add{
	float:left;
	background:url("../image/odr_add.gif");
	width:127px;
	height:36px;
	cursor:pointer;
}
.odr_del{
	float:left;
	background:url("../image/odr_del.gif");
	width:127px;
	height:36px;
	cursor:pointer;
}
.odr_end{
	float:left;
	margin-left:8px;
	background:url("../image/odr_end.gif");
	width:127px;
	height:36px;
	cursor:pointer;
}
.odr_add input{
	width:210px;
	height:24px;
	margin-top:6px;
	text-align:left;
}











.page {
    width:100%;
    text-align:center;
	padding-top:30px;
	color:#6f6f6f;
	float:left;
	border-top:1px solid #000;
	margin-top:50px;
	font-size:14px;
}
.page ul{ width: 100%; }
.page li{ display: inline-block; }

.page a,.page span {
	line-height:35px;
	height:35px;
	text-align:center;
	padding:0 12px;
	height:35px;
	display:block;
	float:left;
	margin-left:2px;
	font-size:14px;
}
.page a,.page span {
	line-height:35px;
	height:35px;
	text-align:center;
	background:#eae6e2;
	height:35px;
	display:block;
	float:left;
	margin-left:2px;
}
.page a{
	color:#7b7a7a; /*常态色*/
}
.page a:hover,.page .active a{
	color:#fff; /*常态色*/
	background:#e6000e;
}
.page  .h {
	color:#e6000e; /*重点色*/
}