*{ 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:#f0f9e7 url(../images/footbanner.png) no-repeat center bottom;
}
.right{
	float: right;
}
.top{
	    min-width: 1200px;
    max-width: 1698px;
    margin: 0 auto;
    height: 548px;
	position: relative;
	background: url(../images/topbanner1.jpg) 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(../images/bar1.png) repeat;
}
.nav{
	width: 248px;
	background: #d8e9b2;
	float: left;
	    border-radius: 15px;
}
.nav ul{
	    padding-left: 24px;
    padding-top: 20px;
    padding-bottom: 6px;
}
.nav ul li {
	margin-bottom: 30px;    position: relative;
	z-index:99;
}
.nav ul li a{
	display: block;
}
.nav ul li img{
	height: 55px;
}
.nav ul li a:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.nav_right{
	    display: none;
    z-index: 10;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 200px;
    top: 0px;
    padding: 0px 5px 10px 0px;
    background: #2196F3;
	}
.nav_right a{   
    height: 20px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    padding-left: 10px;
	padding-right:10px;
    display: block;
    float: left;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;}
.bar2{
	margin-top: 26px;
	height: 30px;
	background: url(../images/bar2.png) repeat-x;
}
.foot{
	padding-top: 20px;
    padding-bottom: 20px;
}
.foot p{
	text-align:center;
	color: #895d2f;
	font-size: 12px;
	line-height: 22px;
	font-family: "微软雅黑";
}
.foot p a{
	color: #895d2f;
}
