﻿@charset "utf-8";
/*头部导航*/
.title0053{
	width:73vw;
	width:var(--mainwidth);
	height:  auto;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	position: relative;
	
}
.title0053:after{
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.title0053_left{
	display: flex;
	justify-content:flex-start;
	padding-bottom: 1rem;
}
.title0053_title font{color: var(--OneColor); position: relative; z-index: 2; }
.title0053_title font:after{
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1rem;
}

.title0053_en{
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.title0053_en font{
	margin-left: 1.5rem;
	color: rgba(0,0,0,0.5);
}



.title0053_more a{
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
	
}




@media screen and (max-width:1023px)and (min-width:300px){
.title0053{
	width:96vw;
}



}













