<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>物联网人才培训考试服务网</title>
    <link rel="stylesheet" href="http://at.alicdn.com/t/font_3149266_1gs1w7mvz3y.css">
    
        
            <link rel="stylesheet" href="http://resfiles.bjcscn.com/08d35c7ad2c741f8b97a9642586af7c2/32a982a366a84bd3933c680c9e7aacbc.css" />
        
    
    
        
            <script type="text/javascript" src="http://resfiles.bjcscn.com/08d35c7ad2c741f8b97a9642586af7c2/0ce4d055c4c141ad88127507e0c6c7fe.js" charset="utf-8"></script>
        
    
    <script>
        window.onload = function(){
            var obtn = document.getElementById('return_top');
            var clientHeight = document.documentElement.clientHeight;
            var timer = null; //定义一个定时器
            var isTop = true; //定义一个布尔值，用于判断是否到达顶部
            window.onscroll = function(){
                var osTop = document.documentElement.scrollTop || document.body.scrollTop;
                // if(osTop >= clientHeight){
                //     obtn.style.display = 'block';
                // }else{
                //     obtn.style.display = 'none';
                // }
                if(!isTop){
                    clearInterval(timer);
                }
                isTop = false;
            };
            obtn.onclick = function(){
                timer = setInterval(function(){
                    var osTop = document.documentElement.scrollTop || document.body.scrollTop;
                    var speed = Math.floor(-osTop / 6);
                    document.documentElement.scrollTop = document.body.scrollTop = osTop + speed;
                    isTop =true;  //用于阻止滚动事件清除定时器
                    if(osTop == 0){
                        clearInterval(timer);
                    }
                },30);
            }
        }
        function mouseover(id1,id2,id3) {
            document.getElementById(id1).style.background = '#1b87a1';document.getElementById(id2).style.color = '#FEFEFE';document.getElementById(id3).style.color = '#FEFEFE';
        }
        function mouseout(id1,id2,id3) {
            document.getElementById(id1).style.background = '#dceef2';document.getElementById(id2).style.color = '#1b87a1';document.getElementById(id3).style.color = '#1b87a1';
        }
        function brightness(id) {
            document.getElementById(id).style.filter = 'brightness(1.15)';
        }
        function unBrightness(id) {
            document.getElementById(id).style.filter = 'brightness(1)';
        }
    </script>
    <style type="text/css">
        .btn{
            margin: 0 5px;
            width: 80px;
            color: #151515;
            font-size: 16px;
        }
        .content1{
            margin: 10px auto;
            display: none;
        }
        .btn.active{
            font-size: 16px;
            color: #1b87a1;
            border-bottom: 3px solid #1b87a1;
            padding-bottom: 7px;
        }
        .content1.show{
            display:block;
        }
    </style>
</head>
<body>
<!--头部-->

    <div><!--头部-->
<header class="rowpub">
    <a class="rowpub">
        <div style="margin-right: 15px;">
            
<!--                <img th:if="${fileDatas['logo']}" th:src="${fileDatas['logo'].storeUrl}" style="margin-left: 30px; height: 90px" />-->
            
        </div>
        <div >
            <!--    北京物联网学会        -->
            <p style="margin-bottom:12px;font-size:24px;font-weight: bold;color: #151515">职业技能等级评价网 <span style="font-size:18px;font-weight: bold;color: #151515">| 物联网安装调试员</span></p>
            <!--            <p style="margin-bottom:7px;font-size:16px;color: #1b87a1;font-weight: bold">北京物联网学会　物联网人才培养众创联盟</p>-->
        </div>
    </a>
    <!--    <div class="rowpub">-->
    <!--        <th:block th:with="fileDatas=${@cmsDataHelper.getFiles(curRepository.id,{'qrCode'},30)}">-->
    <!--            <img th:if="${fileDatas['qrCode']}" th:src="${fileDatas['qrCode'].storeUrl}" style="width: 100px" />-->
    <!--        </th:block>-->
    <!--    </div>-->
</header>
<!--导航-->
<nav>
    <ul class="rowpub">
        
            
                <li><a href="/w362" class="sel">首页</a></li>
                
                    
                        
                            
                                <li style="position:relative;" class="procenter" ><a href="/w363/s183/1/10" >政策文件</a></li>
                            
                            
                        
                    
                        
                            
                                <li style="position:relative;" class="procenter" ><a href="/w364/s184/1/10" >项目介绍</a></li>
                            
                            
                        
                    
                        
                            
                                <li style="position:relative;" class="procenter" ><a href="/w365/s185/1/10" >培训动态</a></li>
                            
                            
                        
                    
                        
                            
                                <li style="position:relative;" class="procenter" ><a href="/w366/s186/1/10" >考试动态</a></li>
                            
                            
                        
                    
                        
                            
                                <li style="position:relative;" class="procenter" ><a href="/w367/s187/1/10" >考试基地</a></li>
                            
                            
                        
                    
                        
                            
                            <li style="position:relative;" class="procenter" ><a href="/w368" >联系我们</a></li>
                        
                    
                
            
        
    </ul>
</nav>
</div>

<!--banner-->
<div >
    
        <img src="http://resfiles.bjcscn.com/08d35c7ad2c741f8b97a9642586af7c2/0411b27d753d49fd8baaa309a77a4b8d.png" style="width: 100%" />
    
</div>
<!--网站入口-->
<!--<div class="rowpub" style="width: 80%; max-width: 1200px; margin: 20px auto; justify-content: space-between">-->
<!--    <a id="entrance0" style="width: 15%; height: 110px; background-color: #dceef2; text-decoration: none; text-align: center" onmouseover="mouseover('entrance0','iconfont0','entrance00')" onmouseout="mouseout('entrance0','iconfont0','entrance00')">-->
<!--        <div style="margin-top: 19px; margin-bottom: 0px; text-align: center">-->
<!--            <i id="iconfont0" class="iconfont" style="color: #1b87a1; font-size: 44px">&#xe61a;</i>-->
<!--        </div>-->
<!--        <p id="entrance00" style="text-align: center; color: #1b87a1">在线报名服务</p>-->
<!--    </a>-->
<!--    <a id="entrance1" href="https://axypc.zyjnpx.com/?unitUid=79f877714ac4427fa5cdef32cca90153" target="_blank" style="width: 15%; height: 110px; background-color: #dceef2; text-decoration: none; text-align: center" onmouseover="mouseover('entrance1','iconfont1','entrance11')" onmouseout="mouseout('entrance1','iconfont1','entrance11')">-->
<!--        <div style="margin-top: 15px; margin-bottom: 0px; text-align: center">-->
<!--            <i id="iconfont1" class="iconfont" style="color: #1b87a1; font-size: 48px">&#xe60e;</i>-->
<!--        </div>-->
<!--        <p id="entrance11" style="text-align: center; color: #1b87a1">在线培训服务</p>-->
<!--    </a>-->
<!--    <a id="entrance2" style="width: 15%; height: 110px; background-color: #dceef2; text-decoration: none; text-align: center" onmouseover="mouseover('entrance2','iconfont2','entrance22')" onmouseout="mouseout('entrance2','iconfont2','entrance22')">-->
<!--        <div style="margin-top: 23px; margin-bottom: 5px; text-align: center">-->
<!--            <i id="iconfont2" class="iconfont" style="font-size: 34px; color: #1b87a1">&#xe8d4;</i>-->
<!--        </div>-->
<!--        <p id="entrance22" style="text-align: center; color: #1b87a1">现场培训服务</p>-->
<!--    </a>-->
<!--    <a id="entrance3" style="width: 15%; height: 110px; background-color: #dceef2; text-decoration: none; text-align: center" onmouseover="mouseover('entrance3','iconfont3','entrance33')" onmouseout="mouseout('entrance3','iconfont3','entrance33')">-->
<!--        <div style="margin-top: 21px; margin-bottom: 3px; text-align: center">-->
<!--            <i id="iconfont3" class="iconfont" style="font-size: 37px; color: #1b87a1">&#xe867;</i>-->
<!--        </div>-->
<!--        <p id="entrance33" style="text-align: center; color: #1b87a1">远程实训服务</p>-->
<!--    </a>-->
<!--    <a id="entrance4" style="width: 15%; height: 110px; background-color: #dceef2; text-decoration: none; text-align: center" onmouseover="mouseover('entrance4','iconfont4','entrance44')" onmouseout="mouseout('entrance4','iconfont4','entrance44')">-->
<!--        <div style="margin-top: 23px; margin-bottom: 5px; text-align: center">-->
<!--            <i id="iconfont4" class="iconfont" style="font-size: 34px; color: #1b87a1">&#xe8d3;</i>-->
<!--        </div>-->
<!--        <p id="entrance44" style="text-align: center; color: #1b87a1">考试题库服务</p>-->
<!--    </a>-->
<!--    <a id="entrance5" href="https://web.ksj.kszx365.com/" target="_blank"  style="width: 15%; height: 110px; background-color: #dceef2; text-decoration: none; text-align: center" onmouseover="mouseover('entrance5','iconfont5','entrance55')" onmouseout="mouseout('entrance5','iconfont5','entrance55')">-->
<!--        <div style="margin-top: 19px; margin-bottom: 2px; text-align: center">-->
<!--            <i id="iconfont5" class="iconfont" style="font-size: 42px; color: #1b87a1">&#xe611;</i>-->
<!--        </div>-->
<!--        <p id="entrance55" style="text-align: center; color: #1b87a1">在线考试服务</p>-->
<!--    </a>-->
<!--</div>-->
<!--政策文件、通知公告、培训证书查询、培训动态、信息化系统、名师名教、友情链接-->
<div style="width: 80%; max-width: 1200px; margin: 0px auto;">
    <div class="rowpub" style="width:100%;margin-top:50px;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap">
        
            <div class="textlists">
                <!--政策文件-->
                <div class="rowpub titlev">
                    <span class="title" ><span style="font-size: 16px; color: #1b87a1; border-bottom: 3px solid #1b87a1; padding-bottom: 7px;">政策文件</span></span>
                    
                        
                            
                                
                                    <a href="w363/s183/1/10">更多>></a>
                                
                            
                        
                    
                </div>
                <div style="margin: 10px 0px;">
                    
                        
                            <div style="flex: 1; margin-top: 10px">
                                <a class="rowpub" href="w371/c980"><i class="iconfont" style="color: #1b87a1">&#xe6a4;</i><p style="color: #656565; border-bottom: 1px solid #f6f6f6; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">关于印发《物联网新型基础设施建设三年行动计划（2021-2023年）》的通知</p></a><a class="rowpub" href="w371/c979"><i class="iconfont" style="color: #1b87a1">&#xe6a4;</i><p style="color: #656565; border-bottom: 1px solid #f6f6f6; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">人力资源社会保障部关于举办全国新职业技术技能大赛的通知</p></a><a class="rowpub" href="w371/c978"><i class="iconfont" style="color: #1b87a1">&#xe6a4;</i><p style="color: #656565; border-bottom: 1px solid #f6f6f6; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">人力资源和社会保障部办公厅关于加强  新职业培训工作的通知</p></a><a class="rowpub" href="w371/c977"><i class="iconfont" style="color: #1b87a1">&#xe6a4;</i><p style="color: #656565; border-bottom: 1px solid #f6f6f6; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">关于持续开展新职业信息征集工作的通告（中就培函（2020〕35号）</p></a><a class="rowpub" href="w371/c976"><i class="iconfont" style="color: #1b87a1">&#xe6a4;</i><p style="color: #656565; border-bottom: 1px solid #f6f6f6; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">国务院关于推进物联网有序健康发展的指导意见</p></a>
                            </div>
                        
                    
                </div>
            </div>
            <div class="textlists">
                <!--通知公告-->
                <div class="rowpub titlev">
                    <span class="title" ><span style="font-size: 16px; color: #1b87a1; border-bottom: 3px solid #1b87a1; padding-bottom: 7px;">通知公告</span></span>
                    
                        
                            
                                
                                    <a href="w369/s188/1/10">更多>></a>
                                
                            
                        
                    
                </div>
                <div style="margin: 10px 0px;">
                    
                        
                            <div style="flex: 1; margin-top: 10px">
                                <a class="rowpub" href="w376/c985"><i class="iconfont" style="color: #1b87a1">&#xe6a4;</i><p style="color: #656565; border-bottom: 1px solid #f6f6f6; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">人工智能、物联网、云计算、工业互联网等7个新职业国家标准颁布</p></a><a class="rowpub" href="w376/c984"><i class="iconfont" style="color: #1b87a1">&#xe6a4;</i><p style="color: #656565; border-bottom: 1px solid #f6f6f6; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">人社部颁布工业机器人系统操作员、网络与信息安全管理员等20个国家职业技能标准</p></a>
                            </div>
                        
                    
                </div>
            </div>
            <div class="textlists" style="margin-right:0;">
                <!--个人中心-->
                <div class="rowpub titlev">
                    <span class="title"><span style="font-size: 16px; color: #1b87a1; border-bottom: 3px solid #1b87a1; padding-bottom: 7px;">个人中心</span></span>
                </div>
                <div style="margin-top: 10px">
                    
                        <div class="rowpub" style="justify-content: space-between">
                            <a href="http://jtbm.bjcscn.com/#/" target="_blank" style="width: 48%; height: 110px; background-color: #6499A6; text-decoration: none; text-align: center" id="system1" onmouseover="brightness('system1')" onmouseout="unBrightness('system1')">
                                <img src="http://resfiles.bjcscn.com/08d35c7ad2c741f8b97a9642586af7c2/9cd0d65592ee41c69ee4373305e867a4.png" alt="" style="margin-top: 20px; margin-bottom: 5px; width: 45px">
                                <p style="text-align: center; color: #fff">在线报名</p>
                            </a>
                            <a href="https://axypc.zyjnpx.com/?unitUid=79f877714ac4427fa5cdef32cca90153" target="_blank"  style="width: 48%; height: 110px; background-color: #1C87A1; text-decoration: none; text-align: center" id="system2" onmouseover="brightness('system2')" onmouseout="unBrightness('system2')">
                                <img src="http://resfiles.bjcscn.com/08d35c7ad2c741f8b97a9642586af7c2/90d85d98e29a4303991621c9b4aad376.png" alt="" style="margin-top: 20px; margin-bottom: 5px; width: 40px" >
                                <p style="text-align: center; color: #fff">在线培训</p>
                            </a>
                        </div>
                        <div class="rowpub" style="justify-content: space-between; margin-top: 10px" >
                            <a href="https://web.ksj.kszx365.com/" target="_blank"  style="width: 100%; height: 110px; background-color: #6499A6; text-decoration: none; text-align: center" id="system3" onmouseover="brightness('system3')" onmouseout="unBrightness('system3')">
                                <img src="http://resfiles.bjcscn.com/08d35c7ad2c741f8b97a9642586af7c2/04774bd5efcc499e8e4b783d2808293e.png" alt="" style="margin-top: 20px; margin-bottom: 5px; width: 45px" >
                                <p style="text-align: center; color: #fff">智能化考试</p>
                            </a>
                            <!--                            <a href="http://yj.kszx365.com/#/" target="_blank"  style="width: 48%; height: 110px; background-color: #114552; text-decoration: none; text-align: center" id="system4" onmouseover="brightness('system4')" onmouseout="unBrightness('system4')">-->
                            <!--                                <img th:if="${fileDatas['info4']}" th:src="${fileDatas['info4'].storeUrl}" alt="" style="margin-top: 25px; margin-bottom: 5px" >-->
                            <!--                                <p style="text-align: center; color: #fff">考试评分系统</p>-->
                            <!--                            </a>-->
                        </div>
                    
                </div>
            </div>
            <div class="textlists" style="width: 100%; margin-right:0;">
                <!--试听课程-->
                <div class="rowpub titlev">
                    <span class="title"><span style="font-size: 16px; color: #1b87a1; border-bottom: 3px solid #1b87a1; padding-bottom: 7px;">试听课程</span></span>
                    
                        
                            
                                
                                    <a href="w466/s237/1/10">更多>></a>
                                
                            
                        
                    
                </div>
                <div class="rowpub" style="justify-content: space-between; margin-top: 10px">
                    
                        
                            <a href="w467/c1825" style="width: 25%">
                                <img src="http://resfiles.bjcscn.com/23e193795eb143b497c33bd429827e1a/de7f2de8afed482aa2438305cb1fa7d5.png" alt="" style="width: 96%" />
                            </a><a href="w467/c1824" style="width: 25%">
                                <img src="http://resfiles.bjcscn.com/14d6ed8ea1584dd78fae530e23ab8948/ea0b7491b5474016b8838fb965905ebe.png" alt="" style="width: 96%" />
                            </a><a href="w467/c1823" style="width: 25%">
                                <img src="http://resfiles.bjcscn.com/296ab36ece8b40849136467d79675d3b/d1e7284d0b7a4da0997dd2bd7d61560c.png" alt="" style="width: 96%" />
                            </a><a href="w467/c1822" style="width: 25%">
                                <img src="http://resfiles.bjcscn.com/5d54a762025848f093fb11b9018afafa/55f6c57c7a6242cbbf0d41b3bab926a9.png" alt="" style="width: 96%" />
                            </a>
                        
                    
                </div>
            </div>
            <div class="textlists" style="width: 66%">
                <!--培训动态-->
                <div id="con_menu_1" class="rowpub titlev">
                    <span class="title"><span style="font-size: 16px; color: #1b87a1; border-bottom: 3px solid #1b87a1; padding-bottom: 7px;">培训动态</span></span>
                    
                        
                            
                                
                                    <a href="w365/s185/1/10">更多>></a>
                                
                            
                        
                    
                </div>
                <div class="rowpub" style="justify-content: space-between; align-items: flex-start; margin-top: 10px">
                    
                        
                            
                                <div style="margin-top: 10px; margin-right: 15px; flex: 1">
                                    <div style="position: relative">
                                        <a href="w373/c983">
                                            <img src="http://resfiles.bjcscn.com/2514d8d24e29486882f018a4a52aaa4e/64f33997d776446c8c3423237ba0721e.jpg" alt="" />
                                        </a>
                                    </div>
                                </div>
                                
                            
                                <div style="margin-top: 10px; margin-right: 15px; flex: 1">
                                    
                                </div>
                                <div style="width: 62%">
                                    <a class="rowpub" href="w373/c981"><i class="iconfont" style="color: #1b87a1">&#xe6a4;</i><p style="color: #656565; border-bottom: 1px solid #f6f6f6; line-height: 30px; padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">人社部颁布工业机器人系统操作员、网络与信息安全管理员等20个国家职业技能标准</p></a>
                                </div>
                            
                        
                    
                </div>
            </div>
            <div class="textlists" style="margin-right:0;">
                <!--培训证书查询-->
                <div class="rowpub titlev">
                    <span class="title"><span style="font-size: 16px; color: #1b87a1; border-bottom: 3px solid #1b87a1; padding-bottom: 7px;">证书查询</span></span>
                    <!--                    <a style="font-size: 16px; color: #fdac5e; text-decoration: underline">技能等级证书查询</a>-->
                </div>
                <!--证书查询-->
                
                    <div id="qt" >
                        <div class="rowpub cxtj" style="border: 2px solid #EBEBEB">
                            <img src="http://resfiles.bjcscn.com/08d35c7ad2c741f8b97a9642586af7c2/368a1359e006428292223efa4b3cfe29.png" style="width:17px;"/>
                            <input type="text" id="cardId2" size="45" name="cardId" searchType="searchType" class="inputClass" placeholder="请输入您要查询的身份证号"/>
                        </div>
                        <div class="rowpub cxtj" style="margin-bottom: 20px;margin-top: 0;border: 2px solid #EBEBEB">
                            <img src="http://resfiles.bjcscn.com/08d35c7ad2c741f8b97a9642586af7c2/368a1359e006428292223efa4b3cfe29.png" style="width:17px;"/>
                            <input type="text" id="certNum1" size="45" name="certNum" searchType="searchType" class="inputClass" placeholder="请输入您要查询的证书编号"/>
                        </div>
                        <div class="rowpub cxtj" style="margin-bottom: 20px;margin-top: 0;border: 2px solid #EBEBEB">
                            <img src="http://resfiles.bjcscn.com/08d35c7ad2c741f8b97a9642586af7c2/368a1359e006428292223efa4b3cfe29.png" style="width:17px;"/>
                            <input type="text" id="name2" size="45" name="name" searchType="searchType" class="inputClass"  placeholder="请输入您要查询的考生姓名"/>
                        </div>
                        <p style="color:#DA1E1E;text-align: center;margin-bottom: 30px">注：请输入以上两项内容进行查询</p>
                        <button type="submit" class="xcbtn" >查询</button>
                    </div>
                
            </div>
            <!--评价中心-->
            <div class="textlists" style="width: 100%; margin-right:0;">
                <div class="rowpub titlev" >
                    <span class="title"><span style="font-size: 16px; color: #1b87a1; border-bottom: 3px solid #1b87a1; padding-bottom: 7px;">评价中心</span></span>
                </div>
                <div style="width: 100%; margin-top: 10px; position: relative">
                    
                        <div style="text-align: right; width: 100%;">
                            <img src="http://resfiles.bjcscn.com/08d35c7ad2c741f8b97a9642586af7c2/b387f3f2713d4335abbe3603635dee49.png" alt=""  />
                        </div>
                    
                    <div style="width: 100%; position: absolute; top: 0; left: 0">
                        <div style="margin-top: 10px">
                            <div style="background-color: #6499A6; box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.35); padding: 10px; width: 45%; border-radius: 10px; text-align: center; height: 50px; line-height: 50px; margin-bottom: 20px">
                                <a href="http://rdkw.bjcscn.com/" target="_blank" style="color: #ffffff; text-decoration: none; font-size: 20px">考务管理系统</a>
                            </div>
                            <div style="background-color: #C9C8BD; box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.35); padding: 10px; width: 45%; border-radius: 10px; text-align: center; height: 50px; line-height: 50px; margin-bottom: 20px">
                                <a href="http://axyjg.zyjnpx.com/" target="_blank" style="color: #ffffff; text-decoration: none; font-size: 20px">培训管理系统</a>
                            </div>
                            <div style="background-color: #92AAB7; box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.35); padding: 10px; width: 45%; border-radius: 10px; text-align: center; height: 50px; line-height: 50px; margin-bottom: 20px">
                                <a href="https://kc.kszx365.com/" target="_blank" style="color: #ffffff; text-decoration: none; font-size: 20px">考试管理系统</a>
                            </div>
                            <div style="background-color: #C1CCD2; box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.35); padding: 10px; width: 45%; border-radius: 10px; text-align: center; height: 50px; line-height: 50px; margin-bottom: 20px">
                                <a href="http://yj.kszx365.com/#/" target="_blank" style="color: #ffffff; text-decoration: none; font-size: 20px">专家评分系统</a>
                            </div>
                            <div style="background-color: #1C87A1; box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.35); padding: 10px; width: 45%; border-radius: 10px; text-align: center; height: 50px; line-height: 50px; margin-bottom: 20px">
                                <a href="http://xckw.ksspjk.com/" target="_blank" style="color: #ffffff; text-decoration: none; font-size: 20px">视频监控系统</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="textlists" style="width: 100%; margin-right:0;">
                <!--名师名教-->
                <div class="rowpub titlev">
                    <span class="title"><span style="font-size: 16px; color: #1b87a1; border-bottom: 3px solid #1b87a1; padding-bottom: 7px;">名师名教</span></span>
                    
                        
                            
                                
                                    <a href="w370/s189/1/10">更多>></a>
                                
                            
                        
                    
                </div>
                <div class="rowpub" style="justify-content: space-between; margin-top: 10px">
                    
                        
                            <a href="w377/c975" style="width: 20%">
                                <img src="http://resfiles.bjcscn.com/12bf7dab5d4b4445a005bee6599cff3c/b0c88d2b33fe40c381b67b4b0d3a5ba8.jpg" alt="" style="width: 96%" />
                            </a><a href="w377/c974" style="width: 20%">
                                <img src="http://resfiles.bjcscn.com/eb46cdda71ff458da019dcebe7ac488d/a585fd03ae3c41fb99724d1953615d8f.jpg" alt="" style="width: 96%" />
                            </a><a href="w377/c973" style="width: 20%">
                                <img src="http://resfiles.bjcscn.com/5ccadfc38a31414e97a172aca3514814/89198400b80d44eaa40f41774d5373d8.jpg" alt="" style="width: 96%" />
                            </a><a href="w377/c972" style="width: 20%">
                                <img src="http://resfiles.bjcscn.com/1ff0f1cafde5468c8a3762d76372f61d/400d975be86e4684aa03360764f79754.jpg" alt="" style="width: 96%" />
                            </a>
                        
                    
                </div>
            </div>
        
        <div class="textlists" style="width: 100%; margin-right:0;">
            <!--友情链接-->
            <div class="rowpub titlev">
                <span class="title"><span style="font-size: 16px; color: #1b87a1; border-bottom: 3px solid #1b87a1; padding-bottom: 7px;">友情链接</span></span>
            </div>
            <div class="rowpub" style="justify-content: space-between; margin-top: 10px">
                
                    
                
            </div>
        </div>
    </div>
</div>
<!-- 回到顶部 -->
<div class="zx" style="position:fixed;right:0;bottom:20%;">
    <div style="background-color: #dceef2; padding: 15px; border-bottom: 1px solid #fff">
        <a title="报名须知">
            <p style="text-align: center"><i class="iconfont" style="color: #888888; font-size: 30px">&#xe651;</i></p>
            <p style="text-align: center; color: #888888; margin-top: 5px">报名须知</p>
        </a>
    </div>
    <div style="background-color: #dceef2; padding: 15px; border-bottom: 1px solid #fff">
        <a title="准考证">
            <p style="text-align: center"><i class="iconfont" style="color: #888888; font-size: 30px">&#xe632;</i></p>
            <p style="text-align: center; color: #888888; margin-top: 5px">准考证</p>
        </a>
    </div>
    <div style="background-color: #dceef2; padding: 15px; border-bottom: 1px solid #fff">
        <a title="成绩查询">
            <p style="text-align: center"><i class="iconfont" style="color: #888888; font-size: 30px">&#xe633;</i></p>
            <p style="text-align: center; color: #888888; margin-top: 5px">成绩查询</p>
        </a>
    </div>
    <div style="background-color: #dceef2; padding: 15px;">
        <a title="证书查询">
            <p style="text-align: center"><i class="iconfont" style="color: #888888; font-size: 30px">&#xe63f;</i></p>
            <p style="text-align: center; color: #888888; margin-top: 5px">证书查询</p>
        </a>
    </div>
    <div style="background-color: #1b87a1; padding: 15px;">
        <a href="javascript:;" id="return_top" title="回到顶部">
            <p style="text-align: center"><i class="iconfont" style="color: #ffffff; font-size: 30px">&#xe88d;</i></p>
            <p style="text-align: center; color: #ffffff; margin-top: 5px">返回顶部</p>
        </a>
    </div>
</div>
<!-- 底部 -->

    <div><!--底部-->
<footer style="width: 100%">
    <div style="background-color: #1b87a1;">
        <div class="rowpub" style="width: 80%; max-width: 1200px; margin: 0 auto; padding-top: 10px; padding-bottom: 5px">
            <p style="color: #fff; flex: 1; text-align: center">联系地址：北京市海淀区上地三街9号C座10层</p>
            <p style="color: #fff; flex: 1; text-align: center">联系电话：010-82780345</p>
            <p style="color: #fff; flex: 1; text-align: center">联系邮箱：bjuri@bjuri.com</p>
        </div>
        <div style="width: 80%; max-width: 1200px; margin: 0 auto; text-align: center; padding-top: 5px; padding-bottom: 10px">
            <p style="color: #fff; text-align: center">京ICP备10042334号-4</p>
        </div>
    </div>
</footer>
</div>

<script>
    // 获取页面的每个按钮
    var btns = document.getElementsByClassName("btn");
    // 获取内容盒子
    var contents = document.getElementsByClassName("content1");
    for(var i=0;i<btns.length;i++) { // 遍历每个按钮为其添加点击事件
        btns[i].index = i;
        btns[i].onclick = function(){
            for(var j=0;j<btns.length;j++) { // 对当前点击的按钮赋予active类名及显示当前按钮对应的内容
                btns[j].className = btns[j].className.replace(' active', '').trim();
                contents[j].className = contents[j].className.replace(' show', '').trim();
            }
            this.className = this.className + ' active';
            contents[this.index].className = contents[this.index].className + ' show';
        };
    }
    // $(document).ready(function(){});
    // 轮播图
    $( "#target-1" ).HappyImage({
        effect: "slide",
        autoplay: 3000,
    });
</script>
</body>
</html>
