/* 酷站代码整理 http://www.5icool.org */
@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-size:12px;
	-moz-user-select:none;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
img, body, html {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
a {
	/*text-decoration:none;*/
	font-size:12px;
}
a:hover {
	/*text-decoration:none;*/
}
/*top*/
.tog {
	width:100%;
	height:25px;
	background:url(../images/top_float_bg.png) 0 top repeat-x;
	position:absolute;
	z-index:99999;
	cursor:pointer;
}
.tog span {
	width:159px;
	height:25px;
	font-size:14px;
	font-weight: bold; 
	margin:0 auto;
	line-height:20px;
	color:#FFF;
	text-align:center;
	display:block;
	background:url(../images/tog.png) 0 1px no-repeat;
}
.togclose {
	width:100%;
	height:25px;
	background:url(../images/top_float_bg.png) 0 top repeat-x;
	position:absolute;
	z-index:99999;
	cursor:pointer;
}
.togclose span {
	font-family:Verdana;
	font-size:14px;
	font-weight: bold; 
	width:159px;
	height:25px;
	margin:0 auto;
	text-align:center;
	line-height:20px;
	color:#FFF;
	display:block;
	background:url(../images/togclose.png) 0 1px no-repeat;
}
.tog_contact {
	height:490px;
	width:100%;
	background:#FFF url(../images/tog_contact_bg.gif) 0 bottom repeat-x;
	position:absolute;
	z-index:9999;
	display:none;
}
.t_con_box {
	width:1200px;
	margin:0 auto;
	height:490px;
	position:relative;
}