/* 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;
}


h1{
	text-align:center;
	background: rgb(255,105,18);
	color:white;
}
h2{
	background:red;
}


/*#topic_pic{width: 100%;height:500px;margin: 0px auto;}
#topic_pic .swiper-slide {text-align: center;font-size: 18px;background: #fff;line-height: 450px;}
#topic_pic .swiper-slide img{ width:100%;height:500px;}
.part{ width:100%; height:auto; background:}
.part a:hover{ color: #F90; text-decoration:none}*/


.zt{
	width:1100px;
	margin: auto;
	overflow: hidden;
}
.zt img{
	width: 450px;
	float: left;
}
.zt>div{
	width:57%;
	float: right;
	height: 254.53px;
}
.zt>div p{
	font-size: 16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	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;
}

