@charset "utf-8";
/* CSS Document */

/* RESET */
* { margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol,li { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* TYPE */
body { font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif,"宋体"; background-color: #fff; color: #333;text-align:center;}

.cls{clear:both;}
.hidden{display:none;}

a.index{background:url(../images/menu_bg_hover.gif) no-repeat center center;}

a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }
.sosumi { font-size: 10px !important; color:#76797c; }

/* p { margin-bottom: 18px; } */
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
p.intro { font-weight: bold; }
.more { text-align: right; }

ul { list-style: none outside; }
ol { list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }
ol.sosumi { margin-left: 0; padding-left: 2em; }







/*=================================Public===========================*/

	.clr { clear:both;}

	/*超链接*/
	a.link_gry { color:#999;}
	a.link_gry:hover { color:#666;}  	/*灰色链接*/
	
	a.link_wht { color:#f2f2f2;}		/*白色链接*/
	a.link_wht { color:#fff;}
	
	a.link_wht_l { color:#eee; text-decoration:underline;}		/*白色链接_下划线*/
	a.link_wht_l:hover { color:#fff; }	

	a.link_brwn { color:#663300;}		/*棕色连接*/
	a.link_brwn:hover { color:#F60;}

	/*字体*/
	.font_14 {font-size:14px;line-height:28px;}
	.font_12 { font-sie:12px;line-height:24px;}

	/*颜色*/
	.c_brown {color:#663300;} 	/*棕色*/
	.c_red { color:red;}
	.c_green { color:green;}
	.c_blk { color:#000;} 		/*黑色*/
	.c_gry { color:#666;} 		/*灰色*/
	.c_org { color:#F60;}		/*橘黄*/
	
	/*尺寸*/
	.w_260 { width:260px;} /*宽250*/
	.mrg_15 { margin:15px; }
	.bold { font-weight:bold;}


/*表格*/
.tablestyle
{
	width: 98%;
	margin: 10px;
	border: solid 1px #C1D8D2;
}
.tablestyle th
{
	background: url('../images/gry_bg.gif') repeat-x;
	color: #333;
	font-weight: normal;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.tablestyle td
{
	background: #f3f3f3;
	color: #000;
	text-align: center;
	height: 22px;
	line-height: 22px;
}
	/*装饰图标*/
	.dot_gry { background:url(../images/dot.png) no-repeat scroll 0px -5px; } 		/*银色圆点*/
	.dot_gold { background:url(../images/dot.png) no-repeat scroll 0px -35px; }		/*金色圆点*/

	
		/*数字*/
		.num_01 { background:url(../images/num.png) no-repeat scroll 0px 0px;}	
		.num_02 { background:url(../images/num.png) no-repeat scroll 0px -50px;}
		.num_03 { background:url(../images/num.png) no-repeat scroll 0px -100px;}
		.num_04 { background:url(../images/num.png) no-repeat scroll 0px -150px;}
		.num_05 { background:url(../images/num.png) no-repeat scroll 0px -200px;}


	/*边框*/
	/*橘黄色标题框*/
	div.frm_org {display:block; margin-bottom:10px;}
	div.frm_org dl.title { background:url(../images/tit_org_bg.png) repeat-x;height:33px;}
		div.frm_org dl.title span {padding-left:30px;height:23px;line-height:23px;color:#fff;} 
	div.frm_org dl.title dt { background:url(../images/tit_org_l.png) no-repeat left top; height:33px;float:left;}
	div.frm_org dl.title dd.r { background:url(../images/tit_org_r.png) no-repeat right top;height:33px;width:30px;float:right;}
	
	/*银色线条*/
	div.frm_line {display:block; margin-bottom:10px;}
		div.frm_line dl.title { background:url(../images/gry_bg.png) repeat-x;height:33px; }	
		div.frm_line dl.title dt {background:url(../images/gry_l.png) no-repeat left top;height:24px;line-height:24px;float:left;}
		div.frm_line dl.title dt span {padding-left:30px;}
		div.frm_line dl.title dd.r {float:right;}
	
	.notion {line-height:24px;margin-bottom:5px;} 
	
	.box_1 {border:1px #ccc solid; background:#fbfaf0; padding:10px;}
	.box_2 {border:1px #ccc solid; background:#fff;}

	/*提醒条*/
	.notion_org { background:#FEF3E0;border:#F60 1px solid;padding:15px;}
	
	

	/*列表*/
	/*客服列表*/
	.list_faq {border-bottom:1px #ccc dashed;margin:5px;padding:4px 0px;}
		.list_faq li {display:block;height:19px;overflow:hidden;}
		.list_faq li em { font-style:normal;font-weight:bold;padding-left:50px;}

	/*列表二*/
	ul.list_b {padding-top:15px;display:inline-block;}
		ul.list_b li {float:left;padding:2px 15px; text-align:center;} 
		ul.list_b img {margin-bottom:5px;}
		
	/*列表三*/	
	ul.list_c {padding-top:10px; display:inline-block;}		
		ul.list_c li {float:left;padding:0px 9px; display:inline-block;}
		ul.list_c li img {width:170px;height:70px;padding:1px;border:1px #ccc solid;overflow:hidden;}


		
	/*版权*/
	#copyright { width:960px;margin:15px auto; border-top:1px #ccc solid;padding-top:10px; clear:both;}
	
	.tableformstyle
{
	width: 98%;
	margin: 10px;
	background: #999;
}

.tableformstyle th
{
	background: #fff;
	width: 120px;
	text-align: right;
	padding-right: 8px;
	color: #333;
}
.tableformstyle td
{
	background: #fff;
	text-align: left;
}



/*版面布============================================================================首页*/

	/*顶部*/
	#top {width:960px;margin:0 auto; }
		#top img.pee_logo {float:left;margin-left:15px;}
		.top_bar { margin:15px auto;display:inline-block; width:960px;}

	ul.toplink {float:right; }
		ul.toplink li {float:left;padding-left:25px;height:20px;line-height:20px;margin-left:10px;}
	
	
	.login_bar { clear:both;text-align:left; background:url(../images/bar_bg.png) repeat-x;border:1px #ccc solid; height:50px; }
		.login_bar  ul.login { width:700px; margin-top:10px;padding-left:5px;color:#fff2e0;}
		.login_bar  .login li { float:left; }
		.login_bar  label { display:inline-block;padding:2px 5px;margin-left:15px;}
		.login_bar  .i  { background:#fff2e0;border:#996600 1px solid;width:80px; }
		.login_bar select.s {border:1px solid #996600;font-size:12px;}
		.login_bar input.bar_btn { background:url(../images/bar_btan.png) no-repeat ;color:#000;width:56px;height:20px;line-height:20px;border:none; cursor:pointer;margin:0px 5px;}
		
		
	/*公告*/
		#notice {}
			#notice  div.box_1 {height:190px; overflow:hidden;}
		
		
		
		
	/*主体*/
	#main { width:960px; margin:10px auto; text-align:left;}
	
		/*左侧*/
		#sidebar { width:200px; float:left;}
		
		/*内容区*/
		#content { width:750px;float:right;}
		#content .part_a {width:750px;}
		#content .part_b {width:750px; margin-top:10px;}
		
			#FQA_web {margin-right:10px; float:left;}
			#FQA_ad {float:left;}
			
			#pee_ad { border:1px #ccc solid;float:right; width:205px;height:245px; overflow:hidden;}
				#pee_ad img {}
				
				

	
	
	
	/*版面布============================================================================登录后*/
	/*退出登录*/
	#lg_out { float:right;padding-top:10px;padding-right:20px; }
	
	/*管理列表*/
	dl.list_admin {}
		dl.list_admin dt {border-bottom:2px #ccc solid;background:url(../images/dot_lin_bg.png) no-repeat left center;height:30px;line-height:30px;}
			dl.list_admin dt span {padding-left:15px; font-weight:bold;}
			dl.list_admin dd {border-bottom:1px #ccc dashed;height:30px;line-height:30px; margin-left:10px;}
			dl.list_admin dd a { background:url(../images/arrow.gif) no-repeat 0px -40px;padding-left:20px;}
			dl.list_admin dd a:hover { background-position:0px -10px;}
			
	.admin_con { font-size:14px;}		
	
	
	/*信息列表*/
	.list_info {}
	.list_info h2 { font-size:12px;padding-left:20px; border-bottom:1px #ccc solid; display:block;margin:15px 0px; padding-bottom:5px;}
		.list_info ul.info {margin-left:15px;font-size:12px;}
		.list_info ul.info li {height:24px;line-heihgt:24px; border-bottom:1px #ccc dashed; padding:10px 0px}
		.list_info em { display:inline-block;width:80px;text-align:right;margin-right:10px; fon-weight:bold; font-style:normal;}
		.list_info label {display:inline-block; padding:1px 5px;}
	
	
	
	