h2{
   margin-bottom: 52px;
}
/* banner */
.car_banner{
 height: 28.125vw;
 width: 100%;
 min-width: 1280px;
 min-height: 360px;
 background-size: cover;
 position: relative;
}
.car_banner_content{
 position: absolute;
 top: 50%;
 left: 16.6%;
 transform: translateY(-50%);
}


/* 汽车电子介绍 */
.car_intro{
 padding: 80px 0 100px 0;
 overflow: hidden;
}

.car_top{
 display: flex;
 align-items: center;
 width: 1264px;
 margin: 0 auto;
 
}
.car_top_img{
   width: 570px;
   height: 350px;
   background: #eeeeee;
   border: 2px solid #ffffff;
   border-radius: 12px;
   box-shadow: 0px 3px 20px 0px rgba(0,17,54,0.20); 
   padding: 15px;
   box-sizing: border-box;
   display: flex;
   justify-content: center;
   align-items: center;
}
.car_top_img img{
   width: 540px;
   height: 320px;
}
.car_top hr{
   width: 80px;
   height: 4px;
   background-color: #2168FB;
   border: none;
   outline: none;
   margin-bottom: 40px;
}
.car_intro_con{
   margin-left: 70px;
   height: 350px;
   padding-top: 60px;
   box-sizing: border-box;
   position: relative;
}
.car_top p{
 width: 565px;
 font-size: 16px;
 line-height: 21px;
 color: #666666;
 letter-spacing: 0.168px;
 text-align: justify;
 text-justify: distribute;
}
.car_intro_block{
   display: flex;
   justify-content: flex-end;
   
   position: absolute;
   bottom: 0;
   right: 0;
}
.car_intro_block1{
   width: 95px;
   height: 73px;
   background: #f8f8f8;
   position: relative;
   margin-top: 40px;
}
.car_intro_block2{
   width: 62px;
   height: 53px;
   background: #eeeeee;
   position: absolute;
   top: 20px;
   left: -24px;
}
.car_intro_list{
 display: flex;
 justify-content: space-between;
 width: 64.2%;
 min-width: 1100px;
 margin: 100px auto 0 auto;
 
}
.car_intro_item{
 box-sizing: border-box;
 width: 20%;
 /* padding: 24px 0; */
 font-size: 0;
 text-align: center;
 display: flex;
 align-items: center;
 flex-direction: column;
}
.car_intro_item .icon{
   width: 144px;
   height: 166px;
 /* width: 96px;
 height: 96px; */
 margin-bottom: 30px;
}
.car_intro_item .icon1{
   background-position: 0 0;
}
.car_intro_item .icon2{
   background-position: -333px 0;
}
.car_intro_item .icon3{
   background-position: -666px 0;
}
.car_intro_item .icon4{
   background-position: 100% 0;
}
.car_intro_title{
 /* font-size: 20px; */
 font-weight: bold;
 line-height: 26px;
 color: #333333;
 letter-spacing: 0.7px;
 margin-bottom: 12px;
}
.car_intro_item p:last-child{
   /* font-size: 14px; */
   line-height: 24px;
   color: #666666;
   /* letter-spacing: 0.336px; */
}


/* 应用场景 */
.cycling{
   box-sizing: border-box;
   height: 783px;
   padding: 48px 0 120px 0;
   background-color: #F8F8F8;
}
.cycling_swiper{
 width: 66.67%;
 min-width: 1180px;
 margin: 0 auto;
 position: relative;
}
.scene-container {
width: 940px;
height: 480px;
/* overflow: visible; */
--swiper-theme-color: #407BFF;/* 设置Swiper风格 */
}
.scene-container .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
content: '';
}
.scene-container .swiper-button-next, .swiper-container-rtl {
right: 0px;
outline: none;
width: 40px;
}
.swiper-button-next{
   right: 0;
}
.swiper-button-prev{
   left: 0;
}
.swiper-button-next, .swiper-button-prev{
   width: 60px;
   height: 60px;
}
.swiper-button-next .icon,.swiper-button-prev .icon{
   width: 60px;
   height: 60px;
}
.cycling .see_book{
   margin: 52px auto 0 auto;
   text-align: center;
}
.swiper-button-next, .swiper-button-prev{
  width: 60px;
  height: 60px;
  margin-top: -60px;
  background-color: #cccccc;
  border-radius: 50%;
  transition: all .3s;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
  background-color: #2168FB;
}
.cycling .icon{
  fill: #FFFFFF;
  width: 40px;
}




/* 视频展示 */
.car_video{
 margin: 100px 0;
 min-width: 1280px;
}
.car_video_show{
 width: 870px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 background: #ffffff;
 border-radius: 10px;
 box-shadow: 0px 6px 50px 0px rgba(15,19,27,0.20); 
}
.car_video_show .video-js{
 overflow: hidden;
 /* background-color: #EEEEEE; */
}
.car_video_head{
   width: 100%;
   height: 47px;
   background: #333333;
   border-radius: 10px 10px 0px 0px;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   padding: 0 32px;
   box-sizing: border-box;
}
.car_video_head li{
   width: 20px;
   height: 20px;
   background: #D4EDFF;
   border-radius: 50%;
   margin-left: 20px;
}
.car_video_head li:nth-child(2){
   background: #75a0ff;
}
.car_video_head li:nth-child(3){
   background: #407BFF;
}
.car_video_bottom{
   width: 100%;
   height: 46px;
   background: #f2f5fa;
   border-radius: 0px 10px 0px 10px;
   display: flex;
   align-items: center;
}
.car_video_bottom ul{
   display: flex;
   align-items: center;
   padding-left: 28px;
}
.car_video_bottom li{
   width: 28px;
   height: 12px;
   opacity: 0.2;
   background: #0f131b;
   border-radius: 6px;
   margin-left: 12px;
}
.car_video_bottom li:nth-child(2){
   width: 48px;
}
.car_video_len{
   width: 462px;
   height: 6px;
   opacity: 0.2;
   background: #0f131b;
   border-radius: 3px;
   margin: 0 50px;
}
.car_video_open{
   width: 140px;
   height: 46px;
   background: #2168fb;
   border-radius: 0px 0px 10px 0px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.car_video_open .iconfont{
   font-size: 24px;
   color: #FFFFFF;
}
/* .video-js{
 border-radius: 20px;
}
.vjs-control-bar{
 border-radius: 0 0 20px 20px;
} */
.vjs-poster{
   background-size: cover;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   outline: none;
}
.video-js .vjs-big-play-button{
   font-size: 2.5em;
   line-height: 2.3em;
   height: 2.5em;
   width: 2.5em;
   -webkit-border-radius: 2.5em;
   -moz-border-radius: 2.5em;
   border-radius: 2.5em;
   background-color: rgba(255, 255, 255, 0);
   /* background-color: #73859f;
   background-color: rgba(115,133,159,.5); */
   border-width: 0.15em;
   margin-top: -1.25em;
   margin-left: -1.75em;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus{
 background-color: rgba(255, 255, 255, 0);
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
 font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
 font-size: 2.5em;
 width: 2em;
 height: 2em;
 border-radius: 1em;
 margin-top: -1em;
 margin-left: -1.5em;
}

@media only screen and (max-width: 1280px) {
   .car_top{
      width: 1100px;
   }
   .car_top p{
      width: 450px;
   }
}


