
@charset "utf-8";
html,body{filter:expression(document.execCommand("BackgroundImageCache", false, true));}
html,body,td,h2,div,li,span{font-family: Arial, "宋体", Helvetica, sans-serif;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1F5FE;
	background-image: url(../skin/../skin/default//bg.gif);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, "宋体", Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 20px;*/
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF770F;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#Layer1 {
	position:absolute;
	width:960px;
	height:50px;
	z-index:99;
	align: center;
}
.w {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
}
.w2 {
	font-weight: bold;
	color: #FFFFFF;
}

.box {
	border: 1px solid #97B9EB;
}
.box2 {
	border: 3px solid #EFEFEF;
}

.red {
	font-weight: bold;
	color: #E93B72;
}
.blue {
	font-weight: bold;
	color: #0a2896;
}
.text1 {
	text-indent: 11px;
	color: #FFFFFF;
}
.text2 {
	text-indent: 22px;
}
.text3 {
	font-weight: bold;
	color: #333333;
}
.text4 {
	color: #FF6600;
	text-indent: 60px;
}
.blue1 {
	color: #09549d;
	font-weight: bold;
	background-image: url(line_d.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.red2 {
	color: #FF0000;
	text-indent: 15px;
}

#l1{
	border: 2px solid #97B9EB;
	height: 180px;
	width: 280px;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCBCB;
}

.aCss a{
	color: #666666;
	height: 23px;
	padding-top: 5px;
	display: block;
	text-indent: 30px;
	text-align: left;
}
.aCss a:link,.aCss a:visited {
	color:#666666;
	text-decoration:none;
    background:url(../skin/../skin/default//sub01.gif);
	background-repeat: no-repeat;
}
.aCss a:hover,.aCss a:active {
	color:#3366CC;
	text-decoration:none;
    background:url(../skin/../skin/default//sub02.gif);
	background-repeat: no-repeat;
	font-weight: bold;

}
.ibg01{
background-color:;
background:url(../skin/../skin/default//index_01.gif);
}
.ibg02{
background-color:;
background:url(../skin/../skin/default//index_02.gif);
}
/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
font-family: "宋体", arial, sans-serif;
width:960px; 
/*margin:0 0 0 70px !important; */margin:0;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 100px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:100px; 
height:20px;
padding:5px 0 0 0;
color:#fff;
line-height:20px; 
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#034775; 
background-color:;
background:url(../skin/../skin/default//menu_bg2.gif);
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:20px;
	left:0;
	width:130px;
	FILTER: Alpha(opacity=90);
	background-color:#FDFCF0;
    background:url(../skin/../skin/default//menu_bg3.gif);
	border: 1px solid #FF9900;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
border-top:1px solid #fff;
color:#087AA1;
font-weight:normal;
background-image:none;
width:130px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#FDFCF0;
color:#107333;
}

/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */

/* Get rid of any default table style */
.menu table {
border-collapse:collapse;
margin:0; 
padding:0;
}
/* ignore the link used by 'other browsers' */
.menu ul li a.hide, .menu ul li a:visited.hide {
_display:none;
}
/* set the background and foreground color of the main menu link on hover */
.menu ul li a:hover {
_color:#034775; 
_background:#a9d3f9;
_background-color:;
_background:url(../skin/../skin/default//menu_bg2.gif);
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li a:hover ul {
_display:block; 
_position:absolute; 
_FILTER: Alpha(opacity=90);
_background-color:;
_background:url(../skin/../skin/default//menu_bg3.gif);
_top:25px; 
_left:0; 
_width:130px;
_border: 1px solid #FF9900;
}
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
/*background:#087aa1;*/
_border-top:1px solid #fff;
_color:#087AA1;
_font-weight:normal;
_width:130px;
_height:18px;
}
/* style the background and forground colors of the links on hover */
.menu ul li a:hover ul li a:hover {
_background:#FDFCF0; 
_color:#107333;
}
.bottombg{
background-color:;
background:url(../skin/../skin/default//bom_bg.gif);
}
.menubg01{
	background-color:;
    background:url(../skin/../skin/default//menu_bg1.gif);
	background-position:top; 
	background-repeat:repeat-x;
	}
.ibg03{
background-color:;
background:url(../skin/../skin/default//index_04.gif);
}
.ibg04{
background:url(../skin/../skin/default//index_18.gif);
}
.ibg05{
background:url(../skin/../skin/default//index_03.gif);
}
.ibg06{
background:url(../skin/../skin/default//index_05.gif);
}
.ibg07{
background-color:;
background:url(../skin/../skin/default//index_06.gif);
}
.ibg08{
background-color:;
background:url(../skin/../skin/default//index_07.gif);
}
.ibg09{
background-color:;
background:url(../skin/../skin/default//index_08.gif);
}
.ibg10{
background-color:;
background:url(../skin/../skin/default//index_09.gif);
}
.ibg11{
background-color:;
background:url(../skin/../skin/default//index_10.gif);
}
.ibg12{
background:url(../skin/../skin/default//index_11.gif);
}
.ibg13{
background-color:;
background:url(../skin/../skin/default//index_13.gif);
}
.ibg14{
background-color:;
background:url(../skin/../skin/default//index_14.gif);
}
.ibg17{
    background:url(../skin/../skin/default//index_17.gif);
	background-position: bottom left; background-repeat:no-repeat;
	}
.ibg17_l{background-color:#6BAAEA;}
.ibg15{
background-color:;
background:url(../skin/../skin/default//index_15.gif);
}
.ibg16{
background-color:;
background:url(../skin/../skin/default//index_16.gif);
}
.ibg18{
background-color:;
background:url(../skin/../skin/default//index_10.gif);
}
.ibg19{
background:url(../skin/../skin/default//tit_03.gif);
}
.topbg{background:url(../skin/default/top_bg.gif)}
.logo{
	background:url(../skin/default/logo.gif);
    background-position: middle left; 
    background-repeat:no-repeat;
}

