@charset "UTF-8";
/*导航*/
section .z-nav{
    box-shadow: 1px 1px 7px 0 rgba(10, 2, 4, 0.27);
    padding:0 0.3rem 0.3rem;
}
section .z-nav ul li{
    float: left;
    width:33.3%;
    padding:0.3rem 0 0;
    line-height: 0.6rem;
    letter-spacing: 1px;
    color: #777777;
}
section .z-nav ul li a{
    display: block;
    text-align: center;
}
section .z-nav ul li .img_box{
    width:100%;
    height:1.17rem;
    margin-bottom: 0.2rem;
}
/*祺馨资讯*/
section .zi-xun{
    padding:0.3rem;
    border-bottom: solid 0.06rem #f1f1f1;
}
section .zi-xun .img_box{
    width: 1.2rem;
    height: 1.2rem;
}
section .zi-xun .text{
    width:87%;
    height:1.2rem;
    overflow: hidden;
}
section .zi-xun .text a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0.62rem;
    color: #f44336;
    position: relative;
    padding-left: 0.7rem;
}
section .zi-xun .text a .yuan{
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50%;
    margin:0 0.3rem;
    background-color: #f44336;
    position: absolute;
    left:0;
    top:0.2rem;
}
/*祺馨品牌*/
section .bind{
    padding:0 0.3rem 0.3rem;
    border-bottom: 0.1875rem solid #f1f1f1;
}
section .bind-box .img_box{
    width:100%;
    height:4rem;
}
section .bind-box .text{
    text-align: left;
    line-height: 0.65rem;
    letter-spacing: 1px;
    color: #777777;
    padding:0.5rem 0 0.3rem
}
section .bind-box .text a{
    color:#f44336
}
/*教育培训*/
section .teach{
    padding:0 0.3rem;
    border-bottom: 0.1875rem solid #f1f1f1;
}
section .teach .teach-ul li{
    float: left;
    width:25%;
    padding:0 0.1rem;
    box-sizing: border-box;
}
section .teach .teach-ul li span{
    display: block;
    height:1.26rem;
    line-height: 0.5rem;
    padding:0.1rem 0.2rem;
    border: solid 1px #e4e4e4;
}
section .teach .teach-ul li.active span{
    background-color: #f44336;
    color:#fff;
    border: solid 1px #f44336;
}
section .teach .teach-box .img_box{
    margin:0.5rem 0 0.3rem;
    width:100%;
    height:4.7rem;
}
section .teach .teach-box .img_box img{
    width:100%;
    height:100%;
}
section .teach .teach-box .text{
    text-align: left;
    line-height: 0.6rem;
    letter-spacing: 1px;
    color: #777777;
}
section .teach .teach-box .text .ti-h{
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #f44336;
}
/*学员为什么选择祺馨色彩*/
section .why{
    padding:0 0.3rem;
    border-bottom: 0.1875rem solid #f1f1f1;
}
section .why .why-list li{
    float: left;
    width:50%;
    height:1.8rem;
    padding:0.4rem 0.2rem;
    box-sizing: border-box;
}
section .why .why-list li .img_box{
    width: 1rem;
    height: 1rem;
}
section .why .why-list li .te-p{
    width:75%;
    padding:0 0 0 0.1rem;
    text-align: left;
}
section .why .why-list li .te-p.line{
    line-height: 1rem;
}
/*最新开班动态*/
section .dong{
    padding:0 0.3rem 0.78rem;
    border-bottom: 0.1875rem solid #f1f1f1;
}
section .dong table{
    width:100%;
    border-collapse: collapse;
}
section .dong table th,
section .dong table td{
    border:1px solid #f1f1f1;
    height: 1.3rem;
    width: 30%;
    letter-spacing: 1px;
    color: #777777;
}
section .dong table th{
    color: #f44336;
    font-weight: normal;
}
section .dong table td:first-child{
    width:35%;
    padding:0 0.3rem;
    box-sizing: border-box;
}
section .dong table a{
    height: 0.6875rem;
    line-height: 0.6875rem;
    padding:0 0.1rem;
    background-color: #f44336;
    border-radius: 0.15rem;
    color:#fff;
}
/*学习流程*/
section .flow .img_box{
    width:100%;
    height:4.75rem;
    margin-bottom:0.3rem;
}










