fieldset, img {
border: 0
}
:focus {
outline: 0
}
address, caption, cite, code, dfn, em, th, var, optgroup {
font-style: normal;
font-weight: normal
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal
}
abbr, acronym {
border: 0;
font-variant: normal
}
input, button, textarea, select, optgroup, option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit
}
code, kbd, samp, tt {
font-size: 100%
}
input, button, textarea, select {
 *font-size:100%
}

table {
border-collapse: collapse;
border-spacing: 0
}
caption, th {
text-align: left
}
sup, sub {
font-size: 100%;
vertical-align: baseline
}
:link, :visited, ins {
text-decoration: none
}
blockquote, q {
quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none
}

.wp, .wrap, .wraper {
width: 980px;
margin: 0 auto;
}
img {
vertical-align: top;
}
.clear-fix:after, .clear-fix:before, .cf:after, .cf:before {
content: "";
display: table;
}
.clear-fix:after, .cf:after {
clear: both;
}
.clear-fix, .cf {
 *zoom:1;
}
.banner {

margin-top: 182px;
margin-bottom: 0px;
z-index: 1;
}
.banner .slider {
position: relative;
}
.banner .slider ul {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
height: 350px;
overflow: hidden;
position: relative;
}
.banner .slider ul li {
position: absolute;
top: 0;
left: 50%;
}
.banner .slider .dots:after {
display: table;
clear: both;
content: "";
}
.banner .slider .dots {
position: absolute;
bottom: 20px;
left: 46%;
z-index: 10;
 *zoom: 1;
}
.banner .slider .dots a {
display: block;
float: left;
width: 12px;/*tamanho das bolinhas da animação*/
height: 12px;/*tamanho das bolinhas da animação*/
margin-right: 10px;/*espaço entre as bolinhas*/
text-indent: -9999em;
background: #000;/*cor das bolinhas*/
border-radius: 10px;
}
.banner .slider .dots .cur {
background: #fff;/*cor das bolinhas da animação quando selecionada*/
}
.banner .slider .arrow {
width: 65%;
position: absolute;
top: 45%;
left: 18%;
z-index: 5;
}
.banner .slider .arrow a {	
font-family: "Microsoft YaHei";
font-size: 34px;
font-weight: bold;
color: #fff;
}
.banner .slider .arrow .btn-left {
float: left;
}
.banner .slider .arrow .btn-right {
float: right;
}