<head>
    <meta name="keywords" content="404错误页面 - 福昕软件"/>
    <meta name="description" content="404错误页面 - 福昕软件">
    <title>404错误页面 - 福昕软件</title>
    
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<meta http-equiv="Cache-Control" content="no-transform"/>
<meta http-equiv="Cache-Control" content="no-siteapp" />


<link rel="canonical" href="https://www.foxitsoftware.cn/portal/error/index.html" />
<!-- HTML5 shim for IE8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/static/js/html5shiv.js"></script>
<![endif]-->
<link rel="icon" href="/themes/simpleboot3/public/assets/images/favicon.ico" type="image/png">
<link rel="shortcut icon" href="/themes/simpleboot3/public/assets/images/favicon.ico" type="image/png">
<link href="/resource/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/resource/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/resource/css/style-reset-foxit.css?refresh=1" rel="stylesheet">
<link href="/resource/css/style-header-footer-foxit-2017.css?refresh=1" rel="stylesheet">
<link href="/resource/css/style-reset-foxit-2017.css?refresh=1" rel="stylesheet">
<link href="/resource/plugins/uniform/css/uniform.default.css" rel="stylesheet">
<!--[if IE 7]>
<link rel="stylesheet" href="/themes/simpleboot3/public/assets/simpleboot3/font-awesome/4.4.0/css/font-awesome-ie7.min.css">
<![endif]-->
<style>
    #backtotop {
        display: none;
        cursor: pointer;
        font-size: 50px;
        z-index: 9999;
        background: #ffffff;
        border: 1px solid #de3225;
        height: 60px;
        width: 60px;
    }

    #backtotop:hover {
        color: #333;
        background: #ffeeed;
    }

    #main-menu-user li.user {
        display: none
    }

    ul li>p {
        margin: 0;
    }

    .header-navigation>ul>li>a {
        color: #333;
        display: block;
        padding: 23px 6px 20px;
    }

    table td {
        padding: 0 15px;
    }

    .font-blue-light {
        color: #32c5d2;
    }

    code {
        padding: 2px 4px;
        font-size: 100%;
        color: #000000;
        background-color: #ffffff;
        border-radius: 0px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .header-wrap {
        background: #fcfcfc;
        min-width: 1200px;
    }
</style>
<script type="text/javascript">
    //全局变量
    var GV = {
        ROOT: "/",
        WEB_ROOT: "/",
        JS_ROOT: "static/js/"
    };
</script>
<!--m.链接除首页其他链接访问跳转到www的404-->
<!-- 百度统计 -->
<script>
    var _hmt = _hmt || [];
    (function () {
        var hm = document.createElement("script");
        hm.src = "https://hm.baidu.com/hm.js?c398b0a7a1a2ab94daf61f08a9898c7d";
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(hm, s);
    })();


</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119236811-2"></script>-->
<script>
    /*window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
  
    gtag('config', 'UA-119236811-2');*/

    /**
     * 发送百度统计
     * _hmt.push(['_trackEvent', category, action, opt_label, opt_value]);
     * 1. '_trackEvent': 固定参数，表明统计类型是时间跟踪。
     * 1. category：要监控的目标的类型名称，通常是同一组目标的名字，比如"视频"、"音乐"、"软件"、"游戏"等等。该项必选。
     * 1. action：用户跟目标交互的行为，如"播放"、"暂停"、"下载"等等。该项必选。
     * 1. opt_label：事件的一些额外信息，通常可以是歌曲的名称、软件的名称、链接的名称等等。该项可选。
     * 1. opt_value：事件的一些数值信息，比如权重、时长、价格等等，在报表中可以看到其平均值等数据。该项可选。
     */
    function _baidu(category, action, opt_label) {

        foxitnet_click(category+'*'+action+'*'+opt_label);

        _hmt.push(['_trackEvent', category, action, opt_label, 1]);

    }


    function foxitnet_click(name){

        if(window.location.pathname != '/'){
            return;
        }

        var path = window.location.pathname;

        var dataToSend = {
            website : 'www.foxitsoftware.cn',
            urlPath : path,
            actionName : name
        };

        var url = 'https://dcs.foxitreader.cn/v2/webClickEvents/save';

        var xhr = new XMLHttpRequest(); // 创建 XMLHttpRequest 对象
        xhr.open('POST', url, true);
        xhr.setRequestHeader('Content-Type', 'application/json; charset=utf-8');
        var jsonString = JSON.stringify(dataToSend);
        xhr.responseType = 'json';
        xhr.send(jsonString);

    }

    function isIE() {
        var ua = window.navigator.userAgent;
        if (ua.indexOf('MSIE ') > -1 || ua.indexOf('Trident/') > -1) {
            // IE 10 or older
            return true;
        }
        return false;
    }

</script>
<!-- END FOOTER -->
<!--<script src="/themes/simpleboot3/public/assets/js/jquery-1.10.2.min.js"></script>-->
<script src="/themes/simpleboot3/public/assets/js/jquery-3.5.1.min.js"></script>
<!--<script src="/themes/simpleboot3/public/assets/js/jquery-migrate-3.3.2.js"></script>-->
<script src="/static/js/wind.js"></script>

</head>
<!-- Head END -->
<style>
.page-404 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 125px;
}
.number {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -10px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #E02222;
    text-align: right;
}
.details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0px;
    text-align: left;
    top: 15px;
    position: relative;
}
</style>
<!-- Body BEGIN -->
<body>


<header class="header-wrap big-screen-header" style="height: auto">
    <div class="container">
    <div class="row" style="margin-bottom: 10px;">
      <div class="top_nav">

        <div class="activity">
          <a href="https://vip.foxitsoftware.cn/pay/svip.html?agent=foxit&MD=menu" target="_blank"

             onclick="_baidu('官网首页右上角导航栏','点击','会员中心活动')" rel="nofollow"><img src="/resource/images/tag20250218.gif"
                                                                                                alt="tag" style="width: 16px;margin-top: -4px;">

            <span style="margin-left: 2px;">编辑器永久码立减472元！</span></a>

        </div>

        <!--				<a href="http://vip.foxitsoftware.cn/?agent=foxit&MD=menu" target="_blank">-->
        <!--					<span>会员中心</span>-->
        <!--				</a>-->
        <a href="https://vip.foxitsoftware.cn/?agent=foxit&MD=topmenu" target="_blank"
           onclick="_baidu('官网首页右上角导航栏','点击','会员中心')" rel="nofollow">
          <span>会员中心</span>
        </a>
        <a href="https://www.foxitsoftware.cn/open/?from=top" target="_blank"
           onclick="_baidu('官网首页右上角导航栏','点击','企业定制')">
          <span>企业定制</span>
        </a>
        <a href="/products/volume.html" target="_blank" onclick="_baidu('官网首页右上角导航栏','点击','政企批量授权')"
           rel="nofollow">
          <span>政企批量授权</span>
        </a>
        <a class="sale-top">销售咨询：010-5095 1668</a>
                  <a id="cas-login" style="border-right: none;"
             onclick="_baidu('官网首页右上角导航栏','点击','官网登录注册');cas_login('https://www.foxitsoftware.cn/portal/error/index.html')"
             rel="nofollow">登录/注册</a>
              </div>
    </div>
    <!-- END PRE-HEADER -->
    <!-- 下划线 -->
    <div style="border-bottom: 1px solid #EBEBEB;width: 100%; position: absolute;left: 0;top: 30px;"></div>
    <!-- BEGIN HEADER NAV SECTION -->
    <div class="">
      <div class="header">
        <div class="container">
          <!--BEGIN LOGOSET-->
          <a href="https://www.fuxinsoft.cn/" target="_blank" class="logo" title="福昕PDF软件" alt="福昕PDF软件" onclick="_baidu('导航栏','点击','福昕LOGO')" rel=”nofollow”></a>
          <!--END LOGOSET-->
          <!--<a href="javascript:void(0);" class="mobi-toggler"><i class="fa fa-bars"></i></a>-->

          <!-- BEGIN NAVIGATION -->
          <nav class="header-navigation pull-right">
            <ul style="margin-top: 12px;">
              <!--<li class="dropdown"><a class="dropdown-toggle" href="/" onclick="_baidu('导航栏','点击','福昕官网',)"> 首页 </a></li>-->
              <li class="dropdown dropdown-bottom">
                <!--<div class="hover-div"><a class="dropdown-toggle" href="/" onclick="_baidu('导航栏','点击','福昕官网',)"></a></div>这段移入产品之后下拉框还存在-->
                <a class="dropdown-toggle" data-hover="dropdown" data-target="#"> 产品 <i
                        class="fa fa-angle-down"></i></a>
                <ul class="dropdown-menu dropdown-full-width" style="width: 1356px;left:-65px;">
                  <li>
                    <div class="header-navigation-content header-navigation-product" style="height: 350px;">
                      <div class="row" style="width: 104%;">
                        <div class="col-md-nav header-navigation-col header1" style="">
                          <h4><a href="/downloads/?name=reader" onclick="_baidu('导航栏','点击','PDF阅读器与转换')"
                                 target="_blank">PDF阅读与转换</a></h4>
                          <ul class="list">
                            <li>
                              <a href="/pdf-reader/?agent=foxit&MD=menu" onclick="_baidu('导航栏','点击','福昕阅读器')"
                                 class="menu-img-link" target="_blank">
                                福昕阅读器
                              </a>
                              <img class="hot_img" style="left: 70px;" src="/resource/images/hot.gif"
                                   alt="福昕pdf阅读器下载小图标" />
                            </li>
                            <li>
                              <a href="/pdf-reader-plus/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','福昕阅读器专业版')" class="menu-img-link" target="_blank">
                                福昕阅读器专业版
                              </a>
                            </li>
                            <li>
                              <a href="/pdf-reader-mobile/" onclick="_baidu('导航栏','点击','福昕阅读器（移动版）')"
                                 class="menu-img-link" target="_blank">
                                福昕阅读器（移动版）
                              </a>
                            </li>
                            <li>
                              <a href="/pdf2word/?agent=foxit&MD=menu" onclick="_baidu('导航栏','点击','福昕PDF转Word')"
                                 class="menu-img-link" target="_blank" rel="nofollow">
                                福昕PDF转Word
                              </a>
                            </li>
                            <li>
                              <a href="https://www.pdf365.cn/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','产品-PDF365')" class="menu-img-link" target="_blank"
                                 rel="nofollow">
                                PDF在线转换
                              </a>
                            </li>

                            <!--<li>
                <a href="/end-user-productivity/" class="font-a">
                    <span class="font-red">查看全部<i class="fa fa-ellipsis-h" aria-hidden="true"></i>
                    </span>
                </a>
            </li>-->
                          </ul>
                        </div>
                        <div class="col-md-nav header-navigation-col header1" style="margin-right: 35px;">
                          <h4><a href="/downloads/?name=editor" onclick="_baidu('导航栏','点击','PDF编辑器')"
                                 target="_blank">PDF编辑</a></h4>
                          <ul class="list">
                            <li>
															<span>
																<a href="http://editor.foxitsoftware.cn/?agent=foxit&MD=menu"
                                                                   onclick="_baidu('导航栏','点击','福昕PDF编辑器个人版')" class="menu-img-link" target="_blank"
                                                                   rel="nofollow">
																	福昕PDF编辑器个人版
																</a>
                                                              <!--<a class="header-location" style="width: 105px;margin: 0;display: inline;" href="http://vip.foxitsoftware.cn/pay/editor.html?agent=foxitmenu" onclick="_baidu('导航栏','点击','福昕PDF编辑器个人版会员',)" target="_blank" rel="nofollow">
                                              会员低至0.5元/日
                                          </a>-->
															</span>
                            </li>
                            <li>

                              <a href="https://www.foxitsoftware.cn/editmac/"
                                 onclick="_baidu('导航栏','点击','福昕PDF编辑器Mac版')" class="menu-img-link" target="_blank"
                                 rel="nofollow">
                                福昕PDF编辑器Mac版
                              </a>
                              <!--<a class="header-location" style="width: 105px;margin: 0;display: inline;" href="http://vip.foxitsoftware.cn/pay/editor.html?agent=foxitmenu" onclick="_baidu('导航栏','点击','福昕PDF编辑器个人版会员',)" target="_blank" rel="nofollow">
                  会员低至0.5元/日
              </a>-->
                              <!--																						<img style="left: 130px;" class="new_img" src="/resource/images/new.gif" alt="" />-->
                            </li>
                            <li>
															<span>
																<a href="http://edit.foxitcloud.cn/?agent=foxit&MD=menu"
                                                                   onclick="_baidu('导航栏','点击','福昕PDF云编辑')" class="menu-img-link" target="_blank"
                                                                   rel="nofollow">
																	福昕PDF云编辑
																</a>
                                                              <!--<a class="header-location" style="width: 105px;margin: 0;display: inline;" href="http://edit.foxitcloud.cn/?agent=foxit&MD=menu" onclick="_baidu('导航栏','点击','福昕云编辑限时免费',)" target="_blank" rel="nofollow">
                                              限时免费
                                          </a>-->
															</span>
                            </li>
                            <li>
                              <a href="/pdf-editor/" onclick="_baidu('导航栏','点击','福昕高级PDF编辑器2025win版')"
                                 class="menu-img-link" target="_blank">
                                福昕高级PDF编辑器2025 Win版
                              </a>
                              <img style="position: absolute;top: 16px;left: 190px;" class=""
                                   src="/resource/images/navAi.png" alt="" />
                              <!--															<img style="left: 162px;top: -25px;" class="new_img" src="/resource/images/new.gif" alt="" />-->
                            </li>
                            <li>
                              <a href="/pdf-editor-mac/" onclick="_baidu('导航栏','点击','福昕高级PDF编辑器2025Mac版')"
                                 class="menu-img-link" target="_blank">
                                福昕高级PDF编辑器2025 Mac版
                              </a>
                              <img style="position: absolute;top: 16px;left: 191px;" class=""
                                   src="/resource/images/navAi.png" alt="" />
                              <!--															<img style="left: 190px;top:-25px" class="new_img" src="/resource/images/new.gif" alt="" />-->
                            </li>
                            <li>
                              <a href="/pdf-editor-linux/" onclick="_baidu('导航栏','点击','福昕高级PDF编辑器Linux版')"
                                 class="menu-img-link" target="_blank">
                                福昕版式软件<em>Linux版</em>
                              </a>
                              <!--											<img style="left: 160px;" class="new_img" src="/resource/images/new.gif" alt="" />-->
                            </li>
                            <li>
                              <a href="https://www.foxitsoftware.cn/pdf-editor/online/" target="_blank" rel="nofollow"
                                 onclick="_baidu('导航栏','点击','福昕高级PDF编辑器网页版')" class="menu-img-link" target="_blank">
                                福昕高级PDF编辑器<em>网页版</em>
                              </a>
                              <img style="position: absolute;top: 16px;left: 161px;" class=""
                                   src="/resource/images/navAi.png" alt="" />
                            </li>
                            <li>
                              <a href="/admin-console.html" target="_blank" rel="nofollow"
                                 onclick="_baidu('导航栏','点击','福昕管理控制台')" class="menu-img-link" target="_blank">
                                福昕管理控制台
                              </a>
                            </li>


                            <!--<li>
                <a href="/end-user-productivity/" class="font-a">
                    <span class="font-red">查看全部<i class="fa fa-ellipsis-h" aria-hidden="true"></i>.
                    </span>
                </a>
            </li>-->
                          </ul>
                        </div>
                        <div class="col-md-nav header-navigation-col header2">
                          <h4 style="font-weight: 600;">特色服务</h4>
                          <ul class="list" style="margin-bottom: 15px;">
                            <li>
                              <a href="/pdf2word/?agent=foxit&MD=menu" onclick="_baidu('导航栏','点击','福昕PDF转Word')"
                                 target="_blank" rel="nofollow" class="menu-img-link">
                                福昕PDF转Word
                              </a>
                              <!--<img class="hot_img" src="/resource/images/hot.gif" alt="" />-->
                            </li>
                            <li>
                              <a href="/yasuo/?agent=foxit&MD=menu" onclick="_baidu('导航栏','点击','福昕PDF压缩大师')"
                                 target="_blank" rel="nofollow" class="menu-img-link">
                                福昕PDF压缩大师
                              </a>

                            </li>
                            <!--														<li>-->
                            <!--															<a href="https://www.foxitsoftware.cn/scanner/?agent=foxit&MD=menu"-->
                            <!--																onclick="_baidu('导航栏','点击','福昕扫描王')" target="_blank" rel="nofollow"-->
                            <!--																class="menu-img-link">-->
                            <!--																福昕扫描王（转换限免）-->
                            <!--															</a>-->
                            <!--														</li>-->
                            <li>
                              <a href="https://www.pdf365.cn/foxit-restore/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','福昕数据恢复')" target="_blank" rel="nofollow"
                                 class="menu-img-link">
                                福昕数据恢复
                              </a>
                              <!--															<img class="new_img" style="left: 81px;top: -24px;" src="/resource/images/new.gif"-->
                              <!--																alt="福昕数据恢复new图标" />-->
                            </li>

                            <li>
                              <a href="https://www.foxitsoftware.cn/fanyi/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','福昕翻译大师')" target="_blank" rel="nofollow"
                                 class="menu-img-link">
                                福昕翻译大师
                              </a>
                              <!--<img class="new_img" style="left: 85px;top: -22px;" src="/resource/images/new.gif" alt="" />-->
                            </li>
                            <li>
                              <a href="https://www.foxitsoftware.cn/dayin/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','福昕智慧打印')" target="_blank" rel="nofollow"
                                 class="menu-img-link">
                                福昕智慧打印
                              </a>
                              <!--<img class="new_img" style="left: 85px;top: -22px;" src="/resource/images/new.gif" alt="" />-->
                            </li>

                            <li>
                              <a href="https://www.pdf365.cn/cad/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','福昕CAD转换器')" target="_blank" rel="nofollow"
                                 class="menu-img-link">
                                福昕CAD转换器
                              </a>
                              <!--											<img class="new_img" style="left: 95px;top: -22px;" src="/resource/images/new.gif" alt="" />-->
                            </li>
                          </ul>
                        </div>
                        <div class="col-md-nav header-navigation-col header2" style="">
                          <h4 style="font-weight: 600;">视频创意</h4>
                          <ul class="list">
                            <li>
                              <a href="https://www.pdf365.cn/foxit-clip/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','福昕视频剪辑')" target="_blank" rel="nofollow"
                                 class="menu-img-link">
                                福昕视频剪辑
                              </a>
                            </li>

                            <li>
                              <a href="https://www.foxitsoftware.cn/REC/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','福昕录屏大师')" target="_blank" rel="nofollow"
                                 class="menu-img-link">
                                福昕录屏大师
                              </a>
                              <!--<img class="new_img" style="left: 85px;top: -22px;" src="/resource/images/new.gif" alt="" />-->
                            </li>
                            <li>
                              <a href="https://www.foxitsoftware.cn/shipinyasuo/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','福昕视频压缩大师')" target="_blank" rel="nofollow"
                                 class="menu-img-link">
                                福昕视频压缩大师
                              </a>
                            </li>
                            <li>
                              <a href="https://www.pdf365.cn/video-converter/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','福昕视频转换')" target="_blank" rel="nofollow"
                                 class="menu-img-link">
                                福昕视频转换
                              </a>
                            </li>
                            <li>
                              <a href="https://www.pdf365.cn/video-to-word/?agent=foxit"
                                 onclick="_baidu('导航栏','点击','视频转文字')" target="_blank" rel="nofollow"
                                 class="menu-img-link">
                                视频转文字
                              </a>
                              <!--															<img class="new_img" style="left: 69px;top: -24px;"-->
                              <!--																src="/resource/images/new.gif" alt="" />-->
                            </li>
                            <li>
                              <a href="https://www.foxitsoftware.cn/audio-clip/?agent=foxit&MD=menu"
                                 onclick="_baidu('导航栏','点击','福昕音频剪辑')" target="_blank" rel="nofollow"
                                 class="menu-img-link">
                                福昕音频剪辑
                              </a>
                              <!--															<img class="new_img" style="left: 81px;top: -24px;"-->
                              <!--																 src="/resource/images/new.gif" alt="" />-->
                            </li>

                          </ul>
                        </div>
                        <div class="col-md-nav header-navigation-col header3" style="">
                          <h4><a href="/enterprise-automation/" onclick="_baidu('导航栏','点击','PDF解决方案')"
                                 target="_blank">PDF解决方案</a></h4>
                          <ul class="list">

                            <li>
                              <a href="/products/rendition-server/" class="menu-img-link"
                                 onclick="_baidu('导航栏','点击','Rendition Server文档集中转换')" target="_blank">
                                Rendition Server文档集中转换
                              </a>
                            </li>

                            <li>
                              <a href="/products/pdf-compressor/" class="menu-img-link"
                                 onclick="_baidu('导航栏','点击','PDF压缩器')" target="_blank">
                                PDF压缩器
                              </a>
                            </li>
                            <li style="position: relative;">
                              <a href="https://www.foxitsoftware.cn/esign?agent=foxit&MD=menu" class="menu-img-link"
                                 onclick="_baidu('导航栏','点击','产品-福昕电子签章服务')" target="_blank">
                                福昕电子签章服务
                              </a>
                              <!--															<img class="new_img" style="left: 105px;top: -28px;" src="/resource/images/hui2.png" alt="" />-->
                            </li>
                            <li style="position: relative;">
                              <a href="/solutions/ship/" class="menu-img-link"
                                 onclick="_baidu('导航栏','点击','产品-福昕船舶图纸管理系统')" target="_blank">
                                福昕船舶图纸管理系统
                              </a>
                              <!--																										<img class="new_img" style="left: 133px;top: -25px;" src="/resource/images/new.gif" alt="" />-->
                            </li>
                            <li style="position: relative;">
                              <a href="/lunwenchang/" class="menu-img-link"
                                 onclick="_baidu('导航栏','点击','产品-福昕论文排版校对解决方案')" target="_blank">
                                福昕论文排版校对解决方案
                              </a>
                              <!--																										<img class="new_img" style="left: 160px;top: -25px;" src="/resource/images/new.gif" alt="" />-->
                            </li>
                            <li style="position: relative;">
                              <a href="https://developers.foxitsoftware.cn/conversion/"
                                 class="menu-img-link" onclick="_baidu('导航栏','点击','产品-PDF文档转换解决方案')" target="_blank"
                                 rel=”nofollow”>
                                PDF文档转换解决方案
                              </a>

                            </li>

                            <li style="position: relative;">
                              <a href="https://esignpdf.foxitsoftware.cn/sign-validator?origin=ONLINE_CONTAINER"
                                 class="menu-img-link" onclick="_baidu('导航栏','点击','产品-福昕文档验签服务')" target="_blank"
                                 rel=”nofollow”>
                                福昕文档验签服务
                              </a>
                              <!-- <img class="new_img" style="left: 106px;top: -25px;" src="/resource/images/new.gif" alt="" /> -->
                            </li>

                          </ul>

                        </div>
                        <div class="col-md-nav header-navigation-col header1" style="">

                          <h4 style="font-weight: 600;">第三方服务</h4>
                          <ul class="list" style="width: 150px;">
                            <li>
                              <a href="https://www.foxitsoftware.cn/wxwework?agent=foxit&MD=menu" class="menu-img-link"
                                 target="_blank" rel="nofollow" onclick="_baidu('导航栏','点击','福昕PDF办公X企业微信')">
                                福昕PDF办公 X 企业微信
                              </a>
                            </li>
                          </ul>
                          <h4 style="margin-top: 18px;"><a href="https://developers.foxitsoftware.cn/"
                                                           target="_blank" rel="nofollow" onclick="_baidu('导航栏','点击','福昕开发者中心')"
                                                           target="_blank">福昕开发者中心</a></h4>
                          <ul class="list"  style="width: 170px;">
                            <li>
                              <a href="https://developers.foxitsoftware.cn/" class="menu-img-link"
                                 target="_blank" rel="nofollow" onclick="_baidu('导航栏','点击','福昕PDF SDK')">
                                福昕PDF SDK
                              </a>
                            </li>
                            <li>
                              <a href="https://cloudapi.foxitsoftware.cn/zh-CN" class="menu-img-link"
                                 target="_blank" rel="nofollow" onclick="_baidu('导航栏','点击','福昕 Cloud API')">
                                福昕 Cloud API
                              </a>
                              <!--															<img class="new_img" style="left: 90px;top: -25px;" src="/resource/images/new.gif" alt="" />-->
                            </li>
                            <li>
                              <a href="https://developers.foxitsoftware.cn/plugin-sdk/dev" class="menu-img-link"
                                 target="_blank" rel="nofollow" onclick="_baidu('导航栏','点击','福昕插件平台')">
                                福昕插件平台
                              </a>
                              <!--															<img class="new_img" style="left: 82px;top: -25px;" src="/resource/images/new.gif" alt="" />-->
                            </li>
                          </ul>
                        </div>
                      </div>
                    </div>
                  </li>
                </ul>
              </li>
              <li class="dropdown dropdown-bottom"><a class="dropdown-toggle" data-hover="dropdown" data-target="#">
                解决方案 <i class="fa fa-angle-down"></i></a>
                <ul class="dropdown-menu ">
                  <li>
                    <div class="header-navigation-content">
                      <div class="row">
                        <div class="col-md-12 header-navigation-col">
                          <ul>
                            <li><a href="https://www.foxitcloud.cn/print/?agent=foxit&MD=menu"
                                   onclick="_baidu('导航栏','点击','文档打印解决方案')" target="_blank" rel=”nofollow”>文档打印解决方案</a></li>
                            <li><a href="https://www.foxithl.cn/" onclick="_baidu('导航栏','点击','解决方案-互联PDF')"
                                   target="_blank" rel=”nofollow”>互联PDF</a></li>
                            <li><a href="/enterprise-automation/" onclick="_baidu('导航栏','点击','企业自动化解决方案')"
                                   target="_blank">企业自动化解决方案</a></li>
                            <li><a href="/solutions/drm/" onclick="_baidu('导航栏','点击','电子文档安全分发解决方案')"
                                   target="_blank">电子文档安全分发解决方案</a></li>
                            <li><a href="https://developers.foxitsoftware.cn/conversion/"
                                   onclick="_baidu('导航栏','点击','PDF文档转换解决方案')" target="_blank"
                                   rel=”nofollow”>PDF文档转换解决方案</a>
                            </li>
                            <li><a href="/solutions/e-sign/" onclick="_baidu('导航栏','点击','PDF文档电子签章解决方案')"
                                   target="_blank">PDF文档电子签章解决方案</a></li>
                            <li><a href="/products/rms/" onclick="_baidu('导航栏','点击','PDF文档安全应用解决方案')"
                                   target="_blank">PDF文档安全应用解决方案</a></li>
                            <li style="position: relative;"><a style="display: inline-block;"
                                                               href="/lunwenchang" onclick="_baidu('导航栏','点击','解决方案-福昕论文排版校对解决方案')"
                                                               target="_blank">福昕论文排版校对解决方案</a></li>
                            <li><a href="/solutions/pdfprint/" onclick="_baidu('导航栏','点击','网络印刷解决方案')"
                                   target="_blank">网络印刷解决方案</a></li>
                            <li style="position: relative;"><a style="display: inline-block;" href="/esign/"
                                                               onclick="_baidu('导航栏','点击','解决方案-福昕电子签章服务')" target="_blank">福昕电子签章服务</a>
                              <img class="new_img" style="position:absolute;left: 121px;top: 6px;" src="/resource/images/hui2.png" alt="" /></li>
                            <li><a href="/solutions/ship/" onclick="_baidu('导航栏','点击','解决方案-福昕船舶图纸管理系统')"
                                   target="_blank">福昕船舶图纸管理系统</a></li>
                            <li style="position: relative;"><a style="display: inline-block;"
                                                               href="https://www.foxithd.com/home" onclick="_baidu('导航栏','点击','福昕家装解决方案')"
                                                               target="_blank" rel=”nofollow”>福昕家装解决方案</a></li>

                          </ul>
                          <p class="subscribe">
                            <a href="https://appstore.foxitsoftware.cn/appstore/app-list" target="_blank" rel="nofollow"
                               onclick="_baidu('导航栏','点击','在线订阅')"><i class="fa fa-shopping-cart"
                                                                               aria-hidden="true"></i>在线订阅</a>
                          </p>
                        </div>
                      </div>
                    </div>
                  </li>
                </ul>
              </li>
              <li class="dropdown dropdown-bottom"><a class="dropdown-toggle" data-hover="dropdown" data-target="#">
                政企购买 <i class="fa fa-angle-down"></i></a>
                <ul class="dropdown-menu dropdown-bottom">
                  <li>
                    <div class="header-navigation-content" style="height: 80px;">
                      <div class="row">
                        <div class="col-md-6 header-navigation-col" style="width: 71%;">
                          <ul>
                            <li><a href="https://www.foxitsoftware.cn/products/volume.html"
                                   onclick="_baidu('导航栏','点击','政企采购')" target="_blank">政企采购</a>
                            </li>
                            <li><a href="https://appstore.foxitsoftware.cn/appstore/app-list?agent=foxit&MD=menu"
                                   onclick="_baidu('导航栏','点击','在线订阅')" target="_blank" rel=”nofollow”>在线订阅</a>
                            </li>
                            <li><a href="https://vip.foxitsoftware.cn/pay/batchvip.html?agent=foxit&MD=menu"
                                   onclick="_baidu('导航栏','点击','会员批量购买')" target="_blank" rel=”nofollow”>会员批量购买</a>
                            </li>
                          </ul>
                        </div>
                      </div>
                    </div>
                  </li>
                </ul>
              </li>
              <li class="dropdown"><a class="dropdown-toggle" href="/solutions/edu/" target="_blank"
                                      onclick="_baidu('导航栏','点击','教育用户')"> 教育用户 </a></li>
<!--              <li class="dropdown"><a class="dropdown-toggle" href="https://www.foxitcloud.cn/?agent=foxit&MD=menu"-->
<!--                                      onclick="_baidu('导航栏','点击','福昕办公')" target="_blank" rel=”nofollow”> 福昕办公 </a></li>-->
              <li class="dropdown"><a class="dropdown-toggle" href="/downloads/"
                                      onclick="_baidu('导航栏','点击','福昕官网下载页')" target="_blank"> 下载 </a></li>
<!--              <li class="dropdown"><a class="dropdown-toggle" href="https://www.foxithl.cn/"-->
<!--                                      onclick="_baidu('导航栏','点击','互联PDF')" target="_blank" rel=”nofollow”> 互联PDF </a></li>-->

              <!--新增客户服务-->
              <li class="dropdown dropdown-bottom"><a class="dropdown-toggle" data-hover="dropdown" data-target="#">
                客户服务 <i class="fa fa-angle-down"></i></i></a>
                <ul class="dropdown-menu ">
                  <li>
                    <div class="header-navigation-content">
                      <div class="row">
                        <div class="col-md-12 header-navigation-col">
                          <ul>
                            <li><a href="https://support.foxitsoftware.cn/" onclick="_baidu('导航栏','点击','知识库')"
                                   target="_blank" rel=”nofollow”>知识库</a></li>
                            <li><a href="/pdf-editor/online/" onclick="_baidu('导航栏','点击','产品增值服务')"
                                   target="_blank">产品增值服务</a></li>
                            <li><a href="/support.html" onclick="_baidu('导航栏','点击','在线反馈')"
                                   target="_blank">在线反馈</a></li>
                            <li><a href="/support/usermanuals.html" onclick="_baidu('导航栏','点击','用户手册')"
                                   target="_blank">用户手册</a></li>
                            <li><a href="https://developers.foxitsoftware.cn/sdk-docs/"
                                   onclick="_baidu('导航栏','点击','福昕PDF开发工具包用户手册')" target="_blank"
                                   rel=”nofollow”>福昕PDF开发工具包用户手册</a></li>
                            <li><a href="/support/security-advisories.html" onclick="_baidu('导航栏','点击','安全公告')"
                                   target="_blank">安全公告</a></li>
                            <li><a href="/support/tutorial.html" onclick="_baidu('导航栏','点击','产品视频')"
                                   target="_blank">产品视频</a></li>
                            <li><a href="/support/how-to.php" onclick="_baidu('导航栏','点击','PDF教程')"
                                   target="_blank">PDF教程</a></li>
                          </ul>
                        </div>
                      </div>
                    </div>
                  </li>
                </ul>
              </li>
              <li class="dropdown dropdown-bottom"><a class="dropdown-toggle" data-hover="dropdown"
                                                      href="/company/" data-target="#"> 关于福昕 <i class="fa fa-angle-down"></i></a>
                <ul class="dropdown-menu ">
                  <li>
                    <div class="header-navigation-content">
                      <div class="row">
                        <div class="col-md-12 header-navigation-col">
                          <ul>
                            <li><a href="/company/" onclick="_baidu('导航栏','点击','公司介绍')" target="_blank">公司介绍</a>
                            </li>
                            <li><a href="/company/customers.html" onclick="_baidu('导航栏','点击','福昕客户')"
                                   target="_blank">福昕客户</a></li>
                            <li><a href="/company/press/" onclick="_baidu('导航栏','点击','企业新闻')"
                                   target="_blank">企业新闻</a></li>
                            <!--<li><a href="/company/product/" onclick="_baidu('导航栏','点击','产品动态',)" target="_blank">产品动态</a></li>-->
                            <!--<li><a href="/company/history.html" onclick="_baidu('导航栏','点击','福昕大事记',)" target="_blank">福昕大事记</a></li>-->
                            <!--<li><a href="/support/how-to.php" onclick="_baidu('导航栏','点击','PDF教程',)" target="_blank">PDF教程</a></li>-->
                            <li><a href="/company/management.html" onclick="_baidu('导航栏','点击','管理团队')"
                                   target="_blank">管理团队</a></li>
                            <li><a href="/company/jobs.html" onclick="_baidu('导航栏','点击','诚聘英才')"
                                   target="_blank">诚聘英才</a></li>
                            <li><a href="/company/become-partner.html" onclick="_baidu('导航栏','点击','渠道合作招募')"
                                   target="_blank">渠道合作招募</a></li>
                            <li><a href="/investor.html" onclick="_baidu('导航栏','点击','投资者关系')"
                                   target="_blank">投资者关系</a></li>
                            <li><a href="/company/industry-standard.html" onclick="_baidu('导航栏','点击','标准工作')"
                                   target="_blank">标准工作</a></li>
                            <li><a href="/company/contact.html" onclick="_baidu('导航栏','点击','联系我们')"
                                   target="_blank">联系我们</a></li>

                          </ul>

                        </div>
                      </div>
                    </div>
                  </li>
                </ul>
              </li>

            </ul>
          </nav>
          <!-- END NAVIGATION -->

        </div>
      </div>
    </div>
    <!-- END HEADER NAV SECTION -->
    <!--help begin-->
        <section class="sidebarFloat">
      <div class="cooperationBox">
        <div class="cooperation">
          <i></i>
        </div>
                <p class="text">会员服务</p>
        <div class="details-wrapper">
          <div class="sidebar__bg">
            <p class="details-wrapper__title">在线QQ</p>
            <p class="details-wrapper__qqNum">2852373735 <a
                    href="tencent://Message/?Uin=2852373735&amp;site=qq&amp;menu=yes" rel="nofollow">点击进入</a>
            </p>
            <p class="details-wrapper__time">周一到周五 9:00-18:00</p>
            <img src="/resource/images/footer/foxit-member.png">
            <p class="details-wrapper__wx-chat" style="text-align: center;">扫码联系客服</p>
            <p class="details-wrapper__wx-chat" style="text-align: center;">获取更多福利活动</p>
          </div>
        </div>
              </div>
      <!--      <a class="demonstrationBox"-->

<!--         href="https://vip.foxitsoftware.cn/pay/svip.html?agent=foxit&MD=youce" target="_blank"-->
<!--         rel=”nofollow” onclick="_baidu('右侧边栏','点击','送微软会员')">-->

<!--        <i class="demonstration" style="width: 30px;height: 30px;"></i>-->
<!--        <p class="text" style="width: 36px;margin-left: 13px;">立减</p>-->
<!--        <p class="text" style="margin-left: 7px;width: 36px;">280元</p>-->
<!--      </a>-->
      <a class="demonstrationBox"

         href="" target="_blank"
         rel=”nofollow” onclick="_baidu('右侧边栏','点击','送微软会员')">

        <i class="demonstration" style="width: 30px;height: 30px;"></i>
        <p class="text" style="width: 36px;margin-left: 13px;">低至</p>
        <p class="text" style="margin-left: 7px;width: 36px;">46折</p>
      </a>
            <div class="topBox none">
        <i class="top"></i>
      </div>
    </section>
      </div>
  <!--<div class="cas-login">

      <iframe frameborder="no" border="0" style=" " src="https://cas.foxitsoftware.cn/cas/login">
      </iframe>

  </div>-->
  <style>
    .top_nav {
      color: #747474;
      float: right;
      margin-right: 38px;
      margin-top: 5px;
      font-size: 0;
      position: relative;
      display: -ms-flexbox;
      display: flex;
    }

    .top_nav .activity {
      position: relative;
      margin-right: 8px;
      padding-right: 8px;
    }

    .top_nav .activity a {
      color: #f68b1f;
      font-size: 12px;
      #font-weight: bold;
    }

    .top_nav .activity a:hover {
      text-decoration: none;
    }

    .top_nav .activity:hover .activityBanner {
      display: block;
    }

    .top_nav .activity .activityBanner {
      display: none;
      width: 100vw;
      height: 491px;
      background: url(/resource/images/banner618.png) no-repeat center bottom 0;
      position: fixed;
      left: 0;
      z-index: 999999;
    }

    .top_nav .activity .activityBanner a {
      margin-top: 91px;
      display: block;
      width: 183px;
      height: 57px;
      position: absolute;
      top: 272px;
      left: 50%;
      margin-left: -600px;
      background: url(/resource/images/but618.png);
    }

    @media (min-width:768px) {
      .top_nav .activity .activityBanner {
        height: 618px;
      }

      .top_nav .activity .activityBanner a {
        top: 399px;
      }
    }

    @media (min-width:992px) {
      .top_nav .activity .activityBanner {
        height: 550px;
      }

      .top_nav .activity .activityBanner a {
        top: 331px;
      }
    }

    @media (min-width: 1200px) {
      .top_nav .activity .activityBanner {
        height: 491px;
      }

      .top_nav .activity .activityBanner a {
        top: 272px;
      }
    }

    .top_nav>a {
      /*border-right: 1px solid #747474;*/
      color: #747474;
      font-size: 12px;
      margin-right: 8px;
      padding-right: 8px;
      position: relative;
      text-decoration: none;
    }

    .top_nav>a::after,
    .top_nav .activity::after {
      /*border-right: 1px solid #747474;*/

      position: absolute;
      right: 0;
      height: 8px;
      width: 1px;
      background: #b3b3b3;
      top: 50%;
      margin-top: -4px;
      content: '';
    }

    .top_nav .sale-top:hover {
      color: #747474;
    }

    .top_nav a:hover {
      color: #f68b1f;
      background: #fcfcfc;
    }

    .user {
      display: inline-flex;
      display: -ms-flex;
      display: -ms-flexbox;
      align-items: center;
      font-size: 12px;
    }

    .user .username {
      display: inline-block;
      border-right: none;
      font-style: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-right: 5px;
      max-width: calc(4em + 16px);
    }

    .user ul {
      list-style: none;
      /*padding: 0;*/
      margin: 0;
    }

    .user:hover .user-action {
      display: block;
    }

    .user-action {
      display: none;
      position: absolute;
      z-index: 999;
      background: white;
      right: 0;
      bottom: 0;
      padding-top: 7px;
      transform: translateY(100%);
      width: 120px;
      text-align: center;
      line-height: 29px;
      color: #666;
      -webkit-box-shadow: 0px 3px 3px #c8c8c8;
      -moz-box-shadow: 0px 3px 3px #c8c8c8;
      box-shadow: 0px 3px 3px #c8c8c8;
      border-radius: 4px !important;
      padding: 10px 0;
    }

    .user-action li {
      line-height: 29px;
      color: #666;
    }

    .user-action a {
      text-decoration: none !important;
    }

    .user-action a:hover li {
      color: #f68b1f;
    }

    .user-action li:nth-child(2) {
      padding: 4px 0;
    }

    .header-wrap .container {
      /*width: 1200px!important;*/
      padding: 0;
    }

    .footer-help {
      z-index: 9999;
      position: fixed;
      top: 38%;
      right: 0;
    }

    .help-service:hover .help-mode-h {
      display: block;
    }

    .help-service:hover .help-mode-h2 {
      display: block;
    }

    .help-service:hover .help-mode-icons {
      background: #de3225 !important;
      color: #ffffff !important;
    }

    .help-service:hover .recruit-mode-icons {
      background: #de3225 !important;
      color: #ffffff !important;
    }

    .recruit-mode-icons {
      background: #eb4b3f !important;
      color: #ffffff;
      padding: 10px 0;
      width: 60px;
      height: 60px;

    }

    .help-service .help-mode-icons {
      right: 0;
      padding: 0;
    }

    .help-service .help-mode-icons p {
      margin-top: -23px;
      margin-left: 4px;
      font-size: 13px;
      color: white !important;
    }

    .help-service .recruit-mode-icons p {

      font-size: 13px;
      margin-top: 7px;
      margin-left: 4px;
      color: white !important;

    }

    .help-service .recruit-mode-icons img {
      margin-left: 20px;
    }

    .help-mode-h {
      display: none;
      top: 0px;
      right: 60px;
      width: 185px;
      height: 250px;
      padding: 16px 5px 10px 18px;
      position: absolute;
      background: url("/resource/images/footer/float.png") no-repeat;
      font-family: "微软雅黑";
      color: #666666;
      font-size: 12px;
    }

    .help-mode-h2 {
      display: none;
      top: 0px;
      right: 60px;
      width: 185px;
      padding: 16px 5px 10px 18px;
      position: absolute;
      background: url("/resource/images/footer/float.png") no-repeat;
      font-family: "微软雅黑";
      color: #666666 !important;
      font-size: 12px;
    }

    .help-mode-icons {
      background: #eb4b3f !important;
      color: #ffffff;
      padding: 10px 0;
      width: 60px;
      height: 60px;
      border-bottom: 1px solid #de3225;
      /*box-shadow: -1px 3px 3px #cbcbcb;*/
    }

    .hidden-sm a {
      color: #555555;
    }

    .col-md-nav {
      width: 16%;
      float: left;
    }

    .row {
      margin: auto 0;
    }

    @media (min-width: 1025px) and (max-width: 1205px) {
      .header-navigation>ul>li:hover>.dropdown-menu {
        display: block;
      }
    }

    @media (max-width:1200px) {
      .header-navigation>ul>li:hover>.dropdown-menu {
        display: block;
      }

      body {
        /*
        width: 1200px;
        margin: 0 auto!important;
        */
      }
    }

    /* sidebar */
    .sidebarFloat {
      width: 52px;
      background-color: #ffffff;
      box-shadow: 0px 3px 32px 3px rgba(202, 191, 182, 0.18);
      border-radius: 10px;
      position: fixed;
      right: 0;
      top: 40%;
      margin-top: -119px;
      z-index: 2;
      padding: 10px 0 6px;
    }



    .sidebarFloat .cooperationBox,
    .sidebarFloat .demonstrationBox,
    .sidebarFloat .topBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      padding: 0 13px;
      width: 40px;
      background: rgba(255, 255, 255, 0);
      border-radius: 4px;
      text-decoration: none;
    }

    .sidebarFloat .cooperationBox>i,
    .sidebarFloat .demonstrationBox>i,
    .sidebarFloat .topBox>i {
      margin-bottom: 8px;
    }

    .sidebarFloat .cooperationBox>.text,
    .sidebarFloat .demonstrationBox>.text,
    .sidebarFloat .topBox>.text {
      width: 26px;
      line-height: 14px;
      font-size: 12px;
      color: #f68b1f;
      margin: 0;
    }

    .sidebarFloat .cooperationBox {
      height: 71px;
      position: relative;
      cursor: default;
      margin: 0 auto 0;
    }

    .sidebarFloat .cooperationBox:hover {
      background: rgba(255, 255, 255, 0.2);
    }

    .sidebarFloat .cooperationBox:hover .details-wrapper {
      display: block;
    }




    .sidebarFloat .cooperationBox:hover .cooperation {
      background-image: linear-gradient(0deg,
      #ff8c19 0%,
      #ffb367 100%);
    }

    .sidebarFloat .cooperationBox:hover .cooperation i {
      background: url("/resource/images/sidebar/sidebarServiceHover.png") no-repeat center;

      background-size: 100% 100%;
    }


    .sidebarFloat .cooperationBox::after {
      content: "";
      position: absolute;
      bottom: -16px;
      left: 9px;
      width: 20px;
      height: 1px;
      border-bottom: 1px solid #dddddd;
    }

    .sidebarFloat .demonstrationBox {
      height: 89px;
      position: relative;
      margin: 18px auto 0;
    }


    .sidebarFloat .demonstrationBox:hover .demonstrationBox-wrapper {
      display: block;
    }

    .sidebarFloat .demonstrationBox .demonstrationBox-wrapper {
      display: none;
      position: absolute;
      top: 0;
      left: -186px;
      width: 180px;
      height: 194px;
      background: url("/resource/images/icons/company-service.png");
    }
    .sidebarFloat .demonstrationBox .demonstrationBox-wrapper::after{
      content: "";
      width: 29px;
      height: 95px;
      position: absolute;
      right: -7px;
      top: 0;
    }



    .sidebarFloat .topBox {
      height: 45px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 15px auto 0;
      position: relative;
    }

    .sidebarFloat .topBox::after {
      content: "";
      position: absolute;
      top: -10px;
      left: 9px;
      width: 20px;
      height: 1px;
      border-bottom: 1px solid #dddddd;
    }

    .sidebarFloat .topBox:hover {
      background: rgba(255, 255, 255, 0.2);
    }

    .sidebarFloat .topBox:hover .top {
      background: url("/resource/images/sidebar/sidebarBackTopHover.png") no-repeat center;
      background-size: 100% 100%;
    }

    .sidebarFloat .topBox:active .top {
      background: url("/resource/images/sidebar/sidebarBackTopClick.png") no-repeat center;
      background-size: 100% 100%;
    }

    .sidebarFloat .topBox i {
      margin-bottom: 0;
    }

    .sidebarFloat .cooperation {
      width: 36px;
      height: 36px;
      border-radius: 50% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 7px;

    }

    .sidebarFloat .cooperation i {
      display: block;
      background: url("/resource/images/sidebar/sidebarService.png") no-repeat center;
      background-size: 100% 100%;
      width: 24px;
      height: 24px;
    }

    .sidebarFloat .demonstration {
      display: block;
      background: url("/resource/images/sidebar/sidebar-20250415.gif") no-repeat center;
      background-size: 100% 100%;
      width: 40px;
      height: 40px;
    }

    .sidebarFloat .demonstration-editor {
      display: block;
      background: url("/resource/images/sidebar/pdf-editor.svg") no-repeat center;
      background-size: 100% 100%;
      width: 34px;
      height: 34px;
    }

    .sidebarFloat .top {
      display: block;
      background: url("/resource/images/sidebar/sidebarBackTop.png") no-repeat center;
      background-size: 100% 100%;
      width: 21px;
      height: 13px;
    }

    .sidebarFloat p {
      color: #ffffff;
      font-size: 12px;
    }

    .sidebarFloat .details-wrapper {
      width: 160px;
      height: 250px;
      background-color: #ffffff;
      border-radius: 10px !important;
      padding: 19px 18px 0;
      -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
      position: absolute;
      right: 67px;
      top: -10px;
      display: none;
    }

    .sidebarFloat .details-wrapper .sidebar__bg {
      padding: 19px 18px 0;
      position: absolute;
      border-radius: 10px !important;
      top: 0;
      left: 0px;
      width: 160px;
      height: 250px;
      background: #FFFFFF;
      z-index: 3;
      -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
    }

    .sidebarFloat .details-wrapper .sidebar__bg::after {
      content: "";
      height: 90px;
      width: 29px;
      position: absolute;
      right: -27px;
      top: 0;
    }

    .sidebarFloat .details-wrapper::before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      z-index: 4;
      width: 23px;
      height: 40px;
      background: #ffffff;
      top: 14px;
      left: 140px;
      transform: rotate(-46deg);

    }

    .sidebarFloat .details-wrapper::after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      z-index: 2;
      width: 23px;
      height: 40px;
      background: #ffffff;
      top: 14px;
      left: 140px;
      transform: rotate(-46deg);
      box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
    }

    .sidebarFloat .details-wrapper__title {
      font-size: 14px;
      color: #333333;
      font-weight: bold;
    }

    .sidebarFloat .details-wrapper__qqNum {
      font-size: 12px;
      color: #666666;
      margin: 5px 0 4px;
    }

    .sidebarFloat .details-wrapper__qqNum a {
      font-size: 12px;
      color: #f68b1f;
      text-decoration: none;
    }

    .sidebarFloat .details-wrapper__time {
      font-size: 12px;
      color: #666666;
    }

    .sidebarFloat img {
      width: 124px;
      height: 124px;
      margin: 4px 0;
    }

    .sidebarFloat .details-wrapper__wx-chat {
      font-size: 12px;
      color: #666666;
      margin-left: 2px;
    }
  </style>
</header>


<script>
  $(".header-qq-2").click(function () {
    $("#qidian_wpa_2852066922_21").contents().find(".icon-qq").click();
  });
  $(".header-navigation-col").click(function () {
    var z = $(".header-navigation-col a").innerHTML;
    if (z == "PDF阅读器与转换") {
      location.href = "/downloads/?name=reader";
    } else if (z == "PDF编辑器") {
      location.href = "/downloads/?name=editor";
    }
  });
  $(".help-mode-icons").mouseover(function () {
    $(".help-mode").show();
    $(".icon-help").css("background-color", "#f7f7f7");
  }).mouseout(function () {
    $(".help-mode").hide();
    $(".icon-help").css("background-color", "#ffffff");
  });
  /*$('.dropdown-bottom').hover(function(){
      $(".swiper-container").css('overflow','initial');
  },function(){
      $(".swiper-container").css('overflow','hidden');
  })*/
  $('.dropdown-bottom .header-navigation-content a').click(function () {
    $(".swiper-container").css('overflow', 'initial');
    setTimeout(function () {
      $(".swiper-container").css('overflow', 'hidden');
    }, 1000);
  });

  function cas_login(url) {
    //window.open('https://cas.foxitsoftware.cn/cas/login?service='+url);
    location.href = 'https://cas.foxitsoftware.cn/cas/login?al=zh_CN&service=' + url;
  }
  function cas_logout() {
    $.ajax({
      url: "/portal/api/cas_logout.html",
      success: function (result) {
        var toUrl = window.location.origin + window.location.pathname

        location.href = "https://cas.foxitsoftware.cn/cas/logout?service="+toUrl
      }
    }, "JSON");
  }
  //跳转account我的信息
  function access_user(token) {
    $.ajax({
      url: "/portal/api/get_ticket.html",
      data: { 'token': token },
      success: function (result) {
        //var data = eval("(" + result + ")");
        var data = JSON.parse(result);
        if (data.status != 1) {
          window.open("https://account.foxitsoftware.cn/?al=zh_CN");
        } else {
          window.open("https://account.foxitsoftware.cn/?ticket=" + data.ticket + "&al=zh_CN");
        }

      }
    });
  }

  $(window).scroll(function () {
    // console.log($(window).scrollTop())
    var sd = $(window).scrollTop();
    if (sd > window.screen.height) {
      console.log($(window).scrollTop())
      $('.topBox').removeClass('none')
    } else {
      $('.topBox').addClass('none')
    }
  })
  $('.topBox').click(function () {
    $('html, body').animate({
      scrollTop: 0
    }, 500, function () {
      $('.topBox').addClass('none')
    });
  });


</script>




<div class="main bg-transparent-light">
    <div class="container">
        <!-- BEGIN SIDEBAR & TAB CONTENT -->
        <div class="row margin-bottom-60">
			
            <div class="col-md-10 min-h-500">
    				<div class="row col-md-12 col-sm-12">
                        <div class="content-page page-404">
                           <div class="number">
                              404
                           </div>
                           <div class="details">
                              <h3>哎呀!  你迷路了</h3>
                              <p>您访问的页面不存在。</p>
                              <p><span id="countdown"></span>秒后自动为您跳转到  <a href="/" class="link">首页</a>。</p>
                              
                           </div>
                        </div>
              
            	</div>
		
				
            </div>
            <!-- END TAB BLOCK -->


            <!-- END CONTENT  -->
			
			
			
			
        </div>
    </div>
</div>


<!-- BEGIN FOOTER -->
<link href="/resource/css/footer.css" rel="stylesheet">
<footer class="footer big-screen-footer">
  <div class="footer_content">
    <div class="type_content_company">
      <img class="type_content_foxit-logo" src="/resource/images/indexW/foxitLogo.png" alt="福昕logo图标">
      <p>福昕在亚洲、美洲、欧洲和澳洲设有多家子公司，福昕直接用户已超过7.5亿，企业客户数达42.5万以上，遍布全球。</p>
      <div class="type_content_typeface"><img src="/resource/images/indexW/typeface.png" alt="多语种图标">
        <span>简体中文</span><i></i>
        <div class="dropdown__select">
          <ul class="scrollable">
            <li>English</li>
            <li>Deutsch</li>
            <li>Español</li>
            <li>Português</li>
            <li>Français</li>
            <li>Русский</li>
            <li>日本語</li>
            <li>한국어</li>
            <li>繁体中文</li>
            <li>简体中文</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="type_content_hot">
      <div class="type_title">如何购买</div>
      <ul style="list-style-type:none;padding-left: 0;">
        <li><a href="/products/volume.html" target="_blank"
               onclick="_baidu('底部导航','点击','批量购买')">批量购买</a></li>
        <li><a href="/enterprise-procurement" target="_blank"
               onclick="_baidu('底部导航','点击','集团采购')">集团采购</a></li>
        <li><a href="https://appstore.foxitsoftware.cn" target="_blank" rel="nofollow"
               onclick="_baidu('底部导航','点击','在线购买')">在线购买</a></li>
        <li style="position: absolute;">
          <a href="https://www.foxitcloud.cn/seo/helpParticulars-5086/?from=foxit" target="_blank"
             onclick="_baidu('底部导航','点击','招募代理商')" rel="nofollow" ref="nofollow">招募代理商</a>
          <img class="hot_img" src="/resource/images/footerHot.gif" alt="火爆招募图标"
               style="position: absolute;left: 63px;top: -6px;" />
        </li>
      </ul>
      <div class="type_content_lines">
        <div class="fl"></div>
        <div class="fr"></div>
      </div>
    </div>
    <div class="type_content_core">
      <div class="type_title">服务与帮助</div>
      <ul style="list-style-type:none;padding-left: 0;">
        <li><a href="https://support.foxitsoftware.cn/" target="_blank" onclick="_baidu('底部导航','点击','知识库')" rel="nofollow">知识库</a>
        </li>
        <li><a href="/support/usermanuals.html" target="_blank"
               onclick="_baidu('底部导航','点击','用户手册')">用户手册</a></li>
        <li><a href="/support/security-advisories.html" target="_blank"
               onclick="_baidu('底部导航','点击','安全公告')">安全公告</a></li>
        <li><a href="/support/how-to.php" target="_blank"
               onclick="_baidu('底部导航','点击','PDF教程')">PDF教程</a></li>
      </ul>
    </div>
    <div class="type_content_feature">
      <div class="type_title">关于我们</div>
      <ul style="list-style-type:none;padding-left: 0;">
        <li><a href="/company/" target="_blank" onclick="_baidu('底部导航','点击','公司介绍')">公司介绍</a></li>
        <li><a href="/company/press/" target="_blank" onclick="_baidu('底部导航','点击','企业新闻')">企业新闻</a></li>
        <li><a href="/company/jobs.html" target="_blank" onclick="_baidu('底部导航','点击','诚聘英才')">诚聘英才</a>
        </li>
        <li><a href="/company/contact.html" target="_blank"
               onclick="_baidu('底部导航','点击','联系我们')">联系我们</a></li>
      </ul>
    </div>
    <div class="type_content_about">
      <div class="type_title">客服支持</div>
      <ul style="list-style-type:none;padding-left: 0;">
        <li><a href="/support.html" target="_blank" onclick="_baidu('底部导航','点击','在线反馈')">在线反馈</a></li>
        <li><a href="http://vip.foxitsoftware.cn/" target="_blank" onclick="_baidu('底部导航','点击','会员中心')" rel="nofollow">会员中心</a>
        </li>
        <li><a href="https://weibo.com/535478944" target="_blank" onclick="_baidu('底部导航','点击','新浪微博')" rel="nofollow">新浪微博</a>
        </li>
        <li class="imgs_wechat">
          <span style="color: #999999;font-size: 12px;">微信公众号</span>
          <img src="/resource/images/footer/wx_logo.png">
        </li>
      </ul>
      <div class="type_content_lines left">
        <div class="fl"></div>
        <div class="fr"></div>
      </div>
    </div>
    <div class="type_content_ours">
      <div>
        <img style="float: left;margin-right: 13px;margin-top: 10px;"
             src="/resource/images/footer/QQ.png">
        <div class="type_title" style="margin-bottom: 6px;">
          <a href="tencent://Message/?Uin=2852373735&site=qq&menu=yes" onclick="_baidu('底部导航','点击','QQ在线客服')"
             style="font-size: 16px;color: #ffffff;text-decoration: none;"  rel="nofollow">QQ在线客服<span style="font-size: 14px;color: #999999;" rel="nofollow">(2852373735)</span></a>
        </div>
        <p style="font-size: 12px;color: #bbbbbb;">周一至周五 9:00-18:00</p>
        <a href="tencent://Message/?Uin=2852373735&amp;site=qq&amp;menu=yes" onclick="_baidu('底部导航','点击','QQ在线客服')" class="qqServerBtn" rel="nofollow">点击进入</a>
      </div>
      <div>
        <img style="float: left;margin-right: 13px;margin-top: 10px;"
             src="/resource/images/footer/sale.png">
        <div class="type_title" style="margin-bottom: 6px;">
          <span style="font-size: 16px;color: #ffffff;">销售咨询</span>
        </div>
        <p style="font-size: 12px;color: #bbbbbb;">SALES CONSULTANT</p>
        <p style="margin-left: 45px;font-size: 24px;color: #f68b1f;font-weight: bold;">010-50951668</p>
      </div>
    </div>
  </div>
  <div class="footer-bottom_main-content">
    <div class="footer_bottom_content">
            <div class="footer_bottom_content__title">
      </div>
      
      <div class="extra_company"><img src="/resource/images/keep-on-record.png" style="margin-bottom: 4px;">
        <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=35010202001632" target="_blank" rel="nofollow" style="margin-right: 10px;">闽公网安备 35010202001632号</a>
        许可证号：<a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow" style="margin-right: 30px;">
                    闽ICP备13015634号 -6
          
        </a> 2025 福建福昕软件开发股份有限公司 版权所有
        <a style="margin-left: 25px;" target="_blank" href="/anti_fraud.pdf">关于打击网络谣言公告</a>
      </div>
    </div>
  </div>
</footer>


<!-- Le javascript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="/static/js/frontend.js"></script>
    <script src="/resource/js/portfolio.js" type="text/javascript"></script>
    <script src="/resource/plugins/jquery-mixitup/jquery.mixitup.min.js" type="text/javascript"></script>
    <script src="/resource/js/layout-foxit.js" type="text/javascript"></script>
    <script src="/resource/js/common.js" type="text/javascript"></script>
    <script src="/resource/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
    <script src="/resource/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
	<script>
	$(function(){
        Layout.init();
        Portfolio.init();
        Layout.initUniform();
        Layout.initFixHeaderWithPreHeader();
		$("#main-menu li.dropdown").hover(function(){
			$(this).addClass("open");
		},function(){
			$(this).removeClass("open");
		});
		
		$("#main-menu a").each(function() {
			if ($(this)[0].href == String(window.location)) {
				$(this).parentsUntil("#main-menu>ul>li").addClass("active");
			}
		});


        ;(function($){
			$.fn.totop=function(opt){
				var scrolling=false;
				return this.each(function(){
					var $this=$(this);
					$(window).scroll(function(){
						if(!scrolling){
							var sd=$(window).scrollTop();
							if(sd>100){
								$this.fadeIn();
							}else{
								$this.fadeOut();
							}
						}
					});
					
					$this.click(function(){
						scrolling=true;
						$('html, body').animate({
							scrollTop : 0
						}, 500,function(){
							scrolling=false;
							$this.fadeOut();
						});
					});
				});
			};
		})(jQuery);

		$("#backtotop").totop();


	});
    function isLogged(){
        var result = '';
        $.ajax({
            type: "POST",
            cache: false,
            data: {},
            async: false,
            url: "/user/index/islogin.html",
            success: function(data) {
                if(data.code==1){
                    result = true;
                }
                if(data.code==0){
                    result = false;
                }
            }
        });
        return result;
    }
    function changeTitle(t){
        var p = t;
        $("#p-title").html(p);
    }
	</script>


<style>
  .footer a {
    color: #666666;
  }

  .footer a:hover {
    color: #666666;
  }

  .footer-adsense {
    width: 300px;
    height: 340px;
    z-index: 9999;
    position: fixed;
    bottom: 16px;
    right: 22px;
    color: #333;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 0px 0px 10px #909090;
    text-align: center;
  }

  .footer-adsense .close {
    opacity: 1;
    margin-right: 10px;
    margin-top: 5px;
  }

  .footer-center {
    margin-top: 50px;
  }

  .footer-adsense p {
    font-size: 18px;
  }

  .footer-adsense h1 {
    font-size: 24px;
    margin-bottom: 45px;
    font-weight: 500;
  }

  .footer-adsense .btn {
    padding: 0;
    width: 250px;
    height: 60px;
    line-height: 45px !important;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    border-radius: 28px !important;
    margin-top: 78%;

  }

  .footer-adsense .btn2 {
    padding: 0;
    width: 300px;
    height: 65px;
    line-height: 45px !important;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    border-radius: 28px !important;
    margin-top: 66%;

  }

  /*.footer-adsense .btn:hover{*/
  /*    background: #4e8ef8;*/
  /*}*/
  .footer-center .hr {
    border-top: 1px solid #d2d2d2;
    width: 120px;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 25px;
  }
</style>
<script>
  $(function () {
    $('.dropdown__select ul li').click(function (e) {
      switch (e.target.innerHTML) {
        case 'English':
          window.location.href = "https://www.foxitsoftware.com/";
          break;
        case 'Deutsch':
          window.location.href = "https://www.foxitsoftware.com/de/";
          break;
        case 'Español':
          window.location.href = "https://www.foxitsoftware.com/es-la/";
          break;
        case 'Português':
          window.location.href = "https://www.foxitsoftware.com/pt-br/";
          break;
        case 'Français':
          window.location.href = "https://www.foxitsoftware.com/fr/";
          break;
        case 'Русский':
          window.location.href = "https://www.foxitsoftware.com/ru/";
          break;
        case '日本語':
          window.location.href = "http://www.foxitsoftware.com/japan/";
          break;
        case '한국어':
          window.location.href = "http://www.foxitsoftware.com/kr/";
          break;
        case '香港繁體':
          window.location.href = "http://www.foxitsoftware.hk/";
          break;
        case '臺灣繁體':
          window.location.href = "http://www.foxitsoftware.tw/";
          break;
        case '繁体中文':
          window.location.href = "http://www.foxitsoftware.tw/";
          break;
        case '简体中文':
          window.location.href = "http://www.foxitsoftware.cn/";
          break;
      }
    })

    $(".footer-adsense .close").click(function () {
      $(".footer-adsense").hide();
    })

    $(".footer_bottom_content__title div").click(function (e) {
      var index = $(e.target).attr('data-index')
      var $ul = $('.footer-bottom_main-content .link-class')
      var $title = $('.footer-bottom_main-content .footer_bottom_content__title div')
      $ul.addClass('none')
      $ul.eq(index).removeClass('none')
      $title.removeClass('active')
      $(this).addClass('active')
    })

    // //去掉ul每一行最后的li的boder-right
    // var ulWidth = $('.link-class').width();
    // var allLiWidth = 0;
    // var beford;
    // $('.link-li').each(function (){
    //
    //     allLiWidth += $(this).outerWidth(/*true*/);
    //     if(Number(allLiWidth) > Number(ulWidth)){
    //         allLiWidth = $(this).outerWidth(/*true*/)
    //         $(beford).css('border-right','none')
    //
    //     }
    //     beford = this;
    // })




  });
</script>

<script>

  function goDownload(url){
    $.post('/portal/download/getNewDUrl',{url:url},function(res){
      window.location.href = res.url;

    },'JSON')
  }

</script>



</body>
<!-- END BODY -->
<script>
    var time = 5;
    function timeDown(){
        $('#countdown').html(time);
        if(time==0){
            window.location.href = '/';
        } else {
            time--;
            setTimeout(timeDown,1000);
        }
    }
    timeDown();
</script>