/*轮播图样式开始*/

lunbo {
    position: relative;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /*text-align: center;*/
    font-size: 18px;
    background: #fff;
    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;
}


/*自己加的样式*/

/*.lunbo {
    height: 300px;
    width: 400px;
}

.swiper-slide img {
    width: 100%;
    height: 100%
}

.swiper-pagination-bullet {
    width: 9px !important;
    height: 3px !important;
    display: inline-block !important;
    border-radius: 30% !important;
    background: #fff !important;
    opacity: 0.6 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1!important;
    background: #fff!important;
    width: 16px !important;
}*/
.lunbo {
    height: 300px;
    width: 400px;
}
.lunbo a{height: 100%;}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom:18px !important; 
  z-index: 10;
}
.swiper-pagination-bullet {
    width: 16px !important;
    height: 3px !important;
    display: inline-block !important;
    border-radius: 0% !important;
    background: #fff !important;
    opacity: 0.6 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1!important;
    background: #91c5ea!important;
    width: 16px !important;
}
/*下面文字*/
.swiper-slide{position: relative;}
.lunbo .swiper-slide{display: block;}
.lunbo .swiper-slide .lunbo_title{
    padding:0 20%;
    background:#36b9fc;
    background: rgba(54,185,252,0.78);
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
    
    }
.lunbo .swiper-slide .lunbo_title .title_top{
    height: 45px;
    border-bottom:1px solid #fff; 
	font-family: "Microsoft YaHei";
	font-size:24px;
	font-weight:bold;
	margin-top: 10px;

}  
.lunbo .swiper-slide .lunbo_title .title_top .title_topwenzi{
    
    color:#fff;
}
.lunbo .swiper-slide .lunbo_title .title_top .title_toptuxing{
    margin-left: 15px;
    background: #fff;
    font:normal normal 18px/45px "Microsoft YaHei";
    color:#55b7ec;
    padding:1px 13px;
}
.lunbo .swiper-slide .lunbo_title  p{
    font:normal normal 14px "Microsoft YaHei";
    color:#fff;
	padding-top: 2px;
}

@media screen and (min-width:769px) and (max-width:1360px){
    .lunbo .swiper-slide .lunbo_title .title_top{
        margin-top: 0px;
    }

}
@media screen and (max-width: 769px) {
.lunbo .swiper-slide .lunbo_title{
    padding:0 10px;
}
.lunbo .swiper-slide .lunbo_title .title_top .title_topwenzi{
    font:normal 700 20px/40px "Microsoft YaHei";
    color:#fff;
}
.lunbo .swiper-slide .lunbo_title .title_top .title_toptuxing{
    margin-left: 15px;
    background: #fff;
    font:normal normal 16px/40px "Microsoft YaHei";
    color:#55b7ec;
    padding:1px 13px;
}
.lunbo .swiper-slide .lunbo_title  p{
    font:normal normal 10px "Microsoft YaHei";
    color:#fff;
}
}
@media screen and (max-width: 420px) {
    .lunbo .swiper-slide .lunbo_title .title_top{
	margin-top: 0px;
    }
}
    /*.lunbo .swiper-slide h2 p{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 10px;
    font-weight: bold;
    color: #000;
    height: 48px;
    overflow: hidden;
    }*/
    /*轮播图结束*/