
.about{
    width: 100%;
    background: #FBFBFB;
    padding: 0.72rem 0 0.67rem;
    box-sizing: border-box;
}
.about .about_title{
    font-weight: 400;
    font-size: 0.32rem;
    color: #2A2F34;
    line-height: 0.46rem;
    margin-bottom: 0.35rem;
}
.about .about_title2{
    font-weight: 400;
    font-size: 0.24rem;
    color: #2A2F34;
    margin-top: 0.34rem;
    margin-bottom: 0.19rem;
}
.about .about_body,
.about .about_body p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #2A2F34;
    line-height: 0.3rem;
}










.plate{
    padding: 0.55rem 0 0.94rem;
    box-sizing: border-box;
}
.plate .plate_class{
    font-weight: 400;
    font-size: 0.32rem;
    color: #2A2F34;
    margin-bottom: 0.4rem;
}
.plate_body .plate_item{
    width: 100%;
    height: 4.81rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.13rem;
    position: relative;
}
.plate_body .plate_item:last-child{
    margin-bottom: 0;
}
.plate_body .plate_item .plate_txt{
    width: 6.05rem;
}
.plate_body .plate_item .plate_txt .plate_title{
    font-weight: bold;
    font-size: 0.32rem;
    color: #2A2F34;
    margin-bottom: 0.1rem;
}
.plate_body .plate_item .plate_txt .plate_key{
    font-weight: 400;
    font-size: 0.24rem;
    color: #2A2F34;
    margin-bottom: 0.27rem;
} 
.plate_body .plate_item .plate_txt .plate_cont,
.plate_body .plate_item .plate_txt .plate_cont p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #2A2F34;
    line-height: 0.3rem;
}
.plate_body .plate_item .plate_txt .plate_more{
    margin-top: 0.5rem;
    width: 1.94rem;
    height: 0.55rem;
    background: linear-gradient( 92deg, #002F50 0%, #034370 100%);
    border-radius: 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    gap: 0.46rem;
}
.plate_body .plate_item .plate_txt .plate_more i{
    display: block;
    width: 0.08rem;
    height: 0.14rem;
    background: url(../img/about_jiantou.png) center no-repeat;
    background-size: contain;
}

.plate_body .plate_item .plate_img{
    width: 8.2rem;
    height: 4.81rem;
    position: absolute;
    right: 0;
}
.plate_body .plate_item:nth-child(2n){
    justify-content: right;
}
.plate_body .plate_item:nth-child(2n) .plate_img{
    left: 0;
    right: auto;
}

.plate_body .plate_item .plate_img .swiper-pagination{
    bottom: 0.27rem;
}
.plate_body .plate_item .plate_img .swiper-pagination span{
    width: 0.18rem;
    height: 0.18rem;
    background: #FFFFFF;
    opacity: 0.7;
    margin: 0 0.1rem;
    border-radius: 0.1rem;
    transition: all 0.5s;
}
.plate_body .plate_item .plate_img .swiper-pagination span.swiper-pagination-bullet-active{
    background: #004EA2;
    opacity: 1;
    width: 0.4rem;
}











/* 企业文化 */
.jingshen{
    padding: 0.65rem 0 0.82rem;
    box-sizing: border-box;
}
.wenhua_class{
    font-weight: bold;
    font-size: 0.32rem;
    color: #333333;
}
.jingshen_body{
    margin-top: 0.3rem;
}
.jingshen_body .jingshen_img{
    width: auto;
    height: 0.4rem;
    margin-bottom: 0.19rem;
}
.jingshen_body .jingshen_img img{
    width: auto;
    height: 100%;
}
.jingshen_body .jingshen_txt{
    margin-left: 2rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #7A7A7A;
}





.wenhua{
    width: 100%;
    height: 7rem;
    margin-bottom: 0.59rem;
}
.wenhua .main{
    height: 7rem;
    background: url(../img/wenhua_bg.png) center no-repeat;
    background-size: cover;
    padding: 2.05rem 0.5rem 0 0.5rem;
    display: flex;
    justify-content: space-between;
}
.wenhua .wenhua_item .wenhua_class{
    color: #002F50;
    margin-bottom: 0.53rem;
}
.wenhua .wenhua_cont,
.wenhua .wenhua_cont p{
    font-weight: 400;
    font-size: 0.24rem;
    color: #002F50;
    line-height: 2;
}
/*.wenhua .wenhua_cont p{*/
/*    margin-bottom: 0.14rem;*/
/*}*/
.wenhua .wenhua_item:nth-child(1) .wenhua_cont{
    width: 4rem;
}
.wenhua .wenhua_item:nth-child(2) .wenhua_cont{
    width: 5.1rem;
}
.wenhua .wenhua_item:nth-child(3) .wenhua_cont{
   width: 3.92rem;
}








@media only screen and (max-width:1042px) {
    .about{
        padding: 40px 0;
        box-sizing: border-box;
    }
    .about .about_title{
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .about .about_body, .about .about_body p{
        font-size: 16px;
        line-height: 1.8;
    }


    .plate .plate_class{
        font-size: 24px;
    }
    .plate_body .plate_item{
        height: auto;
        margin-bottom: 50px;
    }
    .plate_body .plate_item .plate_txt{
        width: 50%;
    }
    .plate_body .plate_item .plate_txt .plate_title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .plate_body .plate_item .plate_txt .plate_key{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .plate_body .plate_item .plate_txt .plate_cont, 
    .plate_body .plate_item .plate_txt .plate_cont p{
        font-size: 14px;
        line-height: 1.5;
    }
    .plate_body .plate_item .plate_txt .plate_more{
        padding: 7px 20px;
        width: max-content;
        height: auto;
        font-size: 15px;
        margin-top: 20px;
        gap: 10px;
    }
    .plate_body .plate_item .plate_img{
        width: 48%;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .jingshen_body .jingshen_txt{
        margin-left: 0;
    }


    .wenhua{
        height: auto;
        background-size: cover;
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .wenhua .main{
        gap: 25px;
    }
    .wenhua .wenhua_item{
        width: calc(33.33% - 26px);
    }
    .wenhua .wenhua_item .wenhua_class{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .wenhua .wenhua_item .wenhua_cont{
        width: 100% !important;
    }
    .wenhua .wenhua_cont, 
    .wenhua .wenhua_cont p{
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about .about_title2,
    .wenhua_class{
        font-size: 24px;
    }
    .plate_body .plate_item{
        height: auto;
        margin-bottom: 50px;
        display: block;
    }
    .plate_body .plate_item .plate_txt{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .plate_body .plate_item .plate_img{
        width: 100%;
        height: auto;
        position: initial;
        transform: none;
    }




    .jingshen_body .jingshen_img{
        width: 100%;
        height: auto;
    }
    .jingshen_body .jingshen_img img{
        width: 100%;
        height: auto;
    }
    .jingshen_body .jingshen_txt{
        font-size: 16px;
        line-height: 1.6;
    }



    .wenhua .main{
        display: block;
        height: auto;
        padding-bottom: 2rem;
    }
    .wenhua .wenhua_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .wenhua .wenhua_item .wenhua_class{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .wenhua .wenhua_item .wenhua_cont{
        width: 100% !important;
    }
    .wenhua .wenhua_cont, 
    .wenhua .wenhua_cont p{
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 0;
    }

}


