﻿/* CSS Document */

* {
	margin:0px;
	padding:0px;
}


.clear {
	clear:both;
}

.containner{
 width:1000px;
 margin:0 auto;
 height:auto;

}
.top{
 width:1000px;
 height:2px;
 background:url(../images/top_bj.gif) repeat-y;
 overflow:hidden;
}
.head{
 width:980px;
 height:80px;
 padding:10px;
 overflow:hidden;
}
.logo{
 float:left;
 width:273px;
 height:74px;
 background:url(../images/logo.gif) no-repeat;
}
.head_r{
 width:600px;
 float:right;
}
.head_r ul{
 margin-top:10px;
}
.head_r li{
 float:left;
 margin-left:10px;
}
.head_r p{
 width:320px;
 height:26px;
 background:url(../images/head_rbj.gif) no-repeat;
 margin-top:11px;
 float:right;
 line-height:26px;
 padding-left:32px;
}
.head_r p span{
 float:right;
 margin-right:22px;
}
.nav{
 width:1000px;
 height:36px;
 background:url(../images/nav.jpg) repeat-x;
}
.nav ul li {
	float:left;
	display:inline;
	margin:9px 0px 0px 17px;
}
.nav ul li img{
filter:alpha(opacity=60);-moz-opacity:0.8;
}
.nav ul li a {
	font-family:"ΊΪΜε";
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}
.banner{
 width:1000px;
 height:195px;
}
.content{
 width:1000px;
 height:auto;
 border-top:2px solid #E7E7E7;
 border-bottom:2px solid #E7E7E7;
 overflow:hidden;
 margin-top:3px;
}

.bottom{
 width:1000px;
 height:4px;
 background:url(../images/top_bj.gif) repeat-y;
 margin-top:10px;
 overflow:hidden;
}
.foot{
 width:980px;
 height:auto;
 padding:10px;
 background:#f7f7f7;
}
.foot li{
 width:980px;
 text-align:center;
 line-height:24px;
 color:#666;

}
 #right_ad{
	width:111px;
	height:440px;
	position:fixed;
	_position:absolute;
	top:120px;
	_bottom:auto;	_top:expression(eval(document.documentElement.scrollTop));
	z-index:1;
	right:30px;
	_margin-top:120px;
	text-align:center;
}
#left_ad{
	width:111px;
	height:440px;
	position:fixed;
	_position:absolute;
	top:120px;
	_bottom:auto;	_top:expression(eval(document.documentElement.scrollTop));
	z-index:1;
	left:30px;
	_margin-top:120px;
	text-align:center;
}

.ewb-bottom-bg{
	width: 1000px;
    	margin: 0 auto;
}


