body{
    background-color: #f8f8f8;
   width: 100%;
}
.section-main{
    height: 100%;
    width: 980px;
    background-color: white;
    border-radius: 15px;
    margin-bottom: 20px;
}
p{
    text-indent:2em;
    font-size: 20px;
    line-height: 2.429;
}
.main-1{
    text-align: center;
    border-bottom: 2px solid #f9f2f4;
    padding: 10px;
}
.main-2{
    padding: 20px;
}
.p_div{
    text-align: center;
}
.p_div > img{
    height: 400px;
}

.section-button-last{
    margin-top: 220px;
    height: 120px;
    background-color: #cccccc;
}

.section-button-last > div{
    height: 99%;
}

.section-button-last-img{

    height: 85%;
    margin-top: 10px;
}

.button-div > div{
    text-align: center;
    line-height: 40px;
    float: right;
    width: 840px;
    /*position: relative;*/
    /*left: 500px;*/
}
.button-div > span{
    font-size: 12px;
    line-height: 40px;
}
.button-div1{
    height: 120px;
}
.button-div1 > a{
    /*position: relative;*/
    /*top: 10px;*/
    /*left: -200px;*/
}
@media (min-width: 992px) and (max-width: 1170px){
    .button-div > div {
        text-align: center;
        line-height: 30px;
        float: right;
        width: 540px;
    }
}