﻿@charset "utf-8";

/*首页*/
.banner0012{ 
	width:100%; 
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.banner0012_con{ 
	width:73vw;
	width:var(--mainwidth); 
	height: 100%;
	position:relative;
	margin:0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.banner0012_bg{ 
	background:var(--OneColor); 
	width:32%; 
	height:100%; 
	position:absolute; 
	left:0; 
	top:0;
	transform: skewX(-20deg);
} 
.banner0012_1{ 
	width:100%;  
	position:relative; 
	z-index:1;
	font-size:4.5rem; 
	color:var(--FontWhiColor); 
	font-weight:bold; 
}
.banner0012_1 span{ padding-left: 4.5rem;}
.banner0012_2{ 
	width:100%;  
	position:relative; 
	z-index:1; 
	font-size:2.5rem; 
	color:var(--FontWhiColor);
	font-family:Arial;
}
.banner0012_2 span{ padding-left: 4.5rem;}




@media screen and (max-width:1023px)and (min-width:300px){
.banner0012{ 
	width:100%; 
	height: 100%;
}

.banner0012_con{ 
	width:96vw;
	text-align: center;
}
.banner0012_bg{ 
	display: none;
} 
.banner0012_1{ 
	font-size:1.625rem; 
}
.banner0012_1 span{ padding-left: 0rem;}
.banner0012_2{ 
	font-size:1.625rem; 
}
.banner0012_2 span{ padding-left: 0rem;}

}
