@charset "gb2312";
/* CSS Document */

/*
	Explain:		重定义浏览器默认样式
	Last modify time	2013-4-28
*/	 
	input, button, select, textarea { font:12px/1.5 "\5fae\8f6f\96c5\9ed1","\5b8b\4f53"}
	textarea { resize: none; }
	body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset{ margin: 0; padding: 0; }
	caption, th { font-weight: 400; }
	ul,li{list-style:none}
	h1, h2, h3, h4, h5, h6 { font-size: 1.2em; }
	input,submit{ border:0 none;}
	a{text-decoration:none}
		/*a:hover{text-decoration:underline}*/
	img{border:none;}
	
/*
	Explain:		清楚浮动
	Last modify time	2013-4-28
*/	
	body{
		background-color:#F5F5F5;
	}
	.cl{ clear:both;}
/*--------------------------------*/

.header{ background:#F5F5F5; width:100%; min-width: 1200px;}
.logo_search{ margin:0 auto; padding:80px 0 0; width:630px;}
.logo{ background:url(../images/logo.png) no-repeat; height:80px; width:230px; float:left; }
.search{ float:left; margin-top:10px; display:inline; }
.form{ margin-top:5px; }
.search_input{ background:url(../images/whois_www.gif) no-repeat; float:left; height:31px; padding:4px 0 0 54px; width:256px;}
.search_input_txt{ font-size:14px; height:24px; line-height:24px; width:100%; outline:none;font-size: 14px;}
.search_submit{ float:left; margin-left:10px; } 
.search_submit_img{ background:url(../images/whois_button.jpg) no-repeat; height:35px; width:73px; }
/*---------------------------------------------------hearder  the  end-------------------*/

.main{ background:url(../images/whois_bj2.jpg) repeat-x; width:100%;}
.main_wp{ width:520px; margin:0 auto; padding:35px 0 20px; }
.main_wp h3{ background:url(../images/laba.jpg) 63px -5px no-repeat; height:43px;}
.main_wp li{ float:left; width:250px; padding-top:5px; text-align:left;}
.main_wp li a{ color:#0066CC; line-height:24px; display:block; text-decoration:underline;}
.main_wp li a:hover{ color:#FF6600; line-height:24px; display:block; text-decoration:underline;}
/*---------------------------------------------------main  the  end-------------------*/

.footer{ width:100%; }
.footer_wp{ width:550px; text-align:center; margin:0 auto; padding-top:20px; color:#333333;}
/*---------------------------------------------------footer  the  end-------------------*/
.footer-short{
	/*position:absolute;
	bottom:0;
	left:0;*/
	width:100%;
	height:35px;
	background-color:#000000;
	min-width: 1200px;
}
   


