/* 必要布局样式css */
.banner-lunbo-box{
	height:6.0rem;
}
.swiper-slide img{
	width:100%;
	height:100%;
}
/*.banner-lunbo1 .swiper-slide{
	border-radius:10px;
}*/

.banner-lunbo1 .swiper-slide img{
	width:100%;
	height:100%;
}
.banner-lunbo1 .swiper-pagination{

}
.banner-lunbo1 .swiper-pagination-bullet{
	display: inline-block;
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}
.banner-lunbo1 .swiper-pagination-bullet-active{
/*	background:#fdd000;*/
    background:#ff3000;
	width:12px;
}
.banner-lunbo-box3{
	height:9.5rem;
}

.banner-lunbo3 .swiper-slide{
	width:80%;
	height:8.0rem;
	background:#ddd;
	border-radius:10px;
}
.banner-lunbo3 .swiper-slide img{
	width:100%;
	height:100%;
	border-radius:10px;
}
.banner-lunbo3 .swiper-pagination {
	position: relative;
	margin-bottom: 30px;
	margin-top:10px;
}
.banner-lunbo3 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0e9701;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content:'';
}
.banner-arrow-first .swiper-button-prev{
	background: url("/ximages/dockingmeetting/banner_arrowl.png") left top no-repeat;
	background-size:100% 100%;
	width: 40px;
    height: 40px;
}

.banner-arrow-first .swiper-button-next{
	background: url("/ximages/dockingmeetting/banner_arrowr.png") left top no-repeat;
	background-size:100% 100%;
	width: 40px;
    height: 40px;
}





