.vehicle{
    padding-top: 3.5vw;
    padding-bottom: 4.27vw;
}
.screen>div{
    margin-bottom: 1vw;
    display: flex;
    flex-wrap: wrap;
    
}
.screen>.screen3{
    margin-bottom: 0;
}
.screen .names{
    flex: none;
    font-size: 16px;
    color: #000;
    margin-right: 24px;
    line-height: 34px;
}
.screen .screen-list{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.screen .screen-list>div{
    height: 34px;
    line-height: 32px;
    border-radius: 5px;
    border: 1px solid #efefef;
    width: 140px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color:#666;
    margin-right: 9px;
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 10px;
}
.screen .screen-list>div:nth-last-child(1){
    margin-right: 0;
}

.screen .screen-list div:hover,
.screen .screen-list div.active{
    background-color: #17489C;
    border-color: #17489C;
    color: #fff;;
}
.vehicle-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 4vw;
}
.vehicle-list .vehicle-item{
    flex:0 0 23.5%;
    margin-right: 2%;
    margin-bottom: 3.4375vw;
}
.vehicle-list .vehicle-item:nth-child(4n){
    margin-right: 0;
}
.vehicle-list .vehicle-item dl{background-color: #fff;border-radius: 20px;overflow: hidden;position: relative; box-shadow: rgba(17,17,26,.1) 0px 0px 16px;height:100%;}
.vehicle-list .vehicle-item dl:after{content: '';position:absolute;bottom: 0px;left: 50%;transform:translateX(-50%);width:0%;height: 5px;display: block;background-color: #17489C;transition:all 0.3s ease-in-out;}
.vehicle-list .vehicle-item dl:hover:after{width:100%}
.vehicle-list .vehicle-item dl dt{overflow: hidden;}
.vehicle-list .vehicle-item dl dt img{transition:all 0.3s ease-in-out;}
.vehicle-list .vehicle-item dl:hover dt img{transform:scale(1.03)}
.vehicle-list .vehicle-item dl dd{padding:0.5vw 1vw 3vw 2vw;}
.vehicle-list .vehicle-item h3{margin-bottom: 1vw;font-weight: 700;display:flex;flex-wrap:wrap;align-items: center;}
.vehicle-list .vehicle-item h3 span.bq{
    font-weight:normal;font-size:12px;display:inline-block;width:50px;height:20px;border-radius:20px;background:#022f81;color:#fff;
    text-align: center;margin-left:10px;
}
.vehicle-list .vehicle-item h3.chundian span.bq{background:#022f81;}
.vehicle-list .vehicle-item h3.ranyou span.bq{background:#728293;}
.vehicle-list .vehicle-item h3.youdian span.bq{background:#39a9e2;}
.vehicle-list .vehicle-item ul{display: flex;flex-wrap: wrap;}
.vehicle-list .vehicle-item li{flex:0 0 50%;color: #666;margin-bottom: 0.5vw;background-repeat: no-repeat;padding-left: 25px;padding-right:5px;background-position:left center ;}


.vehicle-list .vehicle-item li.li1{background-image: url(../png/li1.png);}
.vehicle-list .vehicle-item li.li2{background-image: url(../png/li2.png);}
.vehicle-list .vehicle-item li.li3{background-image: url(../png/li3.png);}
.vehicle-list .vehicle-item li.li4{background-image: url(../png/li4.png);}
.vehicle-list .vehicle-item li.li5{background-image: url(../png/li5.png);}
.vehicle-list .vehicle-item li.li6{background-image: url(../png/li6.png);}

.p_page div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_page .laypage_prev svg{vertical-align: middle;}
.p_page .laypage_next svg{vertical-align: middle;}
.p_page .laypage_prev:hover svg path{fill:#fff;}
.p_page .laypage_next:hover svg path{fill:#fff;}
.p_page .laypage_curr{background-color:#17489C;color:#fff!important;border: 1px solid #17489C !important;}
/* 分页 */
.p_page {
  text-align: center;
  padding: 2% 0 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p_page a,.p_page span {
  display: flex;
  border: 1px solid #999 !important;
  box-sizing: border-box;
  width: 45px !important;
  height: 45px !important;
  text-align: center;
  line-height: 43px !important;
  color: #000 !important;
  font-size: 18px;
  margin: 0 7px;
  transition: all 0.5s;
  border-radius: 45px;
      align-items: center;
    justify-content: center;
}
.p_page a:hover {
  background-color: #17489C !important;
  border-color: #17489C !important;
  color: #fff !important;
}

.p_page .page_prev {
  color: #818286;
}

.p_page .page_next {
  color: #818286;
}

@media screen and (max-width:1280px){
    .vehicle-list .vehicle-item{
        flex: 0 0 32%;
    }
    .vehicle-list .vehicle-item:nth-child(4n){
        margin-right: 2%;
    }
    .vehicle-list .vehicle-item:nth-child(3n){
        margin-right: 0%;
    }
    .screen .screen-list>div:nth-child(1),
    .screen .screen-list>div{
        width: auto;
        padding: 0 20px;
    }
}
@media screen and (max-width:768px){
    .vehicle-list .vehicle-item{
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .vehicle-list .vehicle-item:nth-child(4n){
        margin-right: 0%;
    }
    .vehicle-list .vehicle-item:nth-child(3n){
        margin-right: 0%;
    }
    .vehicle-list .vehicle-item dl{
        border-radius: 10px;
    }
    .vehicle-list .vehicle-item dl dd {
        padding: 3vw 5vw;
    }
    .screen .names{
        flex:0 0 100%;
    }
    .screen .screen-list>div:nth-child(1),
    .screen .screen-list>div{
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        line-height: 28px;
        height: 30px;
    }
     .p_page a{
        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
