<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* *, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */
body {
  font-size: 100%;
  font-family: "å¾®è½¯é›…é»‘", sans-serif;
  background-color: white;
}

body, html {
  height: 100%;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */
#logo{
  position: fixed;
  left: 0;
  top: 0;
  width: 16%;
  z-index: 1000;
}
.cd-section {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cd-section{
  background-color: #1b1b1b;
}


/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

#cd-vertical-nav {
  position: fixed;
  right: 0px;
  bottom: auto;
  z-index:50;
  height: 100%;
  width: 110px;
}
#cd-vertical-nav ul{
  margin-left: -55px;
  width: 120px;
  margin-top: 40px;
}
#cd-vertical-nav li {
  text-align: right;
  height: 50px;
  margin-bottom: 20px;
  outline: none;
  cursor: pointer;
}
#cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
#cd-vertical-nav a span {
  float: right;
  display: inline-block;
  vertical-align: center;
}
#cd-vertical-nav .cd-dot {
  position: relative;
  height: 30px;
  width: 30px;
}
#cd-vertical-nav .car{
  margin-bottom: 30px;
  height: 20px;
  text-align: center;
  margin-right: -24px;
  margin-top: 10px;
}
#cd-vertical-nav .car .cd-dot{
  width:60px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
#cd-vertical-nav .car .cd-dot span{
  position: absolute;
  width: 100%;
  height: 1px;
  background: red;
  bottom: 0px;
  left: -100%;
  -webkit-transition: left .3s ease-in;
  -moz-transition: left .3s ease-in;
  transition: left .3s ease-in;
}
#cd-vertical-nav .car .cd-dot:hover span{
  left:0px;
}
#cd-vertical-nav .cd-dot1{
  background:url(../img/micro.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#cd-vertical-nav .cd-dot2{
  background:url(../img/WeChat.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#cd-vertical-nav .cd-dot3{
  background:url(../img/Shakes.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#cd-vertical-nav .cd-dot4{
  background:url(../img/scene.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#cd-vertical-nav a.is-selected1 .cd-dot1 {
  background:url(../img/icon2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#cd-vertical-nav a.is-selected2 .cd-dot2 {
  background:url(../img/icon3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#cd-vertical-nav a.is-selected3 .cd-dot3 {
  background:url(../img/icon4.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#cd-vertical-nav a.is-selected4 .cd-dot4 {
  background:url(../img/icon5.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  line-height: 30px;
  color: white;
  font-size: 12px;
  padding-left: 18px;
  background-image: url(../img/circularArrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: none;
}
#cd-vertical-nav .home{
  background:url(../img/home.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -20px;
}


/*section1*/
#section1{background:#000;}
#section1 .banner{
  position: absolute;
  bottom: -70px;
}
#section1 .banner_btn{
  position: absolute;
  width: 86%;
  margin-left: 10%;
  bottom: 33%;
}
#section1 .banner_btn li{
  float: left;
  width: 33.3%;
  color: #fff;
  position: relative;
  cursor: pointer;
}
#section1 .banner_btn p{
  font-size: 28px;
  overflow: hidden;
  margin-bottom: 22px;
}
#section1 .banner_btn a{
  color: #fff;
  width: 110px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 26px;
  background-image: url(../img/btn_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  letter-spacing: 2px;
  margin-right: 0px;
}

#section1 .banner_btn span{
  display: inline-block;
  width: 8px;
  height: 9px;
  margin-left: 5px;
  background-image: url(../img/Arrow.jpg);
  margin-bottom: 1px;
}
#section1 .banner_btn .btn{
  padding-left: 2%;
}
#section1 .banner_btn .btn_a{
  padding-left: 0%;
  width: 25.3%;
}
#section1 .banner_btn .btn_l{
  padding-left: 8%;
  width: 25.3%;
}

#vb_vx_dy{
  position: relative;
  padding-right: 110px;
  background: #000;
  overflow: hidden;
}
#vb_vx_dy .hot_new{
  background-color: black;
  position:relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 2% 0;
  z-index: 1;
  overflow: hidden;
}

#vb_vx_dy .content{
  width: 70%;
  margin: auto;
  color: #fff;
}
#vb_vx_dy .content .toyota,#vb_vx_dy .content .text{
  float: left;
}
#vb_vx_dy .content .toyota{
  width: 12%;
}
#vb_vx_dy .content .text{
  width: 85%;
  margin-left: 3%;
  letter-spacing: 1px;
}
#vb_vx_dy .content .text h3{
  font-size: 30px;
  margin-bottom: 15px;
}
#vb_vx_dy .content .text .p1{
  margin-bottom: 30px;
}
#vb_vx_dy .content .text .p2{
  line-height: 30px;
  margin-bottom: 45px;
  font-size: 14px;
}
#vb_vx_dy .content .share_btn li{
  float: left;
  margin-right: 10%;
}
#vb_vx_dy .content .share_btn .last{
  margin-right: 0;
}
#vb_vx_dy .content .share_btn a{
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  position: relative;
}
#vb_vx_dy .content .share_btn a span{
  display: inline-block;
  height: 51px;
  line-height: 51px;
}
#vb_vx_dy .content .share_btn a .vb{
  padding-left: 70px;
  background-image: url(../img/micro_logo.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
#vb_vx_dy .content .share_btn a .vx{
  padding-left: 70px;
  background-image: url(../img/WeChat_logo.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
#vb_vx_dy .content .share_btn a .dy{
  padding-left: 70px;
  background-image: url(../img/Shakes_logo.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
#vb_vx_dy .content .share_btn a .follow{
  background-image: url(../img/follow_bg.jpg);
  background-repeat: no-repeat;
  width: 60px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  margin-left: 10px;
}
#vb_vx_dy .content .share_btn a .qr{
  position: absolute;
  display: none;
  z-index: 1;
}
#vb_vx_dy .content .share_btn a .qr1{
  top: 300px;
  right: 50%;
  position: fixed;
}
#vb_vx_dy .content .share_btn a .qr2{
  bottom:12%;
  right: 20%;
  position: fixed;
  width: 15%;
}
#vb_vx_dy .content .share_btn a:hover .qr{
  display: block;
}

/* vb vx dy */
#vb_vx_dy .img_list{
  position: relative;
  overflow: hidden;
  background-color: #1b1b1b;
  left: 0;
  right: 0;
  width: 100%;
}
#vb_vx_dy .img_list img{
  display: block;
}
#vb_vx_dy .img_list li{
  float: left;
  width: 25%;
  position: relative;
  outline: 1px solid #1d1d1d;
  outline-offset: -1px;
  overflow: hidden;
  cursor: pointer;
}
#vb_vx_dy .img_list li .text{
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  bottom: -100%;
  background:url(../img/black_bg.png);
  color: #fff;
  padding: 0 18px 0 24px;
}
#vb_vx_dy .img_list li .text .title{
  font-size: 20px;
  padding-right: 36px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 24px;
}
#vb_vx_dy .img_list li .text .describe{
  padding-right: 30px;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 30px;
  overflow: hidden;
}
#vb_vx_dy .img_list li .text .fx{
  display: inline-block;
  width: 23%;
  position: absolute;
  right: 30px;
  bottom: 14px;
}
#vb_vx_dy .img_list li .icon{
  display: inline-block;
  width: 9%;
  position: absolute;
  right: 14px;
  top: 20px;
}
/* dy */
#vb_vx_dy .img_list li .dy_text{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30%;
  height: 60px;
  background:url(../img/black_bg.png);
  color: #fff;
}
#vb_vx_dy .img_list li .dy_play{
   position: absolute;
   width: 19%;
   top: 32%;
   left: 40%;
}
#vb_vx_dy .img_list li .dy_icon{
  display: inline-block;
  width: 9%;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -4%;
}
#vb_vx_dy .img_list li .dy_text .title{
  font-size: 20px;
  padding-right: 30px;
  line-height: 60px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
.bottom_0{
  bottom:0;
}

/*section5*/
#section5 ul.car_btn{
  width: 70%;
  margin-top: 44px;
  position: absolute;
  z-index: 100;
  left: 15%;
  right: 15%;
}
#section5 ul.car_btn li{
  float: left;
  color: #ccc;
  line-height: 30px;
  margin-right: 50px;
  padding-left: 25px;
  cursor: pointer;
  letter-spacing: 2px;
}
#section5 ul.car_btn li a{
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
}
#section5 ul.car_btn li a span{
  position: absolute;
  width: 100%;
  height: 1px;
  background: red;
  bottom: 0px;
  left: -100%;
  -webkit-transition: left .3s ease-in;
  -moz-transition: left .3s ease-in;
  transition: left .3s ease-in;
}
#section5 ul.car_btn li a.active:hover{
  color: #fff;
}
#section5 ul.car_btn li a.active:hover span{
  left: 0;
}
#section5 ul li.btn_active{
  color: #fff;
  font-weight: bold;
  background-image: url(../img/circularArrow.png);
  background-repeat: no-repeat;
  background-position: left 9px;
}
#section5 .car_content{
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #000;
}
#section5 .car_content&gt;div{
  display: none;
  height: 100%;

}
#section5 .car_content&gt;div.active{
  display: block;
}
#section5 .car_content&gt;div .banner_img{position: absolute;top: 0;left: 0;}
#section5 .car_content&gt;div .banner_img li{float: left;}
#section5 .car_content&gt;div .banner_img a{cursor:default;}
#section5 .car_content&gt;div .btn{height: 100%;}
#section5 .car_content&gt;div .btn span{display: block;cursor:pointer;}
#section5 .car_content&gt;div .btn .prev{position: absolute;left: 2.6%;top: 18%;z-index: 60; width: 7%;}
#section5 .car_content&gt;div .btn .next{position: absolute;right: 4%;bottom: 5%;z-index: 60;width: 7%;}


.mv{
  height: 100%;
  width: 100%;
}
.mv .left_mv{
  position: absolute;
  width: 60%;
  height: 100%;
  z-index: 1;

}
.mv .left_mv .mov_1{
  width: 100%;
  height: 100%;
}
.mv .left_mv .btn_1{
  position: absolute;
  width: 22%;
  top: 50%;
  left: 32%;
  margin-top: -136px;
  cursor: pointer;
}
.mv .right_mv{
  position: absolute;
  width: 53%;
  height: 100%;
  top: 0;
  right: 0;
}
.mv .right_mv .mov_2{
  width: 100%;
  height: 100%;
}
.mv .right_mv .btn_2{
  position: absolute;
  width: 22%;
  top: 50%;
  right: 32%;
  margin-top: -136px;
  cursor: pointer;
}

/* è§†é¢‘åŒºåŸŸ */
.user-name {
      display: block;
      position: absolute;
      top: 5px;
      right: 10px;
      z-index: 500;
      min-width: 150px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: red;
      border: 1px solid red;
}
#video1,#video2,#video20,#video21,#video22{
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  display: none;
}
#video1 .close_video,#video2 .close_video,#video20 .close_video,#video21 .close_video,#video22 .close_video{
  position: absolute;
  color: #fff;
  z-index: 102;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  right: 48px;
  top: 48px;
  width: 44px;
  height: 44px;
  background-image: url(../img/close_v.png);
}
#example_video_1,#example_video_2,#example_video_20,#example_video_21,#example_video_22{
      height: 100%;
      width: 100%;
      position: fixed;
      z-index: 100;

}
#vb_vx_dy .hot{
  position:relative;
}
/* å¾®ä¿¡å…³æ³¨ */
.erweima{width:100%; height:100%; background:rgba(0,0,0,0.8); position:fixed; top:0px; left:0; align-items:center; z-index:-1; }
.erweima section{position:absolute; left:50%; top:50%;}
.erweima.erweima1 section{width:220px; height:206px; margin:-103px 0 0 -110px;}
.erweima.erweima2 section{width:281px; height:500px; margin:-250px 0 0 -140.5px;}
.erweima section img{display:block; width:100%;}
.erweima span{display:block;width:44px; height:44px; position:absolute; right:0; top:0px; z-index:1000;}
.erweima span img{height:100%;}

/* æŠ–éŸ³äºŒç»´ç&nbsp;å¼¹å‡ºåŒºåŸŸ */
.dy_code{width:100%; height:100%; background:rgba(0,0,0,0.8); position:fixed; top:0px; left:0; align-items:center; z-index:-1; }
.dy_code section{position:absolute; left:50%; top:50%;width:281px; height:500px; margin:-250px 0 0 -140.5px;}
.dy_code section img{display:block; width:100%;}
.dy_code span{display:block;width:44px; height:44px; position:absolute; right:0; top:0px; z-index:1000;}
.dy_code span img{height:100%;}</pre></body></html>