﻿

.swiper-container{
	width:100%;	
	height: 70vh;
	padding-bottom:5vh;
-webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
}
.swiper-wrapper{
		margin-top:10px;
	}
.swiper-slide{
	width:88%;
	background: #fff;
	border-radius: 6px;
	padding: .6rem;
	 -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	box-shadow: 0 5px 15px #dadada;
}
.aui-xmrb-swiper {
	height: 73vh; overflow: hidden;

}
.swiper-slide .main-img{
	width:88%;
	margin:0 auto;
	display:block;
}
#pagination{
	position:absolute;
	bottom:10px; text-align: center;
	width:100%;
}

#pagination .swiper-pagination-bullet{
	
	margin:0 0 0 3%;
	background:none;
	opacity: 1;
}
.swiper-pagination-bullet i{
	background:#dae0e3;
	width:10px;
	height:10px;
	line-height:10px;
	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.2);
	background:#1ea6fa;
	background-size:auto 100%;
	color:#815d4b;
}
.aui-xmrb-swiper{position: relative;}
.swiper-slide h2 {
    background: url(../images/title2_bg.png) no-repeat center center;
    background-size: 100%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #16a2fb;
	font-size: 1rem; font-weight: normal;}
.swiper-box{ padding: .5rem .8rem; color: #393939;font-size: .9rem; line-height: 24px;  margin-top: .5rem; background: #f8f9fd; overflow: hidden; border:1px solid #f4f3f4}
.swiper-box span{ color: #f95e19; font-size: .9rem;  margin: 0 .2rem;}
.swiper-slide h3{ padding: .5rem 0; text-align: center; color: #001437;font-size: 1rem;  font-weight: normal;}
.swiper-slide .aui-inner-box { margin: 0; border: 1px solid #f4f3f4; padding: .5rem;} 
@media screen and (min-height: 481px) {

}
@media screen and (min-height: 569px) {


.swiper-pagination-bullet i{
	width:10px;
	height:10px;
	line-height:10px;
}
}
