﻿@charset "utf-8";
/*头部导航*/
.title0001{
	width:73vw;
	width:var(--mainwidth);
	
	height: auto;
	margin: 0 auto;
}

.title0001_tit{
	width:100%;
	height: auto;
	text-align: center;
}
.title0001_en{
	width:100%;
	text-align: center;
	position: relative;
	margin-top: 0.5vh;
}
.title0001_en_1{
	
	height: 1px;
	position: absolute;
	left: 0;
	top: calc(50%);
	background: var(--FontOneColor);
	opacity:0.12;
}
.title0001_en_2{
	height: 1px;
	position: absolute;
	right: 0;
	top: calc(50%);
	background: var(--FontOneColor);
	opacity:0.12;
}

.title0001_en span{
	text-transform: uppercase;
	padding: 0px 20px;
	font-family: Arial;
	position: relative;
	z-index: 2;
}


@media screen and (max-width:1023px)and (min-width:300px){
	.title0001{	width:96vw;}


}













