﻿@charset "utf-8";

body,ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.zzsc {
	width: 1200px;
	position: relative;
	background-color: #CCCCCC;
}
.zzsc .pre{
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	width: 41px;
	cursor:pointer;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 99;
	margin-top: -20px;
}

.zzsc .next{
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	width: 41px;
	cursor:pointer;
	top: 50%;
	right: 0px;
	position: absolute;
	z-index: 99;
	margin-top: -20px;
	}

.zzsc .wai_box {
	height: 464px;
	width: 1200px;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.zzsc .zzsc_box{
	width: 2976px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.zzsc .zzsc_box ul {
	float: left;
	width: 300px;
	height: 464px;
}
.zzsc .zzsc_box li {
	width: 100%;
	height: 100%;
	position: relative;
}
.zzsc .zzsc_box li>img{
	width: 100%;
	height: 100%;
}
.zzsc .zzsc_box li > p{
	width: 220px;
	text-align: center;
	position: absolute;
	bottom: -30px;
	font-size: 15px;
	color: #999999;
	z-index: 99;
}
.zzsc .zzsc_box li .banner_line{
	width: 220px;
	height: 4px;
	position: absolute;
	bottom: -50px;
	background: #998741;
	z-index: 99;
}
.zzsc .nav {
	height: 10px;
	margin-top: 20px;
	width:231px;
	margin-right: auto;
	margin-left: auto;
}
.zzsc .nav a {
	background:rgba(100, 100, 100, 0.7);
	display: block;
	float: left;
	height: 10px;
	width: 75px;
	font-size: 0px;
	line-height: 0px;
	margin-right: 2px;
	cursor:pointer;
}
.zzsc .nav a:hover{
	background-color: #F9B766;
}
.zzsc .nav .now{
	background-color: #F9B766;
}