body{text-align:center;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,;    font-size: 14px;color: #333; }
body,div,ul,img{margin:0 auto;padding:0px; display:block; border:none}
ul,li{ list-style:none}
a{ text-decoration:none;} 

.main{width:100%;height:auto; background:url(../images/bg.png) no-repeat top; background-size:cover; margin-top:-3px}
.top{ width:100%; height:auto; background-color:#060e1b}
.top_one{ width:1050px; height:50px;}
.top_one img{ float:left; margin-top:5px}
.logo_right{ float:right; color:#3CF}
.logo_right a{ color: #3CF; line-height:50px; font-size:13px; font-family:"Microsoft YaHei"}
.logo_right a:hover{ color: #0FF}


.main2{ width:1050px; height:5800px; padding-top:40px}
.title{ width:100%; height:50px; position:relative; clear:both; background:url(../images/bg2.png) no-repeat center;}
.title_two{ width:150px; height:50px; position:relative; clear:both;}
.title p{ font-family:"YouYuan"; font-size:38px; color:#3CF;}
.title_two p{ font-family:"Microsoft YaHei"; font-size:28px; color:#3CF;}
.part{ width:1150px; height:auto; margin-top:20px}
.part0{ width:320px; height:auto; border-radius:5px; float:left; background-color:#030921; border:2px solid #3CF; margin-left:25px; margin-bottom:40px; }
.part0-title{ width:100%; height:25px; background-color:#030921; border-radius:5px 5px 0px 0px}
.part0-title span{ float:left; margin:5px; font-family:"Microsoft YaHei"; color:#3CF}
.part0-title span a{ text-decoration:none; color:#3CF; font-family:"Microsoft YaHei";}
.part0-top{ width:100%; height:auto; margin:5px}
.part0-top img{ float:left; margin:5px; border:0px;}
.part0-top p{ float:left; margin-top:50px; margin-left:30px}


.footer{ width:100%; height:auto; text-align:center;background:#060e1b}
.end-2{ color:#fff; width:980px; text-align:center; margin:0 auto}
.lx{ color: #FFFF99; font-size:14px; margin:0 auto;width:980px; text-align:center;}
.footer a{ color:#fff; text-decoration:none}
.footer a:hover{ color:#66FFFF; text-decoration:none}


/*=============第一页=============*/	
.header{
	width:100%;
	height:auto;
	position:relative;
	display:block;
	}
.header canvas {
	width:100%;height:auto/*默认全屏显示 可自己设置高度640px*/;
	display:inline-block;vertical-align:baseline
	position:absolute;
	z-index:-1;
	}
.header .canvaszz{  /*用来解决视频右键菜单，用于视频上面的遮罩层*/
	width:100%;
	background-image: url(../images/in_top_bj.jpg);
	height:490px;
	position:absolute;
	z-index:10;
		filter:alpha(opacity=40);  
      	-moz-opacity:0.4;  
      	-khtml-opacity: 0.4;  
      	opacity: 0.4;
	}

.audio{ 
/*设置音乐显示位置*/
	width:45px;
	position:fixed;top:65px;left:94%;
	z-index:100;
	filter:alpha(opacity=30);  
      -moz-opacity:0.3;  
      -khtml-opacity: 0.3;  
      opacity: 0.3;
	}
.header .top_logo{
	background:url(../images/top1.png) no-repeat center ;
	background-size:cover;
	margin:0 auto;
	width:100%;
	height:400px;
	position:absolute;
	z-index:30;
	top:10px;
	}	

.header .nav{
	width:554px;
	height:auto;
	position:absolute;
	z-index:30;
	top:420px;
	left: 50%;
	margin-left: -280px;
	}
.header .nav a.gv { 
	text-decoration:none; 
	background:url(../images/nav_gv.png) repeat 0px 0px; 
	width: 130px; 
	height: 43px; 
	display: block; 
	text-align:center;		/*水平居中*/
	line-height:43px;  /*上下居中*/
	cursor:pointer;
	float:left;/*左浮动*/
	margin:8px 2px 8px 2px;
	font:18px/43px 'microsoft yahei'; color:#066197;
	}
.header .nav a.gv span {
	 display: none;
	 	
}
.header .nav a.gv:hover { 
	background: url(../images/nav_gv.png) repeat 0px -43px; 
	color: #0CF;
	-webkit-box-shadow: 0 0 6px #1d7eb8;
	transition-duration: 0.5s;
	}
	
.header	.topcn{
	width: 980px;
	top:200px;
	left: 50%;
	margin-left: -490px;
	position:absolute;
	z-index:20;

	}