.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}
.swiper-pagination-bullet-active{
    background-color: #f60!important;
    width:20px!important;
    height:8px!important;
    border-radius: 5px!important;
}
.banner-list ul li:nth-child(2) .swiper-pagination-bullet-active{
    background-color: #69a88f!important;
}
.banner-list ul li:nth-child(3) .swiper-pagination-bullet-active{
    background-color: #fe824c!important;
}
.swiper-container2 {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 0 40px !important;

}
 .swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}
.swiper-container2 .swiper-slide{
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
}
.swiper-container2 .swiper-button-prev{
    width: 33px!important;
    height: 178px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff !important;
    left: 0px;
    top:0px;
    margin-top: 0px;
}
.swiper-container2 .swiper-button-prev span{
    display: block;
    width: 33px!important;
    height: 39px!important;
    background:#ece9e9  url("../../../resource/imgs/index/53.png") no-repeat center;
    position: absolute;
    top:50%;
    margin-top: -20px;
}

.swiper-container2 .swiper-button-prev span:hover{
    background-image: url("../../../resource/imgs/index/55.png")!important;
}
.swiper-container2 .swiper-button-next{
    width: 33px!important;
    height: 178px!important;
    /*background-color: #ece9e9;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff !important;
    top:0px;
    margin-top: 0px;
    right: 0px;
}

.swiper-container2 .swiper-button-next span{
    display: block;
    width: 33px!important;
    height: 39px!important;
    background-color: #ece9e9;
    background-image: url("../../../resource/imgs/index/56.png")!important;
    position: absolute;
    top:50%;
    margin-top: -20px;
}
.swiper-container2 .swiper-button-next span:hover{
    background-image: url("../../../resource/imgs/index/54.png")!important;
}
