/*wolcott*/

/*首页*/
.index_bg{
	background: -moz-linear-gradient(top, rgba(34, 177, 179,1) 0%, rgba(34, 177, 179,0) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34, 177, 179,1)), color-stop(100%,rgba(34, 177, 179,0))) !important;
	background: -webkit-linear-gradient(top, rgba(34, 177, 179,1) 0%,rgba(34, 177, 179,0) 100%) !important;
	background: -o-linear-gradient(top, rgba(34, 177, 179,1) 0%,rgba(34, 177, 179,0) 100%) !important;
	background: -ms-linear-gradient(top, rgba(34, 177, 179,1) 0%,rgba(34, 177, 179,0) 100%) !important;
	z-index: 0;
}
.index_btn_a{
	box-shadow:0 0 10px rgba(57, 194, 195,.6) !important;
}

/*通用头部*/
.head{
	background:#39c2c3 !important;
}

/*通用条件筛选*/
.con_search_btn .btn_search{
	color:#39c2c3 !important;
}
.login_input_span .a {
	color:#39c2c3 !important;
}