<script type="text/javascript">
$(function(){
$('.logo_hei45px .ss_btn').click(function(){
var keyword = $('.logo_hei45px .ss_bg input').val();
var searchUrl = "http://search1.10086.cn/search?content="+keyword+"&areacode=351";
window.open(searchUrl);
})
})
</script>