body{
	/* background-image: url(../images/bg.jpg);
	background-color:rgb(48, 161, 147); */
	font-family:"微软雅黑",Arial;
	background-size:cover;
	background-attachment:fixed;
	-webkit-text-size-adjust:none;

}
p,input,div,span,li{
	font-family:"微软雅黑",Arial;
}
::-webkit-scrollbar {
	width:6px;
	height:9px;
	background-repeat: no-repeat;
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	background-color:rgba(158, 233, 0, 0.79);
}
::-webkit-scrollbar-thumb:hover {
	background-color:rgba(158, 233, 0, 1);
}

#nav-main{
	width: 962px;
	margin: 0 auto;
	overflow:hidden;
}


/*以下跟搜索有关*/
#search{
	margin-top: 80px;
	width:960px;
	height:120px;
}

#searchout{
	width:760px;
	height:80px;
	margin: 0 auto;
	padding-left: 100px; 
	position: relative;
}
#search_type{
	width:560px;
	height:20px;
	padding-left:90px;
	float:left;
}
#searchform{
	width: 760px;
	height: 42px;
	margin: 10px auto 0;
	float: left;
}
#search_option{
	width:80px;
	height:34px;
	padding-top:6px;
	float:left;
	font-size:17px;
	background-image: url(../images/select.png);
	border:transparent solid 1px;
	border-right: none;
	background-position:right 6px;
	background-size:70%;
	background-repeat: no-repeat;
	text-align: center;
	background-color:rgba(253, 253, 253, 0.4);
	color:#838383;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
#search_input{
	width:520px;
	height:38px;
	float:left;
	padding-left:10px;
	border:transparent solid 1px;
	border-left: none;
	border-right: none;
	outline:0;
	background-color:rgba(253, 253, 253, 0.4);
	font-family:"微软雅黑";
	font-size:17px;
	color:#464646;
	position:relative;
	z-index:1;
}
#searchbutton{
	width:40px;
	height:40px;
	float: left;
	border:transparent solid 1px;
	border-left: none;
	background-color:rgba(253, 253, 253, 0.4);
	background-image: url(../images/a.png);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;

}
#searchbutton:hover{
	background-color:rgba(253, 253, 253, 0.6);
}
#searchbutton:active{
	background-color:rgba(253, 253, 253, 0.4);
}
.search_top_type{
	width:auto;
	height:20px;
	border-bottom:2px solid rgba(3, 247, 237, 0);;
	font-size:15px;
	float:left;
	margin-right:40px;
	padding-bottom:3px;
	color:#F3F3F3;
	cursor: pointer;
}
.search_top_type:hover{
	border-bottom:2px solid rgba(3, 247, 237, 1);
	color: #99CC00;
}
#search_sg{
	position: absolute;
	top:71px;
	left:0px;
	width:652px;
	height:auto;
	background-color:rgba(255, 255, 255, 0.7);
	z-index:2;
}

















