* {box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;}
a{text-decoration:none;color:#616161}
a:hover{color:#c61130}
div,td,input,body,textarea,select {
	font-family:Arial;
	font-size:12px;
	word-break:break-word;
}
img,input,button,select {
border:none;
vertical-align:middle;
}
body,form,p {
	margin:0;
	padding:0;
}
body{
	text-align:center;
	background:#fff url(img/bg.gif) repeat-x 0 350px;
	color:#616161;
}
h1{
	margin:0;
	padding:0;
	color:#c61130;
	font:22px/24px Microsoft Yahei,Arial;
}
h2 {
	margin:0;
	padding:0 10px;
	color:#c61130;
	font:16px/16px Microsoft Yahei,Arial;
	background:#fff;
	display:inline;
	vertical-align:top;
}
/***全局属性***/
.man,.hed,.mnu,.ban,.fot,.bas,.ind,.lnk{
	margin:0 auto;
	width:100%;
}
.ind{
	width:1000px!important;
	*width:924px!important;
	width:924px;
	background:url(img/ind_bg.gif) no-repeat;
	padding:0 38px;
	overflow:hidden;
}
.pth,.com{
	float:left;
	width:100%;
}
.bod{
	width:1036px!important; /*整体宽度*/
	*width:1000px!important;
	width:1000px;
	margin:auto;
	background:url(img/bod_bg.png) no-repeat right top;
	padding:0px 18px;
	overflow:hidden;
	margin-top:-32px;
}

.lft{
	float:left;
	width:191px!important;
	*width:190px!important;
	width:190px;
	border-left:1px solid #e5e5e5;
	min-height:500px;
	_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>500?"500px":"");
	background:url(img/lft_bg.png) no-repeat right top;
	margin-top:32px;
}
.rgt{
	float:right;
	width:809px!important;
	*width:807px!important;
	width:807px;
	border:1px solid #e5e5e5;
	border-bottom:none;
	background:#fff;
	min-height:532px!important;
	*min-height:531px!important;
	min-height:531px;
	_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>531?"531px":"");
}
.rgt_in{
	width:783px!important;
	*width:727px!important;
	width:727px;
	margin:12px auto;
	padding:0 28px;
	background:url(img/rgt_bg.gif) repeat-x 0 0;
	overflow: hidden;
}
/***分页导航条***/
.gbf {
    width:100%;
    text-align:center;
	color:#aaa;
	float:left;
	margin-top:10px;
}
.gbf img {
	vertical-align:middle;
}
.gbf  .n,.gbf  .h,.gbf  .d ,.gbf  .xx{
	display:inline-block;
	text-align:center;
	padding:4px;
	border:1px solid #ddd;
}
.gbf  .n {
	border:1px solid #ddd;
	color:#aaa; /*常态色*/
}
.gbf  .n:hover{
	border:1px solid #c61130;
	color:#c61130; /*重点色*/
}
.gbf  .h{
	padding:0;
	color:#c61130; /*重点色*/
	border:none;
}
.gbf  .d{
	padding:0;
	border:none;
	color:#aaa; /*重点色*/
}
.gbf  .d:hover{
	color:#c61130; /*重点色*/
}
/***订购部分按钮***/
.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;
}
