HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //www/备份的/www.sainao.net/public/head.html
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta charset="utf-8">
    <meta name="author" content="广州赛脑信息科技有限公司" />
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta name="renderer" content="webkit" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" name="viewport" />
    <title>广州赛脑信息科技有限公司</title>
    <script>if (/*@cc_on!@*/false && document.documentMode === 10) document.documentElement.className += ' ie10';</script>
    <script>if (/*@cc_on!@*/false && document.documentMode === 11) document.documentElement.className += ' ie11';</script>
    <link href="../css/animate.css" rel="stylesheet" />
    <link rel="stylesheet" href="../css/layui.css" media="all">
    <link rel="stylesheet" href="../css/jquery.mcustomscrollbar2.css">
    <link rel="stylesheet" href="../css/common.css">
    <link rel="stylesheet" href="../css/swiper.min.css">
    <link type="text/css" rel="stylesheet" href="../css/ab.css" />
    <link type="text/css" rel="stylesheet" href="../css/index.css" />
    <link type="text/css" rel="stylesheet" href="../css/about.css" />

    <script type="text/javascript" src="../js/jquery.js"></script>
    <script type="text/javascript" src="../js/rem.js"></script>
    <style type="text/css">
        .error {
            color: red;
            height: 30px;
            min-height: 30px;
            padding-left: 70px;
        }
        .bj1 {
            background: #ffffff7a;
            padding: 15px;
            line-height: 35px;
        }
    </style>

    <style>
        @media screen and (max-width: 500px) {

            .gg {
                display: block !important;
            }

            .nav_phone_btn {
                /*top: 23px;*/
            }

            .page-footer .page-ft-top .ft-nav {
                padding: 1.5rem 0px 0px !important;
            }

            .page-layout .page-map {
                width: 100% !important;
            }

            .page-layout .page-text {
                height: 1% !important;
            }



            .page-text {
                width: 100% !important;
            }

            .page-more {
                padding-top: 2.33rem !important;
            }

            .page-header {
                height: 60px !important;
            }

        }

      
    </style>
</head>

<body>
    <!--[if lt IE 9]>
      <p class="browserupgrade">您在使用&nbsp;<strong></strong>&nbsp;标准浏览本网站。请 <a href="http://browsehappy.com/" target="_blank">升级Internet Explorer浏览器</a> 来更好的体验本网站.</p>
    <![endif]-->
    <div class="wrapper fnt-14">

        <!--page-header Begin-->
        <!--<div class="page-header animated fadeInDown animation">-->
        <meta charset="utf-8">
        <div class="page-header animated fadeInDown animation" style="background-color:#002070">

            <a href="/index.html"> <img src="../picture/logo1.png" class="gg"
                    style="width:150px;margin-top:-10px;margin-left:0.7rem;display:none"></a>
            <div class="page-nav cf">
                <!--pc 导航部分 Begin-->
                <nav class="nav phone_hide fnt-20 cf">

                    <ul class="  tac" style="height:0.9rem">
                        <!--选中 样式 on,加到li上面-->
                        <a href="/index.html"><img src="../picture/logo1.png"
                                style="width:160px;margin-top:0.2rem;margin-right:50px" /></a>
                        <li class="on">
                            <a href="/index.html" class="fnt-22">首页<em></em></a>
                        </li>
                        <li>
                            <a href="/about.html" class="fnt-22">关于我们<em></em></a>

                        </li>
                        <li>
                            <a href="/product.html" class="fnt-22">核心业务<em></em></a>

                        </li>
                        <li>
                            <a href="/product.html" class="fnt-22">广告平台<em></em></a>

                        </li>


                        <li>
                            <a href="/zhaoping.html" class="fnt-22">招贤纳士<em></em></a>

                        </li>

                        <li>
                            <a href="/lianxi.html" class="fnt-22">联系我们<em></em></a>
                        </li>
                    </ul>
                </nav>
                <!--pc 导航部分 End-->
            </div>
            <div class="page-hd-rt phone_hide">
                <div class="hd-search fr">
                    <div class="sear_but"></div>
                    <div class="search animation">
                        <!-- <form id="searchForm"> -->
                        <input type="text" placeholder="请输入关键词" class="put fnt-14" id="keyword" name="keyword"
                            maxlength="30" value="">
                        <input type="button" class="but fnt-16" onclick="searchPost()">
                        <!-- </form> -->
                        <script>
                            $(document).keyup(function (event) {
                                if (event.keyCode == 13) {
                                    searchPost();
                                }
                            });
                            function searchPost() {
                                var value = $("#keyword").val();
                                if ($.trim(value) == '') {
                                    $("#keyword").focus();
                                    return false;
                                }
                                window.location.href = "/search/wd=" + encodeURI(encodeURI($.trim(value)));
                            }
                        </script>
                    </div>
                </div>
                <div class="language fr">
                    <dl>
                        <dt class="fnt-16">EN</dt>
                        <dd>
                            <a href="###" target="_blank" title="中文">中文</a>
                            <a href="###" target="_blank" title="EN">EN</a>
                        </dd>
                    </dl>
                </div>
            </div>
        </div>

        <!--手机端 导航部分 Begin-->
        <div class="nav_phone_btn page-nav-open"><span>Menu</span></div>
        <div class="nav_phone">
            <div class="nav_phone_tit center">
                <span class="fnt-30">导航</span>
                <div class="button"></div>
                <div class="language fr"><a href="###" target="_blank" title="中文">中文<i></i></a>丨<a href="###"
                        target="_blank" title="EN"><i></i></a></div>
            </div>
            <div class="nav_phone_con cf">
                <div class="phone-search cf">
                    <form action="search-index.html" method="get"><input name="" class="fnt-24" placeholder="请输入搜索关键词"
                            type="text"><input type="submit" class="but fnt-16" value=""></form>
                </div>
                <ul class="fnt-24">
                    <li><a href="/">首页</a></li>
                    <li><a href="/about.html">关于我们<div class="btn"><em></em></div></a>

                    </li>
                    <li><a href="/product.html">核心业务<div class="btn"><em></em></div></a>

                    </li>

                    <li><a href="/zhaoping.html">招贤纳士<div class="btn"><em></em></div></a>

                    </li>

                    <li><a href="/lianxi.html">联系我们</a></li>
                </ul>
                <div class="hd-logo center"><a href="/" title="方同舟"><img src="../picture/logo1.png" /></a></div>
            </div>
        </div>
        <div class="phone-nav-bg"></div>