.banner img{
    width: 100%;
    height:auto;
}
.activityTime{
    margin: 0 auto;

}
.musicMEtte{
    padding-top: 95px;
    padding-bottom: 130px;
    background-color:#F5F9F9 ;
}
.musicMeet{
    width: 1200px;
    margin: 0 auto;
}
.musicMeet h2{
    font-size: 24px;
}
.musicMeet h2:first-child{
    margin-bottom: 15px;
}
.musicContent{
    margin-top: 55px;
}
.meetLeft{
    float: left;
    width: 490px;
    height: 340px;
    border:2px solid #99999B;
    box-sizing: border-box;
}
.meetLeftImg{
    width: 450px;
    height: 300px;
    margin-top: 20px;
    margin-left: 20px;
}
.meetLeftImg img{
    width: 100%;
    height: 100%;
}
.meetRight{
    float: left;
    margin-left: 58px;
}
.rightTitle{
    margin-top: 40px;
}
.titlePic{
    width: 76px;
    height: 49px;
    float: left;
}
.titlePic1{
    background: url("../img/01.png") no-repeat;
    background-size: 76px 49px;
}
.titleWord{
    margin-left: 20px;
    float: left;
    width: calc(100% - 100px);
}
.titleWord p{
    font-size: 18px;
}
.titleWord p:last-child{
    font-size: 16px;
    margin-top: 15px;
}
.rightContent{
    margin-top: 35px;
    width: 613px;
}
.rightContent p{
    font-size: 16px;
    line-height: 2;
}
/*钢琴比赛*/
.pianoChange{
    background-color: #fff;
    height:595px;
}
.pianoChange .musicMeet{
    padding-top: 100px;
    box-sizing: border-box;
}
.pianoChange .meetRight{

    margin-left: 0px;
    margin-top: 40px;
}
.pianoChange .meetLeft{
    margin-left: 95px;
}
.pianoChange .musicContent{
    margin-top: 0;
}
.pianoChange .titlePic1{
    background: url("../img/02.png") no-repeat;
    background-size: 76px 49px;
}
/*颁奖典礼*/
.prize {
    height: 670px;
    width: 100%;
    background: url("../img/1-bg.png");
}
.prize .musicMeet{
    padding-top: 100px;
    box-sizing: border-box;
}
.prize .titlePic1{
    background: url("../img/03.png") no-repeat;
    background-size: 76px 49px;
}
/*旅行*/
.travel{
    height: 870px;
    width: 100%;
    background-color: #F7F8FA;
}
.travelContent{
    width: 1200px;
    margin:  0 auto;
}
.travelContent .rightTitle{
    margin-top: 0;
    padding-top: 95px;
    box-sizing: border-box;
}
.travel .titleWord p {
    font-size: 24px;
    margin-bottom: 15px;
}
.travel .titlePic1{
    background: url("../img/04.png") no-repeat;
    background-size: 76px 49px;
}
.travel .titleWord p:last-child{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0;
}
.travelPic{
    margin-top: 75px;
}
.travelPic1{
    height: 480px;
    width: 380px;
    margin-right: 30px;
    border-radius: 5px;
}
.travelPic1:last-child{
    margin-right: 0;
}
.travelPic1 img{
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
/*报名信息*/
.schedule{
    width: 100%;
    background-color: #ffffff;
    height: 720px;
}
.scheduleContent{
    width: 1200px;
    margin:0 auto;
    margin-top: 80px;
    box-sizing: border-box;
    position: relative;
}
.scheduleTitle{
    font-size: 24px;
}
.scheduleTitle h2{
    margin-bottom: 15px;
}
.scheduleTitle h2:last-child{
    margin-bottom: 0;
}
.charge{
    margin-top: 55px;
}
.chargeLeft{
    float: left;
    width: 50%;
}
.chargeLeftP{
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 700;
    margin-left: 20px;
}
.chargeLeftTU{
    list-style-type:inherit;
    padding-left: 20px;
    box-sizing: border-box;
}
.chargeLeftT{
    font-size: 16px;
    margin-bottom: 12px;

}
.chargeLeftT:last-child{
    margin-bottom: 0;
}
.chargeLeftP1{
    margin-top: 65px;
}
.chargeRgiht{
    float: left;
    width: 50%;
}
.bottomTitle{
    width: 100%;
    height: 110px;
    background-color: #F1F1F3;
    margin-top: 40px;
    padding-left: 20px;
    border-top: 1px solid transparent;
    box-sizing: border-box;
}
.bottomTitle p{
    font-size: 16px;
    margin-top: 12px;
}