


.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;

}
/* 文字部分 */
.page-section  .about-text{
   color: #666666;
}
/* 文字 list */
.page-section  .about-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
}
.about{
    /* display: flex;
    align-items: center; */
}
.xlyk{
    
}
/* 对应 标题 */
.about .xlyk .about-title .about-title-h2-right{
color: #1E8C80;
font-size: 30px;
font-weight: bold;
text-align: right;
}
.about .xlyk .about-title .about-title-h2-left{
    color: #1E8C80;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0;
}
/* 文字 list */
.page-section  .about-text  .about-text-txt{
    text-align: left;
    text-indent: 2em;
    line-height: 30px;
}
/* 图片部分 */
.about-img{
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align: text-top;
    vertical-align: top; */
}
.qywh{
    margin: 30px 0 50px 0;
}
.about .qywh .about-img-div-flx{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 20px 20px -20px;
    height: 100%;
}
.qywh .about-img-div-flx img{
    width: 100%;
    
}
.qywh .about-img-div-flx-1{
   width: 70%;
   margin: 20px  0 0 0;
}
.qywh .about-img-div-flx-2{
    width: 58%;
    margin: 15% 20px 15% -0px;
}
.qywh .about-img-div-flx-3{
    width: 75%;
}
.qywh  .about-title .about-title-h2-left{
    color: #1E8C80;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.card{
    border: 0;
}

/* <!-- 企业荣誉 --> */
.qyry{
    margin:30px 0;

}
.qyry  .about-title .about-title-h2-left{
    color: #1E8C80;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.about .qyry .about-text-div-light{
    background: none;
    margin: 0;
    width: 85%;
}
.about .qyry .about-text .about-text-div-light .about-text-txt{
    color: #1E8C80;
    margin: 0;
    line-height:25px;
    text-indent:inherit
}
.about .qyry .about-text .about-text-div-light .about-text-rigth{
    font-size: 25px;
    margin: 0 0 30px 0;
}

.about .qyry  .about-img .card{
    margin: 30px;
}
/* 手机 */
@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;
    }
    .about .qyry .about-text-div-light{
        width: 95%;
    }
   
}