* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a {
	text-decoration: none;
}
div, td, input, body, textarea, select {
	font-family: "微软雅黑";
	font-size: 12px;
	word-break: break-word;
}
body, form, p {
	margin: 0px;
}
body {
	text-align: center;
}
html {
	overflow-x: hidden;
}
a {
	color: #606060;
}
a:hover {
	color: #65cea7;
}
/***全局属性***/

.man, .hed, .mnu, .ban, .fot, .bas, .bac {
	margin: auto;
	width: 100%;
}
.pth, .com {
	float: left;
	width: 100%;
}
.bod {
	width: 1200px; /*整体宽度*/
	margin: auto;
}
.bod_x {
	width: 100%; /*整体宽度*/
	float: left;
}
.bod_y {
	width: 1200px; /*整体宽度*/
	margin: auto;
	background: url("img/b.jpg") repeat-y left top; /*背景图片*/
}
.lft {
	float: left;
	width: 240px; /*左边宽度*/
}
.rgt {
	float: right;
	width: 925px; /*右边宽度*/
}
.clear {
	clear: both
}
/***分页导航条***/

.gbf {
	width: 100%;
	text-align: center;
	padding-top: 8px;
	color: #6f6f6f;
	float: left;
	margin-bottom: 20px;
}
.gbf img {
	vertical-align: middle;
}
.gbf .n, .gbf .h {
	line-height: 55px;
	height: 55px;
	text-align: center;
	width: 47px;
	background: #424f63;
	display: inline-block;
}
.gbf .n {
	color: #fff; /*常态色*/
	font-size: 18px;
}
.gbf .n:hover {
	color: #fff; /*重点色*/
	background: #65cea7;
	font-size: 18px;
}
.gbf .h {
	color: #fff; /*重点色*/
	background: #65cea7;
	font-size: 18px;
}
/***订购部分按钮***/

.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;
}
.footlinks {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	font-size: 9pt;
	line-height: 140%;
	color: #777;
	text-align: center;
	background-color: #EFEFEF;
}
.footlinks p {
	margin: 0px auto;
	padding: 4px;
	width: 1000px;
}
.footlinks a:link, .footlinks a:visited {
	font-size: 9pt;
	line-height: 140%;
	color: #777;
}
