﻿@charset "utf-8";
/*
描述: Cavan主题样式表第八十五套
作者: 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:#000; text-decoration:none;}
a:hover{ color:#7E9800;}

.discUL{list-style-position:outside; list-style:none;}
.discUL li{padding-left:20px;background:url(images/li_bg.jpg) no-repeat 7px 8px; line-height:24px;}
/* =1 Container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body{background:#fff; color:#000;}
#Container{ width:1003px;}

/* =2 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Header{ position:relative; height:73px; z-index:10; background:url(images/header_bg.jpg) repeat-y;}
#multiLanArea{ position:absolute; right:15px; top:11px;}
#multiLanArea .lanLine{ color:#2870BF; padding:0 7px;}
#multiLanArea a{ color:#A7C8ED; text-decoration:underline;}
#multiLanArea a:hover{ color:#DAE8F8; text-decoration:none;}		
#Logo{ left:68px;}
.logoText {font-size:22px; position:absolute; left:55px; top:15px;}
.logoText a{color:#fff;text-decoration:none;font-family:Verdana;}
.logoText a:hover{color:#fff;}

#Navbar{ width:718px; top:35px; right:10px; z-index:100;}
.scrollNav{ position:absolute; right:5px; top:15px;_top:10px; width:16px;}
.navleft,.navright{ width:6px; height:7px; cursor:pointer;}
.navleft{float:left; background:url(images/nav_left.gif) no-repeat center;}
.navright{ float:right; background:url(images/nav_right.gif) no-repeat center;}

.nav,.nav_in,.nav_inner{ height:35px;}
.nav{ padding-left:20px; }
.nav_in{ padding-right:20px;} 
.nav_inner{ font-size:14px;}
.nav li{ float:left; line-height:35px; height:35px;}
.nav li a{ text-align:center; display:block; width:76px; height:35px; font-weight:bold; line-height:35px; color:#fff; text-decoration:none;}
.nav .liImg{ width:4px;background:url(images/nav_sepline.jpg) no-repeat center; margin:0px 3px;}
.nav li a:hover,.nav .navhover a{ color:#fff; height:38px; background:url(images/nav_bg.gif) no-repeat center bottom;}


.submenu{ position:absolute; top:38px; display:none; overflow:hidden; background:#fff; border:2px solid #1e5797; border-top:none;}
.submenu,.submenu div,.submenu div div{height:28px; float:left;}
.submenu{ padding-left:9px; }
.submenu div{  padding-right:9px;}
.submenu div div{ background-position:0 -29px; background-repeat:repeat-x;  white-space:nowrap;}

#Navbar .submenu a{ width:auto; line-height:29px; font-size:12px; overflow:hidden; display:inline-block; padding:0 10px; color:#1a487b; background:none; margin:0; font-weight:normal;}
#Navbar .submenu a:hover{ color:#1a487b; font-weight:bold;}

/* =3 Body
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Body{background:#f1f4f7;}
#Banner{position:relative; overflow:hidden;}
.bannerText{position:absolute; right:100px; top:100px;color:#1a487b;font-size:30px; font-family:"微软雅黑"; font-weight:bold;}
#Wrapper{ width:1003; padding-top:30px; min-height:350px; background:url(images/wapper_bg.jpg) repeat-x; }
#SideBar{ margin-left:-960px; width:920px; margin-top:30px; }
.side, .side .content, .com_bullet a{color:#000;}
.com_bullet a{ text-decoration:underline; }
.com_bullet a:hover{ color:#1459a4;}

/* =4 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Footer{ text-align:center; background:url(images/footbg.jpg) repeat-x; color:#fff; height:82px; padding-top:20px;}
#Footer a{ text-decoration:none; color:#fff; line-height:30px;}
.footer_links a:hover{ text-decoration:underline;}
.footer_authentication,.footer_stat,.footer_records{ display:inline; margin-right:15px;}

/* =5 main
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Main{ margin:0px 240px;}
.com_title,.com_title_inner{ background:url(images/side_title_bg.jpg) no-repeat; height:35px;
}
.com_title h2{ font-weight:bold; height:35px; line-height:31px;}
.com_title_inner{ padding-left:35px; color:#fff;}
.main_row_span1{ margin-bottom:6px;}
.main_row_span1 .content{padding:12px 8px;}
#Main .com_title{background:url(images/main_title_bg.jpg) repeat-x; }
#Main .com_title_inner{background:url(images/main_title_in_bg.jpg) no-repeat;  padding-left:20px;}
a.more{display:none;}
#Main .com_title h2{color:#285383; font-weight:normal;}

/* =6 sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Sub,#Extra{ width:193px;}
.side .content{border-bottom:none; padding-bottom:10px; margin-top:1px; margin-bottom:8px;}

/* =7 content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.content{}
.content img{ vertical-align:middle;}
.content h3{font-size:12px; font-weight:bold;}

.page{ margin:20px 0 20px 26px; padding:10px; clear:both; text-align:right;}
.page input{ width:17px; height:15px; border:1px solid #b5b5b5; 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{}
.feedback_con table td { height:20px; padding:3px 0; vertical-align:top;}
.feedback_con .btn{ background:#000; width:59px; height:20px; font-size:12px; color:#fff; border:0; cursor:pointer;}
.feedback_con table input { padding:1px; border:1px solid #b5b5b5; background:#fff; width:132px; height:16px; }
.feedback_con table textarea{ padding:1px; width:286px; height:136px;  border:1px solid #b5b5b5; background:#fff;}

/* =9 product
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.product_sidecon{ border:none; padding-bottom:10px;}
.tree{ line-height:24px;}
.tree li{display:block;}
.tree li.open{}
.tree li a{ text-decoration:none;}
.tree_parent{ background:url(images/tree-plus.gif) no-repeat 28px 8px; height:24px; cursor:pointer; padding-left:53px;}
.tree li.open .tree_parent{background: url(images/tree-minus.gif) no-repeat 28px 8px;}
.faq_sidecon .tree_parent{ cursor:default;}
.tree li a:hover{ text-decoration:underline;font-weight:bold; color:#285383;}
.tree .open a{font-weight:bold;}
.tree_sub{}
.tree .tree_sub li{ background:url(images/subTree_bg.gif) no-repeat 50px 10px; padding-left:50px;}
.tree .tree_sub li a{ margin-left:10px; font-weight:normal;}
.tree .tree_sub .cur a{font-weight:bold;}


.product{}
#Main .product h3 a{ font-size:12px; font-weight:bold;color:#000;}
.prdcrumb{ padding:6px; font-family:Simsun; margin:10px 0;}
.prdcrumb strong{ color:#285383; font-weight:bold;}

.product_con_detail{ padding-bottom:25px;}
.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 #f1f4f7; border-width:1px 0 0 1px; line-height:18px;}
.product_con_detail .info th{ border:1px solid #E1E2E0; background:#E6F1F7; text-align:right; padding:0; padding-left:5px; color:#000;}
.product_con_detail .info td{ height:28px; border:1px solid #E1E2E0; padding:0 5px;}
.prdname td{ font-size:14px; font-weight:bold;}
.prdpromotion td{ color:#fe0019; font-size:14px; font-weight:bold;}

/* =10 faq
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.faq_sidecon{ border:none; padding-bottom:10px;}

.faq{}

.faq_con{ padding:16px 0 0 30px; line-height:20px;}
.faq_con h3{ background:url(images/faq_ico.gif) no-repeat 0 6px; *background-position:0 4px; padding-left:14px; font-weight:bold;}
.faq_con p{ padding-left:14px; margin-bottom:12px;}