﻿@charset "utf-8";
/*
	author:Hoi Choi
	update:20130820
	email:ccaaii@qq.com
*/
*{ margin:0; padding:0;}
#BannerNew{ height:31px;}
body{font:12px/1.5 '宋体', Verdana, Geneva, sans-serif;text-align:center;color:#535353;background-color:#FFF;}
ul,li{ list-style-type:none;}
a:link,a:hover,a:active,a:visited{ text-decoration:none; color:#333;}
img{border:none;}
.c{clear:both; line-height:0; font-size:0;}
.topnav,.nav,.container,#footer{	width:1000px;	margin:0 auto; }

/* header styles s */
#download{
	position: fixed;
	display: block;
	width: 41px;
	height: 41px;
	/* [disabled]top:75px; */
	/*bottom:165px;*/	
	background-image: url(../../images/downloadico.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0px -41px;
	bottom: 168px;
}
#download:hover{
	background-position:0px 0px;
}
.header{
	/* [disabled]margin-bottom:8px; */
}
ul.topnav{ margin:10px auto;}
ul.topnav li{padding:6px 8px; float:left;}
ul.topnav li.selected{ background:url(../images/hoverico.gif) no-repeat center bottom;}
ul.topnav li.selected a{ color:#fff; background-color:#ff843e; padding:3px;}
ul.topnav li.logo{
	padding-top: 3px;
	margin-right: 2px;
}
ul.topnav li.logo img{}


/* header styles e */

/* container styles s */
.container{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.container table{ border-bottom:5px solid #333;}
/* container styles e */

/* footer style */
#footer{clear:both;height:60px; margin-top:5px; line-height:1.5em;text-align:center; border-top:1px solid #ccc; padding:10px 0;}
#footer ul li{display:inline;}
#footer a{margin:0 10px; color:#333; text-decoration:none;} 
#footer a:hover{ text-decoration:underline;}
#gotop {
	background: url(../../images/scolltop.png) no-repeat;
	height: 41px;
	width: 41px;
	display: block;
	background-position:0px -41px;
}
#gotop:hover {
	background-position:0px 0px;
}
#tbox,#download{
	right: 72px;
	}
#tbox{
	width:41px;
	float:right;
	position: fixed;
	/*top:120px;*/
	bottom:120px;
	_position:absolute;
	_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_margin-bottom:110px;
}/*解决IE6下不兼容 position:fixed 的问题*
