/* ==全局样式定义== */
body
{ 
    font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
    color: #444;
    margin: 0px;
    padding: 0px;
    background: #f8f8f8;
    text-decoration: none;
}
a
{
    font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #444;
} 
a:hover
{
    color: #d71518;
    text-decoration: none;
}
input[type=text], input[type=Keyword]
{
    height: 15px;
    margin: 1px;
}
* + html input[type=text]
{
    margin: 0px;
}
h1
{
    margin: 0px;
    padding: 0px;
    background: none;
    font: normal normal bold 24px/150% Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
}
dl, dt, dd, ul, li 
{
    padding: 0px;
    margin: 0px;
}
li
{
    line-height: 22px;
}
/* --定义文字换行(FF不支持)-- */
*, #*, .*
{
    word-wrap: break-word;
    word-break: break-all;
}


/* ==整体布局定义开始== */
/* --head(网页头部)、menu(网页头部导航菜单)、main_bg(网页中部主要内容)、foot(网页底部)-- */
#menu,#head,#foot, #main_bg, #main_bg_index, .c_padding, .main_standalone
{
    padding: 0px;
    margin: 0px auto;
    width: 982px;
}
#main_bg
{
    width: 982px;
}
#main_bg_index
{
    width: 982px;

}
/* --top_all(顶部)、center_all(中部)、bottom_all(底部)-- */
#top_all, #center_all, #bottom_all
{
    padding-bottom: 7px;
}
#top_all
{
    background: url(images/head_bg.gif) repeat-x top;
}

/* ==top_all(顶部)定义开始== */
/* --网页头部-- */
#head
{
    margin-bottom: 1px;
    position: relative;
}
#head a
{
    color: #555;
    text-decoration: none;
}
#head a:hover
{
    color: #d71518
}
#logo
{
    height: 74px;
    float: left;
    width: 300px;
}
#top_link
{
    color: #555;
    float: right;
    width: 320px;
    margin: 4px 10px 0px 0px;
    line-height: 22px;
    text-align: right;
}
#top_link ul, #top_link li
{
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
}
#top_link li
{
    height: 22px;
}
/* --网页头部导航菜单-- */
#menu
{
    clear: both;
    line-height: 36px;
    border: 0px solid #e2e2e2;
    width: 982px;
}
/* 网站节点导航 */
#menubox
{
    margin-left: 0px;
    padding: 0px;
    color: #c4d9f1;
}
#menubox a
{
    font: normal normal normal 14px/100% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px 50px 25px;
    line-height: 29px;
    background: url(images/menubox.gif) no-repeat 5px 7px;
}
#menubox a:hover
{
    color: #f00;
    text-decoration: underline;
    background: url(images/menubox_hover.gif) no-repeat 5px 7px;
}

/* ==top_all(顶部)定义结束== */

/* ==center_all(中部)定义开始== */
/* --主要定义-- */
#main_bg
{
    background: url(images/left-bg.gif) #fff repeat-y left;
    clear: both;
}
#main_bg_index
{
    background: url(images/left-bg_index.gif1) #f8f8f8 repeat-y left;
    clear: both;
}
#main_left /* 网页中部左侧整体定义 */
{
    float: left;
    width: 208px;
    display:inline;
}
#main_right /* 网页中部右侧整体定义1 */
{
    float: right;
    width: 100%;
    margin-left: -210px;
    text-align: left;
    display:inline;
}
#main_right_box /* 网页中部右侧整体定义2 */
{
    margin-left: 215px;
}
#main_right_box_index /* 网页中部右侧整体定义3 */
{
    margin-left: 0px;
}
#r_main /* 中部右侧定义 */
{
    float: right;
    width: 200px;
    text-align: left;
}
#main_box /* 中部整体定义 */
{
    margin: 0px;
}
.c_main /* 中部中间定义 */
{
    margin-right: 205px;
}
.c_main_box /* 中部中间定义 */
{
    border: 1px solid #e2e2e2;
}

/* 本站新闻.r_news */
#r_main_t
{
    margin-right: 302px;
    margin-top: -1px;
    border-top: 1px solid #fff;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}
.r_news
{
    background: url(images/r_news_bg.gif) #fff repeat-x top;
}
/* 本站新闻.r_news_index */
#r_main_t_index
{
    margin-right: 201px;
    margin-top: -1px;
    border-top: 1px solid #f8f8f8;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}
/* 书签式面板首页tabtitleindex */
.tabtitleindex, .titlemouseoverindex
{
    float: left;
    width: 194px;
    font: normal normal bold 13px/21px Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
    overflow: hidden;
    display:inline;
}
.tabtitleindex dl, .titlemouseoverindex dl
{
    margin: 0px;
    padding: 0px;
    border: 1px solid #fff;
}
.tabtitleindex
{
    color: #fff;
    background: url(images/tabtitle.gif) #000 repeat-x top;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.titlemouseoverindex
{
    cursor: pointer;
    color: #fff;
    border-left: none;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #cc0000;
    background: url(images/tabtitlee.gif) #f8f8f8;
}
* + html .titlemouseoverindex
{
    padding-bottom: 0px;
}
* html #TTab0, * html #TTab1, * html #TTab2, * html #TTab3
{
    margin-right: -3px;
}
#TTab0, #TTab2, #TTab3
{
    margin-top: -3px;
    padding: 1px;
    border-right: 1px solid #e2e2e2;
    border-top: none;
    height: auto !important;
    height: 165px;
    min-height: 165px;
}
#TTab1
{
    margin-top: -3px;
    padding: 1px;
    border-right: 1px solid #e2e2e2;
    border-top: none;
    height: auto !important;
    height: 165px;
    min-height: 165px;
}


/* 书签式面板普通tabtitle */
.tabtitle, .titlemouseover
{
    float: left;
    width: 231px;
    font: normal normal bold 13px/21px Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
    overflow: hidden;
    display:inline;
}
.tabtitle dl, .titlemouseover dl
{
    margin: 0px;
    padding: 0px;
    border: 2px solid #fff;
}
.tabtitle
{
    color: #555;
    background: url(images/tabtitle.gif1) #e5e5e5 repeat-x top;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.titlemouseover
{
    cursor: pointer;
    color: #c00;
    border-left: none;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #f2f2f2;
}
* + html .titlemouseover
{
    padding-bottom: 1px;
}
* html #Tab0, * html #Tab1, * html #Tab2, * html #Tab3
{
    margin-right: -3px;
}
#Tab0, #Tab1, #Tab2, #Tab3
{
    margin-top: -3px;
    padding: 5px;
    border-right: 1px solid #e2e2e2;
    border-top: none;
    height: auto !important;
    height: 147px;
    min-height: 147px;
}

/* 幻灯片 */
#main_box_t
{
    float: right;
    height: 243px;
    width: 298px;
    padding: 0px;
    background: #eee;
    display:inline;
}
.c_slide, .c_slide a
{
    text-align: center;
}

#bimg
{
    filter: progid:DXImageTransform.Microsoft.Fade(duration=0.5,overlap=1.0);
    width: 298px;
    height: 224px;
}
#simg TD
{
    background: url({PE.SiteConfig.ApplicationPath/}Images/si_b1.gif) no-repeat center 50%;
    cursor: pointer;
    text-align: center;
}
#simg TD.s {
    background: url({PE.SiteConfig.ApplicationPath/}Images/si_b2.gif) no-repeat center 50%;
    color: #fff;
}
#info
{
	
}

/* 首页幻灯片 */
#main_box_tt
{
    float: right;
    height: 192px;
    width: 196px;
    padding: 0px;
    background: #eee;
    display:inline;
}

/* 站内搜索 */
.main_search
{
    clear: left;
    padding: 5px 5px 5px 70px;
    margin-top: 5px;
    height: auto !important;
    height: 36px;
    min-height: 36px;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    background: url(images/search.gif) #f9f9f9 no-repeat 5px center;
}
.mainsearch
{
    clear: left;
    padding: 0px 0px 0px -10px;
    margin-top: -2px;
    height: auto !important;
}
.main_search form
{
    margin: 0px;
}
.mainsearch form
{
    margin: 0px;
}
.main_search input
{
    height: 15px;
    margin: 1px;
    vertical-align: middle;
}
.mainsearch input
{
    height: 15px;
    margin: 1px;
    vertical-align: middle;
}
.main_search a
{
    color: blue;
    text-decoration: underline;
}
.main_search select
{
    height: 21px;
    margin: 1px;
    vertical-align: middle;
}

.c_content .main_search
{
    padding: 5px 5px 5px 100px;
    border: 0px;
    background: url(images/search.gif) #f9f9f9 no-repeat 20px 20px;
}

/* 高级搜索 */
.c_content .main_search_sub
{
    margin: 10px auto 0px auto;
    text-align: center;
}

/* --网页中部左侧内容-- */
/* user_box(用户登录)、left_box(左侧内容) */
#main_left, .left_box, .left_box dl, .left_box dt, .left_box dd, .user_box, .user_box dl, .user_box dt, .user_box dd
{
    padding: 0px;
    margin: 0px;
}
.user_box a
{
    text-align: center;
    font: normal normal bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #555;
}
.user_box a:hover
{
    color: #d71518;
    text-decoration: underline;
}
.user_box, .left_box
{
    border: 1px solid #e2e2e2;
}
.left_box
{
    margin-top: 5px;
}
.user_box dt
{
    text-align: center;
    font: normal normal bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    color: #555;
    line-height: 34px;
    border-bottom: 0px solid #e2e2e2;
}
.left_box dt
{
    text-align: center;
    font: normal normal bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    color: #555;
    line-height: 25px;
    border-bottom: 0px solid #e2e2e2;
}
.left_box
{
    margin-top: 5px;
}
.user_box dt
{
    background: url(images/user_tit.gif) no-repeat left top;
}
.left_box dt
{
    background: url(images/left_tit.gif) no-repeat left top;
}
.user_box dd, .left_box dd
{
    background: #fff;
    padding: 5px;
    line-height: 150%;
    height: auto !important;
    height: 100px;
    min-height: 100px;
}
.Login_ajax
{
    text-align:left;
}
/* --产品首页左侧内容-- */
#main_left, .left_box_shop, .left_box_shop dl, .left_box_shop dt, .left_box_shop dd
{
    padding: 0px;
    margin: 0px;
}
.left_box_shop
{
    border: 1px solid #e2e2e2;
    margin-top: 5px;
}
.left_box_shop dt
{
    text-align: center;
    font: normal normal bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    color: #555;
    line-height: 25px;
    border-bottom: 1px solid #e2e2e2;
}
.left_box_shop a
{
    text-align: center;
    font: normal normal bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #555;
}
.left_box_shop dt
{
    background: url(images/left_tit.gif) no-repeat left top;
}
.left_box_shop dd
{
    background: #f2f2f2;
    padding: 5px;
    line-height: 150%;
    height: auto !important;
    height: 100px;
    min-height: 100px;
}
.left_box_shop ul
{

    width: 190px;
    word-wrap:break-word; 
    overflow:hidden;
}
.left_box_shop li
{

    line-height: 150%;
}
/* --网页中部右侧内容-- */
/* 右侧导航 */
.r_navigation
{
    margin-bottom: 5px;
    line-height: 25px;
    border: 1px solid #e2e2e2;
    background: url(images/Channel_bg.gif) #fff repeat-x top;
    text-align: left;
    clear: both;
    color: #555;
}
.r_navigation a, #r_navigation:link
{
    font: normal normal normal 12px/25px Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #555;
}
.r_navigation a:hover
{
    color: #c00;
    text-decoration: underline;
}
.r_n_pic
{
    float: left;
    width: 30px;
    height: 20px;
    margin: 1px 0px 0px;
    background: url(images/c_title.gif) no-repeat center;
    display: block;
}
/* 右侧广告 */
.r_ad
{
    padding: 0px;
    margin: 0px;
}
.b_ad
{
    padding: 0px;
    margin-bottom: 3px;
    text-align: center;
}
.adright {
    float: right;
    border: #cdc9ca 1px solid;
    padding: 8px 0px 0px 22px;
    height: 80px;
}
/* 右侧标题与内容 */
.r_announce dl, .r_announce dt, .r_announce dd, .r_content dl, .r_content dt, .r_content dd, .r_contentindex dl, .r_contentindex dt, .r_content dd
{
    margin: 0px;
    padding: 0px;
}
.r_announce, .r_content
{
    border: 1px solid #e2e2e2;
}
.r_announce, .r_contentindex
{
    border: 1px solid #e2e2e2;
}

.r_announce dt, .r_content dt
{
    background: url(images/channel_bghui.gif) #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    height: 25px;
    color: #555;
    font: normal normal bold 14px/24px Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
}
.r_contentindex dt
{
    background: url(images/r_boxtit.gif) no-repeat left top;
    border-bottom: 0px solid #e2e2e2;
    color: #fff;
    font: normal normal bold 13px/24px Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
}
.r_announce dd, .r_content dd
{
    padding: 4px 5px;
    line-height: 150%;
    height: auto !important;
    height: 100px;
    min-height: 100px;
}
.r_announceindex dd, .r_contentindex dd
{
    padding: 4px 4px;
    line-height: 150%;
    height: auto !important;
    height: 10px;
    min-height: 150x;
}
/* main_box(中部文章列表内容) */
#main_box dl, #main_box dt, #main_box dd
{
    padding: 0px;
    margin: 0px;
}
/* 中部标题与内容 */
.c_main dl, .c_main dt, .c_main dd
{
    margin: 0px;
    padding: 0px;
}
.c_main dl
{
    border: 1px solid #e2e2e2;
}
.c_main dd
{
    border: 5px solid #fff;
}
.c_title
{
    font: normal normal bold 14px/25px Arial, "宋体" ,Helvetica,sans-serif;
    color: #d71518;
    padding-left: 10px;
    background: url(images/channel_bghui.gif) #dfebf9 repeat-x top;
    border-bottom: 1px solid #e2e2e2;
}
.c_title a, .c_title a:link
{
    font: normal normal bold 14px/25px Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #d71518;
    padding-left: 34px;
    background: url(images/c_title.gif) no-repeat 10px 2px;
}
.c_title a:hover
{
    color: #c00;
    text-decoration: underline;
    background: url(images/c_title_hover.gif) no-repeat 10px 2px;
}
.c_content
{
    padding: 5px;
    line-height: 150%;
    color: #808081;
    height: auto !important;
    height: 170px;
    min-height: 170px;
}
.c_content_about
{
    padding: 20px;
    line-height: 150%;
    color: #808081;
    height: auto !important;
    height: 170px;
    min-height: 170px;
}
.c_content a
{
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
.c_content a:hover
{
    color: #c00;
}

.c_bot
{
    background: none;
    height: 0px;
    font-size: 10px;
}
/* 中部间距 */
.c_spacing
{
    background: none;
    height: 5px;
    font-size: 0px;
}
.c_title .more
{
    float: right;
    line-height: 18px;
    margin-right: 10px;
    display: block;
}
.c_title .more a
{
    text-decoration: none;
    color: #808081;
    font-size: 12px;
    font-weight: normal;
    background: none;
}
.c_title .more a:hover
{
    color: #014390;
    background: none;
}
/* 中部二列c_main_two */
.c_main_two
{
    float: left;
    width: 100%;
}
.c_right, .c_right dl, .c_right dt, .c_right dd, .c_left, .c_left dl, .c_left dt, .c_left dd，.c_main_one, .c_main_one dl, .c_main_one dt, .c_main_one dd
{
    margin: 0px;
    padding: 0px;
}
.c_right dl, .c_left dl, .c_main_one dl
{
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.c_right dd, .c_left dd, .c_main_one dd
{
    border: 5px solid #fff;
}
* html .c_main_one dd
{
    border: 0px;
}
.c_right
{
    float: right;
    width: 270px;
    display: block;
}
.c_left_box
{
    margin: 0px;
    padding: 0px;
}
.c_left
{
    margin-right: 275px;
    display: block;
    clear: none;
}

/* 栏目页 */
.childclass_main
{
    margin-left: -5px;
}
* html .childclass_main
{
    margin-left: -10px;
}
/* 父栏目二列式左右循环 */
.childclass_main_box
{
    float: left;
    border: 1px solid #e2e2e2;
    width: 379px;
    margin: 5px 0px 0px 5px;
}
* html .childclass_main_box
{
    width: 378px;
}
/* 父栏目一列式上下循环 */
.childclass_main_box2
{
    margin: 0px 205px 0px 5px;
}
* html .childclass_main_box2
{
    margin: 0px 205px 0px 10px;
}
/* 父栏目一列式列表(显示父栏目名) */
.childclass_main_box3
{
    border: 0px;
}
.class_title, .childclass_title, .childclass_title_border
{
    font: normal normal bold 12px/25px Arial, "宋体" ,Helvetica,sans-serif;
    height: 34px;
    background: url(images/Channel_bghui.gif) #fff repeat-x top;
    text-align: left;
    color: #d71518;
    clear: none;
}
.childclass_title_border
{
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.class_title a, .childclass_title a, .childclass_title_border a
{
    font: normal normal bold 12px/30px Arial, "宋体" ,Helvetica,sans-serif;
    padding-left: 30px;
    color: #d71518;
}
.class_title a, .childclass_title a, .childclass_title_border a
{
    background: url(images/c_title.gif) no-repeat 10px 2px;
}
.class_title a:hover, .childclass_title a:hover, .childclass_title_border a:hover
{
    background: url(images/c_title_hover.gif) no-repeat 10px 2px;
}
.class_title .more, .childclass_title .more, .childclass_title_border .more
{
    float: right;
    line-height: 30px;
    margin: 0px 10px 0px 0px;
    display: block;
}
.childclass_pic
{
    float: left;
    width: 30px;
    height: 30px;
    background: url(images/c_title.gif) no-repeat center;
}
.class_title .more a, .childclass_title .more a, .childclass_title_border .more a
{
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-weight: normal;
    background: none;
}
.class_title .more a:hover, .childclass_title .more a:hover, .childclass_title_border .more a:hover
{
    color: #c00;
    background: none;
}

.class_content, .childclass_content
{
    font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
    text-align: left;
    padding: 5px;
    height: auto !important;
    height: 182px;
    min-height: 182px;
}
.class_content li, .childclass_content li
{
    border-bottom: 1px dotted #e2e2e2;
}
.class_bot, .childclass_bot
{
    height: 0px;
    background: #e2e2e2;
}
/* 父栏目一列式列表(显示父栏目名导航专用) */
.childclass_title_daohang
{
    font: normal normal bold 12px/30px Arial, "宋体" ,Helvetica,sans-serif;
    height: 26px;
    background: url(images/Channel_bghui.gif) #fff repeat-x top;
    text-align: left;
    color: #d71518;
    clear: none;
}
.childclass_title_border
{
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.childclass_title_daohang a
{
    font: normal normal bold 12px/30px Arial, "宋体" ,Helvetica,sans-serif;
    padding-left: 0px;
    color: #d71518;
}
.childclass_title_daohang .more a
{
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-weight: normal;
    background: none;
}
.childclass_title_daohang .more a:hover, a:hover
{
    color: #c00;
    background: none;
}
/* 分页 */
.class_page
{
    clear: left;
    padding: 5px;
    margin-top: 5px;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    text-align: center;
}
.class_page ul, .class_page li
{
    padding: 0px;
    margin: 0px 0px 0px 10px;
    text-align: left;
    list-style: none;
}
.class_page a
{
    color:#555;
    text-decoration: underline;
}
/* 联系页面QQ */
.class_con
{
    clear: left;
    padding: 5px;
    margin-top: 5px;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    text-align: left;
    padding-right: 30px;
}
.class_con ul, .class_com li
{
    padding: 1px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    list-style: none;
}
.class_con a
{
    color:#d71518;
    text-decoration: underline;
    font: normal normal normal 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
}
/* 内容页 */
.c_title_text
{
    margin: 10px 5px;
    text-align: center;
    clear: both;
    height: auto !important;
    height: 34px;
    min-height: 34px;
}
.c_title_author
{
    margin: 0px 10px 10px;
    font: normal normal normal 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}
.font_left
{
    float: left;
}
.font_left span
{
    margin-right: 8px;
}
.font_right
{
    float: right;
}
.c_content_text
{
    font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
    text-align: left;
    padding: 10px;
    height: auto !important;
    height: 300px;
    min-height: 300px;
}
.c_bot_text
{
    color: #508BD4;
    font: normal normal normal 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
    background: #f8f8f8;
    padding-left: 10px;
    border-top: 0px solid #e2e2e2;
    height: auto !important;
    height: 0px;
    min-height: 0px;
}
/* 定义内容中的最大宽度，超过隐藏，如隐藏过大的图片 */
.c_content_overflow
{
    width: 100%;
    overflow: hidden;
}
* html .c_content_overflow
{
    width: 99.5%;
}
/* 友情链接 */
.c_padding
{
    border: 1px solid #e2e2e2;
}
.c_friendsite
{
    padding: 5px;
}
.c_friendsite a
{
    color: #333;
    text-decoration: none;
}
.c_friendsite img
{
    width: 88px;
    height: 31px;
    border: 0px;
}

.c_friendsite li
{
    padding: 0px;
    width: 20%;
    float: left;
    text-align: center;
    list-style: none;
}

.c_friendsite ul, .c_friendsite li
{
    margin: 0;
    padding: 0;
}
/* ==center_all(中部)定义结束== */

/* ==bottom_all(底部)定义开始== */
/* --网页底部-- */
#foot
{
    background: url(images/copy_bg.gif) #fff repeat-x top;
    border: 1px solid #e2e2e2;
    clear: both;
}
/* 管理链接 */
#menu_link
{
    margin: 10px 0px 5px 0px;
    text-align: center;
}
#menu_link a
{
    text-decoration: none;
    color: #000;
}
#menu_link a:hover
{
    color: #f00;
    text-decoration: underline;
}
/* 版权信息 */
#copyright
{
    font: normal normal normal 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
    margin: 5px 0px 10px 0px;
    text-align: center;
}
/* ==bottom_all(底部)使用定义结束== */
/* ft */
#ft{ clear:both; }
#ft ul{color:#555;width: 980px;text-align:center;zoom:1;overflow:hidden;margin:0 auto;}
#ft ul li *{vertical-align: middle;}
#ft ul .ce{float: left;padding:0px 0 30px 10px;}
#ft ul .cl{float: right;padding:0px 10px 0px 0px;}
#ft ul .cl span{padding:0 15px;}
#ft a{color:#555;}
#ft a:hover{color:#cc0000;}
/* ==通用定义== */
.clearbox, .clearbox2
{
    border-top: 1px solid transparent !important;
    margin-top: -1px !important;
    border-top: 0px;
    margin-top: 0px;
    height: 0px;
    clear: both;
    background: none;
    font-size: 0px;
    visibility: hidden;
}
.clearbox2
{
    margin-right: 205px;
    clear: left;
}

/* 定义ul、li项目预设标记 */
#Tab0 ul, #Tab1 ul, #Tab2 ul, #Tab3 ul, .c_main_box ul, .left_box ul, .user_box ul, .p_list_two, .c_content ul, .r_announce ul, .r_content ul, .class_content ul, .childclass_content ul, .information_new ul, .s_info_content_l ul, .special_photo_list ul, .special_class ul, .p_class_list ul, .p_shop_2 ul, .p_info_correlative ul, .s_info_correlative ul, .left_box_shop ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.left_box_shop ul,
{
    margin-bottom: 5px;
}

/* 提示信息 */
.c_prompt
{
    padding: 0px;
    margin: 0px auto;
}


/* ==网站首页内容显示定义开始== */

/* --网站公告-- */
/* 网站垂直公告 */
#announce_vertical, #announce_vertical ul, #announce_vertical li
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
}
#announce_vertical .announce_title, #announce_vertical .announce_title a
{
    font: normal normal bold 13px/20px Arial, "宋体" ,Helvetica,sans-serif;
    color: #c00;
    text-align: center;
}
#announce_vertical .announce_title
{
    background: #eee;
}
.announce_text, .announce_text a
{
    font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
    text-align: left;
}
.announce_author, .announce_time
{
    text-align: right;
    color: #0a4180;
}
/* 网站横向公告 */
#announce_crosswise, #announce_crosswise ul, #announce_crosswise li
{
    padding-right: 30px;
    margin: 0px;
    list-style: none;
    display: inline;
    float: left;
    height: 20px;
    cursor:pointer;
}
#announce_crosswise ul
{
    padding-right: 30px;
}
#announce_crosswise .announce_title, #announce_crosswise .announce_title a
{
    font: normal normal bold 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
    color: #c00;
}

marquee
{
    clear: none;
    width: 500px;
    height: 20px;
    position: absolute;
    left: 273px;
    top: 50px;
	-top:48px;
	-left:250px;
}


/* 图片更新 */
.p_class_list
{
    padding: 0px;
    margin: 0px;
}
.p_class_list li
{
    padding: 0px;
    margin: 5px 0px;
    width: 24.8%;
    float: left;
    text-align: center;
}

/* 头条图片显示列表 */
.imgtitle
{
    padding: 0px;
    margin: 0px;
}
.imgtitle li
{
    width: 49.5%;
    float: left;
    border-bottom: 1px dotted #e2e2e2;
}
.imgtitle img
{
    width: 547px;
}
/* 二列式图文布局 */
.p_thumb_l
{
    float: left;
    text-align: center;
    background: #f8f8f8;
    padding: 5px;
    margin-top: 5px;
    margin-left: 10px;
    display:inline;
}
.p_thumb_l, .p_thumb_l li
{
    text-align: center;
}
.p_thumb_l, .p_thumb_l_pic img
{
    width: 160px;
}
.p_thumb_l_title
{
    margin-top: 5px;
}
.p_list_r
{
    margin-left: 10px;
}
.p_list_r li, .p_list_r td
{
    border-bottom: 1px dotted #e2e2e2;
    width: 97%;
    float: left;
}
.p_thumb_l table
{
    float: left;
}
/* 首页二列式图文布局 */
.p_thumb_l_index
{
    float: left;
    text-align: center;
    padding: 5px;
    margin-top: 5px;
    margin-left: 10px;
    display:inline;
    height: 18px;
    margin-bottom: 0px;
}
.p_thumb_l_index, .p_thumb_l_index li
{
    text-align: center;
}
.p_thumb_l_index, .p_thumb_l img
{
    width: 160px;
}
.p_thumb_l_title_index
{
    margin-top: 5px;
}
.p_list_r_index
{
    margin-left: 200px;
    margin-top: 15px;
}
.p_list_r_index li, .p_list_r_index td
{
    width: 49.5%;
    float: left;
    border-bottom: 1px dotted #e2e2e2;


vertical-align:middle; 
    display:inline;
*html #left{ margin-right:-3px; //这句是关键}    
}
.p_thumb_l_index table
{
    float: left;
}
/* 二列式列表布局 */
.p_list_two, .p_list_two li
{
    padding: 0px;
    margin: 0px;
}
.p_list_two li
{
    width: 49.5%;
    float: left;
}
.p_list_two li, .p_list_two td
{
    border-bottom: 1px dotted #e2e2e2;
}

/* ==网站首页内容显示定义结束== */

/* --整站普通图片列表标签-- */
/* 定义缩略图外框大小，控制隐藏超出的图片内容 */
.pe_u_thumb, .p_thumb_l_pic
{
    height: 120px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e2e2e2;
}
/* 定义缩略图宽度，按比例缩放 */
.pe_u_thumb, .pe_u_thumb img
{
    width: 160px;
}
/* 定义缩略图标题样式 */
.pe_u_thumb_title
{
    margin: 5px 5px 5px 0px;
    height: 12px;
    overflow: hidden;
    font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
    word-wrap: break-word;
    word-break: keep-all;
}
.pe_u_thumb_title a
{
    color: blue;
}

.pe_u_thumb_list, .pe_u_thumb_list a
{
    font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-align: left;
    word-wrap: break-word;
    word-break: keep-all;
}
.pe_u_thumb_list
{
    margin: 0px 0px 2px 5px;
    padding: 2px;
    border-bottom: 1px dotted #e2e2e2;
}
.pe_u_thumb_list a
{
    padding-left: 8px;
    background: url(images/List.gif) no-repeat left -2px;
}
/* 一列式栏目列表信息列表标题样式 */
.p_childclass_list li
{
    width:100%;
    text-align: left;
}
/* ==书签面板文章定义开始== */
/* 二列式信息列表 */
.information_new
{
    padding: 0px;
    margin: 0px;
}
.information_new li
{
    width: 49.5%;
    float: left;
    border-bottom: 1px dotted #e2e2e2;
}
/* 左图右信息列表 */
.article_new
{
}
.article_new .p_list_r li
{
    border-bottom: 1px dotted #e2e2e2;
}
.article_new .p_thumb_l .pe_u_thumb_title
{
    height: 18px;
    margin-bottom: 0px;
}
/* 三图列表 */
.product_new
{
    padding-top: 5px;
}
.product_new li
{
    width: 33%;
    float: left;
    text-align: center;
}
.product_new .pe_u_thumb
{
    height: 120px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e2e2e2;
}
.product_new .pe_u_thumb, .product_new .pe_u_thumb img
{
    width: 140px;
}
.product_new .pe_u_thumb_title
{
    margin: 5px 5px 0px 0px;
}
/* 四图列表 */
.pic_new
{
    padding-top: 5px;
text-align:center;
}
.pic_new li
{
    width: 100px;
    margin-left:10.5px;
_margin-left:7px;
    float: left;
    text-align: center;
    overflow: hidden;
margin-top:2px;
    
}
.pic_new .pe_u_thumb
{
    height: 60px;
    overflow: hidden;
    text-align: center;
border: 1px solid #e2e2e2;
    
}
.pic_new .pe_u_thumb, .pic_new .pe_u_thumb img
{
    width: 100px;
}
.pic_new .pe_u_thumb img {magin-top:3px;}
.pic_new .pe_u_thumb_title
{
    margin: 5px 5px 0px 0px;
    height: 16px;
}
/* 二列图片信息列表 */
.piclist_new
{
    padding-top: 5px;
}
.piclist_new li
{
    width: 49%;
	float: left;
    border-bottom: 1px dotted #e2e2e2;
}
*html .piclist_new li img
{
	margin-top: 5px;
}
/* 二列图片列表 */
.piclist2_new
{
    padding-top: 5px;
}
.piclist2_new li
{
    width: 49%;
	float: left;
	text-align: center;
}
.piclist2_new .pe_u_thumb
{
	margin: auto;
}
/* ==书签面板文章定义结束== */

.new
{
    float: left;
    width: 10px;
    height: 15px;
    background: url(../../images/common1.gif) no-repeat;
}

/* 商品图片、商品名及价格定义 */
.p_list_pic, .p_list_name, .p_list_price, .p_list_botton
{
	padding: 0px;
	margin: 0px;
}
.p_list_pic
{
	margin-left: 8px;
	width: 160px;
	height: 120px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}
.p_list_pic img
{
	width: 160px;
}
.p_list_name, .p_list_name a
{
	padding: 5px;
	text-align: center;
	font: normal normal normal 12px/120% Arial,"宋体",Helvetica,sans-serif;
	color: blue;
	height: 28px;
	overflow: hidden;
}
.p_list_price
{
	text-align: left;
	padding-left: 20px;
}
.p_list_botton, .p_list_botton img
{
	text-align: center;
}
.p_list_botton img
{
	margin: 2px;
}

/*==幻灯图片==*/
#bimg
{
    FILTER: progid:DXImageTransform.Microsoft.Fade(duration=0.5,overlap=1.0);
    width: 298px;
    height: 224px;
}
#simg TD
{
    background: url(images/si_b1.gif) no-repeat center 50%;
    cursor: pointer;
    text-align: center;
}
#simg TD.s
{
    background: url(images/si_b2.gif) no-repeat center 50%;
    color: #fff;
}
#info
{
}
#spanusername
{
    word-spacing :1.4em;
}

/* 匿名用户投稿链接 */
.bt_login {
	margin: 5px 10px 5px 5px;
	display: block;
	width: 67px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	float:left;
	color: #718cb0;
	background: url(Images/bt_login.gif) center 0px no-repeat;
	cursor: pointer;
}
.bt_login:hover {
	color: #ffffff;
	background: url(Images/bt_login.gif) center -23px no-repeat;
}
/* 设置浏览器滚动条颜色 */
<style type="text/css"> 
<!-- 
html { 
     scrollbar-face-color:#e6e6e6; 
     scrollbar-highlight-color:#fff; 
     scrollbar-shadow-color:#eeeeee; 
     scrollbar-3dlight-color:#eeeeee; 
     scrollbar-arrow-color:#d71518; 
     scrollbar-track-color:#fff; 
     scrollbar-darkshadow-color:#fff; 
     } 
--> 
</style>
/* 顶部导航菜单Root = Horizontal, Secondary = Vertical */
ul#pe100_navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 982px; /*For KHTML*/
  list-style: none;
  height: 30px;
}

ul#pe100_navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 32px;
}

ul#pe100_navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 126px;
  list-style: none;
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
}

ul#pe100_navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#pe100_navmenu-h ul li {
  width: 126px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#pe100_navmenu-h a {
  border: 1px solid #f37979;
  border-right-color: #13131d;
  border-bottom-color: #13131d;
  padding: 0 36px;/*两个按钮之间的距离*/
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: url(images/memu_bg.gif) #8f0000;
  color: #fff;
  font: normal normal bold 12px/30px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#pe100_navmenu-h a:hover,
ul#pe100_navmenu-h li:hover a,
ul#pe100_navmenu-h li.iehover a {
  background: url(images/memu_bgg.gif) #cd0b0e;
  color: #000;
}

/* 2nd Menu */
ul#pe100_navmenu-h li:hover li a,
ul#pe100_navmenu-h li.iehover li a {
  float: none;
  background:#8f0000;
  color: #fff;
    text-align: center;
  padding: 0 10px;/*两个按钮之间的距离*/

}

/* 2nd Menu Hover Persistence */
ul#pe100_navmenu-h li:hover li a:hover,
ul#pe100_navmenu-h li:hover li:hover a,
ul#pe100_navmenu-h li.iehover li a:hover,
ul#pe100_navmenu-h li.iehover li.iehover a {
  background: #cd0b0e;
  color: #000;
}

/* 3rd Menu */
ul#pe100_navmenu-h li:hover li:hover li a,
ul#pe100_navmenu-h li.iehover li.iehover li a {
  background: #8f0000;
  color: #fff;
}

/* 3rd Menu Hover Persistence */
ul#pe100_navmenu-h li:hover li:hover li a:hover,
ul#pe100_navmenu-h li:hover li:hover li:hover a,
ul#pe100_navmenu-h li.iehover li.iehover li a:hover,
ul#pe100_navmenu-h li.iehover li.iehover li.iehover a {
  background: #cd0b0e;
  color: #000;
}

/* 4th Menu */
ul#pe100_navmenu-h li:hover li:hover li:hover li a,
ul#pe100_navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #fff;
}

/* 4th Menu Hover */
ul#pe100_navmenu-h li:hover li:hover li:hover li a:hover,
ul#pe100_navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #cd0b0e;
  color: #FFF;
}

ul#pe100_navmenu-h ul ul,
ul#pe100_navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 126px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#pe100_navmenu-h li:hover ul ul,
ul#pe100_navmenu-h li:hover ul ul ul,
ul#pe100_navmenu-h li.iehover ul ul,
ul#pe100_navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#pe100_navmenu-h li:hover ul,
ul#pe100_navmenu-h ul li:hover ul,
ul#pe100_navmenu-h ul ul li:hover ul,
ul#pe100_navmenu-h li.iehover ul,
ul#pe100_navmenu-h ul li.iehover ul,
ul#pe100_navmenu-h ul ul li.iehover ul {
  display: block;
}