body{
			
				background-image: url(../img/平潭4.jpg);
				background-repeat:no-repeat;
				background-attachment: fixed;
				backdrop-filter: blur(5px);
				
			
		}
.container {
			    width: 100%;
			    overflow: hidden; 
			  }
			
			  .image {
			    float: left;
			    margin: 10px;
			  }
			.div1{
				width: 100%;
				height: 100%;
			}  
			.div2{
				background-color: #f5f5f5;
				    font-family: Courier New !important;
				    font-size: 30px !important;
				    border: 1px solid #ccc;
				    padding: 5px;
				    overflow: auto;
				    margin: 5px 0;
				   background-color: rgba(255,255,255,0.2);
					width: 1200px;
					height: 500px;
					display: block; margin: 0 auto;
			}
			.h1{
				color: black;
				text-align: center;
				font-size: 80px;
		
			}
			.span{
				  width: 100%;  
				    height: auto;  
				    word-wrap:break-word;  
				    word-break:break-all;  
				    overflow: hidden;  

			}
			.img1{
				width: 1200px;
				height: 1300px;
				display: block; margin: 0 auto;
				
			}
			
			ul {
			  list-style-type: none;
			  margin: 0;
			  padding: 0;
			  overflow: hidden;
				 background-color:transparent;
			}
			
			li {
			  float: left;
			}
			
			li a {
				
			  display: block;
			  color: white;
			  text-align: center;
			  padding: 14px 16px;
			  text-decoration: none;
			  color: #f5f5f5;
			  font-size: 30px;
			}
			
			li a:hover {
				
			  background-color: #111;
			}
		
		