﻿/* ==全局样式定义== */
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }===变灰色===*/
body
{
	/*filter:Gray;*/
	font: bold normal 14px/150% Arial, "宋体", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #E1F1F4;
	text-decoration: none;
}
a
{
	font: normal 12px/120% Arial, "宋体", Helvetica, sans-serif;
	text-decoration: none;
	color: #03C;
}
a:hover
{
    text-decoration: underline;
}
input[type=text], input[type=Keyword]
{
	font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
    height: 15px;
    margin: 1px;
}
select{
	font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
	color:#616161;
}
* + 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;
	color: #09C;
}
li
{
	line-height: 21px;
	list-style:none;
	color: #09C;
}
/* --定义文字换行(FF不支持)-- */
*, #*, .*
{
    word-wrap: break-word;
    word-break: break-all;
}


/* ==整体布局定义开始== */
/* --head(网页头部)、menu(网页头部导航菜单)、main_bg(网页中部主要内容)、foot(网页底部)-- */
#head, #menu, #foot, #main_bg, #main_bg2, #main_bg3
{
	padding:0;
    margin: 0px auto;
    width: 996px;
	clear:both;
}
/* --top_all(顶部)、center_all(中部)、bottom_all(底部)-- */
#top_all, #center_all, #bottom_all
{
    padding-bottom: 1px;
}

/* ==top_all(顶部)定义开始== */
/* --网页头部-- */
#head
{
    position: relative;
}
#head a
{
    text-decoration: none;
}
#head a:hover
{
	text-decoration: none;
}
#top_t {
	height: 23px;
	margin-bottom: 1px;
	background: url(images/topt_bg.gif) repeat-x;
	;
}
#top_banner {
	height: 114px;
	background: url(images/banner.swf);
}
#logo
{
	margin-top: 40px;
	padding-left: 40px;
	height: 45px;
	float: left;
	width: 300px;
	
}
#top_link
{
    color: #255892;
    float: right;
    width: 400px;
    margin: 6px 15px 0px 0px;
    text-align: right;
}
#top_link ul, #top_link li
{
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
}
#top_link li
{
	float:right;
	width: 80px;
}
/* --网页头部导航菜单-- */
#menu
{
	height: 20px;
	background-color: #d5dde7;
	background-repeat: no-repeat;
	clear: both;
}
/* 一级菜单 */
#menubox
{
	height: 20px;
	line-height: 20px;
	height: 30px;
	margin-left: 20px;
}
#menubox ul
{
	display:block;
	list-style:none;
}
#menubox li
{
	float:left;
	display: block;
	width: 79px;
	padding: 6px 5px 3px 5px;
	height: 21px;
}
.Class_on
{
	background: url(images/tab_change_bg.gif) no-repeat;
}
#menubox .Class_on a,#menubox .Class_on a:hover
{
	color:#FFFFFF;
}
#menubox a
{
    font: normal normal bold 12px/160% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    padding: 5px 2px 5px 12px;
	color: #4e83c1;

}
#menubox a:hover
{
    color: #4e83c1;
    background: url(images/menubox_hover.gif) no-repeat;
}
/* 二级菜单 */
.menu_list
{
	height: 21px;
	margin-left: 50px;
	width:830px;
	overflow:hidden;
}
.menu_list ul
{
	display:block;
}
.menu_list li
{
	float:left;
	display: block;
	text-align: left;
	padding: 6px 20px 3px 16px;
	background: url(images/lite_icon.gif) no-repeat 2px 12px;
}
.menu_list a
{
	color: #3569a2;
	line-height:160%;
}
.menu_list a:hover
{
	text-decoration:underline;
}
.top_more_menu li
{
	padding: 6px 5px 3px 9px;
}
/* ==top_all(顶部)定义结束== */


/* ==center_all(中部)定义开始== */
/* --主要定义-- */
#main_bg
{
	clear: both;
}
#main_left /* 网页中部左侧整体定义 */
{
	width:216px;
	float: left;
}
#main_center /* 网页中部左侧整体定义 */
{
	width:536px;
	float: right;
	margin: 0px;
}
#main_right /* 网页中部右侧整体定义1 */
{
	width:216px;
	float: right;
	margin: 0px 0px 0px 0px;
}
#main_bg.main_bgpic
{
	background: url(images/main_bg_img.gif) repeat-x;
	padding: 0px;
}

/* --连接配色方案一-- */
.link_style1 a{color:#3669a0;text-decoration:none;}
.link_style1 a:hover{color:#255892;text-decoration:underline;}
/* --连接配色方案二-- */
.link_style2 a, .c_c_serice a{color:#777;text-decoration:none;}
.link_style2 a:hover, .c_c_serice a:hover{color:#255892;text-decoration:underline;}

/* --网页通用列表-- */
.list_all
{
	width:216px;
}
.list_all dt
{
	height:26px;
}
.list_all li
{
	padding-left:2px;
}
.list_all ul
{
	margin-top:1px;
	margin-bottom:8px;
}
.list_all a
{
	font-size:12px;
	color:#3669a0;
}
.list_all a:hover
{
	color:#255892;
}
/* --双列列表-- */
.list_all00
{
	width:430px;
}
.list_all00 dt
{
	height:26px;
}
.list_all00 li
{
	padding-left:2px;
}
.list_all00 ul
{
	margin-top:1px;
	margin-bottom:8px;
}
.list_all00 a
{
	font-size:12px;
	color:#3669a0;
}
.list_all00 a:hover
{
	color:#255892;
}



/* --网页通用列表标题-- */
.list_title_a
{
	width:216px;
	height:26px;
	background: url(images/chief_icon2.gif) no-repeat;
}
.list_title
{
	width:216px;
	height:26px;
	background: #E9F3F3 url(images/list_bg.gif) no-repeat;
	border-top: none #D6F1F1;
	border-right: none #D6F1F1;
	border-bottom: none #D6F1F1;
	border-left: none #D6F1F1;
}
.list_title a
{
	float:left;
	font: normal normal bold 14px/120% Arial, "宋体" ,Helvetica,sans-serif;
	color:#FFFFFF;
	height:21px;
	padding:5px 0px 0px 49px;
}
.list_title a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
.list_title00 a
{
	float:left;
	font: normal normal bold 14px/120% Arial, "宋体" ,Helvetica,sans-serif;
	color:#FFFFFF;
}
.list_title00 a:hover
{
	color:#FFFccc;
	text-decoration:none;
}


.list_title2
{
	width:244px;
	height:26px;
	background: url(images/list_bg2.gif) no-repeat;
}
.list_icon0 a{background: url(images/chief_icon2.gif) no-repeat 16px 2px;}
.list_icon1 a{background: url(images/title1icon.gif) no-repeat 16px 2px;}
.list_icon2 a{background: url(images/title2icon.gif) no-repeat 16px 1px;}
.list_icon3 a{background: url(images/title3icon.gif) no-repeat 16px 1px;}
.list_icon4 a{background: url(images/title4icon.gif) no-repeat 16px 1px;}
.list_icon5 a{background: url(images/title5icon.gif) no-repeat 16px 1px;}
.list_icon6 a{background: url(images/title6icon.gif) no-repeat 16px 1px;}
.list_icon7 a{background: url(images/title7icon.gif) no-repeat 15px 0px;}


/* --网页中部左侧内容-- */
.c_left_01
{
	background: url(images/c_left_1_bgimg.gif) no-repeat;
	width:216px;
	height:108px;
	margin: 0px 0px 1px;
	;
}
.c_left_01 dt
{
	font: normal normal bold 14px/120% Arial, "宋体" ,Helvetica,sans-serif;
	color:#FFFFFF;
	padding:6px 0px 13px 10px;
}
.c_left_01 li
{
	float:left;
	padding-left:21px;
	background: url(images/c_l1_lite_icon.gif) no-repeat 8px 7px;
	width:83px;
	height:24px;
}
.c_left_01 a
{
	font: normal normal bold 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
	color:#c6e3ff;
}
.c_left_02 ul
{
	margin:7px 2px;
}
.c_left_02 li
{
	padding:5px 0px 0px 45px;
	height:24px;
	border-bottom:#c4dcf2 1px solid;
}
.c_left_02 li#tab01{background: url(images/phone_icon.gif) no-repeat 12px 3px #f3f8fc;}
.c_left_02 li#tab02{background: url(images/survey_icon.gif) no-repeat 15px 3px #f3f8fc;}
.c_left_02 li#tab03{background: url(images/bbs_icon.gif) no-repeat 12px 3px #f3f8fc;}
.c_left_02 li#tab04{background: url(images/feeback_icon.gif) no-repeat 12px 1px #f3f8fc;}
.c_left_02 li#tab05{background: url(images/email_icon.gif) no-repeat 12px 3px #f3f8fc;}

/* --网页中部左侧内容结束-- */

/* --网页中部居中内容开始-- */
.c_center_t
{
	background: url(images/l2.jpg) no-repeat 1px center;
	height: 48px;
	width: 4px;
	padding: 0px 0px 0px 122px;
	margin: 0px;
	border-top: none #9CF;
	border-right: none #9CF;
	border-bottom: none #9CF;
	border-left: none #9CF;
}
.c_scrollclasss
{
	float:left;
	overflow:hidden;
	height:20px;
	width: 600px;
	margin-top: 16px;
}
.c_scrollclasss #marqueebox a
{
	line-height:22px;
	font-size: 16px;
	text-decoration: blink;
	color: #03C;

}
.c_center_t li
{
	float:left;
	width:200px;
}
.c_center_t li
{
	float:left;
	width:420px;
}
.c_center_news
{
	background: url(images/newsbox_titlebg.gif) no-repeat;
	padding:0px 0px 0px 33px;
	width:530px;
	height:24px;
}
.c_center_news li
{
	float:left;
	width:72px;
	height: 24px;
	text-align:center;
}
.c_center_news a
{
	font: normal normal bold 12px/24px Arial, "宋体" ,Helvetica,sans-serif;
	color:#e0e9f3;
}
.Class_on_news
{
	background: url(images/c_sele_on.gif) no-repeat;
}
.Class_on_news a
{
	color:#5287c5;
}
.c_center_nmain
{
	height:197px;
	padding-bottom: 10px;
}
.newsflash
{
	padding-top:18px;
	width:250px;
	float:left;
}
#newstab1, #newstab2, #newstab3
{
	float:left;
	width:280px;
	padding: 10px 0px 0px 10px;
	top: 0px;
}#newstab4
{
	float:left;
	padding: 0px;
	top: 0px;
	height: 40px;
	width: 600px;
	font-size: 18px;
	color: #00C;
	overflow: hidden;
	font-style: normal;
	text-decoration: blink;
}
#newstab1 dt, #newstab2 dt, #newstab3 dt
{
	padding: 18px 0px 0px 0px;
}
.list_dt_style li
{
	background-image:none;
	padding:0px;
}
.list_dt_style li a
{
	font: normal normal bold 18px auto;
	color:#d2360e;
}
.c_center_bm
{
	height:91px;
	width:530px;
	clear:both;
	border-top: 1px double #0CF;
	border-bottom: 1px solid #09F;
	border-right-style: none;
	border-left-style: none;
}
.c_c_bmpic
{
	width:126px;
	height:91px;
}
#c_c_bmpic1
{
	float:left;
	padding-right:1px;
}
#c_c_bmpic2
{
	float:right;
}
#c_c_bmpic3
{
	float:right;
	padding-right:1px;
}
#c_c_bmpic4
{
	float:right;
	padding-right:1px;
}
.c_search
{
	background: url(images/searchpic.jpg) no-repeat 13px 7px;
	width:520px;
	height:30px;
	background-color: #f1f1f1;
	margin:4px 0px 7px;
	padding:8px 0px 0px 100px;
	overflow: auto;
}
.c_c_setecttxt
{
	float:left;
	padding-right:15px;
}
.c_c_serice_main
{
	height:235px;
}
.c_c_serice dt
{
	height:18px;
}
.c_c_serice_l
{
	float:left;
	width:262px;
}
.c_c_serice_r
{
	float:right;
	width:274px;
}
.c_c_serice li
{
	float:left;
	text-align:center;
	width:87px;
}
.c_c_serice#s_tab1{float: left;margin-bottom:5px;width:262px;}
.c_c_serice#s_tab2{float: right;clear: right;margin-bottom:15px;width:274px;}
.c_c_serice#s_tab3{float: right;clear: right;margin-bottom:15px;width:274px;}
.c_c_serice#s_tab4{float: left;width:262px;}
.c_c_serice#s_tab5{float: right;clear: right;width:274px;}
/* --网页中部居中内容结束-- */

/* --网页中部右侧内容开始-- */
.r_topic_t
{
	text-align:center;
	margin-bottom:6px;
}
.c_d_work
{
	background: url(images/d_bgborder.gif) no-repeat;
	width:495px;
	height:158px;
	float:left;
}
.c_b_title
{
	margin-top:4px;	
	margin-left:4px;	
}
.c_b_title li
{
	float:left;
	text-align:center;
	background: url(images/c_b_icon.gif) no-repeat 0px 8px;
}
.c_b_title a
{
	float:left;
	color:#777;
	padding-top:7px;
	width:80px;
	height:28px;
	font-weight:bold;
	text-decoration:none;
}
.c_b_title a.seleon_work
{
	color:#ffffff;
	background: url(images/c_b_title_bg.gif) no-repeat;
	text-decoration:none;
}
.c_b_ConList{
	margin:0px 5px 5px 5px;
	clear:both;
}
.c_b_ConListPic{
	padding:10px 0px 0px 26px;
	float: left;
}
.c_b_ListTxt{
	padding:10px 0px 0px 3px;
	float: right;
	width: 298px;
}
.c_b_ListTxt li
{
	float:left;
	width:90px;
	padding:0px 5px 0px 6px;
	background: url(images/lite_icon2.gif) no-repeat 0px 10px;
}

.c_d_work2
{
	background: url(images/d_bgborder.gif) no-repeat;
	width:495px;
	height:158px;
	float: right;
}
.c_b_ConList_r
{
	margin:10px 13px 0px 13px;
	height: 69px;
}
.c_b_ConList_r li
{
	float:left;
	width:78px;
	text-align:center;
}
.c_b_bmtxt_r
{
	padding:4px 4px 4px 30px;
}
.c_b_bmtxt_r li
{
	float:left;
	width:72px;
	padding:0px 1px 0px 6px;
	background: url(images/lite_icon2.gif) no-repeat 0px 10px;
}
/* --网页中部右侧内容开始-- */

/* --网页中部底部内容开始-- */
.c_b_bottom{
	padding-top:5px;
}
.c_b_pic_r
{
	width:486px;
	float: left;
	padding-top: 2px;
}
.c_b_pic_rt
{
	background: url(images/pic_titlebg.gif) no-repeat;
	padding:0px;
	width:488px;
	height:26px;
}
.c_b_pic_rt li
{
	height:23px;
	color:#5085c2;
	padding:2px 0px 0px 11px;
	width:72px;
	font-weight:bold;
}
.c_b_pic_m
{
	padding:15px 5px 5px;
	text-align:center;
	height: 140px;
	border: 1px solid #9ac3ea;
	top: 8px;
	
}
.c_b_pic_m .m_b_pic_title
{
	margin:2px 0;
}
.c_b_pic_m dd
{
	padding:5px 0px 0px 0px;
	height: 112px;
}
.c_b_pic_m li
{
	float:left;
	padding:0px 3px 0px 3px;
}
.c_b_pic_m img
{
	width:140px;
	height:105px;
}
.c_b_bbs_list
{
	float:right;
	width:246px;
	border:1px solid #9ac3ea;
	background-color:#f3f8fc;
	height: 178px;
}
.c_b_bbs_list dd
{
	padding:0px 0px 0px 8px;
}
.c_b_link
{
	clear:both;
	padding:5px 0px 5px 0px;
}
.quick_link
{
	background: url(images/quick_bg.gif) repeat-x;
	height: 28px;
	padding-top: 3px;
	padding-left: 35px;
}
.c_b_link_l
{
	float:left;
}
.c_b_link_r
{
	padding-left:130px;
}
.b_link_sele
{
	float:left;
	padding-top:2px;
}
/* --网页中部底部内容结束-- */



/* 底部定义开始== */
#foot
{
	background-color:#e2eef9;
}
.foot_link
{
	text-align:center;
	padding: 10px 0px 10px 0px;
	color:#f62b26;
	border-bottom:2px solid #fff;
}
.foot_link a
{
	color:#f62b26;
}
.font_contact
{
	color:#548bcb;
	text-align: center;
	padding: 15px 0px 20px 0px;
}
.font_contact a
{
	color:#548bcb;
}
/* 底部定义结束== */

/* 通用定义开始= */
.main_topspace{
	height:28px;
	color: #09C;
	background: #66CCFF;
}
.main_topspace a
{
	height:28px;
	color: #09C;
}
.main_topspace li
{
	height:28px;
	color: #09C;
}
.main_topspace li a
{
	height:28px;
	color: #09C;
}
.class_page{
	text-align:right;
	margin: 10px 0 10px 0;
}
.pe_u_thumb{
	text-align:center;
}
.pe_u_thumb_title{
	text-align:center;
}
.clearbox, .clearbox2
{
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	border-top: 0px;
	margin-top: 0px;
	height: 4px;
	clear: both;
	background: none;
	font-size: 0px;
	visibility: hidden;
}
.clearbox2
{
    margin-right: 205px;
    clear: left;
}

/* 中部间距 */
.c_spacing
{
	background: none;
	height: 1px;
	font-size: 0px;
}

/* 通用页整体布局定义 */
#Gen_left_main
{
	float: left;
	width: 216px;
}
#Gen_center_main
{
	float: right;
	width: 774px;
	margin-bottom: 5px;
}


/* 通用页左侧定义 */
.left_box, .user_box
{
	background-color:#f9fcff;
	margin-bottom:3px;
}
.left_box ul
{
	clear:both;
}
.left_box dt, .user_box dt
{
	background: url(images/inter_titlebg.gif) no-repeat;
	font: normal normal bold 14px/120% auto;
	color:#FFFFFF;
	height:21px;
	padding:5px 0px 0px 51px;
}
.left_box dd, .user_box dd
{
	padding:8px 10px 8px 10px;
	border-left:#9ac3ea 1px solid;
	border-right:#9ac3ea 1px solid;
	border-bottom:#9ac3ea 1px solid;
	color:#555;
}
.left_box li
{
	padding:2px 0px 0px 10px;
	overflow:hidden;
}
.left_box ul li a, .user_box dd li a
{
	color:#366aa3;
}
/* 通用定义结束= */

/* 模板通用CSS*/
.r_navigation
{
	background: url(images/conv_daohang_bg.gif) no-repeat left;
	padding-left:20px;
	padding-top:5px;
	height:25px;
	color:#2D6EC3;
	line-height:22px;
}
.r_navigation a
{
	color:#2D6EC3;
}
.r_ad
{
    padding: 0px;
    margin: 0px;
}
#r_main
{
	float:right;
	width:196px;
}
.c_main
{
	margin-right:204px;
}
.main_search
{
	clear:both;
	background:url(images/invest_title2bg.gif) repeat-x bottom;
	border:1px solid #d6dee7;
	height:27px;
	padding-left:20px;
	padding-top:3px;
}
.main_search input, .main_search select
{
	vertical-align:middle
}
.class_title, .c_title, .childclass_title, .childclass_title_border
{
	background:url(images/titlestyle.gif) no-repeat top left;
	color:#fff;
	padding-left:10px;
	height:23px;
	color:#fff;	
	font-weight:bold;
	line-height:21px;
	padding-top:3px;
}
.class_title a, .c_title a, .childclass_title a, .childclass_title_border a
{
	color:#fff;	
	font-weight:bold;
	line-height:21px;
}
.c_title .more, .class_title .more, .childclass_title .more, .childclass_title_border .more
{
    float: right;
    line-height: 18px;
    margin-right: 10px;
	display:inline;
    display: block;
}
.c_title .more a
{
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    background: none;
}
.c_title .more a:hover
{
    color: #014390;
    background: none;
}
.c_main_one 
{
	clear:both;
}
.childclass_content
{
	padding:5px;
}
.childclass_content a
{
	color: #1D89B1;
}
.class_content /*通用列表*/
{
	padding:8px 15px 9px 15px;
	background: url(images/Gen_list_bg.gif) repeat-x;
}
.class_content ul li
{
	background: url(images/Gen_list_line.gif) no-repeat left bottom;
	line-height:24px;
	font: normal normal normal 14px/120% Arial, "simsun" ,Helvetica,sans-serif;;
	color:#921313;
}
.class_content li a
{
	color:#366aa3;
	font: normal normal normal 14px/120% auto;
}
.r_content
{
}
.c_content
{
	padding:5px;
    line-height: 150%;
    color: #808081;
    height: auto !important;
    height: 170px;
    min-height: 170px;
	border-left:1px solid #9ac3ea;
	border-right:1px solid #9ac3ea;
	border-bottom:1px solid #9ac3ea;
}
.c_content div table
{
	width:100%;
}
.c_content .tagS1, .c_content .tagS2, .c_content .tagS3
{
	float:left;
	white-space:nowrap;
	padding:4px 0 0 28px;
}
.r_content dt
{
	height:20px;
	background: url(images/Gen_r_list_title.gif) no-repeat;
	padding:6px 0 0 25px;
	color:#3d72b4;
	font: normal normal bold 14px/120% auto;
}
.r_content dd
{
	background:#f2f8fe;
	border-left:#9ac3ea 1px solid;
	border-right:#9ac3ea 1px solid;
	border-bottom:#9ac3ea 1px solid;
	width:193px;
	padding:5px 0;
}
.r_content dd li
{
	padding:2px 0 2px 15px;
}
/* --整站普通图片列表标签-- */
/* 定义缩略图外框大小，控制隐藏超出的图片内容 */
.pe_u_thumb, .p_thumb_l_pic
{
    height: 120px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
}
/* 定义缩略图宽度，按比例缩放 */
.pe_u_thumb, .pe_u_thumb img
{
    width: 140px;
}
/* 定义缩略图标题样式 */
.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;
}
/* 本站新闻.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;
}
.r_news
{
    background: url(images/r_news_bg.gif) #fff repeat-x top;
}

/* 幻灯片 */
#main_box_t
{
    float: right;
    height: 200px;
    width: 298px;
    padding: 0px;
    background: #eee;
	border:1px solid #ddd;
}
.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
{
	
}

/* 书签式面板tabtitle */
.tabtitle, .titlemouseover
{
    float: left;
    width: 115px;
    font: normal normal bold 13px/21px Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
    overflow: hidden;
}
.tabtitle dl, .titlemouseover dl
{
    margin: 0px;
    padding: 0px;
    border: 2px solid #fff;
}
.tabtitle
{
    color: #4d89d2;
    background: url(images/tabtitle.gif) #fff repeat-x top;
    border-top: 1px solid #9bbde6;
    border-right: 1px solid #9bbde6;
    border-bottom: 1px solid #9bbde6;
}
.titlemouseover
{
    cursor: pointer;
    color: #c00;
    border-left: none;
    border-top: 1px solid #9bbde6;
    border-right: 1px solid #9bbde6;
    border-bottom: 1px solid #fff;
    background: #fff;
}
* + 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 #9bbde6;
    border-top: none;
    height: auto !important;
    height: 165px;
    min-height: 165px;
}
/* 父栏目二列式左右循环 */
.childclass_main_box
{
	float: left;
	border: 1px solid #9bbde6;
	width: 49.2%;
	margin: 3px 0px 0px 3px;
	display:inline;
}
* html .childclass_main_box
{
    width: 378px;
}
/* 父栏目一列式上下循环 */
.childclass_main_box2
{
    margin: 0px 205px 0px 5px;
}
* html .childclass_main_box2
{
    margin: 0px 205px 0px 10px;
}
/* 二列图片信息列表 */
.c_main_box
{
	border: 1px solid #9bbde6;
}
.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;
}
/* 二列式图文布局 */
.p_thumb_l
{
    float: left;
    text-align: center;
    background: #eee;
    padding: 5px;
}
.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: 175px;
}
.p_list_r li, .p_list_r td
{
    border-bottom: 1px dotted #ccc;
}
.p_thumb_l table
{
    float: left;
}
/* 三图列表 */
.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;
}
/* 左图右信息列表 */
.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;
}

/* 管理链接 */
#menu_link
{
    margin: 20px 0px 5px 0px;
    text-align: center;
	height:30px;
}
#menu_link a
{
    text-decoration: none;
    color: #000;
}
#menu_link a:hover
{
    color: #f00;
    text-decoration: underline;
}

/*==书签菜单定义开始==*/
#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;
}
/*==书签菜单定义结束==*/
#newstab1_c {
	font: 14px "宋体";
	color: #FF0000;
	height: 30px;
	width: 550px;
}
#new_one {
	font: 16px "宋体";
	color: #FF0000;
	height: 92px;
	width: 550px;
	padding-left: 60px;
}
.list_all dd {
	background: #EDF9FE;
	border: 1px solid #BDE2FB;
}
#center_all #main_bg #main_bg #main_center .c_center_nmain #pe100_通用信息焦点图 {
	font: 18px "宋体";
	color: #0000FF;
}
#new_one {
	height: 60px;
	width: 490px;
	border: 1px solid #CFF;
	background: #E4F7FA;
}
/* ==bottom_all(底部)定义开始== */
/* --网页底部-- */
#foot
{
    background: url(images/copy_bg.gif) #fff repeat-x top;
    border: 1px solid #9bbde6;
    clear: both;
}
/* 管理链接 */
#menu_link
{
    margin: 20px 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 20px 0px;
    text-align: center;
}
/* ==bottom_all(底部)使用定义结束== */
/* 分页 */
.class_page
{
	clear: left;
	padding: 0px;
	margin-top: 0px;
	background: #f9f9f9;
	border: 1px solid #9bbde6;
	text-align: center;
	height: 80px;
	width: 758px;
}
.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;
}
#picbox {
	border: 1px dotted #9BD9F0;
}



/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==用户登录框定义== */
.userbox{
background:url(/Skin/sealove/login_02b.gif);
height:93px;
background-repeat: no-repeat;
background-position: center center;
}
.userbox_top{
background:url(/Skin/sealove/Login_Top.gif);
height:36px;
}
.userbox_bottom{
background:url(/Skin/sealove/Login_Bottom.gif);
height:10px;
}
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#000000;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10;
}


/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
/*a{text-decoration: none;} /* 链接无下划线,有为underline */ 
/*a:link {color: #ffffff;} /* 未访问的链接 */
/*a:visited {color: #333333;} /* 已访问的链接 */
/*a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
/*a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #FFff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #FFff00;}
a.channel2:visited {color: #FFff00;}
a.channel2:hover{color: #ffffff;}
a.channel2:active {color: #FFff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #005500;}
a.bottom:active {color: #000000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;background:url(skin/sealove/bg_all.gif);
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 20px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}

/* --网页通用列表-- */
.sdgclist
{
	width:216px;
}
.sdgclist dt
{
	height:26px;
}
.sdgclist li
{
	padding-left:2px;
	height:24px;
}
.sdgclist ul
{
	margin-top:1px;
	margin-bottom:8px;
}
.sdgclist a
{
	font-size:12px;
	color:#3669a0;
}
.sdgclist a:hover
{
	color:#255892;
}
#newstab11, #newstab12, #newstab13
{
	float:left;
	width:378px;
	padding: 4px 0px 0px 2px;
	top: 0px;
}
#newstab11 dt, #newstab12 dt, #newstab13 dt
{
	padding: 18px 0px 0px 0px;
	
}/* --网页通用列表3-- */
.newslist
{
	width:216px;
}
.newslist dt
{
	height:26px;
}
.newslist li
{
	padding-left:2px;
	height:24px;
}
.newslist ul
{
	margin-top:1px;
	margin-bottom:8px;
}
.newslist a
{
	font-size:12px;
	color:#3669a0;
}
.newslist a:hover
{
	color:#255892;
}
#newstab21, #newstab22, #newstab23
{
	float:left;
	width:440px;
	padding: 4px 0px 0px 2px;
	top: 0px;
}
#newstab21 dt, #newstab22 dt, #newstab23 dt
{
	padding: 18px 0px 0px 0px;
}
