﻿/* CSS Document */
/*------------------------------
Base Style Sheet For All Web Pages
--------------------------------*/
/*--------global set--------*/
body{ font-family:"宋体"; font-size:12px; background:#fff; color:#8a8a8a; border:0; margin:0; padding:0;}
div,span,form,img,ul,ol,li{ margin:0; padding:0; border:0;}
table,tr,th,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:0;}
select,input,textarea{ font-family:"宋体"; color:#8a8a8a; font-size:12px;}
/*--------alignment--------*/
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}
.tl{ text-align:left;}
.tr{ text-align:right;}
.tc{ text-align:center;}
/*--------link--------*/
a{ color:#8a8a8a; text-decoration:none;}
a:hover{ color:#8a8a8a; text-decoration:underline;}
/*--------others--------*/
.ofh{ overflow:hidden;}
.ti{ text-indent:24px;}
.clearBoth{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
	font-size:0;
}
.earthOrange{ color:#b19b50;}
.red{ color:red;}
#mainContainer{
	position:relative;
	width:1002px;
	margin:0 auto;
	background:#00509f;
}

/*////////////////////*/
#QQBar{
	position:absolute;
	right:0;
	width:178px;
}
#QQBar .isClose{
	position:absolute;
	top:8px;
	left:8px;
	width:28px;
	height:112px;
	text-indent:-9999px;
	cursor:pointer;
	z-index:99;
}
#QQBar .isQQMain{
	position:relative;
	top:16px;
	width:178px;
	z-index:88;
}
#QQBar .qqMain{
	position:relative;
	width:178px;
	background:url(QQBar-top.png) 0 0 no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/QQBar-top.png', sizingMethod='crop');
	z-index:66;
	float:left;
}
#QQBar .isCont{
	position:relative;
	margin-top:12px;
	background:url(QQBar-bg.png) repeat-y;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/QQBar-bg.png', sizingMethod='scale');
}
#QQBar .isFoot{
	position:relative;
	margin:0;
	height:22px;
	background:url(QQBar-bottom.png) 0 bottom no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/QQBar-bottom.png', sizingMethod='image');
}

#QQBar .isQQMain h3{
	color:#959595;
	font-size:1em;
	font-weight:normal;
	margin:2px 0 0 37px;
	width:133px;
	height:18px;
	padding-top:6px;
	text-align:center;
}
#QQBar .isQQMain p{
	margin:0;
	width:121px;
	height:12px;
	padding:4px 0 0 12px;
	overflow:hidden;
	margin:4px 0 0 37px;
	background:url(QQBar-til.gif) 0 0 no-repeat;
}
#QQBar .isQQMain ul{
	list-style:none;
	width:133px;
	margin:0 0 0 37px;
}
#QQBar .isQQMain ul li{
	height:16px;
	padding:10px 0 0 0;
	text-align:center;
}
