.banner-con {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-con-img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.intro {

}
.intro-con {
    flex-direction: column;
    padding: 0.8rem 0 1rem 0;
}
.intro-title {
    font-size: 0.44rem;
    color: #222222;
    line-height: 0;

    text-align: center;
}
.intro-detail {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 0.4rem;
    padding: 0 0.24rem;
}
.aboutUsBanner {
    width: 100%;
    height: 4.4rem;
    margin-top: 0.4rem;
}
.intro-leftImg {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.intro-text {
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #666666;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 2em;
}

.contact {
    padding: 0 .24rem;
}
.contact-con {
    flex-direction: column;
    padding-bottom: 0.8rem;
    text-align: center;
}
.contact-title {
    font-size: 0.44rem;
    color: #222222;
}
.contact-line {
    margin: .3rem auto;
    width: 0.3rem;
    border: 1px solid #222222;
}
.contact-name {
    font-size: 0.24rem;
    font-weight: bold;
    color: #666666;
}
.contact-address {
    font-size: 0.24rem;
    color: #666;
    padding: 0.12rem 0;
}
.contact-tel {
    font-size: 0.24rem;
    color: #666;
}
.contact-map {
    margin-top: 0.4rem;
    width: 100%;
    height: 4.2rem;
}

