
.pover-device,
.pover-strenght{
    margin: 5% auto;
}
.pover-strenght-fl{
    float: left;
}
.pover-strenght-fl h3{
    line-height: 40px;
    color: #333;
}
.pover-strenght-fl font{
    display: block;
    color: #666666;
    text-transform: uppercase;
}
.pover-strenght-fl hr{
    width:10%;
    height: 2px;
    background-color: #ff5100;
}
.pover-strenght-fl p{
    color: #454545;
}
.pover-strenght figure{
    position: relative;
    float: right;
}
.pover-strenght figure::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ff5100;
}
.pover-strenght figure img{
    width: 100%;
    display: block;
}
.pover-strenght-fl a{
    padding: 6px 12px;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff5100;
}

.pover-title{
    text-align: center;
    letter-spacing: 2px;
}
.pover-title h3{
    display: block;
    line-height: 44px;
    font-weight: bold;
    color: #333333;
}
.pover-title p{
    margin:2% auto;
    color: #666666;
}
.pover-title a h2{
    display: inline;
}
.pover-prod{
    padding-top: 1px;
    box-shadow: 0px 0px 4px 1px #f1f1f1;
}
.pover-prod-h {
    width: 100%;
    height: 100%;
}
.pover-prod-h .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;
}
.pover-prod-h .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pover-device ul li{
    float: left;
    margin-right: 2%;
}

.pover-device ul li figure{
    width: 100%;
}
.pover-device ul li figure img{
    width: 100%;
    display: block;
}
@media screen and (min-width:1200px) {
    .pover-strenght-fl{
        width: 40%;
    }
    .pover-strenght-fl h3,
    .pover-title h3{
        font-size: 34px;
        margin: 0% auto;
    }
    .pover-strenght-fl font{
        font-size: 18px;
        line-height: 24px;
        margin: 6% auto;
    }
    .pover-strenght-fl p{
        font-size: 20px;
        line-height: 40px;
        margin: 12% auto;
    }
    .pover-strenght figure::after{
        left: -9%;
        top: -15%;
    }
    .pover-strenght figure{
        width: 45%;
        margin-top: 4%;
    }
    .pover-title p{
        width: 60%;
        font-size: 20px;
        line-height: 32px;
    }
   

}
@media screen and (max-width:1200px) {
    .pover-strenght-fl {
        width: 48%;
    }
    .pover-strenght-fl h3,
    .pover-title h3{
        font-size: 28px;
    }
    .pover-strenght-fl font {
        font-size: 16px;
        line-height: 20px;
        margin: 1% auto;
    }
    .pover-title p,
    .pover-strenght-fl p {
        font-size: 18px;
        line-height: 32px;
    }
    .pover-strenght-fl p {
        margin: 5% auto;
    }
    .pover-title p{
        width: 98%;
    }
    .pover-strenght figure::after {
        left: -2%;
        top: -4%;
    }
    .pover-strenght figure{
        width: 50%;
        margin-top: 0%;
    }
   
}
@media screen and (max-width:992px) {
   
    .pover-strenght-fl {
        width: 100%;
        text-align: center;
    }
    .pover-strenght figure {
        width: 100%;
        margin-top: 4%;
    }
    .pover-strenght-fl h3{
        font-weight: bold;
    }
    .pover-strenght-fl hr{
        display: none;
    }

}
@media screen and (max-width:768px) {
    .pover-strenght-fl h3, 
    .pover-title h3 {
        font-size: 24px;
    }
    
}
@media screen and (min-width:460px){
    .pover-device ul li{
        width: 32%;
    }
    .pover-device ul li:nth-of-type(1),
    .pover-device ul li:nth-of-type(2),
    .pover-device ul li:nth-of-type(3){
        margin-bottom: 2%;
    }
    .pover-device ul li:nth-of-type(3n){
        margin-right: 0%;
    }
}
@media screen and (max-width:460px){
   
    .nav-tabs>li{
        padding: 4% 1%;
    }
    .pover-title p, .pover-strenght-fl p {
        font-size: 16px;
        line-height: 30px;
    }
    .pover-device ul li{
        width:49%;
        margin-bottom: 2%;
    }
    .pover-device ul li:nth-of-type(2n){
        margin-right: 0%;
    }
}








