body{margin:0;padding:0;overflow:hidden;}
body {
	width: 100%;
	min-width: 1200px;
    overflow: auto;
}


.vehicle_net, .animation_bottom {
  width: 100%;
}

.animation-wrapper {
  position: absolute;
  bottom: 0%;
  right: 5%;
  width: 35%;
  height: 100vh;
  overflow: hidden;
}

.sphere-animation {
  position: absolute;
  bottom: 12%;
  right: 10%;
  width: 80%;
  height: 300px;
}

.sphere path {
  fill: url(#sphereGradient);
  stroke-width: 1px;
  stroke: rgba(80,80,80,.35);
  backface-visibility: hidden;
}

@media (min-width: 500px) {
  .sphere path {
    stroke-width: .4px;
  }
}
/* =========首页 */
.vehicle_net .index01 {
  background: linear-gradient(-190deg, #000 65%, #4f4f4f);
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.vehicle_net .index01 .page1_big_carnet{
	position: absolute;
	top: 48%;
	left: 50%;
	margin-left: -291px;
	font-family:'PingFangSC-Ultralight';
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}
.vehicle_net .index01 .page1_big_carnet .page1_cn_txt02{
	font-size: 44px;
	padding-top: 10px;
}
.vehicle_net .index02{
	background: #000;
	padding-top: 15%;
	box-sizing: border-box;
}
.vehicle_net .main_middle {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.vehicle_net .index02 .vn_go{
	width: 40%;
	padding-left: 15%;
	position: relative;
	display: none;
}
.vehicle_net .index02 .vn_supervise{
	width: 40%;
	padding-left: 5%;
	margin-top: 5%;
	position: relative;
	display: none;
}
.vehicle_net .index02 .vn_pico1{
	width: 70%;
	display: block;
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
}
.vehicle_net .index02 .vn_txt01{
	position: absolute;
	top: 40%;
	left: 16%;
	font-family: 'PingFangSC-Semibold';
	font-size: 24px;
	color: #FFFFFF;
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
	-moz-animation-delay:0.4s;
	-ms-animation-delay:0.4s;
	-o-animation-delay:0.4s;
}
.vehicle_net .index02 .vn_txt02{
	position: absolute;
	top: 57%;
	left: 16%;
	font-family: 'PingFangSC-Thin';
	font-size: 20px;
	color: #FFFFFF;
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
	-moz-animation-delay:0.4s;
	-ms-animation-delay:0.4s;
	-o-animation-delay:0.4s;
}
.vehicle_net .index02 .vn_btn_next{
	position: absolute;
	bottom: 18%;
	left: 16%;
	font-family: 'PingFangSC-Thin';
	font-size: 12px;
	color: #FFFFFF;
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
	-moz-animation-delay:0.8s;
	-ms-animation-delay:0.8s;
	-o-animation-delay:0.8s;
	cursor: pointer;
}
.vehicle_net .index02 .vn_supervise .vn_txt01{
	left: 0%;
}
.vehicle_net .index02 .vn_supervise .vn_txt02{
	left: 0%;
}
.vehicle_net .index02 .vn_supervise .vn_btn_next{
	left: 0%;
	bottom: 30%;
}
.vehicle_net .index02 .vn_btn_next:after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #6F75FF;
	transition: all 0.3s ease;
}
.vehicle_net .index02 .vn_btn_next:hover:after{
	width: 100%;
}
.vehicle_net .index03{
	background: #000;
	height: auto;
	box-sizing: border-box;
}
.vehicle_net .index03 .core_str{
	margin-top: 15%;
	box-sizing: border-box;
	position: relative;
}
.vehicle_net .index03 .core_str .core_str_pic{
	display: block;
	width: 60%;
	margin: 0 auto;
	max-width: 1200px;
}
.vehicle_net .index03 .core_str .core_str_txt01{
	font-family: 'PingFangSC-Light';
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-top: -22px;
}
.vehicle_net .index03 .core_str_lists{
	padding-top: 5%;
	width: 100%;
	display: none;
}
.vehicle_net .index03 .core_str_ys{
	width: 25%;
	text-align: center;
	line-height: 1.5;
	box-sizing: border-box;
}
.vehicle_net .index03 .core_str_ys01{
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
}
.vehicle_net .index03 .core_str_ys02{
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
	-moz-animation-delay:0.4s;
	-ms-animation-delay:0.4s;
	-o-animation-delay:0.4s;
}
.vehicle_net .index03 .core_str_ys03{
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
	-moz-animation-delay:0.8s;
	-ms-animation-delay:0.8s;
	-o-animation-delay:0.8s;
}
.vehicle_net .index03 .core_str_ys04{
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-ms-animation-delay:1.2s;
	-o-animation-delay:1.2s;
}
.vehicle_net .index03 .core_str_ys .core_list_pic{
	width: 18%;
	margin: 0 auto;
}
.vehicle_net .index03 .core_str_ys .core_list_txt01{
	width: 166px;
    margin: 0 auto;
    font-family: 'PingFangSC-Light';
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 10px;
    height: 58px;
}
.vehicle_net .index03 .core_str_ys .core_list_txt02{
	width: 240px;
	margin: 0 auto;
	font-family: 'PingFangSC-Light';
	font-size: 16px;
	color: #bdbdbd;
	padding-top: 10%;
}
.vehicle_net .index04{
	background: url(../images/hzbg.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 4%;
}
.vehicle_net .index04 .core_str{
	margin-bottom: 4%;
}
.vehicle_net .index04 .vnco_cc{
	position: absolute;
	bottom: -50%;
    right: 3%;
	width: 220px;
	height: 220px;
}
.vehicle_net .index04 .vnco_cc .vnco_cc_pic{
	width: 100%;
	display: block;
}
.vehicle_net .index04 .vnco_cc .vnco_cc_pic01{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	margin-top: -60px;
	margin-left: -55px;
	animation: zhuan 4s linear infinite;
	-o-animation: zhuan 4s linear infinite;
	-webkit-animation: zhuan 4s linear infinite;
	-moz-animation: zhuan 4s linear infinite;
	-ms-animation: zhuan 4s linear infinite;
}
@keyframes zhuan{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
	
}
@-webkit-keyframes zhuan{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
	
}
.vehicle_net .index04 .vnco_cc .vnco_cc_pic02{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 168px;
	height: 168px;
	margin-top: -84px;
	margin-left: -84px;
	animation: zhuan 8s linear infinite;
	-o-animation: zhuan 8s linear infinite;
	-webkit-animation: zhuan 8s linear infinite;
	-moz-animation: zhuan 8s linear infinite;
	-ms-animation: zhuan 8s linear infinite;
}
.vehicle_net .index04 .vn_cooperation{
	height: 378px;
	width: 100%;
	background: url(../images/jb.png) no-repeat center center;
	background-size: cover;
	min-width: 1200px;
}
.vehicle_net .index04 .vn_con_lists{
	width: 960px;
	margin: 0 auto;
}
.vehicle_net .index04 .vn_con_lists li{
	float: left;
	width: 25%;
	padding-top: 32px;
}
.vehicle_net .index04 .vn_con_lists li .vn_con_logo{
	display: block;
	width: 75%;
	margin: 0 auto;
}
.vehicle_net .index05{
	background: url(../images/xwbg.png) no-repeat center center;
	background-size: cover;
	padding-top: 4%;
}
.vehicle_net .index05 .news_dynamic{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 4%;
	min-height: 300px;
}
.vehicle_net .index05 .news_dynamic .news_dyn_txt01{
	display: none;
}
.vehicle_net .index05 .news_dynamic .news_dyn_txt02{
	display: none;
}
.vehicle_net .index05 .news_dynamic .news_dyn_txt03{
	display: none;
}
.vehicle_net .index05 .news_dynamic .news_dyn_pic01{
	display: block;
	width: 318px;
	margin: 0 auto;
}
.vehicle_net .index05 .news_dynamic .news_dyn_txt02{
	text-align: center;
	font-family: 'PingFangSC-Light';
	font-size: 24px;
	color: #FFFFFF;
	padding: 13px 0;
}
.vehicle_net .index05 .news_dynamic .news_dyn_pic02{
	display: block;
	width: 759px;
	margin: 0 auto;
	
}
.swiper-container {
	width: 100%;
	height: 100%;
  }
.swiper-wrapper{
/* 通过改变animation-timing-function 制作弹性切换效果 */
	transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.vehicle_net .index05{
	padding-bottom: 3%;
}
.vehicle_net .index05 .news_wheel{
	height: 360px;
	width: 100%;
	padding: 25px 40px;
	box-sizing: border-box;
	background: #292929 url(../images/n03.png) no-repeat right center;
	background-size: auto 100%;
}
.vehicle_net .index05 .news_wheel .swiper-container_pic{
	width: 50%;
}
.vehicle_net .index05 .news_wheel .swiper-container_contant {
	width: 48%;
}
.vehicle_net .index05 .swiper-button-next{
	background-image: url(../images/n04.png) !important;
	width: 54px;
	height: 54px;
	background-size: 43px auto;
	right: 30px;
}
.vehicle_net .index05 .swiper-button-prev{
	background-image: url(../images/n05.png) !important;
	width: 54px;
	height: 54px;
	background-size: 43px auto;
	left: 30px;
}
.vehicle_net .index05 .news_wheel_pic{
	width: 100%;
	height: auto;
	display: block;
}
.vehicle_net .index05 .news_wheel_cont{
	height: 100%;
	display: block;
	width: 90%;
	position: relative;
}
.vehicle_net .index05 .news_wheel_cont .news_wheel_all{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}
.vehicle_net .index05 .news_wheel_cont .news_wheel_tit{
	font-family: 'PingFangSC-Semibold';
	font-size: 22px;
	color: #FFFFFF;
	padding-bottom: 35px;
}
.vehicle_net .index05 .news_wheel_cont .news_wheel_txt{
	font-family: 'PingFangSC-Light';
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}
.vehicle_net .index05 .news_wheel_cont .news_wheel_next{
	font-family: 'PingFangSC-Light';
	font-size: 14px;
	color: #FFFFFF;
	display: inline-block;
	padding-top: 20px;
	cursor: pointer;
}
.vehicle_net .index05 .news_wheel_next:after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #6F75FF;
	transition: all 0.3s ease;
}
.vehicle_net .index05 .news_wheel_next:hover:after{
	width: 19%;
}
