.searchTool {
	float: right;
	width: 450px;
}

.searchTool .txtSearch {
	float: left;
	width: 300px;
	height: 33px;
	line-height: 33px;
	padding: 0px 2px;
	vertical-align: bottom;
	border-bottom: 1px solid #f6b83f;
	border-top: 1px solid #f6b83f;
	border-right: 1px solid #f6b83f;
	border-left: 1px solid #fff;
	outline: none;
	font-size: 16px;
	color: #8B8378;
}

.searchTool .selSearch {
	float: left;
	width: 90px;
	background: #fff;
	height: 33px;
	line-height: 33px;
	border-bottom: 1px solid #f6b83f;
	border-top: 1px solid #f6b83f;
	border-left: 1px solid #f6b83f;
	cursor: default;
}

.searchTool .nowSearch {
	float: left;
	width: 100px;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	padding-left: 4px;
	background: url(../images/ss.gif) no-repeat center right;
}

.searchTool .btnSel {
	float: right;
	width: 100px;
	height: 34px;
}

.searchTool .btnSel a {
	display: block;
	width: 100px;
	height: 34px;
}

.searchTool .btnSel a:hover {
	width: 100px;
	height: 34px;
}

.searchTool .selOption {
	z-index: 9999;
	position: absolute;
	margin-top: 33px;
	width: 100px;
	background: #fff;
	border: 1px solid #f6b83f;
}

.searchTool .selOption a {
	display: block;
	height: 25px;;
	padding: 0px 5px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
}

.searchTool .selOption a:hover {
	color: #fff;
	background: #f6b83f;
}

.searchTool .btnSearch {
	cursor: hand;
	float: left;
	width: 40px;
	height: 35px;
	background: url(../images/but_s.gif)
}

#btnSearch:hover {
	background: #f6b83f;
}

#btnSearch {
	float: right;
	width: 70px;
	height: 28px;
	color: white;
	background: #FF8A33;
	text-align: center;
	line-height: 28px;
	margin-top: 10px;
	margin-right: 75px;
	cursor: pointer;
	font-weight: bold;
}

/*首页咨询服务调整  chengy  20161229  begin*/
.zxfw {
	cursor: default;
	z-index: 10001;
	display: none;
	height: auto !important;
	margin-top: 257px;
	width: 130px !important;
	left: -131px;
	border: 1px solid #e05c03;
	position: absolute;
	background-color: #fff;
	top: 95px;
}

.zixu1 {
	width: 130px;
	height: 30px;
	text-indent: 3em;
	line-height: 30px;
	float: left;
	background:
		url(../images/cabl.png)
		no-repeat left center;
}

.zixu1:hover {
	background:
		url(../images/cabl_h.png)
		no-repeat #e05c03;
}

.zxfw a {
	width: 130px !important;
	height: 30px !important;
	line-height: 30px !important;
	display: block;
}

.zixu2 {
	width: 130px;
	height: 30px;
	text-indent: 3em;
	line-height: 30px;
	float: left;
	background:
		url(../images/ikey.png)
		no-repeat left center;
}

.zixu2:hover {
	background:
		url(../images/ikey_h.png)
		no-repeat #e05c03;
}

.zixu3 {
	width: 130px;
	height: 30px;
	text-indent: 3em;
	line-height: 30px;
	float: left;
	background:
		url(../images/qqkf.png)
		no-repeat left center;
}

.zixu3:hover {
	background:
		url(../images/qqkf_h.png)
		no-repeat #e05c03;
}
.zixu4 {
	width: 130px;
	height: 30px;
	text-indent: 3em;
	line-height: 30px;
	float: left;
	background:
		url(../images/yjsz.gif)
		no-repeat left center;
		right:5px;
}

.zixu4:hover {
	background:
		url(../images/yjsz_h.gif)
		no-repeat #e05c03;
}
/*首页咨询服务调整  chengy  20161229  end*/


.jjtzimg{
	float:left;
	width:20px;
	height: 34px;
	background-image: url('../images/volume.png');
	background-repeat: no-repeat;
	background-position: 1% 50%;
}



/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	width:auto;
	line-height:34px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}