@charset "utf-8";
/* 公司简介 模块 */
.Profile .pohoto{ width: 100%; height: 231.27px; }
.Profile .pohoto img{ width: 100%; height: 100%; }
.Profile .text{ width: 100%; margin-top: 45px; }
.Profile .text p{ width: 100%; font-size: 14px; text-indent: 2em; line-height: 33px; color: #3E3A37; }

/* 资质证书 模块 */
.certificate{ width: 100%; height: 300px; background-color: #F5F5F5; margin-bottom: 186px; }
    .certificate .swiper-container { width: 100%; height: 300px; }  
    .certificate .swiper-container .swiper-wrapper{ width: 100%; margin: 0 auto; }
    .certificate .swiper-container .swiper-wrapper .swiper-slide{ width: 172px; display: flex; justify-content: center; align-items: center; }
    .certificate .swiper-container .swiper-wrapper .swiper-slide img{ /*height: 186px; */margin: auto 5px;width: 100%; max-width: 130px;}
    .swiper-button-prev,.swiper-button-next{ width: 45px; height: 45px; background-color: #0E70B1; text-align: center; line-height: 45px; font-size: 16px; color: #FFFBFA; position: absolute;top: 50%; margin-top: -10px; }
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
