.banner{
    height: 293px;
    background-size: 100% 100% !important;
    /*background: url(../images/jiaru_banner.jpg) no-repeat;*/
}
.banner-text{
    position: absolute;
    right: 326px;
    bottom: 28px;
}
.jr-box{
    width: 1400px;
    min-height: 727px;
    background: #fff;
    margin: 44px auto 7px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 #d1d1d1;
    padding-top: 1px;
    padding-bottom: 18px; 
    position: relative;
}
.jr-bg{
    position: absolute;
    right: 31px;
    bottom: 0;
}
.jr-l{
    float: left;
    width: 287px;
    margin-left: 16px;
}
.l-list-wrap{
    height: 689px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 17px;
}

.tit-bg{
    border-bottom: 1px solid #E2E2E2;
    background: #525357;
    color: #FBD878;
    height: 44px;
    line-height: 44px;
    text-indent: 23px;
}
.l-list span{
    float: right;
    margin-right: 18px;
    color: #FBD878;
    text-indent: 0;
}
.l-list ul{
    margin-top: 17px;
    margin-left: 37px;
    position: relative;
}

.l-list ul::after{
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 1px;
    height: 160px;
    border-left: 1px dashed #E6E4E4;
}
.l-list ul li{
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #353434;
    position: relative;
    text-indent: 20px;
}
.l-list ul li::after{
    content: "";
    position: absolute;
    left: -6px;
    top: 16px;
    width: 10px;
    height: 10px;
    border: 1px solid #E6E4E4;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
}
.l-list ul .active::after{
    content: "";
    position: absolute;
    left: -7px;
    top: 14px;
    width: 13px;
    height: 13px;
    border: 1px solid #FFAD22;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
}
.l-list ul .active::before{
    content: "";
    position: absolute;
    left: -3px;
    top: 18px;
    width: 7px;
    height: 7px;
    background: #FFAD22;
    border-radius: 50%;
    z-index: 10;
}


.jr-r{
    float: right;
    width: 1020px;
    margin-right: 48px;
}
.jr-r>div{position: relative;z-index: 8;display: none;}
.jr-r-top{
    height: 150px;
    overflow: hidden;
    border-bottom: 1px solid #E2E2E2;
}
.jr-r-tit{
    font-size: 18px;
    color: #636363;
    margin-left: 54px;
}
.jr-r-tit2{
    font-size: 14px;
    color: #929292;
    line-height: 36px;
    margin-left: 54px;
}

.jr-r-top .jr-r-tit{margin-top: 65px;margin-bottom: 12px;}
.jr-r-main .jr-r-tit{margin-top: 36px;margin-bottom: 12px;}

.yq-list{margin-bottom: 20px;}