﻿body, div, /**ul, li**/{
	margin:0;
	padding:0;
}
body{
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:25px;
	/**font-size:14px;**/
}
a:link, a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	/**text-decoration: underline;**/
	/**color:#08A5E0;**/
	/**text-decoration:none;**/
}

ul, ul li {
	list-style-type:none;
}
.cl {
	zoom:1;
}

/*网站头部*/
.col960 {
	width:1199px;
	margin:auto;
}
.navbg {
	width: auto;
	height: 50px;
	background-color: rgba(255,255,255,0.26);
	/**box-shadow: 1px 1px 7px #999;
	position:absolute;**/
	z-index:99;
	left:0;
	margin: 0 auto;
}
#navul li {
	float: left;
	/**margin-right: 1px;**/
	width: 109px;
	height: 50px;
	background: #cde8fe;
	position:relative;
	text-align:center !important;
	border-right:1px;
	border-right-style:solid;
	border-right-color:white;
	line-height:50px;
	z-index:1000;
}
#navul{
	width: 1199px;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navul li.navhome {
	width:98px !important;

}
#navul li a:link, #navul li a:visited {
	color:black;
}
#navul li ul {
      padding:0;
	margin:0;
	display:none;
	/**position:absolute;**/
	/**z-index:10000;**/
	/**top:38px;**/
	left:-1px;
	/**background:#006D96;**/
	border-bottom:none;
}
#navul li ul li {
	height: 34px;
	text-align: center;
	list-style: none;
	border-bottom-color: white  !important;
	border-bottom: 1px  !important;
	border-bottom-style: solid !important;
}
#navul li ul li a{
	text-decoration: none;
    line-height: 34px;
    margin: auto;
    color: black;
}
#navul li.navmoon {
	/**color:#1E98FB;**/
	width:109px;
	height:50px;
	line-height:50px;
}
#navul li.navmoon a {
	color:black;
}
#navul li.navhome a:hover {
	color:#1E98FB;
}
#navul li.navmoon ul {
	display:block;
}
#navul li.navmoon ul li{
	border-bottom: 1px  !important;
	border-bottom-color: white  !important;
	border-bottom-style: solid !important;
}
#navul li.navmoon ul a {
	display:block;
	width:108px;
	height:34px;
	line-height:34px;
}
#navul li.navmoon ul a:hover {
	color:#1E98FB;
}

/**new**/
.navmoon a:hover{
	color:#1E98FB;
}

#navul span {
	display: block;
	float: right;
	/**margin-top: 9px;**/
	margin-top: -41px;
	width: 2px;
	height: 32px;
	/**background: url(../imag/r_bg.png);**/
	background-repeat: no-repeat;
}
