body {
	background: #fff;
}
/* 重置auto */
.auto{
	/* width: 100%;
	min-width: 100%;
	max-width: 100%; */
}
/*banner样式*/
.info-banner {
    background: url("img/banner.png") no-repeat center;
}
/* 产品内容 */
.index-serverHosting{
    overflow: hidden;
    min-width: 1220px;
    padding: 0;
    height: 890px;
    background: #FFFFFF;
}
.index-serverHosting .container{ position:relative; overflow: hidden; width: 1200px;}
.index-serverHosting .module-title p{ margin-top: 170px; }
.index-serverHosting .info{ 
    height: 122px;
    font-size: 20px;
    color: #999999;
    line-height: 28px;
    margin: 40px auto 0;
}
.index-serverHosting .imgBox{
    width: 643px;
    margin: 131px auto;
}
/* 产品优势 */
.index-advantage{
    overflow: hidden;
    min-width: 1220px;
    height: 890px;
    background: #F6F9FF;
}
.index-advantage .module-title p{ margin-top: 174px; }
.index-advantage .descript{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 102px;
}
.index-advantage .descript .item{
    width: 242px;
    height: 235px;
    flex-shrink: 0;
    text-align: center;
}
.index-advantage .descript .item img{
    width: 88px;
    height: 88px;
}
.index-advantage .descript .item div{
    height: 25px;
    margin-top: 14px;
    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: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}


/* 该页面公用样式 */
.info-common{
    width: 1000px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}
.term-common{
    width: 450px;
    height: 62px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}


