body {
	background: #fff;
}
/* 重置auto */
.auto{
	/* width: 100%;
	min-width: 100%;
	max-width: 100%; */
}
/*banner样式*/
.info-banner {
    background: url("img/banner.png") no-repeat center;
}
/* DDOS防护 */
.index-ddos{
    overflow: hidden;
    min-width: 1220px;
    padding: 0;
    height: 890px;
    background: url("img/Bitmap.png") no-repeat center;
}
.index-ddos .container{ position:relative; overflow: hidden; width: 1200px;}
.index-ddos .module-title p{ margin-top: 170px; }
.index-ddos .info{ 
    width: 1000px;
    height: 224px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    margin: 40px auto 0;
}
/* 产品优势 */
.index-advantage{
    overflow: hidden;
    min-width: 1220px;
    height: 890px;
    background: #F6F9FF;
}
.index-advantage .module-title p{ margin-top: 170px; }
.index-advantage .descript{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 108px;
}
.index-advantage .descript .item{
    width: 242px;
    height: 209px;
    flex-shrink: 0;
    text-align: center;
}
.index-advantage .descript .item img{
    width: 88px;
    height: 88px;
}
.index-advantage .descript .item div{
    height: 25px;
    margin-top: 6px;
    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;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

