﻿@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a, img {
	padding: 0;
	margin: 0;
}
body {
	font:12px/20px "宋体", Verdana, Arial;
	color:#333;
	background-color:#fdfdfb;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, b {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size:100%;
}
a {
	text-decoration:none;
	color:#403F3F;
}
a:hover {
	color:#1D87D3;
}
/*网页内共同的样式*/
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/*网页内共同的样式(end)*/
/*内容主要框架*/
#header, #containter, #footer {
}
.wrap {
	width:980px;
	margin:0 auto;
	clear:both;
}
/*内容主要框架（end）*/

/*head*/
#header{
	border-top:3px solid #80ca11;
}
#header .wrap{
	height:80px;
	background:url(../images/top-bg.gif) 200px top no-repeat;
}

.logo{
	width:86px;
	height:51px;
	float:left;
	display:inline;
	margin:15px 10px 0 20px;
}

.top-tel{
	float:left;
	display:inline;
	border-left:1px dashed #dbdbdb;
	padding-left:20px;
	margin-left:30px;
	height:60px;
	padding-top:20px;
}


/*导航条*/
.menu {
	float:left;
	display:inline;
	margin-top:30px;
	margin-left:-20px;
}
.menu li{
	float:left;
	display:inline;
	padding:0 0 0 55px
}
.menu li a{
	font:bold 14px/22px "微软雅黑", "宋体", Arial;
	color:#444943;
}
.menu li a:hover,.menu li.cur a{
	color:#C00;
}



/*footer*/
#footer {
	border-top:1px solid #F1F1F1;
	padding:15px 0 20px;
	overflow:hidden;
}

.f-logo{
	width:55px;
	height:31px;
	float:left;
	display:inline;
	width:169px;
	border-right:1px solid #F1F1F1;
	text-align:center;
	margin-right:15px;
	padding:6px 0;
}

.copyright{
	float:left;
}





/*页面模块宽高*/
.grid {
}
