﻿   .container {
        width: 100%;
        letter-spacing: 1px;
    }

    .container .bannerBox {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 200px !important;
            background: url(/Images/ICF/KFYIcfBanner.png);
    }

    .container .bannerBox .bannerImg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .container .bannerTextBox {
        position: absolute;
        top: 80px;
        left: 135px;
        color: #fff;
    }
    .container .bigText {
        font-size: 40px;
        line-height: 50px;
        margin-top: 80px !important;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-weight: bold;
    }
    .oneBox,.twoBox, .threeBox, .fourBox, .fiveBox, .sixBox, .sevenBox, .eightBox, .nineBox,.tenBox,.elevenBox, .tingliBox, .fivefourBox, .massTeachingBox {
        width: 1200px;
        margin: 0 auto;
        padding: 40px 70px 70px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        border: 1px solid #ddd;
    }

    .twoBox,.threeBox, .fourBox, .fiveBox, .sixBox, .sevenBox, .eightBox, .nineBox,.tenBox,.elevenBox,  .tingliBox, .fivefourBox, .massTeachingBox {
        display: none;
    }
  
    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .twoImg {
        width: 560px;
    }

    .toggleBox {
        width: 100%;
    }

    .toggleBox>div {
        padding: 0 10px;
        text-align: center;
        cursor: pointer;
        height: 47px;
        line-height: 47px;
        font-weight: bold;
        width:68px;
        overflow:hidden;
    }
     

    .toggleBox .activeCur {
        padding: 0 30px;
        width:auto;
    }

    .toggleBox img {
        width: 30px;
        vertical-align: bottom;
    }

    .chapters {
        border-right: 1px solid #ddd;
        color: #666;
        border-bottom: 2px solid #ccc;
        background: linear-gradient(0deg, #FEFEFE, #FEFEFE);
        box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.15);
    }

    .activeCur {
        color: #F61067;
        border: 1px solid #F61067;
        border-bottom: 2px solid #F61067;
    }

    .tableTile {
        font-weight: bold;
        text-decoration: underline;
        margin-bottom: 30px;
    }

    .title {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 36px;
        margin: 20px auto;
        display: inline-block;
        position: relative;
    }
    .titleDesc img{
        width:24px;
        height:24px;
        margin-right:10px;
        position:relative;
        top:5px;
    }
    .titleDesc {
        margin-left:50px;
        height:50px;
        line-height:50px;
        cursor:pointer;
    }
    .videoBox {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        text-align: center;
        display: none;
    }

    .closeVideo {
        color: #fff;
        height: 40px;
        line-height: 40px;
        text-align: right;
        padding: 5px;
        cursor: pointer;
    }

    #schemeVideo {
        width: 100%;
        height: 580px;
        margin: 0px auto;
        position:fixed;
        top:160px;
        background-color: #000;
        padding-bottom:10px;
    }
    .tip {
    position: absolute;
    z-index: 20;
    width: auto;
    top:300px;
    display:none;
    border: 1px solid #ccc;
    padding:0 20px;
    color: #666;
    background: linear-gradient(0deg, #FEFEFE, #FEFEFE);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.15);
    margin-top:10px;
    font-size:16px;
}
    .toggleBox > div:hover .tip {
        display:block
    }
    a {
        color:#111;
    }