.banner {
    width: 100%;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
}

.banner .swiper-pagination-bullets {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    text-align: center;
    bottom: 0px;
    padding: 10px 0;
    width: 100%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    margin: 0 10px;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
}

.banner-bar span {
    padding-right: 20px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.banner-bar span::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 32px;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: #b2b2b2;
}

.banner-bar a {
    margin-left: 20px;
    color: #626262;
}

.banner-bar a.btn-test-drive {
    background-color: #000;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}

.car-til {
    margin: 50px 0;
    text-align: center;
    font-size: 40px;
}

.car-til span {
    position: relative;
    display: inline-block;
}

.car-til span b {
    font-weight: normal;
    margin-left: 20px;
    color: #626262;
}

.car-til span:before {
    left: -70px;
}

.car-til span:after {
    right: -70px;
}

.car-til span:after,
.car-til span:before {
    background-color: #181616;
    display: block;
    width: 50px;
    height: 3px;
    content: "";
    bottom: 20px;
    position: absolute;
}

.car-table table {
    width: 100%;
}

.car-table table td {
    text-align: center;
	min-width:200px; 
    /*white-space: nowrap;*/
    font-size: 15px;
    padding: 10px;
    border: 1px solid #ccc;
}

.car-table table tr.sub-title {
    background-color: #464646;
    color: #ffffff;
}

.car-table table tr.sub-title td {
    /*border-color: #464646;*/
}

.car-table {
    height: 600px;
    overflow: auto;
    border: 1px solid #ccc;
}

.car-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
}

.car-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.car-table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.car-ts{
	margin-top:20px
} 

.car-ts p{
	color:#666;
	padding:5px 0
}


.car-title {
    text-align: center;
    margin: 80px 0px;
    font-size: 40px;
}

.car-ul .car li {
    list-style: none;
    padding-bottom: 40px;
}

.car-ul .car li a {
    position: relative;
    padding-top: 15%;
    display: block;
}

.car-ul .car li a::after {
    content: "";
    border-radius: 5px;
    z-index: -1;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 27%;
    background: rgb(105, 155, 200);
    background: -moz-radial-gradient(top left, ellipse cover, rgba(105, 155, 200, 1) 0%, rgba(181, 197, 216, 1) 57%);
    background: -webkit-gradient(radial, top left, 0px, top left, 100%, color-stop(0%, rgba(105, 155, 200, 1)), color-stop(57%, rgba(181, 197, 216, 1)));
    background: -webkit-radial-gradient(top left, ellipse cover, rgba(105, 155, 200, 1) 0%, rgba(181, 197, 216, 1) 57%);
    background: -o-radial-gradient(top left, ellipse cover, rgba(105, 155, 200, 1) 0%, rgba(181, 197, 216, 1) 57%);
    background: -ms-radial-gradient(top left, ellipse cover, rgba(105, 155, 200, 1) 0%, rgba(181, 197, 216, 1) 57%);
    background: radial-gradient(ellipse at top left, rgba(105, 155, 200, 1) 0%, rgba(181, 197, 216, 1) 57%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#699bc8', endColorstr='#b5c5d8', GradientType=1);
}

.car-ul .car li img {
    width: 100%;
    z-index: 1;
}

.car-ul .car li a i {
    position: absolute;
    width: 40%;
    right: 5%;
    top: 5%;
    opacity: 0.2;
    z-index: 1;
}

.car-ul .car li h4 {
    position: absolute;
    left: 5%;
    top: 5%;
    text-shadow: 0px 1px 0px rgb(204, 204, 204), 0px 2px 0px rgb(201, 201, 201), 0px 3px 0px rgb(187, 187, 187), 0px 6px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 5px 10px rgba(0, 0, 0, 0.25), 0px 20px 20px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-weight: bold;
    font-family: 'League Gothic', Impact, sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    float: left;
    margin: 1px;
}

.jctj li {
    list-style: none;
    margin: 15px 0; display: flex;
      align-items: center;
      justify-content: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.jctj li img {
    width: 100%;
      height: 100%;
      object-fit: cover;
}

.car-slide-bg {
    height: 70px;
}

.car-slide {
    position: fixed;
    z-index: 3;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 70px;
    background: url(../winimages/car-iput-bg.png) no-repeat center;
    background-size: cover;
}

.car-slidebox {
    width: 1280px;
    margin: auto;
    position: relative;
    top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.car-slide .car-slidebox .title {
    width: 200px;
    position: absolute;
    color: #ffffff;
    top: -2px;
    text-align: left;
}

.car-slide .car-slidebox .title .t {
    font-size: 14px;
}

.car-slide .car-slidebox .title .b {
    font-size: 20px;
}

.car-slide .car-slidebox .input-li {
    background: #fff;
    margin-right: 5px;
}

.car-slide .car-slidebox .input-li input {
    border: none;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.car-slide .car-slidebox .input-li select {
    border: none;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.car-slide .car-slidebox .input1 {
    margin-left: 220px;
    width: 135px;
}

.car-slide .car-slidebox .input2 {
    width: 190px;
}

.car-slide .car-slidebox .input3 {
    padding: 0;
    background: none;
    margin-right: 0;
}

.car-slide .car-slidebox .input3 div {
    float: left;
    width: 126px;
    margin-right: 5px;
    background: #fff;
}

.car-slide .car-slidebox .input4 {
    width: 110px;
}

.car-slide .car-slidebox .input5 {
    width: 82px;
}

.car-slide .car-slidebox .car-bottonbox {
    width: 130px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #020202;
    background: #ffba41;
    font-size: 16px;
    cursor: pointer;
}

.car-slide .car-slidebox .rebut {
    background-color: #626262;
}

@media (max-width: 1000px) {
    .car-slide {
        display: none;
    }
    .car-til {
        margin: 20px 0;
        font-size: 20px;
    }
    .car-til span b {
        margin-left: 10px;
    }
    .car-til span:after,
    .car-til span:before {
        width: 30px;
        height: 2px;
        bottom: 10px;
    }
    .car-til span:before {
        left: -50px;
    }
    .car-til span:after {
        right: -50px;
    }
    .car-table {
        height: 400px;
    }
    .car-table table td {
        font-size: 12px; min-width:100px;
    }
    .banner-bar a {
        display: none;
    }
}