/*产品首页推荐样式*/
.cp_tj ul{ /*产品首页推荐板块行*/
	clear: both;
}
.cp_tj ul li{/*首页推荐图片、购物、简介板块宽度*/
	width: 277px;
	height: 160px;
	float: left;
	padding: 3px;
	margin: 0 0 5 5;

}
.cp_tj ul li #product_img{/*首页推荐图片层*/
	width: 150px;
	float:left;
	border: 1px dashed #f66;
}
.cp_tj ul li #product_img .img_wc{/*首页推荐图片外层*/
	width: 150px;
	height: 150px;
	font-size: 90px;/*垂直居中＝本图层高度x0.6*/
	display: block;
	display:table-cell;
	background-color: #666;
}
.cp_tj ul li #product_img img{/*首页推荐图片*/
	vertical-align:middle;
	text-align: center;
	width: expression(this.width > 148 && this.width >= this.height ? 148:true);
    height: expression(this.height > 148 ? 148:true)
}
.cp_tj ul li #product_img #product_img_mc{/*首页推荐图片下文字名称*/
	width: 100%;
	height: 20px;
	float:left;
	padding-top: 5px;
	margin-top: 5px;
	border: 1px dashed #333;
}
.cp_tj ul li #product_content_jj{/*首页推荐简介层*/
	width: 100%;
	height: 238px;
	text-align: left;
	margin-top: 5px;
	padding: 5px;
	float:left;
	border: 1px dotted #666;
	display: none;
}
.cp_tj ul li #product_content{/*首页推荐价格、购物层(最小宽度110)*/
	width: 110px;
	float: right;
	text-align: left;
	border: 1px dashed #F66;
}
.cp_tj ul li #product_content #product_content_mc{/*首页推荐名称*/
	height: 20px;
}
.cp_tj ul li #product_content #product_content_mc a{/*首页推荐名称链接*/
	height: 20px;
}
.cp_tj ul li #product_content #product_content_xh{/*首页推荐规格型号*/
	height: 23px;
}
.cp_tj ul li #product_content #product_content_jg{/*首页推荐市场价格*/
	height: 20px;
	color: #FF0000;
	text-decoration: line-through;
}
.cp_tj ul li #product_content #product_content_xsjg{/*首页推荐销售价格*/
	height: 20px;
}
.cp_tj ul li #product_content #product_content_hyjg{/*首页推荐会员价格*/
	height: 20px;
	color: #006600;
}
.cp_tj ul li #product_content #product_content_cj{/*首页推荐差价*/
	height: 20px;
}
.cp_tj ul li #product_content #product_content_gwc{/*首页推荐购物车*/
	height: 20px;
}
.cp_tj #product_fy{ /*首页推荐翻页行*/
	width: 98%;
	text-align: right;
	padding: 5;
	margin: 5 0 5 2;
	border: 1px solid #f66;
}

/*产品分组推荐样式*/
.cp_fztj ul{ /*产品分组推荐板块行*/
	clear: both;
}
.cp_fztj ul li{/*分组推荐图片、购物、简介板块宽度*/
	width: 107px;
	height: 130px;
	float: left;
	padding: 3px;
	margin: 3px;
	border: 1px solid #6f6;
}
.cp_fztj ul li #product_img{/*分组推荐图片层*/
	width: 99px;
	float:left;
	border: 1px dashed #6f6;
}
.cp_fztj ul li #product_img .img_wc{/*分组推荐图片外层*/
	width: 97px;
	height: 97px;
	font-size: 59px;/*垂直居中＝本图层高度x0.6*/
	display: block;
	display:table-cell;
	background-color: #ccc;
}
.cp_fztj ul li #product_img img{/*分组推荐图片*/
	vertical-align:middle;
	text-align: center;
	width: expression(this.width > 95 && this.width >= this.height ? 95:true);
    height: expression(this.height > 95 ? 95:true)
}
.cp_fztj ul li #product_img #product_img_mc{/*分组推荐图片下文字名称*/
	width: 100%;
	height: 20px;
	float:left;
	padding-top: 5px;
	margin-top: 5px;
	border: 1px dashed #333;
}
.cp_fztj ul li #product_content_jj{/*分组推荐简介层*/
	width: 100%;
	height: 238px;
	text-align: left;
	margin-top: 5px;
	padding: 5px;
	float:left;
	border: 1px dotted #666;
	display: none;
}
.cp_fztj ul li #product_content{/*分组推荐价格、购物层(最小宽度110)*/
	width: 110px;
	float: right;
	text-align: left;
	border: 1px dashed #66F;
	display: none;
}
.cp_fztj ul li #product_content #product_content_mc{/*分组推荐名称*/
	height: 20px;
}
.cp_fztj ul li #product_content #product_content_mc a{/*分组推荐名称链接*/
	height: 20px;
}
.cp_fztj ul li #product_content #product_content_xh{/*分组推荐规格型号*/
	height: 23px;
}
.cp_fztj ul li #product_content #product_content_jg{/*分组推荐市场价格*/
	height: 20px;
	color: #FF0000;
	text-decoration: line-through;
}
.cp_fztj ul li #product_content #product_content_xsjg{/*分组推荐销售价格*/
	height: 20px;
}
.cp_fztj ul li #product_content #product_content_hyjg{/*分组推荐会员价格*/
	height: 20px;
	color: #006600;
}
.cp_fztj ul li #product_content #product_content_cj{/*分组推荐差价*/
	height: 20px;
}
.cp_fztj ul li #product_content #product_content_gwc{/*分组推荐购物车*/
	height: 20px;
}
.cp_fztj #product_fy{ /*分组推荐翻页行*/
	width: 98%;
	text-align: right;
	padding: 5;
	margin: 10 0 10 2;
	border: 1px solid #6f6;
}

/*大小类指定ID板块*/
.cp_zdid ul{ /*产品指定ID板块*/
	clear: both;
}
.cp_zdid ul li{/*产品指定ID图片、购物、简介板块宽度*/
	width: 181px;
	height: 160px;
	float: left;
	padding: 3px;
	margin: 0 0 5 5;
	border: 1px solid #ff6;
}
.cp_zdid ul li #product_img{/*产品指定ID图片层*/
	width: 173px;
	float:left;
	border: 1px dashed #ff6;
}
.cp_zdid ul li #product_img .img_wc{/*产品指定ID图片外层*/
	width: 173px;
	height: 173px;
	font-size: 103px;/*垂直居中＝本图层高度x0.6*/
	display: block;
	display:table-cell;
	background-color: #ff6;
}
.cp_zdid ul li #product_img img{/*产品指定ID图片*/
	vertical-align:middle;
	text-align: center;
	width: expression(this.width > 160 && this.width >= this.height ? 160:true);
    height: expression(this.height > 160 ? 160:true)
}
.cp_zdid ul li #product_img #product_img_mc{/*产品指定ID图片下文字名称*/
	width: 100%;
	height: 20px;
	float:left;
	padding-top: 5px;
	margin-top: 5px;
	border: 1px dashed #ff6;
}
.cp_zdid ul li #product_content_jj{/*产品指定ID简介层*/
	width: 100%;
	height: 238px;
	text-align: left;
	margin-top: 5px;
	padding: 5px;
	float:left;
	border: 1px dotted #666;
	display: none;
}
.cp_zdid ul li #product_content{/*产品指定ID价格、购物层(最小宽度110)*/
	width: 110px;
	float: right;
	text-align: left;
	border: 1px dashed #F66;
	display: none;
}
.cp_zdid ul li #product_content #product_content_mc{/*产品指定ID名称*/
	height: 20px;
}
.cp_zdid ul li #product_content #product_content_mc a{/*产品指定ID名称链接*/
	height: 20px;
}
.cp_zdid ul li #product_content #product_content_xh{/*产品指定ID规格型号*/
	height: 23px;
}
.cp_zdid ul li #product_content #product_content_jg{/*产品指定ID市场价格*/
	height: 20px;
	color: #FF0000;
	text-decoration: line-through;
}
.cp_zdid ul li #product_content #product_content_xsjg{/*产品指定ID销售价格*/
	height: 20px;
}
.cp_zdid ul li #product_content #product_content_hyjg{/*产品指定ID会员价格*/
	height: 20px;
	color: #006600;
}
.cp_zdid ul li #product_content #product_content_cj{/*产品指定ID差价*/
	height: 20px;
}
.cp_zdid ul li #product_content #product_content_gwc{/*产品指定ID购物车*/
	height: 20px;
}
.cp_zdid #product_fy{ /*产品指定ID翻页行*/
	width: 98%;
	text-align: right;
	padding: 5;
	margin: 5 0 5 2;
	border: 1px solid #ff6;
}

/*新闻首页、大类推荐中心板块*/
.xw_tj{/*新闻首页、大类推荐中心*/
	margin-bottom: 5px;
	border: 0px solid #00FFFF;
}
.xw_tj #NEWS_channel{/*新闻首页、大类推荐中心频道*/
	width: 150px;
	background-image: url(images/003.gif);
	text-align: left;
	height: 26px;
	padding-top: 5px;
	padding-left: 10px;
}
.xw_tj #NEWS_channel a{/*新闻首页、大类推荐中心频道文字*/
	font-weight: 900;
	text-decoration: underline;
}
.xw_tj #NEWS_title{/*新闻首页、大类推荐中心标题*/
	width: 100%;
	text-align: left;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
.xw_tj #NEWS_title a{/*新闻首页、大类推荐中心标题文字*/
	font-weight: 900;
	width: 80%;
	float: left;
	overflow: hidden;
	WHITE-SPACE: nowrap;
}
.xw_tj #NEWS_title .sj{/*新闻首页、大类推荐中心标题时间*/
	text-align: right;
	float: right;
	width: 63px;
	margin-right: 3px;
	font-size: 12px;
	color: #666;
}
.cn_xw #NEWS_title .ydcs{/*新闻大类标题文字*/
	float: right;
	width: 80px;
	font-size: 12px;
	color: #666;
	font-family: "宋体";
}
.xw_tj #NEWS_content{/*新闻首页、大类推荐中心内容文字*/
	width: 100%;
	padding: 5px;
	text-align: left;
	line-height: 20px;
}
.xw_tj #NEWS_content a{/*新闻首页、大类推荐中心内容文字*/
	color: #FF0000;
}
.xw_tj #NEWS_content img{/*新闻首页、大类推荐中心内容图片*/
	float: left;
	width: 50px;
}
.xw_tj #NEWS_fy{ /*新闻首页、大类推荐中心翻页行*/
	width: 96%;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 3px;
}

/*新闻分组推荐*/
.xw_fztj{/*新闻分组推荐板块*/
	width: 100%;
	border: 0px solid #336699;
	margin-bottom: 5px;
}
.xw_fztj #NEWS_channel{/*新闻分组推荐频道*/
	width: 100%;
	background-image: url(images/003.gif);
	text-align: left;
	height: 26px;
	padding-top: 5px;
	padding-left: 10px;
	display: none;
}
.xw_fztj #NEWS_channel a{/*新闻分组推荐频道文字*/
	font-weight: 900;
	text-decoration: underline;
}
.xw_fztj #NEWS_title{/*新闻分组推荐标题*/
	width: 100%;
	text-align: left;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
.xw_fztj #NEWS_title a{/*新闻分组推荐标题文字*/
	font-weight: 900;
	width: 80%;
	float: left;
}
.xw_fztj #NEWS_title .sj{/*新闻分组推荐标题时间*/
	text-align: right;
	float: right;
	width: 63px;
	margin-right: 3px;
}
.xw_fztj #NEWS_content{/*新闻分组推荐内容文字*/
	width: 100%;
	padding: 5px;
	text-align: left;
}
.xw_fztj #NEWS_content img{/*新闻分组推荐内容图片*/
	float: left;
	width: 138px;
	display: none;
}

/*新闻大类指定栏目id*/
.xw_dl{/*新闻大类板块*/
	float:left;
	width: 565px;
	margin-bottom: 5px;
}
.xw_dl #NEWS_channel{/*新闻大类频道*/
	width: 100%;
	background-image: url(images/002.gif);
	text-align: left;
	height: 26px;
	padding-top: 5px;
	padding-left: 10px;
}
.xw_dl #NEWS_channel a{/*新闻大类频道文字*/
	text-decoration: underline;
	font-weight: 900;
}
.xw_dl #NEWS_title{/*新闻大类标题*/
	width: 100%;
	text-align: left;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
.xw_dl #NEWS_title a{/*新闻大类标题文字*/
	font-weight: 900;
	float: left;
	width: 85%;
}
.xw_dl #NEWS_title .sj{/*新闻大类标题时间*/
	text-align: right;
	float: right;
	width: 63px;
	margin-right: 3px;
}
.xw_dl #NEWS_content{/*新闻大类内容文字*/
	width: 100%;
	height: 20px;
	line-height: 15px;
	padding: 5px;
	text-align: left;
}
.xw_dl #NEWS_content img{/*新闻大类内容图片*/
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

/*综合版块（导航）*/
.zhbk .nav_name LI{/*新闻板块名*/
	FLOAT: left;
	WIDTH: 112px;
	HEIGHT: 23px;
	padding-top: 8px;
	TEXT-ALIGN: center;
}
.zhbk .bg_nav{/*新闻板块鼠标指上样式*/
	BACKGROUND: url(images/bg_anv.gif) no-repeat 0px 0px
}
.zhbk .bg_nav_current{/*新闻板块鼠标未指样式*/
	BACKGROUND: url(images/bg_anv.jpg) no-repeat 0px 0px;
}
.zhbk .bg_nav a{/*新闻板块鼠标指上样式*/
	color: #006699;
}
.zhbk .bg_nav_current a{/*新闻板块鼠标未指样式*/
	color: #006699;
}

/*滚动公告样式*/
.GG #GG1{/*公告板块*/
	OVERFLOW: hidden;
	WIDTH: auto;
	HEIGHT: 200px;
	padding-right: 1px;
	padding-left: 3px;
	margin-bottom: 5px;
}
.GG #GG1 #GG_title{/*公告标题板块*/
	height: 20px;
	padding-top: 3px;
}
.GG #GG1 #GG_title a{/*公告标题文字*/
	font-weight: 900;
}
.GG #GG1 #GG_content{/*公告内容板块*/
	text-align: left;
	padding: 2px;
}
.GG #GG1 #GG_content a{/*公告内容板块*/
	line-height: 17px;
}

/*图文大类*/
.tw_dl{
	text-align: left;
	padding: 5px;
	line-height: 20px;
}
/*图文小类*/
.tw_xl{
	text-align: left;
	padding: 5px;
	line-height: 20px;
	
}

/*落款板块样式*/
.bottom{/*落款板块总宽和文字样式*/
	border: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 8px;
}
.bottom #cot{/*版权外层宽度*/
	width: 100%;
	height: 23px;
}
.bottom #url{/*网址外层宽度*/
	width:100%;
	height: 23px;
}
.bottom #icp{/*地址外层宽度*/
	width: 100%;
	height: 23px;
}
/*本站搜索竖行样式*/
.cp_ss_sx{/*SOSO搜索总宽*/
	width: 178px;
	height: 70px;
}
.cp_ss_sx #sr{/*SOSO搜索文字输入外层宽度*/
	width:160px;
	margin: 10 3 0 2;
	float: left;
}
.cp_ss_sx #sr input{/*SOSO搜索文字输入表单宽度*/
	width: 160px;
}
.cp_ss_sx #ss{/*SOSO搜索栏目下拉框外层宽度*/
	width: auto;
	margin-top: 8px;
	float: left;
	padding-left: 5px;

}
.cp_ss_sx #ss select{/*SOSO搜索栏目下拉框表单宽度*/
	width: 115;
}

/*侧部友情连接板块*/	
.yqlj_sx li{/*侧部友情连接板块*/
	width: 152px;
	margin-top: 8px;
}
.yqlj_sx li img{/*侧部友情连接图片设置*/
	width: 130px;
	margin: 2px;
}
.yqlj_sx li a{/*侧部友情连接文字设置*/
	width:153px;
	float: left;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
}
/*侧部下拉友情连接板块*/	
.yqlj_sx li select{/*下拉友情连接宽度设置*/
	width: 160px;
	margin-bottom: 10px;
}

/*底部友情连接板块*/
.yqlj_hx li{/*底部友情连接板块外层*/
	height: 40px;
}
.yqlj_hx li a{/*底部友情连接文字设置*/
	width:73px;
	float: left;
	font-size: 12px;
	padding: 5px;
	margin-left: 6px;
	border: 1px solid #F90;
}
.yqlj_hx li img{/*底部友情连接图片大小*/
	width:60px;
	height: 30px;
}

/*会员登录口设置*/
.drk_sx{/*会员登录口板块外层总宽度*/
	float:left;/*从对象中删除行,使其能并列*/
	width:178px;
	margin-bottom: 1px;
	text-align: left;
	padding-left: 10px;
}
.drk_sx #yhm{/*用户名外层宽度*/
	margin: 3px;
	float: left;
}
.drk_sx #yhm input{/*用户名输入框表单宽度*/
	width: 108px;
}
.drk_sx #mm{/*密码外层宽度*/
	margin: 3px;
	float: left;
}
.drk_sx #mm input{/*密码输入框表单宽度*/
	width: 108px;
}
.drk_sx #yzm{/*验证码外层宽度*/
	margin: 3px;
	float: left;
}
.drk_sx #yzm input{/*验证码输入框表单宽度*/
	width: 50px;
}
.drk_sx #tj{/*提交外层宽度*/
	width: 156px;
	float: left;
	padding-top: 3px;
	text-align: center;
}
/*登录后*/
.drk_sx #hy{/*登录后欢迎外层宽度*/
	width: 138px;
	margin: 3px;
	float: left;
}
.drk_sx #hyzx{/*登录后会员中心外层宽度*/
	width: 138px;
	margin: 3px;
	float: left;
}
.drk_sx #hyzx a{/*登录后会员中心文字*/
	font-weight: 900;
}
.drk_sx #tc{/*登录后退出外层宽度*/
	width: 138px;
	margin: 3px;
	float: left;
}

.ykgwxz{/*游客购物选择外层*/
	width: 90%;
	padding-top: 10px;
}
.ykgwxz_zc{/*游客购物选择左侧*/
	width: 266px;
	float: left;
	padding-top: 10px;
	margin-left: 20px;
	border: 1px dashed #fCC;
}
.ykgwxz_zj{/*游客购物选择中间*/
	width: 250px;
	float: left;
	padding-top: 10px;
	margin-left: 20px;
	border: 1px dashed #fCC;
}
.ykgwxz_yc{/*游客购物选择右侧*/
	width: 266px;
	float: left;
	padding-top: 10px;
	margin-left: 20px;
	border: 1px dashed #fCC;
}

/*日历板块*/
.rili{/*日历高度宽度*/
	width: 110px;
	height:110px;
	background-image: url(../cp_img/diarys.gif);
}
.rili .rq{/*日历年月*/
	margin-top: 20px;
}
.rili .ri{/*日历日*/
margin-top: 5px;
}
.rili .xq{/*日历星期*/
margin-top: 5px;
	font-size: 18px;
	color: #009900;
}

/*页眉板块样式*/
.YM{/*页眉板块*/
	clear: both;/*清除两者*/
	width: 100%;
}
.YM .top_01{/*页眉图块02(≧383px)*/
	width: 45%;
	height: 42px;
	float: left;
	background-image: url(images/YM_01.png);
}
.YM .top_02{/*页眉图块03(不要调)*/
	width: 47px;
	float: left;
}
.YM .top_03{/*页眉图块04(≧320px)*/
	width: 50%;
	height: 42px;
	float: left;
	padding-top: 12px;
	padding-left: 36px;
	text-align: left;
	background-image: url(images/YM_03.png);
}

/*Google搜索横行*/
.Google_ss_hx{/*Google板块总宽(≧383px)*/
	margin-top: 10px;
	padding-left: 15px;
}
.Google_ss_hx #logo img{/*Google板块LOGO图片高设置82x32*/
	float: left;
	height: 32px;
}
.Google_ss_hx #sr{/*文字输入框外层宽度(≧168px)*/
	width: 168px;
	float: left;
	text-align: right;
}
.Google_ss_hx #sr #sbi{/*文字输入框表单宽度*/
	width: 110px;
	margin-right: 8px;
}
.Google_ss_hx #xz{/*搜索方式选择宽度(≧133px)*/
	width: 133;
	float: left;
	text-align: left;
}
/*Google搜索竖行*/
.Google_ss_sx{/*Google板块总宽*/
	width: 178px;
	height: 90px;
	margin-top: 10px;
}
.Google_ss_sx #logo img{/*Google板块LOGO图片高设置*/
	height: 33px;
}
.Google_ss_sx #sr{/*文字输入框外层宽度*/
	width: 168px;
	margin: 6 0 6 0;
}
.Google_ss_sx #sr #sbi{/*文字输入框表单宽度*/
	width: 100px;
	margin-right: 5px;
}
.Google_ss_sx #xz{/*选择搜索宽度*/
	width: 168;
}

/*baidu搜索横行*/
.baidu_ss_hx{/*baidu板块总宽(≧383px)*/
	margin-top: 10px;
	padding-left: 15px;
}
.baidu_ss_hx #logo img{/*baidu板块LOGO图片高设置82x32*/
	float: left;
	height: 32px;
	margin-top: 10px;
}
.baidu_ss_hx #sr{/*文字输入框外层宽度(≧168px)*/
	width: 168px;
	float: left;
	text-align: right;
}
.baidu_ss_hx #sr #sbi{/*文字输入框表单宽度*/
	width: 80px;
	margin-right: 8px;
}

/*baidu搜索竖行*/
.baidu_ss_sx{/*baidu板块总宽*/
	width: 178px;
	height: 90px;
	margin-top: 10px;
}
.baidu_ss_sx #logo img{/*baidu板块LOGO图片高设置*/
	height: 33px;
	margin-top: 10px;
}
.baidu_ss_sx #sr{/*文字输入框外层宽度*/
	width: 168px;
	margin: 6 0 6 0;
}
.baidu_ss_sx #sr #sbi{/*文字输入框表单宽度*/
	width: 100px;
	margin-right: 5px;
}

/*调查投票*/
.zxtp{/*投票外层*/
	WIDTH: auto;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.zxtp .tj{/*投票查看外层*/
	WIDTH: auto;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/*新闻关注排行*/
.xw_gz{/*产品关注排行*/
	width: 100%;
	text-align: left;
	line-height: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*产品关注排行*/
.cp_gz{/*产品关注排行*/
	width: 100%;
	text-align: left;
	line-height: 20px;
	padding-bottom: 5px;
	padding-left: 39px;
}

/*邮箱登录口设置*/
.yxdrk{/*邮箱登录口板块外层总宽度*/
	float:left;/*从对象中删除行,使其能并列*/
	width:178px;
	height:40px;
	padding: 10 0 0 5;
	background-color: #fff;
}
.yxdrk .yhm{/*用户名外层宽度*/
	margin: 3px;
	float: left;
}
.yxdrk .yhm input{/*用户名输入框表单宽度*/
	width: 108px;
}
.yxdrk .mima{/*密码外层宽度*/
	margin: 3px;
	float: left;
}
.yxdrk .mima input{/*密码输入框表单宽度*/
	width: 108px;
}
.yxdrk .tj{/*提交外层宽度*/
	width: 136px;
}
