/*lun bo*/
.index_focus {
	position: relative;
	width: 100%;
	padding-bottom: 41.82%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 9;
}

.page_banner.index_focus {
	height: 400px;
	padding: 0;
}

.index_focusn {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	height: 100%;
	z-index: 99;
}

.index_focus .bd {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.index_focus .bd ul {
	width: 100%;
	height: 100%;
}

.index_focus .bd li {
	display: none;
	width: 100%;
	height: 100%;
}

.index_focus .bd li a {
	width: 100%;
	height: 100%;
}

.index_focus .bd li a picture {
	width: 100%;
	height: 100%;
}

.index_focus .bd li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.index_focus .slide_nav {
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
	z-index: 9998;
	text-align: right;
}

.index_focus .slide_nav span {
	display: inline-block;
	cursor: pointer;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'FuturaStd-Book';
	color: #333;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-transition: all .5s;
	margin-left: 12px;
}

.index_focus .slide_nav .on {
	font-size: 40px;
	font-size: 4rem;
}

.index_focus_post {
	z-index: 10;
}

.index_focus .pic {
	height: auto;
	display: block;
	margin: 0 auto;
}

.index_focus .pic:hover {
	text-decoration: none;
}

.index_focus_pre,
.index_focus_next {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -47px;
	width: 52px;
	height: 94px;
	line-height: 94px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	z-index: 9999;
	text-align: center;
	opacity: 1;
}

.index_focus_pre .iconfont,
.index_focus_next .iconfont {
	font-size: 26px;
	font-size: 2.6rem;
	color: #F2B961;
}

.index_focus_pre:hover .iconfont,
.index_focus_next:hover .iconfont {
	color: #333;
}

.index_focus_pre {
	left: 75px;
}

.index_focus_next {
	right: 75px;
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
	.index_focusn img {
		width: 80%;
	}
}

@media screen and (min-width: 1000px) {

	.carousel,
	.clear2 {
		display: none;
	}
}

@media screen and (max-width: 999px) {
	.index_focus {
		display: none;
	}

	.index_focus2 {
		display: none;
	}

	.carousel {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.carousel.indexCarousel {
		padding-top: 80%;
	}
	.carousel ul {
		width: 100%;
		height: 100%;
	}

	.carousel ul li {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.carousel ul li img {
		width: 100%;
		vertical-align: middle;
	}

	.carousel ol {
		position: absolute;
		z-index: 2;
		right: 2.5%;
		width: 95%;
		bottom: 0;
		text-align: right;
	}

	.carousel ol li {
		display: inline-block;
		margin-right: 3px;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		display: inline-block;
		cursor: pointer;
		font-size: 16px;
		font-size: 1.6rem;
		font-family: 'FuturaStd-Book';
		color: #F2B961;
	}

	.carousel ol li.cur {
		font-size: 20px;
		font-size: 2rem;
	}

	.carousel ol li:last-child {
		margin: 0;
	}
}

/*# sourceMappingURL=slide2.css.map */