/*search*/
.search_input{
	transform: scale3d(1,1,1);
    transition-duration: 0.5s;
	transform-origin: 0% 50%;
    transition: transform 0.3s;
	font-family: inherit;
    font-size: 105px;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
	border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
	color: #fff;
    border-bottom: 4px solid;
	margin-top:250px;
	left:0;
	position:relative;
}
.search_input:focus{outline: none;}
	
.search_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333 !important; opacity:1; 
}

.search_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333 !important;opacity:1;
}

.search_input:-ms-input-placeholder{
    color: #333 !important;opacity:1;
}

.search_input::-webkit-input-placeholder{
    color: #333 !important;opacity:1;
}
.header-in .search-con{
    width: 1200px;
    position: fixed;
    left: 50%;
    margin-left: -600px;
}
.search-con_p{
	font-size:14px;
	color:#fff;
	width:100%;
	text-align:right;
	}
.search_search_box{
	width:350px;
	float:left;
	margin-right:6.2%;
}
.no_margin{
	margin-right:0;
}
.search_search_box h1{
	font-size:18px;
	line-height:40px;
	cursor:pointer;
	}
/*.search_search_box h1:hover{
	cursor:pointer;
	color:#fff;
	}*/
.search_search_box p{
	color:#999;
	font-size:14px;
	float:left;
	margin-right:30px;
	cursor:pointer;
	}
.search_search_box p:hover{
	color:#fff;
	cursor:pointer;
	}
.search-box-box{
	width:100%;
	left:0;
	position:absolute;
	margin-top:100px;
}





 .zhezhao 
 { 
  width:100%; 
  height:100%; 
  background-color:#000; 
  filter:alpha(opacity=90); 
  -moz-opacity:0.9; 
  opacity:0.9; 
  position:absolute; 
  left:0px; 
  top:0px; 
  display:none; 
  z-index:1000; 
 } 
 .login 
 { 
  position:absolute; 
  top:200px; 
  right:10%; 
  display:none; 
  z-index:1500; 
 } 
 

