
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
*{
    font-family: Noto Sans SC !important;
}
.pro-top{
    margin:5px auto 5px;
    overflow: hidden;
}
.pro-top ul{
    padding:0;
    margin:0;
}
.pro-top li{
    width:47.5%;
    list-style: none;
    float:left;
    margin-bottom:1%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
}
.pro-top li a{
    display: block;
}
.pro-top li a img{
    width:100%;
    height:auto;
}
.pro-top ul>li:first-child{
    margin-right: 1%;
    margin-left:2%;
}
.pro-top ul>li:last-child{
    width:100%;
    margin-top:1%;
    float:none;
    /*max-width:1600px;*/
}
.ma-products-box.row{
    margin:0;
}
.max-width{
    max-width:1220px;
}

footer h3>span{
    float:right;
    font-size:30px;
    line-height: 20px;
    margin-right: 10px;
    display: none;
}
footer h3:after {
    position: absolute;
    display: none;
    top: 5px;
    right: 0;
    font-family: wd-iconfont;
    font-size: 14px;
    content: "\e903";
    line-height: 1;
    font-weight: 400;
}
.secondNav #show-procate{
    font-size: 24px;
    	-webkit-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        cursor: pointer;
        width: 25px;
    text-align: center;
}
.secondNav ul{
    display:none;
}
.right-probox h2{
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom:2px solid #eee;
    padding-bottom: 10px;
}
.right-probox ul li>div{
    width:29%;
    float:left;
    color:#00409c;
}
.right-probox ul li>div.text-box{
    width:71%;
    padding-left: 3%;
}
.right-probox ul li>div.text-box p{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.right-probox ul li .img-box img{
    width:100%;
    height:auto;
}
.right-probox ul li .text-box a{
    padding: 0 10px !important;
    color: grey;
    line-height: 34px !important;
    border: 1px solid #bfbfbf;
    margin: 0 0 25px 0;
    text-transform: capitalize;
    display: inline-block !important;
}
.banner-box img{
    display: none;
}
.banner-box img:first-child{
    display: block;
}
.prdctParameter h1{
    font-size:30px;
    margin-bottom:20px;
}
#loveIcon{
    border-top:1px solid #eee;
    padding-top:20px;
    font-size:20px !important;
    font-weight:700;
}
.mob-show{
    display:none;
}
@media screen and (max-width: 768px) {
    .insidebanner{
        margin-top: 50px;
    }
    .banner-box img:first-child{
        display: none;
    }
    .banner-box img:last-child{
        display: block;
    }
    .prdtTab.fixed {
        top:50px !important;
    }
    .mainBox .floatrgt .secondNavBox{
        display:none;
    }
    .nowAdds .mob-show{
        display:block;
    }
    .nowAdds .content{
        display:none;
    }
    .right-probox{
        display:none;
    }
    .nowAdds a:last-child{
        color:#333 !important;
    }
}
@media screen and (max-width: 767px){
    footer h3>span{
        display: inline-block;
        text-align: center;
        width: 20px;
    }
    .footer-lsit>ul{
        display: none;
        padding-left:26px;
    }
    .pro-top li{
        width:100%;
        margin-top:5px;
    }
    .pro-top ul>li:first-child{
        margin-left: 0;
    }
}






