body {
	background: #fff;
}
/* 重置auto */
.auto{
	/* width: 100%;
	min-width: 100%;
	max-width: 100%; */
}
/*banner样式*/
.info-banner {
    background: url("img/20191223/banner.png") no-repeat center;
}

/* 产品内容 */
.index-product{
    overflow: hidden;
    min-width: 1220px;
    padding: 0;
    height: 890px;
    background: #F6F9FF;
}
.index-product .module-title p{ margin-top: 170px; }
.index-product .info{
    width: 1000px;
    height: 81px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 53px auto 0;
    text-align: center;
}
.index-product .img-box{
    width: 744px;
    height: 233px;
    margin: 77px auto 0;
}
/* 产品优势 */
.index-advantage{
    overflow: hidden;
    min-width: 1220px;
    height: 890px;
    background: #FFFFFF;
}
.index-advantage .module-title p{ margin-top: 170px; }
.index-advantage .descript{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 153px;
}
.index-advantage .descript .item{
    width: 260px;
    height: 203px;
    flex-shrink: 0;
    text-align: center;
}
.index-advantage .descript .item img{
    width: 88px;
    height: 88px;
}
.index-advantage .descript .item div{
    height: 25px;
    margin-top: 26px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
.index-advantage .descript .item p{
    margin-top: 8px;
    height: 60px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
/* 应用场景 */
.index-application{
    overflow: hidden;
    min-width: 1220px;  
    height: 890px;
    background: #F6F9FF;
}
.index-application .module-title p{ margin-top: 106px; }
.index-application .decript{
    margin-top: 125px;
    overflow: hidden;
}
.index-application .decript .img-box{
    float: left;
    width: 615px;
    height: 488px;
}
.index-application .decript .info{
    float: left;
    width: 601px;
    margin-left: -48px;
}
.index-application .decript .info p{   
    height: 48px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    letter-spacing: 1px;
}
.index-application .decript .info div{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9596B0;
    line-height: 24px;
    letter-spacing: 1px;
}
.index-application .decript .info .title{
    color: #000000;
}


