﻿@charset "utf-8";
/*头部导航*/
.title0055{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	padding-bottom: 0.5rem;
}
.title0055_title{
	height: 100%;
}
.title0055_title font{
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: bold;
}

.title0055_right{
	display: flex;
	justify-content: space-between;
}

.title0055_mune{
	display: flex;
	justify-content: flex-start;
}
.title0055_mune a{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0px 1rem;
	position: relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.title0055_mune a:last-child:after{ display: none;}
.title0055_mune a:after{
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	right: -1px;
	top: calc(50% - 2px);
	border-radius:50%;
}


.title0055_more{
	padding-left: 1.5rem;
}
.title0055_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;
}
.title0055_more a>i{ margin-left: 10px;}



@media screen and (max-width:1023px)and (min-width:300px){
.title0055{
	width:96vw;
	justify-content:center;
	flex-direction: column;
	position: relative;
}
.title0055_title{
	height: 100%;
	margin: 0px auto;
}
.title0055_title font{
	padding-left: 18px;
}
.title0055_title font:after{
	content: '';
	width: 6px;
	height: 6px;
	top: calc(50% - 3px);
}
	
.title0055_right{
	margin-top: 10px;
}

.title0055_mune{
	margin-right: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.title0055_mune a{
	padding: 5px 16px;
	height: auto;
}
.title0055_mune a:after{
	display: none;
}

	
	.title0055_more{
		display: none;
	}	



}













