﻿


/*搜索*/

.search {
	position: relative;
	left: 650px;
	top: 50px;
	width: 350px;
	height: 35px;
}
.search .button  {
	background: url(../images/head_04.png) no-repeat;
	width: 79px;
	height: 35px;
	cursor: pointer;
}

.search .text {
	height: 33px;
	border: 1px solid #A3A3A3;
	width: 250px;
	border-right: none;
	line-height: 33px;
	
}
.search2 {
	position:relative;left:1120px;top:150px;
	width: 300px;
	height: 26px;
	margin-top: 8px;
}
.search2 .button{
	background: url(../img/head_004.png) no-repeat;
	height: 23px;
	width: 54px;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	margin-bottom: -6px;
}
.search2 .text {
	height: 21px;
	border: 1px solid #E0E0E0;
	width: 220px;
	padding-left: 10px;
	border-right: none;
	line-height: 21px;
	border-radius: 10px 0 0 10px;
}
