* {
	margin:0;
	padding:0;
}

html,body
{
    margin: 0;
    padding: 0;
    font-family: 'Lucida Grande' , 'Segoe UI' ,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
form
{
	margin:0;
	padding:0;
}
h1
{
    display:inline;
    font-size:9pt;
    font-weight:normal;
}
h2
{
    font-size:10pt;
}

h3
{
    font-size:9pt;
}
p
{
    text-indent:2em;
    line-height:25px;
}
img
{
	border:0;
}
a
{
    font-family: 'Lucida Grande' , 'Segoe UI' ,Arial,Helvetica,sans-serif;
    font-size:12px;
    text-decoration:none;
    color:#0c0c0c;
}
a:hover
{
    text-decoration:underline;
}
td
{
    font-family: 'Lucida Grande' , 'Segoe UI' ,Arial,Helvetica,sans-serif;
    font-size:12px;
}

/* layout START */
#wrap {
	padding:0 0;
}
#container {
	margin:0 auto;
	width:1004px;
	background:#ecf3fb;
}
/* layout END */

.fixed, .clear {
	clear:both;
}

/* header START */
#header {
	background:url(img/header.jpg) 0 0 no-repeat;
	height:125px;
}
#caption {
	height:44px;
	padding:25px 30px 21px;
}

#tagline
{
	text-align:right;
}

#title a {
	text-decoration:none;
	color:#FFF;
	/*width:250px;*/
	height:30px;
	display:block;
	font-family:"Trajan Pro";
	letter-spacing:0;
}
/* image blog title */
#navigation {
	margin:1px 0;
	z-index:1000;
}
#menus li {
	display:inline;
	list-style:none;
}

#menus li a {
	background:transparent url(img/menu.gif) no-repeat;
	display:block;
	color:#382E1F;
	height:31px;
	line-height:31px;
	padding:0 20px;
	margin-left:-10px;
	text-decoration:none;
	font-size:11px;
	float:left;
	z-index:1;
}
#menus li a:hover {
	background-position:0 -31px;
}
#menus li.current_page_item a, 
#menus li.current-cat a {
	background-position:0 -62px;
}
#menus li a.home {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}
#menus li a.home:hover {
	background-position:0 -124px;
}
#menus li.current_page_item a.home {
	background-position:0 -155px;
}
#menus li a.lastmenu:hover {
	background-position:0 0;
}

/* header END */

/* submenu START */
#menus li ul {
	display:none;
	background:#5bacff;
	border-top:1px solid #4d7aff;
	border-left:1px solid #4d7aff;
	border-right:1px solid #4d7aff;
	border-bottom:1px solid #4d7aff;
	padding:0 5px;
	z-index:1000;
}
#menus li li {
	float:none;
	margin:0 !important;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#menus li li a {
	float:none;
	display:block;
	padding:5px;
	text-decoration:none;
	width:150px;
	font-size:12px;
	border-style:solid;
	border-color:#DDD;
	border-width:1px 0 0;
	margin:0;
	background-image:none;
	height:20px;
	line-height:20px;
}
#menus li li.first a {
	border-top:none;
}
#menus li li a:hover {
	font-weight:bolder;
	color:#fff;
}
/* submenu END */

/* content START */
#content {
	background:url(img/sidesep.gif) right repeat-y;
}
/* content END */

/* main START */
#main {
	width:680px;
	padding:5px 5px 15px 15px;
	float:left;
}
#main .sitepath
{
	border-bottom:dotted #666666 1px;
	background-color:#f0f0f0;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
}
#main .sitepath a
{
	margin-left:10px;
}

#main .main_content{
	border:solid 1px #5bacff;
	padding:0px;
	margin-bottom:15px;
}
#main .main_content span{
	display:block;
	background-color:#5bacff;
	font-weight:bold;
	padding:5px;
	color:#fff;
}
#main .main_content table tr td{
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
}
#main .main_content p
{
	text-indent:2em;
	padding:5px;
}
#main .main_content li{
	margin-left:20px;
	padding:5px;
}


/* left */
.main_frame
{
	border-left:1px solid #5595c3;
	border-bottom:1px solid #5595c3;
	border-right:1px solid #5595c3;
	margin-bottom:10px;
}

.left_title
{
	background-image:url(../images/title_stuffed.gif);
	background-repeat:repeat-x;
	width:670px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	font-weight:bold;
	color:#fff;
}

.left_title_text
{
	float:left;
}

.left_title_more
{
	float:right;
	margin-right:15px;
}
.left_title_more a
{
	color:#fff;
}

.left_title img
{
	position:relative;
	top:4px;
}

.left_content
{
	padding:10px;
	background:#f2f7fb;
	
}

/* sidebar START */
#sidebar {
	width:280px;
	float:right;
	font-size:100%;
	margin:5px 5px;
}

/* right */
.right_title
{
	padding-left:10px;
	height:28px;
	line-height:28px;
	font-weight:bold;
}

.sidebar_frame
{
	border:1px solid #d2d2d2;
	border-top:0px;
	margin-bottom:10px;
}
.right_content
{
	padding:10px;
}

.right_content img
{
	float:left;
	padding-left:0px;
	padding-right:8px;
}
.right_content span
{
	float:right;
	display:block;
	position:relative;
	top:-12px;
	margin-right:5px;
}


.sidebar_title
{
	padding-left:15px;
	height:28px;
	line-height:28px;
	width:263px;
	font-weight:bold;
	background-image:url(../images/rigth_title_stuffed.gif);
	background-repeat:repeat-x;
}

/* top */
#top_title
{
	float:right;
}

/* submenu */
.cursubmenu
{
	background:#ddecf0;
	border-bottom:1px #ddd solid;
}
.normalsubmenu
{
	background:#f0f6f7;
	border-bottom:1px #ddd solid;
}

/* ads */
#banner
{
	padding:10px 10px 0px 15px;
}

#banner .ad { 
	margin-bottom:10px;
	width:976px; 
	height:300px; 
	overflow:hidden;
	position:relative;
	z-index:10;
}
#banner .slider,#banner .num{
	position:absolute;
}
#banner .slider li{ 
	list-style:none;
	display:inline;
}
#banner .slider img{ 
	width:976px; 
	height:300px;
	display:block;
}
#banner .num{ 
	right:5px; 
	bottom:5px;
}
#banner .num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
#banner .num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}

/* imageslide */
.prolist { 
	position:relative; 
	height: 150px;
	overflow:hidden; 
	background:#FFFFFF;
}
.prolist .prolist_content{
 	position:absolute; 
	width:2600px;
	top:0px; 
	left:0px;
	padding:0 0 0 0;
}
.prolist ul{  
	margin-bottom:10px; 
    float:left;
	height: 150px;
}
.prolist ul li { 
	float:left;
	display:inline;
	text-align:center;
	margin-right:10px;  
}
.prolist ul li span { 
	display:block;
	overflow:hidden; 
}
.prolist ul li img { 
	display:block; 
	width:160px; 
	height:120px; 
	background:#EEE; border:0;
}
.module_left_right{ 
	cursor:pointer;
	display:inline-block;
}


/* footer START */
#footer {
	background:url(img/footer.jpg) 0 0 no-repeat;
	height:75px;
	border-top:1px solid #CCC;
	font-size:12px;
	line-height:145%;
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
}
#footer a {
	color:#2A2A2A;
}
#copyright {
	margin-top:12px;
	margin-left:20px;
}
#themeinfo {
	margin-left:20px;
}
a#powered {
	background:url(img/wp-logo.png) no-repeat;
	display:block;
	width:60px;
	height:57px;
	float:left;
	margin:0 10px 0 5px;
	text-indent:-999em;
	visibility: hidden;
}
a#gotop {
	background:url(img/icons.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}
/* footer END */

.linelist
{
	height:22px;
	width:100%;
}

#sitemap
{
	background:#dbedff;
	padding:5px 15px 5px 15px;
}

#incontents
{
	background:url(../images/inleft_bg.gif) repeat-y left;
	height:auto;
}

.inleft
{
	width:280px;
	float:left;
}

.inright
{
	width:680px;
	float:left;
	padding:10px 0 10px 20px;
}

.incontent
{
	padding:10px;
}

.leftmenu
{
		
}

.leftmenu li
{
	border-bottom: #5bacff 1px dashed;
	height:30px;
	line-height:30px;
	margin-left:5px;
	margin-right:5px;
	list-style:none;
}
.leftmenu li a
{
	padding: 0 10px 0 15px;
	display:block;
	width:245px;
	height:30px;
	cursor:pointer;
}
.leftmenu li a:hover
{
	background: #5bacff;
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}

.leftmenu li a.current
{
	background: #5bacff;
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}

.picslist
{
	display:block;
	width:210px;
	height:160px;
	padding:3px;
	margin:2px;
	background:#f0f0f0;
	
}
.picslist img
{
	display:block;
	width:200px;
	height:150px;
}

.table_xsfw tr td
{
	height:28px;
	line-height:28px;
}

.Nav_Page
{
	display:inline-block;
	width:18px;
	height:16px;
	font-size:16px;
	padding-top:2px;
	color:#6aaee3;
	background-color:#fff;
	border:1px solid #98caf1;
	position:relative;
	top:4px;
}

.Nav_CurPage
{
	display:inline-block;
	width:18px;
	height:16px;
	font-size:16px;
	font-weight:bold;
	padding-top:2px;
	color:#fff;
	background-color:#98caf1;
	border:1px solid #6aaee3;
	position:relative;
	top:4px;
}

.datestyle
{
	float:right;
	padding-right:15px;
}

/* producttable */
.producttable
{
	border:1px solid #999999;
	width:100%;
}

.producttable td
{
	text-align:left;
	border-bottom:1px solid #f2f2f2;
	height:29px;
	line-height:29px;
	font-size:14px;
	padding-left:15px;
}

.producttable .producttable_split
{
	background-color:#f9f9f9;

}

.producttable .producttable_title
{
	height:25px;
	line-height:29px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
	color:#fff;
	text-align:right;
	font-weight:bold;
	width:160px;
	background-color:#5bacff;
}


/* detail */
.detail_content
{
	padding:15px;
}

/* 强制连续数字字母自动换行 */
.char_num_wrap
{
	word-break: break-all;
	overflow: auto;
}

