﻿@charset "utf-8";
/*头部导航*/
.title0047{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}

.title0047_title font{
	position: relative;
	padding-bottom: 1rem;
}
.title0047_title font:after{
	content: '';
	background: var(--OneColor);
	width: 50%;
	height:3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.title0047_more{
	padding-top: 1rem;
}
.title0047_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;
	text-transform: uppercase; 
}




@media screen and (max-width:1023px)and (min-width:300px){
.title0047{
	width:96vw;
}



}













