/* CSS Document */
@charset "utf-8";
*{font-family:"Microsoft Yahei","微软雅黑","华文黑体","苹方","谷歌思源","黑体",Tahoma,Arial,Helvetica,STHeiti,STHeiti;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,table,tbody,p,th,td,em{-webkit-text-size-adjust:none;margin:0;padding:0;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:12px;font-family:"Microsoft Yahei","微软雅黑","华文黑体","苹方","谷歌思源","黑体",Tahoma,Arial,Helvetica,STHeiti,STHeiti;}
html,body{height:100%;}
img,input,button,a,select,textarea{margin:0;padding:0;resize:none;border:none;outline:none;} 
ol,ul{list-style:none;} 
h1,h2,h3,h4,h5,h6,p,em,i,b,em{font-size:100%;word-wrap:break-word;font-weight:normal;font-style:normal;}
a:active, a:focus{outline:none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
*html{background-image:url(about:blank);background-attachment:fixed;} /* 修正IE6振动bug */
*body{margin:0;}
/*logo外框样式*/
.logosty{width:100%;
		 height:80px;
		 position:fixed;
		 left:auto;
		 right:auto;
		 top:0px;
		 z-index:255;
		 background:#fff;
		 filter:alpha(opacity=90);  
         -moz-opacity:0.9;  
         -khtml-opacity: 0.9;  
         opacity: 0.9;  
    	  }
/*logo内容框盒子*/
.logobox {width:1226px;
		  height:80px;
		  margin:auto;}
/*logo的位置开始*/
.logoa{ text-align:center;
		width:226px;
		height:80px;
		float:left;
	    margin-left:0%;
		line-height:80px;
		background:url(../img/logo/logo.png) no-repeat;}
/*定义全网连接样式*/
a{color:#666; text-decoration:none;display:block; height:80px;
}
/*这里开始是新代码*/
.logo1{width:160px;
		height:80px;
		overflow:hidden;
		font-size:16px;
		line-height:80px;
		text-align:center;
		float:right;
		color:#666;
		-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
		}
.logo1:hover{height:auto;background:#00ace8;color:#fff;}
/*以上代码用来做初始状的菜单栏*/
.logo1a{width:160px;
		height:80px;
		font-size:16px;
		line-height:80px;
		color:#666;
		-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;}
.logo1a:hover{height:90px;color:#fff;}
/*以上用于祖导航条控制大小的代码*/
.logozi{display:block;height:40px;background:#00b8ff;color:#fff;line-height:40px;-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;}
.logozi:hover{height:45px;background:#01658b;}
/*以上用于子菜单弹出按钮样式*/

.employeebox{widht:100%; height:1024px;}
.employeebox .her{float:left; margin:0px; width:25%; height:auto;}
.employeebox .her:hover{}
.employeebox .imga{ opacity:1;}
.employeebox .imga:hover{opacity:0;}
.employeebox .aq{display:block;}
.employeebox .aq:hover{opacity:0.5;}
.emvideo {width:100%; height:800px; overflow:hidden; position:absolute; margin-top:80px; z-index:0;}
.emvideo .video1{width:1920px; height:800px; position:absolute; margin-top:-30px; z-index:1;}
.emvideo .ps{width:100%; height:800px; position:absolute; background:#00ace8; opacity:0.5; z-index:2;}
.emvideo .wenben{width:600px; height:60px; position:absolute; background:none; margin-top:80px; left:31.25%; right:auto; font-size:36px; color:#fff; z-index:3; line-height:60px; text-align:center;}
.emvideo .jieshao{widht:600px; height:300px; position:absolute; background:none; margin-top:160px; left:31.25%; font-size:16px; color:#fff; z-index:4;}