<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>教育信息网</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css">
<script defer src="https://api.bxslider.com/client-latest.min.js"></script>
<style>
#autoShow {
display: none;
height: 300px;
width: 100%;
position: relative;
background: url("https://example.com/image.jpg") no-repeat center center;
margin: auto;
animation: fadeIn ease-out 1.5s;
}
#autoShow1 {
display: none;
height: 400px;
width: 100%;
position: relative;
background: url("https://example.com/image.jpg") no-repeat center center;
margin: auto;
animation: fadeIn ease-out 2s;
}
#marquee {
width: 100%;
height: 400px;
position: relative;
background: url("https://example.com/image.jpg") no-repeat center center;
margin: auto;
animation: marquee linear infinite;
}
.custom_show {
text-align: center;
padding: 20px;
}
.custom_show img {
width: 100px;
height: 100px;
}
</style>
</head>
<body class="bx-page bx-shadow">
<!-- 在这里添加您的网站内容 -->
</body>
</html>