@charset "utf-8";

/*
 * @author Jennifer
 * @time 20181212 
 */


/* pc内页  */
body{
	background: url(/assets/js/frontend/culture/bg_inner.png) no-repeat center;
	background-size: cover;
}
.header{
	height: 58px;
	background: url(/assets/js/frontend/culture/bg_01_inner.jpg) no-repeat center;
	background-size: cover;
}

.bg-inner{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* swiper样式重置  */
.swiper-container {
	height: 100%;
}
.swiper-button-next, 
.swiper-button-prev{
	width: 137px;
	height: 42px;
	overflow: hidden;
	right: 50%;
    margin-right: -68px;
	left: auto!important;
	background-image: url(/assets/js/frontend/culture/arrow.png);
	background-size: 100% auto;
	background-position: 0 0;
	opacity: 0.4;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}
.swiper-button-prev{
	top: 31px;
}
.swiper-button-next{
	top: 100%;
	margin-top: -50px;
	background-position: 0 100%;
}
.gallery-thumbs:hover .swiper-button-next,
.gallery-thumbs:hover .swiper-button-prev{
	opacity: 1;
}

/* 图片轮播  */
.gallery{
	position: relative;
	height: calc(100vh - 90px);
	margin: 16px auto 0;
	overflow: hidden;
	text-align: center;
}

.gallery-top img{
	max-height: calc(100vh - 90px);  
	max-width: 850px;
}
.gallery-thumbs{
	position: absolute;
	top: 0;
	right: 25px;
	width: 137px;
}
.gallery-thumbs .swiper-slide{
	height: 25%!important;	
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
  	opacity: 1;
}
.gallery-thumbs .swiper-slide>a{
	display: flex;
	height: 100%;
	justify-content: center;
}
.gallery-thumbs .swiper-slide img{
	height: 100%;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
