﻿/* ==全局样式定义== */
body
{ 
    font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
    margin: 0px;
    padding: 0px;
    background: #fff;
    text-decoration: none;
}
a
{
    font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #000;
}
a:hover
{
    color: #03c;
    text-decoration: underline;
}
img
{
    border: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: 23px;
    list-style:none;
}
/* --定义文字换行(FF不支持)-- */
*, #*, .*
{
    word-wrap: break-word;
    word-break: break-all;
}


/* ==整体布局定义开始== */
/* --head(网页头部)、menu(网页头部导航菜单)、main_bg(网页中部主要内容)、foot(网页底部)-- */
#head, #menu, #foot, #main_bg, .c_padding, .main_standalone
{
    padding: 0px;
    margin: 0px auto;
    width: 980px;
}

#main_bg
{
    width: 982px;
}
/* --top_all(顶部)、center_all(中部)、bottom_all(底部)-- */  /*逻辑上三块，方便引用*/
#top_all, #center_all, #bottom_all
{
    padding-bottom: 5px;
}
#top_all
{
    
}

/* ==top_all(顶部)定义开始== */
/* --网页头部-- */
#head
{
   
    position: relative;
}
#head a
{
    color: #5e7591;
    text-decoration: none;
}
#head a:hover
{
    color: #0a4180;
}
#logo
{
    float: right;
}
#top_link
{
    color: #5e7591;
    float: right;
    width: 300px;
    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,#menu_reg
{
    /* background: url(ywimg/daohang.gif) repeat-x top; */
    background:#C62829;
    clear: both;
    line-height: 38px;
}
/* 网站节点导航 */
#menubox
{
    text-align:center;
    padding: 0px;
    color: #C4D9F1;
 
}
#menubox_reg
{
	padding: 0px;
    margin: 0px auto;
	font-weight:bold;
	color:White;
	width:960px;
	
}
#menubox a
{

    font: bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: white;
    padding: 5px 2px 5px 8px;
    line-height: 38px;
}
#menubox a:hover
{
    color: white;
    text-decoration: underline;
   
}
/* 导航图片 */
#menubox_pic
{
    width: 110px;
    height: 29px;
    text-align: center;
    color: #0a4180;
    float: left;
    clear: left;
    background: url(images/menubox_pic.gif) no-repeat top center;
    font: normal normal bold 14px/29px Arial, "宋体" ,Helvetica,sans-serif;
}
/* ==top_all(顶部)定义结束== */

/* ==center_all(中部)定义开始== */
/* --主要定义-- */
#main_bg
{
    clear: both;
}
#main_left /* 网页中部左侧整体定义 */  /**  向左浮动 **/
{
    float: left;
    width: 208px;
}
#main_right /* 网页中部右侧整体定义1 */
{
    float: right;
    width: 100%;
    margin-left: -210px;  /**实际基准线 允许左侧块归来**/
    text-align: left;
}
#main_right_box /* 网页中部右侧整体定义2 */
{
    margin-left: 215px;
    background-color:blue;
    height:100px;
}
#r_main /* 中部右侧定义 */
{
    float: right;
    width: 200px;
    text-align: left;
}
#main_box /* 中部整体定义 */
{
    margin: 0px;
}
.c_main /* 中部中间定义 */
{
    margin-right: 205px;
}
.c_mains /* 中部中间定义 */
{
}
.c_main_box 
{

}

/* 中部中间定义 
.c_main_box 
{
    border: 1px solid #9bbde6;
}
*/
/* 本站新闻.r_news */
#r_main_t
{
	/*
    margin-right: 302px;
    margin-top: -1px;
    border-top: 1px solid #fff;
    border-left: 1px solid #9bbde6;
    border-bottom: 1px solid #9bbde6;
    text-align: left;
    */
    width:428px;
	height:256px;
    margin-top:0px;
    margin-left:5px;
    padding-left:0px;
    border-top: 1px solid #fff;
    border-left: 1px solid #9bbde6;
    border-bottom: 1px solid #9bbde6;
    text-align: left;
    float:left;
}
.r_news
{
	 background: transparent url(ywimg/menu0.gif) repeat-x scroll 0 0;
    height:29px;
    line-height:29px;
    padding-top:3px;
    
/*    background: url(images/r_news_bg.gif) #fff repeat-x top; */
}

#r_main_t li
{
   /* height:23px;to do	 */ 
}
.list_style
{
	margin-right:5px;
}

/* 书签式面板tabtitle */
.tabtitle, .titlemouseover
{
	 float: left;
    font: normal normal bold 13px/21px Arial, "宋体" ,Helvetica,sans-serif;
    color: white;
    font-size:14px;
    text-align: center;
    overflow: hidden;
    width:77px;
    margin:0 5px;
    padding-top:3px;
    padding-left:3px;

/*
    float: left;
    font: normal normal bold 13px/21px Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
    overflow: hidden; */
}
.tabtitle dl, .titlemouseover dl
{
	margin: 0px;
    padding: 0px;
    height:25px;
    line-height:25px;
    /*
    margin: 0px;
    padding: 0px;
    border: 2px solid #fff;*/
}
.tabtitle
{
    font-weight:normal;
    background: url(ywimg/menu0_bg1.gif) no-repeat;
}
.titlemouseover
{
    cursor: pointer;
    font-weight:bold;
    background:url(ywimg/menu0_bg.gif) no-repeat;
}
* + html .titlemouseover
{
    padding-bottom: 1px;
}
* html #Tab0, * html #Tab1, * html #Tab2, * html #Tab3
{
    margin-right: 0px;
}
#Tab0, #Tab1, #Tab2, #Tab3
{
    margin-top: -4px;
    padding: 5px;
    border-right: 1px solid #9bbde6;
    border-top: none;
    height: auto !important;
	height: 218px;
    min-height: 218px;
}


/* 幻灯片 */
#main_box_t
{
    float: right;
    height: 199px;
    width: 298px;
    padding: 0px;
    background: #eee;
}
.c_slide, .c_slide a
{
    text-align: center;
}

#bimg
{
    filter: progid:DXImageTransform.Microsoft.Fade(duration=0.5,overlap=1.0);
    width: 298px;
    height: 160px;
}
#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_search
{
    clear: left;
    padding: 5px 5px 5px 70px;
    margin-top: 5px;
    height: auto !important;
    height: 36px;
    min-height: 36px;
    background: #f9f9f9;
    border: 1px solid #9bbde6;
    background: url(images/search.gif) #f9f9f9 no-repeat 5px center;
}
.main_search form
{
    margin: 0px;
}
.main_search 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_contents .main_searchs
{
    padding: 5px 5px 5px 50px;
    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(左侧内容) */  /**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, .left_box
{
    border: 1px solid  #FF0000;
}
.left_box
{
    margin-top: 5px;
}
.left_box li
{
	height:23px;line-height:23px;
}
.left_box_top li
{
	height:23px;line-height:23px;
}

.user_box dt, .left_box dt
{
    text-align: left;
    font: normal normal bold 14px/120% Arial, "宋体" ,Helvetica,sans-serif;
    color: white;
    line-height: 24px;
    border-bottom: 1px solid  #FF0000;;
}

.user_box dt
{
    background: url(images/user_tit.gif) no-repeat left top;
}
.left_box dt
{
		padding-left:10px;	
    background: url(ywimg/blue_bg.gif) no-repeat left top;
}
.user_box dd, .left_box dd
{
    padding: 5px;
    line-height: 150%;
    height: auto !important;
    height: 70px;
    min-height: 70px;
}
.user_box dd
{
    text-align: center;
}
.Login_ajax
{
    text-align:left;
}

/* --网页中部右侧内容-- */
/* 右侧导航 */
.r_navigation
{
    margin-bottom: 5px;
    line-height: 24px;
    border: 1px solid #F00;
    text-align: left;
    clear: both;
    color: #F00;
}
.r_navigation a, #r_navigation:link
{
    font: normal normal normal 12px/24px Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #F00;
}
.r_navigation a:hover
{
    color: #F00;
    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
{
    margin: 0px;
    padding: 0px;
}
.r_announce, .r_content
{
    border: 1px solid #9bbde6;
}
.r_announce dt, .r_content dt
{
    border-bottom: 1px solid #9bbde6;
    color: #0a4180;
    font: normal normal bold 14px/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;
}

/* 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 #9bbde6;
}
.c_main dd
{
    border: 5px solid #fff;
}
.c_title
{
    font: normal normal bold 14px/25px Arial, "宋体" ,Helvetica,sans-serif;
    color: white;
    height:35px;
    line-height:25px;
}
.c_title a, .c_title a:link
{
    font: normal normal bold 14px/25px Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: white;
    padding-left: 10px;
    
}
.c_title a:hover
{
    color: white;
  
   
}
.c_content
{
    padding: 5px;
    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_content table
{
	text-align:center;
	width:100%;
	border-collapse: collapse;
}

.c_content_tb table
{
	text-align:left;
	width:100%;
	border-collapse: collapse;
}
.c_content_tb td
{
	vertical-align:middle;
}
.odd_row
{
	background:#e5effa;
}

.c_bot
{
    background: none;
    height: 0px;
    font-size: 0px;
}
/* 中部间距 */
.c_spacing
{
    background: none;
    height: 5px;
    font-size: 0px;
}
.c_title .more
{
    float: right;
    margin-right: 10px;
    display: block;
}
.c_title .more a
{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background: none;
}
.c_title .more a:hover
{
	padding-right:10px;
    color: #fff;
    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 #9bbde6;
    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 #9bbde6;
    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 14px/30px Arial, "宋体" ,Helvetica,sans-serif;
    height: 30px;
    background: url(images/Channel_bg.gif) #a8c6e9 repeat-x top;
    text-align: left;
    color: #014390;
    clear: none;
}
.childclass_title_border
{
    border-top: 1px solid #9bbde6;
    border-left: 1px solid #9bbde6;
    border-right: 1px solid #9bbde6;
}
.class_title a, .childclass_title a, .childclass_title_border a
{
    font: normal normal bold 14px/30px Arial, "宋体" ,Helvetica,sans-serif;
    padding-left: 30px;
    color: #0a4180;
}
.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_hover.gif) no-repeat center;
}
.class_title .more a, .childclass_title .more a, .childclass_title_border .more a
{
    text-decoration: none;
    color: #014390;
    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 #ccc;
}
.class_bot, .childclass_bot
{
    height: 5px;
    background: #F4F8FD;
}
/* 分页 */
.class_page
{
    clear: left;
    padding: 5px;
    margin-top: 5px;
    background: #f9f9f9;
    border: 1px solid #9bbde6;
    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: blue;
    text-decoration: underline;
}

/* 内容页 */
.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 #9bbde6;
    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: right;
    background: #F4F8FD;
    padding-left: 10px;
    border-top: 1px solid #9bbde6;
    height: auto !important;
    height: 5px;
    min-height: 5px;
}
/* 定义内容中的最大宽度，超过隐藏，如隐藏过大的图片 */
.c_content_overflow
{
    width: 100%;
    overflow: hidden;
}
/*站内连接*/
.insidelink
{
	color:#0066FF;
}
* html .c_content_overflow
{
    width: 99.5%;
}
/* 友情链接 */
.c_padding
{
    border: 1px solid #9bbde6;
}
.c_friendsite
{
    padding: 5px;
}
.c_friendsite a
{
    color: #333;
    text-decoration: none;
}
.c_friendsite img
{
    width: 88px;
    height: 31px;
    border: 0px;
}

.c_friendsite ul, .c_friendsite li
{
    margin: 0;
    padding: 0;
}
.c_friendsite li{padding-left:5px;}
.c_friendsite li
{
    float: left;
    text-align: center;
    list-style: none;
    white-space:nowrap;border:1px solid white;
}

/* ==center_all(中部)定义结束== */

/* ==bottom_all(底部)定义开始== */
/* --网页底部-- */
#foot
{
	
    background: url(ywimg/bottom_daohang.gif) repeat-x  top;
    border: 1px solid #9bbde6;
  
    clear: both;
}
/* 管理链接 */
#menu_link
{
    margin: 5px 0px 5px 0px;
    text-align: center;
    color: white;
}
#menu_link a
{
    text-decoration: none;
    color: white;
}
#menu_link a:hover
{
    color: white;
    text-decoration: none;
}
/* 版权信息 */
#copyright
{
    font: normal normal normal 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
    margin: 5px 0px 20px 0px;
    text-align: center;
}
/* ==bottom_all(底部)使用定义结束== */

/* ==通用定义== */
.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
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* 提示信息 */
.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: 20px;
    margin: 0px;
    list-style: none;
    display: inline;
    float: left;
    height: 20px;
    cursor:pointer;
}
#announce_crosswise ul
{
    padding-right: 20px;
}
#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: 300px;
    top: 50px;
}


/* 图片更新 */
.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 #ccc;
}
.imgtitle img
{
    width: 547px;
}
/* 二列式图文布局 */
.p_thumb_l
{
    float: left;
    text-align: center;
    padding: 5px;
}
.p_thumb_l, .p_thumb_l li
{
    text-align: center;
}


.p_thumb_l, .p_thumb_l_pic img
{
    /* width: 160px; */
    width:100px;
}
.p_thumb_l_title
{
    margin-top: 5px;
}

.p_thumb_r
{
    float: right;    
    text-align: center;
    padding: 5px;
     width:100px;
}



.p_list_r
{
    margin-left: 115px;
}
.p_list_r li, .p_list_r td
{
/*    border-bottom: 1px dotted #ccc; */
}
.p_thumb_l 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 #ccc;
}

/* ==网站首页内容显示定义结束== */

/* --整站普通图片列表标签-- */
/* 定义缩略图外框大小，控制隐藏超出的图片内容 */
.pe_u_thumb, .p_thumb_l_pic
{
    /* height: 120px; */
    height:75px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
}
/* 定义缩略图宽度，按比例缩放 */

.pe_u_thumb, .pe_u_thumb img
{
/*    width: 160px; */
 width: 100px;
}
/* 定义缩略图标题样式 */
.pe_u_thumb_title
{
    margin: 5px 5px 5px 0px;
    height: 16px;
    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 #ccc;
}
.pe_u_thumb_list a
{
    padding-left: 10px;
    background: url(images/List.gif) no-repeat left -2px;
}
/* 一列式栏目列表信息列表标题样式 */
.p_childclass_list .pe_u_thumb_list li
{
    width: 100%;
    text-align: left;
}

/* ==书签面板文章定义开始== */
/* 二列式信息列表 */
.information_new
{
    padding: 0px;
    margin: 0px;
}
.information_new li
{
    width: 49.5%;
    height:23px;
    float: left;
    border-bottom: 1px dotted #ccc;
}
/* 左图右信息列表 */
.article_new
{
}
.article_new .p_list_r li
{
    border-bottom: 1px dotted #ccc;
}
.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 #ccc;
}
.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;
}
.pic_new li
{
    width: 25%;
    float: left;
    text-align: center;
}
.pic_new .pe_u_thumb
{
    height: 60px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
}
.pic_new .pe_u_thumb, .pic_new .pe_u_thumb img
{
    width: 90px;
}
.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 #ccc;
}
*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 #ccc;
}
.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: 290px;
    height: 160px;
}
#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
{
}


/* 匿名用户投稿链接 */
.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;
}
/* 站内链接 */
.insidelink
{
    color:Red;
}
/* 商品详细_相关信息 */
.ProductDetail ul li
{
	width:100%;
	text-align:left;
}


/* --TAG标签CSS-- */
.tagS1
 {
 	margin: 0px 5px;

 }
 
 .tagS1 a
 {
 	font : bold 12px/12px Verdana, Arial, Helvetica, sans-serif, "微软雅黑";
 	color:Black;
 }
  
.tagS2
 {
 	margin: 0px 5px;
 }
 
 .tagS2 a
 {
 	font : bold 16px/18px Verdana, Arial, Helvetica, sans-serif, "微软雅黑";
 	color:Blue;
 }
 
.tagS3
 {
 	margin: 0px 5px;
 }
 
 .tagS3 a
 {
 	font : bold 22px/24px Verdana, Arial, Helvetica, sans-serif, "微软雅黑";
 	color:Green;
 }
 
.tagS4
 {
 	margin: 0px 5px;
 }
 
  .tagS4 a
 {
 	font : bold 28px/28px Verdana, Arial, Helvetica, sans-serif, "微软雅黑";
 	color:Red;
 }
 
.tagS5
 {
 	margin: 0px 5px;
 }
 
  .tagS5 a
 {
 	font : bold 36px/36px Verdana, Arial, Helvetica, sans-serif, "微软雅黑";
 	color:Orange;
 }
 .Tag_Content
 {
 	font : bold 12px/12px Verdana, Arial, Helvetica, sans-serif, "宋体";
 	color:Black;
 }
 
 /*==书签菜单定义开始==*/
#AdminTabs {
    height: 24px;
    clear: both;
}
#AdminTabs, #AdminTabs ul, #AdminTabs li {
      margin: 0px;
      padding: 0px;
}
/*书签右侧间隔*/
#AdminTabs li {
    cursor: pointer;
    margin-right: 2px;
    font-weight: bold;
}
#AdminTabs li, #AdminTabs a {
      float: left;
}
/*-左背景，等同图片宽度-*/
#AdminTabs a {
      background:url("Images/tableft.gif") no-repeat left top;
      margin: 0px;
      padding-left: 3px;
      text-decoration: none;
      font: normal normal normal 12px/24px Arial, "宋体" ,Helvetica,sans-serif;
      display: block;
      text-align: center;
      /*_width:70px;*/
      min-width:70px;
}
/*-右背景，左缩进需减去左背景缩进-*/
#AdminTabs a span {
      float: none;
      display: block;
      background: url("Images/tabright.gif") no-repeat right top;
      padding: 0px 8px 0px 5px;
      color: #000;
}
/*-背景定位-*/
#AdminTabs a:hover, #AdminTabs #current a {
      background-position: 0% -24px;
}
#AdminTabs a:hover span, #AdminTabs #current a span {
      background-position: 100% -24px;
      color: #fff;
}
/*==书签菜单定义结束==*/

/*商品比较图片大小定义*/
#TbProduct img{width:100px; height:100px;margin:5px; padding:2px;background:#fff; border:1px solid #ccc;}

/**亿网互动**/
.tonglan
{
	padding: 0px;
    margin: 0px auto;
    width: 980px;		
	clear: both;
}

#body_a 
{
	padding:0px;
margin:0px;	
height:349px;
margin:0 auto;
overflow:hidden;
padding:0;
width:980px;
}

#main_box_yw
{
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;

background:transparent url(ywimg/img_left.gif) no-repeat scroll 0 0;

float:left;
height:348px;
width:324px;
}


#main_box_yw .left_img {
height:215px !important;
margin:0 auto;
overflow:hidden;
padding-top:12px;
width:304px;
}

#main_box_yw .left_new {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;

height:68px !important;
margin:0px auto;
margin-top:40px;
overflow:hidden;
width:304px;
}



/** 开办信息 */
#kaiban {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(ywimg/jiangzuo_right.gif) no-repeat scroll 0 0;
float:right;
height:258px;
margin:0 auto;
overflow:hidden;
padding:0;
width:218px;
}
#kaiban table
{
	margin-top:40px;
	margin-left:10px;
}
#kaiban th
{
	font-weight:bold;
	color:#FF6600;
}

#kaiban2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
overflow:hidden;
padding:0;
}
#kaiban2 table
{
	margin:0px;padding:0px;border:0px;
}
#kaiban2 th
{
	font-weight:bold;
	color:#FF6600;
}

#block_wenda
{
	margin-top:5px;
	width:650px;	
	height:82px;
	float:right;	
}
.information_new_3
{
    padding: 0px;
    margin: 0px;
}
.information_new_3 ul
{
	margin: 10px;
}
.information_new_3 li
{
    width: 33%;
    height:23px;
    float: left;
}


/* 中部到尾二列 */
.c_main_two_yw
{
    float: right;
    width: 100%;
}


.c_right_yw, .c_right_yw dl, .c_right_yw dt, .c_right_yw dd,.c_left_yw, .c_left_yw dl, .c_left_yw dt, .c_left_yw dd
{
    margin: 0px;
    padding: 0px;
}
.c_right_yw, .c_left_yw
{
	    background: transparent url(ywimg/menu0.gif) repeat-x scroll 0 0;
}
.c_right_yw dl,.c_left_yw dl
{
    border: 1px solid #9bbde6;
    overflow: hidden;
}
.c_right_yw dd,.c_left_yw dd
{
    border: 5px solid #fff;
}
.c_right_yw
{
  float:right;
  width:380px;
  display: block;
}

/**右侧二列通到底*/
.c_right_all_yw
{
  float:right;
  width:755px;
  display: block;
}



/**引入c_left_yw留下中间距离**/
.c_left_yw  
{
	float:right;
	width:380px;
    margin-right: 5px;
    display: block;
}
.main_right_yw /* 网页中部右侧整体定义1 */
{
    float: right;
    width: 100%;
    margin-left: -225px;  /**实际基准线 允许左侧块归来**/
    text-align: left;
	
}
.main_left_yw /* 网页中部左侧整体定义 */  /**  向左浮动 **/
{
    float: left;
    width: 218px;
}
.main_left_yw
{
    padding: 0px;
    margin: 0px;
}

.tonglan_img  img
{
	padding:0px;margin:0px;border:0px;float:left;
}


/* --网页中部左侧内容-- */
/* user_box(用户登录)、left_box(左侧内容) */  /**left_box也是逻辑上的意义。**/
.left_box_top, .left_box_top dl, .left_box_top dt, .left_box_top dd
{
    padding: 0px;
    margin: 0px;
}
.left_box_top
{
    border: 1px solid #F00;
}
.left_box_top dt
{
    text-align: left;
    font: normal normal bold 14px/120% Arial, "宋体" ,Helvetica,sans-serif;
    color: white;
    line-height: 24px;
    border-bottom: 1px solid #F00;
    padding-left   :10px;	
  background: url(ywimg/blue_bg.gif) no-repeat left top;
}
.left_box_top dd
{
    padding: 5px;
    line-height: 150%;
    height: auto !important;
    height: 50px;
    min-height: 50px;
}

.left_box_top li
{
	padding-left:10px;
}
.left_box_top a
{
	padding-left:10px;
}

/**文章***/
.article_list
{
	border-bottom:1px dotted #999999;
	padding:5px;
}

.article_list a
{color:#0085C0;	 
    font-size:12px;
    font-weight:bold;
	
}

.article_list .title
{
	margin-right:100px;	
	float:left;
}

div.titlehot {
padding-bottom:6px;
padding-top:10px;
}
.font14 {
	font-size:14px;
}
.colredb {
color:#CC3300;
font-weight:bold;
}
.font_en {
font-family:Arial,Helvetica,sans-serif;
}
.colred {
color:#CC3300;
}

.kongjian_block
{
	padding:5px;
   width:170px;
   float:left;
   border-left:dotted 1px black;	
	
}
.c_content_text p
{
	padding:0px;
	margin:0px;
}
.c_content_text dd
{
	text-indent: 2em;
}
.c_content_text  a
{
	target:exp ression(this.target=’_blank’); 
}

/****/
.counter_tool
{
	display:none;
}

.article_list
{
	
	
}
.title_img
{
	margin:0px;
	padding:5px;
}
.title_img img 
{
	width:200px;
	height:150px;
	
}
.article_col_one
{
	height: auto !important;
	height: 150px;
	min-height:150px;
}

.tu_wen_img
{
	
}
.article_col_one .title_img
{
	margin-right:5px;
	float:left;
}

.article_col_two .title_img
{
	margin-right:5px;
	height:150px;
	
}
.article_col_two img
{
	width:200px;
	height:150px;
	margin-right:5px;
	display:block;
	float:left;
}

.article_col_two
{
	width:360px;
	height:180px;
	float:left;
}

.article_col_four img
{
	width:160px;
	height:140px;
	display:block;
}
.article_col_four .title_img
{
	margin-right:0px;
}
.article_col_four
{
	width:170px;
	height:180px;
	float:left;

}
.datetime
{
	
}

.center_pos
{ text-align:center}

.p_list_r_yw
{
    margin-left: 15px;
}
.p_list_r_yw li, .p_list_r_yw td
{
    border-bottom: 1px dotted #ccc;
}
.mianfeifuwu
{
	 font-weight:bold;
	 color:white;	
}
.mianfeifuwu li
{
	background: transparent url(ywimg/menu0.gif) repeat-x scroll 0 0;
	height:28px;
	line-height:28px;
	margin-top:1px;
}
.mianfeifuwu a
{
	 font-weight:bold;
	 color:white;	
	 text-decoration: none;	 
	 padding-left:30px;
	 line-height:28px;
	
}
.mianfeifuwu a:hover
{
	color:white;	
	padding-left:20px;
	 text-decoration: none;	 
	 font-size:14px;
}

.gongkairi .title
{
	width:80px;
	color:#FF6600;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}
.gongkairi table,.gongkairi tr,.gongkairi td
{
	margin:0px;padding:0px;
}
.zhongxinyoushi .title
{
	vertical-align:top;
	width:26%;
	color:#0066ff;
}
.zhongxinditu .c_content
{
	text-align:center;
}
#bottom_words a{ color:blue; }
#bottom_words a:hover{ color:blue; text-decoration:none;}

p{text-indent: 2em;}
.qq 
{
	height:28px;
	line-height:28px;
}
.qq img{ margin-top:2px; width:74px;height:23px; float:left;}

.normal{  padding-left:5px; float:left;}

.qq a{text-decoration:none;}
.qq a:hover{text-decoration:none;}
.qq2 {margin-left:15px;float:left;}
.qq2 img {margin-left:10px;}
.sm00{ width:600px;}
.sm01{color:#FF0000;}


#daohang

{


width: 980px;
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px auto;
PADDING-TOP: 0px

}
#daohangqq {
	MARGIN-TOP: 2px; MARGIN-LEFT: 1px; width:980px;  overflow:hidden;
}
#daohangqq LI {
	FLOAT: left;  WIDTH: 98px; HEIGHT: 34px; TEXT-ALIGN: center
}
#daohangqq LI A {
	DISPLAY: block; BACKGROUND: url(/ywimg/dh_bg_01.jpg); margin-right:1px; WIDTH: 96px; COLOR: #000; HEIGHT: 34px; >
}
#daohangqq LI A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; BACKGROUND: url(/ywimg/dh_bg_red.jpg) no-repeat; WIDTH: 96px; COLOR: #fff; HEIGHT: 34px; 
}
#daohangqq LI .selected {
	BACKGROUND: url(/ywimg/dh_bg_red.jpg); COLOR: #fff
}
.navtxt {

	float:left;

	FONT:  13px/38px Arial, "宋体" ,Helvetica,sans-serif;
	
	   LINE-HEIGHT: 32px;
	   width:105px;
}


.tonglanqq{ background-color:#FF6600;height:30px;padding-top:1px;}
.xiaoqu{margin-left:600px;}
.xiaoqu ul,.xiaoqu li { padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
}
.xiaoqu li {float:left;width:120px;}

.szll_info img
{
	display:block;
	float:left;
}
.szll_info a{	color:#0066FF;}
.szll_info a:hover{	color:#0066FF;}
.szll_info  ul
{
	margin-left:90px;
}	

 .szll_info .content
 {
    margin-left:10px;	
 }
 .tonglanqq .zzdh
 {
	
 }
 
 .zzdh{ 	color:#000;margin-left:20px;	 line-height:28px; }
 .zzdh a { 	color:#000 }
 .zzdh a:hover { 	color:#000; text-decoration:none;}
 
.c_content_relation
{
}
.c_content_relation .c_title  a
{
	color:blue;	
}
.c_content_relation .c_contents
{
	margin-left:50px;
	border:1px solid white;
}
.c_content_relation .c_contents a
{
	color:#0000FF
}

.c_content_relation .c_contents li
{
	list-style:disc
}

.style2
{
background-color:#FFFFDD;
border:1px solid #FFCC00;
color:#800000;
font-size:12px;
line-height:35px;
height:35px;
padding:5px 10px;	
}
.style2 b {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/ywhint.gif) no-repeat scroll left center;
line-height:35px;
padding-left:20px;
}
.style2 a
{
	color:#800000;
}
.style2 a:hover
{
	color:#800000;text-decoration:none;
}
.text_li li
{
	height:23px;
	margin-left:5px;
}

.tonglan_remen, .tonglan_remen_unit,.tonglan_remen_unit_t
{
	background: transparent url(ywimg/menu0.gif) repeat-x scroll 0 0;	
	width:100%;
	color:#fff;
}
.tonglan_remen{height:23px;}
.tonglan_remen_unit
{
	width:326px;
	float:left;
}
.tonglan_remen_unit_t
{
	width:328px;
	float:right;
}
.tonglan_remen_unit .c_title,.tonglan_remen_unit_t .c_title
{
	margin-left:10px;
    font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #fff;
    line-height:28px;
}


.tonglan_remen_unit .text_li li a:hover,.tonglan_remen_unit_t .text_li li a:hover
{
	color:#00f;
	font-size:14px;
}


.content_jiuye
{
	margin:0px;padding:0px;border:0px;
}
.content_jiuye th
{
	font-weight:bold;
	color:#FF6600;
	background:#ddeeff;
}


.top_col
{
	text-indent: 0;
}

.p_center
{
	text-align:center;	
}
