<!DOCTYPE html>
<html>
<head>

    <title>中国康复研究中心 404找不到</title>
    <meta charset="gb2312" />
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
    <style type="text/css">
        * {
            padding: 0px;
            margin: 0px;
            list-style: none;
        }

        h1, h2, h3, h4, h5, h6 {
            margin: 0;
            padding: 0;
            font-size: 12px;
            font-weight: normal;
        }

        body {
            background: #e3e3e3;
        }

        .main {
            text-align: center;
            font-family: 'Microsoft YaHei','微软雅黑';
        }

        .Error_Cont {
            background: url(ContentimagesError_bg.png) no-repeat center;
            width: 1135px;
            height: 425px;
            margin: 0 auto;
            padding: 125px;
        }

            .Error_Cont h2 {
                font-size: 48px;
                color: #9a9ca8;
                font-weight: bold;
                line-height: 1.5em;
            }

            .Error_Cont p {
                color: #9a9ca8;
                font-size: 14px;
            }

        a.Back_Home {
            display: block;
            width: 85px;
            height: 30px;
            line-height: 30px;
            background: url(ContentimagesBack_bg.png) no-repeat center;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            font-family: 'Microsoft YaHei','微软雅黑';
            margin: 40px auto;
        }

            a.Back_Home:hover {
                background: url(ContentimagesBack_bg_H.png) no-repeat center;
            }

        @media only screen and (max-width: 1200px) {
            .Error_Cont {
                width: 100%;
                box-sizing: border-box;
                height: 675px;
                padding: 125px 0;
            }
        }
    </style>
</head>
<body>
    <div class="main">
        <div class="Error_Cont">
            <h2>对不起,您要找的页面未找到.</h2>
            <p>Sorry, the page you are looking for is not found.</p>
            <a href="/" class="Back_Home">返回首页</a>
        </div>
    </div>
</body>
</html>
