 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
	
       <link type="text/css" rel="stylesheet" href="//stnew.beisen.com/cmssite//Styles/frontmodule.css" />
<link type="text/css" rel="stylesheet" href="//stcms.beisen.com/CmsPortal/6/6_themes_default_style.css?v=0.0.0.2" front="css" />
<script type="text/javascript">
       //mobileUrl rewrite
       function goPAGE() {
		    if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
          if(window.location.hostname == "hisense.zhiye.com") {
            window.location.href = "http://hisense.m.zhiye.com/index.html"
          } else {
			      var appSrcMetas = document.getElementsByName('mobileUrl');
			      if(appSrcMetas.length > 0){
		       		  window.location.href = appSrcMetas[0].getAttribute("content");
			      }
          }
		    } 
		  }
      goPAGE();
       
       //opsapi
       window.PERF_START=new Date;
       function _splash(page, uid, tid, pid){
        uid =  uid || 0;  // 这里是用户ID
        tid =  tid || 0;   // 这里是租户ID
        pid =  pid || 'unknown';  // 这里是项目标识
        var now = new Date;
        var start = window.PERF_START || now;
        var diff = now - start;
        var rand = Math.round(Math.random()*1000000);
        var url= document.location.protocol+'//opsapi.beisen.com/opsapi/AddLog?appName='+pid+'&label=%5Bsplash%5D%20'+page+'&uid='+uid+'&tid='+tid+'&time='+diff+'&type=1&sid='+rand+'&step=0';
        var img = new Image;
        img.src = url;
    }
    </script>
          <script type="text/javascript" src="//stcms.beisen.com/CmsPortal/6/6_themes_default_scripts_jquery.js?v=0.0.0.2" ></script>
<script type="text/javascript" src="//stcms.beisen.com/CmsPortal/6/6_themes_default_scripts_bgfull.js?v=0.0.0.2" ></script>
<script type="text/javascript" src="//stcms.beisen.com/CmsPortal/6/6_themes_default_scripts_pagescripts.js?v=0.0.0.2" ></script>
<script type="text/javascript">var $bs_vars={'st':'//stnew.beisen.com/','version':'2018.06.22.001','constSite':'//const.italent.cn'};function vstr(str) {
         if (typeof ($bs_vars) == 'undefine')
             return str;
         var result = str;
         for (var v in $bs_vars) {
             var regex = new RegExp('\\$\\{' + v.toString() + '\\}|\\{' + v.toString() + '\\}', 'igm');
             result = result.replace(regex, $bs_vars[v]);
         }
         return result;
     };</script><!--引用静态文件:requirejs-->
<script type="text/javascript" src="//stnew.beisen.com/2018.06.22.001/base/js/require.js" ></script>
		<title>中船集团网申系统--首页</title>
</head>
<body>
  
  <div class="indexmain">
  <div class="header">
    <div class="mainContent">
          <div class="logo">
  <img src="//stcms.beisen.com/CmsPortal/107298/107298_medias_2017815_2017815logo.gif?v=636384306756070000"/>
 
</div>
        
<!--module:menu begin-->
<div class="bs-module">
    <div class="menu-template6 ">
        



  



<ul id="portalmenu" class="nav">
    <li class="line" style="width: 0px; float:left; height: 30px; border-left: 1px solid #ccc; display: inline-block;  vertical-align: top;  position: relative; margin: 15px 30px 0px 0px;"></li>


                <li class="item on"><a target="_self" href="/home" >首页</a>
                </li>                <li class="item "><a target="_self" href="/Social" >社会招聘</a>
                </li>                <li class="item "><a target="_self" href="/Campus" >校园招聘</a>
                </li>                <li class="item "><a target="_self" href="/Intern" >实习生招聘</a>
                </li>                <li class="item "><a target="_blank" href="http://www.cssc.net.cn/" >公司介绍</a>
                </li></ul>




    </div>
</div>
<!--module:menu end-->
        
<!--module:internalrecommend begin-->
<div class="bs-module">
    <div class="internalrecommend-template6 ">
        






<div class="internaldiv">
</div>






    </div>
</div>
<!--module:internalrecommend end-->
<!--module:login begin-->
<div class="bs-module">
    <div class="login-template6 ">
        






<style type="text/css">
    .isLogin,.unLogin {
        display:inline-block;
        vertical-align: top;
    }
</style>
<div class="login login-hearder">
   
        <div class="isLogin" style="display:none">
            <a href="/Portal/Apply/Index"><span>个人中心</span></a>|
            <a href="/User/Account/LogOut"><span>退出</span></a>
        </div>
   
    <div class="unLogin" style="display:none">
        <a class="loginlink" href="/Portal/Account/Login?returnUrl=http%3A%2F%2Fcssc.zhiye.com%2F%2F">登录</a>|
        <a class="reglink" href="/Portal/Account/Register?returnUrl=http%3A%2F%2Fcssc.zhiye.com%2F%2F">注册</a>
    </div>
   
</div>

<script type="text/javascript">
    var makeUserInfo = function (resp) {
        var userInfo = {};
        //userInfo.name = resp.Model.Email;
        userInfo.isLogin = resp.Success;
        return userInfo;
    }
    
    $.ajax({
        url: '/User/Account/GetUserLoginInfo?v=' + Math.random()
        , data: {}
        , cache: false
        , type: 'post'
        , success: function (resp) {
            //配置用户基本信息
            var userInfo = makeUserInfo(resp);
            var loginView = $(".login-hearder .isLogin");
            var unLoginView = $(".login-hearder .unLogin");
            if (userInfo.isLogin) {
                loginView.show()
            }
            else {
                unLoginView.show()
            }
            
        }//success
        , error: function () {
            throw new Error('ERROR: get user info')
        }
    });//ajax
</script>


    </div>
</div>
<!--module:login end-->
    </div>
</div>

<!--module:customerimage begin-->
<div class="bs-module">
    <div class="customerimage-template6home ">
        






<div class="bgImg"><img src="//stcms.beisen.com/cmsportal/107298/107298_medias_2017727_20177271017238.jpg"/></div>






    </div>
</div>
<!--module:customerimage end-->
<div class="searchBox">
    
<!--module:positionsearch begin-->
<div class="bs-module">
    <div class="positionsearch-keyandflag ">
        




<a name="jlt" ></a>


<div class="l">
</div>
<div class="txtIn">
    <input type="text" name="k" id="k" autocomplete="off" maxlength="50" />
</div>
<a class="searchBtn subButton"></a>
<style type="text/css">
    .hotSearch .hot-words {
      display: inline-block;
      float: right;
      float:left;
      width: 465px;
    }
    .hotSearch .hot-words li {
      float:left;
      background-color:transparent;
    }
    .hotSearch .hot-word-label {
      display: inline-block;
      width:85px;
      float:left;
    }
    .searchBox .hotSearch a {
        filter: none;
    }
</style>
<div class="hotSearch">
</div>

<script type="text/javascript">


    function myHTMLEnCode(str) {
        var s = "";
        if (str.length == 0) return "";
        s = str.replace(/&/g, "&amp;");
        s = s.replace(/</g, "&lt;");
        s = s.replace(/>/g, "&gt;");
        s = s.replace(/ /g, "&nbsp;");
        s = s.replace(/\'/g, "&#39;");
        s = s.replace(/\"/g, "&quot;");
        s = s.replace(/\n/g, "<br>");
        return s;
    }

    function myHTMLDeCode(str) {
        var s = "";
        if (str.length == 0) return "";
        s = str.replace(/&amp;/g, "&");
        s = s.replace(/&lt;/g, "<");
        s = s.replace(/&gt;/g, ">");
        s = s.replace(/&nbsp;/g, " ");
        s = s.replace(/&#39;/g, "\'");
        s = s.replace(/&quot;/g, "\"");
        s = s.replace(/<br>/g, "\n");
        return s;
    }


    $(function () {
        var defaultText = "请输入职位关键字";
        $(".subButton").click(function () {
            var kValue;
            kValue = $("input[name=k]").val();
            if (kValue == defaultText) kValue = '';
            if (kValue == undefined)
                kValue = "";

            if (kValue == "")
            window.location = "\/search";

            kValue = myHTMLEnCode(kValue);
            kValue = encodeURIComponent($.trim(kValue));
            
            var para = "k=" + kValue;
            window.location = "\/search?" + para;
        });

        $(".skey").click(function () {
            var key = $(this).attr("key");
            key = myHTMLEnCode(key);
            key = encodeURIComponent($.trim(key));
            window.location = "\/search?k=" + key;
        });
        
        var keyStr = $("#k").val();
        if (!keyStr || keyStr == "") {
            $("#k").css("color", "#d2cece");
            $("#k").val(defaultText);
        }

        $("#k").focus(function () {
            var v = $(this).val();
            if (v == defaultText) {
                $(this).val("");
                $(this).css("color", "");
            }
        });

        $("#k").blur(function () {
            var v = $(this).val();
            if (!v || v == "") {
                $(this).val(defaultText);
                $(this).css("color", "#d2cece");
            }
        });
    });
</script>


    </div>
</div>
<!--module:positionsearch end-->
</div>
<div class="footer">
    <div class="mainContent">
        <!--this is a pice of list-->
        
<!--module:positionlist begin-->
<div class="bs-module">
    <div class="positionlist-template6home ">
        







<!--开始-->
<div class="bottomList">
    <h3>热招职位</h3><a href="/alljob/?o=2" class="more">更多 >></a>
    <ul>
                <li><a title="给排水工程师（2018届应届生）(J10455)" href="/zpdetail/310112664">给排水工程师（2018届应届生）(J10455)</a></li>
                <li><a title="电气工程及自动化设计师" href="/zpdetail/310109519">电气工程及自动化设计师</a></li>
                <li><a title="热能与动力工程设计师" href="/zpdetail/310109518">热能与动力工程设计师</a></li>
                <li><a title="船舶及海洋工程设计师" href="/zpdetail/310109517">船舶及海洋工程设计师</a></li>
                <li><a title="江南造船2018年暑期实习生招聘(J10578)" href="/zpdetail/310169615">江南造船2018年暑期实习生招聘(J10578)</a></li>
                <li><a title="沪东中华2018年暑期实习生招聘(J10584)" href="/zpdetail/310171705">沪东中华2018年暑期实习生招聘(J10584)</a></li>
            </ul>
        </div>



    </div>
</div>
<!--module:positionlist end-->
        <!--pice end-->
        <div class="devidLine"></div>
        <!--this is a pice of list-->
        
<!--module:positionlist begin-->
<div class="bs-module">
    <div class="positionlist-template6home ">
        







<!--开始-->
<div class="bottomList">
    <h3>长招职位</h3><a href="/alljob/?o=1" class="more">更多 >></a>
    <ul>
                <li><a title="给排水工程师（2018届应届生）(J10455)" href="/zpdetail/310112664">给排水工程师（2018届应届生）(J10455)</a></li>
                <li><a title="江南造船2018年暑期实习生招聘(J10578)" href="/zpdetail/310169615">江南造船2018年暑期实习生招聘(J10578)</a></li>
                <li><a title="机械工程师(J10497)" href="/zpdetail/310170731">机械工程师(J10497)</a></li>
                <li><a title="船舶电气设计（弱电）(J10537)" href="/zpdetail/310145173">船舶电气设计（弱电）(J10537)</a></li>
                <li><a title="船舶电气设计（强电）(J10538)" href="/zpdetail/310145171">船舶电气设计（强电）(J10538)</a></li>
                <li><a title="工艺/工法设计(J10540)" href="/zpdetail/310145084">工艺/工法设计(J10540)</a></li>
            </ul>
        </div>



    </div>
</div>
<!--module:positionlist end-->
        <!--pice end-->
        <div class="devidLine"></div>
        
<!--module:customerimage begin-->
<div class="bs-module">
    <div class="customerimage-template6 ">
        






<div class="er">
        <a href="http://www.cssc.net.cn/component_human_resources/news_detail.php?id=470" target="_blank" class="cusimglink">
            <img src="//stnew.beisen.com/beisencms/template/template5/customerimg.jpg" class="cusimg"/></a>
</div>







    </div>
</div>
<!--module:customerimage end-->
    </div>
  <div class="footer2">
           &copy;2018&nbsp;&nbsp;中船集团&nbsp;&nbsp;&nbsp京ICP备05051632号&nbsp<a target="_blank" href="//www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802020454" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;color: #000000;"><img src="//stnew03.beisen.com/ux/tms-recruit/release/app/images/beian.png" style="float:left;"/>京公网安备 11010802020454号</a>&nbsp;Powered by&nbsp;<a href="http://www.beisen.com" class="footerlogo" target="_blank"></a>
	</div>
</div></div>
<script>
  $(function(){
  	if($(".bgImg img").length != 0){
   	 	$(".indexmain").backstretch($(".bgImg img").attr("src"));
  	}
  })
</script>
</body>
</html><script type="text/javascript">
        require([
            vstr('${st}/${version}/cmsportal/skin/js/baiduStatistics.js')

		]);
    </script><script type="text/javascript">
    $(function(){
    _splash('zhiye_home',0,107298,'new.zhiye.com');
    });
    </script>