﻿@charset "utf-8";
/* CSS Document */
body{
	font-family: "宋体";
	font-size:12px;

	color: #666;
	background:#fff;
}

a{
	text-decoration: none;
	color: #666;
}
a:hover{
	color: red;
}
img{
	border: 0px none #FFF;
	margin: 0px;
	padding: 0px;
}

ul{
	margin:0px;
	padding: 0;
}
li{
	list-style: none;
}
canvas{
	margin:0px !important;
	padding:0px !important;
	display:inline !important;
}
.check{
	color: #000 !important;
}
.check span{
	color: #000;
}
/* 列表 */
.list li{
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	list-style: none;
}
.list li a{
	text-decoration: none;
}
.list ul li a:hover{
	color: red;
}
/* 表单 */
form .text-input{
	width:30%;
}
form .button {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background:#006ea5 top left repeat-x !important;
	border: 1px solid #06C !important;
	padding: 4px 7px 4px 7px !important;
	color: #fff !important;
	font-size: 12px !important;
	cursor: pointer;
	line-height: 17px;
	margin-left:30%;
}
form .button:hover {
	text-decoration: underline;
}
form .button:active {
	padding: 5px 7px 3px 7px !important;
}
/* 位置 */
.middle{
	margin:0px auto;
}
.left{
	float:left;
	display:inline;
}
.right{
	float:right;
	display:inline;
}
.margin-left-33{
	margin-left:33px;
}
.margin-right-20{
	margin-right:20px;
}
.text-center{
	text-align:center;
}
/*width*/
.w1000{
	width:1000px;
}
.w960{
	width:960px;
}
.w200{
	width:200px;
}
.w-50{
	width:50%;
}
.w-480{
	width:480px;
}
/* height */
.h100{
	height:100px;
}
.h300{
	height:300px;
}
/* background */
.bg{
	background: #993 no-repeat center center;
}
.bg-1{}
.bg-2{}
.bg-3{}
.bg-4{}
/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.border{
	border-left: 1px solid #E3E3E3;
}