﻿/* CSS Document */
body { font-family:"宋体";margin:0; padding:0;  font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{
	font-size:12px;
	font-family:"宋体";
	text-align: left;
	line-height: 20px;
}

/* 链接颜色 */
a:link {color: #333333; text-decoration:none;font-family:"宋体";}
a:visited {color: #333333;text-decoration:none;font-family:"宋体";}
a:hover {color: #666666; text-decoration:underline;font-family:"宋体";}
a:active {color: #bc2931;}

/* 链接颜色 [黑、白、灰] */
.cBlack,a.cBlack:link,a.cBlack:visited,a.cBlack:active{color:#000;font-family:"宋体", arial;}
.cWhite,a.cWhite:link,a.cWhite:visited,a.cWhite:active{ color:#fff;font-family:"宋体", arial;}
.csh,a.csh:link,a.csh:visited{ color:#333333;font-family:"宋体", arial;}
 a.csh:active{color:#000000;font-family:"宋体", arial;}
.cqh,a.cqh:link,a.cqh:visited{ color:#666666;font-family:"宋体", arial;}
 a.cqh:active{color:#000000;font-family:"宋体", arial;}

/* 链接颜色 [红、粉、紫] */
.cRed,a.cRed:link,a.cRed:visited{ color:#CC0000; font-family:"宋体", arial;}
.cRfh,a.cRfh:link,a.cRfh:visited{color:#DD5E73;font-family:"宋体", arial;}
.cRfhL,a.cRfhL:link,a.cRfhL:visited{color:#E41A80;font-family:"宋体", arial;}
.cRfhs,a.cRfhs:link,a.cRfhs:visited{color:#980000;font-family:"宋体", arial;}
.cqzise,a.cqzise:link,a.cqzise:visited{color:#980069;font-family:"宋体", arial;}
.cszise,a.cszise:link,a.cszise:visited{color:#656599;font-family:"宋体", arial;}
.clzise,a.clzise:link,a.clzise:visited{color:#653297;font-family:"宋体", arial;}

/* 链接颜色 [黄] */
.csYellow,a.csYellow:link,a.csYellow:visited{ color:#774A20; font-family:"宋体", arial;}
.cqYellow,a.cqYellow:link,a.cqYellow:visited{ color:#CD6601; font-family:"宋体", arial;}
.cjYellow,a.cjYellow:link,a.cjYellow:visited{ color:#FF6400; font-family:"宋体", arial;}

/* 链接颜色 [蓝] */
.cqBlue,a.cqBlue:link,a.cqBlue:visited{ color:#336797; font-family:"宋体", arial;}
.csBlue,a.csBlue:link,a.csBlue:visited{ color:#0C4096; font-family:"宋体", arial;}

/* 链接颜色 [绿] */
.cGreen,a.cGreen:link,a.cGreen:visited{ color:#006600;font-family:"宋体", arial; }

/* 标题字体 */
.btitle,a.btitle:link,a.btitle:visited{ 
  	FONT-FAMILY: "黑体";
	line-height: 28px;
	FONT-WEIGHT: 100; 
	FONT-SIZE: 20px; 
}

/* 字体行高 */
.h18{ line-height: 18px; }
.h20{ line-height: 20px; }
.h22{ line-height: 22px; }
.h24{ line-height: 24px; }
.h26{ line-height: 26px; }
.h28{ line-height: 28px; }
.h30{ line-height: 30px; }

/* 字体大小 */
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
.f16px{ font-size:16px;}
.f18px{ font-size:18px;}
.f22px{ font-size:22px;}

/* 字体属性 */
.fB {font-weight: bold;}
.fI {font-style: italic;}

/* div宽度 */
.div_writh {
	width: 950px;
	background-color: #FFFFFF;
}

.div_border {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

/* 背景属性 */
.bg {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg1 {
	background-repeat: repeat-y;
	background-position: right;
}
.bg2 {
	background-repeat: no-repeat;
	background-position: center bottom;
}

.img {
	border: 1px solid #333333;
}

.liney {
	background-repeat: repeat-y;
	background-position: left;
}
.liney1 {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.linex {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.Rtc7 {
	padding-right: 7px;
}
.kwhite {
	border: 1px solid #FFFFFF;
}
.khui {
	border: 1px dashed #999999;
}
.khei {
	border: 1px solid #000000;
}
.huibaizi {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}
.khei1 {
	border: 1px solid #999999;
}
.tcleft {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.tc {
	padding: 10px;
}

.tagn {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 1px; BACKGROUND: #efefef; BORDER-BOTTOM-WIDTH: 1px; CURSOR: pointer; BORDER-RIGHT-WIDTH: 0px
}
.tagf {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
