.dashBottom {
    padding: 30px 0;
    background: url(../image/dashed-bg.png) repeat-x left bottom;
    overflow: hidden;
    zoom: 1;
}  

.casesWrapper {
    text-align: center;
}     

.caseVideo {
    position: relative;
    float: left;
    width: 362px;
    height: 204px;
}

.caseVideo img {
    width: 100%;
    height: 100%;
}

.caseVideo .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    background: url(../image/playBtn1-bg.png) no-repeat left top;
    text-indent: -1000em;
    overflow: hidden;
}    

.caseVideo .playBtn:hover {
    background: url(../image/playBtn1-hover-bg.png) no-repeat left top;    
}

.video-loading {
 
	background: url(../image/emotion-load.jpg) no-repeat center center;     
	background: url(../image/youku.jpg) no-repeat center center;
}                           

.caseSummary {
    position: absolute;
    top: 30px;
    left: 0;  
    margin-left: 392px; 
    width: 358px;
    height: 204px;
    font-family: "ËÎÌå",Arial,sans-serif;
    overflow: hidden;  
}

.caseSummary h3 {
    padding: 4px 0 2px 0;
    font-weight: bold;
    font-size: 16px;   
    font-family: "Microsoft YaHei",Arial,sans-serif;
    color: #626266;
}

.caseSummary h3 a {
    color: #626266;
    text-decoration: none;
}

.caseSummary h3 a:hover {
  text-decoration: underline;
}

.caseSummary .date {
    padding-bottom: 6px; 
    font-weight: bold; 
    font-size: 12px;  
    font-family: "Microsoft YaHei",Arial,sans-serif;
    color: #9f9f9f;  
}

.caseSummary p {
    font-size: 12px;
    line-height: 1.5em;
    color: #626266;
}

.caseSummary .playBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px 9px 6px 36px;  
    background: url(../image/playBtn2-bg.png) no-repeat 3px center;
    font: 13px "Arial Rounded MT Bold","Arial Bold",Arial,sans-serif;
    text-decoration: none;
    color: #333333; 
}

.caseSummary .playBtn:hover {  
    text-decoration: underline;
}

.caseSummary .playBtn-js:hover {
    background-color: transparent;
}

.casesWrapper .dashBottom {
    position: relative;   
}

.casesWrapper .closeBtn {
    display: none;
    position: absolute;
    right: 0;
    bottom: 24px;     
    padding: 6px 0px 6px 36px;
    background: url(../image/playBtn2-bg.png) no-repeat 3px center;
    font: 13px "Arial Rounded MT Bold","Arial Bold",Arial,sans-serif;
    text-decoration: none;
    color: #333333;
    opacity: 0;
} 

.casesWrapper .closeBtn:hover {
    text-decoration: underline;
}