﻿@charset "utf-8";

.banner {
	width:100%;
	min-width:1200px;
	position:relative;
}
.banner .liImg img {
	height:625px;
	width:100%;
	border:0;
}
.banner .hd {
    top:590px;
    right:46.5%;
    position:absolute;
    z-index:5;
}
.banner .hd li {
    display:inline-block;
    cursor:pointer;
    height:10px;
    width:25px;
    margin:0 10px;
    border-radius:5px;
    background:rgb(136,136,136);
    overflow:hidden;
    text-indent:-10px;
}
.banner .hd li.on {
    background:rgb(68,68,68);
}