@charset "UTF-8";

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html,
body {
    position: relative;
    width: 100%;
    min-width: 1200px;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

.myBannerSwiper .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.myBannerSwiper .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 12px;
    border-radius: 0;
    background-color: #fff;
}

.carBox {
    position: relative;
}

.swiper-pagination-car {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-car .swiper-pagination-bullet {}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: solid 1px #333;
    background: #fff;
}

.menu i {
    display: inline-block;
    font-size: 24px;
    line-height: 60px;
    color: #333;
    margin-left: 40px;
    font-weight: bold;
}

.logo {
    height: 50px;
    float: right;
    margin-right: 40px;
    margin-top: 8px;

}

.masterHeadMenu {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.masterHeadMenu {
    position: fixed;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -100%;
    z-index: 1009;
    max-height: 100vh;
    background: radial-gradient(circle at 0 0, #00437a 0, #001e50 100%);
    -webkit-transition: left .4s cubic-bezier(.18, 0, .14, 1), right .4s cubic-bezier(.18, 0, .14, 1);
    transition: left .4s cubic-bezier(.18, 0, .14, 1), right .4s cubic-bezier(.18, 0, .14, 1);
}

.open {
    position: fixed;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
}

.twoHeadMenu {
    padding-top: 60px;
    width: 80%;
    position: absolute;
    left: 20%;
    top: 0;
    background-color: #fff;
    display: none;
}

.twoHeadMenu .backMenuBtn {
    margin: 0 auto;
    width: 86%;
    height: 40px;
    line-height: 40px;
}

.twoHeadMenu .backMenuBtn i,
.twoHeadMenu .backMenuBtn span {
    margin-left: 15px;
    color: #000;
}

.twoMenuNav {
    overflow-y: auto;
    margin-left: 7%;
    width: 93%;
    height: calc(100vh - 15%);
    max-height: calc(100vh - 15%);
}


.closeHeadMenuBtn {
    position: relative;
    width: 85%;
    height: 15%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 60px;
}

.closeHeadMenuBtn i {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    height: 36px;
}

.closeHeadMenuBtn span {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    margin-left: 40px;
    height: 36px;
}

.oneMenuNav {
    overflow-y: auto;
    margin: 0 auto;
    width: 85%;
    height: 75%;
    max-height: 75%;
}

.oneMenuNav ul li.tips {
    font-size: 23px;
    color: #fff;
    margin-bottom: 30px;
}

.oneMenuNav ul li a {
    display: inline-block;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s;
    white-space: nowrap;
}

.oneMenuNav ul li .twoMenuNav {
    margin-top: 40px;
}

.oneMenuNav ul li .twoMenuNav p a {
    display: inline-block;
    padding: 10px 0;
    color: #757575;
    text-decoration: none;
    transition: color .25s ease-in-out 0s;
}

.carBox {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.myCarSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: inline-block;
}

.carTitle {
    font-weight: 400;
    font-size: 26px;
    position: absolute;
    bottom: 0;
}

.swiper-pagination-car.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.carLink {
    position: relative;
    margin-top: 40px;
}

.btn-section:before {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: " ";
    background: #c2cacf;
    height: 1px;
}

.btn-section div {
    display: inline-block;
    background: #fff;
    padding: 0 3%;
    z-index: 30;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -115px;
}

.VehicleModel {
    display: inline-block;
    margin-bottom: 0;
    line-height: 100%;
    padding: 13px 0;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    border: 2px solid #001e50;
    border-radius: 25px;
    color: #001e50;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.part3 {
    margin-top: 120px;
    overflow: hidden;
}

.part3 .section:first-child {
    width: 54%;
    overflow: hidden;
}

.section .swiper-wrapper {
    width: 80%;
}

.caption .title {
    font-size: 27px;
    line-height: 1.4em;
    font-family: vw-fonts-cn-80;
    text-align: left;
}

.caption .detail-title {
    font-size: 54px;
    line-height: 1.2em;
    padding-bottom: 4vw;
    text-align: left;
}

.caption .detail-title span,
.caption .detail-title strong {
    font-family: vw-fonts-cn-80;
    font-weight: lighter;
    text-align: left;
}

.caption .detail-title small {
    font-size: .5em;
    line-height: 1.3em;
    display: block;
    padding-top: 0.9em;
    text-align: left;
}

a.detail-more {
    display: inline-block;
    font-size: 16px;
    color: #001e50;
    text-align: left;
    width: 100px;
}

.caption-section {
    width: 46%;
    float: left;
}

.swiper-slides.thumb1 img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;

}

.caption1 {
    position: absolute;
    top: 640px;
    left: 0;
}

.section.fr {
    float: right;
}

.horizontalbox .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 423px;
    object-fit: cover;
    position: absolute;
    top: 0;

}

.horizontalbox-next,
.horizontalbox-prev {
    color: #000;
}

.horizontal .swiper-slide {
    position: relative;
    height: auto;
}

.horizontal-c {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.part4 {
    margin-top: 120px;
}

.part4 .section:first-child {
    width: 45.8%;
    padding-left: 4vw;
    float: left;

}

.part4 .section:first-child .object-fit-thumb {
    padding-bottom: 40px;
}

.part4 .section:first-child .object-fit-thumb img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.part4 .news-block {
    width: 45%;
    padding: 0 4% 0 0;
    margin-top: 3%;
}

.section>.title {
    font-family: VWTextWeb-Bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.news-block .media {
    border-bottom: 1px solid #ceced0;
    padding-bottom: 3%;
    margin-bottom: 3%;
    overflow: hidden;
}

.news-block .media .media-left {
    width: 33%;
    float: left;
}

.media .media-body {
    width: 64%;
    padding-left: 80px;
}

.media .media-body .media-heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: VWTextWeb-Bold;
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.media .media-body>p {
    color: #050505;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    height: 72px;
    width: 100%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    line-height: 100%;
    padding: 13px 0;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    border: 2px solid #001e50;
    border-radius: 25px;
    color: #001e50;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.part7 {
    margin: 100px 4% 0;
}

.part7 .object-fit-thumb {
    padding-bottom: 52.04%;
}

.object-fit-thumb .thumbs1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/11.jpg);
}

.object-fit-thumb .thumbs1 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
}

.part7 .cover-block {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 60px;
}

.part7 .cover-block h2 {
    margin-bottom: 50px;
    line-height: 1;
}

.btn.white-line {
    color: #fff;
    border-color: #fff;
}

.other-entry {
    margin-top: 120px;
}

.other-entry>div {
    width: 100%;
}

.other-entry .thumbBox {
    position: relative;
    overflow: hidden;
}

.other-entry .thumbBox img {
    position: relative;
    top: 0;
    padding: 100px 20px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.other-entry .caption {
    padding-top: 12px;
    position: absolute;
    bottom: 0;
}

.other-entry .caption .label {
    font-family: VWTextWeb-Bold;
    font-weight: 700;
    margin-bottom: 8px;
}

.other-entry .caption .tit {
    font-size: 26px;
}

.other-entry .caption .tit span {
    font-family: VWTextWeb-Bold;
    padding-right: 10px;
    font-weight: 700;
}

#masterCommonFooter {
    position: relative;
    margin: 50px auto 0;
    width: 90%;
    border-top: 2px solid #02287d;
    font-family: HYQiHei-40S;
}

.foot_box1 {
    position: relative;
    width: 100%;
}

.sitemap-dl {
    float: left;
    margin-top: 40px;
    width: 33.3%;
    font-size: 16px;
}

.sitemap-dl dt {
    padding-left: 25%;
    color: #000;
    line-height: 60px;
}

.sitemap-dl dd {
    display: block;
}

.sitemap-dl dd a {
    position: relative;
    display: block;
    padding-left: 25%;
    color: #727b8c;
    line-height: 34px;
    font-size: 14px;
}

.foot_box2 {
    position: relative;
    z-index: 1;
    padding: 50px 6% 20px;
    color: #727b8c;
    font-size: 14px;
}

.foot_box2 p.r {
    float: right;
}

.foot_box2 p.l {
    float: left;
}

.foot_box2 p.l {
    float: left;
}

.menu.listmenu {
    border-bottom: solid 1px #ccc;
    position: static;
}

.menu.listmenu i {
    color: #000;
}

.models-page {
    padding-top: 40px;
}

.models-page .side-left {
    width: 240px;
    padding: 0 0 0 60px;
    background: #fff;
}

.models-page .side-left h1 {
    font-family: VWTextWeb-Bold;
    font-size: 24px;
    color: #081e51;
    margin-bottom: 25px;
}

.models-page .side-left h1 a {
    color: #081e51;
}

.models-page .side-left ul {
    margin-bottom: 50px;
}

.models-page .side-left ul li {
    line-height: 1;
    margin-bottom: 15px;
}

.models-page .side-left ul li.on a {
    font-family: VWTextWeb-Bold, vw-fonts-cn-80;
}

.models-page .side-left ul {
    margin-bottom: 50px;
}

.content .filterBox,
.content .side-right {
    border-left: 1px solid #dfe4e8;
}

.content .filterBox ul,
.content .side-right ul {
    overflow: hidden;
}

.content .filterBox ul li,
.content .side-right ul li {
    position: relative;
    width: 29%;
    float: left;
    margin-left: 4%;
    margin-bottom: 50px;
    line-height: 1.8;
}

.content .filterBox ul li a .thumbBox,
.content .side-right ul li a .thumbBox {
    position: relative;
}

.content .side-right ul li a .thumbBox div {
    width: 100%;
    height: 200px;
}

.content .filterBox ul li a .thumbBox .bg-color,
.content .side-right ul li a .thumbBox .bg-color {
    background: #ff0;
}

.content .filterBox ul li a .thumbBox .talagon-color,
.content .side-right ul li a .thumbBox .talagon-color {
    background: #5b2d3a;
}

.content .filterBox ul li a .thumbBox .tavendor-color,
.content .side-right ul li a .thumbBox .tavendor-color {
    background: #999;
}

.content .filterBox ul li a .thumbBox .tayron-x-color,
.content .side-right ul li a .thumbBox .tayron-x-color {
    background: #dd1321;
}

.content .filterBox ul li a .thumbBox .tayron-color,
.content .side-right ul li a .thumbBox .tayron-color {
    background: #104279;
}

.content .filterBox ul li a .thumbBox .tayron-gte-color,
.content .side-right ul li a .thumbBox .tayron-gte-color {
    background: #153681;
}

.content .filterBox ul li a .thumbBox .new-t-roc-color,
.content .side-right ul li a .thumbBox .new-t-roc-color {
    background: #d0ad23;
}

.content .filterBox ul li a .thumbBox .newcc-color,
.content .side-right ul li a .thumbBox .newcc-color {
    background: #d3a514;
}

.content .filterBox ul li a .thumbBox .newccshootingbrake-color,
.content .side-right ul li a .thumbBox .newccshootingbrake-color {
    background: #1c6791;
}

.content .filterBox ul li a .thumbBox .new-magotan-color,
.content .side-right ul li a .thumbBox .new-magotan-color {
    background: #606678;
}

.content .filterBox ul li a .thumbBox .newmagotan-gte-color,
.content .side-right ul li a .thumbBox .newmagotan-gte-color {
    background: #2c50b4;
}

.content .filterBox ul li a .thumbBox .sagitarlong-new-color,
.content .side-right ul li a .thumbBox .sagitarlong-new-color {
    background: #132a55;
}

.content .filterBox ul li a .thumbBox .newgolf-rline-color,
.content .side-right ul li a .thumbBox .newgolf-rline-color {
    background: #0e1342;
}

.content .filterBox ul li a .thumbBox .golf-gti-color,
.content .side-right ul li a .thumbBox .golf-gti-color {
    background: #49121b;
}

.content .filterBox ul li a .thumbBox .newmqbbora-color,
.content .side-right ul li a .thumbBox .newmqbbora-color {
    background: #0b284e;
}

.content .filterBox ul li a .thumbBox .tacqua-color,
.content .side-right ul li a .thumbBox .tacqua-color {
    background: #c40902;
}

.content .filterBox ul li a .thumbBox .id4-color,
.content .side-right ul li a .thumbBox .id4-color {
    background: #e0e4e8;
}

.content .filterBox ul li a .thumbBox img,
.content .side-right ul li a .thumbBox img {
    position: absolute;
    margin: 60px 0 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    top: 20px;
}

.content .filterBox ul li a h2.white,
.content .side-right ul li a h2.white {
    color: #fff;
}

.content .filterBox ul li a .caption,
.content .side-right ul li a .caption {
    margin: 80px 0 0;
    height: 3.6em;
}

.content .side-right ul li a .caption p {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.content .filterBox ul li a h2.white,
.content .side-right ul li a h2.white {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 22px;
    color: #fff;
}

.side-right ul {
    overflow: hidden;
}

.side-right ul li {
    position: relative;
    width: 25%;
    float: left;
    margin-left: 4%;
    margin-bottom: 50px;
    line-height: 1.8;
    padding: 0 20px;
}

.AllDiv {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}


.TopNavigation {
    width: 100%;
    height: 60px;
    position: fixed;
    color: white;
    z-index: 1500;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.BodyContentSurface {
    width: 100%;
    flex: 1;
}

.BodyContent {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
}

.LeftNavigationSurface {
    height: 100%;
    width: 240px;
    position: fixed;
}

.RightContentSurface {
    height: 90%;
    flex: 1;
    margin-left: 240px;
    margin-top: 40px;
}

.RightContent {
    width: 100%;
    height: 100%;
}

.content {
    height: 3000px;
}

.page-index .more-link {
    width: 83.33%;
    margin: 0 auto;
    border-bottom: 1px solid #C2CACF;
}

.more-link {
    border-bottom: solid 1px #C2CACF;
}

.more-link li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 10px 0 4px;
    border-right: 1px solid #C2CACF;
    margin: 70px 0;
}

.more-link li img {
    margin: 0 0 8px;
    height: 78px;
}

.more-link li p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    font-family: VWTextWeb-Bold, vw-fonts-cn-60;
    padding: 0;
}

.list li {
    padding: 27px 4.16%;
}

.list li a {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 0 0 33.7%;
    overflow: hidden;
}

.list a:before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    margin: 0 0 0 10%;
    visibility: hidden;
    height: 0;
    padding: 0 0 32.7%;
    content: "";
    zoom: 1;
}

/*.list a.indexlista:before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    margin: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    content: "";
    zoom: 1;
}*/

.list .img_container {
    position: absolute;
    left: 0%;
    top: 0;
    width: 36.465%;
    height: 100%;
    overflow: hidden;
}

.list .img_container img {
    width: 100%;
}

.list .txt_container {
    display: inline-block;
    vertical-align: middle;
    width: 88%;
    zoom: 1;
    color: #000;
    text-align: left;
}

.list .txt_container .time {
    display: block;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    font-family: VWTextWeb-Bold, vw-fonts-cn-80;
}

.list .txt_container h3 {
    font-size: 36px;
    line-height: 48px;
    padding: 25px 0;
    font-family: VWTextWeb-Bold, vw-fonts-cn-80;
}

.list .txt_container p {
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    padding: 0;
    /* min-height: 72px; */
}

.list .txt_container p.link-xq {
    display: inline-block;
    margin-top: 26px;
    color: #001E50;
    font-size: 16px;
    /* position: absolute; */
    bottom: 2.5%;
}

ul.pagination {
    text-align: center;
    margin: 0 auto;
    width: 300px;
}

.page-details .section {
    padding: 184px 0 0;
    width: 90%;
    margin: 0 auto;
}

.section {
    padding: 60px 0 0;
    width: 90%;
    margin: 0 auto;
}

.title {
    margin: 0 -2.5% 100px;
}

.item .time {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 12px;
    font-family: VWTextWeb-Bold, vw-fonts-cn-80;
}

.item h2 {
    font-size: 60px;
    line-height: 70px;
    padding: 0 0 24px;
}

.page-details li {
    position: relative;
}

.format01 .item {
    max-width: 550px;
    width: 43%;
}

.format01 .img-box {
    width: 54.6%;
}

.format01 .img-box img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.page-details li .object-fit-thumb {
    padding-bottom: 66.9%;
}

.page-details .item h3 {
    font-size: 48px;
    line-height: 60px;
    padding: 0 0 30px;
    font-family: VWTextWeb-Bold, vw-fonts-cn-80;
    font-weight: 400;
}

.section p {
    line-height: 24px;
    font-size: 16px;
    font-family: VWTextWeb-Regular, vw-fonts-cn-40;
    padding: 0 0 20px;
}

.format01 .item p {
    max-width: 472px;
}

.article01 {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
}

.article01 h1 {
    line-height: 66px;
    font-size: 60px;
    padding: 0 0 44px;
}

.article01 p {
    line-height: 30px;
    font-size: 20px;
}

.article02 {
    padding: 0 4.16% 100px;
}

.article02 .left {
    width: 57.12%;
    padding: 90px 0 0;
}

.page-overview .article02 .left .object-fit-thumb {
    width: 100%;
    padding-bottom: 66.937%;
    margin: 0 0 30px;
}

.article02 .left h2 {
    padding: 36px 0 24px;
    font-size: 32px;
    line-height: 40px;
    font-family: VWTextWeb-Bold, vw-fonts-cn-80;
    font-weight: 400;
}

.article02 .right {
    width: 32.42%;
    padding: 440px 0 0;
}

.article02 .right .object-fit-thumb {
    width: 100%;
}

.article02 .right .object-fit-thumb img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.article02 .right h2,
.article02 .right h1 {
    padding: 64px 0 52px;
    font-size: 60px;
    line-height: 70px;
}

.article02 .right p {
    max-width: 500px;
}

#wrapper {
    z-index: 100;
}

.jumbotron {
    margin: 120px auto 130px;
    min-width: 600px;
    width: 60%;
    background-color: #fff;
}

.jumbotron .h1 {
    margin-bottom: 15px;
    font-family: VWTextWeb-Bold;
    text-align: center;
}

.jumbotron .h1 strong {
    font-size: 70px;
}

.jumbotron p {
    color: black;
    font-size: 28px;
    text-align: center;
}

.jumbotron strong {
    font-size: 28px;
}

.section-item {
    overflow: hidden;
}

.part3 .section-item:nth-child(odd) .block-image,
.part3 .section-item:nth-child(even) .caption-box {
    float: left;
}

.part3 .section-item:nth-child(odd) .caption-box,
.part3 .section-item:nth-child(even) .block-image {
    float: right;
}

.block-image {
    width: 50%;
    padding: 5%;
}

.block-image img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.caption-box {
    width: 50%;
    padding: 5%;
}

.caption-box .caption .jumbotron {
    width: 100%;
    margin: 0;
}

.jumbotron .h1 {
    font-size: 50px;
    line-height: 1.2em;
}

.jumbotron .h1 strong {
    font-family: vw-fonts-cn-80;
    font-weight: lighter;
}

.jumbotron p {
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 40px;
    padding-top: .9em;
}

a.viewmore {
    border: 1px solid #000000;
    color: #000000;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.object-fit-thumb .thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.object-fit-thumb .thumb img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.form {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-44%);
    transform: translateY(-44%);
    padding: 30px;
    z-index: 11;
}

.form .title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.form .number {
    font-size: 20px;
    text-align: center;
}

.form .list {
    margin-top: 30px;
    width: 400px;
}

.form .list>li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-size: 20px;
    color: #001e50;
    margin-bottom: 30px;
    position: relative;
}

.form .list>li input {
    font-size: 20px;
    color: #001e50;
    width: 100%;
    border: 0;
}

.form .policy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form .policy a {
    color: #00b0f0;
}

.form .policy span {
    width: 16px;
    height: 16px;
    border: 1px solid #001e50;
    cursor: pointer;
    margin-right: 5px;
}

.form .submit {
    background: #001e50;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}

.list a.dropdown-toggle:before {
    margin: 0;
    color: #001e50;
}

.form .successPop .success {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 50px;
}

.form .successPop .success .icon {
    text-align: center;
}

.form .successPop .success .icon i {
    width: 80px;
    height: 80px;
    font-size: 60px;
    line-height: 80px;
    color: #029640;
    background-size: 70%;
    border-radius: 100px;
    margin: 0 auto;
}

.form .successPop .success .title {
    margin-top: 40px;
}

.form .successPop .success .tips {
    font-size: 20px;
    margin-top: 16px;
}

.form .successPop .success .botton {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    border-radius: 100px;
    cursor: pointer;
    background: #001e50;
    color: #fff;
    margin: 30px auto 0;
}

.dropdown-menu li {
    padding: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0;
}


.config_content {
    margin: 40px auto;
    width: 90%;

}

.config_content .confighead {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

.configtab {
    overflow: hidden;
}

.configtab li {
    float: left;
}

.configtab li.current {
    color: #012758;
    font-weight: 700;
}

.configtab li span {
    display: block;
    padding: 0.5em 1em;
}

.config_content table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    clear: both;
}

.config_content table tbody {
    width: 100%;
}

.config_content table .carname strong {
    font-size: 1.125em;
}

.config_content table th {
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ddd;
    color: #012758;
    width: 22%;
}

.config_content table td {
    padding: 0.5em;
    text-align: center;
    color: #00b0f0;
    border-bottom: 1px solid #ddd;
    width: 26%;
}

.config_content table .same td {
    color: #000;
}

.mycarSwiper-button-next {
    color: #000;
}

.mycarSwiper {
    position: relative;
}

.mycarSwiper img {
    width: 50%;
    display: inline-block;
    float: left;
}

.intro {
    margin-right: 4%;
    width: 40%;
    float: right;
}

.intro .tit {
    font-size: 26px;
    font-family: VWTextWeb-Bold;
    margin-bottom: 28px;
    text-align: left;

}

.intro dl {
    border-bottom: 1px solid #c2cacf;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 10px;
}

.intro dl dt {
    font-size: 14px;
    text-align: left;
}

.intro dl dd {
    font-size: 36px;
    text-align: left;
}

.intro .price {
    margin: 30px 0;
    color: #001e50;
    font-size: 26px;
    font-family: VWTextWeb-Bold, vw-fonts-cn-80;
    text-align: left;
}

.mycarSwiper {
    width: 100%;
    overflow: hidden;
}

.mycarSwiper .Swiper-pagination {
    text-align: center;
}

/*新增*/
.menu i {
    float: left;
}

.nav {
    float: left;
}

.nav li a {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}

.dropdown-menu li {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
}

.nav-sever {
    margin-top: 6px;
    float: right;
    margin-left: 40px;
}

.nav-sever div {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.title {
    margin: 30px 0px;
}

.object-fit-thumb {
    width: 100%;
}

.financebox-next,
.financebox-prev {
    color: #333;
}

.financebox .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 423px;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.nav-sub-imgbox li {
    position: relative;
    background-color: #fff;
}

.nav-sub-img {
    width: 150px;
    max-width: 150px;
    position: absolute;
    left: 120px;
    bottom: 0;
    display: none;
    background-color: #fff;
}

ul.dropdown-menu.nav-sub-imgbox li {
    height: auto;
    line-height: auto;
}

.sitemap-dl dd img{
    width: 100px;
    max-width: 100px;
    margin: 0 auto;
}
.sitemap-dl dd.col-lg-3{
    float: left;

}
dl.sitemap-dl.sitemap-dl-1.col-lg-6{
    width: 50%;
}
dl.sitemap-dl.sitemap-dl-1.col-lg-6 dt{
    padding: 0;
}
.sitemap-dl dd.col-lg-3 a{
    padding: 0;
}
@media (max-width: 1560px) {
    .nav-sever {
        display: none;
    }
}

@media (max-width: 1400px) {

    .list li {
        padding: 20px 0;
    }

    .list li a {
        padding: 0;
    }

    .list .img_container {
        width: 40%;

    }

    .list .txt_container {
        width: 56%;

    }

    .list .txt_container h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}