﻿/*系统样式，CMS定义*/
body {
	font-family: "arial";
	font-size: 12px;
	color: #B0B0B0;
	margin:0px;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-color: #500000;
	overflow-x: hidden;
	overflow-y: auto;
}

td {
	font-family:"arial";
	font-size: 12px;
	color: #B0B0B0;
}
/*Titlt样式*/
div#qTip {
  padding-right: 2px;
  padding-left: 3px;
  padding-bottom: 1px;
  border: 1px solid #ABAB98;
  display: none;
  background: #FEFEDA;
  color: #5F5F52;
  font-family:"Tahoma";
  font-size: 12px;
  text-align: left;
  position: absolute;
  z-index: 1000;
  line-height:16px;
}
/*Titlt样式结束*/
.bt {
	BORDER:  1px solid #000; 
	PADDING-top: 3px; 
	FONT-SIZE: 12px; 
	CURSOR: pointer; 
	COLOR: #000000; 
	BACKGROUND-COLOR: #F9F9F9;
}
.input {
	COLOR: #B0B0B0;
	BACKGROUND-COLOR: #F9F9F9;
	text-decoration: none;
	width: 100%;
	border: 1px inset;

}
a:link {
	color: #B0B0B0;
	text-decoration: none;
}
a:visited {
	color: #B0B0B0;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

/*英文*/
.smallcnfont{
	font: 11px "PMingLiu";
}
.enfont{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:link{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:visited{
	font-family:"Tahoma";
	font-size: 11px;
}

/*当前样式*/
.this {
	COLOR: #FFFFFF;
	font-weight: bold;
}
/*加粗*/
.bold{
	font-weight:bold;
}


/*以下自定义*==============================/

/*内容行高样式*/
.h18{
	line-height: 18px;
	WORD-WRAP: break-word;
}
.h20{
	line-height: 20px;
	WORD-WRAP: break-word;
}

.h22 {
	line-height: 22px;
	WORD-WRAP: break-word;
}

.content{
	word-break:break-all;
	text-align:justify;
	text-justify:inter-ideograph;
}
/*整体文字色定义*/
.font1{
	COLOR: #FFFFFF;
	text-decoration: none;
}
.font1 a:link{
	COLOR: #FFFFFF;
	text-decoration: none;
	}
.font1 a:visited{
	COLOR: #FFFFFF;
	text-decoration: none;
}
.font1 a:hover{
	COLOR: #F9CF83;
	text-decoration: none;
}

.font2{
	COLOR: #F9CF83;
	text-decoration: none;
}
.font2 a:link{
	COLOR: #F9CF83;
	text-decoration: none;
	}
.font2 a:visited{
	COLOR: #F9CF83;
	text-decoration: none;
}
.font2 a:hover{
	COLOR: #FDFDFD;
	text-decoration: underline;
	font-weight: normal;
}	

/*白色透影*/
.whitety {
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
	text-decoration: none;
}

/*选项卡*/
.Menubox {
	width:100%;
	height:25px;
	line-height:25px;
}
.Menubox ul{
	margin:0px;
	padding:0px;
	list-style:none;
	
}
.Menubox li{
	float:left;
	text-align:center;
	background:#f4f4f4;
	display:block;
	cursor:pointer;
	width:100px;
	list-style:none;
	margin:0px;
	padding:0px;

}
.Menubox li.hover{
	color:#ffffff;
	background:#CC0000;
}
/*选项卡结束*/
.top{
width:100%;text-align:center;border-bottom:1px solid #ffffff;
}
.foot{
width:100%;text-align:center;border-top:1px solid #ffffff;
}
.index{
width:980px;
}
.line{
	border-bottom: 1px dashed #161616;
}


DigitalImage a:hover {
     position: relative;
}
.DigitalImage a img {
     position: static;
     width: 52px;
     height: 52px;
     border: none;
}
.DigitalImage a:hover img {
     position: absolute;
     width: 104px;
     height: 104px;
     border: 1px solid #CCC;
     left: -40px;
     top: -30px;
}
