.contentone{
    width: 100%;
    margin: 0 auto;
}

.left{
    width: 23%;
    float: left;
}
.lefttit{
    width: 92%;
    height: 35px;
    padding: 0 3%;
    border-radius: 10px 10px 0 0;
    background-color: #e2f1d4;
}
.lefttit p{
    line-height: 35px;
    font-size: 12px;
    color: #48a03a;
}
.leftcon{
    width: 92%;
    padding:5% 3%;
    border-radius:0 0 10px 10px;
    background-color: #ddd;
}
.leftconper{
    text-indent: 30px;
    background: url(../images/jian.png) center left no-repeat;
    height: 25px;
}
.leftcon p a{
    line-height: 20px;
    font-size: 12px;
    color: #666;
  
}
.leftcon p a:hover{
    color: #000;
    text-decoration: none;
}

.mid{
    width: 54%;
    float: left;
}
.now{
    border-bottom: 1px solid #bbb;
    margin-bottom: 10px;
}
.now p,.now p a{
    line-height: 25px;
    font-size: 12px;
}

.title{
    width: 100%;
    height: 35px;
    background:url(../images/title_bg_1.gif) center left no-repeat #eee; 
    border-radius: 0 30px 30px 0;
    text-indent: 20px;
}
.title p{
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.procon{
    width: 100%;
    padding: 20px 0;
}
.proimg{
    width: 50%;
    height: auto;
    float: left;;
}
.proimg img{
    width: 100%;
}
.proin{
    width: 46%;
    float: right;
}
.proinper{
    width: 100%;
    height: auto;
    background-color: #eee;
    border: 1px solid #ddd;
    text-indent: 15px;
    margin-bottom: 5px;
}
.proinper p{
    line-height: 25px;
    color: #666;
    font-size: 12px;
}
.proconbom{
    padding: 10px 0;
}
.proconbom p{
    line-height: 20px;
    font-size: 12px;
}
.proconbom img{width: 100%!important;height: auto;}
.right{
    width: 20%;
    float: right;
}
.righttit{
    width: 94%;
    height: 35px;
    padding: 0 3%;
    border-radius: 10px;
    background-color: #48a03a;
}
.righttit p{
    line-height: 35px;
    font-size: 14px;
    color: #fff;
}
.rightcon{
    width: 100%;
    padding:5% 0;
}
.rightconper{
    width: 94%;
    height: 35px;
    padding: 0 3%;
    border-radius: 10px;
    background-color: #e2f1d4;
    margin: 1% 0;
    overflow: hidden;
}
.rightconper p a{
    line-height: 35px;
    color: #666;
    font-size: 12px;
    
}
.rightconper p a:hover{
    color: #000;
    text-decoration: none;
}
.rightlun{
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.demo{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.rollingProd img{
    width: 100%;
}

.probom{
    padding: 20px 0;
}
.probomper{
    width: 12.5%;
    padding: 10px 0;
    text-align: center;
    float: left;
}
.probomper img{
    width: 90%;
}
.probomper p a{
    line-height: 20px;
    font-size: 12px;
    color: #666;
}
.probomper p a:hover{
    color: #000;
    text-decoration: underline;
}

@media (min-width: 801px) and (max-width: 901px){
    
}

/*This is my Mobile view*/
@media (max-width: 800px){
    .left{
        width: 98%;
        margin: 0 auto;
        float: none;
    }
    .mid{
        width: 98%;
        margin: 0 auto;
        float: none;
    }
    .right{
        width: 98%;
        margin: 0 auto;
        float: none;
    }
    
    .probomper{
        width: 50%;
        padding: 10px 0;
        text-align: center;
        float: left;
    }
    .cateper{
        width: 50%;
        height: 25px;
        float: left;
        overflow: hidden;
    }
    .proimg{
        width: 98%;
        margin: 5px auto;
        height: auto;
        float: left;;
    }
    .proimg img{
        width: 100%;
    }
    .proin{
        width: 98%;
        margin: 5px auto;
        float: right;
    }
}