﻿/*#region 背景banner样式*/
#tribannerContainer {
}

#tribanner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    #tribanner a {
        display:none;
    }

    #tribanner img {
        cursor: pointer;
        height: 400px;
        width: 1344px;
    }

#tribannerleft {
    display: none;
}

#tribannerright {
    position: absolute;
    z-index: 2;
    margin-left: 1300px;
    margin-top: 160px;
    cursor: pointer;
    display: none;
}

#tribannerLabel {
    position: absolute;
    bottom: 10px;
    right: 9px;
}

    #tribannerLabel a {
        display: inline-block;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        margin: 4px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        color: White;
    }

        #tribannerLabel a.triunselectedBanner {
            background-color: #1B1B1B;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

        #tribannerLabel a.triselectedBanner {
            background-color: #84C225;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }
/*#endregion*/
