@charset "utf-8";
/* CSS Document */

/* code by 杨勇 QQ：411891125 MSN：uu0216@hotmail.com 未经许可，请勿抄袭*/

html {
		overflow: hidden;
	}
*{
	text-align:left;	
}

body{
	background:#c4c7c8;
	width:100%;
	font-family:"Arial","宋体";
	line-height:20px;
	font-size:12px; 
	}
	
img{}
	
/* 通用样式 */
.ALeft{
	text-align:left;
	}
.ARight{
	text-align:right;
	}
.ACenter{
	text-align:center;
	}
.FLeft{
	float:left;
	}
.FRight{
	float:right;
	}

.spaceLine{
	font-size:0px;
	line-height:0px;
	width:100%;
	clear:both;
}/* 专门用来清除浮动*/

.weightTxt{
	font-weight:bold;
	}
	
	

a:link,
a:hover,
a:visited,
a:active{
	text-decoration:none;
}
	
a.footLink:link,
a.footLink:hover,
a.footLink:visited,
a.footLink:active{
	color:#000000;	
	text-decoration:none;
}
a.footLink:hover{
	color:#ffd200;
}



#topWrap{
	height:70px;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
}

#logo{
	height:50px;
	width:184px;
	margin-top:20px;
	float:left;
	cursor:hand;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	}
	
#addFav{
	width:76px;
	float:right;
	cursor:hand;
	height: 65px;
	text-align: right;
	margin-top: 8px;
	background-image: url(../images/addfav.gif);
	background-repeat: no-repeat;
	}

#mainWrap{
	height:498px;
	width:798px;
	border:1px solid #FFF;
	background:#fff;
	margin:0 auto;
}

#menuWrap{
	height:62px;
	width:100%;
	}

#main{
	width:100%;
	float: left;
}

#footWrap{
	height:30px;
	text-align:right;
	width:800px;
	margin:0 auto;
	font-size:10px;
	}
	
UL{
	list-style:none;
	}


/* --------------------------------------------------------------------------------------- nav */
.waiterImg{	margin-top:0px;	}


#navigation {
	width:100%;
	margin:0 auto;
	height:auto;
	background-image: url(../images/bg_nav.gif);
}
#navigation .father {width:100%;height:32px;;float:left}


.clear{
	clear:both;
	}
	
.hidden{
	height:0px;
	overflow:hidden;
	visibility:hidden;
	}
	
	
/* ----------------------------------------------------------------Tooltips   */
.tooltips{
	position:relative; /*这个是关键*/
	z-index:2;
}
.tooltips:hover{
	z-index:3;
	background:none; /*没有这个在IE中不可用*/
}
.tooltips span{
	display: none;
	text-decoration:none;
	text-align:left;
}
.tooltips:hover span{ /*span 标签仅在 :hover 状态时显示*/
	display:block;
	position:absolute;
	top:-5px;
	left:80px;
	width:auto;
	border:1px solid #FF9900;
	background-color:#FFFFCC;
	padding: 5px;
	color:#000;
}





#brand{
	background:url(../images/brand_bg.jpg) no-repeat;
	height:360px;
	width:758px;
	padding:20px;
	}

.txtWrap{
	margin-top:10px;
}
.width400{
	width:500px;
	}
	
#contact{
	background:url(../images/contact.jpg) bottom no-repeat;
	height:400px;
	width:698px;
	padding-left: 100px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	}

#left{
	height:350px;
	width:250px;
	color:#000000;
	float:left;
	margin-left:5px;
	margin-top: 10px;
	background-color: #DCDCDC;
	}

#right{
	width:525px;
	height:350px;
	float:right;
	text-align: center;
}	
	
.pgLeft10{
	padding-left:10px;
	}
.c_div{
	width:798px; /* 定义区域的宽*/
	/*   滚动条 */
    /*   overFlow: auto ; */ /* visible ：却省的 hidden auto scroll */
    overFlow-x: hidden;
	overFlow-y: auto;
	/*   滚动条相关的颜色属性 */
     scrollBar-face-color: #434343;        /* 滑块 */
	scrollBar-hightLight-color: #6c6c6c;    /* 高亮 */
	scrollBar-3dLight-color: #434343;    /* 3维光线 */
	scrollBar-darkshadow-color:#6c6c6c;    /* 暗影    */
	scrollBar-shadow-color:#6c6c6c;      /* 阴影   */
	scrollBar-arrow-color:#dbdbdb;       /* 箭头 */
	scrollBar-track-color:#6c6c6c;         /* 滑道颜色 */
	scrollBar-base-color:#686868;          /* 主要颜色 */
	visibility: visible;
}
#imageFlow {
	position: relative;
	width: 90%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -1000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .bank {
		visibility: hidden;
	}
	#imageFlow .top {
		position: absolute;
		width: 100%;
		height: 40%;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: center;
		color: #333333;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
	font-size: 0.9em;
	font-weight: bold;
	visibility: hidden;
	}
	#imageFlow .legend {
		font-size: 0.8em;
	}
	#imageFlow .scrollbar {
	position: absolute;
	bottom: 10%;
	width: 100%;
	height: 16px;
	z-index: 1000;
	float: left;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 27px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 27px;
		left: 25px;
	}
.d_b {
	border: 2px solid #595959;
}
.f_14 {
	font-size: 16px;
}
.d a{
	color: #990000;
}
.p_b {
	margin-bottom: 5px;
}
#right .back {
	text-align: right;
	margin-right: 10px;
	margin-top: 20px;
}
#left .info {
	height: 330px;
	padding: 15px;
}

#left .link {
	color: #767678;
	font-weight: bold;
	background-color: #5a5b5d;
	padding-left: 4px;
}
#left .link a{
	color: #dbdcde;
	text-decoration: none;
}
#left .link a:hover {
	color: #dbdcde;
	text-decoration: underline;
}
.collection {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.collection a{
	color: #FFFFFF;
	text-decoration: none;
}
.collection a:hover{
	color: #f5c30c;
	text-decoration: none;
}
.lang {
	float: left;
	color: #6C6C6C;
	margin-right: 4px;
	font-size: 11px;
}
.lang a,.copyright a{
	color: #6C6C6C;
	text-decoration: none;
}
.lang a:hover,.copyright a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}.copyright {
	text-align: right;
}
