﻿﻿<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>您访问的页面暂时不存在可以看看别的</title>
  <style>
    .box {
      margin: 50px auto;
      width: 1200px;
    }

    img {
      margin: 0 auto;
      display: block;
    }

    h1 {
      text-align: center;
      font-size: 30px;
      font-weight: 400;
    }

    p {
      font-size: 14px;
      color: #999;

    }
    .txt{
      margin: 0 auto;
      width: 300px;
    }
    a{
      text-decoration: none;
      color: rgb(246, 89, 105);
    }
    span {
      margin: 0 auto;
      width: 200px;
      line-height: 50px;
      display: block;
      background: #FF3D3D;
      text-align: center;
    }
    span a{
      color: #fff;
    }
  </style>
</head>

<body>
  <div class="box">
    <img src="/skin/404.png" alt="">
  </div>
  <h1>抱歉，您访问的页面不存在！</h1>
  <div class="txt">
    <p>您可以尝试：</p>
    <p>1.刷新输入的网址，或者返回上一页</p>
    <p>2.快速进入
      <a href="http://www.sichuanzs.com/">首页</a>、
      <a href="http://www.sichuanzs.com/news/">资讯</a>、
      <a href="http://www.sichuanzs.com/contact/">联系电话</a>
    </p>
  </div>
  <span><a href="http://www.sichuanzs.com/">点击跳转到首页</a></span>
</body>

</html>