﻿@charset "utf-8";
/* CSS Document */
/*html5*/
*{
	margin:0px;
	padding:0px;
	color:#666;
	}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body {
	background-image:url(../images/bg_03.jpg);
	
	
	
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0px;
	padding: 0px;
	list-style:none;
 hide-focus: expression(this.hideFocus=true); /* for ie 5+ */
	outline: none; /* for firefox 1.5 + */
}
:focus {
	outline:0;
	outline:none;
}
:active {
	outline:none;
}
a:hover{
	color:#ccc;}
body, button, input, select, textarea {
	font: 12px/1.5  "微软雅黑","黑体","宋体", "tahoma", "arial", sans-serif;/*font-family:"微软雅黑";*/
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: "courier new", "courier", monospace;
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	color:#454105;	
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#000;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
legend {
	color: #000000;
}
fieldset, img {
	border: none;
	
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
/*页面类*/
#banner {
width: 100%;
min-width: 1000px;
height: auto;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
#banners {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
z-index: 0;
}
#banner_tp {
width: 100%;
min-width: 1000px;
height: 44px;
background-position: left;
background-repeat: repeat-x;
position: absolute;
margin: 0;
bottom: 0;
margin-bottom: 0px !important;
z-index: 10000;
}
#banner_list {
width: 100%;
height: auto;
}
#banner_list img {
border: 0px;
text-align: center;
min-width: 1000px;
width: 100%;
}
#banner_center {
margin-left: auto;
margin-right: auto;
width: 1000px;
height: 44px;
text-align:center;
}	
#banner_center ul {
list-style-type: none;
border: 0;
z-index: 1002;
margin: 0;
padding: 0;
margin-top: 10px;
margin-left:auto;
margin-right:auto;
width:auto;
}
#banner_center ul li {
background-image:url(../images/Circle_02.png);
background-position: left;
background-repeat: no-repeat;
display:inline-block;
border: 0;
cursor: pointer;
width: 15px;
height: 14px;
margin-left: 10px;
}	
#banner_center ul li.on {
background-image: url(../images/Circle_03.png);
background-position: left;
background-repeat: no-repeat;
width: 13px;
height: 13px;
}


#banner_center ul li p{
	display:none;}

  .bah_p{color: #fff !important;}
  .bah_p:hover{color: #fff !important;opacity:0.7;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7;}	