.cti-section-1 {
    background: url(../images/index/bg.jpg) center center no-repeat;
    height: 876px;
    background-size: 100% 100%
}

.cti-section-1 .cti-container {
    overflow: visible
}

.cti-section-1 .title {
    text-align: center;
    padding-bottom: 4.3%;
    padding-top: 5.6%
}

.cti-section-1 .title p {
    font-size: 36px;
    color: #000;
    visibility: hidden
}

.cti-section-1 .title span {
    color: #616161;
    font-size: 15px;
    display: block;
    padding-top: 1.5%;
    visibility: hidden
}

.type-detail {
    position: relative;
    padding: 6.4% 2.9% 0;
    display: none;
    height: 387px
}

.car-type img {
    display: block;
    margin: 0 auto
}

.car-type a.btn {
    position: absolute;
    width: 15%;
    max-width: 80px;
    height: 100%;
    top: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    display: none
}

.car-type a.prev {
    left: 0;
    background: url(../images/index/left_arr.png) center center no-repeat
}

.car-type a.next {
    right: 0;
    background: url(../images/index/right_arr.png) center center no-repeat
}

.cti-btn-group {
    margin-top: 1.5%;
    margin-bottom: 2.7%
}

.cti-btn-group a {
    display: inline-block;
    width: 82px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #e60012
}

.cti-btn-group a:first-child {
    margin-right: 6px
}

.video-start {
    cursor: pointer;
    width: 173px
}

.car-flag {
    position: absolute;
    bottom: 0;
    right: 0
}
.shadow{
  position: absolute !important;
  bottom: 0;
}
@media screen and (max-width:999px) {
    .car-type a.btn,
    .video-start {
        display: block
    }
    .cti-section-1 {
        background: url(../images/index/bg-1000.jpg) center center no-repeat;
        height: auto;
        background-size: 100% 100%;
        padding-bottom: 12.8%
    }
    .cti-section-1 .title {
        text-align: center;
        padding-bottom: 7.7%;
        padding-top: 12%
    }
    .cti-section-1 .title span {
        padding-top: 2.5%
    }
    .cti-section-1 .title p {
        font-size: 22px
    }
    .type-detail {
        position: relative;
        padding: 13% 4% 0;
        height: auto
    }
    .type-detail .tip {
        width: 64.3%;
        max-width: 310px
    }
    .car-flag {
        position: relative;
        top: auto;
        right: auto;
        width: 120%;
        left: -20%
    }
    .cti-btn-group {
        margin-top: 4.6%;
        margin-bottom: 6.6%
    }
    .cti-btn-group a {
        width: auto;
        height: auto;
        line-height: 100%;
        font-size: 15px;
        padding: 2% 5%
    }
    .cti-btn-group a:first-child {
        margin-right: 10%
    }
    .video-start {
        width: 96%;
        margin: 9% auto 0
    }
    .car-type a.next,
    .car-type a.prev {
        background-size: 60%
    }
}
