@CHARSET "UTF-8";
*{
    padding: 0;
    margin: 0;
}

body,div,ul,li,a,img,span,h1,h2,h3,h4,h5,p,input,select{
    padding: 0;
    margin: 0;
    font-family:"微软雅黑";
}

.clearfix:after {content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}

.clearfix {
    *zoom:1;
}


a {
    cursor: pointer;
}

body{
	
	/*position:relative;*/
	height:100%;
/*background:url(../newimages/banner.jpg) no-repeat 50% 20%;*/

}
.page-bg{
z-index:1;
width:100%;
height:100%;
position:absolute;
top:0; 
left:0; 
background-position: 50% 30%; 
background-repeat: no-repeat; 
background-attachment:fixed; 
background-size: cover; 
-webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */ 
-o-background-size: cover;/* 兼容Opera */ 
zoom: 1; 


}
.page-bg2{
	z-index:0;
	position:absolute;
	width:100%;
	height:100%;
	top:0; 
	left:0; 
	background-position: 50% 40%; 
	background-repeat: no-repeat; 
	background-attachment:fixed; 
	background-size: cover; 
	-webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */ 
	-o-background-size: cover;/* 兼容Opera */ 
	zoom: 1; 
}
.homePage_top {
	opacity:1;
     width: 100%; 
    /*height: 60px;*/  
    height: 80px;  
    z-index: 2;
    /*background-image: url(../newimages/homePage_top.png);  */
    background-color:#fff;  
    text-align:center;
    position:absolute;
 top:0;
    left:0;
}

.nav_top{
	z-index:2;
   	position: relative;
	width: 1000px;
	height:80px;
   	 margin: 0 auto;
}
.nav_top .logo{
  float: left;
}
.nav_top ul{
   float: left;
    padding-left:20px;
    position:relative;
}
.nav_top ul li{
	float:left;
	position:relative;
	height:61px;
	}
.nav_top ul li{
		height:77px;
}

.qhLogo{
	width:114px;
	float:left;
	position:relative;
}
.qhLogo img{
	z-index:2;
	position:absolute;
	top:0;
	left:0;
}


.nav_top ul li a {
	position: relative;
 	display: inline-block;
    *display:inline;
    *zoom:1;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
    text-decoration: none;
    font-size: 16px;
    color: #1d2b39;
   padding: 28px 16px 28px 16px;
    height: 22px;
    line-height: 22px;   
    text-align:center;
   
}
 .login,.register,.about{
 	position: relative;
 	display: inline-block;
    *display:inline;
    *zoom:1;
     text-decoration: none;
     font-size:14px;
   	margin:0 10px;
   	padding: 28px 16px 28px 16px;
    height: 22px;
    line-height: 22px;  
     padding-left: 24px;
     text-decoration:none ;
 }
.nav_top ul li a:hover{
    color: #499df2;
    
}
.nav_top ul li a.on{
    color: #499df2;
    
}
.nav_top ul li a.on span{
    color: #499df2;
      opacity: 1;
    bottom: 13px;
}

.sousuo{
	width:100%;
	position:absolute;
	top:96px;
	left:0;
	z-index:1;
	
text-align:center;
}
.nav_top ul li span{
    height: 2px;
    background-color:#499df2;
    position: absolute;
    top:59px;
    width: 0%;
    display: block;
   left:50%;
   
}

.nav_top ul li a:hover span{
    opacity: 1;
    bottom: 13px;
}


.login,.about,.register{
    color: #4c5966;
}
.login img,.register img,.about img{
    vertical-align: middle;
    position: absolute;
    letter-spacing: 0;
    left: 0;
    top: 30px;
}


.homePage_center{
	width:100%;
	position:relative;
	margin-top:127px;
}

.homePage_content{
	width:670px;
	height:168px;
	margin:0 auto;
}

/*.homePage_content h1{
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:38px;
	font-weight:bold;	
	text-shadow:rgba(0,0,0,0.22) 1px 1px 2px;
	position:relative;
}*/
.homePage_content h1{
	height: 87px;
	text-align:center;
}
.homePage_content span{
	color:#fff;
	text-shadow:rgba(0,0,0,0.22) 1px 1px 2px;
}


.recopy{
display:none;
position:absolute;
top:-1px;
left:54px;
color:#fff;
}
.inputGroup{
	height:44px;
	line-height:44px;
	
}
.clearfix:after {content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
font-size:0;
}
.clearfix { *zoom:1;}
.inputGroup{
position:relative;
float:left;
}
.inputGroup input{
	box-sizing : content-box; -moz-box-sizing : content-box; 
	float:left;
	height:42px;
	line-height:42px;
	border:2px solid #499df2;
	/*width:532px;*/
	width:492px;
	padding-left:38px;
	 font-family:"微软雅黑";
	font-size:16px;
}

.inputGroup a{
	float:left;
	width:78px;
	height:46px;
	display:inline-block;
	/*background:url(../newimages/homePage_search.png);*/
	background:#499df2;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	font-size:16px;
	color:#fff;
	letter-spacing:3px;
}
.inputGroup img{
	position:absolute;
	left:14px;
	top:14px;
}

.homePage_center p{
	color:#fff;
	line-height:36px;
}

.homePage_center p a{
	color:#fff;
	text-decoration:underline;
	text-shadow:rgba(0,0,0,0.22) 1px 1px 2px;
}

.homePage_footer{
	background:#fff;
	opacity:0.8;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	z-index:2;
}
.footer-content{
	width:800px;
	line-height:20px;
	margin:0 auto;
	padding:6px 0;
	color:#fff;
}
.footer-content p{
	text-shadow:rgba(0,0,0,0.22) 1px 1px 2px;
	text-align:center;
	font-size:12px;
	color:#1d2b39;
	height:20px;
	line-height:20px;

}
.footer-content p a{
	text-decoration:underline;
	display:inline-block;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#1d2b39;
	text-shadow:rgba(0,0,0,0.22) 1px 1px 2px;
}

.footer-content p a:hover{
	cursor:point;
}

.right-info{
float:right;
}

.rightNav1{
	text-align:center
}
.rightNav1 a,.rightNav1 span{
	float:right;
	padding:28px 10px 28px 6px;
	font-size:16px;
}
.rightNav1 a img,.rightNav1 span img{
	position:relative;
	top:2px;
}

.search{
	
	width:100%;
	text-align:center;
	position:absolute;
	top:60px;
	left:0;
	z-index:1;
	
}
.search-content{
width:980px;
margin:0 auto;
height:26px;

}
.search-content {
	display:inline-block;
	margin:0 auto;
	text-align:right;
	text-shadow:rgba(0,0,0,0.22) 1px 1px 2px;
	color:#fff;
	
	line-height:26px;
}

.search-content  a{
	
	text-shadow:rgba(0,0,0,0.22) 1px 1px 2px;
	text-decoration:underline;
	padding-left:5px;
	display:inline-block;	
	line-height:26px;
	color:#fff;
}

.login_bfor{
	text-align:right;
}

.register{
	margin-left:15px;
}
.seniorSearch{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:44px;
	height:44px;
	line-height:22px;	
	letter-spacing:4px;
	font-size:16px;
	float:left;
	margin-left:12px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	text-shadow: rgba(51,51,51,0.75) 2px 2px 1px;
}
.seniorSearch:hover{
	text-decoration:underline;
}
.indexSearch-down{
	 color:#000;
}
.indexSearch-in{
	
	  color:#a7b5c2;
}
.loginEnter{
	float:right;
}
.qhLogo{
	width:114px;
	float:left;
	position:relative;
}
#fadein-box{
	z-index:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
   /* zoom: 1;*/
    position: relative;
}
#fadein-box .fadein-img{
    width: 100%;
    height: 100%;
    z-index:1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
     background-size: cover;
     -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
}	
.userMess{
	text-decoration:none;
	color:#1d2b39;
}
.userMess,.rightNav1 span,.rightNav1 a{
	font-size:16px;
	display:inline-block;
	height:22px;
	line-height:22px;
	color: #1d2b39;
}
.zjuEntrance{
	width:750px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:36px 50px;
	border-radius:6px;
	background:rgba(0,0,0,0.3);
	margin-top:50px;
}
.zjuEntrance a{
	display:inline-block;
	margin:0 10px;
}
	
	
	