body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	background: url(../img/a-01.jpg) no-repeat top center !important;
	position: relative;
	width: 100%;
	font: 16px "Microsoft Yahei";
	-webkit-text-size-adjust: 100%;
	color: #333;
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #1b7ee3;
	text-decoration: none;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

.cont {
	width: 1200px;

	margin: 400px auto 0 auto;
}
.top1{
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.top2,.top3,.top4,.top5,.top6 {
	width: 100%;
	background: #fff;
	
}
.top4{
	position: relative;
}

.top1 img {
	width: 1163px;
	height: 768px;
	margin: 20px auto 0 auto;
	display: block;
}
.top2 ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.top2 li {
	float: left;
	margin-right: 5px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.top2 img {
	width: 1163px;
	height: 169px;
	margin: 15px auto;
	display: block;
}
.top3 img {
	width: 1163px;
	height: 768px;
	margin: 0 auto ;
	display: block;
}


.top4 img{
	width: 1163px;
	height: 768px;
	margin: 10px auto;
	display: block;
}
.top4 .top4-1{
	position: absolute;
	top: 100px;
	left: -172px;
}
.top4 .top4-1 img{
	width: 190px;
	height: 310px;
}
.top6{
	margin: 20px auto;
	display: block;
}
	
/* 轮播slider 样式 */
.top2 {
	overflow: hidden;
	position: relative;
}

.top2 .top2-slider {
	position: relative;
	height: 100%;
	z-index: 0;
	padding:0 20px;
}

.top2 .top2-slider li {
	zoom: 1;
	vertical-align: middle;
}

.top2 .top2-slider img {
	width: 1163px;
	height: 190px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.top2 .prev{
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 28px;
	height: 54px;
	background: url(../img/a-06.png) center center no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.top2 .next {
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 28px;
	height: 54px;
	background: url(../img/a-07.png) center center no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}



.top2 .prev:hover,

.top2 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

