/* BASIC css start */
.main_bnr { width:100%;height:618px; }

/*
.main_bnr .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.main_bnr .swiper-slide img {
  display:block;
    width:1920px;
    height:618px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
*/


.main_bnr>.swiper-pagination-bullets, .main_bnr .swiper-pagination-custom, .main_bnr .swiper-pagination-fraction {
    bottom: 25px;
    left: 0;
    width: 100%;
}

.main_bnr .swiper-pagination-bullet {
    width: 34px;
    height: 3px;
    display: inline-block;
    border-radius: 0px;
    background: #a19f9f;
    opacity: 1.0;
	
}

.main_bnr .swiper-pagination-bullet-active {
    opacity: 1;
    background: #080808;
}

.main_bnr .swiper-button-prev, .main_bnr .swiper-container-rtl .swiper-button-next {
    background-image: url(/design/blacklian/djds/main_bnr/btn/prev.png);
	width:58px;
	height:58px;
	background-size: 58px 58px;
    left: 13%;
    right: auto;
}

.main_bnr .swiper-button-next, .main_bnr .swiper-container-rtl .swiper-button-prev {
    background-image: url(/design/blacklian/djds/main_bnr/btn/next.png);
	width:58px;
	height:58px;
	background-size: 58px 58px;
    right: 13%;
    left: auto;
}

/* BASIC css end */

