@charset "utf-8";
/* CSS Document */

.hiSlider{
	overflow: hidden;
	min-height: 200px;
	width: 555px;
	height: 330px;
}
.hiSlider-item{
	float: left;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}

.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.paytitle {
	text-align: center;
    color: #831F1F;
    margin-top: 10px;
    font-size: 2em;
}
*{
		    margin: 0;
		    padding: 0;
		}
		body{
		    font: 16px/2 'Microsoft YaHei', 'Arial';
		}
		li{
		    list-style: none;
		}
		li img{
		    display: block;
		    margin: 0 auto;
			width: 100%;
			height: 280px;
		}
		#wrap{
		    width: 80%;
		    min-width: 300px;
		    margin: 10px auto 80px;
		    background: #fefefe;
		}
		.hiSlider{
		    overflow: hidden;
		    height: 280px;
		    width: 500px;
		    background: #eee;
		}
		.hiSlider-item{
		    float: left;
		}