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{
    margin: 40px auto 0;
}
.index-product .descript{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 62px;
}
.index-product .descript .item{
    width: 285px;
    height: 285px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(107, 107, 107, 0.25);
    padding: 0 21px 0 22px;
    flex-shrink: 0;
    text-align: center;
}
.index-product .descript .item span{
    width: 60px;
    display: block;
    height: 3px;
    background: #185CFA;
}
.index-product .descript .item img{
    width: 50px;
    height: 50px;
    margin-top: 40px;
}
.index-product .descript .item div{
    height: 25px;
    margin-top: 37px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
.index-product .descript .item p{
    margin-top: 8px;
    height: 80px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

/* 产品优势 */
.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: 159px;
}
.index-advantage .descript .item{
    width: 260px;
    height: 237px;
    flex-shrink: 0;
    text-align: center;
}
.index-advantage .descript .item img{
    width: 88px;
    height: 88px;
}
.index-advantage .descript .item div{
    height: 25px;
    margin-top: 16px;
    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: 100px;
    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 .tabBox{
    width: 1200px;
    height: 48px;
    margin-top: 61px;
    
}
.index-application .tabBox ul{ width: 400px; margin: 0 auto; overflow: hidden;border-bottom: 1px solid #DDDDDD;}
.index-application .tabBox ul li{
    float: left;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    box-shadow: 0px -1px 0px 0px #DDDDDD;
    cursor: pointer;
    
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.index-application .tabBox ul li.active{
    color: #000000;
}
.index-application .tab_li{
    
}
.index-application .tab_li .item{
    position:relative;
}
.index-application .tab_li .li_img{
    width: 615px;
    height: 488px;
    position: absolute;

    top: 42px;
}
.index-application .tab_li .li_title{
    width: 601px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    left: 560px;
    top: 115px;
}
.index-application .tab_li .li_title p{
    height: 48px;
    font-size: 24px;
    color: #000000;
    line-height: 48px;
}
.index-application .tab_li .li_title div{
    height: 120px;
    font-size: 18px;
    color: #9596B0;
    line-height: 24px;
    margin-top: 24px;
    letter-spacing: 1px;
}
.active{
    border-bottom: 1px solid #000000;
}

/* 该页面公用样式 */
.info-common{
    width: 1000px;
    height: 84px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    letter-spacing: 1px;
    color: #999999;
    line-height: 28px;
    text-align: center;
}

