﻿/*
=====================================================================
//样式名称：结构样式表                                                
//创建时间：2008.8.30                                                
//版权所有：深圳方直科技有限公司                                      
//创 建 者：by                                                        
//说    明：
//　　本样式表用于定义通用的网页结构，不包括详细的琐碎的设置，它是各个
//内容页的基础。具体的零碎设置请查看usre.css（用户样式表）。本样式表包
//括了主页样式表的结构部分，是从主页样式中简化而来的。
//注意：这个样式影响整个网页的结构，请慎重修改。
//1.用一个宽度值可以定义成流体布局或固定宽度布局

=====================================================================         
*/

/*基本布局结构--------------------------------------------------------------------------------*/
body{background:#fff;margin:0;padding:0;}

/*容器总宽,如果设为百分比，整个布局变成弹性布局*/
#wrapper{width:960px;margin:0 auto;	}
/*页头区*/
#head
{
	width:100%;
	height:90px;
	position:relative;
	background:url(../images/common/logo.gif) no-repeat left top;
}
/*logo图标*/
h1{height:90px;line-height:90px;width:302px;}
h1 a,h1 a:visited{display:block;width:180px;height:77px;text-indent:-9000px;}
/*顶部登陆面板*/
.login_panel
{
	width:658px;
	height:25px;
	line-height:25px;
	position:absolute;
	top:50px;
	left:302px;
}

.l1{text-align:right;padding-right:5px;width:530px;float:right}

.l2 a:link,.l2 a:visited{float:right;width:54px;height:25px;background:url(../images/common/btn_help.gif) no-repeat left top;}
.l2 a:hover{color:Red;text-decoration:underline}
.l2 a{text-align:center;line-height:25px }

.l3 a:link,.l3 a:visited{display:block;width:54px;height:25px;background:url(../images/common/btn_help.gif) no-repeat right top;}
.l3 a:hover{color:Red;text-decoration:underline}
.l3 a{text-align:center;line-height:25px}

/*内容区*/
#context
{
	position:relative;
	width:100%;
	float:left;/*FF下背景图片适应内容高度*/
	margin:0 auto;	
	background:#fff url(../images/c_midbg.gif) repeat-x left -1px;	
	min-height:380px;
	_height:380px;
}
.path{width:960px;background:url(../images/common/pathbg_m.gif) repeat-x left top;}
.path_box{width:960px;height:35px;line-height:35px;background:url(../images/common/pathbg_l.gif) no-repeat left top;}
.path_text{width:960px;font-weight:bold;background:url(../images/common/pathbg_r.gif) no-repeat right top;}
.path_text b a:link,.path_text b a:visited{ text-decoration:none;}
.path_text b a:hover{ text-decoration:underline;}
.path_box a:link,.path_box a:visited{color:#fff;text-decoration:underline;}

/*页脚区*/
#footer { 
    width:938px;
	padding: 0 10px; 
	height:88px;
	background:#FFFFFF;
	clear:both;
	margin-top:2px;
	border:1px #C3C3C3 solid;
} 
#footbox{
	margin:0 auto;
	width:90%;
	height:89px;
	position:relative;
	top: 0px;
	left: 0px;
}
.uumsfootclass{ width:955px; border-top:1px #D6D6D6 solid; padding-top:10px;}
/*页脚区细节设置
-----------------------------------------------------------------------*/
#complogo {
	display:block;
	position:absolute;	
	width:81px;
	height:67px;
	left: 10px;
	top: 10px;
	background:	url(../images/common/comp_logo.gif) no-repeat left top;
}
 
#complogo a{
	display:block;
	width:81px;
	height:67px;
	text-indent:-9000px;
	position:relative;
	
}
#footlogo {
	display:block;
	position:absolute;
	width:99px;
	height:52px;
	z-index:13;
	left: 105px;
	top:18px;
	background:	url(../images/common/online_logo.png) no-repeat left top;
}

*html #footlogo{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale',src="../App_Themes/User/images/common/online_logo.png");    
	background:none; 
}
#footlogo a{
	display:block;
	width:99px;
	height:52px;
	text-indent:-9000px;
	position:relative;
}

#footsplit{	
	display:block;
	position:absolute;
	width:2px;
	height:53px;
	z-index:13;
	left: 235px;
	top:18px;
	text-indent:-9000px;
	background:	url(../images/common/footsplit.gif) no-repeat left top;
}
#footcopy {
	position:absolute;
	width:550px;
	height:60px;
	z-index:14;
	left: 265px;
	top: 20px;
	font-family:Arial, Helvetica, sans-serif,宋体;
}
#footcopy img{ border:0px; width:20px; height:20px;}
.copytext{
    margin:0 auto;
	text-align:left;
	display:block;
	width:520px;
	line-height:26px;
	height:26px;
}
.copytext span{ padding-left:10px;}
.copyTextFont
{
	margin-left:-10px;
	vertical-align:super;
}

/*QQ联系样式
#qqbox{position:absolute; top:20px;right:10px;width:165px;height:60px;}
#qqbox span{display:block;line-height:30px;height:30px;padding-left:20px;}
*/

/*页脚区-内容宽度与头部相同930px（原始版本，已不使用）*/
#foot{
	height:90px;
	line-height:90px;
	width:100%;
	margin:0 auto;
	margin-top:11px;
	border-top:1px #c0c0c0 solid;
	border-bottom:1px #c0c0c0 solid;	
	float:left;/*FF下背景图片适应内容高度*/
	background:url(../images/common/foot_logo.gif) no-repeat 30px center;
}
#f_left{height:86px;width:248px;float:left;}
#f_logobox
{
	position:relative;
	top:0;
	left:0;	
}

/*页脚logo标志链接*/
#f_logo1
{
	position:absolute;
	top:15px;
	left:10px;
	width:70px;
	height:50px;
	text-indent:-9000px;
}
#f_logo2
{
	position:absolute;
	top:15px;
	left:90px;
	width:100px;
	height:50px;
	text-indent:-9000px;
}
#f_right{height:90px;width:682px;float:left;}

#footmenu
{
	width:100%;
	margin-top:20px;
	margin-left:20px;
	line-height:22px;
	height:22px;
	text-align:left;
}
#footmenu li{float:left;}
#footmenu li a{height:22px;line-height:22px;float:left;}
#footmenu li a:hover{color:Red;}
#copy
{
	color:#363636;
	display:block;
	font-family:"Times New Roman", Times, serif;/*版权信息的符号在不同浏览器下大小不同*/
	text-indent:20px;
}

/*页脚控制JS中样式*/
#common_foot_main{ clear:both; padding-top:20px;}
#common_foot_main #common_tb_link tr td p#telephone{ font-family:Arial; width:250px;}
#common_foot_main #common_tb_link tr td{ }
#common_foot_main #common_tb_link tr td img.imgclass{ margin-top:-3px;}
#common_tb_link tr td p#copyright{padding:10px 0 15px; font-family:Arial;}
#common_tb_link tr td p#copyright a:link,#tb_link tr td p#copyright a:visited{color:#00A8FF;}