/* banner start */
.banner {
    position: relative;
}
.banner img{
    width: 100%;
    height: 3.8rem;
}
.position-info {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    color: #fff;
    font-size: 0.2rem;
    z-index: 15;
}
.position-info img {
    width: 0.26rem;
    height: 0.21rem;
    vertical-align: middle;
    margin-right: 10px;
}
.bgcor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    z-index: 10;
    background: rgba(0, 0, 0, .3);
}
/* banner end */
/* 产品动态内容 */
.content {
    text-align: center;
    padding: 0.7rem 0;
}
.page-title {
    height: 0.3rem;
    margin: 0 auto 0.5rem;
}
/* 介绍内容 */
.short-intro {
    font-size: 0.16rem;
    color: #444;
    text-indent: 2em;
    text-align: left;
    line-height: 0.3rem;
    margin-bottom: 0.9rem;
}
.short-intro img {
    width: 100%;
    margin: 0.3rem 0;
}
.contact-info {
    overflow: hidden;
}
.info-item {
    float: left;
    width: 4.3rem;
    background: #efefef;
    font-size: 0.16rem;
    padding: 0.4rem 0.5rem;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}
.contact-info .info-item:nth-child(3n-1) {
    margin: 0 0.25rem;
}
.info-item h5 {
    font-size: 0.16rem;
    color: #093C8A;
}