.indexCon{width:100%;overflow:hidden;}
.indexCon .flashBanner{width:100%;height:100%;overflow:hidden;margin-bottom:12px;border:solid 1px rgba(0,0,0,.05)}
.flashBanner{position:relative;}
.flashBanner .bigImg{
    width:100%;
    height:100%;
}
.flashBanner .mask{width:100%;height:60px;line-height:60px;text-align:right;position:relative;left:0;bottom:-10px;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;overflow:hidden;}
.flashBanner .mask img{width:60px;height:60px;vertical-align:middle;margin-right:10px;cursor:pointer;border:solid 1px #f1f1f1;float:left}
.flashBanner .mask img.show{margin-bottom:3px;}

#proTypeMenu{
    background:#f6f6f6;
    margin:0;
    padding:0;
}

#proTypeMenu ul{
}

#proTypeMenu li{    
    display: block;
    width: 190px;
    float:left;
    background: #f6f6f6;
    line-height: 70px;
    text-align: center;
    color: #475e64;
    font-size: 16px;
}
#proTypeMenu li a{
    display: block;
    width: 187px;
    background: #f0f0f0;
    line-height: 70px;
    text-align: center;
    color: #475e64;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
#proTypeMenu li:hover a{    
    background:#dfdfdf;
}

#aboutProduct{
    list-style-type:none;
    text-align:left;
}
#aboutProduct li{
    list-style-type:none;
    margin-right:5px;
}

.tab-content img{
    max-width:100% !important;
}
.tab-content table{
    max-width:100% !important;
}
.tab-content p{
    max-width:100% !important;
}
.tab-content div{
    max-width:100% !important;
}