﻿@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;}
a:hover{color:#dd2727; text-decoration:underline;}
/*客户端搜索框*/
.ke_search_main{width: 450px;position: relative;}
.ke_search_tab{height: 25px;position: relative;list-style: none;font-size:12px;}
.ke_search_tab ul{height: 25px;list-style-type: none;}
.ke_search_tab ul li{float: left; list-style-type: none;text-align: center;margin-left: 0px;padding-left: 0px;}
a.SbtnBox1, a.SbtnBox3{background: none; cursor: pointer; display: inline-block;font-family: Arial,"微软雅黑";height: 25px;margin: 0px;text-decoration: none;}
a.SbtnBox1, .SbtnBox2{color: #000;}
a.SbtnBox3, .SbtnBox4{color: #fff;}
.SbtnBox2, .SbtnBox4{cursor: pointer; display: inline-block;margin: 0px;height: 17px;line-height: 18px;padding: 4px 10px;}
.SbtnBox4{background: #2583c0;}
a:hover.SbtnBox1{background: none;}
a:hover span.SbtnBox2{background: none;}
.Ynone{display: none;}

.ke_search_cont{overflow: hidden;}
.ke_search_cont .ke_search_box{width: 430px;height: 26px;background: #2583c0;border: 2px solid #2583c0;position: relative;}
.ke_search_cont .ke_search_box .ke_search_input{width:430px;height: 26px;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:26px;height:26px; color:#727272; width:360px;font-size:12px; background:none; outline:none;font-family: Arial,"微软雅黑";}
.ke_search_cont .ke_search_box .ke_search_btn{display: block;width:45px; height: 26px; line-height:26px;background: #2583c0;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{margin-top: 4px;}