﻿@import url('Header1.css');
html
{
	scrollbar-3dlight-color: #D4D0C8; /*- 最外左 -*/
	scrollbar-highlight-color: #fff; /*- 左二 -*/
	scrollbar-face-color: #E4E4E4; /*- 面子 -*/
	scrollbar-arrow-color: #666; /*- 箭头 -*/
	scrollbar-shadow-color: #808080; /*- 右二 -*/
	scrollbar-darkshadow-color: #D7DCE0; /*- 右一 -*/
	scrollbar-base-color: #D7DCE0; /*- 基色 -*/
	scrollbar-track-color: #f0f0f0; /*- 滑道 -*/
}
body
{
	margin: 0;
	color: #333333;
	padding: 0;
	font-size: 9pt;
	text-align: center;
}

div, b, li, ul, hr, dd, dt, p, h1, h2, h3, h4, h5, input, form, img, span, a
{
	margin: 0;
	padding: 0;
	border: 0;
}
.TopDiv, .FooterDiv, .ContentDiv
{
	float: left;
	width: 968px;
}
.TopDiv a, .FooterDiv a
{
	-moz-outline: none;
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

.MainDiv
{
    background:white;
	width: 968px;	
	margin: 0 auto;
}

.FooterDiv
{
	height: auto;
}

.AboutUs
{
	width: 968px;
	height: 35px;
	line-height: 35px;
	color: Silver;
	font-size: 10pt;
}
.AboutUs a
{
	text-decoration: none;
	line-height: 40px;
	color: Blue;
	font-size: 9pt;
}

.AboutUs a:hover
{
	text-decoration: underline;
}

.Horizontal
{
	width: 968px;
	border-bottom: 1px #95C7E8 solid;
	margin: 0 0 10px 0;
}

.CopyRight
{
	width: 968px;
	height:160px;
	float: left;
}
.CopyRightImg
{
	width: 400px;
	height: 80px;
	float: left;
	background: url('../Images/LogoWhiteBG.png') no-repeat center;
}
.CopyRightInfo
{
	text-align: left;
	width: 540px;
	height:80px;
	line-height: 25px;
	margin: 0 0 0 20px;
	float: left;
}

.Site
{
}


.headdivhiden
{
	display: none;
	overflow: hidden;
}
.headdivshow
{
	display: block;
	float: left;
	width: 968px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.closebtn
{
	position: absolute;
	bottom: 2px;
	color:White;
	text-decoration: underline;
	right: 2px;
	height: 20px;
	line-height: 20px;
	border: 1px white solid;
	width: 80px;
	cursor: pointer;
}

