/* CSS Document */

body{
	margin:0;
	padding:0;
	background: #f8f8f8;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
h1{
	background:rgb(153,0,230);
	border-radius:20px;
	text-align:center;
	color:white;
}
h2{
	background:rgb(114,213,254)
}
#top h2 a{
	color:black;
}


#header>ul{
	list-style:none;
	display:flex;
	margin-left:57.37%;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
}

#header{
	display:flex;
}




#top{
	width:1100px;
	margin:auto;
}
#top>p{
	text-align:center;
	width:900px;
	margin:20px auto;
	border-radius:15px;
	font-size:31px;
	background:rgb(114,213,254)
}
#top>#top_sh{
	overflow: hidden;
}
#top>#top_sh>div{
	border:1px solid #2930ff;
	width:528px;
	float:left;
	margin-right:40px;
	margin-bottom:10px;
}
#top>#top_sh>div>h2{
	margin:0;
	padding:0 10px;
}
#top>#top_sh>div>h2>span{
	float:right;
}
#top>#top_sh>div>p{
	padding-left:5px;
}


#top>#top_zh{
	overflow: hidden;
}
#top>#top_zh>div{
	border:1px solid #2930ff;
	width:528px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}
#top>#top_zh>div>h2{
	margin:0;
	padding:0 10px;
}
#top>#top_zh>div>h2>a>img{
	float:right;
	width:61px;
	height:31px;
}
#top>#top_zh>div>p{
	padding-left:5px;
}


#top>#top_zj{
	height:265px;
	width:1000px;
	margin:auto;
	border:1px solid gray;
}
#top>#top_zj>h2{
	margin:0;
	padding:0 5px 0 5px;
	text-align:right;
}
#top>#top_zj>.div{
	display:flex;
}
#top>#top_zj>.div>.zj_img{
	margin:25px 100px 0 90px;
	display:flex;
}
#top>#top_zj>.div>.zj_img>img{
	width:160px;
	height:170px;
}
#top>#top_zj>.div>.zj_img>p{
	text-align:center;
	margin-left:20px;
	line-height:30px;
}
#top>#top_zj>.div>.zj_img>p>b>span{
	font-weight:normal;
}
#top>#top_zj>.div>.zj_div{
	margin-left:80px;
}



#top>#top_pd{
	height:110px;
}
#top>#top_pd>a>img{
	width:545px;
	height:110px;
	float:left;
}


#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}