body{
		margin: 0;
		padding:0;
		
	}
    input{
    	font-size: 24px;
    	color:white;
    }
.kedalogo{
	    margin-top:25px;
	    padding-left:104px;
}
.kedatxt{
		margin-top: 52px;
		padding-right: 160px;
		text-align: right
}
.reseachf{position:relative;
	      width:443px;
	      left:200px;
}
.reseachf input[type="text"]{
	      position:absolute;
	      width:423px;
	      height:45px;
	      border:2px white solid;
	      border-right:0px;
	      border-radius:20px 0 0 20px;
	      background:rgba(0, 0, 0, 0);
	      color:white;
	      outline:none;
	      font-size: 20px;
	      font-family: "微软雅黑";
	      padding-left:30px;
}
.reseachf input[type="submit"]{
	      position:absolute;
	      right:-30px;
	      width:90px;
	      height:49px;
	      border:2px white solid;border-radius:20px;
	      
	      background:url('../image/22.png') no-repeat -2px -6px ;
	      outline:none;
	      cursor:pointer;
}
.bottom{
	     background-image:url("../image/footer.png");
	     height:110px;
	     width:100%;
	     position:fixed;
	     bottom:0px;
	     color:white;
	     font-size: 20px;
	     text-align: center;
	     font-family: "微软雅黑";
	    padding-top: 20px;
	    line-height: 30px;
}
::-webkit-input-placeholder { /* WebKit browsers */
color:white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:white;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:white;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:white;
}

.login{
	width:70px;
	height:104px;
	float:right;
	margin-top:-20px;
	margin-right:145px;
	text-align:center;
	position: relative;
}

.login img{
	 border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 10px auto;
   
}

.login div{
	display: none;
    cursor:pointer;
	width:66px;
	height:20px;
	position: absolute;
	bottom:10px;
	left:66px;
	color:white;
	/*background-image:url('../img/index1/exit1.png');	*/
	font-family:"微软雅黑";
    font-size:14px;
}


.login a span {
	color:white;
	width:70px;
	height:20px;
	display:block;
	position: absolute;
	bottom:10px;
	
	font-family:"微软雅黑";
   font-size:14px;
}