@charset "utf-8";
/* 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('../fonts/iconfont.eot?t=1506656070099'); /* IE9*/
  src: url('../fonts/iconfont.eot?t=1506656070099#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('../fonts/iconfont.ttf?t=1506656070099') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg?t=1506656070099#iconfont') 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(../index/images/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(/r/cms/www/red/images/go-top.png) center no-repeat;
  background: url(/r/cms/www/red/images/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;
}
@charset "utf-8";
/* CSS Document */

/*全局样式*/
.RDcenter{width: 1100px;margin:0px auto; position:relative;}
/*<!-- slideBanner -->*/
#mfpSlide{height: 570px;width: auto;position: relative;min-width: 990px;}
/*#mfpSlide{height: 420px;width: 1190px;;min-width: 990px;background: red;margin: 0 auto}*/
#mfpSlide #mfpSlide_con{margin:0px;padding:0px;}
#mfpSlide #mfpSlide_con .slideCon {height: 570px;width:80% !important;position: absolute;top:0;left:0;right:0;margin:auto;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter {width: 100%;height: 466px;margin: 0 auto;position: relative;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .hiddenAd{width: 760px;height: 210px;position: absolute;left:240px;top:-40px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .link{width: 1000px;height: 570px;display: block;position: absolute;left:0px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd{width: 190px;height:390px;position: absolute;top:15px;right:0px;background: black;z-index:3}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd li{float: left;position: relative;height: 130px;width: 190px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd li s{width: 170px;height: 1px;background: #D9CFCD;display: block;position: absolute;bottom: 0px;left: 10px;}
#mfpSlide #mfpSlide_nav {display: block;height: 8px;width: 370px;position: absolute;left:34%;bottom: 0px;z-index:3;margin:0px;padding:0px;}
#mfpSlide #mfpSlide_nav li{float: left;display: block;width: 64px;height: 8px;background: #999999;cursor: pointer;margin: 0 4px; overflow:hidden}
#mfpSlide #mfpSlide_nav li.hover{background: #000000}
/*#mfpSlide #mfpSlide_con li .slideCenter a{display: block;width: 755px;height: 420px;background: yellow;margin-left:240px;position: absolute;}*/
.brandWordImgShow #mfpSlide #mfpSlide_con .slideCon .slideCenter a.link{
height:100%;
width:100%;
}


/*#mfpSlide #slidebox{width: 1190px;height: 420px;margin: 0 auto;position: relative;background: silver;opacity: 0.2}*/

/*#mfpSlide #mfpSlide_nav{position: absolute;}*/
/*#mfpSlide #mfpSlide_nav*/
.RDbanner{height:570px;}
.RDpublickheader{width:100%; position:relative; z-index:1330;}
.RDheader{background:#4f5864; height:33px;position:relative; z-index:200;}
.RDheader2{ background:#f5f5f5;}
.RDlogo{height:28px; width:214px;margin-top:28px; display:block;float:left;margin-left:20px;}
.RDheaderLeft{float:left;margin-left:10px;width:68px;font-size:14px; background:#d0cdcd;margin-top:5px; }
/*.RDheaderLeft select{background:url(../images/headerXiala.png) no-repeat 58px 11px;border-color:#d0cdcd; border:1px;width:88px;height:24px;}
.RDheaderLeft select option{ background:#d0cdcd;width:68px;padding:0;}*/
.RDheaderLeft div{ position:relative;height:24px;z-index:100;}
.RDheaderLeft span{color:#4f5864;font-size:12px; display:block;height:24px;line-height:24px;padding-left:10px;margin:0px;background:url(../images/headerXiala.png) no-repeat 58px 11px;}
.RDheaderLeft ul{ position:absolute;top:24px;left:0px;margin:0px;padding:0px;width:100%;height:auto;left:0px; display:none;}
.RDheaderLeft ul li{ list-style:none;height:24px;line-height:24px;color:#4f5864;font-size:12px;padding-left:10px; background:#d0cdcd;}
.RDheaderLeft ul li a{color:#4f5864;}
.RDheaderLeft ul.RDheaderLeftFocus{ display:block;}
.RDheaderRight{float:right;margin:5px 0 0 0;padding:0px;}
.RDheaderRight li{color:#dddddd; list-style:none;font-size:11px;float:left;margin-left:13px;height:24px;line-height:24px;}
.RDheaderRight li a{color:#dddddd;}
.RDheaderRight li a:hover{color:#ae251b;}
.RDheaderRight li.yuyanChange{ background:url(../images/yuyanBg.png) no-repeat left center;padding-left:12px;width:54px;}
.RDheaderRight li.yuyanChange div{ display:none;background:#4F5864;width:74px;margin-left:-14px;text-align:center;}
.RDheaderRight li.yuyanChange div a{ display:block;color:#fff;}
.RDheaderRight li.yuyanChange div a:hover{color:#ae251b;}
.searchText{ background:#d0cdcd;width:165px;padding:0px 0px 0px 5px;border:0;color:#4f5864;height:24px;line-height:24px;display:block;float:left;}
.searchBtn{ background:url(../images/searchBtn.png) no-repeat;width:16px;height:17px;padding:0px;border:0;margin-left:10px; display:block;float:left;margin-top:5px;}
/*RDnav*/
.RDnav{height:47px;width:450px; float:right;margin:26px 0px 0px 0px; }
.RDnav li{ list-style:none;float:left;/*height:47px;*/line-height:50px;margin-left:20px; position:relative;}
.RDnav li a{/*height:39px;*/line-height:45px;color:#040000; display:block;font-size:14px; background:url(../images/xiangxiaJiantou.png) center right no-repeat;padding-right:15px;}
.RDnav li.RDnavFocus a{color:#ae251b;}
.RDnav li a:hover{color:#ae251b;}
.RDnav li .RDnavXiala{ position:absolute;top:47px;width:875px; background:#fff;left:-700px;padding-bottom:100px; display:none;}
.fuwuXiala dl{float:left;margin:35px 0 0 0;padding:0px;font-size:12px;}
.pxBorder{border-bottom:1px solid #f3f3f3;height:200px;}
.pxBorder .ll_navigation{margin-top:20px;}
.pxBorder .ll_navigation dt{border-bottom:0px;}
.fuwuXiala dl dt{margin:0px;padding:0px 0px 16px 41px;height:37px;line-height:37px;border-bottom:1px solid #f3f3f3;font-size:14px;}
.RDnav li .fuwuXiala dl a{ background:none;padding:0px; display:inline;font-size:12px;line-height:26px;height:26px;}
.fuwuXiala dl dd{margin:0px;padding:0px;line-height:26px;height:26px;font-size:12px;padding-left:103px; background:url(../images/indexDian_02.png) no-repeat 80px center;}
.fuwuXiala dl.fuwuXialaShow dd{ visibility:visible;}
.fuwuXiala dl dt img{ display:block;float:left;padding-right:14px;}
.RDnav li .fuwuwangdian{float:right;width:170px;height:113px;margin-top:45px;margin-right:110px;}
.RDnav li .fuwuwangdian p{margin:10px 0 0 0;padding:0px;line-height:26px;height:26px; text-align:center;color:#ffffff;font-size:14px; background:#4f5864;}
.RDnav li .fuwuwangdian p a{ font-size:16px !important;}
.RDnav li .fuwuwangdian a img{ display:block;width:170px;height:113px;}
.RDnav li .fuwuwangdian a{ height:auto;line-height:26px; background:none;color:#ffffff;}
.fuwuXiala table{width:425px;margin-left:40px;margin-top:20px;}
.fuwuXiala table th{color:#060001;font-size:24px; text-align:left;font-weight:100;line-height:80px;}
.fuwuXiala table th em{color:#cc0000;font-size:48px;}
.fuwuXiala table td{color:#0f0303;font-size:14px;line-height:30px;}
.RDnavXialaSanjiao{ position:absolute; display:block;left:80%;top:-15px;}

/*品牌中心下拉*/
.RDnav li .pinpaizhongxin{width:1070px;padding:0px 0 2px 0;left:-650px;}
.RDnav li .pinpaizhongxin .RDnavXialaSanjiao{left:61%;}
.RDnav li .pinpaizhongxin .baohanDiv{width:936px; position:relative;margin:0px auto; background:#fff;}
.RDnav .erjiTitle{margin:20px auto 0 auto;padding:0px 0 0px 0px;}
.RDnav .erjiTitle{width:10%;float:left;}
.RDnav .erjiTitle span a{background:#ececec;color:#000000;font-size:14px; text-align:center;height:30px;line-height:30px;padding:0;}
.RDnav .erjiTitle img{ display:block;margin:5px auto 0 auto;height: auto;max-width:110px;}
.RDnav .erjiTitle a:hover{ background:#ced1d4;opacity: 0.7;}
.RDnav .erjiXiala{ display:none; position:absolute;width:1030px;left:-67px;top:103px;background:#fff;padding:20px 0px 60px 40px;margin:0px 0px 0px 0px;}
.RDnav .erjiTitle span{ display:block;border-bottom:1px solid #ececec;height:70px;padding-bottom:10px;padding-left:2px;}
.RDnav .erjiXiala li{width:164px;float:left;margin:0px 2px;min-height:114px}
.RDnav .pinpaizhongxin .erjiXiala li p{margin:0px;padding:0px;color:#787878;font-size:12px; text-align:center;line-height:24px;}
.RDnav .pinpaizhongxin .erjiXiala li a{ background:none;line-height:20px;height:auto;color:black;}
.RDnav .pinpaizhongxin .erjiXiala li a:hover{color:#ae251b;}

/*xiala 购车指南*/
.gouchezhinan dl,.gouchezhinan dt,.gouchezhinan dd{margin:0px;padding:0px;}
.gouchezhinan dl{float:left; width:291px;}
.gouchezhinan dl dt{height:74px;line-height:74px;font-size:14px;color:#060001;border-bottom:1px solid #f3f3f3; text-align:center;}
.gouchezhinan dl dt a{font-size:14px;color:#060001; background:none;width:auto;line-height:74px;}
.gouchezhinan dl dd{line-height:1.7;padding-left:80px;padding-top:20px;height:60px;}
.gouchezhinan dl dd img{ display:block;float:left;width:37px;margin-top:5px;}
.gouchezhinan dl dd p{margin:0px 0 0 20px;padding:0px;font-size:12px;color:#aeabab;width:150px;float:left;}
.gouchezhinan dl dd p a{color:#aeabab;font-size:12px; background:none;padding:0px;line-height:1.7;}
.gouchezhinan dl dd p span a{line-height:1.7;color:#060001;font-size:14px; background:none; display:inline;}
.gouchezhinan dl dd p span{color:#060001;font-size:14px;}
.gouchezhinan dl.xialaHuodong dd img{width:170px;height:113px;padding-bottom:10px;}
.gouchezhinan dl.xialaHuodong dt a{ display:inline;color:#cc0000;font-size:12px; background:none;}
.gouchezhinan dl.xialaHuodong dt span{padding-left:20px;}
/*index三部分展示*/
/*.banner{width:571px; height:189px; clear:both;}
#products {float:left;width:571px;}
#products .slides_container {margin-left:5px;width:565px;overflow:hidden;position:relative;display:none;} 
.slides_container a {width:230px;height:189px;display:block;}
#products .pagination {position:absolute; margin-left:250px; width:300px; text-align:content; z-index:999; top:305px; _top:315px; border-radius:5px; -webkit-border-radius:5px;-moz-border-radius:5px;}
#products .pagination li {float:left; margin:2px 4px;list-style:none; display:inline;}
#products .pagination li a {display:block;width:22px;height:22px;background:url(../images/yuan_hui.gif) no-repeat;} 
#products .pagination li.current a {background:url(../images/yuan_h.gif) no-repeat;}*/
.indexShow{width:1100px;margin:12px auto 0px auto;padding:0px; position:relative;}
.indexShowList{margin:0px 0px 0px 0px;padding:0px;height:32px;}
.indexShowList li{ list-style:none;float:left;width:100px;margin:0px 60px; _display:inline;}
.indexShowList li a{background:url(../images/indexShowList_bg.png) no-repeat left top;padding-top:19px; display:block;color:#4f5864;font-size:14px;}
.indexShowList li a:hover{color:#ae251b;}
.indexShowList li.indexShowFocus a{background:url(../images/indexShowListhong_bg.png) no-repeat left top;color:#ae251b;}
.floatDiv{clear:both; position:relative;height:187px;margin-top:20px;}
.floatDiv li{ list-style:none;float:left; position:absolute; background:url(../images/floatDiv_bg.jpg) no-repeat;width:937px;padding-left:16px;padding-top:12px; opacity:0;filter:alpha(opacity=0)}
.floatDiv li a img{ display:block;width:209px;float:left;}
.floatDiv li div{width:670px;float:left;margin-left:25px;height:175px; position:relative;}
.floatDiv li div @charset "utf-8";
/* CSS Document */

/*全局样式*/
.RDcenter{width: 1100px;margin:0px auto; position:relative;}
/*<!-- slideBanner -->*/
#mfpSlide{height: 570px;width: auto;position: relative;min-width: 990px;}
/*#mfpSlide{height: 420px;width: 1190px;;min-width: 990px;background: red;margin: 0 auto}*/
#mfpSlide #mfpSlide_con{margin:0px;padding:0px;}
#mfpSlide #mfpSlide_con .slideCon {height: 570px;width: 100%;position: absolute;top:0;left:0}
#mfpSlide #mfpSlide_con .slideCon .slideCenter {width: 100%;height: 100%;margin: 0 auto;position: relative;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter img{
max-width:100%;
display:block;
margin:0 auto;
    opacity: 0;
}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .hiddenAd{width: 760px;height: 210px;position: absolute;left:240px;top:-40px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .link{width: 1000px;height: 570px;display: block;position: absolute;left:0px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd{width: 190px;height:390px;position: absolute;top:15px;right:0px;background: black;z-index:3}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd li{float: left;position: relative;height: 130px;width: 190px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd li s{width: 170px;height: 1px;background: #D9CFCD;display: block;position: absolute;bottom: 0px;left: 10px;}
#mfpSlide #mfpSlide_nav {display: block;height: 8px;width: 370px;position: absolute;left:34%;bottom: 0px;z-index:3;margin:0px;padding:0px;}
#mfpSlide #mfpSlide_nav li{float: left;display: block;width: 64px;height: 8px;background: #999999;cursor: pointer;margin: 0 4px; overflow:hidden}
#mfpSlide #mfpSlide_nav li.hover{background: #000000}
/*#mfpSlide #mfpSlide_con li .slideCenter a{display: block;width: 755px;height: 420px;background: yellow;margin-left:240px;position: absolute;}*/



/*#mfpSlide #slidebox{width: 1190px;height: 420px;margin: 0 auto;position: relative;background: silver;opacity: 0.2}*/

/*#mfpSlide #mfpSlide_nav{position: absolute;}*/
/*#mfpSlide #mfpSlide_nav*/
.RDbanner{height:570px;}
.RDpublickheader{width:100%; position:relative; z-index:1330;}
.RDheader{background:#dadce0; height:33px;position:relative; z-index:200;}
.RDheader2{ background:#f5f5f5;}
.RDlogo{height:28px; width:214px;margin-top:28px; display:block;float:left;margin-left:20px;}
.RDheaderLeft{float:left;margin-left:10px;width:68px;font-size:14px; background:#d0cdcd;margin-top:5px; }
/*.RDheaderLeft select{background:url(../images/headerXiala.png) no-repeat 58px 11px;border-color:#d0cdcd; border:1px;width:88px;height:24px;}
.RDheaderLeft select option{ background:#d0cdcd;width:68px;padding:0;}*/
.RDheaderLeft div{ position:relative;height:24px;z-index:100;}
.RDheaderLeft span{color:#4f5864;font-size:12px; display:block;height:24px;line-height:24px;padding-left:10px;margin:0px;background:url(../images/headerXiala.png) no-repeat 58px 11px;}
.RDheaderLeft ul{ position:absolute;top:24px;left:0px;margin:0px;padding:0px;width:100%;height:auto;left:0px; display:none;}
.RDheaderLeft ul li{ list-style:none;height:24px;line-height:24px;color:#4f5864;font-size:12px;padding-left:10px; background:#d0cdcd;}
.RDheaderLeft ul li a{color:#4f5864;}
.RDheaderLeft ul.RDheaderLeftFocus{ display:block;}
.RDheaderRight{float:right;margin:5px 0 0 0;padding:0px;}
.RDheaderRight li{color:#000000; list-style:none;font-size:11px;float:left;margin-left:13px;height:24px;line-height:24px;}
.RDheaderRight li a{color:#000000;}
.RDheaderRight li a:hover{color:#ae251b;}
.RDheaderRight li.yuyanChange{ background:url(../images/yuyanBg.png) no-repeat left center;padding-left:15px;width:54px;}
.RDheaderRight li.yuyanChange div{ display:none;background:#4F5864;width:74px;margin-left:-14px;text-align:center;}
.RDheaderRight li.yuyanChange div a{ display:block;color:#fff;}
.RDheaderRight li.yuyanChange div a:hover{color:#ae251b;}
.searchText{ background:#ffffff;width:165px;padding:0px 0px 0px 5px;border:0;color:#4f5864;height:24px;line-height:24px;display:block;float:left;}
.searchBtn{ background:url(../images/searchBtn.png) no-repeat;width:16px;height:17px;padding:0px;border:0;margin-left:10px; display:block;float:left;margin-top:5px;}
/*RDnav*/
.RDnav{height:47px;width:400px; float:right;margin:26px 0px 0px 0px; }
.RDnav li{ list-style:none;float:left;/*height:47px;*/line-height:50px;margin-left:20px; position:relative;}
.RDnav li a{/*height:39px;*/line-height:45px;color:#040000; display:block;font-size:18px; background:url(../images/xiangxiaJiantou.png) center right no-repeat;padding-right:15px;}
.RDnav li.RDnavFocus a{color:#ae251b;}
.RDnav li a:hover{color:#ae251b;}
.RDnav li .RDnavXiala{ position:absolute;top:47px;width:875px; background:#fff;left:-700px;padding-bottom:100px; display:none;}
.fuwuXiala dl{float:left;margin:35px 0 0 0;padding:0px;font-size:12px;}
.pxBorder{border-bottom:1px solid #f3f3f3;height:200px;}
.fuwuXiala dl dt{margin:0px;padding:0px 0px 16px 41px;height:37px;line-height:37px;border-bottom:1px solid #f3f3f3;font-size:14px;}
.RDnav li .fuwuXiala dl a{ background:none;padding:0px; display:inline;font-size:12px;line-height:26px;height:26px;}
.fuwuXiala dl dd{margin:0px;padding:0px;line-height:26px;height:26px;font-size:12px;padding-left:103px; background:url(../images/indexDian_02.png) no-repeat 80px center;}
.fuwuXiala dl.fuwuXialaShow dd{ visibility:visible;}
.fuwuXiala dl dt img{ display:block;float:left;padding-right:14px;}
.RDnav li .fuwuwangdian{float:right;width:170px;height:113px;margin-top:65px;margin-right:110px;}
.RDnav li .fuwuwangdian p{margin:10px 0 0 0;padding:0px;line-height:26px;height:26px; text-align:center;color:#ffffff;font-size:14px; background:#4f5864;}
.RDnav li .fuwuwangdian a img{ display:block;width:170px;height:113px;}
.RDnav li .fuwuwangdian a{ height:auto;line-height:26px; background:none;color:#ffffff;}
.fuwuXiala table{width:425px;margin-left:40px;margin-top:20px;}
.fuwuXiala table th{color:#060001;font-size:24px; text-align:left;font-weight:100;line-height:80px;}
.fuwuXiala table th em{color:#cc0000;font-size:48px;}
.fuwuXiala table td{color:#0f0303;font-size:14px;line-height:30px;}
.RDnavXialaSanjiao{ position:absolute; display:block;left:80%;top:-15px;}

/*品牌中心下拉*/
.RDnav li .pinpaizhongxin{width:1070px;padding:0px 0 2px 0;left:-650px;}
.RDnav li .pinpaizhongxin .RDnavXialaSanjiao{left:61%;}
.RDnav li .pinpaizhongxin .baohanDiv{width:936px; position:relative;margin:0px auto; background:#fff;}
.RDnav .erjiTitle{margin:20px auto 0 auto;padding:0px 0 0px 0px;}
.RDnav .erjiTitle{width:10%;float:left;}
.RDnav .erjiTitle span a{background:#ececec;color:#000000;font-size:14px; text-align:center;height:30px;line-height:30px;padding:0;}
.RDnav .erjiTitle img{ display:block;margin:5px auto 0 auto;}
.RDnav .erjiTitle a:hover{ background:#ced1d4;opacity: 0.7;}
.RDnav .erjiXiala{ display:none; position:absolute;width:1030px;left:-67px;top:103px;background:#fff;padding:20px 0px 60px 40px;margin:0px 0px 0px 0px;}
.RDnav .erjiTitle span{ display:block;border-bottom:1px solid #ececec;height:70px;padding-bottom:10px;padding-left:2px;}
.RDnav .erjiXiala li{width:164px;float:left;margin:0px 2px;}
.RDnav .pinpaizhongxin .erjiXiala li p{margin:0px;padding:0px;color:#787878;font-size:12px; text-align:center;line-height:24px;}
.RDnav .pinpaizhongxin .erjiXiala li a{ background:none;line-height:20px;height:auto;color:black; font-size: 14px;margin-top: 8px;}
.RDnav .pinpaizhongxin .erjiXiala li a:hover{color:#ae251b;}

/*xiala 购车指南*/
.gouchezhinan dl,.gouchezhinan dt,.gouchezhinan dd{margin:0px;padding:0px;}
.gouchezhinan dl{float:left; width:291px;}
.gouchezhinan dl dt{height:74px;line-height:74px;font-size:14px;color:#060001;border-bottom:1px solid #f3f3f3; text-align:center;}
.gouchezhinan dl dt a{font-size:14px;color:#060001; background:none;width:auto;line-height:74px;}
.gouchezhinan dl dd{line-height:1.7;padding-left:80px;padding-top:20px;height:60px;}
.gouchezhinan dl dd img{ display:block;float:left;width:37px;margin-top:5px;}
.gouchezhinan dl dd p{margin:0px 0 0 20px;padding:0px;font-size:12px;color:#aeabab;width:150px;float:left;}
.gouchezhinan dl dd p a{color:#aeabab;font-size:12px; background:none;padding:0px;line-height:1.7;}
.gouchezhinan dl dd p span a{line-height:1.7;color:#060001;font-size:14px; background:none; display:inline;}
.gouchezhinan dl dd p span{color:#060001;font-size:14px;}
.gouchezhinan dl.xialaHuodong dd img{width:170px;height:113px;padding-bottom:10px;}
.gouchezhinan dl.xialaHuodong dt a{ display:inline;color:#cc0000;font-size:12px; background:none;}
.gouchezhinan dl.xialaHuodong dt span{padding-left:20px;}
/*index三部分展示*/
/*.banner{width:571px; height:189px; clear:both;}
#products {float:left;width:571px;}
#products .slides_container {margin-left:5px;width:565px;overflow:hidden;position:relative;display:none;} 
.slides_container a {width:230px;height:189px;display:block;}
#products .pagination {position:absolute; margin-left:250px; width:300px; text-align:content; z-index:999; top:305px; _top:315px; border-radius:5px; -webkit-border-radius:5px;-moz-border-radius:5px;}
#products .pagination li {float:left; margin:2px 4px;list-style:none; display:inline;}
#products .pagination li a {display:block;width:22px;height:22px;background:url(../images/yuan_hui.gif) no-repeat;} 
#products .pagination li.current a {background:url(../images/yuan_h.gif) no-repeat;}*/
.indexShow{width:1100px;margin:12px auto 0px auto;padding:0px; position:relative;}
.indexShowList{margin:0px 0px 0px 0px;padding:0px;height:32px;}
.indexShowList li{ list-style:none;float:left;width:100px;margin:0px 60px; _display:inline;}
.indexShowList li a{background:url(../images/indexShowList_bg.png) no-repeat left top;padding-top:19px; display:block;color:#4f5864;font-size:14px;}
.indexShowList li a:hover{color:#ae251b;}
.indexShowList li.indexShowFocus a{background:url(../images/indexShowListhong_bg.png) no-repeat left top;color:#ae251b;}
.floatDiv{clear:both; position:relative;height:187px;margin-top:20px;}
.floatDiv li{ list-style:none;float:left; position:absolute; background:url(../images/floatDiv_bg.jpg) no-repeat;width:937px;padding-left:16px;padding-top:12px; opacity:0;filter:alpha(opacity=0)}
.floatDiv li a img{ display:block;width:209px;float:left;}
.floatDiv li div{width:670px;float:left;margin-left:25px;height:175px; position:relative;}
.floatDiv li div p{color:#373e48;font-size:12px;line-height:1.7;margin:0px;padding:0px;}
.floatDiv li div p.floatDivTitle{color:#373e48;font-size:24px;line-height:1.2;padding-bottom:15px;}
.floatDiv li div p.floatDivTitle span{font-size:18px;}
.floatDiv li div p.floatDivTitle em{ font-style:normal;font-size:36px;color:#cc0000;}
.knowMore{ display:block; position:absolute;bottom:15px;right:25px;color:#cc0000;font-size:12px;}
.hengxian{ margin:0px;padding:0px;border-bottom:1px solid #bbbec3; position:absolute;top:6px;*top:-15px;left:75px;width:874px; z-index:-10;}

/*RDfooter*/
.RDfooter{margin-top:30px;}
.RDfooter1{ background:#dadce0;padding-top:40px;padding-bottom:10px;}
.RDfooter1 dl,.RDfooter1 dt,.RDfooter1 dd{margin:0px;padding:0px;}
.RDfooter1 dl{float:left;margin-left:30px;}
.RDfooter1 dl dt{font-size:12px;color:#050101;font-weight:bold;padding-bottom:25px;}
.RDfooter1 dl dt a{color:#050101;}
.RDfooter1 dl dd{font-size:11px;line-height:24px; display:none;}
.RDfooter1 dl dd a{color:#050101;}
.RDfooter1 dl dd a:hover{color:#ae251b;}
.RDfooterFuWu{float:right;width:175px;padding-top:10px; display:none;height:0;margin-right:30px;}
.RDfooterFuWu dl{ float:none;margin-left:10px;margin-top:20px; }
.RDfooterFuWu dl dt{font-size:17px;color:#060101;}
.RDfooterFuWu dl dd{line-height:18px;}
.RDfooter2{ background:url(../images/RDfooter2Bg.jpg) repeat-x;padding-top:20px;padding-bottom:80px;}
.RDfooter2 ul{margin:0px 0px 0px 15px;padding:0px;float:left;}
.RDfooter2 ul li{ list-style:none;float:left;font-size:12px;color:#000000; }
.RDfooter2 ul li a{color:#000;padding:0px 5px;}
.RDfooter2 ul li a:hover{color:#ae251b;}
.RDfooter2 ul li select{margin-left:5px;margin-top:-2px;}
.RDfooter2 p{ text-align:right;font-size:12px;color:#000000;margin:0px;padding:0px;padding-right:30px;}

.yincangBtn{ position:absolute;right:40px;top:-56px;height:16px;width:25px; overflow:hidden;}

/*neiye*/
.currentLocation{font-size:12px;color:#898989; text-align:left; background:url(../images/currentLocation_bg.jpg) repeat-x;height:53px;background:none!important;}
.currentLocation p{margin:0px auto;padding:0px;padding-top:26px;width:1080px;padding-left:20px;}
.currentLocation p a{color:#898989;padding:0px 5px;}
.currentLocation p a:hover{color:#ae251b;}
.xingxiangImages{height:220px;}
.fenleiMore{ background:#ececec;height:34px; text-align:center;}
.fenleiMore ul{margin:0 auto 0 auto;height:34px;padding:0;display:flex;justify-content: center;}
.fenleiMore li{ list-style:none;float:none;height:34px;line-height:34px;font-size:14px; display:inline-block;*display:inline;}
.fenleiMore li a{color:#000; display:block;padding:0px 19px;height:34px;line-height:34px;*display:inline-block}
.fenleiMore li.fenleiMoreFocus a{ background:#fff;color:#bd1307;}
.fenleiMore li a:hover{ background:#fff;color:#bd1307;}
/*baogao*/
.baogaoList{height:253px;border:1px solid #e5e5e5;border-right:0px;width:1036px;margin:40px auto 0px auto;}
.baogaoDiv{border-right:1px solid #e5e5e5;float:left;width:344px; position:relative;height:253px;}
.baogaoDiv p{margin:0px;padding:0px;width:100%;height:68px;border-bottom:1px solid #e5e5e5; text-align:center;font-size:18px;color:#0a0101; background:#eeeeee;line-height:68px;}
.baogaoDiv ul{margin:10px 0 0 0;padding:0px;}
.baogaoDiv ul li{ list-style:none;border-bottom:1px solid #eeeeee;height:32px;line-height:32px;margin:0px 15px;padding-left:5px;}
.baogaoDiv ul li span{float:right;color:#c60a0e;font-size:11px;padding-right:5px;}
.baogaoDiv ul li span.xiazai{padding-right:20px;font-size:12px;color:#c60a0e;}
.baogaoDiv ul li span.xiazai a{ text-decoration:underline;}
.baogaoDiv ul li span a img{ display:block;height:21px;margin-top:6px;}
.baogaoDiv ul li a{color:#7d7c7b;font-size:12px;}
.baogaoDiv ul li a:hover{color:#ae251b;}
.more{ position:absolute;right:15px;bottom:7px; display:block;color:#ffffff;font-size:12px;width:77px;height:26px;line-height:26px; text-align:center; background:#ae251b;}

.contentTitle{color:#ae251b;font-size:18px;margin:0px;padding:0px 0px 0px 16px;line-height:50px;}
.basicSituation{width:1036px;margin:20px auto 0px auto;font-size:12px;color:#000;line-height:33px;}
.basicSituation div{border:1px solid #e5e5e5;border-top:0px;}
.basicSituation table{width:1003px;margin:0px auto;}
.basicSituation table tr td{padding-left:24px;}

.UsualIndicators{width:1036px;margin:20px auto 0px auto;font-size:12px;color:#000;line-height:33px;padding-bottom:100px;}
.UsualIndicators div{border:1px solid #e5e5e5;border-top:0px;}
.UsualIndicators table{width:1003px;margin:0px auto;}
.UsualIndicators table tr td{border-bottom:1px dotted #a6a6a6;text-align:center;}
.UsualIndicators table tr th{ text-align:center; background:#ae251b;color:#fff;}

/*rightFloat*/
.rightFloat{ position:fixed;right:0px; z-index:100;top:106px; background:url(../images/rightFloat.png) repeat-y;width:88px;_position:absolute;display:none!important}
.rightFloat p{margin:0px; text-align:center;}
.rightFloat p a{color:#000000;font-size:12px;padding:0px 3px;}
.rightFloat ul{margin:10px 0 0 0;padding:0px;}
.rightFloat ul li{ list-style:none;font-size:12px;height:70px;width:88px;}
.rightFloat ul li a{ display:block;height:70px;width:88px;color:#000000;}
.rightFloat ul li a img{ vertical-align:middle; display:block;height:38px;width:38px;margin-left:28px;}
.rightFloat ul li a span{ display:block; text-align:center;width:100%;}
.rightFloat ul li a:hover{ background:url(../images/rightFloatFocus.png) no-repeat;color:#fff;}
.rightFloat ul li .hoverImg{ display:none;}
.rightFloat ul li.opacityImg img{ display:none;}
.rightFloat ul li.opacityImg .hoverImg{ display:block;}



/*newsList*/
.newsListTitle{height:46px;line-height:46px;color:#424242;font-size:18px;border:1px solid #e8e8e8;margin:45px 0 0 0;padding:0px 0px 0px 20px;}
.newsListTitle span{padding-left:584px;font-size:12px;}
.newsListTitle span a{color:#424242;}
.newsList{margin:0px 20px;padding:0px;}
.newsList li{ list-style:none;height:102px;padding:23px 0px 0px 0px;border-bottom:1px solid #e8e8e8; position:relative;}
.newsList li .newsListImg{ display:block;width:auto !important;float:left;}
.newsList li div{float:left;width:72.636%;margin-left:20px;}
.newsList li div p{margin:0px;padding:0px;color:#706d6c;font-size:12px;line-height:1.7;}
.newsList li div p a{color:#706d6c;}
.newsList li div p.newsBiaoti{color:#be1407;font-size:16px;line-height:1;padding-bottom:12px;}
.newsList li div p.newsBiaoti a{color:#be1407;}
.newsList li div p.newsBiaoti span{font-size:12px;padding-left:25px;}
.newsList li .jacnewsFenxiang{ float:none; position:absolute;right:25px;top:25px;width:15px; cursor:pointer;}


/*zixun*/
.zixunLeft{float:left; width:760px;margin-top:45px;margin-left:16px;}
.zixunRight{float:right;width:283px;margin-top:45px;}
.mediaReports{height:272px; background:#e7e7e9; position:relative;width:266px;}
.mediaReports p{margin:0px;padding:5px 0 0 20px;height:45px;font-size:16px;line-height:45px;border-bottom:1px solid #d8d8da; background:url(../images/mediaReports_bg.jpg) no-repeat right top;}
.mediaReports ul{margin:0px 30px;padding:0px;}
.mediaReports ul li{ list-style:none;font-size:12px;margin-top:20px;}
.mediaReports ul li a{color:#6f6d6e;line-height:1.3;}
.mediaReports ul li a:hover{color:#ae251b;}
.mediaReports .more{ background:#a1a6ac;}
.reporterZone{ background:url(../images/reporterZone_bg.jpg) no-repeat;width:266px;height:229px;margin-top:65px;}
.reporterZone p{margin:0px;padding:5px 0 0 20px;height:46px;line-height:46px;font-size:16px;}
.activity{margin:35px 0 0 0;padding:0px;width:266px;}
.activity li{ list-style:none;height:90px;margin-bottom:15px;}
.activity li .activityMore{ float:right;font-size:12px;display:block;width:78px;height:26px;line-height:26px; text-align:center;color:#fff; background:#adb2b6;}
/*新闻详情页面*/
.newsContentLeft{margin-top:0px;margin-left:0px;float:inherit;}
.backList{margin:0px;padding:0px 25px 0 0px;height:29px;line-height:29px; text-align:right;font-size:12px;border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;}
.backList a{color:#000;}
.newsContentTitle{border-bottom:1px solid #e8e8e8;padding-bottom: 10px;
    position: relative; }
.newsContentTitle h1 {
    font-size: 16px;
    line-height: 40px; font-weight:normal; text-align:center;
    margin: 0;
    padding: 0;
}
.newsContentTitle span{ font-size:13px;}

.newsContentTitle p{margin:0px;padding:0px 0px 0px 23px;font-size:14px;color:#424244;}
.newsContentTitle p span{color:#aaaaaa;padding-left:28px;}

.newsContentTitle .fenxiangdao {
    bottom: 11px;
    position: absolute;
    right: 0;
}
.fenxiangdao {
    color: #424244;
    font-size: 12px;
    margin: 10px 0;
}


.fenxiangdao2{float:right;/* margin-top:17px; */}
.newsContent{font-size:12px;color:#424244;margin:0px 23px;}
.newsContent p{line-height:1.7;}
.newsContent p img{ text-indent:0;max-width: 100%!important;height: auto!important;margin:0 auto;}
.front{margin:0px 0px 0px 20px;padding:0px;}
.front li{ list-style:none;height:20px;line-height:20px;margin-top:13px;font-size:12px;color:#424244;}
.front li img{ display:block;float:left;}
.front li span img{padding-right:13px;}
.front li a{font-size:12px;color:#424244;}
.front li a:hover{color:#ae251b;}
.zixunRightNews{margin:45px 0px 0px 0px;padding:0px;}

.zixunRightNews li{ list-style:none;border-bottom:1px solid #e8e8e8;color:#424244;font-size:12px;height:32px;line-height:32px;padding-top:5px;}
.zixunRightNews li a{color:#424244;}
.zixunRightNews li a:hover{color:#ae251b;}
.ad{color:#1f0503;font-size:14px;margin-bottom:10px;}
.ad p{margin:0px;padding:0px;}
.ad p a{color:#1f0503;}
/*fenye*/
.RDpage{margin:30px auto 0 auto;padding:0px 0px 35px 0px;font-size:12px;}
.RDpage a{ display:block;float:left;width:24px;height:22px;border-bottom:1px solid #e5e5e5; background:#fff;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5; text-align:center;line-height:22px;color:#6b6b6b;}
.RDpage a.shenglueA{width:auto;padding:0px 5px;}
.RDpage a.pageFocus{color:#be1407;}
.RDpage a:hover{color:#be1407;}
.RDbanner img{ display:none;}

/*预约试驾*/
.appointmentDrive{ background:#e8e8e8;padding-bottom:20px;}
.appointmentDriveBg{ background:url(../images/appointmentDriveBG.jpg) no-repeat top center;padding-top:70px;}
.appointmentDriveContent{width:1076px;margin:0px auto; background:#ffffff;padding-bottom:25px;}
.appointmentDriveTitle{ background:url(../images/appointmentDriveTitleBg.jpg) right top no-repeat;height:83px;}
.goucheProcess{ background:none;height:83px;}
.appointmentDriveContent p{width:930px;margin:20px auto 0 auto;padding:0px;color:#000000;font-size:14px;}
.appointmentDriveContent p span{color:#d50000;}
.appointmentDriveContent p.beizhu{color:#706d6c;font-size:12px;line-height:2;margin-top:0px;}
.appointmentDriveTitle p,.goucheProcess p{padding:0px;color:#bd1307;font-size:24px;border-bottom:1px solid #dddddd;width:930px;margin:0px auto;height:83px;line-height:83px; text-align:center;}
.beizhu1 p{color:#706d6c;font-size:12px;line-height:2;padding:0px;}
.vehicleInformation{margin:30px auto 0 auto;padding:0px;width:930px;}
.vehicleInformation li{ list-style:none;border:1px solid #e0e2e4;padding:30px 0px;margin-top:4px; position:relative;}
.vehicleInformation li .vehicleInformationLeft{font-size:14px;color:#fff; text-align:center; display:block;width:30px; position:absolute;left:22px;top:-1px; background:url(../images/chexingxinxi.png) no-repeat;height:66px;padding:11px 14px 0 14px;}
.vehicleInformation li dl,.vehicleInformation li dt,.vehicleInformation li dd{margin:0px;padding:0px;}
.vehicleInformation li dl{color:#706d6c;font-size:12px;margin-left:200px;*padding-bottom:30px;}
.vehicleInformation li dt{float:left;width:130px; text-align:right;padding-bottom:15px;height:31px;line-height:31px;padding-right:15px;}
.vehicleInformation li dt i{ font-style:normal;color:#cf0305;font-size:12px;}
.vehicleInformation li dd{width:570px;float:left;padding-bottom:15px;line-height:31px;}
.vehicleInformation li dd input.textInput{padding:0px; border:1px solid #dedede;height:31px;color:#706D6C; font-size:12px;line-height:31px;padding-left:5px;width:145px;margin-right:7px;*margin-left:-200px;}
.vehicleInformation li dd span{padding-right:15px;}
.vehicleInformation li dd span input{margin-right:5px;}
.vehicleInformation li dd em{font-style:normal;}
.vehicleInformation li dd select{margin-right:7px;padding:5px 3px 5px 0;font-size:12px;color:#706d6c;width:152px;border:1px solid #dedede;}
.baocun{ display:block;color:#ffffff;font-size:12px; background:#be1407; text-align:center;width:77px;height:26px;line-height:26px;margin:30px auto 0 auto;}
/*维修*/
.weixiuTitle{}
.weixiuBg{ background:url(../images/yuyueweixiu_bg.jpg) no-repeat center top;padding-top:70px;}
.weixiu textarea{width:294px; height:117px;padding:0px;border:1px solid #dedede;*margin-left:-200px; display:block;font-size:12px;}
.weixiuContent{padding-bottom:165px;}
.vehicleInformation textarea{width:394px; height:117px;padding:5px 0px 0px 5px;border:1px solid #dedede;*margin-left:-200px; display:block;font-size:12px;color:#706D6C;}
/*招聘*/
.recruitment_bg{ background:#fff;margin-top:44px;}
.recruitment{width:1041px;margin:0px auto;padding:0px;}
.zhaopinyaoqiu,.zhaopinyaoqiu dt,.zhaopinyaoqiu dd{margin:0px;padding:0px;}
.zhaopinyaoqiu{margin-left:37px;margin-top:40px;padding-bottom:100px;*width:880px;}
.zhaopinyaoqiu dt{float:left;width:60px;color:#996666;font-size:30px;line-height:2;*line-height:1;}
.zhaopinyaoqiu dd{float:left;width:810px;}
.zhaopinyaoqiu dd p{color:#676769;font-size:14px;padding:0px;}
.zhaopinyaoqiu dd p.recruitmentTitle{color:#676769;font-size:18px;}
.zhaopinyaoqiu dd p a{color:#996666; text-decoration:underline;}
.zhaopinyaoqiu dd p i{color:#996666;}
.zhaopinyaoqiu dd p span{padding-right:20px;}
/*活动*/
.promotionActivity{padding-bottom:50px;}
.indexPhoto{ position:relative;height:80px; width:580px;}
.indexPhoto p{color:#666666;font-size:14px; background:url(../images/quan.png) no-repeat 12px center;margin:0px;padding:0px 0px 0px 30px;height:30px;line-height:30px;}
.indexPhotoList{width:580px;margin:0px auto 0px auto; overflow:hidden; position:relative;height:80px;}
.indexPhoto .indexPhotoList ul{margin:0px 0px 0px 0px;padding:0px; position:absolute;left:0px;}
.indexPhoto li{list-style:none;float:left;color:#fbfafa;font-size:20px;margin:0px 57px; background:url(../images/yuan.png) no-repeat;width:79px;height:80px;line-height:79px; text-align:center;}
.indexPhoto li a{color:#fff;}
.indexPhoto li.yearListFocus{ background:url(../images/yuanFocus.png) no-repeat;}
.indexPhoto .prev,.indexPhoto .next{ display:block; position:absolute;top:16px;left:-30px; z-index:100;}
.indexPhoto .next{left:591px;}
.seeActivityFujia{width:400px;height:29px; line-height:29px;margin-left:10px;color:#706d6c;font-size:12px;}
.seeActivity,.seeActivity1{float:left; background:url(../images/seeActivity_bg.png) no-repeat;width:187px;height:29px; position:relative;line-height:29px;margin-left:10px;color:#706d6c;font-size:12px;}
.seeActivity ul,.seeActivity1 ul{margin:0px;padding:0px;width:159px; position:absolute;}
.seeActivity li,.seeActivity1 li{ list-style:none;height:29px;line-height:29px; width:159px; text-align:center; display:none; background:#fff;margin-left:2px;}
.seeActivity li a,.seeActivity1 li a{color:#706d6c;}
.activityList{ background:#ffffff;width:1076px;margin:10px auto 0 auto;padding-top:28px;padding-bottom:45px;}
.hotPic{margin:0px 27px;border-bottom:1px solid #e5e5e5;height:95px;}
.activityList .newsList{margin:0px 27px;}
.activityList .newsList li{padding-right:17px;padding-left:17px;}
.newsListMore{margin:0px;padding:0px;}
.newsListMore a{display:block;float:right;margin:25px 25px 0 0;color:#ffffff;font-size:12px;width:77px;height:26px;line-height:26px; text-align:center; background:#A1A6AC;}
/*招聘所有页面*/
/*社会招聘*/
.social{width:1025px;margin:0px auto;}
.socialSearch{ background:#ccccff;height:112px;}
.socialSearchBtn{float:right;width:177px;height:111px; background:url(../images/socialSearchBtn.png) no-repeat;}
.socialSearchBtn input{width:163px;padding:0px;border:0; background:url(../images/socialSearchBtnInout.png) no-repeat;height:111px;color:#ffffff;font-size:30px; text-align:center; display:block;float:right;}
.socialSearch dl,.socialSearch dt,.socialSearch dd{margin:0px;padding:0px;}
.socialSearch dl{float:left;width:245px;margin:10px 18px 0px 18px;_margin:10px 18px 0px 10px;}
.socialSearch dt{color:#040303;font-size:14px;height:40px;line-height:40px;}
.socialSearch dd{color:#040000;font-size:12px; background:#fff;width:243px; position:relative;}
.socialSearch dd a{color:#040000;}
.socialSearch dd input{width:236px;height:29px;line-height:29px;padding:0px 0px 0px 5px;border:1px solid #9d9dc4; background:url(../images/socialSearch_bg.jpg) no-repeat 225px center;*display:block;*float:left;}
.socialSearch dd div{ display:none; position:absolute;top:28px;left:0px; background:#fff;width:241px;border:1px solid #9d9dc4;border-top:0;}
.socialSearch dd div a{ display:block;padding-left:5px;height:30px;line-height:30px;}
.socialSearch dd div a:hover{ background:#ccc;}
.socialList{border:1px solid #dbdfde;color:#7f7f7f;font-size:12px;margin-top:10px;}
.socialList th{ background:#f2f0f5;height:42px;color:#7f7f7f;border-color:#dbdfde;*border:1px solid #dbdfde;}
.socialList td{ text-align:center;border-color:#dbdfde;height:35px;color:#7f7f7f;*border:1px solid #dbdfde;}
.socialList td a{color:#bd1307;}
/*招聘详情*/
.hrContentLeft{width:670px;float:left;padding-left:30px;}
.hrContentLeft table{color:#676769;font-size:12px;border:1px solid #dbdfde;}
.hrContentLeft table td{line-height:60px;padding:0px 15px;border-color:#dbdfde;*border-top:1px solid #dbdfde;}
.hrContentLeft table td i{font-style:normal;padding-right:60px;}
.hrContentLeft table td p{margin:0px;line-height:30px;}
.hrContentLeft table td ul{margin:0px;padding:0px;}
.hrContentLeft table td ul li{line-height:30px;}
.hrContentLeft table td span{float:right;}
.hrContentLeft table td p span{float:right;}
.hrContentLeft table .hrContentTitle td{ background:#f5f5f5;font-size:18px;}
.hrContentLeft table .hrContentTitle td span{font-size:14px;}
.hrContentRight{float:right;width:260px;}
.shenqing{width:96px;height:26px; display:block;color:#fff;font-size:14px; background:#be1407; text-align:center;margin:0px auto;line-height:26px;}

.hrContentRight div{margin-bottom:30px;}
/*常见问题*/
.qaTitle{margin:0 0 0 0;height:43px;line-height:43px;color:#fff; background:#996666; text-align:center;font-size:24px;}
.qaTitle span{font-size:12px;padding-left:20px;}
.qaTitle span i{font-style:normal;color:#f50006;padding:0px 5px;}
.qaList{padding:0px 20px;margin:20px 0 0 0;}
.qaList li{ list-style:none;font-size:16px;color:#2d333f;padding:20px 0px;line-height:1.7;}
.qaList li div{color:#2d333f;font-size:12px;line-height:1.7;padding-left:60px;}
.qaList li i{color:#996666;font-size:30px; font-family:Lucida Console;padding-right:10px;}
.liuyanTitle{border-bottom:3px solid #996665;margin:0px;padding:0px 0px 5px 20px;color:#ffffff;font-size:14px;}
.liuyanTitle span{ background:#996665;padding:5px 20px;}
.liuyan{margin-top:45px;          display:none}
.liuyan dl,.liuyan dt,.liuyan dd{margin:0px;padding:0px;}
.liuyan dl{height:300px; background:#ececec;padding-left:30px;padding-top:15px;}
.liuyan dt{float:left;width:50px;color:#595d64;font-size:14px;line-height:30px;padding-bottom:10px;}
.liuyan dd{width:930px;float:left;padding-bottom:10px;}
.liuyanText{width:500px;padding:0px 0px 0px 5px;border:1px solid #dbdfde;height:30px;line-height:30px;}
.liuyan dd textarea{height:183px;padding:5px 0px 0px 5px;width:500px;border:1px solid #dbdfde;}
.liuyanBtn{margin:0px;padding:0px;width:77px;height:26px;line-height:26px; text-align:center;color:#fff;font-size:14px;border:0; background:#be1407;}

/*员工风采*/
.employeeDatu{float:left;width:768px;height:251px; position:relative;}
.employeeShipin{width:256px;float:left; background:#000000;height:251px;}
.employeeDaImg{ display:block;width:522px;height:251px;}
.employeeDatu div{ background:url(../images/employeeDaImg_bg.png) no-repeat;width:195px;height:251px;padding:0px 40px 0px 30px; position:absolute;right:0px;z-index:1;top:0px;}
.employeeDatu div p{color:#fff;margin:0px;padding:0px;font-size:12px;line-height:1.7;}
.employeeDatu div p.employeeRiqi{color:#fff;font-size:24px;padding-top:15px;}
.employeeDatu div p.employeeTitle{color:#fff;font-size:18px;padding-bottom:20px;color:#2d333f;}
.employeeDatu div p.employeeTitle a{color:#fff;}
.employeeList{margin:0px;padding:0px;}
.employeeList li{ list-style:none;width:512px;float:left;height:251px; position:relative;}
.employeeList li div{ float:left;width:195px;padding:0px 40px 0px 30px; position:absolute; background:url(../images/employeeList_hui.png) no-repeat;height:251px;}
.employeeList li div p{color:#2d333f;margin:0px;padding:0px;font-size:12px;line-height:1.7;}
.employeeList li div p.employeeRiqi{color:#e20322;font-size:24px;padding-top:15px;}
.employeeList li div p.employeeTitle{color:#2d333f;font-size:18px;padding-bottom:20px;color:#2d333f;}
.employeeList li div p.employeeTitle a{color:#2d333f;}
.employeeList li .employeeImg{ display:block;float:right;width:256px;height:251px;}
.employeeList li.employeeListHuan div{float:right; position:absolute;right:0px;width:196px; background:url(../images/employeeList_lan.png) no-repeat;}
.employeeList li.employeeListHuan .employeeImg{float:left;}
.employeeShipinWidth{width:234px;margin:0px auto;}
/*员工职业生涯*/
.developmentLeft{float:left;width:246px;padding-bottom:450px;}
.developmentTip{ background:#c4b7af;height:565px; position:relative;padding-top:45px;}
.developmentTip p{ text-indent:2em;margin:0px;padding:0px 20px;line-height:2.7;color:#3f342e;font-size:14px;}
.developmentLeftImg{ display:block; position:absolute;right:5px; bottom:5px;}
.developmentRight{width:760px;float:left;margin-left:20px;_margin-left:10px;}
/*hrFirst*/
.hrFirst{margin-bottom:80px;}

/*填写简历*/
.fillResume table{font-size:14px;margin-top:37px;}
.fillResume .personalInformation table{margin-top:0px;}
.fillResume div p{margin:0px;padding:0px;}
.fillResume div p a{ display:block;float:right;height:24px;line-height:24px;border:1px solid #d6d6d6;padding:0px 17px;margin-left:5px;margin-top:5px;color:#7b7b7d;font-size:14px; text-align:center;}
.fillResume table th{font-weight:normal; background:#f5f5f5;height:37px;border-top:1px solid #dbdfde;border-bottom:1px solid #dbdfde;color:#000000;font-size:16px;}
.fillResume table th i{font-style:normal;color:#f50006;padding-right:5px;}
.fillResume table td{line-height:36px; text-align:center;color:#676769;border-top:1px solid #dbdfde;border-bottom:1px solid #dbdfde;border-right:1px solid #dbdfde;}
.fillResume table input{width:90%;padding:0px 0px 0px 5px;border:0px;}
.fillResume table input.bigInput{width:930px;padding-left:13px;}
.fillResume table td i{color:#f50006;padding:0px 5px;font-style:normal;}
.fillResume table textarea{margin:5px 0 0 0;padding:5px 0px 0px 5px;width:100%;border:0;border:1px solid #dbdfde;width:1035px;height:170px;color:#676769;font-size:14px;}
.fillResume .personalAccount td{border:0;}
.resumeOk{padding:0px 0px 50px 0px;width:321px;margin:40px auto 0 auto;height:26px;}
.resumeOk a{ display:block;color:#fff; background:#be1407;width:77px;height:26px;line-height:26px; text-align:center;font-size:14px;float:left;margin:0px 15px;}
.fillResume table select{width:100%;border:0px solid #fff;padding:0;font-size:14px; display:block; background:none;color:#676769;}

/*个人简历*/
.myResume{margin:0px;padding:0px;border:1px solid #dbdfde;}
.myResume li{ list-style:none;padding:0px 0px 30px 0px;}
.myResume li p.myResumeName{color:#2e3641;font-size:20px;margin:0px;padding:0px 0px 0px 20px;height:60px;line-height:60px;}
.myResume li p.myResumeTitle{font-size:18px;color:#2e3641;margin:0px 0 15px 0px;padding:0px 0px 0px 20px; background:#f5f5f5;height:37px;line-height:37px;border-bottom:1px solid #dbdfde;border-top:1px solid #dbdfde;}
.myResume li table{color:#2e3641;font-size:14px;margin:0px 20px;}
.myResume li table td{line-height:30px;}
.myResumeDown{margin:0px;padding:0px;}
.myResumeDown a{color:#fff;font-size:14px; display:block;width:77px;height:26px;line-height:26px; text-align:center; background:#be1407;margin:30px auto 0px auto;}

/*校园招聘*/
.campusLeft{width:665px;float:left;}
.campusLeft ul{margin:0px 0px 0px 20px;padding:0px;border:1px solid #dbdfde;border-bottom:0px;}
.campusLeft ul li{ list-style:none;padding-left:30px;border-bottom:1px solid #dbdfde;height:36px;line-height:36px;}
.campusLeft ul li.campusHui{ background:#f2f0f5;}
.campusLeft ul li span{float:right;color:#bd1307;font-size:12px;padding-right:15px;}
.campusLeft ul li a{font-size:16px;color:#767678;}
.campusRight{width:316px;float:right;padding-right:20px;}
.campusRightZeren{margin:0px;padding:0px 0px 0px 20px;height:40px;line-height:40px;font-size:18px;color:#ffffff; background:#99cccc;}

/*login*/
.boxy-wrapper .title-bar{height:12px; background:none;}
.title-bar h2{ display:none;}
.title-bar a{ display:block;width:40px;height:28px; text-align:center;line-height:28px;float:right; background:#fff;color:#000;}

/*购车流程*/
.goucheProcessImg{margin-top:20px;margin-left:70px;padding-bottom:40px;width:666px;border-right:1px solid #dddddd;}
.goucheProcessImg img{ display:block;}

/*购车流程*/
.activityRightList{margin:0px;padding:0px;}
.activityRightList li{ list-style:none;}
.activityRightList li p{margin:0px;padding:0px;}
.activityRightList p a{color:#040000;font-size:16px;}
/*服务网点*/
.servicePhone{height:160px;width:1030px;margin:5px auto 0 auto;}
.servicePhone img{ display:block;float:right;width:395px;height:160px;}
.servicePhone .servicePhoneLeft{float:left;height:160px; background:#8e9fb4;width:635px;}
.servicePhoneLeft table th{color:#ffffff;font-size:18px; text-align:left;line-height:45px;}
.servicePhoneLeft table td{color:#fff;font-size:14px;line-height:30px;}
.choseBrand{width:1030px;margin:15px auto 0 auto;color:#4f5864;font-size:14px;}
.choseBrand span{padding-left:24px;}
.choseBrand select{width:150px;border:1px solid #dedede;height:29px;line-height:29px;}
.serviceLocatorList{margin:60px auto 0 auto;width:1030px;padding:0px;}
.serviceLocatorList li{ list-style:none;float:left;margin-left:10px;}
.serviceLocatorTitle p{width:1030px;}
.serviceContent{margin-top:24px;}
.serviceContentLift{width:375px;float:left;padding-left:25px;}
.appointmentDriveContent .serviceContentLift p{width:auto;margin:0px;padding:0px 0 0 22px;color:#4f5864;font-size:14px;line-height:42px;}
.serviceContentLift select{width:150px;border:1px solid #dedede;height:29px;line-height:29px;margin-left:5px;}
.appointmentDriveContent .shengfen{ background:#b4b4b4;height:42px;line-height:42px;color:#131b25;font-size:14px;}
.servicePhoneList{height:365px;border:1px solid #dbdbdb; overflow: auto;margin-top:20px;}
.servicePhoneList ul{margin:0px;padding:0px;}
.servicePhoneList ul li{ list-style:none;color:#4f5864;font-size:12px;margin-top:25px;}
.appointmentDriveContent .servicePhoneList ul li p{margin:0px;padding:0px;line-height:1.7;color:#4f5864;}
.serviceContentRight{height:512px;width:632px;float:right;padding-right:20px;}
.serviceContentRight iframe{border:1px solid #dbdbdb;}

/*newActivityList*/
.newActivity{width:1076px;margin:0px auto;padding-bottom:25px;}
.newActivity .seeActivityFujia{margin-left:-5px; z-index:20; position:relative;}
.newActivity #main{margin-top:20px;}
.newActivityList{margin:0px auto;padding:0px;position:relative; z-index:10;}
.newActivityList li{ list-style:none;width:265px;margin:0px 0px 0 8px;}
.newActivityListMore{margin:30px 0 0 0;padding:0px; text-align:right;}
.newActivityListMore a{color:#474646;font-size:12px;}
/*公司简介*/
.companyIntro{width:1030px;margin:44px auto 0 auto;/**/}
.companyJianjie{border:1px solid #e6e6e6;}
.companyIntroTitle{margin:0px;padding:0px 0 0 13px;height:50px;line-height:50px;font-size:18px;color:#4f5864;border-bottom:1px solid #e6e6e6;}
.companyJianjie img{ display:block;width:220px;height:185px;float:right;margin:30px 70px 0 0;}
.companyJianjie div{width:620px;margin-left:24px;font-size:12px;color:#4f5864;line-height:1.7; text-indent:2em;padding-top:10px;}
.companyJianjie div p{margin-top:17px;}
.companyJianjie div .companyIntroMore{ text-align:right; text-indent:0em;margin-top:25px;}
.companyJianjie div .companyIntroMore a{color:#bd1307;}
.companyJianjie div .companyIntroMore a i{font-style:normal;padding-right:3px;}

.memorabilia{border-right:1px solid #e6e6e6;border-left:1px solid #e6e6e6;overflow:hidden;}
.memorabiliaDingwei{ position:relative;height:500px;padding-top:55px; width:1028px; padding-bottom:30px;border-bottom:1px solid #e6e6e6; overflow:hidden;}
.memorabiliaList{margin:0px 0 0 0;padding:0px; position:absolute;left:0px;top:0px;}
.memorabiliaList li{ list-style:none;float:left;width:750px;margin:0 0px 0 0px;padding:0px 0px 0px 120px;color:#4f5864;font-size:12px;}
.memorabiliaList li img{ position:absolute;margin-top:-50px;}
.memorabiliaList li img.nextYear{margin-left:650px;}
.memorabiliaList li div.neirongKuai{padding-top:60px;}
.memorabiliaList li div p{margin:0px;padding:0px 0 0 130px;line-height:1.7;font-size:12px;line-height:24px;}
.memorabiliaList li div p a{color:#4f5864; display:block; width:auto;}
.memorabiliaList li div span{ display:block;width:65px;float:left; background:url(../images/memorabiliaListDian.png) no-repeat left center;height:24px;line-height:24px;padding-left:20px;}

.companyPower table{border:1px solid #e5e5e5;margin-top:5px;}
.wenziDiv{width:306px;height:292px; background:#669999;color:#ffffff;}
.wenziDiv1{width:170px; text-align:center;color:#669999;font-size:36px;margin:0px 50px;}
.wenziDiv2{color:#669999;font-size:36px;width:100%;}
.wenziDiv2 p{margin:0px;padding:0px; }
.wenziDiv p{font-size:14px;line-height:30px;margin:0px;padding:0px 22px 0 22px;}
.wenziDiv p.wenziDivTitle{font-size:36px;padding:30px 22px 10px 22px;}
.keyan,.keyan dt,.keyan dd{margin:0px;padding:0px;}
.keyan{/* width:365px; */}
.keyan dt{float:left;width:72px;height:49px;margin-top:8px;}
.keyan dd{/* width:263px; *//* float:left; */color:#4e4848;font-size:12px;margin-left:18px;/* height:49px; *//* line-height:1.3; */margin-top:8px;}
.zhizaogongyi{margin:0px;padding:0px;}
.zhizaogongyi li{ list-style:none;float:left;width:152px; text-align:center;margin-left:20px;}
.zhizaogongyi li p{margin:0px;padding:0px;}
.zhizaogongyi li img{ display:block;padding-bottom:5px;}

/*金融*/
.financeTitle{height:83px;}
.finance{margin:0px auto;padding:0px 0 0 80px;height:170px;border-bottom:1px solid #dddddd;width:850px;}
.finance li{ list-style:none;float:left;width:128px;margin:20px 60px 0 60px; position:relative;}
.finance li a img{ position:absolute;top:0px;left:0px;}
.finance li a span{padding-top:100px; display:block;color:#01070f;font-size:18px;padding-left:10px;}
.financeTitle p{padding:0px;color:#bd1307;font-size:24px;border-bottom:2px solid #dddddd;width:930px;margin:0px auto;height:83px;line-height:83px; text-align:center;}
.financeContent{color:#686868;font-size:12px;padding-bottom:95px;}
.financeContent p{color:#686868;line-height:1.7;}
.financeContent p.financeTips{color:#454545;font-size:14px;}
/*chanxiaobaogao*/
.chanxiaobaogao{margin:0px auto;padding:0px;color:#bf1000;font-size:18px;border-bottom:1px solid #dddddd;width:930px;line-height:40px;}
.chanxiaoList{margin:50px auto 0 auto;padding:0px;width:717px;border:1px solid #ddd4d7;}
.chanxiaoList li{ list-style:none;height:45px;line-height:45px;font-size:12px;border-bottom:1px solid #ddd4d7;}
.chanxiaoList li span{ float:right;font-size:12px; display:block; height:45px;line-height:45px;margin-right:25px;}
.chanxiaoList li span a img{ display:block;margin-top:12px;}
.chanxiaoList li span.xiazai{line-height:45px;}
.chanxiaoList li span.xiazai a{ text-decoration:underline;font-size:12px;}
.chanxiaoList li a{color:#635552;}
.chanxiaoList li i{font-size:12px;color:#b91305;font-style:normal;padding:0px 45px 0px 10px;float:left}
.chanxiaoList li a{float:left}
.indexPhotoCX{width:782px;margin-top:30px;}
.indexPhotoCX .indexPhotoList{width:782px;}
.indexPhotoCX li{margin:0 38px;}
.indexPhotoCX .next{left:783px;}
/*wendangTab*/
.fenleiMore ul.wendangTab{ padding:0px;margin:0px auto 0px 986px;}
.wendangTab li{ list-style:none;float:left;width:17px;height:14px; overflow:hidden; position:relative;margin-top:10px;}
.wendangTab li img{ position:absolute; display:block;left:0px;top:0px;margin-left:4px;}

@media screen and (min-width:1024px) and (max-width:1440px){
  /*<!-- slideBanner -->*/
#mfpSlide{width: 100%;position: relative;}
/*#mfpSlide{height: 420px;width: 1190px;;min-width: 990px;background: red;margin: 0 auto}*/
#mfpSlide #mfpSlide_con{margin:0px;padding:0px;}
#mfpSlide #mfpSlide_con .slideCon {height: auto;width: 100%;position: absolute;top:0;left:0}
#mfpSlide #mfpSlide_con .slideCon .slideCenter {width: 100%;height: auto;margin: 0 auto;position: relative;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .hiddenAd{width: 80%;height: 100%;position: absolute;left:240px;top:-40px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .link{width: 100%;height: 100%;display: block;position: absolute;left:0px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd{width: 190px;height:100%;position: absolute;top:15px;right:0px;background: black;z-index:3}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd li{float: left;position: relative;height: 100%;width: 190px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd li s{width: 170px;height: 1px;background: #D9CFCD;display: block;position: absolute;bottom: 0px;left: 10px;}
#mfpSlide #mfpSlide_nav {display: block;height: 8px;width: 370px;position: absolute;left:34%;bottom: 0px;z-index:3;margin:0px;padding:0px;}
#mfpSlide #mfpSlide_nav li{float: left;display: block;width: 64px;height: 8px;background: #999999;cursor: pointer;margin: 0 4px;}
#mfpSlide #mfpSlide_nav li.hover{background: #000000}
/*#mfpSlide #mfpSlide_con li .slideCenter a{display: block;width: 755px;height: 420px;background: yellow;margin-left:240px;position: absolute;}*/



/*#mfpSlide #slidebox{width: 1190px;height: 420px;margin: 0 auto;position: relative;background: silver;opacity: 0.2}*/

/*#mfpSlide #mfpSlide_nav{position: absolute;}*/
/*#mfpSlide #mfpSlide_nav*/
.RDbanner{height:auto;}
.RDbanner img{ display:block;width:100%;height:auto;}
}

@media screen and (max-width:768px){
  .RDcenter{width:100%;margin:0px auto; position:relative;}
  .RDheader{ display:none;}
  .RDlogo{float:none;margin-top:10px;}
  .RDnav{ float:none;clear:both; width:100%;margin-top:30px;padding:0px;}
  .RDnav li a{ background:none;padding-right:0;}
  .RDheader2{ background:#fff;}
  .currentLocation{ display:none;}
  .xingxiangImages{ display:none;}
  .fenleiMore ul{width:100%;padding:0px;}
  .baogaoList{width:100%;border-left-width:0;}
  .baogaoDiv{width:100%;border-right:0;}
  .basicSituation{ width:100%;}
  .basicSituation table{width:100%;}
  .UsualIndicators{width:100%;}
  .UsualIndicators table{width:100%;}
  .RDfooter1{ display:none;}
  .fenleiMore li{margin-left:2em;}
  .fenleiMore li a{padding:0px 1em;}
  .RDfooter2{padding-bottom:4em;}
  .RDfooter2 ul{float:none;height:34px;margin-left:1em;}
  .RDfooter2 p{ text-align:center;margin-top:10px;}
  .RDfooter2 ul li{margin-bottom:5px;}
  .RDfooter2 ul li a{padding:0px 1em;}
  .contentTitle{ text-align:center;}
  .rightFloat{ display:none;}
  /*index杨修改*/
  #mfpSlide{min-width:100%;width:100%;}
  .RDbanner{height:196px;}
  #mfpSlide{height:196px;}
  #mfpSlide #mfpSlide_con .slideCon{height:196px;}
  #mfpSlide #mfpSlide_con .slideCon .slideCenter{width:100%;height:196px;}
  #mfpSlide #mfpSlide_con .slideCon .slideCenter .link{width:100%;height:196px;}
  .indexShowList{margin-left:0px; z-index:999999; position:relative;}
  .indexShowList li{float:none;margin:0px;height:175px;margin-top:30px;margin-left:1em;width:150px;}
  .floatDiv li{position:relative;width:100%;margin-top:10px; background:none;padding-left:0px;}
  .floatDiv li div{width:80%;float:none;}
  .floatDiv li a img{width:20%;margin-right:1em;height:60%;padding-bottom:40%;}
  .indexShow{width:100%;}
  .hengxian{ display:none;}
  .floatDiv{margin:0px;padding:0px;padding-left:2em;}
  #mfpSlide #mfpSlide_nav{width:20em;left:2em;}
  #mfpSlide #mfpSlide_nav li{width:3em;}
  .floatDiv li div p.floatDivTitle{font-size:16px;}
  .floatDiv li div p.floatDivTitle em{font-size:16px;}
  .indexShowList li a{padding-top:0px;padding-left:2em;}  
  .knowMore{bottom:4em;}
  .RDbanner img{ display:block;width:100%;height:196px;}
}
p{color:#373e48;font-size:12px;line-height:1.7;margin:0px;padding:0px;}
.floatDiv li div p.floatDivTitle{color:#373e48;font-size:24px;line-height:1.2;padding-bottom:15px;}
.floatDiv li div p.floatDivTitle span{font-size:18px;}
.floatDiv li div p.floatDivTitle em{ font-style:normal;font-size:36px;color:#cc0000;}
.knowMore{ display:block; position:absolute;bottom:15px;right:25px;color:#cc0000;font-size:12px;}
.hengxian{ margin:0px;padding:0px;border-bottom:1px solid #bbbec3; position:absolute;top:6px;*top:-15px;left:75px;width:874px; z-index:-10;}

/*RDfooter*/
.RDfooter{margin-top:30px;}
.RDfooter1{ background:#dadce0;padding-top:40px;padding-bottom:10px;}
.RDfooter1 dl,.RDfooter1 dt,.RDfooter1 dd{margin:0px;padding:0px;}
.RDfooter1 dl{float:left;margin-left:30px;}
.RDfooter1 dl dt{font-size:14px;color:#050101;font-weight:bold;padding-bottom:25px;}
.RDfooter1 dl dt a{color:#050101;}
.RDfooter1 dl dd{font-size:13px;line-height:24px; display:none;}
.RDfooter1 dl dd a{color:#050101;}
.RDfooter1 dl dd a:hover{color:#ae251b;}
.RDfooterFuWu{float:right;width:200px;padding-top:10px; display:none;height:0;margin-right:30px;}
.RDfooterFuWu dl{ float:none;margin-left:10px;margin-top:20px; }
.RDfooterFuWu dl dt{font-size:17px;color:#060101;}
.RDfooterFuWu dl dd{line-height:18px;}
.RDfooter2{ background:url(../images/RDfooter2Bg.jpg) repeat-x;padding-top:20px;padding-bottom:80px;}
.RDfooter2 ul{margin:0px 0px 0px 15px;padding:0px;float:left;}
.RDfooter2 ul li{ list-style:none;float:left;font-size:12px;color:#000000; }
.RDfooter2 ul li a{color:#000;padding:0px 5px;}
.RDfooter2 ul li a:hover{color:#ae251b;}
.RDfooter2 p{ text-align:right;font-size:12px;color:#000000;margin:0px;padding:0px;padding-right:30px;}

.yincangBtn{ position:absolute;right:40px;top:-56px;height:16px;width:25px; overflow:hidden;}

/*neiye*/
.currentLocation{font-size:12px;color:#898989; text-align:left; background:url(../images/currentLocation_bg.jpg) repeat-x;height:auto;}
.currentLocation p{margin:0px auto;padding:0px;padding-top:10px;width:1080px;padding-left:20px;padding-bottom: 10px;}
.currentLocation p a{color:#898989;padding:0px 5px;}
.currentLocation p a:hover{color:#ae251b;}
.xingxiangImages{height:220px;}
.fenleiMore{ background:#ececec;height:34px; text-align:center;}
.fenleiMore ul{margin:0 auto 0 auto;height:34px;padding:0;}
.fenleiMore li{ list-style:none;float:none;height:34px;line-height:34px;font-size:16px; display:inline-block;*display:inline;}
.fenleiMore li a{color:#000; display:block;padding:0px 10px;height:34px;line-height:34px;*display:inline-block;font-size: 14px;}
.fenleiMore li.fenleiMoreFocus a{ background:#fff;color:#bd1307;}
/*baogao*/
.baogaoList{height:253px;border:1px solid #e5e5e5;border-right:0px;width:1036px;margin:40px auto 0px auto;}
.baogaoDiv{border-right:1px solid #e5e5e5;float:left;width:344px; position:relative;height:253px;}
.baogaoDiv p{margin:0px;padding:0px;width:100%;height:68px;border-bottom:1px solid #e5e5e5; text-align:center;font-size:18px;color:#0a0101; background:#eeeeee;line-height:68px;}
.baogaoDiv ul{margin:10px 0 0 0;padding:0px;}
.baogaoDiv ul li{ list-style:none;border-bottom:1px solid #eeeeee;height:32px;line-height:32px;margin:0 0.2rem;padding-left:5px;    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;}
.baogaoDiv ul li span{float:right;color:#c60a0e;font-size:11px;padding-right:5px;}
.baogaoDiv ul li span.xiazai{padding-right:20px;font-size:12px;color:#c60a0e;}
.baogaoDiv ul li span.xiazai a{ text-decoration:underline;}
.baogaoDiv ul li span a img{ display:block;height:21px;margin-top:6px;}
.baogaoDiv ul li a{color:#7d7c7b;font-size:12px;}
.baogaoDiv ul li a:hover{color:#ae251b;}
.more{ position:absolute;right:15px;bottom:7px; display:block;color:#ffffff;font-size:12px;width:77px;height:26px;line-height:26px; text-align:center; background:#ae251b;}

.contentTitle{color:#ae251b;font-size:18px;margin:0px;padding:0px 0px 0px 16px;line-height:50px;}
.basicSituation{width:1036px;margin:20px auto 0px auto;font-size:12px;color:#000;line-height:33px;}
.basicSituation div{border:1px solid #e5e5e5;border-top:0px;}
.basicSituation table{width:1003px;margin:0px auto;}
.basicSituation table tr td{padding-left:24px;}

.UsualIndicators{width:1036px;margin:20px auto 0px auto;font-size:12px;color:#000;line-height:33px;padding-bottom:100px;}
.UsualIndicators div{border:1px solid #e5e5e5;border-top:0px;}
.UsualIndicators table{width:1003px;margin:0px auto;}
.UsualIndicators table tr td{border-bottom:1px dotted #a6a6a6;text-align:center;}
.UsualIndicators table tr th{ text-align:center; background:#ae251b;color:#fff;}

/*rightFloat*/
.rightFloat{ position:fixed;right:0px; z-index:100;top:106px; background:url(../images/rightFloat.png) repeat-y;width:88px;_position:absolute;}
.rightFloat p{margin:0px; text-align:center;}
.rightFloat p a{color:#000000;font-size:12px;padding:0px 1px;}
.rightFloat ul{margin:10px 0 0 0;padding:0px;}
.rightFloat ul li{ list-style:none;font-size:12px;height:65px;width:88px;}
.rightFloat ul li a{ display:block;height:65px;width:88px;color:#000000;}
.rightFloat ul li a img{ vertical-align:middle; display:block;height:38px;width:38px;margin-left:28px;}
.rightFloat ul li a span{ display:block; text-align:center;width:100%;}
.rightFloat ul li a:hover{ background:url(../images/rightFloatFocus.png) no-repeat;color:#fff;}
.rightFloat ul li .hoverImg{ display:none;}
.rightFloat ul li.opacityImg img{ display:none;}
.rightFloat ul li.opacityImg .hoverImg{ display:block;}





/*newsList*/
.search .newsListTitle{height:46px;line-height:46px;color:#424242;font-size:18px;border:1px solid #e8e8e8;margin:45px 0 0 0;padding:0px 0px 0px 20px;}
.search .newsListTitle span{padding-left:584px;font-size:12px;}
.search .newsListTitle span a{color:#424242;}
.search .newsList{margin:0px 20px;padding:0px;}
.search .newsList li{ list-style:none;height:auto;min-height:72px;padding:23px 0px 23px 0px;border-bottom:1px solid #e8e8e8!important; position:relative;}
.search .newsList li .newsListImg{ display:block;width:120px;float:left;}
.search .newsList li div{float:none;width:72.636%;margin-left:20px;}
.search .newsList li div > span{display:block;margin-bottom:12px;}

.search .newsList li div > span, .newsList li div > span a{color: #424242!important;}
.search .newsList li div > span:hover, .newsList li div > span:hover a{color: #424242!important;}
.search .newsList li div p{margin:0px;padding:0px;color:#706d6c;font-size:12px;line-height:1.7;}
.search .newsList li div p a{color:#706d6c;}
.search .newsList li div p.newsBiaoti{color:#be1407;font-size:14px;line-height:1;padding-bottom:12px;}
.search .newsList li div p.newsBiaoti a{color:#be1407;}
.search .newsList li div p.newsBiaoti span{font-size:12px;padding-left:25px;}
.search .newsList li .jacnewsFenxiang{ float:none; position:absolute;right:25px;top:25px;width:15px; cursor:pointer;} 


/*zixun*/
.zixunLeft{float:left; width:760px;margin-top:45px;margin-left:16px;}
.zixunRight{float:right;width:283px;margin-top:45px;}
.mediaReports{height:272px; background:#e7e7e9; position:relative;width:266px;}
.mediaReports p{margin:0px;padding:5px 0 0 20px;height:45px;font-size:16px;line-height:45px;border-bottom:1px solid #d8d8da; background:url(../images/mediaReports_bg.jpg) no-repeat right top;}
.mediaReports ul{margin:0px 30px;padding:0px;}
.mediaReports ul li{ list-style:none;font-size:12px;margin-top:20px;}
.mediaReports ul li a{color:#6f6d6e;line-height:1.3;}
.mediaReports ul li a:hover{color:#ae251b;}
.mediaReports .more{ background:#a1a6ac;}
.reporterZone{ background:url(../images/reporterZone_bg.jpg) no-repeat;width:266px;height:229px;margin-top:65px;}
.reporterZone p{margin:0px;padding:5px 0 0 20px;height:46px;line-height:46px;font-size:16px;}
.activity{margin:35px 0 0 0;padding:0px;width:266px;}
.activity li{ list-style:none;height:90px;margin-bottom:15px;}
.activity li .activityMore{ float:right;font-size:12px;display:block;width:78px;height:26px;line-height:26px; text-align:center;color:#fff; background:#adb2b6;}
/*新闻详情页面*/
.newsContentLeft{margin-top:0px;margin-left:0px;float:inherit;margin: 0 auto;text-align: center;}
.backList{margin:0px;padding:0px 25px 0 0px;height:29px;line-height:29px; text-align:right;font-size:12px;border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;}
.backList a{color:#000;}
.newsContentTitle{border-bottom:1px solid #e8e8e8;padding-bottom: 10px;
    position: relative; }
.newsContentTitle h1 {
    font-size: 16px;
    line-height: 40px; font-weight:normal; text-align:center;
    margin: 0;
    padding: 0;
}
.newsContentTitle span{ font-size:13px;}

.newsContentTitle p{margin:0px;padding:10px 0px 0px 23px;font-size:14px;color:#424244;}
.newsContentTitle p span{color:#aaaaaa;padding-left:28px;}
.newsContent p span{color:#000000;padding-left:0px;}

.newsContentTitle .fenxiangdao {
    bottom: 11px;
    position: absolute;
    right: 0;
}
.fenxiangdao {
    color: #424244;
    font-size: 12px;
    margin: 2px 0;
}


.fenxiangdao2{float:right;/* margin-top:17px; */}
.newsContent{font-size:12px;color:#424244;margin:0px 23px;}
.newsContent p{line-height:2;text-align:left;}
.newsContent p img{ text-indent:0;}
.front{margin:0px 0px 0px 20px;padding:0px;}
.front li{ list-style:none;height:20px;line-height:20px;margin-top:13px;font-size:12px;color:#424244;}
.front li img{ display:block;float:left;}
.front li span img{padding-right:13px;}
.front li a{font-size:12px;color:#424244;}
.front li a:hover{color:#ae251b;}
.zixunRightNews{margin:45px 0px 0px 0px;padding:0px;}

.zixunRightNews li{ list-style:none;border-bottom:1px solid #e8e8e8;color:#424244;font-size:12px;height:32px;line-height:32px;padding-top:5px;}
.zixunRightNews li a{color:#424244;}
.zixunRightNews li a:hover{color:#ae251b;}
.ad{color:#1f0503;font-size:14px;margin-bottom:10px;}
.ad p{margin:0px;padding:0px;}
.ad p a{color:#1f0503;}
/*fenye*/
.RDpage{margin:30px auto 0 auto;padding:0px 0px 35px 0px;font-size:12px;}
.RDpage a{ display:block;float:left;width:24px;height:22px;border-bottom:1px solid #e5e5e5; background:#fff;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5; text-align:center;line-height:22px;color:#6b6b6b;}
.RDpage a.shenglueA{width:auto;padding:0px 5px;}
.RDpage a.pageFocus{color:#be1407;}
.RDpage a:hover{color:#be1407;}
.RDbanner img{ display:none;}

/*预约试驾*/
.appointmentDrive{ background:#e8e8e8;padding-bottom:20px;}
.appointmentDriveBg{ background:url(../images/appointmentDriveBG.jpg) no-repeat top center;padding-top:70px;}
.appointmentDriveContent{width:1076px;margin:0px auto; background:#ffffff;padding-bottom:25px;}
.appointmentDriveTitle{ background:url(../images/appointmentDriveTitleBg.jpg) right top no-repeat;height:83px;}
.goucheProcess{ background:none;height:83px;}
.appointmentDriveContent p{width:930px;margin:20px auto 0 auto;padding:0px;color:#000000;font-size:14px;}
.appointmentDriveContent p span{color:#d50000;}
.appointmentDriveContent p.beizhu{color:#706d6c;font-size:12px;line-height:2;margin-top:0px;}
.appointmentDriveTitle p,.goucheProcess p{padding:0px;color:#bd1307;font-size:24px;border-bottom:1px solid #dddddd;width:930px;margin:0px auto;height:83px;line-height:83px; text-align:center;}
.beizhu1 p{color:#706d6c;font-size:12px;line-height:2;padding:0px;}
.vehicleInformation{margin:30px auto 0 auto;padding:0px;width:930px;}
.vehicleInformation li{ list-style:none;border:1px solid #e0e2e4;padding:30px 0px;margin-top:4px; position:relative;}
.vehicleInformation li .vehicleInformationLeft{font-size:14px;color:#fff; text-align:center; display:block;width:30px; position:absolute;left:22px;top:-1px; background:url(../images/chexingxinxi.png) no-repeat;height:66px;padding:11px 14px 0 14px;}
.vehicleInformation li dl,.vehicleInformation li dt,.vehicleInformation li dd{margin:0px;padding:0px;}
.vehicleInformation li dl{color:#706d6c;font-size:12px;margin-left:200px;*padding-bottom:30px;}
.vehicleInformation li dt{float:left;width:130px; text-align:right;padding-bottom:15px;height:31px;line-height:31px;padding-right:15px;}
.vehicleInformation li dt i{ font-style:normal;color:#cf0305;font-size:12px;}
.vehicleInformation li dd{width:570px;float:left;padding-bottom:15px;line-height:31px;}
.vehicleInformation li dd input.textInput{padding:0px; border:1px solid #dedede;height:31px;color:#706D6C; font-size:12px;line-height:31px;padding-left:5px;width:145px;margin-right:7px;*margin-left:-200px;}
.vehicleInformation li dd span{padding-right:15px;}
.vehicleInformation li dd span input{margin-right:5px;}
.vehicleInformation li dd em{font-style:normal;}
.vehicleInformation li dd select{margin-right:7px;padding:5px 3px 5px 0;font-size:12px;color:#706d6c;width:152px;border:1px solid #dedede;}
.baocun{ display:block;color:#ffffff;font-size:12px; background:#be1407; text-align:center;width:77px;height:26px;line-height:26px;margin:30px auto 0 auto;}
/*维修*/
.weixiuTitle{}
.weixiuBg{ background:url(../images/yuyueweixiu_bg.jpg) no-repeat center top;padding-top:70px;}
.weixiu textarea{width:294px; height:117px;padding:0px;border:1px solid #dedede;*margin-left:-200px; display:block;font-size:12px;}
.weixiuContent{padding-bottom:165px;}
.vehicleInformation textarea{width:394px; height:117px;padding:5px 0px 0px 5px;border:1px solid #dedede;*margin-left:-200px; display:block;font-size:12px;color:#706D6C;}
/*招聘*/
.recruitment_bg{ background:#fff;margin-top:44px;}
.recruitment{width:1041px;margin:0px auto;padding:0px;}
.zhaopinyaoqiu,.zhaopinyaoqiu dt,.zhaopinyaoqiu dd{margin:0px;padding:0px;}
.zhaopinyaoqiu{margin-left:37px;margin-top:40px;padding-bottom:100px;*width:880px;}
.zhaopinyaoqiu dt{float:left;width:60px;color:#996666;font-size:30px;line-height:2;*line-height:1;}
.zhaopinyaoqiu dd{float:left;width:810px;}
.zhaopinyaoqiu dd p{color:#676769;font-size:14px;padding:0px;}
.zhaopinyaoqiu dd p.recruitmentTitle{color:#676769;font-size:18px;}
.zhaopinyaoqiu dd p a{color:#996666; text-decoration:underline;}
.zhaopinyaoqiu dd p i{color:#996666;}
.zhaopinyaoqiu dd p span{padding-right:20px;}
/*活动*/
.promotionActivity{padding-bottom:50px;}
.indexPhoto{ position:relative;height:80px; width:580px;}
.indexPhoto p{color:#666666;font-size:14px; background:url(../images/quan.png) no-repeat 12px center;margin:0px;padding:0px 0px 0px 30px;height:30px;line-height:30px;}
.indexPhotoList{width:580px;margin:0px auto 0px auto; overflow:hidden; position:relative;height:80px;}
.indexPhoto .indexPhotoList ul{margin:0px 0px 0px 0px;padding:0px; position:absolute;left:0px;}
.indexPhoto li{list-style:none;float:left;color:#fbfafa;font-size:20px;margin:0px 57px; background:url(../images/yuan.png) no-repeat;width:79px;height:80px;line-height:79px; text-align:center;}
.indexPhoto li a{color:#fff;}
.indexPhoto li.yearListFocus{ background:url(../images/yuanFocus.png) no-repeat;}
.indexPhoto .prev,.indexPhoto .next{ display:block; position:absolute;top:16px;left:-30px; z-index:100;}
.indexPhoto .next{left:591px;}
.seeActivityFujia{width:400px;height:29px; line-height:29px;margin-left:10px;color:#706d6c;font-size:12px;}
.seeActivity,.seeActivity1{float:left; background:url(../images/seeActivity_bg.png) no-repeat;width:187px;height:29px; position:relative;line-height:29px;margin-left:10px;color:#706d6c;font-size:12px;}
.seeActivity ul,.seeActivity1 ul{margin:0px;padding:0px;width:159px; position:absolute;}
.seeActivity li,.seeActivity1 li{ list-style:none;height:29px;line-height:29px; width:159px; text-align:center; display:none; background:#fff;margin-left:2px;}
.seeActivity li a,.seeActivity1 li a{color:#706d6c;}
.activityList{ background:#ffffff;width:1076px;margin:10px auto 0 auto;padding-top:28px;padding-bottom:45px;}
.hotPic{margin:0px 27px;border-bottom:1px solid #e5e5e5;height:95px;}
.activityList .newsList{margin:0px 27px;}
.activityList .newsList li{padding-right:17px;padding-left:17px;display:flex;align-items:center;}
.newsListMore{margin:0px;padding:0px;}
.newsListMore a{display:block;float:right;margin:25px 25px 0 0;color:#ffffff;font-size:12px;width:77px;height:26px;line-height:26px; text-align:center; background:#A1A6AC;}
/*招聘所有页面*/
/*社会招聘*/
.social{width:1025px;margin:0px auto;}
.socialSearch{ background:#ccccff;height:112px;}
.socialSearchBtn{float:right;width:177px;height:111px; background:url(../images/socialSearchBtn.png) no-repeat;}
.socialSearchBtn input{width:163px;padding:0px;border:0; background:url(../images/socialSearchBtnInout.png) no-repeat;height:111px;color:#ffffff;font-size:30px; text-align:center; display:block;float:right;}
.socialSearch dl,.socialSearch dt,.socialSearch dd{margin:0px;padding:0px;}
.socialSearch dl{float:left;width:245px;margin:10px 18px 0px 18px;_margin:10px 18px 0px 10px;}
.socialSearch dt{color:#040303;font-size:14px;height:40px;line-height:40px;}
.socialSearch dd{color:#040000;font-size:12px; background:#fff;width:243px; position:relative;}
.socialSearch dd a{color:#040000;}
.socialSearch dd input{width:236px;height:29px;line-height:29px;padding:0px 0px 0px 5px;border:1px solid #9d9dc4; background:url(../images/socialSearch_bg.jpg) no-repeat 225px center;*display:block;*float:left;}
.socialSearch dd div{ display:none; position:absolute;top:28px;left:0px; background:#fff;width:241px;border:1px solid #9d9dc4;border-top:0;}
.socialSearch dd div a{ display:block;padding-left:5px;height:30px;line-height:30px;}
.socialSearch dd div a:hover{ background:#ccc;}
.socialList{border:1px solid #dbdfde;color:#7f7f7f;font-size:12px;margin-top:10px;}
.socialList th{ background:#f2f0f5;height:42px;color:#7f7f7f;border-color:#dbdfde;*border:1px solid #dbdfde;}
.socialList td{ text-align:center;border-color:#dbdfde;height:35px;color:#7f7f7f;*border:1px solid #dbdfde;}
.socialList td a{color:#bd1307;}
/*招聘详情*/
.hrContentLeft{width:670px;float:left;padding-left:30px;}
.hrContentLeft table{color:#676769;font-size:12px;border:1px solid #dbdfde;}
.hrContentLeft table td{line-height:60px;padding:0px 15px;border-color:#dbdfde;*border-top:1px solid #dbdfde;}
.hrContentLeft table td i{font-style:normal;padding-right:60px;}
.hrContentLeft table td p{margin:0px;line-height:30px;}
.hrContentLeft table td ul{margin:0px;padding:0px;}
.hrContentLeft table td ul li{line-height:30px;}
.hrContentLeft table td span{float:right;}
.hrContentLeft table td p span{float:right;}
.hrContentLeft table .hrContentTitle td{ background:#f5f5f5;font-size:18px;}
.hrContentLeft table .hrContentTitle td span{font-size:14px;}
.hrContentRight{float:right;width:260px;}
.shenqing{width:96px;height:26px; display:block;color:#fff;font-size:14px; background:#be1407; text-align:center;margin:0px auto;line-height:26px;}

.hrContentRight div{margin-bottom:30px;}
/*常见问题*/
.qaTitle{margin:0 0 0 0;height:43px;line-height:43px;color:#fff; background:#996666; text-align:center;font-size:24px;}
.qaTitle span{font-size:12px;padding-left:20px;}
.qaTitle span i{font-style:normal;color:#f50006;padding:0px 5px;}
.qaList{padding:0px 20px;margin:20px 0 0 0;}
.qaList li{ list-style:none;font-size:16px;color:#2d333f;padding:20px 0px;line-height:1.7;}
.qaList li div{color:#2d333f;font-size:12px;line-height:1.7;padding-left:60px;}
.qaList li i{color:#996666;font-size:30px; font-family:Lucida Console;padding-right:10px;}
.liuyanTitle{border-bottom:3px solid #996665;margin:0px;padding:0px 0px 5px 20px;color:#ffffff;font-size:14px;}
.liuyanTitle span{ background:#996665;padding:5px 20px;}
.liuyan{margin-top:45px;}
.liuyan dl,.liuyan dt,.liuyan dd{margin:0px;padding:0px;}
.liuyan dl{height:300px; background:#ececec;padding-left:30px;padding-top:15px;}
.liuyan dt{float:left;width:50px;color:#595d64;font-size:14px;line-height:30px;padding-bottom:10px;}
.liuyan dd{width:930px;float:left;padding-bottom:10px;}
.liuyanText{width:500px;padding:0px 0px 0px 5px;border:1px solid #dbdfde;height:30px;line-height:30px;}
.liuyan dd textarea{height:183px;padding:5px 0px 0px 5px;width:500px;border:1px solid #dbdfde;}
.liuyanBtn{margin:0px;padding:0px;width:77px;height:26px;line-height:26px; text-align:center;color:#fff;font-size:14px;border:0; background:#be1407;}

/*员工风采*/
.employeeDatu{float:left;width:768px;height:251px; position:relative;}
.employeeShipin{width:256px;float:left; background:#000000;height:251px;}
.employeeDaImg{ display:block;width:522px;height:251px;}
.employeeDatu div{ background:url(../images/employeeDaImg_bg.png) no-repeat;width:195px;height:251px;padding:0px 40px 0px 30px; position:absolute;right:0px;z-index:1;top:0px;}
.employeeDatu div p{color:#fff;margin:0px;padding:0px;font-size:12px;line-height:1.7;}
.employeeDatu div p.employeeRiqi{color:#fff;font-size:24px;padding-top:15px;}
.employeeDatu div p.employeeTitle{color:#fff;font-size:18px;padding-bottom:20px;color:#2d333f;}
.employeeDatu div p.employeeTitle a{color:#fff;}
.employeeList{margin:0px;padding:0px;}
.employeeList li{ list-style:none;width:512px;float:left;height:251px; position:relative;}
.employeeList li div{ float:left;width:195px;padding:0px 40px 0px 30px; position:absolute; background:url(../images/employeeList_hui.png) no-repeat;height:251px;}
.employeeList li div p{color:#2d333f;margin:0px;padding:0px;font-size:12px;line-height:1.7;}
.employeeList li div p.employeeRiqi{color:#e20322;font-size:24px;padding-top:15px;}
.employeeList li div p.employeeTitle{color:#2d333f;font-size:18px;padding-bottom:20px;color:#2d333f;}
.employeeList li div p.employeeTitle a{color:#2d333f;}
.employeeList li .employeeImg{ display:block;float:right;width:256px;height:251px;}
.employeeList li.employeeListHuan div{float:right; position:absolute;right:0px;width:196px; background:url(../images/employeeList_lan.png) no-repeat;}
.employeeList li.employeeListHuan .employeeImg{float:left;}
.employeeShipinWidth{width:234px;margin:0px auto;}
/*员工职业生涯*/
.developmentLeft{float:left;width:246px;padding-bottom:450px;}
.developmentTip{ background:#c4b7af;height:565px; position:relative;padding-top:45px;}
.developmentTip p{ text-indent:2em;margin:0px;padding:0px 20px;line-height:2.7;color:#3f342e;font-size:14px;}
.developmentLeftImg{ display:block; position:absolute;right:5px; bottom:5px;}
.developmentRight{width:760px;float:left;margin-left:20px;_margin-left:10px;}
/*hrFirst*/
.hrFirst{margin-bottom:80px;}

/*填写简历*/
.fillResume table{font-size:14px;margin-top:37px;}
.fillResume .personalInformation table{margin-top:0px;}
.fillResume div p{margin:0px;padding:0px;}
.fillResume div p a{ display:block;float:right;height:24px;line-height:24px;border:1px solid #d6d6d6;padding:0px 17px;margin-left:5px;margin-top:5px;color:#7b7b7d;font-size:14px; text-align:center;}
.fillResume table th{font-weight:normal; background:#f5f5f5;height:37px;border-top:1px solid #dbdfde;border-bottom:1px solid #dbdfde;color:#000000;font-size:16px;}
.fillResume table th i{font-style:normal;color:#f50006;padding-right:5px;}
.fillResume table td{line-height:36px; text-align:center;color:#676769;border-top:1px solid #dbdfde;border-bottom:1px solid #dbdfde;border-right:1px solid #dbdfde;}
.fillResume table input{width:90%;padding:0px 0px 0px 5px;border:0px;}
.fillResume table input.bigInput{width:930px;padding-left:13px;}
.fillResume table td i{color:#f50006;padding:0px 5px;font-style:normal;}
.fillResume table textarea{margin:5px 0 0 0;padding:5px 0px 0px 5px;width:100%;border:0;border:1px solid #dbdfde;width:1035px;height:170px;color:#676769;font-size:14px;}
.fillResume .personalAccount td{border:0;}
.resumeOk{padding:0px 0px 50px 0px;width:321px;margin:40px auto 0 auto;height:26px;}
.resumeOk a{ display:block;color:#fff; background:#be1407;width:77px;height:26px;line-height:26px; text-align:center;font-size:14px;float:left;margin:0px 15px;}
.fillResume table select{width:100%;border:0px solid #fff;padding:0;font-size:14px; display:block; background:none;color:#676769;}

/*个人简历*/
.myResume{margin:0px;padding:0px;border:1px solid #dbdfde;}
.myResume li{ list-style:none;padding:0px 0px 30px 0px;}
.myResume li p.myResumeName{color:#2e3641;font-size:20px;margin:0px;padding:0px 0px 0px 20px;height:60px;line-height:60px;}
.myResume li p.myResumeTitle{font-size:18px;color:#2e3641;margin:0px 0 15px 0px;padding:0px 0px 0px 20px; background:#f5f5f5;height:37px;line-height:37px;border-bottom:1px solid #dbdfde;border-top:1px solid #dbdfde;}
.myResume li table{color:#2e3641;font-size:14px;margin:0px 20px;}
.myResume li table td{line-height:30px;}
.myResumeDown{margin:0px;padding:0px;}
.myResumeDown a{color:#fff;font-size:14px; display:block;width:77px;height:26px;line-height:26px; text-align:center; background:#be1407;margin:30px auto 0px auto;}

/*校园招聘*/
.campusLeft{width:665px;float:left;}
.campusLeft ul{margin:0px 0px 0px 20px;padding:0px;border:1px solid #dbdfde;border-bottom:0px;}
.campusLeft ul li{ list-style:none;padding-left:30px;border-bottom:1px solid #dbdfde;height:36px;line-height:36px;}
.campusLeft ul li.campusHui{ background:#f2f0f5;}
.campusLeft ul li span{float:right;color:#bd1307;font-size:12px;padding-right:15px;}
.campusLeft ul li a{font-size:16px;color:#767678;}
.campusRight{width:316px;float:right;padding-right:20px;}
.campusRightZeren{margin:0px;padding:0px 0px 0px 20px;height:40px;line-height:40px;font-size:18px;color:#ffffff; background:#99cccc;}

/*login*/
.boxy-wrapper .title-bar{height:12px; background:none;}
.title-bar h2{ display:none;}
.title-bar a{ display:block;width:40px;height:28px; text-align:center;line-height:28px;float:right; background:#fff;color:#000;}

/*购车流程*/
.goucheProcessImg{margin-top:20px;margin-left:70px;padding-bottom:40px;width:666px;border-right:1px solid #dddddd;}
.goucheProcessImg img{ display:block;}

/*购车流程*/
.activityRightList{margin:0px;padding:0px;}
.activityRightList li{ list-style:none;}
.activityRightList li p{margin:0px;padding:0px;}
.activityRightList p a{color:#040000;font-size:16px;}
/*服务网点*/
.servicePhone{height:160px;width:1030px;margin:5px auto 0 auto;}
.servicePhone img{ display:block;float:right;width:395px;height:160px;}
.servicePhone .servicePhoneLeft{float:left;height:160px; background:#8e9fb4;width:635px;}
.servicePhoneLeft table th{color:#ffffff;font-size:18px; text-align:left;line-height:45px;}
.servicePhoneLeft table td{color:#fff;font-size:14px;line-height:30px;}
.choseBrand{width:1030px;margin:15px auto 0 auto;color:#4f5864;font-size:14px;}
.choseBrand span{padding-left:24px;}
.choseBrand select{width:150px;border:1px solid #dedede;height:29px;line-height:29px;}
.serviceLocatorList{margin:60px auto 0 auto;width:1030px;padding:0px;}
.serviceLocatorList li{ list-style:none;float:left;margin-left:10px;}
.serviceLocatorTitle p{width:1030px;}
.serviceContent{margin-top:24px;}
.serviceContentLift{width:375px;float:left;padding-left:25px;}
.appointmentDriveContent .serviceContentLift p{width:auto;margin:0px;padding:0px 0 0 22px;color:#4f5864;font-size:14px;line-height:42px;}
.serviceContentLift select{width:150px;border:1px solid #dedede;height:29px;line-height:29px;margin-left:5px;}
.appointmentDriveContent .shengfen{ background:#b4b4b4;height:42px;line-height:42px;color:#131b25;font-size:14px;}
.servicePhoneList{height:365px;border:1px solid #dbdbdb; overflow: auto;margin-top:20px;}
.servicePhoneList ul{margin:0px;padding:0px;}
.servicePhoneList ul li{ list-style:none;color:#4f5864;font-size:12px;margin-top:25px;}
.appointmentDriveContent .servicePhoneList ul li p{margin:0px;padding:0px;line-height:1.7;color:#4f5864;}
.serviceContentRight{height:512px;width:632px;float:right;padding-right:20px;}
.serviceContentRight iframe{border:1px solid #dbdbdb;}



/*newActivityList*/
.newActivity{width:1076px;margin:0px auto;padding-bottom:25px;}
.newActivity .seeActivityFujia{margin-left:-5px; z-index:20; position:relative;}
.newActivity #main{margin-top:20px;}
.newActivityList{margin:0px auto;padding:0px;position:relative; z-index:10;}
.newActivityList li{ list-style:none;width:265px;margin:0px 0px 0 8px; display:none}


.newActivityListMore{margin:30px 0 0 0;padding:0px; text-align:right;}
.newActivityListMore a{color:#474646;font-size:12px;}
/*公司简介*/
.companyIntro{width:1030px;margin:44px auto 0 auto;/**/}
.companyJianjie{border:1px solid #e6e6e6;}
.companyIntroTitle{margin:0px;padding:0px 0 0 13px;height:50px;line-height:50px;font-size:18px;color:#4f5864;border-bottom:1px solid #e6e6e6;}
.companyJianjie img{ display:block;width:220px;height:185px;float:right;margin:30px 70px 0 0;}
.companyJianjie div{width:620px;margin-left:24px;font-size:12px;color:#4f5864;line-height:1.7; text-indent:2em;padding-top:10px;}
.companyJianjie div p{margin-top:17px;}
.companyJianjie div .companyIntroMore{ text-align:right; text-indent:0em;margin-top:25px;}
.companyJianjie div .companyIntroMore a{color:#bd1307;}
.companyJianjie div .companyIntroMore a i{font-style:normal;padding-right:3px;}

.memorabilia{border-right:1px solid #e6e6e6;border-left:1px solid #e6e6e6;overflow:hidden;}
.memorabiliaDingwei{ position:relative;height:500px;padding-top:55px; width:1028px; padding-bottom:30px;border-bottom:1px solid #e6e6e6; overflow:hidden;}
.memorabiliaList{margin:0px 0 0 0;padding:0px; position:absolute;left:0px;top:0px;}
.memorabiliaList li{ list-style:none;float:left;width:750px;margin:0 0px 0 0px;padding:0px 0px 0px 120px;color:#4f5864;font-size:12px;}
.memorabiliaList li img{ position:absolute;margin-top:-50px;}
.memorabiliaList li img.nextYear{margin-left:650px;}
.memorabiliaList li div.neirongKuai{padding-top:60px;}
.memorabiliaList li div p{margin:0px;padding:0px 0 0 130px;line-height:1.7;font-size:12px;line-height:24px;}
.memorabiliaList li div p a{color:#4f5864; display:block; width:auto;}
.memorabiliaList li div span{ display:block;width:65px;float:left; background:url(../images/memorabiliaListDian.png) no-repeat left center;height:24px;line-height:24px;padding-left:20px;}

.companyPower table{border:1px solid #e5e5e5;margin-top:5px;}
.wenziDiv{width:306px;height:292px; background:#669999;color:#ffffff;}
.wenziDiv1{width:170px; text-align:center;color:#669999;font-size:36px;margin:0px 50px;}
.wenziDiv2{color:#669999;font-size:36px;width:100%;}
.wenziDiv2 p{margin:0px;padding:0px; }
.wenziDiv p{font-size:14px;line-height:30px;margin:0px;padding:0px 22px 0 22px;}
.wenziDiv p.wenziDivTitle{font-size:36px;padding:30px 22px 10px 22px;font-size: 28px;}
table.keyanchengguo h4{
  font-size: 24px;
  margin-bottom: 12px;
}

.keyan,.keyan dt,.keyan dd{margin:0px;padding:0px;}
.keyan{/* width:365px; */}
.keyan dt{float:left;width:8px;height:7px;margin-top:8px;background-color: #cc000c;}
.keyan dd{/* width:263px; */color:#4e4848;font-size:12px;margin-left:18px;/* height:49px; *//* line-height:1.3; */margin-top:8px;color: #737373;margin-bottom: 16px;font-size: 12px;/* float: left; */}
.zhizaogongyi{margin:0px;padding:0px;}
.zhizaogongyi li{ list-style:none;float:left;width:152px; text-align:center;margin-left:20px;}
.zhizaogongyi li p{margin:0px;padding:0px;}
.zhizaogongyi li img{ display:block;padding-bottom:5px;}

/*金融*/
.financeTitle{height:83px;}
.finance{margin:0px auto;padding:0px 0 0 80px;height:170px;border-bottom:1px solid #dddddd;width:850px;}
.finance li{ list-style:none;float:left;width:128px;margin:20px 60px 0 60px; position:relative;}
.finance li a img{ position:absolute;top:0px;left:0px;}
.finance li a span{padding-top:100px; display:block;color:#01070f;font-size:18px;padding-left:10px;}
.financeTitle p{padding:0px;color:#bd1307;font-size:24px;border-bottom:2px solid #dddddd;width:930px;margin:0px auto;height:83px;line-height:83px; text-align:center;}
.financeContent{color:#686868;font-size:12px;padding-bottom:95px;}
.financeContent p{color:#686868;line-height:1.7;}
.financeContent p.financeTips{color:#454545;font-size:14px;}
/*chanxiaobaogao*/
.chanxiaobaogao{margin:0px auto;padding:0px;color:#bf1000;font-size:18px;border-bottom:1px solid #dddddd;width:930px;line-height:40px;}
.chanxiaoList{margin:50px auto 0 auto;padding:0px;width:717px;border:1px solid #ddd4d7;}
.chanxiaoList li{ list-style:none;height:45px;line-height:45px;font-size:12px;border-bottom:1px solid #ddd4d7;}
.chanxiaoList li span{ float:right;font-size:12px; display:block; height:45px;line-height:45px;margin-right:25px;}
.chanxiaoList li span a img{ display:block;margin-top:12px;}
.chanxiaoList li span.xiazai{line-height:45px;}
.chanxiaoList li span.xiazai a{ text-decoration:underline;font-size:12px;}
.chanxiaoList li a{color:#635552;}
.chanxiaoList li i{font-size:12px;color:#b91305;font-style:normal;padding:0px 45px 0px 10px;}
.indexPhotoCX{width:782px;margin-top:30px;}
.indexPhotoCX .indexPhotoList{width:782px;}
.indexPhotoCX li{margin:0 38px;}
.indexPhotoCX .next{left:783px;}
/*wendangTab*/
.fenleiMore ul.wendangTab{ padding:0px;margin:0px auto 0px 986px;}
.wendangTab li{ list-style:none;float:left;width:17px;height:14px; overflow:hidden; position:relative;margin-top:10px;}
.wendangTab li img{ position:absolute; display:block;left:0px;top:0px;margin-left:4px;}

@media screen and (min-width:1024px) and (max-width:1440px){
  /*<!-- slideBanner -->*/
#mfpSlide{width: 100%;position: relative;}
/*#mfpSlide{height: 420px;width: 1190px;;min-width: 990px;background: red;margin: 0 auto}*/
#mfpSlide #mfpSlide_con{margin:0px;padding:0px;}
#mfpSlide #mfpSlide_con .slideCon {height: auto;width: 100%;position: absolute;top:0;left:0}
#mfpSlide #mfpSlide_con .slideCon .slideCenter {width: 100%;height: auto;margin: 0 auto;position: relative;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .hiddenAd{width: 80%;height: 100%;position: absolute;left:240px;top:-40px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .link{width: 100%;height: 100%;display: block;position: absolute;left:0px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd{width: 190px;height:100%;position: absolute;top:15px;right:0px;background: black;z-index:3}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd li{float: left;position: relative;height: 100%;width: 190px;}
#mfpSlide #mfpSlide_con .slideCon .slideCenter .rightAd li s{width: 170px;height: 1px;background: #D9CFCD;display: block;position: absolute;bottom: 0px;left: 10px;}
#mfpSlide #mfpSlide_nav {display: block;height: 8px;width: 370px;position: absolute;left:34%;bottom: 0px;z-index:3;margin:0px;padding:0px;}
#mfpSlide #mfpSlide_nav li{float: left;display: block;width: 64px;height: 8px;background: #999999;cursor: pointer;margin: 0 4px;}
#mfpSlide #mfpSlide_nav li.hover{background: #000000}
/*#mfpSlide #mfpSlide_con li .slideCenter a{display: block;width: 755px;height: 420px;background: yellow;margin-left:240px;position: absolute;}*/



/*#mfpSlide #slidebox{width: 1190px;height: 420px;margin: 0 auto;position: relative;background: silver;opacity: 0.2}*/

/*#mfpSlide #mfpSlide_nav{position: absolute;}*/
/*#mfpSlide #mfpSlide_nav*/
.RDbanner{height:auto;}
.RDbanner img{ display:block;width:100%;height:auto;}
}

@media screen and (max-width:768px){
  .RDcenter{width:100%;margin:0px auto; position:relative;}
  .RDheader{ display:none;}
  .RDlogo{float:none;margin-top:10px;}
  .RDnav{ float:none;clear:both; width:100%;margin-top:30px;padding:0px;}
  .RDnav li a{ background:none;padding-right:0;}
  .RDheader2{ background:#fff;}
  .currentLocation{ display:none;}
  .xingxiangImages{ display:none;}
  .fenleiMore ul{width:100%;padding:0px;}
  .baogaoList{width:100%;border-left-width:0;}
  .baogaoDiv{width:100%;border-right:0;}
  .basicSituation{ width:100%;}
  .basicSituation table{width:100%;}
  .UsualIndicators{width:100%;}
  .UsualIndicators table{width:100%;}
  .RDfooter1{ display:none;}
  .fenleiMore li{margin-left:2em;}
  .fenleiMore li a{padding:0px 1em;}
  .RDfooter2{padding-bottom:4em;}
  .RDfooter2 ul{float:none;height:34px;margin-left:1em;}
  .RDfooter2 p{ text-align:center;margin-top:10px;}
  .RDfooter2 ul li{margin-bottom:5px;}
  .RDfooter2 ul li a{padding:0px 1em;}
  .contentTitle{ text-align:center;}
  .rightFloat{ display:none;}
  /*index杨修改*/
  #mfpSlide{min-width:100%;width:100%;}
  .RDbanner{height:196px;}
  #mfpSlide{height:196px;}
  #mfpSlide #mfpSlide_con .slideCon{height:196px;}
  #mfpSlide #mfpSlide_con .slideCon .slideCenter{width:100%;height:196px;}
  #mfpSlide #mfpSlide_con .slideCon .slideCenter .link{width:100%;height:196px;}
  .indexShowList{margin-left:0px; z-index:999999; position:relative;}
  .indexShowList li{float:none;margin:0px;height:175px;margin-top:30px;margin-left:1em;width:150px;}
  .floatDiv li{position:relative;width:100%;margin-top:10px; background:none;padding-left:0px;}
  .floatDiv li div{width:80%;float:none;}
  .floatDiv li a img{width:20%;margin-right:1em;height:60%;padding-bottom:40%;}
  .indexShow{width:100%;}
  .hengxian{ display:none;}
  .floatDiv{margin:0px;padding:0px;padding-left:2em;}
  #mfpSlide #mfpSlide_nav{width:20em;left:2em;}
  #mfpSlide #mfpSlide_nav li{width:3em;}
  .floatDiv li div p.floatDivTitle{font-size:16px;}
  .floatDiv li div p.floatDivTitle em{font-size:16px;}
  .indexShowList li a{padding-top:0px;padding-left:2em;}  
  .knowMore{bottom:4em;}
  .RDbanner img{ display:block;width:100%;height:196px;}
}






/*.newActivityList li{background:#000}*/
.newActivityList li a:hover img{  opacity: 0.8;}




.baogaoDiv ul li > a{float:left;width:190px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}