@CHARSET "UTF-8";

#nav_content {
	height: 30px;
	line-height: 30px;
	position: relative;
	background-color:#2e6eae;
}

.logo {
	height: 100%;
	width:50%;
	float: left;
	background: url(../../../res/images/common/logo.png) no-repeat left center;
	line-height: 100px;
	color: #FFFFFF;
	font-size: 20px;
	font-family: 微软雅黑;
}

#nav_content ul {
	padding : 0 15px;
	margin: 0px;
	height: 30px;
	position: absolute;
}

#nav_content ul li {
	float: left;
	list-style: none;
	height: 30px;
	text-align: center;
	margin: 0px 40px 0px 5px;
}


#nav_content ul li a
	{
	font-family: 微软雅黑;
	text-decoration: none;
	display: block;
	color: #FFF;
	font-size: 15px;
}

#nav_content ul li a:HOVER {
	color:orange;
	font-weight: bold;
}

#nav_content .child-nav li a:hover{
	color: #72aad3;
}

#nav_content .child-nav{
	position: relative;
	z-index: 9999;
	padding-left: 0px;
	margin-left: 0px;
	left:100px;
	display: none;
	font-size: 13px;
}

#nav_content .child-nav{
	height: 30px;
}

#nav_content .child-nav .haschild{
	background-color: #C3D6E4;
	position: relative;
	border-top: 1px solid #FFF;
}

#nav_content .child-onel{
	left:0px;
}

#nav_content .child-lower{
	top: -1px;
	position: absolute;
}

#nav_content .child-nav li{
	float: none;
	cursor: pointer;
	border-top: 1px solid #FFF;
	background-color:rgb(220, 227, 236);
	color: #C3D6E4;
}

#nav_content .child-nav li:hover{
	background-color: rgb(148, 174, 192);
	color: #FFF;
}
#pds_nav{
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin: 3px 0px;
}
#pds_nav>ul{
	padding : 0 15px;
	margin: 0px;
	height: 30px;
	float: left;
}
#pds_nav ul li {
	float: left;
	list-style: none;
	height: 30px;
	text-align: center;
	margin: 0px 5px 0px 5px;
}


#pds_nav ul li a
{
	text-decoration: blink;
	display: block;
	color: #005DA7;
}

#pds_nav ul li a:HOVER {
	color:orange;
}
.nav_search_inputbox{
	float:left;
	width: 360px;
	color: #666;
	height: 32px;
	line-height: 32px;
	padding: 0px 0 0px 14px;
	font-size: 14px;
	border-right-width:0px; 
	outline-style: none;
	border: 1px solid #888;
	-webkit-appearance: none;
}
.nav_search_btn{
	float:left;
	border: 0px;
	display: inline;
	width: 66px;
	height: 35px;
	background: #2e6eae url(btn.png) 0px 0px no-repeat;
	cursor: pointer;
	border-radius: 0px;
}

.middle-out-ct {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 25px #AAA;
	padding-bottom: 10px;
	min-height: 400px;
	margin-bottom: -10px;
}
.pd-tp-link{
	text-decoration: none;
	line-height: 20px;
	color: #0065B4;
}
.pd-tp-link:HOVER{
	color:#B10000;
	text-decoration:underline;
}