﻿*{ margin:0; padding:0; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
input{ outline:none; }
.clear{
	clear: both;
}
.left{
	float: left;
}
body{
	background:white url(../img/bg.png) repeat;
}
.right{
	float: right;
}
.top{
	width: 1200px;
	margin: 0 auto;height: 440px;
	position: relative;
	background: url(../img/topbanner2.png) no-repeat center top; 
}
.top .tel{
	color: #603218;
	font-size: 24px;
	position: absolute;
	    top: 84px;
    left: 89px;
}
.main {
	position: relative;
}
.main .bar1{
	top: 0;
	left: 0;
	position: absolute;
	height: 15px;
	width: 100%;
	background: url(../img/bar1.png) repeat;
}
.nav{
	width: 194px;
	background: #f7eed3;
	float: left;
	border-radius: 0 0 155px;
}
.nav ul{
	    padding-left: 3px;
    padding-top: 20px;
    padding-bottom: 75px;
}
.nav ul li a{
	display: block;
}
.nav ul li a:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.bar2{
	margin-top: 26px;
	height: 30px;
	background: url(../img/bar2.png) repeat-x;
}
.foot{
	padding-top: 20px;
    padding-bottom: 20px;
	background: #fff0bf;
}
.foot p{
	text-align:center;
	color: #895d2f;
	font-size: 12px;
	line-height: 22px;
	font-family: "微软雅黑";
}
.foot p a{
	color: #895d2f;
}
