﻿.banner{position:relative;}
.banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #fff;
}
.engTitle {
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.chTitle {
    font-weight: bold;
    font-size: 2.25rem;
}
.introduct {
    font-size: 3rem;
    font-weight: bold
}
.desc {
    font-size: 1rem;
    margin-top: 2rem;
}
.honor {
    padding: 5rem 10%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content:space-between
}
.item {
    width: 47%;
    border-bottom: 1px solid #d7d4d4;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
}
.item:nth-child(4n){margin-right:0}

.image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 26vw;
}
.title {
    font-family: MiSans-Light;
    font-size: .85rem;
    margin-top: 1.5rem;
    white-space: pre-wrap;
}