@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
}
#main{
	width:970px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	clear:both;
}
#choosecity{
	margin:0px;
	padding:0px;
	width:100px;
	height:18px;
	margin-top:3px;
}
#login{
	width:640px;
	height:25px;
	float:left;
	padding-left:5px;
}
#login #reg_userc,#reg_pwdc{
	width:150px;
	height:16px;
}
#login #imageField2,#imageField2{
	width:40px;
	height:20px;
	margin:0px;
	padding:0px;
	padding-top:2px;
	cursor:pointer;
	border:1px double #CCC;
	background-color:#FFF;
}
#topother{
	width:300px;
	height:25px;
	float:left;
	text-align:right;
}
#logodiv{
	width:950px;
	height:83px;
	margin-bottom:10px;
	clear:both;
}
#logo{
	width:219px;
	height:83px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	float:left;
}
#search{
	width:702px;
	height:83px;
	float:left;
}
#search #tab{
	width:100%;
	height:35px;
	position:relative;
}
#search .tabbutton{
	width:76px;
	height:24px;
	padding-top:6px;
	float:left;
	margin-top:6px;
	text-align:center;
	font-size:16px;
	cursor:pointer;
}
#search .tabbuttonselect{
	background-image:url(../img/selecttab.gif);
}
.marginleft5{
	margin-left:5px;
}
#search #searchbg{
	width:702px;
	height:48px;
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
}
#search .searchleft{
	width:24px;
	height:48px;
	background-image:url(../img/searchleft.gif);
	background-repeat:no-repeat;
	float:left;
}
#search .searchmid{
	height:48px;
	float:left;
	font-size:12px;
}
#search .searchmid #fangwusearch,#loupansearch{
	width:650px;
	height:38px;
	padding-top:10px;
	margin-left:20px;
}
#search .searchmid .sleft{
	width:590px;
	height:34px;
	padding-top:4px;
	float:left;
}
#search .searchmid .sright{
	width:60px;
	height:38px;
	float:left;
}
#search .searchright{
	width:24px;
	height:48px;
	background-image:url(../img/searchright.gif);
	background-repeat:no-repeat;
	float:left;
}
#search .searchmid .gosearch{
	width:59px;
	height:30px;
	display:block;
	background-image:url(../img/gosearch.gif);
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}
#nav{
	width:948px;
	height:20px;
	padding-top:6px;
	clear:both;
	border:1px double #beb7b8;
	background-color:#ffb880;
	font-size:12px;
	text-align:center;
}
#nav a{
	text-decoration:none;
	color:#000;
}

#fistrow,#secondrow,#thirdrow,#fourthrow,#fiverow,#sixrow,#sevenrow,#eightrow{
	width:970px;
	clear:both;
	margin-top:10px;
}
.foothr{
	width:100%;
	height:4px;
	background-color:#ffb880;
}

#footer{
	width:100%;
	height:auto;
	font-size:14px;
	text-align:center;
}
#f1{
	width:100%;
	height:20px;
	padding-top:5px;
}
#f2{
	width:100%;
	height:auto;
	margin-top:5px;
	padding-top:5px;
}
#loginform{
	width:384px;
	margin:100px auto;
}
#loginform .topinfo{
	width:100%;
	height:20px;
	padding-top:5px;
	font-size:14px;
	text-align:center;
	margin-bottom:10px;
	background-color:#f0f0f0;
}
#loginform ul{
	width:380px;
	height:auto;
	list-style-type:none;
	text-align:center;
	font-size:13px;
        margin-top:-10px;
        padding:0 1px;
        border:1px double #f0f0f0;
}
#loginform ul li{
	width:100%;
	height:30px;
	padding-top:5px;
	padding-bottom:5px;
}
#loginform ul li #reg_user,#pass2{
	width:150px;
	height:22px;
}
#regform{
	width:970px;
	margin:100px auto;
}
#regform .topinfo{
	width:970px;
	height:20px;
	padding-top:25px;
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
	clear:both;
}
#regform .serviceinfo{
	width:90%;
	margin:10px auto;
	padding-top:4px;
	text-align:left;
	font-size:12px;
	clear:both;
}
#regform .regtable{
	width:380px;
	height:auto;
	margin:10px auto;
	clear:both;
	font-size:12px;
	text-align:center;
	border:1px double #f0f0f0;
}
#regform .regtable ul{
	width:100%;
	list-style-type:none;
}
#regform .regtable ul li{
	width:100%;
	padding-top:4px;
}
#regform .regtable ul li span{
	width:80px;
	float:left;
	margin-left:30px;
	padding-top:2px;
}
#regform .regtable ul li #reg_user2,#reg_pwd,#reg_pwd2{
	width:150px;
        height:22px;
	float:left;
}