.index_banner{
    position: relative;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}
.index_box0{
    padding: 80px 0 100px;
    background-color: #fff;
}
.index_title{
    margin-top: 12px;
    font-size: 24px;
    color: #000;
    line-height: 1;
    position: relative;
    padding-left: 18px;
}
.index_title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 6px;
    height: 24px;
    border-radius: 3px;
    background-color: #217ab8;
}
.sel_title_right .item{
    float: left;
    margin-left: 10px;
}
.table{
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.table td{
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #000;
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.table .table_title{
    background-color: #fafafa;
}
.table .table_title td{
    color: #666;
    font-weight: 700;
}
.table .d1{
    text-align: left;
}
.title1{
    padding: 80px 0 50px;
}
.index_box1{
    padding-bottom: 100px;
}
.lists{
    margin: 30px -3px 0;
}
.lists li{
    float: left;
    box-sizing: border-box;
    padding: 0 3px 6px;
    width: 33.33%;
}
.lists li a{
    display: block;
    background-color: #fff;
    padding: 40px 40px 40px 164px;
    position: relative;
    height: 100px;
}
.lists li a:hover{
    background-color: #217ab8;
}
.lists .left{
    position: absolute;
    left: 40px;
    top: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    line-height: 98px;
}
.lists .left i{
    /*background-image: url(/static/index/supply/img/icon2.png);*/
    top: -2px;
    width: 100%;
    font-size: 52px;
    color: #999;
}
.lists a:hover .left i{
    color: #217ab8;
}
.lists .left .i2{
    background-position-y: -100px;
}
.lists .left .i3{
    background-position-y: -200px;
}
.lists .left .i4{
    background-position-y: -300px;
}
.lists .left .i5{
    background-position-y: -400px;
}
.lists .left .i6{
    background-position-y: -500px;
}
.lists .left .i7{
    background-position-y: -600px;
}
.lists .left .i8{
    background-position-y: -700px;
}
.lists .left .i9{
    background-position-y: -800px;
}
.lists .left .i10{
    background-position-y: -900px;
}
.lists .left .i11{
    background-position-y: -1000px;
}
.lists .left .i12{
    background-position-y: -1100px;
}
.lists .right .d1{
    font-size: 20px;
    color: #000;
    line-height: 1;
    padding-top: 10px;
    font-weight: 700;
}
.lists a:hover .right .d1,.lists a:hover .right .d2{
    color: #fff;
}
.lists .right .d2{
    padding-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
    color: #666;
    line-height: 24px;
}
.lists2 li{
    width: 50%;
}
.index_box2{
    padding: 100px 0;
    background-color: #fff;
}
.more{
    margin-top: 10px;
    font-size: 15px;
    color: #217ab8;
}
.lists_box{
    width: 579px;
    height: 508px;
    border: 1px solid #e5e5e5;
}
.lists_box_title{
    padding: 17px 30px 20px;
}
.lists_box ul{
    padding: 20px 30px 0;
    border-top: 1px solid #e5e5e5;
}
.lists_box li{
    float: left;
    width: 100%;
    line-height: 42px;
    font-size: 16px;
}
.lists_box li .d1{
    float: left;
    width: 370px;
    box-sizing: border-box;
    padding-left: 18px;
    position: relative;
    color: #000;
}
.lists_box li .d1::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #999;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.lists_box li .d2{
    color: #666;
    float: right;
}
