@charset "utf-8";
a{
	text-decoration: none;
}
.top{
	margin:0 auto;
	padding:0;
	
	min-width: 1280px;
	background-image: url(../images/top-bg.png);
	background-repeat: no-repeat;
	height: 180px;
	background-color: #e3f0f9;
}
.top-main{margin:0 auto;width:1280px;height:180px;}
.top-main-logo{float:left;width:800px;}
.top-main-logo-text{
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
	
}
.top-main-logo-pic{height:70px;width:90%;}
.top-main-logo-pic li{float: left;}
.top-main-search{float:right;width:400px;}
.top-main-search-text{height:60p;line-height:60px;}
.top-main-search-text a{font-size:14px;color:#999;margin:0 8px;}
.top-main-search-box{margin-top:20px;width:300px;height:40px;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	background-color: #fff;
}

.search-box{float:left;color:#ccc;font-size:16px;margin:0 0 0 10px;height:36px;width:250px;border:0;border-radius: 10px;outline:none}
.search-btn{margin-top:3px;
	width: 35px;
	height: 35px;
	border: 0;
	background-image: url(../images/search-btn.png);
	
	border-radius: 10px;
	cursor: pointer;
	background-size: 35px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu-bg{
	margin:0 auto;
	height: 50px;
	background-color: #0673c9;
}
.menu-nav{margin:0 auto;width:1280px;height:50px;}
.menu-nav ul li{
	float: left;
	width: 95px;
	line-height: 50px;
	text-align: left;
	/*border-right: 1px solid #4795d4;*/
}
.menu-nav ul li.special{
	float: left;
	width: 120px;
	line-height: 50px;
	text-align: left;
	/*border-right: 1px solid #4795d4;*/
}
.menu-nav ul li a{
	color: #F8F8F8;

}

#sddm
{	margin: 0;
	padding:0;
	z-index: 30;
	width: 1280px;
	height:50px;}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	
	
	
}

#sddm li a
{
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 5px;
	/*width: 62px;*/
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 18px;	
	
	
}

#sddm li a:hover
{
	/*background-image: url(../img/navhover.jpg);
	background-repeat: no-repeat;line-height: 50px;*/
	background-color: #0E5899;
	
	color: #fff;
	
}


#sddm div
{
	position: absolute;
	visibility: hidden;
	width:95px;
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: #0E5899;
	z-index:99;

}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	height:30px;
	line-height:30px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font: 16px arial;
	background-color: #0E5899;
		}

	#sddm div a:hover
	{
	color: #FF0;	
	font-weight:bold}
	
.bottom{
	margin-top:10px;
	height: 135px;
	background-image: url(../images/bottom-bg.png);
	background-repeat: repeat-x;
}

.bottom-main{margin:0 auto;width:1280px;height:135px;}
.bottom-main a{color:#666;font-size:16px}
.bottom-left{float:left;width:240px;}

.bottom-mid{float:left;text-align:center;width:800px;line-height:40px;}
.bottom-mid a{
	color: #CCC;
	font-size: 14px;
	margin:0 10px;
}

.bottom-right{float:right;width:240px;text-align:center}

