body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Microsoft YaHei,SimSun,Arial, Helvetica;
}
body,td,th {
	color:#333333;
	font-size: 14px;
	line-height:150%;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #333333;}
#nav{
  width:100%;
  height:75px;
  margin:0px auto;
  position:fixed;/*固定作用*/
  top:0px;
  left:0px;
  /*ie6下样式，加下划线表示只针对ie6 的hack */
  _position:absolute;/* 把导航栏位置定义为绝对位置  关键*/
  _top:expression(documentElement.scrollTop + "px"); /* 把导航栏位置放在浏览器垂直滚动条的顶端  关键 */
  z-index:9999; /* 让导航栏浮在网页的高层位置，遇到flash和图片时候也能始终保持最外层 */
  text-align:center;
  background:#1B222A; 
  /*背景半透明支持三大类 浏览器，但图文也会半透明
	filter:alpha(opacity=50);  
	-moz-opacity:0.50; 
	opacity:0.50; */
	/*	仅让背景半透明，里面内容不会透明，但ie下无背景
	background: rgba(255,204,51, 0.5);
	width: 300px;
	height:300px;*/
}
#Layer1 {
	position:absolute;
	z-index:1;
}
a.m1:link {
	color:#333333;/*#CC0000;*/
	text-decoration: none;
}
a.m1:visited {
	text-decoration: none;
	color: #333333;
}
a.m1:hover {
	text-decoration: none;
	color: #fff;
}
a.m1:active {
	text-decoration: none;
	color: #333333;
}
#Layer2 {
	position:absolute;
	width:460px;
	z-index:2;

}
.img1{
    border:#666666 solid 0px;
	padding:8px;/*图到边框8px*/
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity:0.8;/*图透明度*/

	
}
.img1:hover{
	cursor:pointer;
	heigh:300px;
    border:#CC0000 solid 1px;
	filter:alpha(Opacity=100);-moz-opacity:1;opacity:1;
}

.img19{
    border:#666666 solid 0px;
	padding:8px;/*图到边框8px*/
}
.img19:hover{
	cursor:pointer;
	heigh:300px;
    border:#CC0000 solid 1px;
}
 
 .img20{ color:#333333;
 line-height:33px;
 cursor:pointer;
/* filter:alpha(Opacity=80);-moz-opacity:0.8;opacity:0.8;
*/}
.img20:hover{color:#ffffff;
  background-color:#990000;
 line-height:33px;
 cursor:pointer;
}
 
 .img2{ color:#FFFFFF;
  background-color:#990000;
 line-height:33px;
 cursor:pointer;
 filter:alpha(Opacity=80);-moz-opacity:0.8;opacity:0.8;
}
.img2:hover{color:#FFFFff;
  background-color:#990000;
 line-height:33px;
 cursor:pointer;
 filter:alpha(Opacity=100);-moz-opacity:1;opacity:1;
}
 
 /*图文若隐若现动画 反复执行*/  
.anim-opacity2{animation: 5s opacity2 0s infinite; -webkit-animation: 5s opacity2 0s infinite;-moz-animation: 5s opacity2 0s infinite;}
        @keyframes opacity2{
            0%{opacity:0}
            50%{opacity:.8;}
            100%{opacity:0;}
        }
        @-webkit-keyframes opacity2{
            0%{opacity:0}
            50%{opacity:.8;}
            100%{opacity:0;}
        }
        @-moz-keyframes opacity2{
            0%{opacity:0}
            50%{opacity:.8;}
            100%{opacity:0;}
        }
.anim-opacity21 {animation: 5s opacity2 0s infinite; -webkit-animation: 5s opacity2 0s infinite;-moz-animation: 5s opacity2 0s infinite;}
 /*飞入动画*/ 
 .img{position: absolute;z-index: 12;  left: 50%; margin-left: -95px; }  
 .imgfei{  
      animation-name: imgfei;  
      animation: imgfei 2s alternate;  
      -webkit-animation: imgfei 2s alternate ;  
      -moz-animation: imgfei 2s alternate infinite;  
 }  
 @-webkit-keyframes imgfei{  
    0%{ left: -198px;top:500px;}  
    100%{ top: 50px; left: 50%;  
 margin-left: -95px;}  
 }
.STYLE1 {
	color: #FFFFFF;
	font-size: 24px;
}
.STYLE2 {color: #FFFFFF}
.img11 {    border:#666666 solid 0px;
	padding:8px;/*图到边框8px*/
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity:0.8;/*图透明度*/
}
.STYLE4 {font-size: 18px}
.STYLE3 {
	font-size: 36px;
	font-weight: bold;
	color: #FF9900;
}
.STYLE6 {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}