﻿@charset "utf-8";
/****************** base ******************/
body {
	color: #717171;
	background:#fff;
}
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form, pre, blockquote, figure {
	margin: 0;
	padding:0;
}
img { border:0;}
input, select, textarea {
	font-size: 100%;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #717171;
	text-decoration: none;
}
a:hover {
	color: #c81a55;
	text-decoration: none;
}
.main {
	width: 1247px;
	margin: 0 auto;
}
.text {font-family:"Simsun"; font-size:12px;}
.title_c p {
	height: 50px;
	line-height: 50px;
}
.title_c span {
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-weight: bold;
}

.qq_login i
{
    background: url("../images/qq_login.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-indent: -999em;
    width: 100px;
}