
.p-title {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
}



#banner{
    background: #222328;
    position: relative;
}
#banner>img{
    width: 100%;
}
#banner>div{
    padding: 1.5rem 1.3rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.b-title{
    color: #fff;
     font-size: 2.8rem;
     font-weight: bold;
}
.b-title span{
    font-size: 2.8rem;
    color: #d71518;
    font-weight: 600;
    text-shadow: -2px 2px 3px #fe7357;;
}
.b-ps-line{
    background: #fff;
    height: 2px;
    width: 1.86rem;
    margin: 1.5rem auto;
}
.b-ps{
    text-align: center;
    font-size: 0.96rem;
    color: #fff;
}
/* 前景 */
#prospect{
    background: #eeeeee;
    padding: 0.96rem 0.53rem;
}
#prospect>.p-title{
    color: #000;
}
.prospect-text{
    color: #d71518;
    font-size: 0.64rem;
    margin-top: 0.53rem;
    line-height: 0.96rem;
}

/* 课程体系 */
.system{
    padding: 1.6rem 0.53rem;
}
.system>ul{
    overflow: hidden;
}
.system>ul>li{
    float: left;
    width: 44%;
    margin: 1.06rem 3% 0 3%;
    border: 1px solid #d71518;
}
.system>ul>li>div{
    height: 9.06rem; 
    text-align: center;
    position: relative;
}
.system>ul>li>div>div{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
    font-size: 0.64rem;
    line-height: 1rem;
}
.system>ul>li>p{
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    background: #d71518;
    height: 1.86rem;
    line-height: 1.86rem;
}
.p-shadow{
    font-size: 0.96rem;
    color: #222328;
    text-shadow: -2px 2px 2px gray;
    text-align: center;
    margin: 0.8rem 0;
    font-weight: bold;
}
.p-keyi{
    color: #d71518;
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
}
.p-texts{
    text-align: center;
    font-size: 0.64rem;
    line-height: 0.96rem;
    margin-top: 0.8rem;
    color: #222328;
}

/* 在线试听 */
#audition {
    position: relative;
}
#audition>img {
    width: 100%;
}
.audition {
    position: absolute;
    top: 1.33rem;
    right: 0;
    bottom: 1.33rem;
    left: 0;
}
.audition>p {
    font-size: 1.28rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.audition>input {
    display: block;
    width: 70%;
    height: 2.13rem;
    background: #fff;
    border-radius: 1.5rem;
    border: none;
    margin: 1rem auto 1rem auto;
    text-align: center;
    font-size: 0.8rem;
    color: #999999;
}
.audition>button {
    display: block;
    width: 70%;
    height: 2.13rem;
    border: none;
    background: linear-gradient(#b2000e,#d11120,#b2000e);
    border-radius: 1.5rem;
    margin: 2rem auto 2rem auto;
    color: #fff;
    font-size: 0.96rem;
    outline: none;
}

/* 实力见证 */
#witness{
    padding: 1.6rem 0.53rem;
} 
#witness>div>img{
    margin-top: 1.33rem;
    width: 100%;
    display: block;
}




#map{
    padding:0 0.53rem 1.6rem 0.53rem;
}
#map>div{
    margin-top: 0.53rem ;
}