﻿@charset "utf-8";
/*
[目录表]

0- common
1- Container
2- Header
3- Body
4- Footer
5- main
6- sidebar
7- content
8- feedback
9- product
10- faq
*/

/* =0 common

–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a{}
html body a:hover, #Footer a:hover{}

html body,
html body .topLogBox,
html body .topLogBox_in,
html body #Container .content,
html body #Container .product_con_detail .prdtitle,
html body #Container .product_con_detail .important_info th,
html body #Container strong,
html body #Container .side,
html body #Container .side li,
html body #Container #Body #Main,
html body #Container #Body #Main li,
html body #Footer{}

body{}
.prd_cell .pic div, .product_con_detail .jqzoom{}
.nav li a{}
.nav li a:hover{}
.nav .navhover a{}
#Navbar .submenu a{}
#Navbar .submenu a:hover{}
#Navbar .submenu a.submenu_cur{}
#Body .com_title h2{}
#Body .content{}

a{ color:#0d48a3;}
html body a:hover, #default_link_hover_color, #Footer a:hover{ color:#f60; text-decoration:underline;} 

/* common 2.01版本增加 begin*/
input, textarea, select{ color:#333;}
h4.title{ color:#000; font-weight:bold; font-size:14px; padding:10px 0;}
.msg{ color:#666666; padding:5px 0 10px;}
.star_note{ color:#f00; padding:0 3px;}
label.error{ color:#f00; display:inline-block; line-height:normal; padding:3px 0 5px 3px; vertical-align:middle;}
.popup label.error{ padding:3px 0 5px; display:block;}
/* common 2.01版本增加 end*/

/* =1 Container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body{ background:#F4F4F4; color:#333333;}
#Container{ width:870px; background:#F4F4F4 url(/media/images/body_bg.gif) repeat-x 0 0;}

/* =2 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Header{ width:870px; background:url(/media/images/logo_bg.jpg) no-repeat; position:relative; height:140px; margin:0 auto;}	
.logoText {font-size:22px; position:absolute; left:103px; top:46px;}
#Logo .logoText a{color:#183376;text-decoration:none;font-family:Verdana;}

#Navbar{ width:870px; top:87px;}
.scrollNav{ position:absolute; right:10px; top:11px; width:16px;}
.navleft,.navright{ width:6px; height:7px; cursor:pointer;}
.navleft{float:left; background:url(/media/images/nav_left.gif) no-repeat center;}
.navright{ float:right; background:url(/media/images/nav_right.gif) no-repeat center;}

.nav,.nav_in,.nav_inner{ height:51px; background:url(/media/images/nav_bg.jpg) no-repeat;}
.nav li{ float:left; line-height:30px; height:30px;}
.nav li .nav_level_one{ float:left; text-align:center; display:inline-block; /*width:103px;*/ height:30px; line-height:30px; color:#FFF; text-decoration:none;padding:0 20px;}
.nav .liImg{ width:2px;background:url(/media/images/nav_sepline.gif) no-repeat center;}
.nav li .nav_level_one:hover, .nav .navhover a{ color:#fff; background:url(/media/images/nav_cur.jpg) repeat-x 2px 0; height:30px; text-decoration:none;}
/******nav_level_one 一级菜单 ******/
.nav_span_in, .nav_span_inner{ display:inline-block;}
.level_wid .nav_level_one{ width:55px; overflow:hidden;}


#Navbar .submenu{ position:absolute; display:none; white-space:nowrap; height:21px; top:30px;}
#Navbar .submenu a{ float:none; width:auto; overflow:hidden; display:inline-block; padding:0 10px; color:#464646; background:none; margin:0;  line-height:21px;  line-height:25px \0; *line-height:23px; }
#Navbar .submenu a:hover, #Navbar .submenu a.submenu_cur{ background: url(images/submenu_a_hover_bg1.gif) repeat-x center top; color:#FFFFFF; text-decoration:none;}

/* =3 Body
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Body{ width:870px; padding-bottom:10px; min-height:98px; _height:98px; margin:0 auto;}
#Banner{position:relative; overflow:hidden;}
.bannerText{position:absolute; left:640px; top:280px;color:#abb0bb;font-size:18px; font-family:"微软雅黑";}

#Main{ margin:0 212px;}
#SideBar{ margin-left:-870px;}
#Sub,#Extra{ width:201px;}

.links{width:870px;margin:0 auto;}
.links .content{ background:#fff;}
/* =4 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Footer{ width:870px; text-align:center; color:#868686;/* height:68px;*/ padding-top:20px; margin:0 auto;}
#Footer a{ text-decoration:none; color:#868686; line-height:30px;}
.footer_links a:hover{ text-decoration:underline;}
.footer_authentication,.footer_stat,.footer_records{ display:inline; margin-right:15px;}

/* =5 main
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.main_row_span1{ background:#ffffff; margin-bottom:6px;}
.main_row_span1 .content{padding:12px 8px;}
.com_title{ border:1px solid #e7e7e7; padding:1px; height:36px;}
.com_title div div{ background:#dbdbdb url(/media/images/product_title_bg.jpg) no-repeat; height:36px;}
.side .com_title div div{ background:none; height:30px;}
.com_title h2{ color:#292929; line-height:36px; padding-left:53px;}

.com_title .more{ display:none; position:absolute; top:12px; right:0; background:url(images/more.gif) no-repeat; color:#017CCB; width:29px; height:9px; overflow:hidden; text-indent:-9999px;}

/* 2.01版本修改增加begin */
.more{ padding-top:6px;}
.more a{ color:#0D48A3; line-height:normal; text-decoration:underline;}
.more a:hover{ color:#f60;}
.more a span{ font-family:"宋体",simsun;}
/* 2.01版本修改增加end */


/* =6 sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.side .content,.side .MenuCompon,.side .AttentnCompon{ background:#EEEEEE; border:1px solid #e1e1e1; padding:0; margin-top:1px; margin-bottom:12px;}
.side .com_title, .side .com_title_in, .side .com_title h2{ background:url(/media/images/side_title_bg.png) no-repeat 0 0; height:30px; overflow:hidden;}
.side .com_title{ background-position:0 -31px; background-repeat:repeat-x; padding:0;}
.side .com_title_in{ background-position: right -62px; padding-right:15px;}
.side .com_title h2{ color:#fff; height:30px; line-height:28px; padding-left:26px; }
.side li a{ color:#333333; text-decoration:none;}
 
.side .discUL{list-style-position:outside; list-style:none;}
.side .discUL li{ border-bottom:1px solid #dadada; line-height:24px; background:url(/media/images/li_bg.gif) no-repeat 8px 8px; padding-left:20px;}

/* =7 content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.content{ padding:15px 13px 19px 15px;}
#Main .MenuCompon{ background:#eee;}
.side .MenuCompon{ padding-top:0;}
#Main .MenuCompon,.side .MenuCompon .tree{ padding-top:0;}
.content img{ vertical-align:middle;}
.content h3{font-size:12px; font-weight:bold;}

.page{ padding:15px 10px 20px 26px; clear:both; text-align:right;}
.page input{ width:17px; height:15px; border:1px solid #984c63; padding:1px; color:#e04170;}
.page a{ text-decoration:underline; margin-right:10px;}
.page a:hover{ font-weight:normal;}
.page .disabled{ margin-right:10px;}

/* =8 feedback
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.feedback_con{ padding-bottom:10px;}
.feedback_con table td { height:20px; padding:3px 0; vertical-align:top;}
.edit_tbl .btn, .feedback_con .btn{ margin-top:5px;} /*modify 2.01版本增加*/
.edit_tbl .btn,
.item_search .btn, 
.feedback_con .btn,
.vote_btn .btn,.btn{ background:url(/media/images/btn.png) no-repeat center; width:70px; height:24px; line-height:24px; *padding-top:1px; padding-bottom:1px; font-size:12px; color:#fff; border:0; cursor:pointer;}
.feedback_con table input { padding:1px; border:1px solid #BDBDBD; background:#fff; width:132px; height:18px; }
.feedback_con table textarea{ padding:1px; width:286px; height:136px;  border:1px solid #BDBDBD; background:#fff;}

/* =9 product
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.product_sidecon{border:1px solid #e1e1e1; border-bottom:none; margin-top:1px;}
.tree{ line-height:24px;}
.tree_parent{ background:#EEEEEE url(images/tree_close_bg.gif) no-repeat 0 0; line-height:24px; _height:24px; cursor:pointer; padding-left:34px; }
.open .tree_parent{ background:#EEEEEE url(/media/images/tree_open_bg.gif) no-repeat 0 0;}

#Main .MenuCompon .tree{ background:#fff none;}
#Main .open .tree_parent { background: url("images/tree-minus.gif") 8px 8px  no-repeat;}
#Main .tree_parent { background:url("images/tree-plus.gif") 8px 8px  no-repeat;}

.faq_sidecon .tree_parent{ cursor:default;}
.tree .tree_parent a{ }
.tree li a{ text-decoration:none;}
.tree li a:hover{ text-decoration:underline;}
.tree .open a{ font-weight:bold;}
.tree_sub{}
.tree .tree_sub li{ background:url(images/subTree_bg.gif) no-repeat;}
.tree .tree_sub li a{ margin-left:46px; font-weight:normal;}
.tree .tree_sub .cur a{ color:#0d48a3; }
.tree .tree_sub .cur .tree_sub3 li{ background:none; margin-left:5px;}
#Main .tree .tree_sub li{ background:url(images/subTree_bg0.gif) no-repeat 35px 12px ;}
 
/*------------------------新闻中心,faq,站点管理,列表图标更改------------*/
.faq_sidecon .tree_parent, .admin_sidecon .tree_parent{ cursor:default; background:none;}
.faq_sidecon .tree li, .admin_sidecon .tree li{ background:url(images/tree_child_icon.gif) no-repeat 22px 10px; }
/*------------------------新闻中心,faq,站点管理,列表图标更改------------*/
.product{ background:#ffffff;}

.product h3 a{ color:#0d48a3; font-size:12px; text-decoration:none;}
.prdcrumb{ padding:6px; font-family:Simsun; margin:10px 0;}
.prdcrumb strong{ color:#5c5c5c; font-weight:bold;}

.product_con_detail{}
.product_con_detail .pic{ margin:0 0 10px 10px;}
.product_con_detail .info{ margin:0 0 0 30px; padding-bottom:10px;}
.product_con_detail .info table{ font-family:Verdana; border:solid #fff; border-width:1px 0 0 1px; line-height:18px;}
.product_con_detail .info th{ background:#333; border:solid #fff; border-width:0 1px 1px 0; text-align:right; padding:0; padding-left:5px; color:#fff;}
.product_con_detail .info td{ background:#eee; height:28px; border:solid #fff; border-width:0 1px 1px 0; padding:0 5px;}
.prdname td{ font-size:14px; font-weight:bold;}
.prdpromotion td{ color:#fe0019; font-size:14px; font-weight:bold;}


/***********************主内容区域 2.01版本修改增加 begin **************************************/
.result_con{ line-height:1.8;}
.result_con .result_suc{ padding:10px 10px 0;}

/*gray button*/
.gray_btn{ border:1px solid #bbb; display:inline-block; line-height:normal; margin:4px 3px 5px 0; *padding:1px;}
body .gray_btn a,
body .gray_btn input,
body .gray_btn_on input{ background:#f1f1f1 url(images/btn_bg.gif) repeat-x 0 0; border:1px solid #fff; *border:none; color:#666; cursor:pointer; display:inline-block; height:16px; line-height:16px; padding:2px 6px; *padding:3px 6px 1px; min-width:30px; *width:auto; text-align:center; text-decoration:none;}
body .gray_btn input,
body .gray_btn_on input{ height:22px; *height:20px; line-height:22px; padding:0 5px 1px; *padding:1px 5px; min-width:52px; *min-width:auto;}
.popup .gray_btn input{ font-weight:bold;}
body .gray_btn a:hover, body .gray_btn_on input{ background-image:url(images/btn_bg_on.gif); color:#666666; text-decoration:none;}
body .gray_btn a:active{ background-image:url(images/btn_bg.gif);}
body .edit_tbl .gray_btn a{ font-weight:normal; padding-left:15px; padding-right:15px; min-width:20px; *width:auto;}

.btn_box{ text-align:center; padding-top:10px;}
.btn_box .gray_btn a{ padding-left:10px; padding-right:10px;}

/*input*/
.input, textarea{ border:1px solid #bdbdbd;}
.input{ padding:3px 1px 3px 3px; height:16px; line-height:16px;}
html body .input:focus, html body input[type="text"]:focus, html body textarea:focus{ border-color:#ff6600;}
input.short{ width:150px;}
input.middle{ width:230px;}
.input_addr{ width:315px;}
.order_con input.middle, .order_con .input_addr{ width:290px;}
#Main .item_search input.long{ height:18px; line-height:18px; padding:3px 1px 1px 3px; width:300px;}

.num_desc, .num_ascend{ background:url(images/ico_desc.png) no-repeat 0 2px; width:14px; height:14px; font-size:16px; font-weight:bold; }
.num_desc{ font-size:20px; background-position:-14px 1px;}

/*edit-table*/
.edit_tbl{ margin-top:4px;}
.edit_tbl th{ color:#333; text-align:right; padding-top:3px; *padding-top:4px;}
.edit_tbl td{ height:36px; padding-top:3px; }
.buyer_info_check { padding-bottom:10px; *padding-top:5px;}
.buyer_info_check th,.buyer_info_check td{ text-align:left; height:27px;}/*收货人信息确认表格行高较小*/

/*search table*/
.search_msg{ color:#555; padding:10px 0 0; margin:0 0 20px 0;}
.item_search{ padding:3px 10px 15px 0;}
.item_search th{ font-family:"宋体",arial; text-align:right;}
.item_search td{ font-family:"宋体",simsun; height:auto; padding:3px 1px 3px 5px;}
.item_search input, .item_search span{ vertical-align:middle;}
.admin_con .item_search{ padding:10px 0;}
.admin_con .item_search .gray_btn{ margin:0;}
.admin_con .edit_tbl .gray_btn{ margin-top:7px;}

/*gridlist table*/
.gridlist a{ color:#707070;}
.gridlist{ border:1px solid;}
.gridlist td{ border-top:1px solid; color:#777; padding:2px 1px 2px 5px; line-height:19px;}
.gridlist, .gridlist td{ border-color:#C5C5C5;}
.gridlist th{ background:#DDE1E4; color:#333; padding:2px 1px 2px 5px; line-height:24px;}
.gridlist tr.over{ background:#F2F7FD;}

.orderlist{ margin-bottom:12px;}

/*产品详细页面*/
.product_con_detail .prd_summary{}
.product_con_detail .prdtitle{ color:#333; font-weight:bold; font-size:16px;}
.product_con_detail .important_info th{ color:#333; line-height:25px;}
.product_con_detail .important_info .morehilite{ font-size:16px;}

.prd_info_tab{ border-bottom:1px solid #bbb; margin-left:10px;}
.prd_info_tab li a{ position:relative; bottom:-1px; background:#e6e6e6 url(images/tabmenu_bg.gif) repeat-x 0 0; border:1px solid #d8d8d8; border-bottom:none; color:#707070; display:inline-block; height:25px; line-height:25px; padding:0 12px; text-decoration:none;}
.prd_info_tab li.cur_tab a{ background:#fff url(images/tabmenu_bg_cur.gif) repeat-x 0 0; border:1px solid #bbb; border-bottom:none; color:#f60; font-weight:bold; text-decoration:none;}
.product_con_detail .prd_description{ line-height:1.8;}

/*订单提交页面*/
.order_con{ padding-top:0;}
.order_con h4.title .gray_btn{ position:relative; top:1px; *top:3px; display:inline-block; font-size:12px; font-weight:normal; margin:0 0 6px 25px; *margin-bottom:0; }
.order_con .select_addr{ padding:3px 0 0; margin-bottom:12px;}

.order_con .order_edit{ padding:5px 0 17px;}
.order_con .order_edit .input_num{ padding:2px; *padding-left:0; _padding-left:1px; height:14px; line-height:14px; width:25px; text-align:center; overflow:hidden;}
.order_con .order_totals{ line-height:22px;}

.order_btn{ margin:10px 0 30px; text-align:center;}
.order_btn .btn{ display:inline-block;}
/***************************主内容区域 2.01版本修改增加 end */

/* =10 faq & news 2.01版本修改增加
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.faq_sidecon, .product_sidecon, .news_sidecon, .admin_sidecon{ border:1px solid #e1e1e1; border-bottom:none; margin-top:1px;}
.faq_sidecon, .news_sidecon, .admin_sidecon{ border-bottom:1px solid #e1e1e1;}
.faq{ background:#ffffff;}
.faq .com_title{ border:1px solid #e7e7e7;}
.faq .com_title h2{ background:#dbdbdb url(images/product_title_bg.jpg) no-repeat; height:36px; line-height:36px; color:#292929; padding-left:53px;}
.faq_con{ padding:16px 0 0 20px; line-height:20px;}


h3.h3_title, .guestbook .msg_question{ background:url(/media/images/faq_ico.gif) no-repeat 3px 6px; *background-position:0 4px; color:#0d48a3; font-size:14px; font-weight:normal; line-height:25px; padding-left:20px; margin:26px 10px 0; position:relative;}
.h3_title a{ color:#555; text-decoration:none;}
.h3_title a:hover{ text-decoration:underline;}
.h3_title .time, .msg_question .time{ color:#aaa;}

.faq_con2 .h3_title, .news_con .h3_title, .guestbook .msg_cell{ border-bottom:1px dotted #e1e1e1; font-size:12px; line-height:22px; margin-top:13px;}

.answer{ line-height:1.8; padding:0 10px 0 30px;}
.news_detail_con .answer{ padding:15px 0 10px 2px;}
.news_detail_con .news_tit{ font-size:16px; font-weight:bold; text-align:center; padding:0 0 5px;}
.news_detail_con .news_time{ color:#A7A7A7; font-size:12px; display:block; text-align:center;}
.news_detail_con .btn{ text-align:center;}

/* =11 top loginBar   2.01版本增加 begin
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.topLogBox{}
.topLogBox_in{ width:868px; background:#FCFDFF; border-left:1px solid #BCC4C7; border-right:1px solid #BCC4C7; height:33px; line-height:33px; padding-bottom:5px;}
.topLogBox_in, .topLogBox_in a{ color:#333333;}
.topLogBox_in a:hover{ color:#f60;}
.logInfo{}

.lanLine{ color:#828282;}


/*弹出框*/
.popup_inner{ background:#fff; border:4px solid #0168AD; color:#333;}
.popup_inner h3{ background:#E6EDF5; line-height:27px; height:27px;}
.popup_inner h3 span{ color:#000; cursor:pointer; height:21px; line-height:21px;}
.popup_inner h3 span.on{ background:#fff; color:#0073C4; font-weight:bold;}
.popup_inner h3 .close, .popup_inner h3 .close_hover{ background:url(images/close.gif) no-repeat 0 0; width:16px; height:16px; overflow:hidden; cursor:pointer;}
.popup_inner h3 .close_hover{ background-position:0 -16px;}
.popup_inner .popup_con a{ color:#017CCB; text-decoration:underline;}
.popup_inner .popup_con a:hover{ text-decoration:none;}
.popup_inner .popup_con input.middle{ padding:3px 1px 3px 3px; height:16px; line-height:16px; width:190px; color:#333;}
.popup_inner .popup_con .gray_btn a{ color:#666666; font-weight:bold; text-decoration:none;}
.popup_inner .popup_con .suc{ color:#2B8521;}
.popup_inner .buy_notlogin span a{ color:#f60; font-size:14px; font-family:microsoft yahei; font-weight:bold;}
/* =11 top loginBar   2.01版本增加 end*/


/* =12 administrator  2.01版本增加 begin
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*admin common*/
.hilite, .morehilite{ font-style:normal;}
.hilite, .state_success{ color:#f60;}
.morehilite{ color:#f60;}
.state_wait{ color:#61B212;}
.state_stop{ color:#196AFF;}

.order_more a{ color:#cb0000; display:inline-block; font-family:"宋体",simsun;}




/*admin sidebar*/
.admin_sidecon .open a{ color:#007BCC;}
.admin_sidecon li{ padding:0;}
.side .admin_sidecon .tree_parent { font-size:12px; font-weight:normal; padding:0 0 0 34px; line-height:24px; cursor:auto;}
.side .admin_sidecon .tree_parent a{ font-weight:normal;}
/*------------------------站点管理列表高度更改------------*/
.admin_sidecon .tree li.open .tree_parent{ background:none;}
.admin_sidecon li { padding:0px;}
/*------------------------站点管理列表高度更改------------*/
/*admin content*/
.admin_con{ padding:13px 10px 20px 19px;}
.admin_con .edit_tbl{ padding-left:10px;}
.admin_crumb{ padding-bottom:10px;}
.admin_info{ color:#888; line-height:25px; margin-bottom:15px;}
.admin_info strong{ color:#333;}
.admin_info strong span{ color:#A64A00;}
.admin_info small{ font-size:12px;}
.admin_info span{ padding-right:23px;}
/* =12 administrator  2.01版本增加 end*/
/* =13 job recruitment 招聘 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.job_con .page{ background:none;}
/*job recruitment  招聘列表*/
 .tab_reclist th{ background-color:#dbdbdb; color:#000;}
 .tab_reclist td{ border-bottom:1px solid #e1e1e1;}
/*vote 投票*/
 .voted_details{ border-top:1px dashed #E1E1E1;}
 .voted_details li .vote_mem{ color:#0D48A3;}
     /* 4.3 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.LoginReg{ padding-top:10px; padding-bottom:10px;}