﻿/*
页面总体样式 BEGIN
*/
/**************************************************************************************/

BODY
{
    padding: 0px;
    margin: 0px;
    color:#000000;
    font-size: 12px;
    font-family: "宋体","Tahoma","Verdana","Arial","MS Mincho","VNI-Times";
    background-image:URL("");
    background-position:center top;
    background-repeat:repeat-x;  
    line-height:150%;
}

P
{
    margin: 0px;
    line-height:180%;  
}

H1,H2,H3
{
    font-size: 12px;
}


SELECT
{
    WIDTH:100%;
}


TEXTAREA   
{
    width:100%;
    height:100%;
    WORD-BREAK:break-all;
    WORD-WRAP:break-word;
}


/*
全局表格背景色为透明
*/    
TABLE
{
    background-color:Transparent;
}

TBODY
{
    background-color:Transparent;
}

/*
全局表格TH校式
*/    
TH
{ 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 12px;     
    COLOR: Red; 
    BACKGROUND-COLOR:Transparent;
    height:30px;
}
/*
全局表格TD样式
*/
TD 
{ 
    FONT-SIZE: 12px;
    background-color:Transparent;
}


/*
带边框的表格样式(表格)
*/
TABLE.BorderTable
{
    border-bottom-style:none;
    BACKGROUND-COLOR: #dee4f2 ;
}
TABLE.BorderTable TD
{
    border-bottom-style:none;
    BACKGROUND-COLOR: #FFFFFF ;
}


/*
无条件换行单元格样式(不扩大单元格)
*/
TD.BreakAll
{
    table-layout:fixed;
    word-wrap:break-word;
    word-break:break-all;
}


/*
无条件换行单元格样式(对付连续不间断字符)
*/
TABLE.FixedTable 
{
    width:100%;
    TABLE-LAYOUT:fixed;
    WORD-BREAK:break-all;
    WORD-WRAP:break-word;
    padding-bottom:3px;
    padding-top:3px;
    background-color:Transparent;
}
.FixedTable TABLE
{    
    width:100%;
    TABLE-LAYOUT:fixed;
    WORD-BREAK:break-all;
    WORD-WRAP:break-word;
    padding-bottom:3px;
    padding-top:3px;
    background-color:Transparent;
}
.FixedTable
{
    width:100%;
}



/*
链接样式
*/
A:link { COLOR: #333333; TEXT-DECORATION: none ;}
A:visited { COLOR: #333333; TEXT-DECORATION: none ;}
A:hover { COLOR: #1387B7;TEXT-DECORATION: none;    }
A:focus { COLOR: #1387B7; TEXT-DECORATION: none ;}


/*
分页导航(ASPNETPAGER)样式 
*/
.AllAspNetPager
{
    text-align:center;
}
.AllAspNetPager Table
{
    text-align:center;
}
.AllAspNetPager TD
{
    text-align:center;
}


/*
按钮样式
*/
 .Button
{
    BORDER:#cccccc 1px solid;
    BACKGROUND: #EEEEEE;     
    vertical-align:middle;
    height:24px;
    vertical-align:middle;
    text-align:center;
    padding:3px;
}

button
{
    BORDER:#cccccc 1px solid;
    BACKGROUND: #EEEEEE;     
    vertical-align:middle;
    height:24px;
    vertical-align:middle;
    text-align:center;
    padding:3px;
}


input TYPE="reset"
{
    BORDER:#cccccc 1px solid;
    BACKGROUND: #EEEEEE;     
    vertical-align:middle;
    height:24px;
    vertical-align:middle;
    text-align:center;
    padding:3px;
}
/**************************************************************************************/
/*
页面总体样式 END
*/





/*
页眉样式 开始
*/
/**************************************************************************************/
#DivPageHead
{
    width:100%;
    margin:0px auto;
    background-image:URL("");
    background-position:left bottom;
    background-repeat:repeat-x; 
}



.PageHeadTable
{
    width:990px;
    background-color:Transparent;
    text-align:left;
    background-image:URL("Images/HeadBG.JPG");
    background-position:left top;
    background-repeat:repeat-x; 
}

 /*LOGO样式*/
.PageHeadLogo
{
    Height:80px;
    background-image:URL("");
    background-position:left top;
    background-repeat:repeat-x;    
    vertical-align:middle;
    text-align:left;
    padding-bottom:0px;
    padding-left:10px;
}

 /*语言栏样式*/
.PageHeadLang
{
    Height:80px;
    background-image:URL("");
    background-position:right top;
    background-repeat:no-repeat;    
    text-align:right;
    vertical-align:middle;
    padding-top:0px;
    display:block;
}
.PageHeadLang TABLE
{
    float:right;
}
.PageHeadLangTABLE
{
    text-align:right;
}
.PageHeadLangTD
{
    padding-right:20px;
}



 /*菜单样式*/
.PageHeadMenu
{
    background-image:URL("Images/MenuItemBG.JPG");
    background-position:right center;
    background-repeat:no-repeat;
    height:32px;    
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
}
.PageHeadMenu A:link { COLOR: #ffffff; TEXT-DECORATION: none ;}
.PageHeadMenu A:visited { COLOR: #ffffff; TEXT-DECORATION: none ;}
.PageHeadMenu A:hover { COLOR: #ff0000;TEXT-DECORATION: none;    }
.PageHeadMenu A:focus { COLOR: #ffffff; TEXT-DECORATION: none ;}


 /*页头分隔线样式*/
.PageHeadLine
{
    background-image:URL("Images/HEAD-LINE.jpg");
    background-position:left center;
    background-repeat:repeat-x;    
    height:32px;
}

 /*页头动画样式*/
.PageHeadMain
{
    background-image:URL("");
    background-position:left center;
    background-repeat:repeat-x;
    text-align:center;
}
/**************************************************************************************/
/*
页眉样式 结束
*/





/*
页脚样式 开始
*/
/**************************************************************************************/
Table.PageFootTable
{
    width:990px;
    height:auto;
    
    color:#000000;
    text-align:left;
    
    background-image:URL("Images/FootBG.jpg");
    background-position:left top;
    background-repeat:repeat-x;
    background-color:#ffffff;
}
Table.PageFootTable A:link { COLOR: #000000; TEXT-DECORATION: none ;}
Table.PageFootTable A:visited { COLOR: #000000; TEXT-DECORATION: none ;}
Table.PageFootTable A:hover { COLOR: #ff0000;TEXT-DECORATION: none;    }
Table.PageFootTable A:focus { COLOR: #000000; TEXT-DECORATION: none ;}


 /*页脚菜单样式*/
.PageFootMenu
{
    background-image:URL("");
    background-position:left center;
    background-repeat:repeat-x;
    height:0px;    
    display:none;
    
}


 /*页脚内容样式*/
.PageFootMain
{
    padding:5px;
    color:#000000;
    text-align:center;
}

 /*页脚分隔线样式*/
.PageFootLine
{
    height:0px;
    background-image:URL("");
    background-position:left center;
    background-repeat:no-repeat;
    background-color:#ffffff;
}
/**************************************************************************************/
/*
页脚样式 结束
*/






/*
主页主体样式 开始
*/
/**************************************************************************************/
.MainBodyTable
{
    width:990px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
    text-align:right;
    background-color:Transparent;
}


 /*A栏样式*/
.MainBodyHead-A
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.MainBodyMain-A
{
    width:0px;    
    background-color:Transparent;
    padding-left:0px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
    display:none;
}
.MainBodyFoot-A
{
    height:3px;
    background-color:Transparent;
    padding-top:1px;
}


 /*B栏样式*/
.MainBodyHead-B
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.MainBodyMain-B
{
    width:221px;
    height:auto;
    padding-left:0px;
    padding-right:0px;
    background-color:Transparent;
    text-align:center;
    vertical-align:top;
}
.MainBodyMain-B TABLE
{
    background-color:Transparent;
    text-align:center;
}
.MainBodyMain-B TD
{
    background-color:Transparent;
    text-align:left;
    vertical-align:middle;
}
.MainBodyFoot-B
{
    height:1px;
    background-color:Transparent;
    padding-top:1px;
}



 /*C栏样式*/
.MainBodyHead-C
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}

.MainBodyMain-C
{
    width:9px;    
    background-color:Transparent;
    padding-left:0px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
}
.MainBodyFoot-C
{
    height:1px;
    background-color:Transparent;
    padding-top:1px;
}



 /*D栏样式*/
.MainBodyHead-D
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}

.MainBodyMain-D
{
    width:530px;
    vertical-align:top;   
    text-align:left;
}



.MainBodyMain-D-Top
{
    width:530px;
    height:0px;
    background-image:url("");
    background-position:left top;
    background-repeat:no-repeat;
}


.MainBodyMain-D-Content
{    

    vertical-align:top;
    text-align:center;

    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
    
    width:530px;
    background-image:url("");
    background-position:left top;
    background-repeat:repeat-y;
}


.MainBodyMain-D-ContentDIV
{
   magrin:0px;
   width:530px;
   hieght:auto;
   overflow:hidden;
}


.MainBodyMain-D-Bottom
{
    width:530px;
    height:0px;
    background-image:url(" ");
    background-position:left bottom;
    background-repeat:no-repeat;

}




.MainBodyFoot-D
{
    height:3px;
    background-color:Transparent;
    padding-top:1px;
    background-image:url("");
    background-position:left top;
    background-repeat:no-repeat;
}


 /*E栏样式*/
.MainBodyHead-E
{
    width:9px;    
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.MainBodyMain-E
{
    width:9px;    
    background-color:Transparent;
    padding-left:0px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
}
.MainBodyFoot-E
{
    width:9px;    
    background-color:Transparent;
    padding-top:1px;
}


 /*F栏样式*/
.MainBodyHead-F
{    
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.MainBodyMain-F
{    
    width:221px;
    height:auto;
    padding-left:0px;
    padding-right:0px;
    vertical-align:top; 
}
.MainBodyMain-F TABLE
{
    background-color:Transparent;
}
.MainBodyMain-F TD
{
    background-color:Transparent;
}
.MainBodyFoot-F
{
    height:1px;
    background-color:Transparent;
    padding-top:1px;
}


 /*G栏样式*/
.MainBodyHead-G
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.MainBodyMain-G
{
    width:0px;    
    background-color:Transparent;
    padding-left:0px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
}
.MainBodyFoot-G
{
    height:1px;
    background-color:Transparent;
    padding-top:1px;
}
/**************************************************************************************/
/*
主页主体样式 结束
*/




/**************************************************************************************/
.MainContentTable
{
    width:530px;

}


.MainContentTitle
{
    height:30px;
    width:530px;
    background-color:Transparent;    
    padding-Left:40px; 
    font-weight:bold; 
    color:#000000;
    vertical-align:middle;
    background-image:url(Images/MainTitle.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}


.MainContentText
{
    width:100%;
    color:#000000;
    text-align:left;
    background-image:url();
    background-position:left bottom;
    background-repeat:repeat-y;
    background-color:Transparent;   
    padding:5px; 
}


.MainContentBottom
{
    height:15px;
    background-image:url();
    background-position:left top;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/**************************************************************************************/





/**************************************************************************************/
.MainProdListTable
{
    width:990px;  
    background-image:url("Images/MainProdBG.jpg");
    background-position:left top;
    background-repeat:no-repeat;  
}

.MainProdListTitle
{
    height:42px;
    width:100%;
    background-color:Transparent;    
    padding-Left:40px; 
    font-weight:bold; 
    color:#000000;
    vertical-align:middle;
}

.MainProdListBody
{
    width:100%;
    height:auto;
    width:100%;
    background-image:url("");
    background-position:left bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    padding-bottom:2px;
    padding-top:2px; 
    padding-left:5px;
    padding-right:5px;
    text-align:center;
}

.MainProdListBottom
{
    height:15px;
    width:100%;
    background-image:url("Images/MainBottom.jpg");
    background-position:left top;
    background-repeat:no-repeat;
    background-color:Transparent;
}
/**************************************************************************************/





/**************************************************************************************/
.SideProdListTable
{
    width:221px;    
}


.SideProdListTop
{
    display:none;
    height: 0px;
    width:221px;
    background-image:url(Images/QuickMenuBG-Top.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
}

.SideProdListTitle
{
    height:32px;
    width:221px;
    background-image:url("Images/OtherMenuBG-Title.jpg");
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding-Left:35px; 
    font-weight:bold; 
    color:#ffffff;
    vertical-align:middle;
}

.SideProdListBody
{
    height:auto;
    width:100%;
    background-image:url("Images/QuickMenuBG-Body.jpg");
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    padding-bottom:5px;
    padding-top:5px; 
    text-align:center;
}

.SideProdListBottom
{
    height:15px;
    width:100%;
    background-image:url("Images/OtherMenuBG-Bottom.jpg");
    background-position:center top;
    background-repeat:no-repeat;
    background-color:Transparent;
}
/**************************************************************************************/



/**************************************************************************************/
.MainNewsMoveTable
{
    width:528px; 
    height:30px;
    vertical-align:top;
    text-align:center;
}

.MainNewsMoveTitle
{
    width:80px; 
    height:30px;
    background-image:url(Images/NewsListTitle.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding-Left:35px; 
    font-weight:bold; 
    color:#000000;
    vertical-align:middle;
}


.MainNewsMoveBody
{
    width:400px;
    height:30px;
    text-align:left;
    background-image:url(Images/NewsListTitle.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
}




.MainNewsMoveItemTD
{
    width:400px;  
    height:30px;
    background-color:Transparent;

    text-align:left;    

}


.MainNewsMoveBottom
{
    height:30px;
    width:48px;
    background-image:url(Images/NewsListTitle.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/**************************************************************************************/





/**************************************************************************************/
.MainNewsListTable
{
    width:530px; 
    vertical-align:top;
    text-align:center;

}

.MainNewsListTitle
{
    width:530px; 
    height:30px;
    width:100%;

    background-color:Transparent;    
    padding-Left:40px; 
    font-weight:bold; 
    color:#000000;
    vertical-align:middle;
    background-image:url(Images/MainTitle.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}


.MainNewsListBody
{
    width:530px;
    text-align:center;
}


.MainNewsListItemTable
{
    width:510px; 
    background-color:Transparent;
}

.MainNewsListItemTR
{
    width:510px; 
    background-color:Transparent;
}

.MainNewsListItemTD
{
    width:510px;  
    height:auto;
    width:100%;
    background-color:Transparent;
    padding-bottom:5px;
    padding-top:5px; 
    text-align:left;
    
    background-image:url("Images/bg_dian.gif");
    background-position:left bottom;
    background-repeat:repeat-x;  
}

.MainNewsListItemDIV
{
    OVERFLOW: hidden; 
    WIDTH: 500px; 
    TEXT-OVERFLOW: ellipsis;     
    text-align:left;   

}

.MainNewsListBottom
{
    height:5px;
    width:100%;
    background-image:url("");
    background-position:left top;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/**************************************************************************************/









/**************************************************************************************/
.SideNewsListTable
{
    width:221px;    
}


.SideNewsListTop
{
    display:none;
    height: 0px;
    width:221px;
    background-image:url(Images/QuickMenuBG-Top.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
}


.SideNewsListTitle
{
    height:32px;
    width:100%;
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding-Left:38px; 
    font-weight:bold; 
    color:#ffffff;
    vertical-align:middle;
}

.SideNewsListBody
{
    height:auto;
    width:100%;
    background-image:url(Images/QuickMenuBG-Body.jpg);
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}

.SideNewsListItemTable
{
    width:219px;    
}

.SideNewsListItemTR
{
    width:219px;
    height:21px;  
}


.SideNewsListItemTD
{
    width:219px;
    padding-left:10px;    
}

.SideNewsListItemDIV
{
    OVERFLOW: hidden; 
    WIDTH: 200px; 
    TEXT-OVERFLOW: ellipsis; 
    TEXT-ALIGN:left;  
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;   
}

.SideNewsListBottom
{
    height:15px;
    width:100%;
    background-image:url(Images/OtherMenuBG-Bottom.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-color:Transparent;     
}
/**************************************************************************************/
















/*
页面主体样式 开始
*/
/**************************************************************************************/
.PageBodyTable
{
    width:990px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
    text-align:right;
    background-color:Transparent;
}


 /*A栏样式*/
.PageBodyHead-A
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.PageBodyMain-A
{
    width:0px;    
    background-color:Transparent;
    padding-left:0px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;    
}
.PageBodyFoot-A
{
    height:1px;
    background-color:Transparent;
    padding-top:1px;
}


 /*B栏样式*/
.PageBodyHead-B
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.PageBodyMain-B
{
    width:221px;
    height:auto;
    padding-left:0px;
    padding-right:0px;
    background-color:Transparent;
    text-align:center;
    vertical-align:top;

}
.PageBodyMain-B TABLE
{
    background-color:Transparent;
    text-align:center;
}
.PageBodyMain-B TD
{
    background-color:Transparent;
    text-align:left;
    vertical-align:middle;
}
.PageBodyFoot-B
{
    height:1px;
    background-color:Transparent;
    padding-top:1px;
}



 /*C栏样式*/
.PageBodyHead-C
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.PageBodyMain-C
{
    width:9px;    
    background-color:Transparent;
    padding-left:0px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
}
.PageBodyFoot-C
{
    height:1px;
    background-color:Transparent;
    padding-top:1px;
}



 /*D栏样式*/
.PageBodyHead-D
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}

.PageBodyMain-D
{
    width:760px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
    vertical-align:top;  
    background-image:url("Images/PageBodyMain-D.jpg");
    background-position:left top;
    background-repeat:no-repeat;  
}




.PageBodyMain-D-Top
{
    width:760px;
    height:2px;
    background-image:url("");
    background-position:left top;
    background-repeat:no-repeat;
}


.PageBodyMain-D-Title
{
    width:760px;
    height:40px;
    background-image:url("");
    background-position:left bottom;
    background-repeat:no-repeat;
    text-align:left;
    padding-left:35px;
    font-weight:bold;
}

.PageBodyMain-D-Content
{    
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;    
    vertical-align:top;
    text-align:left;

    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
    
    width:760px;
    background-image:url("");
    background-position:left top;
    background-repeat:repeat-y;
}


.PageBodyMain-D-ContentDIV
{
   magrin:0px;
   width:740px;
   hieght:auto;
   overflow:hidden;
}


.PageBodyMain-D-Bottom
{
    width:760px;
    height:0px;
    background-image:url(" ");
    background-position:left top;
    background-repeat:no-repeat;
}




.PageBodyFoot-D
{
    height:3px;
    background-color:Transparent;
    padding-top:1px;
    background-image:url("");
    background-position:left top;
    background-repeat:no-repeat;
}


 /*E栏样式*/
.PageBodyHead-E
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.PageBodyMain-E
{
    width:0px;    
    background-color:Transparent;
    padding-left:0px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
}
.PageBodyFoot-E
{
    height:1px;
    background-color:Transparent;
    padding-top:1px;
}


 /*F栏样式*/
.PageBodyHead-F
{    
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.PageBodyMain-F
{    
    width:0px;
    height:400px;
    padding-left:0px;
    padding-right:0px;
    vertical-align:top;    
    display:none;
}
.PageBodyMain-F TABLE
{
    background-color:Transparent;
}
.PageBodyMain-F TD
{
    background-color:Transparent;
}
.PageBodyFoot-F
{
    height:1px;
    background-color:Transparent;
    padding-top:1px;
}


 /*G栏样式*/
.PageBodyHead-G
{
    height:1px;
    background-color:Transparent;
    padding-bottom:1px;
}
.PageBodyMain-G
{
    width:0px;    
    background-color:Transparent;
    padding-left:0px;
    border-style:solid;
    border-color:#cccccc;
    border-width:0px;
}
.PageBodyFoot-G
{
    height:1px;
    background-color:Transparent;
    padding-top:1px;
}
/**************************************************************************************/
/*
页面主体样式 结束
*/










/*
顶部菜单样式 BEGIN
*/
/**************************************************************************************/
.HeadMenuTableStyle
{
    width:100%;
    height:32px;    
    vertical-align:middle;    
    text-align:left;    
    background-image:url(Images/MenuItemBG.jpg);
    background-position:left center;
    background-repeat:repeat-x;

}

/*菜单开始*/
.HeadMenuStarStyle
{
    height:32px;
    width:30px;
    background-image:url("");
    background-position:left center;
    background-repeat:no-repeat;
    background-color:Transparent;    
}

/*菜单主体*/
.HeadMenuBodyStyle
{
    text-align:left;    
    height:32px;
    background-image:url("Images/MenuItemBG.jpg");
    background-position:center center;
    background-repeat:repeat-x;
    background-color:Transparent;    
}

/*菜单项表格*/
.HeadMenuItemTableStyle
{
    height:32px;
    background-image:url("");
    background-position:center center;
    background-repeat:repeat-x;
    background-color:Transparent;
}
.HeadMenuItemTableStyle A:link { COLOR: #ffffff; TEXT-DECORATION: none; font-size:12px;}
.HeadMenuItemTableStyle A:visited { COLOR: #ffffff; TEXT-DECORATION: none ; font-size:12px;}
.HeadMenuItemTableStyle A:hover { COLOR: #ffffff; TEXT-DECORATION: none; font-size:12px;    }
.HeadMenuItemTableStyle A:focus { COLOR: #ffffff; TEXT-DECORATION: none ; font-size:12px;}



.HeadMenuItemStyle a
{
    display:block;
    height:32px;
    line-height:32px;
    padding-left:5px;    
    background-image:url("Images/MenuItemBG.jpg");
    background-position:left top;
    background-repeat:repeat-x;
    background-color:Transparent;
    cursor:hand;
}
.HeadMenuItemStyle a span
{
    display:block;
    height:32px;
    line-height:32px;
    padding-right:5px;    
    background-image:url("Images/MenuItemBG.jpg");
    background-position:right top;
    background-repeat:repeat-x;
    background-color:Transparent;
    cursor:hand;
}
.HeadMenuItemStyle a:hover
{
    display:block;
    height:32px;
    line-height:32px;
    padding-left:5px;    
    background-image:url("");
    background-position:left top;
    background-repeat:repeat-x;
    background-color:Transparent;
    cursor:hand;  
}
.HeadMenuItemStyle a:hover  span
{
    display:block;
    height:32px;
    line-height:32px;
    padding-right:5px;    
    background-image:url("");
    background-position:right top;
    background-repeat:repeat-x;
    background-color:Transparent;
    cursor:hand;
    color:#ffffff; 
}


.HeadMenuItemHover a
{
    display:block;
    height:32px;
    line-height:32px;
    padding-left:5px;    
    background-image:url("");
    background-position:left top;
    background-repeat:repeat-x;
    background-color:Transparent;
    cursor:hand;    
}
.HeadMenuItemHover a span
{
    display:block;
    height:32px;
    line-height:32px;
    padding-right:5px;    
    background-image:url("");
    background-position:right top;
    background-repeat:repeat-x;
    background-color:Transparent;
    cursor:hand;
    color:#ffffff; 
}



/*菜单项分隔线*/
.HeadMenuItemSplitStyle
{
    height:32px;    
    width:8px;
    background-image:url(Images/MenuSpliter.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:Transparent;
}

/*菜单结束*/
.HeadMenuEndStyle
{
    height:32px;
    width:35px;
    background-image:url("");
    background-position:right center;
    background-repeat:no-repeat;
    background-color:Transparent;    
}

/**************************************************************************************/
/*
顶部菜单样式 END
*/



/*
用户登陆框 BEGIN
*/
/**************************************************************************************/

/*表格*/
.LoginMenuTable
{
    width:221px;   
     
}

/*顶部*/
.LoginMenuTop
{
    display:none;
    height:0px;
    width:100%;
    background-image:url(Images/LoginMenuBG-Top.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
}

/*标题*/
.LoginMenuTitle
{
    height:32px;
    width:100%;
    background-image:url(Images/LoginMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;   
    padding-Left:35px; 
    font-weight:bold;
    color:#ffffff;
}

/*主体*/
.LoginMenuBody
{
    height:auto;
    width:100%;
    background-image:url(Images/LoginMenuBG-Body.jpg);
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;      
}
.LoginMenuBody Table
{
    background-color:Transparent;      
}
.LoginMenuBody TD
{
    background-color:Transparent;      
}

/*底部*/
.LoginMenuBottom
{
    height:18px;
    width:100%;
    background-image:url(Images/LoginMenuBG-Bottom.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/**************************************************************************************/
/*
用户登陆框 END
*/




/*
快速导航框 BEGIN
*/
/**************************************************************************************/

/*表格*/
.QuickMenuTable
{
    width:221px;
    height:auto; 
}

/*顶部*/
.QuickMenuTop
{
    display:none;
    height: 0px;
    width:100%;
    background-image:url(Images/QuickMenuBG-Top.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
}


/*标题*/
.QuickMenuTitle
{
    height:32px;
    width:100%;
    background-image:url(Images/QuickMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding-Left:35px; 
    font-weight:bold; 
    color:#ffffff;
}


/*主体*/
.QuickMenuBody
{
    height:auto;
    width:100%;
    background-image:url(Images/QuickMenuBG-Body.jpg);
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    padding-bottom:5px;
    padding-top:5px; 
    text-align:center;
}

.QuickMenuBody Table
{
    background-color:Transparent; 
    text-align:center;   
}
Table.QuickMenuBody
{
    background-color:Transparent; 
    text-align:center; 
}

.QuickMenuBody DIV 
{
    background-color:Transparent; 
    text-align:center;   
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}
DIV.QuickMenuBody
{
    background-color:Transparent; 
    text-align:center; 
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}

.QuickMenuBody TD
{
    background-color:Transparent;
    text-align:center; 
}

TD.QuickMenuBody
{
    background-color:Transparent;
    text-align:center; 
}


/*底部*/
.QuickMenuBottom
{
    height:18px;
    width:100%;
    background-image:url(Images/QuickMenuBG-Bottom.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/**************************************************************************************/
/*
快速导航框 END
*/




/*
BackText1 BEGIN
*/
/**************************************************************************************/

/*表格*/
.BackText1Table
{
    width:221px;
    height:auto; 
}

.BackText1Table td
{
    background-color:Transparent;    
}

/*顶部*/
.BackText1Top
{
    display:none;
    height: 0px;
    width:100%;
    background-image:url(Images/QuickMenuBG-Top.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
}


/*标题*/
.BackText1Title
{
    height:32px;
    width:221px;
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding-Left:35px; 
    font-weight:bold; 
    color:#ffffff;
    vertical-align:middle;
    
}


.BackText1Title A:link { COLOR: #ffffff; TEXT-DECORATION: none ;}
.BackText1Title A:visited { COLOR: #ffffff; TEXT-DECORATION: none ;}
.BackText1Title A:hover { COLOR: #ff0000;TEXT-DECORATION: none;    }
.BackText1Title A:focus { COLOR: #ffffff; TEXT-DECORATION: none ;}

.BackText1TitleMore
{
   width:20%;
}


/*主体*/
.BackText1Body
{
    height:auto;
    width:100%;
    background-image:url(Images/QuickMenuBG-Body.jpg);
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    padding:5px;
    text-align:left;
}

.BackText1Body Table
{
    background-color:Transparent; 
    text-align:center;   
}
Table.BackText1Body
{
    background-color:Transparent; 
    text-align:center; 
}

.BackText1Body div 
{
    background-color:Transparent; 
    text-align:center;   
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
    width:211px;
    OVERFLOW: hidden;
}

div.BackText1Body
{
    background-color:Transparent; 
    text-align:center; 
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}

.BackText1Body td
{
    background-color:Transparent;
    text-align:center; 
}

TD.BackText1Body
{
    background-color:Transparent;
    text-align:center; 
}


/*底部*/
.BackText1Bottom
{
    height:18px;
    width:100%;
    background-image:url(Images/OtherMenuBG-Bottom.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/**************************************************************************************/
/*
BackText1 END
*/



/*
BackText2 BEGIN
*/
/**************************************************************************************/

/*表格*/
.BackText2Table
{
    width:221px;
    height:auto; 
}

/*顶部*/
.BackText2Top
{
    display:none;
    height: 0px;
    width:100%;
    background-image:url(Images/QuickMenuBG-Top.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
}


/*标题*/
.BackText2Title
{
    height:32px;
    width:221px;
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding-Left:35px; 
    font-weight:bold; 
    color:#ffffff;
    vertical-align:middle;
    
}


/*主体*/
.BackText2Body
{
    height:auto;
    width:100%;
    background-image:url(Images/QuickMenuBG-Body.jpg);
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    padding:5px;
    text-align:left;
}

.BackText2Body Table
{
    background-color:Transparent; 
    text-align:center;   
}
Table.BackText2Body
{
    background-color:Transparent; 
    text-align:center; 
}

.BackText2Body DIV 
{
    background-color:Transparent; 
    text-align:center;   
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}
DIV.BackText2Body
{
    background-color:Transparent; 
    text-align:center; 
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}

.BackText2Body TD
{
    background-color:Transparent;
    text-align:center; 
}

TD.BackText2Body
{
    background-color:Transparent;
    text-align:center; 
}


/*底部*/
.BackText2Bottom
{
    height:18px;
    width:100%;
    background-image:url(Images/OtherMenuBG-Bottom.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/**************************************************************************************/
/*
BackText2 END
*/




/*
BackText3 BEGIN
*/
/**************************************************************************************/

/*表格*/
.BackText3Table
{
    width:221px;
    height:auto; 
}

/*顶部*/
.BackText3Top
{
    display:none;
    height: 0px;
    width:100%;
    background-image:url(Images/QuickMenuBG-Top.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
}


/*标题*/
.BackText3Title
{
    height:32px;
    width:221px;
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding-Left:35px; 
    font-weight:bold; 
    color:#ffffff;
    vertical-align:middle;
    
}


/*主体*/
.BackText3Body
{
    height:auto;
    width:100%;
    background-image:url(Images/QuickMenuBG-Body.jpg);
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    padding:5px;
    text-align:left;
}

.BackText3Body Table
{
    background-color:Transparent; 
    text-align:center;   
}
Table.BackText3Body
{
    background-color:Transparent; 
    text-align:center; 
}

.BackText3Body DIV 
{
    background-color:Transparent; 
    text-align:center;   
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}
DIV.BackText3Body
{
    background-color:Transparent; 
    text-align:center; 
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}

.BackText3Body TD
{
    background-color:Transparent;
    text-align:center; 
}

TD.BackText3Body
{
    background-color:Transparent;
    text-align:center; 
}


/*底部*/
.BackText3Bottom
{
    height:18px;
    width:100%;
    background-image:url(Images/OtherMenuBG-Bottom.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/**************************************************************************************/
/*
BackText3 END
*/




/*
BackText4 BEGIN
*/
/**************************************************************************************/

/*表格*/
.BackText4Table
{
    width:221px;
    height:auto; 
}

/*顶部*/
.BackText4Top
{
    display:none;
    height: 0px;
    width:100%;
    background-image:url(Images/QuickMenuBG-Top.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
}


/*标题*/
.BackText4Title
{
    height:32px;
    width:221px;
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding-Left:35px; 
    font-weight:bold; 
    color:#ffffff;
    vertical-align:middle;
    
}


/*主体*/
.BackText4Body
{
    height:auto;
    width:100%;
    background-image:url(Images/QuickMenuBG-Body.jpg);
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    padding:5px;
    text-align:left;
}

.BackText4Body Table
{
    background-color:Transparent; 
    text-align:center;   
}
Table.BackText4Body
{
    background-color:Transparent; 
    text-align:center; 
}

.BackText4Body DIV 
{
    background-color:Transparent; 
    text-align:center;   
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}
DIV.BackText4Body
{
    background-color:Transparent; 
    text-align:center; 
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}

.BackText4Body TD
{
    background-color:Transparent;
    text-align:center; 
}

TD.BackText4Body
{
    background-color:Transparent;
    text-align:center; 
}


/*底部*/
.BackText4Bottom
{
    height:18px;
    width:100%;
    background-image:url(Images/OtherMenuBG-Bottom.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/**************************************************************************************/
/*
BackText4 END
*/




/*
BackText5 BEGIN
*/
/**************************************************************************************/

/*表格*/
.BackText5Table
{
    width:990px;
    height:auto; 
    background-image:url();
    background-position:center top;
    background-repeat:no-repeat;
}

/*顶部*/
.BackText5Top
{

    height: 2px;
    width:100%;
    background-color:Transparent;    
}


/*标题*/
.BackText5Title
{
    height:31px;
    width:100%;
    background-image:url("Images/BackTextBG-Title.JPG");
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding-Left:35px; 
    font-weight:bold; 
    color:#ffffff;
    vertical-align:middle;    
}


/*主体*/
.BackText5Body
{
    height:auto;
    width:100%;
    background-image:url(Images/BackTextBG-Body.JPG);
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    padding-bottom:5px;
    padding-top:5px; 
    text-align:center;
}

.BackText5Body Table
{
    background-color:Transparent; 
    text-align:center;   
}
Table.BackText5Body
{
    background-color:Transparent; 
    text-align:center; 
}

.BackText5Body DIV 
{
    background-color:Transparent; 
    text-align:center;   
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}
DIV.BackText5Body
{
    background-color:Transparent; 
    text-align:center; 
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}

.BackText5Body TD
{
    background-color:Transparent;
    text-align:center; 
}

TD.BackText5Body
{
    background-color:Transparent;
    text-align:center; 
}


/*底部*/
.BackText5Bottom
{
    height:18px;
    width:100%;
    background-image:url(Images/BackTextBG-Bottom.JPG);
    background-position:center top;
    background-repeat:no-repeat;
    background-color:#ffffff;    
}
/**************************************************************************************/
/*
BackText5 END
*/



/*
BackText6 BEGIN
*/
/**************************************************************************************/

/*表格*/
.BackText6Table
{
    width:530px;
    height:auto; 
    background-image:url(Images/MainContentBG.jpg);
    background-position:center top;
    background-repeat:no-repeat;
}

/*顶部*/
.BackText6Top
{

    height: 2px;
    width:100%;
    background-color:Transparent;    
}


/*标题*/
.BackText6Title
{
    height:40px;
    width:100%;
    background-image:url();
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding-Left:35px; 
    font-weight:bold; 
    color:#000000;
    vertical-align:middle;    
}


/*主体*/
.BackText6Body
{
    height:auto;
    width:100%;
    background-image:url();
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    padding:5px; 
    text-align:left;
}

.BackText6Body Table
{
    background-color:Transparent; 
    text-align:center;   
}
Table.BackText6Body
{
    background-color:Transparent; 
    text-align:center; 
}

.BackText6Body DIV 
{
    background-color:Transparent; 
    text-align:center;   
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}
DIV.BackText6Body
{
    background-color:Transparent; 
    text-align:center; 
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
}

.BackText6Body TD
{
    background-color:Transparent;
    text-align:center; 
}

TD.BackText6Body
{
    background-color:Transparent;
    text-align:center; 
}


/*底部*/
.BackText6Bottom
{
    height:8px;
    width:100%;
    background-image:url();
    background-position:center top;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/**************************************************************************************/
/*
BackText6 END
*/




/*
通用框 END
*/
/**************************************************************************************/

/*表格*/
.OtherMenuTable
{
    width:221px;    
}

/*顶部*/
.OtherMenuTop
{
    display:none;
    height:0px;
    width:100%;
    background-image:url(Images/OtherMenuBG-Top.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;    
}

/*通用标题*/
.OtherMenuTitle
{
    height:32px;
    width:100%;
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:Transparent;
    padding-Left:35px; 
    font-weight:bold; 
    color:#ffffff;
    vertical-align:middle;
    font-size:14px;
}

/*简介标题*/
.InfoMenuTitle
{
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    height:32px;
    padding-left:35px;
    color:#ffffff;
    font-weight:bold;    
    text-align:left;
    vertical-align:middle;
    font-size:14px;
}

/*产品标题*/
.ProdMenuTitle
{
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    height:32px;
    padding-left:35px;
    color:#ffffff;
    font-weight:bold;    
    text-align:left;
    vertical-align:middle;
    font-size:14px;
}

/*新闻标题*/
.NewsMenuTitle
{
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    height:32px;
    padding-left:35px;
    color:#ffffff;
    font-weight:bold;    
    text-align:left;
    vertical-align:middle;
    font-size:14px;
}

/*下载标题*/
.DownMenuTitle
{
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    height:32px;
    padding-left:35px;
    color:#ffffff;
    font-weight:bold;    
    text-align:left;
    vertical-align:middle;
    font-size:14px;
}

/*招聘标题*/
.HrDemandMenuTitle
{
    background-image:url(Images/OtherMenuBG-Title.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
    height:32px;
    padding-left:35px;
    color:#ffffff;
    font-weight:bold;    
    text-align:left;
    vertical-align:middle;
    font-size:14px;
}


/*主体标题*/
.OtherMenuBody
{
    height:auto;
    width:100%;
    background-image:url(Images/OtherMenuBG-Body.jpg);
    background-position:center bottom;
    background-repeat:repeat-y;
    background-color:Transparent;
    padding-bottom:10px;    
    padding-top:10px;
    line-height:130%;
}
.OtherMenuBody Table
{
    background-color:Transparent;
    line-height:130%;
}

.OtherMenuBody Td
{
    background-color:Transparent;
    line-height:130%;
}


/*底部*/
.OtherMenuBottom
{
    height:18px;
    width:100%;
    background-image:url(Images/OtherMenuBG-Bottom.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-color:Transparent;    
}
/*************************************************************************************/
/*
通用框 END
*/







/*
左边下拉式菜单样式 BEGIN
*/
/*************************************************************************************/

.WebPanelBar
{    
    width:180px;
    text-align:center;
    background-color:Transparent;
    margin-left:auto;
    margin-right:auto;

}
.WebPanelBar Table
{    
    width:180px;
    margin-top:10px;
    text-align:center;
    background-color:Transparent;
}
.WebPanelBar TD
{    
    background-color:Transparent;
}



.GroupHeader
{
    height:28px;
    vertical-align:middle;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
}
.GroupHeader td
{
    color:#000000;
}



.GroupHeaderExpand
{
    text-align:left;
    color: #000000; 
    cursor: hand;
    height:28px;    
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
}
.GroupHeaderExpand td
{
    color:#000000;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    

}


.GroupHeaderClosed 
{
    text-align:left;    
    color: balck; 
    cursor: hand;
    height:28px;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
}
.GroupHeaderClosed td
{
    color:#000000;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
}



.GroupHeaderLeft
{
    padding-left:2px
}


.GroupHeaderICO
{
    width:9px;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
}

.GroupHeaderCaption
{
    padding-left:3px;
    width:160px;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
}



.GroupHeaderDropICO
{
    width:9px;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
}


.ItemsBody
{
    margin-top:1px;
    margin-bottom:0px;
    border-color:#dee4f2;
    border-width:0px;
    border-style:solid;
    width:178px;    
}


.ItemTable
{ 
    text-align:left;    
    background-repeat:no-repeat;
    height:28px;
    width:178px;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
}

.ItemTableHover
{ 
    text-align:left;    
    background-repeat:no-repeat;
    height:28px;
    width:178px;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
}


.ItemLeft
{
    width:9px;
}



.ItemICO
{
    width:9px;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    

}

.ItemCaption
{
    padding-left:3px;
    width:160px;
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
}

/*************************************************************************************/
/*
左边下拉式菜单样式 END
*/



/*简介内容标题*/
.InfoShowTitle
{
    background-image:URL("Images/Title.JPG");
    background-position:left top;
    background-repeat:no-repeat;
    height:36px;
    padding-left:40px;
    color:#000000;
    font-weight:bold;    
    text-align:left;
    vertical-align:middle;
}


/*产品列表标题*/
.ProdListTitle 
{
    background-image:URL("Images/Title.JPG");
    background-position:left top;
    background-repeat:no-repeat;
    height:36px;
    padding-left:40px;
    color:#000000;
    font-weight:bold;
    text-align:left;  
    vertical-align:middle;  
}

/*产品展示标题*/
.ProdShowTitle
{
    background-image:URL("Images/Title.JPG");
    background-position:left top;
    background-repeat:no-repeat;
    height:36px;
    padding-left:40px;
    color:#000000;
    font-weight:bold;
    text-align:left; 
    vertical-align:middle;   
}

/*新闻列表标题*/
.NewsListTitle
{
    background-image:URL("Images/Title.JPG");
    background-position:left top;
    background-repeat:no-repeat;
    height:36px;
    padding-left:40px;
    color:#000000;
    font-weight:bold;
    text-align:left;  
    vertical-align:middle;  
}

/*新闻展示标题*/
.NewsShowTitle
{
    background-image:URL("Images/Title.JPG");
    background-position:left top;
    background-repeat:no-repeat;
    height:36px;
    padding-left:40px;
    color:#000000;
    font-weight:bold;
    text-align:left;   
    vertical-align:middle; 
}

/*其他展示标题*/
.OtherShowTitle
{
    background-image:URL("Images/Title.JPG");
    background-position:left top;
    background-repeat:no-repeat;
    height:36px;
    padding-left:40px;
    color:#000000;
    font-weight:bold;
    text-align:left;   
    vertical-align:middle; 
}







/*
产品列表样式
*/
/*************************************************************************************/
.ProdListTable
{
    width:90%;    
    vertical-align:top;
    background-color:Transparent;
}

/*产品列表照片*/
.ProdListPhotos
{
    vertical-align:top;    
}

/*产品列表属性*/
.ProdListDetail
{    
    vertical-align:top;  
}

/*产品列表购物车*/
.ProdListCart
{
    vertical-align:top;
    text-align:center;    
}

/*产品列表照片表格*/
.ProdListPhotosTable
{
    background-color:red;
    border-width:1px;
    border-style:solid;
    text-align:center;
    vertical-align:middle; 
}

/*产品列表照片*/
.ProdListPhotosImage
{
    background-color:#ffffff;
    border-width:1px;
    border-style:solid;
    border-color:#cccccc;
}

/*产品列表属性表格*/
.ProdListDetailTable
{
    width:90%;
    line-height:130%; 

    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
  
}

/*产品列表属性标题*/
.ProdListDetailTitle
{
    width:20%;   
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
}

/*产品列表属性内容*/
.ProdListDetailContent
{
    text-align:left;
    vertical-align:top;    
    padding-left:0px;

    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */

    width:80%;    
}


/*产品列表简介*/
.ProdListDetailSummarize
{
    width:100%;
    line-height:130%;
    display:block;
    vertical-align:middle;
    text-align:left; 
   
    table-layout:fixed;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */


}
/*************************************************************************************/
/*
产品列表样式
*/






/*
产品详情样式
*/
/*************************************************************************************/

.ProdViewTable
{
    width:100%;    
    vertical-align:top;
    word-wrap:break-word;
}


/*产品展示照片*/
.ProdViewPhotos
{
    vertical-align:top;    
}

/*产品展示明细*/
.ProdViewDetail
{    
    vertical-align:top;  
}

/*产品展示购物车*/
.ProdViewCart
{
    vertical-align:top;
    text-align:center;    
}

/*产品展示照片表格*/
.ProdViewPhotosTable
{
    background-color:red;
    border-width:1px;
    border-style:solid;
    text-align:center;
    vertical-align:middle; 
    width:400px;
    height:400px;  
}

/*产品展示照片背景*/
.ProdViewPhotosImage
{
    background-color:#ffffff;
    border-width:1px;
    border-style:solid;
    border-color:#cccccc;
    width:400px;
    height:400px;
}


/*产品展示明细表格*/
.ProdViewDetailTable
{
    width:100%;
    line-height:130%;
}

/*产品展示属性标题*/
.ProdViewDetailTitle
{
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
    width:20%;
}

/*产品展示属性内容*/
.ProdViewDetailContent
{
    text-align:left;
    vertical-align:top;    
    padding-left:0px;
    width:80%;    
}


/*产品展示简介*/
.ProdViewDetailSummarize
{
    width:100%;
    line-height:130%;
    display:block;
    vertical-align:middle;
    text-align:left; 

    table-layout:fixed;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
 
}

/*产品展示详情*/

.ProdViewDetailParticular
{
    width:100%;
    line-height:130%;
    display:block;
    vertical-align:middle;
    text-align:left;


    table-layout:fixed;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
/*************************************************************************************/
/*
产品详情样式
*/





/*
购物车样式 开始
*/
/*************************************************************************************/
Table.ProdCartTable
{
    background-color:#cccccc;    
}


Table.ProdCartTable TD
{
    background-color:#ffffff;
}


.ProdCartProdImage
{
    padding:3px;
}

.ProdCartCaption
{
    text-align:center;
    vertical-align:middle;
    height:29px;
    BACKGROUND-COLOR: #ffffff ;    
    BACKGROUND-IMAGE: url(Images/ProdGridBg.jpg);    
    BACKGROUND-REPEAT: repeat-x
}

.ProdCartSumTotal
{
    height:30px;
    background-color:#cccccc;
    color:Red;    
    padding-left:10px;
}
/*************************************************************************************/
/*
购物车样式 结束
*/





/*
列表表格样式 开始
*/
/*************************************************************************************/
TABLE.GridListTable 
{
    background-color:#cccccc;    
}


TABLE.GridListTable TD
{
    background-color:#ffffff;
    height:29px;
}

.GridListTableCaption
{
    text-align:center;
    vertical-align:middle;
    height:29px;
    BACKGROUND-COLOR: #ffffff ;    
    BACKGROUND-IMAGE: url(Images/ProdGridBg.jpg);    
    BACKGROUND-REPEAT: repeat-x
}

.GridListTableItem
{
    text-align:center;
    vertical-align:middle;
    height:29px;
    BACKGROUND-COLOR: #ffffff ;
    word-wrap:break-word;
    word-break:break-all;
}
/*************************************************************************************/
/*
列表表格样式 结束
*/




/*
新闻列表样式 开始
*/
/*************************************************************************************/
.NewsListTable
{
    width:100%;
    table-layout:fixed;
    word-wrap:break-word;
    word-break:break-all;    
}

.NewsListItemTR
{
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
    height:30px;
}

.NewsListIcoTD
{
    width:20px;
    background-image:url(Images/NewsListICO.gif);
    background-position:left center;
    background-repeat:no-repeat;
}

.NewsListDateTD
{
    width:80px;    
    text-align:center;
}

.NewsListTitleTD
{
    text-align:left;
    WIDTH: 450px;
}

.NewsListTitleDIV
{
    OVERFLOW: hidden; WIDTH: 450px; TEXT-OVERFLOW: ellipsis; text-align:left;    
}
/*************************************************************************************/
/*
新闻列表样式 结束
*/




/*
新闻浏览样式 开始
*/
/*************************************************************************************/
.NewsViewTitle
{
    height:30px;
    text-align:center
}

.NewsViewLine
{
    background-image:url(Images/bg_dian.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
    height:2px;
}


.NewsViewAuthor
{
    height:30px;
    text-align:center
}


.NewsViewBody
{
    vertical-align:top;
    line-height:130%;
    padding:10px;    
}


.NewsViewPager
{
    height:40px;
    text-align:center;
}
/*************************************************************************************/
/*
新闻浏览样式 结束
*/




/*
下载列表  BEGIN
*/
/*************************************************************************************/
.DownListTable
{
    width:100%;
    background-color:#cccccc;

}

.DownListTable TD
{
    background-color:#ffffff;
    height:30px;
    padding:3px;
    line-height:130%;
}

.DownListCaptionTD
{
    width:10%;
    text-align:center;
    white-space:nowrap;
}

.DownListTextTD
{
    width:40%;
}

.DownListContentTD
{
    width:90%;
}
/*************************************************************************************/
/*
下载列表  END
*/




/*
留言时  BEGIN
*/
/*************************************************************************************/
.GuestLeaveTable
{
    width:80%;
    background-color:#ffffff;
}

.GuestLeaveTable TD
{
    background-color:#ffffff;
    height:30px;
    padding:3px;
    line-height:130%;
}

.GuestLeaveCaption
{
    width:10%;
    text-align:right;
    white-space:nowrap;
    background-color:#ffffff;
    padding-right:5px;
}

.GuestLeaveNameAndOther
{
    width:40%;
    background-color:#ffffff;
}


.GuestLeaveTitleAndContent
{
    width:90%;
    background-color:#ffffff;
}
/*************************************************************************************/
/*
留言时  END
*/





/*
留言列表时  BEGIN
*/
/*************************************************************************************/
.GuestViewTable
{
    width:80%;
    background-color:#cccccc;

}


.GuestViewTable TD
{
    background-color:#ffffff;
    height:30px;
    padding:3px;
    line-height:130%;
    text-align:left;
}

.GuestViewTD
{
    width:50%;
    text-align:left;
    background-color:#ffffff;
    padding:5px;
}


.GuestViewContentTD
{
    width:100%;
    text-align:left;
    background-color:#ffffff;
    padding:5px;
}


.GuestViewLine
{
    width:98%;
    height:1px;
    background-image:url(Images/bg_dian.gif);
    background-position:left center;
    background-repeat:repeat-x;    
}
/*************************************************************************************/
/*
留言时  END
*/




/*
人才招聘列表  BEGIN
*/
/*************************************************************************************/
.HrListTable
{
    width:100%;
    background-color:#cccccc;

}

.HrListTable TD
{
    background-color:#ffffff;
    height:30px;
    padding:3px;
    line-height:130%;
}

.HrListTitleTD
{
    width:10%;
    text-align:center;
    white-space:nowrap;
}

.HrListHrNameTD
{
    width:40%;
}

.HrListHrAddressTD
{
    width:40%;
}

.HrListHrIntroTD
{
    width:90%;
}

.HrListHrDetailTD
{
    width:90%;
}
/*************************************************************************************/
/*
人才招聘列表  END
*/




/*
职位应聘表格  BEGIN
*/
/*************************************************************************************/
.HrAcceptTable
{
    width:100%;
    background-color:#cccccc;
}

.HrAcceptTable TD
{
    background-color:#ffffff;
    height:30px;
    padding:3px;
    line-height:130%;
}

.HrAcceptTitleTD
{
    width:10%;
    text-align:center;
    white-space:nowrap;
}

.HrAcceptContentTD
{
    width:90%;
    text-align:center;
    white-space:nowrap;
}
/*************************************************************************************/
/*
人才招聘列表  END
*/