﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>中国民主同盟</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<link rel="stylesheet" type="text/css" href="/gaiban/css/css.css" />
<style>
    *{padding:0;margin:0;}
    .footer{
        height:108px;
        background:#909090;
        position:absolute;
        bottom:0;
        width:100%;
    }
    .footer p{
        line-height:0;
        margin-top:0;
    }
    body{
        max-height:100%;
        overflow:hidden;
        min-width:100%;
        /* //max-height:100%; */
    }
    .content{
        width:100%;
        padding:20px 0;
        text-align:center;
       position:absolute;
       top:50%;
       min-height: 300px;
       margin-top:-150px;
    }
    .content h2{
        font-size:28px;
        color:#2f73b7;
        margin-bottom:30px;
    }
    .content p{
        color:#6b6b6b;
        font-size:20px;
        line-height:32px;
    }
    .header-banner{
         width:100%;
    }
    .header-banner{
        width:100%;
    }
    .layout{
        width:100%;
    }
    .back_btn{
       width:150px;
       height:35px;
       background:#2f72b6;
       border-radius:4px;
       font-size:16px;
       line-height:35px;
       color:#fff;
       margin:50px auto;
       display:block;
    }
    .back_btn:hover{
        color:#fff;
    }
</style>
</head>

<body>
<!---->

    <img class="header-banner" src="/gaiban/images/bg.png" alt="" />

<div class="content">
    <h2>您访问的页面不存在</h2>
    <p>非常抱歉，您正试图打开的页面不存在，请检查您访问的路径是否正确和最新。</p>
    <p>我们已经发现了这个问题，并且正在进行检查。</p>
    <p>给您带来不便之处，敬请谅解！</p>
    <a  class="back_btn" href="http://www.mmzy.org.cn/index.aspx">返回首页</a>
</div>
<!--  footer部分开始 -->
<div class="footer">
    <div class="layout footer-copy">
        <p>中国民主同盟版权所有&nbsp;&nbsp;&nbsp;Copyright© 2003 - <script>  var year = new Date(); document.write(year.getFullYear())</script></p>
        <p>地址：北京东城区东厂胡同北巷1号  传真:010-65232852  电子信箱：<a href="mailto:webmaster@mmzy.org.cn">webmaster@mmzy.org.cn</a></p>
        <p><a href="https://beian.miit.gov.cn" target="_blank" style="line-height:10px;text-underline:none;font-family:arial">京ICP备20003101号-1</a> 本网站由计世在线提供网络支持&nbsp;&nbsp;<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010102005941" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="/images/hui.png" style="float:left;"/>&nbsp;京公网安备 11010102005941号</a></p>
    </div>
</div>
    <script type="text/javascript">
    var myDate = new Date;
    document.getElementById("now").innerHTML = "" + myDate.getFullYear();
    </script>
</body>
</html>

