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{
    height: 168px;
    font-size: 20px;
    color: #999999;
    line-height: 28px;
    margin: 53px auto 0;
}
.index-product .img-box{
    width: 744px;
    height: 235px;
    margin: 85px auto 0;
}
/* 产品优势 */
.index-advantage{
    overflow: hidden;
    min-width: 1220px;
    height: 890px;
    background: #FFFFFF;
}
.index-advantage .module-title p{ margin-top: 170px; }
.index-advantage .descript{
    margin-top: 156px;
}
.index-advantage .descript .item{
    width: 260px;
    height: 220px;
}
.index-advantage .descript .item img{
    width: 88px;
    height: 88px;
}
.index-advantage .descript .item div{
    height: 25px;
    margin-top: 19px;
    font-size: 18px;
    line-height: 25px;
}
.index-advantage .descript .item p{
    margin-top: 8px;
    height: 80px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
/* 专线连接和VPN连接对比 */
.index-contrast{
    overflow: hidden;
    min-width: 1220px;
    padding: 0;
    height: 718px;
    background: #F6F9FF;
}
.index-contrast .module-title p{ margin-top: 106px; }
.index-contrast .line{
    width: 600px;
    height: 357px;
    background: #185CFA;
    border-radius: 20px;
    margin-top: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.index-contrast .line .line-header{
    width: 600px;
    height: 72px;
    background: #0748DE;
    border-radius: 20px 20px 0px 0px;
}
.index-contrast .line .line-title{
    font-size: 20px;
    color: #FFFFFF;
    text-align: right;
    margin: 0 auto;
    padding-top: 34px;
}
.index-contrast .line .term{
    font-size: 14px;
    color: #FFFFFF;
    text-align: right;
    margin-left: 63px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-contrast .vpn{
    width: 620px;
    height: 345px;
    background: #DDDDDD;
    border-radius: 1px 20px 20px 1px;
    position: absolute;
    right: 0;
    top: 106px;
    z-index: 0;
}
.index-contrast .vpn .vpn-header{
    width: 620px;
    height: 60px;
    background: #C1C1C1;
    border-radius: 1px 20px 0px 1px;
}
.index-contrast .vpn .vpn-title{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding: 28px 0 0 105px;
}
.index-contrast .vpn .term{
    font-size: 14px;
    color: #666666;
    line-height: 62px;
    text-align: left;
    margin-left: 82px;
    margin-bottom: 14px;
}

.index-contrast .icon-box{
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 0px rgba(120, 112, 138, 0.5);
    text-align: center;
    padding-top: 14px;
    position: absolute;
    left: 560px;
    top: 183px;
    z-index: 2;  
}
.index-contrast .icon-box p{
    height: 18px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    margin-top: -2px;
}
/* 应用场景 */
.index-application{
    overflow: hidden;
    min-width: 1220px;  
    height: 894px;
    background: #FFFFFF;
}
.index-application .module-title p{ margin-top: 106px; }
.index-application .tabBox{
    width: 1200px;
    height: 48px;
    margin-top: 74px;  
}
.index-application .tabBox ul{ width: 1200px; margin: 0 auto; overflow: hidden;border-bottom: 1px solid #DDDDDD;}
.index-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);
}
.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: 84px;
    left: -100px;
}
.index-application .tab_li .li_title{
    width: 601px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    left: 508px;
    top: 180px;
}
.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: 12px;
    letter-spacing: 1px;
}
.active{
    border-bottom: 1px solid #000000;
}


/* 该页面公用样式 */
.info-common{
    width: 1000px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}
.index-contrast .title-common{
    width: 450px;
    height: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
}
.term-common{
    width: 450px;
    height: 62px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}
.cut{
    width: 500px;
    height: 1px;
    margin: 0 auto;
    background-color: #5186FF;
    border: none;
}
.bg1{
    background-color: #C0C0C0;
}
.descript{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.descript .item{
    flex-shrink: 0;
    text-align: center;
}
.descript .item img{
    width: 50px;
    height: 50px;
}
.descript .item div{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.descript .item p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}


