判断https
判断https
<script>
if(window.location.protocol=='https:'){
window.location.href='http://e.abchina.com/hn/';
}
</script>