<!DOCTYPE html>
<html>
<head>

    <title>首都医科大学附属北京佑安医院</title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
    <meta name="description" content="首都医科大学附属北京佑安医院（以下简称佑安医院）创建于1956年，是一家以肝胆疾病、肝脏移植和感染性疾病诊疗为特色的、集教学、研究为一体的、中西医并重的具有互联网医院资质的三级甲等医院，是首都医科大学第九临床医学院。医院建有肝胆疾病内外科中心、肿瘤介入中心、感染性疾病诊疗中心等国内领先学科。拥有硕士研究…" />
    <style type="text/css">
        * {
            margin: 0;
            padding: 0;
        }

        body, html {
            background: #efefef;
            font-family: "Microsoft YaHei";
            height: 100%;
            overflow: hidden;
        }

        .container {
            width: 530px;
            height: 350px;
            margin: 120px auto 0;
            box-shadow: 10px 10px 11px rgba(200,200,200,.75);
            background: #fff;
        }

        .tit {
            height: 56px;
            line-height: 56px;
            text-align: center;
            background: #557cb7;
            font-size: 18px;
            color: #fff;
        }

            .tit img {
                width: 40px;
                height: 40px;
                vertical-align: middle;
            }

        .tips h5 {
            text-align: center;
            font-size: 26px;
            margin: 34px 0;
        }

        .tips p {
            padding-left: 56px;
            font-size: 20px;
            line-height: 40px;
            margin-bottom: 18px;
        }

        .btn {
            width: 86px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            margin: 0 auto;
            border-radius: 4px;
            cursor: pointer;
            background-image: linear-gradient(to right,#7ca9e2,#557cb7);
            *background: #557cb7;
        }

            .btn a {
                text-decoration: none;
                text-align: center;
                font-size: 16px;
                color: #fff;
            }

            .btn:hover {
                -webkit-transition: all .2s;
                transition: all .2s;
                opacity: .9;
            }

        @media only screen and (max-width: 640px) {
            .container {
                width: 80%;
                height: 70%;
                margin: 20px auto 0;
            }

            .tips h5 {
                font-size: 22px;
            }

            .tips p {
                padding-left: 20px;
                padding-right: 20px;
                font-size: 14px;
                line-height: 40px;
                margin-bottom: 18px;
            }

            .btn {
                width: 30%;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <div>
            <div class="tit">
                <img src="/Content/Areas/Common/images/logo/wxShare.jpg" onerror="$('.tit').find('img').hide();">
首都医科大学附属北京佑安医院            </div>
            <div class="tips">
                
                
                <div align="center">
                    <img src="/Content/images/InterceptImg.jpg" width="90%" height="90%">
                </div>
                <div class="btn">
                    <a href="/Html/Index.html">返回首页</a>
                </div>
                <div class="btn" style="display:none">
当前机器IP：154.215.112.162                </div>
            </div>
        </div>
    </div>
</body>
</html>
