.header{
	height: 70px;
}
.header_menu_btn{
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 5vw;
}
.header ul {
	margin-right: 0;
}
.header ul{
	float: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--llzc-color1);
	display: none;
	padding-top: 100px;
}
.header_logo {
	z-index: 9;
	width: 24vw;
}
.header ul li {
	padding: 0;
	text-align: center;
	width: 100%;
}
.header ul li a {
	
	padding: 24px 20px;
	text-align: center;
	font-size: 16px;
}
.home-tab-select{
	background: rgba(0, 0, 0, 0.2);
}
#call{
	width: 100%;
	display: inline-block;
	z-index: 1999;
	display: flex;
	justify-content: center;
	margin-top: 20vh;
}
#call a{
	width: 52px;
	height: 52px;
	background: url(https://zqimg.browin.net.cn/web/phone.png) no-repeat;
	background-size: cover;
}
.content {
	margin-top: -30vh;
}
.content h1 {
	font-size: 9vw;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
.content p{
	text-align: left;
	font-size: 5vw;
	letter-spacing: 1.5px;
}
.btn {
	display: inline-block;
	padding: 12px 30px;
	background-color: var(--llzc-color1);
	border-radius: 6px;
	color: #fff;
	font-size: 4.5vw;
	transition: all .3s;
}
/* 各section背景 */
#slide1 {
	background: url(https://zqimg.browin.net.cn/web/phonebanner1.png) no-repeat center center;
	background-size: cover;
}

#slide2 {
	background: url(https://zqimg.browin.net.cn/web/phonebanner2.png) no-repeat center center;
	background-size: cover;
}
#slide3 {
	background: url(https://zqimg.browin.net.cn/web/phonebanner3.png) no-repeat center center;
	background-size: cover;
}


/*手机端第二屏*/
.home-title {
	width: 100%;
	font-size: 24px;
}
.home2-content{
	flex-direction: column;
	width: 93vw;
	height: 80vh;
	margin-top: 6vh;
}
.home2-content-left{
	width: 100%;
	height: 30%;
	padding: 16px;
}
.home2-content-right{
	width: 100%;
	height: 68%;
	padding: 16px;
	justify-content: start;
}
.home2-title b{
	font-size: 20px;
}
.home2-text1{
	margin-top: 12px;
}
.home2-text1 b{
	font-size: 15px;
}
.home2-text1 p{
	font-size: 12px;
}
.car-icon-list{
	margin-top: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 10px;
}
.car-icon1,.car-icon2,.car-icon3,.car-icon4{
	height: 100%;
}
.car-icon1::after,.car-icon2::after,.car-icon3::after,.car-icon4::after{
	font-size: 16px;
}
.home2-plan-list{
	grid-gap: 6px;
	margin-top: 10px;
}
.home2-plan-list-box{
	padding: 10px 10px;
}
.home2-plan-list-box img{
	width: 34px;
	height: 34px;
}
.home2-plan-box b{
	font-size: 14px;
}
.home2-plan-box p{
	font-size: 12px;
}



/*手机端第三屏*/


.home3-content{
	width: 93vw;
	margin-top:3vh;
	grid-template-columns: 1fr;
	grid-gap: 8px;
}
.active .home3-content{
	margin-top: 6vh;
}
.home3-content-box{
	padding: 10px;
	flex-direction: row;
}
.home3-content-bottom{
	margin-top: 0;
	margin-left: 10px;
}
.home3-content-box img{
	width: 30vw;
	height: 100%;
}
.home3-content-box b{
	font-size: 16px;
	color: #333;
}
.home3-content-text{
	margin-top: 8px;
}
.home3-content-text p{
	width: 90%;
	font-size: 12px;
}
.home3-content-box:hover{
	top: -4px;
}



/*手机端第三屏*/
.home4-content{
	width: 93vw;
	margin-top: 2vh;
}
.active .home4-content{
	margin-top: 4vh;
	opacity: 1;
	transition-duration: 0.5s;
	transition-delay: 0.5s;
}
.home4-title{
	width: 100%;
	font-size: 16px;
	margin-top: 3vh;
}
.home4-title p{
	margin: 0 10px 0 10px;
}
.home4-title img:nth-child(1){
	width: 100px;
}
.home4-title img:nth-child(3){
	width: 100px;
}
.home4-list1{
	grid-template-columns: repeat(5,1fr);
	grid-template-rows: 1fr 1fr;
	margin-top: 2vh;
	font-size: 13px;
}

.home4-list1-box:hover{
	top: -4px;
}
.home4-list1-box img{
	width: 40px;
	height: 40px;
}
.home4-list2{
	margin-top: 2vh;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: repeat(2,1fr);
	grid-gap: 10px;
}
.home4-list2-box{
	padding: 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home4-list2-top{
	flex-direction: row;
}
.home4-list2-top-text{
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-left: 8px;
}
.home4-list2-top-text b{
	font-size: 15px;
	margin: 0;
}
.home4-list2-box hr{
	width: 80px;
	height: 1px;
	border: none;
	margin: 10px 0;
}
.home4-list2-top-text p:nth-child(2){
	font-size: 12px;
}
.home4-list2-box:hover{
	top: -4px;
}
.home4-list2-box img{
	width: 36px;
	height: 36px;
}
.home4-list2-box p{
	font-size: 12px;
	line-height: 150%;
}



/*手机端第五屏*/

.home5-tabs{
	width: 93vw;
	justify-content: space-between;
}
.home5-tabs-box{
	width: 48.5%;
	margin: 0;
}
.o-input{
	width: 93vw;
	margin-bottom: 0;
}
.o-textarea,.contact-textarea{
	width: 93vw;
	margin-top: 2vh;
}
.cooperation-input{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home5-title2{
	font-size: 18px;
	color: #fff;
	margin-top: 3vh;
}
.home5-list1{
	margin-top: 2vh;
}
.home5-list1-box img{
	width: 40px;
	height: 40px;
}
.home5-row-icon{
	width: 10px;
	height: 10px;
	margin: 15px 0px;
}
.home5-list1-box p{
	font-size: 12px;
}

.footer-left{
	display: none;
}
.footer-center{
	flex-direction: column;
	align-items: start;
}
.footer,.footer2{
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 10px 10px;
}
.footer-right{
	display: none;
}


/*------------------------------------------车型介绍页------------------------------------------*/

.top-box1{
	background: url(https://zqimg.browin.net.cn/web/phonetop1.png)no-repeat;
	background-size: cover;
}
.top-box2{
	background: url(https://zqimg.browin.net.cn/web/phonetop2.png)no-repeat;
	background-size: cover;
}
.top-box3{
	background: url(https://zqimg.browin.net.cn/web/phonetop3.png)no-repeat;
	background-size: cover;
}
.top-box4{
	background: url(https://zqimg.browin.net.cn/web/phonetop4.png)no-repeat;
	background-size: cover;
}
.top-box{
	height: 30vh;
}
.top-img-text{
	margin-right: 5vw;
	margin-top: 20vw;
}
.top-img-text b{
	font-size: 28px;
}
.top-img-text p{
	font-size: 14px;
	margin-top: 4px;
}
.top-tabs{
	overflow: auto;
}
.top-tabs-left{
	display: none;
}
.car-Introduction-box b:nth-child(1),.cooperation-title{
	font-size: 24px;
}
.car-Introduction-box b:nth-child(2){
	font-size: 20px;
}
.car-Introduction{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.car-Introduction img{
	width: 60vw;
	float: none;
	margin-bottom: 40px;
}
.Introduction-text p:nth-child(1){
	color: #999;
	width: 26vw;
}
.Introduction-text p:nth-child(2){
	color: #999;
	max-width: 60vw;
}



/*------------------------------------------合作加盟页------------------------------------------*/
.cooperation-box{
	width: 93vw;
}




/*------------------------------------------关于我们页------------------------------------------*/
.about-box-content{
	width: 100%;
	padding: 16px;
	background: rgba(255, 255, 255, .7);
	backdrop-filter: blur(5px);
	border-radius: 6px;
}
.about-box-text1 b{
	font-size: 24px;
}
.about-box-text1 p{
	font-size: 14px;
	‌text-transform: uppercase;
}
.about-box{
	width: 100%;
	padding: 4vw 3vw;
	height: auto;
	background: url(https://zqimg.browin.net.cn/web/about.jpg)no-repeat right;
	background-size: cover;
}

.about-box-text2{
	width: 100%;
	font-size: 13px;
}
.about-box-content2{
	margin-top: 20px;
	width: 100%;
	justify-content: space-between;
}
.about-box-icon{
	width:31%;
	margin-right: 0;
}
.advantage{
	width: 93vw;
}
.contact-box{
	width: 93vw;
	margin-top: 40px;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
}
.contact-left1 b{
	font-size: 24px;
}
.contact-left1 p{
	font-size: 14px;
}
.contact-left1{
	padding-bottom: 20px;
	border-bottom: solid 1px #e5e5e5;
}
.contact-left2{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contact-left-box{
	width: 100%;
}
.contact-right-box{
	width: 100%;
}
.contact-textarea{
	margin-top: 0;
}
.join-box{
	width: 93VW;
}
#join{
	background: #f6f6f6;
	padding: 20px 0;
	margin-top: 40px;
}
.job-list{
	width: 100%;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
	margin: 20px 0;
}