.fullSlide {
	width: 100%;
	position: relative;
	height: 520px;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 520px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 520px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 5px;
	border: 1px solid #fff;
	overflow: hidden;
	line-height: 9999px;
}
.fullSlide .hd ul .on {
	background-color: #fff;
}

.txtScroll-top {
	overflow: hidden;
	position: relative;
}
.txtScroll-top .bd li {
	height: 74px;
}
.txtScroll-top .bd li a {
	text-decoration: none;
	color: #222;
}
.txtScroll-top .bd li a:hover {
	text-decoration: none;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.slide li a img {
	height: 100%;
}

@media (min-width: 641px) {
	.slide img {
		display: block;
		position: relative;
		z-index: 1;
		height: auto;
		width: 100%;
		height: 365px;
		border: 0;
	}
	.slide_container {
		position: relative;
		float: left;
		width: 100%;
	}
	.slide_nav {
		left: 15px;
	}
	.slide_nav.next {
		right: 0;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.slide img {
		display: block;
		position: relative;
		z-index: 1;
		height: auto;
		width: 100%;
		border: 0;
	}
	.slide_container {
		position: relative;
		float: left;
		width: 100%;
		padding: 0 15px;
	}
	.slide_nav {
		left: 15px;
	}
	.slide_nav.next {
		right: 15px;
	}
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 14px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;

	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.next {
	left: auto;
	background-position: right top;
}

@media (min-width: 641px) {
	/*一、24格处理*/
	#iconWall {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 1px;
		padding-left: 1px;
		list-style: none;
	}

	#iconWall li {
		width: 20%;
		height: 180px;
		/*background-color: #fff;*/
		float: left;

		position: relative;
	}

	.img-back,
	.img-front {
		position: absolute;
		left: 0;
		top: 0;
		background-color: #fff;
		width: 100%;
		height: 180px;
		text-align: center;
		line-height: 180px;
	}

	li img {
		vertical-align: middle;
		width: 100%;
		height: auto;
	}

	.img-3d {
		transform-style: preserve-3d;
		backface-visibility: hidden;
	}

	.img-back {
		transform: rotateY(180deg);
	}

	/*三、换一批*/
	#btnRefresh {
		text-align: center;
		transition: .3s linear;
		background-color: #fff;
	}
	.iconRefresh {
		width: 28px;
		height: 28px;
		background: url("../img/refresh.png");
		margin: 50px auto 0;
	}
	#btnRefresh:hover {
		color: #fff;
		background-color: #dd2727;
		transition: 0s;
	}
	#btnRefresh:hover .iconRefresh {
		background: url("../img/refresh-white.png");
	}

	/*四、处理浮层*/
	.mask {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 180px;
		background-color: rgba(0, 0, 0, .7);
		opacity: 0;
	}

	.mask img {
		float: right;
		margin-top: 8px;
		margin-right: 8px;
	}
	.mask p {
		font-size: 16px;
		color: #fff;
		margin-top: 20%;
		text-align: center;
		padding: 10px;
	}
	.mask a {
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		background-color: red;
		width: 70px;
		display: block;
		margin: 0 auto;
		text-align: center;
		height: 18px;
		line-height: 18px;
		border-radius: 9px;
	}

	li:hover .mask {
		opacity: 1;
		transition: .3s linear;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	/*一、24格处理*/
	#iconWall {
		width: 100%;

		margin: 0 auto;
		overflow: hidden;
		padding: 1px;

		list-style: none;
	}

	#iconWall li {
		width: 49.5%;
		height: 120px;
		/*background-color: #fff;*/
		float: left;
		margin-left: 1px;
		margin-bottom: 1px;
		overflow: hidden;
		position: relative;
	}

	/*二、3D反转区域处理 */
	.img-back,
	.img-front {
		position: absolute;
		left: 0;
		top: 0;
		background-color: #fff;
		width: 100%;
		height: 120px;
		text-align: center;
		line-height: 120px;
	}

	li img {
		vertical-align: middle;
		width: 100%;
	}

	.img-3d {
		transform-style: preserve-3d;
		backface-visibility: hidden;
	}

	.img-back {
		transform: rotateY(180deg);
	}

	/*三、换一批*/
	#btnRefresh {
		text-align: center;
		transition: .3s linear;
		background-color: #dd2727;
		color: #fff;
	}
	.iconRefresh {
		width: 28px;
		height: 28px;
		background: url("../img/refresh-white.png");
		margin: 32px auto 0;
	}
	#btnRefresh a {
		color: #fff;
	}
	#btnRefresh:hover {
		color: #fff;
		background-color: #dd2727;
		transition: 0s;
	}
	#btnRefresh:hover .iconRefresh {
		background: url("../img/refresh-white.png");
	}

	/*四、处理浮层*/
	.mask {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 120px;
		background-color: rgba(0, 0, 0, .7);
		opacity: 0;
	}

	.mask img {
		float: right;
		margin-top: 8px;
		margin-right: 8px;
	}
	.mask p {
		font-size: 12px;
		color: #fff;
		margin-top: 45px;
		text-align: center;
	}
	.mask a {
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		background-color: red;
		width: 70px;
		display: block;
		margin: 0 auto;
		text-align: center;
		height: 18px;
		line-height: 18px;
		border-radius: 9px;
	}

	li:hover .mask {
		opacity: 1;
		transition: .3s linear;
	}
}

/* 二级菜单弹出 */
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.navBar {
		position: relative;
		z-index: 1;
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		color: #333;
	}
	.nav {
		position: relative;
		margin: 0 auto;
		font-family: "Microsoft YaHei", SimSun, SimHei;
		font-size: 14px;
	}
	.nav a {
		color: #333;
		text-decoration: none;
	}
	.nav h3 {
		font-size: 100%;
		font-weight: normal;
		margin: 0;
		line-height: 50px;
	}
	.nav .m {
		float: left;
		height: 50px;
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.nav .s {
		float: left;
		width: 1px;
		text-align: center;
		background: #b93909;
		font-size: 12px;
	}
	.nav h3 a {
		display: block;
		text-align: center;
		font-weight: normal;
		color: #fff;
		padding: 0 10px;
	}
	.nav h3 a:hover {
		background: #b93909;
	}
	.nav .sub {
		display: none;
		position: absolute;
		top: 50px;
		z-index: 1;
		background: #fff;
		margin: 0;
		padding: 0 10px;
	}
	.nav .sub li {
		text-align: center;
		line-height: 40px;
		list-style: none;
	}
	.nav .sub li a {
		display: block;
		border-bottom: 1px solid #e6e4e3;
		text-decoration: none;
	}
	.nav .sub li a:hover {
		color: #fe7700;
	}
	.nav .block {
		height: 50px;
		background: #aa3509;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
	}
}
@media only screen and (min-width: 641px) and (max-width: 1359px) {
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.navBar {
		position: relative;
		z-index: 1;
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		color: #333;
	}
	.nav {
		position: relative;
		margin: 0 auto;
		font-family: "Microsoft YaHei", SimSun, SimHei;
		font-size: 14px;
	}
	.nav a {
		color: #333;
		text-decoration: none;
	}
	.nav h3 {
		font-size: 100%;
		font-weight: normal;
		margin: 0;
		line-height: 50px;
	}
	.nav .m {
		float: left;
		height: 50px;
		position: relative;
		z-index: 1;
		padding: 0 15px;
	}
	.nav .s {
		float: left;
		width: 1px;
		text-align: center;
		background: #b93909;
		font-size: 12px;
	}
	.nav h3 a {
		display: block;
		text-align: center;
		font-weight: normal;
		color: #fff;
	}
	.nav h3 a:hover {
		background: #b93909;
	}
	.nav .sub {
		display: none;
		position: absolute;
		top: 50px;
		z-index: 1;
		background: #fff;
		margin: 0;
		padding: 0;
	}
	.nav .sub li {
		text-align: center;
		line-height: 40px;
		list-style: none;
	}
	.nav .sub li a {
		display: block;
		border-bottom: 1px solid #e6e4e3;
		text-decoration: none;
	}
	.nav .sub li a:hover {
		color: #fe7700;
	}
	.nav .block {
		height: 50px;
		background: #aa3509;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
	}
}
@media (min-width: 1360px) {
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.navBar {
		position: relative;
		z-index: 1;
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		color: #333;
	}
	.nav {
		position: relative;
		margin: 0 auto;
		font-family: "Microsoft YaHei", SimSun, SimHei;
		font-size: 14px;
	}
	.nav a {
		color: #333;
		text-decoration: none;
	}
	.nav h3 {
		font-size: 100%;
		font-weight: normal;
		margin: 0;
		line-height: 50px;
	}
	.nav .m {
		float: left;
		height: 50px;
		position: relative;
		z-index: 1;
	}
	.nav .s {
		float: left;
		width: 1px;
		text-align: center;
		background: #b93909;
		font-size: 12px;
	}
	.nav h3 a {
		display: block;
		text-align: center;
		font-weight: normal;
		color: #fff;
	}
	.nav h3 a:hover {
		background: #b93909;
	}
	.nav .sub {
		display: none;
		position: absolute;
		top: 50px;
		z-index: 1;
		background: #fff;
		margin: 0;
		padding: 0;
	}
	.nav .sub li {
		text-align: center;
		line-height: 40px;
		list-style: none;
	}
	.nav .sub li a {
		display: block;
		border-bottom: 1px solid #e6e4e3;
		text-decoration: none;
	}
	.nav .sub li a:hover {
		color: #fe7700;
	}
	.nav .block {
		height: 50px;
		background: #aa3509;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
	}
}

.onon {
	background: #aa3509;
}
