﻿/*------------顶部LOGO&BANNER显示区-------------*/
/*#head {
	width: 100%;
	height: 26px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 5px;
	border-bottom: 1px solid #DEDEDE;
	border-top: 0px;
	background: #FAF9FA;
	padding-top: 2px;
}
#time {
	width: 500px;
	height: 16px;
	float: left;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	color: #666666;
	text-align: left;
}
#headnav {
	width: 400px;
	height: 16px;
	float: right;
	padding-left: 5px;
	padding-top: 6px;
	padding-right: 8px;
	color: #666666;
	text-align: right;
}*/

/*-------------主导航下拉菜单@不要随便修改---------------*/
#menuframe {
    width: 100%;
    height: 38px;
}
#menuleft {
    float: left;
    width: 22px;
    height: 38px;
	background: url('images/menu_pic_1.gif') no-repeat;
}
#menuright {
    float: right;
    width: 24px;
    height: 38px;
	background: url('images/menu_pic_2.gif') no-repeat;
}
#menu {
    float: left;
	color: #900;
	padding-left: 20px;
	text-align: center;
	width: 714px;
	height: 38px;
	background: url('images/menu_pic_3.gif') repeat-x;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 38px;
}
#menu ul li {
	float: left;
}
#menu ul a {
	display: block;
	padding: 13px 0 12px 0;
	width: 80px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #900;
	background: url('images/menu_a.gif') no-repeat;
}
#menu ul a:hover {
	color: #000;
	background: url('images/menu_ahover.gif') no-repeat;
}
#menu ul .active a {
	color: #000;
	background: url('images/menu_ahover.gif') no-repeat;
}
#menu ul .active a:hover {
	color: #000;
	background: url('images/menu_ahover.gif') no-repeat;
}
#ulnav li {
	position: relative;
}
#ulnav ul, #ulnav ul ul, #ulnav ul ul ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 9999;
	position: relative;
	overflow: visible;
}
#ulnav li ul li a.smenu {
	text-decoration: none;
	text-align: left;
	padding-top: 8px;
	padding-bottom:6px;
	padding-left: 20px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	background: #fff url('images/arrow_134.gif') no-repeat 5px 9px;
	border-bottom: 1px solid #d4d4d4;
	color: #333;
	filter: alpha(opacity=90);
}
#ulnav li ul li a:hover {
	background: #9d6666 url('images/arrow_135.gif') no-repeat 5px 9px;
	color: #fff;
}
#ulnav .active .normalnav li a:hover {
	background: #9d6666 url('images/arrow_135.gif') no-repeat 5px 9px;
	color: #fff;
}
#ulnav .active .firstnav li a:hover {
	background: #9d6666 url('images/arrow_135.gif') no-repeat 5px 9px;
	color: #fff;
}
#ulnav .active .lastnav li a:hover {
	background: #9d6666 url('images/arrow_135.gif') no-repeat 5px 9px;
	color: #fff;
}
#ulnav li ul {
	display: none;
	position: absolute;
	top: 38px;
}
#ulnav ul ul, #ulnav ul ul ul {
	display: none;
	position: absolute;
	top: -1px;
}
#ulnav li ul.firstnav {
    left: 0px;
}
#ulnav li ul.normalnav {
	left: 0px;
}
#ulnav li ul.lastnav {
	left: 0px;
}
#ulnav ul ul.firstnav, #ulnav ul ul ul.firstnav {
	left: 90px;
}
#ulnav ul ul.normalnav, #ulnav ul ul ul.normalnav {
	left: 90px;
}
#ulnav ul ul.lastnav, #ulnav ul ul ul.lastnav {
	left: 90px;
}
li > ul {
	top: auto;
	left: auto;
}
ul#ulnav ul {
	width: 110px;
}
ul#ulnav ul li a {
	width: 90px;
}
/* non-IE browsers see this */
#ulnav ul li > ul, #ulnav ul ul li > ul {
	margin-top: -1.4em;
}
#ulnav li:hover ul ul, #ulnav li:hover ul ul ul, #ulnav li:hover ul ul ul ul, #ulnav li:hover ul ul ul ul ul {
	display: none;
}
#ulnav li:hover ul, #ulnav ul li:hover ul, #ulnav ul ul li:hover ul, #ulnav ul ul ul li:hover ul, #ulnav ul ul ul ul li:hover ul {
	display: block;
}
ul#ulnav ul {
	z-index: 10000;
}
/*------------首页文字链接区域-------------*/
.box3 {
	margin: 0 5px;
	padding: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	line-height: 180%;
	zoom: 1;
}
.box3 h2 {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-weight: bold;
}
.box3 .t {
	display: block;
	margin: 0;
	padding: 5px 0;
	width: 95px;
	height: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-indent: 15px;
}
.box3 .subbox {
	float: left;
	width: auto;
	padding: 5px 0;
	height: auto;
}
.linktext {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "宋体",Verdana, Arial;
	line-height: 180%;
	overflow: hidden;
}
.linktext ul {
	margin: 0;
	padding: 0;
}
.linktext li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	padding-right: 8px;
	list-style: none;
	white-space:nowrap;
}
.subbox .linktext li a {
	color: #666;
}
.subbox .linktext li a:hover {
	color: #666;
	text-decoration: underline;
}
.indexlink {
	clear: both;
	width: 100%;
	height: 22px;
	border: 1px solid #EEE;
	padding: 4px;
	margin-bottom: 4px;
	color: #0000FF;
	text-align: center;
}
.indexlink a:link {
	text-decoration: none;
	color: #0000FF;
}
.indexlink a:visited {
	text-decoration: none;
	color: #0000FF;
}
.indexlink a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.indexlink a:active {
	text-decoration: none;
	color: #0000FF;
}
/*------------BANNER-------------*/
#topbanner {
	float: left;
	width: 590px;
	margin-bottom: 4px;
}
#indexbanner {
	float: right;
	width: 250px;
	margin-top: 6px;
}
#banner {
	float: right;
	padding-bottom: 5px;
}
.banner {
	clear: both;
}
/*------------首页公告-------------*/
.newsbox {
	float: right;
	width: 250px;
	margin-bottom: 4px;
}
.newsitem {
	clear: both;
	height: 20px;
	padding-left: 22px;
	padding-top: 5px;
	font-weight: bold;
	background: url('images/news-title-item.gif') no-repeat 3 2px;
}
/*------------圆角通用-------------*/
.boxc {
	padding: 0 1px 0 0;
	background: #fff url('images/box9_border.gif') repeat-y right 0;
	text-align: left;
}
.boxc_i {
	padding: 0 0 0 1px;
	background: #fff url('images/box9_border.gif') repeat-y 0 0;
}
.boxc_t {
	height: 4px;
	margin: 0 -1px;
	overflow: hidden;
	background: url('images/box9.gif') no-repeat right 0;
}
.boxc_t div {
	width: 3px;
	height: 4px;
	background: url('images/box9.gif') no-repeat 0 0;
}
.boxc_c {
	margin: 0;
	padding: 2px 3px 0 3px;
	background: #fff;
}
.boxc_b {
	height: 4px;
	margin: 0 -1px;
	background: url('images/box9.gif') no-repeat right bottom;
}
.boxc_b div {
	width: 3px;
	height: 4px;
	line-height: 8px;
	background: url('images/box9.gif') no-repeat 0 bottom;
}
/*------------左右边栏-------------*/
#leftbox {
	margin: 0;
	padding: 5px;
	width: 222px;
	height: auto;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
}
#leftbox ul {
	margin-left: 15px;
	margin-top: 15px;
	list-style-type: none;
}
#leftbox li {
	padding-bottom: 5px;
}
#leftbox h2 {
	clear: both;
	padding-left: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
	font-size: 10.5pt;
	font-weight: bold;
	color: #000;
}
.votelabel {
	text-decoration: none;
}
#leftnav {
	margin: 0;
	padding: 0px;
	width: 100%;
	height: auto;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
}
#leftnav ul {
	margin-left: 20px;
	margin-top: 20px;
	list-style-type: none;
}
#leftnav li {
	padding: 5px 5px 0 30px;
	width: 150px;
	height: 25px;
	background: url('images/leftnav-item.gif') no-repeat;
	font-size: 9pt;
}
/*------------内页二级栏目-------------*/
#classnav {
	margin-bottom: 10px;
	padding: 4px;
}
#classnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#classnav ul li {
	float: left;
	margin: 0;
	padding-left: 20px;
	padding-top: 5px;
	width: 150px;
	height: 20px;
	background: url('images/classitem2.gif') no-repeat 0 0px;
	padding-right: 0;
	padding-bottom: 0;
}
/*------------产品二级分类-------------*/
#productclass2 {
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	background: url('images/menuson_pic_3.gif') no-repeat left bottom;
}
#productclass2 ul {
	list-style-type: none;
	margin: 10px 20px 0 30px;
	padding: 0;
	padding-bottom: 25px;
	text-align: left;
}
#productclass2 ul li {
	padding: 5px 0 2px 20px;
	border-bottom: 1px dashed #dedede;
	margin: 0;
	background: url('images/arrow_133.gif') no-repeat 5px 8px;
}
/*------------产品品牌-------------*/
#brandbox {
	float: left;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #d4d4d4;
	height: 120px;
}
#brandbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#brandbox ul li {
	float: left;
	margin: 0;
	padding-left: 20px;
	padding-top: 5px;
	width: 80px;
	height: 20px;
	background: url('images/brand-item.gif') no-repeat 0 0px;
	padding-right: 0;
	padding-bottom: 0;
}
/*------------搜索区域-------------*/
#searchbox {
	margin: 0;
	padding: 0 0 0 15px;
	height: auto;
}
#searchbox .keyword {
	margin: 0;
	padding: 2px;
	border: 1px solid #999999;
	width: 100px;
	height: 14px;
	color: #999;
}
#searchbox .searchclass {
}
#searchbox .submit {
}
#searchbox .searchbtn {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	width: 61px;
	height: 21px;
	background: url('images/btn-search.gif') no-repeat;
	cursor: hand;
}
#searchbox ul {
	list-style-type: none;
	margin: 15px 10px 0 0;
	padding: 0;
	padding-bottom: 15px;
}
#searchbox ul li {
    margin-left: 3px;
	padding: 0px;
	border: 0;
	height: 30px;
	background: #fff;
}
#searchbox ul li.searchkeyword {
}
#searchbox-oneline {
	float: left;
	margin-top: 10px;
	padding-left: 20px;
}
#searchbox-oneline .keyword {
	margin: 0px;
	padding: 2px;
	border: 1px solid #999999;
	width: 150px;
	height: 14px;
	color: #999;
}
#searchbox-oneline .searchclass {
    margin-left: 5px;
}
#searchbox-oneline .searchbtn {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	width: 61px;
	height: 21px;
	background: url('images/btn-search.gif') no-repeat 0 0px;
	cursor: hand;
}
#searchbox-oneline ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#searchbox-oneline ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
}
#searchbox-adv {
	clear: both;
	width: 500px;
	padding-left: 20px;
}
#searchbox-adv .keyword {
	margin: 0;
	padding: 2px;
	border: 1px solid #999999;
	width: 120px;
	height: 14px;
	color: #999;
}
#searchbox-adv .pricefrom {
	margin: 0;
	padding: 2px;
	border: 1px solid #999999;
	width: 120px;
	height: 20px;
	color: #999;
}
#searchbox-adv .priceto {
	margin: 0;
	padding: 2px;
	border: 1px solid #999999;
	width: 120px;
	height: 20px;
	color: #999;
}
#searchbox-adv ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	list-style-type: none;
}
#searchbox-adv ul li {
	margin: 0;
	padding: 0;
	height: 30px;
}
#searchbox-adv .searchbtn {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	width: 61px;
	height: 21px;
	background: url('images/btn-search.gif') no-repeat 0 0px;
	cursor: hand;
}
#searchbox-adv .searchprice {
	float: left;
	margin: 0;
	padding: 0;
}
#searchbox-adv .searchbrand {
	clear: both;
	margin: 0;
	padding: 0;
}
#searchbox-adv .submit {
	clear: both;
	padding-left: 0px;
}
/*------------登录框-------------*/
#loginbox {
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #d4d4d4;
}
#loginno .logininput {
	margin: 0;
	padding: 2px;
	border: 1px solid #999999;
	width: 100px;
	height: 20px;
	color: #999;
}
#loginno .loginbtn {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	width: 61px;
	height: 21px;
	background: url('images/btn-login.gif') no-repeat 0 0px;
	cursor: hand;
}
#loginno {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
#loginno li {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#loginok {
	margin: 0;
	padding: 0;
}
#loginok li {
	clear: both;
	margin: 0;
	list-style-type: none;
	background: url('images/brand-item.gif') no-repeat 0 0px;
	padding-left: 20px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
}
#loginok.prolist {
	clear: both;
	margin: 0;
	background: url('images/title-item.gif') no-repeat 0 0px;
	padding-left: 20px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
}
/*------------新闻列表-------------*/
#newslist {
	margin: 0;
	padding: 0;
	border: 0px solid #DEDEDE;
}
#newslist ul {
	list-style-type: none;
    margin: 5px 5px 10px 10px;
    padding: 0;
	height: auto;
	text-align: left;
}
#newslist ul li {
	margin: 0;
	padding-top: 5px;
	padding-left: 22px;
	height: 1.8em;
	border-bottom: 1px dotted #DEDEDE;
	background: url('images/news-list-item1.gif') no-repeat 5px 10px;
}
#newslist ul li a {
	float: left;
	color: #666;
}
#newslist ul li a:hover {
	color: #7d0101;
}
#newslist .time {
	float: right;
    padding-right: 5px;
	font-size: 9px;
	color: #999;
}
#newslist2 {
	float: left;
	padding: 0;
	border: 0px solid #DEDEDE;
}
#newslist h2 {
	clear: both;
	padding-left: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
	font-size: 10.5pt;
	font-weight: bold;
	color: #000;
}
#newslist2 ul {
	clear: both;
	margin: 0 5px 10px 10px;
	padding: 0px;
	height: auto;
	text-align: left;
	list-style-type: none;
}
#newslist2 ul li {
	height: 26px;
	line-height: 150%;
	background: url('images/line_dot.gif') repeat-x 50% bottom;
}
#listad {
	float: left;
	padding-left: 3px;
	background: #FFF;
}
#listad a {
	float: left;
	padding: 0;
	background: #FFF;
}
#newslist2 .time {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}
/*------------图片列表-------------*/
#piclist {
	clear: both;
	overflow: hidden;
	line-height: 22px;
}
#piclist h2 {
	padding-left: 20px;
	background: url('images/title-item.gif') no-repeat 1px 0px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#piclist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#piclist li {
	float: left;
	display: inline;
	background: #F1F1F1;
	text-align: center;
	margin: 8px;
	margin-bottom: 12px;
	padding: 0px;
}
.piclist li img {
	display: block;
	padding: 2px;
	border: #EEE solid 1px;
}
#piclist li a {
	display: block;
	padding: 2px;
	border: #EEE solid 1px;
}
#piclist li img {
	padding: 8px 9px 0 8px;
}
.piclist li a:visited {
	border: #EEE solid 1px;
	padding: 2px;
	text-decoration: none;
}
#piclist li a:link {
	border: #EEE solid 1px;
	padding: 2px;
	text-decoration: none;
}
#piclist li a:hover {
	border: #D4D4D4 solid 1px;
	padding: 2px;
	text-decoration: underline;
}
#piclist span {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	border: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#piclist2 {
	clear: both;
	overflow: hidden;
	line-height: 22px;
}
#piclist2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#piclist2 li {
	float: left;
	display: inline;
	background: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.piclist2 li img {
	display: block;
	padding: 0px;
	border: 0px;
	padding-bottom: 4px;
}
#piclist2 li a {
	display: block;
	padding: 0px;
	border: 0px;
	padding-bottom: 4px;
}
#piclist2 li img {
	padding: 0;
}
.piclist2 li a:visited {
	border: 0;
	padding: 0;
}
#piclist2 li a:link {
	border: 0;
	padding: 0;
}
#piclist2 span {
	display: block;
}
/*------------产品列表-------------*/
#prolist {
	clear: both;
	overflow: hidden;
	line-height: 20px;
}
#prolist h2 {
	padding-left: 20px;
	background: url('images/title-item.gif') no-repeat 1px 0px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#prolist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#prolist li {
	background: #F1F1F1;
	text-align: left;
	margin: 10px;
	width: 169px;
	padding: 0px;
}
.prolist li img {
	display: block;
	padding: 0px;
	border: #EEE solid 1px;
}
#prolist li a {
	display: block;
	padding: 0px;
	border: #EEE solid 1px;
}
#prolist li img {
	padding: 8px 9px 0 8px;
}
.prolist li a:visited {
	border: #EEE solid 1px;
	padding: 0px;
}
#prolist li a:link {
	border: #EEE solid 1px;
	padding: 0px;
}
#prolist li a:hover {
	border: #D4D4D4 solid 1px;
	padding: 0px;
}
#prolist span {
	display: block;
	clear: both;
	margin: 0;
	padding: 5px 2px 2px;
	border: 0;
	background: #F1F1F1;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
/*------------视频列表-------------*/
#videoindex {
	clear: both;
	height: 140px;
	overflow: hidden;
	line-height: 22px;
}
#videoindex ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#videoindex li {
	float: left;
	display: inline;
	background: #FFF;
	text-align: center;
	margin: 2px;
	padding: 0px;
}
.videoindex li img {
	display: block;
	padding: 4px;
	border: #EEE solid 0px;
}
#videoindex li a {
	display: block;
	padding: 4px;
	border: #EEE solid 0px;
}
#videoindex li img {
	padding: 8px 9px 0 8px;
}
.videoindex li a:visited {
	border: #EEE solid 0px;
	padding: 4px;
}
#videoindex li a:link {
	border: #EEE solid 0px;
	padding: 4px;
}
#videoindex li a:hover {
	border: #EEE solid 0px;
	padding: 4px;
}
#videoindex span {
	display: block;
}
#videoindex img {
	width: expression(this.width > 136 & this.height < this.width ? 136: true); height: expression(this.height > 136 ? 150: true);
}
}
#videoflv {
	clear: both;
	text-align: center;
	width: 100%;
}
/*------------MORE按钮-------------*/
#more {
	padding: 0px;
	float: right;
}
#more a {
	display: block;
	width: 50px;
	height: 30px;
	background: url('images/mainmore.gif') no-repeat 0 6px;
}
#more a span {
	display: none;
	text-indent: -9999px;
}
#morenew {
	padding: 0px;
	float: right;
}
#morenew a {
	display: block;
	width: 50px;
	height: 20px;
	background: url('images/morenew.gif') no-repeat 0 6px;
}
#morenew a span {
	display: none;
	text-indent: -9999px;
}

/*------------网站地图-------------*/
#sitemap {
    margin: 0 10px;
}
.depth0 {
	clear: both;
	padding-top: 15px;
	margin: 0px;
	font-weight: bold;
}
.depth1 {
	float: left;
	padding: 0px 10px;
	margin: 8px 8px 0 0;
	background: #f1f1f1;
}
.depth2 {
	padding-left: 20px;
}
.depth3 {
	padding-left: 30px;
}
.depth4 {
	padding-left: 40px;
}
.depth5 {
	padding-left: 50px;
}
.depth6 {
	padding-left: 60px;
}
/*------------页脚版权-------------*/
#bottombox {
	width: 100%;
	clear: both;
	margin: 0 auto;
	border: 0px;
	background: #FAF9FA;
	padding: 10px;
}
#botmenu {
	clear: both;
	padding-top: 5px;
	padding-left: 150px;
	width: 850px;
	height: 20px;
}
.botmenus {
	margin: 0;
	padding: 0;
	text-align: center;
}
.botmenus li {
	float: left;
	padding: 0;
	margin: 0 8px 0 0;
	list-style-type: none;
	height: 25px;
	font-weight: bold;
}
#bottomleft {
	float: left;
	width: 150px;
	height: 100px;
	background: url('images/logogray.gif') 5px 20px no-repeat;
}
#bottomright {
	float: right;
	width: 680px;
}
#copyright {
	clear: both;
	text-align: left;
	width: 100%;
	height: 100%;
	color: #666;
}
#copyright a:link {
	text-decoration: none;
	color: #999;
}
#copyright a:visited {
	text-decoration: none;
	color: #999;
}
#copyright a:hover {
	text-decoration: none;
	color: #999;
}
#copyright a:active {
	text-decoration: none;
	color: #999;
}
#linkurl {
	padding: 0;
	padding-top: 3px;
	text-align: left;
}
#linkurl ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#linkurl li {
	float: left;
	padding: 0;
	margin: 0 8px 0 0;
}
.links { display: none;}
/*------------表格变色-------------*/
.maintablelist {
	width: 95%;
	border: 1px solid #eee;
}
.maintablelist td {
	line-height: 180%;
	height: 26px;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}
TH {
	height: 26px;
	font-weight: bold;
	background: #D4D4D4;
	TEXT-ALIGN: center;
}
tr.odd {
	background: #EEE;
}
tr.highlight {
	background: #FFFAAA;
}
tr.selected {
	background: #FFFAAA;
	color: #fff;
}
td + td + td {
	text-align: center;
}
/*------------内容区相关-------------*/
#page {
	clear: both;
	height: auto;
	margin: 5px 0;
	padding: 5px 0;
}
.page {
	clear: both;
	display: block;
	text-align: center;
	height: 25px;
	background: #EEEEEE;
}
.content-nav {
	clear: both;
	margin: 10px 0;
	padding-left: 50px;
	line-height: 1.8em;
	color: #999;
	background: url('images/news-title-item.gif') no-repeat 25px 3px;
}
.content {
	line-height: 180%;
	padding: 5px 0;
	margin: 0 20px;
	table-layout: fixed;
	word-wrap: break-word;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #666;
}
.content-h1 {
	margin-bottom: 10px;
	padding: 0;
	height: 30px;
	background: url('images/content_h1_bg.gif') no-repeat bottom;
}
.content-h1 h1 {
	float: left;
	margin: 0;
	padding: 0;
	height: 27px;
	padding: 3px 0 0 25px;
	background: url('images/arrow.gif') no-repeat 5px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #436D93;
}
#maincontentR p {
	line-height: 180%;
    padding-left: 10px;
    padding-right: 10px;
	table-layout: fixed;
	word-wrap: break-word;
	overflow: hidden;
}
.content .content-h1 a:link {
	text-decoration: none;
	color: #212010;
}
.content .content-h1 a:visited {
	text-decoration: none;
	color: #212010;
}
.content .content-h1 a:hover {
	text-decoration: underline;
	color: #ff0;
}
.content .content-h1 a:active {
	text-decoration: none;
	color: #212010;
}
.contentnew {
	margin: 0;
	padding: 10px 20px 0 20px;
    line-height: 180%;
	color: #666;
}
.contentnew1 {
	float: left;
	padding: 0;
	margin-right: 7px;
	margin-bottom: 10px;
	width: 263px;
	color: #666;
}
.contentnew2 {
	float: left;
	padding: 0;
	margin-left: 7px;
	margin-bottom: 10px;
	width: 263px;
	color: #666;
}
.content-h2 {
	margin: 0;
	padding: 0;
	height: 26px;
	margin-bottom: 10px;
	background: #d6d6d6;
}
.content-h2 h2 {
	float: left;
	margin: 0;
	padding: 0;
	height: 23px;
	padding: 3px 0 0 32px;
	background: url('images/arrow1.gif') no-repeat 8px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #9C0200;
}
.content-title {
	line-height: 180%;
	text-align: center;
	padding: 10px;
	padding-bottom: 0;
}
.content-title h1 {
	clear: both;
	font-size: 12pt;
	font-weight: bold;
	color: #436D93;
	border: 0;
}
.content-title span {
	font-size: 9pt;
	color: #999999;
}
.content-bottom {
	color: #666666;
	text-align: right;
	padding: 10px;
}

/*------------上一条/下一条-------------*/
#prenextnav {
	clear: both;
	padding: 10px;
}
#prenextnav .prepage {
/*	float: left;
	width: 48%;*/
	text-align: left;
}
#prenextnav .nextpage {
/*	float: right;
	width: 48%;*/
	text-align: left;
}

/*------------评论-------------*/
#comment {
	clear: both;
	padding: 10px;
}
#comment p {
	margin: 0;
	padding: 0;
	line-height: 180%;
}
#comment .poster {
	clear: both;
	background: #EEEEEE;
}
#comment .post {
	clear: both;
	background: #FFF;
	table-layout: fixed;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
}
#comment ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#comment ol li {
	margin: 0;
	padding: 0;
}
/*------------求职招聘-------------*/
.hr-gray {
	border: 1px solid #D4D4D4;
	height: 1px;
	
}
.w1gray {
	float: left;
	margin: 1px;
	padding: 2px;
	padding-left: 5px;
	width: 261px;
	height: 22px;
	background: #EEEEEE;
}
.w1gray strong {
	color: #436D93;
}
#applyjob ul {
	padding: 0;
	padding-left: 20px;
	margin: 0;
	list-style-type: none;
}
#applyjob li {
	padding: 0;
	margin: 2px;
}
/*------------反馈表单-------------*/
#feedback {
	line-height: 180%;
	padding-left: 20px;
	padding-bottom: 20px;
	table-layout: fixed;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #666666;
}
#feedback ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#feedback li {
	padding: 0;
	margin: 2px;
}
.formlabel {
	width: 100px;
	display: block;
	text-align: left;
	float: left;
}
/*------------商品列表-------------*/
#picbox-shop-list {
	clear: both;
	margin-bottom: 20px;
	line-height: 20px;
	border-bottom: #eee solid 0px;
	margin-bottom: 10px;
}
#picbox-shop-list .picimg {
	float: left;
	display: inline;
	width: 150px;
	background: #F1F1F1;
	text-align: center;
	padding: 0px;
}
#picbox-shop-list .picimg img {
	display: block;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-shop-list .picimg a {
	display: block;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-shop-list .picimg img {
	padding: 8px 9px 0 8px;
}
#picbox-shop-list .picimg a:visited {
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-shop-list .picimg a:link {
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-shop-list .picimg a:hover {
	border: #D4D4D4 solid 1px;
	padding: 4px;
	color: #999;
	text-decoration: none;
}
#picbox-shop-list .picimg img {
	width: expression(this.width > 150 & this.height < this.width ? 150: true); height: expression(this.height > 150 ? 100: true);
}
}
#picbox-shop-list .picimg h4 {
	display: block;
	padding-left: 15px;
	font-size: 12px;
	border: 0;
	font-weight: normal;
}
#picbox-shop-list .picimg h3 {
	display: block;
	padding-left: 15px;
	font-size: 12px;
	border: 0;
	font-weight: normal;
}
#picbox-shop-list .picimg h2 {
	display: block;
	padding-left: 15px;
	font-size: 12px;
	border: 0;
	font-weight: normal;
}
#picbox-shop-list .picimg h1 {
	display: block;
	padding-left: 15px;
	font-size: 12px;
	border: 0;
	font-weight: normal;
}
#picbox-shop-list .picimg h1 {
	display: none;
	background: url('images/title-item.gif') no-repeat 0px 0px;
	text-align: left;
	font-weight: bold;
}
#picbox-shop-list .picimg h2 {
	display: block;
	background: url('images/title-item.gif') no-repeat 0px 0px;
	text-align: left;
}
#picbox-shop-list .picimg h3 {
	display: block;
	background: url('images/title-item.gif') no-repeat 0px 0px;
	text-align: left;
}
#picbox-shop-list .picimg h4 {
	display: none;
	background: url('images/title-item.gif') no-repeat 0px 0px;
	text-align: left;
}
#picbox-shop-list .pictext {
	float: left;
	width: 460px;
	height: auto;
	display: block;
	background: #FFF;
	text-align: left;
	padding: 2px;
}
#picbox-shop-list .pictext h1 {
	padding-left: 20px;
	background: url('images/title-item.gif') no-repeat 1px 1px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#picbox-shop-list .pictext p {
	padding: 0;
	margin: 0;
	padding-left: 16px;
	line-height: 180%;
	table-layout: fixed;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #666;
}
#picbox-shop-list .picbtn {
	clear: both;
	width: 100%;
	height: 30px;
	display: block;
	background: #FFF;
	text-align: right;
	padding: 4px;
}
#picbox-shop-list .picbtn h6 {
	float: right;
	width: 140px;
	height: 29px;
	padding-top: 1px;
	padding-left: 30px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#picbox-shop-list .picbtn h5 {
	float: right;
	width: 140px;
	height: 29px;
	padding-top: 1px;
	padding-left: 30px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#picbox-shop-list .picbtn h4 {
	float: right;
	width: 140px;
	height: 29px;
	padding-top: 1px;
	padding-left: 30px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#picbox-shop-list .picbtn h4 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	background: url('images/btn-price.gif') no-repeat 1px 0px;
	text-align: left;
	font-size: 10.5pt;
	font-weight: bold;
}
#picbox-shop-list .picbtn a:link {
	text-decoration: none;
	color: #1092C6;
}
#picbox-shop-list .picbtn a:visited {
	text-decoration: none;
	color: #1092C6;
}
#picbox-shop-list .picbtn a:hover {
	text-decoration: underline;
	color: #1092C6;
}
#picbox-shop-list .picbtn a:active {
	text-decoration: none;
	color: #1092C6;
}
#picbox-shop-list .picbtn sup {
	font-size: 8pt;
	font-weight: normal;
}
#picbox-shop-list .picbtn h5 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	background: url('images/btn-order.gif') no-repeat 1px 0px;
	text-align: left;
}
#picbox-shop-list .picbtn h6 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	background: url('images/btn-detail.gif') no-repeat 1px 0px;
	text-align: left;
}
/*------------商品分格-------------*/
#picbox-shop-grid {
	clear: both;
	margin-bottom: 20px;
	line-height: 20px;
	padding-left: 2px;
}
#picbox-shop-grid .picimg {
	float: left;
	display: inline;
	width: 150px;
	height: 220px;
	background: #FFF;
	text-align: left;
	margin: 2px;
	padding: 0px;
}
#picbox-shop-grid .picimg img {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #666;
}
#picbox-shop-grid .picimg a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #666;
}
#picbox-shop-grid .picimg img {
	padding: 8px 9px 0 8px;
}
#picbox-shop-grid .picimg a:visited {
	border: #EEE solid 1px;
	padding: 4px;
	text-decoration: none;
	color: #666;
}
#picbox-shop-grid .picimg a:link {
	border: #EEE solid 1px;
	padding: 4px;
	text-decoration: none;
	color: #666;
}
#picbox-shop-grid .picimg a:hover {
	border: #D8CEC0 solid 1px;
	padding: 4px;
	color: #999;
	text-decoration: none;
}
#picbox-shop-grid .picimg h4 {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-grid .picimg h3 {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-grid .picimg h2 {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-grid .picimg h1 {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-grid .picimg h1 {
	display: block;
	text-align: left;
	color: #666;
	font-weight: bold;
}
#picbox-shop-grid .picimg h2 {
	display: block;
	text-align: left;
}
#picbox-shop-grid .picimg h3 {
	display: block;
	text-align: left;
}
#picbox-shop-grid .picimg h4 {
	display: none;
	text-align: left;
}
#picbox-shop-grid .pictext {
	display: none;
}
#picbox-shop-grid .picbtn {
	display: none;
}
#picbox-shop-grid2 {
	clear: both;
	margin-bottom: 20px;
	line-height: 20px;
}
#picbox-shop-grid2 .picimg {
	float: left;
	display: inline;
	width: 160px;
	height: 220px;
	background: #FFF;
	text-align: center;
	margin: 5px;
	padding: 0px;
}
#picbox-shop-grid2 .picimg img {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #666;
}
#picbox-shop-grid2 .picimg a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #666;
}
#picbox-shop-grid2 .picimg img {
	padding: 8px 9px 0 8px;
}
#picbox-shop-grid2 .picimg a:visited {
	border: #EEE solid 1px;
	padding: 4px;
	text-decoration: none;
	color: #666;
}
#picbox-shop-grid2 .picimg a:link {
	border: #EEE solid 1px;
	padding: 4px;
	text-decoration: none;
	color: #666;
}
#picbox-shop-grid2 .picimg a:hover {
	border: #D8CEC0 solid 1px;
	padding: 4px;
	color: #999;
	text-decoration: none;
}
#picbox-shop-grid2 .picimg h4 {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-grid2 .picimg h3 {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-grid2 .picimg h2 {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-grid2 .picimg h1 {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-grid2 .picimg h1 {
	display: block;
	text-align: left;
	color: #666;
	font-weight: bold;
}
#picbox-shop-grid2 .picimg h2 {
	display: block;
	text-align: left;
}
#picbox-shop-grid2 .picimg h3 {
	display: block;
	text-align: left;
}
#picbox-shop-grid2 .picimg h4 {
	display: none;
	text-align: left;
}
#picbox-shop-grid2 .pictext {
	display: none;
}
#picbox-shop-grid2 .picbtn {
	display: none;
}
/*------------商品详细-------------*/
#picbox-shop-detail {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	line-height: 20px;
	border-bottom: #eee solid 0px;
	margin-bottom: 10px;
}
#picbox-shop-detail p {
	margin-top: 0;
	padding-left: 16px;
	line-height: 180%;
	table-layout: fixed;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #666;
}
#picbox-shop-detail .picimg {
	float: left;
	background: #F1F1F1;
	text-align: center;
	padding: 0px;
}
#picbox-shop-detail .picimg img {
	display: block;
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-shop-detail .picimg a {
	display: block;
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-shop-detail .picimg a {
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-shop-detail .picimg a:visited {
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-shop-detail .picimg a:link {
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-shop-detail .picimg a:hover {
	border: #D4D4D4 solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-shop-detail .picimg img {
	width: expression(this.width > 300 & this.height < this.width ? 300: true); height: expression(this.height > 500 ? 300: true);
}
}
#picbox-shop-detail .picimg h4 {
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-detail .picimg h3 {
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-detail .picimg h2 {
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-detail .picimg h1 {
	display: block;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-shop-detail .picimg span {
	display: block;
	padding-left: 20px;
	background: url('images/zoom.gif') no-repeat 3px 3px;
	text-align: left;
}
#picbox-shop-detail .picimg h1 {
	display: none;
	text-align: left;
}
#picbox-shop-detail .picimg h2 {
	display: none;
	text-align: left;
}
#picbox-shop-detail .picimg h3 {
	display: none;
	text-align: left;
}
#picbox-shop-detail .picimg h4 {
	display: block;
	text-align: left;
}
#picbox-shop-detail .picpara {
	float: right;
	margin-bottom: 10px;
	width: 380px;
	height: auto;
	display: block;
	background: #FFF;
	text-align: left;
	padding: 2px;
}
#picbox-shop-detail .picpara h1 {
	padding-left: 20px;
	background: url('images/title-main-item.gif') no-repeat 1px 0px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#picbox-shop-detail .picpara p {
	margin-top: 0;
	margin-bottom: 0;
}
#picbox-shop-detail .picintro {
	float: right;
	width: 380px;
	height: auto;
	display: block;
	margin-bottom: 20px;
	background: #FFF;
	text-align: left;
}
#picbox-shop-detail .picintro h2 {
	padding-left: 20px;
	background: url('images/title-item.gif') no-repeat 1px 3px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#picbox-shop-detail .piccontent {
	clear: both;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
	background: #FFF;
}
#picbox-shop-detail .piccontent h2 {
	padding-left: 20px;
	background: url('images/title-item.gif') no-repeat 1px 0px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#picbox-shop-detail .picbtn {
	clear: both;
	width: 100%;
	height: 30px;
	display: block;
	background: #FFF;
	text-align: right;
	padding: 4px;
}
#picbox-shop-detail .picbtn h5 {
	float: right;
	height: 22px;
	padding-top: 2px;
	padding-left: 28px;
	font-size: 12px;
	color: #212010;
	margin-left: 5px;
}
#picbox-shop-detail .picbtn h4 {
	float: right;
	height: 22px;
	padding-top: 2px;
	padding-left: 28px;
	font-size: 12px;
	color: #212010;
	margin-left: 5px;
}
#picbox-shop-detail .picbtn h3 {
	float: right;
	height: 22px;
	padding-top: 2px;
	padding-left: 28px;
	font-size: 12px;
	color: #212010;
	margin-left: 5px;
}
#picbox-shop-detail .picbtn h3 {
	display: block;
	width: 105px;
	background: url('images/btn-fav.gif') no-repeat 1px 0px;
	text-align: left;
}
#picbox-shop-detail .picbtn h4 {
	display: block;
	width: 140px;
	background: url('images/btn-price.gif') no-repeat 1px 0px;
	text-align: left;
	font-size: 9pt;
}
#picbox-shop-detail .picbtn a:link {
	text-decoration: none;
	color: #212010;
}
#picbox-shop-detail .picbtn a:visited {
	text-decoration: none;
	color: #212010;
}
#picbox-shop-detail .picbtn a:hover {
	text-decoration: underline;
	color: #A59E94;
	text-decoration: underline;
}
#picbox-shop-detail .picbtn a:active {
	text-decoration: none;
	color: #212010;
}
#picbox-shop-detail .picbtn sup {
	font-size: 8pt;
	font-weight: normal;
}
#picbox-shop-detail .picbtn h5 {
	display: block;
	width: 105px;
	background: url('images/btn-order.gif') no-repeat 1px 0px;
	text-align: left;
}
/*------------产品列表-------------*/
#picbox-product-list {
	clear: both;
	margin-bottom: 20px;
	line-height: 20px;
	border-bottom: #eee solid 0px;
	margin-bottom: 10px;
}
#picbox-product-list .picimg {
	float: left;
	display: inline;
	width: 130px;
	background: #F1F1F1;
	text-align: center;
	padding: 0px;
}
#picbox-product-list .picimg img {
	display: block;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-product-list .picimg a {
	display: block;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-product-list .picimg img {
	padding: 8px 9px 0 8px;
}
#picbox-product-list .picimg a:visited {
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-product-list .picimg a:link {
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#picbox-product-list .picimg a:hover {
	border: #D4D4D4 solid 1px;
	padding: 4px;
	color: #999;
	text-decoration: none;
}
#picbox-product-list .picimg h4 {
	display: block;
	padding-left: 18px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-product-list .picimg h3 {
	display: block;
	padding-left: 18px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-product-list .picimg h2 {
	display: block;
	padding-left: 18px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-product-list .picimg h1 {
	display: block;
	padding-left: 18px;
	font-size: 12px;
	font-weight: normal;
}
#picbox-product-list .picimg img {
	width: expression(this.width > 120 & this.height < this.width ? 120: true); height: expression(this.height > 120 ? 120: true);
}
}
#picbox-product-list .picimg h1 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-weight: bold;
}
#picbox-product-list .picimg h2 {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-weight: normal;
}
#picbox-product-list .pictext {
	display: block;
	float: right;
	width: 530px;
	height: auto;
	background: #FFF;
	text-align: left;
	padding: 2px;
}
#picbox-product-list .pictext h1 {
	padding-left: 20px;
	background: url('images/content-title-item.gif') no-repeat 1px 0px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#picbox-product-list .pictext p {
	padding: 0;
	margin: 0;
	padding-left: 16px;
	line-height: 180%;
	table-layout: fixed;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #999999;
}
#picbox-product-list .picbtn {
	display: block;
	clear: both;
	width: 100%;
	height: 30px;
	background: #FFF;
	text-align: right;
	padding: 4px;
}
#picbox-product-list .picbtn h6 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	background: url('images/btn-detail.gif') no-repeat 1px 0px;
	text-align: left;
	float: right;
	width: 120px;
	height: 29px;
	padding-top: 4px;
	padding-left: 30px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#picbox-product-list .picbtn a:link {
	text-decoration: none;
	color: #065696;
}
#picbox-product-list .picbtn a:visited {
	text-decoration: none;
	color: #065696;
}
#picbox-product-list .picbtn a:hover {
	text-decoration: underline;
	color: #666666;
}
#picbox-product-list .picbtn a:active {
	text-decoration: none;
	color: #065696;
}
#picbox-product-list .picbtn sup {
	font-size: 8pt;
	font-weight: normal;
}
/*------------产品分格-------------*/
#picbox-product-grid {
    margin: 0;
    padding: 0;
    border: 0;
}
#picbox-product-grid .picimg {
	float: left;
	margin: 5px 5px 10px 5px;
	padding: 0;
	display: inline;
}
#picbox-product-grid .picimg a img {
    display: block;
    margin: 0;
	border: 0;
	padding: 7px 8px;
}
#picbox-product-grid .picimg a img {
	width: expression(this.width > 150 & this.height < this.width ? 150: true); height: expression(this.height > 150 ? 200: true);
}
#picbox-product-grid .picimg a h1 {
    font-size: 12px;
	text-align: center;
	color: #666;
	border: 0;
	padding: 3px 0px;
}
#picbox-product-grid .picimg a {
    display: block;
	border: 1px solid #eee;
	text-decoration: none;
	color: #666;
}
#picbox-product-grid .picimg a:hover {
    display: block;
	border: 1px solid #999;
	background: #D4E7F7;
}
#picbox-product-grid .picimg a:hover h1 {
	text-decoration: underline;
	color: #000;
}
#picbox-product-grid .picimg a h2 {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
#picbox-product-grid .pictext {
	display: none;
}
#picbox-product-grid .picbtn {
	display: none;
}
/*------------产品详细-------------*/
#picbox-product-detail {
    margin: 0;
    padding: 0;
    border: 0;
}
#picbox-product-detail p {
	margin-top: 10px;
	padding-left: 15px;
	line-height: 180%;
	color: #666;
}
#picbox-product-detail .picimg {
	float: left;
	margin: 5px 5px 10px 5px;
	padding: 0;
	margin-bottom: 10px;
}
#picbox-product-detail .picimg a img {
    display: block;
    margin: 0;
	border: 0;
	padding: 7px 9px;
}
#picbox-product-detail .picimg a img {
	width: expression(this.width > 150 & this.height < this.width ? 150: true); height: expression(this.height > 150 ? 200: true);
}
#picbox-product-detail .picimg a {
    display: block;
	border: 1px solid #eee;
	text-decoration: none;
	color: #666;
}
#picbox-product-detail .picimg a:hover {
    display: block;
	border: 1px solid #999;
	background: #D4E7F7;
}
#picbox-product-detail .picimg a span {
	padding: 3px 7px;
    margin: 0;
	display: block;
	background: url('images/zoom2.gif') no-repeat 20px 8px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#picbox-product-detail .picimg a:hover span {
	text-decoration: underline;
	color: #000;
}
#picbox-product-detail .picpara {
	float: right;
	width: 350px;
	height: auto;
	display: block;
	text-align: left;
}
#picbox-product-detail .picpara h1 {
	padding-left: 20px;
	background: url('images/bigclassitem.gif') no-repeat 5px 6px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#picbox-product-detail .picintro {
	clear: both;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	text-align: left;
}
#picbox-product-detail .picintro h2 {
	padding-left: 20px;
	background: url('images/bigclassitem.gif') no-repeat 5px 6px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#picbox-product-detail .piccontent {
	clear: both;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 0px;
	text-align: left;
}
#picbox-product-detail .piccontent h2 {
	padding-left: 20px;
	background: url('images/bigclassitem.gif') no-repeat 5px 6px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
/*------------商品搜索-------------*/
#searchresult {
	clear: both;
	margin-bottom: 20px;
	line-height: 20px;
	border-bottom: #eee solid 0px;
	margin-bottom: 10px;
}
#searchresult .picimg {
	float: left;
	display: inline;
	width: 110px;
	background: #FFF;
	text-align: center;
	padding: 0px;
}
#searchresult .picimg img {
	display: block;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#searchresult .picimg a {
	display: block;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#searchresult .picimg img {
	padding: 8px 9px 0 8px;
}
#searchresult .picimg a:visited {
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#searchresult .picimg a:link {
	border: #EEE solid 1px;
	padding: 4px;
	color: #666;
	text-decoration: none;
}
#searchresult .picimg a:hover {
	border: #D4D4D4 solid 1px;
	padding: 4px;
	color: #999;
	text-decoration: none;
}
#searchresult .picimg img {
	width: expression(this.width > 150 & this.height < this.width ? 150: true); height: expression(this.height > 150 ? 200: true);
}
}
#searchresult .picimg h4 {
	display: block;
	padding-left: 15px;
	font-size: 12px;
	border: 0;
	font-weight: normal;
}
#searchresult .picimg h3 {
	display: block;
	padding-left: 15px;
	font-size: 12px;
	border: 0;
	font-weight: normal;
}
#searchresult .picimg h2 {
	display: block;
	padding-left: 15px;
	font-size: 12px;
	border: 0;
	font-weight: normal;
}
#searchresult .picimg h1 {
	display: block;
	padding-left: 15px;
	font-size: 12px;
	border: 0;
	font-weight: normal;
}
#searchresult .pictext {
	float: right;
	width: 460px;
	height: auto;
	display: block;
	background: #FFF;
	text-align: left;
	padding: 2px;
}
#searchresult .pictext h1 {
	padding-left: 20px;
	background: url('images/title-main-item.gif') no-repeat 1px 2px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#searchresult .pictext p {
	padding: 0;
	margin: 0;
	padding-left: 16px;
	line-height: 180%;
	table-layout: fixed;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #666;
}
#searchresult .picbtn {
	clear: both;
	width: 100%;
	height: 30px;
	display: block;
	background: #FFF;
	text-align: right;
	padding: 4px;
}
#searchresult .picbtn h6 {
	float: right;
	width: 140px;
	height: 22px;
	padding-top: 2px;
	padding-left: 26px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#searchresult .picbtn h5 {
	float: right;
	width: 140px;
	height: 22px;
	padding-top: 2px;
	padding-left: 26px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#searchresult .picbtn h4 {
	float: right;
	width: 140px;
	height: 22px;
	padding-top: 2px;
	padding-left: 26px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#searchresult .picbtn h4 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	background: url('images/btn-price.gif') no-repeat 1px 0px;
	text-align: left;
	color: #232117;
	font-size: 9pt;
	font-weight: bold;
}
#searchresult .picbtn a:link {
	text-decoration: none;
	color: #232117;
}
#searchresult .picbtn a:visited {
	text-decoration: none;
	color: #232117;
}
#searchresult .picbtn a:hover {
	text-decoration: underline;
	color: #232117;
}
#searchresult .picbtn a:active {
	text-decoration: none;
	color: #232117;
}
#searchresult .picbtn sup {
	font-size: 8pt;
	font-weight: normal;
}
#searchresult .picbtn h5 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	background: url('images/btn-order.gif') no-repeat 1px 0px;
	text-align: left;
}
#searchresult .picbtn h6 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	background: url('images/btn-detail.gif') no-repeat 1px 0px;
	text-align: left;
}
.pronew {
	background: url('images/pronew.gif') no-repeat right 50%;
}
.prohot {
	background: url('images/prohot.gif') no-repeat right 50%;
}
#download-list {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	line-height: 20px;
	border-bottom: #eee solid 0px;
	margin-bottom: 10px;
}
#download-list .introtext {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background: #FFF;
	text-align: left;
	padding: 2px;
}
#download-list .introtext h1 {
	padding-left: 20px;
	background: url('images/brand-item1.gif') no-repeat 1px 0px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	border-bottom: #eee solid 1px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#download-list .introtext p {
	padding: 0;
	margin: 0;
	padding-left: 16px;
	line-height: 180%;
	table-layout: fixed;
	WORD-BREAK: break-all;
	WORD-WRAP: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #999999;
}
#download-list .picbtn {
	display: block;
	clear: both;
	width: 100%;
	height: 30px;
	background: #FFF;
	text-align: right;
	padding: 4px;
}
#download-list .picbtn h3 {
	display: block;
	text-align: left;
	border: 0;
	font-weight: normal;
	float: right;
	width: 80px;
	height: 21px;
	padding-top: 2px;
	padding-left: 4px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#download-list .picbtn h4 {
	display: block;
	text-align: left;
	border: 0;
	font-weight: normal;
	float: right;
	width: 80px;
	height: 21px;
	padding-top: 2px;
	padding-left: 4px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#download-list .picbtn h5 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	background: url('images/down-btn-bg.gif') no-repeat 1px 0px;
	text-align: left;
	float: right;
	width: 90px;
	height: 21px;
	padding-top: 2px;
	padding-left: 18px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#download-list .picbtn h6 {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	background: url('images/down-btn-bg.gif') no-repeat 1px 0px;
	text-align: left;
	float: right;
	width: 90px;
	height: 21px;
	padding-top: 2px;
	padding-left: 18px;
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
#download-list .picbtn a:link {
	text-decoration: none;
	color: #065696;
}
#download-list .picbtn a:visited {
	text-decoration: none;
	color: #065696;
}
