


.page-div-banner{
    width: 100%;
}
.page-div-banner img{ 
    width: 100%;
}
.page-div-banner-title{
    position: absolute;
    color: #666666;
    left: 20%;
    top: 20%;
}
.page-div-banner-title h2{
    font-size: 50px;
    font-weight: bold;
}
.page-div-banner-title p{
    font-size: 20px;
}
.page-section {
    /* position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #898798;
    overflow: hidden; */
    margin: 50px auto;
    color: #666666;

}
/* 文字部分 */
.page-section  .hrp-text{
   color: #666666;
}
/* 文字 list */
.page-section  .hrp-text {
    display: flex;
    justify-content: center;
    align-items: center;

}
.hrp{
    /* display: flex;
    align-items: center; */
}
.hrp .hrp-text-div, .hrp .hrp-img-div, .hrp-text-div-light{
    margin:20px;
    border: 0;
}
/* 对应 标题 */
.hrp .hrp-title .hrp-title-h2{
color: #1E8C80;
font-size: 30px;
padding:  0 0 0 20px;
font-weight: bold;
}
/* 文字 list */
.page-section  .hrp-text  .hrp-text-txt{
    text-align: left;
    text-indent: 2em;
    line-height: 30px;
}
/* 图片部分 */
.hrp-img{
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align: text-top;
    vertical-align: top; */
}

/* <!-- 三算 --> */
.hrp .sansuan .hrp-title-h2  {
    background: #f0f3f4;
    text-align: center;
    padding: 6px 0;
    margin: 20px 0 50px 0;
}
.sansuan  .hrp-img-div ,.sansuan  .hrp-text-div-light{
    margin: 0;
    height: 100%;
}
.hrp-text-div-light{
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.sansuan  .hrp-text-txt{
    padding: 0 30px;
}
.page-section .hrp-text  .hrp-text-rigth{
    text-align: right;
    font-size: 25px;
    display: block;
    width: 100%;
    padding: 0 34px;
}

.page-section .hrp-text  .hrp-text-left{
    font-size: 25px;
    display: block;
    width: 100%;
    text-indent: 0;
    padding: 0 33px;
}
.hrp .sansuan .hrp-img .img , .siwei .hrp-img .img{ 
    width: 70%;
    margin: 50px 0 0 0;
}
.hrp .siwei .hrp-title-h2  {
    background: #f0f3f4;
    text-align: center;
    padding: 6px 0;
    margin: 20px 0 0 0;
}


/* 手机 */
@media only screen and (max-width:950px) {
    .page-div-banner{
        margin: 44px 0 0 0;
    }
    .page-div-banner-title{
        top: 4%;
        left: 5%;
    }

    .page-div-banner-title h2{
        font-size: 24px;
    }
    .page-div-banner-title p{
        font-size: 16px;
    }


    .page-section {
        margin: 20px auto;
    }

   
}