/*头部导航*/
.head {
  width: 100%;
  height: 55px;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  z-index: 10;
  /* box-shadow: 0 4px 30px #f4f1f1 */
  max-width: 1920px;
}

.logo {
  width: 80px;
  height: 39px;
  position: absolute;
  top: 8px;
  left: 30px;
  
  background-size: 100% 100%
}
.header_active .logo{

    background-size: 100% 100%
}
.head_back,
.head_back img{
    width: 100%;
    height: 100%
}
.header_active .head_back{
    display: none;
}

.nav {
  min-width: 35%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0
}

.nav ul {
  width: 100%
}

.nav ul li {
  float: left;
  position: relative
}
.nav ul li>p{
    color: #fff
}
.nav ul li>a{
color: #fff;
}
/* padding-left: 35px;
  padding-right: 35px; */
.nav ul li a{
  padding-left: 0.42rem;
  padding-right: 0.42rem;
  font-size: 14px;
  line-height: 55px;
  text-align: center;
  display: block;
  cursor: pointer
}
.header_active .nav ul li a {
  color: #2d2d2d;
}
.nav ul li dl a{
    color: #2d2d2d;
}
.header_active .nav p{
    color: #2d2d2d;
}

.nav ul li i {
  width: 25px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  background: url('../images/icon/back.jpg') no-repeat;
  background-size:100%; 
  top: 45px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
}

.nav ul li:hover i,
.nav ul li.on i {
  opacity: 1;
}

.nav ul li dl {
  display: none
}

.nav ul li dd {
  background: #ffffff;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #efefef;
  text-align: center;
  width: 100%;
}

.nav ul li dd:last-child {
  border: white
}

.nav ul li dd p {
  font-size: 14px
}

.nav ul li dd p.num {
  font-size: 16px;
  color: #2caade;
  display: none
}

.nav ul li dd:hover p {
  color: #2caade;
}

.nav ul li dd:hover p.num {
  display: block
}

.nav ul li dd:hover p.tm {
  display: none
}

.nav ul li dd a {
  padding-left: 0;
  padding-right: 0;
  line-height: 39px
}

.nav ul li a.icon1 {
  display: block;
  background: url(../images/large/glob_icon.png) no-repeat center left;
  margin-left: 50px;
}

.nav>ul>li:hover>p {
  transform: rotate(-180deg);
}

.nav>ul>li>p {
  position: absolute;
  width: 0.1;
  right: 13%;
  top: 19px;
  transition: all .2s linear;

  /* transform: translate(0,-20%); */
}

.nav ul li>p img {
  width: 100%;
}

/* 所有车型页 轮播中的视频 */
.video_kv_box{
    width: 100%;
}

.icon {
  position: absolute;
  right: 10px;
}

.nav_icon {
  width: 40px;
  height: 40px;
  top: 50%;
  display: none;
  margin-top: -20px;
}

.icon .serch {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  background: url("../images/large/icon1.png") no-repeat center center;
  background-size: 100% 100%;
  float: left;
  margin-right: 10px
}

.icon .cart {
  width: 26px;
  height: 19px;
  display: block;
  cursor: pointer;
  background: url("../images/large/icon2.png") no-repeat center center;
  background-size: 100% 100%;
  float: left;
  margin-right: 10px
}

.icon .nav_more {
  width: 24px;
  height: 2px;
  background: #1e1e1e;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -13px;
}

.icon .nav_more:before {
  top: -8px;
}

.icon .nav_more:after {
  top: 8px;
}

.icon .nav_more:before,
.icon .nav_more:after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  background: #1e1e1e;
}
.nav-right {
  display: none
}
.goTestDriver{
    display: none
}
/*兼容pc*/
@media (max-width: 1400px) {
  .text-center ul {
    width: 97%;
    margin: 0 auto;
  }

  .car_form {
    width: 60%
  }

  .text-center.news-info {
    margin: 147px auto;
    width: 65%;
  }
}

@media (max-width: 980px) {
  .nav ul li a {
    padding: 0 15px;
  }
}
@media(max-width:768px){
    .head_back{
        display: none
    }
    .goTestDriver {
        display: block;
    width: 1.7rem;
    height: 0.5rem;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .goTestDriver a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    border: 1px solid #333333;
    text-align: center;
    line-height: 0.5rem;
    color: #333;
  }
  .logo {
    width: 80px;
    height: 40px;
    background-size: 100% 100%;
    top: 10px;
    left: 20px
  }
   .table-box li dd h1,.table-box li dd h2 {
     position: relative;
     height: 60px;
     line-height: 60px;
     padding-left: 0.2rem;
     font-size: 16px;
     padding: 0;
   }
  .nav_icon {
    display: block;
  }
   .head {
     height: 58px;
     background: #fff
   }
   .nav {
     display: none
   }

   .nav-right {
     display: block;
   }

   .nav-right {
     position: fixed;
     top: 0.2rem;
     right: -100%;
     width: 100%;
     height: 100%;
     background: white;
     overflow-y: auto;
     z-index: 100;
     -webkit-transition: all .5s linear;
     transition: all .5s linear;
   }

   /*侧栏*/
   .close2 {
     background: url("../images/large/close.png") no-repeat center center;
     display: none;
     background-size: 100% 100%;
     width: 20px;
     height: 20px;
     position: fixed;
     top: 0.35rem;
     right: 0.5rem;
     z-index: 1000
   }

   .open-nav .nav-right {
     right: 0;
   }

   .table-box {
     padding-top: 50px;
     overflow-y: auto;
     height: 100%;
     box-sizing: border-box;
     overflow-x: hidden;
     padding-bottom: 360px;
   }

   .table-box li {
     height: auto;
     width: 100%;
     background: white;
     overflow: hidden;
     position: relative;
   }

   .table-box li .icon_m {
     display: inline-block;
     width: 0.3rem;
     height: 0.15rem;
     position: absolute;
     right: 0.5rem;
     top: 20px;
     background: url('../images/icon/xia_5.png') no-repeat;
     background-size: 100%;
   }

   .table-box .on .icon_m {
     background: url('../images/icon/shang1.png') no-repeat;
     background-size: 100% auto;
   }

   .table-box li .icon_m img {
     width: 70%;
   }

   .table-box li dl {
     display: none
   }

   .table-box li dd {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: flex;
     background: #eceff6;
     font-size: 18px;
     color: #878787;
     border-bottom: none
   }

   .table-box li dd h1,.table-box li dd h2 {
     position: relative;
     height: 60px;
     line-height: 60px;
     padding-left: 0.2rem;
     font-size: 16px;
     margin: 0;
     color: #878787;
     text-align: left;
   }

   .table-box li dd i {
     width: 0.52rem;
     height: 0.52rem;
     overflow: hidden;
     border-radius: 0.52rem;
     display: block;
     position: absolute;
     left: 0.38rem;
     top: 0.3rem
   }

   .table-box li dd em {
     width: 0.03rem;
     height: 0.4rem;
     overflow: hidden;
     display: block;
     position: absolute;
     left: 0.38rem;
     top: 0.38rem;
     background: #fd4959
   }

   .table-box li dd i img {
     width: 100%;
     height: 100%;
     display: block
   }

   .table-box li p {
     border-bottom: 1px solid #e9e9ec !important;
     margin-left: 20px;
     margin-right: 20px;
     position: relative;
     height: 50px;
     line-height: 50px;
     font-size: 16px;
     color: #272626;
     text-align: left;
     padding-left: 0.1rem;
     margin-bottom: 0
   }

   .table-box li dd a {
     color: #878787 !important;
     text-align: left;
     display: block;
     width: 85%;
     margin: 0 auto;
   }

}