@charset "utf-8";
/* CSS Document */
/*
头部
*/
#tq_top, .tq_top,
.tq_top .tq_logo,
.tq_top .tq_menu {
	height: 90px;
	overflow: hidden;
}
#tq_top {
	width: 100%;
	background-color: #feffff;
}
.tq_top {
	width: 1300px;
	margin: 0px auto;
}
.tq_top .tq_logo {
	width: 315px;
	float: left;
}
/*菜单*/
.tq_top .tq_menu {
	float: right;
	display: inline;
}
.tq_menu ul {
	text-align: right;
}
.tq_menu ul li {
	float: left;
	display: inline;
	text-align: center;
}
.tq_menu a {
	display: block;
	padding-top: 25px;
}
.tq_menu a:hover {
	text-decoration: none;
}
.tq_menu div {
	font-size: 16px;
	color: #3e4850;
}
.tq_menu span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949494;
	text-transform: uppercase;
}
.tq_menu li.pad {
	width: 70px;
	height: 90px;
}
.tq_menu a:hover, .tq_menu a:hover div, .tq_menu a:hover span,
.tq_menu .cur a div, .tq_menu .cur a span {
	color: #ba0104;
}

/*
底部
*/
#tq_foot, .tq_foot {
	height: 52px;
	overflow: hidden;
}
#tq_foot {
	clear: both;
	width: 100%;
	background-image: url(../images/tq_foot_bg.gif);
}
.tq_foot {
	width: 1300px;
	margin: 0px auto;
}
.weixinbox {
	position: absolute;
	width: 250px;
	height: 272px;
	margin-top: -310px;
	margin-left: 970px;
	z-index: 999999999999999999;
	background-image: url(../images/weixinbox.png);
	display: none;
}