html,
body {
  font-family: Source Sans Pro, Helvetica Neue, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  -webkit-tap-highlight-color: transparent;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
  background: #f7f7f7;
}
/* 去掉各 Table  cell 的边距并让其边重合 */
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
q:before,
q:after {
  content: '';
}
/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
  text-decoration: none;
}
a {
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:focus {
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
em {
  font-style: normal;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
input,
textarea {
  background: none;
  border: 1px #000 solid;
}
.content {
  overflow: hidden;
  width: 100%;
}
.w_1000 {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.head {
  position: relative;
}
.head .banner {
  width: 100%;
  display: block;
}
.head .banner img {
  width: 100%;
  display: block;
}
.head .head_top {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
  display: block;
  overflow: hidden;
  z-index: 999;
}
.head .head_top .logo {
  width: 217px;
  float: left;
}
.head .head_top .logo img {
  width: 100%;
  display: block;
}
.head .head_top .tel {
	float: left;
	margin-left:240px;
	line-height: 70px;
	font-size: 22px;
	color: #fc5c63;
}
.head .head_top .search {
  float: right;
  position: relative;
}
.head .head_top .search input {
  float: left;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: #fff;
  margin-top: 15px;
  height: 35px;
  line-height: 35px;
  width: 200px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 35px;
  font-size: 14px;
  color: #000;
  outline: none;
}
.head .head_top .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #808080;
}
.head .head_top .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
}
.head .head_top .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
}
.head .head_top .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #808080;
}
.head .head_top .search .search_box {
  position: absolute;
  right: 8px;
  text-align: center;
  line-height: 35px;
  width: 30px;
  margin-top: 15px;
}
.head .head_top .search .search_box i {
  font-size: 20px;
  color: #808080;
}
.head .Pc_Marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  width: 100%;
  height: 75px;
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
}
.head .Pc_Marquee .Pc_Marquee_1 {
  position: relative;
  width: 27.3333%;
  margin: 0 3%;
  float: left;
}
.head .Pc_Marquee .Pc_Marquee_1 .Pc_Marquee_ico {
  position: absolute;
  top: 25px;
  right: 15px;
  pointer-events: none;
}
.head .Pc_Marquee .Pc_Marquee_1 .Pc_Marquee_ico i {
  color: #3c9eff;
  font-size: 20px;
}
.head .Pc_Marquee select {
  height: 35px;
  line-height: 35px;
  margin-top: 20px;
  padding-right: 20px;
  width: 100%;
  color: #808080;
}
.head .Pc_Marquee select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 0px #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
  padding-left: 14px;
  background: #fff;
}
.head .Pc_Marquee select::-ms-expand {
  display: none;
}
.click_screen_box {
  overflow: hidden;
  padding-top: 10px;
  width: 100%;
}
.click_screen_box .click_screen {
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.click_screen_box .click_screen .click_screen_padding {
  padding: 0 15px;
}
.click_screen_box .click_screen span {
  font-size: 16px;
  color: #282828;
  font-weight: bold;
}
.click_screen_box .click_screen .click_screen_em {
  font-size: 16px;
  color: #282828;
  padding: 5px 8px;
  line-height: 40px;
  white-space: nowrap;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.click_screen_box .click_screen .click_screen_em:hover {
  font-size: 16px;
  padding: 5px 8px;
  background: #3c9eff;
  color: #fff;
  cursor: pointer;
}
.click_screen_box .click_screen .click_screen_em_on {
  background: #3c9eff;
  color: #fff;
  cursor: pointer;
}
.col-xs-12 {
  padding: 0 15px;
}
.index_title {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}
.index_title h4 {
  font-size: 18px;
  line-height: 30px;
  color: #808080;
  padding-bottom: 10px;
}
.index_title span {
  font-size: 16px;
  color: #282828;
  cursor: pointer;
  padding-right: 15px;
}
.index_title i {
  font-size: 15px;
  color: #282828;
  cursor: pointer;
}
.index_title a:focus {
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.index_title .sx {
  color: #3c9eff;
}
.index_title .jx {
  color: #3c9eff;
}
.footer {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 70px;
  background: #2e2e2e;
}
.footer p {
  text-align: center;
  padding: 25px 15px;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}
.footer .warpper {
  text-align: center;
  padding: 12px 15px;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
}
.footer .logo {
  height: 50px;
  vertical-align: middle;
  margin-left: 15px;
}
.index_list_box {
  display: block;
  overflow: hidden;
}
.index_list_box .index_list_padding {
  padding: 0 15px;
}
.index_list_box img {
  width: 100%;
  padding-right: 0px;
}
.index_list_box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #282828;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.index_list_box .yuan {
  display: block;
  color: #808080;
  font-size: 18px;
  line-height: 30px;
}
.index_list_box .yuan i {
  color: #ff678d;
  font-style: normal;
}
.index_list_box .address {
  display: block;
  color: #404040;
  line-height: 21px;
  font-size: 16px;
  height: 37px;
  overflow: hidden;
  padding-bottom: 5px;
}
.index_list_box .color {
  display: block;
  color: #404040;
  line-height: 18px;
  font-size: 16px;
  height: 18px;
  overflow: hidden;
  padding-bottom: 5px;
}
.car_color_text{
  display: block;
  color: #404040;
  float:left;
}
.car_color_square{
  display: block;
  width: 16px;
  height: 16px;
  border: #8B8B7A solid 1px;
  float:left;
  padding: 1px;
  margin-right: 2px;
}
.index_list_box .state {
  display: block;
  margin: 5px 0px;
}
.index_list_box .state em {
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  padding: 4px 8px;
}
.index_list_box .state em:nth-of-type(1) {
  background: #3c9eff;
}
.index_list_box .state em:nth-of-type(2) {
  background: #ff6600;
}
.index_list_box .Label {
  overflow: hidden;
  display: block;
  margin-top: 5px;
}
.index_list_box .Label em {
  line-height: 35px;
  padding: 3px 6px;
  font-size: 14px;
  border-radius: 5px;
  white-space: nowrap;
}
.index_list_box .Label em:nth-of-type(1) {
  border: 1px solid #5c5cb8;
  color: #5c5cb8;
}
.index_list_box .Label em:nth-of-type(2) {
  border: 1px solid #5cb85c;
  color: #5cb85c;
}
.index_list_box .Label em:nth-of-type(3) {
  border: 1px solid #3c9eff;
  color: #3c9eff;
}
.list_margin {
  width: 498px;
  float: left;
  margin-bottom: 15px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #f7f7f7;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.list_boxl {
  width: 219px;
  padding: 0 15px;
  float: left;
  overflow: hidden;
  position: relative;
}
.list_boxl img {
  height: 160px;
  display: block;
}
.list_boxl .list_boxl_gg {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 30px;
  height: 18px;
  background: #000;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.list_boxr {
  width: 219px;
  padding: 0 15px;
  float: left;
  overflow: hidden;
  height: 160px;
}
.list_margin:hover {
  border: 1px solid #e2e2e2;
  background: #fff;
}
.page {
  padding: 20px 20px;
  overflow: hidden;
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px;
}
.page .a_off {
  padding: 4px 10px;
  margin-left: 10px;
  border: 1px solid #2e2e2e;
  border-radius: 3px;
  color: #2e2e2e;
}
.page .a_off:hover {
  border: 1px solid #3c9eff;
  color: #3c9eff;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.page .a_on {
  padding: 4px 10px;
  margin-left: 10px;
  border: 1px solid #3c9eff;
  border-radius: 3px;
  color: #3c9eff;
}
.Advertisementl {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 9999;
}
.Advertisementl .left {
  width: 150px;
  height: 370px;
  float: left;
  position: relative;
}
.Advertisementl .left img {
  width: 150px;
  height: 370px;
  display: block;
}
.Advertisementl .left .Close_GG {
  position: absolute;
  left: 5px;
  top: 5px;
}
.Advertisementl .left .Close_GG i {
  font-size: 15px;
  color: #fff;
}
.Advertisementl .left span {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 20px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  border-top-right-radius: 10px;
  background-color: #104b78;
}
.Advertisementr {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 9999;
}
.Advertisementr .right {
  width: 150px;
  height: 370px;
  float: right;
  position: relative;
}
.Advertisementr .right img {
  width: 150px;
  height: 370px;
  display: block;
}
.Advertisementr .right .Close_GG {
  position: absolute;
  right: 5px;
  top: 5px;
}
.Advertisementr .right .Close_GG i {
  font-size: 15px;
  color: #fff;
}
.Advertisementr .right span {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 20px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  border-top-left-radius: 10px;
  background-color: #104b78;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 160px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 160px;
}
