#playBox{ 
    width:100%; 
    height:300px; 
    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;
}
.aboutinner{
    width: 100%;
}
.about{
    width: 50%;
    float: left;
}
.abouttit{
    height: 40px;
    background: url(../images/aboutbg.jpg) center left no-repeat;
    text-indent: 50px;
}
.abouttit p{
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.aboutcon p{
    line-height: 20px;
    font-size: 12px;
    color: #666;
}



.control-box {
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 35px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width:80%;
  height: 100px;
  margin:20px auto;
}
#switcher {
  height: 100px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 120px;
  height: 120px;
  float: left;
  border-left: 3px white solid;
}
.box:hover {
 opacity:0.5;
}
.box img{
    width: 100px;
    height: 100px;
}


.link{
    width: 46%;
    float: right;
}
.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 a{
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.linkconper{
    width: 25%;
    float: left;
    padding: 10px 0;
    text-align: center;
}
.linkconper img{
    height: 100px;
}
.linkconper p{
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

@media (min-width: 801px) and (max-width: 901px){
    
}

/*This is my Mobile view*/
@media (max-width: 800px){
    .about{
        width: 98%;
        float: none;
        float: none;
    }
    .link{
        width: 98%;
        float: none;
        margin: 10px auto;
    }
   
    .linkconper{
        width: 50%;
        float: left;
        padding: 10px 0;
        text-align: center;
    }



}