﻿@charset "utf-8";

html, body, div, ul, li, img, input,h1, h2, h3, h4, h5, h6, strong, p, dl, dt, dd{
	margin: 0;
	padding: 0;
}

body {
	font-family:'宋体', arial;
	color: #666;
	font-size: 12px;
	line-height:20px;
}
table{
	vertical-align: middle;
	border-collapse: collapse;
}
img {
	border: 0;
	vertical-align: middle;
}

ul, ol {
	list-style: none;
}
li{
	float:left;
}
a:link{
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:visited{
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}
.red_color{
	color:#cc0000;
}
.none {
	display: none;
}

.left {
	float: left;
}
.textLeft{ 
	text-align:left;
}

.right {
	float: right;
}
.textRight{ 
	text-align:right;
}
.textCenter{
	text-align: center;
}

.clear {
	clear: both;
}
.mt10{
	margin-top:10px;
}
.pt10{
	padding-top:10px;
}
.pt5{
	padding-top:5px;
}
.pt20{
	padding-top:20px;
}
.pt15{
	padding-top:15px;
}
.aboutLeftTop{
	width:100%;
	height:10px;
	_overflow:hidden;
	background:url(../images/bg_aboutLeftTop.gif) no-repeat;
}
.aboutLeftBom{
	width:100%;
	height:10px;
	_overflow:hidden;
	background:url(../images/bg_aboutLeftBom.gif) no-repeat;
}
.aboutLeftList{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.aboutLeftList ul{
	padding:0 20px;
	padding-bottom:18px;
	background:url(../images/bg_aboutMenu.gif) repeat-y;
}
.aboutLeftList ul li{
	width:147px;
	line-height:48px;
	font-size:14px;
	background:url(../images/bg_aboutLi.gif) no-repeat bottom center;
	text-align: center;
	padding:0;
	margin:0;
	cursor: pointer;
}