/* CSS For Dropdown Menu Start */


/*top*/
.index_top {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	padding-top: 15px;
}
.index_logo {
	height: 75px;
	width: 400px;
	float: left;
}
.index_tel {
	width: 400px;
	color: #999;
	font-size: 12px;
	text-align: right;
	line-height: 24px;
	margin-top: 15px;
	float: right;
}
.index_tel a {
	text-decoration: none;
	color: #999;
}
.index_tel span {
	color: #005eaf;
	font-size: 20px;
	font-weight: normal;
}
.index_nav1 {
	width: 100%;
	height: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
}
.index_nav_body {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}
.index_first {
	height: 70px;
	width: 76px;
	float: left;
}



/*µ¼º½*/
.nav1 {

}
.nav1 ul
{
  list-style:none;
  padding:0px;
  margin:0px
}

.nav1 ul li
{
  display:inline;
  float:left;
}

.nav1 ul li a
{
	color: #555;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	display:block;
	width:168px;
	height:70px;
	line-height:70px;
	text-align:center;

}


.nav1 ul li a:hover
{
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
	display:block;
	width:168px;
	text-align:center;
	background-color: #005eaf;
}

.nav1 ul li.sublinks a
{
	color:#555;
	background:#f6f6f6;
	font-weight:normal;
	text-decoration:none;
	display:block;
	width:168px;
	text-align:center;
	overflow: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
}

.nav1 ul li.sublinks a:hover
{
	color:#005eaf;
	background:#ddd;
	font-weight:normal;
	text-decoration:none;
	display:block;
	text-align:center;
}

.nav1 ul li.sublinks
{
	display:none;
}

/* CSS For Dropdown Menu End */



#container
{
	width:1184px;
	float: right;
}

.clear
{
  clear:both;
}

.left
{
  float:left;
}

.right
{
  float:right;
}
