@import "style.css";
@import "global.css";

.content {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
}

.bg-gray {
    background: #ebe7e3;
}

.header {
    background-image: url('../images/about-banner_02.jpg');
}


.about-us {
    text-align: center;
}

.about-us .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
    line-height: 76px;
}

.about-us .desc {
    font-weight: 400;
    font-size: 22px;
    color: #444444;
    line-height: 30px;
}

.about-us .content-bottom {
    display: flex;
    margin-top: 20px;
}

.about-us .content-bottom .content-video {
    width: 584px;
    height: 340px;
    flex: none;
}

.about-us .content-bottom .content-video video {
    width: 100%;
    height: 100%;
}

.about-us .content-bottom .content-text {
    font-weight: 400;
    font-size: 22px;
    color: #444444;
    line-height: 30px;
    margin-left: 45px;
    text-align: left;
}

.why .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
    text-align: center;
}

.why .list {
    margin-top: 45px;
    display: flex;
    gap: 20px;
    text-align: center;
}

.why .list .item {
    width: calc(33.333% - 10px);
    background: #fff;
    padding-bottom: 40px;
}

.why .list .item img {
    display: block;
    width: 100%;
}

.why .list .item .item-title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.pinpai-content-box{
  display: flex;
  width: calc(100% - 116px - 116px);
  margin: 28px auto 75px auto;
  height: 154px;
  background: #FFFFFF;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.03);
      padding: 0 20px;
}
.pinpai-content-box img{
    width: 120px;
}
.certificate .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
    text-align: center;
}
.certificate .content{
    padding-bottom: 0px;
}
.certificate .swiper-container {
    margin-top: 35px;
}

.certificate .swiper-slide img {
    width: 100%;
    height: 100%;
}

.health {
    text-align: center;
    background: #ebe7e3;
    position: relative;
}

.health .title {
    font-weight: bold;
    font-size: 36px;
    color: #242424;
}

.health .desc {
    margin-top: 20px;
    font-weight: 400;
    font-size: 22px;
    color: #444444;
}

.health .img-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.health .img-list .img-item {
    width: 50%;
}

.health .img-list .img-item img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.health .bg {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.careers {
    height: 466px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.careers .left {
    background: #fff;
    width: 700px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 122px;
    flex-shrink: 0;
}

.careers .right {
    display: flex;
    margin-left: -100px;
}

.careers .right .img-box {
    padding: 10px;
    width: 50%;
}

.careers .right .img-box img {
    width: 100%;
}


@media screen and (max-width: 1680px){
    .about-us .title {
    font-size: 30px;
}

.about-us .desc {
    font-size: 16px;
    line-height: 24px;
}

.about-us .content-bottom .content-text {
    font-size: 16px;
    line-height: 24px;
}

.why .title {
    font-size: 30px;
}

.why .content .item-title,
.why .content .item-desc {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
}

.certificate .title,
.health .title {
    font-size: 30px;
}

.health .desc {
    font-size: 16px;
    line-height: 24px;
}

}
@media screen and (max-width: 1366px){
    .about-us {
        text-align: center;
    }
    .content{
        width: 1100px;
    }
}

@media screen and (max-width: 1200px){
    .content {
    width: 992px;
}

.careers .left {
    width: 520px;
    padding: 0 100px;
}

}

/*媒体查询--------------------*/
@media screen and (max-width: 768px){

    .content {
        width:100%;
        margin: 0 auto;
        padding: 40px 15px;
    }

    .bg-gray {
        background: #e5e5e5;
    }

    .header {
        background-image: url('../images/about-banner_02.jpg');
    }


    .about-us {
    text-align: center;
}

.about-us .title {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
    line-height: 76px;
}

.about-us .desc {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    text-align: center;
}

.about-us .content-bottom {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.about-us .content-bottom .content-video {
    width: 100%;
    height: 370px;
    flex: none;
}

.about-us .content-bottom .content-video video {
    width: 100%;
    height: 100%;
}

.about-us .content-bottom .content-text {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    margin-left: 0!important;
    text-align: center;
    margin-bottom: 40px;
}

.why {
    text-align: center;
}

.why .title {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
}

.why .list {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}

.why .list .item {
    width: calc(100% - 10px);
    background: #fff;
    padding-bottom: 40px;
}

.why .list .item img {
    width: 100%;
    display: block;
}

.why .list .item .item-title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.certificate,
.health {
    text-align: center;
}

.certificate .title,
.health .title {
    font-weight: bold;
    font-size: 24px;
    color: #242424;
}

.health .desc {
    margin-top: 20px;
    font-weight: 400;
    font-size: 22px;
    color: #444444;
    font-size:16px;
}

.health .img-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.health .img-list .img-item {
    width: 50%;
}

.health .img-list .img-item img {
    width: 100%;
    height: 100%;
    padding: 3px;
}

.health .bg {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.careers {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}

.careers .left {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.careers .right {
    display: flex;
    margin-left: 0;
}

.careers .right .img-box {
    /*height: 300px;*/
    padding: 10px;
    width: 50%;
}

.careers .right .img-box > img {
    width: 100%;
}
  .pinpai-content-box {
      display: flex;
    width: 88%;
    margin: 6px auto 25px auto;
    height: 80px;
    background: #FFFFFF;
    align-items: center;
    justify-content: inherit;
    overflow-x: auto;
    box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.03);
  }
  .pinpai-content-box img{
      width: 77px;
  }

}