header {
	/* height: 0.38rem; */
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
	left: 0;
}

.header_top {
	background: #ECECEC;
}

.header_topContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_topBox {
	display: flex;
	align-items: center;
}

.header_tooItems {
	color: #383635;
	font-size: 0.16rem;
	display: block;
	margin-right: 0.3rem;
	padding-right: 0.3rem;
	border-right: 0.01rem solid #707070;
}
.header_tooItems:hover{
	color: rgba(115, 180, 46, 1);
}

.header_langbox {
	height: 0.38rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.header_langimg1 {
	width: 0.16rem;
	height: 0.16rem;
}

.header_langimg2 {
	width: 0.14rem;
	height: 0.08rem;
}

.header_langtxt {
	margin: 0 0.09rem 0 0.06rem;
	color: #383635;
	font-size: 0.16rem;
}

.header_changebox {
	padding: 0.05rem 0;
	width: 100%;
	position: absolute;
	top: 100%;
	background: #fff;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	z-index: 20;
	display: none;
}

.header_langbox:hover .header_changebox {
	display: block;
}

.header_content {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 100%;
	width: 100%;
}

.header_content.fixed {
	position: fixed;
	/* top:-100% ; */
	top: 0;
	left: 0;
	z-index: 52;
}


.header_logo {
	width: 1.92rem;
	height: 0.5rem;
	margin-left: 1.4rem;
}

.header_logo img {
	width: 100%;
	height: 100%;
}

.header_contentBox {
	display: flex;
	align-items: center;
	padding: 0.15rem 0;
	position: relative;
}

.header_rightbox {
	display: flex;
	align-items: center;
    margin-top: 0.06rem;
    padding-left: 0.2rem;
    padding-right: 1rem;
}

.header_rightbox  .phone-icon{
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.1rem;
}
.header_rightbox  .phone-icon img{
	width: 100%;
	height: 100%;
}
.header_rightbox  .phone-num{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.22rem;
	color: #32556B;
	line-height: 0rem;
	text-align: left;
}
.header_menus{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.header_menus_flex {
	display: flex;
	align-items: center;
	position: relative;
}

.header_menuItems {
	margin-right: 0.56rem;
}

.header_menuItems:last-child {
	margin-right: 0;
}

.header_menu_atxt {
	display: inline-block;
	padding-top: 0.18rem;
	padding-bottom: 0.08rem;
}

.header_menu_atxt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-size: 0.22rem !important;
	color: #33546B !important;
	text-align: center;
}

.header_menuItems:hover .header_menu_atxt {
	color: rgba(115, 180, 46, 1);
	font-weight: bold;
}
.unlineSolid{
	position: absolute;
	left: 0;
	width: 0rem;
	height: 0.03rem;
	background: rgba(115, 180, 46, 1);
	bottom: 0;
	transition: all .25s;
}
.header_menuItems .on{
    font-weight: bold;
    border-bottom: 0.03rem solid #74B32E;
}
