

/* 首页 */
.index-com-box{padding:50px 0;}
.index-com-box .index-com-title{font-size:32px;text-align:center;color:#000;font-weight: bold;}
.index-com-box .index-com-descption{text-align: center;font-size:14px;line-height: 30px;color:#444;;margin-bottom:40px;}

/* 首页轮播图文字 */

#myCarousel .content{position: absolute;top:30%;left:10%}
#myCarousel .content .txt {
    padding: 20px;
    /*background: rgba(255,255,255,0.85);*/
}

#myCarousel .content .txt h3 {
    font-family: "BerlingskeSans Serif",Georgia,Times,serif;
    margin: 0;
    font-size: 2.3em;
    font-weight: normal;
}

#myCarousel .content .txt p {
    margin: 10px 0 0;
    font-size: 1.1em;
    letter-spacing: 0.15rem;
    line-height: 2.5rem;
}

#myCarousel .content .link {
    border-radius: 25px;
    display: block;
    background: #008369;
    transition: .2s background;
    color: #fff;
    font-family: "BerlingskeSans Bd",Tahoma,helvetica,arial,sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 10px 30px 10px;
    float: left;
    margin: 0 0 0 20px;
    text-decoration: none;
}

#myCarousel .content .link:hover {
    background: #006a55;
}
#myCarousel .content-img{position: absolute;top:20%;right:10%}

/* 首页-特色 */
.index-item23{margin-bottom:40px;  transition: all .3s;}
.index-item23:hover{box-shadow: 3px 3px 10px #b3d9ff;cursor: pointer;  margin-top: -8px;margin-bottom:48px;}
.index-item23 .t-top{background:#199ed8;padding:20px;color:#fff;text-align: center;
height:170px;}
.index-item23 .t-top h5{font-size:18px;line-height: 40px;}
.index-item23 .t-footer{border:1px solid #ccc;border-top:none;padding:20px;height:100px;}

/* -----------------------课程，筝之道------------------------ */

/* 上部介绍 */
.zheng-jieshao .j-left{margin-top:100px;padding-right:30px;}
.zheng-jieshao .j-content{margin-top:-30px;padding:20px;padding-top:60px;background:#f5f5f5;  }

/* 课程特色 */
.kecheng1-tese{background:url(/Public/images/bg_kecheng1.jpg) repeat-y;padding:50px 0;margin-top:-200px;}
.t-item{background:#fff;margin:40px 0;box-shadow:5px 5px 5px #ccc;}
.t-item:hover{box-shadow: 5px 5px 10px #80c3e0;cursor: pointer;}
.t-item .t-right{padding:60px 45px;}
.t-item .t-right h3{font-size:28px}
.t-item .t-right p{line-height: 25px;}

.kecheng1-tixi{padding:50px 0}
.img-list{margin-top:120px;}
.img-list .img-item{width:16.66%;float: left;position: relative;}
.img-list .img-item .i-content{display:none;position: absolute;left:-95px;bottom:160px;background:url('/static/images/home/kecheng_1.png') no-repeat center center;width: 360px;height:188px;padding:30px;font-size:16px;line-height: 25px;z-index: 999;}
.img-list .img-item:nth-child(2) .i-content{bottom:270px;}
.img-list .img-item:nth-child(3) .i-content{bottom:380px;}
.img-list .img-item:nth-child(4) .i-content{bottom:440px;}
.img-list .img-item:nth-child(5) .i-content{bottom:495px;}
.img-list .img-item:nth-child(6) .i-content{bottom:610px;}

.kecheng-footer{background:#f5f5f5;padding:80px 0;}

/* -----------------------课程，欢橙------------------ */
.kecheng2-jieshao{background:url(/Public/images/bg_kecheng2.jpg);padding:50px 0;}


/* ------------------------合作机构一----------------- */
.jigou1-top{background:#f5f5f5;padding:30px; text-align: center;font-size:18px;}
.jigou1-top  span{display:inline-block;margin:0 20px;}
.jigou1-top .num{color:#ff5e5e;display:inline-block;font-size:50px;font-weight: 500;}

/* --------------------我的动态---------------- */
.news-item{padding:30px 0;}
.news-item .news-content{border:1px solid #ccc;border-top:none;padding:20px;color:#999}
.news-item .news-content h4{color:#333;}
.news-item .news-content a:hover h4{color:#199ed8}
.news-item .news-content .n-description{margin:15px 0;color:#999;}
.news-item .news-content .data{color:#999;}
.news-item .news-content .data img{vertical-align: middle;margin-right:10px;;}

.news-item{
    transition: all .3s;
}
.news-item:hover {
 
    margin-top: -8px;
    padding-bottom:38px;
    /* box-shadow: 0 0 10px 5px rgba(0,193,222,.2) */
}

/* 我的介绍 */
.about-top{margin-top:100px;margin-bottom:50px;}
.about-top .content{background: #199ed8;}
.about-top .content img{display:block;margin-top:-50px;margin-left:50px;}
.about-top .content p{color:#fff;padding:50px;line-height: 30px;padding-left:0}

.about-description{background:#f0f0f0;padding:50px 0;}
.about-description p{line-height:30px;}
.about-description .p-two{margin-top:30px;}

.about-tese{position: relative;}
.about-tese .t-content{position: absolute; width:1000px;top:200px;left:120px;}
.about-tese .t-content .tese-item{width:250px;margin:30px;border-left:10px solid #199ed8;line-height: 60px;font-size:18px;padding-left:15px;color:#fff;float:left;background:rgba(54, 40, 40, 0.6);  transition: all .3s;text-align: center;}
.about-tese .t-content .tese-item:hover{   margin-top: 22px;
    margin-bottom:38px;}