﻿/*公用css*/
*{ margin:0px; padding:0px;}
body{ font-size:12px; color:#333; background:#e1e1e1;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,a,big, em,font,img,strong,tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, marquee, input, select{ margin:0px; padding:0px;}
img{ border:0px;}
ul{ list-style:none;}
a{ text-decoration:none; color:#333;}
a:hover{ color:#F00;}
a:active{ color:#900;}
.floatclear{ clear:both; height:0; font-size:0;}


.bg{ width:978px; margin:0 auto; padding:1px; background:#fff;}
.top{ width:978px; height:202px; background:url(../images/top_bg.jpg) no-repeat; overflow:hidden;}
	.logo{ float:left; margin:47px 0 0 41px; display:inline;}
	.top_right{ float:right;}
		.collection{ float:right; margin:12px 16px 0 0; display:inline;}
			.collection a{}
			.collection a:hover{ text-decoration:underline; color:#333;}
		.search{ margin:130px 10px 0 0; float:right; display:inline;}
			.search label{ float:left; line-height:27px; color:#174065; font-family:"Microsoft YaHei"; font-size:14px;}
			.search input.text{ float:left; background:url(../images/textbox_bg.jpg) no-repeat; width:160px; line-height:25px; height:25px; padding:0 3px; display:inline; border:0; margin-top:1px; margin-right:8px;}
			.search input.btn{ float:left; width:48px; height:27px; border:0; cursor:pointer; background:url(../images/btn_search.png) no-repeat;}
		

.nav{ width:978px; height:40px; margin:0 auto 14px; background:url(../images/nav_bg.jpg) repeat-x; text-align:center; overflow:hidden;}
	.nav ul{ height:40px;}
	.nav ul li{ float:left; text-align:center; height:40px; line-height:40px; padding-right:1.9px; background:url(../images/nav_line.jpg) no-repeat right center;}
	.nav ul li a{display:block; font:bold 14px/14px "Microsoft YaHei"; float:left; max-width:101px; height:30px; padding:10px 10px 0px 10px;}
        .nav ul li a span { font:normal 12px/12px "Microsoft YaHei";max-width:101px; text-align:center; 
        }
		.nav ul li a:hover{ background:url(../images/nav_line_hover.jpg) repeat-x; color:#fff;}
.main{ width:960px;  margin:0 auto 14px;}















.footer{ width:978px; height:54px; background:#fff; border-top:1px solid #ccc; padding-top:14px; margin-top:14px;}
	.footer p{ text-align:center; line-height:22px;}
	



