/* CSS Document */
/* 仅仅在PC上进行测试, 包括 IE6, Netscape7.2, Mozilla Firefox, Opera8.54 */
/* 页面基本布局样式 */
/* mac hide \*/
html, body {height:100%;width:100%;}
/* end hide*/
body {
	margin:0;
	padding:0;
	color:#555555;
	font-family:"宋体", "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.7;
	text-align: center;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: center top;
}
table {
	margin:0;
	padding:0;
	color:#504D3B;
	font-family:"宋体", "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.7;
	text-align: left;
}
div{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

form {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}
ul {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}

li {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
ul {
	LIST-STYLE-TYPE: none
}
li {
	LIST-STYLE-TYPE: none}

#outline{
	width: 1002px;
	height:auto;
	position:relative;
	margin: 0 auto;
	background-image:url(../images/top_back.gif);
	background-repeat:no-repeat;
	background-position: center top;
}

h1{ PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal;  PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;}
h2 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 0px;   PADDING-BOTTOM: 0px; MARGIN-top: 3px; PADDING-TOP: 2px}
h3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal;  PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}
h4 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 15px; FONT-WEIGHT: normal; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}

select{
	width:163px;
	height:25px;
	scrollbar-3dlight-color: 000000;
	scrollbar-darkshadow-color: 000000;
	scrollbar-track-color: FFD2E6;
	scrollbar-arrow-color: D80C64;
	scrollbar-shadow-color: ffffff;
	border: 1px solid #cacaca;
	}
img {border:0}

/*控制方向和消除*/
.left {
	FLOAT: left
}
.right {
	FLOAT: right
}
.clear{
	clear: both;
    }
/*字体样式和链接*/
.txtleft {
	TEXT-ALIGN: left;
}
.txtcenter {
	TEXT-ALIGN: center;
}
.txtcenter1 {
width:auto;
margin:5px auto;
}
.txtright {
	TEXT-ALIGN: right;
}

a:link {
	COLOR: #555555;
	text-decoration: none;
}
a:visited {
	COLOR: #555555;
	text-decoration: none;
}

 a:hover {
	COLOR: #900900; TEXT-DECORATION: underline;
}
.txtone a:link {
	COLOR: #900900;
	text-decoration: none;
}
.txtone a:visited {
	COLOR: #900900;
	text-decoration: none;
}
.txtone a:hover {
	COLOR: #1376c9; TEXT-DECORATION: underline;
}
.txtTwo{COLOR: #000;}
.txtTwo a:link {
	COLOR: #000; TEXT-DECORATION: none;
}
.txtTwo a:visited {
	COLOR: #000; TEXT-DECORATION: none;
}
.txtTwo a:hover {
	COLOR: #CE0000; TEXT-DECORATION: underline;
}

.txtThree a:link {
	COLOR: #fff; TEXT-DECORATION:  none;
}
.txtThree a:visited {
	COLOR: #fff; TEXT-DECORATION: none;
}
.txtThree a:hover {
	COLOR: #900900;TEXT-DECORATION: underline;
}
/*标题大小*/
h1{width:auto;
	FONT-WEIGHT: bold;
	COLOR: #000;
	font-size:12px;
	text-decoration: none;
}
h2 {
	font-size:14px;
	width:175px;
	height:85%;
	FONT-WEIGHT: bold;
	text-indent: 35px;
	background-color: #797979;
	}

h3 {FONT-WEIGHT: bold;
	  font-size:16px;}
h4{FONT-WEIGHT: bold;  font-size:18px;}
/*字体颜色*/
.white{
color:#fff}
.black{
color:#000}
.red{
color:#900900;
}
.green{
	color: #339900;
}
.blue{
	color: #401294;
}
.grey{
	color:#C3C3C3
}
.yellow{
    color:#EA7500;
}
.pink{color:#E80969;}
.left_border{ border-left:2px #900900 solid;}
.right_border{ border-right:2px #900900 solid;}
/*字体大小*/
.f12{FONT-SIZE: 12px}
.f14 {FONT-SIZE: 14px}
.f16 {FONT-SIZE: 16px}
.f18 {FONT-SIZE: 18px}
/*字体粗细*/
.fb {FONT-WEIGHT: bold;}
.fc {FONT-WEIGHT: lighter;}
/*标题*/
.title_back{
width:100%;
height:auto;
background-color:#e9e9e9;
border-bottom:1px solid #cccccc;
padding:5px 0px ;}
.title{
	color:#900900;
	font-size:14px;
	font-weight: bold;
	padding:0px 20px 6px 20px;
	_padding:0px 20px 5px 20px;
	width:auto;
	border-bottom:#900900 2px solid; 
}

/*布局控制*/
#top{
	margin:0 auto;
	width:960px;
	height:220px;
	
}
#top li{
width:auto;
	padding:3px 10px ;
}
.search{margin:30px 50px 0px 0px;
float:right;
text-align:right;}
.input{
    width:185px;
	height:25px;
	border: 1px solid #cacaca;
	font-size:14px;
}
/*flash*/
#zzsc {
		width: 960px;	/* 圖片的寬 */
		height: 320px;	/* 圖片的高 */
		overflow: hidden;
		margin:15px auto;
	}
	#zzsc  img {
		width:960px;
		height: 320px;
	}
	#zzsc a {
		position: absolute;
		top: 0; 
		left: 0;
	}
	#zzsc a img {
		border: none;
		width:960px;
	}

	/* 以下是針對選單按鈕設定 */
	#zzsc .abgne-controls {
		list-style: none; 
		position: absolute;
		margin: 0;
		padding: 0;
		right: 10px;
		bottom: 25px;
		height: 20px;
	}
	#zzsc .abgne-controls li {
		float: left;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 20px;
		font-weight: 900;
		text-align: center;
		cursor: pointer;
		margin-right: 2px;
		color:#1152a6;
		background-color: #fff;
	}
	#zzsc .abgne-controls li.current { 
		color: #fff;
		background-color: #1152a6;
	}
	
#fuwu{
	width:960px;
	height:100px;
	margin:0px auto 15px auto;
	text-align:center;
	
}
#fuwu table{font-size:14px;
	color:#900900;}
#center{
width:960px;
height:auto;
margin:0px auto 20px auto;}
#news{
width:615px;
height:auto;
margin:0;
float:left;
text-align:left;
}
#news li{margin-top:5px;}
#note{
width:325px;
height:auto;
margin:0;
float:right;
text-align:left;
}
#note li{margin-top:5px;}
#ad{margin:10px 0px 20px 0px; 
width:100%;
height:100px;
overflow:hidden;}
.zhanshi{ width:625px; height:auto; float:left;text-align:left;}
.normal{list-style: none; float: left; padding: 0px 10px 0px 10px;width:80px; text-align :center ;vertical-align :middle ;cursor :pointer ;font-size:14px;  color:#900900; }
.selected{color:#900900;
	font-size:14px;
	font-weight: bold;
	padding:0px 0px 0px 20px;
	width:80px;
	border-bottom:#900900 2px solid; 
	list-style: none;float: left;cursor :pointer ;}
.divMainTab { width:100%; height:25px;
background-color:#e9e9e9;
border-bottom:1px solid #cccccc;
padding:10px 0px 0px 0px;}
.conent_jianjie{ width:100%; height:auto; padding:10px 0px;}
#navbox{width:100%;
font-size:12px;
text-align:left;}
#navbox li{ margin-right:0px;_margin-right:0px; float:left;width:156px;}
#video{
width:320px;
height:auto;
margin:0;
float:right;
text-align:left;
}
#video li{}

#hotweb{width:100%;
height:105px;
padding:0px;
border:#cccccc 1px solid;
background-color:#e9e9e9;}
.xu_border{padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d0d0d0;
}

.dop{
	padding:2px 0px;
	list-style-position: inside;
	list-style-type: disc;
}
.dop1{
	padding:4px 0px 3px 0px;
	list-style-position: inside;
	list-style-type: disc;
}
.dop2{
	margin:15px 15px 0px 15px;
	list-style-position: inside;
	list-style-type: disc;
}
.dop3{
	margin:15px 15px 0px 15px;
	
}
.dop4{
	margin:10px 10px 0px 10px;
	text-align:center;	
}
.dop5{
	margin:10px 10px 0px 10px;	
}
.fenye{margin:15px;
font-size:12px;
text-align:center;}
.fenye1{margin:15px;
font-size:12px;
}
.more{
width:50px;
height:auto;
color:#900900;
	font-size:12px;
	float:right;
	font-weight:normal;
	margin-right:20px;
	padding-top:4px;
	
	 }
.more a:link {
	color:#900900;
	font-size:12px;
	text-decoration: none;
}
.more a:visited {
	color:#900900;
	font-size:12px;
	text-decoration: none;
}
.more a:hover {
	COLOR: #1376c9; font-size:12px;TEXT-DECORATION: underline;
}
.more1{color:#fff;
	font-size:12px;
	float:right;
	font-weight:normal;
	margin-right:20px;
	 }
.more1 a:link {
	color:#fff;
	font-size:12px;
	text-decoration: none;
}
.more1 a:visited {
	color:#fff;
	font-size:12px;
	text-decoration: none;
}
.more1 a:hover {
	COLOR: #FF0000;
	font-size:12px;
	TEXT-DECORATION: underline;
}

/*列表页*/
#list{width:685px;
height:auto;
margin:15px 0px 15px 20px;
text-align:left;
background-color:#FFFFFF;
font-size:14px;
border:1px solid #cccccc;
float:left;
}
#list li{padding:5px 0px;}
#list li table{ width:100%;height:auto; font-size:14x;}
#list1{
width:260px;
_width:260px;
height:auto;
margin:15px 20px 15px 0px;
padding:0px 0px 15px 0px;
float:right;
text-align:left;
background-color:#FFFFFF;
border:1px solid #cccccc;
}

#list1 li{}


/*主导航*/

#topnav {
	margin:30px 0px 0px 0px; padding: 5px 10px;
	float: left;
	font-size:14px;
	text-align:left;
	width:auto;
	height:auto;
	list-style: none;
	position: relative;
	
}
#topnav li {
	float: left;
	margin: 0; padding:5px 0;
	border-right: 1px  dashed #fff;
}
#topnav li a {
	padding: 10px 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#topnav li:hover { background: #1376c9; }
#topnav li span {
	float: left;
	height:25px;
	padding: 5px 0px;
	position: absolute;
	left: 0; top:58px;
	display: none;
	width: 940px;
	background: #1376c9;
	color: #fff;
	font-size:12px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#topnav li:hover span { display: block; }
#topnav li span a { display: inline; }
#topnav li span a:hover {text-decoration: underline;}

/*滚动*/

.qimo8{ overflow:hidden; width:720px;margin-left:10px;}
.qimo8 .qimo {/*width:99999999px;*/width:8000%; height:30px;}
.qimo8 .qimo div{ float:left;}
.qimo8 .qimo ul{float:left; height:auto; overflow:hidden; zoom:1; }
.qimo8 .qimo ul li{
	float:left;
	list-style-type:none;
}
.qimo8 li a{margin-right:10px;}

/*尾部*/

#bottom{
margin: 0;
	width:100%;
	height:auto;
	background-color:#7b0c11;
	color:#fff;
}
#bottom li{
	list-style-type: none;
}
#bottom li table{
	color:#fff;TEXT-DECORATION:none;
}
#bottom li a:link{
	color:#fff;
}
#bottom li a:visited{
	color:#fff;TEXT-DECORATION:none;
}
#bottom li a:hover {
	COLOR: #0099FF;
	TEXT-DECORATION: underline;
}
.linksele{ margin:0 auto;
padding:10px;
width:960px;
height:auto;
background-color:#FFFFFF;
}


