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

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

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

body{
	background:#ffffff;
	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:#5F5F5F;
	text-decoration:none;
}
a.footLink:hover{
	color:#ffd200;
}



#topWrap{
	height:70px;
	width:960px;
	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:480px;
	width:960px;
	border:1px solid #FFF;
	background:#ffffff;
	margin:0 auto;
}

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

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

#footWrap{
	height:30px;
	text-align:right;
	width:960px;
	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;
}
.press {
	background-attachment: fixed;
	background-image: url(../images/press.jpg);
	background-repeat: no-repeat;
}





#brand{
	background:url(../images/brand_bg.jpg) no-repeat;
	height:451px;
	width:960px;
	padding:0.5px;
	}
#press{
	height:451px;
	width:960px;
	padding:0.5px;
	background-attachment: inherit;
	background-image: url(../images/press.jpg);
	background-repeat: repeat-y;
	}

.txtWrap{
	margin-top:10px;
}
.width400{
	width:400px;
	}
	
#contact{
	height:451px;
	width:960px;
	padding-left: 100px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	}
#contact a{color: #999999;}	
#contact .contact-element-end {
	height: 100px;
	overFlow-x: hidden;
	overFlow-y: auto;
	/*   滚动条相关的颜色属性 */
    scrollBar-face-color: #ccccccc;        /* 滑块 */
	scrollBar-hightLight-color: #f9f9f9;    /* 高亮 */
	scrollBar-3dLight-color: #cccccc;    /* 3维光线 */
	scrollBar-darkshadow-color:#f9f9f9;    /* 暗影    */
	scrollBar-shadow-color:#f9f9f9;      /* 阴影   */
	scrollBar-arrow-color:#dbdbdb;       /* 箭头 */
	scrollBar-track-color:#f9f9f9;         /* 滑道颜色 */
	scrollBar-base-color:#f2f2f2;          /* 主要颜色 */
}

#member{
	height:451px;
	width:960px;
	padding-left: 100px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	background-image: url(../images/member.jpg);
	background-repeat: repeat-y;
	background-position: top;
	}

#left{
	height:400px;
	width:250px;
	color:#000000;
	float:left;
	margin-left:20px;
	margin-top: 25px;
	background-color: #FFFFFF;
	}

#right{
	width:525px;
	height:350px;
	float:left;
	text-align: center;
	margin-left: 40px;
}	
	
.pgLeft10{
	padding-left:10px;
	}
.c_div{
	width:960px; /* 定义区域的宽*/
	/*   滚动条 */
    /*   overFlow: auto ; */ /* visible ：却省的 hidden auto scroll */
    overFlow-x: hidden;
	overFlow-y: auto;
	/*   滚动条相关的颜色属性 */
   scrollBar-face-color: #ccccccc;        /* 滑块 */
	scrollBar-hightLight-color: #f9f9f9;    /* 高亮 */
	scrollBar-3dLight-color: #cccccc;    /* 3维光线 */
	scrollBar-darkshadow-color:#f9f9f9;    /* 暗影    */
	scrollBar-shadow-color:#f9f9f9;      /* 阴影   */
	scrollBar-arrow-color:#dbdbdb;       /* 箭头 */
	scrollBar-track-color:#f9f9f9;         /* 滑道颜色 */
	scrollBar-base-color:#f2f2f2;          /* 主要颜色 */
	background-color: #dededc;
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 7px;
	visibility: visible;
	clear: both;
}
#imageFlow {
	position: relative;
	width: 115%;
	height: 115%;
	}
	#imageFlow .diapo {
	position: absolute;
	left: -900px;
	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: 960;
	}
	#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: 960;
	float: left;
	}
	#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 27px;
	filter: alpha(opacity=10);
	opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
	position: absolute;
	right: 10px;
	}
	#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: #FFCC33;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-left: 4px;
}
#left .link a{
	color: #CC9933;
	text-decoration: none;
}
#left .link a:hover {
	color: #996633;
	text-decoration: blink;
}
.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: #8D8D8D;
	text-decoration: none;
}
.lang a:hover,.copyright a:hover{
	color: #575757;
}.copyright {
	text-align: right;
}
#media {
	height:451px;
	width:960px;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
#media #m_l {
	float: left;
	height: 372px;
	width: 195px;
	overFlow-x: hidden;
	overFlow-y: auto;
	/*   滚动条相关的颜色属性 */
    scrollBar-face-color: #ccccccc;        /* 滑块 */
	scrollBar-hightLight-color: #f9f9f9;    /* 高亮 */
	scrollBar-3dLight-color: #cccccc;    /* 3维光线 */
	scrollBar-darkshadow-color:#f9f9f9;    /* 暗影    */
	scrollBar-shadow-color:#f9f9f9;      /* 阴影   */
	scrollBar-arrow-color:#dbdbdb;       /* 箭头 */
	scrollBar-track-color:#f9f9f9;         /* 滑道颜色 */
	scrollBar-base-color:#f2f2f2;          /* 主要颜色 */
	background-color: #dededc;
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 7px;
}
#media #m_r {
	float: right;
	height: 372px;
	width: 530px;
	margin-top: 14px;
	margin-right: 30px;
	margin-bottom: 14px;
}
#media .m_c {
	text-align: center;
	line-height: 25px;
	color: #797878;
}
.p_2 {
	border: 2px solid #cccccc;
}

