/* CSS Document */

body{
	margin:0;
	padding:0;
	background: #f8f8f8;
}
*{
	font-family: 'Î¢ÈíÑÅºÚ', 'ºÚÌå','ËÎÌå';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}


#top{
	width:1100px;
	margin:auto;
	position:relative;
}



h1{
	text-align:center;
	color:red;
	font-size:35px;
}


#top>p{
	font-size:30px;
	font-weight:bold;
	border:2px solid rgb(255,172,60);
	text-align:center;
	width:900px;
	margin:15px auto;
}
#top>p a{
	color:rgb(255,146,5)
}
#top>p:hover{
	background: rgb(255,146,5);
}
#top>p:hover a{
	color:white;
	
}

#top>.i{
	position:absolute;
	left:600px;
	top:-350px;
	opacity:0;
}


#top>.y{
	text-align:left;
	border-bottom:3px solid red;
	font-size:30px;
	padding-bottom:5px;
	color:white;
}
#top>.y>span{
	/*background:rgb(255,146,5);*/
	background:red;
	padding:5px 15px;
	font-size:30px;
	box-sizing: border-box;
}
#top>.y>a{
	float:right;
}
#top>.c{
	font-size:35px;
}




#top>#top_sh{
	height:780px;
}
#top>#top_sh>div{
	width:338px;
	float:left;
	margin-right:40px;
	background:white;
	border:1px solid gray;
	margin-bottom:20px;
}
#top>#top_sh>div>h2{
	margin:0;
	padding:0 5px 0 5px;
	background:rgb(255,146,5);	
}
#top>#top_sh>div>h2 a{
	color:white;
}
#top>#top_sh>div>h2 a img{
	float:right;
	width:78px;
	height:30px;
}

#top>#top_sh>div>p{
	margin-left:5px;
}



#top>#top_hy{
	height:540px;
}
#top>#top_hy>div{
	width:338px;
	float:left;
	margin-right:40px;
	background:white;
	border:1px solid gray;
	margin-bottom:20px;
}
#top>#top_hy>div>h2{
	margin:0;
	padding:0 5px 0 5px;
	background:rgb(255,146,5);	
}
#top>#top_hy>div>h2 a{
	color:white;
}
#top>#top_hy>div>h2 span{
	float:right;
}

#top>#top_hy>div>p{
	margin-left:5px;
}











#top_pb{
	overflow: hidden;
	width:1100px;
	margin: auto;
}
#top_pb>ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-right:101px;
	overflow: hidden;
}
#top_pb>ul>li{
	margin-bottom:15px;
	text-align:center;
}
#top_pb>ul>li:nth-child(1) img{
	height: 60px;
}
#top_pb>ul>li:nth-child(2) img{
	height: 75px;
}
#top_pb>ul>li>p{
	text-align:center;
	font-size: 16px;
	margin:0;
	padding:10px 0;
}




#top>#top_zt>a>img{
	height:110px;
	width:363px;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}
