@charset "utf-8";
/* CSS Document */
/*
头部
*/
#tq_top, #tq_top .tq_top {
	height: 114px;
	overflow: hidden;
}
#tq_top {
	width: 100%;
}
#tq_top .tq_top {
	width: 1000px;
	margin: 0px auto;
}
#tq_top .tq_top .tq_logo {
	width: 525px;
	float: left;
}
#tq_top .tq_top .tq_tel {
	width: 225px;
	float: right;
	display: inline;
}

/*
菜单
*/
#tq_menu, #tq_menu .tq_menu {
	height: 45px;
	overflow: hidden;
}
#tq_menu {
	clear: both;
	width: 100%;
}
#tq_menu .tq_menu {
	width: 1000px;
	margin: 0px auto;
}
#tq_menu .tq_menu > li {
	float: left;
	display: inline;
	text-align: center;
	position: relative;
}
#tq_menu .tq_menu > li > a {
	display: block;
	font-size: 14px;
	color: #fefdfe;
	line-height: 45px;
	padding: 0px 52px;
	font-weight: bold;
}
#tq_menu .tq_menu > li > a:hover, #tq_menu .tq_menu > li.cur > a {
	text-decoration: none;
	color: #fdc500;
}

/*
底部
*/
#tq_foot {
	clear: both;
	width: 100%;
	background-color: #e8e8e8;
	margin-top: 40px;
}
#tq_foot .tq_foot {
	width: 1000px;
	height: auto;
	min-height: 30px;
	margin: 0px auto;
	overflow: hidden;
}

/*
浮动
*/
#tq_float {
	clear: both;
	position: fixed;
	_position: absolute;
	width: 107px;
	right: 5px;
	top: 160px;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,160)||0)-(parseInt(this.currentStyle.marginTop,160)||0)));
	z-index: 9999999999;
}
#tq_float > div {
	background-color: #f5f5f5;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	text-align: center;
}
#tq_float > div > img {
	padding-top: 10px;
}