
/* 技术服务图文 */
.jsfw-main {
    padding: 1.875rem 3.125rem 0px;
    /* height: 25rem; */
    height: 30%;
    text-align: center;
}
.jsfw-main img:hover{
    transform: scale(1.1);
}
.jsfw-main img {
    width: 80%;
    height: 50%;
}
.jsfw-main h1 {
    margin-top: 0.94rem;
    font-size: 1rem;
    color: #657188;
}
.jsfw-main p {
    margin-top: 0.625rem;
    font-size: 0.9rem;
    color: #657188;
}

/* 流程图 */
.flow {
    margin-bottom: 5rem;
}
.flow img {
    width: 100%;
}

/* 背景图片和文字 */
.flow-text {
    width: 100%;
    height: auto;
    background-image: url('../images/bg.jpg');
    text-align: center;
    font-family:'Microsoft YaHei',tahoma,arial,'Hiragino Sans GB';
    color: white;
}
.flow-text h1 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
}

/* 产品系列图文 */
.products {
    text-align: center;
}
.products img {
    width: 90%;
}