/*-----------------------------------// 全局样式 //-----------------------------------*/

body {
	font: 12px/180% Arial, "宋体", Helvetica, sans-serif, Verdana;
	color: #444;
	margin: 0;
	text-align: center;
	background-color:#fefefe;
	/*background: url(../images/body_bg.jpg) no-repeat top #c9e9e8;*/
}
table, td {
	font: 12px/180% Arial, "宋体", Helvetica, sans-serif, Verdana;
	color: #444;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
th, td {
	border-collapse: collapse;
}
a {
blr:expression(this.onFocus=this.blur())
} /*for IE*/
a {
	outline: none;
} /*for Firefox*/
A:link {
	text-decoration: none;
	color: #444;
}
A:visited {
	text-decoration: none;
	color: #444;
}
A:hover {
	text-decoration: underline;
	color: #e1861d;
}
#blue_font, #blue_font a, #blue_font a:visited {
	color: #e1861d;
}
img {
	border: 0;
}
div, p, img, ul, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ol, ul, li {
	list-style-type: none;
}
.imr {
	margin: 0 10px;
	vertical-align: middle;
}
/*-----------------------------------// 页面样式 //-----------------------------------*/

/*--- 外部div ---*/

#main_all {
	width: 100%;
	margin: 0 auto;
}
.web_bg {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	margin-bottom:10px;	
}
#main_div {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #f7f7f7;
}
.articel_search {
	width: 280px;
	float: right;
	margin-top: 50px;
}
/*--- 头部 ---*/

#top {
	width: 1000px;
	margin: 0 auto; /*background:url(../images/top_bg.gif) no-repeat bottom; */
}
#header {
	margin: 0 auto;
	width: 1000px;
	height: 100px;
}
#mainmain {
	width: 1000px;
	margin: 0px auto;
}
#top_link {
	float: left;
	padding: 70px 0 0 180px;
}
#top_link #cart .cart_con {
	border: none;
	display: none;
}
#top_link, #top_link a, #top_link a:visited {
	color: #444;
}
/*--- 标志 ---*/

#logo {
	width: 300px;
	float: left;
	overflow: hidden;
	text-align: left;
	height: 70px;
	padding-top: 15px;
}
/*--- 导航 ---*/

#nav_bg {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background: url(../images/nav_bg.gif) center;
}
#nav {
	width: 1000px;
	margin: 0 auto;
}
.nav_l {
	display: none;
}
.nav_r {
	display: none;
}
.navigation {
	padding-left: 0px;
}
.navigation li {
	float: left;
	width: 120px;
	text-align: center;
	position: relative;
	z-index: 5;
	/*background: url(../images/nav_line.gif) no-repeat right top;*/
	padding-left: 2px;
}
.navigation li a, .navigation li a:visited {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	overflow: hidden;
}
.navigation li a:hover, .navigation li.hover a {
	display: block;
	width: 120px;
	color: #333;
	text-decoration: none;
	background: url(../images/menu_hover.gif) no-repeat;
}
.navigation li.hover a:visited {
	_color: #333
}
.navigation ul {
	display: none;
}
.navigation ul li {
	background-image: none;
	background-color: #e5e8ea;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	width: 120px;
}
.navigation ul li a, .navigation ul li a:hover {
	line-height: 25px;
	background-image: none;
	color: #333;
	width: 120px;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
.navigation li ul {
	width: 120px;
	display: none;
	position: absolute;
	top: 50px;
	left: 2px;
	margin: 0px;
	padding: 0;
	z-index: 100;
	background-color: #e5e8ea;
}
.navigation li ul ul {
	left: 120px;
	top: 0px;
	z-index: 300;
}
.navigation li ul li {
	background-color: #e5e8ea;
	border: 0;
	background-image: none;
	line-height: 25px;
}
.navigation li.hover ul li a {
	color: #333;
	font-weight: normal;
	text-align: center;
	background-image: none;
}
.navigation li.hover ul li a:visited {
	background-image: none;
	font-weight: normal;
	color: #333;
	_color: #333;
}
.navigation li.hover ul li a:hover {
	color: #333;
	background-image: none;
	background: #D6D6D6;
}
.navigation li ul li.hover {
	background: #e5e8ea;
	color: #333;
	background-image: none;
	width: 120px;
	border: none;
}
.navigation li.hover ul a {
	background-image: none;
	border: none;
	width: 120px;
}
/*--- banner ---*/

#banner_bg{width:100%; margin:0 auto; margin-bottom:10px;}

#banner {
	clear: both;
	position:relative;
	margin: 0px auto; 
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

#banner .img{display:block; margin:0 auto;}
/*--- 主体页面 ---*/

#main_con {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
}
/*-----------------------------------// 首页 //-----------------------------------*/

#i_left, #center, #i_right {
	float: left;
	_display: inline;
	overflow: hidden;
}
#i_left, #i_right {
	width: 240px;
}
/*--- 左侧 ---*/

#i_left {
	margin-right: 10px;
}
#i_left .newprod_list {
	width: 190px;
	overflow: hidden;
	_width: 180px;
}
#i_left .newprod_pic, #i_left .newprod_pic img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
}
#i_left .newprod_name, #i_left .newprod_price, #i_left .newprod_intr {
	float: left;
	text-align: center;
}
#i_left .newprod_name, #i_left .newprod_price {
	width: 90px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}
#i_left .newprod_intr {
	width: 90px;
	margin: 0 auto;
	height: 34px;
	overflow: hidden;
	line-height: 1.5em;
	color: #777;
}
#i_left .newprod_xx, #i_left .newprod_gg, #i_left .newprod_view {
	display: none;
}
#i_left .list_title a, #i_left .list_title a:visited {
	color: #fff;
}
#i_left .login_title, #i_left .list_title, #i_left .cart_title, #i_left .newprod_title, #i_left .blk_t {
	font-size: 12px;
	background: url(../images/right_class_bg2.gif) no-repeat;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	text-indent: 15px;
	color: #333;
	font-weight: bold;
}
#i_left .list_con ul li, #i_left .recent_con ul li {
	float: none;
	width: 230px;
	overflow: hidden;
}
#i_left .list_con ul li {
	width: 170px;
	height: 24px;
	overflow: hidden;
}
#i_left .art_list_title {
	display: none;
}
/*--- 左侧下的留言板 ---*/

#i_left .mess_input input {
	height: 18px;
	line-height: 18px;
	width: 125px;
}
#i_left .mess_textarea textarea {
	width: 125px;
	height: 50px;
}
#i_left .mess_submit {
	padding-left: 75px;
}
#i_left .message_bg {
	display: none;
}
#i_left .mess_list {
	margin-bottom: 3px;
}
/*--- 左侧下的友情链接 ---*/

#i_left .list_con .flink_index li, #i_right .list_con .flink_index li {
	float: left;
	width: 90px;
	height: 31px;
	_display: inline;
	list-style: none;
	background: none;
	padding-bottom: 10px;
	padding-left: 0;
}
#i_left .list_con .flink_index li img, #i_right .list_con .flink_index li img {
	width: 88px;
	height: 31px;
	margin: 0 auto;
}
#i_left .list_con .flink_index li, #i_right .list_con .flink_index li {
	background: none;
}
#i_left .flink_index li a, #i_left .flink_index li img, #i_right .flink_index li a, #i_right .flink_index li img {
	cursor: pointer;	
}
/*--- 左侧下的登录 ---*/

#i_left .login_left {
	width: 65px;
}
#i_left .login_right {
	width: 120px;
	float: left;
	height: 30px;
}
#i_left .login_right input {
	width: 120px;
}
/*--- 右侧 ---*/

#i_right {
	margin-left: 10px;
}
#i_right .newprod_list {
	width: 190px;
	overflow: hidden;
	_width: 180px;
}
#i_right .newprod_pic, #i_right .newprod_pic img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
}
#i_right .newprod_name, #i_right .newprod_price, #i_right .newprod_intr {
	float: left;
	text-align: center;
}
#i_right .newprod_name, #i_right .newprod_price {
	width: 90px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}
#i_right .newprod_intr {
	width: 90px;
	margin: 0 auto;
	height: 34px;
	overflow: hidden;
	line-height: 1.5em;
	color: #777;
}
#i_right .newprod_xx, #i_right .newprod_gg, #i_right .newprod_view {
	display: none;
}
#i_right .list_title a, #i_right .list_title a:visited {
	color: #fff;
}
#i_right .login_title, #i_right .list_title, #i_right .cart_title, #i_right .newprod_title, #i_right .blk_t {
	font-size: 12px;
	background: url(../images/right_class_bg2.gif) no-repeat;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	text-indent: 15px;
	color: #333;
	font-weight: bold;
}
#i_right .list_con ul li, #i_right .recent_con ul li {
	float: none;
	width: 230px;
	overflow: hidden;
}
#i_right .list_con ul li {
	width: 170px;
	height: 24px;
	overflow: hidden;
}
#i_right .art_list_title {
	display: none;
}
/*--- 右侧下的留言板 ---*/

#i_right .mess_input input {
	height: 18px;
	line-height: 18px;
	width: 125px;
}
#i_right .mess_textarea textarea {
	width: 125px;
	height: 50px;
}
#i_right .mess_submit {
	padding-left: 75px;
}
#i_right .message_bg {
	display: none;
}
#i_right .mess_list {
	margin-bottom: 3px;
}
/*--- 右侧下的登录 ---*/

#i_right .login_left {
	width: 65px;
}
#i_right .login_right {
	width: 120px;
	float: left;
	height: 30px;
}
#i_right .login_right input {
	width: 120px;
}
/*--- 中间 ---*/

#center {
	width: 498px;
	float: left;
}
/*#center_top{ background:url(../images/center_top.gif) no-repeat top; padding-top:10px;}

#center_bottom{ background:url(../images/center_bottom.gif) no-repeat bottom; padding-bottom:10px;}

#center{background:url(../images/center_mid.gif) repeat-y;}*/

#center .newprod_list {
	width: 145px;
	overflow: hidden;
	_width: 140px;
}
#center .newprod_pic, #center .newprod_pic img {
	width: 130px;
	height: 120px;
	overflow: hidden;
	float: left;
}
#center .newprod_name, #center .newprod_price, #center .newprod_intr {
	float: left;
	text-align: center;
}
#center .newprod_name, #center .newprod_price {
	width: 130px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}
#center .newprod_intr {
	width: 130px;
	margin: 0 auto;
	height: 34px;
	overflow: hidden;
	line-height: 1.5em;
	color: #777;
}
#center .newprod_xx, #center .newprod_gg, #center .newprod_view {
	display: none;
}
#center .list_title a, #center .list_title a:visited {
	color: #fff;
}
#center .login_title, #center .list_title, #center .cart_title, #center .newprod_title {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	background: url(../images/left_class_bg.gif) repeat-x left;
	text-indent: 45px;
	color: #FFF;
	font-weight: bold;
}
#center .blk_t {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	background: url(../images/left_class_bg.gif) repeat-x;
	text-indent: 15px;
	color: #333;
	font-weight: bold;
}
#center .list_con ul li, #center .recent_con ul li {
	width: 210px;
	height: 24px;
	overflow: hidden;
}
#center .art_list_title {
	display: none;
}
/*--- 中间下的留言板 ---*/

#center .mess_input input {
	height: 18px;
	line-height: 18px;
	width: 390px;
}
#center .mess_textarea textarea {
	width: 390px;
	height: 80px;
}
#center .mess_submit {
	padding-left: 75px;
}
#center .message_bg {
	display: none;
}
#center .mess_list {
	margin-bottom: 3px;
}
/*--- 中间下的友情链接 ---*/

#center .list_con .flink_index li, #center .list_con .flink_index li {
	float: left;
	width: 110px;
	height: 31px;
	_display: inline;
	list-style: none;
	background: none;
	padding-bottom: 10px;
}
#center .list_con .flink_index li img, #center .list_con .flink_index li img {
	width: 88px;
	height: 31px;
	margin: 0 auto;
}
#center .list_con .flink_index li, #center .list_con .flink_index li {
	background: none;
}
#center .flink_index li a, #center .flink_index li img, #center .flink_index li a, #center .flink_index li img {
	cursor: pointer;
}
/*--- 中间下的登录 ---*/

#center .login_left {
	width: 65px;
}
#center .login_right {
	width: 120px;
	float: left;
	height: 30px;
}
#center .login_right input {
	width: 120px;
}

/*------------------------// 首页底部友情链接 //-------------------------------*/
#flink {
	margin:0 auto;
	width:1000px;
	margin-top:10px;;
 
}
#flink .list_con ul.flink_index, #flink .list_con ul.flink_index {
	color:#999;
}

/*-----------------------------------// 内页 //-----------------------------------*/

/*--- 左侧 ---*/

#left {
	width: 263px;
	float: left;
	margin-right: 7px;
	overflow: hidden;
	_display: inline;
}
#left .newprod_list {
	width: 240px;
	overflow: hidden;
	_width: 230px;
}
#left .newprod_pic, #left .newprod_pic img {
	width: 110px;
	height: 110px;
	overflow: hidden;
	float: left;
}
#left .newprod_name, #left .newprod_price, #left .newprod_intr {
	float: left;
	text-align: center;
}
#left .newprod_name, #left .newprod_price {
	width: 112px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}
#left .newprod_intr {
	width: 112px;
	margin: 0 auto;
	height: 34px;
	overflow: hidden;
	line-height: 1.5em;
	color: #777;
}
#left .newprod_xx, #left .newprod_gg, #left .newprod_view {
	display: none;
}
#left .list_title a, #left .list_title a:visited {
	color: #fff;
}
#left .login_title, #left .list_title, #left .cart_title, #left .newprod_title, #left .blk_t {
	font-size: 12px;
	background: url(../images/right_class_bg1.gif) no-repeat;
1overflow:hidden;
	height: 35px;
	line-height: 35px;
	text-indent: 15px;
	color: #333;
	font-weight: bold;
}
#left .list_con ul li, #left .recent_con ul li {
	float: none;
	width: 230px;
	overflow: hidden;
}
#left .list_con ul li {
	width: 230px;
	height: 24px;
	overflow: hidden;
}
#left .art_list_title {
	display: none;
}
/*--- 左侧下的留言板 ---*/

#left .mess_input input {
	height: 18px;
	line-height: 18px;
	width: 150px;
}
#left .mess_textarea textarea {
	width: 150px;
	height: 50px;
}
#left .mess_submit {
	padding-left: 75px;
}
#left .message_bg {
	display: none;
}
#left .mess_list {
	margin-bottom: 3px;
}
/*--- 右侧 ---*/

#right {
	padding-left: 5px;
	width: 725px;
	float: left;
	_display: inline;
	overflow: hidden;
}
#right .blk_t {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	text-indent: 15px;
	color: #333;
	font-weight: bold;
	background: url(../images/left_class_bg2.gif);
}
#right .art_list_con, #right .prod_list_con {
	margin-bottom: 9px;
	padding: 8px;
	zoom: 1;
	overflow: auto;
	scrollbar-face-color: #E6E6E6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #B0B0B0;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #f5f5f5;
	scrollbar-color: #B0B0B0;
	scrollbar-darkshadow-color: #9C9C9C;
}
#right .art_list_con ul li {
	border-bottom: 1px dashed #c1c1c1;
	height: 30px;
	line-height: 30px;
}
#right .art_list_con ul li .l_title {
	float: left;
	width: 460px;
	height: 30px;
	overflow: hidden;
	background: url(../images/news_arrow.gif) no-repeat left center;
	padding-left: 15px;
}
#right .art_list_con ul li .n_time {
	float: right;
	color: #7E7E7E;
	padding-right: 15px;
}
#right .list_con ul.flink_index, #right .list_con ul.flink_index {
	line-height: 2em;
	list-style: none;
	overflow: auto;
	zoom: 1;
}
#right .login_con {
	width: 320px;
	margin: 0 auto;
}
#center .login_con {
	width: 220px;
	margin: 0 auto;
}
/*--- 右侧下的留言板 ---*/

#right .mess_submit {
	padding-left: 105px;
}
#right .mess_input input {
	width: 430px;
	height: 22px;
	line-height: 22px;
}
#right .mess_textarea textarea {
	width: 430px;
	height: 150px;
}
#right .mess_submit {
	width: 405px;
	text-align: center;
}
#right .message_bg {
	width: 542px;
	height: 268px;
	background: url(../images/message_pic.jpg) no-repeat;
	margin: 0 auto;
}
#right .yzm_input input {
	width: 366px;
}
/*--- 首页产品样式 ---*/

.newprod_pic, .newprod_pic img {
	width: 133px;
	height: 133px;
	overflow: hidden;
}
.newprod_list {
	width: 133px;
	margin: 0 10px;
	padding-bottom: 5px;
	padding-top: 6px;
	text-align: center;
}
.newprod_pic {
	margin: 0 auto;
	border: #ccc 1px solid;
	vertical-align: middle;
}
.newprod_name {
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	padding-left: 5px;
	width: 133px;
}
.newprod_name, .newprod_name a, .newprod_name a:visited {
	color: #000;
}
.media_grid td {
	vertical-align: top;
}
.newprod_name a, .newprod_name a:visited {
}
.newprod_intr {
	width: 133px;
	margin: 0 auto;
	height: 36px;
	overflow: hidden;
	line-height: 1.5em;
	color: #777;
	padding-left: 5px;
}
.newprod_price {
	line-height: 22px;
	color: #820021;
}
.newprod_xx {
	width: 46px;
	height: 20px;
	font-size: 1px;
	background: url(../images/more.gif) no-repeat;
	cursor: pointer;
	float: left;
}
.newprod_xx:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.newprod_button {
	padding: 5px 0 0 15px;
}
.newprod_view {
	float: left;
	width: 46px;
	height: 20px;
	margin-right: 5px;
}
.newprod_view:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*--- 内页产品样式 ---*/

.prod_list_con {
	padding-top: 7px;
}
.pic_list_list, .prod_list_list {
	width: 200px;
	float: left;
	_display: inline;
	margin: 0 13px;
	padding: 5px 0;
	text-align: center;
	line-height: 1.5em;
}
.prod_list_pic, .prod_list_pic img {
	width: 200px;
	height: 150px;
	margin: 0 auto;
}
.prod_list_pic {
	border: #ccc 1px solid;
}
.prod_list_name, .prod_list_type {
	text-align: center;
	margin-top: 5px;
	width: 200px;
	overflow: hidden;
	line-height: 18px;
	height: 18px;
}
.prod_list_name {
	overflow: hidden;
}
.prod_list_intr {
	width: 133px;
	height: 32px;
	overflow: hidden;
	margin: 0 auto;
	padding: 6px 0;
	color: #777;
}
.prodview_info {
	padding-left: 15px;
	height: 23px;
}
.prodview_pic, .prodview_pic img {
	width: 200px;
	height: 225px;
}
.prodview_pic {
	float: left;
	margin: 0 15px 0 20px;
	_margin-left: 10px;
	border: #D5E1E2 1px solid;
}
.prodview_prices {
	line-height: 2.5em;
}
.prodview_prices img {
	float: left;
	margin: 6px;
}
.prodview_prices input {
	width: 47px;
	height: 16px;
	line-height: 16px;/*background-image:url(../images/cart_s_24.jpg);*/
	padding-left: 5px;
	padding-right: 5px;
}
.prodview_content {
	clear: both;
	padding: 0 25px;
	padding-top: 8px;
	line-height: 1.7em;
	min-height: 50px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.pic_list_list {
	float: left;
}
.pic_list_pic, .pic_list_pic img {
	width: 120px;
	height: 97px;
}
.pic_list_pic {
	border: #CCCCCC 3px solid;
	margin: 0 auto;
}
.pic_list_name {
	height: 27px;
	line-height: 27px;
	text-align: center;
}
#product_gallery {
	margin: 8px;
}
.product_gallery_pic {
	border: 1px solid #ececec;
	margin: 0px 5px 0px 0px;
	width: 98.5px;
}
/*--- 文章及列表 ---*/

.list_con {
	padding-top: 5px;
}
.list_con ul {
	line-height: 2em;
	margin: 10px;
}
.list_con ul li {
	background: url(../images/news_arrow.gif) no-repeat;
	background-position: 0px 10px;
	width: 95px;
	float: left;
	padding-left: 10px;
	overflow: hidden;
}
.recent {
	line-height: 1.7em;
}
.recent_con {
	padding-top: 6px;
}
.recent_list {
	margin: 0 auto;
	width: 90%;
	border-bottom: #CCC 1px dashed;
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 5px;
	zoom: 1;
	overflow: auto;
}
.artview {
	margin-bottom: 10px;
}
.artview_title {
	height: 40px;
	line-height: 40px;
	border-bottom: #f5f5f5 2px solid;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px; /*background:url(../images/left_class_bg2.gif) no-repeat; */
}
.artview_info {
	text-align: center;
}
.artview_intr {
	padding: 5px;
	line-height: 1.7em;
	color: #868686;
	background-color: #F5F5F5;
	border: #E5E5E5 1px solid;
	margin-bottom: 10px;
	text-indent: 24px;
}
#artview_content {
	line-height: 2em;
	text-indent: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0 13px;
}
#artview_content, #artview_content a {
	font-size: 14px;
}
/*--- 标题 ---*/

.login_title, .list_title, .cart_title, .newprod_title {
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	background: url(../images/left_class_bg.gif) no-repeat;
	text-indent: 35px;
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
}
.list_title a, .list_title a:visited {
	color: #1A6592;
}
.art_list_title {
	font-size: 12px;
	height: 35px;
	text-indent: 15px;
	color: #333;
	font-weight: bold;
	background: url(../images/left_class_bg2.gif) no-repeat;
	line-height: 35px;
}
.order_title, .first_reg_title, .product_title {
	height: 35px;
	text-indent: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	overflow: hidden;
	background: url(../images/left_class_bg2.gif) no-repeat;
	display: block;
	width: 725px;
}
/*--- 栏目框 ---*/



#right .list_con, #right .login_main, #right .newprod_con, #right .prod_type, #right, .prod_type_n, #right .cart_con, #right .lagbar, #right .recent_con, #right #mess_main, #right .cartlist, #right .com_con {
	margin-bottom: 9px;
	padding-bottom: 5px;
	zoom: 1;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
#right #mess_main {
	background: none;
}
#center .list_con, #center .login_main, #center .newprod_con, #center .prod_type, #center .prod_type_n, #center .cart_con, #center .lagbar, #center .recent_con, #center #mess_main, #center .cartlist, #center .com_con {
	padding-bottom: 5px;
	zoom: 1;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	border: none;
}
.list_con, .login_main, .newprod_con, .prod_type, .prod_type_n, .cart_con, .lagbar, .recent_con, #mess_main, .cartlist, .com_con {
	padding-bottom: 5px;
	zoom: 1;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
.cart_con {
	padding: 5px 0;
	text-align: center;
}
.com_con {
	padding: 8px;
}
.list_bot, .login_bot {
	clear: both;
	height: 9px;
	font-size: 1px;
	line-height: 9px;
	overflow: hidden;
	display: block;
}
#center .list_bot, #center .login_bot {
	clear: both;
	height: 9px;
	font-size: 1px;
	line-height: 9px;
	overflow: hidden;
	display: block;
}
#left .list_bot, #left .login_bot {
	clear: both;
	height: 9px;
	font-size: 1px;
	line-height: 9px;
	overflow: hidden;
	display: block;
}
#right .list_bot, #right .login_bot {
	clear: both;
	height: 9px;
	font-size: 1px;
	line-height: 9px;
	overflow: hidden;
	display: none;
	background: url(../images/web_left_bottom.gif) no-repeat bottom;
	margin-bottom: 9px;
}
#footer .list_bot, #footer .login_bot {
	clear: both;
	height: 20px;
	font-size: 1px;
	line-height: 20px;
	overflow: hidden;
	display: none;
	background: url(../images/left_bottom.gif) no-repeat bottom;
	margin-bottom: 9px;
}
/*--- 登录 ---*/

.login_info {
	height: 22px;
	line-height: 22px;
	clear: both;
	padding-left: 10px;
}
.login_info a {
	border: 1px solid #CCC;
	padding: 2px;
	background: #F6F6F6;
	clear: both;
}
.login_left {
	width: 70px;
	padding-right: 10px;
	float: left;
	height: 30px;
	line-height: 25px;
	text-align: right;
}
.login_right {
	width: 165px;
	float: left;
	height: 30px;
}
.login_right input {
	font-size: 12px;
	color: #444;
	width: 163px;
	height: 21px;
	line-height: 21px;
	border: 1px solid #e5e8ea;
	background: url(../images/login_input.gif);
}
.login_all {
	text-align: center;
	clear: both;
	padding: 7px 0;
}
.login_all input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	color: #444;
	margin-left: 20px;
	width: 61px;
	height: 23px;
	line-height: 23px;
	background: url(../images/login_button.gif) no-repeat;
	cursor: pointer;
}
.login_top {
	display: none;
	height: 13px;
	font-size: 1px;
	background-image: url(../images/health_15.jpg);
}
.login_all1 {
	padding-left: 12px;
	height: 22px;
	line-height: 22px;
}
.login_con {
	padding-top: 6px;
}
#yzmshow {
	position: absolute;
	float: left;
	display: none;
	margin-left: 25px;
	margin-top: 15px;
	z-index: 3;
}
#yzmshow img {
	height: 18px;
	margin-top: 2px;
	border: #ccc 2px solid;
}
#loginform_stat {
	height: 25px;
	line-height: 25px;
	width: 90%;
	margin: 0 auto;
	width: 200px;
	display: none;
}
/*--- 搜索 ---*/

.art_list_search {
	position: absolute;
	margin-left: 490px;
	margin-top: -26px;
}
#article_keyword, #prd_keyword, #download_keyword {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 163px;
	height: 18px;
	line-height: 18px;
	border: #e5e8ea 1px solid;
	background: url(../images/search_input.gif)
}
#articlesearch_submit, #prdsearch_submit, #downloadsearch_submit {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: url(../images/search_button.png) no-repeat center;
	color: #fff;
	margin-left: 10px;
	font-size: 12px;
	cursor: pointer;
}
/*--- 友情链接 ---*/

#left .list_con .flink_index li, #right .list_con .flink_index li {
	float: left;
	width: 110px;
	height: 31px;
	_display: inline;
	list-style: none;
	background: none;
	padding-bottom: 10px;
}
#left .list_con .flink_index li img, #right .list_con .flink_index li img {
	width: 88px;
	height: 31px;
	margin: 0 auto;
}
#left .list_con .flink_index li, #right .list_con .flink_index li {
	background: none;
}
#left .flink_index li a, #left .flink_index li img, #right .flink_index li a, #right .flink_index li img {
	cursor: pointer;
}
/*--- qq ---*/

.qq_list_con ul li {
	margin-bottom: 5px;
	clear: both;
}
#right .qq_list_con ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: none;
}
#center .qq_list_con {
	zoom: 1;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 5px;
	border: none;
}
.qq_list_con {
	padding-bottom: 5px;
	zoom: 1;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 5px;
}
#center .qq_list_con ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: none;
}
/*--- 内容页面  ---*/

#sta_content {
	font-size: 14px;
	line-height: 2em;
	overflow: hidden;
	padding: 10px 10px 0 10px;
}
/*--- 订购相关样式 ---*/

input.add_to_cart_b_view {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	color: #FFF;
	text-indent: 28px;
	width: 109px;
	height: 34px;
	line-height: 34px;
	background-image: url(../images/add_to_cart.gif);
	cursor: pointer;
	font-weight: bold;
	_margin-top: 4px;
}
.saving_o_b {
	background: none;
	background: url(../images/saving.gif) no-repeat;
	cursor: pointer;
	width: 78px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: 0;
	position: absolute;
	text-align: left;
	text-indent: 22px;
	color: #FFF;
}
.order_now_b {
	background: none;
	background: url(../images/order_n.gif) no-repeat;
	cursor: pointer;
	width: 78px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: 0;
	position: absolute;
	text-align: left;
	text-indent: 18px;
	color: #FFF;
}
.Modify_items_b {
	background: url(../images/change.gif) no-repeat;
	cursor: pointer;
	width: 78px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: 0;
	position: absolute;
	text-align: left;
	text-indent: 18px;
	color: #FFF;
}
.ordernow {
	position: absolute;
	margin-left: 520px;
	margin-top: -32px;
}
.cartlist_list {
	padding-top: 5px;
}
.cartlist_pic, .cartlist_pic img {
	width: 75px;
	height: 75px;
}
.cartlist_pic {
	border: #CCC 2px solid;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	_margin-left: 10px;
}
.cartlist_nametype {
	width: 380px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}
.cartlist_no {
	line-height: 3em;
}
.cartlist_no input, #amount {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 47px;
	height: 16px;
	line-height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	border: #999 1px solid;
}
.cartlist_intr {
	clear: both;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 25px;
	border-bottom: #CCC 1px dashed;
}
/*--- 订购表单控制 ---*/

.new_order_name {
	width: 300px;
	padding-right: 15px;
	overflow: hidden;
}
.new_orders_list {
	margin: 10px 0 0 10px;
}
.new_orders_list th {
	border-bottom: 1px dashed #d8d8d8;
}
.new_orders_list td {
	border-bottom: 1px dashed #d8d8d8;
	height: 32px;
}
.order_1, .order_2, .order_3, .order_4, .order_5 {
	line-height: 30px;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	_display: inline;
}
.order_1 {
	width: 125px;
}
.order_2 {
	width: 117px;
}
.order_2 #paygate {
	margin-top: 5px;
	_margin-top: 3px;
}
.order_3 {
	width: 117px;
}
.order_4 {
	width: 117px;
}
.order_5 {
	width: 117px;
}
.ordertotle {
	width: 382px;
	height: 30px;
	line-height: 30px;
	float: left;
	padding-left: 6px;
}
.o_b1 {
	height: 2px;
	font-size: 1px;
	border-bottom: #CCC 1px solid;
	clear: both;
}
.o_b {
	height: 2px;
	font-size: 1px;
	border-bottom: #CCC 1px dashed;
	clear: both;
}
.addr {
	border-bottom: #DEDEDE 1px solid;
	height: 30px;
	line-height: 30px;
	margin-top: 4px;
}
.addr1 {
	width: 85px;
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
	background-color: #DEDEDE;
	text-align: center;
}
.addr2 {
	border: #DEDEDE 1px solid;
	padding: 5px;
	line-height: 2.5em;
	border-top: 0px;
	min-height: 20px;
}
.addr2 a {
	color: #003399;
}
.submit_order {
	font-size: 12px;
	height: 28px;
	background: url(../images/sendorder.gif) no-repeat;
	cursor: pointer;
	margin: 7px 0 7px 20px;
	text-align: center;
	color: #FFF;
	border: none;
	line-height: 28px;
	width: 80px;
}
.submit_order_wrapper {
	height: 100px;
}
/*--- 产品类别 ---*/

.prod_type {
	padding-top: 4px;
	padding-left: 0px;
	padding-left: 14px\9;
*padding-left:0px;
	_padding-left: 0px;
}
#center .prod_type ul {
	margin: 0 auto;
	float: none;
	width: 95%;
}
.prod_type ul {
	margin: 0 auto;
	float: none;
	width: 90%;
}
.prod_type ul li {
	padding: 0 0 4px 18px;
	margin-bottom: 5px;
	border-bottom: #ccc 1px dashed;
}
.prod_type ul li a {
	height: 29px;
	line-height: 29px;
}
.prod_type ul li a:hover, .prod_type ul li.act a {
}
.prod_type ul ul {
	display: none;
}
.prod_type ul ul li {
	text-indent: 20px;
	border: 0px;
	padding: 0px;
	background-position: 0px 8px;
}
.prod_type ul li, .prod_type ul li a, .prod_type ul li a:visited {
	color: #444;
}
/*--- 产品类别新样式 ---*/

.prod_type_n {
	padding-top: 4px;
	padding-left: 14px;
	padding-left: 14px\9;
*padding-left:0px;
	_padding-left: 0px;
}
.prod_type_n ul {
	margin: 0 auto;
	float: none;
	width: 90%;
}
.prod_type_n ul li {
	padding: 0 0 4px 18px;
	margin-bottom: 5px;
	border-bottom: #ccc 1px dashed;
}
.prod_type_n ul li a {
	height: 29px;
	line-height: 29px;
}
.prod_type_n ul li a:hover, .prod_type ul li.act a {
}
.prod_type_n ul ul {
	display: none;
}
.prod_type_n ul ul li {
	border: 0px;
	padding: 0 0 4px 18px;
}
.prod_type_n ul li, .prod_type_n ul li a, .prod_type_n ul li a:visited {
	color: #444;
}
/*--- 留言板 ---*/

#mess_main {
	padding: 10px 0;
	overflow: hidden;
}
.mess_list {
	clear: both;
	overflow: auto;
	zoom: 1;
	margin-bottom: 10px;
}
.mess_title, .mess_input, .mess_textarea {
	float: left;
	display: inline;
}
.mess_title {
	width: 60px;
	text-align: right;
	margin-right: 15px;
}
.mess_input input, .mess_textarea textarea {
	border: 1px solid #e5e8ea;
	background: url(../images/mess_input_bg.gif) repeat-x #FFF;
}
.mess_textarea textarea {
	overflow: auto;
}
.subd {
	width: 80px;
	border: 0px;
	height: 28px;
	line-height: 26px;
	background: url(../images/sendorder.gif) no-repeat;
	cursor: pointer;
	text-align: center;
	color: #FFF;
}
/*--注册--*/

.reg_bg {
	background: url(../images/reg_pic.jpg) no-repeat bottom;
	height: 396px;
}
#regform_table {
	width: 598px;
	margin: 0 auto;
}
#regform_table .regform_table_s {
	width: 320px;
	margin: 0 auto;
}
#regform_table td {
	text-align: left;
}
#regform_table .td_sub {
	padding: 15px 0 0 18px;
}
#regform_table tbody td input {
	width: 100px;
	height: 18px;
	padding-right: 8px;
	border: #9CA9C9 1px solid;
	font-size: 12px;
	color: #666;
}
#regform_table input#submit {
	background: url(../images/reg_button.gif) no-repeat;
	width: 74px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	border: 0;
	cursor: pointer;
	margin-left: 48px;
}
.regformsub input {
	width: 70px;
	border: 0px;
	height: 26px;
	line-height: 26px;
	background: url(../images/mess_sub.gif) no-repeat;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	margin-left: 170px;
}
#regform_table .regform_table_s td.label {
	width: 65px;
}
#regform_table .regform_table_s td.entry {
	width: 255px;
}
.status {
	padding: 10px;
	background-color: #FFFBD0;
	border: #EE9C5F 1px solid;
	color: #666;
}
/*--- 统计 ---*/

.counter {
	text-indent: 10px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background-color: #565656;
	border: #383838 1px solid;
}
.counter span {
	float: left;
}
#counterpic {
	float: left;
	margin-top: -2px;
}
#counterpic img {
	float: left;
	margin-left: 2px;
	margin-top: 5px;
}
.jsq {
	float: left;
	min-width: 12px;
	margin-right: 4px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	text-align: center;
	background-color: #fff;
	color: #000;
	text-indent: 0px;
	margin-top: 6px;
}
/*--- 语言的选择 ---*/

.langbar {
	clear: both;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 5px;
	zoom: 1;
	overflow: auto;
}
#center .langbar {
	border: none;
	clear: both;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 5px;
	zoom: 1;
	overflow: auto;
}
.langbar a {
	display: block;
	width: 60px;
	float: left;
	height: 20px;
	margin-right: 20px;
	text-align: center;
	margin: 0 10px;
	_margin: 0 3px;
}
/*--- 分页 ---*/

#pagerwrapper {
	clear: both;
	margin-bottom: 10px;
}
/*--- 自定义 ---*/

.custom_con {
	padding: 15px;
	margin-bottom: 9px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.custom_con td {
	text-align: justify;
	text-justify: inter-ideograph;
}
/*--- 底部 ---*/

#footer_bg{ width:100%; margin:0 auto; background-color:#fff;}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background: url(../images/footer_bg.gif) no-repeat top;
	line-height: 1.5em;
	padding: 15px 0 15px 0;
	margin: 0 auto;
	color: #444;
}
#footer a, #footer a:visited {
	color: #444;
}
#footer .custom_con {
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#footer .com_con {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}
/*--- Other ---*/

.more {
	display: none;
}
.list_more {
	clear: both;
	text-align: right;
	padding-right: 20px;
}
/*--- 走马灯样式 ---*/



/*--- 向上 ---*/

.marquee {
	overflow: hidden;
	height: 100px;
	text-align: center;
	padding: 0 10px;
}
.marquee img {
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 5px;
}
.marquee p {
	text-align: left;
	height: 24px;
	border-bottom: 1px dashed #ccc;
	line-height: 24px;
	padding-left: 20px;
	overflow: hidden;
}
/*--- 左右---*/

.marquee_list {
	overflow: hidden;
	text-align: center;
	_width: 100%;
}
.marquee_list img {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 3px;
}

/*--- 布局管理样式 ---*/

#adminToolbar {
	width: 100%;
	height: 38px;
	background: url(../images/admintoolbar_bg.gif) repeat-x;
	border-bottom: 1px solid #000;
	z-index: 99;
}
#adminToolbar ul {
	float: left;
	text-align: left;
	height: 38px;
	background: url(../images/admintoolbar_lo.gif) no-repeat;
	padding-left: 150px;
}
#adminToolbar ul li {
	float: left;
	padding: 9px;
	position: relative;
	z-index: 98;
}
#adminToolbar .section {
	float: left;
	padding: 0 10px;
	height: 18px;
	line-height: 18px;
	background: url(../images/admintoolbar_bt_bg.gif) repeat-x top;
	color: #012d5f;
	border: 1px solid #6da5c7;
}
#adminToolbar .section:hover {
	background: url(../images/admintoolbar_bt_bg.gif) repeat-x bottom;
	color: #a15b00;
	border: 1px solid #dea303;
}
.adminToolbar_downmenu {
	display: none;
	position: absolute;
	width: 100px;
	padding: 10px;
	background: #fff;
	top: 29px;
	left: 10px;
}
.adminToolbar_downmenu a {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #012d5f;
}
.admintoolbar_right {
	float: right;
	padding-right: 40px;
	line-height: 38px;
	color: #00c6ff;
}
.admintoolbar_right a {
	color: #fff;
}
.admintoolbar_right a:hover {
	color: #00c6ff;
}
.mod_toolbar {
	height: 24px;
	line-height: 24px;
	background: #000;
	text-align: left;
	padding-left: 5px;
	z-index: -1;
}
.mod_toolbar img {
	vertical-align: middle;
}
.mod_toolbar a {
	font-size: 11px;
	color: #FFF;
}
/* sortable placeholder */

.web_bg .sortable_placeholder {
	display: block;
	border: 1px solid #efefef;
	height: 32px;
	background: #ccc;
}
.placeholder {
	display: block;
	height: 12px;
}
.blankbar {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
.blankbar1 {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
#pager {
	margin: 0px auto;
	margin-top: 20px;
}
#pager td {
	color: #999;
	padding-left: 5px;
	padding-right: 5px;
}
#pager td a img {
	margin-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
}
p.static_html {
	font-size: 14px;
}
p.static_html img {
	margin: 10px;
}
/* ---------------公告栏样式----------*/

.bulletin {
	height: 150px;
	overflow: hidden;
	_height: 150px;
}
/* ---------------首页公司介绍样式----------*/

.notice_con {
	padding: 8px;
}
.company_intro {
	padding: 8px 8px 0 8px;
}
.flinkbody img {
	height: 31px;
	margin: 0 auto;
	width: 88px;
}
/*IE6 img flash*/

#i_left .flash_image, #i_right .flash_image, #center .flash_image, #left .flash_image {
	text-align: center;
}
#i_left .flash_image, #i_right .flash_image {
	width: 240px;
	overflow: hidden;
	_width: 240px;
}
#left .flash_image, #left .pro_over {
	width: 260px;
	overflow: hidden;
	_width: 256px;
}
#left .company_intro, #left .com_con {
	width: 247px;
	overflow: hidden;
	_width: 247px;
}
#i_left .pro_over, #i_right .pro_over {
	width: 240px;
	overflow: hidden;
	_width: 236px;
}
#center .flash_image {
	width: 498px;
	overflow: hidden;
	_width: 498px;
}
#center .pro_over {
	padding-left: 8px;
	width: 490px;
	overflow: hidden;
	_width: 492px;
*padding-left:0px;
	_padding-left: 3px;
}
#i_left .com_con, #i_left .company_intro {
	width: 194px;
	_width: 194px;
	overflow: hidden;
}
#center .com_con, #center .company_intro {
	width: 482px;
	_width: 482px;
	overflow: hidden;
}
#i_right .com_con, #i_right .company_intro {
	width: 194px;
	_width: 194px;
	overflow: hidden;
}
.switch_langbar {
	color: #444;
	float: right;
	margin-top: 50px;
	text-align: left;
}
.switch_langbar a:link {
	color: #444;
	text-decoration: none;
}
.switch_langbar a:visited {
	text-decoration: none;
	color: #444;
}
.switch_langbar a:hover {
	text-decoration: underline;
}
.switch_langbar a:active {
	text-decoration: none;
}
）  .lngbar_option {
	color: #444;
}
.lngbar_select {
	color: #444;
}
.lngbar_select {
	border: 1px solid #74983B;
	padding: 0 3px;
	cursor: pointer;
	padding-right: 20px;
	background: #FFF url(../../../images/down.gif) no-repeat right center;
}
.lngbar_option {
	border-left: 1px solid #74983B;
	border-right: 1px solid #74983B;
	border-bottom: 1px solid #74983B;
	padding: 3px;
	background-color: #FFF;
	z-index: 1000;
	position: absolute;
	display: none;
}
.lngbar_option a {
	display: inline-block;
	width: 100%;
}