


.page-div-banner{
    width: 100%;
}
.page-div-banner img{ 
    width: 100%;
}
.page-div-banner-title{
    position: absolute;
    color: #fff;
    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;

}
.txt{
    margin: 50px  0 ;
}
.div-text{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 通用 文字div  图片盒子 间距 */
/* .div-img-div,.div-text-div{
    margin: 0 20px;
} */
.div-text-txt{
    margin: 0;
    color:#666666 ;
    text-indent: 2em;
    line-height: 30px;
}
.div-text-title{
    color: #1E8C80;
    font-size: 30px;
    font-weight: bold;
   
}

.fags{
    margin: 50px 0 0 0 ;
}
.fags .div-text-title{
    margin: 20px auto;
}
.fags .div-img{
    margin: 50px 0 0 0 ;
}


.xtjg{
    margin: 50px 0 0 0 ;
}
.xtjg .div-text-title{
    margin: 20px auto;
}
.xtjg .div-img{
    margin: 50px 0 0 0 ;
}




.xtts{
    margin: 50px 0 0 0 ;
}
.xtts .div-text-title{
    margin: 20px auto;
}
.xtts .div-img{
    margin: 50px 0 0 0 ;
}

.card{
    border: 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;
    }

   
}