.page1{
    background: url('../image/meeting_banner.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.page1 .page-title{
    margin-bottom: 15px;
}
.page1 .s-title{
    /*margin-bottom: 55px;*/
}
.page1 .s-line{
    width: 250px;
    background: rgba(255,255,255,.5);
    height: 1px;
    margin: auto;
}
.page1 .sub-title{
    font-size: 26px;
    line-height: 1.8;
}
.page1 .page-cont{
    padding-top: calc(8% + 100px);
}

.page2 .page-second-title{
    font-size: 16px;
}
.page2 .service-item img{
    width: 90px;
}
.page2{
    background: url('../image/meeting_banner2.png') no-repeat;
    background-size: cover;
    color:#000;
}
.page-second-title,.service-item{
    margin-bottom: 0;
}