﻿.body{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}
.body-header{
    /*display: flex;*/
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #CBCBCB;
}
.body-header-right{
    float: right;
    width: 484px;
    /*flex: 1;*/
    /*display: flex;*/
    /*flex-direction: column;*/
}
.body-header-right-bottom div{
    display: inline-block;
    padding-top: 10px;
    margin-right: 64px;
    /*flex: 1;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
.body-header-right-bottom div:last-child{
    margin: 0;
}
/*.body-header-right-bottom div:first-child{*/
/*    cursor: default;*/
/*}*/
/*.body-header-right-bottom div{*/
/*    cursor: pointer;*/
/*}*/
.body-content{
    padding: 30px 0;
    overflow: hidden;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.body-content-left{
    width: 640px;
    float: left;
}
.body-content-left .dian{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #F84823;
    margin-right: 14px;
}
.body-content-right{
    width: 520px;
    float: right;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/

}
.body-content-right .body-content-right-item{
    width: 245px;
    height: 100px;
    background: #6CB7DE;
    padding: 10px 10px 0;
    box-sizing: border-box;
    display: inline-block;
}
.body-footer{
    padding-top: 80px;
}
.body-footer-left{
    width: 45%;
    float: left;
}
.body-footer-right{
    width: 45%;
    float: right;
}
.body-footer-title{
    width: 100%;
    color: #0068B4;
    margin-bottom: 20px;
    background-image:linear-gradient(90deg,#B2D7EA,#fff);
}
.step-box{
    width: 100%;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.step-box .step{
    width: 130px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
}
.step-box .step span{
    margin: 0 auto 20px ;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #0067B4;
    border-radius: 50%;
}
.step-box .step .slh{
    position: absolute;
    color: #0067B4;
    top: -2px;
    right: -40px;
}