.tab3{
    width: 100%;
    height: 320px;
    background: #5c6591;
    padding: 36px 38px;
}
.tab3 a{
    display: block;
    float: left;
    width: 22%;
    height: 100%;
    margin-right: 4%;
}
.tab3 a img{
    display: block;
    width: 100%;
    height:auto;
    max-height: 100%;
}
.productsSwipe{
    width: 100%;
    height: 683px;
}
.tab3 .lastA{
    margin-right: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: none;
    outline: none;
    width: 76px;
    height: 76px;
    background-color: #ffffff;
}
.blogBtn .iconfont {
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #999999;
    text-align: center;
    line-height: 76px;
/*    position: absolute;
    top: 0;
    left: 0;*/
}

.swiper-button-next .iconfont {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
}
.swiper-slide img{
    width: 100%;
    height: auto;
    max-height: 100%;
}
.productsIntro {
    width: 100%;
    height: auto;
    background-color: #808abc;
    padding: 34px 38px !important;
}
.productsLast{
    width: 27.4%;
    height: auto;
    max-height: 100%;
    float: left;
    margin-right: 34px;
}
.productsName{
    width: 30%;
    height: 100%;
    float: left;
    padding-top: 30px;
}
.productsName .name{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}
.productsName span{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 12px;
}
.productsName a{
    display: block;
    width: 154px;
    height: 44px;
    background-color: #3b227d;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    float: left;
    border-radius: 5px;
    margin-right: 2%;
    margin-top: 2%;
}
.explainWarp {
    width: 32%;
    height: 100%;
    float: right;
    /*margin-left: 5%;*/
}
.explainWarp .explainWarpTittle{
    font-size: 18px;
    color: #fff;
}
.explainWarp p{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
/*    text-align: center;*/
}
.tab3 .marginR0{
    margin-right: 0;
}
@media (max-width: 992px) {
    .productsName {
        width: 25%;
        height: 100%;
        float: left;
        padding-top: 30px;
    }
    .tab3 {
        width: 100%;
        height: 214px;
        background: #5c6591;
        padding: 36px 38px;
    }
    .productsSwipe {
        width: 100%;
        height: 517px;
    }
}
@media (max-width: 768px) {
    .productsSwipe{
        height: 246px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background: none;
        outline: none;
        width: 23px;
        height: 23px;
        background-color: #ffffff;
        opacity: .8;
    }
    .blogBtn .iconfont {
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #999999;
        text-align: center;
        line-height: 23px;
    }
    .productsDetails{
        padding: 15px;
    }
    .tab3 {
        width: 100%;
        height: 96px;
        background: #5c6591;
        padding: 13px 14px;
    }
    .productsIntro {
        width: 100%;
        height: 332px;
        padding: 15px 15px;
    }
    .productsLast{
        width: 100px;
    }
    .productsName{
        width: 56%;
        height: auto;
        padding-top: 0;
    }
    .productsName .name{
        font-size: 14px;
        margin-bottom: 0;
    }
    .productsName span{
        margin-bottom: 0;
    }
    .productsName a {
        width: 80px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        margin-top: 10%;
    }
    .explainWarp {
        width: 100%;
        height: auto;
        float: right;
        margin-left: 5%;
        margin-top: 2%;
    }
    .explainWarpTittle{
        font-size: 14px;
    }
    .productsIntro{
        height: auto;
        padding: 15px!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .productsSwipe {
        height: 405px;
    }

    .tab3 {
        width: 100%;
        height: 145px;
        background: #5c6591;
        padding: 13px 14px;
    }
}