header>div>div>a:nth-child(1){ background-color: #344671; }
header>div>div>a:nth-child(2){ background-color: #2F3A54; }


#banner{
    /* height: 535px; */
    height: 470px;
    background: url(../images/scan/banner.jpg) no-repeat center center;
    background-size: cover;
}
#banner>div{
    margin: 0 auto;
    width: 1200px;
    /* padding-top: 171px; */
    padding-top: 190px;
    color: #FFF;
}
#banner>div>h1{
    font-size: 34px;
    margin: 0 0 49px 0;
}
#banner>div>p{
    font-size: 20px;
    margin-bottom: 49px;
    color: rgba(255, 255, 255, .6);
}
#banner>div>a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 36px;
    text-align: center;
    border: 1px solid #F6F7FC;
    border-radius: 6px;
    color: #FFF !important;
    text-decoration: none !important;
}
#banner>div>a:hover{
    background-color: rgba(255, 255, 255, .1);
}

#flowPath{
    background-color: #F6F7FC;
    height: 758px;
    padding-top: 116px;
    box-sizing: border-box;
}
#flowPath>div{
    margin: 0 auto;
    width: 1158px;
    position: relative;
}
#flowPath>div::after{
    content: ' ';
    width: 1px;
    height: calc(100% - 30px);
    background-color: #C9CACD;
    position: absolute;
    left: 8px;
    top: 15px;
}
#flowPath>div>div{
    margin-bottom: 70px
}
#flowPath>div>div:last-child,
#flowPath>div>div.active{
    margin-bottom: 0;
}
#flowPath>div>div>img{
    display: inline-block;
    position: absolute;
   
    display: none;
}
#flowPath>div>div>span{
    color: #202632;
    font-size: 30px;
    position: absolute;
    top: 70px;
    left: 858px;
    display: none;
}
#flowPath>div>div.active>img,
#flowPath>div>div.active>span{ display: inline-block; }
#flowPath>div>div>.title{
    display: inline-block;
    color: #414141;
    font-size: 30px;
    cursor: pointer;
    padding-left: 73px;
    position: relative;
}
#flowPath>div>div>.title::before{
    content: ' ';
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #C9CACD;
    position: absolute;
    left: 0;
    top: 7px;
}
#flowPath>div>div.active>.title{
    color: #2F52FE;
}
#flowPath>div>div>p{
    display: none;
    color: #515151;
    font-size: 20px;
    line-height: 32px;
    max-width: 519px;
    padding: 44px 0 65px 73px;
}
#flowPath>div>div.active>p{
    display: block;
}