﻿body,table,select{
	font-family:Verdana,sans-serif,Arial;font-size:14px; COLOR:#333333;

 

}



.small{  /* 英文字体*/
        font-size:12px;
		font-family:Verdana;
}

.big{  /* 大字体*/
        font-size:16px;
}

.big2{  /* 大字体*/
        font-size:20px;
}

.color1{     /* 黑色*/
	COLOR: #000000;
}
.color2{    /* 白色*/
	COLOR: #ffffff;
}
.color3{    /* 血红*/
	COLOR: #D10004;
}
.color4{    /* 灰色*/
	COLOR: #999999;
}

.menu{    /* 主导航菜单，和codelib/menu_data.asp 相结合...*/
   display:-moz-inline-box; /**//*firefox支持*/
	width:81px;
	height:30px;
	text-align:center;
	line-height:30px;  /**和height的值一致，垂直居中*/
	font-size:14px;
	COLOR:#665924;
	font-weight:bold ;
		float:left;	/**//*google浏览器支持*/

	
}

.submenu{    /* 子导航菜单，和codelib/menu_data.asp 相结合...*/
   display:-moz-inline-box; /**//*firefox支持*/
	width:130px;
	height:20px;
	text-align:center;
	line-height:20px;  /**和height的值一致，垂直居中*/
	letter-spacing:4px;  /*字间距*/
		float:left;	/**//*google浏览器支持*/


	
}


/* 将TD模拟高级链接*/
.link1_over{ 
background-color:#307172;
background-image: url(/pub/imglib/submenu2_bg.jpg);
background-repeat:repeat-y; 

COLOR:#000000;
}

.link1_out{
background-color:#EFEFEF;
background-image: url(/pub/imglib/submenu_bg.jpg);
background-repeat:repeat-y; 

COLOR:#000000;
}


/* 背景水平排列，必须用class=""，不能用style=""，否则会造成不兼容ff或google浏览器*/
.x{background-repeat:repeat-x;}

/* 背景位于底部，必须用class=""，不能用style=""，否则会造成不兼容ff或google浏览器*/
.b{background-repeat: no-repeat;background-position: bottom center;}

/* 背景绝对居中，必须用class=""，不能用style=""，否则会造成不兼容ff或google浏览器 ，也可以顶部居中 background-position: top center*/
.center{background-repeat: no-repeat;background-position: top center;}

/* 投影文字,color为影子颜色，主颜色随当前颜色*/
.fontX{
FILTER: dropshadow(color=#ffffff, offx=1, offy=1, positive=1);  width:100%; 
}
.text{
line-height:18pt;
}

.text2{
line-height:18pt;
text-indent:24px;
}

A:link,A:visited {   /* 默认链接颜色*/
	COLOR: #333333; TEXT-DECORATION: none;
}

A:hover,A:active {
	 COLOR:#B90606; TEXT-DECORATION: underline;
}






.alpha{
background-color:#999999; /* 透明色*/
filter:alpha(opacity=20); /* 透明度*，0为完全透明，100为完全不透明*/
}
.alpha2{
position:relative;

}

.editbox0{  /* 透明输入文本，用了他以后，可以任意伪装输入文本样式，兼用firefox浏览器*/
background-color: transparent;
border-width: 0px;
HEIGHT:26px;
line-height:26px;   /* 等于height的值，让输入文本垂直居中*/
font-size:14px;	
}

.editbox1{  

COLOR:#404040;
border:1px #d2d2d2 solid;
background-image: url(/imglib/input_text_bg.jpg);
HEIGHT:30px;
line-height:30px;   /* 等于height的值，让输入文本垂直居中*/
font-size:16px;
}

.editbox2 {

COLOR:#404040;
	border: 1px solid #CCCCCC;
HEIGHT:30px;
line-height:30px;   /* 等于height的值，让输入文本垂直居中*/
font-size:14px;	
}


/* 按钮样式*/
.button0{ 
border:1px #999999 solid;
color:#333333;
background-color: transparent;
border-radius:2px;   /* 圆角，不兼容IE*/

}



.button1{ 
border:1px #009900 solid;
color:#ffffff;
background-color:#009900;  /* 绿色背景*/
border-radius:2px;   /* 圆角，不兼容IE*/

}

.button2{ 
border:1px #CC0000 solid;
color:#ffffff;
background-color:#CC0000;   /* 红色背景*/
border-radius:2px;   /* 圆角，不兼容IE*/

}


#Layer1 {
	Z-INDEX: 1;
	LEFT: 24px;
	VISIBILITY: hidden;
	WIDTH: 952px;
	POSITION: absolute;
	TOP: 141px;
	HEIGHT: 700px;
}



/* 底部悬浮样式*/
    .bottomAD {
        -webkit-box-sizing: border-box;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        overflow: hidden;
        width: 100%;

    }
    
    
 /* 顶部悬浮样式，注意：不兼容手机UC浏览器，但兼容手机google、opera和苹果浏览器*/
    .topAD {
        -webkit-box-sizing: border-box;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1000;
        overflow: hidden;
        width: 100%;

    }      