/*关于*/
.about-wrap{
    background-color: #252525;
    padding: 50px 0;
}
.about{
    width: 662px;
    margin: 0 auto;
}
.about-top{
    height: 72px;
    position: relative;
}
.about-top .title{
    position: absolute;
    left:0;
    top:0;
    width: 166px;
    height: 72px;
    background-image: url("../images/index/about.png");
}

.about-info{
    margin-top: 50px;
}
.about-info .text{
    margin-top: 30px;
}
.about-info .text .title{
    font-size: 32px;
    color: #fff;
}
.about-info .text .desc{
    margin-top: 30px;
}
.about-info  p{
    font-size: 22px;
    color: #BDBDBD;
    text-align: justify;
    line-height: 34px;
    margin-bottom: 40px;
}
.about-info .img{
    margin: 40px 0;
}
.about-info .img img{
    display: block;
    width: 100%;
}

/*教官资料*/
.teacher-wrap{
    background-color: #343434;
    padding: 50px 0;
}
.teacher{
    width: 662px;
    margin: 0 auto;
}
.teacher-title{
    background-image: url("../images/about/teacher-info.png");
    width: 183px;
    height: 56px;
}
.teacher-list{
    width: 688px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}
.teacher-list .teacher-item{
    width: 318px;
    height: 400px;
    float: left;
    margin: 0 13px;
    position: relative;
}
.teacher-list .teacher-item .img{
    width: 318px;
}
.teacher-list .teacher-item .img img{
    display: block;
    width: 100%;
    height: auto;
}
.teacher-list .teacher-item .info{
    position: absolute;
    width: 278px;
    height: 100px;
    bottom: 0;
    left: 0;
    opacity: 0.96;
    background-color: #1C1C1C;
    padding: 20px;
}

.teacher-list .teacher-item .info .name{
    font-size: 24px;
    color: #FFFFFF;
}
.teacher-list .teacher-item .info .desc{
    font-size: 14px;
    color: #E0E0E0;
    letter-spacing: 1px;
    text-align: left;
    line-height: 24px;
    margin-top: 7px;
}










/*关注我们*/

.subs-wrap{
    background-color: #252525;
    padding-top: 50px;
}
.subs{
    width: 662px;
    margin: 0 auto;
}
.subs .subs-title{
    background-image: url("../images/about/subs-us.png");
    width: 183px;
    height: 56px;
}

.subs-text{
    margin-top: 50px;
}
.subs-text p{
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.subs-qr-list{
    margin-top: 50px;
    overflow: hidden;
}


.subs-qr-list .item{
    width: 50%;
    float: left;
    padding-bottom: 50px;
}
.subs-qr-list .item .title{
    font-size: 30px;
    line-height: 46px;
    color: #FFFFFF;
    margin-top: 15px;
    text-align: center;
}
.subs-qr-list .item .img{
    width: 204px;
    height: 204px;
    margin: 0 auto;
}
.subs-qr-list .img img{
    display: block;
    width: 100%;
    height: 100%;
}
