/* CSS Document */

body{
	margin:0;
	padding:0;
	background: #f8f8f8;
}
*{
	font-family: 'Î¢ÈíÑÅºÚ', 'ºÚÌå','ËÎÌå';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
h1{
	background:rgb(41,48,116);
	border-radius:20px;
	text-align:center;
	color:#fff;
}
#header{
	overflow: hidden;
}
#header>img{
	float: left;
}
#header>ul{
	list-style:none;
	float: right;
	padding-top: 10px;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
	float: left;
}

#top{
	width:1100px;
	margin:auto;
}
#top>p{
	text-align:center;
	width:800px;
	margin:20px auto;
	border-radius:15px;
	font-size:25px;
}

#top a{
	color:#06C;
	transition:all .5s;
}
#top a:hover{
	color:#0CF;
}
#top>#top_sh{
	height:550px;
}
#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;
	background:black;
}
#top h2 a{
	color:white;
}
#top>#top_sh>div>h2>span{
	float:right;
}
#top>#top_sh>div>p{
	padding-left:5px;
}


#top>#top_zh{
	height:570px;
}
#top>#top_zh>div{
	border:1px solid #2930ff;
	width:338px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}
#top>#top_zh>div>h2{
	margin:0;
	padding:0 10px;
	background:black;
}
#top>#top_zh>div>h2>a>img{
	float:right;
	width:50px;
	height:24px;
}
#top>#top_zh>div>p{
	padding-left:5px;
}


#top>#top_ds{
	height:185px;
}
#top>#top_ds>div{
	border:1px solid #2930ff;
	width:528px;
	float:left;
	margin-right:40px;
}
#top>#top_ds>div>h2{
	margin:0;
	padding:0 10px;
	background:black;
}
#top>#top_ds>div>h2>a>img{
	width:50px;
	height:24px;
	float:right;
}
#top>#top_ds>div>p{
	margin-left:5px;
}



#top>#top_sp{
	height:650px;
	overflow-y:scroll
}
#top>#top_sp img{
	width:1081px;
}
.banner{ width:100%;}
.blank{ width:100%; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.zj{ width:1100px; height:400px; margin: auto; border:1px solid #2930ff;}

.z_l{ width:40%; float:left;}
.z_l img{ width:50%; height:250px; padding-left:100px; padding-top:20px;}
.z_l p{text-align:center;}
.z_l span{ font-weight:bold;}

.z_r{ width:58%; float:right; margin-top:20px;}
.z_r p{ font-size:22px;}

#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;
}