@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: 'Roboto Light', sans-serif;
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Regular", sans-serif;
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Medium', sans-serif;
  src: url("../fonts/Roboto-Medium.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold", sans-serif;
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 800;
  font-style: normal;
}

body {
    color: #000;
    font: 15px "Roboto";
    background: #fff;
}

header {
    width: 100%;
    height: 90px;
    position: relative;
}

header .n-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .index-head {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    line-height: 90px;
    width: 100%;
    /*border-bottom: 1px solid #9d9d9d;*/
}

header .index-head .wd1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    max-width:100%;
    padding:0 30px;
}

header .index-head .wd1200 .logo img {
    height: 65px;
}

header .index-head .wd1200 .logo .icon2 {
    display: none;
}

header .index-head .wd1200 .nav {
    display: flex;
    align-items: center;
}

header .index-head .wd1200 .nav li {
    height: 90px;
    padding: 0 30px;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
    box-sizing:border-box;
}

header .index-head .wd1200 .nav li a {
    font-size: 18px;
    transition: 0.3s;
}

header .index-head .wd1200 .nav .li-active {
    border-bottom: 3px solid #ca0915;
}

header .index-head .wd1200 .nav .li-active a {
    color: #ca0915;
}

header .index-head .wd1200 .nav li:hover {
    border-bottom: 3px solid #ca0915;
}

header .index-head .wd1200 .nav li:hover a {
    color: #ca0915;
}
.flexst{
    display:flex;
    flex-wrap:wrap;
    justify-content:start;
}
.flexbt{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.hdrz{
    margin:30px;
    height: 30px;
    cursor:pointer;
    position: relative;
}
.hdrz svg{
    display: block;
}
.hdrz p{
    height: 30px;
    line-height: 24px;
    font-size:18px;
    font-weight: 800;
    color: #ca0915;
    padding-left: 15px;
}
.hdr1:after{
    display: block;
    content:"";
    position: absolute;
    top:0px;
    right:-30px;
    height:24px;
    width: 1px;
    background: #dcdcdc;
}
.hdr2:after{
    display: block;
    content:"";
    position: absolute;
    top:0px;
    right:-30px;
    height:24px;
    width: 1px;
    background: #dcdcdc;
}
.hdrzimg{
    width:84px;
    max-width: 84px;
    display: block;
    height: auto;
    position: absolute;
    top:40px;
    left:-30px;
    display: none;
}
@media(max-width:1500px){
    header .index-head .wd1200 .nav li{
        padding:0 10px;
    }
}
@media(max-width:1365px){
    .hdr1{
       display: none;
    }
    .hdr2{
       display: none;
    }
}
@media(max-width:1150px){
    .headr{
       display: none;
    }
}
@charset "UTF-8";
/************       Common       ************/
* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 15px;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

ul,
ol {
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
    object-fit: contain;
}

button,
input {
    /* font-style: inherit; */
    font-family: inherit;
    font-weight: inherit;
    border: none;
    outline: none;
}

textarea {
    border: none;
    outline: none;
    font-family: arial;
    text-indent: 0.725em;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

select,
textarea {
    resize: none;
    outline: none;
}

input {
    outline: medium;
    -webkit-appearance: none;
}

input[type='button'] {
    cursor: pointer;
}

input[type='submit'] {
    cursor: pointer;
}

input[type='text'] {
    text-indent: 0.725em;
}

:-moz-placeholder {
    color: #ccc;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #ccc;
}
/* Mozilla Firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

.left {
    float: left;
}

.right {
    float: right;
}
html {
  cursor: url(../image/cur.png), default;
}
a:hover {
  text-decoration: none;
  cursor: url(../image/hcur.png), default;
}
* {
  scrollbar-width: none;
}
::-webkit-scrollbar {
    width: 7.5px;
    height: 6px;
    background-color: #f0f0f0;
    display: none
}
::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 15px
}
::-webkit-scrollbar-thumb:hover {
    background-color: #777
}
td {
    display: table-cell;
    vertical-align: inherit;
    border:1px solid #CCC;
    padding:10px;
    box-sizing:border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 2px;
}
/* tr td:nth-child(1){
    background: #d9edf7;
}
.firstRow td:nth-child(1){
    background: #d9edf7;
} */
.block {
    display: block;
}

.none {
    display: none;
}

.in-line {
    display: inline;
}

.inl-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.bg-fff {
    background: #fff;
}

.f-24 {
    font-size: 24px;
}

.f-22 {
    font-size: 22px;
}

.f-20 {
    font-size: 20px;
}

.f-18 {
    font-size: 18px;
}

.f-16 {
    font-size: 16px;
}

.f-14 {
    font-size: 14px;
}

.f-000 {
    color: #000;
}

.f-333 {
    color: #333;
}

.f-666 {
    color: #666;
}

.f-999 {
    color: #999;
}

.f-ddd {
    color: #ddd;
}

.f-eee {
    color: #eee;
}

.f-fff {
    color: #fff;
}

.placeholder {
    color: #aaa;
}

.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.text-j {
    text-align: justify;
    text-justify: inter-ideograph;
}

.text-line {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.line-2 {
    -webkit-line-clamp: 2;
}

.line-3 {
    -webkit-line-clamp: 3;
}

.line-4 {
    -webkit-line-clamp: 4;
}

.over {
    overflow: hidden;
    _height: 1px;
}

.clear,
.clear-fx {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wd1200 {
    max-width: 1400px;
    width:100%;
    box-sizing:border-box;
    padding:0 20px;
    margin:0 auto;
}

.wd100 {
    width: 100%;
}

.line-number-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-number-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-number-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}
/* // 手机导航 */
.m-header {
    width: 22px;
    height: 15px;
    display: none;
    cursor: pointer;
    float: right;
}

.m-header .box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.m-header .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ca0915;
    position: absolute;
    left: 0;
    transition: width 0.3s ease 0s;
}

.m-header .line1 {
    width: 12px;
    top: 0;
}

.m-header .line2 {
    width: 20px;
    top: 6px;
}

.m-header .line3 {
    width: 16px;
    top: 13px;
}

.m-header-menu {
    position: fixed;
    right: -100%;
    width: 66%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.44s ease 0s;
}

.m-header-menu .m-menu-top {
    line-height: 60px;
    background-color: #ca0915;
}

.m-header-menu .m-menu-top>a img {
    height: 35px;
}

.m-header-menu .m-menu-top .title {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-left: 8.2%;
    font-family: "Base-font";
}

.m-header-menu .m-menu-top .close {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../image/close.png) no-repeat center;
    margin-right: 7.8%;
    margin-top: 22px;
    cursor: pointer;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.m-header-menu .m-header-list ul {
    width: 100%;
}

.m-header-menu .m-header-list li {
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.m-header-menu .m-header-list li .col-box {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
}

.m-header-menu .m-header-list .tit {
    font-size: 16px;
    color: #666;
}

.m-header-menu .m-header-list .tit>a {
    color: #666;
}

.m-header-menu .m-header-list .point {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(../image/arrow_right.png) no-repeat center;
    margin-top: 26px;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.m-header-menu .m-header-menu-sub {
    position: absolute;
    right: -100%;
    top: 60px;
    width: 100%;
    height: 100%;
}

.m-header-menu .m-header-menu-sub .boxs {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    background-color: #fff;
    height: 100%;
}

.m-header-menu .m-header-menu-sub .boxs.show {
    left: -100%;
}

.m-header-menu .m-header-menu-sub .return-fir {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    line-height: 60px;
    background-color: #d90e00;
}

.m-header-menu .m-header-menu-sub .return-fir p {
    padding-left: 18px;
    color: #fff;
    font-size: 16px;
    background: url(../image/arrow_left.png) no-repeat left center;
}

.m-header-menu .m-header-menu-sub ul,
.m-header-menu .m-header-menu-sub li {
    width: 100%;
    background: #fff;
}

.m-header-menu .m-header-menu-sub li {
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
}

.m-header-menu .m-header-menu-sub li a {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    font-size: 16px;
    color: #666;
}

.m-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99;
}
/* 手机导航 */


@media screen and (max-width: 1200px) {
    .wd1200 {
        padding: 0 15px;
    }
}



.ab_pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.ab_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.ab_pages ul  a {
    color: #555;
    display: block;
    padding: 2px 10px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px;
}

.ab_pages ul  a.page-num-current {
    background: #ddd;
}

#maximg img {
    max-width: 100%;
    height: auto !important
}

.ny_banner {
    width: 100%;
    height: 400px;
    background-size: cover !important;
}

.nybannerwz {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 250px;
}

.nybannerwz strong {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 60px;
    margin-top: 30px;
    opacity: 0.5;
    text-align: center;
    box-sizing: border-box;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.nybannerwz p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}
@media(max-width:1000px){
    .ny_banner{
        height:200px;
    }
    .nybannerwz{
        top:130px;
    }
}
.index-search {
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.index-search .wd1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-search .wd1200 .key {
    display: flex;
    align-items: center;
}

.index-search .wd1200 .key .icon {
    width: 22px;
    margin-right: 10px;
}

.index-search .wd1200 .key .word {
    display: flex;
    align-items: center;
}

.index-search .wd1200 .key .word a {
    margin-left: 5px;
    margin-right: 5px;
}

.index-search .wd1200 .key .word .title {
    font-size: 18px;
    font-weight: bold;
}

.index-search .wd1200 .key .word div {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
}

.index-search .wd1200 .search-box {
    display: flex;
    align-items: center;
    width: 410px;
    height: 50px;
}

.index-search .wd1200 .search-box .input {
    flex: 1;
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.index-search .wd1200 .search-box .input input {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: 2rem;
    background-color: #f5f5f5;
}

.index-search .wd1200 .search-box .button button {
    width: 70px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    transition: 0.3s;
    background-color: #ca0915;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.index-search .wd1200 .search-box .button button:hover {
    background-color: #ffb123;
}

.about-contain {
    background-color: #fff;
    padding: 100px 0;
}

.about-contain .wd1200 {
    display: flex;
}

.about-contain .wd1200 .show-word {
   /* height: 376px;*/
    flex: 1;
    padding-right: 15px;
    font-size: 16px;
    color: #666;
    line-height: 34px;
    text-align: justify;
    margin-top: 50px;
}

.about-contain .wd1200 .show-photo {
    width: 563px;
    height: 400px;
    margin-left: 20px;
}

.index-driver {
    padding: 50px 0 85px;
    background-image: url("../image/driver_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.index-driver .index-Title .title {
    color: #fff;
}

.index-driver .index-Title .intro {
    color: #fff;
}

.index-driver .index-Title .line {
    background-color: #fff;
}

.index-driver .driver-box {
    margin-top: 66px;
    position: relative;
}

.index-driver .driver-box .index-driver-swiper {
    width: 100%;
    height: 348px;
    position: initial;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide {
    background-color: #fff;
    padding: 26px 0 0;
    transition: 0.3s;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .photo {
    width: 164px;
    height: 164px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .photo img {
    width: 100%;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .name {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.3s;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .name div {
    font-size: 20px;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .name span {
    font-size: 14px;
}

.index-driver .driver-box .index-driver-swiper .swiper-slide .position {
    margin-top: 20px;
    text-align: center;
    line-height: 24px;
    color: #666;
    transition: 0.3s;
}

.index-Title .title {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.index-Title .intro {
    font-size: 16px;
    color: #666;
    margin-top: 18px;
    text-align: center;
}

.index-Title .line {
    width: 387px;
    height: 1px;
    margin: 24px auto 0;
    background-color: #cccccc;
    position: relative;
}

.index-Title .line::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -4px;
    width: 50px;
    height: 9px;
    background-color: #ca0915;
    border-radius: 5px;
    transform: translateX(-50%);
}

.index-driver-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background: #fff;
}

.index-driver-swiper .swiper-pagination-bullets {
    bottom: -50px;
}

.index-driver-swiper .swiper-pagination-bullet-active {
    background: #ca0915;
}

.index-driver-swiper .swiper-button-next {
    right: -50px;
    width: 16px;
    height: 28px;
    background-size: auto;
    background-image: url("../image/driver_arrow_r2.png");
}

.index-driver-swiper .swiper-button-prev {
    left: -50px;
    width: 16px;
    height: 28px;
    background-size: auto;
    background-image: url("../image/driver_arrow_l.png");
}

.index-driver-swiper .swiper-button-next:hover {
    background-image: url("../image/driver_arrow_r.png");
}

.index-driver-swiper .swiper-button-prev:hover {
    background-image: url("../image/driver_arrow_l2.png");
}

.index-show {
    padding: 60px 0 80px;
    background-color: #f0f0f0;
}

.index-show .wd1200 .show-nav {
    margin-top: 45px;
}

.index-show .wd1200 .show-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-show .wd1200 .show-nav ul li {
    margin: 0 10px;
}

.index-show .wd1200 .show-nav ul li a {
    width: 143px;
    height: 50px;
    display: block;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #cccccc;
}

.index-show .wd1200 .show-nav ul .li-active a {
    color: #fff;
    background-color: #ca0915;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #ca0915;
}

.index-show .wd1200 .show-nav ul li:hover a {
    color: #fff;
    background-color: #ca0915;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #ca0915;
}

.index-show .wd1200 .show-contain {
    margin-top: 50px;
}

.index-show .wd1200 .show-contain .show-car {
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
}

/*.index-show .wd1200 .show-contain .show-car .car-item {
    width: 23%;
}*/

.index-show .wd1200 .show-contain .show-car .car-item .tu {
    width: 100%;
    overflow: hidden;
	padding:10px;
	box-sizing: border-box;
}

.index-show .wd1200 .show-contain .show-car .car-item .tu img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.index-show .wd1200 .show-contain .show-car .car-item .info {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #bc0025;
    padding: 0 19px;
    transition: 0.3s;
    box-sizing: border-box;
	color:#fff;
}

.index-show .wd1200 .show-contain .show-car .car-item .info span {
    font-size: 16px;
    transition: 0.3s;
}

.index-show .wd1200 .show-contain .show-car .car-item .info div {
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.index-show .wd1200 .show-contain .show-car .car-item .info div strong {
    font-size: 30px;
    color: #ca0915;
    transition: 0.3s;
}

.index-show .wd1200 .show-contain .show-car .car-item:hover .tu img {
    transform: scale(1.1);
}

.index-show .wd1200 .show-contain .show-car .car-item:hover .info {
    background-color: #ca0915;
}

.index-show .wd1200 .show-contain .show-car .car-item:hover .info span {
    color: #fff;
}

.index-show .wd1200 .show-contain .show-car .car-item:hover .info div {
    color: #fff;
}

.index-show .wd1200 .show-contain .show-car .car-item:hover .info strong {
    color: #fff;
}
/****             联系我们              ****/
.contact-contain {
    padding: 60px 0 115px;
}

.contact-contain .wd1200 {
    display: flex;
}

.contact-contain .wd1200 .map {
    margin-right: 39px;
}

.contact-contain .wd1200 .map #dituContent {
    width: 780px;
    height: 566px;
}

.contact-contain .wd1200 .contact-box {
    flex: 1;
    padding: 28px 30px;
    background-color: #f8f8f8;
}

.contact-contain .wd1200 .contact-box .title {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.contact-contain .wd1200 .contact-box .info {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.contact-contain .wd1200 .contact-box .ma {
    margin-top: 45px;
    text-align: center;
}

.contact-contain .wd1200 .contact-box .ma img {
    width: 190px;
}

.contact-contain .wd1200 .contact-box .ma div {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}
/****             联系我们              ****/
/****             车型展示              ****/
.show-show {
    padding: 60px 0 95px;
    background-color: #fff;
}

.show-show .wd1200 .show-nav {
    margin-top: 0;
}

.show-show .wd1200 .show-nav ul {
    justify-content: start;
}

.show-show .wd1200 .show-contain .show-car {
    justify-content: start;
    flex-wrap: wrap;
}

.show-show .wd1200 .show-contain .show-car .car-item {
    margin-bottom: 25px;
    margin-right: 2%;
	border: 1px solid #999;
	box-sizing: border-box;
}

.show-show .wd1200 .show-contain .show-car .car-item:nth-of-type(3n) {
    margin-right: 0;
}

#page {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page .next {
    width: 201px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    transition: 0.3s;
}

#page .next .icon2 {
    display: none;
}

#page .next .icon {
    transition: 0.3s;
}

#page .next span {
    font-size: 16px;
    color: #999;
    transition: 0.3s;
}

#page .next:hover {
    background-color: #ca0915;
    border: 1px solid #ca0915;
}

#page .next:hover .icon1 {
    display: none;
}

#page .next:hover .icon2 {
    display: block;
}

#page .next:hover span {
    color: #fff;
}

#page ul {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

#page ul li {
    margin-right: 10px;
}

#page ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px transparent;
}

#page ul li:last-child {
    margin-right: 0;
}

#page ul .li-active a {
    border: 1px solid #ca0915;
}

#page ul li:hover a {
    border: 1px solid #ca0915;
}
/****             车型展示              ****/
/****             新闻资讯              ****/
.new-contain {
    padding: 60px 0 115px;
    background-color: #fff;
}

.new-contain .wd1200 {
    display: flex;
}

.new-contain .wd1200 .new-box {
    flex: 1;
}

.new-contain .wd1200 .new-box .news-item {
    display: flex;
    padding-bottom: 30px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
}

.new-contain .wd1200 .new-box .news-item .time {
    margin-right: 30px;
    text-align: center;
}

.new-contain .wd1200 .new-box .news-item .time .big {
    font-size: 50px;
    color: #4d4d4d;
}

.new-contain .wd1200 .new-box .news-item .time .small {
    font-size: 16px;
    color: #808080;
}

.new-contain .wd1200 .new-box .news-item .ingo {
    flex: 1;
    padding-top: 10px;
}

.new-contain .wd1200 .new-box .news-item .ingo .title {
    font-size: 24px;
/*    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    transition: 0.3s;
}

.new-contain .wd1200 .new-box .news-item .ingo .heng {
    width: 20px;
    height: 2px;
    background-color: #ca0915;
}

.new-contain .wd1200 .new-box .news-item .ingo .intro {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-contain .wd1200 .new-box .news-item .ingo .more {
    display: block;
    margin-top: 27px;
    width: 120px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    background-color: #ca0915;
}

.new-contain .wd1200 .new-box .news-item:first-child {
    border-top: none;
    padding-top: 0;
}

.new-contain .wd1200 .new-box .news-item:hover .ingo .title {
    color: #ca0915;
    margin-left: 20px;
    font-weight: bold;
}

.new-contain .wd1200 .new-box .news-item:hover .ingo .more {
    background-color: #ffb123;
}

.new-contain .wd1200 .flac-box {
    width: 380px;
    margin-left: 39px;
}

.new-contain .wd1200 .flac-box .lump {
    background-color: #f8f8f8;
    padding: 30px;
    margin-bottom: 30px;
}

.new-contain .wd1200 .flac-box .lump .l-title {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.new-contain .wd1200 .flac-box .lump .l-title img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.new-contain .wd1200 .flac-box .lump .l-title span {
    font-size: 22px;
}

.new-contain .wd1200 .flac-box .lump .l-box {
    margin-top: 30px;
}

.new-contain .wd1200 .flac-box .lump .l-box .l-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.new-contain .wd1200 .flac-box .lump .l-box .l-item div {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background-color: #b3b3b3;
}

.new-contain .wd1200 .flac-box .lump .l-box .l-item .green {
    background-color: #ca0915;
}

.new-contain .wd1200 .flac-box .lump .l-box .l-item span {
    font-size: 16px;
    color: #666;
    transition: 0.3s;
}

.new-contain .wd1200 .flac-box .lump .l-box .lianxi-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.new-contain .wd1200 .flac-box .lump .l-box>p {
    line-height: 36px;
    color: #666;
    font-size: 16px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.new-box1 .l-box>p{
	padding-bottom:20px;
}
/****             新闻资讯              ****/
/****             新闻资讯-详情              ****/
.new-contain .wd1200 .new-article {
    flex: 1;
}

.new-contain .wd1200 .new-article .title {
    font-size: 24px;
    text-align: center;
}

.new-contain .wd1200 .new-article .time {
    margin-top: 15px;
    font-size: 16px;
    color: #808080;
    text-align: center;
}

.new-contain .wd1200 .new-article .line {
    margin-top: 23px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

.new-contain .wd1200 .new-article .body {
    padding: 40px 0;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: justify;
}

.new-contain .wd1200 .new-article .down {
    display: flex;
    justify-content: space-between;
}

.new-contain .wd1200 .new-article .down a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: 50px;
    line-height: 50px;
    transition: 0.3s;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.new-contain .wd1200 .new-article .down a .icon {
    transition: 0.3s;
    margin: 0 10px;
}

.new-contain .wd1200 .new-article .down a .icon2 {
    display: none;
}

.new-contain .wd1200 .new-article .down a span {
    font-size: 16px;
    color: #999;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 255px;
    height: 50px;
    white-space: nowrap;
}
/****             新闻资讯-详情              ****/
/****             车型展示-详情              ****/
.show-article {
    padding: 60px 0 115px;
    background-color: #f8f8f8;
}

.show-article .wd1200 .show-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-article .wd1200 .show-box .picture {
    width: 600px;
    height: 450px;
}

.show-article .wd1200 .show-box .picture img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.show-article .wd1200 .show-box .info {
    flex: 1;
    height: 450px;
    box-sizing: border-box;
    padding: 40px 55px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.show-article .wd1200 .show-box .info .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-article .wd1200 .show-box .info .top .name {
    font-size: 26px;
}

.show-article .wd1200 .show-box .info .top .price {
    font-size: 16px;
    color: #6f6f6f;
}

.show-article .wd1200 .show-box .info .top .price strong {
    font-size: 36px;
    color: #ca0915;
}

.show-article .wd1200 .show-box .info .intro {
    font-size: 16px;
    lighting-color: 32px;
    color: #808080;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.show-article .wd1200 .show-box .info .photo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-article .wd1200 .show-box .info .photo img {
    width: 150px;
    height: 112px;
    display: block;
    cursor: pointer;
    transition: 0.3s;
}

.show-article .wd1200 .show-box .info .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-article .wd1200 .show-box .info .bot .detail {
    width: 170px;
    height: 54px;
    border: solid 1px #999999;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    transition: 0.2s;
}

.show-article .wd1200 .show-box .info .bot .detail:hover {
    background-color: #ca0915;
    border: 1px solid #ca0915;
    color: #fff;
}

.show-article .wd1200 .show-detail {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.show-article .wd1200 .show-detail .detail-body {
    flex: 1;
    padding: 27px 30px;
    background-color: #fff;
}

.show-article .wd1200 .show-detail .detail-body .title {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.show-article .wd1200 .show-detail .detail-body .body {
    padding-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-align: justify;
}

.show-article .wd1200 .show-detail .detail-body .body img {
    max-width: 100%;
}

.show-article .wd1200 .show-detail .detail-hot {
    width: 380px;
    padding: 27px 30px;
    margin-left: 20px;
    background-color: #fff;
}

.show-article .wd1200 .show-detail .detail-hot .title {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box {
    margin-top: 30px;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item {
    display: block;
    margin-bottom: 20px;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item img {
    width: 100%;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info {
    height: 70px;
    line-height: 70px;
    display: flex;
    transition: 0.3s;
    align-items: center;
    justify-content: space-between;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info span {
    font-size: 16px;
    transition: 0.3s;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info div {
    font-size: 16px;
    color: #6f6f6f;
    transition: 0.3s;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info div strong {
    font-size: 30px;
    color: #ca0915;
    transition: 0.3s;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info {
    padding: 0 10px;
    background-color: #ca0915;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info span {
    color: #fff;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info div {
    color: #fff;
}

.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info strong {
    color: #fff;
}

.index-show-swiper .swiper-button-next {
    right: -2px;
    width: 38px;
    height: 66px;
    background-size: auto;
    background-image: url("../image/new_arrow_r.png");
}

.index-show-swiper .swiper-button-prev {
    left: -2px;
    width: 38px;
    height: 66px;
    background-size: auto;
    background-image: url("../image/new_arrow_l.png");
}
/****             车型展示-详情              ****/
/****             在线预约              ****/
.leave-contain {
    padding: 60px 0 115px;
    background-color: #f8f8f8;
}

.leave-contain .wd1200 .title {
    font-size: 24px;
    text-align: center;
}

.leave-contain .wd1200 .leave-box {
    margin-top: 50px;
}

.leave-contain .wd1200 .leave-box .l-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.leave-contain .wd1200 .leave-box .l-small .l-item {
    display: flex;
    align-items: center;
}

.leave-contain .wd1200 .leave-box .l-small .l-item span {
    font-size: 16px;
    margin-right: 20px;
}

.leave-contain .wd1200 .leave-box .l-small .l-item .input {
    width: 500px;
    height: 70px;
    background-color: #ffffff;
}

.leave-contain .wd1200 .leave-box .l-small .l-item .input input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-indent: 1rem;
}

.leave-contain .wd1200 .leave-box .l-big {
    display: flex;
}

.leave-contain .wd1200 .leave-box .l-big span {
    font-size: 16px;
    margin-right: 20px;
}

.leave-contain .wd1200 .leave-box .l-big .text {
    flex: 1;
    height: 230px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.leave-contain .wd1200 .leave-box .l-big .text textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.leave-contain .wd1200 .leave-box .l-send {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.leave-contain .wd1200 .leave-box .l-send button {
    display: block;
    width: 180px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 16px;
    margin-left: 20px;
    transition: 0.2s;
}

.leave-contain .wd1200 .leave-box .l-send .reset {
    background-color: #d5d5d5;
}

.leave-contain .wd1200 .leave-box .l-send .button {
    color: #fff;
    background-color: #ca0915;
}

.leave-contain .wd1200 .leave-box .l-send .reset:hover {
    color: #fff;
    background-color: #ffb123;
}

.leave-contain .wd1200 .leave-box .l-send .button:hover {
    background-color: #ffb123;
}
/****             在线预约              ****/

footer {
    background-color: #333;
}

footer  .wrap{
    width:100%;
    padding:0 20px;
    max-width:1660px; 
    position: relative;
    margin:0 auto;
    box-sizing:border-box;
}
.ftop{
    padding:50px 0;
    box-sizing:border-box;
    width:100%;
}

.fnav a{
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    padding:0 40px;
}
.fcen{
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding:50px 0;
    color: #fff;
}
.fbot{
    padding:50px 0;
    color: #fff;
    font-size:16px;
}
.fbot a{
    color: #fff;
    margin-left: 10px;
}
.fcenz{
    width:100%;

    display: flex;
    flex-wrap:wrap;
    justify-content:start;
}
.fcp1{
    font-size: 16px;
}
.fcp2{
    font-size: 34px;
    font-weight: 800;
    margin-top:20px;

}
.fcp3{
    font-size: 16px;
    margin-top:10px;
}
.fc2{
    padding:35px 0;
	padding-left:100px;
    font-size:18px;
    display: flex;
    flex-wrap:wrap;
    justify-content:start;
    box-sizing:border-box;
	
}
.fc2-1{
	min-width: calc((100% - 300px) / 2);
}
.fc2 p{
	width:calc(100% - 60px);
}
.fcimg{
    padding:10px;
    height: 40px;
    width:40px;
    border-radius: 50%;
    border:1px solid #fff;
    box-sizing:border-box;
}
.fc3{
    margin-left:100px;
    padding:35px 0;
    font-size:18px;
}
.fcp4{
    font-size:18px;
    line-height: 40px;
    margin-left: 15px;
    color: #fff;
}
.fceny{
    width:420px;
}
.fcy1{
    width:110px;
}
.fcy1 img{
    width:100%;
}
.fcy1p1{
    width:100%;
    text-align: center;
    padding:10px 0;
}
.ptkj{
    float:right;
}
.flogo{
	font-size:40px;
	color:#fff;
	font-weight:800;
}
@media(max-width:1500px){
	.fc2{
		max-width:30%;
		box-sizing: border-box;
	}
}
@media(max-width:1300px){
	
}
@media(max-width:1000px){
    .flogo{
        margin:0 auto;
		font-size: 30px;
    }
    .fbot{
        text-align: left;
        padding:20px 0;
    }
    .fnav{
        margin-top:30px;
		display: none;
    }
    .fcenz{
        width:100%;
        /* padding-bottom: 30px; */
        justify-content:space-between;
    }
	.fbot a{
		display: none;
	}
	.fbot span a{
		display: flex;
	}
	.fc2{
		display: flex;
		justify-content: flex-start;
		width:100%;
		max-width: 100%;
	}
	.fcp4{
		width:calc(100% - 60px)
	}
	.ptkj{
		float: none;
	}
	.fbot span{
		display: flex;
		margin-top:10px;
	}
}
@media(max-width:600px){
    .fcen{
        padding:30px 0;
    }
    .fc1{
        display: none;
    }
    .fc2,.fc3{
        margin:0;
    }
    .fc2{
        padding:10px 0;
    }
    .fcy1{
        width:100px;
    }
}