.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;
}
.now p,.now p a{
    line-height: 25px;
    font-size: 12px;
}
.cate{
    width: 94%;
    padding: 3%;
    margin: 10px auto;
    background-color: #eee;
    border:1px solid #ddd;
    border-radius: 10px;
}
.catecon{
    width: 100%;
    height: auto;
}
.cateper{
    width: 33%;
    height: 25px;
    float: left;
    overflow: hidden;
}
.cateper p a{
    line-height: 25px;
    font-size: 12px;
    color: #666;
    
}
.cateper p a:hover{
    color: #000;
    text-decoration:none;
}


.catetit{
    height: 30px;
}
.catetit p{
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}

.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;
}
.proconper{
    padding: 10px 0;
    text-align: center;
}
.proconper img{
    width: 90%;
}
.proconper p a{
    line-height: 20px;
    font-size: 12px;
    color: #666;
    
}
.proconper p a:hover{
    color: #000;
    text-decoration: underline;
}

.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{
    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;
    }
    .proconper{
        width: 50%;
        float: left;
        padding: 10px 0;
        text-align: center;
    }
    .probomper{
        width: 50%;
        padding: 10px 0;
        text-align: center;
        float: left;
    }
    .cateper{
        width: 50%;
        height: 25px;
        float: left;
        overflow: hidden;
    }
}