.about-banner{
    height: 400px;
}

.about-title{
    margin-bottom: 60px;
    color: #3E3E3E;
    text-align: center;
}

.about-title > p:first-child{
    font-size: 30px;
}

.about-title > p:last-child{
    font-size: 14px;
}

.about-txt{
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}

.about-txt+img{
    margin-top: 100px;
}

.about-value [class*='cell-']{
    margin-bottom: 50px;
}

.about-value-box{
    position: relative;
    margin: 0 auto;
    width: 340px;
    height: 414px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.10);
    border-radius: 10px;
}

.about-cover{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 100px;
    border-radius: 0 0 10px 10px;
    background-color: #FFFFFF;
    z-index: 100;
}

.about-lg-txt{
    font-size: 42px;
    color: #FFFFFF;
    line-height: 400px;
    text-align: center;
}

.about-honor [class*='cell-']{
    margin-bottom: 50px;
}

.about-honor [class*='cell-'] .about-honor-box{
    margin: 0 auto;
    width: 340px;
    height: 242px;
}

.about-honor [class*='cell-']:nth-child(n+4) .about-honor-box{
    height: 510px;
}

.about-certification .about-certification-box{
    margin: 0 auto;
    width: 340px;
    height: 510px;
}

.about-contact .about-contact-box{
    margin: 0 auto;
    width: 180px;
    height: 180px;
}


.about-contact .about-contact-box > p{
    text-align: center;
}

.about-contact [class*='cell-']{
    margin-bottom: 40px;
}

.about-slide-txt > p{
    color: #FFFFFF;
}

.about-slide-txt > p:first-child{
    font-size: 64px;
}

.about-slide-txt > p:last-child{
    font-size: 24px;
}

.about-slide-txt > p span{
    margin: 0 10px;
    font-size: 32px;
    color: #C89865;
}

.about-swiper{
    width: 100%;
    height: 810px;
    overflow: hidden;
}

.about-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.about-shell{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index:100;
}
.about-slide-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:150;
}