﻿/*页面全局定义*/
body {
	color: #666666;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	margin: 0px;
}
div,table,td{font-family:Arial;
	font-size:12px;
	line-height:18px;
}
input{
	font-family: Arial;
}
/*头部文本框*/
.input{
	height: 16px;
	color:#003EA1;
	border: 1px solid #7C93BB;
	color:#003EA1;
	background-color: #DFE4ED;
	width: 124px;
	line-height: 12px;
	padding-top: 2px;
}

/*下拉列表*/
.select{
    font-size:12px;
	height: 16px;
	width:186px;
	color:#848A8C;
}
/*左侧距离*/
.distance {
      padding-left:20px;
}
/*导航左侧距离*/
.distance_nav {
      padding-left:20px;
}
a { color: #666666; text-decoration: none;  font-family:Arial}
a:hover { color: #000000; font-family:Arial }
a:visited { color: #666666; font-family:Arial}
a img { border: none; }
li {
	list-style-type: none;
	background-image: url(../images/ddd.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	line-height: 18px;
	padding-left: 24px;
}
ul{margin:0px;padding:0px;}

/*蓝色12样式*/
.bluelink {font-size: 12px;COLOR:#223F6F;font-family:Arial line-height:14px;}	
.bluelink A:link {font-size: 12px;COLOR:#223F6F;font-family:Arialline-height:14px;}
.bluelink A:visited {font-size: 12px;COLOR:#223F6F;font-family:Arialline-height:14px;}
.bluelink A:hover {font-size: 12px;COLOR:#223F6F;text-decoration: underline;font-family:Arialline-height:14px;}

/*深蓝色12样式*/
.s_bluelink {font-size: 12px;COLOR:#041F3D;"; line-height:14px; font-weight:bold;}	
.s_bluelink A:link {font-size: 12px;COLOR:#041F3D;";line-height:14px;font-weight:bold;}
.s_bluelink A:visited {font-size: 12px;COLOR:#041F3D;";line-height:14px;font-weight:bold;}
.s_bluelink A:hover {font-size: 12px;COLOR:#041F3D;text-decoration: underline;";line-height:14px;font-weight:bold;}

/*浅蓝色12样式*/
.q_bluelink {font-size: 12px;COLOR:#7D8896;"; line-height:14px; }	
.q_bluelink A:link {font-size: 12px;COLOR:#7D8896;";line-height:14px;}
.q_bluelink A:visited {font-size: 12px;COLOR:#7D8896;";line-height:14px;;}
.q_bluelink A:hover {font-size: 12px;COLOR:#7D8896;text-decoration: underline;";line-height:14px;}

/*左侧样式*/
.leftlink{
	color: #525558;
	font-weight:bold;
}
a.leftlink,a.leftlink:visited,a.leftlink:active{text-decoration: none;color: #525558;font-weight:bold;}
a.leftlink:hover{color: #5E533E;font-weight:bold;}

/*棕色12样式*/
.zonglink{
	color: #706C62;
}
a.zonglink,a.zonglink:visited,a.zonglink:active{text-decoration: none;color: #706C62;}
a.zonglink:hover{color: #706C62;
 text-decoration:underline;}

/*深蓝色12样式*/
.font12_blues {
	font-size: 12px;
	color: #0B254F;
	line-height:14px;
}

/*棕色14样式*/
.hui14_zong {
	font-size: 14px;
	color: #413F3B;
	font-weight:bold;
}
/*灰色点点线*/
.dian {
	background-image: url(../Images/d.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*竖线*/
.bg_line {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8DA7B5;
}
/*横线*/
.heng_line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0D3D6;
	padding-top:6px;
}
/*鼠标经过背景颜色*/
.td_1
{background-color:#E6E4DD;}
.td_2
{background-color:#D8D5CB;}

/*行高24*/
.hg24{
	line-height:20px;
}
/*行高20*/
.hg20{
	line-height:20px;
}
/*图片边框*/
.img_1 {
	border: 1px solid #CCCCCC;
}
