* {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:"微软雅黑"; font-weight:bold; color:#000000;}

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:8px;
  color:#6f6f6f;
  float:left;
}
.gbf img {
  vertical-align:middle;
}
.gbf  .n,.gbf  .h,.gbf  .d {
  display:inline-block;
  width:26px;
  line-height:26px;
  height:26px;
  text-align:center;
  padding-top:0px;
  vertical-align:middle;
}
.gbf  .n {
  background:url("img/n.gif");
  color:#333333; /*常态色*/
}
.gbf  .n:hover{
  background:url("img/h.gif");
  color:#0282c1; /*重点色*/
}
.gbf  .d{
  background:url("img/n.gif");
  color:#cc0000; /*重点色*/
  font-weight:bold;
}
.gbf .to{
  width:34px!important;
  *width:26px!important;
  width:26px;
  height:26px!important;
  *height:18px!important;
  height:18px;
  border:0px;
  background:url("img/to.gif");
  vertical-align:middle;
  padding:4px;
  margin:0px;
}
.gbf .btn{
  width:45px;
  height:26px;
  border:0px;
  background:url("img/btn.gif");
  vertical-align:middle;
  margin:0px;
}
/***订购部分按钮***/

.odr_add{

	float:left;

	background:url("img/odr_add.gif");

	width:127px;

	height:36px;

	cursor:pointer;

}

.odr_del{

	float:left;

	background:url("img/odr_del.gif");

	width:127px;

	height:36px;

	cursor:pointer;

}

.odr_end{

	float:left;

	margin-left:8px;

	background:url("img/odr_end.gif");

	width:127px;

	height:36px;

	cursor:pointer;

}

.odr_add input{

	width:210px;

	height:24px;

	margin-top:6px;

	text-align:left;

}

