.header{
	position: relative;
	height: 360px;
	background: url(../img/banner.jpg) no-repeat center;
}

.header .inner{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.3);
}

.header .search{
	width: 1000px;
	height: 52px;
	padding: 29px 100px;
	margin: 0 auto;
}

.header .search .select {
	position: relative;
	float: left;
	width: 140px;
	height: 52px;
	border-radius: 3px 0 0 3px;
	background-color: #fff;
	cursor: pointer;
}

.header .search .select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 24px;
	margin-top: -11px;
	background-color: #d8d8d8;
}

.header .search .select span {
	display: block;
	position: relative;
	height: 52px;
	font-size: 15px;
	color: #333;
	line-height: 52px;
	text-indent: 43px;
}

.header .search .select span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	margin-top: -5px;
	margin-left: 21px;
	transform: rotate(-45deg);
}

.header .search .select span.down:after {
	margin-top: -1px;
	transform: rotate(-225deg);
}

.header .search .select ul {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 99;
	width: 140px;
	padding-top: 2px;
	border-radius: 0 0 3px 3px;
	background: #fff;
}

.header .search .select ul li {
	height: 38px;
	border-top: 1px dotted #eee;
	font-size: 15px;
	color: #444;
	line-height: 38px;
	text-indent: 43px;
}

.header .search .select ul li:hover {
	background: #fafafa;
}

.header .search .module{
	float: left;
	width: 190px;
	height: 52px;
	padding: 0 10px;
	background-color: #fff;
}

.header .search .module label{
	float: left;
	margin-right: 30px;
	height: 52px;
	line-height: 52px;
	font-size: 15px;
	color: #666;
	cursor: pointer;
}

    .header .search .module label input[type="radio"] {
        float: left;
        margin: 19px 5px 18px 0;
        width: 15px;
        height: 15px;
    }

    .header .search input[type="text"] {
        float: left;
        width: 480px;
        height: 22px;
        padding: 15px 7px 15px 23px;
        border: none;
        border-radius: 0;
        background-color: #fff;
        font-size: 15px;
        color: #333;
        line-height: 22px;
        -webkit-appearance: none
    }

.header .search button {
	float: left;
	width: 140px;
	height: 52px;
	padding: 0;
	border: none;
	border-radius: 0 3px 3px 0;
	background: url(../img/sousuo.png) no-repeat center 16px #7bcc00;
	cursor: pointer;
}