@charset "utf-8";
/* 代码整理：易站站长网 www.yizhanzzw.com */
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
ul, li {
	list-style:none;
}
.cn-slider {
	width:1020px;
	height:500px;
	margin:0 auto;
}
.dn {
	display:none;
}
.cn-slider-bg div {
	z-index:100;
	position:absolute;
	width:1020px;
	height:500px;
}
.loading {
	width:1020px;
	height:500px;
	background:url(../images/loading.gif) center #000 no-repeat;
}
.cn-slider-tab {
	z-index:200;
	position:absolute;
	width:1020px;
	height:125px;
	top:375px;
}
.cn-slider-tab-gap {
	float:left;
	background:url(../images/trans-black-50.png);
	border-right:1px #808080 solid;
	width:67px;
	height:70px;
	margin-top:55px;
}
.cn-slider-tab-hover {
	float:left;
	background:url(../images/trans-black-70.png);
	border-right:1px #808080 solid;
	width:220px;
	height:125px;
	position:relative;
	bottom: 0;
}
.cn-slider-tab-normal {
	float:left;
	background:url(../images/trans-black-50.png);
	border-right:1px #808080 solid;
	width:220px;
	height:70px;
	position:relative;
	bottom: 0;
	margin-top:55px;
}
.cn-slider-tab-word-1, .cn-slider-tab-word-2, .cn-slider-tab-word-3, .cn-slider-tab-word-4 {
	cursor:pointer;
	position:absolute;
	width:220px;
	height:110px;
	overflow:hidden;
	background:url(../images/cn-tab-content.png) no-repeat;
	background-image: url(../images/cn-tab-content.png);
}
.cn-slider-tab-word-1-s, .cn-slider-tab-word-2-s, .cn-slider-tab-word-3-s, .cn-slider-tab-word-4-s {
	cursor:pointer;
	position:absolute;
	width:220px;
	height:70px;
	overflow:hidden;
	background:url(../images/cn-tab-content.png) no-repeat;
}
.cn-slider-tab-word-2 {
	background-position:0 -110px;
}
.cn-slider-tab-word-3 {
	background-position:0 -220px;
}
.cn-slider-tab-word-4 {
	background-position:0 -330px;
}
.cn-slider-tab-word-1-s {
	background-position:-270px 0;
}
.cn-slider-tab-word-2-s {
	background-position:-270px -110px;
}
.cn-slider-tab-word-3-s {
	background-position:-270px -220px;
}
.cn-slider-tab-word-4-s {
	background-position:-270px -330px;
}
/* 代码整理：易站站长网 www.yizhanzzw.com */