<!DOCTYPE html>
<html lang="zh">
<!--
    变灰步骤：
    1:html
    2:body
    3:script
-->
<!--以下注释内容为页面变灰-->
<!--<html lang="zh" xmlns:th="http://www.thymeleaf.org" style="-webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);">-->
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>就业创业信息服务系统</title>
    <meta name="renderer" content="webkit"/>
    <meta name="keywords" content="内蒙古自治区退役军人事务厅;内蒙古退役军人;退役军人;退伍军人;内蒙古"/>
    <meta name="description" content="内蒙古自治区退役军人事务厅官方网站"/>
    <meta name="SiteName" content="内蒙古自治区退役军人事务厅"/>
    <meta name="SiteDomain" content="www.kszhsy.com/tyjrswt"/>
    <meta name="SiteIDCode" content="1500000090">
    <meta name="ColumnName" content="就业创业信息服务系统"/>
    <meta name="ColumnDescription" content="就业创业信息服务系统"/>
    <meta name="ColumnKeywords" content="就业创业信息服务系统"/>
    <meta name="ColumnType" content="就业创业信息服务系统"/>
    <link href="https://npm.elemecdn.com/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="/cjy/soldier/css/css.css"/>
    <link rel="stylesheet" type="text/css" href="/cjy/soldier/css/land.css"/>
    <link rel="stylesheet" type="text/css" href="/cjy/soldier/css/footer.css"/>
    <!-- HTML5 shim 和 Respond.js 是为了让 IE8 支持 HTML5 元素和媒体查询（media queries）功能 -->
    <!-- 警告：通过 file:// 协议（就是直接将 html 页面拖拽到浏览器中）访问页面时 Respond.js 不起作用 -->
    <!--[if lt IE 9]>
    <script src="https://npm.elemecdn.com/html5shiv@3.7.3/dist/html5shiv.min.js"></script>
    <script src="https://npm.elemecdn.com/respond.js@1.4.2/dest/respond.min.js"></script>
    <![endif]-->

    <!-- jQuery (Bootstrap 的所有 JavaScript 插件都依赖 jQuery，所以必须放在前边) -->
    <script src="https://npm.elemecdn.com/jquery@1.12.4/dist/jquery.min.js"></script>
    <!-- 加载 Bootstrap 的所有 JavaScript 插件。你也可以根据需要只加载单个插件。 -->
    <script src="https://npm.elemecdn.com/bootstrap@3.3.7/dist/js/bootstrap.min.js"></script>
    <script type="text/javascript" src="/cjy/soldier/js/jquery.validate.min.js"></script>

    <!--crypto-js-->
    <script src="/cjy/js/crypto-js.js" type="text/javascript"></script>

    <!--以下注释内容为页面变灰-->
    <!--<script type="text/javascript" src="../soldier/js/busy/bianhui.js" th:src="@{/soldier/js/busy/bianhui.js}"></script>-->

    <link href="/cjy/css/font-awesome.min.css" rel="stylesheet"/>

</head>

<body style="min-width: 1540px;overflow:scroll;">
<!--以下注释内容为页面变灰-->
<!--<body style="filter: grayscale(100%);/*火狐*/
    -webkit-filter:grayscale(100%);/*chrome*/
    filter:gray; /*IE7-9*/">-->

<!--导航栏开始-->
<nav class="navbar navbar-default">
    <div class="container-fluid">
        <!-- Brand and toggle get grouped for better mobile display -->
        <img class="logo" src="https://www.kszhsy.com/tyjrswt//images/ctoplogo.png">

        <div class="navbar-header pull-left">
            <a class="navbar-brand" style="margin-left: 220px;" href="#">就业创业信息服务系统</a>
        </div>

        <!-- Collect the nav links, forms, and other content for toggling -->
        <div class="pull-right">
            <a class="btn btn-primary" href="/cjy/tbSoldierUser/to_personalRegister">我是个人，去注册</a>
            <a class="btn btn-primary" href="/cjy/tbSoldierUser/to_companyRegister">我是企业，去注册</a>
            <!-- 【修改点1：问题反馈按钮增加登录校验】 -->
            <a class="btn btn-primary" href="javascript:void(0)"
               onclick="commonLoginCheck(&#39;/cjy/soldier/question/questionIndex&#39;)">问题反馈</a>
        </div>
    </div><!-- /.container-fluid -->
</nav>
<!--导航栏结束-->
<!-- 左侧跟随导航条开始 -->

<!-- 左侧跟随导航条结束 -->
<!--内容开始-->
<div class="center">
    <div class="centerLand fl">
        <!--选项卡列表开始-->
        <!-- 选项卡菜单-->
        <input type="hidden" name="key" value="BQkZW46UuTeoXWI5">
        <ul id="myTab" class="nav nav-tabs" role="tablist">
            <li class="active"><a href="#personalLogin" role="tab" data-toggle="tab">帐号登录</a></li>
            <li><a href="#enterpriseLogin" role="tab" data-toggle="tab">手机登录</a></li>
        </ul>
        <!-- 选项卡面板 -->
        <div id="myTabContent" class="tab-content">
            <div class="tab-pane active" id="personalLogin">
                <form id="form1">
                    <input type="hidden" name="form1_type" value="2"/>
                    <div class="input-group last-group">
                        <input type="text" class="form-control" id="username" name="form1_name" placeholder="用户名"
                               aria-describedby="basic-addon1" onkeydown="KeyDown1()"
                               onpaste="return false" ondragenter="return false"
                               onkeyup="this.value=check(this.value)">
                    </div>
                    <div class="input-group last-group">
                        <input type="password" class="form-control" name="form1_password" placeholder="密码"
                               aria-describedby="basic-addon1" onkeydown="KeyDown1()" autocomplete="off" id="password">
                        <span class="input-group-addon" id="toggle-password"
                              style="border: none;background: none;outline: none;box-shadow: none;cursor: pointer;">
                            <i class="fa fa-eye-slash" aria-hidden="true" style="color: inherit;"
                               id="toggle-password-eye"></i>
                        </span>
                        <!--<button type="button" class="btn btn-primary">发送验证码</button>-->
                    </div>
                    <div style="text-align: right;">
                        <a href="/cjy/tbSoldierUser/to_fotgetPwd" class="tr">忘记密码</a>
                    </div>
                    <!--<a href="#" >用户名密码登录</a>-->
                    <button type="button" class="btn btn-primary loginBtn" onclick="login1()">登录</button>
                    <div class="register">
                        <!--<a th:href="@{/tbSoldierUser/to_register}">立即注册</a>-->
                        <!--<a th:href="@{/tbSoldierUser/to_register}" class="tr">忘记密码</a>-->
                    </div>

                </form>
            </div>
            <div class="tab-pane " id="enterpriseLogin">
                <form id="form2">
                    <input type="hidden" name="form2_type" value="1"/>
                    <div class="input-group last-group">
                        <input type="text" class="form-control" id="phone" name="form2_name" placeholder="手机号"
                               aria-describedby="basic-addon1" onkeydown="KeyDown2()"
                               onpaste="return false" ondragenter="return false"
                               onkeyup="this.value=check(this.value)" style="width:120px;">
                        <button type="button" id="dyMobileButton" class="dyMobileButton"
                                style="float: right;border: none;background: none; font-size: small;margin-top: 0px; height: 39px;">
                            获取验证码
                        </button>
                    </div>
                    <div class="input-group last-group">
                        <input type="text" class="form-control" name="form2_password" placeholder="验证码"
                               aria-describedby="basic-addon1" onkeydown="KeyDown2()">
                        <!--<button type="button" class="btn btn-primary">发送验证码</button>-->
                    </div>
                    <div style="text-align: right;">
                        <a href="/cjy/tbSoldierUser/to_fotgetPwd" class="tr">忘记密码</a>
                    </div>
                    <!--<a href="#" >用户名密码登录</a>-->
                    <button type="button" class="btn btn-primary loginBtn" onclick="login2()">登录</button>
                    <div class="register">
                        <!--<a th:href="@{/tbSoldierUser/to_register}">立即注册</a>
                        <a th:href="@{/tbSoldierUser/to_register}" class="tr">忘记密码</a>-->
                    </div>
                </form>
            </div>
        </div>
        <!--选项卡列表结束-->
    </div>
    <div class="rightBg fl">
        <!--        <div class="text">-->
        <!--            <p>组建退役军人管理保障机构，</p>-->
        <!--            <p>维护军人军属合法权益，</p>-->
        <!--            <p>让军人成为全社会尊崇的职业。</p>-->
        <!--            <p class="tr">&#45;&#45;习近平</p>-->
        <!--        </div>-->
    </div>

    <div class="rightBg1 fl">
        <!-- 左侧跟随导航条开始 -->
        <!--        <div class="fixedMenu-left">-->
        <ul class="">
            <li class=""><img src="/cjy/soldier/image/leftMenu.png"
                              style="margin-left: 235px; padding-top: 5px; padding-bottom: 5px;">
                <!-- 【修改点2：更多... 按钮增加登录校验】 -->
                <a href="javascript:void(0)"
                   onclick="commonLoginCheck(&#39;/cjy/soldier/noticeMain/notice_list&#39;)"
                   style="float:right; padding: 18px 15px 0px 0px; font-weight: 600; color: #0b4d85;">更多...</a>
            </li>

            <div class="">
                <div>
                    <li style="margin-left: 20px; margin-right: 20px; border-bottom:1px solid #cfe0f1; padding-top: 5px; padding-bottom: 5px;">
                        <a href="#" style="display: inline;" title="2026年内蒙古自治区自主就业退役士兵项目制培训班报名公告"
                           onclick="loginCheck( &quot;5bbe2ab5310849d595ec71f8d6ce6858&quot;); ">
                            2026年内蒙古自治区自主就业退役士兵项目制培训班报名公告
                        </a>
                        <div style="text-align: right; display: inline; color: black; float: right;">2026-03-24</div>
                    </li>

                </div>
                
            </div>

            <div class="">
                <div>
                    <li style="margin-left: 20px; margin-right: 20px; border-bottom:1px solid #cfe0f1; padding-top: 5px; padding-bottom: 5px;">
                        <a href="#" style="display: inline;" title="首届中央企业面向退役军人专场招聘活动启动仪式暨示范招聘会在河北雄安新区举行"
                           onclick="loginCheck( &quot;8d27d3ec4cbf4b019c4911bcddc37c43&quot;); ">
                            首届中央企业面向退役军人专场招聘活动启动仪式暨示范招聘...
                        </a>
                        <div style="text-align: right; display: inline; color: black; float: right;">2026-05-13</div>
                    </li>

                </div>
                
            </div>

            <div class="">
                <div>
                    <li style="margin-left: 20px; margin-right: 20px; border-bottom:1px solid #cfe0f1; padding-top: 5px; padding-bottom: 5px;">
                        <a href="#" style="display: inline;" title="内蒙古自治区2026年退役军人就业服务专项行动暨专场招聘会"
                           onclick="loginCheck( &quot;3b2f66fe266140fa8df44d2626e5439c&quot;); ">
                            内蒙古自治区2026年退役军人就业服务专项行动暨专场招聘会
                        </a>
                        <div style="text-align: right; display: inline; color: black; float: right;">2026-05-13</div>
                    </li>

                </div>
                
            </div>

            <div class="">
                <div>
                    <li style="margin-left: 20px; margin-right: 20px; border-bottom:1px solid #cfe0f1; padding-top: 5px; padding-bottom: 5px;">
                        <a href="#" style="display: inline;" title="“戎耀新程 就业护航”乌兰察布市退役军人、军属专场招聘会"
                           onclick="loginCheck( &quot;f26eae76ab654e2ea45fd5b114f620e5&quot;); ">
                            “戎耀新程 就业护航”乌兰察布市退役军人、军属专场招聘会
                        </a>
                        <div style="text-align: right; display: inline; color: black; float: right;">2026-04-15</div>
                    </li>

                </div>
                
            </div>

            <div class="">
                <div>
                    <li style="margin-left: 20px; margin-right: 20px; border-bottom:1px solid #cfe0f1; padding-top: 5px; padding-bottom: 5px;">
                        <a href="#" style="display: inline;" title="通辽曼博人力资源服务有限公司企业发布了新职位主播"
                           onclick="loginCheck( &quot;c1f0df65c79c436c9b638bc8f14ef893&quot;); ">
                            通辽曼博人力资源服务有限公司企业发布了新职位主播
                        </a>
                        <div style="text-align: right; display: inline; color: black; float: right;">2025-12-03</div>
                    </li>

                </div>
                
            </div>

            <div class="">
                <div>
                    <li style="margin-left: 20px; margin-right: 20px; border-bottom:1px solid #cfe0f1; padding-top: 5px; padding-bottom: 5px;">
                        <a href="#" style="display: inline;" title="通辽曼博人力资源服务有限公司企业发布了新职位业务经理"
                           onclick="loginCheck( &quot;98e28440be01449d9b629d8807d2ef86&quot;); ">
                            通辽曼博人力资源服务有限公司企业发布了新职位业务经理
                        </a>
                        <div style="text-align: right; display: inline; color: black; float: right;">2025-12-03</div>
                    </li>

                </div>
                
            </div>

            <div class="">
                <div>
                    <li style="margin-left: 20px; margin-right: 20px; border-bottom:1px solid #cfe0f1; padding-top: 5px; padding-bottom: 5px;">
                        <a href="#" style="display: inline;" title="内蒙古风冠科技有限公司企业发布了新职位外贸业务员"
                           onclick="loginCheck( &quot;ae781cab62bf404ebe63534b580f0df8&quot;); ">
                            内蒙古风冠科技有限公司企业发布了新职位外贸业务员
                        </a>
                        <div style="text-align: right; display: inline; color: black; float: right;">2025-12-03</div>
                    </li>

                </div>
                
            </div>

            <div class="">
                <div>
                    <li style="margin-left: 20px; margin-right: 20px; border-bottom:1px solid #cfe0f1; padding-top: 5px; padding-bottom: 5px;">
                        <a href="#" style="display: inline;" title="四通（包头）稀土新材料有限公司企业发布了新职位检验员"
                           onclick="loginCheck( &quot;75e7ef1cbc6d4d019b43014d096d91a9&quot;); ">
                            四通（包头）稀土新材料有限公司企业发布了新职位检验员
                        </a>
                        <div style="text-align: right; display: inline; color: black; float: right;">2025-12-03</div>
                    </li>

                </div>
                
            </div>

            <div class="">
                <div>
                    <li style="margin-left: 20px; margin-right: 20px; border-bottom:1px solid #cfe0f1; padding-top: 5px; padding-bottom: 5px;">
                        <a href="#" style="display: inline;" title="四通（包头）稀土新材料有限公司企业发布了新职位成品物管员"
                           onclick="loginCheck( &quot;aa064a4e7abc458ebb8832d992d11dcf&quot;); ">
                            四通（包头）稀土新材料有限公司企业发布了新职位成品物管员
                        </a>
                        <div style="text-align: right; display: inline; color: black; float: right;">2025-12-03</div>
                    </li>

                </div>
                
            </div>
            <!--                <li class="noticeMenu"><a href="#">返回顶部</a></li>-->
        </ul>
        <!--            <div class="fl back-left">收回←</div>-->
        <!--        </div>-->
    </div>

</div>
<!--内容结束-->

<!--脚部开始-->
<div>
    <!-- 自定义样式，用于处理新增的链接列表布局 -->
    <style>
        /* 新增链接区域的样式 */
        .footer-new-links {
            float: left;
            padding: 0 20px;
            margin-top: 10px;
            margin-right: -40px;
            border-left: 1px solid #555;
            border-right: 1px solid #555;
            text-align: center;
        }
        .footer-new-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-new-links li {
            line-height: 22px;
        }
        .footer-new-links a {
            color: #ccc; /* 浅灰色文字，适应深色背景 */
            text-decoration: none;
            font-size: 14px;
        }
        .footer-new-links a:hover {
            color: #fff;
            text-decoration: underline;
        }

        /* 调整原有组件的浮动，使其水平排列 */
        .c_bottomtu1 { float: left; margin-top: 5px; }
        .c_bottominfo { float: left; margin-top: 5px; color: #999; }
        .footre001 { float: left; margin-left: 20px !important; width: auto !important; margin-top: 10px !important; }

        /* 强制链接颜色 */
        .c_bottominfo a { color: #999; text-decoration: none; }
        .c_bottominfo a:hover { color: #fff; }
    </style>

    <div style="background-color: #333; overflow: hidden; padding-bottom: 20px;">
        <div style="width: 1200px; margin: 0 auto; padding-top: 20px;">
            <div class="foot-main">
                <div class="">

                    <!-- 1. 左侧：党政机关标识脚本 -->
                    <div class="c_bottomtu1" style="margin-left: 60px;">
                        <script type="text/javascript">
                            document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3Cscript src='https://dcs.conac.cn/js/07/000/0000/60931514/CA070000000609315140001.js' type='text/javascript'%3E%3C/script%3E"));
                        </script>
                    </div>

                    <!-- 2. 【新增】中间左侧：四个功能链接 -->
                    <div class="footer-new-links">
                        <ul>
                            <li><a href="https://www.kszhsy.com/tyjrswt/gywm/" target="_blank">关于我们</a></li>
                            <li><a href="javascript:void(0);" onclick="addFavorite()">加入收藏</a></li>
                            <li><a href="https://www.kszhsy.com/tyjrswt/wzdt/" target="_blank">网站地图</a></li>
                            <li><a href="https://www.cnzz.com/stat/website.php?web_id=1278099054" target="_blank">站长统计</a></li>
                        </ul>
                    </div>

                    <!-- 3. 中间右侧：原有文字信息 -->
                    <div class="c_bottominfo">
                        <div class="footre003">
                            主办单位：内蒙古自治区退役军人事务厅&nbsp;&nbsp;承办单位：内蒙古自治区退役军人事务厅综合保障中心
                        </div>
                        <div class="footre003">
                            联系电话：0471-6318181
                        </div>
                        <div class="footre004">
                            <a href="http://beian.miit.gov.cn" target="_blank"> 蒙ICP备19002071</a>　
                            <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=15010202150834" target="_blank">
                                <img src="/cjy/soldier/image/gaba.png" alt=""/>&nbsp;蒙公网安备 15010202150834号
                            </a>　
                            <span>&nbsp;网站标识码1500000090</span>
                        </div>
                        <div class="footre002">
                            未经内蒙古自治区退役军人事务厅同意，不得转载本网站之所有招聘信息及作品<br/>
                            内蒙古自治区退役军人事务厅版权所有
                        </div>
                    </div>

                    <!-- 4. 右侧：政府找错脚本 (移除了原有的 margin: auto, 改为左浮动跟随在文字后) -->
                    <div class="footre001">
                        <script id="_jiucuo_" sitecode='1500000090'
                                src='https://pucha.kaipuyun.cn/exposure/jiucuo.js'></script>
                    </div>

                </div>
            </div>
        </div>
    </div>

    <!-- 加入收藏的 JS 函数 -->
    <script type="text/javascript">
        function addFavorite() {
            var url = window.location;
            var title = document.title;
            var ua = navigator.userAgent.toLowerCase();
            if (ua.indexOf("360se") > -1) {
                alert("由于360浏览器功能限制，请按 Ctrl+D 手动收藏！");
            } else if (ua.indexOf("msie 8") > -1) {
                window.external.AddToFavoritesBar(url, title); //IE8
            } else if (document.all) {
                try{
                    window.external.addFavorite(url, title);
                }else{
                    alert('您的浏览器不支持,请按 Ctrl+D 手动收藏!');
                }
            } else {
                alert('您的浏览器不支持,请按 Ctrl+D 手动收藏!');
            }
        }
    </script>
</div>
<!--脚部结束-->

<script>
    $(document).ready(function () {
        $('#toggle-password-eye').click(function () {
            $(this).toggleClass('fa-eye-slash fa-eye');
            var input = $('#password');
            if (input.attr('type') == 'password') {
                input.attr('type', 'text');
            } else {
                input.attr('type', 'password');
            }
        });
    });
    $(function () {
        $(".back-left").click(function () {
            if ($(".fixedMenu-left ul").width() > 0) {
                $(".fixedMenu-left ul").css({"width": "0",});
                $(this).html("展开→");
                $(".noticeMenu").css({"display": "none",})
            } else {
                $(".fixedMenu-left ul").css({"width": "300",});
                $(this).html("收回←");
                $(".noticeMenu").css({"display": "block",})
            }

        });
    })

    var ctx = "\/cjy\/";
    var prefix = ctx + "soldier/noticeMain";

    function KeyDown1() {
        if (event.keyCode == 13) {
            login1();
        }
    }

    function KeyDown2() {
        if (event.keyCode == 13) {
            login2()
        }
    }

    function check(str) {


        var temp = ""
        var flag = false;

        for (var i = 0; i < str.length; i++) {
            if (str.charCodeAt(i) <= 0 || str.charCodeAt(i) >= 255) {
                flag = true;
                break;
            }
        }
        if (flag == true) {

            $.modal.alertError("不允许输入中文!");

        }


        for (var i = 0; i < str.length; i++) {
            if (str.charCodeAt(i) > 0 && str.charCodeAt(i) < 255) {
                temp += str.charAt(i)
            }
        }

        return temp

    }

    // 【修改点3：新增通用登录检查函数】
    function commonLoginCheck(targetUrl) {
        if (null == null) {
            $.modal.alertWarning("您还没有登录，查看详情请先登录！");
        } else {
            location.href = targetUrl;
        }
    }

    function loginCheck(id) {


        if (null == null) {

            $.modal.alertWarning("您还没有登录，查看详情请先登录！")

        } else {

            location.href = prefix + "/noticeMainShow/" + id;
        }
    }


</script>

<script src="/cjy/ajax/libs/layer/layer.min.js"></script>

<script src="/cjy/ajax/libs/blockUI/jquery.blockUI.js"></script>
<script src="/cjy/ruoyi/js/ry-ui.js?v=3.4.0"></script>

<script type="text/javascript" src="/cjy/soldier/js/busy/common.js"></script>
<!--<script type="text/javascript" th:src="@{/soldier/js/busy/float.js}"></script>-->
<script type="text/javascript" src="/cjy/soldier/js/tb_login.js"></script>
<script type="text/javascript" src="/cjy/soldier/js/verify.js"></script>

<script>
    var navStr = navigator.userAgent.toLowerCase();
    if (navStr.indexOf("msie 10.0") !== -1 || navStr.indexOf("rv:11.0") !== -1) { // 判断是IE10或者IE11
        bianhui(document.body);
    }
</script>

</body>
</html>