﻿@charset "utf-8";
/* CSS Document */
body,
div, 
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, textarea {
	padding: 0px; 
	margin: 0px;
}
body {
	behavior: url(csshover.htc);
	background: #fff url(../images/tq_bg.gif) repeat-x center top;
	font-family: "新宋体", "宋体", "黑体";
}
a:focus, input, select, textarea {
	outline: 0px;
}
input {
	blr: expression(this.onfocus=this.blur());
}
textarea {
	resize: none;
	overflow: auto;
}
ul, ol, li{
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*定义浮动*/
.tq_fl {
	float: left;
}
.tq_fr {
	float: right;
	display: inline;
}

/*定义超链接*/
a {
	blr: expression(this.tq_onfocus=this.tq_blur());
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*定义颜色*/
.tq_co01, .tq_co01 a {
	color: #525252;
}
.tq_co02, .tq_co02 a {
	color: #fff;
}
.tq_co03, .tq_co03 a {
	color: #e02f00;	/*红*/
}
.tq_co04, .tq_co04 a {
	color: #333;
}
.tq_co05, .tq_co05 a {
	color: #999;
}
.tq_co06, .tq_co06 a {
	color: #;
}
.tq_co07, .tq_co07 a {
	color: #;
}
.tq_co08, .tq_co08 a {
	color: #;
}

/*定义文字对齐方式*/
.tq_tl {
	text-align: left;
}
.tq_tc {
	text-align: center;
}
.tq_tr {
	text-align: right;
}

/*定义加粗*/
.tq_ct {
	font-weight: bold;
}

/*定义斜体*/
.tq_xt {
	font-style: oblique;
}

/*定义字体*/
.tq_yh {
	font-family: "微软雅黑", "\5b8b\4f53", "新宋体", "宋体", "黑体";
	font-family: "Microsoft YaHei", "\5b8b\4f53" !important;
}
.tq_en {
	font-family: Arial, Helvetica, sans-serif;
}

/*定义大小写*/
.tq_qdx {
	text-transform: uppercase;
}
.tq_sdx {
	text-transform: capitalize;
}
.tq_qxx {
	text-transform: lowercase;
}

/*文本缩进*/
.tq_sj {
	text-indent: 2em;
}