@media (max-width: 1024px) {
	/* 样式调整 */
	.w_1440 {
		width: 92%;
	}
	.header-w .header{height: 55px;}
	.header-w .logo i {
		font-size: 18px;
	}
	.header-w .nav {
		display: none;
	}
	.header-w .nav-right {
		display: none;
	}
	.indexBanner {
		height: 35vh;
	}
	.index-main01 .list {
		width: 100%;
		margin-bottom: 16px;
	}
	.index-main01 {
		margin-top: 10px;
	}
	.index-banner-text {
		bottom: auto;
		margin: 0 auto;
		top: 80px;
		height: auto;
	}
	.index-banner-text p.t1 {
		font-size: 30px;
		line-height: 1.1;
	}
	.index-banner-text p.t2 {
		font-size: 14px;
		line-height: 1.1;
		margin-top: 8px;
		width: 96%;
	}
	.index-main02 {
		flex-wrap: wrap;
	}
	.index-main02 .left,
	.index-main02 .right {
		width: 100%;
	}
	.index-main02-w {
		background-image: none
	}
	.index-main02 .right {
		background-image: url(../img/arc_logo_02.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
	}
	.index-main03-w {
		display: none;
	}
	.index-main04 {
		flex-wrap: wrap;
	}
	.index-main04 .left,
	.index-main04 .right {
		width: 100%;
	}
	.index-main04 .right {
		margin-top: 32px;
	}
	.index-main04 .left p.t1 {
		margin-bottom: 16px;
		font-size: var(--font-Title-M);
		line-height: var(--line-h-40);
	}
	.index-main04 .left p.t2 {
		margin-bottom: 24px;
	}
	.index-main07-w {
    margin: 80px auto;
}
	.index-main07{margin-top: 40px;}
	.index-main07 .list {
		width: 100%;
		margin-bottom: 16px;
	}
	.index-main07 .list p.t3{padding: 0px 16px;line-height: 1;}
	.index-main07-more a{margin: 32px auto 0;}
	.index-more {
		width: 250px;
		height: 50px;
		line-height: 50px;
		border-radius: 50px;
		font-size: var(--font-Title-S);
	}
	.index-more i{font-size: 20px;transform: translateY(1px);}
	
	.index-main08 .left,.index-main08 .right{
		width: 100%;
	}
	.index-main08 .left{padding: 8%;}
	.index-main08 .left p.t2{padding-right: 0;}
	.index-main08 .left a.t3{margin-top: 40px;}
	
	.footer .left{margin-bottom: 40px;}
	.footer .left p.logo{margin-bottom: 40px;}
	
	.footer .right-from{width: 100%;}
	
	.footer .center{flex-wrap: wrap;}
	.footer .center .copyright{width: 100%;}
	.footer .center .copyright p.t1 br{display: none;}
	.footer .center .copyright a.t2{display: none;}
	
	
}