/* search */
.search {
	margin: 0 auto;
	width: 960px;
	background: url(../img/seachbg.png) repeat;
	height: 230px;
}
.search2 {
	height: auto;
	padding-bottom:20px;
}

.search form {
	position: relative;
	margin: 0 80px;
	width: auto;
}

.input {
	float: left;
	width: 558px;
	height: 35px;
	border: none;
	background: #fff;
	text-indent: 10px;
	color: #000;
	/* font-family: "Microsoft Yahei"; */
	display: inline;
	/*margin: 0 3px;*/
	box-sizing: border-box;
}

.search_btn {
	float: right;
	width: 101px;
	height: 35px;
	line-height: 35px;
	/*background: url(../img/but.png) no-repeat;*/
	background: -webkit-linear-gradient(bottom, #79BBFF , #409EFF); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #79BBFF, #409EFF); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #79BBFF, #409EFF); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #79BBFF, #409EFF); /* 标准的语法 */
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	display: inline;
	border-radius: 40px;
    text-align: center;
}

.choose {
	display: inline;
	float: left;
	text-align: left;
	width: 120px;
	height: 36px;
	color: #666;
	font-size: 12px;
	border: 1px solid #409EFF;
	background: #fff;
	cursor: pointer;
	border-radius: 40px;
	box-sizing: border-box;
	margin-right:8px;
}

.sslct {
	display: inline-block;
	vertical-align: top;
	display: inline;
	position: relative;
	cursor: pointer;
}

.sslct .butten {
	height: 36px;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
}

.sslct .butten_r {
	display: inline-block;
	width: 120px;
	background: url(../img/select.png) no-repeat 90% center;
	background-size: 30px;
	font-size: 14px;
	text-indent: 20px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.list_sslct {
	display: none;
	width: 120px;
	line-height: 27px;
	position: absolute;
	left: -1px;
	top: 40px;
	background: #FFF;
	overflow: hidden;
	text-indent: 15px;
	border: 1px solid #409EFF;
}

.list_sslct li {
	border-top: 1px dashed #ddd;
}
.list_sslct li:first-child{
	border-top:0;
}

.list_sslct li a {
	display: block;
	padding: 0 7px;
}

.logo2 {
	padding: 40px 0 35px;
}

.logo2 img {
	display: block;
	margin: 0 auto;
	width:300px;
}
.search-box{
	background-color: #fff;
	border-radius: 40px;
	border: 1px solid #409EFF;
	overflow: hidden;
	/*height: 50px;*/
}
@media (max-width: 1100px){
	.head {
		overflow: inherit;
	}
	.search .input {
		margin:0;
	}
	.search_btn{
		margin-top:0;
	}
	.choose{
		margin-top: 0;
	}
	.head .search2 {
		padding-bottom:30px;
		margin-bottom:0;
	}
}
@media (max-width: 1023px) {
	.search {
	  width: 95%;
	}
	.search .input {
		width: 80%;
		margin:0;
	}
	.search_btn {
		width: 20%;
		margin-top: 0;
	}
	.logo2 img {
	  /*width: auto; */
	}
	.choose{
		margin-top:0;
	}
	.search form{
		margin:0 auto;
	}
}
@media (max-width: 670px) {
	.search form{
		width: 90%;
		margin:0 auto;
	}
	.logo2 img {
	  width: 60%; 
	}
}
@media (max-width: 570px) {
	.search{
		height:250px;
	}
	.search2 {
		height: auto;
	}
	.choose {
		/*width: 20%;*/
		float: none;
		display: block;
		margin-bottom:10px;
	}
	.search .input {
		width: 60%;
		margin-bottom: 0;
	}
	.search_btn {
		width: 40%;
	}
}
