.headerBox {
	position: relative;
	transition: all 0.25s ease;
	z-index: 99;
}

.headerBox_top {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.headerBox_top_img {
	width: 100%;
	height: 16px;
}

.header_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	animation: slideDownFade .8s ease forwards;
	z-index: 99;
}

@keyframes slideDownFade {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

.topbar,
.headerBox a {
	text-decoration: none;
}

.topbar {
	font-size: 12px;
	color: #6e7673;
	line-height: 2.375rem;
	background-color: #F0EFEC;
}

.topbar a:hover {
	color: #1E8549;
}

.iconfont {
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 14px;
	color: #1E8549;
}

.topbar_right {
	gap: 1.5rem;
}

.topbar_right_a {
	font-size: 12px;
	color: #6e7673;
}

.topbar_left {
	flex: 1;
	gap: .5rem;
}

.topbar_left .iconfont {
	color: #6e7673;
}

.topbar_left_a:hover .iconfont {
	color: #1E8549;
}

.main_menu {
	padding: 1.1rem;
	background-color: #FFF;
}

.header_logo {
	flex-shrink: 0;
}

.header_logo h1 {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}

.header_logo img {
	width: 120px;
	height: auto;
}

.menu_box {
	margin: 0 auto;
}

.header_nav_ul {
	gap: 3rem;
}

.header_nav_li {
	position: relative;
	transition: all 0.5s ease;
}

.header_nav_li_a {
	height: 2.2rem;
	line-height: 2.2rem;
	font-weight: 600;
	font-size: 1rem;
	color: #6E7673;
	transition: all 0.5s ease;
}

.header_nav_li_this .header_nav_li_a {
	color: #1E8549;
}

.header_nav_li_this::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #FFE67C;
	content: '';
}

.header_nav_li:hover .header_nav_li_a {
	color: #1E8549;
}

.header_nav_li:hover::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #FFE67C;
	content: '';
}

.menu_btn_box {
	display: none;
	padding-left: 1rem;
}

.menu_btn {
	font-weight: 600;
	font-size: 22px;
	color: #1E8549;
	transition: all 0.5s ease;
}

.menu_btn:hover {
	color: #FFD623;
}

.call_box {
	flex-shrink: 0;
	gap: 1.5rem;
}

.call_box .iconfont {
	font-size: 1.5rem;
}

.call_phone {
	padding: 18px 20px;
	color: #FFF;
	background-color: #FFD623;
	transition: all 0.5s ease;
	border-radius: 5px;
}

.call_phone:hover {
	color: #FFF;
	background-color: #1E8549;
}

.call_phone_li {
	display: block;
	font-size: .7rem;
}

.call_phone_li_a {
	margin-top: 7px;
	font-weight: 600;
	font-size: 1rem;
}



.fixed_menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(31, 78, 61, .7);
	transition: all 0.5s ease;
	z-index: 99;
	opacity: 0;
}

.fixed_menu_list {
	display: none;
	padding: 1.875rem 1rem;
	width: 300px;
	height: 100%;
	background-color: #1F4E3D;
	overflow-x: hidden;
	overflow-y: auto;
}

.fixed_menu_list::-webkit-scrollbar {
	width: 0;
}

.fixed_menu_title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.fixed_menu_title_a {
	width: auto;
	height: 41px;
	border-radius: 4px;
}

.fixed_menu_title_language{
	display: none;
	margin-left: 10px;
}

.fixed_menu_title_language,
.fixed_menu_title_language .icon-duoyuyan{
	font-size: 1.4rem;
	color: #FFF;
}

.fixed_menu_title_b .icon-guanbi {
	font-size: 1rem;
	color: rgba(255, 255, 255, .9);
}

.fixed_menu_ul {
	margin-top: 3rem;
}

.fixed_menu_li {
	height: 46px;
	line-height: 46px;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.fixed_menu_li:first-child {
	border-top: 0;
}

.fixed_menu_li .fixed_menu_li_a {
	color: rgba(255, 255, 255, .9);
	text-decoration: none;
}

.fixed_header_search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(31, 78, 61, .7);
	transition: all 0.5s ease;
	z-index: 99;
	opacity: 0;
}

.fixed_header_search_input {
	display: none;
	flex: 1;
	padding: 0 1rem;
	max-width: 560px;
	height: 66px;
	line-height: 66px;
	font-size: 1.2rem;
	box-sizing: border-box;
	border-radius: 5px;
	border: 0;
}







.product_menu{
	position: relative;
}

.product_dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 1200px;
	transform: translateX(-50%) translateY(-12px);
	display: none;
	padding: 30px;
	background-color: #FFF;
	border‑radius: 0 0 12px 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: all 0.28s ease;
}

.product_dropdown.menu_open {
	display: block;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	opacity: 1;
}

.product_dropdown_li {
	margin-top: 1rem;
	border: 1px solid #ECECEC;
}

.product_dropdown_a{
	padding: 1.2rem;
}

.product_dropdown_img_box{
	position: relative;
	width: 100%;
	padding-top: calc(100% - 4rem);
}

.product_dropdown_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_dropdown_title{
	margin-top: 1rem;
	font-size: 1rem;
	color: #444;
	text-align: center;
}








@media (max-width: 1200px) {

	.topbar,
	.main_menu {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.menu_box {
		display: none;
	}

	.menu_btn_box {
		display: block !important;
		width: 100%;
	}
}

@media (max-width: 991px) {
	.topbar {
		display: none;
	}
}

@media (max-width: 575px) {
	.call_phone {
		display: none;
	}
}

@media (max-width: 425px) {
	.call_box {
		display: none;
	}

	.main_menu .content {
		justify-content: space-between;
	}

	.menu_btn_box {
		width: auto;
	}
	
	.fixed_menu_title_language{
		display: block;
	}
}