

.layui-caroutp img{
    width: 100%;
    height: 50vh;
}


.aboutbx{
    width: 100%;
    background-image: url('../images/aboutusbj1.png');
    background-size: 100% 100%;
}


.abouts-bx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}
.abouts-bxtxt{
    width: 49%;
}
.abouts-bxtxt h3{
    font-size: 30px;
}
.abouts-bxtxt p{
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    line-height: 26px;
}

.abouts-bximg{
    width: 580px;

}




/* 文化理念 */
.cultureidea{
    width: 100%;
    background-image: url('../images/aboutusbj2.png');
    background-size: 100% 100%;
}

.culture-idea{
    padding: 50px 0;

}
.culture-idea h1{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.culture-idea ul{
    display: flex;
    flex-wrap: wrap;
}
.culture-idea ul li{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    margin-top: 40px;

}
.culture-idea ul li img{
    width: 60px;
    height: 60px;
}
.culture-idea ul li h3{
    font-size: 24px;
    padding: 20px 0 0;
}
.culture-idea ul li p{
    font-size: 14px;
    text-align: center;
    padding: 20px 40px 0;
    line-height: 26px;
}



/* 企业资质 */

.qualifications{
    width: 100%;
    background-image: url('../images/aboutusbj3.png');
    background-size: 100% 100%;
}

.enterprise{
    padding: 40px 0;
}
.enterprise h1{
    text-align: center;
    font-size: 30px;
}

.enter-prise-bx{
    /*overflow: hidden;*/
    margin: 20px 0;
    position: relative;
}
.prisebx-dian {
    left:50%;
    transform: translateX(-50%);
    padding:10px 0;
}
.swiper-pagination-bullet {
    width: 10px;
height: 10px;
    margin:0 5px;
    color:#ffffff;
}


@media screen and (max-width:768px) {


.aboutbx{
    width:100%;
    background-image: url('../images/aboutusbj1.png');
    background-size: 100% 100%;
}

.cultureidea{
    width: 100%;
    background-image: url('../images/aboutusbj2.png');
    background-size: 100% 100%;
}

.qualifications{
    width: 100%;
    background-image: url('../images/aboutusbj3.png');
    background-size: 100% 100%;
}

.abouts-bx{
    flex-direction: column;
    padding: .6rem 0;
}
.abouts-bxtxt{
    width: 90%;
}
.abouts-bxtxt h3{
    font-size: .3rem;
}
.abouts-bxtxt p{
    font-size: .16rem;
    margin-top: .2rem;
    line-height: .26rem;
}

.abouts-bximg{
    width:90%;
    margin: 0 auto;
}
.abouts-bximg img{
    width: 100%;
}



/* 文化理念 */

.culture-idea{
    padding: .5rem 0;

}
.culture-idea h1{
    font-size: .3rem;
    color: #ffffff;
    text-align: center;
}

.culture-idea ul{
    display: flex;
    flex-wrap: wrap;
}
.culture-idea ul li{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    margin-top: .4rem;

}
.culture-idea ul li img{
    width: .6rem;
    height: .6rem;
}
.culture-idea ul li h3{
    font-size: .24rem;
    padding: .2rem 0 0;
}
.culture-idea ul li p{
    font-size: .14rem;
    text-align: center;
    padding: .2rem .4rem 0;
    line-height: .26rem;
}



/* 企业资质 */

.enterprise{
    padding: .4rem 0;
}
.enterprise h1{
    text-align: center;
    font-size: .3rem;
}

.enter-prise-bx{
    margin: .2rem 0;
    position: relative;
}
.enter-prise-bx img{
    width: 100%;
}
.swiper-pagination-bullet {
    width: .1rem;
height: .1rem;
    margin:0 .05rem;
}
}











