
/* CSS Document */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,F
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}



/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family:Microsoft YaHei,SimSun,Arial,SimHei; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
   
}
.canshuContent .car_but7{
    display: flex;
    justify-content: center;
}
/*服务网点 最新活动*/
.eventlisbox {border-bottom: 1px solid #ddd;margin-bottom: 10px; overflow: hidden;}
.eventlTitle {color: #bd1307;float: left;font-size: 18px;font-weight: normal;height: 36px;line-height: 36px;margin: 0 0 6px;padding: 0;}
.eventrmore {float: right; font-size: 13px; line-height: 36px;}
.eventrmore a {color: #bd1307;}


/**
 * Remove default margin.
 */

body {
    margin: 0;
  
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
  text-decoration:none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
video{
max-width: 100%
}
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
  outline:none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==========================================================================
   float
   ========================================================================== */
.clearBox{clear:both;}






@font-face {font-family: "iconfont";
  src: url('../font/iconfont-1506656070099.eot'); /* IE9*/
  src: url('../font/iconfont-1506656070099.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('../font/iconfont-1506656070099.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont-1506656070099.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iconfont707:before { content: "\e610"; }

.icon-phone-line:before { content: "\e6ed"; }

.icon-24xiaoshidianhua:before { content: "\e600"; }

.icon-weibo:before { content: "\e626"; }

.icon-you:before { content: "\e691"; }

.icon-fuwu:before { content: "\e602"; }

.icon-zhuce1:before { content: "\e64a"; }

.icon-zuobiao:before { content: "\e648"; }

.icon-caidan:before { content: "\e607"; }

.icon-arrowDown:before { content: "\e603"; }

.icon-sousuo:before { content: "\e612"; }

.icon-tubiaozhizuomoban:before { content: "\e63a"; }

.icon-rightjiantou:before { content: "\e635"; }

.icon-denglu:before { content: "\e652"; }

.icon-shang1:before { content: "\e601"; }

.icon-fangxiangpan:before { content: "\e606"; }

.icon-erweima:before { content: "\e604"; }

.icon-play:before { content: "\e616"; }

.icon-zhuce:before { content: "\e642"; }

.icon-rightjiantou-copy:before { content: "\e6ee"; }

.icon-iconfont707-copy:before { content: "\e6ef"; }

.icon-arrowDown-copy:before { content: "\e6f0"; }

.icon-arrowDown-copy1:before { content: "\e6f1"; }

.icon-arrowDown-copy-copy:before { content: "\e6f2"; }










body {margin:0;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;} 
table,td,tr,th{font-size:12px;} 
h1,h2,h3,h4,h5,h6{font-weight:200;} 
address,cite,code,em,th {font-weight:normal; font-style:normal;} 
body, html{
  font-size: 14px;
}
*{
  margin: 0;
  padding: 0;
}
body.index_body *{

  color: #4b4848;
}
.header *{
color: #4b4848;
}
ul,ol{
  list-style: none;
}
img{
  max-width: 100%;
  display:block;
  height: auto;
}
.newsList li .newsListImg img{
  height:88px;
}
.main-view img{
  display:block;
}
.top_banner>img{
  display:block;
}
a{
  outline: none;
  blr:expression(this.onFocus=this.blur());
}
a:focus{
  outline: none;
}
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden
}
.clearfix{
  *+height:1%;
}

.announcement{
    display:none !important;
}

.SaboutSpeechC img{
max-width: 100%;
height: auto!important;
}


/* header */


.header{
        z-index: 9999999999;
  position: relative;
width:100%;
background-color:#fff;
}
.head_wapper{
  padding: 14px 2% 0;
}
.head_wapper .logo{
  padding-top: 23px;
  float: left;
position: relative;
z-index: 9
}
.head_main{
  margin-left: 17.8%;
  width: 47%;
}
.head_main .nav li{
  float: left;
  width: 18%;
  position: relative;
}
.head_main .nav li a{
  text-align: center;
  display: block;
  padding: 56px 0 17px;
  font-size: 16px;
}
.head_main .nav li:after{
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #c2201f;
}
.head_main .nav li.cur:after{
  width: 100%;
}
.head_main .nav li.cur a{
  color: #c2201f;
}
.head_r{
  /*width: 31%;*/
  float: right;
  position: relative;
}
.head_r form, .head_r .head_r_b{
  margin-right: 96px;
  text-align: right;
}
.head_r form{
  width: 233px;
  height: 24px;
  border: 1px solid #cbc6c8;
  border-radius: 12px;
  position: relative;
  margin-bottom: 23px;
  margin-left: auto;
}
.head_r form input{
  outline: none;
  border: none;
  display: block;
  padding-left: 20px;
  box-sizing: border-box;
  background: none;
  height: 24px;
  font-size: 12px;
  margin-right: 30px;
  width: 200px;
  color: #cbc6c8;
}
.head_r form button{
  position: absolute;
  right: 10px;
  border: none;
  top: 0px;
  height: 24px;
  font-size: 20px;
  background: none;
  color: #cbc6c8;
}
.head_r .login{
  float: right;
  position: absolute;
  font-size: 34px;
  right: 0;
  bottom: -11px;
  display:none ;
}
.head_r .login i.icon_user{
  font-size: 28px;
  color: #4c4a48;
  display: block;
  cursor: pointer;
  padding-bottom: 20px;
}

.head_r .login .login_con{
  position: absolute;
  width: 170px;
  right: 0;
  z-index: 10;
  display: none;
}
.head_r .login .login_con{
  background-color: #fff;
}
.head_r .login .login_con a{
  display: block;
  padding: 20px 16px 20px 22px;
  border-top: 1px solid #cbc6c8;
  font-size: 14px;
}
.head_r .login .login_con a p{
  float: left;
  line-height: 20px;
}
.head_r .login .login_con a i{
  font-size: 20px;
  float: right;
}
.head_r .login .login_con a:hover p, .head_r .login .login_con a:hover i{
  color: #c2201f;
}





.head_r .head_r_b .head_r_b_l li{
  float: left;
  position: relative;
  margin-left: 20px;
}
.head_r .head_r_b .head_r_b_l li a{
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: #c2201f;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
     -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
       -o-transition: color 0.3s;
}
.head_r .head_r_b .head_r_b_l li a i{
  color: #c2201f;
  font-size: 14px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
     -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
       -o-transition: color 0.3s;
  float: right;
}
.head_r .head_r_b .head_r_b_l li a:hover, .head_r .head_r_b .head_r_b_l li a:hover i{
  color: #4b4848;
}
.head_r .head_r_b .head_r_b_l li.club a{
  padding-left: 43px;
  background: url(../image/huaihuai.gif) no-repeat;
}
.head_r .head_r_b .head_r_b_l li.distributor i{
  font-size: 20px;
  margin-right: 5px;
  float: left;
}
.head_r .head_r_b .head_r_b_l li .language_sec{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 15;
  background-color: #fff;
}
.head_r .head_r_b .head_r_b_l li .language_sec a{
  display: block;
  text-align: center;
}




.nav_rr{
  position: fixed;
  bottom: 15%;
  bottom: 200px;
  z-index: 999999999999;
  right: 0;
}
.nav_rr ul li{
  width: 62px;
  padding: 5px 0;


  background-color: #b00e16;
  margin-bottom: 2px;
  min-height: 40px;
  text-align: center;
  margin-left: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;


}
.nav_rr ul li.gotop{
  line-height: 40px;

  background: url(../image/go-top.png) center no-repeat;
  background: url(../image/arr_t.png) center no-repeat;
  background-size: 20px;

  background-color: #b00e16;
}
.nav_rr ul li:hover{
  background-color: rgba(0,0,0,0.8);
  width: 92px;
}
.nav_rr ul li.gotop:hover{
  width: 62px;
}
.nav_rr ul li i{
  font-size: 20px;
  color: #fff;
  display: block;
}
.nav_rr ul li.gotop i{
  opacity: 0;
  font-size: 27px;
  font-weight: bold;
}
.nav_rr ul li p{
  font-size: 12px;
  color: #fff;
}



.nav_con_pc{
  position: absolute;
  left: 0;
  width: 100%;
  /*padding: 14px 2% 14px;*/
  box-sizing: border-box;
  /*background-color: #fff;*/
  z-index: 11;
  top: 100%;
}
.nav_con_pc:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #fff;
  transition: height .5s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: height .5s cubic-bezier(0.28, 0.11, 0.32, 1);
     -moz-transition: height .5s cubic-bezier(0.28, 0.11, 0.32, 1);
      -ms-transition: height .5s cubic-bezier(0.28, 0.11, 0.32, 1);
       -o-transition: height .5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.nav-inner{
 display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
  transition: opacity .5s cubic-bezier(.52,.08,.18,1), transform .5s cubic-bezier(.52,.08,.18,1);
  -webkit-transition: opacity .5s cubic-bezier(.52,.08,.18,1), transform .5s cubic-bezier(.52,.08,.18,1);
     -moz-transition: opacity .5s cubic-bezier(.52,.08,.18,1), transform .5s cubic-bezier(.52,.08,.18,1);
      -ms-transition: opacity .5s cubic-bezier(.52,.08,.18,1), transform .5s cubic-bezier(.52,.08,.18,1);
       -o-transition: opacity .5s cubic-bezier(.52,.08,.18,1), transform .5s cubic-bezier(.52,.08,.18,1);
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
     -moz-transition-delay: .2s;
      -ms-transition-delay: .2s;
       -o-transition-delay: .2s;
  padding: 0;
}

.nav_con_pc.cur:after{
  height: 100%;
  border-top: 1px solid #d3d2d2;
  border-bottom: 1px solid #d3d2d2;
}
.nav_con_pc.cur .nav-inner{
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
}
.nav_con_pc .nav-inner.block{
 display: block;
  height: auto;
  padding: 14px 2% 14px;
}
.nav_con_pc .nav-inner.nav_er_con.block{
  padding-top: 35px;
  padding-bottom: 44px;
}

/* car */
.car_category ul li{
  float: left;
  width: 33.3333%;
  border-bottom: 2px solid #d0d0d0;
  /*overflow: hidden;*/
  position: relative;
}
.car_list{
  display: none;
}
.car_category ul li i, .car_list .car_er ul li i{
  position: absolute;
  font-size: 12px;
  color: #626262;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font-size: 16px;
}
.car_category ul li:after, .car_list .car_er ul li:after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #c2201f;
  transition: width .5s cubic-bezier(.52,.08,.18,1);
  -webkit-transition: width .5s cubic-bezier(.52,.08,.18,1);
     -moz-transition: width .5s cubic-bezier(.52,.08,.18,1);
      -ms-transition: width .5s cubic-bezier(.52,.08,.18,1);
       -o-transition: width .5s cubic-bezier(.52,.08,.18,1);
}
.car_list .car_er ul li:after{
  bottom: -1px;
  height: 1px;
}
.car_category ul li a, .car_list .car_er ul li a{
  display: block;
  width: 100%;
  line-height: 54px;
  position: relative;
  text-align: center;
  font-size: 18px;
}
.car_list .car_er{
  float: left;
  width: 255px;
  padding-top: 3px;
}
.car_list .car_er ul li{
  border-bottom: 1px solid #d0d0d0;
  /*overflow: hidden;*/
  position: relative;
}
.car_list .car_er ul li:hover:after, .car_list .car_er ul li.cur:after, .car_category ul li:hover:after, .car_category ul li.cur:after{
  width: 100%;
}
.car_list .car_er ul li a{
  text-align: left;
  font-size: 16px;
}
.car_list .car_er ul li.cur a, .car_list .car_er ul li:hover a, .car_category ul li:hover a, .car_category ul li.cur a{
  color: #c2201f;
}

.car_list .car_thr{
  margin-left: 260px;
}
.car_list .car_thr ul{
  padding: 20px 0;
  display: none;
}
.car_list .car_thr ul li{
  float: left;
  width: 18%;
  margin: 0 1% 5px;
}
.car_list .car_thr ul li .car_car, .car_list .car_thr ul li .car_car_b{
  /*max-width: 193px;
  margin: 0 auto;*/
}
.car_list .car_thr ul li .car_car a, .car_list .car_thr ul li .car_car img{
  display: block;
  margin: 0 auto;
width:100%
}
.car_list .car_thr ul li .car_car{
  position: relative;
  transition: top .5s;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -ms-transition: top .5s;
  -o-transition: top .5s;
  top: 0px;
}
.car_list .car_thr ul li:hover .car_car{
  top: -6px;
}
.car_list .car_thr ul li .car_car_b .car_car_b_t{height: 27px;}
.car_list .car_thr ul li .car_car_b .car_car_b_t, .car_list .car_thr ul li .car_car_b .car_car_b_b{
  letter-spacing: -7px;
  text-align: center;
}
.car_list .car_thr ul li .car_car_b .car_car_b_t span{
  display: inline-block;
  width: 100% !important;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  word-wrap: break-word !important;
}
.car_list .car_thr ul li .car_car_b .car_car_b_t span.car_price{
  /*float: right;*/
  font-size: 12px;
  display:none;
}
.car_list .car_thr ul li .car_car_b .car_car_b_b{
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.52,.08,.18,1);
  -webkit-transition: opacity .5s cubic-bezier(.52,.08,.18,1);
     -moz-transition: opacity .5s cubic-bezier(.52,.08,.18,1);
      -ms-transition: opacity .5s cubic-bezier(.52,.08,.18,1);
       -o-transition: opacity .5s cubic-bezier(.52,.08,.18,1);
}
.car_list .car_thr ul li:hover .car_car_b .car_car_b_b{
  visibility: inherit;
  opacity: 1;
}
.car_list .car_thr ul li .car_car_b .car_car_b_b a{

/*  width: 45%;*/
  text-align: center;
  /*float: left;*/
  display: inline-block;
  padding: 5px 16px;
font-size: 12px;
  border: 1px solid #d0d0d0;
  background-color: transparent;
  transition: border-color .5s cubic-bezier(.52,.08,.18,1), color .5s cubic-bezier(.52,.08,.18,1), background-color .5s cubic-bezier(.52,.08,.18,1);
  -webkit-transition: border-color .5s cubic-bezier(.52,.08,.18,1), color .5s cubic-bezier(.52,.08,.18,1), background-color .5s cubic-bezier(.52,.08,.18,1);
     -moz-transition: border-color .5s cubic-bezier(.52,.08,.18,1), color .5s cubic-bezier(.52,.08,.18,1), background-color .5s cubic-bezier(.52,.08,.18,1);
      -ms-transition: border-color .5s cubic-bezier(.52,.08,.18,1), color .5s cubic-bezier(.52,.08,.18,1), background-color .5s cubic-bezier(.52,.08,.18,1);
       -o-transition: border-color .5s cubic-bezier(.52,.08,.18,1), color .5s cubic-bezier(.52,.08,.18,1), background-color .5s cubic-bezier(.52,.08,.18,1);
  letter-spacing: 0;
margin:0 3.5px;
}
.car_list .car_thr ul li .car_car_b .car_car_b_b a.test_drive{
/*  float: right;*/
}
.car_list .car_thr ul li .car_car_b .car_car_b_b a:hover{
  background-color: #c2201f;
  color: #fff;
  border-color: #c2201f;
}

.nav_er_con{
  max-width: 1186px;
  margin: 0 auto;
}
.nav_er_con .nav_er_l{
  float: left;
  max-width: 254px;
  width: 22%;
}
.nav_er_con .nav_er_l .nav_er_list h5{
  position: relative;
  border-bottom: 1px solid #d0d0d0;
}
.nav_er_con .nav_er_l .nav_er_list h5 i{
  position: absolute;
  font-size: 14px;
  top: 50%;
  margin-top: -7px;
  right: 0;
  color: #dadde1;
  font-size: 16px;
}
.nav_er_con .nav_er_l .nav_er_list h5 a, .nav_er_con .nav_er_l .nav_er_list h5 span{
  font-size: 16px;
  color: #4b4949;
  line-height: 46px;
  display: block;
    font-weight: 200;
}
.nav_er_con .nav_er_l .nav_er_list h5 a:hover{
  color: #c2201f;
}
.nav_er_con .nav_er_l .nav_er_list ul{
  padding: 10px 0 10px 34px;
}
.nav_er_con .nav_er_l .nav_er_list ul li a{
  font-size: 14px;
  color: #9c9c9c;
  line-height: 24px;
}
.nav_er_con .nav_er_l .nav_er_list ul li a:hover{
  color: #c2201f;
}
.nav_er_con .nav_er_r{
  float: right;
  max-width: 715px;
  width: 61%;
}

.head_phone{
  display: none;
}





/* foot */

.section.foot{
border-top: 1px solid #e3e3e3;
}
.foot .foot_t{
  padding: 30px 3% 20px; 
}
.foot .foot_t .foot_t_l{
  float: left;
}
.foot .foot_t .foot_t_l dl{
  float: left;
  min-width: 90px;
  margin-right: 30px;
}
.foot .foot_t .foot_t_l dl.foot_t_l_last{
  margin-right: 0;
}
.foot .foot_t .foot_t_l dl.foot_t_l_last a{
  border-right: 0;
}
.foot .foot_t .foot_t_l dl dt a, .foot .foot_t .foot_t_l dl dt span{
  font-size: 14px;
  color: #232323;
  margin-bottom: 14px;
  height: 17px;
  position: relative;
  border-right: 3px solid #c2201f;
  display: block;
}
.foot .foot_t .foot_t_l dl dt a:hover{
color:#c2201f
}
.foot .foot_t .foot_t_l dl dd{
  margin-bottom: 10px
}
.foot .foot_t .foot_t_l dl dd a{
  font-size: 12px;
  transition: color .5s ease;
  -webkit-transition: color .5s ease;
     -moz-transition: color .5s ease;
      -ms-transition: color .5s ease;
       -o-transition: color .5s ease;
  color: #8a8a8a;
}
.foot .foot_t .foot_t_l dl dd a:hover{
  color: #c2201f;
}
.foot .foot_t .foot_t_r{
  float: right;
}
.foot .foot_t .foot_t_r ul{
  margin-bottom: 16px;
}
.foot .foot_t .foot_t_r ul li{
  float: left;
  margin-right: 35px;
}
.foot .foot_t .foot_t_r ul li a{
  font-size: 14px;
  color: #8a8a8a;
}
.foot .foot_t .foot_t_r ul li a:hover{
  color: #c2201f;
}
.foot .foot_t .foot_t_r ul li.url{
  margin-right: 0;
  position: relative;
  margin-top: -5px;
}
.foot .foot_t .foot_t_r ul li.url a.url_frid{
  display: block;
  width: 145px;
  text-align: center;
  height: 26px;
  border: 1px solid #d0d0d0;
  position: relative;
  line-height: 26px;
  font-size: 14px;
  padding-right: 10px;
}
.foot .foot_t .foot_t_r ul li.url a.url_frid i{
  position: absolute;
  right: 7px;
  font-size: 9px;
  color: #d0d0d0;
}
.foot .foot_t .foot_t_r ul li.url div{
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
background-color:#fff;
z-index:9;
    border: 1px solid #d0d0d0;
border-top:0;
box-sizing: border-box
}
.foot .foot_t .foot_t_r ul li.url div a{
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
}
.foot .foot_t .foot_t_r .share{
  float: right;
}
.foot .foot_t .foot_t_r .share div{
  display: inline-block;
  margin-left: 30px;
  line-height: 22px;
  font-size: 14px;
  color: #8a8a8a;
}
.foot .foot_t .foot_t_r .share div a{
  font-size: 14px;
  color: #8a8a8a;
  display: block;
  line-height: 22px;
}
.foot .foot_t .foot_t_r .share div a:hover, .foot .foot_t .foot_t_r .share div.weixin:hover{
  color: #c2201f;
}
.foot .foot_t .foot_t_r .share div i{
  font-size: 22px;
  color: #c2201f;
  display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.foot .foot_t .foot_t_r .share div.weixin{
  position: relative;
  cursor: pointer;
}
.foot .foot_t .foot_t_r .share div.weixin img{
  position: absolute;
  width: 100px;
  top: -100px;
  left: 50%;
  margin-left: -50px;
  display: none;
}
.line{
  border-top: 1px solid #a5a3a3;
  border-bottom: 1px solid #c4c1c2;
}
.foot_b{
  text-align:center;
  padding: 15px 3% 20px;
}
.foot_b .foot_b_l{
  /*float: left;*/
  font-size: 12px;
  line-height: 50px;
}
.foot_b .foot_b_r{
  /*float: right;*/
  font-size: 12px;
  line-height: 50px;
}
.foot_b .foot_b_r i{
  font-size: 46px;
  vertical-align: middle;
  color: #c2201f;
  margin-right: 10px;
}
.section.foot_mob{
  display: none;
}




/* 1480 */
@media screen and (max-width:1480px){
.car_list .car_thr ul li{
  width: 23%;
}

}



/*1280*/
@media screen and (max-width:1280px){

.head_main{
  margin-left: 12%;

  margin-left: 19%;
width: 38%;
}
.foot_b .foot_b_l, .foot_b .foot_b_r{
  float: none;
  text-align: center;
  line-height: 24px;
}
.foot_b .foot_b_l a{
color:#000;
}
.foot_b .foot_b_r i{
  font-size: 20px;
}

}

.head_wapper .logo_r_s7{
	max-width: 240px;
width: 11%;
}
.head_wapper .logo_r_s7 img{
max-width:100%;
display: block;
}

@media screen and (max-width:1285px){
.head_wapper .logo_r_s7{
width:130px;
}
}
@media screen and (max-width:1100px){
.head_wapper .logo_r_s7{
width:130px;
}
}

/**/
@media screen and (max-width:1170px){

.car_list .car_thr ul li{
  width: 31.33333333333333%;
}

}

@media screen and (max-width:1080px){


.head_main{
  width: 40%;


  width: 38%;
}


}


@media screen and (max-width:1025px){
.head_main{
width: 40%;
margin-left: 13%;
}
.head_wapper .logo_r_s7{
display: none;
}

}


@media screen and (max-width:950px){
.head_main{
  margin-left: 104px;
}

}



@media screen and (max-width:750px){

.section .main .h3 h3{
  width: 2.6rem;
}
.section .main .h3 h3 p{
  font-size: 0.36rem;
}
.section .main .h3 span{
  font-size: 0.24rem;
}







.nav_con_pc, .head_wapper{
  display: none;
}
.head_phone{
  display: block;
  padding: 0.22rem;
  position: relative;
}

.head_phone:before{
	content: "";
	right: 1.8rem;
	top: 0.4rem;
	position: absolute;
	width: 1.34rem;
	height: 0.26rem;
/*	background: url(../images/chunjie/chunjie.png) no-repeat;*/
	background-size: 100% auto;
}

.nav_rr{
  display: none;
}


.head_phone .logo_mob{
  float: left;
/*  width: 1.17rem;*/
  width: 3.5rem;
}
.head_phone .logo_mob img{
width: 100%;
display:block;
}
.head_phone .head_phone_r{
  /*float: right;*/
  position: absolute;
  right: 0.22rem;
  bottom: 0;
  padding-bottom: 0.25rem;
}
.head_phone .head_phone_r .add_mob, .head_phone .nav_mob{
  display: inline-block;
  margin-left: 0.2rem;
}
.head_phone .head_phone_r .add_mob i, .head_phone .nav_mob a.iconfont.icon-nav{
  font-size: 0.48rem;
  display: block;
}

.head_phone .nav_mob{
  /*position: relative;*/
}
.head_phone .nav_mob a{
  font-size: 0.48rem;
}
.head_phone .nav_con_mob{
  position: absolute;
  left: 40%;
  width: 60%;
  top: 100%;
  z-index: 99;
  background-color: #fff;
  border-top: 1px solid #c5c5c5;
  box-sizing: border-box;
  display: none;
}
.nav_con_mob > ul{
  padding: 0.2rem 0.43rem 0.32rem;
}
.nav_con_mob > ul > li{
  border-bottom: 1px solid #4c4848;
}
.nav_con_mob > ul > li > a{
  font-size: 0.30rem;
  display: block;
  line-height: 0.9rem;
  position: relative;
  color: #4c4848;
}
.nav_con_mob > ul > li > a i{
  position: absolute;
  font-size: 0.32rem;
  right: 0;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
     -moz-transition: transform 0.3s;
      -ms-transition: transform 0.3s;
       -o-transition: transform 0.3s;
  /*top: 50%;
  margin-top: -0.16rem;*/
}
.nav_con_mob > ul > li.cur > a i{
  transform-origin: center;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
}
.nav_con_mob > ul > li ul{
  border-top: 1px solid #4c4848;
  padding: 0.2rem 0 0.2rem 0.9rem;
  display: none;
}
.nav_con_mob > ul > li ul li{
  border-bottom: 1px solid #4c4848;
}
.nav_con_mob > ul > li ul li:last-child{
  border-bottom: 0;
}
.nav_con_mob > ul > li ul li a{
  display: block;
font-size: 0.24rem;
  line-height: 0.78rem;
}
.nav_con_mob_b{
  background-color: #4b4949;
}
.nav_con_mob_b ul{
    display: flex;
    justify-content: space-around;
}
.nav_con_mob_b ul li{
    flex-shrink: 0;
    width: 25%;
}
/* .nav_con_mob_b ul li{
  float: left;
  width: 33.333%;
  text-align: center;
} */
.nav_con_mob_b ul li:nth-of-type(4){
    background: #343233;
    width: 30%;

}
.nav_con_mob_b ul li:nth-of-type(4) a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_con_mob_b ul li:nth-of-type(4) img{
    width: .54rem;
}
.nav_con_mob_b ul li a{
  display: block;
  color: #fff;
  padding: 0.26rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_con_mob_b ul li a i{
  margin-bottom: 0.1rem;
  font-size: 0.5rem;
  color: #fff;
  display: block;
}
.nav_con_mob_b ul li a p{
  color: #fff;
    width: 50%;
    white-space: normal;
    font-size: 0.1rem;
}







.foot .foot_t, .foot_b{
  width: 70%;
  display: none;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.foot .foot_t .foot_t_l dl{
  width: 50%;
}

.section.foot{
display:none
}
.section.foot_mob{
margin-top:0.3rem;
  border-top: 1px solid #a5a3a3;
  display: block;
}
.section.foot_mob .foot_mob_t, .section.foot_mob .foot_mob_m{
  padding: 0.43rem 5%;
}
.section.foot_mob .foot_mob_t{
  border-bottom: 1px solid #a5a3a3;
}
.section.foot_mob .foot_mob_t .foot_mob_t_t li{
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: 0.38rem;
  padding-left: 0.22rem;
  box-sizing: border-box;
}
.section.foot_mob .foot_mob_t .foot_mob_t_t li:nth-of-type(2n){
  /*float: right;*/
  text-align: right;
}
.section.foot_mob .foot_mob_t .foot_mob_t_t li:nth-of-type(2n):after {
    left: auto;
    right: 1.7rem;
}
.section.foot_mob .foot_mob_t .foot_mob_t_t li:after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 0.17rem;
  margin-top: -0.09rem;
  background-color: #c91e27;
  width: 0.03rem;
}
.section.foot_mob .foot_mob_t .foot_mob_t_t li a{
  display: block;
  line-height: 1.5;
  font-size: 0.3rem;
}
.section.foot_mob .foot_mob_t .law{
  position: relative;
}
.section.foot_mob .foot_mob_t .law span{
  display: block;
  font-size: 0.24rem;
  padding: 0.16rem 0 0.16rem 0.24rem;
  border: 1px solid #a5a3a3;
  position: relative;
}
.section.foot_mob .foot_mob_t .law span i{
  position: absolute;
  font-size: 0.18rem;
  top: 50%;
  right: 0.2rem;
  margin-top: -0.09rem;
  color: #4c4848;
}
.section.foot_mob .foot_mob_t .law span.cur{
  background-color: #a5a3a3;
  color: #fff;
}
.section.foot_mob .foot_mob_t .law span.cur i{
  color: #fff;
}
.section.foot_mob .foot_mob_t .law ul{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #a5a3a3;
  /*border-left: 1px solid #a5a3a3;
  border-right: 1px solid #a5a3a3;*/
  box-sizing: border-box;
  display: none;
}
.section.foot_mob .foot_mob_t .law ul li{
  border-bottom: 1px solid #fff;
}
.section.foot_mob .foot_mob_t .law ul li a{
  padding: 0.16rem 0 0.16rem 0.24rem;
  font-size: 0.24rem;
  display: block;
  color: #fff;
}

.section.foot_mob .foot_mob_m .foot_mob_m_l{
  float: left;
  font-size: 1.2rem;
  color: #c91e27;
}
.section.foot_mob .foot_mob_m .foot_mob_m_r{
  float: right;
}
.section.foot_mob .foot_mob_m .foot_mob_m_r ul li{
  font-size: 0.26rem;
  line-height: 0.38rem;
}

.foot_mob_b{
  font-size: 0.18rem;
  background-color: #4c4848;
  color: #8a8a8a!important;
  padding: 0.26rem 0.1rem;
  text-align: center;
}
.foot_mob_b a{
color: #8a8a8a!important;
}




}





.page_wap{
    font-size: 18px;
    text-align: center;
    padding: 20px 0 5px;
}

.page_wap a{
margin: 0 5px!important;
}






.head_wapper .content{
display:none;
}