﻿@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
html, body{font-family: "微软雅黑"; font-size:12px;}
body{margin:0; padding:0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote{padding:0; margin:0; list-style:none;}
img{border:0;}
a img{border:none}
a{text-decoration:none; color:#000;}
/*客户端搜索框*/
.ke_search_cont{overflow: hidden; margin-top: 27px; float: left;}
.ke_search_cont .ke_search_box{width: 442px;height: 36px; border: 2px solid #FD6509;position: relative;}
.ke_search_cont .ke_search_box .ke_search_input{width:406px;height: 36px;background: #fff;position: absolute;left: 0;top: 0;}
.ke_search_cont .ke_search_box .ke_search_input input{border: 0; padding:0 4px 0 12px;line-height:36px;height:36px; color:#a7a7a7; width:308px;font-size:14px; background:none; outline:none;}
.ke_search_cont .ke_search_box .ke_search_btn{display: block;width:46px; height: 40px; line-height:40px;background: #FD6509;position: absolute;right: 0;top: 0;cursor: pointer;color: #fff;text-align: center;font-size: 15px;letter-spacing: 2px;}
.ke_search_cont .ke_search_box .ke_search_btn img{ text-align: center; margin-top: 4px; display: inline-block;}