#slide9{
    width:1000px;
    height:768px;
    margin: 0 auto;
    position:relative;
    font-family: FiraSansMedium;
    color: #fff;
    background: url('../images/bg.png');
}
 #slide9 .f-bottom{
    background: url(../../images/bot-bg.jpg) left 0 no-repeat !important;
 }
 #slide9 .top-bg{
    background: url(../../images/bot-bg.jpg) left 0 no-repeat !important;
 }
#slide9 .h-line{
    width: 100%;
    height: 100px;
    float: left;
    margin-top: 30px;
}
#slide9 .h-line h3{
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}
#slide9 .left-block{
    float: left;
    width: 240px;
    height: 417px;
    background: #2c3fd7;
    text-align: center;
    margin-top: 30px;
}
#slide9 .left-block img{
    width: 202px;
}
#slide9 .right-block{
    float: left;
    width: 573px;
    margin-left: 4px;
    font-size: 14px;
    font-family: FiraSansRegular;
    margin-top: 30px;
}
#slide9 .right-block table tr{
    width: 572px;
}
#slide9 .right-block table tr td{
    height: 104px;
    vertical-align: middle;
}
#slide9 .right-block table tr td:first-child{
    width: 58%;
    padding: 0 10px 0 30px;
}
#slide9 .right-block table tr td:last-child{
    width: 40%;
    padding: 0px 25px 0 10px
}
#slide9 .right-block table tr td p{
    position: relative;
    line-height: 1.4;
}
#slide9 .right-block table tr td p:before{
    content: url(../images/plus.png);
    position: absolute;
    top: 31%;
    left: -43px;
}
#slide9 .right-block table tr td p:after{
    content: url(../images/str.png);
    position: absolute;
    top: 8%;
    right: 18px;
}
#slide9 .right-block table tr:nth-child(odd){
    background: #2c3fd7;
}
#slide9 .right-block table ul li{
    position: relative;
    margin-bottom: 8px;
}
#slide9 .right-block table ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #edb336;
    position: absolute;
    top: 4px;
    left: -12px;
}