ul,
li,
dd,
dl,
dt,
body,
div,
a,
em,
b,
i,
p,
ol.label {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-style: normal;
}
body {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.en_font {
  font-family: Arial !important;
}
body.cur,
html.cur {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
.row * {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.menusActive .icon-bar {
  display: none;
  animation: opacitys10 0.5s ease-in;
  -webkit-animation: opacitys10 0.5s ease-in;
}
/* nav */
.centerVer {
  display: inline-block;
  vertical-align: middle;
}
.flex_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.transitions {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.roate45 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
}
.roateF45 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
}
.roate0 {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  -moz-transform: rotate(0deg);
}
.inputContent {
  width: 100%;
  border: 0;
  height: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  color: #333;
  font-size: 12px;
}
.carNav {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.carNav h4 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 15px;
}
.carNav .swiperNav_height {
  max-height: 200px;
  position: relative;
}
.carNav .swiperNav_height .imgs {
  width: 100%;
  max-width: 200px;
  min-width: 150px;
  margin-bottom: 10px;
  margin-top: 5px;
  height: 60px;
}
.carNav .swiperNav_height .imgs img {
  width: 100%;
}
.carNav .btn_list button {
  padding: 5px 0;
  width: 45%;
  display: inline-block;
  background: #70a4d3;
  border-radius: 0;
  border: 1px solid #70a4d3;
  font-size: 14px;
  color: #fff;
}
.carNav .btn_list button:nth-child(2) {
  background: #fff;
  border: 1px solid #dee8f5;
  color: #888;
  box-shadow: none;
  margin-left: 10%;
}
.carNav .carNavTitle {
  margin-top: 10px;
}
.carNav .carNavTitle span {
  color: #888;
}
.carNav .swiper-button-disabled {
  display: none;
}
.carNav .swiper-button-prev {
  width: 20px;
  background: none;
  left: 5px;
  margin-top: 0;
}
.carNav .swiper-button-prev img {
  width: 100%;
  max-width: 10px;
  float: left;
}
.carNav .swiper-button-next {
  width: 20px;
  background: none;
  right: 5px;
  margin-top: 0;
}
.carNav .swiper-button-next img {
  width: 100%;
  max-width: 10px;
  float: right;
}
.carNav .animite_swiper {
  opacity: 0;
  animation: menuNav 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}
.nav_btn .col-xs-6 {
  padding: 0;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.fullScreen {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.an_nav {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  -moz-transform: rotate(0deg);
  transition-delay: 0.5s;
}
.an_nav .ver_line {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  -moz-transform: rotate(0deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.an_nav .hoz_line {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  -moz-transform: rotate(0deg);
}
.us_nav {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.us_nav .ver_line {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}
.all_car .swiper_nav_one {
  padding: 0 18px;
}
.foot_topContent {
  overflow: hidden;
  background: #e8eff5;
  margin-top: 0.2rem;
}
.foot_topContent .font_codes {
  margin-top: 0.93333333rem;
}
.foot_topContent .font_codes .foot_le {
  width: 4.73333333rem;
  float: left;
}
.foot_topContent .font_codes .foot_le img {
  width: 100%;
  vertical-align: middle;
}
.foot_topContent .font_codes .word_foot {
  font-size: 0.24rem;
  line-height: 0.34666667rem;
  padding-right: 0.46666667rem;
  padding-top: 0.4rem;
}
.foot_topContent .font_codes .word_foot h5,
.foot_topContent .font_codes .word_foot .p1 {
  font-size: 0.29333333rem;
  line-height: 0.4rem;
  margin-bottom: 0.13333333rem;
}
.foot_topContent .font_codes .word_foot .next_app {
  width: 2.66666667rem;
  height: 0.69333333rem;
  line-height: 0.69333333rem;
  background: #fff;
  color: #666;
  margin-top: 0.26666667rem;
  text-align: center;
  border: 0.04rem solid #000000;
  display: inline-block;
}
.foot_topContent.foot_topContent_default {
  background: #fff;
}
.foot_topContent.foot_topContent_default .foot_le {
  width: 2.98666667rem;
  padding-left: 0.70666667rem;
  padding-right: 0.26666667rem;
}
.foot_topContent.foot_topContent_default .word_foot {
  font-size: 0.26666667rem;
  line-height: 0.42666667rem;
  padding-top: 0.4rem;
}
.foot_topContent.foot_topContent_default .word_foot h5,
.foot_topContent.foot_topContent_default .word_foot .p1 {
  font-size: 0.32rem;
  line-height: 0.53333333rem;
}
.foot_topContent.foot_topContent_default .word_foot .next_app {
  color: #fff;
  background: #000;
  opacity: 0.8;
  width: 4.53333333rem;
  border-radius: 0.10666667rem;
  margin-top: 0.53333333rem;
}
.sitemap {
  margin-top: 15px;
}
.sitemap span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.sitemap img {
  max-width: 9px;
  display: inline-block;
  vertical-align: middle;
}
.map-site {
  padding: 0 20px;
}
.map_nav {
  margin-top: 15px;
}
.map_nav dd {
  margin-top: 5px;
}
.map_nav:nth-child(1) {
  animation: menuNav 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}
.map_nav:nth-child(2) {
  animation: menuNavPour 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}
.map_nav:nth-child(3) {
  animation: menuNav 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}
.map_nav:nth-child(4) {
  animation: menuNavPour 0.3s ease-in-out forwards;
  animation-delay: 0.9s;
}
.map_nav:nth-child(5) {
  animation: menuNav 0.3s ease-in-out forwards;
  animation-delay: 1.2s;
}
.map_nav:nth-child(6) {
  animation: menuNavPour 0.3s ease-in-out forwards;
  animation-delay: 1.5s;
}
.map_nav:nth-child(7) {
  animation: menuNav 0.3s ease-in-out forwards;
  animation-delay: 1.8s;
}
.map_nav:nth-child(8) {
  animation: menuNavPour 0.3s ease-in-out forwards;
  animation-delay: 2.1s;
}
.footsOne {
  padding-bottom: 15px;
}
.footsOne h6 {
  font-size: 12px;
  margin-top: 15px;
}
.list_foot li {
  display: inline-block;
  margin-right: 1px;
}
.list_foot li .imgs_icon {
  width: 50px;
  height: 20px;
  overflow: hidden;
  margin: auto;
  margin-top: 12px;
}
.list_foot li .imgs_icon .icon_bg {
  background: url(../img/iconNo_21.png) no-repeat;
  width: 170px;
  height: 20px;
  background-size: contain;
}
.list_foot li .imgs_icon .icon_bgNo {
  background: url(../img/icon_21.png) no-repeat;
  width: 170px;
  height: 20px;
  background-size: contain;
}
.list_foot li .imgs_icon .icon_bg1,
.list_foot li .imgs_icon .icon_bgNo1 {
  background-position: 8px 2px;
}
.list_foot li .imgs_icon .icon_bg2,
.list_foot li .imgs_icon .icon_bgNo2 {
  background-position: -38px 2px;
}
.list_foot li .imgs_icon .icon_bg3,
.list_foot li .imgs_icon .icon_bgNo3 {
  background-position: -84px 2px;
}
.list_foot li .imgs_icon .icon_bg4,
.list_foot li .imgs_icon .icon_bgNo4 {
  background-position: -128px 2px;
}
.list_foot li p {
  font-size: 12px;
  color: #666666;
}
.list_foot .link_visite .imgs_icon .icon_bg {
  display: none;
}
.list_foot .link_visite .imgs_icon .icon_bgNo {
  display: block;
}
.list_foot .link_visite p {
  color: #7aa3ce;
}
.footsTwo {
  background: #f4f5f7;
  overflow: hidden;
  font-size: 12px;
}
.footsTwo .line_foot {
  padding: 10px 15px;
  padding-bottom: 0;
}
.footsTwo .line_foot p {
  font-size: 12px;
  margin-bottom: 3px;
}
.footsTwo .line_foot ol {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-left: 0;
}
.footsTwo .line_foot ol li {
  display: inline-block;
  margin-right: 20px;
}
.footsTwo .line_foot ol li img {
  max-width: 8px;
  display: inline-block;
  vertical-align: middle;
}
.footsTwo .line_foot ol li span {
  display: inline-block;
  vertical-align: middle;
}
.footsTwo .tip {
  padding: 10px 15px;
  font-size: 12px;
}
.footsTwo .tip .lastfoot_p {
  display: inline-block;
  max-width: 40%;
  box-sizing: border-box;
}
.footsTwo .tip .pull-right {
  display: inline-block;
  max-width: 60%;
  box-sizing: border-box;
}
.footsTwo .tip .pull-right p {
  margin-top: 0px;
  text-align: right;
}
.footsTwo .tip .pull-right p img {
  max-width: 10px;
}
.footsTwo .tip .pull-right p span {
  white-space: nowrap;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input,
select {
  outline: none;
}
input:focus,
input:hover {
  border: 0;
  outline: none;
}
.ranger {
  margin-top: 36px;
  position: relative;
  height: 4px;
  background-color: #dbdbdb;
}
.dragger {
  position: absolute;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  /*使滑块超出轨道部分的偏移量相等*/
  background: url("../img/childImgList_17.png") no-repeat;
  cursor: move;
  -webkit-touch-callout: none;
  border-radius: 100%;
  z-index: 4;
}
.process {
  position: absolute;
  display: inline-block;
  width: 90%;
  height: 4px;
  background-color: #1AB8C7;
}
/*弹层str */
.bg {
  background: #8e8e8e;
  height: 100%;
  overflow: hidden;
  background-image: url(../img/testSucess.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.contentS {
  width: 240px;
  margin: 20% auto;
  margin-top: calc(50%);
}
.contentS h2 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.contentS p {
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.contentS a {
  display: block;
  margin: 10px auto;
  margin-top: 30px;
  color: #fff;
  line-height: 30px;
  background: url(../img/sucessBtn.png) no-repeat;
  background-size: 100%;
  width: 130px;
  height: 35px;
  text-align: center;
}
.swt {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.swt_com {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.ewm_swt_clo {
  position: absolute;
  width: 1.562rem;
  height: 1.562rem;
  background: url(../car_images/clo.png) no-repeat center center;
  background-size: 0.609rem 0.562rem;
  right: 0.156rem;
  top: -1.556rem;
  cursor: pointer;
}
.ewm_swt {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1002;
}
.ewm_swt .swt_com01 h3 span {
  border: none;
  font-size: 0.406rem;
  line-height: 0.469rem;
}
.ewm_swt .swt_com01 h4 {
  margin: 0.359rem auto;
  width: 6.484rem;
}
.footsTwo {
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 15px;
}
.navFoot {
  padding: 0 15px;
}
.new_css .footsTwo {
  background: none;
}
.new_css .footsTwo .list_a {
  width: 7.188rem;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding-left: 0;
}
.new_css .footsTwo .list_a li {
  width: 1.344rem;
  float: left;
  margin-left: 0.594rem;
}
.new_css .footsTwo .list_a li:nth-child(1) {
  margin-left: 0;
}
.new_css .footsTwo .list_a li a {
  display: block;
  margin: auto;
  width: 1.344rem;
}
.new_css .footsTwo .list_a li a img {
  width: 100%;
}
.new_css .footsTwo .fot_p_wz {
  text-align: center;
  font-size: 0.25rem;
  white-space: nowrap;
  margin-top: 0.625rem;
}
/* 底部备案 */
.new_css .footsTwo .fot_p_ba {
  margin: 0.334rem 0.109rem;
  text-align: center;
  display: block;
  font-size: 0.22rem;
  color: #333;
}
.new_css .footsTwo p img {
  width: 0.25rem;
  -margin: 0 0.047rem;
  vertical-align: sub;
  display: inline-block;
}
.more_cars {
  height: calc(100% - 103px);
}
.pos_ny {
  width: 100%;
}
/*动画str*/
@keyframes rotatesHoz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
  }
}
@-webkit-keyframes rotatesHoz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
  }
}
@-moz-keyframes rotatesHoz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
  }
}
@keyframes rotatesVer {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    -moz-transform: rotate(-45deg);
  }
}
@-webkit-keyframes rotatesVer {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    -moz-transform: rotate(-45deg);
  }
}
@-moz-keyframes rotatesVer {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    -moz-transform: rotate(-45deg);
  }
}
/* 导航的动画 */
@-webkit-keyframes menuNav {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes menuNav {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
/* 反方向位移 */
@-webkit-keyframes menuNavPour {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes menuNavPour {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
/* 透明度 */
@-webkit-keyframes opacitys {
  from {
    opacity: 0;
  }
}
@keyframes opacitys {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opacitys10 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacitys10 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* left right */
@keyframes actives {
  0% {
    right: 20px;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 20px;
  }
}
@-webkit-keyframes actives {
  0% {
    right: 20px;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 20px;
  }
}
@-ms-keyframes actives {
  0% {
    right: 20px;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 20px;
  }
}
@-moz-keyframes actives {
  0% {
    right: 20px;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 20px;
  }
}
.img100 {
  width: 100%;
  display: block;
}
/*92*/
.w_head {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.img_logo {
  width: 2.328rem;
  float: left;
  margin-top: 0.062rem;
}
.img_logo a {
  display: block;
}
.right_nav {
  width: 6.14rem;
  float: right;
}
.right_nav ul li {
  display: inline-block;
  margin-left: 0.439rem;
  line-height: 0.719rem;
  font-size: 0.344rem;
  color: #888;
}
.right_nav .newTold_m {
  width: 2.641rem;
  float: left;
}
.right_nav ul li:nth-child(1) {
  margin-right: 0.531rem;
}
.right_nav ul li:nth-child(2) {
  position: relative;
  top: -0.031rem;
}
.right_nav .navbar-toggle {
  display: inline-block;
}
.right_nav .navbar-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.078rem;
  background: url(../images/head_icon.png) no-repeat;
  background-size: 0.688rem 0.422rem;
  width: 0.688rem;
  height: 0.422rem;
}
.right_nav .navbar-toggle span {
  outline: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 0.688rem;
  height: 0.031rem;
  font-weight: normal;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
  border-radius: 0.031rem;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0.141rem;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 0.156rem 0;
  /*padding: 0.281rem 0.312rem;*/
  margin-top: 0;
  margin-right: 0.031rem;
  margin-bottom: 0.125rem;
  background-color: transparent;
  background-image: none;
  border: 0.031rem solid transparent;
  border-radius: 0.125rem;
}
.exits,
.exit {
  overflow: hidden;
  width: 0.788rem;
  margin: 0.412rem auto;
  position: absolute;
  right: 0.49rem;
  top: 0;
  background: #fff;
  z-index: 99;
  display: none;
}
.all_car {
  /*overflow: hidden;*/
}
.exits img,
.exit img {
  width: 0.562rem;
  margin: 0 auto;
  cursor: pointer;
  display: block;
}
.hides {
  display: none;
}
.show {
  display: block;
}
.menusActive .exit {
  display: block;
  opacity: 1;
  z-index: 2;
}
.head_height {
  height: 1.438rem;
  width: 100%;
  display: block;
}
.head_top {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 1.438rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in;
  background: #fff;
  z-index: 11;
}
.head_top.cur {
  height: 100%;
}
.head_but01 a {
  color: #000 !important;
  opacity: 0.8 !important;
}
.head_but01.cur a {
  -color: #6A9BCD;
  color: #000;
  opacity: 0.8;
}
.pos_ny {
  /*height: calc(100vh - 77px);*/
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  left: 0;
}
.all_nav {
  overflow: hidden;
  position: relative;
}
.more_nav {
  padding: 0 0.938rem;
  height: calc(100% - 3.547rem);
  overflow-y: auto;
  margin-top: 1.8rem;
}
.more_nav .parent_nav.parent_nav01 {
  padding-top: 0;
}
.more_nav li {
  opacity: 0;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  padding-bottom: 0.32rem;
}
.more_nav li dl {
  margin-top: 0.141rem;
}
.about_nav {
  width: 50%;
  float: left;
}
.about_nav h3 {
  font-size: 0.375rem;
  font-weight: normal;
  padding: 0.234rem 0;
}
.more_nav li dl dd {
  font-size: 0.25rem;
  -padding: 0.05rem 0;
  line-height: 0.859rem;
}
.more_nav li dl dd a {
  color: #6F6F6F;
  display: block;
  width: 100%;
  font-size: 0.312rem;
}
.more_nav li:nth-child(1) {
  animation: menuNav 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}
.more_nav li:nth-child(2) {
  animation: menuNavPour 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}
.more_nav li:nth-child(3) {
  animation: menuNav 0.3s ease-in-out forwards;
  animation-delay: 0.9s;
}
.more_nav li:nth-child(4) {
  animation: menuNavPour 0.3s ease-in-out forwards;
  animation-delay: 1.2s;
}
.more_nav li:nth-child(5) {
  animation: menuNav 0.3s ease-in-out forwards;
  animation-delay: 1.5s;
}
.more_nav .parent_nav {
  width: 100%;
  padding: 0.391rem 0 0 0;
  overflow: hidden;
  padding-top: 0.42rem;
}
.more_nav .parent_nav a {
  float: left;
  font-size: 0.406rem;
  display: block;
  width: 80%;
  height: 0.6rem;
  line-height: 0.6rem;
}
.more_nav li:last-child {
  margin-bottom: 2rem;
}
.pos_ny .nav_btn {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav_btn a {
  width: 25%;
  float: left;
  height: 1.87rem;
  position: relative;
  height: 2.125rem;
  background: rgba(0, 0, 0, 0.8);
}
.nav_btn a.p_name2 {
  background: #EAEAEA;
  color: #4C4C4C;
}
.nav_btn a:before {
  content: "";
  width: 0.031rem;
  height: 0.438rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.859rem;
}
.nav_btn a:nth-child(1):before {
  background: none;
}
.add_navBtn {
  position: relative;
  width: 0.406rem;
  height: 0.406rem;
  top: 0.156rem;
  margin-right: 0.109rem;
  display: none;
}
.nav_btn .img_btn_nav {
  width: 0.828rem;
  margin: auto;
  margin-top: 0.406rem;
}
.nav_btn .img_btn_nav img {
  width: 100%;
  display: block;
}
.nav_btn p {
  text-align: center;
  font-size: 0.328rem;
  color: #fff;
  padding-bottom: 0.078rem;
  line-height: 0.312rem;
  margin-top: 0.125rem;
}
.nav_btn p a {
  color: #fff;
  font-size: 0.344rem;
}
.nav_btn a.p_name2 p {
  color: #333;
}
.nav_btn a.p_name2:before {
  background: none;
}
.add_navBtn .ver_line {
  width: 0.031rem;
  background: #888;
  height: 0.406rem;
  position: absolute;
  left: 0.188rem;
  top: 0px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  -moz-transform: rotate(0deg);
}
.row {
  width: 100%;
  margin: 0 auto;
}
.add_navBtn .hoz_line {
  width: 0.406rem;
  background: #888;
  height: 0.031rem;
  position: absolute;
  top: 0.188rem;
  left: 0px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
  -o-transform: rotate(0deg);
  /* Opera */
  -moz-transform: rotate(0deg);
}
#footer {
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: normal;
}
footer {
  margin-top: 0.781rem;
}
.footer_indext footer {
  margin-top: 0;
}
.new_css .footsTwo .fot_p_wz a {
  color: #333;
  display: inline-block;
  margin: 0;
}
.ys_ceng {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.ys_gb {
  position: absolute;
  width: 1.562rem;
  height: 1.562rem;
  /*   background: url(../car_images/clo.png) no-repeat center center; background-size: 0.609rem 0.562rem;*/
  right: -0.312rem;
  top: -0.312rem;
  cursor: pointer;
  z-index: 2;
  background: url(../car_images/clo_4.png) no-repeat center center;
  background-size: 0.609rem 0.562rem;
}
.ys_ceng_com {
  width: 6.25rem;
  height: 11.031rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  background: #fff;
  display: none;
  overflow: hidden;
}
.ys_ceng_com01_vvv {
  position: relative;
  width: 100%;
  height: 80%;
  margin-top: 20%;
  overflow: hidden;
}
#wrapper4 {
  width: 100%;
  height: 100%;
}
.top_icon {
  width: 1.062rem;
  -height: 1.25rem;
  position: fixed;
  right: 0;
  bottom: 3.125rem;
  z-index: 89;
}
.top_icon a {
  display: block;
}
.top_icon a:nth-child(1) {
  margin-bottom: 0.562rem;
}
.more_nav .parent_nav a {
  font-size: 0.438rem;
}
/*26*/
.more_nav li dl dd a {
  font-size: 0.375rem;
}
/*22 en*/
.right_nav ul li {
  font-size: 0.375rem;
  margin-left: 0;
}
/*24 en*/
.Ei5 .fixed_swt_tj {
  background: #2aa342 !important;
  border: 1px solid #2aa342 !important;
}
/*swt*/
.swt {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background: #969696 url(../img/testSucess.jpg) no-repeat center center;
  background-size: 11.719rem 12.094rem;
  display: none;
  left: 0;
  top: 0;
  background-size: cover;
}
.swt_com {
  width: 100%;
  height: 11.109rem;
  position: absolute;
  left: 0;
  top: 34%;
  margin-top: -4.555rem;
  display: none;
}
.swt_com h3 {
  text-align: center;
}
.swt_com h3 span {
  font-size: 0.375rem;
  color: #fff;
  background-size: 4.219rem 0.797rem;
  display: inline-block;
  text-align: center;
  line-height: 0.797rem;
  margin: 0 auto;
  padding: 0 0.469rem;
  border: 0.031rem solid #fff;
}
.swt_com h4 {
  width: 3.516rem;
  display: block;
  margin: 1.453rem auto;
}
.swt_com h5 {
  font-size: 0.328rem;
  text-align: center;
  color: #fff;
  line-height: 0.625rem;
}
.swt_clo,
.swt_sp_clo,
.swt_clo_vdie {
  position: absolute;
  width: 1.562rem;
  height: 1.562rem;
  background: url(../car_images/clo.png) no-repeat center center;
  background-size: 0.609rem 0.562rem;
  right: 0.156rem;
  top: 0.156rem;
  cursor: pointer;
}
.swt_mask {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}
.test_drive_swt {
  width: 7.44rem;
  margin: 0 auto;
  text-align: center;
}
.test_drive_swt h6 {
  color: #000000;
  font-size: 0.406rem;
  font-weight: bold;
  margin-bottom: 0.312rem;
  margin-top: 2.344rem;
}
.test_drive_swt p {
  line-height: 0.547rem;
  font-size: 0.328rem;
  margin-bottom: 1.094rem;
  color: #000000;
}
/* .test_drive_swt .p_bt span{ padding: 0 0.625rem; } */
.test_drive_swt .p_bt {
  text-align: center;
  height: 0.719rem;
  line-height: 0.719rem;
  font-size: 0;
  width: 55%;
  float: left;
}
.test_drive_swt .p_bt span {
  color: #fff;
  font-size: 0.421rem;
  height: 0.719rem;
  line-height: 0.719rem;
  background: #0e8dd5;
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 3.6rem;
  background: url(../car_images/swt_but2.png) no-repeat center top;
  background-size: 3.6rem 0.719rem;
}
.test_drive_swt .p_bt span a {
  color: #fff;
  display: block;
}
.test_drive_swt .p_bt_left {
  text-align: center;
  height: 0.719rem;
  line-height: 0.719rem;
  font-size: 0;
  width: 45%;
  float: left;
}
.test_drive_swt .p_bt_left span {
  color: #fff;
  font-size: 0.421rem;
  height: 0.719rem;
  line-height: 0.719rem;
  background: #0e8dd5;
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 3.6rem;
  background: url(../car_images/swt_but2.png) no-repeat center top;
  background-size: 3.6rem 0.719rem;
}
.test_drive_swt .p_bt_left span a {
  color: #fff;
  display: block;
}
.pos_ny.container.hides.all_car_d.row .addClose {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1.438rem;
  text-align: right;
}
.pos_ny.container.hides.all_car_d.row .addClose img {
  width: 1rem;
  margin-right: 0.3rem;
}
