.swiper-container {
      width: 90%;
      height: 100%;
      margin: 10px auto;
      padding-bottom: 15px;
}
.swiper-slide {
    /* width: 230px!important; */
    height: 360px;
    /* margin-right: 0px!important; */
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    background: #fff;
    border-radius: 5px;


    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.5;
}
.swiper-slide img{
    width: 100%;
    float: left;
    border-radius: 5px 5px 0px 0px;
}
.swiper-slide h1{
    width: 100%;
    float: left;
    color: #1c2976;
    font-size: 16px;
    line-height: 24.6px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold
}
.swiper-slide h1 span{
    font-size: 13.2px;
}
.swiper-slide ul{
    width: 100%;
    float: left;
    padding-left: 12px;
}
.swiper-slide ul li{
    text-align: left;
    font-size: 14.4px;
    color: 14px;
    color: #666;
    margin-top: 15px;
    list-style: none;
}
.swiper-slide ul li span{
    width: 8px;
    height: 8px;
    background: #ff5d04;
    display: inline-block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-right: 10px;
}

.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
    z-index: 99;
    opacity: 1;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 30px;
}
.swiper-pagination-bullet{
    width: 6px;
    height: 6px;
}
.swiper-pagination-bullet-active{
    background: #2b73d8;
}

.swiper-button-prev{
    left: 10px;
}
.swiper-button-next{
    right: 10px;
}

.swiper-slide p{
	background: #f4f6f9;
    font-size: 14px;
    text-align: center;
}