.bg{
    background: url(../img/equalGuarantee/banner.png) no-repeat center;
}

.server .head-title{
    margin-top: 65px;
}

.grade{
    margin: 59px 0 65px 0;
    overflow: hidden;
}
.grade .tab .category{
    height: 50px;
    margin-top: 77px;
    margin-bottom: 24px;
}
.grade .tab .category ul{
    width: 670px;
}
.grade .tab .category ul li{
    width: 134px;
    
    color: #575757;
}
.grade .tab .category ul li.active span{
    height: 50px;
}
.grade .grade-table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    text-align: center;
}
.grade .grade-table thead,.grade .grade-table tr td{
    border: 1px solid #CECECE;
}
.grade .grade-table tr thead{
    border-bottom: none;
}
.grade .grade-table tr th,.grade .grade-table tr td{
    
}
.grade .grade-table tr th{
    height: 75px;
    font-size: 20px;
    color: #333333;
    background: #FAF5F5;
}
.grade .grade-table tr td{
    height: 100px;
    line-height: 28px;
    font-size: 16px;
    color: #575757;
}

.procedure{
    height: 951px;
    background: #F7F8FB;
    overflow: hidden;
}
.procedure .head-title{
    margin: 56px 0 47px 0;
}
.procedure ul li{
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.procedure ul li:first-child{
    margin: 0;
}
.procedure-title-box{
    width: 235px;
    height: 60px;
    background: #484848;
}
.procedure-title-box span{
    font-size: 24px;
    
    color: #FFFFFF;
}
.procedure-container{
    position: relative;
    width: 100%;
    height: 666px;  
    margin-top: 16px;
    overflow: hidden;
}
.procedure-container-bg{
    font-size: 16px;
    
    color: #575757;
    line-height: 28px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.procedure-container .line{
    width: 3px;
    height: 569px;
    position: absolute;
    left: 24px;
    top: 29px;
    background: #F95A5A;
}
.procedure-container .line2{
    width: 180px;
    height: 2px;
    background: #575757;
    opacity: 0.12;
    margin: 0 auto;
}
.procedure-container .flow{
    position: absolute;
    left: 14px;
}
.procedure-container .flow1{
    top: 29px;
}
.procedure-container .flow2{
    top: 117px;
}
.procedure-container .flow3{
    top: 221px;
}
.procedure-container .flow4{
    top: 346px;
}
.procedure-container .flow5{
    top: 470px;
}
.procedure-container .flow6{
    top: 574px;
}
.procedure-container .flow .flow-circle{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 4px solid #F95A5A;
    border-radius: 50%;
    background: #F7F8FB;
}
.procedure-container .flow .flow-title{
    display: inline-block;
    height: 23px;
    font-size: 20px;
    
    color: #333333;
    line-height: 23px;
    margin-left: 27px;
    vertical-align: top;
}

.industry{
    overflow: hidden;
}
.industry .head-title{
    margin: 68px 0 54px 0;
}
.industry .tab .category{
    height: 50px;
    margin-bottom: 57px;
}
.industry .tab .category ul{
    width: 945px;
}
.industry .tab .category ul li{
    width: 189px;
    
    color: #575757;
}
.industry .tab .category ul li.active span{
    height: 50px;
}
.industry .tab .content .cont .imgbox{
    width: 575px;
    height: 245px;
    box-shadow: 0px 0px 50px 0px rgba(187, 187, 187, 0.2);
}
.industry .tab .content .cont .info{
    width: 589px;
    font-size: 16px;
    
    color: #575757;
    line-height: 28px;
    margin: 26px 0 0 28px;
}

.require{
    overflow: hidden;
}
.require .head-title{
    margin: 59px 0 49px 0;
}
.require .server .server-box{
    width: 573px;
    height: 277px;
    margin: 0; 
}
.require .server .server-box .btn2{
    width:187px;
}


.advantage{
    overflow: hidden;
}
.advantage .head-title{
    margin: 70px 0 60px 0;
}
.advantage-box .item{
    width: 379px;
    height: 390px;
    
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(187, 187, 187, 0.2);
    border-radius: 5px;
    text-align: center;
    padding: 63px 19px 0;
    margin-bottom: 65px;
}
.advantage-box .item .imgbox{
    width: 89px;
    height: 89px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px 0px rgba(182, 182, 182, 0.2);
    border-radius: 50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin: 0 auto;
}
.advantage-box .item .advantage-title{
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-top: 40px;
}
.advantage-box .item .advantage-info{
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-top: 34px;
    text-align: left;
}


.w-283{
    width: 283px;
}