@charset "UTF-8";
    .slider, .slider .slider-img {
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.slider {
    width: 100%;
    position: relative;
}
.slider:hover .slider-btn {
    color: #fff;
    text-shadow: 0 0 5px #666;
}
.slider .slider-img {
    width: 1200000px;
    position: relative;
}
.slider .slider-img .slider-img-ul {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.slider .slider-img .slider-img-ul::after{
	display: block;
	content: "";
	clear: both;
	width: 0px;
	height: 0px;
	overflow:hidden;
}
.slider .slider-img .slider-img-ul li {
    float: left;
}
.slider .slider-img .slider-img-ul li img {
	display: block;
    width: 100%;
    height: auto;
}
.slider .slider-dot{
	position: absolute;
	width: 1200px;
	left:0px;
	right:0px;
	bottom:30px;
	margin: 0px auto;
}
.slider .slider-dot ul {
    position: absolute;
    right: 50px;
    bottom: 30px;
}
.slider .slider-dot ul li {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background:url(../img/index7.png) no-repeat;
    border: none;
    float: left;
    margin-left: 10px;
}
.slider .slider-dot ul li.active, .slider .slider-dot ul li:hover {
   width: 40px;
   height: 16px;
   background:url(../img/index6.png) no-repeat;
}
.slider .btn-list{
	position: absolute;
	top:0px;
	bottom:0px;
	left: 0px;
	right: 0px;
	width: 1200px;
	height: 63px;
	margin: auto;
}
.slider .slider-btn {
    position: absolute;
    width: 63px;
    height: 63px;
	top:0px;
}
.slider .slider-btn:hover {
    background: rgba(125, 125, 125, .3);
}
.slider .slider-btn.slider-btn-left {
    left: 0;
	background-image: url(../img/index-left.png);
	background-repeat: no-repeat;
}
.slider .slider-btn.slider-btn-right {
    right: 0;
	background-image: url(../img/index-right.png);
	background-repeat: no-repeat;
}
