﻿@charset "utf-8";
/*
描述: Cavan主题样式表第122套
作者: linli
版本: 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:#a2d0df; text-decoration:none;}
a:hover{ color:#fff;}

.discUL li{ padding-left:8px; background:url(images/list_ico.gif) no-repeat left center; list-style-type:none; list-style-position:outside; color:#a2d0df;}


/* =1 Container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body{ color:#a2d0df; background:#080808 url(images/body_bg.jpg) repeat-x top; }
#Container{ width:994px; margin:0px auto; }

/* =2 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Header{ position:relative; width:994px; height:145px; margin:0 auto; background:url(images/header_bg.jpg) no-repeat top right; z-index:10;}
#multiLanArea{ position:absolute; right:15px; top:7px;}
#multiLanArea .lanLine{ color:#a2d0df; padding:0 7px;}
#multiLanArea a{ color:#a2d0df; text-decoration:none;}
#multiLanArea a:hover{ color:#fff;}	

#Logo{ left:0px; top:0px;}
.logoText { font-size:22px; position:absolute; left:77px; top:52px;}
.logoText a{color:#fff;text-decoration:none;font-family:Verdana;}
.logoText a:hover{color:#8b8e90;}

#Navbar{ width:736px; height:60px; top:39px; z-index:100; background:url(images/nav_bg.gif) no-repeat right;}
.nav{ padding-left:0px; padding-bottom:13px;}
.scrollNav{ position:absolute; right:-4px; top:28px; width:45px; height:29px; line-height:29px;}
.navleft, .navright{ width:21px; height:18px; cursor:pointer; background:url(images/nav_scoll.gif) no-repeat;}
.navleft{ background-position:0px 0px;}
.navright{ background-position:0px -11px; }

.nav li{ float:left; height:47px; }
.nav li a{ float:left; text-align:center; width:83px; line-height:47px; height:47px;  font-size:14px; font-family:microsoft yahei,arial; text-decoration:none; color:#fff;}
.nav .liImg{ display:inline-block; height:47px; width:2px; background:url(images/space_line.gif) no-repeat center center;}
.nav li a:hover,.nav .navhover a{ color:#fff; background:url(images/nav_hover.gif) repeat-x; }

.submenu{ position:absolute; top:42px; z-index:100; display:none; overflow:hidden; white-space:nowrap; height:27px; }

 
#Navbar .submenu a{ float:none; width:auto; overflow:hidden; display:inline-block; background:none; padding:0 3px 0px 15px; height:30px; line-height:30px; *vertical-align:top; color:#a2d0df; font-size:12px; }
#Navbar .submenu a:hover{ color:#fff;}

/* =3 Body
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Body{  overflow:hidden; padding:0px 22px;}
#Banner{position:relative; margin:0px -20px 5px;}
.bannerText{position:absolute; right:56px; top:30px; color:#000; font-size:20px; font-family:"微软雅黑"; font-weight:bold; }

#SideBar{ margin-left:-950px;}


/* =4 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Footer{ text-align:center; background:url(images/footer.gif) no-repeat 0 0; border-top:1px solid #293c42;  padding:19px 0px 13px; color:#4291ad;}
#Footer a{ line-height:30px; color:#4291ad; }
.footer_links a{ margin:0 4px; text-decoration:none; }
.footer_authentication,.footer_stat,.footer_records{ display:inline; margin-right:15px;}

/* =5 main
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.main_row_span1{ margin-bottom:1px; background:#111618 url(images/side_cnt_bg.gif) repeat-x bottom; }
.main_row_span1 .content{padding:12px 8px;}
#Main .com_title,#Main .com_title_in,#Main .com_title_inner{background:url(images/main_tittle_bg.png) repeat-x 0px -29px; height:29px; }
#Main .com_title_in{ background-repeat:no-repeat; background-position:left 0px; padding-left:230px;}

#Main .com_title_inner{ background-repeat:no-repeat; background-position:right -58px; padding-right:235px;}

a.more{display:none;}

/* =6 sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.side .com_title, .side .com_title_in, .side .com_title_inner{background:url(images/side_tittle_bg.png) repeat-x 0 -29px; height:29px; }
.side .com_title_in{ background-repeat:no-repeat; background-position:left 0px; padding-left:55px;}
.side .com_title_inner{ background-repeat:no-repeat; background-position:right -58px; padding-right:55px;}
.com_title h2{ color:#fff; position:absolute; left:25px; line-height:29px;  font-weight:bold;}
a.more{display:none;}

.side .content{ background:url(images/side_cnt_bg.gif) repeat; margin-bottom:8px; line-height:1.8; padding:3px 3px 10px 10px;}

/* =7 content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.content{}
.content img{ vertical-align:middle;}
.content h3{font-size:12px; font-weight:bold;}

.page{ margin:20px 0 0px 26px; padding:10px; clear:both; text-align:right;}
.page input{ width:17px; height:15px; border:1px solid #b5b5b5; padding:1px; color:#1459a5;}
.page a{ text-decoration:underline; margin-right:10px;}
.page a:hover{ font-weight:normal;}
.page .disabled{ margin-right:10px;}

/* =8 feedback
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Main .feedback_con{ padding-bottom:39px;}
.feedback_con table td { height:20px; padding:3px 0; vertical-align:top;}
.feedback_con .btn{ background:url(images/btn.png) no-repeat 0 0; width:62px; height:22px; line-height:20px; font-size:12px; color:#fff; border:0; cursor:pointer;}
.feedback_con table input { padding:1px 1px 1px 2px; border:1px solid #c9c9c9; background:#fff; width:142px; height:18px; }
.feedback_con table textarea{ padding:1px 1px 1px 2px; width:286px; height:136px;  border:1px solid #c9c9c9; background:#fff;}

/* =9 product
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.product_sidecon, .faq_sidecon{ background:#111618 url(images/side_cnt_bg.gif) repeat-x bottom; border:none; padding: 5px 10px 10px 15px;}
.tree{ line-height:27px;}
.tree li{}
.tree li.open{}
.tree_parent{ background: url(images/tree-plus.gif) no-repeat 5px 8px; height:27px; cursor:pointer; padding-left:27px;}
.tree li.open .tree_parent{background: url(images/tree-minus.gif) no-repeat 5px 8px;}
.faq_sidecon .tree_parent{ cursor:default;}

.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/side_li_icon.gif) no-repeat 31px 9px; }
.tree .tree_sub li a{ margin-left:43px; font-weight:normal;}
.tree .tree_sub .cur a{ color:#c4c4c4; }

#Main .product h3 a{ font-size:12px; font-weight:bold;color:#232423;}
.prdcrumb{ padding:6px; font-family:Simsun; margin:10px 0;}
.prdcrumb strong{ color:#fff; font-weight:bold;}
.prdcrumb a{ text-decoration:none;}

.product_con_detail{ padding-bottom:50px;}
.product_con_detail .pic{ margin:0 0 10px 30px;}
.product_con_detail .pic img{ border:1px solid #CCC;}
.product_con_detail .info{ margin:0 0 0 30px; padding-bottom:10px;}
.product_con_detail .info table{ font-family:Verdana; border:solid #000; border-width:1px 0 0 1px; line-height:18px;}
.product_con_detail .info th{ background:#233136; border:1px solid #000; text-align:right; padding:0; padding-left:5px; color:#a2d0df; font-weight:bold;}
.product_con_detail .info td{ background:#192428; height:28px; border:1px solid #000; padding:0 5px;}
.prdname td{ }
.prdpromotion td{ color:#1459a5; font-size:14px; font-weight:bold;}

/* =10 faq
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.product, .faq{ background:#111618 url(images/side_cnt_bg.gif) repeat-x bottom; margin-bottom:0px; }
.faq_con{ padding:16px 0 0 30px; line-height:20px;}
.faq_con h3{ background:url(images/faq_ico.gif) no-repeat 0px 5px; *background-position:0 4px; padding-left:14px; font-weight:bold;}
.faq_con p{ padding-left:14px; margin-bottom:12px;}