﻿/*系统样式，CMS定义*/
body{
	font-family: "arial";
	font-size: 12px;
	color:#555555;
	margin:0;
	background:#ffffff;
	overflow-x:hidden;
	overflow-y: auto;
}
td {font-family:"arial";font-size:12px;color:#555555}
p,ul{list-style:none;margin:0;padding:0;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;}/*搜索高亮关键词*/
table{margin:0 auto;}

/*Titlt样式*/
div#qTip {
	position:absolute;
	padding:0 2px 1px 3px;
	z-index:1000;
	border: 1px solid #ABAB98;
	display: none;
	background: #FEFEDA;
	color: #5F5F52;
	font-family:"Tahoma";
	font-size: 12px;
	line-height:16px;
}
/*Titlt样式结束*/

.input {
	font-family:"Tahoma";
	font-size: 12px;
	COLOR: #555555;
	background: #fff;
	width:500px;
	height:21px;
	border-top:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	margin:0;
	padding:5px 0 0 5px;
}
.select {
	font-family:"Tahoma";
	font-size: 12px;
	COLOR: #555555;
	background:#f8f8f8;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/*morepic图片框*/
.picshowbox{
	border:1px solid #f4f4f4;
	padding:3px;
	background:#ffffff;
	width:200px;
}
.picshowbox2{
	border:1px solid #f4f4f4;
	padding:3px;
	background:#ffffff;
	width:300px;
}

/*小号中文字体*/
.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}
.font14{font-size:14px}

/*内容行高样式*/
.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;
}
/*背景*/
.bg{
	background-image: url(a__7.gif);
	background-repeat: repeat-y;
}

/*整体文字色定义*/
.font1{
	COLOR: #005383;
	text-decoration: none;
}
.font1 a:link{
	COLOR: #005383;
	text-decoration: none;
}
.font1 a:visited{
	COLOR: #005383;
	text-decoration: none;
}
.font1 a:hover{
	COLOR: #005383;
	text-decoration: underline;
}

.font2{
	COLOR: #656565;
	text-decoration: none;
}
.font2 a:link{
	COLOR: #656565;
	text-decoration: none;
	}
.font2 a:visited{
	COLOR: #656565;
	text-decoration: none;
}
.font2 a:hover{
	COLOR: #CC0000;
	text-decoration: underline;
}

.font3{
	COLOR: #FFFFFF;
	text-decoration: none;
}
.font3 a:link{
	COLOR: #FFFFFF;
	text-decoration: none;
	}
.font3 a:visited{
	COLOR: #FFFFFF;
	text-decoration: none;
}
.font3 a:hover{
	COLOR: #FFF000;
	text-decoration: underline;
}

.font4{
	COLOR: #ED1D24;
	text-decoration: none;
}
.font4 a:link{
	COLOR: #ED1D24;
	text-decoration: none;
	}
.font4 a:visited{
	COLOR: #ED1D24;
	text-decoration: none;
}
.font4 a:hover{
	COLOR: #ED1D24;
	text-decoration: underline;
}
/*白色透影*/
.whitety {filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)}

/*列表新闻*/
.newslist li{list-style:none;margin:0;padding-left:10px;height:18px;line-height:22px;background:url(ico.gif) no-repeat left center}
.newslist li p{float:right;font-size:11px;}


/*列表图片  缩图排列*/
.piclist{width:495px;overflow:hidden}
.piclist li{float:left;list-style:none;margin:0;padding:0;overflow:hidden;width:125px;height:145px}
.piclist .pic{background:#fff;width:110px;height:110px;border:1px solid #333;padding:4px}
.piclist li p{text-align:center;width:125px;line-height:20px}

/*列表图片  缩图文本混排*/
.piclist2{width:585px;overflow:hidden}
.piclist2 li{float:left;list-style:none;margin:0 5px 10px 0;padding-left:125px;width:245px}
.piclist2 .pic{float:left;background:#fff;width:110px;height:110px;border:1px solid #333;margin-left:-125px;padding:4px}

/*列表滚动图片*/
#Pcscroll img{width:110px;height:110px;border:1px solid #000;margin-right:5px}

/*分页样式*/
.pages{text-align:center;margin-top:10px}

/*树型导航*/
.tree li{
	list-style:none;
	margin:0;
	padding:6px 0 6px 26px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.tree li.depth1{background:url(ico2.gif) no-repeat 18px center}
.tree li.depth1_hover{background:url(ico1.gif) no-repeat 18px center}

.tree li.depth2{margin-left:10px;background:url(icot1.gif) no-repeat 17px 12px}
.tree li.depth2_hover{margin-left:10px;background:url(icot1_on.gif) no-repeat 17px 12px}

.tree li.depth3{margin-left:19px;background:url(icot2.gif) no-repeat 18px center}
.tree li.depth3_hover{margin-left:19px;background:url(icot2_on.gif) no-repeat 18px center}

/*选项卡*/
.Menubox {width:100%;height:25px;line-height:25px}
.Menubox li{float:left;list-style:none;text-align:center;background:#f4f4f4;cursor:pointer;margin:0;padding:0 8px 0 8px}
.Menubox li.hover{color:#ffffff;background:#CC0000}
/*选项卡结束*/


/*轮显图片样式*/
.Swichpc-box{width:220px}
.Swichpc-box img{background:#fff;padding:3px;width:212px;height:150px;border:1px solid #000000}
.Swichpc-title{height:25px;line-height:25px;width:220px}
.Swichpc-swf{position:absolute;margin-left:219px;margin-top:-183px}
.Swichpc-swf li{
	list-style:none;
	color:#fff;
	width:15px;
	height:15px;
	line-height:15px;
	font-size:11px;
	font-family:verdana;
	cursor: pointer;
	text-align:center;
	margin-bottom:1px;
	background:#000;
	border:1px solid #000;
}
.Swichpc-swf li.hover{
	color:#000;
	font-weight:bold;
	background:#fff;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #fff;
}
/*结束*/