﻿@charset "utf-8";

/*首页*/
.banner0011{ 
	width:100%; 
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.banner0011_con{ 
	width:73vw;
	width:var(--mainwidth); 
	height:100%;  
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner0011_1{
	color: var(--FontWhiColor);
	    font-size: 4.375rem;
	letter-spacing: 1.5rem;
	overflow: hidden;  
	white-space: nowrap;
    text-overflow: ellipsis;
	text-align: center;
	
}
.banner0011_2{
	width: 100%;
	text-align: center;
}
.banner0011_2 span{
	position: relative;
	color: var(--FontWhiColor);
	font-size: 2.5rem;
    height: 3rem;
    line-height: 3rem;
    font-weight: bold;
}
.banner0011_2 span:after{
	content: '';
	width: 20rem;
	height: 1px;
	background:  var(--FontWhiColor);
	position: absolute;
	top: 50%;
	left: -21rem;
}
.banner0011_2 span:before{
	content: '';
	width: 20rem;
	height: 1px;
	background:  var(--FontWhiColor);
	position: absolute;
	top: 50%;
	right: -21rem;
}



@media screen and (max-width:1023px)and (min-width:300px){
.banner0011{ 
	width:100%; 
	height: 100%;
}
.banner0011_con{ 
	width: 94%;
	text-align: center;
	
}
	.banner0011_1{
	    font-size: 1.625rem;
	letter-spacing: 1px;
	
}

.banner0011_2 span{
	font-size: 1.375rem;
    height: 3rem;
    line-height: 3rem;
}
.banner0011_2 span:after{
	
	width: 4rem;
	left: -5rem;
}
.banner0011_2 span:before{
	width: 4rem;
	right: -5rem;
}


}
