﻿/**************************************************
 *
 *     分类：自动识别
 *     说明：无需手动调用，系统自动
 *
 *************************************************/
body
{
	margin:0px;
	padding:0px;
	background-color:#E5E5E5;
	text-align:center;
	font-family:Verdana, Arial, Sans-Serif, "宋体";
	font-size:12px;
	color:#000000;
}
a:link
{
	color:#658FDD;
	font-family:Verdana, Arial, Sans-Serif, "宋体";
	font-size:12px;
	text-decoration:none;
}
a:visited
{
	font-family:Verdana, Arial, Sans-Serif, "宋体";
	font-size:12px;
	color:#658FDD;
	text-decoration:none;
}
a:hover
{
	font-family:Verdana, Arial, Sans-Serif, "宋体";
	font-size:12px;
	text-decoration:none;
}
a:active
{
	font-family:Verdana, Arial, Sans-Serif, "宋体";
	font-size:12px;
	color:#658FDD;
	text-decoration:none;
}


/**************************************************
 *
 *     分类：手动指定
 *     说明：需要代码调用 class="类名"
 *     范围：页面布局
 *
 *************************************************/
div.main  /* 最外层的 div 类，保持宽度和网页水平居中 */
{   
    width:840px;
    margin:0px auto;
    text-align:center;
    background-color:#FFFFFF;    
}

div.top  /* 顶部div 类，显示logo */
{
    width:760px;
    height:85px;
    margin:0px 40px 10px 40px;
    background:#FFF url(../images/logo.gif) no-repeat left bottom;    
    overflow:hidden;
    border-width:0px;
}

div.pictrue
{
	width:760px;
    margin:30px 40px 0px 40px;
    clear:both;	
}


div.pagebody  /*页面主体*/
{
    width:760px;   
    margin:30px auto; 
    background-color:#FFF; 
    overflow:auto;
}

div.sidebar  /*主体左侧*/
{
    width:180px;   
    text-align:left;    
    float:left;
    clear:left;    
    margin:0;
    overflow:hidden;    
}

div.sidebar a:link,div.sidebar a:visited

{    
    font-size:12px;    
    color:#666;
    text-decoration:none;
}

div.sidebar a:hover
{
    color:#658FDD;
}

div.mainbody  /*主体右侧部分*/
{
    width:580px;
    text-align:left;
    float:right;
    clear:right;    
    margin:0;
    overflow:hidden;   
}

div.container   /*主体右侧内容*/
{   
    text-align:left;
    margin-top:20px;
    line-height:180%;
}

div.foot  /*底部div类 */
{   
    clear:both; 
    margin:0px auto;
    padding:20px 0 0 0;  
    width:840px;
    height: 40px; 
    text-align: center;   
    background-color:#E5E5E5;
    color:#888;
}

div.foot ul
{ 
   margin: 0px auto;
   list-style-type:none;
   width:810px;
   height:20px;  
   text-align: center;

}

div.foot ul li
{ 
    border-right: #CCC 1px solid;
    padding:0 10px 0 10px;
    float: left;    
    margin:0px auto; 
    line-height:20px;  

}

div.foot ul li.endli
{  
     border-right-width:0px;   
}

div.foot ul li a:link,div.foot ul li a:visited
{  
    color:#888;
    text-decoration:none;
}

div.foot ul li a:hover
{
    text-decoration:underline;  
}



/**************************************************
 *
 *     分类：手动指定
 *     说明：需要代码调用 class="类名"
 *     范围：菜单
 *
 *************************************************/
div.menu   /* 导航菜单 */
{   
    width:760px;
    height:30px;
    margin:15px 40px 0px 40px;
    padding:0;  
    border-bottom:dashed 1px;
    border-top:dashed 1px;
    border-color:#CCC;
    text-align:left;
   
}

div.menu td
{
    line-height:30px;
}
div.menu a:link,div.menu a:visited
{   
    font-weight:bolder;
    font-size:13px;
    color:#666;
    text-decoration:none;
}

div.menu a:hover
{
    color:#658FDD;
}

/**************************************************
 *
 *     分类：手动指定
 *     说明：需要代码调用 class="类名"
 *     范围：产品首页
 *
 *************************************************/ 
img.series  /*产品首页系列图片*/
{
	float:right;
	clear:right;
	border:0;
	padding-top:18px;
}

/**************************************************
 *
 *     分类：手动指定
 *     说明：需要代码调用 class="类名"
 *     范围：产品系列页面
 *
 *************************************************/ 
div.serivename  /*系列名称*/
{
	font-size:14px;
}

div.classname /*系列分类名称*/
{
	width:580px;
    height:25px;
    margin-top:10px;   
    background-color:#EEE;
    overflow:hidden;
    font-size:12px;
    border-width:0px;    
    line-height:25px;
    padding-left:5px; 
}

div.classcont
{
	padding:0 0 0 5px;
}

div.classcont ul
{	
	font-size:12px;
	margin:0 0 0 20px;
	padding:0px;
	border:medium none;
	line-height:180%;
}

div.classcont img
{
	float:right;
	clear:right;
	border:0;
}

div.classcont a:link,div.classcont a:visited
{    
    font-size:12px;    
    color:#666;
    text-decoration:none;
}

div.classcont a:hover
{
    color:#658FDD;
}

/**************************************************
 *
 *     分类：手动指定
 *     说明：需要代码调用 class="类名"
 *     范围：新闻、技术文章、网站声明页面
 *
 *************************************************/
 
 div.doctitle  /*文档标题*/
 {
	width:700px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
 }
 
 div.docauthor /*文档作者*/
 {
	width:700px;
	text-align:right;
	font-size:14px;
	margin-top:10px;
 }
 
 div.doccont  /*文档内容*/
 {
	width:700px;
	text-align:left;
	font-size:14px;
	line-height:200%;
	margin-top:20px;
 }
 
 div.doccont img
 {
	border:0;
 }
 
 table.result  /*发货信息查找结果*/
 {
	border-width:0;
    background-color:#888;
 }
 
 table.result tr
{  
  text-align:center; 
  height:25px;  
}

table.result td
{
    background-color:#FFF;
    font-size: 12px;
    padding-left:30px;
    padding-right:30px;
    padding-top:2px;    
}

.text    /*文本框 */
{ 
    font-size: 12px; 
    color: #000066; 
    font-family: "Tahoma", "宋体";
    font-style: normal;
    background-color:#F8F8F8;   
    height:18px; 
    border:solid 1px #7F9DB9;
}


/**************************************************
 *
 *     分类：手动指定
 *     说明：需要代码调用 class="类名"
 *     范围：网站地图页面
 *
 *************************************************/
td.one
{
	width:100px;	
	text-align:center;
}
div.one
{	
	
    background:#FFF url(../images/1.gif) no-repeat; 
    text-align:center; 
    height:35px;
    line-height:35px;
}

td.two
{
	width:100px;	
	text-align:center;
}
div.two
{	
	
	background:#FFF url(../images/2.gif) no-repeat;
	text-align:center;
	 height:30px;
    line-height:30px;
	      
}

td.three
{
	height:10px;
}

div.one a:link,div.one a:visited
{
    font-weight:bolder;
    font-size:14px;    
    color:#666;
    text-decoration:none;
}

div.two a:link,div.two a:visited
{    
    font-size:13px;    
    color:#666;
    text-decoration:none;
}

div.one a:hover,div.two a:hover
{
    color:#658FDD;
}
   
    
