﻿@charset "utf-8";

.swiper-container {
	width: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px;
	max-width:750px;background: white;
}

.swiper-wrapper {
	margin-top: 10px
}

.swiper-slide {
	width: 80%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-slide img {
	width: 90%;
	margin: 0 auto;
	display: block
}
.swiper-slide p{width: 85%;
margin: auto;font-size: 12px;
color: #717171;}

.swiper-slide h3{width: 85%;
    margin: auto;

}
#pagination {
	position: absolute;
	bottom: 100px;
	width: 100%
}

#pagination .swiper-pagination-bullet {
	width: 9.5%;
	float: left;
	margin: 0 0 0 6.15%;
	background: 0;
	opacity: 1
}

.swiper-pagination-bullet i {
	background: #41203f;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 50px;
	display: block;
	font-style: normal;
	text-align: center;
	margin: 0 auto;
	color: #f5b55c
}

.swiper-pagination-bullet-active i {
	-webkit-transform: scale(1.5);
	background: url(../images/shouye_nvsheng_huangseb.png) no-repeat center 50%;
	background-size: auto 100%;
	color: #815d4b
}

@media screen and (min-height:481px) {


	#pagination {
		bottom: 110px
	}
}

@media screen and (min-height:569px) {
	

	#pagination {
		bottom: 120px
	}

	.swiper-pagination-bullet i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px
	}
}

.swiper-scroll img{width:48%;display:inline;}