#slide3 {
    width:1000px;
    height:768px;
    margin: 0 auto;
    position:relative;
    background-image: url('../../images/bg.jpg');
    color: #fff;
}
.block1{
    width: 100%;
}
#slide3 .wrapper{
    padding-top: 60px;
    position: relative;
}
#slide3> div >h2{
    font-size: 20px;
}
#slide3 .wrapper h3{
    font: 31px/1.2 "FiraSansMedium";
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}
#slide3 .wrapper p{
    font: 16px/1.2 "FiraSansRegular";
    color: #fff;
}
#slide3 .wrapper table{
    margin-top: 30px;
}
table tr:first-child td{
    font: 18px "FiraSansBold";
    width: 200px;
    height: 64px;
    padding: 20px 10px 30px 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
table tr:first-child td{
    text-align: center;
}
table tr:first-child td{
    vertical-align: middle;
}
table tr:last-child td{
    height: 290px;
    font: 15px/1.1 "FiraSansRegular";
    padding: 30px 20px;
}
.item0{
    background-color: #0d3a88;
}
.item1{
    background-color: #0e37bb;
}
.item2{
    background-color: #1244cf;
}
.item3{
    background-color: #1c69de;
}
.line{
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    animation: 3s line 2s ease forwards;
    top: 0;
    left: 0;
    transform: translateX(0px) translateY(240px);
}
@keyframes line{
    0%{
        width: 0;
    }
    100%{
        width: 840px;
    }
}
.circle0, .circle1, .circle2, .circle3{
    position: absolute;
    top: 0;
    left: 0;
}
.circle0{
    transform: translateX(100px) translateY(232px);
}
.circle1{
    transform: translateX(309px) translateY(232px);
}
.circle2{
    transform: translateX(511px) translateY(232px);
}
.circle3{
    transform: translateX(710px) translateY(232px);
}
table td{
    position: relative;
}
table td img{
    position: absolute;
    top: 0;
    left: 0;
}
table .item0 img{
    transform: translateY(148px) translateX(10px);
}
table .item1 img{
    transform: translateY(168px) translateX(8px);
}
table .item2 img{
    transform: translateY(148px) translateX(6px);
}
table .item3 img{
    transform: translateY(107px);
}