<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="/Public/css/edit.css" rel="stylesheet" type="text/css">
<title>N+网销系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="/Public/css/style.css" />
<link href="/Public/css/style1.css" rel="stylesheet" type="text/css" />
<script>
var public_path='/Public';
</script>
<script type="text/javascript" src="/Public/js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="/Public/js/index.js"></script>
<script type="text/javascript" src="/Public/images/index.js"></script>
<script type="text/javascript" src="/Public/js/bigpicroll.js"></script>
<script type="text/javascript">

<!--
function SetCookie(name,value)//两个参数，一个是cookie的名子，一个是值 
	{
	    var Days = 7; //此 cookie 将被保存 30 天
	    var exp = new Date();    //new Date("December 31, 9998");
	    exp.setTime(exp.getTime() + Days*24*60*60*1000);
	    document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString();
	}
function CheckForm()
{
	if(document.Login.username.value=="")
	{
		alert("请输入用户名！");
		document.Login.username.focus();
		return false;
	}
	if(document.Login.password.value == "")
	{
		alert("请输入密码！");
		document.Login.password.focus();
		return false;
	}
	if (document.Login.code.value==""){
       alert ("请输入您的验证码！");
       document.Login.code.focus();
       return false;
    }
    if (document.Login.isguanjia.value!="no"){
    	var New=document.getElementsByName("type");  //获取radio的值
        var strNew;
        for(var i=0;i<New.length;i++){
    		if(New.item(i).checked){
	    		strNew=New.item(i).getAttribute("value");  
                break;
            }
    	}
	    if (document.Login.SavePwd.checked){
	    	SetCookie("AdminUserName2",document.Login.username.value);
	    	SetCookie("AdminUserPwd2",document.Login.password.value);
		    SetCookie("AdminUserType",strNew);
	    	}
	    if (!document.Login.SavePwd.checked){
	    	SetCookie("AdminUserName2","");
	    	SetCookie("AdminUserPwd2","");
	    	SetCookie("AdminUserType","service");
	    	}
	    }
    }
//-->
</script>
<!--选择语言的脚本-->
<script type="text/jscript">
$(function(){
	$(".select_default").click(function(){
		$(".select_item").toggle();
	});
	$(".lang-change").click(function(){
		var lan = $(this).html();
		$('input[name="lang"]').val($(this).attr('val'));
		$(".select_default").html(lan);
		$(".select_item").hide();
	});
});
</script>
</head>
<body>
<center>
  <div class="login-header">
    <div class="login-head">
      <div class="logo fl"><img src="/Public/images/login-logo.jpg" /></div>
      <!--<div class="help fr"> <a href="#">系统介绍</a> | <a href="http://www.0535.cc/aboutus.php?fid=8">联系91&#20813;&#36153;&#29256;&#40644;&#29255;&#25773;&#25918;</a></div>-->
      <div class="login-serve-tel fr"><img src="/Public/images/servetel_icon.png" align="middle" /><span class="telphone-icon">服务热线：400-0161-691</span></div>
      <div class="clear"></div>
    </div>
  </div>
  
  <!-- 代码 开始 -->
  <div class="hdwrap" >
    <div class="hdflash f_list">
      <div class="flashlist" id='flashlist'>
	    

        
      </div>

      <div class="flash_tab" >
        <div class="tabs f_tabs" style="width:170px;">
          <ul id='bhtml'>
		  

           
          </ul>
        </div>
      </div>
	  	  <script>
	  //平台广告
$.ajax({
   type: "POST",
   url: "http://www.hntcweb.com/admin/login/getads.html",
   dataType:'json',
   success: function(msg){
   	
     $("#flashlist").append(msg.html);
	 $("#bhtml").append(msg.bhtml);
	     FeatureList(".f_list", {
      "onclass": "noopdiv",
      "offclass": "opdiv",
      "pause_on_act": "mouseover",
      "interval": 5000,
      "speed": 5
    });
   }
});
</script>

    </div>
  </div>
  <!-- 代码 结束 -->
  <div class="banner">
    <div class="yun">
      <div class="yun1">
        <div class="yun-login">
          <div id="xweb_login" class="cert221 fl">“聚合Plus”云服务登录</div>
          <div class="clear"></div>
          <form id="Login" onsubmit="return CheckForm();" action="http://www.hntcweb.com/admin/login/loginsubmit.html" method="post" target="_parent">
		  	<input type="hidden" name="lang" value="zh-cn" />
            <div class="cert3">
              <div class="cert33">
                <input type="text" id="login_name" name="username" value=""  
         style="width:255px; border:1px solid #ddd; padding:10px 0px 10px 10px;
         background:url(/Public/images/login_01.jpg) no-repeat 0 0 #fff; color:#555;" />
                <input type="password" id="login_password" name="password" value=""  style="width:255px;padding:10px 0px 10px 10px; border:1px solid #ddd ;
         background:url(/Public/images/login_02.jpg) no-repeat 0 0 #fff; color:#555; margin-top:10px;" />
                  <input type="text" name="code" id="code" value="" placeholder="验证码" style="width:175px;height:36px; border:1px solid #ddd; padding-left:10px;
           margin-top:10px;color:#555; line-height:36px;">
                  <img src="/Public/verify/" onclick="this.src='/Public/verify/'+Math.random()"  style="width:60px;height:36px; margin-top:10px;color:#555; line-height:36px;">
                  <div class="cert331">
                  <div style="float:left;">选择语言:</div>
                  <div class="select fl">
                  	<div class="select_default">中文管理</div>
                    <ul class="select_item">
						<li val="zh-cn" class="lang-change">中文</li>
						<li val="en-us" class="lang-change">English</li>
                    </ul>
                  </div>
                  <div style=" color:#fff;">
            <!--<input name="lang" type="radio" style="margin-top:2px;&gt;margin-top:-2px; position:absolute; padding-left:11px; "  checked="checked"  id="lang" value="zh-cn"   />
           <span style="margin-left:23px; color:#fff;">中文</span>
            <input name="lang" type="radio" style="margin-top:2px;&gt;margin-top:-2px; position:absolute; "  id="lang" value="en-us"   /> <span style="margin-left:22px; color:#fff;">English</span>-->
            <span class="forget-password" style="float:right; color:#fff;"><a href="" onclick="alert('请您与客服联系！')" >忘记密码？</a></span>
            <div class="clear"></div>
            </div>
                </div>
              </div>
              <div class="cert332" style="display:none;">
                <div style="float:left;"><!--<input name="remeber" type="checkbox" style="margin-top:5px;&gt;margin-top:-2px; position:absolute; float:left;" value="yes"   />
           <span style="margin-left:19px; color:#fff;">记住我</span>--></div>
              </div>
              <div class="login-button">
                <input type="submit" name="button" value="登录" style="background: #2faeec; border:none; width:255px;
             height:35px; line-height:35px; text-align:center;font-size:14px; color:#fff; font-weight:bold; cursor:pointer;" />
              </div>
              <div class="cert333">注意：<br />
                1、请不要在公用电脑上保存登录信息。<br />
                2、为保证您的账号安全，退出系统时请注销登录。</div>
            </div>
            <div class="clear"> </div>
          <input type="hidden" name="__hash__" value="60394c84f4e81b79f996dd6a95d4471d_683923ee1323ec32d8fb353490e8a63d" /></form>
        </div>
      </div>
    </div>
  </div>
  <!--<div class="yun-bottom">
   <div class="yun-pc fl" style=" margin-left:65px;_margin-left:45px;">
      <div class="yun-pic fl"><img src="/Public/images/login-one.jpg" /></div>
      <div class="fl" style="width:122px;">
          <p class="yun-name">PC云平台</p>
          <p class="yun-info">外观精美，操作简单的电脑端网站，商品、厂房、景点360度展示</p>
      </div>
      <div class="clear"></div>
   </div>
   
   <div class="yun-pc fl" style="width:290px; margin-left:65px;_margin-left:65px;">
      <div class="yun-pic fl"><img src="/Public/images/login-two.jpg" /></div>
      <div class="fl" style="width:175px;">
          <p class="yun-name">手机客户端+二维码</p>
          <p class="yun-info">二维码扫描技术与手机官网的完美结合，浏览方便，视觉效果好360度展示</p>
      </div>
      <div class="clear"></div>
   </div>
   <div class="yun-pc fl"  style="width:240px;margin-left:50px;_margin-left:50px;">
      <div class="yun-pic fl"><img src="/Public/images/login-three.jpg" /></div>
      <div class="fl" style="width:122px;">
          <p class="yun-name">微官网</p>
          <p class="yun-info">依据用户个性化的需求，定制成手机移动版网页，建立自己的移动互联门户。</p>
      </div>
      <div class="clear"></div>
   </div>
   <div class="clear"></div>
</div>-->
  <div class="login-footer">
    <div class="login-foot"> 
      <!--<div class="fl"><a href="http://www.0535.cc/aboutus.php?fid=20">声明</a>&nbsp;|&nbsp;
     <a href="http://mail.0535.cc/">邮局</a>&nbsp;|&nbsp;<a href="http://www.0535.cc/aboutus.php?fid=84">合作伙伴</a>
     &nbsp;|&nbsp;<a href="http://www.0535.cc/aboutus.php?fid=22">支付方式</a>
     &nbsp;|&nbsp;<a href="http://www.0535.cc/aboutus.php?fid=8">联系91&#20813;&#36153;&#29256;&#40644;&#29255;&#25773;&#25918;</a>&nbsp;|&nbsp;
     <a href="http://www.0535.cc/aboutus.php?fid=8">seo</a>&nbsp;|</div>-->
      <div class="copyright fl"><i style="font-family:Arial, Helvetica, sans-serif; font-style:normal;">©</i> 2004-2015 商机互联 版权所有</div>
    </div>
  </div>
</center>
</body>
</html>