/*==========================
 <-- 关于我们头图样式 -->
===========================*/
.about-head {
    background: url('../image/aboutBack.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: .80rem;
}

.about-head .area-content {
    padding: 2.04rem 0 1.84rem 0;
}

.about-head h1 {
    color: #fff;
    text-align: center;
    font-size: .48rem;
    line-height: .67rem;
    margin-bottom: .15rem;
}

.about-head h3 {
    color: rgba(255, 255, 255, .5);
    font-size: .36rem;
    line-height: .50rem;
    text-align: center;
}

/*==========================
 <-- 关于我们详情样式 -->
===========================*/
.about-info {
    background-color: #F8FBFF;
}

.about-info .area-content {
    padding: .28rem 0 .8rem 0;
}

.about-info-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .48rem;
}

.about-info-head .about-head-left {
    margin-right: 1.19rem;
}

.about-info-head .about-head-left .head-left-title {
    font-size: .32rem;
    line-height: .45rem;
    font-weight: 600;
}

.about-info-head .about-head-left h4 {
    font-size: .18rem;
    line-height: .26rem;
    margin-top: .25rem;
    font-weight: 400;
    text-align: justify;
}

.about-info-head .about-head-right {
    min-width: 5.46rem;
    height: 2.97rem;
}

.about-info-head .about-head-right img {
    width: 100%;
    height: 100%;
}

.about-info-head .about-head-right .moblie {
    display: none;
}

.about-list {
    background-color: #fff;
    border-radius: .08rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.about-list-item {
    border-right: .01rem solid #f5f5f5;
    border-bottom: .01rem solid #f5f5f5;
    padding: .32rem .48rem;
}

.about-list-item:nth-child(2n) {
    border-right: none;
}

.about-list-item:nth-child(3n) {
    border-bottom: none;
}

.about-list-item:nth-child(4n) {
    border-right: none;
    border-bottom: none;
}

.about-list-item img {
    width: .88rem;
    height: .88rem;
    margin-bottom: .12rem;
}

.about-list-item h2 {
    font-size: .24rem;
    line-height: .34rem;
    margin-bottom: .12rem;
}

.about-list-item h5 {
    font-size: .16rem;
    line-height: .22rem;
    font-weight: 400;
    color: var(--primary-font-color2);
}

.about-list-item:hover img {
    transform: rotateY(360deg);
    transition: 1s;
}

/*==========================
 <-- 创业历程样式 -->
===========================*/
.history-area {
    background-color: #fff;
}

.history-area .area-content {
    padding: .6rem 0 .8rem 0;
}

.history-area h2 {
    font-size: .32rem;
    line-height: .45rem;
    text-align: center;
    margin-bottom: .48rem;
}

.history-area p {
    font-size: .18rem;
    line-height: .26rem;
}

/*==========================
 <-- 荣誉资质样式 -->
===========================*/
.honer-area {
    background-color: #F8FBFF;
    background: url('../image/honerBack.png') no-repeat;
    background-size: calc(100% - .80rem) 100%;
    background-position: .40rem 0;
}

.honer-h1 {
    font-size: .80rem;
    line-height: 1.12rem;
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: .12rem;
}

.honer-h1::after {
    content: '荣誉资质';
    position: absolute;
    bottom: .01rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-font-color1);
    font-size: .40rem;
    line-height: .56rem;
    font-weight: 600;
}

.honer-h4 {
    color: var(--primary-font-color2);
    font-size: .20rem;
    line-height: .28rem;
    text-align: center;
    margin-bottom: .80rem;
    font-weight: 400;
}

.honer-image {
    width: 100%;
    user-select: none;
}