body {
	background: #fff;
}
/* 重置auto */
.auto{
	/* width: 100%;
	min-width: 100%;
	max-width: 100%; */
}
/*banner样式*/
.info-banner {
    background: url("img/banner.png") no-repeat center;
}
.communication-banner{
    background: url("img/communicationbanner.png")  no-repeat center;
}
.business-banner{
    background: url("img/businessbanner.png")  no-repeat center;
}
/* 混合云 */
.mix-Challenge{
    overflow: hidden;
    min-width: 1220px;
    height: 890px;
    background: #FFFFFF;
}
.mix-Challenge .module-title p{ margin-top: 170px; }
.mix-Challenge .descript{
    margin-top: 181px;
}
.mix-Challenge .descript .item{
    width: 242px;
    height: 181px;
}
.mix-Challenge .descript .item p{
    margin-top: 33px;
    height: 60px;
}

.mix-content{
    overflow: hidden;
    min-width: 1220px;
    padding: 0;
    height: 890px;
    background: #F6F9FF;
}
.mix-content .module-title p{ margin-top: 170px; }
.mix-content .descript{
    margin-top: 196px;
}
.mix-content .descript .item{
    width: 168px;
    height: 261px;
}
.mix-content .descript .item div{
    margin-top: 40px;
}
.mix-content .descript .item p{
    margin-top: 8px;
    height: 100px;
}

.mix-value{
    overflow: hidden;
    min-width: 1220px;
    padding: 0;
    height: 890px;
    background: #FFFFFF;
}
.mix-value .module-title p{ margin-top: 170px; }
.mix-value .descript{
    margin-top: 162px;
}
.mix-value .descript .item{
    width: 242px;
    height: 211px;
}
.mix-value .descript .item div{
    margin-top: 10px;
}
.mix-value .descript .item p{
    margin-top: 8px;
    height: 80px;
}

/* 云业务迁移与部署 */
.business-content{
    overflow: hidden;
    min-width: 1220px;
    height: 890px;
    background: #FFFFFF;
}
.business-content .module-title p{ margin-top: 170px; }
.business-content .descript{
    margin-top: 196px;
}
.business-content .descript .item{
    width: 216px;
    height: 241px;
}
.business-content .descript .item div{
    margin-top: 40px;
}
.business-content .descript .item p{
    margin: 8px auto 0;
    width: 168px;
    height: 80px;
}

.business-value{
    overflow: hidden;
    min-width: 1220px;
    height: 890px;
    background: #F6F9FF;
}
.business-value .module-title p{ margin-top: 106px; }
.business-value .info{
    height: 133px;
    margin: 56px auto 0;
}

/* 云通信服务 */
.communication-advantage{
    overflow: hidden;
    min-width: 1220px;
    height: 890px;
    background: #FFFFFF;
}
.communication-advantage .module-title p{ margin-top: 170px; }
.communication-advantage .descript{
    margin-top: 197px;
}
.communication-advantage .descript .item{
    width: 242px;
    height: 221px;
}
.communication-advantage .descript .item div{
    margin-top: 40px;
}
.communication-advantage .descript .item p{
    margin-top: 8px;
    height: 60px;
}

.communication-function{
    overflow: hidden;
    min-width: 1220px;
    height: 890px;
    background: #F6F9FF;
}
.communication-function .module-title p{ margin-top: 170px; }
.communication-function .descript{
    margin-top: 196px;
}
.communication-function .descript .item{
    width: 168px;
    height: 261px;
}
.communication-function .descript .item div{
    margin-top: 40px;
}
.communication-function .descript .item p{
    margin-top: 8px;
    height: 100px;
}

.communication-application{
    overflow: hidden;
    min-width: 1220px;  
    height: 949px;
    background: #FFFFFF;
}
.communication-application .module-title p{ margin-top: 106px; }
.communication-application .tabBox{
    width: 1200px;
    height: 48px;
    margin-top: 162px;
    border-bottom: 1px solid #DDDDDD;
}
.communication-application .tabBox ul{ overflow: hidden;}
.communication-application .tabBox ul li{
    float: left;
    width: 400px;
    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);
}
.communication-application .tabBox ul li.active{
    color: #000000;
}
.communication-application .tab_li .item{
    position:relative;
}
.communication-application .tab_li .li_img{
    width: 429px;
    height: 411px;
    position: absolute;
    top: 67px;
    left: -100px;
}
.communication-application .tab_li .li_title{
    width: 601px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    left: 565px;
    top: 128px;
}
.communication-application .tab_li .li_title p{
    height: 48px;
    font-size: 24px;
    color: #000000;
    line-height: 48px;
}
.communication-application .tab_li .li_title div{
    height: 120px;
    font-size: 18px;
    color: #9596B0;
    line-height: 24px;
    margin-top: 24px;
}
.active{
    border-bottom: 1px solid #1F015F;
}

/* 该页面公用样式 */
.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;
}
.descript{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.descript .item{
    flex-shrink: 0;
    text-align: center;
}
.descript .item img{
    width: 88px;
    height: 88px;
}
.descript .item div{
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}
.descript .item p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.hide{
    display: none;
}
