/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}



#header>ul{
	list-style:none;
	display:flex;
	margin-left:57.37%;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
}
#header{
	display:flex;
}


#img{
	position: relative;
}
#img img{
	width: 100%;
}
#img>p{
	position: absolute;
	font-size: 40px;
    font-weight: bold;
    text-shadow: 5px 2px 6px #fff;
    letter-spacing: 5px;
    left: 6%;
    top: 20%;
    line-height: 65px;
    margin: 0;
}
.dd{
    width: 600px;
    position: absolute;
    left: 24%;
    bottom: 0;
    background: rgba(1,24,65,0.75);
    padding: 10px;   
}
.dd p{
	font-size: 15px;
    color: white;
    line-height: 28px;
}


.tt{
	width: 1100px;
	margin: auto;
}
.tt>p{
	font-weight:bold;
	text-align:center;
	width:1100px;
	margin:15px auto;
	background: white
}
.tt>p a{
	color:black;
	font-size:33px;
}
.tt>p:hover{
	background: #E6902F;
}
.tt>p:hover a{
	color: white;
}


.pp{
	width: 1100px;
	margin: auto;
	padding-top: 25px;
}
.pp>p{
	text-indent: 2em;
	font-size:18px;
	line-height: 35px;
	margin: 0; 
	color:white;
}



h1{
	text-align:center;
	color:#E6902F;
	padding-bottom: 10px;
	width:1100px;
	margin:25px auto;
}


.tup{
	width: 1100px;
}

.u{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1100px;
	margin: auto;
}
.u li{
	padding:20px;
	width: 1100px;
	box-sizing: border-box;
	border-bottom: 1px solid #E6902F;
}
.u li div{
	float: left;
}
.u li div img{
	width: 302px;
	height: 232px;
}
.u li .d{
	float: none;
	height: 232px;
	overflow-y: scroll;
	margin-left: 320px;
}
.u li p{
	line-height: 30px;
}
.u li p .b{
	font-size: 20px;
}


#top_zt,#top_zt1,#top_zt2{
	overflow: hidden;
}
#top_zt{
	width:1100px;
	margin:auto;
}
#top_zt>a>img{
	height:90px;
	width:100%;
}
#top_zt1{
	width: 1100px;
	margin: auto;
}
#top_zt1>a>img{
	height:90px;
	width:363px;
	float: left;
}

#top_zt2{
	width: 1100px;
	margin: auto;
}
#top_zt2>a>img{
	height:90px;
	width:547px;
	float:left;
}
#top_zt1{
	margin:auto;
	width:1100px;
}



#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}
@media(max-width:1000px){
	#img>p{
			font-size: 45px;
			left: 10%;
			top: 13%;
			line-height: 65px;
		}
	.dd{
		    width: 100%;
		    position: static;
		    background: white;
		    border: 1px solid black;
		    box-sizing: border-box;
		}
		.dd p{
			font-size: 25px;
		    color: black;
		    line-height: 45px;
		    text-indent: 2em;
		    margin: 0
		}
}