﻿/**************************************
* 文件类型：css
* 制 造 者：窦西河
* 制造日期：2008年7月
* 内容概要:公用样式zg
**************************************/
/* CSS Document */
/*html {filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}   */
body {
	text-align: center;
	font-family:"宋体", arial;
	padding:0;
	font-size:12px;
	color:#000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
	background-color: #000000;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
input,select,option,textarea {margin:0; padding:0; font-size:12px;line-height:18px;}
ul,li{list-style-type:none;}

/* 颜色属性 */
.colorBlack {color:#000000;}
.colorWhite {color:#FFFFFF;}
.colorGray {color:#C0C0C0;}
.colorRed {color:#ff0000;}
.colorOrange {color:#FF6600;}
.colorBlue {color:#1761A6;}
.colorGreen{color:#2D5F08;}
.colorPurple{color:#6A19B5;}
.cDRed{ color:#F40707;}
/* 链接颜色 */
a:link {color:#FFF; text-decoration:none;}
a:visited {color:#FFF; text-decoration:none;}
a:hover {color:#FFF; text-decoration:underline;}
a:active {color:#FFF;}

.linkWhite{color:#ffffff;}
a.linkWhite:link     {color:#ffffff; text-decoration:none;}
a.linkWhite:visited  {color:#ffffff; text-decoration:none;}
a.linkWhite:hover    {color:#FF9900; text-decoration:none;}
a.linkWhite:active   {color:#ffffff; text-decoration:none;}

.linkBlack{color:#000;}
a.linkBlack:link     {color:#000;; text-decoration:none;}
a.linkBlack:visited  {color:#000; text-decoration:none;}
a.linkBlack:hover    {color:#000; text-decoration:underline;}
a.linkBlack:active   {color:#000; text-decoration:underline;}

/*浮动方式*/
.floatLeft{float:left;}
.floatRight{float:right;}
.clear{clear: both; }

/*对齐方式*/
.center{margin:0 auto;}

/*文本对齐方式*/
.alignLeft{text-align:left;}
.alignRight{text-align:right;}
.alignCenter{text-align:center;}

/*字体样式*/
.fontBold {font-weight: bold;}
.fontItalic {font-style: italic;}
.font12px{ font-size:12px;}
.font14px{ font-size:14px;}

/* 表单属性 */
select{
	border:1px solid #164B7D;
	line-height:12px;
}
.input{
	border:1px solid #BEC5D5;
	height:18px; 
	line-height:18px; 
}
.noinput{
	line-height:12px;
	border:0px solid #164B7D;
}

.inputSearch{
	width:120px;
	border:1px solid #164B7D;
	line-height:12px;
}
.inputLogin{
	width:95px;
	border:1px solid #164B7D;
	line-height:12px;
}
/*按钮样式*/
.button{
	border:1px solid #666666;
	height:19px;
	line-height:19px;
	background-color: #999999;
	text-align: center;
	color:#000;
	width:50px;
}
.buttonMore{
	border:1px solid #666666;
	height:19px;
	line-height:19px;
	background-color: #999999;
	text-align: center;
	color:#000;
	width:80px;
}

/* 其他属性 */
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;}
.more{
	text-align:right;
	font-weight:bold;
	clear: both;
	line-height:21px;
	margin-top:5px;
}
.deleteLine{text-decoration: line-through;}
.borderLine{border:1px solid #cccccc;}
.shadow{padding:3px;border:1px solid #979797;margin-top:3px;}
.dot{font-size:12px;color: #000;}
.space{
	clear: both;
	line-height: 10px;
	height: 10px;	
}
.space25{
	clear: both;
	line-height: 25px;
	height: 25px;	
}
/* 分割线 */
.dotLine{
	background:url(../images/dotline.gif) repeat-x;
	height:5px;
	clear:both;
	width: 99%;
	margin-left: 3px;
}
.lineH{margin:0 auto; width:750px;  font-size:1px; overflow:hidden; height:1px; background:url(/imgages/lineH.gif);}
.PDIline{
	width: 98%;
	clear: both;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
}
.lineHeight{
	line-height: 21px;
	text-align: left;	
}
/* 更多>> */
.contentMore{
	font-size: 12px;
	text-align: right;
	clear: both;
	margin-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 8px;
}

/* 页面公用布局 */
#layout229{
	width: 229px;
	background-image: url(../images/leftbg.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #9D9D9D;
	height:auto;
	*height:auto; /*!important*/
	_height:auto;
	float: left;
}
#layout729{
	width: 719px;
	height:auto;
	*height:auto; /*!important*/
	_height:auto;
	float: right;
	background-image: url(../images/rightbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #959393;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBABA;
	padding-right: 5px;
	padding-left: 5px;
	background-attachment: fixed;
}
.layout960{
	height:1100px;
	*height:auto; /*!important*/
	_height:auto;
	background-image: url(../images/rightbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #959393;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBABA;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
}
.layout960index{
	height:1100px;
	*height:auto; /*!important*/
	_height:auto;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #959393;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBABA;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
}
.layout356Left{
	width: 356px;
	float: left;
}
.layout356Right{
	width: 356px;
	float: left;
	margin-left:7px;
}
.layout363{
	width: 363px;
	height:450px;
	*height:auto; /*!important*/
	_height:auto;
	float: right;
}
/* 页面公用标题 */
h3 {
	background-image: url(/Skin/HuilifaSkin/images/btbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}
h6{
	color:#CCCCCC;
	font-size: 14px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
}
.seacheTitle {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/btbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	padding-left: 15px;
	text-align: left;
	padding-top: 3px;
}
/* 透明公用边框样式 */
.transparentBorder {
	font-size: 12px;
	color: #FFFFFF;
	padding: 4px;	
}
/* 页面顶部导航 */
.navEhibitionTopBg{
	background-image: url(../images/bg_ehibitiontop.jpg);
	background-repeat: no-repeat;
	height: 281px;
	width: 960px;
}
.navInfoListBg{
	background-image: url(../images/top2008infolist.JPG);
	background-repeat: no-repeat;
	height: 200px;
	width: 960px;
}
.navDownBg{
	background-image: url(../images/top2008Down.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 960px;
}

.navTopBg{
	margin-right: auto;
	margin-left: auto;
}

.navTopBg .logo{
	background-image: url(../flash/logo20080102.swf);
	background-repeat: no-repeat;
	float: left;
	height: 68px;
	width: 245px;
	position:absolute;
	z-index:101;
	margin-left: 10px;
}
/* 页面导航菜单 */
.navMenu{
	background-image: url(../images/navmenubg.gif);
	background-repeat: repeat-x;
	height: 21px;
	margin-top: 3px;
	padding-top: 5px;
}
.navMenu ul{
	display: block;
}
.navMenu ul li{
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 25px;
	color: #FFFFFF;
	line-height: 21px;
}
.navMenu ul li.selectTag{
	font-weight: bold;	
	color: #FFFFFF;
}
.navMenu ul li.selectTag a:link{
	color: #FFFFFF;
}
.navMenu ul li.selectTag a:hover{
	color: #FFFFFF;
}
.navMenu ul li.selectTag a:active,a:visited{
	color: #FFFFFF;
}
.navMenu ul li a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.navMenu ul li a:hover{
	color: #FF9900;
	text-decoration: none;
}
.navMenu ul li a:active,a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
/*--底部通栏广告样式--*/
.adBanner {
	height: 116px;
}

/* 会员登陆样式 */
.memLogin{
	width:580px;
	height:186px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 80px;
}
.memLogin table{
	line-height: 21px;
	height: 21px;
}
/*===================会员公用table main==================*/
.table_bgline{
	line-height: 21px;
	height: 21px;
}
.contentModule {
	text-align:center;
	padding:3px;
	border:1px solid #666;
	background-color:#929090;
	overflow:hidden;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.contentModuleB h4{
	margin:0 0 12px 0;
	padding:0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color: #000000;
}
.contentModuleB h5{
	margin:10px 0 12px 10px;
	padding:0;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	}
.contentModuleB h6 {
	margin:0 0 12px 0;
	padding:0;
	color:#FB0014;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.contentModuleC {
	margin:0;
	width:90%;
	border:1px solid #CDCDCD;
	padding:10px 20px 0px 40px;
	height:210px;
	overflow-y:auto;
	text-align:left;
	background-color:#FAFAFA;
	color: #000000;
}
.margintop{
	color: #000000;
}
/*==============我的工作室内容样式==========*/
.basis{ 
	height:118px;
	text-align:left;
	line-height:21px;
	padding-left:10px;
}
.info {
	margin-top:8px;
	text-align:left;
	padding: 0;
}
/*个人资料*/
.info_ul_zl{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: -10px;
}
.info_ul_zl li{
	float:left;
	width:100%;
	height:24px;
	clear: both;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;	
}

.info_ul_zl li img{
	padding:0 10px 0 0;
}
#mainright{
	clear: both;
	line-height: 21px;
	text-align: left;
}
#mainright ul {
	margin-bottom: 8px;
}
#mainright ul li{
	list-style-type: none;
	line-height: 21px;
}
#mainright ol{
	padding:2px 0 0 0;
	color:#000;
	margin:0;
}
#mainright ol li{
	padding:2px 10px 2px 50px;
	list-style-type:decimal;
	list-style-position:inside;
}
.right_main{
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 21px;
}
.right_p{ 
	text-align:right;
	width:90%;
}
.common{
	width:98%;
	border:0px solid #666666;
	line-height:22px;
	text-align: left;
	color:#FFF;
}
.common th{
	background-color:#555555; 
	padding:2px; 
	text-align:center; 
	color:#FFF;
	font-weight:normal;
}
.common th.thleft{
	text-align:left;
}
.common th.thright{
	text-align:right;
}
.common td{
	text-align:center;
	padding:2px;
	color:#FFF;
}
.common td.tdright{
	text-align:right;
}
.common td.tdleft{
	text-align:left;
}
/*margin thing*/
.allmg{
	text-align: left;
	padding-left: 10px;
	margin-left: 15px;
}
.leftmg{
	text-align: left;
}
.rightmg{
	margin:0 20px 0 0; 
	text-align:right;
}
.topbotmg{
	padding:14px 0;
}
/*=========== 评论页面样式 ============*/
/** 标签样式 **/
.tabList ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.tabList li{
	display:block;
	float:left;
}
.tabList1 ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.tabList1 li{
	display:inline;
	float:left;
}
.tabsearch {margin:0 20px 5px;}
.tab {
	width:105px;
	height:22px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	background-image: url(../images/btbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tabCurrent {
	background:url(../images/btbg1.jpg) no-repeat left top;
	width:105px;
	height:22px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	margin-left:13px !important;
	margin-left:6px;
}
/*bgcolor*/
.bg_gray{
	background-color:#555555;
	line-height: 24px;
	text-align: left;
	padding-left: 8px;
	height:24px;
	color:#fff;
}
.bg_graylight{
	background-color:#F5F5F5;
}
.bg_blue{
	background-color:#888888;
	line-height: 24px;
	text-align: left;
	padding-left: 8px;
	height:24px;
}
/** 评论表格样式 **/
.commentB {
	border:1px solid #666666;
	clear:both;
	padding-top:10px;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 13px;
	padding-bottom: 10px;
	background-color:#929090;
}
.commentModule {
	border:1px solid #EFEEEC;
	width:98.5%;
	margin-top:10px;
}
.commentModule ol {
	width:99.7%;
	background-color:#D9EBFF;
	margin:1px;
	height:22px;
	padding:0px;
}
.commentModule li {
	float:left;
	display:block;
	list-style-type:none;
	padding:2px 0px 1px 0px;
}
.commentModule li.check {
	width:10%;
	text-align:center;
}
.commentModule li.title {
	width:20%;
	margin:0px 10px;
}
.commentModule li.date {
	width:60%;
	margin:0px 10px;
	
}
.commentB p {
	padding:10px 15px;
	line-height:20px;
	clear:both;
}
/* 修改资料和密码*/
.contentModuleD {
	border:1px solid #CDCDCD;
	overflow-y:auto;
	text-align:left;
	background-color:#929090;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentModuleD1 {
	border:1px solid #CDCDCD;
	overflow-y:auto;
	text-align:left;
	background-color:#929090;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height:150px;
}
.tabletwo{
	width:100%;
	line-height:25px;
	color:#000000;
	}
.contentMiddle {
	width:90%;
	padding:20px;
	overflow-y:auto;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}	
/*翻页样式*/
.pLpage{
	width: 560px;
	text-align: right;
	clear: both;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*评论修改页面按钮位置*/
.commentButton{margin:5px 5px 5px 30px;}
/*输入时间图片*/
.timeimg span{
	vertical-align:bottom;
}
.timeimg img{
	vertical-align:bottom;
}
/*复选框样式*/
.CMselect {
	width: 130px;
	line-height: normal;
}
.CMsearch li {
	line-height: 25px;
	height: 25px;
}
/*--------------------- 购物车css开始---------------------- */
/*-----橘色样式----*/
.orange{
	color:#FF9900;
}
/*-----宽文本输入框宽度样式-----*/
.InputWide{
	width:400px;
}
/*-----普通文本输入框宽度样式-----*/
.InputNarrow{
	width:40px;
}
/*-----短文本输入框宽度样式-----*/
.InputNomal{
	width:100px;
}
/*----列表在同一行显示-----*/
.inline{
	list-style-type:none;
	color: #FFFFFF;
}
.inline li{
	display:inline;
	list-style-type:none;
	margin-right:10px;
	color: #FFFFFF;
}
/*----居中样式-----*/
.acenter{
	margin:5px auto 5px auto;
}
/*-----删除线样式-----*/
.deleteline{
	text-decoration: line-through;
}
/*----蓝色表格样式----*/
.BlueTable{
	clear:both;
	border:1px solid #666666;
	margin:0 auto;
	width:98%;
	background-color:#888888;
	color: #FFFFFF;
}
.BlueTable tr{
	height:24px;
	border:1px solid #8AB6DB;
}
.BlueTable .name{
	padding-left:10px;
	text-align:left;
}
.BlueTable td{
	background-color:#A5A4A4;
	text-align:center;
}
.BlueTable th{
	background:#555555;
	text-align:center;
	color:#fff;
}
/*----灰色表格样式----*/
.GrayTable{
	padding:1px;
	margin:0 auto;
	width:98%;
	border:1px solid #666666;
	background-color:#888888;
}
.GrayTable tr{
	line-height:24px;
}
.GrayTable td{
	background-color:#A5A4A4;
}
.GrayTable .aright{
	text-align:right;
	color:#fff;
}

/*------我的购物车-----*/
.CurrentLocation{
	height:25px;
	margin-top:5px;
	margin-bottom:5px;
	margin:auto;
	text-align:left;
	padding-top:5px;
	color:#FFFFFF;
}
.CurrentLocation img{
	padding-top:5px;
	border:0;
	margin-left:5px;
}
.CurrentLocation span{
	padding-top:12px;
	margin-left:5px;
}
/*-----购物车商品列表-----*/
.MycartList{
	margin:0 auto;
	text-align:left;
}
.MycartList h2{
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:21px;
	height:21px;
}
.MycartList h2 span{
	margin:0px;
}
.MycartList table{
	clear:both;
}
.MycartList strong{
	color:#FF6600;
}
.MycartList table .amounts{
	width:80px;
	border:1px solid #8AB6DB;
	text-align:center;
}
/*----查看收藏夹----*/
.FavoriteView{
	width:776px;
	margin:0 auto;
	text-align:left;
	clear:both;
}
.FavoriteView h2{
	margin-left:20px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.FavoriteView h2 a:link{
	color:#FF9900;
}
/*----我的收藏夹-----*/
.MyFavorite{
	margin:0 auto;
	text-align:left;
}
.MyFavorite h2{
	text-align:left;
	margin:5px 0 5px 0;
	padding:0px;
	font-size:12px;
	font-weight:normal;
}
.MyFavorite table{
	clear:both;
	border:1px solid #666666;
	margin:0 auto;
	width:100%;
	background-color:#888;
}
.MyFavorite table tr{
	height:24px;
	border:1px solid #888;
}
.MyFavorite table .name{
	padding-left:10px;
	text-align:left;
}
.MyFavorite table td{
	background-color:#A5A4A4;
	text-align:center;
	color:#FFFFFF;
}
.MyFavorite table th{
	background:#555555;
	text-align:center;
	color:#FFFFFF;
}
.MyFavorite .deleteline {
	text-decoration: line-through;
}
.MyFavorite strong{
	color:#FF6600;
}
/*-----购物车当前位置-----*/
.Explain{
	height:26px;
	line-height:26px;
	text-align:left;
	font-weight:bold;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/btbg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-top: 10px;
	padding-left: 8px;
}
/*-----订货人信息-----*/
.Orderer{
	border:0;
	text-align:left;
	margin:0 auto;
}
.Orderer h2{
	font-size:14px;
	margin:5px 0 5px 10px;
	color: #FFFFFF;
}
.Orderer div{
	margin:5px auto 5px auto;
}
/*-----收货人信息-----*/
.Consignee{
	border:0;
	text-align:left;
	margin:0 auto;
}
.Consignee h2{
	font-size:14px;
	margin:5px 0 5px 10px;
	color:#FFFFFF;
}
/*-----送货方式-----*/
.Delivery{
	border:0;
	text-align:left;
	margin:0 auto;
}
.Delivery h2{
	font-size:14px;
	margin:5px 0 5px 10px;
	color: #FFFFFF;
}
.Delivery ul{
	list-style-type:none;
	margin:5px auto 0px auto;
}
.Delivery ul li{
	list-style-type:none;
}
/*-----支付方式-----*/
.PaymentMode{
	border:0;
	text-align:left;
	margin:0 auto;
	color:#FFFFFF;
}
.PaymentMode h2{
	font-size:14px;
	margin:5px 0 5px 10px;
}
.PaymentMode ul{
	list-style-type:none;
	margin-left:60px;
}
.PaymentMode ul li{
	list-style-type:none;
}
.PaymentMode p{
	text-align:center;
	margin:5px auto 5px auto;
}
/*-----订单信息-----*/
.OrderInfo{
	width:778px;
	border:0;
	text-align:left;
	margin:0 auto;
}
.OrderInfo h2{
	font-size:14px;
	margin:5px 0 5px 10px;
	color:#FFFFFF;
}
.OrderInfo h3{
	font-size:12px;
	margin:5px 0 5px 10px;
	color:#FF9900;
	background:none;
}
.OrderInfo div{
	margin-left:20px;
}
.OrderInfo ul{
	margin-left:40px;
	list-style-type:none;
}
.OrderInfo ul li{
	margin:0px;
	list-style-type:none;
	line-height:24px;
}
.OrderInfo table{
	width:80%;
}
.OrderInfo hr{
	height:1px;
	line-height:1px;
	width:90%;
	border-top:1px dashed #999999;
	margin:0px 0 0px 10px;
}
/*--------------------- 购物车css结束---------------------- */
/*--底部文字导航样式--*/
.navText {
	height: 19px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/navmenubg.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
	margin-top:3px;
}
/*--会员登陆样式--*/
.userlogin{
	padding-left: 30px;
	text-align: center;
}
.userlogin ul{
	display: block;	
	margin-top:3px;
}
.userlogin ul li{
	line-height: 25px;
	text-align: left;
	height: 25px;	
	text-align: left;
	color: #FFFFFF;
}
/* 网站底部版权信息*/
.footer{
	clear: both;
	width: 960px;
	height: 60px;
	background-image: url(../images/botbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #787878;
	padding-top: 10px;
}
.footer .link{
	text-align: center;
	clear: both;
	line-height: 18px;
	color: #CCCCCC;
}
.footer .link a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.footer .link a:hover{
	color: #FF9900;
	text-decoration: none;
}
.footer .link a:active,a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
/*推荐好友*/
.InfoRecommend{
	clear:both;
	padding:0;
	width:650px;
	height:341px;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:#929090;
	margin-left:auto;
	margin-right:auto;
	}
.InfoRecommendbg{
	text-align:center;
	height:24px;
	color:#fff;
	background-color:#008AD2;
	}
.InfoRecommendText{
	background-color:#929090;
	color:#fff;
	border:#666666;
	}
/* 旗 下 品 牌 */
.PublishTree
{
	width:98%;
}
.PublishTree ul
{
	display:block;
}
.PublishTree ul li
{
	background-image:url('/images/page.png');
	background-repeat:no-repeat;
	margin-left:5px;
	text-align:left;
	line-height:18px;
	padding-left:15px;
	vertical-align:50%;
}

