.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;
}
.search{
    height: 45px;
    border-bottom:1px solid #ddd ;
}
.textcss{
    width: 80%;
    height: 28px;
    border: 1px solid #999;
    outline: none;
    text-indent: 15px;
    line-height: 28px;
}
.sub{
    width: 18%;
    height: 28px;
    background:url(../images/search.jpg) center center no-repeat ;
    cursor: pointer;
    outline: none;
}

.link{
    width: 100%;
    padding: 10px 0;
}
.linktit p,.linktit p a{
    line-height: 30px;
    color: green;
    font-size: 14px;
}
.linktit p a{
    text-decoration: underline;
}
.linktit p a:hover{
    text-decoration: none;
}
.linkcon p{
    line-height: 20px;
    color: #666;
    font-size: 12px;
}
.linkbom p,.linkbom p a{
    line-height: 30px;
    color: #000;
    font-size: 12px;
    
}
.linkbom p a{
    text-decoration: underline;
}
.linkbom p a:hover{
    text-decoration: none;
}

@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;
    }
    
}