/* 关于我们 */
.aboutBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg8.jpg) no-repeat center;
}
/* 课程 */
.productBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg9.jpg) no-repeat center;
}
.productCon li{
    width: 580px;
    height: 560px;
    background: url(../images/home/img33.jpg) no-repeat center;
    margin-bottom: 30px;
}
.productCon li div:nth-child(1){
    width: 550px;
    height: 320px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 25px;
}
.productCon li div:nth-child(1) img{
    max-width: 550px;
    max-height: 320px;
}
.productCon li div:nth-child(2){
    width: 500px;
    margin: auto;
}
.productCon li div:nth-child(2) p:nth-child(1){
    margin-bottom: 15px;
    text-align: center;
}
.otherImg{
    min-height: 400px;
    padding-bottom: 150px;
}
.otherImg img{
    max-width: 1200px;
}
/* 案例 */
.caseBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg10.jpg) no-repeat center;
}
.caseCon li{
    margin-bottom: 50px;
}
.caseCon li div{
    width: 580px;
    height: 421px;
    margin-bottom: 25px;
}
.caseCon li div img{
    max-width: 580px;
    max-height: 421px;
}
/* 新闻 */
.newsBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg11.jpg) no-repeat center;
}
.newsCon li{
    width: 1200px;
    height: 310px;
    background: #F7F7F7;
    margin-bottom: 30px;
}
.newsBox div:nth-child(1){
    width: 330px;
    height: 270px;
    margin: 20px;
}
.newsBox div:nth-child(1) img{
    max-width: 330px;
    max-height: 270px;
}
.newsBox div:nth-child(2){
    width: 600px;
    margin-left: 30px;
    margin-right: 60px;
}
.newsBox div:nth-child(2) p:nth-child(1){
    margin: 40px 0 30px 0;
}
.newsBox div:nth-child(3) p{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(51, 51, 51, .3);
    padding-top: 120px;
}
.newsConActive{
    box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.1000);
}
.newsConActive .newsBox div:nth-child(3) p{
    color: #C3A66C !important;
    border-bottom: 1px solid #C3A66C !important;
}
/* 联系 */
.contactBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg12.jpg) no-repeat center;
}
.contactCon li p:nth-child(2){
    margin-top: 25px;
}
/* 大师风采 */
.masterBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/20.jpg) no-repeat center;
}