/* 公司简介 */
.brief-wrap {
    padding-top: 1rem;
    margin: 0 auto;
width:11rem;
}

.brief-title {
    font-size: 0.4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-bottom: 0.25rem;
}

.brief-title::after {
    content: '';
    width: 1.63rem;
    height: 0.02rem;
    background: #0DA0D6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.brief-content {
    margin: 0.65rem 0;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
}

.brief-bg {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 1rem;
}

.brief-bg-img {
    width: 100%;
}

.brief-bg-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -0.37rem;
    left: 50%;
    transform: translateX(-50%);
}

.brief-bg-item {
    width: 3.5rem;
    height: 2.38rem;
    border: 0.08rem solid #D6DBE0;
    cursor: pointer;
}

.brief-bg-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brief-bg-item:hover {
    border-color: #0DA0D6;
}

/* 企业文化 */
.culture-wrap {
    padding: 1.2rem 0;
    margin: 0 auto;
}

.culture-title {
    font-size: 0.4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-bottom: 0.25rem;
    position: relative;
    text-align: center;
}

.culture-title::after {
    content: '';
    width: 1.63rem;
    height: 0.02rem;
    background: #0DA0D6;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.culture-content {
    padding: 0.4rem 0;
}

.culture-content img {
    width: 10.32rem;
    margin: 0 auto;
}

.culture-content p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
    text-align: center;
    margin-top: 0.3rem;
}

.culture-list {
    width: 13.55rem;
    margin: 0 auto;
    overflow: hidden;
    padding: 0.3rem 0;
}

.culture-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4.57rem;
    margin-bottom: 1.56rem;
    box-shadow: 0rem -0.1rem 0.2rem 0rem rgba(16, 159, 222, 0.51),
        /*上边阴影(h-shadow为0， v-shadow为负数为上边阴影) */

        0px 0px 0px 0px #2279ee,
        /*右边阴影(h-shadow为正数，v-shadow为0为右边阴影) */

        0rem 0.1rem 0.2rem 0rem rgba(16, 159, 222, 0.51),
        /*下边阴影(h-shadow为0， v-shadow为正数为下边阴影) */

        0px 0px 0px 0px #3bee17;
    /*左边阴影(h-shadow为负数，v-shadow为0为左边阴影) */
}

.culture-item:nth-child(even) .culture-right {
    order: -1;
}

.culture-left {
    width: 5.38rem;
}

.culture-text {
    width: 1.88rem;
    height: 0.64rem;
    background: #0DA0D6;
    font-size: 0.23rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.52rem;
}

.culture-p {
    margin-top: 0.75rem;
    text-align: center;
}

.culture-p p {
    font-size: 0.23rem;
    font-family: Microsoft YaHei;
    color: #333333;
    margin-top: 0.2rem;
}

.culture-right {
    width: 7.53rem;
    position: relative;
    top: 0.49rem;
}

.culture-right img {
    width: 100%;
    height: 4.48rem;
    object-fit: cover;
}

.culture-huodong-text {
    font-size: 0.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1E1E1E;
    text-align: center;
    margin-top: 0.3rem;
}

.culture-banner {
    padding: 0.83rem 0;
    margin: 0 auto;
    position: relative;
}

.cultureSwiper {
    width: 100%;
    /* height: 3.5rem; */
    padding-bottom: 0.2rem;
}

.cultureSwiper .swiper-slide {
    border: 1px solid #DFDFDF;
}

.cultureSwiper .swiper-slide:hover {
    box-shadow: 0rem 0rem 0.15rem 0.02rem rgba(0, 77, 161, 0.19);
}

.culture-banner-img {
    width: 100%;
    height: 2.8rem;
}

.culture-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture-banner-p {
    width: 100%;
    height: 0.7rem;
    padding: 0 0.18rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1E1E1E;
    display: flex;
    align-items: center;
}

.culture-banner .swiper-button-next:after,
.culture-banner .swiper-button-prev:after {
    color: #1E1E1E;
    font-size: 0.4rem;
}

.culture-next {
    right: -0.5rem;
}

.culture-prev {
    left: -0.5rem;
}

/* 企业荣誉 */
.honor-box {
    margin-top: 0.85rem;
}

.honor-text {
    padding: 0 0.6rem;
    font-size: 0.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1E1E1E;
}

.honor-p {
    padding: 0 1.05rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
    margin: 0.5rem 0;
}

.honor-banner {
    width: 100%;
    padding: 0 1.05rem;
    position: relative;
}

.honor1Swiper {
    width: 100%;
    height: 5.53rem;
}

.honor1Swiper .swiper-slide {
    height: calc((100% - 17px) / 2);
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    cursor: pointer;
    padding: 0.23rem 0.33rem;
}

.honor1Swiper .swiper-slide:hover {
    box-shadow: 0rem 0rem 0.15rem 0.02rem rgba(0, 77, 161, 0.19);
}

.honor-img,
.honor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.honor-banner .swiper-button-next:after,
.honor-banner .swiper-button-prev:after {
    color: #1E1E1E;
    font-size: 0.4rem;
}

.honor2Swiper {
    width: 100%;
    height: 2.68rem;
}

.honor2Swiper .swiper-slide {
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    cursor: pointer;
    padding: 0.23rem;
}

.honor2Swiper .swiper-slide:hover {
    box-shadow: 0rem 0rem 0.15rem 0.02rem rgba(0, 77, 161, 0.19);
}

.honor-bg {
    width: 100%;
    background: url(../img/company/honor-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 2.6rem;
}

.honor-bg .honor-box {
    margin-top: 0;
    margin: 0 auto;
}


.honor3Swiper {
    width: 100%;
    height: 5.53rem;
}

.honor3Swiper .swiper-slide {
    height: calc((100% - 17px) / 2);
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    cursor: pointer;
    padding: 0.23rem 0.33rem;
}

.honor3Swiper .swiper-slide:hover {
    box-shadow: 0rem 0rem 0.15rem 0.02rem rgba(0, 77, 161, 0.19);
}

/* 组织机构  */
.tissue-content{
    margin-top: 0.5rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
}
@media only screen and (max-width: 1024px) {
    .brief-wrap{
        padding: 0.8rem 0.25rem;
        padding-bottom: 0;
    }
    .brief-bg-img{
        display: none;
    }
    .brief-bg-list{
        position: initial;
        top: 0;
        left: 0;
        transform: translateX(0%);
        flex-wrap: wrap;
        padding: 0 0.25rem 0.6rem 0.25rem;
    }
    .brief-content ,
    .brief-content p{
        font-size: 0.26rem;
        line-height: 0.34rem;
    }
    .culture-content{
        padding: 0.4rem 0.25rem;
    }
    .culture-content img{
        width: 100%;
        height:auto;
    }
    .culture-content p,
    .culture-content span{
        font-size: 0.26rem;
        line-height: 0.34rem;
    }
    .culture-list{
        width: 100%;
        padding: 0.25rem;
    }
    .culture-item{
        flex-direction: column;
        padding: 0.25rem;
        margin-bottom: 0.7rem;
    }
    .culture-left{
        width: 100%;
        order: -1;
    }
    .culture-text{
        width:70%;
        margin: 0 auto;
        font-size: 0.28rem;
    }
    .culture-p {
        margin: 0.3rem 0;
    }
    .culture-p ,
    .culture-p p{
        font-size: 0.26rem;
    }
    .culture-right{
        width: 100%;
        top: 0;
    }
    .culture-right img{
        height: auto;
    }
    .culture-huodong-text{
        font-size: 0.3rem;
        margin-top: 0;
    }
    .culture-banner{
        width: 100%;
        padding: 0.6rem 0.25rem;
        overflow: hidden;
    }
    .culture-banner-p{
        font-size: 0.26rem;
    }
    
    .tissue-content{
        padding: 0 0.25rem;
    }
    .tissue-content,
    .tissue-content p,
    .tissue-content span{
        font-size: 0.26rem;
        line-height: 0.34rem;
    }
    
    .culture-wrap{
        padding: 0.8rem 0;
    }
    .honor-box{
        padding: 0 0.25rem;
    }
    .honor-text{
        padding: 0;
        font-size: 0.3rem;
    }
    .honor-p{
        padding: 0;
        font-size: 0.26rem;
        line-height:0.34rem;
    }
    .honor-banner{
        padding: 0 0.6rem;
        overflow: hidden;
    }
    .honor-box .swiper-button-next{
        right: 0;
    }
    .honor-box .swiper-button-prev{
        left: 0;
    }
}


