* {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 {
	word-break:break-word;
}
body,form,p {
	margin:0px;
}
/* Css Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,img { padding: 0; margin: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,th,var,i { font-weight:normal; font-style:normal; }
ol,ul,li { list-style: none; }
div,dl,dt,dd,ol,ul,li{ zoom:1; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:100%; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }

a{color:#555;text-decoration:none; outline:none;}
a:hover {color:#e42634; text-decoration:none; }
body{
	text-align:center;
	background:none; /*背景图片*/
	font-family:Microsoft yahei,arial;
	font-size:13px;
	color:#555;
}
html{
	overflow-x:hidden;
}
.man{background:none; /*背景图片*/}
/***全局属性***/
.man,.hed,.mnu,.ban,.fot,.bas,.bac{
	margin:auto;
	width:100%;
}
.header{height:356px;position:relative;margin:auto;width:100%;}
.i_header{height:600px;position:relative;margin:auto;width:100%;}
.hed{height:112px;position:absolute;width:100%;z-index:2;background:url("img/hed_bg.png") center top repeat-y;}
.mnu{height:58px;position:absolute;width:100%;z-index:2;margin-top:526px;}
.mns{height:58px;position:absolute;width:100%;z-index:2;margin-top:299px;}
.ban{height:552px;position:absolute;width:100%;z-index:1;}
.bas{height:325px;position:absolute;width:100%;z-index:1;}
.hh_t{height:115px;}
.com{
	float:left;
	width:100%;
}
.bod{
	width:1000px; /*整体宽度*/
	margin:auto;
}
.main1010{
	width:1010px; /*整体宽度*/
	margin:auto;}
.main1010 .main_pad{
	padding:0 5px;}
	
.s_t{height:40px;background:url("img/s_t.gif") 0 0 repeat-x;}	
.s_t .l_menu{width:620px; height:40px; float:left;}
.s_t .pth{width:320px; height:40px; float:right;}	
.lft{
	float:left;
	width:200px; /*左边宽度*/
}
.rgt{
	float:right;
	width:775px; /*右边宽度*/
	min-height:500px;
}
/***分页导航条***/
.gbf {
    width:100%;
    text-align:center;
	padding-top:10px;
	color:#6f6f6f;
	float:left;
}
.gbf img {
	vertical-align:middle;
}
.gbf  .n,.gbf  .h {
	line-height:19px;
	height:19px;
	text-align:center;
}
.gbf  .n {
	color:#555555; /*常态色*/
}
.gbf  .h {
	color:#a90b09; /*重点色*/
}
/***订购部分按钮***/
.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;
}
.h20{height:25px;width:100%}
.h10{height:10px;width:100%}
.p20{padding:10px 20px;}
.clear{clear:both;}
