@charset "utf-8";
caption, th, td { font-weight: normal}
/*全局宏观定义-------------控制各容器和表单，主要控制文字、图片*/
html, body, table { font:12px Arial, helvetica, sans-serif, 宋体; margin:0 auto; line-height:150%; text-align:center; overflow-x:hidden; color:#333; }

body>table, body>div { margin-left:auto; margin-right:auto; clear:both; } /* m0Z */

/*全局微观定义------------控制各容器和表单，主要控制文字、图片*/
div, tr, th, td, ul, li, img, form, h1, h2, h3, h4, p { text-align:left; margin:0; padding:0; border:0;}

.t_align { text-align:center; }/*内容居中*/

.r_align { text-align:right; padding-top:8px }

.float_left { float:left; }/*浮动为左*/

.float_right { float:right; }/*浮动为右*/


.right			{ float: right }
.left			{ float: left }
.clr			{ clear:both/*    ;overflow:hidden;+overflow:visible;
				  content: "."; display: block; height: 0; clear: both; visibility: hidden;*/} /*清除浮动*/
.align-left 	{ text-align: left }
.align-right 	{ text-align: right }
.align-center 	{ text-align: center }


.button { cursor:pointer }/*按扭样式 手形*/

/*后期重构需要*/
div, td, ul, li, h1, h2, h3, h4 { list-style-type:none; word-break:break-all; width:fixed; text-align:justify; text-justify:inter-ideograph; }

/*全局链接定义-------------触发出现下划线，链接颜色不变*/
a { color:#333; text-decoration:none; }

a:hover { text-decoration:underline; }

/*全局文定义字-------------标题*/
h1, h1 a { font-size:16px; font-weight:bold; }

h2, h2 a { font-size:14px; font-weight:bold; }

h3, h3 a { font-size:14px; font-weight:100; }

h4, h4 a { font-size:12px; font-weight:bold; }

/*文字链接下划线效果*/
.a_vl a:link, .a_vl a:visited { text-decoration:underline; }

.a_vl a:hover { text-decoration:none; } /* 触发无 */

.a_hl a:link, .a_hl a:visited { text-decoration:none; }

.a_hl a:hover { text-decoration:underline; } /* 触发有 */

.a_nl a:link, .a_nl a:visited { text-decoration:none; }

.a_nl a:hover { text-decoration:none; } /* 永久无 */

/*文字－－大小、加粗与下划线*/
.f_s_10, .f_s_10 { font-size:10px; }

.f_s_12, .f_s_12 { font-size:12px; }

.f_s_14, .f_s_14 { font-size:14px; }

.f_s_16, .f_s_16 { font-size:16px; }

.f_b { font-weight:bold; }

.f_u { text-decoration:underline; }

/*文字颜色*/
.c_f50 { color:#f50 }

.c_f50 a:link { color:#f50; text-decoration: none; }

.c_f50 a:visited { color:#f50; text-decoration: none; }

.c_f50 a:hover { color:#f50; text-decoration:underline; }

.c_f30 { color:#f30 }

.c_f30 a:link { color:#f30 }

.c_f30 a:visited { color:#f30 }

.c_f30 a:hover { color:#f30 }

.c_666 { color:#666 }

.c_666 a:link { color:#666 }

.c_666 a:visited { color:#666 }

.c_666 a:hover { color:#f50 }

.c_000 { color:#333 }

.c_000 a:link { color:#333 }

.c_000 a:visited { color:#333 }

.c_000 a:hover { color:#f50 }

.c_ccc { color:#ccc }

.c_ccc a:link { color:#ccc }

.c_ccc a:visited { color:#ccc }

.c_ccc a:hover { color:#333 }

.c_36c { color:#36c }

.c_36c a:link { color:#36c; text-decoration: none; }

.c_36c a:visited { color:#36c; text-decoration: none; }

.c_36c a:hover { color:#36c; text-decoration:underline; }

.c_f00 { color:#f00 }

.c_f00 a:link { color:#f00; text-decoration: none; }

.c_f00 a:visited { color:#f00; text-decoration: none; }

.c_f00 a:hover { color:#f00; text-decoration:underline; }

.c_fff { color:#fff }

.c_c00 { color:#c00 }

.c_c77 { color:#c77826; font-size:14px; width:57px; text-align:center; }

.c_c77 a:link { color:#c77826; text-decoration: none; }

.c_c77 a:visited { color:#c77826; text-decoration: none; }

.c_c77 a:hover { text-decoration:none; background-color:#c77826; color:#fff; }

.c_c77bg { width:60px; font-size:14px; text-align:center; height:22px; padding:2px; background-color:#c77826; color:#fff; }

.c_c77bg a:link { color:#fff; text-decoration: none; }

.c_c77bg a:visited { color:#fff; text-decoration: none; }

.c_c77bg a:hover { text-decoration:none; color:#fff; }

/*表格边框、边线定义*/
.pic_border { border:1px solid #dadada; padding:3px; }/*四边条 背景为白色*/

.box_b { border:1px solid #dadada; background-color:#fff; }/*四边条 背景为白色*/

.box_border { border-left:1px solid #dadada; border-right:1px solid #dadada; background-color:#fff; }

.box_border_f30 { border-left:1px solid #ffa024; border-right:1px solid #ffa024; background-color:#fff; }

.box_border_top { background-image:url(../images/index/pic_mtop.gif); }

.box_border_bottom { background:url(../images/index/pic_m.gif) repeat-x; height:5px }

.line_solid { border-bottom:1px solid #eaeaea; padding:0; margin:2px; }

.line_dotted { background:url(../images/xd.gif) repeat-x bottom; width:95%; padding:0; margin:2px; height:1px; line-height:30px }

hr { width:95%; height:1px; color:#dadada; margin:0 auto; padding:0px; text-align:center; }

/*间隔-内补丁常用内补丁组合定义*/
.p_5 { padding:5px; }

.p_t_5 { padding-top:5px; }

.p_l_5 { padding-left:5px; }

.p_r_5 { padding-right:5px; }

.p_ape_5 { padding-top:5px; padding-bottom:5px; } /* 上下各5px apeak */

.p_lev_5 { padding-left:5px; padding-right:5px; } /* 左右各5px level */

.p_10 { padding:10px; }

.p_t_10 { padding-top:10px; }

.p_l_10 { padding-left:10px; }

.p_r_10 { padding-right:10px; }

.p_ape_10 { padding-top:10px; padding-bottom:10px; } /* 上下各10px apeak */

.p_lev_10 { padding-left:10px; padding-right:10px; } /* 左右各10px level */

/*间隔-外补丁常用内补丁组合定义*/
.m_5 { margin:5px; }

.m_t_5 { margin:5px auto 0 auto; }/* 上5px  */

.m_t_10 { margin:10px auto 0 auto; }/* 上10px  */

.m_a_5 { margin:5px auto; }/* 上下各5px  */

.m_a_10 { margin:10px auto; }/* 上下各10px  */

.m_l_5 { margin-left:5px; }/*左5px*/

.m_r_5 { margin-right:5px; }/*右5px*/

.m_lev_5 { padding-left:5px; padding-right:5px; }/*左右各5px*/

/*from 模块定义*/
/*文本框分长、中长和短三种效果；左上内边距3像素*/
.input_login { border:1px solid #aeaeae; background-color:#fff; width:125; }

.input_search { border:1px solid #B15C04; background-color:#fff; width:280px; }

.input_search_list { border:1px solid #B15C04; width:100px; }

.input_long, .input_in, .input_short { height:22px; border:1px solid #999; padding-top:3px; padding-left:3px; font-size:12px; font-family:Verdana; }

.input_long { width:300px; }

.input_in { width:150px; }

.input_short { width:80px; }

.cate_title { font-size:14px; font-weight:bold; font-family:Verdana, Arial, helvetica, sans-serif; } /*会员中心每个设置页面的标题*/

.title { font-size:12px; font-weight:bold; color:#f70; }  /*添加商品分块标题*/

.input_submit { font-size:12px; height:30px; padding:5px 20px; color:#666; }

/*头部样式定义*/
#minitop { width:100%; height:30px; border-bottom: #e6e6e6 solid 1px; background-color: #f8f8f8; font-size:12px; }
.mini_left{ float:left; padding:6px 0 0 5px;}
.mini_state{ float:right; padding:2px 5px 0 0;}
.mini_state li {float:right;padding-right:20px}

#top_button, #top_button_seller, #top_button_buyer { float:right; }

.top_button_yes, .top_button_no { float:right; width:60px; height:22px; margin-left:10px; text-align:center; }

.top_button_yes { background:url(../images/top/button_yes.gif); background-repeat:no-repeat }

.top_button_no { background:url(../images/top/button_no.gif); background-repeat:no-repeat }

.top_button_yes a:link { color:#fff; text-decoration:none }

.top_button_yes a:visited { color:#fff; text-decoration:none }

.top_button_yes a:hover { color:#fff; text-decoration:none }

.top_button_no a:link { color:#c00; text-decoration:none }

.top_button_no a:visited { color:#c00; text-decoration:none }

.top_button_no a:hover { color:#c00; text-decoration:none }

.clr { clear:both; overflow:hidden; +overflow:visible;
}

/*------------------------------------------------------------------------*/
/*导航*/
/*内容模块定义*/
.content { width:980px }

.content_left { width:238px; float:left }

.content_right { width:732px; float:right }

/*各详细页面模块定义*/
.main_content_left { width:690px;float:left; margin-left:20px;display:inline;}

.main_content_right { width:230px;float:right;margin-right:20px;display:inline;}

#top_nav {padding-top:23px;padding-left:135px}

#top_nav li {float:left;margin-right:3px}

.nav { width:85px; height:29px; background-image: url(../images/top/nav_btn1.gif); background-repeat: no-repeat; text-align: center; font-size: 14px; font-family:"宋体"; color:#fff; font-weight:bold; text-decoration:none; background-position: center; }

.nav a:link { color: #fff; text-decoration: none; height:15px; padding-top:6px; display:block }

.nav a:visited { color: #fff; text-decoration: none; height:15px; padding-top:6px; display:block }

.nav a:hover { color: #fff; text-decoration: none; height:15px; padding-top:6px; display:block }

.navbg { width:85px; height:29px; background-image: url(../images/top/nav_btn2.gif); background-repeat: no-repeat; text-align: center; font-size: 14px; font-family:"宋体"; background-position: center; }

/*.navbg a:link {color: #5f5b50;text-decoration: none;}.navbg a:visited {color: #5f5b50;text-decoration: none;}*/
.navbg a:link { color: #5f5b50; text-decoration: none; height:15px; padding-top:6px; display:block }

.navbg a:visited { color: #5f5b50; text-decoration: none; height:15px; padding-top:6px; display:block }

.navbg a:hover { color: #5f5b50; text-decoration: none; height:15px; padding-top:6px; display:block }

.search { float:left; width:680px; margin-top: 8px; margin-left: 8px; }/*搜索*/

.keyword:link, .keyword:visited { color: #C77826; }/*关键字*/

.keyword:hover { color: #C77826; text-decoration:underline; }/*关键字*/

/*首页运用到切换效果 从上到下(a-z递增) 从左到右(1-10递增)指定*/
.a_over { width:110px; background:url(../images/index/img_03.gif) no-repeat; text-align:center; font-size:14px; font-weight:bold; color:#f50; }/*切换效果,当在指定标签上时*/

.a_out { width:110px; background:url(../images/index/img_05.gif) no-repeat; text-align:center; font-size:12px; color:#666; }/*切换效果,当在指定标签外时*/

.m1_over { width:202px; background:url(../images/index/m1img_03.gif) no-repeat top; font-size:14px; font-weight:bold; color:#f50; padding-top:4px }

.m1_out { width:202px; background:url(../images/index/m1img_03.gif) no-repeat bottom; font-size:12px; color:#666; padding-top:4px; }

.m2_over { width:202px; background:url(../images/index/m2img_03.gif) no-repeat top; font-size:14px; font-weight:bold; color:#f50; padding-top:4px }

.m2_out { width:202px; background:url(../images/index/m2img_03.gif) no-repeat bottom; font-size:12px; color:#666; padding-top:4px }

.b_over { width:110px; background:url(../images/index/img_03.gif) no-repeat; text-align:center; font-size:14px; font-weight:bold; color:#f50; }

.b_out { width:110px; background:url(../images/index/img_05.gif) no-repeat; text-align:center; font-size:14px; font-weight:bold; color:#666; }

.b_over_l {width:5px; background:url(../images/index/img_03.gif) no-repeat;}
.b_over_m {border-top:1px solid #ddd;background:#fff;font-size:14px;font-weight:bold;color:#f50;padding-right:15px;padding-left:15px}
.b_over_r {width:5px; background:url(../images/index/img_03.gif) -102px no-repeat}

.services { margin-left:10px; }/*首页服务内容处用*/

/*首页运用到广告条 从上到下(a-z递增) 从左到右(1-10递增)指定*/
.banner_a { width:980px; }/*广告条a 980px*/

.banner_b { width:725px; }/*广告条b 725px*/

.banner_c { width:230px; padding:2px; border:1px solid #dadada; text-align:center; margin-top:5px }/*广告条c 230px*/

/*最新商机模块样式定义---------------------------------------------------------*/
.business_list { color:#c3cde2 }

.business_list a:link { color:#333; text-decoration:none; }

.business_list a:visited { color:#333; text-decoration:none; }

.business_list a:hover { color:#f50; text-decoration:underline; }

.list_dot { background:url(../images/ico_dian.gif) no-repeat 2px }

.list_dot1 { background:url(../images/ico_dian1.gif) no-repeat 2px }

/*新闻资讯模块样式定义---------------------------------------------------------*/
#news { width:500px; float:left; }

.news_content { width:310px; float:left; }

.news_content li { background:url(../images/index/ico_dian.gif) no-repeat 2px 10px; padding:2px 0 2px 10px; }

.news_content li a:link { color:#666; text-decoration: none; }

.news_content li a:visited { color:#666; text-decoration: none; }

.news_content li a:hover { color:#f50; text-decoration: none; }

/*网站地图处引用样式*/
.map_content {float:left; }

.map_content ul { line-height:170% }

.map_content li { background:url(../images/index/ico_dian.gif) no-repeat 5px 10px; padding:3px 0 3px 20px; p
}
.map_info_left {float:left;width:70px;}
.map_info_right {float:left;width:410px;}

.map_content li a:link { color:#333; text-decoration: none; }

.map_content li a:visited { color:#333; text-decoration: none; }

.map_content li a:hover { color:#f50; text-decoration:underline; }

/*图片外框大小定义*/
.pic_shops_a, .pic_shops_b, .pic_shops_c, .pic_goods_a, .pic_goods_b, .pic_goods_c, .pic_goods_bx { border:1px solid #dadada; padding:3px; background-color:#fff; text-align:center; }

/*商铺图片大小*/
.pic_shops_a { width:160px; height:126px }

.pic_shops_b { width:120px; height:90px }

.pic_shops_c { width:100px; height:75px }

/*商品图片大小*/
.pic_goods_a { width:170px; height:170px }

.pic_goods_b { width:126px; height:126px }

.pic_goods_bx { width:106px; height:106px }

.pic_goods_c { width:66px; height:66px }

/*商铺模块样式定义---------------------------------------------------------*/
.shop_content_right { width:238px; float:right }

.shop_content_left { width:730px; float:left }

.Partner_border { border-left:1px solid #dadada; border-right:1px solid #dadada; background-color:#f9f9f9; }

.Partner_border_top { background-image:url(../images/index/pic1_mtop.gif); }

.Partner_border_bottom { background:url(../images/index/pic1_m.gif) repeat-x; height:5px }

/*注册页面CSS*/
.reg_btn { width:131px; height:27px; background-image: url(../images/usercenter/register_24.jpg); background-repeat: no-repeat; text-align: center; font-size: 12px; color:#333; font-weight:bold; background-position: center; cursor:pointer; }

.reg_btn a:link { color: #333; text-decoration: none; }

.reg_btn a:hover { color: #333; text-decoration: none; }

.reg_btn a:visited { color: #333; text-decoration: none; }

.reg_btnbg { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f1dc99; background-repeat: no-repeat; font-size: 12px; color:#333; font-weight:bold; padding-left:10px; cursor:pointer; }

.reg_left { font-size:14px; color:#333; padding-right: 10px; padding-top: 5px; width: 121px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FEFFF0; }

.reg_right { border-bottom-color:#FEFFF0; padding:8px; border-bottom-width: 1px; border-bottom-style: solid; }

/*表单提示状态*/
.reg_yes { padding:5px 10px 5px 25px; width:430px; border:solid 1px #97be46; background-color: #F4F8ED; background-image: url(../images/usercenter/register_biao1.jpg); background-repeat: no-repeat; background-position: 5px 6px; color: #333; }/*输入正确的状态*/

.reg_no { padding:5px 10px 5px 25px; width:430px; background-color: #FCF3EB; border:solid 1px #fa8d01; background-image: url(../images/usercenter/register_biao2.jpg); background-repeat: no-repeat; background-position: 5px 6px; color: #333; }/*输入错误的状态*/

.reg_none { padding:5px 10px 5px 25px; width:430px; border:solid 1px #ccc; background-color: #FFFBF4; background-image: url(../images/usercenter/register_biao3.jpg); background-repeat: no-repeat; background-position: 5px 6px; color: #333; }/*必填项为空的状态*/

.reg_initial { padding:5px 10px 5px 10px; color:#999; width:430px; }/*输入初始的状态*/

.bian1 { border: solid 1px #f1dc99; border-top-style:none; }

/*注册表单样式结束----------------------------------------------------------------------------*/

/*列表*/
.list { background-image: url(../images/shop/img_f.jpg); background-repeat: no-repeat; background-position: center center; font-family:"Arial Black"; font-size: 10px; color: #FFFFFF; text-align: center; clear: right; width: 16px; margin: 0 5px; }

/*商铺频道引用商铺树样式定义   start---------------------------------------------------------*/
.suckerdiv ul { margin: 0; padding: 0; list-style: none; width: 237px; /* Width of Menu Items */ border-bottom:1px solid #f6e5c9; background-color:#fffbef; }

.suckerdiv ul li { position: relative; }

/*1st level sub menu style */
.suckerdiv ul li ul { left:237px; /* Parent menu width - 1*/ position: absolute; width: 120px; /*sub menu width*/ top: 0; display: none; }

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul { left: 120px; /* Parent menu width - 1*/ }

/* menu links style */
.suckerdiv ul li a { display:block; color:#7d5615; text-decoration: none; background: #fff; padding:7px 5px 7px 40px; border: 1px solid #f6e5c9; border-bottom: 0; }

.suckerdiv ul li a:visited { color:#7d5615; }

.suckerdiv ul li a:hover { color:#FF7300; background:url(../images/shop/ul_li_ahover.gif) no-repeat; text-decoration:none; }

.suckerdiv ul li ul li a { padding-left:25px; }

.suckerdiv ul li ul li a:hover { color:#FF7300; background:url(../images/shop/ul_li_ul_li_ahover.gif) no-repeat; text-decoration:none; }

.suckerdiv .subfolderstyle { background: url(../images/shop/ul_li_alink.jpg) no-repeat 15px; }

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }

* html .suckerdiv ul li a { height: 1%; }

/*商铺频道引用 ---------商铺树样式定义  end---------------------------------------------------------*/

/*商机模块样式定义---------------------------------------------------------*/
.info_content_left { width:238px; float:left }

.info_content_right { width:730px; float:right }

/*商机详情页面   右侧栏 模块样式定义---------------------------------------------------------*/
.module_right { margin:5px; float:left; }

.module_right li { background:url(../images/xd.gif) repeat-x bottom; padding-top:5px; padding-bottom:5px; padding-left:25px; border-bottom: 1px dotted #dadada; }

/*商机详细页面，相关商机 引用*/
.interfix_module_left { width:640px; float:left; margin-left:10px; }

.interfix_module_left li { float:left; width:295px; background:url(../images/index/ico_dian.gif) no-repeat 2px; padding:5px 10px 5px 10px; }

.interfix_module_left li span, .interfix_module_right li span { float:right; }

.interfix_module_right { width:320px; float:right; margin-right:10px; }

/*列表模块1*/
.info_mid { width:720px; float:left; margin:10px auto; }

.info_fbox { width:340px; float:left; margin-left:10px }

.info_fbox li, .info_rbox li, .info2_fbox li, .info2_rbox li { background:url(../images/index/ico_dian.gif) 8px 10px no-repeat; padding-left:20px; padding-top:2px; padding-bottom:2px; }

.info_rbox { width:340px; float:right; margin-right:10px }

.info_fbox li span, .info_rbox li span { float: right; color: #999; }

/*列表模块2*/
.info2_mid { width:680px; height:105px; margin:10px 10px 10px 0; background:url(../images/xd.gif) repeat-x bottom; float:right; }

.info2_mid_nob { width:680px; height:105px; margin:10px; float:right; }

.info2_fbox { width:260px; float:left; }

.info2_rbox { width:260px; float:right; }

.info2_fbox li span, .info2_rbox li span { float: right; color: #999; }

.subnav { width:87px; color:#f50; background:url(../images/goods_detail_14.gif) no-repeat; text-align:center; font-size:14px; font-weight:bold; }

.subnav a:link { color:#f50; text-decoration: none; height:17px; padding-top:4px; display:block }

.subnav a:visited { color:#f50; text-decoration: none; height:17px; padding-top:4px; display:block }

.subnav a:hover { color:#f50; text-decoration: none; height:17px; padding-top:4px; display:block }

.subnavbg { width:60px; color:#666; text-align: center; font-size: 12px; padding-top:4px; background-position: center; }

.subnavbg a:link { color:#666; text-decoration: none; height:17px; padding-top:4px; display:block }

.subnavbg a:visited { color:#666; text-decoration: none; height:17px; padding-top:4px; display:block }

.subnavbg a:hover { color:#666; text-decoration: none; height:17px; padding-top:4px; display:block }

.list_dot2 { background:url(../images/info/news-04.gif) 2px no-repeat; padding-left:20px; border-bottom:2px #ccc solid; margin:5px 0; line-height:150%; }/*黄色小标志*/

.list_dot3 { background:url(../images/info/news-08.gif) 2px no-repeat; padding-left:20px; border-bottom:2px #ccc solid; margin:5px 0; line-height:150%; }/*蓝色小标志*/

.list_dot4 { background:url(../images/info/news-12.gif) 2px no-repeat; padding-left:20px; border-bottom:2px #ccc solid; margin:5px 0; line-height:150%; }/*绿色小标志*/

/*资讯页面样式*/
.news_title_a { font-size:14px; font-weight:bold; color:#f50; border-bottom:1px #f50 solid; text-align:center; height:25px }

.news_title_a a:link { color:#f50; }

.news_title_a a:visited { color:#f50; }

.news_title_a a:hover { color:#f50; text-decoration:underline }

.news_content_fbox { width:230; float:left }

.news_content_mbox { width:480; float:left; margin-left:10px; }

.news_content_rbox { width:238; float:right }

/*个性商铺*/
.main_nav { color:#333; font-size: 14px; font-weight: bold; width:80px; height:37px; text-decoration: none; text-align:center; background:url(../images/shop/gx-05.gif) no-repeat center; }

.main_nav a:link { color: #333; text-decoration: none; }

.main_nav a:visited { color: #333; text-decoration:  none; }

.main_nav a:hover { color:#333; text-decoration: none; }

.main_navbg { color:#fff; font-size: 14px; font-weight: bold; text-decoration: none; text-align:center; }

.main_navbg a:link { color: #FFF; text-decoration: none; }

.main_navbg a:visited { color: #fff; text-decoration:  none; }

.main_navbg a:hover { color: #FFF; text-decoration: none; }

/*分页代码引用样式*/
.pagetb { width:20px; border:1px solid #DDD; text-align:center; background-color:#FFF; height:20px; color:#B4711F; font-size:11px; font-family:Arial; }

.pagetb1 { width:14px; height:20px; font-size:11px; font-family:Arial; font-weight:bold; text-align:center; }

/*个性店铺*/
.gxnav { width:100px; height:32px; color:#B90E11; background-image:url(../images/shop/gx_img_03.gif); background-repeat: no-repeat; text-align: center; font-size: 14px; font-family:"宋体"; font-weight:bold; padding-top:4px; background-position: center; }

.gxnav a:link { color:#B90E11; text-decoration: none; }

.gxnav a:visited { color:#B90E11; text-decoration: none; }

.gxnav a:hover { color:#B90E11; text-decoration: none; }

.gxnavbg { width:60px; height:32px; color:#666; padding:6px 0 0 0; text-align: center; font-size: 12px; font-family:"宋体"; background-position: center; }

/*分页样式*/
.manu { text-align:center }

.manu A { border:1px solid #eee; padding:2px 5px !important; padding:1px 5px; margin:2px; color:#036cb4; text-decoration:none; }

.manu A:hover { border:1px solid #999; color:#666; text-decoration:none; }

.manu A:active { border:1px solid #999; COLOR: #666; }

.manu .current { border:1px solid #f9f9f9; padding:2px 5px; margin:2px; color:#fff; font-weight:bold; background-color:#f90; }

/*金融频道样式引*/
.fina_left { width:600px; margin-left:30px; float:left }

/*左方框样式*/

.fina_a { background:url(../help/images/financial_tm.gif) repeat-x; width:600px; height:20px }

.fina_b { background:url(../help/images/financial_lm-08.gif) repeat-x; widtlh:600px; height:35px }

.fina_a li, .fina_c li { }

.fina_main { border-left:1px #eac085 solid; background:url(../help/images/financial_13-09.gif) repeat-y right; padding:0 5px 0 10px }

.finb_main { border-left:1px #eac085 solid; background:url(../help/images/financial_13-09.gif) repeat-y right; background-color:#fdfbee; padding:0 10px 0 10px }

.fina_main ul { float:right; margin-right:10px; width:580px }

.fina_main li { float:left; padding:0 5px }

.fina_main li p { padding:0; width:470px; margin:0px }

.fina_main li span { float:right; margin-right:10px }

.finb_main li { padding:5px 0 }

.fin_c_main { border-left:1px #eac085 solid; background:url(../help/images/financial_13-09.gif) repeat-y right; padding:0 10px 0 20px }

.fin_c_main li { line-height:170%; padding:10px 0; }

.fin_c_main li p { padding:0; margin:0px; width:550px; }

/*右方框样式*/
.fina_rc { width:295px; }

.fina_rmain { background:url(../help/images/financial_49.gif) repeat-y; padding:5px 10px 5px 10px; text-align:center }

.fina_rmainx { background:url(../help/images/financial_49.gif) repeat-y; text-align:center; float:left; }

.fina_rmainx_l { float:left; width:174px; margin-left:5px }

.fina_rmainx_r { float:right; width:106px; margin-right:5px }

.fina_rd { background:url(../help/images/financial_07-03.gif) no-repeat; width:295px; height:11px }

.fina_hyfw { width:260px }

.fina_hyfw li { padding:0 5px; }

/*广告样式*/
.border_left1 { POSITION: relative; MARGIN: 0px 0px 10px; WIDTH: 594px; DISPLAY: inline; FLOAT: left; HEIGHT:210px }

.border_left .pic { LINE-HEIGHT: 30px; WIDTH: 213px; DISPLAY: inline; FLOAT: left; HEIGHT: auto; FONT-WEIGHT: bold; padding: 60px 30px 10px 10px; }

.border_left .text { POSITION: absolute; TEXT-ALIGN: right; TOP: 350px; RIGHT: 30px }

.border_left .reg { PADDING-BOTTOM: 10px; LINE-HEIGHT: 30px; PADDING-LEFT: 20px; WIDTH: 413px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: left; HEIGHT: auto; FONT-WEIGHT: bold; PADDING-TOP: 15px }

.imgBox { POSITION: relative; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 594px; PADDING-RIGHT: 0px; HEIGHT:210px; PADDING-TOP: 0px }

.imgBox DT IMG { BORDER-BOTTOM: #bfbfbf 1px solid; BORDER-LEFT: #bfbfbf 1px solid; WIDTH: 594px; HEIGHT: 215px; VERTICAL-ALIGN: top; BORDER-TOP: #bfbfbf 1px solid; CURSOR: pointer; BORDER-RIGHT: #bfbfbf 1px solid }

.imgBox .imgText { POSITION: absolute; BOTTOM: 10px; RIGHT: 20px; }

.imgText { display:none }

.imgBox .imgNav { POSITION: absolute; MARGIN: 0px; BOTTOM: 15px; RIGHT: 20px; }

.imgBox .imgNav A:link { TEXT-ALIGN: center; width: 17px; height:17px; DISPLAY: block; BACKGROUND: #fff; FLOAT: left; MARGIN-RIGHT: 4px; font-weight: 400; }

.imgBox .imgNav A:visited { TEXT-ALIGN: center; height:17px; width: 17px; DISPLAY: block; BACKGROUND: #fff; FLOAT: left; MARGIN-RIGHT: 4px; font-weight: 400; }

.imgBox .imgNav A:hover { TEXT-ALIGN: center; height:17px; width: 17px; DISPLAY: block; BACKGROUND: #fff; FLOAT: left; MARGIN-RIGHT: 4px; font-weight: 400; }

.imgBox .imgNav A.alive:link { TEXT-ALIGN: center; width: 20px; BACKGROUND: #F1A051; COLOR: #fff; font-size: 14px; font-weight: 700; }

.imgBox .imgNav A.alive:visited { TEXT-ALIGN: center; width: 20px; BACKGROUND: #F1A051; COLOR: #fff; font-size: 14px; font-weight: 700; }

.imgBox .imgNav A.alive:hover { TEXT-ALIGN: center; width: 20px; BACKGROUND: #F1A051; COLOR: #fff; font-size: 14px; font-weight: 700; }

.imgBox .imgNav A:link IMG { POSITION: absolute; MARGIN: -2px auto auto 7px; VERTICAL-ALIGN: top }

.imgBox .imgNav A:visited IMG { POSITION: absolute; MARGIN: -2px auto auto 7px; VERTICAL-ALIGN: top }

.imgBox .imgNav A:hover IMG { POSITION: absolute; MARGIN: -2px auto auto 7px; VERTICAL-ALIGN: top }
/* 商铺&企业模板商铺形象展示 */
.border_shop { POSITION: relative; MARGIN: 0px 0px 10px; WIDTH: 216px;HEIGHT:216px;DISPLAY: inline; FLOAT: left; }
.border_shop_imgBox {WIDTH:216px;HEIGHT:216px;PADDING:2px;BORDER:#bfbfbf 1px solid;
					/*非IE的主流浏览器识别的垂直居中的方法*/
					display: table-cell;
					vertical-align:middle;
					/*设置水平居中*/
					text-align:center;
					/* 针对IE的Hack */
					*display: block;
					*font-size: 192px;/*约为高度的0.873，126*0.873 约为110*/
					*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
					}
.border_shop_imgBox img {/*设置图片垂直居中*/vertical-align:middle;}


/*金牌会员页面样式*/

#gold_nav			{ height:26px; padding:20px 0 0 0; width:450px; float:right }
			#gold_nav li { 
			float:left;
			padding:3px 5px 0 5px;
			margin-right:5px;
			border-right:1px solid #dadada;
			height:15px;
			font-size: 14px;
			text-align: center;}
			#gold_nav li a:link		{ color:#333; text-decoration: none; display:block}
			#gold_nav li a:visited	{ color:#333; text-decoration: none; display:block}
			#gold_nav li a:hover	{ color:#930; font-weight:bold;text-decoration:underline; display:block}	
		#gold_baner	 {}
		/*#gold_baner	 { background:url(../images/Gold_Members_ban.gif) no-repeat; height:210px;}*/
		#gold_baner ul { margin:160px 0 0 50px;}
		#gold_baner ul li { float:left ; margin-left:10px;}
		li.gold_atnout, li.gold_atnover{ background:url(../images/Gold_Members_bg.gif) no-repeat; 
				width:185px; height:26px; font-size:14px; font-weight:bold; color:#5E4502; padding:7px 0 0 0; text-align:center}
		li.gold_atnout{ background-position:0 -35px; padding:8px 0 0 0;height:25px;}
		.gold_ico1			{ background:url(../images/usercenter/reg_09.gif) no-repeat ; padding-left:30px;
						  border-bottom:#dadada solid 1px;height:25px; padding-top:5px;
						font: 18px  "黑体"}
						
						
	   .gold_table_y		{font-size:12px;background-color:#F5E8C6;border-collapse:separate; margin:10px 0;border-spacing:1px}
	   .gold_table_t1		{ background:#fefdf4;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold;}
	   .gold_table_t1_b		{ background:url(../images/topback1.GIF) repeat-x;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold;}
	.gold_table_t2			{ background:#fff; line-height:25px; vertical-align:middle}	
		.gold_table_y td,.gold_table_b td,.gold_table_r td		{ padding:0 5px;}
		
			
			td.y_width4_p_15{ padding-left:15px}
			td.y_yes{ background:url(../images/Gold_Members_bg.gif) no-repeat -238px -174px #fff; }
			
	.gold_table_r		{font-size:12px;background-color:#ffe7e7;border-collapse:separate; margin:10px 0;border-spacing:1px}
	.gold_table_r_t1		{ background:#fefbfb;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold;}
	.gold_table_r_t1_b		{ background:url(../images/topback3.gif) repeat-x;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold; color:#fff}
	.gold_table_b		{font-size:12px;background-color:#cae0e6;border-collapse:separate; margin:10px 0;border-spacing:1px}
    .gold_table_b_t1		{ background:#f8fdfe;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold;}
	.gold_table_b_t1_b		{ background:url(../images/topback2.gif) repeat-x;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold;}
	.gold_table_b_t2			{ background:#fff; line-height:25px; vertical-align:middle}	
	
	#gold_box1 ul{ border-bottom:1px #DEEFF1 solid; padding:5px 0;}	
	#gold_box1 ul li{background:url(../images/Gold_Members_bg.gif) no-repeat -190px -197px; padding:2px 0 2px 48px; color:#3A6479}
	
	* html #gold_box1 ul li{background:url(../images/Gold_Members_bg.gif) no-repeat -190px -197px; padding:2px 0 2px 55px; color:#3A6479}
	.gold_ico2,.gold_ico3,.gold_ico4,.gold_ico5
		{background:url(../images/Gold_Members_bg.gif) no-repeat -240px 1px; height:30px; padding:15px 0 0 45px; font-family:"黑体";color: #f50; font-size:16px;}
	.gold_ico3{ background-position:-240px -45px;}
	.gold_ico4{ background-position:-240px -87px;}
	.gold_ico5{ background-position:-240px -128px;}
		
	.gold_box1_t,.gold_box2_t,.gold_box1_d,.gold_box2_d, .gold_box2_tx ,.gold_box2_dx
		{background:url(../images/Gold_Members_bg.gif) no-repeat}
				.gold_box1_t, .gold_box2_t, .gold_box2_tx
					{ background-position:0px -132px; height:23px; font-size:14px; font-weight:bold; padding:9px 0 0 15px;}
				
				
				.gold_box1_m{ border-left:1px #FEE499 solid; border-right:1px #FEE499 solid; background-color:#FFFAE6; padding:5px 0 10px 10px}
				
				.gold_box1_d,.gold_box2_d{ background-position:0px -190px; height:10px}
				* html .gold_box1_d {background-position:1px -190px; height:10px } /* IE6 */
				
				.gold_box2_t,.gold_box2_tx { background-position:0px -67px; }
				* html .gold_box2_t { background-position:1px -67px; height:25px; font-size:14px; font-weight:bold; padding:7px 0 0 15px}
				* html .gold_box2_tx { background-position:3px -67px; height:25px; font-size:14px; font-weight:bold; padding:7px 0 0 15px}
				.gold_box2_m{ border-left:1px #D8E8ED solid; border-right:1px #D8E8ED solid; background-color:#F7FDFE; padding:5px 8px 10px 8px}
				* html .gold_box2_m{ border-left:1px #D8E8ED solid; border-right:1px #D8E8ED solid; background-color:#F7FDFE; padding:5px 8px 10px 8px}
				.gold_box2_d,.gold_box2_dx{ background-position:0px -123px; height:10px}
				* html .gold_box2_d {background-position:3px -115px; height:5px } /* IE6 */
				* html .gold_box2_dx {background-position:4px -115px; height:5px } /* IE6 */

#members_bg_no,#members_bg_buyer,#members_bg_seller {height:22px;background:#fff5dc;margin-top:10px}
#members_bg_no {width:390px;*width:405px;}
#members_bg_buyer {width:310px;*width:320px;}
#members_bg_seller {width:385px;*width:400px;}
.members_bg_left {float:left;width:3px;height:22px;background:url(../images/top/linkbg_l.gif) no-repeat;}
.members_bg_middle {padding-top:2px;*padding-top:4px}
.members_bg_right {float:right;width:3px;height:22px;background:url(../images/top/linkbg_r.gif) no-repeat;}
.members_bg_middle a {color:#36c;}
.members_bg_middle a:hover {text-decoration:underline}

/* footer 20090819新加底部 */
#new-foot{width:100%;text-align:center;margin:0 auto;color:#333333;}
#new-footer{font-size:12px;border-top:1px #dadada solid;padding-top:15px;width:950px;margin:0 auto;}
.new-footer-text li{text-align:center;height:25px;line-height:25px;}
.new-footer-text li a{padding-right:5px; text-decoration:none;color:#333333}
.new-footer-text li a:hover{color:#F30;}
.new-red{color:#ff0000;}
