@charset "utf-8";
/* CSS Document */
.wrap-sou{height:60px; width:100%; background-color:#eee;}
/*电脑版本搜索栏*/
@media screen and (min-width:1000px){
.wrap-searchxf {height: 60px; width:1300px; margin:0 auto; }
.searchxf .keyword {font-size: 14px;color: #333;float: left;margin-top: 22px;height: 16px;line-height: 16px;}
.searchxf .keyword span {float: left;width: 90px;color: #333;font-weight: bold;}
.searchxf .keyword p {float: left;}
.searchxf .keyword p a {float: left;color: #888;font-size: 14px;margin-right: 10px;}
.searchxf .keyword p a:hover {color: #026eca;}
.searchxf .keyword a:first-child {padding-left: 0;border-left: none;}
.searchxf .inp {float: right;width: 360px;height: 41px;margin-top: 9px;border: 1px solid #dbdbdb;overflow: hidden;background: #fff;}
.searchxf .inp input {border: none;height: 41px;line-height: 41px;width: 314px;float: left;text-indent: 12px;font-size: 14px;color: #888;}
.searchxf .inp .sea {display: block;float: right;width: 44px;height: 23px;position: relative;top: 9px;background: url(../images/search.png) no-repeat center;border-left: 1px solid #d3d3d3;cursor: pointer;}
.wrap-searchmxf{display:none;}
}
@media screen and (max-width:999px){
/*手机版搜索栏*/
.wrap-searchxf{display:none;}
.wrap-searchmxf {height: 60px;}
.searchmxf .inp {float: right;width: 100%;height: 41px;margin-top: 19px;border: 1px solid #dbdbdb;overflow: hidden;background: #fff;}
.searchmxf .inp input {border: none;height: 41px;line-height: 41px;width: 314px;float: left;text-indent: 12px;font-size: 14px;color: #888;}
.searchmxf .inp .sea {display: block;float: right;width: 44px;height: 23px;position: relative;top: 9px;background: url(../images/search.png) no-repeat center;border-left: 1px solid #d3d3d3;cursor: pointer;}
}