﻿.search_apply img{
	width:100%;
}
.search_input{
	width:1200px;
	background-color:#2B90ED;
	margin:0 auto;
	height:70px;
	line-height:70px;
	box-sizing:border-box;
	padding-left:16px;
	border-radius:2px;
	position:relative;
	top:-40px;
}
.search_input input{
	width:1080px;
	height:40px;
	padding-left:12px;
	box-sizing:border-box;
	outline:none;
	border-radius:2px;
	border:none;
}
.search_input p{
	float:right;
	color:#fff;
	display:inline-block;
	height:70px;
	margin-right:14px;
	cursor:pointer;
}
.search_input p img{
	width:20px;
	height:20px;
	margin-right:1px;
	vertical-align:middle;
	margin-top:-6px;
}
.search_input span{
	font-size:18px;
	letter-spacing:2px;
}