#domethree .domethreeproduct{
    display: block;
    overflow: hidden;
}
#domethree .domethreeproduct ul{
    margin: 20px -10px 0  -10px ;
    display: block;
}
#domethree .domethreeproduct li{
    padding: 0 10px 20px 10px;
}
#domethree .domethreeproduct li a{
    border: 1px #f1f1f1 solid;
    display: block;
    overflow: hidden;
}
#domethree .domethreeproduct li a .img{
    font-size: 0;
    display: block;
    overflow: hidden;
}
#domethree .domethreeproduct li a .img img{
    transition: all 0.3s;
    width: 100%;
}
#domethree .domethreeproduct li a:hover{
    box-shadow: 0 2px 6px #d6d6d6;
}
#domethree .domethreeproduct li a:hover .img img{
    transform: scale(1.12);
}
#domethree .domethreeproduct li a h2{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 0 0px;
    line-height: 20px;
    position: relative;
    padding: 18px 100px 18px 10px;
}
#domethree .domethreeproduct li a h2 span{
    margin: 0 0 0 0;
    background-color: #6c6c6c;
    float: right;
    height: 25px;
    line-height: 25px;
    width: 90px;
    text-align: center;
    border-radius: 40px;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: 16px;
    right: 8px;
}
#domethree .domethreeproduct li a:hover h2{
    color: #1e7b45;
}
#domethree .domethreeproduct li a:hover h2 span {
    background: #1e7b45;
}





@media screen and (max-width: 1000px) {


    #domethree {
        margin: 0px 0 0 0;
        padding:0 0 14px 0;
    }
    #domethree .domethreeproduct{
        padding: 0 0px;
        margin: 0 -12px;
    }
    #domethree .domethreeproduct ul {
        margin: 0;
    }
    #domethree .domethreeproduct li {
        padding: 0 6px 12px 6px;
        width: 50%;
        float: left;
    }
    #domethree .domethreeproduct li a {
        border: 1px #dddddd solid;
        background: #fdfdfd;
    }
    #domethree .domethreeproduct li a div.text {
        padding: 8px 6px;
    }
    #domethree .domethreeproduct li a h2 {
        font-size: 13px;
        margin: 0 0 0 0px;
        line-height: 24px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        padding: 0 0 0 0;
    }

    #domethree .domethreeproduct li a h2 span {
        width: 77px;
        top: 0px;
        right: 0;
        float: left;
        font-size: 12px;
        line-height: 18px;
        height: 18px;
        margin: 3px 0 0 0;
    }

}

@media screen and (max-width: 768px) {
    #domethree .domethreeproduct li a{
        position: relative;
    }
    #domethree .domethreeproduct li a div.text {
        padding:  6px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.5);
    }

    #domethree .domethreeproduct li a h2 span {
       display: none;
    }
    #domethree .domethreeproduct li a h2{
        color: #ffffff;
        text-align: center;
    }



}









