.DB_tab {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    cursor: pointer;
}
.DB_tab .DB_bgSet {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.DB_tab .DB_bgSet li {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*opacity: 0;*/
    /*filter: opacity(0);*/
}
.DB_tab .DB_itemSet {
    width: 100%;
    height: 100%;
    z-index: 99;
}
.DB_tab .DB_itemSet>li{
    display: none;
}
/*当前圆点及左右键*/
.DB_tab .DB_menuWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    z-index: 999;
}
/*圆点*/

.DB_tab .DB_menuWrap .DB_menuSet {
    position: absolute;
    width: 150px;
    bottom: 40%;
    text-align: center;
    font-size: 0;
    border-radius: 20px;
}
.DB_tab .DB_menuWrap .DB_menuSet li {
    /*cursor: pointer;*/
    margin: 0 8px;
    display: inline;
    overflow: hidden;
}
.DB_tab .DB_menuWrap .DB_menuSet li span {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.DB_tab .DB_menuWrap .DB_menuSet li span.btn_on {
    background: #205099;
}
/*左右键*/
.DB_tab .DB_prev {
    position: absolute;
    left: 50px;
    top: 50%;
    cursor: pointer;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.DB_tab .DB_next {
    position: absolute;
    right: 50px;
    top: 50%;
    cursor: pointer;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*动画内容定位*/
.DB_tab .DB_itemSet .DB_item_1{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 120px;
}
.DB_tab .DB_itemSet .DB_item_1_1{
    position: relative;
}
.DB_tab .DB_itemSet .DB_1_1 {
    position: absolute;
    max-height:198px; 
    left: 50%;
    top: 10px;
    z-index: 99;

    max-width: 75%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.DB_tab .DB_itemSet .DB_item_1_car {    
    position: absolute;
    left: 60%; top: 60%;
    display: inline-block;

    -webkit-transform: translateX(-60%) translateY(-50%);
    -moz-transform: translateX(-60%) translateY(-50%);
    -o-transform: translateX(-60%) translateY(-50%);
    -ms-transform: translateX(-60%) translateY(-50%);
    transform: translateX(-60%) translateY(-50%);
}
.DB_tab .DB_itemSet .DB_item_1_car>img{
    position: absolute; 
    -webkit-transform: translateX(-100%) translateY(-50%);
    -moz-transform: translateX(-100%) translateY(-50%);
    -o-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%); 
}
.DB_tab .DB_itemSet .DB_item_1_car .DB_1_7,.DB_tab .DB_itemSet .DB_item_1_car .DB_1_4{
    -webkit-transform: translateX(-0%) translateY(-50%);
    -moz-transform: translateX(-0%) translateY(-50%);
    -o-transform: translateX(-0%) translateY(-50%);
    -ms-transform: translateX(-0%) translateY(-50%);
    transform: translateX(-0%) translateY(-50%); 
}
.DB_tab .DB_itemSet .DB_1_2 {
    top:50px;
    left: 220px;
    z-index: 100;
}
.DB_tab .DB_itemSet .DB_1_3 {
    top:50px;
    left: 80px;
    z-index: 100;
}
.DB_tab .DB_itemSet .DB_1_4 {
    top:50px;
    left: 0px;
    z-index: 500;
}
.DB_tab .DB_itemSet .DB_1_5 {
    top:50px;
    left: -180px;
    z-index: 400;
}
.DB_tab .DB_itemSet .DB_1_6 {
    top:50px;
    left: -400px;
    z-index: 600;
}
.DB_tab .DB_itemSet .DB_1_7 {
    top:50px;
    left: 180px;
    z-index: 900;
}

/*第二动画开始*/
.DB_tab .DB_itemSet .DB_item_2{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 210px;
}
.DB_tab .DB_itemSet .DB_item_2 .DB_item_2_1{
    position: relative;
}
/*文字1*/
.DB_tab .DB_itemSet .DB_2_1 {
    position: absolute;
    max-height:75px; 
    left: 0px;
    top: 10px;
    z-index: 99;
}
/*线1*/
.DB_tab .DB_itemSet .DB_2_2{
    position: absolute;
    left:100px;top:100px;
    box-shadow: 0 0 10px 5px #e3d289;
    background:#fff;
    width:360px;height:2px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    z-index: 1;
}
/*文字2*/
.DB_tab .DB_itemSet .DB_2_3{
    position: absolute;
    left:400px;top:150px;
    z-index: 99;
}
/*线2*/
.DB_tab .DB_itemSet .DB_2_4{
    display: inline-block;
    position: absolute;
    left:400px;top:220px;
    box-shadow: 0 0 10px 5px #e3d289;
    background:#fff;
    width:360px;height:1px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}
/*第二动画结束*/

/*第三动画开始*/
.DB_tab .DB_itemSet .DB_item_3{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 380px;
    padding-left:120px;
}
.DB_tab .DB_itemSet .DB_item_3 .DB_item_3_1{
    position: relative;
}
/*文字1*/
.DB_tab .DB_itemSet .DB_3_1 {
    position: absolute;
    max-height:80px; 
    left: 0px;
    z-index: 99;
}
/*文字2*/
.DB_tab .DB_itemSet .DB_3_2{
    position: absolute;
    max-height:80px; 
    left:0px;top:120px;
    z-index: 99;
}
/*第三动画结束*/


/*第四动画开始*/
.DB_tab .DB_itemSet .DB_item_4{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 400px;
    padding-left:100px;
}
.DB_tab .DB_itemSet .DB_item_4 .DB_item_4_1{
    position: relative;
}
/*文字1*/
.DB_tab .DB_itemSet .DB_4_1 {
    position: absolute;
    max-height:90px; 
    left: 0px;
    z-index: 99;
}
/*文字2*/
.DB_tab .DB_itemSet .DB_4_2{
    position: absolute;
    max-height:90px; 
    left:240px;
    z-index: 99;
}
.DB_tab .DB_itemSet .DB_4_3{
    position: absolute;
    max-height:90px; 
    left:480px;
    z-index: 99;
}
.DB_tab .DB_itemSet .DB_4_4{
    position: absolute;
    left:15px;top:120px;
    z-index: 99;
    width:180px;
    height:8px;
    background: #ffa500;
}
/*第四动画结束*/

@media only screen and (max-width: 1440px){
    .DB_tab .DB_itemSet .DB_item_1{
        padding-top:120px;
    }
    .DB_tab .DB_itemSet .DB_1_1 {
        max-height: 120px;
    }
    .DB_tab .DB_itemSet .DB_1_5 {
        left: 30px; top: 190px;
        width:120px;height:28px;
        font-size:14px;
        line-height: 28px;
    }
    .DB_tab .DB_itemSet .DB_1_6 {
        left:-150px;top:30px;
        height:160px;
    }
    .DB_tab .DB_itemSet .DB_1_7 {
        left:20px;top:30px;
        height:170px;
    }
    .DB_tab .DB_itemSet .DB_1_8 {
        left:220px;top:30px;
        height:180px;
    }



    /*第二动画*/
    .DB_tab .DB_itemSet .DB_item_2 {
        padding-left:50px;
        padding-top:150px;
    }
    .DB_tab .DB_itemSet .DB_2_1 {
        left: 0px;
        top: 20px;
        max-height: 60px;
    }
    /*线1*/
    .DB_tab .DB_itemSet .DB_2_2{
        left:100px;top:80px;
        width:280px
    }
    /*文字2*/
    .DB_tab .DB_itemSet .DB_2_3{
        left:200px;top:120px;
        max-height: 60px;
    }
    /*线2*/
    .DB_tab .DB_itemSet .DB_2_4{
        left:200px;top:180px;
        width:280px
    }


    /*第三动画开始*/
    .DB_tab .DB_itemSet .DB_item_3{
        padding-top: 200px;
        padding-left:50px;
    }
    /*文字1*/
    .DB_tab .DB_itemSet .DB_3_1 {
        max-height:60px; 
        z-index: 99;
    }
    /*文字2*/
    .DB_tab .DB_itemSet .DB_3_2{
        max-height:60px; 
        top:80px;
    }
    /*第三动画结束*/


    /*第四动画开始*/
    .DB_tab .DB_itemSet .DB_item_4{
        padding-top: 220px;
        padding-left:70px;
    }
    /*文字1*/
    .DB_tab .DB_itemSet .DB_4_1 {
        max-height:60px; 
    }
    /*文字2*/
    .DB_tab .DB_itemSet .DB_4_2{
        max-height:60px; 
        left:150px;
    }
    .DB_tab .DB_itemSet .DB_4_3{
        max-height:60px; 
        left:300px;
    }
    .DB_tab .DB_itemSet .DB_4_4{
        left:5px; top:80px;
        width:120px;
        height:5px;
    }
    /*第四动画结束*/
}

@media only screen and (max-width: 1919px) and (min-width: 1441px){
    .DB_tab .DB_itemSet .DB_item_1{
        padding-top:150px;
    }

    .DB_tab .DB_itemSet .DB_item_1_car>img{
        height:180px;
    }

    .DB_tab .DB_itemSet .DB_1_2 {
        left: 150px;
    }
    .DB_tab .DB_itemSet .DB_1_3 {
        left: 60px;
    }
    .DB_tab .DB_itemSet .DB_1_4 {
        left: 0px;
    }
    .DB_tab .DB_itemSet .DB_1_5 {
        left: -100px;
    }
    .DB_tab .DB_itemSet .DB_1_6 {
        left: -240px;
    }
    .DB_tab .DB_itemSet .DB_1_7 {
        left: 120px;
    }

    /*第二动画*/
    .DB_tab .DB_itemSet .DB_item_2 {
        padding-left:50px;
    }
    .DB_tab .DB_itemSet .DB_2_1 {
        left: 0px;
        top: 20px;
        max-height: 60px;
    }
    /*线1*/
    .DB_tab .DB_itemSet .DB_2_2{
        left:100px;top:80px;
        width:280px
    }
    /*文字2*/
    .DB_tab .DB_itemSet .DB_2_3{
        left:200px;top:120px;
        max-height: 60px;
    }
    /*线2*/
    .DB_tab .DB_itemSet .DB_2_4{
        left:200px;top:180px;
        width:280px
    }



    /*第三动画开始*/
    .DB_tab .DB_itemSet .DB_item_3{
        padding-top: 220px;
        padding-left:50px;
    }
    /*文字1*/
    .DB_tab .DB_itemSet .DB_3_1 {
        max-height:60px; 
        z-index: 99;
    }
    /*文字2*/
    .DB_tab .DB_itemSet .DB_3_2{
        max-height:60px; 
        top:80px;
    }
    /*第三动画结束*/


    /*第四动画开始*/
    .DB_tab .DB_itemSet .DB_item_4{
        padding-top: 270px;
        padding-left:80px;
    }
    /*文字1*/
    .DB_tab .DB_itemSet .DB_4_1 {
        max-height:70px; 
    }
    /*文字2*/
    .DB_tab .DB_itemSet .DB_4_2{
        max-height:70px; 
        left:180px;
    }
    .DB_tab .DB_itemSet .DB_4_3{
        max-height:70px; 
        left:360px;
    }
    .DB_tab .DB_itemSet .DB_4_4{
        left:5px; top:85px;
        width:140px;
        height:6px;
    }
    /*第四动画结束*/

}

@media only screen and (min-width: 1920px) and (max-width:2200px){
    .DB_tab .DB_itemSet .DB_item_1{
        padding-top:180px;
    }

    .DB_tab .DB_itemSet .DB_1_2 {
        left: 200px;
    }
    .DB_tab .DB_itemSet .DB_1_3 {
        left: 80px;
    }
    .DB_tab .DB_itemSet .DB_1_4 {
        left: 0px;
    }
    .DB_tab .DB_itemSet .DB_1_5 {
        left: -100px;
    }
    .DB_tab .DB_itemSet .DB_1_6 {
        left: -300px;
    }
    .DB_tab .DB_itemSet .DB_1_7 {
        left: 150px;
    }


    .DB_tab .DB_itemSet .DB_2_1 {
        left: 80px;
        top: 20px;
    }
    /*线1*/
    .DB_tab .DB_itemSet .DB_2_2{
        left:160px;top:95px;
    }
    /*文字2*/
    .DB_tab .DB_itemSet .DB_2_3{
        left:200px;top:150px;
    }
    /*线2*/
    .DB_tab .DB_itemSet .DB_2_4{
        left:180px;top:222px;
        height:1px;
    }


    /*第三动画开始*/
    .DB_tab .DB_itemSet .DB_item_3{
        padding-top: 280px;
        padding-left:80px;
    }
    /*文字1*/
    .DB_tab .DB_itemSet .DB_3_1 {
        max-height:70px; 
        z-index: 99;
    }
    /*文字2*/
    .DB_tab .DB_itemSet .DB_3_2{
        max-height:70px; 
        top:110px;
    }
    /*第三动画结束*/


    /*第四动画开始*/
    .DB_tab .DB_itemSet .DB_item_4{
        padding-top: 320px;
        padding-left:80px;
    }
    /*文字1*/
    .DB_tab .DB_itemSet .DB_4_1 {
        max-height:80px; 
    }
    /*文字2*/
    .DB_tab .DB_itemSet .DB_4_2{
        max-height:80px; 
        left:210px;
    }
    .DB_tab .DB_itemSet .DB_4_3{
        max-height:80px; 
        left:420px;
    }
    .DB_tab .DB_itemSet .DB_4_4{
        left:5px; top:100px;
        width:160px;
        height:8px;
    }
    /*第四动画结束*/
}
@media only screen and (min-width:2201px){
    .DB_tab .DB_itemSet .DB_item_1{
        padding-top:240px;
    }

    .DB_tab .DB_itemSet .DB_item_1_car {
        top:65%;
    }

    .DB_tab .DB_itemSet .DB_item_1_car>img{
        height:280px;
    }

    .DB_tab .DB_itemSet .DB_1_2 {
        left: 220px;
    }
    .DB_tab .DB_itemSet .DB_1_3 {
        left: 80px;
    }
    .DB_tab .DB_itemSet .DB_1_4 {
        left: 0px;
    }
    .DB_tab .DB_itemSet .DB_1_5 {
        left: -180px;
    }
    .DB_tab .DB_itemSet .DB_1_6 {
        left: -400px;
    }
    .DB_tab .DB_itemSet .DB_1_7 {
        left: 180px;
    }

    .DB_tab .DB_itemSet .DB_item_2{
        padding-top:280px;
        padding-left:120px;
    }
}


