.search{
	width:100%;
	height:642px;
	background: url(../images/xcx_search.png) no-repeat 100% 100%;
	background-size: 100% 100%;
	min-width: 1220px;
}
.search_title{
	color:#fff;
	font-size:40px;
	/*text-shadow: 0 0 5px #ddd;*/
	letter-spacing: 4px;
	padding-top:210px;
	margin-bottom:50px;
	text-align: center;
}
.search_input {
	border:2px solid #fff;
	width:700px;
	height:60px;
	margin:0 auto;
	border-radius:10px;
	position:relative;
}
.search_input img{
	position:absolute;
	right:20px;
	top:14px;
	cursor: pointer;
}
.search_input  input{
	background-color:transparent;
	border:none;
	outline: none;
	height:60px;
	color:#fff;
	font-size:22px;
	float:left;
	padding-left:20px;
	letter-spacing: 2px;
	width:65%;
}
.search_input  select{
	background-color:transparent;
	border:none;
	outline: none;
	height:60px;
	color:#fff;
	font-size:22px;
	float:left;
	letter-spacing: 2px;
	width:25%;
	text-align:center;
}
.search_input  select option{
	background-color:#374560;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}
