| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 | 
							- <!DOCTYPE html>
 
- <html xmlns="http://www.w3.org/1999/xhtml">
 
- <head>
 
-     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
-     <title>线上人才目录图谱</title>
 
-     <link rel="stylesheet" type="text/css" href="/themes/default/assets/app/css/fullpage.css" />
 
-     <style>
 
-         /* Hidding sections under 960px width */
 
-         @media screen and (max-width: 960px) {
 
-             .hide-on-responsive{
 
-                 display: none;
 
-             }
 
-         }
 
-         #fp-nav ul li a span,
 
-         .fp-slidesNav ul li a span{
 
-             background-color: white;
 
-         }
 
-         .actions{
 
-             position: absolute;
 
-             z-index: 999;
 
-             top: 40px;
 
-             left: 50px;
 
-         }
 
-         .actions li{
 
-             display: inline-block;
 
-         }
 
-         .actions button {
 
-             padding: 0.93em 1.87em;
 
-             background: #35495e;
 
-             border-radius: 5px;
 
-             border: 0;
 
-             color: #fff;
 
-             margin: 7px;
 
-             font-size: 15px;
 
-             cursor: pointer;
 
-         }
 
-         .actions button:hover {
 
-             background: #fff;
 
-             color: #35495e;
 
-         }
 
-     </style>
 
- </head>
 
- <body>
 
- <div id="fullpage">
 
-     <div class="section">
 
-         <img src="/themes/default/assets/app/images/fullpage/calculator/02.jpg" width="100%" height="100%">
 
-     </div>
 
-     <div class="section">
 
-         <img src="/themes/default/assets/app/images/fullpage/calculator/03.jpg" width="100%" height="100%">
 
-     </div>
 
-     <div class="section">
 
-         <img src="/themes/default/assets/app/images/fullpage/calculator/04.jpg" width="100%" height="100%">
 
-     </div>
 
-     <div class="section">
 
-         <img src="/themes/default/assets/app/images/fullpage/calculator/05.jpg" width="100%" height="100%">
 
-     </div>
 
-     <div class="section">
 
-         <img src="/themes/default/assets/app/images/fullpage/calculator/06.jpg" width="100%" height="100%">
 
-     </div>
 
-     <div class="section">
 
-         <img src="/themes/default/assets/app/images/fullpage/calculator/07.jpg" width="100%" height="100%">
 
-     </div>
 
-     <div class="section">
 
-         <img src="/themes/default/assets/app/images/fullpage/calculator/08.jpg" width="100%" height="100%">
 
-     </div>
 
- </div>
 
- <script type="text/javascript" src="/themes/default/assets/app/js/fullpage.min.js"></script>
 
- <script type="text/javascript">
 
-     var myFullpage = new fullpage('#fullpage', {
 
-         sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', '#435b71', 'orange', 'blue', 'purple', 'yellow', '#435b71', 'orange', 'blue', 'purple', 'yellow' ],
 
-         anchors: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13'],
 
-         controlArrows: false,
 
-         navigation: true,
 
-         slidesNavigation: true
 
-     });
 
- </script>
 
- </body>
 
- </html>
 
 
  |