.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: 56%;
    float: left;
}
#playBox{ 
    width:100%; 
    height:200px; 
    margin:0 auto; 
    position:relative; 
    overflow:hidden;
}
#playBox .oUlplay { 
    width:99999px; 
    position:absolute; 
    left:0; top:0;
}
#playBox .oUlplay li{ 
    float:left;
}
#playBox .pre{ 
    cursor:pointer; 
    width:45px; 
    height:45px; 
    background:url(../images/l.png) no-repeat; 
    position:absolute; 
    top:90px; 
    left:10px; 
    z-index:10;
}
#playBox .next{ 
    cursor:pointer; 
    width:45px; 
    height:45px; 
    background:url(../images/r.png) no-repeat; 
    position:absolute; 
    top:90px; 
    right:10px; 
    z-index:10;
}
#playBox .smalltitle {
    width:100%; 
    height:10px; 
    position:absolute; 
    bottom:15px; 
    z-index:10
}
#playBox .smalltitle ul{ 
    width:120px; 
    margin:0 auto;
}
#playBox .smalltitle ul li{ 
    width:10px; 
    height:10px; 
    margin:0 5px; 
    border-radius:10px; 
    background:#ffffff; 
    float:left; 
    overflow:hidden;
    *display:inline;
    *zoom:1;
}
#playBox .smalltitle .thistitle{ 
    background:#48a03a;
}
.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 a{
    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;
    }
}
.index-im-box{
    margin-top: 25px;
    margin-bottom: 25px;
    height: 850px;
    overflow:auto;
    width: 100%;
    }
