@charset "utf-8";

html {
    font-size: 16px;
}

.index-content-container {
    padding: 3.645vw 11vw;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.index-title {
    text-align: center;
}

.index-title h2 {
    display: inline;
    font-size: 36px;
    margin: 0 auto;
    border-bottom: #000000 solid 4px;
    font-weight: 300;
    padding-bottom: 30px;
}

.index-title-des {
    text-align: center;
}

.index-title-des h2 {
    font-size: 2.25rem;
    text-align: center;
    margin-top: 5.2vw;
    font-weight: 400;
    padding-bottom: 1.7rem;
    line-height: 1;
}

.index-title-des p {
    color: #666666;
    font-size: 1.125rem;
    margin-bottom: 1.7rem;
    font-weight: 300;
}

.index-title-des-line {
    display: inline-block;
    width: 150px;
    border-bottom: #000000 solid 4px;
}

.index-title-des h2:after {
    height: 0;
}

.flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
    margin: 0 10px;
}

.flex-3 {
    flex: 3;
    margin: 0 10px;
}

/*购车工具*/

.index-hotlink .index-content-container {
    padding-bottom: 0;
}

.index-hotlink {
    padding-bottom: 5.2vw;
}

.index-hotlink .index-content-container.formobile {
    display: none;
}

#index-hotlink-list-1 {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

#index-hotlink-list-1 img {
    max-height: 360px;
    max-width: 535px;
    height: 100%;
    width: 100%;
    display: inline-block;
    object-fit: cover;
    margin-left: 10px;
}

#index-hotlink-list-1 a, #index-hotlink-list-2 a {
    display: block;
    overflow: hidden;
}

#index-hotlink-list-2 {
    box-sizing: border-box;
    position: relative;
}

#index-hotlink-list-2 img {
    max-height: 244px;
    max-width: 280px;
    height: 100%;
    width: 100%;
    display: inline-block;
    margin-left: 10px;
    object-fit: cover;
    object-position: center center;
}

.index-hotlink-list-title {
    max-width: 190px;
    background: #f8f8f8;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: all .1s ease;
    width: 10vw;
}


.index-hotlink-list-title:hover {
    background: #999999;
    color: #ffffff;

}

.index-hotlink-list-title:hover > span {
    background: url("../images/jiantou-title-hover.png") no-repeat left bottom;
    background-size: 100%;
}

.index-hotlink-list-title > span {
    display: inline-block;
    background: url("../images/jiantou-title.png") no-repeat left bottom;
    padding-bottom: 20px;
    background-size: 100%;
    position: absolute;
    bottom: 20px;
    text-align: left;
    left: 15%;
    transition: all .1s ease;
}

#index-hotlink-2, #index-hotlink-5 {
    margin-right: 0;
}

#index-hotlink-pc .flex-1 {
    margin: 0;
}

#index-hotlink-pc #index-hotlink-1, #index-hotlink-pc #index-hotlink-3, #index-hotlink-pc #index-hotlink-4 {
    margin-right: 30px;
}

/*精彩活动*/
#index-market {
    background: #FBFBFB;
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
}

#index-market .index-content-container {
    padding-bottom: 0;
}

#index-market .index-title-des h2 {
    margin-top: 0;
}

#index-market .img-container img {
    max-height: 382px;
    width: 100%;
    height: auto;
}

.index_market ul {
    list-style-type: none;
    overflow: hidden;
    display: flex;
}

.index_market li {
    flex: 1;
    position: relative;
    margin: 0 15px;
}

.index_market li:first-child, #index-services .flex-1:first-child {
    margin-left: 0;
}

.index_market li:nth-child(2), #index-services .flex-1:nth-child(2) {
    margin-right: 0;
}

#index-market .txt-container {
    background: #ffffff;
    box-sizing: border-box;
    padding: 1.56vw;
    display: block;
    text-align: left;
}

#index-market .txt-container h3 {
    font-size: 1.125rem;
    padding: 0;
    margin: 0px 0 1.875rem 0;
}

#index-market .txt-container p {
    font-size: 1rem;
    overflow: hidden;
    color: #333333;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: calc(1rem * 3 * 1.6);
    min-height: calc(1rem * 3 * 1.6);
}

.index-market-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1.875rem;
    padding-top: 0;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 1rem;
}

.index-market-info > span {
    display: block;
}

.index-market-info img, .index-market-btn img {
    width: 1.27rem;
    height: auto;
    vertical-align: middle;
    margin-bottom: 2px;
}

.index-market-btn {
    text-align: center;
    margin-top: 3vw;
}

.index-market-btn > a {
    display: inline-block;
    border: 2px solid #1C1A1A;
    border-radius: 4px;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 8px 81px 8px 51px;
    box-sizing: border-box;
}

.index-market-btn > a:hover {
    display: inline-block;
    border: 2px solid #1C1A1A;
    background: #1C1A1A;
    color: #ffffff;
}

.index-market-btn > a:after {
    content: '';
    background-image: url(../images/jiantou.png);
    width: 26px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    margin-top: 10px;
}

.index-market-btn > a:hover:after {
    background-image: url("../images/jiantou-white1.png");
}

#index-services {
    padding-bottom: 5.2vw;
}

.index-services-content {
    padding: 70px 200px 80px 200px;
}

#index-services .flex-1 a {
    display: block;
    max-height: 423px;
    max-width: 735px;
}

#index-services .flex-1 {
    margin: 0 15px;
}

#index-services img {
    max-height: 423px;
    height: auto;
    width: 100%;
    max-width: 735px;
    object-fit: cover;
}

.index-services-list-title {
    height: 100px;
    background: #f8f8f8;
    text-align: center;
    font-size: 1.5rem;
    box-sizing: border-box;
    padding-top: 30px;
}

.index-services-list-title > span {
    background: url("../images/jiantou-title.png") no-repeat left bottom;
    padding-bottom: 15px;
    background-size: 100%;
}

.index-services-list-title:hover {
    background: #1C1A1A;
    color: #ffffff;
}

.index-services-list-title:hover span {
    background: url("../images/jiantou-title-hover.png") no-repeat left bottom;
    background-size: 100%;
}

#index-services .index-content-container {
    padding-bottom: 0;
}


/*----首页KV------------*/
.index_kv {
    position: relative;
    margin-top: -50px;
}

.index_kv .kv_container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.index_kv .kvslide {
    left: 0;
    right: 0;
}

.index_kv .kv_content {
}

.index_kv ul {
    position: relative;
    list-style-type: none;
    white-space: nowrap;
    font-size: 0;
    zoom: 1;
    height: 100%;
}

.index_kv ul li {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    *display: inline;
    margin-right: -0.5em;
    zoom: 1;
    vertical-align: top;
    overflow: hidden;
}


.index_kv ul li img.forpc, .index_kv ul li img.forwap {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

#indexkv .kv-opt {
    position: absolute;
    display: inline-block;
    top: 250px;
    left: 200px;
    background: transparent;
    border-radius: 4px;
    border: #ffffff solid 1px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 7px 43px 7px;
    box-sizing: border-box;
    margin-top: 280px;
}

#indexkv .kv-opt:hover {
    background: #1C1A1A;
    border: #1C1A1A solid 1px;
}

#indexkv .kv-opt > img {
    width: 30px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
    cursor: pointer;
}

/*针对定位按钮右定位设置宽度*/
@media all and (min-width: 767px)  and (max-width: 1440px) {
    #indexkv .kv-opt.forpc {
        width: 133px;
    }
}

@media all and (min-width: 1441px) {
    #indexkv .kv-opt.forpc {
        width: 191px;
    }
}

.banner-text-warp {
    position: relative;
}

#mnv-title {
    position: absolute;
    right: 10vw;
    top: 14vh;
    text-align: right;
}
#mnv-title >img{
    width: 22vw;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
#indexkv .kv-opt#kv-opt-mnv-pc {
    position: static;
}

#mnv-logo {
    right: 2vw;
    position: absolute;
    bottom: 10vh;
    width: 21.6vw;
    height: auto;
}

.index_kv ul li video {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0; /*margin-top:-9.15%;*/
}

.index_kv .forwap {
    display: none;
}

.index_kv .scroll_bar {
    display: none;
}

.index_kv .scroll_num {
    display: none;
}

.index_kv .scroll_prev, .index_kv .scroll_next {
    position: absolute;
    top: 0;
    margin-top: 17.1875%;
    width: 0;
    height: 0;
    padding: 5.625% 0 0 2.8125%;
    background-repeat: no-repeat;
}

.index_kv .scroll_prev {
    left: 1.25%;
    background-image: url(../images/kv_prev.png);
    background-position: center left;
}

.index_kv .scroll_next {
    right: 1.25%;
    background-image: url(../images/kv_next.png);
    background-position: center right;
}

.index_kv .prev, .index_kv .next {
    position: absolute;
    top: 45vh;
    width: 0;
    height: 0;
    padding: 5.625% 0 0 2.8125%;
    background-repeat: no-repeat;
}

.index_kv .prev {
    left: 1.25%;
    background-image: url(../images/kv_prev.png);
    background-position: center left;
    background-size: 85%;
}

.index_kv .next {
    right: 1.25%;
    background-image: url(../images/kv_next.png);
    background-position: center right;
    background-size: 85%;
}


.index_kv .scroll_btn {
    position: absolute;
    left: 5%;
    width: 90%;
    bottom: 10px;
    text-align: center;
    line-height: 0.75em;
    display: flex;
}

.index_kv .scroll_btn a {
    padding: 3px 0 0;
    overflow: hidden;
    height: 0;
    background: #FFF;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: inline-block;
    *display: inline;
    width: 4em;
    vertical-align: top;
    margin: 0 0.25em;
    flex-grow: 1;
    line-height: 1.75em;
}

.index_kv .scroll_btn ul {
    font-size: 14px;
    margin: 0 auto;
    display: flex;
    width: 100%;
}

.index_kv .scroll_btn li {
    padding: 3px 0 0;
    overflow: hidden;
    height: 0;
    background: #FFF;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: inline-block;
    *display: inline;
    width: 4em;
    vertical-align: top;
    margin: 0 0.25em;
    flex-grow: 1;
    line-height: 1.75em;
}

.index_kv .scroll_btn a.current {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 8em;
    flex-grow: 2;
}

.index_kv .scroll_btn li.on {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 8em;
    flex-grow: 2;
}

.index_kv .scroll_bar {
    display: none;
}

.index_kv .scroll_btn li {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

/*添加一路书香kv*/
.index_kv ul li.shux_li {
    position: relative;
}

.index_kv ul li.shux_li .car_type {
    position: absolute;
    top: 38%;
    left: 12%;
    width: 80%;
}

.index_kv ul li.shux_li .car_type a {
    display: block;
    float: left;
}

.index_kv ul li.shux_li .car_type .ur-v {
    width: 48%; /*background:red;*/
}

.index_kv ul li.shux_li .car_type .inspire {
    width: 48%;
    margin-top: 1%;
    float: right; /*background:green;*/
}

.index_kv ul li.shux_li .car_type img {
    width: 100%;
}


/*----首页热点链接------------*/
.index_hotlink ul {
    overflow: hidden;
    list-style-type: none;
    zoom: 1;
}

.index_hotlink li {
    float: left;
    width: 20%;
}

.index_hotlink li.hotlink_5 {
    margin-right: -5px;
}

.index_hotlink li a {
    display: block;
    position: relative;
    padding: 45% 0 0;
    margin: 0 1px;
    overflow: hidden;
    height: 0;
    border-bottom: 5px solid #F3F3F3;
    background-color: #F3F3F3;
    background-position: center center;
    background-repeat: no-repeat;
    *font-size: 0;
    *line-height: 0;
}

.index_hotlink li a:hover {
    border-bottom: 5px solid #E41828;
    background-color: #303030;
}

.index_hotlink li.hotlink_1 a {
    background-image: url(../images/hotlink_1.png);
}

.index_hotlink li.hotlink_2 a {
    background-image: url(../images/hotlink_2.png);
}

.index_hotlink li.hotlink_3 a {
    background-image: url(../images/hotlink_3.png);
}

.index_hotlink li.hotlink_4 a {
    background-image: url(../images/hotlink_4.png);
}

.index_hotlink li.hotlink_5 a {
    background-image: url(../images/hotlink_5.png);
}

.index_hotlink li.hotlink_1 a:hover {
    background-image: url(../images/hotlink_1_on.png);
}

.index_hotlink li.hotlink_2 a:hover {
    background-image: url(../images/hotlink_2_on.png);
}

.index_hotlink li.hotlink_3 a:hover {
    background-image: url(../images/hotlink_3_on.png);
}

.index_hotlink li.hotlink_4 a:hover {
    background-image: url(../images/hotlink_4_on.png);
}

.index_hotlink li.hotlink_5 a:hover {
    background-image: url(../images/hotlink_5_on.png);
}

/*----首页车型列表------------*/
.index_product {
    max-height: 1440px;
    background: url("../images/cxbj.png") no-repeat left top;
    background-size: cover;
    padding-top: 9.25vh;
}

.index_product .index-title-des h2 {
    margin-top: 0;
}

#scroll-product-title-warp {
    padding: 0 410px;
}

.scroll-product-title {
    font-size: 24px;
    text-align: center;
    color: #999999;
    font-weight: 400;
    width: 1000px;
    margin: 0 auto;
    margin-top: 5.4vh;
}

.car-tab {
    font-size: 18px;
    text-align: center;
    color: #999999;
    margin-top: 3.42vh;
    font-weight: 400;
}

.scroll-product-title div {
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    width: 120px;
    font-size: 1.5rem;
}

.scroll-product-title .long {
    width: 210px;
}

.car-tab > span {
    margin: 0 10px;
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 1.125rem;
}

.car-tab > span.current {
    border-bottom: #1C1A1A solid 3px;
}

.scroll-product-title > div.current, .car-tab > span.current {
    color: #000000;
    font-weight: 700;
}

.scroll-product-title > div:hover, .car-tab > span:hover {
    color: #000000;
    font-weight: 700;
}

.product-car-image {
    text-align: center;
    margin-top: 10vh;
}

.product-car-image > div {
    display: none;
}

.product-car-image > div:first-child {
    display: block;
}

.product-car-image img {
    height: 35vh;
    width: auto;
}

.product-des-text {
    font-size: 1.125rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 2.59vh;;
}

.product-text-opt {
    text-align: center;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 1.125rem;
}

.product-text-opt img {
    max-width: 20px;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.product-text-opt > span {
    margin: 0 15px;
}


.product-text-opt-btn {
    line-height: 28px;
    border: #1C1A1A solid 2px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 25px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 5.93vh;
    padding: 8px 81px 8px 51px;
    box-sizing: border-box;
    text-align: left;
}

.lSAction > .lSPrev {
    background: url("../images/btn_pn.png") no-repeat left center;
    width: 21px;
    height: 35px;
    opacity: 1;
    background-size: 100%;
}

.lSAction > .lSNext {
    background: url("../images/tn_pn.png") no-repeat left center;
    width: 21px;
    height: 35px;
    opacity: 1;
    background-size: 100%;
}

.product-text-opt-btn:after {
    content: '';
    background-image: url("../images/jiantou.png");
    width: 26px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    margin-top: 10px;
}

.product-text-opt-btn:hover {
    background: #1C1A1A;
    color: #ffffff;
}

.product-text-opt-btn:hover:after {
    background-image: url("../images/jiantou-white1.png");
}

.product-text-opt-btn img {
    max-width: 26px;
    width: 100%;
    height: auto;
    position: relative;
    top: -2px;
    margin-left: 8px;
}

.index_product .column_content {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 840px;
    overflow: hidden;
}

.index_product ul {
    position: relative;
    list-style-type: none;
    white-space: nowrap;
    font-size: 0;
    zoom: 1;
    width: 100%;
}

.index_product li {
    width: 100%;
    position: relative;
    display: inline-block;
    *display: inline;
    margin-right: -0.5em;
    zoom: 1;
    overflow: hidden;
    background: url(../images/tm.gif);
    padding-bottom: 2.5vw;
}

.index_product a.mainurl {
    position: relative;
    display: block;
    width: 368px;
    padding: 207px 0 0;
    margin: 0 auto;
    zoom: 1;
    font-size: 14px;
    white-space: normal;
    border-bottom: 1px solid #AAAAAA;
    background: url(../images/tm.gif);
}

.index_product .img_container {
    position: absolute;
    padding: 56.25% 0 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 0;
}

.index_product .img_container img {
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    margin-top: 2.8125%;
}

.index_product h5 {
    color: #000;
    font-size: 1.25em;
    line-height: 2em;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.index_product p {
    color: #5D5D5D;
    height: 5.25em;
    overflow: hidden;
}

.index_product p.price {
    text-align: right;
    height: auto;
    padding: 1em 0 0;
    color: #000;
}

.index_product p.price span {
    font-size: 1.25em;
    font-weight: bold;
    color: #E51628;
}

.index_product a:hover h5 {
    color: #E51628;
}

.index_product .btn_wydc {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -184px;
    color: #E51628;
    font-size: 12px;
    padding: 1.5em 0;
    line-height: 2.25em;
}

.index_product .btn_testdrive span {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 1.5em;
    vertical-align: baseline;
}

.index_product .btn_wydc span {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 1.5em;
    vertical-align: baseline;
}

.index_product .btn_testdrive b {
    font-size: 18px;
    line-height: 1.5em;
    vertical-align: baseline;
}

.index_product .btn_wydc b {
    font-size: 18px;
    line-height: 1.5em;
    vertical-align: baseline;
}

.index_product .scroll_bar, .index_product .scroll_num {
    display: none;
}

.index_product .scroll_btn {
    text-align: center;
}

.index_product .scroll_btn a {
    display: inline-block;
    zoom: 1;
    width: 1em;
    padding: 1em 0 0;
    height: 0;
    overflow: hidden;
    background: #AAA;
    border-radius: 0.5em;
    margin: 0 0.5em;
}

.index_product .scroll_btn a.current {
    background: #E51628;
}

.index_product .scroll_prev, .index_product .scroll_next {
    position: absolute;
    top: 0;
    margin-top: 100px;
    width: 0;
    height: 0;
    padding: 3.5em 0 0 2em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    z-index: 6;
}

.index_product .scroll_prev {
    left: 0;
    background-image: url(../images/product_prev.png);
}

.index_product .scroll_prev:hover {
    background-image: url(../images/product_prevon.png);
}

.index_product .scroll_next {
    right: 0;
    background-image: url(../images/product_next.png);
}

.index_product .scroll_next:hover {
    background-image: url(../images/product_nexton.png);
}

.index_product .noshow {
    display: none;
}

.font-weight-normal {
    font-weight: normal;
}

/*----首页新闻------------*/
.index-news .flex-1 {
    box-sizing: border-box;
    margin-bottom: 30px;
}

.index-news .flex {
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

#index-news {
    background: #FBFBFB;
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
}

#index-news .column_content {
    margin-top: 70px;
}

#index-news-content {
    padding-bottom: 0;
}

#index-news-content .img-container > img {
    width: 100%;
    max-width: 440px;
    height: auto;
}


#index-news-content li {
    float: left;
    width: 30%;
    overflow: hidden;
    margin: 0 0 30px 0;
    margin-right: 4.5%;
}

#index-news-content li:nth-child(3), #index-news-content li:nth-child(6) {
    margin-right: 0;
}

#index-news h3 {
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0;
    padding-top: 1.25rem;
    line-height: 1.4;
    height: 3.5rem;
    overflow: hidden;
    text-align: left;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
}

#index-news .txt-container p {
    margin: 8px 0 10px;
    padding: 0;
    font-size: 1rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

#index-news .index-market-info {
    padding: 0;
    margin: 0 auto;
    font-size: 1rem;
    background: transparent;
}

/*首页预约试驾*/
.page_index {
}

.test_drive {
    margin: 0 auto;
    background-color: #936; /* position:absolute; top:0; left:0; opacity:0; z-index:-1;*/
    display: none;
    background: none;
}

.layer_place {
    position: relative;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -1px;
    height: 100%;
    visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
}

.test_driveshow {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1000;
}

.test_driveinfo .test_driveinfo_content .btn_close {
    margin-top: 2%;
    margin-right: 2%;
    position: absolute;
    top: 0;
    right: 0;
}

.test_driveinfo .test_driveinfo_content .btn_close img {
    width: 20px;
}

.page_index #newlayer .layer_bg {
    background: url(../images/tm_white.png)
}

.test_driveinfo {
    background-color: #fff;
    height: 500px;
    box-shadow: 0px 0px 16px #888888;
    -moz-box-shadow: 0px 0px 16px #888888;
    -o-box-shadow: 0px 0px 16px #888888;
    -webkit-box-shadow: 0px 0px 16px #888888; /* padding:5% 10% 3% 10%;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    width: 920px;
    max-width: 90%;
}

.test_driveinfo .test_driveinfo_content {
    padding: 5% 10% 3% 10%;
    margin: 0 auto;
    position: relative;
}

.test_driveinfo .title {
    text-align: center;
}

.test_driveinfo .title h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0.5%;
}

.test_driveinfo .title p {
    color: #989898;
    font-size: 14px;
}

.test_driveinfo .content {
    margin-top: 4%;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.test_driveinfo .content ul {
    list-style: none;
    overflow: hidden;
}

.test_driveinfo .content ul li {
    list-style: none;
    font-size: 18px;
    padding-left: 12em;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.test_driveinfo .content ul li .text_left {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 34px;
    letter-spacing: 1px
}

.test_driveinfo .content ul li .text_left i {
    font-style: normal;
    color: #ff0000;
    position: relative;
    top: 4px;
}

.test_driveinfo .content ul li.provinces_cities .box {
    width: 50%;
    *width: 42%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 2em;
    position: relative
}

.test_driveinfo .content ul li.provinces_cities .box .text_right {
    position: absolute;
    right: 0.5em;
    top: 0;
    line-height: 34px;
    display: block;
}

.test_driveinfo .content ul li.dealers {
    padding-left: 16.2em;
}

.test_driveinfo .content ul li.times {
    padding-left: 0;
}

.test_driveinfo .content ul li.times .box {
    width: 49%;
    *width: 25%;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 8.5em;
}

.test_driveinfo .content ul li.times .box_two {
    float: right;
}

.test_driveinfo .content ul li.times .text_left i {
    color: #fff;
}

.test_driveinfo .line {
    width: 120%;
    margin: 4% 0 4% -10%;
}

.test_driveinfo .line img {
    width: 100%;
    display: block
}

.test_driveinfo .content ul.self li {
    width: 48%;
    *width: 30%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 6em;
}

.test_driveinfo .content ul.self li.liright {
    float: right;
}

.submit_btn {
    padding-top: 20px;
}

.submit_btn a {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #e11d30;
    color: #fff;
}

#indexkv .kv-opt#kv-opt-pc {
    position: static;
}

#ens2-pc-warp{
    position: relative;
}

#ens2-pc-title{
    right: 17vw;
    left: auto;
    top: auto;
    bottom: 5vh;
    position: absolute;
    text-align: right;
}
#ens2-pc-title > img{
    width: 25vw;
    display: block;
    margin-bottom: 30px;
}
#ens2-pc-logo{
    position: absolute;
    right: 3vw;
    bottom: 5vh;
    width: 93vw;
}
#ens2-pc-logo-1{
    width: 20vw;
    height: auto;
    position: absolute;
    right: 3vh;
    top: 8vh;
}
/* #lingxi-pc-title .kv-opt{
    color: #1C1A1A;
    border: #1C1A1A solid 1px;
} */
/*#lingxi-pc-wenzi{
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #47CDBD, #2BE6C9);
}*/
#lingxi-pc-wenzi img{
    width: 40vw;
    height: auto;
    position: absolute;
    right: 12vh;
    top: 9vh;
}
#lingxi-pc-title{
    left: auto;
    right: 15vw;
    bottom: 10vh;
    top: auto;
    position: absolute;
    text-align: right;
}
#lingxi-pc-title > img{
    width: 25vw;
    display: block;
    margin-bottom: 30px;
}
#lingxi-pc-logo-1{
    width: 92%;
    height: auto;
    position: absolute;
    left: 8vh;
    bottom: 6vh;
}

#indexkv .kv-opt#kv-opt-xrv-pc {
    position: static;
    color: #ffffff;
    border: #ffffff solid 1px;
    padding: 8px 81px 8px 51px;
    margin-bottom: 30px;
}

#xrv-pc-warp{
    position: relative;
}

#xrv-logo{
    position: absolute;
    bottom: 8vh;
    left: 3vw;
    text-align: left;
}
#xrv-logo >img{
    width: 94vw;
    display: block;
}

#indexkv .kv-opt#kv-opt-elysion-pc {
    position: static;
    color: #1C1A1A;
    border: #1C1A1A solid 1px;
    padding: 8px 81px 8px 51px;
}
#elysion-pc-warp{
    position: relative;
}
#elysion-pc-title{
    position: absolute;
    left: 7.6vw;
    top: 21.5vh;
    text-align: left;
}
#elysion-pc-title >img{
    width: 34.3vw;
    display: block;
    margin-bottom: 20px;
}
#elysion-pc-logo{
    position: absolute;
    right: 0;
    left: auto;
    bottom: 7vh;
    width: 98vw;
}



#indexkv .kv-opt#kv-opt-inspire-pc {
    position: static;
}

#inspire-pc-warp {
    position: relative;
}

#inspire-pc-title8 {
    position: absolute;
    left: 10.4vw;
    top: 16.9vh;
    text-align: left;
}
#inspire-pc-title8 >img{
    width: 36.6vw;
    margin-bottom: 30px;
    max-width: 741px;
    display: block;
}
#inspire-pc-logo8 {
    position: absolute;
    left: 3vw;
    bottom: 8vh;
    width: 94vw;
}

#indexkv .kv-opt#kv-opt-inspire-pc-t {
    position: static;
}

#inspire-pc-t-warp {
    position: relative;
}

#inspire-pc-title {
    position: absolute;
    left: 11.3vw;
    top: 16.2vh;
    text-align: left;
}
#inspire-pc-title >img{
    width: 37vw;
    max-width: 420px;
    display: block;
    margin-bottom: 30px;
}
#inspire-pc-logo {
    position: absolute;
    left: 3vw;
    bottom: 8vh;
    width: 94vw;
}

#opt-urv-pc-warp {
    position: relative;
}

#indexkv .kv-opt#kv-opt-urv-pc {
    position: static;
    left: 14vw;
    top: 32vh;
}

#urv-pc-title {
    position: absolute;
    left: 14vw;
    top: 16.7vh;
    text-align: left;
}

#urv-pc-title >img{
    width: 21.4vw;
    max-width: 420px;
    display: block;
    margin-bottom: 30px;
}

#urv-pc-logo {
    position: absolute;
    width: 94vw;
    left: 3vw;
    bottom: 8vh;
}

#indexkv .kv-opt#kv-opt-crv-pc, #indexkv .kv-opt#kv-opt-crv-mobile {
    top: 40%;
    position: absolute;
    left: 7.5%;
    color: #1C1A1A;
    border: #1C1A1A solid 1px;
}

#indexkv .kv-opt#kv-opt-crv-pc {
    padding: 8px 81px 8px 51px;
}

#indexkv .kv-opt#kv-opt-xrv-pc:after{
    content: '';
    background-image: url("../images/jiantou-white1.png");
    width: 26px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    z-index: 100;
    margin-left: 5px;
    margin-top: 10px;
}

#indexkv .kv-opt#kv-opt-crv-pc:after, #indexkv .kv-opt#kv-opt-crv-mobile:after, #indexkv .kv-opt#kv-opt-elysion-pc:after {
    content: '';
    background-image: url("../images/jiantou.png");
    width: 26px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    z-index: 100;
    margin-left: 5px;
    margin-top: 10px;
}

#indexkv .kv-opt#kv-opt-hrv-pc-t:hover, #indexkv .kv-opt#kv-opt-xrv-pc:hover {
    color: #ffffff;
}

#indexkv .kv-opt#kv-opt-elysion-pc:hover {
    color: #ffffff;
    background-color: #1C1A1A;
    border-color: #1C1A1A;
}

#indexkv .kv-opt#kv-opt-hrv-pc-t:hover:after, #indexkv .kv-opt#kv-opt-xrv-pc:hover:after, #indexkv .kv-opt#kv-opt-elysion-pc:hover:after {
    background-image: url("../images/jiantou-white1.png");
}


#indexkv .kv-opt#kv-opt-crv-pc:hover, #indexkv .kv-opt#kv-opt-crv-mobile:hover {
    color: #ffffff;
}

#indexkv .kv-opt#kv-opt-crv-pc:hover:after, #indexkv .kv-opt#kv-opt-crv-mobile:hover:after {
    background-image: url("../images/jiantou-white1.png");
}

#kv-opt-crv-pc-warp {
    position: relative;
}

#indexkv .kv-opt#kv-opt-crv-pc {
    position: static;
}

#crv-pc-title {
    position: absolute;
    left: 5vw;
    top: 25.6vh;
    text-align: left;
}

#crv-pc-title >img{
    width: 24.9vw;
    max-width: 467px;
    margin-bottom: 22px;
    display: block;
}

#crv-pc-logo {
    position: absolute;
    left: 3vw;
    width: 41vw;
    bottom: 8vh;
    height: auto;
    max-width: 783px;
}

#crv-pc-honda-logo {
    position: absolute;
    right: 3vw;
    width: 4.42vw;
    bottom: 8vh;
    height: auto;
}

#indexkv .kv-opt#kv-opt-hrv-pc {
    left: 3vw;
    bottom: 24vh;
    top: auto;
    position: static;
}

#hrv-pc-warp{
    position: relative;
}

#hrv-pc-logo{
    position: absolute;
    left: 3vw;
    bottom: 8vh;
    text-align: left;
}
#hrv-pc-logo > img{
    width: 94vw;
    display: block;
    margin-top: 50px;
}


#indexkv .kv-opt#kv-opt-hrv-pc-t {
    position: static;
    color: #1C1A1A;
    border: #1C1A1A solid 1px;
    padding: 8px 81px 8px 51px;
}

#indexkv .kv-opt#kv-opt-hrv-pc-t:after {
    content: '';
    background-image: url("../images/jiantou.png");
    width: 26px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    z-index: 100;
    margin-left: 5px;
    margin-top: 10px;
}

#hrv-pc-t-warp{
    position: relative;
}

#hrv-pc-t-logo{
    position: absolute;
    left: 3vw;
    width: 94vw;
    bottom: 11vh;
    text-align: left;
}

#hrv-pc-t-logo > img{
    width: 94vw;
    display: block;
    margin-top: 30px;
}


#indexkv .kv-opt#kv-opt-crvphev-pc {
    top: 34%;
    position: absolute;
    left: 8.5%;
    color: #1C1A1A;
    border: #1C1A1A solid 1px;
}

#indexkv .kv-opt#kv-opt-crvphev-pc, #indexkv .kv-opt#kv-opt-hrv-pc-t {
    padding: 8px 81px 8px 51px;
}

#indexkv .kv-opt#kv-opt-crvphev-pc:after, #indexkv .kv-opt#kv-opt-crvphev-mobile:after {
    content: '';
    background-image: url("../images/jiantou.png");
    width: 26px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    z-index: 100;
    margin-left: 5px;
    margin-top: 19px;
}

#indexkv .kv-opt#kv-opt-crvphev-pc:after {
    margin-top: 10px;
}

#indexkv .kv-opt#kv-opt-crvphev-pc:hover, #indexkv .kv-opt#kv-opt-crvphev-mobile:hover {
    color: #ffffff;
}

#indexkv .kv-opt#kv-opt-crvphev-pc:hover:after, #indexkv .kv-opt#kv-opt-crvphev-mobile:hover:after {
    background-image: url("../images/jiantou-white1.png");
}


#kv-opt-crvphev-pc-warp {
    position: relative;
}

#indexkv .kv-opt#kv-opt-crvphev-pc {
    position: static;
}

#crvphev-pc-title {
    left: 10vw;
    width: 24.9vw;
    top: 25.6vh;
    height: auto;
    max-width: 467px;
    position: absolute;
    text-align: left;
}

#crvphev-pc-title >img{
    width: 24.9vw;
    height: auto;
    max-width: 467px;
    display: block;
    margin-bottom: 22px;
}

#crvphev-pc-logo {
    left: 2.3vw;
    bottom: 10vh;
    width: 94.8vw;
    position: absolute;
}
#benjia-pc-warp{
    position: relative;
}
#benjia_box{
    width: 100%;
    position: absolute;
    bottom: 4vh;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#benjia_box .code{
    width: 9.5vw;
    height: auto;
    position: relative;
    left: 3vw;
}
#benjia_box .zhengce{
    width: 58vw;
    height: auto;
    position: relative;
    right: 3vw;
}

#benjia-pc-warp .banjia_logo{
    position: absolute;
    right: 3vw;
    top: 10vh;
    width: 5vw;
    height: auto;
}
#benjia-pc-warp .banjia_huodong{
    position: absolute;
    left: 27vw;
    top: 9vh;
    width: 40vw;
    height: auto;
}
/*按钮定位媒体查询*/
@media all and (max-height: 735px) {
    #elysion-pc-logo,#urv-pc-logo{
        bottom: 5vh;
    }
    #mnv-logo{
        bottom: 7vh;
    }
}


#index-hotlink-pc {
    display: block;
}

#index-hotlink-mobile {
    display: none;
}

#indexkv .kv-opt.forwap {
    display: none;
}

#indexkv .kv-opt.forpc {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: block;
    padding: 0 10px;
    flex: 1;
    box-sizing: border-box;
}

.lSSlideOuter .lSPager.lSpg > li.active {
    flex: 2;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #eee;
    display: inline-block;
    height: 3px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #999;
}

.lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #999;
}

@media all and (min-width: 0px) {
    .index_hotlink li a {
        background-image: none !important;
    }

    .index_hotlink li a:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }

    .index_hotlink li a:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
    }

    .index_hotlink li a:hover:before {
        opacity: 0;
    }

    .index_hotlink li a:hover:after {
        opacity: 1;
    }

    .index_hotlink li.hotlink_1 a:before {
        background-image: url(../images/hotlink_1.svg);
    }

    .index_hotlink li.hotlink_2 a:before {
        background-image: url(../fonts/hotlink_2.svg);
    }

    .index_hotlink li.hotlink_3 a:before {
        background-image: url(../fonts/hotlink_3.svg);
    }

    .index_hotlink li.hotlink_4 a:before {
        background-image: url(../fonts/hotlink_4.svg);
    }

    .index_hotlink li.hotlink_5 a:before {
        background-image: url(../fonts/hotlink_5.svg);
    }

    .index_hotlink li.hotlink_1 a:after {
        background-image: url(../fonts/hotlink_1_on.svg);
    }

    .index_hotlink li.hotlink_2 a:after {
        background-image: url(../fonts/hotlink_2_on.svg);
    }

    .index_hotlink li.hotlink_3 a:after {
        background-image: url(../fonts/hotlink_3_on.svg);
    }

    .index_hotlink li.hotlink_4 a:after {
        background-image: url(../fonts/hotlink_4_on.svg);
    }

    .index_hotlink li.hotlink_5 a:after {
        background-image: url(../fonts/hotlink_5_on.svg);
    }
}

@media all and (min-width: 1281px) {
    .index_product .column_content {
        max-width: 1260px;
    }

    .index_product li {
        width: 100%;
    }

}

@media all and (min-width: 1135px) {


    .index_news ul {
        width: 96%;
        max-width: 1200px;
    }

    .index_news li {
        float: left !important;
        clear: none !important;
        margin-right: calc(50% - 528px);
    }

    .index_news li:nth-child(3n) {
        margin-right: 0;
    }

}

@media all and (max-width: 1920px) {

    #scroll-product-title-warp {
        padding: 0 300px;
    }

    html {
        font-size: 16px;
    }
}

@media all and (max-width: 1680px) {
    #scroll-product-title-warp {
        padding: 0 300px;
    }

    html {
        font-size: 14px;
    }
}

@media all and (max-width: 1520px) {
    #scroll-product-title-warp {
        padding: 0 200px;
    }
}

@media all  and (max-width: 1440px) {
    html {
        font-size: 12px;
    }

    .car-tab > span.current {
        border-bottom: #1C1A1A solid 2px;
    }

    #index-hotlink-mobile .flex > a {
        font-size: 20px;
    }

    #indexkv .kv-opt {
        padding: 4px 21px;
        font-size: 15px;
    }

    #indexkv .kv-opt > img {
        width: 20px;
    }

    #indexkv .kv-opt#kv-opt-elysion-pc, #indexkv .kv-opt#kv-opt-xrv-pc, #indexkv .kv-opt#kv-opt-crvphev-pc, #indexkv .kv-opt#kv-opt-hrv-pc-t, #indexkv .kv-opt#kv-opt-crv-pc {
        font-size: 15px;
        padding: 4px 45px 4px 22px
    }

    #indexkv .kv-opt#kv-opt-crv-pc:after, #indexkv .kv-opt#kv-opt-crvphev-pc:after, #indexkv .kv-opt#kv-opt-crv-mobile:after, #indexkv .kv-opt#kv-opt-xrv-pc:after, #indexkv .kv-opt#kv-opt-elysion-pc:after, #indexkv .kv-opt#kv-opt-hrv-pc-t:after {
        width: 18px;
        height: 6px;
        margin-left: 5px;
        margin-top: 10px;
    }



    .product-text-opt-btn, .index-market-btn > a {
        font-size: 15px;
        padding: 1px 45px 1px 22px;
        line-height: 32px;
        border-width: 1px;
    }

    .product-text-opt-btn:after, .index-market-btn > a:after {
        width: 18px;
        height: 6px;
        margin-left: 5px;
        margin-top: 12px;
    }
}

@media all and (max-width: 1320px) {

    #scroll-product-title-warp {
        padding: 0 100px;
    }

    .index-hotlink-list-title > span {
        padding-bottom: 10px;
    }
}

@media all and (max-width: 1120px) {


    #scroll-product-title-warp {
        padding: 0 50px;
    }

    .index-hotlink-list-title > span {
        padding-bottom: 10px;
    }
}

@media all and (min-width: 1000px) and (max-width: 1280px) {


    .index_hotlink li a {
        background-size: contain;
    }

    .product-car-image img {
        width: 60vw;
        height: auto;
    }

}


@media all and (max-width: 999px) {


    .product-car-image img {
        width: 70vw;
        height: auto;
    }

    #index-hotlink-mobile .flex > a {
        font-size: 18px;
    }

}

@media all and (min-width: 768px) and (max-width: 999px) {
    html {
        font-size: 10px;
    }

    .index-content-container {
        padding: 3.645vw 3.645vw;
    }

    .index_kv .prev, .index_kv .next {
    }



    .index-hotlink-list-title > span {
        bottom: 15px;
        left: 10px;
        line-height: 1em;
        padding-bottom: 10px;
    }

    .index_hotlink li {
        width: 33.33%;
        margin-bottom: 2px;
    }

    .index_hotlink li a {
        background-size: contain;
    }

    .index_hotlink li:nth-child(4), .index_hotlink li:nth-child(5) {
        width: 50%;
        margin-bottom: 0px;
    }

    .index_hotlink li:nth-child(4) a, .index_hotlink li:nth-child(5) a {
        padding: 30% 0 0;
    }

    .index_market ul {
    }

    .index_market li {
        float: none;
        width: 100%;
    }

    /*首页预约试驾*/
    .test_driveinfo .title h4 {
        font-size: 16px;
    }

    .test_driveinfo .content ul li {
        font-size: 14px;
    }

    #indexkv .kv-opt {
        top: 200px;
    }

}

@media all and (max-width: 479px) and (min-height: 890px) {
    .index_product {
        height: calc(100vh - 60px);
        box-sizing: border-box;
    }

    .index_product .lSAction > .lSNext, .index_product .lSAction > .lSPrev {
        top: 42%;
    }
}

/*// 车型推荐移动版*/

@media all and (max-height: 720px) {
    .index_product .lSAction > .lSNext, .index_product .lSAction > .lSPrev {
        top: 38%;
    }
}

@media all and (max-height: 890px) {
    .index_product .lSAction > .lSNext, .index_product .lSAction > .lSPrev {
        top: 40%;
    }
}

@media all and (max-width: 767px) {
    html {
        font-size: 24px
    }

    #index-market .txt-container {
        padding: 2.7vw;
    }

    #index-market .txt-container h3 {
        margin-bottom: 2.7vw;
    }

    #index-hotlink-mobile .flex > a {
    }

    .index-title-des h2 {
        font-size: 1.58rem;
        margin-top: 13.3vw;
        padding-bottom: 1.7rem;
    }

    .scroll-product-title div {
        font-size: 1.125rem;
    }

    .car-tab > span {
        font-size: 1rem;
    }

    #index-news, #index-market {
        padding-top: 13.3vw;
        padding-bottom: 13.3vw;
    }

    .index-title-des p {
        font-size: 1rem;
        padding: 0 0.83rem;
    }

    #index-services {
        padding-bottom: 13.3vw;
    }

    .index-hotlink .index-content-container.formobile {
        display: block;
    }

    #index-market .txt-container p {
        height: auto;
        overflow: visible;
        min-height: auto;
        -webkit-line-clamp: inherit;
    }


    .index_product .lSAction > .lSNext {
        background: url(../images/next-mobile.png) no-repeat left center;
        width: 16px;
        height: 28px;
        opacity: 1;
        background-size: 100%;
    }

    .index_product .lSAction > .lSPrev {
        background: url(../images/pre-mobile.png) no-repeat left center;
        width: 16px;
        height: 28px;
        opacity: 1;
        background-size: 100%;
    }

    .index_kv {
        margin-top: -60px;
    }

    .index_product {
        box-sizing: border-box;
    }


    .product-text-opt img {
        max-width: 18px;
    }


    .inspire-2, .civic, .civic-hatchback, hr-v, #civic-type-r, .envix {
        background-position: 15% 10%;
    }

    .index-hotlink .index-content-container {
        margin-top: 0;
    }

    #indexkv .kv-opt#kv-opt-crv-pc:after, #indexkv .kv-opt#kv-opt-crv-mobile:after {
        width: 16px;
        height: 5px;
        margin-top: 11px;
    }

    #indexkv .kv-opt#kv-opt-crvphev-pc:after, #indexkv .kv-opt#kv-opt-crvphev-mobile:after {
        width: 16px;
        height: 5px;
        margin-top: 11px;
    }


    #indexkv .kv-opt {
        width: 200px;
        text-align: center;
        top: 300px;
        left: 42px;
        font-size: 18px;
        background: transparent;
        border-radius: 4px;
        border: #ffffff solid 1px;
        color: #ffffff;
    }

    #indexkv .kv-opt.forwap {
        width: auto;
        height: auto;
        padding: 1px 25px;
        font-size: 15px;
        line-height: 32px;
        border-width: 1px;
    }

    #indexkv .kv-opt#kv-opt-crvphev-mobile, #indexkv .kv-opt#kv-opt-crv-mobile {
        padding-right: 35px;
    }

    #indexkv .kv-opt > img {
        width: 20px;
        vertical-align: middle;
        margin-left: 5px;
        margin-top: -2px;
        cursor: pointer;
    }

    #indexkv .kv-opt.forwap {
        display: inline-block;
    }

    #indexkv .kv-opt.forpc {
        display: none;
    }


    #indexkv .kv-opt#kv-opt-xrv-mobile {
        left: calc((100vw - 137px)/2);
        top: 80vh;
    }
    #indexkv .kv-opt#kv-opt-crv-mobile {
        color: #1C1A1A;
        border: #1C1A1A solid 1px;
        padding: 1px 45px 1px 22px;
        text-align: left;
    }
    #indexkv .kv-opt#kv-opt-xrv-mobile {
        color: #ffffff;
        border: #ffffff solid 1px;
        padding: 1px 45px 1px 22px;
        text-align: left;
    }
    #indexkv .kv-opt#kv-opt-xrv-mobile:after{
        content: '';
        background-image: url("../images/jiantou-white1.png");
        width: 16px;
        height: 7px;
        background-size: 100%;
        position: absolute;
        z-index: 100;
        margin-left: 4px;
        margin-top: 13px;
        background-repeat: no-repeat;
    }
    #indexkv #indexkv .kv-opt#kv-opt-crv-mobile:after {
        content: '';
        background-image: url("../images/jiantou.png");
        width: 16px;
        height: 7px;
        background-size: 100%;
        position: absolute;
        z-index: 100;
        margin-left: 4px;
        margin-top: 13px;
        background-repeat: no-repeat;
    }


    #indexkv .kv-opt#kv-opt-inspire-pc-mobile-t {
        top: 35.5vh;
        left:calc((100vw - 137px)/2);
    }

    #indexkv .kv-opt#kv-opt-urv-mobile {
        top: 43vh;
        left:calc((100vw - 137px)/2);
    }


    #indexkv .kv-opt#kv-opt-hrv-mobile {
        top: 65%;
        left: 6%;
    }

    #indexkv .kv-opt#kv-opt-hrv-pc-mobile-t {
        top: 68%;
        left: 6%;
    }


    #indexkv .kv-opt#kv-opt-mobile {
        left: calc((100vw - 137px)/2);
        top: 35%;
    }
    #indexkv .kv-opt#kv-opt-linxi-mobile {
        left: calc((100vw - 137px)/2);
        top: 90%;
    }
    #indexkv .kv-opt#kv-opt-mobile-ens2 {
        left: calc((100vw - 137px)/2);
        top: 90%;
    }
    #indexkv .kv-opt#kv-opt-elysion-mobile {
        top: 45%;
        left: 6%;
    }

    #indexkv .kv-opt#kv-opt-inspire-mobile {
        top: 40%;
        left: calc((100vw - 137px)/2);
    }


    #indexkv .kv-opt#kv-opt-crv-mobile {
        top: 35%;
        left: calc((100vw - 137px)/2);
    }

    #indexkv .kv-opt#kv-opt-mnv-mobile {
        top: 40%;
        left: calc((100vw - 137px)/2);
    }

    #indexkv .kv-opt#kv-opt-crvphev-mobile {
        top: 38%;
        position: absolute;
        left: 5.5%;
        color: #1C1A1A;
        border: #1C1A1A solid 1px;
    }

    #indexkv .kv-opt#kv-opt-crvphev-mobile {
        top: 35%;
        left: calc((100vw - 137px)/2);
    }

    .index-news .flex-1 {
        flex: 0 0 44%;
    }

    .index-content-container {
        padding: 8vw 4vw;
    }

    .index-hotlink-list-title > span {
        font-size: 1.125rem;
        bottom: 15px;
        left: 15px;
        line-height: 1em;
        padding-bottom: 10px;
    }

    .index_kv .kv_container {
        padding: 0;
        height: 100vh;
    }

    /*.index_kv ul li video{ left:50%;top:0;height:100%;width:220%; margin:0 0 0 -110%;}*/
    .index_kv .forpc {
        display: none;
    }

    .index_kv .forwap {
        display: block;
    }

    .index_kv ul li img.forpc, .index_kv ul li img.forwap {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }

    .index_kv .scroll_prev, .index_kv .scroll_next {
        display: none;
    }

    .index_kv .prev, .index_kv .next {
        display: none;
    }

    /*添加一路书香kv*/
    .index_kv ul li.shux_li .car_type {
        position: absolute;
        top: 23.5%;
        left: 0%;
        width: 100%;
    }

    .index_kv ul li.shux_li .car_type .ur-v {
        width: 52%;
    }

    .index_kv ul li.shux_li .car_type .inspire {
        margin-top: 1%;
        width: 46.5%;
    }


    .index_hotlink li {
        width: 33.33%;
        margin-bottom: 2px;
    }

    .index_hotlink li a {
        background-size: contain;
    }

    .index_hotlink li:nth-child(4), .index_hotlink li:nth-child(5) {
        width: 50%;
        margin-bottom: 0px;
    }

    .index_hotlink li:nth-child(4) a, .index_hotlink li:nth-child(5) a {
        padding: 30% 0 0;
    }

    .index_product .column_content {
        width: 95%;
    }

    .index_product li {
        width: 100%;
        padding-bottom: 2.375rem;
    }

    .index_product a.mainurl {
        width: 90%;
        padding: 50.625% 0 0;
        font-size: 12px;
    }

    .index_product .btn_pdf {
        font-size: 1.25rem;
        left: 5%;
        margin: 0;
    }

    .index_product .btn_testdrive {
        font-size: 1.25rem;
        right: 5%;
        margin: 0;
        padding: 0 0 1em;
        line-height: 1.5em;
    }

    .index_product .btn_testdrive b {
        font-size: 1.25rem
    }

    .index_product .btn_wydc b {
        font-size: 1.25rem
    }

    .index_product .scroll_prev, .index_product .scroll_next {
        margin-top: 25%;
        padding: 8.75% 0 0 5%;
    }

    .index_market li {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .index_market li a {
        height: auto;
        padding: 0;
    }

    .index_market .img_container {
        position: relative;
        display: block;
    }

    .index_market .iea {
        display: none;
    }

    .index_market .txt_container {
        position: relative;
        display: block;
        margin: 0 auto;
        left: 0;
        bottom: 0;
        padding: 1em 0 2em;
        width: 90%;
        text-align: left;
        color: #000;
        color: #000;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
    }

    .index_market .txt_container h3 {
        min-height: 0;
        padding-bottom: 0.5em;
        text-align: center;
    }

    .index_market .txt_container:after {
        color: #000;
    }

    .index_market .txt_container p {
        height: auto;
        padding-top: 0.75em;
        background: url(../images/line_wap.png) no-repeat center top;
    }

    .index_market a:hover .txt_container p {
        height: auto;
        padding-top: 0.75em;
    }

    .index_market a:hover .txt_container h3 {
        padding-bottom: 0.5em;
        color: #E51628;
    }

    .index_news ul {
        width: 90%;
    }

    .index_news li {
        float: none !important;
        width: 100%;
    }

    .index_news .txt_container {
        padding: 1em 0 5em;
    }

    .index_news .txt_container:before, .index_news .txt_container:after {
        font-size: 12px;
    }

    .index_news li:nth-child(1), .index_news li:nth-child(2) {
        display: block;
    }

    .index_news .txt_container h3, .index_news .txt_container p {
        height: auto;
    }

    .index_news .txt_container .time {
        font-size: 12px;
    }

    .test_driveinfo .content ul li {
        font-size: 14px;
    }

    .test_driveinfo {
        height: 400px;
    }

    #newlayer .btn_close {
        margin-top: -43%;
    }

    .test_driveinfo { /*padding:5% 5% 3% 5%*/
    }

    .test_driveinfo .content {
        height: 295px;
    }

    .page_index #newlayer .layer_container {
        max-width: 95%;
    }

    .test_driveinfo .content ul li {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .test_driveinfo .content ul li .text_left {
        position: static;
        text-align: left;
    }

    .test_driveinfo .content ul li.dealers {
        padding-left: 0;
    }

    .test_driveinfo .content ul li.times .box {
        width: 100%;
        padding-left: 0;
    }

    .test_driveinfo .content ul li.times .text_left i {
        display: none;
    }

    .test_driveinfo .content ul.self li {
        padding-left: 0;
        width: 100%;
    }

    .test_driveinfo .title {
        width: 120%;
        margin-left: -10%;
    }


    .product-des-text {
        margin-top: 100px;
    }

    .product-text-opt > span {
        display: block;
        margin-bottom: 10px;
    }

    .product-text-opt img {
        position: static;
    }


    .product-text-opt-btn:after {
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
    }

    .product-car-image img {
        width: 80vw;
        height: auto;
    }

    .index-hotlink {
        padding-bottom: 13.3vw;
    }

    #index-hotlink-list-1 {
        display: block;
        margin-bottom: 0;
    }

    #index-hotlink-list-2 {
        display: block;
    }

    #index-hotlink-list-1 img, #index-hotlink-list-2 img {
        width: 100%;
        max-width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .index-hotlink-list-title:hover > span {
        background: url("../images/jiantou-title-hover.png") no-repeat left bottom;
        background-size: 80% auto;
    }

    .index-content-container .flex {
        margin-bottom: 30px;
    }

    .index_market ul {
        display: block;
    }

    #index-services .flex {
        display: block;
    }

    #index-services .flex-1, #index-news .flex-1 {
        margin: 0;
        margin-bottom: 30px;
    }

    #index-news .flex {
        display: block;
    }

    #index-news h3 {
        height: auto;
        font-size: 1.125rem;
    }

    .index-market-info {
        margin-top: 0;
        padding: 2.7vw;
    }

    .index-market-btn {
        margin-top: 8vw;
    }

    .index-services-list-title {
        font-size: 1.125rem;
    }

    #index-hotlink-pc {
        display: none;
    }

    #index-hotlink-mobile {
        display: block;
    }

    #index-hotlink-mobile .flex > a {
        display: block;
        box-sizing: border-box;
    }

    #index-hotlink-mobile .flex-1 {
        flex: 0 0 25%;
    }

    #index-hotlink-mobile .flex-3 {
        flex: 0 0 75%;
        margin: 0;
    }

    #index-hotlink-mobile .index-hotlink-list-title {
        flex: 1;
    }

    #index-hotlink-mobile img {
        width: 100%;
        height: 320px;
        margin-left: 5px;
    }


    #index-hotlink-mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #index-news .txt-container p {
        font-size: 1rem;
    }

    .scroll-product-title div {
        width: 6rem;
    }

    .scroll-product-title .long {
        width: 10rem;
    }
}


@media all and (max-width: 625px) {
    html {
        font-size: 20px;
    }
}

@media all and (max-width: 562px) {
    html {
        font-size: 18px;
    }
}


@media all and (max-width: 479px) {
    html {
        font-size: 16px;
    }


    .index-market-btn > a:after ,.product-text-opt-btn:after{
        margin-top: 13px;
        width: 16px;
        height: 7px;
        background-repeat: no-repeat;
    }


    .index-services-list-title > span {
        font-weight: 500;
    }


    #scroll-product-title-warp {
        padding: 0 20px;
    }


    #index-hotlink-mobile {
        display: block;
    }

    #indexkv .kv-opt {
        width: 120px;
        font-size: 14px;
        line-height: 32px;
        height: 32px;
    }

    #indexkv .kv-opt > img {
        width: 16px;
        height: 16px;
    }


    .product-car-image img {
        width: 70vw;
    }

    .product-des-text {
        font-size: 16px;
    }

    .product-text-opt-btn img {
        max-width: 20px;
    }

    .index-hotlink-list-title {
        max-width: 120px;
    }

    .index-hotlink-list-title > span {
        background-size: 100% auto;
        left: 10px;
        bottom: 15px;
    }

    .index-hotlink-list-title:hover > span {
        background: url("../images/jiantou-title-hover.png") no-repeat left bottom;
        background-size: 55% auto;
    }

    #index-hotlink-mobile .flex > a {
        height: auto;
    }

}

@media all and (max-width: 437px) {
    html {
        font-size: 14px;
    }
}

@media all and (max-width: 410px) {


    #index-hotlink-list-1 img, #index-hotlink-list-2 img {
        height: 150px;
    }

    .product-car-image {
        margin-top: 14vh;
    }
}

@media all and (max-width: 375px) {
    html {
        font-size: 12px;
    }
    .product-text-opt-btn{
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media all and (min-width: 1920px) {

    #menu-product .sec_content {
        max-width: 100vw;
    }

    .index-hotlink {
        padding-bottom: 100px;
    }

    #index-services {
        padding-bottom: 100px;
    }

    #index-news, #index-market {
        padding-bottom: 100px;
        padding-top: 100px;
    }

}

@media all and (min-height: 780px) and (min-width: 1270px) {
    .product-car-image {
        margin-top: 9vh;
    }
}