@charset "utf-8";
/*
描述: Cavan主题样式表第五十四套
作者: linli
修改：guwj@35.cn
版本: 0.1

[目录表]

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{color:#000100; text-decoration:none;}
a:hover{ text-decoration:underline;}

/* =1 Container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body{background:#f1f1f1;}
#Container{ width:100%; background:url(images/cnt-line-bg.gif) repeat-x 0px 84px; }

/* =2 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Header{background:url(images/header-bg.gif) repeat-x top; width:883px; height:115px; margin:0 auto; position:relative;}
#multiLanArea{ position:absolute; right:15px; top:12px;}
#multiLanArea .lanLine{ color:#E3E3E3; padding:0 7px;}
#multiLanArea a{ color:#7C7C7C; text-decoration:underline;}
#multiLanArea a:hover{ color:#0187D0; text-decoration:none;}	
#Logo{ background:url(images/logo-bg.jpg) no-repeat 180px 0px;  height:73px; z-index:100; }
.logoText{ position:absolute; top:15px; left:100;  font-size:22px; width:179px; text-align:center;}
.logoText a{color:#006abc; font-family:Verdana;}
.logoText a:hover{ text-decoration:none;}

#Navbar{top:53px; right:0px;  height:31px;}
.scrollNav{ position:absolute; right:12px; top:0; width:29px;}
.navleft,.navright{ width:12px; height:36px; cursor:pointer;}
.navleft{float:left; background:url(images/navLeft.jpg) no-repeat center;}
.navright{ float:right; background:url(images/navRight.jpg) no-repeat center;}

.nav{}
.nav ul{width:650px;}
.nav li{float:left;  background:url(images/nav-link.gif) no-repeat; width:74px; height:31px; text-align:center;  }
.nav .liImg{ width:1px;background:url(images/nav_sepline.gif) no-repeat center; height:31px; overflow:hidden;}
.nav li a{ display:block; color:#4a4a4a;text-decoration:none; width:74px; line-height:31px; height:35px; }
.nav li a:hover { background:url(images/nav-hover.gif) no-repeat; color:#FFF;}
.nav .navhover a{ background:url(images/nav-hover.gif) no-repeat; color:#FFF;}

.submenu{ display:none; position:absolute; top:30px; z-index:100; white-space:nowrap;}
.submenu .subline{ display:none;}
#Navbar .submenu a{ float:none; background:none; width:auto; padding:0 10px; vertical-align:top; line-height:29px; display:inline-block; color:#fff; font-weight:normal;}
#Navbar .submenu a:hover{ background:none; text-decoration:underline;}

/* =3 Body
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Body{ width:863px; padding:10px; padding-top:0px; margin:0 auto; background:#FFF;}
#Banner{ position:relative; padding:0 0 10px; text-align:center; zoom:1;}
.bannerText{position:absolute;  left:23px; top:125px; color:#045fb4; font-size:26px; font-weight:bold; font-family:"微软雅黑"; text-align:center;}

#Wrapper{}
#SideBar{ margin-left:-863px;}

/* =4 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Footer{ background:url(images/footer-bg.jpg) repeat-x; color:#4f4e4e; width:863px; margin:auto; padding:15px 10px; line-height:25px; text-align:center;}
#Footer a{ margin:0 3px; color:#4f4e4e;}
.footer_authentication, .footer_stat, .footer_records{ display:inline; padding:0 6px;}

/* =5 main
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.com_title{ position:relative; clear:both; background:#fff; border-bottom:none; height:32px; line-height:32px; }
#SideBar .com_title_in{ background:url(images/side-tit-bg.gif) no-repeat left;}
#SideBar .com_title h2{line-height:32px; padding:0 0 0 13px; font-weight:bold; font-size:14px; color:#fff; }
#Main .com_title, #Main .com_title_in, #Main .com_title_inner{ background:url(images/main-bar.gif) 0 -32px repeat-x ; height:32px;}
#Main .com_title_in{ background-position:right -64px; background-repeat:no-repeat; padding-right:150px;}
#Main .com_title_inner{ background-position:0 0; background-repeat:no-repeat; }

.com_title h2{padding-left:20px;line-height:32px; font-weight:bold; font-size:14px; color:#fff; }

a.more{ display:none; position:absolute; right:10px; top:10px; color:#f1fcbe;}
.com_image_title_text3, .com_image_title_text1 p{ color:#4f4e4e;}

/* =6 sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Sub, #Extra{ width:195px;}
.main_cell,.side,.faq,.product{ margin-bottom:10px;}
.side .content{ color:#5f634b; margin-bottom:10px; }
.side .content a{color:#2d2d2d; text-decoration:none; font-weight:normal;}
.side .content a:hover{ text-decoration:underline;}
.com_bullet{ margin-bottom:5px}
.discUL{list-style-position:outside; list-style:none;}
.discUL li{ list-style-type:none; background:url(images/list-ico.jpg) no-repeat 0px 10px; padding-left:6px; line-height:24px;}
/* =7 content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.content{ padding:10px; background:#fff; border:1px solid #e5e5e5; border-top:none;}
.content img{ vertical-align:middle;}
.content h3{font-size:12px; font-weight:bold;}

/* =8 feedback
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.feedback_con{ padding:10px 10px 20px; background:#fff; border-top:none;}
.feedback_con table td { height:37px; }
.feedback_con .btn{ background:url(images/btn.png) no-repeat #fff; width:76px; height:24px; font-size:12px; color:#fff; cursor:pointer; border:none;}
.feedback_con table input { padding:1px; border:1px solid #c1c1c1; background:#fff; width:132px; height:15px; }
.feedback_con table textarea{ padding:1px; width:286px; height:136px;  border:1px solid #c1c1c1; background:#fff;}

/* =9 product
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.product{ padding-bottom:10px;}
.product,.faq{ background:#fff; border:1px solid #e4e4e4;}
.product_sidebar{ border:none;}
.Sub_special .com_title,.product .com_title,.faq .com_title{ border:none; }
.product_sidecon{ color:#5c6f7c;border:1px solid #e4e4e4; border-top:none; line-height:20px; padding:10px 10px 12px 10px; }
.tree{ line-height:27px;}
.tree li{ background:url(images/side_line.gif) no-repeat 0 bottom; zoom:1;}
.tree li.open{}
.tree_parent{ background:url(images/treeico_parent.gif) no-repeat 2px 10px; height:27px; cursor:pointer; padding-left:14px; }/*伸缩-改动*/
.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{ color:#333; font-weight:bold;}
.tree_sub{ padding-bottom:5px;}
.tree .tree_sub li{ background:none; padding-left:15px; border:none;}
.tree .tree_sub li a{ font-weight:normal; background:url(images/treeico_child.gif) no-repeat 6px 11px; display:inline-block; padding-left:17px; }
.tree .tree_sub li a:hover{ text-decoration:underline;}
.tree .tree_sub .cur a{ font-weight:bold; color:#0161ac;}
.product h3 a{ font-size:14px; font-weight:bold; }
.prdcrumb{ font-family:Simsun; padding:20px 10px 10px; }
.prdcrumb strong{ font-weight:bold; color:#000;}
.product_con_detail{ padding:0 10px 10px;}
.product_con_detail .pic{ margin:10px 0 20px 10px;}
.product_con_detail .info{ margin-left:10px;}
.product_con_detail .info table{ font-family:Verdana; border:solid #eaeaea; border-width:1px 0 0 1px; line-height:18px;}
.product_con_detail .info th{ background:#f6f6f6; border:solid #eaeaea; border-width:0 1px 1px 0; text-align:right; padding:0 10px;}
.product_con_detail .info td{ height:28px; border:solid #eaeaea; border-width:0 1px 1px 0; padding:0 10px;}
.prdname td{ font-size:14px; color:#333; font-weight:bold;}
.prdpromotion td{ font-size:14px; color:#f60; font-weight:bold;}

.page{ margin:20px 10px; clear:both; text-align:center; padding:20px 0 0;}
.page a{ color:#555; text-decoration:underline; margin-right:10px;}
.page a:hover{ text-decoration:none;}
.page .disabled{ color:#6d6d6d; margin-right:10px;}

/* =10 faq
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.faq_sidecon{ color:#5c6f7c; line-height:20px; padding:20px 10px 20px 10px; border:1px solid #e4e4e4; border-top:none;}
.faq_con{ padding-left:15px;}
.faq_con h3{ margin:20px 10px 0; padding-left:16px; background:url(images/faqico.gif) no-repeat 0px 10px; font-size:14px;  line-height:25px; color:#2a2a2a; font-weight:bold;}
.faq_con p{ padding:0 0 0 16px; margin:0 10px; line-height:25px; background:url(images/product_line.gif) repeat-x bottom;}