/*个栏目搜索框样式*/
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;color:#333;text-decoration:none;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
.hide{display:none}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix{*zoom:1}
em,i,s{font-style:normal;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td {margin:0; padding:0;} 
select{ line-height:23px; overflow:hidden; display:line-block; height:23px;}
select:focus{outline:none; outline:0;}
input[type=submit],
input[type=reset],
input[type=button]{
  filter:chroma(color=#000000);
}

/*搜索栏背景色*/
.yellow_navbg{ background:#e1a505;}
.blue_navbg{ background:#5f98c5;}
.deeppurple_navbg{ background:#aa022a;}
.green_navbg{ background:#7da50f;}
.lightblue_navbg{ background:#748a96;}
.lightpurple_navbg{ background:#c27776;}
.skyblue_navbg{ background:#6e8cbe;}
.drukblue_navbg{ background:#3a78a9;}
.red_navbg{ background:#ec280e;}
.bluegreen_navbg{ background:#0396a2;}
.redpurple_navbg{ background:#937070;}
.orange_navbg{ background:#d47a3a;}
.deeporange_navbg{ background:#e66206;}
.deepyellow_navbg{ background:#d89121;}
.drukred_navbg{ background:#a90804}
.drukgreen_navbg{background:#8bb569;}
.angreen_navbg{background:#9a9661;}

/*按钮背景色*/
.yellow_btn{ background:#c18c02; border:solid 1px #c18c02;}
.blue_btn{ background:#3e88c7; border:solid 1px #3e88c7;}
.deeppurple_btn{ background:#910224; border:solid 1px #910224;}
.green_btn{ background:#67870e; border:solid 1px #67870e;}
.lightblue_btn{ background:#51636d; border:solid 1px #51636d;}
.lightpurple_btn{ background:#a56362; border:solid 1px #a56362;}
.skyblue_btn{ background:#566d93; border:solid 1px #566d93;}
.drukblue_btn{ background:#275579; border:solid 1px #275579;}
.red_btn{ background:#b21c08; border:solid 1px #b21c08;}
.bluegreen_btn{ background:#026e77; border:solid 1px #026e77;}
.redpurple_btn{ background:#875050; border:solid 1px #875050;}
.orange_btn{ background:#9f5c2c; border:solid 1px #9f5c2c;}
.deeporange_btn{ background:#ba4d01; border:solid 1px #ba4d01;}
.deepyellow_btn{ background:#c1811d; border:solid 1px #c1811d;}
.drukred_btn{ background:#750401; border:solid 1px #750401;}
.drukgreen_btn{ background:#6c8d51; border:solid 1px #6c8d51;}
.angreen_btn{ background:#737046; border:solid 1px #737046;}

.search_box_common{ width:905px; height:40px; margin:0 auto; clear:both;}
.search_mainarea{ float:left; width:420px; height:28px; padding-left:55px; padding-top:5px;}
.search_mainarea .input_keyword{ float:left;}
.search_mainarea .input_keyword .keyword_text{ width:210px; padding-left:3px; color:#555; height:28px; line-height:28px; border:solid 1px #d6d6d6; outline: 0;outline-offset: -2px;}
.search_mainarea .select_dropdown{ float:left; margin-left:2px; width:112px; *width:106px; height:30px; overflow:hidden;}
.standard_select{ /*边框*/
	display:block;
	border:solid 1px #d6d6d6;
	border-top-color:#d6d6d6;
	padding:4px 4px; /*调整此处改变select高度*/
	background:#fff;
}
.select_shelter{ /*遮挡默认边框*/
	display:block;
	width:100px;
	*width:98px;
	height:20px;
	overflow:hidden;
}
.select_shelter select{
	*margin:-2px;
	padding:1px;
	border:0px;
	width:100px; /*select的宽度*/
}
/*.search_mainarea .select_dropdown .selectbox{ width:130px;
padding:5px 6px 5px 6px; height:30px; line-height:30px;
border:solid 1px #d6d6d6; overflow:hidden; margin:0px; outline: 0;outline-offset: -2px;}*/

.search_mainarea .btn_submit{ float:left; margin-left:2px;}
.search_mainarea .btn_submit .sub_search{float:left;height:30px; line-height:30px; width:60px; outline: 0;outline-offset: -2px; cursor:pointer; color:#fff;}
.hot_keywords_list{ width:410px; float:right; padding-left:20px; height:30px; line-height:30px;  padding-top:5px;}
.hot_keywords_list span{ float:left; width:40px; color:#fff; font-weight:700;}
.hot_keywords_list .text_list{ width:370px; float:left;}
.hot_keywords_list .text_list a{text-decoration:none; color:#fff; margin:0 1px;}
.hot_keywords_list .text_list a:hover{color: #FF6600;}