

.con-container{
    width: 1280px;
    margin: 0 auto;
}
.banner{
    background: url(../images/about/banner.jpg) no-repeat center;
    height: 492px;
}
.intro{
    background: url(../images/about/introbg.jpg) no-repeat center;
    height: 804px;
}
.introduce{
    width: 600px;
    float: right;
    color: rgb(75, 75, 75);
    font-size: 18px;
    line-height: 42px;
    padding-top: 120px;
}
.advantage{
    background-color: #ff8b10;
    box-shadow: 0px 3px 6px 0px rgba(213, 110, 0, 0.5);
    padding:25px;
    height: 155px;
    display: flex;
    justify-content: space-around;
}
.advantage .advali{
    width: 24%;
    text-align: center;
    color: #fff;
}
.advantage .advali p{
    font-weight: bold;
    font-size: 28px;
    margin: 0;
    line-height:50px;
}
.advantage .advali p span{
    font-size: 70px;
}
.advantage .advali .text{
    font-size: 18px;
}

.culture{
    background-color: #f8f8f6;
    padding: 30px 0;
}
.con-culture{
    background-color: #fff;
}
.con-culture .title{
    text-align: center;
}
.con-culture .content ul{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 30px 0;
}
.con-culture .content li{
    width: 33%;
    text-align: center;
}
.con-culture .content h5{
    font-size: 30px;
    color: #393939;
    font-weight: bold;
}
.con-culture .content h6{
    color: #999;
    font-size: 18px;
    padding: 10px 0 20px 0;
}
.con-culture .content .bottom{
    color:#ff8d06;
    font-weight: bold;
    font-size: 24px;
}
.con-culture .content .bottom div{
    width: 40px;
    height: 3px;
    background-color:#ff8d06;
    margin:20px auto;
}

/* 发展历程 */
.development{
    background: url(../images/about/developmentbg.jpg) no-repeat center;
    height: 700px;
}
.course-intro {
    width: 960px;
    padding-top:240px;
    padding-left: 60px;
}
.course-intro .tab-content{
    width: 84%;
}
.course-intro h4{
    color: #00a8ff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}
.course-intro .tab-pane{
    height: 400px;
    overflow-y: auto;
}
.course-intro p{
    /*text-indent: 30px;*/
    font-size: 15px;
    color: #535353;
    line-height: 32px;
}
.navright{
    border-right: 2px solid #d8d8d8;
}
.nav-pills .nav-link{
    text-align: right;
    line-height: 50px;
}

/* 高效学习 */
.learning{
    background: url(../images/about/learningbg.jpg) no-repeat center;
    height: 593px;
    margin-top: 20px;
}
.learning-con{
    padding-top:150px;
    display: flex;
    justify-content: start;
}
.learning-con .text{
    width:390px;
    padding-left: 30px;
}
.learning-con .text h6{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 20px;
}
.learning-con .text p{
    color: #666;
    margin: 0;
    line-height: 34px;
    font-size: 16px;
}
.learning-con .text .btn{
    margin-top: 30px;
}


/* 名校合作 */
.cooperation{
    background: url(../images/about/cooperation.jpg) no-repeat center;
    height: 694px;
}
.cooperation .title h3{
    color: #fff;
    padding-top:20px;
}
.cooperation .school img{
    margin: 0px 83px 20px 10px;
    /*width: 164px;
    height: 58px;*/
}

/* 企业荣誉 */
.honor{
    background-color: #f5f5f5;
    padding: 20px 0 70px 0;
}
.carousel-indicators{
    bottom: -45px;
}