@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}
body{
text-align:center;
font-size:12px;
font-family:'宋体', Arial, Helvetica, sans-serif;
color:#666;
line-height:22px;
margin:0 auto;
padding:0;
background:#f5f5f5 url(../images/body_bg.gif) repeat-y center top;
}
a{ text-decoration: none; color:#666;}
a:hover{
color:#B40808;
}
a img{ border:none;}
h1,h2,h3,h4,h5{ margin:0; padding:0;}
ul,ul li{list-style:none; margin:0; padding:0;}
.clear{ clear:none;}

/*--------------------------------------------------字体样式--*/
.text_orange{ color:#f60;}
.text_red{ color:#f00;}
.text_333{ color:#333;}
.text_f90{ color:#f90;}
.text_960{ color:#960;}
.text_a6{ color:#a6a6a6;}
.text_fff{ color:#fff;}

.new_fonttext
{
	height:25px;
	line-height:25px;
	}
	.new_fonttext a
	{
		margin:0 6px;
		padding-bottom:2px;
		border-bottom:1px solid #000;
		color:#000;
		}

/*-----------------------------------------------------表单样式--*/
.width215px{
width:215px;
}
.search_text{
width:143px;
border:none;
height:21px;
line-height:21px;
padding-left:12px;
background-attachment:fixed;
background:url(../images/header_bg.gif) no-repeat 0 -441px;
}
/*
.search_text{
height:22px;
line-height:22px;
border-top:1px solid #fdbe7d;
border-bottom:1px solid #fdbe7d;
border-right:1px solid #fdbe7d;
border-left:none;
margin-left:23px;
vertical-align:bottom;
}
*/
.search_btn{
border:none;
width:26px;
height:21px;
background:url(../images/header_bg.gif) no-repeat -155px -441px;
}

/*-----------------------------------------------------------长度--*/
.width100{
}
.height202px{height:202px;}
.margin8px{margin:0 8px;}
.margin80px_l{ margin-left:80px;}
.margin95px_l{ margin-left:95px;}
.margin325px_l{ margin-left:325px;}
.margin460px_l{ margin-left:460px;}
.margin575px_l{ margin-left:575px;}