body{
	overflow-x: hidden;

}
.zzdriver {
	background-color: #fff;
}

.zzdriver .top {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -534.5px;
	width: 1069px;
	height: 85px;
	background-color: #fff;
	z-index: 999;
}

.zzdriver .top .log{
	width: 230px;
	height: 33px;
	margin: 30px 80px 0px 22px;
	float: left;
}

.zzdriver .top .nav{
	width: 715px;
	float: left;
	margin-top: 28px;
	
}

.zzdriver .top .nav li{
	width: 48px;
	margin-right: 45px;
	color: #1f1c23;
	font-size: 11.5px;
	font-weight: 500;
	float: left;
	position: relative;
}

.zzdriver .top .nav li:last-child{
	width: 62px;
	margin-right: 0;
}

.zzdriver .top .nav li:before{
	content: '';
	position: absolute;
	top: 3px;
	left: -8px;
	width: 2px;
	height: 10px;
	background-color: #dbdad9;
}


.zzdriver .top .nav li:hover:before{
	content: '';
	position: absolute;
	top: 3px;
	left: -8px;
	width: 2px;
	height: 10px;
	background-color: #f46e31;
}

.zzdriver .top .nav span{
	display: block;
	color: #adabae;
	font-size: 11px;
	
}

.zzdriver .top .nav li a{
	cursor: pointer;
}


.zzdriver .center .banner{
	width: 100%;
	height: 623px;
	background: url(../images/banner2.png) top no-repeat;
	background-size: 100% auto;
	position: relative;
}


.zzdriver .center .spot{
	position: absolute;
	bottom: 32px;
	left: 50%;
	margin-left: -34px;
	width: 68px;
	height: 30px;
	background: url(../images/spot5.png) top no-repeat;
	background-size: 100% auto;
	z-index: 1;
}


.zzdriver .center .txt{
	width: 100%;
	text-align: center;
	overflow: hidden;
}


.zzdriver .center .txt .lable{
	display: flex;
	justify-content: space-between;
	width: 310px;
	height: 44px;
	margin: auto;
	font-size: 18px;
	font-weight: 500;
	color: #1F1D1D;
	line-height: 49px;
	background-color: #F0F0F0;
	border-radius: 22px;
	text-align: center;
}
.zzdriver .center .txt .lable .lable_nav{
	width: 162px;
	cursor: pointer;
}
.zzdriver .center .txt .lable .action{
	width: 162px;
	color: #fff;
	background-color: #F9661A;
	border-radius: 22px;
}
.zzdriver .center .txt .intro{
	height: 93px;
	margin-top: 131px;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	text-align: center;
	color: #242424;
	position: relative;
}
.zzdriver .center .txt .intro:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 5px;
	margin-left: -20px;
	background-color: #d8d8d8;
}

.zzdriver .center .txt .qrcode{
	display: flex;
	justify-content: space-between;
	width: 500px;
	margin: 44px auto 46px;
	font-size: 15px;
}

.zzdriver .center .txt .qrcode .sj{
	width: 160px;
	height: 130px;
	padding-top: 180px;
	background: url(../images/zzdriver.jpg) top no-repeat;
	background-size: 100% auto;
}
.zzdriver .center .txt .qrcode .dd{
	width: 160px;
	height: 130px;
	padding-top: 180px;
	background: url(../images/u7ll.png) top no-repeat;
	background-size: 100% auto;
}

.zzdriver .center .txt .phone{
	width: 100%;
	height: 1080px;
	background: url(../images/i2.png) bottom no-repeat;
	background-size: 100% auto;
}

.zzdriver .center .txt .phone .center{
	width: 1069px;
	height: 1055px;
	margin: auto;
	position: relative;
}

.zzdriver .center .txt .phone .center .img{
	width: 1166px;
	height: 1020px;
	background: url(../images/i1.png) top no-repeat;
	background-size: 100% auto;
}

.zzdriver .center .txt .phone ul{
	font-size: 13px;
  	color: #5e5d60;
  	position: absolute;
  	top: 25px;
  	left: 54px;
  	text-align: left;
  	/*overflow: hidden;*/
}

.zzdriver .center .txt .phone ul .l1{
	height: 280px;
	margin-left: 54px;
	width: 187px;
	float: left;
	margin-top: 231px;
	position: relative;
}
.zzdriver .center .txt .phone ul .l1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 268px;
	width: 1px;
	background-color: #d8d8d8;
}
.zzdriver .center .txt .phone ul .l1 span{
	margin-left: 9.5px;
}

.zzdriver .center .txt .phone ul .l1 span:before{
	content: '';
	position: absolute;
	left: -3px;
	top: 5.5px;
	width: 7px;
	height: 7px;
	background-color: #d8d8d8;
	border-radius: 100%;
}


.zzdriver .center .txt .phone ul .l2{
	height: 160px;
	margin-left: 12.5px;
	width: 75px;
	float: left;
	margin-top: 156px;
	position: relative;
}
.zzdriver .center .txt .phone ul .l2:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 152px;
	width: 1px;
	background-color: #d8d8d8;
}
.zzdriver .center .txt .phone ul .l2 span{
	margin-left: 9.5px;
}

.zzdriver .center .txt .phone ul .l2 span:before{
	content: '';
	position: absolute;
	left: -3px;
	top: 5.5px;
	width: 7px;
	height: 7px;
	background-color: #d8d8d8;
	border-radius: 100%;
}


.zzdriver .center .txt .phone ul .l3{
	height: 231px;
	margin-left: 133px;
	width: 70px;
	float: left;
	margin-top: 67px;
	position: relative;
}
.zzdriver .center .txt .phone ul .l3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 220px;
	width: 1px;
	background-color: #d8d8d8;
}
.zzdriver .center .txt .phone ul .l3 span{
	margin-left: 9.5px;
}

.zzdriver .center .txt .phone ul .l3 span:before{
	content: '';
	position: absolute;
	left: -3px;
	top: 5.5px;
	width: 7px;
	height: 7px;
	background-color: #d8d8d8;
	border-radius: 100%;
}


.zzdriver .center .txt .phone ul .l4{
	height: 113px;
	margin-left: 196px;
	width: 100px;
	float: left;
	margin-top: -34px;
	position: relative;
}
.zzdriver .center .txt .phone ul .l4:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 1px;
	background-color: #d8d8d8;
}
.zzdriver .center .txt .phone ul .l4 span{
	margin-left: 9.5px;
}

.zzdriver .center .txt .phone ul .l4 span:before{
	content: '';
	position: absolute;
	left: -3px;
	top: 5.5px;
	width: 7px;
	height: 7px;
	background-color: #d8d8d8;
	border-radius: 100%;
}





.zzdriver .center .txt .phone1{
	width: 100%;
	height: 870px;
	margin-top: 34px;
	background: url(../images/i3.png) bottom right no-repeat;
	background-size:  auto 602px;
	/*overflow: hidden;*/
}

.zzdriver .center .txt .phone1 .center{
	width: 1069px;
	height: 870px;
	margin: auto;
	position: relative;
}

.zzdriver .center .txt .phone1 .center .img1{
	width: 608px;
	height: 720px;
	background: url(../images/04.png) top right no-repeat;
	background-size: 100% auto;
	/*margin: auto;*/
	margin-left: 317px;
}

.zzdriver .center .txt .phone1 .center .spot1{
	position: absolute;
	top: 425px;
	left: 200px;
	font-size: 13px;
  	color: #5e5d60;
  	/*position: relative;*/
}

.zzdriver .center .txt .phone1 .center .spot1:before{
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #d8d8d8;
	top: 5px;
	left: -16px;
}

.zzdriver .center .txt .phone1 .center .spot2{
	position: absolute;
	top: 45px;
	left: 514px;
	font-size: 13px;
  	color: #5e5d60;
}

.zzdriver .center .txt .phone1 .center .spot2:before{
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #d8d8d8;
	top: 5px;
	left: -16px;
}






.zzdriver .center .txt .phone2{
	width: 100%;
	height: 1080px;
	background: url(../images/i2.png) bottom no-repeat;
	background-size: 100% auto;
}

.zzdriver .center .txt .phone2 .center{
	width: 1069px;
	height: 1055px;
	margin: auto;
	padding-top: 150px;
	position: relative;
}

.zzdriver .center .txt .phone2 .center .img{
	width: 1166px;
	height: 1020px;
	background: url(../images/yi3.png) top no-repeat;
	background-size: 100% auto;
}

.zzdriver .center .txt .phone2 ul{
	font-size: 13px;
  	color: #5e5d60;
  	position: absolute;
  	top: 25px;
  	left: 54px;
  	text-align: left;
  	/*overflow: hidden;*/
}
.zzdriver .center .txt .phone2 ul li{
	height: 160px;
	width: 100px;
	float: left;
	margin-top: 231px;
	line-height: 35px;
	position: relative;
	color: #fff;
	background: url(../images/li1.png) center top no-repeat;
	background-size: 100% auto ;
	text-align: center;
	font-weight: 600;
}

.zzdriver .center .txt .phone2 ul .l1{
	float: left;
	margin-top: 370px;
	line-height: 35px;
	position: relative;
	color: #fff;
	background: url(../images/li1.png) center top no-repeat;
	background-size: 100% auto ;
	text-align: center;
}
.zzdriver .center .txt .phone2 ul .l2{
	margin-left:130px;
	float: left;
	margin-top: 200px;
	position: relative;
}
.zzdriver .center .txt .phone2 ul .l3{
	margin-left: 150px;
	float: left;
	margin-top: 210px;
	position: relative;
}
.zzdriver .center .txt .phone2 ul .l4{
	margin-left: 90px;
	float: left;
	margin-top: 85px;
	position: relative;
}
.zzdriver .center .txt .phone3{
	width: 100%;
	height: 1270px;
	margin-top: 34px;
	background: url(../images/i3.png) bottom right no-repeat;
	background-size:  auto 602px;
	/*overflow: hidden;*/
}

.zzdriver .center .txt .phone3 .center{
	width: 1069px;
	height: 1270px;
	margin: auto;
	position: relative;
}

.zzdriver .center .txt .phone3 .center .img_nav{
	display: flex;
}

.zzdriver .center .txt .phone3 .center .img1{
	width: 374px;
	height: 960px;
	background: url(../images/yi5.png) top right no-repeat;
	background-size: 100% auto;
	/*margin: auto;*/
	margin-left: 200px;
	margin-top: 350px;
}

.zzdriver .center .txt .phone3 .center .img2{
	width: 375px;
	height: 1036px;
	background: url(../images/yi4.png) top right no-repeat;
	background-size: 100% auto;
	/*margin: auto;*/
	margin-left: 55px;
	margin-top: 105px;
}

.zzdriver .center .txt .phone3 .center .spot1{
	position: absolute;
	top: 250px;
	left: 355px;
	font-size: 13px;
  height: 160px;
  width: 100px;
  float: left;
  line-height: 35px;
  color: #fff;
  background: url(../images/li1.png) center top no-repeat;
  background-size: 100% auto ;
  text-align: center;
	font-weight: 600;
}

.zzdriver .center .txt .phone3 .center .spot2{
	position: absolute;
	top: 15px;
	left: 815px;
	font-size: 13px;
	color: #5e5d60;
	height: 160px;
	width: 100px;
	float: left;
	line-height: 35px;
	color: #fff;
	background: url(../images/li1.png) center top no-repeat;
	background-size: 100% auto ;
	text-align: center;
	font-weight: 600;
}



.zzdriver .bot{
	width: 100%;
	background: url(../images/bot.png) top no-repeat;
	background-size: 100% auto;
	text-align: center;
	overflow: hidden;
}

.zzdriver .bot .copy{
	margin-top: 50px;
	font-size: 12px;
	color: #f5f5f9;
	background-color: rgba(45,45,44,1);
}












