@charset "utf-8";
.searchboxbg{
	position: absolute;
	top: 175px;
	left:20%;
	right:0;
	
}
.searchboxbg .searchbox{
	width: 1200px;
	margin: 0 auto;
	padding-top: 5px;
	height: 40px;
}
/* input::-webkit-input-placeholder {
		color: #dadada;
	  }
	 
	  input::-moz-placeholder {
		color: #dadada;
	  }
	 
	  input:-moz-placeholder {
		color: #dadada;
	  }
	 
	  input:-ms-input-placeholder {
		color: #dadada;
	  } */
#searchdata{
	color: red;
}
.searchboxbg .search {
	float: left;
	padding-right: 10px;
	position: relative;
	
}
.searchboxbg .search .text{
	width: 300px;
	height: 40px;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #999999;
	border-radius: 10px;

}
.searchboxbg div .search input{
	background: rgba(0, 0, 0, 0);
opacity: 1;

}
.searchboxbg .search .btn{
	width: 30px;
	height: 40px;
	background: none;
	position: absolute;
	top: 0;
	right: 18px;
	cursor: pointer;
	background: url(../images/sousuo.png) no-repeat center;
	background-size:70%;
}




/* 中间搜索框 */
.searchboxbg-2{
	position: absolute;
	top: 40px;
	left: 10px;
}
.searchbox-2{
	width: 365px;
	margin: 0 auto;
	padding-top: 5px;
	height: 40px;
	position: relative;
	border: 1px solid rgba(146, 146, 146, 0.4);

}
.searchboxbg-2 .search {
	float: left;

}
.text-bosx{
	width: 100px;
	height: 40px;
}
.text-bosx select{
	height: 40px;
	border: none;
}
.text-bosx select option{
	border: none;
}
.searchdata input{
	color: red;
}
.searchboxbg-2 .search .tri-button {
    position: absolute;
    top: 10px;
    height: 30px;
    width: 20px;
   left: 65px;
    cursor: pointer;
	color: red;
}
.searchboxbg-2 .search .tri-button span {
    position: absolute;
    height: 5px;
    width: 9px;
    top: 13px;
    left: 20px;
	/* background-image: url(../images/20180829170202_411.png); */
    background-repeat: no-repeat;
    background-position: -10px -1280px;
}
.btns-2 {
	width: 22px;
	height: 22px;
	background: url(../images/sousuo.png) no-repeat center;
	float: right;
	cursor: pointer;
	margin: 5px 5px 0 0;
}
.searchboxbg-2 .search .text{
	position: absolute;
	left:90px;
	top: 0;
	color: red;
	width: 220px;
	height:40px;
	padding-left: 15px;
	padding-right: 30px;
	
}
.searchboxbg-2 .search .btns{
	color: red;
	width: 50px;
	height: 40px;
	background: none;
	position: absolute;
	top: 6px;
	right: 18x;
	cursor: pointer;
	background: url(../images/sousuo.png) no-repeat center;
	background-size:50%;
}


.searchboxbg-2 .search .btns-2{
	color: red;
	width: 50px;
	height: 40px;
	background: none;
	position: absolute;
	top: 0;
	right: -5px;
	cursor: pointer;
	background: url(../images/sousuo.png) no-repeat center;
	background-size:50%;
}
