﻿.banner{
    width: 100%;
}

.title-text {
    font-size: .16rem;
    padding-top: .26rem;
    text-align: center;
}

.line-box{
    text-align: center;
    height: 4px;
    padding-top: .06rem;
}
    .line-box div {
        width: 0.29rem;
        vertical-align: top;
        display: inline-block;
        background: #044098;
        height: 0.02rem;
    }

    .line-box .heng {
        width: .12rem;
        margin-right: .07rem;
        background: #5AC8CC;
    }

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg1 {
    background-image: url('/mimage/about/about_bg.png');
    padding: 0 .14rem .34rem;
}

.bg2 {
    background-image: url('/mimage/about/honour_bg.png');
}

.text {
    text-indent: 2em;
    color: #666666;
    line-height: .18rem;
}

.list-box{
    padding-left: .2rem;
}

.list-item {
    margin-top: 0.2rem;
}

.list-item > div {
    display: inline-block;
    vertical-align: top;
}

.list-item > img {
    vertical-align: top;
    width: .1rem;
    margin-right: .04rem;
    margin-top: 0.02rem;
}

.img-list{
    margin-top: .5rem;
    overflow: hidden;
}

.my-swiper-container {
    position: relative;
    height: 2.4rem;
}

.my-swiper-slide {
    display: inline-block;
    width: 1rem;
    position: absolute;
    color: #333333;
    font-size: .1rem;
    transition: left 0.6s, transform 0.6s;
}

    .my-swiper-slide > img {
        width: 1rem;
    }

    .my-swiper-slide > div {
        text-align: center;
        padding-top: .1rem;
    }

.slide1 {
    left: -1rem;
    color: #999999;
    transform: scale(.6, .6);
}

.slide2 {
    left: .2rem;
    transform: scale(.8, .8);
    color: #999999;
}

.slide3 {
    left: 1.4rem;
    transform: scale(1, 1);
}

.slide4 {
    left: 2.6rem;
    color: #999999;
    transform: scale(.8, .8);
}

.slide5 {
    left: 3.8rem;
    transform: scale(.6, .6);
    color: #999999;
}