.header {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 122px;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.05);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFFFFF;
}

.header-pc {
	width: 90%;
	height: 100%;
	/* background: red; */
}

.header-tel {
	display: none;
}

.header-pc .left-logo {
	/* width: 397px; */
	/* height: 102px; */

}

.header-pc .left-logo {
	height: 102px;
}

.header-pc .right-otn {
	font-size: 16px;
}

.header-pc .right-otn .search-icon {
	width: 24px;
	height: 24px;
	object-fit: cover;
	margin-right: 40px;
}

.header-pc .right-otn .lang {
	white-space: nowrap;
}

.header-pc .right-otn .lang:hover {
	color: #C32328;
}

.header-pc .right-otn .lang-active {
	color: #C32328;
}

.header-pc .right-otn .line {
	width: 2px;
	height: 15px;
	margin: 0 10px;
	background-color: #C32328;
}

.header-pc .nav-menu {
	flex: 1;
	margin: 0 60px;
	height: 100%;
}

.header-pc .nav-menu .menu-item {
	font-size: 16px;
	height: 100%;
	position: relative;
	white-space: nowrap;

}

.header-pc .nav-menu .menu-item:hover .title {
	color: #C32328;
}

.header-pc .nav-menu .menu-item:hover .sub_list {
	/* display: block; */
	max-height: 580px;
}

.header-pc .nav-menu .menu-active .title {
	color: #C32328;
	font-weight: bold;
	position: relative;
}

.header-pc .nav-menu .menu-active .title::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #C32328;
}

.header-pc .menu-item .sub_list {

	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	/* width: 100%; */
	background-color: #FFF;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.05);
	/* padding: 10px 15px; */
	/* height: 0; */
	max-height: 0;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.5s;
}

.header-pc .menu-item .top-Product-list {
	position: fixed;
	width: 100%;
	top: 122px;
	/* padding: 20px; */
	overflow-y: auto;
}

.header-pc .menu-item .cpi-box {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
}

.header-pc .cpi-box .cp-item {
	/* width: calc((100% - 150px)/4); */
	width: 25%;
	padding: 20px;

}

.header-pc .cpi-box .cp-item:hover {
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.05);
}

/* .header-pc   .cpi-box .cp-item
.header-pc   .cpi-box .cp-item:not(:nth-child(4n)){
	 margin-right: 50px; 
} */
.header-pc .cpi-box .cp-img {
	width: 75%;
}

.header-pc .cpi-box .cp-item .cp-name {
	margin-top: 10px;
	font-size: 14px;
	word-break: break-all;
	text-transform: uppercase;

}

.header-pc .sub_list .sl-li {
	/* margin-bottom: 10px; */
	padding: 10px 20px;
	text-transform: uppercase;
}

.header-pc .sub_list .sl-li:hover a {
	color: #C32328;
}

.search-box {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	padding: 40px;
	display: none;

}

.sh-form {
	height: 40px;
	font-size: 16px;

}

.search-box .sh-input {
	width: 400px;
	border: 1px solid #D83C23;
	padding: 0 10px;
	height: 100%;
}

.search-box .submit {
	background: #D83C23;
	height: 100%;
	padding: 0 10px;
	color: #FFFFFF;
}
.Side-tel{
	display: none;
}
.wl{
	margin-right: 20px;
}
.wl img{
	width: 25px;
	height: auto;
}
.wl span{
	font-size: 16px;
	white-space: nowrap;
	margin-left: 5px;
	text-decoration: uppercase;
}
@media screen and (max-width: 1400px) {
	.header {
		height: 75px;
	}
.wl span{
	font-size: 14px;
}
	.header-pc .left-logo {

		height: 55px;
	}

	.header-pc .left-logo img {
		width: auto;
		height: 100%;
	}

	.header-pc .right-otn .search-icon {

		margin-right: 20px;
	}

	.header-pc .nav-menu {
		margin: 0 40px;
	}

	.header-pc .nav-menu .menu-item {
		font-size: 14px;
		/* margin-right: 10px; */
	}

	.header-pc .right-otn {
		font-size: 14px;
	}

	.header-pc .sub_list .sl-li {
		font-size: 13px;
		padding: 6px 12px;
	}

}

@media screen and (max-width: 1300px) {
	.header-pc .nav-menu {
		margin: 0 20px;
	}

	.header-pc .menu-item .top-Product-list {
		top: 75px;
	}
}

@media screen and (max-width: 1024px) {
	.header-pc{
	    width: 95%;
	}
	.header-pc .right-otn .search-icon {
    margin-right: 10px;
}
.wl {
    margin-right: 10px;
}
}

@media screen and (max-width: 1000px) {
	.header-pc {
		display: none;
	}

	.header {
		height: 3.4375rem;
	}

	.header-tel {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 20px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 101;
		background-color: #FFFFFF;
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	}

	.header-tel .nav-ri {
		display: flex;
		align-items: center;
	}

	.header-tel .logo-tel {
		width: 8rem;
		height: auto;
	}

	.header-tel .nav-ri .st {
		width: 1.625rem;
		height: auto;
	}

	.header-tel .nav-ri .mt {
		width: 1.875rem;
		height: auto;
		margin-left: 1.875rem;
	}

	.Side-gb {
		display: none;
		width: 1.3125rem;
		margin-left: 2.4375rem;
		height: auto;
		object-fit: cover;
	}

	.search-box {
		padding: 20px;
	}


	/* 移动端侧边栏 */
	.Side-tel {
		padding: 5rem 1rem 0;
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100vh;
		background-color: #FFFFFF;
		z-index: 101;
		transition: all 0.5s;
		overflow: auto;
		display: block;

	}

	.Side-tel-show {
		right: 0;
	}

	.Side-tel .host {
		border-bottom: 1px solid #CCCCCC;
		padding: 0.9375rem 0.625rem;
		font-size: 1rem;
		color: #666666;
	}

	.Side-tel .ht-title {
		display: flex;
		justify-content: space-between;

		/* border-bottom: 1px solid #CCCCCC; */
		padding-bottom: 10px;
	}

	.Side-tel .host .Subarrow {
		margin-left: 10px;
		border-top: 1.5px solid #666666;
		border-right: 1.5px solid #666666;
		width: 10px;
		height: 10px;
		/* transition: all 0.8s; */
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		/* IE 9 */
		-moz-transform: rotate(45deg);
		/* Firefox */
		-webkit-transform: rotate(45deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(45deg);
		transition: all 0.3s;
	}

	.Side-tel .host-active .Subarrow {
		margin-left: 10px;
		border-top: 1.5px solid #666666;
		border-right: 1.5px solid #666666;
		width: 10px;
		height: 10px;
		/* transition: all 0.8s; */
		transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		/* IE 9 */
		-moz-transform: rotate(135deg);
		/* Firefox */
		-webkit-transform: rotate(135deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(135deg);
		transition: all 0.3s;
	}

	.second-level-tel {
		padding: 0 20px;
		display: none;
	}
	.second-level-tel .zg{
		padding: 10px 0;
	}
	.second-level-tel .zg .jt{
		
	}
.Side-tel-ej span{
	text-transform: uppercase;
	font-size: 13px;
}

}
