﻿@charset "utf-8";
@import url(register.css);

* {margin:0; padding:0;}
fieldset,img{border:none;}
button,label,input[type=button]{cursor:pointer;}
body {font: 10px "微软雅黑", "宋体", "新宋体";text-align: center; color: #000; background:#c0c0c0; *overflow:hidden;}
a{outline:none; text-decoration:none;}
#container{width:1002px;height:auto;margin:38px auto 0;text-align:left;}/*1002-inner965;margin-left:18px ;*/

#content,#header,#footer{background:url(../images/bbg.png) 0 0 no-repeat;}

#content{width: inherit;background-position:100% 0;background-repeat: repeat-y;overflow:hidden; padding-bottom:2em;}
#content embed{}
#FlashBody{width:965px;height:244px;margin-left:18px; padding:0;}
#FlashBody object{width: inherit;height: inherit;}

/*=头部*/
#header{position:relative;width: inherit;height:106px;color:#fff;z-index:10;}
#header embed{margin:1.2em 3em;width:30em;height:8em;}
#FlashLogo{position:absolute;left:4.5em;bottom:.5em;color:#333;}
/*菜单*/
#menu{position:absolute;width:610px;top:66px;right:27px; }
	#menu li{margin:0 3px;float:left;list-style:none; position:relative;padding-left:8px;}
		#menu li,#menu a{background:url(../images/menu.png) 0 0 no-repeat #eee;}
		
	#menu a{font-size:14px; height:27px; cursor:pointer; float:left; _overflow:hidden;
		color:#08c;letter-spacing:2px;font-weight:bold;text-decoration:none;
		background-position:100% 0;
		padding:0 15px 0 8px;
		} 		#menu a:hover{color:#f80;}
		#menu li:hover ,#menu li.hover{background-position:0 -27px;}
		#menu li:hover a ,#menu li.hover a{background-position:100% -27px;}		
		
	#menu ul a{color:#07c;white-space:pre; padding:6px 10px; display:block; height:14px; }

		#menu li:hover ul,#menu li.hover ul{display:block;}
	#menu ul{display:none;margin:0;position:absolute;top:27px;left:0;padding:3px 0 10px;
		background-color:#e5e5e5;filter:alpha(opacity=88);opacity:0.88;
		border:1px solid; border-color:#ccc #888 #888 #ccc;border-top:none;
		-moz-box-shadow:6px 6px 16px rgba(88,88,88,.8),-1px 3px 3px rgba(88,88,88,.8),0 -1px 3px #ddd;
		-webkit-box-shadow:6px 6px 16px rgba(88,88,88,.8),-1px 3px 3px rgba(88,88,88,.8),0 -1px 3px #ddd;
		-moz-border-radius:0 6px 6px;
		-webkit-border-radius:6px;
		-webkit-border-top-left-radius:0;
	}
	#menu ul li{clear:both;padding:0;}
	#menu ul li,#menu ul li a{background:none; float:none!important; float:left;}
/*搜索框*/
#header input#key{padding-right:2em;}
#header input#readingGlass{position:absolute;top:.35em;right:1.2em;}

/*ajax弹出浮动表单*/
.diaboxWrap{border:5px solid #fc0;}
.diabox{position:absolute; z-index:190; color:#000; text-align:left;font-size:10px;border:5px solid #fc0;
	-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;
	-moz-box-shadow: 0px 0px 22px #ddd;-webkit-box-shadow: 0px 0px 22px #ddd;box-shadow: 0px 0px 22px #ddd;
	background-color:#fff; }
	.diabox-loading{background-repeat:no-repeat; background-position:50% 50%; background-image:url(../images/loading-dialog.gif); cursor:wait;}
	.diabox .titlebar{width:100%; height:2em; line-height:2em; color:#556; background-color:#fc0;font-weight:bold;}
	.diabox .titlebar div.title{font-size:1.1em; text-align:center; overflow:hidden; white-space:pre;}
	.diabox .titlebar div.close{width:3em; height:1.5em;text-align:center; cursor:pointer;
		position:absolute; top:0; right:0;}	.diabox .titlebar div.close:hover{color:#fff;}
	.diabox .content{background-color:#fff;}/*lavender #f0f0ff e7e7e7 efeecf*/
	
	input[type=text]:focus{background:rgb(255,255,222);}
	/*遮罩9ce 47a*/
	div.diabox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:189;background:#47a;display:none;
		_position:absolute; _height:expression(eval(document.body.scrollHeight));}
/*登陆窗*/
	.loginBox form{ width:98%;margin:2em auto 0;}
	.loginBox h4.success{height:80px; font-size:1.4em;text-align:center; line-height:80px;color:#a22;}
	.loginBox input{width:12em; display:block; height:14px; padding:4px 0 4px 4px;}
	.loginBox label{ clear:left; float:left;margin:0 6px 0;width:55px;height:22px; line-height:22px;font-size:1.3em;text-align:right;}
	.loginBox button{ padding:0 1em; margin:1em;}
	.loginBox p{ clear:both; height:25px; margin:10px 0; width:100%;}
	
	.regBox .content{ padding:2em 0 2em 4em;}
	.regBox legend{ display:none; margin-bottom:1em;}

/*
_position:absolute;_top:expression(eval(document.documentElement.scrollTop));
position:fixed;top:0;left:0; 
*/
#toolbar{width:100%;height:51px;
	background:url(../images/toolbar-bg.png) bottom repeat-x;
	z-index:20;color:#333;
	position:fixed;top:0;left:0;
	_background: none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/toolbar-bg.png', sizingMethod='scale');
	_position:absolute;_top:expression(eval(document.documentElement.scrollTop));
	}/*bg:#333,bd:#347 07e*/
#toolbar *{border:none;}
#toolbar .wrap{width:1002px;height:43px; margin:0 auto;position:relative;padding-top:8px;
	
	}
/*搜索条*/
#search{float:left;position:relative;margin-left:5em; _display:inline;}
#search input#key{padding-right:30px; display:block; width:200px; height:24px;font-size:1.5em;
	/*background:url(../images/t2.png) left top no-repeat;*/
	background-color:#fff;
	-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;
	}
#search input#key:focus{
	/*background-color:#bdc;*/
	/*background-image:url(../images/t1.png); border:none;*/
	}
#search input#q{position:absolute;top:.25em;right:2px;width:21px; height:17px;cursor:pointer;}

.shadow-button{}

/*工具条上登陆*/
#login{ float:right; padding-right:5em;text-align:right;vertical-align:middle;font-size:1.3em;color:#000; z-index:inherit;}
	#login a{color:#08b;text-decoration:none; padding:0 .8em; position:relative;}
	#login a:hover{background:#08b; color:#fff; }
	#login input{margin:0 .2em;}
	#login button{margin:0 .2em; padding:0 .5em;height:22px; line-height:22px; color:#efd;
		font-size:12px; border:1px solid #380;background:#06b;font: 1em "微软雅黑","黑体";
		-moz-border-radius:2px;-webkit-border-radius:2px;
		-moz-box-shadow: 0 1px 3px rgba(33,33,33,.3);-webkit-box-shadow: 0 1px 3px rgba(33,33,33,.3);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
		border-bottom: 1px solid rgba(0,0,0,0.3);}		#login button:hover{color: #fff; background:#08d;}
	#login label{ display:none;}
	#login p{display:inline;}
	
#toolbar input{margin-right:.2em;height:22px;text-indent:.5em;
	font:15px/22px "黑体",Verdana, Geneva, sans-serif;color:#000; float:left;}
	#toolbar input.watermark{color:#888;}
	#login input{width:8em;}
	/*jquery ajax indicator*/
	img#loading{width:19px;height:18px;position:absolute;display:none;}
	#toolbar img#loading{top:8px;right:3.6em;}

.sytle #FlashLogo{bottom:1.7em;}
.sytle #header{height:11em;background:url(../images/headerbg2.png) top center no-repeat;}
.sytle #menu{}

#footer{margin-bottom:3em;width: inherit;height:44px;line-height:2.2em; background-position:0 100%;color:#e0e0e0;}
/*底部导航链接*/
ul.nav{margin:0;padding-left:3em;height:inherit;list-style:none;}
ul.nav a{color:#ddd;font-size:1.1em;}
ul.nav a:hover{color:#fff;}
ul.nav li{float:left;padding:0 .5em;position:relative; list-style:none;}
ul.nav li.copyright{float:right;padding-right:3em;}
ul.nav li em{ padding:0 3px;letter-spacing:1px; font-style:normal;}
ul.nav li:hover ul{display:block;}
	ul.nav ul{padding:.5em 0;display:none;position:absolute; left:0;background:#046; border:1px inset #666;}
	ul.nav ul li{float:none; padding:0;}
	ul.nav ul a{color:#49c; display:block;width:inherit; position:relative; left:.3em;
		height:2.1em;line-height:2.1em;width:8em; padding:0 .5em;}
	ul.nav ul a:hover{color:#f82;background:#f82; color:#fff;}
