.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;
    text-decoration: underline;
}
.leftcon p a:hover{
    color: #000;
    text-decoration: none;
}
.leftlun{
    width: 96%;
    margin: 10px 0;
    text-align: center;
}

.demo{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.rollingProd img{
    width: 100%;
}

.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;
}

.right{
    width: 75%;
    float: right;
}
.rightcon{
    width: 100%;
    padding:5% 0;
}
.rightconper{
    width: 20%;
    height: auto;
    margin: 1% 0;
    overflow: hidden;
    text-align: center;
    float: left;
}
.rightconper img{
    width: 100px;
    height: 100px;
}
.rightconper p{
    line-height: 20px;
    color: #666;
    font-size: 12px;
}





@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;
    }
    
    .right{
        width: 98%;
        margin: 0 auto;
        float: none;
    }
    .rightconper{
        width: 50%;
        height: auto;
        margin: 1% 0;
        overflow: hidden;
        text-align: center;
        float: left;
    }
}