@charset "utf-8";
/* // 代码整理：聚合分享 www.juheweb.com
*/

.tabItemContainerThree {
    width: 200px;
    height: 100%;!important;
    float: left;
}


.tabBodyContainerThree img {
    max-width: 780px;
}

.tabItemContainerThree>li {
    list-style: none;
    text-align: center;
    background-color: #1a7eb2;
    border-bottom: 1px solid whitesmoke;
}

.tabItemContainerThree>li>a {
    float: left;
    width: 200px;
    padding: 3px 0 10px 5px;
    font: 18px MS Gothic ;
    color: whitesmoke;
    cursor: pointer;
    text-decoration: none;
    border:1px solid transparent;

}
.tabItemCurrent {


    padding-bottom: 20px;
    position: relative;

}
.tabItemContainerThree>li>a:hover {
    color: #333;
}
.tabBodyItem {
    width: 100%;
    height: 100%;
    display: none;
}
.tabBodyItem>p {
    font: 13px MS Gothic ;
    /*text-align: center;*/

}
.tabBodyItem>p>a {
    text-decoration: none;
    color: #0F3;
}
.tabBodyCurrent{
    display:block;

}
.fixer{
    position : fixed ;
    z-index: 999;

    top : 0px ;
    /*margin-left: -200px;*/
    _position: absolute ;
    /*_top:expression(documentElement.scrollTop+10 +  "px" )*/
}

