@charset "gb2312";
*
{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-family: Î¢ÈíÑÅºÚ;
	
	border: none;
}

a
{
	color: #333;
}
a:hover
{
	color:#1558ca;
}

html, body
{
	width: 100%;
	overflow-x: hidden;
	font-size: 13px;
}


#QQFLoat
{
  position: fixed;
  right: 10px;
  top: 75%;
  z-index: 100;
}

#WitAd
{
  position: fixed;
  left: 10px;
  top: 50%;
  z-index: 100;
}

.inFrame
{
	width:1000px;
	margin:0 auto;
}

#menubar
{
	
	height:90px;
	background:#fff;
}

#menubar .logo
{
	margin-top:15px;
	float:left;
}
#menubar .nav
{
	float:right;
	margin-left:40px;
	margin-top:45px;
	position: relative;
}

#menubar .nav ul
{
	overflow:hidden;
}
#menubar li
{
	width:100px;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
}
/*
#menubar li:hover a
{
	
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1; 
}
*/
#menubar .nav a
{
	display:block;
	margin:0 3px;
	color:#5e2b0c;
	font-size:16px;
}



#menubar .menuBottom
{
	width:660px;
	height:3px;
}

#menubar .curser
{
	width:100px;
	height:3px;
	background:#b66421;
	position: absolute;
	bottom: -15px;
	left: 0;
}


.banner .inFrame span
{
	margin-left:-960px;
	position: relative;
	left: 50%;

}


#bottombar
{
	margin-top:20px;
}


#bottombar>.title
{
	margin:0 auto;
	width:1000px;
	background:url(../images/bottom_title.png) 0 0 no-repeat #fff;
	height:23px;

}


#bottombar  .top
{
	background:#4f3c2d;
}

#bottombar  .top .logos
{
	overflow:hidden;
	border-bottom:1px solid #69594c;
	

}

#bottombar  .top .logos li
{
	float:left;
	margin:0 5px;
	margin-top:10px;
	margin-bottom:10px;
}

#bottombar  .top .links 
{
	overflow:hidden;
}

#bottombar  .top .links li
{
	line-height:30px;
	float:left;
	margin-right:10px;
}

#bottombar  .top .links li a
{
	color:#fff;
}

#bottombar  .bottom
{
	background:#292929;
}

#bottombar  .bottom>ul
{
	width:740px;
	margin:0 auto;
	padding-top:40px;
	overflow:hidden;
}



#bottombar  .bottom>ul>li
{
	float:left;
	width:165px;
	margin:0 10px;
}

#bottombar  .bottom>ul li a
{
	color:#fff;
}

#bottombar  .bottom>ul li .title
{
	font-size:20px;
	color:#807f7f;
	margin-bottom:10px;
}


#bottombar  .bottom>ul li li
{
	line-height:25px;
}

#bottombar  .bottom>ul li li a
{
	display:block;
	color:#ddd;
}

#bottombar .copyright
{
	text-align:center;
	padding:20px 0px;
	margin-top:10px;
	color:#ddd;
}