@CHARSET "UTF-8";

/* CSS Document */

/*********************去除默认的样式****************************/
* {
    font-family: "Microsoft YaHei", Arial;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

a {
    color: #0f80e3;
    text-decoration: none;
}

a:hover {
    color: #FF6458;
    text-decoration: none;
}

ol, ul, li{
	list-style:none;
}

em, i {
    font-style: normal;
}

body, button, input, select, textarea {
    font: 12px/1.5 "Microsoft Yahei",arial;
}

img {
    border: 0;
}

input[type="text"]:hover, input[type="password"]:hover {
    box-shadow: 0 0 5px rgba(15, 128, 227, 0.5);
}
 
/*********************End****************************/

/************************使页面的元素均居中显示***************/
html {
	 text-align:center;
}

#main {
	 margin:0 auto;
	 text-align:left;
	 width:960px;
}
/*********************End****************************/


/******************顶部导航******************************/

#top{
	margin-top:5px;
	border-bottom: 1px solid #ddd;
	height:20px;
	color: #666;
}

#top a{
	color: #484848;
	text-decoration:none;
}

#top a:hover{
	text-decoration:underline;
	color: #ff5500;
}

#lefttop li{
	font: 12px/1.5 tahoma,sans-serif;
	padding-right:6px;
	list-style:none;
	float:left;
}

#righttop{
	float:right;
	font: 12px/1.5 tahoma,sans-serif;
}

#righttop li{
	font: 12px/1.5 tahoma,sans-serif;
	padding-right:6px;
	list-style:none;
	float:left;
}

.hover{
	background:url(../../images/public/header/nav.png) no-repeat;
	color:#FFF;
}

.nohover{
	background:url(../../images/public/header/nav_1.png) no-repeat;
	color: #666;
}
/*************************end*****************************/


/*******************************search**************************/
#search{
	margin-top:10px;
}

#logo{
	float:left;
}

#search_input ul{
	color: #484848;
	font-size: 12px;
	margin-left:10px;
	float:left;
}

#search_input ul li{
	width:89px;
	height:22px;
	text-align:center;
	margin-right:15px;
	list-style:none;
	float:left;
}

#search_input ul li{
	text-decoration:none;
	line-height:22px;
	font-weight:bold;
	cursor: pointer;
}

#searchcontent{
	float:left;
	width:760px;
	height:32px;
	background-color:#138BDE;
	margin-left:10px;
}

#sinput{
	float:left;
	height:22px;
	width:570px;
	margin-left:5px;
	margin-top:4px;
	border: 1px solid #666;
	line-height: 22px;
	color: #666;
	padding-left: 8px;
}

#sbtn{
	background:url(../../images/public/header/sbtn.png) no-repeat;
	height:24px;
	width:65px;
	border: medium none;
	cursor: pointer;
	margin-top:4px;
	margin-left:5px;
	float:left;
}

#searchcontent a{
	float:left;
	display:block;
	margin-top:4px;
	margin-left:10px;
	border-left:1px solid #FFF;
	padding-left:8px;
}

.txtbtn {
font-family: Arial;
background-color: #138bde;
width: 77px;
height: 25px;
line-height: 25px;
font-size: 18px;
border: 0 none;
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
float: left;
text-align: center;
text-decoration: none;
}

.txtbtn:hover {
background-color: #119eff;
}
/********************************end******************************/


/**********以上均为公共css样式*****************************************/