﻿@charset "utf-8";

/*首页*/
.banner0009{ 
	width:100%; 
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.banner0009_con{ 
	width:73vw;
	width:var(--mainwidth); 
	height:100%;  
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner0009_1{
	font-size:2.2rem;
	font-weight: bold;
	color: var(--FontWhiColor);
}
.banner0009_2{
	font-size:1.425rem;
	text-transform:uppercase;
	font-weight: bold;
	color: var(--FontWhiColor);
	padding-top: 0.5rem;
}

@media screen and (max-width:1023px)and (min-width:300px){
.banner0009{ 
	width:100%; 
	height: 100%;
}
.banner0009_con{ 
	width: 100%;
	text-align: center;
}
}
