/*少儿编程大纲页*/
.main-children{
    width: 1200px;
    height: 5621px;
	min-width: 1200px;
    margin: 0 auto;
    background-image: ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.main-children .ch-link{
    width: 140px;
    height: 38px;
    background-color: #0bb493;
    border-radius: 30px;
    position: absolute;
    top: 302px;
    left: 207px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
}
.main-children .title{
    font-size: 25px;
    position: absolute;
    top: 162px;
    left: 208px;
    letter-spacing: 2px;
}
.ch-content{
    width: 1200px;
    height: 200px;
    position: absolute;
    top: 2950px;
    padding-left: 209px;
}
/*小容器*/
.ch-content .ch-content-item{
    width: 140px;
    height: 235px;
    padding-top: 90px;
    border-radius: 5px;
    display: inline-block;
}
.ch-content .ch-content-item{
    margin-right: 16px;
}

/*显示的方框*/
.ch-content .cc_item1:hover .cc-desc1{
    width: 100%;
    height: 100%;
    background-color: 	rgba(191,191,193,0.8);
    border-radius: 5px;
    display: block;
}
.ch-content .cc_item1 .cc-desc1{
    display: none;
}
.ch-content .cc_item2:hover .cc-desc2{
    width: 100%;
    height: 100%;
    background-color: 	rgba(191,191,193,0.8);
    border-radius: 5px;
    display: block;
}
.ch-content .cc_item2 .cc-desc2{
    display: none;
}
.ch-content .cc_item3:hover .cc-desc3{
    width: 100%;
    height: 100%;
    background-color: 	rgba(191,191,193,0.8);
    border-radius: 5px;
    display: block;
}
.ch-content .cc_item3 .cc-desc3{
    display: none;
}
.ch-content .cc_item4:hover .cc-desc4{
    width: 100%;
    height: 100%;
    background-color: 	rgba(191,191,193,0.8);
    border-radius: 5px;
    display: block;
}
.ch-content .cc_item4 .cc-desc4{
    display: none;
}
.ch-content .cc_item5:hover .cc-desc5{
    width: 100%;
    height: 100%;
    background-color: 	rgba(191,191,193,0.8);
    border-radius: 5px;
    display: block;
}
.ch-content .cc_item5 .cc-desc5{
    display: none;
}
.ch-content .ch-content-item .ch-content-item-desc{
    float: left;
}
.ch-content .ch-content-item .ch-content-item-desc .striping{
    width: 30px;
    height: 5px;
    margin: 5px auto;
    background-color: #0bb493;
    border-radius: 8px;
}
.ch-content .ch-content-item .ch-content-item-desc .t{
    font-size: 15px;
    text-align: center;
    padding: 3px 0;
}
.ch-content .ch-content-item .ch-content-item-desc .d{
    font-size: 12px;
    text-align: center;
    padding: 2px 0;
}
