﻿

.totalVideo{
    display: block;
    width: 960px;
    margin: 0 auto;
    background-color: #000;
    font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

.menuVideo
{
    display: block;
    height: 170px;
    margin-top: 15px;
    padding-left: 20px;

}

.menuVideo > a
{
    display: block;
    width: 120px;
    height: 100px;
    padding: 5px;
    line-height: 185px;
    border-bottom: 2px solid #ccc;
    text-align: center;
    color: #6e6e6e;
    /* background-color: #000; */
    
    font-size: 18px;
    text-decoration: none;
    transition: color .5s, background-color .5s;

    float: left;
}


.menuVideo > a:hover
{
    color: #ff0000;
    border-bottom: 2px solid #ff0000;
    transition: color .5s, background-color .5s;
}



.menuVideo > a.selected
{
    color: #ff0000;
    /* background-color: #383838; */
    border-bottom: 2px solid #ff0000;
    transition: color .5s, background-color .5s;
}





.menuVideo > a.selected:hover
{
    color: #ff0000;
    /* background-color: #383838; */
    transition: color .5s, background-color .5s;
}

.aba00, .aba01, .aba02, .aba03, .aba04, .aba05, .aba06{
    display: block;
    width: 130px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: top center; 
}

.aba00{
    background-image:url(../img/product/ttfan/iconA_00.png);
}
.aba01{
    background-image:url(../img/product/ttfan/iconA_01.png);
}
.aba02{
    background-image:url(../img/product/ttfan/iconA_02.png);
}
.aba03{
    background-image:url(../img/product/ttfan/iconA_03.png);
}
.aba04{
    background-image:url(../img/product/ttfan/iconA_04.png);
}
.aba05{
    background-image:url(../img/product/ttfan/iconA_05.png);
}
.aba06{
    background-image:url(../img/product/ttfan/iconA_06.png);
}

hr
{
    height: 10px;
    border: 0;
    background-color: gainsboro;
}

.psuriingappContent
{
    width: 100%;
    min-height: 500px;
/*     background-color: #000; */
    color: #fff;
/*     border: 10px solid greenyellow;
    border-radius: 10px 10px 0 0;
 */
}

.imgPosFanBoxR2 img{
    text-align: center;
}
.imgPosFanBoxR2 .boxTitle{
    line-height: 64px;
    font-size: 32px;
    text-align: center;
}
.imgPosFanBoxR2 .boxTxt{
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}
.imgPosFanBoxR2, .imgPosFanBoxL2{
    display: block;
    
}
.imgPosFanBoxR2{
    float: left;
    width: 30%;
    text-align: center;
}
.imgPosFanBoxL2{
    float: right;
    width: 70%;
}

.logoContent{
    font-size: 16px;
}