﻿@charset "utf-8";
/* CSS Document */

/*** 全局CLASS ***/
*{padding:0px; margin:0px;}

body{
	background: #ffffff url(../images/body.jpg) no-repeat center top;
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-family: SimSun,Arial;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

p,table,td,input,select,font{
	font-size: 14px;
	font-family: SimSun,Arial;
	color: #333333;
	margin: 0px;
    padding: 0px;
}

h1,h2,h3,h4,h5,h6{
	font-size: 14px;
	font-family: "Microsoft YaHei",SimSun,Arial;
	font-weight: lighter;
	color: #333333;
	margin: 0px;
    padding: 0px;
}

form,iframe,img {
    border: 0px;
	margin: 0px;
	padding: 0px;
}

dl,dd,dt,ul,li,ol{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearFloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	font-size: 0px;
}

.height_10 {
	height: 10px;
	line-height: 0px;
	overflow: hidden;
	font-size: 0px;
}

.height_20 {
	height: 20px;
	line-height: 0px;
	overflow: hidden;
	font-size: 0px;
}

.height_30 {
	height: 30px;
	line-height: 0px;
	overflow: hidden;
	font-size: 0px;
}

.noBorder {
	border: 0px;
}

/*** toolbar ***/
.toolbar{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	font-size: 12px;
	height: 25px;
	line-height: 24px;
	background: #ffffff;
	padding: 0px 20px;
}
.toolbar a{
	display: inline-block;
	margin: 0px;
	font-size: 12px;
	color: #333333;
}
.toolbar span{
	display: inline-block;
	margin: 0px 6px;
	color: #666666;
}
.toolbar b{
	font-weight: lighter;
}

/*** banner ***/
.banner{
	width: 100%;
	height: 100px;
	overflow: hidden;
}

/*** footer ***/
.footer{
	text-align: center;
	line-height: 28px;
}

.bodyInfo{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

/*** 导航 ***/
.menu{
	text-align: left;
	background: #111111;
	opacity: 0.7;
	filter: Alpha(Opacity=70);
	width: 170px;
	float: left;
	height: 756px;
}

.menu a{
	display: block;
	color: #ffffff;
	width: 158px;
	padding: 10px 0px 10px 10px;
	line-height: 22px;
	opacity: 1.0;
	filter: Alpha(Opacity=100);
	font-size: 12px;
}

.menu a:hover, .menu a.activeSlide{
	background: #d60006;
	color: #ffffff;
	display: inline-block;
}

.menu h6{
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	border-bottom: 2px solid #333f48;
	background: #24313a;
	color: #ffffff;
}

.menu h5{
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	color: #ffffff;
	margin-top: 20px;
}

.menu h5 a{
	color: #ffffff;
	display: inline;
	font-family: SimSun,Arial;
}

.menu h5 a:hover{
	color: #d60006;
	display: inline;
	background: none;
}

.focusPic{
	width: 820px;
	float: right;
	overflow: hidden;
	text-align: left;
	position: relative;
}

.focusPic h6{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	border-bottom: 2px solid #333f48;
	background: #24313a;
	color: #ffffff;
}

.focusPic ul li{
	width: 820px;
	height: 720px;
	overflow: auto;
	text-align: left;
}

.focusPic a.prev{
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 6px;
	left: 12px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.focusPic a.prev:hover{
	color: #d60006;
}

.focusPic a.next{
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 6px;
	right: 12px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.focusPic a.next:hover{
	color: #d60006;
}

.top {
	position: fixed;
	right: 100px;
	bottom: 200px;
	z-index: 1000;
	width: 30px;
	height: 100px;
	overflow: hidden;
}