﻿body 
{
MARGIN: 0px;
text-align: center;
PADDING: 0px; 
FONT-FAMILY: 'Lucida Grande','Lucida Sans Unicode','宋体','新宋体',arial,verdana,sans-serif,'微软雅黑';
COLOR: #000000;
FONT-SIZE:12px;
background-image:url(bg.jpg);
background-attachment:fixed;
} 
/* 在线反馈背景色渐变 */
.zxfk td {
 font-family: "Tahoma";
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 Filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=100);
}
/*普通select控件*/
.box{ 
		border:1px solid #76c5f0;
		width:180px;
		height:20px;
		clip:rect(0px,180px,20px,0px);
		overflow:hidden;}
.box2{ 
		border:1px solid #76c5f0;
		width:180px;
		height:20px;
		clip:rect(0px,180px,20px,0px);
		overflow:hidden;}
select{ 
		background-color: #e9f5fa;
		position:relative;
		left:-2px;
		top:-2px;
		font-size:12px;
		height:20px;
		border:0px;
		color:#000;}
/*银色select控件*/		
.box_s{ 
		border:1px solid #b4b4b4;
		width:180px;
		height:20px;
		clip:rect(0px,180px,20px,0px);
		overflow:hidden;}
.box2_s{ 
		border:1px solid #b4b4b4;
		width:180px;
		height:20px;
		clip:rect(0px,180px,20px,0px);
		overflow:hidden;}
/*最上面select控件*/		
		
.box_01{ 
		border:1px solid #7f9db9;
		width:180px;
		height:20px;
		clip:rect(0px,180px,20px,0px);
		overflow:hidden;}
.box2_01{ 
		border:1px solid #7f9db9;
		width:180px;
		height:20px;
		clip:rect(0px,180px,20px,0px);
		overflow:hidden;}

input{
	font-family:"宋体";
	font-size:12px;
	height:18px;
	width:150px;
	border: 1px solid #7f9db9;
	background-color:#e9f5fa;
}
/*普通内容字体及超链接显示*/
a:link{
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
a:visited{
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
a:hover{
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color:#0171A5;
	text-decoration: none;
}
a:active{
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}

/*工具条字体及超链接显示*/
a.tool:link{
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}
a.tool:visited{
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}
a.tool:hover{
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight:bold;
	color:yellow;
	text-decoration: none;
}
a.tool:active{
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}
/*在线反馈字体及超链接显示*/
a.zxfk:link{
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
a.zxfk:visited{
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
a.zxfk:hover{
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight:bold;
	color:#0067ac;
	text-decoration: none;
}
a.zxfk:active{
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}

/*所有标题的样式*/
.title {
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 15px;
	color:#000;
}


/*所有正文标题的样式*/
.title1 {
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 16px;
	color:#000;
}


/*所有正文副标题的样式*/
.title1_01 {
	font-family: "宋体";
	font-size: 12px;
	color:#4f4b4a;
}

/*所有正文内容的样式*/
.title1_02{
	font-family: "宋体";
	font-size: 13px;
	color:#000;
}
/*段落缩进及行距*/
p{
 text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
 line-height:150%;
}


