body {font-family:'arial','Noto Sans SC';min-width: 320px;color: #6c6c6c;overflow-x: hidden;}
.mwrap{
    text-align: right;
    color: #5e5e5e;
    line-height: 70px;
    font-size: 16px;
}
.mwrap a{
    text-align: right;
    color: #6c6c6c;
    line-height: 70px;
}
.mwrap a:hover{
    color: #66CCCC;
}
.productBox .productul{
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px solid #868686;
}
.productBox .productul li{
    visibility: visible;
    transition: 0.8s;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 60px;
    height: 400px;
    float: left;
    top: 1000px
}
.productBox .productul li:nth-child(3n){
    margin-right: 0;
}
.productBox .productul li .imgbox{
    width: 100%;
    overflow: hidden;
    height: 66%;
}
.productBox .productul li .textbox{
    width: 100%;
    padding: 15px 20px;
    transition: 0.8s;
    height: 34%;
    overflow: hidden;
}
.productBox .productul li .textbox h3{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    transition: 10s;
}
.productBox .productul li .textbox span{
    color: #868686;
    font-size: 14px;
    font-weight: bold;
    transition: 0.6s;
    height: 57px;
}
.productBox .productul li img{
    transition: 0.8s;
}
.productBox .productul li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.productBox .productul li:hover{background-image: linear-gradient(to bottom , #e62129, #0061ae);}
.productBox .productul li:hover span{color:#fff}
.productBox .productul li:hover h3 a{color:#fff;}

.productDetail h2 {
    text-align: center;
    margin: 15px 0;
}
.productDetail ul li {
    font-size:large;
    padding: 7px 0;
}
.productDetail ul li .imgbox{
    text-align: center;
}
.productDetail ul li .imgbox .single{
    width: 90%;
}
.newDetail .textbox span{
    line-height: 40px;
}



@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media  screen and (max-width: 576px){
    .productBox .productul li{
        width: 100%;
    }
}
