/* CSS Document */
/* 请按以下顺序写样式
显示,定位,浮动,清除:display position float clear  ...  
边距,补白,宽,高:margin padding width height ...   
文本修饰,对齐方式:text-decoration text-align vertical-align white-space...
文字颜色大小:color font content
边框和背景:border background
*/

/* 共用样式-常用类 */
* { margin:0; padding:0;}


body{ padding:0px; margin:0px auto; font-family:Tahoma, Verdana, Arial; height:100%; }

div,p,li,em{font-family:Verdana,宋体;font-size:12px; font-style:normal;}

form,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}

input,select{font-size:12px;line-height:16px;}

img{border:0;}

ul,li{list-style-type:none;}

table{ border-collapse:collapse;}

.clear {clear:both;}

/* 通用架构 */

.left{ float:left;}
.right{ float:right;}

.png {_behavior:url("iepngfix.htc");}

#toplogin,#header,#copyright{ margin:0 auto; width:1002px;}

#toplogin{ height:60px; text-align:right;}
	#toplogin table{ float:right; margin-top:30px; width:290px; color:#707070; }
	#toplogin table input{ width:60px;}
	
	#music{ position:absolute; right:95px; top:60px; z-index:6; width:180px; height:105px; }

#content{ margin:0 auto; width:100%; height:520px; text-align:center; background:#e0e0e0;}

	.flashbox,.btContent{ margin:0 auto; width:1002px; }
	.btContent{ position:relative;}
	.btContent_bt{ position:absolute; left:30px; z-index:1; width:653px; height:225px;}
#tip{ clear:both; position:absolute; right:-49px; bottom:-136px; z-index:2; width:526px; height:28px;}
	
/*　版权 */
.copyright{ clear:both; margin:0 auto; margin-top:15px; width:100%;  }
	.copyright .text{ margin:0 auto; padding-top:10px; width:938px; color:#6c6c6c; line-height:24px; text-align:center;}
	.copyright .company{ width:100%; padding:10px 0; color:#a3a3a2; text-align:center;}