@charset "utf-8";
/* CSS Document */
#hydbox
{
	width:100%;
}
#top
{
	width:100%;
	height:100px;
	background:#000;
	position:fixed;
	top:0px;
	z-index:9999;
}
#top-header
{ 
	width:1200px;
	height:auto;
	margin:0 auto;
}
#top-header-logo
{
	width:260px;
	height:100px;
	float:left;
}
#top-header-menu
{
	width:920px;
	height:50px;
	float:left;
	margin-top:25px;
	margin-left:20px;
}
#top-header-menu li
{
	list-style-type:none;
	width:150px;
	height:35px;
	float:left;
	padding-top:15px;
	padding-left:80px;
	color:#fff;
}
#top-header-menu li:hover
{
	cursor:pointer;
	color:#17aae8;
}
#main
{
	width:1200px;
	height:1000px;
	margin:30px auto;
}
#main-header
{
	
	width:100%;
	height:300px;
	margin-top:100px;
	overflow:hidden;
}
#main-header img
{
	width:100%;
	height:300px;	
}
#main-1
{
	width:100%；
	height:auto;
	margin-top:20px;
}
#main-1-title
{
	width:100%;
	height:100px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:50px;
	font-weight:100;
	color:#000;
	padding-top:25px;
}
#main-2-title
{
	width:100%;
	height:100px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:50px;
	font-weight:100;
	color:#000;
	padding-top:60px;
}
#main-1-left,#main-2-left
{
	float:left;
	width:500px;
	height:300px;
	overflow:hidden;
}
#main-1-left img,#main-2-left img
{
	width:500px;
	height:300px;

	transition: all 0.6s; 
	display:block;
	border: 1px solid #D8D8D8;
}
#main-1-left img:hover,#main-2-left img:hover
{
	transform: scale(1.1);
}
#main-1-right
{
	float:left;
	width:500px;
	height:300px;
	text-indent:25px;
	line-height:30px;
	text-align:justify;
	margin-top:30px;
	margin-left:50px;
	
}
#main-2-right
{
	float:left;
	width:500px;
	height:200px;
	
	line-height:30px;
	text-align:justify;
	margin-top:50px;
	margin-left:50px;
	
}
#main-2
{
	clear:both;
	width:100%；
	height:auto;
	margin-top:20px;
}
#bottom
{
	clear:both;
	width:100%;
	height:150px;
	background:#000;
	margin-top:100px;
	display:block;
}
#bottom-mid
{
	width:1200px;
	height:120px;
	margin:15px auto;
}
#bottom-mid-left
{
	float:left;
	width:300px;
	height:90px;
	margin-top:20px;
}
#bottom-mid-center
{
	float:left;
	width:400px;
	height:90px;
	margin-top:20px;
}
#bottom-mid-right
{
	float:left;
	width:250px;
	height:90px;
	margin-top:20px;
	padding-left:40px;
	
}
#bottom-mid-right-a
{
	float:left;
	width:110px;
	height:100px;
	margin-top:25px;
	padding-left:90px;
}
#bottom-mid-left img
{
	float:left;
	margin-left:0px;
}