﻿/*系统样式，CMS定义*/
body{
	font-family: "arial";font-size: 12px;color: #555555;
	margin:0px;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-color: #000000;
	overflow-x: hidden;overflow-y: auto;
}

td {font-family:"arial";font-size: 12px;color: #555555;}

p {margin:0px;padding:0px;border:0px}
.clear{ clear:both;}/*清除浮动*/
img {border:0px;behavior:url("images/systemfiles/pngbehavior.htc")}/*支持png图片*/
a {behavior:url("images/systemfiles/onfocus.htc")}/*去掉点击虚线*/
.keyword{background-color: #FFFF00;}/*搜索高亮关键词*/

/*Titlt样式*/
div#qTip {
	z-index:1000;border:0px;display: none;position: absolute;
}
/*Titlt样式结束*/
.bt {
	font-family:"Tahoma";
	font-size: 12px;
	BORDER:  1px solid #000; 
	PADDING-top: 3px; 
	FONT-SIZE: 12px; 
	CURSOR: pointer; 
	COLOR: #000000; 
	BACKGROUND-COLOR: #F9F9F9;
}
.input {
	font-family:"Tahoma";
	font-size: 12px;
	COLOR: #555555;
	BACKGROUND-COLOR: #F9F9F9;
	text-decoration: none;
	width: 100%;
	height:22px;
	line-height:18px;
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding-left:4px;
	margin:0px;
}
a:link {
	color: #00BAFF;
	text-decoration: none;
}
a:visited {
	color: #00BAFF;
	text-decoration: none;
}
a:hover {
	color: #FFF000;
	text-decoration: underline;
}
/*morepic图片框*/
.morepic{
	border:3px solid #000000;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
.morepic2{
	border-top:1px solid #000000;
	height:25px;
	background-color:#FEFEDA;
}

/*小号中文字体*/
.smallcnfont{
	font-family: "PMingLiU";
	font-size: 11px;
}
/*英文*/
.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: #DD0009;
	font-weight: bold;
}
/*加粗*/
.bold{
	font-weight:bold;
}


/*以下自定义*==============================/

/*内容行高样式*/
.bg{
	background-image: url(a__8.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.bg1{
	background-image: url(a__12.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.h18{
	line-height: 18px;
	WORD-WRAP: break-word;
}
.h20{
	line-height: 20px;
	WORD-WRAP: break-word;
}

.h22 {
	line-height: 25px;
	WORD-WRAP: break-word;
	color: #B5B5B5;
}

.content{
	word-break:break-all;
	text-align:justify;
	text-justify:inter-ideograph;
}
/*整体文字色定义*/
.font1{
	COLOR: #CC0000;
	text-decoration: none;
}
.font1 a:link{
	COLOR: #CC0000;
	text-decoration: none;
	}
.font1 a:visited{
	COLOR: #CC0000;
	text-decoration: none;
}
.font1 a:hover{
	COLOR: #CC0000;
	text-decoration: underline;
}

.font2{
	COLOR: #908259;
	text-decoration: none;
}
.font2 a:link{
	COLOR: #908259;
	text-decoration: none;
	}
.font2 a:visited{
	COLOR: #908259;
	text-decoration: none;
}
.font2 a:hover{
	COLOR: #C2B899;
	text-decoration: underline;
}	

.font3{
	COLOR: #F6F6F6;
	text-decoration: none;
	line-height: 22px;
}
.font3 a:link{
	COLOR: #F6F6F6;
	text-decoration: none;
	}
.font3 a:visited{
	COLOR: #F6F6F6;
	text-decoration: none;
}
.font3 a:hover{
	COLOR: #FFF000;
	text-decoration: underline;
}

.font4{
	COLOR: #CCCCCC;
	text-decoration: none;
	line-height: 22px;
}
.font4 a:link{
	COLOR: #CCCCCC;
	text-decoration: none;
	}
.font4 a:visited{
	COLOR: #CCCCCC;
	text-decoration: none;
}
.font4 a:hover{
	COLOR: #FFF000;
	text-decoration: underline;
}

/*白色透影*/
.whitety {
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
	text-decoration: none;
}

/*新闻列表*/
.turns { /*滚动*/
	height:23px;
	line-height:23px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.news1 {
	padding-left:10px;
	padding-top:4px;padding-bottom:4px;
	background:url(systemfiles/ico1.gif) 0px 8px;
	background-repeat:no-repeat;
	margin:0px;
	width:350px;
}
.news1 p{float:right;}
.news2 {
	padding-left:10px;
	padding-top:4px;padding-bottom:4px;
	background:url(systemfiles/ico1.gif) 0px 8px;
	background-repeat:no-repeat;
	margin:0px;
}
.news2 p{float:right;}

/*选项卡*/
.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;
}
/*选项卡结束*/


/*轮显图片样式*/
.Swichpc{width:220px;height:150px;}
.Swichpc-box{
	width:220px;
    height:150px;
	border:1px solid #000000;
	margin:0px;padding:0px;
}
.Swichpc-title{
    height:25px;
    line-height:25px;
	width:220px;
}
.Swichpc-swf{
	z-index:100;position:absolute;visibility: visible;margin-left:223px;margin-top:-152px;
}

.Swichpc-on{
	color:#ffffff;
	width:15px;
	height:15px;
	line-height:15px;
	font-size: 11px;
	font-weight:bold;
	cursor: pointer;
	background-color: #DB0000;
	text-align:center;
	border-bottom: 1px solid #FFFFFF;
	font-family:Tahoma;
}
.Swichpc-off{
	color:#ffffff;
	width:15px;
	height:15px;
	line-height:15px;
	font-size: 11px;
	cursor: pointer;
	background-color: #000;
	text-align:center;
	border-bottom: 1px solid #FFFFFF;
	font-family:Tahoma;
}

.div-fl{
	z-index:100;position:absolute;visibility: visible;margin-top:-22px;margin-left:0px;
}
.div-f2{
	z-index:100;position:absolute;visibility: visible;margin-top:-21px;margin-left:0px;
}
/*鼠标滑过文字出现图片的效果*/
.tip1{
	width:216px;
	height:135px;
	background-image: url(tip.gif);
	background-repeat: no-repeat;
}
.tip2{
	width:216px;
	height:135px;
	background-image: url(tip2.gif);
	background-repeat: no-repeat;
}
.tip3{
	width:216px;
	height:135px;
	background-image: url(tip3.gif);
	background-repeat: no-repeat;
}
.tip4{
	width:216px;
	height:135px;
	background-image: url(tip4.gif);
	background-repeat: no-repeat;
}