﻿/* CSS Document */
body { font-family:"宋体", arial;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; line-height: 20px; font-family:"宋体", arial;}

/* 链接颜色 */
a:link {color: #333333; text-decoration:none;font-family:"宋体", arial;}
a:visited {color: #333333;text-decoration:none;font-family:"宋体", arial;}
a:hover {color: #666666; text-decoration:underline;font-family:"宋体", arial;}
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:#336502;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; }
.h30{ line-height: 30px; }

/* 字体大小 */
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
.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: repeat-x;
	background-position: bottom;
}
.bg1 {
	background-repeat: repeat-y;
	background-position: right;
}
.bg2 {
	background-repeat: no-repeat;
	background-position: center bottom;
}

.img {
	border: 1px solid #333333;
}

.liney {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
.liney1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.linex {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.kkkkk {
	font-size: 12px;
	line-height: 18px;
	color: #CC0000;
	border: 1px solid #666666;
}
